@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:#c4992d;
}
.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:#c4992d;
    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:#c4992d;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #000;
    color:#c4992d;
    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:#c4992d;
}
/*------------ 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: #ececec;
    padding: 20px;
    background: transparent;
    top: 0;
}
.products-list.type2 .box:hover{
    top: -15px;
   
}
.products-list .box.new:before{
    content: 'NEW';
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 25px;
    text-align: center;
    border-radius: 50%;

    z-index: 15;
    right: 25px;
    line-height: 4;
    color: #fff;
    background: #c4992d;
    font-weight: normal;
}

.products-list .pic:before{
     opacity: 0;
     background: linear-gradient(to bottom,  rgba(196,153,45,0) 0%,rgba(196,153,45,1) 100%);  

}

.products-list .box:hover .pic:before {
    opacity: 0.5;
}

.products-list.type2 .txt {
    padding-top: 10px;
    padding: 20px 0 10px;
}

.products-list .box .name{
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.products-list .box .description{
    color: #DDDDDD;
}
.products-list .box:hover .description{
   
}
.products-list .offers{
    color: #D80000;
}
.products-list.type2 .box:after{
    transition: all .3s ease;
    content: "";
    background: #000000;
    opacity: 0.6;
    width: 100%;
    height: 70%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.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: #000000;
    background: unset;
    transition: all .3s ease;
}
.news-list .btn.more{
    bottom: 12px;
}

.news-list.type4 .item {
    
    padding: 0 20px;
}

.news-list.type4 .item .box{
    border:none;
    padding: 0;
    background: transparent;
}
.news-list .item .box:hover{
  
}


.news-list .pic:before{
    display: none;
}


.news-list.type4 .pic::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #333333;
    transition: all 0.3s ease;
    display: block;
    opacity: 1;
    top: unset;
    z-index: 1;
}


.news-list.type4 .box:hover .pic::after {
    width: 100%;
}
.news-list.type4 .pic::after{
    content: '';
    position: absolute;
    width: 0;
    height: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #c4992d;
    transition: all 0.3s ease;
    z-index: 2;
}

.news-list.type4 .item .date,
.news-date{
    border-radius: 0px;
    color: #FFFFFF;
    width: 58px;
    height: 64px;
    padding-top: 13px;
    background: rgba(0, 0, 0,0.8);
}
.news-list.type4 .date .day{
    color: #fff;
    font-weight: bolder;
    font-family: 'Montserrat', sans-serif;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: 31px;
    left: 20px;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: 10px;
    font-size: 30px;
    letter-spacing: 0;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -22px;
    font-family: 'Montserrat', sans-serif;
}

.news-list.type4 .txt {
    padding: 15px 0 0;
    position: static;
    min-height: unset;
}

.news-list .item .name{
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.news-list .box:hover .name{
   color: #c4992d;
}

 


.news-list .item .description{
    color: #666
}
/*!列表通用 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: 42px;
    left: 15.5%;
    right: unset;
}
.banner .slick-dots li{
    display: inline-block;
    margin: 0 8px;
}
.banner .slick-dots button{
    width: 8px;
    height: 8px;
    border: 0;
    color: transparent;
    background: transparent;
    border: 1px solid #ECECEC;
    cursor: pointer;
    border-radius: 100%;
    padding:0;
}
.banner .slick-active button{
    background:#c4992d;
    border-color: #c4992d;
}

.banner img {
    width: 100%!important;
    min-height: unset;
}

.site-main {
    position: relative;
    z-index: 1;
}

/*------------ title ------------*/
.title{
    color: #000000;
    font-size: 23px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 0 40px;
    font-weight: normal;
}
.title span{
    display: none;
}

.title span{
    text-align: left;
    margin-bottom: 5px;
    color: #c4992d;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.title span::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #c4992d;
    border-radius: 50%;
    margin-right: 15px;
    animation: neon1 1.2s ease-in-out infinite alternate;
    top: -3px;
    position: relative;
}

