@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/* 跑馬燈 */
.marquee {
    width: 100%;
    height: 400px;
    line-height: 400px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: calc(0% + 96px);
    left: 0;
    z-index: -100;
}
.marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee_left 80s linear infinite;
}
.marquee .track span {
    position: relative;
    padding: 0 100px 0 0;
    height: 400px;
    font-size: 200px;
    overflow: visible;
    white-space: nowrap;
    color: #F6F6F6;
    font-weight: 600;
    font-family: "Atkinson Hyperlegible Next", sans-serif;
    color: transparent;
    -webkit-text-stroke:2px #a4a4a4;
    text-stroke:2px #a4a4a4;
    opacity:0.16;
}
.marquee:hover .track {
    
}
@keyframes marquee_left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    padding-bottom: 35px;
    position: relative;
}
.type5 .article-list .item .box{
    padding: 12px 12px 0;
    background: #EFF1F3;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover{
    background: #E60013;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box .name{
    color: #000;
}
.article-list .item .box:hover .name{
    text-decoration: underline;
}
.article-list .item .box .description{
    color: #6f6f6f;
}
.type5 .keyword_box{
    padding: 9px 27px 9px 47px;
    margin: 0 -27px;
    color: #AAAAAA;
    background: #F6F6F6;
}
.type5 .keyword_box:before{
    left: 27px;
}
.type5 .article-list .pic .mask{
    opacity: 0;
    transition: all .3s;
    position: absolute;
    width: 100%;
    height: 100%;
     color: #fff;
    font-family: 'roboto', sans-serif;
    top: 50%;
    font-size: 13px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background: rgba(0,0,0,0.2);
    transition: all .3s;
}
.type5 .article-list .item .box:hover .mask{
    opacity: 1;
}
.type5 .article-list .item .date,
.article-date{
    border-radius: 3px;
    color: #FFFFFF;
    width: 57px;
    height: 63px;
    padding-top: 13px;
    line-height: 0.5;
    background: #E60013;
    transition: all .3s ease;
}
.type5 .article-list .item .date .day{
    color: #000;
    font-weight: bolder;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover .date{
    background: #000;
}
.type5 .article-list .item .box:hover .date .day{
    color: #E60013;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #000;
    color: #E60013;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #000;
    color: #fff;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #000;
    border-color: #E60013;
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.keyword_box.detail{
    height: auto;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    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: #222;
}
/*!列表通用 index article*/
/*列表通用 index、products*/
.products-list .box.new:before{
    content: 'new';
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 43px;
    height: 43px;
    position: absolute;
    top: -15px;
    text-align: center;
    z-index: 15;
    left: 24px;
    background: linear-gradient(to right, rgba(33,99,149,1) 0%,rgba(108,171,82,1) 100%);
    font-weight: 400;
    color: #fff;
    font-family: "Atkinson Hyperlegible Next", serif;
    font-size: 14px;
}
.products-list .box .name{
    color: #333;
    font-family: "Atkinson Hyperlegible Next", serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products-list .box:hover .name{
    color: #489988;
}
.products-list .box .description{
    color: #858585;
}
.products-list .box:hover .description{
    
}
.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 .3s;
    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.type2 .pic:before{
    display: none;
}
.products-list .pic:before{
    background: rgba(22, 22, 22, 0.85);
}
/*products modify*/
.products-list.type1 {
    margin: -15px auto 0;
}
.products-list.type1 .item{
    padding-top: 15px;
}
.masonry-list.products-list.type1 {
    margin: 0 auto 0;
}
.masonry-list.products-list.type1 .item{
    padding-top: 0;
}
.products-list.type2{
    margin-top: -15px;
}
.products-list.type1 .slick-list{
    width: 100%;
}
.products-list.type2 .item{
    padding-top: 15px;
    margin-bottom: 0;
}
.masonry-list.products-list.type2 .item{
    margin-bottom: 48px;   
}
.products-list.type2 .box{
    transition: all .3s;
}
.products-list.type2 .box:hover{
    
}
.products-list.type2 .name{
    margin-bottom: 4px;
}
.products-list.type2 .txt .index_more{
    margin-top: 16px;
}
.products-list.type2 .txt .index_more a{
    display: flex!important;
}
.products-list.type2 .txt {
    padding: 16px 16px 0;
}
/*products modify*/
/*!列表通用 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 !important;
}
/*!瀑布流*/
/*!列表通用 index、album*/
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list .item .box{
    padding: 0px;
    margin: 0 auto;
    border-radius: 24px;
    overflow: hidden;
    transition: all .3s ease;
}

.news-list.type4  .item .box{
    padding: 0
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list.type4 .item .box{
    border:none;
}
.news-list .item .box:hover{
    /*background: #E60013;*/
}
.news-list.type4 .item .date,
.news-date{
    font-family: "Atkinson Hyperlegible Next", serif;
    border-radius: 0;
    color: #FFFFFF;
    width: 63px;
    height: 63px;
    padding-top: 13px;
    background: #6CAB52;
    transition: all .3s ease;
}
.news-list.type4  .item .box:hover .date{
    background: #fff;
    color: #216395;
}
.news-list .item .date{
    color: #000
}
.news-list.type4 .date .day{
    font-weight: 500;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 1.6;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 600;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -24px;
    font-size: 10px;
    font-weight: 400;
}
.news-list.type4 .txt{
    position:static;
    min-height: inherit;
    padding: 16px 0 0;
}
.news-list .item .name{
    color: #333;
    font-family: "Atkinson Hyperlegible Next", serif;
    font-size:18px;
}
.news-list .box:hover .name{
    color: #216395;
}
.news-list .item .description{
    color: #858585;
}
/*news modify*/
.news-list.type3{
    margin: 0 -15px;
}
.news-list.type3 .item{
    border: none;
    padding: 0 15px;
    margin: 0 auto;
}
.news-list.type3 .item .box{
    padding: 24px;
    background: #fff;
    border-radius: 8px;
}
.news-list.type3 .date{
    color: #6CAB52;
    font-family: "Atkinson Hyperlegible Next", sans-serif;
}
.news-list.type3 .name{
    margin: 0 0 8px;
}
.news-list.type3 .description{
    -webkit-line-clamp: 1;
    max-height: 24px;
}
.news-list.type3 .box:hover .description{
    color: #216395;
}
.news-list.type3:before{
    display: none;
}
.news-list.type4{
    margin: 0 -15px;
}
.news-list.type4 .item {
    margin-bottom: 0;
    padding: 0 15px;
}
/*//news modify*/
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner,
.banner_m{
    position: relative;
    height: auto!important;
    z-index: 111;
}
.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: url(../../../images/layout04/common/index/arrow.png);
    width: 65px;
    height: 65px;
    cursor: pointer;
}
.banner .slick-prev,
.banner_m .slick-prev{
    background-position: 0 0;
    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-position: 0 100%;
}
.banner .slick-next:hover,
.banner_m .slick-next:hover{
    background-position: 100% 100%;
}
.banner .slick-dots,
.banner_m .slick-dots{
    position: absolute;
    bottom: 14%;
    right: 18%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    line-height: 0;
    z-index: 80;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button{
   white-space: nowrap;
   font-size: 0;
   padding: 0;
   border: 0;
   width: 8px;
   height: 8px;
   /* margin-top: 10px; */
   cursor: pointer;
   background: #6CAB52;
   border-radius: 100%;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}
.banner .slick-dots li button:before,
.banner_m .slick-dots li button:before{
    content:'';
    display:block;
    border-radius:100%;
    width:16px;
    height:16px;
    background: #6CAB52;
    position:absolute;
    box-sizing:border-box;
    z-index:1;
    opacity:0.2;
    transform:scale(0);
    transition:all .5s;
}
.banner .slick-dots li+li,
.banner_m .slick-dots li+li{
    margin-left: 16px;
}
.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button{
    background: #216395;  
}
.banner .slick-dots li.slick-active button:before,
.banner_m .slick-dots li.slick-active button:before{
    background: #216395;  
    transform:scale(1);
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    position: relative;
    margin: 0 0 40px;
    display: flex;
    flex-direction: column-reverse;
}
.title:before{
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: #216395;
    margin: 24px auto 0;
    visibility: visible;
}
.service-sect .title:before{
    background: #fff;
}
.news-sect .title:before{
    display: none;
}
.news-sect .title{
    text-align:left;
}
.title span{
    color: #6CAB52;
    font-size: 54px;
    text-align: center;
    line-height: 0.8;
    letter-spacing: 0;
    font-weight: 700;
    font-family: "Atkinson Hyperlegible Next", serif;
    display: block;
    margin: 16px auto 0;
}
.title span:first-letter{
    color: #479987;
}
.service-sect .title span:first-letter{
    color: #fff;
}
.news-sect .title span{
    text-align:left;
}
.service-sect .title span{
    color: #fff;
}
.title h2{
    color: #535353;
    font-size: 22px;
    text-align: center;
    line-height: 1;
    letter-spacing: 4px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    display: block;
    margin: 0;
}
.news-sect .title h2{
    text-align:left;
}
.service-sect .title h2{
    color: #fff;
}
.title i{
   display: none;
}
/*------------ more ------------*/
.index_more {
    position: relative;
    display: flex;
    margin: 32px auto 0;
    justify-content: center;
    letter-spacing: 0.02em;
}
.album-sect .index_more{
    position: absolute;
    top: 44px;
    right: 15px;
}
.products-sect .container > .index_more{
    display: none;
}
.news-sect .index_more{
    margin: 0 0 0;
    position: absolute;
    bottom: -12px;
    left: 15px;
}
.about-sect .index_more{
    margin: 32px auto 0;
}
.service-sect .service-box >.flex>.index_more{
    display: none;
}
.index_more a{
    text-decoration: none;
    font-size: 0;
    color: #6EA94B;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 400;
    font-family: "Atkinson Hyperlegible Next", serif;
    position: relative;
    z-index: 2;
}
.index_more span{
    position: relative;
    z-index: 2;
    color: #6EA94B;
    font-size: 18px;
    display: flex;
    align-items: center;
    column-gap: 24px;
    transition: all .3s;
}
.index_more a:hover  span{
    color: #206394;
}
.products-list.type2 .box:hover .txt .index_more a  span{
    color: #206394;
}
.index_more a span:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #6EA94B;
    outline: 6px solid rgb(110  169 75/ 20%);
    box-sizing:border-box;
    z-index: -1;
    border-radius: 50%;
    transform: scale(1);
    transition: all .3s;
}
.index_more a:hover span:after {
    background:#216395;
    outline: 11px solid rgb(33 99 149/ 20%);
}
.products-list.type2 .box:hover .txt .index_more a span:after {
    background:#216395;
    outline: 11px solid rgb(33 99 149/ 20%);
}
/*------------ sect ------------*/
/*輪播*/
.hot-arrow{
    position: absolute;
    top: calc((50% - 22.5px) + 73px);
    right: 0;
    left: 0;
    width: 100%;
}
.album-sect .hot-arrow{
    width: 94px;
    right: inherit;
    left: 15px;
    top: 68px;
}
.hot-arrow .slick-arrow{
    background:#6CAB52;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    text-align: center;
    color: transparent;
    border: 0;
    cursor: pointer;
    position: absolute;
    left: -45px;
    z-index: 150;
    opacity:1;
    transition:all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size:0;
}
.hot-arrow .slick-arrow:hover {
    
}
.hot-arrow .slick-arrow:before{
    content: "";
    background: #fff;
    width:12px;
    height:8px;
    clip-path: polygon(50% 0%, 100% 78%, 100% 91%, 90% 96%, 80% 90%, 50% 40%, 20% 90%, 10% 96%, 0 91%, 0 78%);
    filter: blur(1px);
    transform: rotate(270deg);
}
.hot-arrow .slick-arrow:hover:before {
    
}
.hot-arrow .slick-arrow:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    background: #216395;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hot-arrow .slick-arrow:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.hot-arrow .slick-next{
    transform: rotate(180deg);
    right: -45px;
    left: auto;
}
.album-sect .hot-arrow .slick-prev{
    left: 0;
    right: auto;
}
.album-sect .hot-arrow .slick-next{
    left: auto;
    right: 0;
}
/*!輪播*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    padding: 110px 0 82px;
    z-index: 1;
}
.about-sect:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 1403px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    z-index: -1;
}
.about-sect:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -128px;
    width: 100%;
    height: 1403px;
    background: url(../../../images/layout04/common/index/about_bg.png) no-repeat 50% 0%;
    background-attachment: fixed;
    background-size: cover;
    z-index: -2;
}
.about-sect .row{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-sect .pic img{
    margin: 0;
    /* display: none; */
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    color: #525252;
    font-size: 16px;
    order: 2;
    margin: 0 auto;
}
.about-sect .container{
    position: static;
}
.about-sect .col.pic{
    position:relative;
    display: none;
}
.about-sect .col.pic img{
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 88px;
    position: relative;
    line-height: 2;
    text-align: center;
    letter-spacing: 1.5px;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ articles ------------*/
.articles-sect{
    margin-bottom: 50px;
    padding-top: 20px;
    padding: 60px 0 0px;
}
.articles-sect .title{
    margin-bottom: 60px;
}
.articles-sect .index_more{
    position: absolute;
    left: 50%;
    margin-left: -28.5px;
    top: 43px;
    border-color: #444;
    color: #444;
}
/*------------ news ------------*/
.news-sect{
    padding: 72px 0 28px;
    position: relative;
    z-index: 2;
    background: #f3f3f3;

}
.news-sect:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -200px;
    bottom:0;
    background: #f3f3f3;
    z-index: -10;
}
.news-sect .container{
    display: flex;
    align-items: center;
    gap: 40px;
}
.news-sect .container:before,
.news-sect .container:after{
    display: none;
}
.news-list{
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% - 151px);
}
.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.type2 .item .txt{
    padding: 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
    display: none;
}
/*最新消息 少量排版*/
.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;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect{
    position: relative;
    z-index: 2;
    padding: 28px 0 40px;
}
.products-sect .container{
    position:relative;
}
.products-sect:before,
.products-sect:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: calc(50% - 68px);
}
.products-sect:after {
    background: url(../../../images/layout04/common/index/products_bg.jpg) no-repeat 50% 50%;
    background: #f3f3f3;
    background-size: cover;
    background-attachment: fixed;
    z-index: -10;
}
.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;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    position: relative;
    padding: 76px 0 110px;
    z-index: 10;
    overflow: hidden;
}
.service-sect:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    max-width: 1600px;
    border-radius: 24px;
    background: url(../../../images/layout04/common/index/service_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    margin: 0 auto 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.service-sect .container{
    width: 100%;
    max-width: 100%;
}
.service-box{
    box-sizing: border-box;

    
}
.service-sect .editor{
    position: relative;
    box-sizing: border-box;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
/*------------ album ------------*/
.album-sect{
    padding: 48px 0 132px;
    position:relative;
    z-index:1;
}
.album-sect:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1200px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%);
    z-index: -1;
    display: none;
}
.album-sect:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../../../images/layout04/common/index/album_bg.png) no-repeat 50% 0%;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 1200px;
    z-index: -2;
}
/*.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}*/
.album-list.type1 {
    margin: 0 -15px;
}
.album-list.type1 .item .box{
    padding: 0 ;
}
.album-list.type1 .item .name{
    margin:0;
    height:auto;
    box-sizing:border-box;
    padding:0;
    font-size: 18px;
    transition:all .3s;
}
.album-list .box .name{
    color: #333;
    font-size:18px;
    font-family: "Atkinson Hyperlegible Next", serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.album-sect .album-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
    border:none;
}

