@charset "utf-8";
/*列表通用 index article*/

/*------------ article ------------*/

.article-list .item .box {
    margin: 0 auto 45px;
    position: relative;
}

.article-list .item .pic {
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}

.article-list .item .top_box {
    padding: 10px;
    background: #fdfdfd;
    border: 3px solid #f0efe9;
}

.article-list .text-all {
    border-color: transparent;
}

.type3 .article-list .Category+.date:before {
    background: #013D83;
}

.article-list .item .date {
    color: #013D83;
    border-color: #013D83;
}

.type2 .keyword_box:before {
    background: #D8EAFF;
}

.article-list .item .name, .type4 .right-box .tit, .type4 .article-list .date:before {
    color: #3B3B3B;
}

.article-list .item .description {
    color: #999;
}

.article-box .keyword_box, .article-box .keyword li a, .article-box .article-list .Category, .article-box .keyword_box:before, .keyword li a {
    color: #444;
    border-color: #444;
    background: none;
}

.keyword_box.detail .keyword li a {
    border: none;
    padding: 0;
}

.keyword_box.detail .keyword li a:hover {
    background: none;
    color: #013D83;
}

.keyword li a:hover {
    color: #013D83;
}

.article-box .keyword li a:hover {
    background: #013D83;
    border-color: #013D83;
    color: #fff;
}

.type5 .article-list .item .date, .article-date {
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #013D83;
}

.article-date {
    margin: auto;
}

.type1 .article-list .btn.more, .type4 .article-list .btn.more {
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    position: relative;
    background: #013D83;
    transition: all .3s ease;
}

.type1 .article-list .box .btn.more:hover, .type4 .article-list .box:hover .btn.more {
    opacity: 0.8;
    color: #fff;
    background: #013D83;
}

/*------------ keyword_box ------------*/

.keyword_box i {
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}

.article-detail .fb {
    padding: 10px 0 5px;
}

