@charset "utf-8";
/*列表通用 index article*/
.article-list .item .box{
    margin: 0 auto 45px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 35px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.type5 .keyword_box{
    color: #9A7F64;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 500;
    background: #2d3f41;
    background: -moz-linear-gradient(left,  #2d3f41 0%, #5caa97 100%);
    background: -webkit-linear-gradient(left,  #2d3f41 0%,#5caa97 100%);
    background: linear-gradient(to right,  #2d3f41 0%,#5caa97 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3f41', endColorstr='#5caa97',GradientType=1 );
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    position: relative;
}
.type1 .article-list .btn.more:before,
.type4 .article-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #2d3f41;
    background: -moz-linear-gradient(left,  #2d3f41 0%, #5caa97 100%);
    background: -webkit-linear-gradient(left,  #2d3f41 0%,#5caa97 100%);
    background: linear-gradient(to right,  #2d3f41 0%,#5caa97 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3f41', endColorstr='#5caa97',GradientType=1 );
    transition: all .3s ease;
    border-radius: 5px;
}
.type1 .article-list .box .btn.more:hover:before,
.type4 .article-list .box:hover .btn.more:before{
    opacity: 0;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: rgb(230,10,54);
    border-color: rgb(230,10,54);
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.article-detail .fb{
    padding: 10px 0 5px;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #9A7F64;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}
/*!列表通用 index article*/
/*列表通用 index、products*/
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    padding: 0 5px;
    position: relative;
}
.products-list.type2 .mask{
    margin: 0 -5px;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    transition: all .2s;
    overflow: hidden;
}
.products-list.type2 .mask .pic:before{
    content: "";
    position: absolute;
    opacity: 0;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgb(255 191 0 / 70%);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 5;
        mix-blend-mode: multiply;
}

.products-list.type2 .box:hover .mask .pic:before{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.products-list.type2 .box:hover .mask .pic:after{
    opacity: 1;
    width: 72px;
}
.products-list .name{
    color: #333;
}

.products-list .box:hover .name{
    color: #c69221;
}

.products-list.type2 .description{
    color: #888;
}
.products-list .box.new:before{
    content: 'NEW';
    display: block;
    width: 50px;
    height: 25px;
    background: #ffbf00;
    border: 0;
    position: absolute;
    font-size: 15px;
    color: #fff;
    top: 20px;
    left: 0;
    z-index: 2;
    border-radius: 0;
    box-sizing: border-box;
    padding: 0px 0;
    text-align:center;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2px;
}
.products-list .box img{
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}
.products-list .box:hover img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.products-list .box .more{
    display:none;
}

.products-list.type2 .box:hover .more{
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 1;
}
@media screen and (max-width: 1000px){
    .products-list .box .more{
       font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
    .products-list .box.new:before{
        top: 0;
        left: 0;
    }
 }
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #2d3f41;
    background: -moz-linear-gradient(left,  #2d3f41 0%, #5caa97 100%);
    background: -webkit-linear-gradient(left,  #2d3f41 0%,#5caa97 100%);
    background: linear-gradient(to right,  #2d3f41 0%,#5caa97 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3f41', endColorstr='#5caa97',GradientType=1 );
}
.album-list .item .name{
    color: #7b6956;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
   text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.album-list .item .namebox{
    position: relative;
}
.masonry-list.album-list .item .namebox:after{
    content: '';
    display: block;
    background: url(../../../images/layout06-1/common/index/album_hover.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    z-index: 20;
    transition: all .3s ease;
    opacity: 0;
}
.masonry-list.album-list.type1 .item .box:hover .namebox:after,
.masonry-list.album-list.type3 .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    padding-right: 60px;
    position: relative;
}
/*!瀑布流*/
.album-list .item .pic img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.album-list .item:hover .pic img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*!列表通用 index、album*/
.album-sect .album-list{
    margin: 0;
}
.album-sect .album-list .item{
    margin-bottom: 0;
}
.album-list .item .name{
    color: #fff;
}
.onlyitem-list.album-list .item .name{
    color: #4C4C4C;
}
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type1 .item .name, .masonry-list.album-list.type3 .item .name{
    color: #4C4C4C;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*列表通用 index、news*/
.news-list .pic {
    overflow: hidden;
    position: relative;
}
.news-list .box .pic img {
    transition: all ease 0.3s;
}
.news-list .box:hover .pic img {
    transform: scale(1.2);
}
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list .item .name{
    font-family: "Noto Sans TC", sans-serif;
    color: #333333;
    font-weight:normal;
    letter-spacing: 0.035em;
    line-height: 1.5;
}
.news-list .box:hover .name{
   color: #D5A321;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: transparent;
}
.news-list .item .description{
    font-family: "Noto Sans TC", sans-serif;
    color: #666666;
    font-weight: normal;
    letter-spacing: 0.035em;
    line-height: 1.5;
}
.news-list.type4 .name{
    font-size: 17px;
}
.news-list.type4 .description{
    font-size: 14px;
}
.news-list.type4 .description {
    max-height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list .item .box:hover .description{
    color: #666666;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #FFF !important;
    background: #D5A321 !important;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    border-radius: 0;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: #303030 ;
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
.news-list.type1 .item:nth-child(2n){
    background: transparent;
}
.news-list.type3 .item {
    border-left: solid #dddddd 1px;
}
.news-list.type3:before{
    background: transparent;
}
.news-list.type4 .txt {
    position: static;
    padding: 20.5px 30px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    margin-top: -65px;
    z-index: 2;
    margin-left: 32px;
    transition: all 0.5s ease;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 1px;
    text-align: left;
}
.news-list.type4 .item .box{
    position: relative;
    transition: all .2s;
    border:none;
    background: none; 
    z-index: 2;  
}
.news-list.type4 .item .box .pic {
    position: relative;
   z-index:-1;
}
.news-list.type4 .box .pic:after{
    content: "";
    position: absolute;
    opacity: 0;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgb(255 191 0 / 70%);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 5;
    visibility:visible;
        mix-blend-mode: multiply;
}

.news-list.type4 .box:hover .pic:after{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.news-list .date{
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}
.news-list.type4 .item .date,
.news-date{
    color: #FFF;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    background: #444;
}
.news-list.type4 .item .box:hover .date{
    color: #FFF;
    background: #ffbf00;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-weight: 600;
    font-size: 30px;
}
.news-list.type4 .item .date .years,
.news-list.type4 .item .date .month{
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.03em;
}
.news-list.type4 .name {
    margin-top: 0px;
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .box:hover{
        top:0;
    }
    .news-list.type4 .txt {
   
    padding:15px;
  
}
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner img{
    width: 100%;
}
.banner *{
    height: 100%;
}
.banner img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}

    
   
  .banner .slick-arrow{
      cursor: pointer;
    position: absolute;
    width: 70px;
    height: 70px;
    display: block;
    border: 0;
    color: transparent;
    bottom: 0;
    left: 50%;
    z-index: 100;
   background:#ffbf00;
    transition:all .3s;
}
.banner .slick-arrow:hover{
    background:#555;
}
.banner .slick-prev{
    margin-left: -70px;
    transform: rotate(180deg);
}
.banner .slick-prev::after {
    content: '';
    border: 1px solid #fff;
    border-width: 2px 2px 0 0;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    position: relative;
    z-index: 5;
    top: -25px;
    display:block;
    transition:all .3s;
    left: 20px;
}
.banner .slick-next{
    background-position: 100% 0;
    margin-top: -69px;
    border-left: rgba(255,255,255,0.5) 1px solid;
  
}
.banner .slick-next::after {
    content: '';
    border: 1px solid #fff;
    border-width: 2px 2px 0 0;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    position: relative;
    z-index: 5;
    top: -12px;
    left: 18px;
    display:block;
    transition:all .3s;
}
.banner .slick-prev:hover::after {
    border-color:#fff;
    -webkit-animation: c-button-icon .4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: c-button-icon .4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
.banner .slick-next:hover::after {
    border-color:#fff;
    -webkit-animation: c-button-icon .4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: c-button-icon .4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.wrapper{
    background: #fff;
   
}

/*------------ title ------------*/
.title{
    color: #444;
    font-size: 26px;
    display:flex;
    flex-direction: column;
    letter-spacing: 3px;
    align-items: center;
    margin: 0 0 30px;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}
.title h2{
    font-size: 26px;
    font-weight: normal;
    margin: 0;
    position: relative;
}
.title h2:before{
    content:"";
    width:5px;
    height: 22px;
    display: inline-block;
    margin: 0px 12px 0 0;
    top:2px;
    position: relative;
    background-color: #FFBF00;
    transform: skew(-25deg) translateX(0%);
}

.title span{
   order: 2;
   font-family: "Oswald", sans-serif;
   font-weight: 500;
   font-size: 55px;
   position: relative;
   z-index: 1;
   line-height: 1.1;
}

.title  span b {
    font-weight: 500;
    color: #ffbf00;
}

/*------------ more ------------*/


.index_more{
    position: relative;
    display: block;
    width: 240px;
    height: 50px;
    z-index: 2;
    margin: 20px auto;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}
.index_more a{
    position: relative;
    width: 240px;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #FFF;
    background: #444;
    text-align: inherit;
    z-index: 0;
    transition: all .3s ease;
    box-sizing: border-box;
}
.index_more:hover a{
    background: #ffbf00;
}
.index_more a > span{
    position: absolute;
    font-size: 15px;
    font-family: "Oswald", sans-serif;
    font-weight: normal;
    letter-spacing: 0.08em;
    top: 0;
    right: 0;
    left: 44px;
    margin: auto 0;
    transition: all .3s ease;
    transform: translateX(0px);
}
.index_more a:before{
        content: '';
        display: block;
        background: url(../../../images/layout06-1/common/index/btn_arrow.png);
        position: absolute;
        width: 11px;
        height: 10px;
        right: calc(0% - -30px);
        top: 20px;
        z-index: -1;
    transition: all .3s ease;
}

.index_more:hover span{
    transform: translateX(82px);
}

.index_more:hover  a:before{
     right: calc(0% - -190px);
}

/*------------ sect ------------*/
/*新編輯器*/
.article-sect{
    background: #fff;
}

.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
   padding: 20px 0 90px;
   position: relative;
   z-index: 1;
}

.about-sect .index_more{
    margin: 30px 0 0;
}

.about-sect .title {
    align-items: flex-end;
    flex-direction: row;
}
.about-sect .title h2{
    order:2;
    padding:0 0 0 16px;
}

.about-sect .title b{
 display:block;
}

.about-sect .row{
    display:flex;
    position:relative;
    z-index: 1;
   
}

.about-sect .row:before {
    content: 'BREAKING';
    position: absolute;
    display: block;
    box-sizing: border-box;
    -webkit-text-stroke: 0.6px #d6d6d6;
    color: transparent;
    font-size: 165px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    top: 181px;
    line-height: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: -1;
}


.about-sect .txt{
    width: 85%;
    padding: 85px 0px 95px 150px;
    box-sizing: border-box;
    border: 2px solid #ffbf00;
}

.about-sect .txt .txt-box{
    width: 45%;
}

.about-sect  .index-about-editor{
        display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.about-sect .txt .txt-box p{
    margin: 0;
    letter-spacing: 2px;
    line-height: 1.85;
    font-size: 16px;
    color: #666;
}
.about-sect .txt .txt-box h4{
    
margin: 0 0 10px;
    
font-size:22px;
    
color: #444;
    
letter-spacing: 2px;
}


.about-sect .col.pic{
 position:absolute;
 right:0;
 top: 75px;
 box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
}
.about-sect .col.pic:before {
    content: '';
    display: block;
    background: url(../../../images/layout06-1/common/index/about_pic2.png);
    position: absolute;
    width: 500px;
    height: 418px;
    right: calc(0% - 60px);
    bottom: -193px;
    mix-blend-mode: multiply;
    z-index: 0;
}

.about-sect .col.pic img{
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
}

/*------------ articles ------------*/
.articles-sect{
    padding: 75px 0 20px;
    background: #F6F6F6;
}
.articles-sect .title:before{
    content: '';
    display: block;
    width: 36px;
    height: 5px;
    background: #000000;
    margin: 0 auto 20px; 
}
.articles-sect .title span{
    font-family: 'Libre Baskerville', serif;
    display: block;
    font-size: 28px;
    color: #000000;
    margin-bottom: 5px;
}
.article-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.articles-sect .index_more{
    display: none;
}
/*------------ news ------------*/

.news-sect{
   padding: 75px 0 30px;
   z-index: 1;
   position: relative;
   background: #fff;
}

.news-sect .index_more {
   position:absolute;
   top: 30px;
   right: 20px;
}

.news-sect:before{
        content: '';
        display: block;
        background: url(../../../images/layout06-1/common/index/newsbg1.jpg)no-repeat 100% 100% fixed;
        position: absolute;
        width: 990px;
        height: 400px;
        left: calc(0% - 0px);
        top: -55px;
        /* z-index: 1; */
        background-size: cover;
}

.news-sect:after{
        content: '';
        display: block;
        background: url(../../../images/layout06-1/common/index/newsbg2.jpg)no-repeat;
        position: absolute;
        width: 100%;
        height: 345px;
        left: calc(0% - 0px);
        top: 0px;
        z-index: -2;
        background-size: cover;
}

.news-sect .title{
    align-items: flex-start;
    color: #fff;
    z-index: 1;
}

.news-sect .title:before {
    content: 'LATEST NEWS';
    position: absolute;
    display: block;
    box-sizing: border-box;
    -webkit-text-stroke: 0.6px rgb(255 255 255 / 50%);
    color: transparent;
    font-size: 165px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    top: 0px;
    line-height: 1;
    right: -300px;
    margin: 0 auto;
    text-align: center;
    z-index: -1;
}


.news-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list .item{
    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.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: 10;
    padding: 70px 0 0;
    background: url(../../../images/layout06-1/common/bg01.jpg) 0 0;
    background-size: cover;
}

.products-sect .title:before {
    content: 'PRODUCTS';
    position: absolute;
    display: block;
    box-sizing: border-box;
    -webkit-text-stroke: 0.6px #d6d6d6;
    color: transparent;
    font-size: 165px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    top: 50px;
    line-height: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: -1;
}

.products-sect .index_more{
    position:absolute;
    top: 30px;
    right: 135px;
}

.products-sect .container{
   position:relative;
}

.products-sect > .container{
    max-width: 1600px;
    padding: 0 15px 50px;
}
.products-sect .container:before {
    content: '';
    display: block;
    background:#fff;
    position: absolute;
    width: 100%;
    height: 75%;
    left: calc(0% - 0px);
    bottom: 0px;
    z-index: -1;
}



.products-sect .title{
  
}

.products-box{
    margin: 0px auto 0;
    max-width: 1330px;
    
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    max-width: 1000px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 50px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
     height: 120px; 
     line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 315px;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
   padding: 75px 0 0;
}

.service-sect .service-box{
    position:relative;
     z-index: 1;
    padding:0 0 145px
}

.service-sect .container{
    max-width:1600px;
    margin: 0 auto;
    padding: 0;
}


.service-sect .editor{
 position:relative;
 z-index: 1;
}

.service-sect .service-box:before{
    content: '';
    display: block;
    background: url(../../../images/layout06-1/common/index/servicebg.jpg);
    position: absolute;
    width: 100%;
    height: 525px;
    left: calc(0% - 0px);
    top: 206px;
    z-index: -1;
}





.service-sect .title:before {
    content: 'FEATURE';
    position: absolute;
    display: block;
    box-sizing: border-box;
    -webkit-text-stroke: 0.6px #d6d6d6;
    color: transparent;
    font-size: 165px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    top: 50px;
    line-height: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: -1;
}

/*------------ album ------------*/
.album-sect {
    background: #f6f6f6;
    position: relative;
    z-index: 2;
}
.album-sect .index_more{
    display: none;
}
.album-sect .container{
    max-width: 100%;
    padding: 0;
}
.album-list .slick-track{
    margin: auto;
}
.album-list .item{
    clear: none!important;
    padding: 0 0!important;
}
.album-list .item .box .more{
    display: none;
}
.masonry-list.album-list.type1 .item .box .more,
.masonry-list.album-list.type3 .item .box .more{
    display: block;
}
.album-list.type1 .item{
    margin-bottom: 0;
    border:none;
}
.album-list .item{
    width: 16.66%;
    padding: 0;
}
.album-list .item .namebox{
    transition: all .2s;
    position: absolute;
    bottom: 0;
    opacity: 0;
    background: #ffbf00;
    color: #fff;
    font-size: 16px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 50;
    margin: 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}
.album-list .item .namebox .name{
   padding: 0 15px;
   height: auto;
   -webkit-line-clamp: 1;
   margin: 10px 0 12px;
}
.album-list .item:hover .box .namebox{
    opacity: 1
}
.album-list .item .pic:before{
    content: "";
    position: absolute;
    transition: all .2s;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.4);
    transition: all .3s ease;
    z-index: 5;
}
.album-list.active .item .pic:before{
    opacity: 1;
}
.album-list.active .box:hover .cover,
.album-list.active .box:hover .pic:before{
    opacity: 0;
}
.album-list.active.type2 .item .pic:before{
    opacity: 0;
}
.album-list.active.type2 .box:hover .cover,
.album-list.active.type2 .box:hover .pic:before{
    opacity: 1;
}
/*瀑布流*/
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}

.album-sect .title{
  display:none;
}
.onlyitem-sect .title,
.masonry-album-sect .title{
    display: block;
     text-align:center;
    padding:50px 0 0;
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 16px;
}
.masonry-album-sect .masonry-list{
    margin: 0 -16px;
}
.masonry-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox:after{
    content: '';
    display: block;
    background: url(../../../images/layout06-1/common/index/album_hover.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    opacity: 0;
    transition: all .3s ease;
}
.masonry-list .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
    padding-right: 60px;
}
/*!瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect .album-list .item{
    width: 32.33%;
    padding: 0 16px;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list{
    text-align: center;
    padding: 0 0 40px;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .album-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;
    opacity: 1;
    text-align: left;
    box-shadow: none;
}
.onlyitem-sect .album-list .item .namebox:after{
    content: '';
    display: block;
    background: url(../../../images/layout06-1/common/index/album_hover.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    opacity: 0;
    transition: all .3s ease;
}
.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 .box:hover .namebox:after{
    opacity: 1;
}
.onlyitem-sect .album-list .item .namebox .name{
    margin: 14px 0 0;
    font-size: 16px;
    padding-right: 60px;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background:url(../../../images/layout06-1/common/index/contact_border.png) top center no-repeat, url(../../../images/layout06-1/common/index/contact_bg.jpg) fixed;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.reminder{
    /*top: -20px;*/
    position: relative;
    padding: 9.5px 15px;
    color: #F6F6F6;
    background: #2d3f41;
    background: -moz-linear-gradient(left,  #2d3f41 0%, #5caa97 100%);
    background: -webkit-linear-gradient(left,  #2d3f41 0%,#5caa97 100%);
    background: linear-gradient(to right,  #2d3f41 0%,#5caa97 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3f41', endColorstr='#5caa97',GradientType=1 );
    margin-bottom: 30px;
}
.reminder:after{
    border-top: 8px solid #EB4130;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    position:absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
}
.reminder b{
    border-color: #F6F6F6;
}
.contact-sect .form-wrap .reminder{
    display: none;
}
.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: 1550px){
   .products-sect .index_more {
    position:relative;
    top: 0px;
    right: 0px;
}
.news-sect:before{
           width: 60%;
}
    .about-sect .txt {
   
    padding: 85px 0px 95px 100px;
  
}
}
@media screen and (max-width: 1280px){
    .about-sect .txt {
   
    padding: 85px 0px 95px 50px;
  
}
    .service-sect .service-box:before{
    background: url(../../../images/layout06-1/common/index/servicebg.jpg);
    width: 100%;
    height:100%;
    left: calc(0% - 0px);
    top: 206px;
    background-size:cover;
}
}
@media screen and (max-width: 1200px){
    .about-sect .col.pic {
   width:50%;
}
     .about-sect .txt {
   
    padding: 70px 0px 95px 50px;
  
}
    .about-sect .txt .txt-box {
    width: 50%;
}
    .about-sect .title h2 {
    
    padding: 2px 0 0 10px;
}
    .about-sect .title {
    align-items: center;
    flex-direction: column;
}
     /*產品介紹 少量排版*/
    .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 .box.new:before{
        top: -10px;
        left: 25px;
    }
    .products-list.onlyitem-list.type2 .item .box .txt{
        width: 100%;
        padding: 0;
    }
    /*!少量排版*/
}
@media screen and (max-width: 1000px){

    .title {
   
    margin: 0 0 20px;
   
}
    .service-sect{
        padding: 40px 0 30px;
    }

    .service-sect .service-box {
    position: relative;
    z-index: 1;
    padding: 0 20px 15px;
    box-sizing: border-box;
}
    .service-sect .service-box:before{
        top: 150px;
  
}
    .title span{
        font-size: 32px;
    }
    .service-sect .title:before {
 font-size: 50px;
 top: 45px;
}
    .news-sect .title {
    align-items: center;
    color: #fff;
    z-index: 1;
    margin: 0 0 25px;
}

    .news-sect .title:before{
         font-size: 50px;
         top: 53px;
         left: 0;
         right: 0;
    }
    
    .news-sect:before {
  background: url(../../../images/layout06-1/common/index/newsbg1.jpg)100% 100% no-repeat;
  width: 100%;
  height: 280px;
  top: 0;
  z-index: 1;
  background-size: cover;
}
    .news-sect {
    padding: 50px 0 15px;
    z-index: 1;
    position: relative;
    background: #fff;
}
    .news-sect:after{
        display:none;
    }
    .news-sect .index_more {
    position: relative;
    top: 0px;
    right: 0px;
}

.about-sect{
   padding: 10px 0 40px;
}







.about-sect .row{
    flex-direction:column;
    padding: 30px;
        box-sizing: border-box;
     border: 2px solid #ffbf00;
}

.about-sect .row:before {
display:none;
}


.about-sect .txt{
    width: 100%;
    padding: 26px 0 15px;
    border:0;
    order: 2;
}

.about-sect .txt .txt-box{
    width: 100%;
}
    .about-sect .title b {
    display: inline-block;
}

.about-sect  .index-about-editor{
        display: block;
        text-align: center;
}
.about-sect .index_more {
    margin: 20px auto 0;
}


.about-sect .txt .txt-box h4{
    
font-size:18px;
    
text-align: center;
}


.about-sect .col.pic{
 position:relative;
 right:0;
 top: 0px;
 box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
 width: 100%;
 order: 1;
}
.about-sect .col.pic:before {
  display:none;
}

.products-sect {
   
    padding: 40px 0 0;
   
}
    .products-sect .title:before {
   font-size: 50px;
         top: 53px;
}
    .products-sect > .container{
   
    padding: 0 15px 35px;
}
        .products-sect .index_more {
       margin:0 auto;
    }
.products-sect .container:before {
  display:none;
}
    .products-list{
        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%;
    }
    /*!少量排版*/
   
    
    .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;
    }

   
  
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
}
@media screen and (max-width: 767px){
    
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
     .onlyitem-sect .album-list .item{
        width: 100%;
    }
}