.album-list.type1 .item {
    margin-bottom: 0;
    padding: 0 15px;
}
.album-list .item .namebox{
    box-sizing: border-box;
    padding: 16px;
    transition:all .3s;
}
.album-list .box:hover .namebox{

}
.album-list .box:hover .namebox .name{
    color: #489988;
}
.album-list.type2 .box .pic:before{
    border-radius: 16px;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.masonry-album-sect{

}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.masonry-album-sect .album-list{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.masonry-album-sect .item{
    width: 25%;
}
.masonry-list .item .namebox{
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name{
    margin: 0 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.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;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1440px){
    .about-sect .col.pic{
        margin: 0px 0 0 0%;
            flex-grow: 0;
    flex-shrink: 1;
    }
    .about-sect .txt .pic{
        padding: 5% 0 20px;
    }
    .about-sect .txt-box{
    }
}
@media screen and (max-width: 1280px){
    .title h2{
        line-height: 1.2;
    }
    .title:after{
        margin: 16px auto 0;
    }
}
@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){
    .about-sect{
        padding: 56px 0 ;
        margin: 0;
    }
    .about-sect .row{
        flex-direction: column-reverse;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        max-width: 588px;
    }
    .about-sect .col.pic img {
        max-width: 100%;
    }
    .about-sect .title{
        position: static;
    }
    .service-sect .title h2, .about-sect .title h2 {
        text-align: center;
    }
    .about-sect .title h2:before {
        margin: 0 auto 32px;
    }
    .about-sect .txt-box{
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor{
        width: 100%;
        height: auto;
        display: block;
        padding: 0;
    }
    .products-list .box .more{
       font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .news-sect .container{
        display: block;
    }
    .news-list{
        width: auto;
    }
    .news-sect .title h2,
    .news-sect .title span{
        text-align: center;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    .service-sect .title span, .about-sect .title span {
        text-align: center;
    }
    .news-sect .index_more{
        position: relative;
        right: auto;
        top: auto;
        left: auto;
        bottom: 0;
        margin: 32px auto 0;
    }
    .service-sect .index_more{
        margin: 32px auto 0;   
    }
    .about-sect .index_more {
        margin: 32px auto 0; 
    }
    /*少量排版*/
    .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 span{
        font-size: 36px;
        margin: 8px auto 0;
    }
    .title{
        margin-bottom: 24px;
    }
    .title:before{
        margin-top: 16px;
    }
    .articles-sect{
        padding: 56px 0 ;
        margin-bottom: 0;
    }
    .news-sect{
        padding: 56px 0;
        margin-bottom: 0;
    }
    .service-sect .editor{
        width: 100%;
        float: none;
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect{
        padding: 56px 0;
    }
    .service-sect .editor{
        border:none;
    }
    .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;
    }
    .banner_m .slick-dots{
        bottom: 8%;
    }
    .service-box{
        padding-left: 0;
    }
    .service-box:before{
        position: static;
        background-position: center;
        height: 140px;
        margin: 0 auto;
        max-width:450px;
        width: 95%;
    }
    .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{
        padding: 56px 0 ;
        margin-bottom: 0px;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-sect .index_more{
        position: relative;
        top: auto;
        right: auto;
    }
    .album-sect .hot-arrow,
    .hot-arrow{
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        display: block;
        height: 55px;
        top: 0;
        margin:0 auto 24px;
        width: 94px;
    }
    .hot-arrow .slick-arrow{
        top: 0;
    }
    .hot-arrow .slick-prev{
        left: 0;
    }
    .hot-arrow .slick-next{
        right: 0;
    }
    .title h2{
    }
    .about-sect:after,
    .album-sect:after,
    .products-sect:after,
    .service-sect:after,
    .about-sect{
        background-attachment: inherit;
    }
    .products-sect {

    }
    .products-sect:before,
    .products-sect:after{
        
    }
}
@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;
    }
    .about-sect .col.pic .imgbox{
        display: none;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    } 
}