@keyframes neon1 {
    from {
        opacity: 0.1;
    }
    to {
        opacity: 1;
    }
  }
  

.title h2{
    font-size: 60px;
    color: #c4992d;
    font-weight: 800;
    display: block;
    margin: 0 0 5px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}


.title i{
   display: none;
}
/*------------ more ------------*/
.index_more{
    display: block;
    font-size: 17px;
    width: 220px;
    height: 49px;
    line-height: 3.2;
    font-family: 'Montserrat', sans-serif;
    color: #c4992d;
    text-align: center;
    background: transparent;
    border: 1px solid #c4992d;
    letter-spacing: 2px;
    transition: all .5s;
    position: relative;
     border-radius: 30px;
    margin: 0 auto;
    margin-top: 70px;
    overflow: hidden;
}
.index_more:hover{
    background-color: #c4992d;
    color: #fff;
}

.index_more::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    height: 100%;
    border-radius: 0;
    background-color: #c4992d;
    z-index: -1;
    opacity: 0;
    -webkit-transition: width .5s cubic-bezier(.2,1,.3,1),opacity .5s cubic-bezier(.2,1,.3,1);
    -o-transition: width .5s cubic-bezier(.2,1,.3,1),opacity .5s cubic-bezier(.2,1,.3,1);
    transition: width .5s cubic-bezier(.2,1,.3,1),opacity .5s cubic-bezier(.2,1,.3,1);
}

.index_more:hover:before {
    opacity: 1;
    width: 100%;
    z-index: 1;
}


