@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 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: #FAD038;
}
.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 .2s;
    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 .2s;
}
.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: #fad038;
    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: #fad038;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #000;
    color: #fad038;
    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: #fad038;
}
/*------------ 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.type2 .box{
    transition: all .3s;
    background:#121316;
    padding: 0;
}
.products-list.type2 .box:hover{
    background: #1d1e22;
}
.products-list .box.new:before{
    content: 'NEW';
    display: block;
    font-family: Arial;
    font-family: "Poppins", sans-serif;
    position: absolute;
    top: 10px;
    text-align: center;
    border-radius: 20px;
    z-index: 15;
    left: 15px;
    line-height: 30px;
    color: #1C9CD2;
    font-weight: bold;
    font-size: 15px;
}

.products-list.type2 .mask .pic:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background: linear-gradient(319deg, rgb(171 171 171 / 20%), rgb(255 255 255 / 0%), rgb(255 255 255 / 30%));
    right: 0px;
    top: 0;
    left: unset;
    transition: all .5s ease;
    pointer-events: none;
}

.products-list.type2 .box:hover .pic:before {
    width: 100%;
    left: 0px;
    transition: all .5s ease;
}


.products-list.type2 .txt {
    
    padding: 15px;
}

.products-list .box .name{
    color: #F8F8F8;
}
.products-list .box .description{
    color: #84858C;
}
.products-list .box:hover .description{
   
}
.products-list .offers{
    color: #D80000;
}
.products-list.type2 .box:after{
    content: 'VIEW MORE';
    display: block;
    background: #9C9C9C;
    color: #fff;
    letter-spacing: 3px;
    display: block;
    text-align: center;
    margin: 10px -10px 0;
    padding: 10px;
    transition: all .2s;
    display: none;
}
.products-list.type2 .box:hover:after{
    background: #000;
}
.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;
}
/*!列表通用 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*/
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list .item .box{
    padding: 12px;
    background: #2e2e2e;
    transition: all .3s ease;
}


.news-list .date{
    color: #fff;
}
 
.news-list .btn.more{
    bottom: 12px;
    background: #3d3d3d;
    font-family: "Poppins", sans-serif;
    color: #fff;
}
.news-list.type4 .item .box{
    border:none;
    padding: 0;
    background: transparent;
}
.news-list .item .box:hover{
    
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    width: 65px;
    height: 65px;
    padding-top: 0px;
    background: #1B1C1E;
    font-family: "Poppins", sans-serif;
}
.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: 10px;
    left: 10px;
    border-radius: 0;
    letter-spacing: 0;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 1.3;
    margin-bottom: 18px;
    font-size: 35px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -30px;
    font-weight: normal;
}

.news-list.type4 .txt{
    position: static;
    padding: 10px;
    min-height: 55px;
}