.keyword_box.detail {
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #444;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}

.type5 .keyword_box.detail ul {
    white-space: normal;
    overflow: inherit;
}

.type5 .keyword li a:hover {
    text-decoration: underline;
    color: #999;
}

/*!列表通用 index article*/

/*列表通用 index、products*/

.products-list .box.new:before {
    content: '';
    display: block;
    background: url(../../../images/layout05/common/products/new_tag.png) no-repeat;
    width: 76px;
    height: 40px;
    position: absolute;
    z-index: 10;
    top: 5%;
    left: -2px;
    pointer-events: none;
}

.products-list.type2 .box {
    border-radius: 0px;
    border: 5px solid #fff;
    background: #fff;
    overflow: hidden;
}

.products-list.type2 .pic {
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0px;
}

.products-list.type2 .box:hover .pic {
    -webkit-transform: translate(0, -54px);
    transform: translate(0, -54px);
}

.products-list .name {
    color: #444;
}

.products-list .box:hover .name {
    color: #013D83;
}

.products-list.type2 .box:hover {
    border: 5px solid #03916B;
}

.products-list.type2 .name {
    transition: all .3s ease;
    padding: 0 15px;
}

.products-list.type2 .box:hover .name {
    -webkit-transform: translate(0, -54px);
    transform: translate(0, -54px);
}

.products-list .description {
    color: #000;
}

.products-list.type2 .description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(0, 54px);
    transform: translate(0, 54px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9;
    margin: auto;
    padding-bottom: 10px;
    padding: 0 15px;
}

.products-list.type2 .box:hover .description {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

@media screen and (max-width: 1000px) {
    .products-list.type2 .box:hover .pic {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    .products-list.type2 .box:hover .name {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    .products-list.type2 .description {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
        position: static;
        padding: 0px 15px;
        margin: 0 0 20px;
    }
    .products-list.type2 .box:hover .description {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
}

/*!列表通用 index、products*/

.products-list.type2.onlyitem-list .box:hover .pic {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.products-list.type2.onlyitem-list .box:hover .name {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.products-list.type2.onlyitem-list .description {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    position: static;
    padding: 0px 15px;
    margin: 0 0 20px;
}

.products-list.type2.onlyitem-list .box:hover .description {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

/*列表通用 index、album*/

.album-list:not(.masonry-list) .pic {
    border-radius: 0;
    overflow: hidden;
    background: #fff;
    padding: 6px;
    overflow: hidden;
}

.album-list:not(.masonry-list) .pic *, .album-list:not(.masonry-list) .pic:before, .album-list:not(.masonry-list) .pic:after {
    border-radius: 0;
    overflow: hidden;
}

.album-list.type1 .item .box .more:after {
    background: #013D83;
    color: #fff;
}

.masonry-list.album-list.type1 .item {
    margin-bottom: 0;
}

.masonry-list.album-list.type1 .item .name {
    text-align: left;
}

.masonry-list.album-list.type1 .item .box .more:after {
    display: none;
}

.masonry-list.album-list .item .namebox {
    position: relative;
}

.masonry-list.album-list.type4 .item .namebox:after {
    display: none;
}

.masonry-list.album-list.type3 .item, .masonry-list.album-list.type1 .item {
    padding: 0 15px!important;
}

/*!列表通用 index、album*/

.album-list .pic:before, .album-list .pic:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /*border-radius: 50%;*/
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(51, 51, 52, 0.3);
}

.album-list .box:hover .pic:before, .album-list .box:hover .pic:before {
    opacity: 1;
}

/*列表通用 index、news*/

.news-list .date {
    color: #444;
}

.news-list.type4 .date {
    background: #013D83;
    color: #fff;
}

.news-list.type4 .item .box {
    border: none;
}

.news-list .name {
    color: #000;
}

.news-list .box:hover .name {
    text-decoration: underline;
    color: #013D83;
}

.news-list .description {
    color: #868686;
}

.news-list.type1 .item {
    border-bottom: 1px dashed rgba(155, 104, 62, 0.3);
}

.news-list.type1 .item:nth-child(2n) .txt_in {
    background: none;
}

.news-list .btn.more, .news-list .box:hover .btn.more {
    background: #FFF;
    color: #444;
    border: 1px solid #444;
}

.news-list .btn.more {
    border-radius: 0%;
}

.news-list .box:hover .btn.more {
    transition: all .5s ease;
    color: #FFF;
    background: #013D83;
    border: 1px solid #013D83;
}

/*!列表通用 index、news*/

/*------------ banner ------------*/

.banner {
    text-align: center;
}

.banner .slider {
    max-width: 1300px;
    margin: auto;
}

.banner * {
    height: 100%;
}

.banner img {
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}

.banner .slick-prev, .banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../../images/layout05/common/index/banner_arrow.png') no-repeat, #444444;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    margin-top: -30px;
    position: absolute;
    z-index: 1;
    top: 50%;
    cursor: pointer;
    transition: all .8s cubic-bezier(.158, .799, .182, .844);
}

.banner .slick-prev {
    background-position: 0 0;
    left: -1.5%;
}

.banner .slick-next {
    background-position: 100% 0;
    right: -1.5%;
}

.banner .slick-prev:hover {
    background: url('../../../images/layout05/common/index/banner_arrow.png') no-repeat, #013D83;
    border-color: #013D83;
    background-position: 0 0;
}

.banner .slick-next:hover {
    background: url('../../../images/layout05/common/index/banner_arrow.png') no-repeat, #013D83;
    border-color: #013D83;
    background-position: 100% 0;
}

.banner-slider-dots {
    display: inline-block;
    vertical-align: middle;
}

.banner .slick-dots {
    position: relative;
}

.banner .slick-dots li {
    vertical-align: middle;
    width: 20px;
    line-height: 40px;
}

.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #D1D2D4;
    cursor: pointer;
    vertical-align: middle;
}

.banner .slick-dots li.slick-active button {
    background: #013D83;
}

/*------------ title ------------*/

.title h2 {
    color: #013D83;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-weight: 400;
    text-align: center;
    margin: 0;
    font-family: 'Noto Serif TC', serif;
    line-height: 1.3;
}

.title span {
    /*display: none;*/
    display: block;
    font-size: 15px;
    font-family: 'Lusitana', sans-serif;
    line-height: 1;
    color: #999B9D;
}

/*------------ more ------------*/

.index_more {
    color: #444;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #444;
    border-radius: 0px;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 40px;
    margin: 50px 0 0;
    max-width: 150px;
    font-family: 'Roboto';
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    transition: all .3s ease;
    z-index: 2;
}

.index_more:hover {
    background: #013D83;
    border: 1px solid #013D83;
    color: #fff;
}

.index_more a {
    font-size: 0;
    display: block;
    height: 40px;
}

.index_more a span {
    font-size: 14px;
    letter-spacing: 0.075em;
    display: inline-block;
}

/*輪播*/

.products-list {
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 1.2s ease;
}

.products-list.type2 {
    margin: 0;
}

.album-sect, .about-sect, .news-sect, .article-sect, .contact-sect, .banner, .articles-sect {
    position: relative;
    z-index: 2;
}

/*!輪播*/

/*------------ sect ------------*/

/*新編輯器*/

.article-sect .container {
    padding: 40px 15px;
}

/*!新編輯器*/

/*------------ about ------------*/

.about-sect {
    padding: 80px 0 0 0;
    position: relative;
    background: url(../../../images/layout05/common/bg.png);
}

.about-sect .container {
    z-index: 6;
}

.about-sect:before {
    content: '';
    display: block;
    width: 100%;
    height: 221px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.about-sect .about-pic {
    background: url(../../../images/layout05/common/about_pic.png) no-repeat;
    background-size: contain;
    width: 765px;
    height: 482px;
    transition: 0s;
    transform: translateY(0px);
    bottom: -305px;
    position: absolute;
    z-index: 1;
    right: 0;
    box-shadow: 20px 20px 30px rgba(90, 73, 62, 0.2);
    display: none;
}

.about-sect:after {
    content: '';
    background: url(../../../images/layout05/common/about_w.png) no-repeat;
    width: 665px;
    height: 201px;
    display: block;
    z-index: 3;
    line-height: 1;
    position: absolute;
    right: 60px;
    top: 58px;
}

.about-sect .title {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.about-sect .title:before {
    content: '';
    width: 36px;
    height: 1px;
    background: #CCC2C1;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-sect .row {
    padding: 0;
    position: relative;
    overflow: inherit;
    z-index: 3;
    display: flex;
    align-items: center;
}

.about-sect .col {
    width: 50%;
}

.about-sect .col.txt {
    order: 2;
}

.about-sect .col.pic {
    /*display: none;*/
    width: fit-content;
    order: 1;
}

.about-sect .title h2:before {
    display: none;
}

.about-sect .txt-box {
    position: relative;
    padding: 42px 0 0 45px;
    box-sizing: border-box;
    z-index: 2;
}

.about-sect .txt-box .index-about-editor .editor {}

.about-sect .txt .tag {
    display: none;
}

.about-sect .index-about-editor {
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 2;
}

/*------------ articles ------------*/

.articles-sect {
    padding: 100px 0 130px;
    background: #FFF7DF;
    position: relative;
}

.articles-sect:after {
    content: '';
    width: 100%;
    height: 5px;
    display: block;
    bottom: -5px;
    z-index: 2;
    position: absolute;
    background: url(../../../images/layout05/common/newsomething/wave.png)repeat-x;
}

.articles-sect .title {
    background: url(../../../images/layout05/common/index/article_title.png) top center no-repeat;
    line-height: 50px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 23px;
    position: relative;
    text-align: center;
    padding-top: 66px;
}

.articles-sect .index_more {
    margin: 20px auto 20px;
}

/*------------ news ------------*/

.news-sect {
    padding: 75px 0 85px;
    background: url(../../../images/layout05/common/index/news_bg.png) rgba(255, 255, 255, 0.1)top center no-repeat;
    position: relative;
    background-size: cover;
}

.news-sect .news-list {
    padding: 50px 0px 100px;
    position: relative;
    max-width: 1130px;
    margin: auto;
}

.news-sect .news-list:before {
    content: '';
    position: absolute;
    left: -85px;
    right: -85px;
    top: 0;
    bottom: 0;
    background: #fff;
    /*box-shadow:2px 2px 38px rgba(220,148,89,0.17);*/
}

.news-list.type3:before {
    background: #fff7df;
}

.news-sect .title {
    line-height: 50px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 23px;
    position: relative;
    text-align: center;
    padding-top: 0px;
    margin-bottom: 10px;
    z-index: 2;
}

.news-sect .title h2 {
    padding: 0 18px;
}

.news-sect .index_more {
    margin: 20px auto 50px;
    max-width: 140px;
    bottom: 50px;
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 3.3;
    padding-left: 3px;
    padding-right: 0px;
    background: #fff;
    border: #444 1px solid;
    color: #444;
    transition: all .3s ease;
}

.news-sect .index_more:hover {
    background: #013D83;
    border: #013D83 1px solid;
    color: #fff;
    transition: all .3s ease;
}

/*.news-sect .index_more:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 14px;
    display: block;
    top: -2px;
    left: 50%;
    margin-left: -10px;
    
}*/

/*最新消息 少量排版*/

.news-list.onlyitem-list .item {
    width: 100%
}

.news-list.onlyitem-list {
    margin: auto;
}

.news-list.onlyitem-list .item .box {
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}

.news-list.onlyitem-list.type2 .pic {
    float: left;
    margin-right: 25px;
}

.news-list.onlyitem-list.type2 .item .box {
    display: block;
}

.news-list.onlyitem-list .item .pic {
    width: 312px;
}

.news-list.onlyitem-list .item .box .txt {
    width: calc(100% - 350px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}

.news-list.onlyitem-list.type2 .item .box .txt, .news-list.onlyitem-list.type3 .item .box .txt {
    width: 100%;
}

.news-list.onlyitem-list .item .date {
    margin-bottom: 20px;
    margin-top: 25px;
}

/*!少量排版*/

/*------------ products ------------*/

.products-sect {
    position: relative;
    padding: 45px 0 70px;
}

.products-sect:before {
    content: '';
    width: 100%;
    height: 40%;
    background: url(../../../images/layout05/common/index/sect2_bg02.jpg) center bottom no-repeat fixed;
    position: absolute;
    bottom: 0;
    z-index: 0;
    background-size: cover;
}

.products-sect .index_more {
    display: none;
}

.products-list.type2:not(.masonry-list) .item {
    margin-bottom: 0px;
}

.products-sect .title {
    line-height: 50px;
    margin-bottom: 15px;
    font-size: 23px;
    position: relative;
    text-align: center;
    padding-top: 0px;
}

.products-slider-control {
    position: absolute;
    right: 25px;
    top: 4%;
}

.products-sect .slick-prev, .products-sect .slick-next {
    width: 44px;
    height: 44px;
    line-height: 28px;
    color: #444;
    border: 1px solid #77808A;
    font-size: 15px;
    float: left;
    margin: 0 3px;
}

.products-sect .slick-prev {
    border-radius: 100%;
    margin-left: -26px;
}

.products-sect .slick-next {
    border-radius: 100%;
}

.products-sect .slick-prev:hover, .products-sect .slick-next:hover {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#013D83+1,374060+100 */
    background: #013D83;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #013D83 1%, #013D83 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #013D83 1%, #013D83 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #013D83 1%, #013D83 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013D83', endColorstr='#013D83', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    color: #fff;
}

.products-sect .slick-prev .ic, .products-sect .slick-next .ic {
    vertical-align: middle;
    margin-bottom: 2px;
}

.products-sect .title h2, .album-sect .title h2 {
    position: relative;
    padding: 0 18px;
    background: #FFF;
}

.news-sect .title h2:before {
    content: '';
    width: 15px;
    height: 1px;
    background: #ccc;
    display: inline-block;
    position: absolute;
    top: calc(50%);
    left: -15px;
}

.news-sect .title h2:after {
    content: '';
    width: 15px;
    height: 1px;
    background: #ccc;
    display: inline-block;
    position: absolute;
    top: calc(50%);
    right: -15px;
}

.products-sect .title h2:before {
    content: '';
    width: 15px;
    height: 1px;
    background: #ccc;
    display: inline-block;
    position: absolute;
    top: calc(50%);
    left: -15px;
}

.products-sect .title h2:after {
    content: '';
    width: 15px;
    height: 1px;
    background: #ccc;
    display: inline-block;
    position: absolute;
    top: calc(50%);
    right: -15px;
}

.album-sect .title h2:before {
    content: '';
    width: 15px;
    height: 1px;
    background: #ccc;
    display: inline-block;
    position: absolute;
    top: calc(50%);
    left: -15px;
}

.album-sect .title h2:after {
    content: '';
    width: 15px;
    height: 1px;
    background: #ccc;
    display: inline-block;
    position: absolute;
    top: calc(50%);
    right: -15px;
}

/*產品介紹 少量排版*/

.products-list.onlyitem-list {
    display: flex;
    flex-wrap: wrap;
}

.products-sect .products-list:not(.masonry-list) .item:nth-child(n) {
    clear: none!important;
}

.products-list.onlyitem-list.type2 .item {
    width: 50%
}

.products-list.onlyitem-list .item .box {
    max-width: inherit;
    display: flex;
    margin-bottom: 15px;
    max-width: 1000px;
}

.products-list.onlyitem-list.type1 .item .box {
    max-width: 300px;
}

.products-list.onlyitem-list.type2 .item .box .txt {
    width: calc(100% - 300px);
    padding: 50px 25px 30px 25px;
}

.products-list.onlyitem-list .item .mask {
    min-width: 300px;
    max-width: 300px;
}

.products-list.onlyitem-list .item .box .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}

.products-list.onlyitem-list .item .description {
    -webkit-line-clamp: 5;
    height: 120px;
    line-height: 1.65;
}

.products-list.onlyitem-list.type2 .box.new:before {
    top: 0;
    left: 315px;
}

/*!少量排版*/

/*------------ service ------------*/

.service-sect {
    background: url(../../../images/layout05/common/index/service_bg.jpg) top center no-repeat fixed;
    padding: 50px 0;
    position: relative;
    background-size: cover;
}

.service-sect .container {
    display: flex;
    flex-direction: row;
}

.service-sect .title {
    margin: 65px auto 30px;
    position: relative;
}

.service-box:before {
    content: '/全球流體控制領導品牌/';
    display: block;
    position: absolute;
    width: 100%;
    max-width: 1330px;
    margin: auto;
    height: auto;
    font-size: 18px;
    color: #03916B;
    letter-spacing: 15px;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
}

/* .service-sect .container:before {
    content: '';
    display: block;
    background: url(../../../images/layout05/common/index/service_deco.png)no-repeat;
    width: 858px;
    height: 180px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 8;
    transform: translateY(-50%);
    margin-right: 15px;
} */

.service_right {
    width: calc(70% - 30px);
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 8;
    transform: translateY(-50%);
    margin-right: 15px;
    margin-left: 15px;
    text-align: right;
}

.service-sect .title:after {
    content: '';
    width: 7%;
    height: 2px;
    background: #ccc;
    display: inline-block;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.service-sect .editor {
    color: #000;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 95px;
}

.service-box {
    position: relative;
    padding: 0 71% 0 0;
    width: 375px;
    width: 30%;
    text-align: left;
}

.service-box>.flex>.cover {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}

/*------------ album ------------*/

.album-sect {
    padding: 5px 0 65px;
    position: relative;
    background: #fff;
}

.album-sect .container {
    z-index: 3;
}

.album-sect:after {
    content: '';
    display: block;
    width: 100%;
    height: 39%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.album-sect .title {
    margin: -10px auto 30px;
    text-align: center;
    padding-top: 80px;
}

.album-sect .title:before, .album-sect .title:after {
    content: '';
    height: 9px;
    display: inline-block;
    position: absolute;
    top: 37px;
    margin-left: 10px;
}

.album-sect .title:before {
    left: 0px;
    right: calc(50% + 83px);
}

.album-sect .title:after {
    right: 0px;
    left: calc(50% + 83px);
}

.album-sect .index_more {
    display: none;
}

.album-list .item .box .more {
    display: none;
}

.album-sect .album-list:not(.masonry-list) {
    padding: 0 7%;
}

.album-sect .slick-arrow {
    color: #444;
    background: #fff;
    border: 1px solid #444 !important;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -46px;
    border-radius: 100%;
    padding: 0;
    font-size: 0;
    border: none;
    line-height: 35px;
    z-index: 40;
    cursor: pointer;
}

.album-sect .slick-prev:before, .album-sect .slick-next:before {
    font-size: 15px;
    font-family: 'icon-font' !important;
    display: block;
    line-height: 45px;
}

.album-sect .slick-prev:before {
    content: "\f053";
}

.album-sect .slick-next:before {
    content: "\f054";
}

.album-sect .slick-prev {
    left: 0;
    padding-right: 5px;
}

.album-sect .slick-next {
    right: 0;
    padding-left: 5px;
}

.album-sect .slick-prev:hover, .album-sect .slick-next:hover {
    background: #013D83;
    color: #fff;
}

.album-list.type1 .item {
    margin-bottom: 0;
    border: none;
}

.album-sect .album-list .item:nth-child(n) {
    clear: none;
}

/*瀑布流*/

.masonry-album-sect .container {
    padding: 0 15px;
    max-width: 1330px;
}

.onlyitem-sect .title, .masonry-album-sect .title {
    display: block;
}

.masonry-album-sect .item {
    width: 25%;
    padding: 0 16px;
}

.masonry-album-sect .masonry-list {
    margin: 0 -16px;
}

.masonry-list .item .namebox {
    color: #4C4C4C;
    font-size: 16px;
    position: relative;
    opacity: 1;
    text-align: left;
}

.masonry-list .item .namebox .name {
    margin: 14px 0 0;
}

/*!瀑布流*/

/*相簿 少量排版*/

.onlyitem-sect .album-list .item {
    width: 32.33%;
    padding: 0 16px;
    float: none;
    display: inline-block;
}

.onlyitem-sect .container {
    padding: 0 15px;
    max-width: 1330px;
}

.onlyitem-sect .album-list .item .box {
    margin-bottom: 30px;
    max-width: 450px;
}

.onlyitem-sect .album-list .item .box img {
    width: 100%;
}

/*!少量排版*/

/*----------- fancybox-index --------------*/

.fancybox-index .fancybox-close {
    margin-top: -65px;
}

.contact-sect {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #FCF8F5;
    background-size: 100% auto;
}

.contact-sect .container>.reminder {
    display: none;
}

.contact-title {
    position: relative;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 4px;
    margin: 0 auto 0px;
    text-align: center;
}

.reminder {
    background: #fcf8f5;
    padding-left: 50px;
    padding-right: 50px;
    margin: auto;
    box-sizing: border-box;
    max-width: 1120px;
    padding-top: 15px;
    border: none;
}

.reminder:before {
    display: none;
}

.contact-title:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 76px;
}

.contact-title h2 {
    font-size: 23px;
    font-weight: normal;
    margin: 0;
    display: inline-block;
}

.contact-title>b {
    /*display: inline-block;
    vertical-align: bottom;
    color: #AAA;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;*/
    display: block;
    background: url(../../../images/layout05/common/index/contact_title.png);
    width: 156px;
    height: 66px;
    font-size: 0;
    margin: 0 auto 7px;
}

.reminder {
    text-align: center;
}

/*------------ rwd ------------*/

.masonry-list .item:nth-child(n) {
    clear: none!important;
}

@media screen and (max-width: 1440px) {
    /*.about-sect:after {
        bottom: 60px;
    }*/
    .products-sect {
        position: relative;
        padding: 50px 0 80px;
    }
    .news-sect {
        padding: 100px 0 100px;
    }
    .banner .slick-prev {
        left: 2%;
    }
    .banner .slick-next {
        right: 2%;
    }
    .about-sect:after {
        right: -150px;
        top: 106px;
        background-size: 70%;
    }
}

@media screen and (max-width: 1300px) {
    .about-sect .index-about-editor {
        padding-right: 50px;
    }
    .service-sect:before {
        letter-spacing: 0.5em;
        left: 30px;
    }
    .about-sect:after {
        display: none;
    }
    .about-sect .txt-box {
        padding: 63px 0 0 45px;
    }
    .about-sect .col.pic {
        padding-top: 20px;
    }
    .service-sect .container:before {
        margin-right: 15px;
        background-size: 90%;
        background-position: center right;
    }
    .service-box:before {
        letter-spacing: 8px;
        padding-left: 10px;
        right: 0;
        left: 0;
        margin: 0 auto;
        box-sizing: border-box;
        text-align: center;
    }
}

@media screen and (max-width: 1200px) {
    /*產品介紹 少量排版*/
    .products-list.onlyitem-list .item .box {
        max-width: 300px;
        display: block;
    }
    .products-list.onlyitem-list .item .box .txt {
        width: 100%;
        padding: 0;
    }
    .products-list.onlyitem-list .item .box .name {
        white-space: nowrap;
        overflow: hidden;
        height: 25px;
        line-height: 1.2;
        margin: 15px 0 5px;
    }
    .products-list.onlyitem-list .item .description {
        -webkit-line-clamp: 2;
        height: 40px;
        line-height: 1.4;
    }
    .products-list.onlyitem-list .item .mask {
        max-width: inherit;
        min-width: inherit;
    }
    .products-list.onlyitem-list.type2 .item .box .txt {
        width: 100%;
        padding: 0;
    }
    .service-box {
        width: 300px;
    }
    .service-sect:before {
        display: none;
    }
    .service-sect .container:before {
        background-size: 90%;
    }
    /*!少量排版*/
}

@media screen and (max-width: 1000px) {
    .products-sect .slick-prev, .products-sect .slick-next {
        color: #444;
        border: 1px solid #FFF;
        background: #fff;
    }
    .products-sect .slick-prev:hover, .products-sect .slick-next:hover {
        border: 1px solid #013D83;
    }
    .about-sect {
        padding: 0px 0 0 0;
    }
    .banner-slider-control, .banner:before {
        display: none;
    }
    /*少量排版*/
    .news-list.onlyitem-list .item .box {
        display: block;
        max-width: 312px;
        margin: auto;
    }
    .news-list.onlyitem-list .item .box .date {
        margin-top: -35px;
    }
    .news-list.onlyitem-list .item .pic {
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt {
        padding: 0 20px 20px 20px;
        width: 100%;
    }
    .onlyitem-sect .album-list .item {
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item {
        width: 100%;
    }
    /*!少量排版*/
    .title h2 {
        font-size: 23px;
    }
    .products-sect .title {
        margin-bottom: 0px;
        line-height: 28px;
    }
    .news-sect .title {
        line-height: 28px;
    }
    .about-sect .txt-box {
        max-width: 100%;
        margin-left: 0;
        padding: 0px 10px 40px;
        box-shadow: none;
    }
    .about-sect .col.pic {
        margin-bottom: 25px;
    }
    .about-sect .col.txt {
        float: none;
        width: 100%;
    }
    .about-sect .txt-box {
        display: block;
    }
    .about-sect .title {
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .about-sect .title:before {
        left: calc( 50% - 18px);
    }
    .about-sect .index-about-editor {
        text-align: center;
        padding-right: 0;
        height: auto;
        -webkit-line-clamp: initial;
    }
    .about-sect .row {
        flex-direction: column;
    }
    .index_more {
        margin: 1em auto 0;
    }
    .products-sect .slick-prev, .products-sect .slick-next {
        float: none;
        display: inline-block!important;
        margin-left: 0;
    }
    .products-list {
        margin: 0 auto;
    }
    .products-list .box .more {
        font-size: 10px;
        letter-spacing: 0;
        padding: 0;
    }
    .news-list .item, .products-list .item {
        width: 50%;
    }
    .products-sect {
        padding-top: 30px;
        padding-bottom: 80px;
    }
    .products-box {
        padding: 8px 0;
    }
    .service-sect {
        padding: 40px 0;
    }
    .service-sect .container:before {
        display: none;
    }
    .service-sect:before {
        display: none;
    }
    .service-sect .title {
        position: relative;
        margin: 30px auto 30px;
        text-align: center;
    }
    .service-box {
        box-sizing: border-box;
        padding: 20px 10px 0;
        width: 100%;
    }
    .articles-sect {
        padding: 50px 0 25px;
    }
    .articles-sect .index_more {
        margin: 0px auto 20px;
    }
    .news-sect {
        padding: 50px 0 5px;
        margin-bottom: -65px;
    }
    .album-sect {
        padding: 10px 0;
    }
    .album-sect .title {
        padding-top: 35px;
    }
    .article-sect .container {
        padding: 30px 15px;
    }
    .contact-sect {
        background-size: auto, cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .contact-title h2 {
        font-size: 18px;
        line-height: 30px;
    }
    .reminder {
        padding: 0 15px;
    }
    .masonry-album-sect .item {
        width: 50%;
    }
    .album-sect .album-list:not(.masonry-list) {
        padding: 0 50px;
    }
    .products-slider-control {
        position: static;
        text-align: center;
    }
    .service-sect .editor {
        height: auto;
        -webkit-line-clamp: initial;
    }
    .service-sect .container {
        flex-direction: column;
    }
    .service_right {
       display: none;
    }
    .service-sect .index_more {
        margin: 20px auto 0;
    }
    .service-sect .title:after {
        left: 0;
        margin: 0 auto;
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .about-sect .about-pic {
        margin: 45px auto 20px;
    }
    .about-sect .index-about-editor {
        padding-right: 0px;
    }
    .news-sect .news-list {
        padding: 50px 0px 50px;
        max-width: 100%;
        margin: auto;
    }
    .album-sect:before {
        display: none;
    }
    .about-sect:before {
        background: none;
    }
    .service-box:before {
        letter-spacing: 5px;
    }
}

@media screen and (max-width: 480px) {
    .products-list.onlyitem-list .item {
        width: 100%;
    }
    .onlyitem-sect .album-list .item {
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .about-sect .about-pic {
        width: 100%;
        height: 0;
        padding-bottom: 66.67%;
    }
}