.index_more a{
    position: absolute;
    display: block;
    z-index: 5;
    font-size: 0;
    width: 100%;
    
    height: 100%;
}
.index_more a span{
    font-size: 15px;
    font-weight: normal;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*------------ sect ------------*/
/*輪播*/
.hot-arrow{
    position: absolute;
    top: 250px;
    right: 0;
    width: 100%;
}
.hot-arrow .slick-arrow{
    width: 45px;
    height: 45px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: transparent;
    border: 1px solid #c4992d;
    left: -55px;
    padding: 0;
    box-sizing: border-box;
    border-radius: 50%;
    transition: all 0.3s ease;
    overflow: hidden;
}
.hot-arrow .slick-next{
    right: -55px;
    left: auto;
}
.hot-arrow .slick-arrow:hover{
    background: #c4992d;
    border-color: #c4992d;
}
.hot-arrow .slick-prev::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 16px;
    width: 10px;
    height: 12px;
    background: url(../../../images/layout04/common/index/arr_blue_l.svg) no-repeat;
    transition: all 0.5s ease;
}
.hot-arrow .slick-prev:hover:before{
    animation-name: circleLinkRev;
    animation-duration: 0.5s;
    animation-fill-mode: backwards;
    animation-iteration-count: 1;
    background: url(../../../images/layout04/common/index/arr_white_l.svg) no-repeat;
}
.hot-arrow .slick-next::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 18px;
    width: 10px;
    height: 12px;
    background: url(../../../images/layout04/common/index/arr_blue.svg) no-repeat;
    transition: all 0.5s ease;
}
.hot-arrow .slick-next:hover:before {
    animation-name: circleLink;
    animation-duration: 0.5s;
    animation-fill-mode: backwards;
    animation-iteration-count: 1;
    background: url(../../../images/layout04/common/index/arr_white.svg) no-repeat;
}
@keyframes circleLinkRev {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    50% {
        transform: translateX(-30px);
        opacity: 1;
    }
    51% {
        transform: translateX(-30px);
        opacity: 0;
    }
    52% {
        transform: translateX(30px);
        opacity: 0;
    }
    53% {
        transform: translateX(30px);
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes circleLink {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    50% {
        transform: translateX(30px);
        opacity: 1;
    }
    51% {
        transform: translateX(30px);
        opacity: 0;
    }
    52% {
        transform: translateX(-30px);
        opacity: 0;
    }
    53% {
        transform: translateX(-30px);
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
/*!輪播*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/

.about-sect .deco{
    position: absolute;
    left: -85px;
    bottom: -400px;
    z-index: -1;
}

.about-sect{
    
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    padding: 50px 0;

}

.about-sect .about-bg-1{
    position: absolute;
    left: 0;
    top: 100px;
    background: url(../../../images/layout04/common/index/about_bg.png);
    width: 1131px;
    height: 622px;
}

.about-sect .row{
    padding: 0;
}
.about-sect .pic img{
    margin: 0;
    display: none;
}
.about-sect .col{
    float: left;
}



.about-sect .col.txt{
    max-width: 475px;
    float: right;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
    color: #e3e3e3;
    padding: 0;
    margin: 270px 0 0px 0;
}

.about-sect .about_deco{
    position: absolute;
    right: -255px;
    top: -25px;
    opacity: 0;
    transition: all .3s;
    z-index: -1;
    opacity: 0;
    transition: all 5.0s;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    
}

.loaded .about_deco{
    opacity: 0.3;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}



.about-sect .container{
    position: static;
}
.about-sect .col.pic{
    margin: 0px 0 0 0;
    width: 34.2095%;
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    text-align: right;
}
.about-sect .col.pic img{
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
}
.about-sect .index_more{
    margin: 20px 0;
    margin-top: 55px;
}
.about-sect .title{
    position: relative;
    margin: 0 0 0px;
}

.about-sect .title span{
    display: block;
}

.about-sect .title h2{
    position: relative;
}

.about-sect .title h2::after{
    content:' SATEX';
}

.about-sect .txt-box{
    display: flex;
    flex-wrap: wrap;
    
}

.index-about-editor{
    opacity: 0.6;
}

.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 175px;
    font-family: 'Poppins', sans-serif;
    color: #FDFDFD;
    font-weight: normal;
    transition: all .3s;
    text-align: justify;
    letter-spacing: 0.5px;
}
.about-sect .txt .tag{
    font-weight: bold;
    font-size: 20px;
    color:#c4992d;
    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{
    margin-bottom: 0;
    padding-top: 20px;
    padding: 80px 0 40px;
    z-index: 3;
    position: relative;
}
.news-sect .title h2{
   position: relative;
}

.news-sect .title h2::before{
    content: 'LATEST ';
}

.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 .date{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.news-list.type2 .item .txt {
    
    padding-top: 15px;
}

.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
    background: #363636;
    
    color: #ffffff;
}

.news-list.type3 .item {
   
    border-left: solid #2b2b2b 1px;
}

.news-list.type3:before {
   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::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 345px;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom,  rgba(3,3,3,1) 0%,rgba(3,3,3,0) 100%);

}

.products-sect::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% + 350px);;
    top: 0;
    left: 0;
    background:url(../../../images/layout04/common/index/products_bg.jpg) no-repeat fixed;
    background-size: cover;
    
    z-index: -1;

}

.products-sect{
    position: relative;
    z-index: 1;
    padding: 150px 0 50px;
  
}
.products-sect .title span{
    color: #000000;
    display: block;
    font-family: 'Roboto';
    font-size: 36px;
    display: none;
}

.products-sect .title h2::after{
    content: ' APPLICATION';
    
}

.products-sect .title{
    margin-bottom: 25px;
    text-align: left;
    left: 10px;
    position: relative;
}
.products-sect .index_more{
    position: absolute;
    right: 0;
    margin-left: 0;
    margin-top: 0;
    top: 6px;
    right: 30px;
    
}
.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 .deco{
    position: absolute;
    right: -85px;
    top: -100px;
    z-index: -1;
}


.service-sect .service-bg{
    position: absolute;
    right: 0;
    bottom: 75px;
    background: url(../../../images/layout04/common/index/service_bg.png);
    width: 1223px;
    height: 846px;
    z-index: -1;
}

.service-sect{
    position: relative;
    padding-top: 55px;
    padding-bottom: 150px;
   
}
.service-sect .title h2{
    position: relative;
    text-align: left;
    
}

.service-sect .title h2::before{
    content: 'SAFETY ';
    display: block;
    margin-bottom: -5px;
}

.service-sect .title {
    position: relative;
    margin: 0 0 10px;
}

.service-sect .title span {
    display: block;
}

.service-sect .editor{
    float: left;
    width: 50%;
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #FDFDFD;
    box-sizing: border-box;
    max-width: 420px;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-box .index_more{
    clear: both;
    margin: 0 auto 0;
    position: relative;
    left: 58px;
    top: -81px;
    border-color: #444;
    color: #444;
    display: none;
}
.service-box .index_more:hover{
    color: #fff;
    border-color: #fff;
}
.service-box .index_more a{
    padding:8.5px 0;
}
/*------------ album ------------*/
.album-sect{
    padding: 40px 0 90px;
}

.album-list.type1 .item {
    border: none;
    margin-bottom: 0;
}

.album-list.type1 .namebox {
    position: absolute;
    opacity: 0;
    inset: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all 0.3s linear;
  }
  .album-list.type1 .item .box:hover .namebox {
    opacity: 1;
  }
  .album-list.type1 .item .box .pic img {
    transition: all .5s ease;
  }
  .album-list.type1 .item .box:hover .pic img {
    transform: scale(1.2);
  }

.album-sect .title{
    margin-bottom: 5px;
  position: relative;
}
.album-sect .title h2{
    margin: 0 0 40px;
}
.album-sect .index_more{
    position: absolute;
    left: 50%;
    margin-left: -28.5px;
    top: 43px;
    display: none;
}
.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.album-list .pic{
    display: block;
    position: relative;
    overflow: hidden;
    transform: scale(1.1);
    transition-duration: 1s;
    transition-property: transform;
    transition-delay: .25s;
}
.loaded .album-list .pic {
    transform: scale(1);
}


.album-list .box .name{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.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;
}
/*!瀑布流*/
/*相簿 少量排版*/
.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: 0;
    }

    .hot-arrow .slick-next {
        right: 0;
        left: auto;
    }


    .about-sect .col.txt {
       
        right: 90px;
    }
    .about-sect .about-bg-1 {
       
        left: -250px;
    }

    .service-sect  .service-box{
        position: relative;
        left: 50px;
    }

    .service-sect .service-bg{
        right: -200px;
    }
}
@media screen and (max-width: 1280px){
    .about-sect .col.txt{
        margin: 200px 0 0px 0; 
    }

    .about-sect .about-bg-1 {
        left: -400px;
        top: -50px;
    }

    .service-sect {
        
        padding-bottom: 50px;
    }

    .service-sect .service-bg {
        right: -200px;
        bottom: 155px;
    }

    .products-sect {
      
        padding: 70px 0 50px;
    }

    .products-sect::after {
        
        height: calc(100% + 310px);
    }

    .news-sect {
        
        padding: 30px 0 40px;
    }

    
}
@media screen and (max-width: 1200px){
     /*產品介紹 少量排版*/
    .products-list.onlyitem-list .item .box{
        max-width: 300px;
        display: block;
    }
    .products-list.onlyitem-list .item .box .txt{
        width: 100%;
        padding: 0;
    }
    .products-list.onlyitem-list .item .box .name{
        white-space: nowrap;
        overflow: hidden;
        height: 25px;
        line-height: 1.2;
        margin: 15px 0 5px;
    }
    .products-list.onlyitem-list .item .description{
        -webkit-line-clamp: 2;
        height: 40px;
        line-height: 1.4;
    }
    .products-list.onlyitem-list .item .mask{
        max-width: inherit;
        min-width: inherit;
    }
    .products-list.onlyitem-list.type2 .item .box .txt{
        width: 100%;
        padding: 0;
    }
    /*!少量排版*/

    .service-sect .service-bg {
        right: -300px;
        bottom: 100px;
    }

    .products-sect .index_more {
        position: relative;
      
        
        top: unset;
        right: 0;
        right: 0;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1000px){

    .about-sect .about-bg-1 {
        left: 0;
        top: -75px;
        opacity: 0.20;
        width: 1000px;
        background-size: cover;
    }

    .about_deco{
        display: none;
    }

    .about-sect .deco{
        display: none;
    }

    .about-sect{
        padding: 50px 0 20px;
        margin: 0;
    }
    .about-sect .col.txt{
        margin-top: 0;
        padding: 0;
        margin: 0 auto;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
        right: unset;
        max-width: 500px;
    }

    .about-sect .title span {
        display: block;
        text-align: center;
    }

    .about-sect .title{
        position: static;
    }
    .about-sect .title h2 {
        
        margin: 0 0 10px;
    }

    .about-sect .txt-box{
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor{
        width: unset;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: unset;
        height: auto;
        padding: 0 15px;
        text-align: left;
    }
    .about-sect .index_more{
        margin: 25px auto 0;
    }
    .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%;
    }
    /*!少量排版*/
    .news-sect .title span,.products-sect .title span,.album-sect .title span{
        font-size: 24px;
    }
    .title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    .articles-sect{
        padding: 30px 0 10px;
        margin-bottom: 0;
    }
    .news-sect{
        padding: 30px 0 10px;
        margin-bottom: 0;
    }
    .products-box{
        padding: 8px 0;
    }

    .service-sect .service-box {
        position: relative;
        left: unset;
    }

    .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: 0;
    }
    .service-sect .title h2::before {
        margin-bottom: 0;
        display: inline;
        
    }

    .service-sect .title span{
        text-align: center;
    }

    .service-sect .title h2{
        text-align: center;
        margin: 0 0 10px;
    }
    .service-sect .title:after{
        display: none;
    }

    .service-sect .service-bg {
       
        display: none;
    }

    .service-sect{
        padding-top: 30px;
        padding-bottom: 0;
        background-attachment: inherit;
    }
    .service-sect .editor{
        border: none;
        margin: 0 auto;
        max-width: 500px;
    }
    .service-box .index_more{
        margin: 0 0 0;
        left: 30px;
        top: -81px;
    }
    .service-sect:before{
        height: 80px;
    }
    .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: 10px 0 10px;
        margin-bottom: 0px;
    }


    .album-sect .container{
        display: block;
        padding: 0 15px;
    }

    .album-sect .title h2 {
        margin: 0 0 15px;
    }

    .album-list{
        width: 100%;
        margin: 0;
    }

    .album-list.type1 {
       
        margin: 0 auto;
    }

    .hot-arrow{
        position: relative;
        left: 0%;
        height: 45px;
        top: 0;
        margin: 0 auto 5px;
        width: 100px;
    }
    .news-sect .hot-arrow{
        margin-bottom: 30px;
    }

    .album-sect .hot-arrow {
      
        margin: 0 auto 30px;
        
    }

    .title h2 {
        font-size: 30px;
        text-align: center;
        display: block;
        margin: 0 0 20px;
        letter-spacing: 1px;
    }
    .products-sect{
        padding: 55px 0 30px;
    }

    .products-sect::before {
       
        height: 150px;
    }

    .products-sect .title {
        margin-bottom: 15px;
        text-align: left;
        left: unset;
        position: relative;
    }

    .products-sect::after {
        height: calc(100% + 310px);
        background-size: cover;
        background: url(../../../images/layout04/common/index/products_bg.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }

    .products-list.type2 .item {
        
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 767px){
    .service-sect{
        padding-top: 25px;
        margin-top: 0;
    }
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    } 
}