.news-list .item .name{
    color: #F8F8F8;
}
.news-list .box:hover .name{
    
}
.news-list .item .description{
    color: #979797
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner{
    position: relative;
    height: auto!important;
}
.banner .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{
    background-position: 0 0;
    left: 35px;
}
.banner .slick-next{
    left: auto;
    right: 35px;
    transform: rotate(180deg);
}
.banner .slick-prev:hover{
    background-position: 0 100%;
}
.banner .slick-next:hover{
    background-position: 100% 100%;
}
.banner .slick-dots,
.banner .slick-dots li{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.banner .slick-dots{
    position: absolute;
    width: 100%;
    bottom: 25px;
}
.banner .slick-dots li{
    display: inline-block;
    margin: 0 8px;
}
.banner .slick-dots button{
    width: 8px;
    height: 8px;
    border: 0;
    color: transparent;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    border-radius: 100%;
    padding:0;
}
.banner .slick-active button{
    background: #fff;
}
/*------------ title ------------*/
.title{
    color: #000000;
    font-size: 23px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 0 30px;
    font-weight: normal;
}

.about-sect .title span:before {
    content: 'ABOUT';
    display: block;
    font-size: 120px;
    color: transparent;
    font-family: "Poppins", sans-serif;
    opacity: 1;
    position: absolute;
    left: -124px;
    top: -65px;
    display: block;
    box-sizing: border-box;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin: 0 auto;
    z-index: -1;
    white-space: nowrap;
}

.news-sect .title span:before{
    content: 'LATEST';
    display: block;
    font-size: 120px;
    color: transparent;
    font-family: "Poppins", sans-serif;
    opacity: 1;
    position: absolute;
    left: 0;
    top: -65px;
    display: block;
    box-sizing: border-box;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    z-index: -1;
    white-space: nowrap;

}

.products-sect .title span:before{
    content: 'HOT';
    display: block;
    font-size: 120px;
    color: transparent;
    font-family: "Poppins", sans-serif;
    opacity: 1;
    position: absolute;
    left: -124px;
    top: -65px;
    display: block;
    box-sizing: border-box;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin: 0 auto;
    
    z-index: -1;
    white-space: nowrap;

}

.album-sect .title span:before {
    content: 'CASE';
    display: block;
    font-size: 120px;
    color: transparent;
    font-family: "Poppins", sans-serif;
    opacity: 1;
    position: absolute;
    left: -124px;
    top: -65px;
    display: block;
    box-sizing: border-box;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin: 0 auto;
    z-index: -1;
    white-space: nowrap;
}
 

.title span{
    display:block;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 80px;
    font-style: italic;
    font-weight: 700;
    position: relative;
    z-index: 2;
}
.title h2{
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    display: block;
    margin: 0 0 5px;
    letter-spacing: 6px;
}
.title i{
   display: none;
}
/*------------ more ------------*/
.index_more{
    color: #fff;
    font-size: 15px;
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    position: relative;
    border-radius: 0px;
    line-height: 60px;
    width: 225px;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    transition: all .3s ease;
    letter-spacing: 1px;
    background: #272727;
    color: #fff;
    overflow: hidden;
}
.index_more a:hover:before {
    -webkit-transform: skewX(-12deg) scaleX(1.2);
    transform: skewX(-12deg) scaleX(1.2);
}
.index_more a:before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skewX(-12deg) scaleX(0);
    transform: skewX(-12deg) scaleX(0);
    transition: -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
    transition: transform .5s cubic-bezier(.215,.61,.355,1);
    transition: transform .5s cubic-bezier(.215,.61,.355,1), -webkit-transform .5s cubic-bezier(.215,.61,.355,1);
}
.index_more a{
    font-size: 0;
  
    display: block;
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
}
.index_more a span{
    font-size: 15px;
    z-index: 5;
    position: relative;
}
/*------------ sect ------------*/
/*輪播*/

.products-sect .hot-arrow{
    top: calc(50% + -40px);
}

.hot-arrow{
    position: absolute;
    top: calc(50% + 25px);
    right: 0;
    width: 100%;
}
.hot-arrow .slick-arrow{
    width: 55px;
    height: 55px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: #272727;
    left: -70px;
    padding: 0;
    box-sizing: border-box;
    transition: all .3s;
}

.hot-arrow .slick-arrow::before {
    content: '';
    border: 1px solid #fff;
    border-width: 2px 2px 0 0;
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
    position: absolute;
    left: 25px;
    top: 22px;
    display: block;
}

.hot-arrow .slick-next{
    transform: rotate(180deg);
    right: -70px;
    left: auto;
}
.hot-arrow .slick-arrow:hover{
   background: #000;
}
/*!輪播*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    padding: 150px 0 110px;
}
.about-sect .row{
    padding: 0;
    position: relative;
}
.about-sect .pic img{
     
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    width: 50%;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    color: #e3e3e3;
    margin: 75px 0 0px 0;
}
.about-sect .container{
    position: static;
}
.about-sect .col.pic{
   position: absolute;
   top: 0;
   right: -150px;
   display: none;
}

.about-sect .other-pic-1{
    position: absolute;
    top: 0;
    right: -150px;
    background: url(../../../images/layout04/common/index/about_pic.png);
    width: 930px;
    height: 438px;
    position: absolute;
    top: 0;
    right: -150px;
 }
 

 
.about-sect .index_more{
    margin: 40px 0 0;
}
.about-sect .title{
    margin: 0 0 10px;
    position: relative;
    text-align: left;
}
.about-sect .title h2{
     
    display: none;
}
.about-sect .txt-box{
    
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    line-height: 1.75;
    color: #C4C6C8;
    font-size: 15px;
    max-width: 450px;
    letter-spacing: 1px;

    height: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 200;

}
.about-sect .txt .tag{
    font-weight: bold;
    font-size: 20px;
    color: #FAD038;
    line-height: 1.4;
    margin: 0 0 25px;
    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{
   position: relative;
    padding-top: 20px;
    padding: 170px 0 80px;
    background: url(../../../images/layout04/common/index/news_bg.jpg) repeat;
}

.news-sect::before{
    content: "";
    position: absolute;
    top: 0;
    right: calc(50% - 50px);
    width: 55%;
    height: 0;
    transform-origin: top left;
    transform: skewx(334deg);
    transition: all 2s ease;
   
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); 
    opacity: 0.5;
     
    
}

.loaded.news-sect::before{
    height: 100%;
    transition: all 3s ease;
}

.news-sect .title{
    /*display: none;*/
    margin: 0 0 40px;
}
.news-sect .index_more{
   display: none;
}
.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.type2 .item .txt{
    padding: 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
}
/*最新消息 少量排版*/
.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;
    padding: 120px 0 80px;
}

