@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');

/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list.type4{
    margin: 0 -15px;
}
.news-list.type4 .item{
    padding: 0 15px;
    margin-bottom: 20px;
}
.news-list .item .box{
    padding: 0px;
    background: #FFFFFF;
    transition: all .3s ease;
}
.news-list .txt{
    min-height: inherit;
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list.type4 .item .box{
    max-width: 300px;
    border:none;
}
.news-list .date{
    font-family: "Plus Jakarta Sans", sans-serif !important;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 0px;
    color: #FFFFFF;
    width: 63px;
    height: 63px;
    padding-top: 13px;
    background: #2F6191;
}
.news-list.type4 .item .date{
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    right: 0;
    top: 0;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 1.5;
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: 600;
}
.news-list.type4 .date .day{
    color: #FFFFFF;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -30px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: normal;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.news-list.type4 .item .box .txt {
    position: static;
    box-sizing: border-box;
    background: #FFFFFF;
    padding: 12px 20px 5px;
    border-bottom: 3px solid #BDD5F9;
    transition: all .3s ease;
}
.news-list.type4 .item .box .txt::before{
    content: '';
    position: absolute;
    background: #2F6191;
    width: 0;
    height: 3px;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-out;
}
.news-list.type4 .item .box:hover .txt:before{
    left: 0;
    right: auto;
    width: 100%;
    transition: all 0.3s ease-out;
}
.news-list.type4 .name{
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    letter-spacing: 0.015em;
    line-height: 1.4;
}
.news-list .item .name{
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    letter-spacing: 0.015em;
    line-height: 1.4;
    transition: all .3s ease;
}
.news-list .box:hover .name{
    color: #2F6191;
}
.news-list .item .description{
    font-size: 14px;
    color: #747474;
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 1.5;
}
.news-list.type2 .txt{
    position: relative;
    box-sizing: border-box;
    min-height: inherit;
    padding: 15px 15px;
}
.news-list.type3{
    margin: 0 auto;
}
.news-list.type3:before{
    display: none;
}
.news-list.type3 .item {
    border-left: solid #ddd 1px;
}
.news-list.type3 .item .box{
    background: transparent;
}
.news-list.type2 .more-box{
    position: relative;
    box-sizing: border-box;
    padding: 0 15px 15px;
}
.news-list .btn.more{
    position: relative;
    margin: 0 auto;
    bottom: inherit;
    background: rgba(47,97,145,.8);
    color: #FFFFFF;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: normal;
    border-radius: 0;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more {
    background: rgba(47,97,145,1);
    color: #FFFFFF;
}
.news-list .btn.more .more-t2{
    display: none;
}
@media screen and (max-width: 1000px){
    .news-list.type4 {
        margin: 0 auto;
    }
    .news-list.type4 .item{
        padding: 0 10px;
    }
    .news-list.type4 .item .date, .news-date{
        width: 58px;
        height: 58px;
    }
    .news-list.type4 .item .date .day{
        font-size: 28px;
        margin-bottom: 15px;
    }
    .news-list.type4 .date .month, .news-list.type4 .date .years{
        font-size: 10px;
    }
    .news-list .item .name {
        font-size: 17px;
    }
    .news-list.type2 .btn.more{
        font-size: 14px;
        width: 100px;
        height: 36px;
        line-height: 36px;
    }
}
/*!列表通用 index、news*/
/*列表通用 index、products*/
.products-list.type2 {
    margin: 0 -15px;
}
.products-list.type2 .item {
    padding: 0 15px;
    margin-bottom: 20px;
}
.products-list.type2 .box{
    transition: all .3s ease;
    background: #FFFFFF;
    margin-top: 10px;
    padding: 10px 10px 25px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.products-list .pic:before{
    display: none;
}
.products-list .box.new:before{
    content: 'NEW';
    position: absolute;
    display: block;
    width: 60px;
    height: 28px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 28px;
    text-align: center;
    border-radius: 0px;
    z-index: 15;
    top: 10px;
    right: 10px;
    line-height: 28px;
    color: #2D5F91;
    background: #FFFFFF;
}
.products-list.type2 .txt {
    position: relative;
    padding-top: 10px;
}
.products-list.type2 .box .txt::before{
    position: absolute;
    content: 'read more';
    display: block;
    color: #fff;
    background: rgba(45,95,145,.8);
    width: calc(100% - 24px);
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.05em;
    display: block;
    text-align: center;
    transition: all .3s ease;
    bottom: calc(100% + 10px);
    left: 12px;
    right: 12px;
    margin: 0 auto;
    opacity: 0;
}
.products-list.type2 .box:hover .txt:before{
    opacity: 1;
}
.products-list.type2 .box .name{
    max-height:inherit;
    margin-bottom: 8px;
}
.products-list .box .name{
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    letter-spacing: 0.015em;
    line-height: 1.4;
}
.products-list .box .description{
    font-size: 14px;
    color: #747474;
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    letter-spacing: 0.02em;
    line-height: 1.5;
}
.products-list .offers{
    color: #D80000;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: #0000001c;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 45;
    transition: all .2s;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #D80000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
.products-list.type1 .item .box .pic{
    position: relative;
}
.products-list.type1 .item .box .pic::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44, 95, 145, .8);
    z-index: 1;
    transition: all .3s ease;
    opacity: 0;
}
.products-list.type1 .item .box:hover .pic:before {
    opacity: 1;
}
@media screen and (max-width: 1280px){
    .products-list.type2{
        margin: 0 auto;
    }
    .products-list.type2 .item{
        padding: 0 10px;
    }
}
@media screen and (max-width: 1000px){
    .products-list .box.new:before{
        width: 54px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
    }
    .products-list .box .name{
        font-size: 17px;
    }
    .products-list .box .description{
        font-size: 13px;
    }
    .products-list.type2 .box .txt::before{
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }
}
@media screen and (max-width: 767px) {
    .products-list.type2 .name {
        font-size: 17px;
        margin: 0px 0 8px;
        line-height: 1.4;
        max-height: inherit;
    }
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.masonry-list.album-list.type1 .item{
    margin-bottom: 25px;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more{
    display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*!瀑布流*/
/*!列表通用 index、album*/
/*------------ banner ------------*/
.banner,
.banner_m{
    position: relative;
    height: auto!important;
}
.banner .slick-arrow,
.banner_m .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    position: absolute;
    display: block;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 100;
    background: rgba(47,97,145,.8)  url('../../../images/layout04/common/index/arrow.webp') center no-repeat;
    width: 65px;
    height: 65px;
    cursor: pointer;
    transition: all .3s ease;
}
.banner .slick-prev,
.banner_m .slick-prev{
    left: 35px;
}
.banner .slick-next,
.banner_m .slick-next{
    left: auto;
    right: 35px;
    transform: rotate(180deg);
}
.banner .slick-prev:hover,
.banner_m .slick-prev:hover{
    background: rgba(47,97,145,1)  url('../../../images/layout04/common/index/arrow.webp') center no-repeat;
}
.banner .slick-next:hover,
.banner_m .slick-next:hover{
    background: rgba(47,97,145,1)  url('../../../images/layout04/common/index/arrow.webp') center no-repeat;
}
.banner .slick-dots,
.banner_m .slick-dots,
.banner .slick-dots li,
.banner_m .slick-dots li{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.banner .slick-dots,
.banner_m .slick-dots{
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    display: inline-block;
    margin: 0 3px;
}
.banner .slick-dots button,
.banner_m .slick-dots button{
    width: 6px;
    height: 6px;
    border: 0;
    color: transparent;
    background: #C9C9C9;
    cursor: pointer;
    border-radius: 100%;
    padding:0;
    white-space: nowrap;
    overflow: hidden;
}
.banner .slick-active button,
.banner_m .slick-active button{
    background: #2F6191;
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    position: relative;
    text-align: center;
    line-height: 1.2;
    margin: 0 auto 40px;
}
.title h2{
    position: relative;
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 60px;
    color: #333333;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 0 0 0px;
}
.title h2::first-letter{
    color: #2E6091;
}
.title span{
    display: none;
}
.title i{
    display: none;
}
/*------------ more ------------*/
.index_more{
    position: relative;
    display: block;
    box-sizing: border-box;
    text-align: center;
    width: 100px;
    height: 40px;
    line-height: 38px;
    color: #2F6191;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    letter-spacing: 0.05em;
    overflow: hidden;
    transition: all .5s ease;
    z-index: 10;
}
.index_more::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #2F6191;
    right: 0;
}
.index_more:hover:before{
    animation-name: index_more;
    animation-duration: 1s;
}
.index_more a{
    font-size: 0;
    padding: 0;
    display: block;
    width: 100px;
    height: 40px;
}
.index_more a span {
    overflow: hidden;
    position: relative;
    text-align: center;
    display: block;
    line-height: inherit;
    color: #2F6191;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    letter-spacing: 0.05em;
}
.index_more a span .more-t1{
    display: block;
    transition: opacity .35s ease,transform .35s cubic-bezier(.645, .045, .355, 1);
}
.index_more a span .more-t2{
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    margin: 0 auto;
    pointer-events: none;
    transform: translateY(104%);
    transition: opacity .35s ease,transform .35s cubic-bezier(.645, .045, .355, 1);
}
.index_more a:hover span .more-t1 {
    transform: translateY(-104%);
}
.index_more a:hover span .more-t2 {
    transform: translateY(0);
}
@keyframes index_more {
    0%{
        width: 100%;
    }
    35%{
        right: 0;
        width: 0;
    }
    65%{
        right: 0;
        width: 0;
        right: unset;
    }
    100%{
        left: 0;
        width: 100%;
    }
}
/*------------ sect ------------*/
/*輪播*/
.hot-arrow{
    position: absolute;
    top: 52%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hot-arrow .slick-arrow{
    width: 65px;
    height: 65px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: rgba(47,97,145,.8)  url('../../../images/layout04/common/index/arrow.webp') center no-repeat;
    left: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all .3s ease;
}
.hot-arrow .slick-prev{
    left: -100px;
}
.hot-arrow .slick-next{
    left: auto;
    right: -100px;
    transform: rotate(180deg);
}
.hot-arrow .slick-prev:hover{
    background: rgba(47,97,145,1)  url('../../../images/layout04/common/index/arrow.webp') center no-repeat;
}
.hot-arrow .slick-next:hover{
    background: rgba(47,97,145,1)  url('../../../images/layout04/common/index/arrow.webp') center no-repeat;
}
/*!輪播*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ intro -------------*/
.intro-sect{
    position: relative;
    padding: 80px 0 95px;
    background: #FFFFFF;
    background: url(../../../images/layout04/common/footer_bg.webp) no-repeat center top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 0;
}
.intro-box {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    z-index: 1;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.intro-box p {
    margin: 0;
}
.intro-box .intro-title {
    position: relative;
    display: block;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 60px;
    color: #333333;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 0 28px;
    order: 1;
}
.intro-box .intro-title::first-letter{
    color: #2E6091;
}
.intro-box .intro-sub-title {
    color: #2D5F91;
    font-size: 20px;
    font-weight: 600;
    letter-spacing:0.03em;
    line-height: 1.3;
    margin-bottom: 10px;
    font-family: "Plus Jakarta Sans", sans-serif;
    order: 2;
}
.intro-box .intro-description {
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 15px;
    color: #545454;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.7;
    order: 3;
}
/*------------ news ------------*/
.news-sect{
    position: relative;
    background: #EDF0F1;
    padding: 92px 0 42px;
}
.news-sect::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
}
.news-sect .title{
    position: relative;
}
.news-sect .index_more{
    position: absolute;
    top: 21px;
    right: 15px;
}
.news-list{
    justify-content: center;
    flex-wrap: wrap;
}
.slick-track{
    margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
    width: 100%;
}
.news-list.type2 .item{
    border:none;
    margin-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n){
    width: 50%;
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.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% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list .item .box .description{
    display: block;
}
.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: 0px;
}
/*!少量排版*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    background: #EDF0F1;
    padding: 42px 0 5px;
}
.about-sect .row{
    padding: 0;
}
.about-sect .col{
    float: left;
}
.about-sect .col.pic{
    margin: 0px 0 0 0;
    position: absolute;
    width: 105.3%;
    top: 0;
    right: 15px;
    height: auto;
    text-align: right;
}
.about-sect .col.pic img{
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
}
.about-sect .pic img{
    margin: 0;
}
.about-sect .col.pic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #EDF0F1;
    transform: scaleY(0);
    transform: scale(1);
    transform-origin: bottom;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    transition: transform 2s cubic-bezier(.25,1,.5,1),-webkit-clip-path 2s cubic-bezier(.25,1,.5,1) .45s;
    transition: transform 2s cubic-bezier(.25,1,.5,1),clip-path 2s cubic-bezier(.25,1,.5,1) .45s;
    transition: transform 2s cubic-bezier(.25,1,.5,1),clip-path 2s cubic-bezier(.25,1,.5,1) .45s,-webkit-clip-path 2s cubic-bezier(.25,1,.5,1) .45s;
    z-index: 1;
}
.loaded.about-sect .col.pic:before{
    transform: scaleY(1);
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
}
.about-sect .col.pic img {
    width: 100%;
    transform: scale(1.05);
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    transition: transform 2s cubic-bezier(.25,1,.5,1) .5s,-webkit-clip-path 2s cubic-bezier(.25,1,.5,1) .45s;
    transition: clip-path 2s cubic-bezier(.25,1,.5,1) .45s,transform 2s cubic-bezier(.25,1,.5,1) .5s;
    transition: clip-path 2s cubic-bezier(.25,1,.5,1) .45s,transform 2s cubic-bezier(.25,1,.5,1) .5s,-webkit-clip-path 2s cubic-bezier(.25,1,.5,1) .45s;
}
.loaded.about-sect .col.pic img {
    transform: scale(1);
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    float: right;
    width: 48.5%;
    background: #FFFFFF;
    padding: 80px 7% 95px 8.5%;
    margin: 280px 0px 0;
    z-index: 2;
    right: -9.65%;
}
.about-sect .title{
    position: relative;
    margin: 0 0 25px;
}
.about-sect .index_more{
    position: absolute;
    left: 60%;
    top: 100px;
}
.about-sect .txt-box{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    font-weight: normal;
    color: #545454;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ service ------------*/
.service-sect{
    position: relative;
    background: #EDF0F1;
    padding: 5px 0 35px;
}
.service-sect::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 56%;
    bottom: 0;
    background: #FFFFFF;
}
.service-sect .title{
    position: relative;
    text-align: left;
    margin: 0 auto 35px;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .editor{
    float: right;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0;
}
.service-sect .index_more{
    position: absolute;
    display: none;
}
/*------------ articles ------------*/
.articles-sect{
    position: relative;
    padding: 42px 0 42px;
}
.articles-sect .title{
    position: relative;
}
.articles-sect .index_more{
    position: absolute;
    top: 100px;
    right: 15px;
}
/*------------ products ------------*/
.products-sect{
    position: relative;
    background:#fff;
    padding: 35px 0 40px;
    z-index: 10;
}
.products-sect .title{
    position: relative;
    margin: 0 auto 30px;
}
.products-sect .index_more{
    position: absolute;
    top: 21px;
    right: 15px;
}
.products-sect .products-box{
    position: relative;
    height: auto;
}
.products-sect  .slick-slide{
    min-height: inherit;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .box:after{
    display: none;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    display: flex;
    max-width: 1000px;
    padding: 10px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 30px 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: 0;
}
/*!少量排版*/
/*------------ album ------------*/
.album-sect{
    position: relative;
    padding: 40px 0 85px;
    z-index: 10;
}
.album-sect::before {
    content: '';
    display: block;
    position: absolute;
    top: 56%;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../../../images/layout04/common/footer_bg.webp) center bottom no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
}
.album-sect .title{
    position: absolute;
    text-align: left;
    top: -5px;
    left: 15px;
}
.album-sect .index_more{
    position: absolute;
    top: 82px;
    left: 15px;
}
.album-sect .hot-arrow{
    display: none;
}
.album-list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    right: -24.8%;
}
.album-list .slick-list{
    flex: 1 1 auto;
}
.album-list.type1 {
    margin: 0 -10px;
}
.album-list.type1 .item {
    padding: 0 10px;
    border:none;
    margin-bottom: 20px;
}
.album-list.type1 .item .box{
    position: relative;
}
.album-list.type1 .item .box::before,
.album-list.type2 .box .pic:before{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44,95,145,.8);
    z-index: 1;
    transition: all .3s ease;
    opacity: 0;
}
.album-list.type2 .item {
    border-bottom: none;
    margin-bottom: 20px;
}
.album-list.type1 .item .box:hover:before{
    opacity: 1;
}
.album-list.type1 .item .box .name{
    position: absolute;
    color: #FFFFFF;
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: 1.4;
    width: 80%;
    height: auto;
    left: 0;
    right: 0;
    top: 42.5%;
    margin: 0 auto;
    opacity: 0;
    z-index: 5;
    transition: all .3s ease;
}
.album-list.type1 .item .box:hover .name{
    opacity: 1;
}
.album-list .box .name{
    font-size: 18px;
    font-family: "Noto Sans", sans-serif;
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: 1.4;
}
.album-sect .album-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.masonry-album-sect .album-list{
    display: block;
    width: 100%;
}
.masonry-album-sect .item{
    width: 25%;
}
.masonry-list .item  .box{
    position: relative;
}
.masonry-list .item .namebox{
    position: static;
    opacity: 1;
    text-align: center;
    width: 100%;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
}
.album-list.type1 .item .box .name{
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
/*!瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect .album-list .item{
    width: 32.33%;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list{
    text-align: center;
    margin: auto;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
    display: block;
}
.onlyitem-sect .album-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
.onlyitem-sect .album-list .item .namebox .name{
    margin: 6px 0 0;
    font-size: 16px;
    color: #fff;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.form-wrap{
    border:none;
    background: none;
}
.contact-title{
    text-align: center;
}
.contact-sect .reminder{
    display: none;
}
.contact-sect .form-wrap .reminder{
    display: block;
}
.contact-title{
    font-size: 23px;
    line-height: 1.3;
}
.contact-title h2{
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;  
}
.contact-title > b{
    color: #000000;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
}
/*------------ faq -------------*/
.faq-sect{
    padding: 60px 0 80px;
}
.faq-box {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1100px;
}
.faq-box .title {
    margin: 0 0 30px;
}
.faq-list{
    padding: 0;
}
.faq-item{
    position: relative;
    margin: 0 0 20px;
    list-style-type: none;  
    background: rgba(255, 255, 255, 0.40);
    box-sizing: border-box;
}
.ic-angle-down{
    font-family: 'icon-font2' !important;
    display: inline-block;
    color: #888888;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -10px 0 0 0;
    transform: rotate(90deg);
    transition: all .3s ease;
}
.ic-angle-down:before{
    content: "\e1000";
}
.faq-item:hover .ic-angle-down{
    transform: rotate(-90deg);
    color: #014D67;
}
.faq-question{
    position: relative;
    color: #444444;
    font-weight: bold;
    font-size: 18px;
    min-height: 27px;
    padding: 11px 40px 11px 35px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 60;
}
.faq-question h3{
    margin: 0;
}
.faq-item:before{
    content: "";
    width: 14px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffd641;
    background-image: linear-gradient(45deg, #f9d038 50%, #ffd641 50%);
    background-size: 4px 4px;
    z-index: 10;
}
.faq-item:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #FFFFFF;
    z-index: 55;
    pointer-events: none;
}
.faq-item:hover:after{
    border: 3px solid #AAAAAA;
}
.faq-item:hover .faq-question,
.faq-item.active .faq-question{
    color: #014D67;
}
.faq-answer{
    padding:5px 20px 25px 35px;
    color: #444444;
    background: #fff;
    display: none;
}
.faq-answer:before{
    font-family: 'icon-font2' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    content: "\e1030";
    font-size: 45px;
    color: #000000;
}
.faq-answer .title{
    font-size: 45px;
    font-weight: bold;
}
.faq-box .reserve-more{
    text-align: center;
}
.faq-box .reserve-more-btn{
    position: relative;
    background: #000000;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    margin-top: 20px;
    display: inline-block;
    color: #f8d241;
    padding: 10px 25px;
    box-sizing: border-box;
    line-height: 1.5;
}
.faq-box .reserve-more-btn:hover {
    background: #f8d241;
    color: #000000;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1440px){
    .about-sect .col.txt{
        right: -30px;
    }
}
@media screen and (max-width: 1280px){
    .intro-sect{
        padding: 55px 0 70px;
    }
    .news-sect {
        padding: 65px 0 20px;
    }
    .about-sect {
        padding: 20px 0 5px;
    }
    .service-sect {
        padding: 5px 0 10px;
    }
    .products-sect {
        padding: 10px 0 15px;
    }
    .album-sect {
        padding: 15px 0 60px;
    }

    .about-sect .col.txt{
        width: 60%;
        margin-top: 180px;
        padding: 55px 6% 70px 7.5%;
    }
    .about-sect .index_more{
        top: 75px;
    }
    .album-list{
        right: -32%;
    }
}
@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;
    }
    /*!少量排版*/
}
@media screen and (max-width: 1000px){
    .intro-sect{
        padding: 45px 0 55px;
        background-attachment:inherit;
        background-size: cover;
    }
    .news-sect {
        padding: 50px 0 20px;
    }
    .about-sect {
        padding: 20px 0 25px;
    }
    .service-sect {
        padding: 25px 0 25px;
    }
    .products-sect {
        padding: 25px 0 27.5px;
    }
    .album-sect {
        padding: 27.5px 0 60px;
    }

    .index_more{
        width: 90px;
        height: 36px;
        line-height: 34px;
    }
    .index_more a{
        width: 90px;
        height: 36px;
    }
    .index_more a span{
        font-size: 14px;
    }
    .title {
        margin: 0 auto 24px;
    }
    .intro-box .intro-title,
    .title h2{
        font-size: 40px;
    }
    .intro-box{
        position: relative;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .intro-box .intro-title{
        margin: 0 0 20px;
    }
    .intro-box .intro-sub-title{
        font-size: 18px;
    }
    .intro-box .intro-description{
        font-size: 14px;
    }
    .about-sect .title {
        margin: 0 0 18px;
    }
    .service-sect .title{
        text-align: center;
        margin: 0 auto 24px;
    }

    .banner .slick-arrow,
    .banner_m .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev,
    .banner_m .slick-prev{
        margin-left: -36px;
    }
    .banner .slick-next,
    .banner_m .slick-next{
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .news-sect .index_more{
        position: relative;
        top: inherit;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .about-sect .row{
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        padding: 0 15px;
    }
    .about-sect .col.pic{
        position: relative;
        float: none;
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
        order: 1;
    }
    .about-sect .col.txt{
        position: relative;
        float: none;
        width: 100%;
        text-align: center;
        margin: 0;
        left: 0;
        right: 0;
        order: 2;
        padding: 40px 30px 50px;
    }
    .about-sect .txt-box{
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor{
        width: 100%;
        font-size: 14px;
    }
    .about-sect .index_more{
        position: relative;
        top: inherit;
        left: 0;
        right: 0;
        margin: 15px auto 0;
    }
    .service-sect::before {
        top: 56.5%;
    }
    .products-sect .index_more{
        position: relative;
        top: inherit;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    /*少量排版*/
    .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%;
    }
    /*!少量排版*/
    .service-sect .editor{
        width: 100%;
        float: none;
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect .editor{
        border:none;
    }
    .service-box{
        padding: 0;
    }
    .products-sect .title {
        margin: 0 auto 15px;
    }
    .hot-arrow{
        position: relative;
        width: 100px;
        left: inherit;
        right: inherit;
        height: 45px;
        top: 0;
        margin:0 auto 10px;
    }
    .hot-arrow .slick-arrow{
        width: 45px;
        height: 45px;
        background-size: contain;
    }
    .hot-arrow .slick-prev{
        left: 0;
    }
    .hot-arrow .slick-next{
        right: 0;
    }
    .hot-arrow .slick-prev:hover,
    .hot-arrow .slick-next:hover{
        width: 45px;
        height: 45px;
        background-size: contain;
    }
    .products-box{
        padding: 0px 0;
    }
    .article-sect .container{
        padding: 30px 15px;
    }

    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-list{
        width: 100%;
        margin: 0 auto;
        right:0;
        left: 0;
    }

    .album-sect .title{
        position: relative;
        top: inherit;
        text-align: center;
        left: inherit;
        right: inherit;
        margin: 0 auto 24px;
    }
    .album-sect .index_more{
        position: relative;
        top: inherit;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .album-list.type1{
        margin: 0 auto;
    }
    .album-list.type1 .item .box .name{
        font-size: 17px;
        top: 45%;
    }
    .album-sect::before{
        top: 50%;
        background-attachment: inherit;
        background-size: cover;
        background: url(../../../images/layout04/common/footer_bg.webp) center 67% no-repeat;
    }
    .faq-answer{
        margin: 0 0 20px;
    }
    .faq-answer:before{
        display: none;
    }
    .faq-question{
        font-size: 15px;
    }
    .faq-box .reserve-more-btn {
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }
    .intro-box .intro-description,
    .about-sect .txt-box .index-about-editor .editor{
        text-align: left;
    }
}
@media screen and (max-width: 480px){
    .intro-box .intro-title, .title h2 {
        font-size: 35px;
    }
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
}