.products-sect::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 873px;
    background-size: cover;
    background: url(../../../images/layout04/common/index/product_bg.png)   no-repeat;
}

.products-sect .title span{
     
}
.products-sect .title{
  
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.products-sect .title h2{
    margin-left: 15px;
}

.products-sect .index_more{
    position: relative;
   
}
.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 .marquee {
    position: absolute;
    top: 117px;
    padding: 0;
    width: 100%;
    height: 154px;
    line-height: 1;
    overflow: hidden;
}
.service-sect .marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee_left 60s linear infinite;
}
.service-sect .marquee .track span {
    position: relative;
    padding: 0 50px 0 0;
    line-height: 1;
    font-size: 180px;
    overflow: visible;
    white-space: nowrap;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    font-weight: 700;
    z-index: -1;
    color: #ffffff;
    opacity: 0.05;
}
@keyframes marquee_left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-2204px);
    }
}

/* 跑馬燈 */

.service-sect{
    padding-top: 40px;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 0;
    background: url(../../../images/layout04/common/index/news_bg.jpg) repeat;
}


.service-sect .title h2{
    color: #fff;
}
.service-sect .title{
    display: none;
}
.service-sect .editor{
    z-index: 3;
    position: relative;
    box-sizing: border-box;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-box .index_more{
    
    display: none;
}
.service-box .index_more:hover{
    color: #fff;
    border-color: #fff;
}
.service-box .index_more a{
    padding:8.5px 0;
}
/*------------ album ------------*/
.album-sect{
    background: url(../../../images/layout04/common/index/album_bg.jpg) no-repeat center bottom fixed;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 330px 0 100px;
    z-index: 2;
    position: relative;
}
.album-sect .title{
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.album-sect .title h2 {
    margin-left: 15px;
}

 
.album-sect .index_more{
    position: relative;
    display: none;
}
.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.album-list .box .name{
    color: #fff;
}

.album-list.type1 .item .box{
    overflow: hidden;
}

.album-list.type1 .item .namebox{
    position: relative;
    padding: 5px;
    background: rgba(0, 0, 0, 0.6);
    margin: 0;
    position: absolute;
    bottom: -60px;
    transition: all .3s;
}

.album-list.type1 .item:hover  .namebox{
    bottom: 0;
}

.album-list.type1 .item .name{
    font-size: 18px;
    font-weight: normal;
    height: 30px;
    -webkit-line-clamp: 1;
    margin: 10px 10px 10px;
    letter-spacing: 1px;
}

.album-list.type1 .item {
    border-bottom: unset;
    
}

.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 .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
    font-weight: normal;
    font-size: 18px;
}
/*!瀑布流*/
/*相簿 少量排版*/
.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){
    .hot-arrow .slick-arrow{
        left: -15px;
    }

    .hot-arrow .slick-next {
        transform: rotate(180deg);
        right: -15px;
        left: auto;
    }

}
@media screen and (max-width: 1280px){

    .news-sect {
      
        padding: 120px 0 80px;
    }
    .about-sect .other-pic-1 {
        background-size: cover;
        width: 800px;
        height: 438px;
        right: calc(50% - 760px);
    }

    .about-sect .col.txt {
        padding-left: 40px;
    }

    .about-sect .title span {
        
        width: 570px;
    }

    .hot-arrow .slick-arrow {
        left: 0;
    }


    .hot-arrow .slick-next {
         
        right: 0;
        left: auto;
    }

}
@media screen and (max-width: 1200px){

    .about-sect {
        padding: 100px 0 110px;
    }

     /*產品介紹 少量排版*/
    .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: 50px 0 30px;
        margin: 0;
    }
    .about-sect .col.txt{
        margin-top: 0;
        padding: 0;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
       
    }
    .about-sect .title{
        position: relative;
        text-align: center;
    }
    .about-sect .txt-box{
        
        display: block;
    }

    .about-sect .title span {
        width: auto;
    }

    .about-sect .title span:before {
        
        position: absolute;
        left: 0;
        right: 0;
        top: -65px;
    }
    .about-sect .txt-box .index-about-editor .editor{
        max-width: unset;
        letter-spacing: 1px;
        height: auto;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: unset;
        max-width: 550px;
        margin: 0 auto;
        padding: 0 10px;
    }

    
    .about-sect .index_more{
        margin: 30px auto;
    }

    .about-sect .other-pic-1 {
        background-size: cover;
        width: 100%;
        height: 270px;
        right: 0;
        position: relative;
        max-width: 600px;
        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%;
    }
    /*!少量排版*/
    .title span{
        font-size: 40px;
    }

    .title h2{

    }

    .about-sect .title span:before , .products-sect .title span:before ,.news-sect .title span:before , .album-sect .title span:before{
        font-size: 55px;
        top: -30px;
        left: 0;
        right: 0;
    }

    .title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    .articles-sect{
        padding: 30px 0 10px;
        margin-bottom: 0;
    }

    .news-sect::before {
       
        width: 65%;
    }
    .news-sect{
        padding: 70px 0 30px;
        margin-bottom: 0;
    }
    .products-box{
        padding: 8px 0;
    }

    .products-sect .title h2 {
        margin-left: 0;
        display: block;
    }
    
    .service-sect .editor{
        width: 100%;
        float: none;
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect .title{
        text-align: center;
        padding: 0;
        text-indent: 0;
        padding-bottom: 20px;
    }
    .service-sect .title h2{
        color: #fff;
        padding: 3px 0;
       
    }
    .service-sect .title:after{
        display: none;
    }
    .service-sect{
        margin-bottom: 0;
    }


    .service-sect .editor{
        border:none;
    }
    .service-box .index_more{
        margin: 0 0 0;
        left: 30px;
        top: -81px;
    }
    .service-sect:before{
        height: 80px;
    }

    .service-sect .marquee {
       
        top: unset;
        
        bottom: 0;
    }

    .banner .slick-dots{
        display: none !important;
    }
    .banner .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev{
        margin-left: -36px;
    }
    .banner .slick-next{
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .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: 60px 0 30px;
        margin-bottom: 0px;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }


    .album-sect .title {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .album-sect .title h2 {
        margin-left: 0;
        display: block;
    }

    .album-list{
        width: 100%;
        margin: 0;
    }
    .hot-arrow{
       
    }
    .title h2{
        display: block;
        margin: 0 0 5px;
        letter-spacing: 2px;
        font-size: 27px;
    
    }
    .products-sect{
        padding: 60px 0 45px;
    }

    .products-sect .title h2 {
        margin-left: 0;
        display: block;
    }

    .products-sect .title {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}
@media screen and (max-width: 767px){
    
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }

    .about-sect .other-pic-1 {
        background-size: cover;
        width: 500px;
        height: 236px;
        left: calc(50% - 270px);
        margin: 0;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    } 


}