@charset "utf-8";
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .top_box{
    padding:10px;
    background: #fdfdfd;
    border: 3px solid #f0efe9;
}
.article-list .text-all{
    border-color:  transparent;
}
.type3 .article-list .Category+.date:before{
    background: #ff6c00;
}
.article-list .item .date{
    color: #ff6c00;
    border-color: #ff6c00;
}
.type2 .keyword_box:before{
    background: #d89959;
}
.article-list .item .name,
.type4 .right-box .tit,
.type4 .article-list .date:before{
        color: #3B3B3B;
}
.article-list .item .description{
    color: #999;
}
.article-box .keyword_box, 
.article-box .keyword li a,
.article-box .article-list .Category,
.article-box .keyword_box:before,
.keyword li a{
    color: #d89959;
    border-color: #d89959;
    background: none;
}
.keyword_box.detail .keyword li a{
    border:none;
    padding: 0;
}
.keyword_box.detail .keyword li a:hover{
    background: none;
    color: #ff6c00;
}
.keyword li a:hover{
    color: #ff6c00;
}
.article-box  .keyword li a:hover{
    background:  #ff6c00;
    border-color:  #ff6c00;
    color: #fff;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background: #ca7942; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ca7942 0%, #883c16 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ca7942 0%,#883c16 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ca7942 0%,#883c16 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca7942', endColorstr='#883c16',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    position: relative;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background: #ca7942; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ca7942 0%, #883c16 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ca7942 0%,#883c16 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ca7942 0%,#883c16 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca7942', endColorstr='#883c16',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    transition: all .3s ease;
}
.type1 .article-list .box .btn.more:hover,
.type4 .article-list .box:hover .btn.more{
    opacity: 0.8;
    color: #fff;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background: #ca7942; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ca7942 0%, #883c16 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ca7942 0%,#883c16 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ca7942 0%,#883c16 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca7942', endColorstr='#883c16',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/*------------ 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: #d89959;
    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 .box.new:before{
    content: '';
    display: block;
    background: url(../../../images/layout05/common/products/new_tag.png) no-repeat;
    width: 50px;
    height: 25px;
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 15px;
    pointer-events: none;
}
.products-list.type2 .box{
    border-radius: 8px;
 
    overflow: hidden;
}
.products-list.type2 .pic{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.products-list.type2 .box:hover .pic{
    -webkit-transform: translate(0, -54px);
    transform: translate(0, -54px);
}
.products-list .name{
    color: #222;
    border-bottom: 1px solid #d6d6d6;
   
}
.products-list .box:hover .name{
    color: #555;
     border-bottom: 1px solid #D6CDC2;
}
.products-list.type2 .name{
    transition: all .3s ease;
    padding: 0 15px 8px;
    text-align: center;
}
.products-list.type2 .box:hover .name{
    -webkit-transform: translate(0, -54px);
    transform: translate(0, -54px);
}
.products-list .description{
    color: #888;
}
.products-list.type2 .description{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(0, 54px);
    transform: translate(0, 54px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9;
    margin: auto;
    padding-bottom: 10px;
    padding: 0 15px;
}
.products-list.type2 .box:hover .description{
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
.products-list.for-cart .offers{
    color: #333;
    transition: all .3s ease;
    font-family: "Playfair Display", serif;
}
.products-list.for-cart.type2 .box:hover .offers{
    -webkit-transform: translate(0, -54px);
    transform: translate(0, -54px);
}
.products-list.type2 .offers{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    text-align: center;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: transparent;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 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: #333;
}

.products-list .pic:before {
    
    background: rgb(51 51 51 / 50%);
   
}
.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;
}
@media screen and (max-width: 1000px){
    .products-list.type2 .box:hover .pic{
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    .products-list.type2 .box:hover .name{
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    .products-list.type2 .description{
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
        position: static;
        padding: 0px 15px;
        margin: 0  0 20px;
    }
    .products-list.type2 .box:hover .description{
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    .products-list.for-cart.type2 .box:hover .offers {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
 }
/*!列表通用 index、products*/
.products-list.type2.onlyitem-list .box:hover .pic{
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
.products-list.type2.onlyitem-list .box:hover .name{
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
.products-list.type2.onlyitem-list .description{
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    position: static;
    padding: 0px 15px;
    margin: 0  0 20px;
}
.products-list.type2.onlyitem-list .box:hover .description{
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
/*列表通用 index、album*/
.album-list:not(.masonry-list) .pic{
    border-radius: 50%;
    overflow: hidden;
    background: none;
    padding: 6px;
    border: solid 1px #D6D6D6;
    overflow: hidden;
}
.album-list:not(.masonry-list) .pic *,.album-list:not(.masonry-list) .pic:before,.album-list:not(.masonry-list) .pic:after{
    border-radius: 50%;
    overflow: hidden;
}
.album-list.type1 .item .box .more:after{
    background: #ff6c00;
    color: #fff;
}
.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.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*!列表通用 index、album*/
.album-list .pic:before,
.album-list .pic:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /*border-radius: 50%;*/
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0.2);
}
.album-list .box:hover .pic:before,
.album-list .box:hover .pic:before{
    opacity: 1;
}
/*列表通用 index、news*/
.news-list.type3:before{
    display:none;
}

.news-list.type4 .name {
   
    -webkit-line-clamp: 1;
    height: 27px;
   
}

.news-list.type4 .txt {
    padding: 0 0px 10px 0px;
}

.news-list.type4 .item{
    margin:0;
}
.news-list .date{
    color: #333;
    font-family: "Playfair Display", serif;
    "Playfair Display", font-family: sans-serif;
    font-weight: normal;
}
.news-list.type4 .date{
   
    background:#e0d9d1;;
     color: #333; 
}

.news-list.type4 .box:hover .date{
   
    background:#333;;
     color: #fff; 
}

.news-list.type4 .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list.type4 .item .box{
    border: none;
}
.news-list .name{
    color: #333;
    margin: 0 0 5px;
}
.news-list .box:hover .name{
   
}
.news-list .description{
    color: #868686;
}
.news-list.type1 .item{
    border-bottom:0px dashed rgba(155, 104, 62, 0.3);
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: none;
}
.news-list .btn.more,.news-list .box:hover .btn.more{
    background: #e0d9d1;
    color: #333;
   
}
.news-list .box:hover .btn.more{
    transition: all .5s ease;
    color: #fff;
     background: #333; /* Old browsers */
   }

.news-list.type1 .more-box{
    display:none;
}

.news-list.type1 .date {
    font-size: 32px;
    font-family: "Playfair Display", serif;
    padding: 8px 7px 10px;
    line-height: 21px;
    border: 2px solid #d6d6d6;
    width: 72px;
    height: 72px;
    box-sizing: border-box;
    border-radius: 6px;
}

.news-list.type1 .box:hover .date{
     border: 2px solid #333;
    background:#333;
    color:#fff;
}


.news-list.type1 .item .txt_in {
    padding: 0 20px;
    overflow: hidden;
    width: 80%;
}

.news-list.type1 .txt{
    margin:10px 0;
    width: 100%;
    padding: 0;
    justify-content: center;
}

.news-list.type3 {
    margin: 0 0px;
}

.news-list.type3 .item {
    padding: 0px 20px;
    margin: 0px 0px 20px;
    border-left: solid #CCC 1px;
}

.news-list.type3 .name{
    
-webkit-line-clamp: 1;
    
height: 25px;
    
margin: 5px 0 15px;
}

/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner{
    text-align: center;
}

.banner:after {
    content: '';
    background:url(../../../images/layout05/common/bg01.jpg);
    top: 0;
    display: block;
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.banner .slider{
    max-width: 1300px;
    margin:auto;
}
.banner *{
    height: 100%;
}
.banner img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}
.banner .slick-prev,
.banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../../images/layout05/common/index/banner_arrow.png') no-repeat;
    width: 65px;
    height: 65px;
    margin-top: -30px;
    position: absolute;
    z-index:1;
    top: 50%;
    cursor: pointer;
}
.banner .slick-prev {
    background-position: 0 0;
    right: -30px;
}
.banner .slick-next {
    background-position: 100% 0;
    right: -30px;
    margin-top: 40px;
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
}
.banner .slick-dots {
    text-align: right;
    padding: 0;
    vertical-align: middle;
    margin: 12px 30px 0 0;
}

.banner .slick-dots li {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    list-style-type: none;
}

.banner .slick-dots li button {
   white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
      background:transparent;
    background: #ccc;
    width: 8px;
    height: 8px;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 5px;
}

.banner .slick-dots li.slick-active button {
    width: 15px;
    height: 8px;
    background: #333;
    border-radius: 30px;
}
/*------------ title ------------*/

.title{
    margin: 0 0 25px;
    text-align: center;
    line-height: 1.5;
    position:relative;
    z-index:0;
     color: #222;
}



.products-sect .title:before{
     content: 'products';
    color: rgb(255 255 255 / 40%);
     position: absolute;
    font-family: "Imperial Script", serif;
    font-size: 250px;
    line-height: 1.2;
    z-index: -1;
    left: 0px;
    right: 0;
    margin: 0 auto;
    top: -70px;
}


.products-sect .title::after {
    content: '';
    position: absolute;
    height: 110px;
    width: 1px;
    background: #ccc;
    bottom: -9px;
    left: -75px;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
    z-index: -1;
}


.title h2{
   
    font-size: 32px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-weight: normal;
    text-align: center;
    margin: 0;
    letter-spacing:4.5px;
}
.title span{
     color: #868686;
     font-size: 18px;
     font-family: "Playfair Display", serif;
     display: block;
     letter-spacing: 2px;
}
/*------------ more ------------*/
.index_more{
  color: #333333;
}



.index_more a{
    font-size: 0;
    width: 157px;
    height: 82px;
    position:relative;
    display: flex;
    align-items: center;
    margin:0 auto;
    z-index: 1;
}
.index_more a span{
  
    font-size: 18px;
    letter-spacing: 4px;
    position: relative;
     transition: all .3s cubic-bezier(.645,.045,.355,1.000);
  
}

.index_more a:after{
    content: '';
    position: absolute;
    height: 80px;
    width:  80px;
    border: 1px solid #d6d6d6;
    border-radius:100%;
    top: 0;
    right: 0;
    display: inline-block;
    z-index: -1;
    transition: transform .4s cubic-bezier(.645,.045,.355,1.000);
}
.index_more a:hover:after{
    transform: scale(1.5) translate3d(-0.5em,0,0);
}



.index_more a span:after{
    content: '';
    background: url(../../../images/layout05/common/index/moreic.png) no-repeat;
    top: 0;
    display: inline-block;
    height: 14px;
    right: 0;
    position: relative;
    width: 23px;
    z-index: -1;
    margin: 0 0 0 15px;
}



.index_more a:hover span{
  padding:0 0 0 10px;
    
}
/*輪播*/
.products-list{
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 1.2s ease;
}
.products-list.type2{
    margin: 0;
}
.album-sect, .about-sect, .news-sect, .article-sect,.contact-sect ,.banner ,.articles-sect{
    position: relative;
    z-index: 2;
}
/*!輪播*/
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
  padding: 0 0 170px;
}
.about-sect .txt-box{
    display:flex;
    box-sizing:border-box;
    justify-content: left;
    align-items: center;
    margin: 0 auto;
    max-width: 1070px;
    position: relative;
}

.about-sect .txt-box:before {
    content: 'about us';
    color: rgb(255 255 255 / 70%);
    position: absolute;
    font-family: "Imperial Script", serif;
    font-size: 250px;
    line-height: 1.2;
    z-index: -1;
    right: 80px;
    margin: 0 auto;
    bottom: -150px;
}


.about-sect .title{
    width: 23%;
    text-align: left;
    padding: 0 0 25px 25px;
    box-sizing: border-box;
}

.about-sect .title::before {
    content: '';
    position: absolute;
    height: 175px;
    width: 1px;
    background: #D6D6D6;
    top: -5px;
    right: 36px;
    transform: rotate(45deg);
    z-index: -1;
}

.about-sect .index-about-editor{
    width: 65%;
    padding: 80px 70px 0 15px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    letter-spacing: 1.75px;
    line-height: 1.75;
    z-index: 1;
    position: relative;
}

.about-sect .index-about-editor h3{
    margin:0;
    font-weight: normal;
    color: #333;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 5px;
}

.about-sect .index_more{
    /* width: 20%; */
    padding: 110px 0 0;
}


.about-sect .col.pic{
    display: none;
}

.about-sect .txt .tag{
    display: none;
}

/*------------ articles ------------*/
.articles-sect{
    padding: 100px 0 130px;
    background: #FFF7DF;
    position: relative;
}
.articles-sect:after{
    content: '';
    width: 100%;
    height: 5px;
    display: block;
    bottom: -5px;
    z-index: 2;
    position: absolute;
    background: url(../../../images/layout05/common/newsomething/wave.png)repeat-x;
}
.articles-sect .title{
    background: url(../../../images/layout05/common/index/article_title.png) top center no-repeat;
    line-height: 50px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 23px;
    position: relative;
    text-align: center;
    padding-top: 66px;
}
.articles-sect .index_more{
    margin:20px auto 20px;
}
/*------------ news ------------*/
.news-sect{
    padding: 110px 0 0;
    position:relative;
    background: url(../../../images/layout05/common/index/newsbg02.jpg)no-repeat 0% 0% fixed;
    background-size: cover;
 }
.news-sect:before {
    content: '';
    background: url(../../../images/layout05/common/index/newsbg01.jpg)no-repeat;
    top: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 960px;
    z-index: -1;
    background-size: cover;
}

.news-sect:after {
    content: '';
    background: rgb(243 241 237 / 95%);
    bottom: 0;
    display: block;
    height: 83%;
    right: 0;
    position: absolute;
    width: calc(100% - 35%);
    z-index: -1;
}


.news-sect .container{
    display:flex;
    padding: 0;
    justify-content: flex-end;
    position:relative;
}

.news-sect .container:before {
    content: 'latestnews';
    color: rgb(255 255 255 / 20%);
    position: absolute;
    font-family: "Imperial Script", serif;
    font-size: 250px;
    line-height: 0.4;
    z-index: -1;
    left: -108px;
    margin: 0 auto;
    bottom: 21px;
    max-width: 450px;
    text-align: right;
}

.news-sect .title {
    width: 20%;
    color: #fff;
    padding: 100px 0 0;
    text-align: left;
}

.news-sect .title span {
    color: rgb(255 255 255 / 70%);
 
}

.news-sect .title::after {
    content: '';
    position: absolute;
    height: 110px;
    width: 1px;
    background: rgb(255 255 255 / 30%);
    top: 80px;
    left: 25px;
    transform: rotate(45deg);
    z-index: -1;
}

.news-sect .news-list{
    position: relative;
    padding: 70px 15px 70px 55px;
    width: 70%;
    box-sizing: border-box;
    max-width: 910px;
}




.news-sect .index_more{
    position:absolute;
    left: 139px;
    top: 200px;
    color: #ddd;
}

.news-sect .index_more a:after{
   
    border: 1px solid rgb(255 255 255 / 25%);
   
}


.news-sect  .index_more a span:after{
   
    background: url(../../../images/layout05/common/index/moreic2.png) no-repeat;
   
}


/*最新消息 少量排版*/
.news-list.onlyitem-list .item{
    width: 100%
}
.news-list.onlyitem-list{
    margin: auto;
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.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% - 350px);
    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: 25px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect{
    position: relative;
    padding: 80px 0 80px;
    background: url(../../../images/layout05/common/bg01.jpg);
}
.products-sect .index_more{
    display: none;  
}
.products-list.type2:not(.masonry-list) .item{
    margin-bottom: 0px;
}

.products-slider-control{
   position:absolute;
   width:100%;
   top: 45%;
}

.products-sect .slick-prev,
.products-sect .slick-next{
    width:65px;
    height: 65px;
    line-height: 65px;
    background: url('../../../images/layout05/common/index/banner_arrow.png') no-repeat;
    transition: unset;
}
.products-sect .slick-prev{
    border-radius:100%;
    margin-left: -17px;
    left: 0px;
    position: absolute;
}
.products-sect .slick-next{
    border-radius:100%;
     right:10px;
    position:absolute;
}
.products-sect .slick-prev .ic,
.products-sect .slick-next .ic{
    font-size: 0;
}
.products-sect .slick-prev {
    background-position: 0 0;
}
.products-sect .slick-next {
    background-position: 100% 0;
}
.products-sect .slick-prev:hover {
    background-position: 0 100%;
}
.products-sect .slick-next:hover {
    background-position: 100% 100%;
}


/*產品介紹 少量排版*/
.products-list.onlyitem-list{
    display: flex;
    flex-wrap: wrap;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    margin-bottom: 15px;
    max-width: 1000px;
}
.products-list.onlyitem-list.type1 .item .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: 160px 0 130px;
      margin: 0 auto;
      position: relative;
      background: url(../../../images/layout05/common/index/servicebg02.jpg)no-repeat 100% 100% fixed;
      background-size: cover;
      position:relative;
}

.service-sect:before {
    content: '';
    background: url(../../../images/layout05/common/index/servicebg01.jpg)no-repeat;
    top: 0;
    display: block;
    height: 450px;
    left: 0;
    position: absolute;
    width: 100%;
    background-size: cover;
}

.service-sect .title{
    text-align:left;
    color:#fff;
    position: relative;
    margin: 0 100px 150px;
    box-sizing: border-box;
}

.service-sect .title::after {
    content: '';
    position: absolute;
    height: 320px;
    width: 1px;
    background: rgb(255 255 255 / 30%);
    top: -207px;
    left: 100px;
    transform: rotate(45deg);
    z-index: -1;
}

.service-sect .title:before{
     content: 'service';
     color: rgb(255 255 255 / 20%);
     position: absolute;
     font-family: "Imperial Script", serif;
     font-size: 250px;
     line-height: 1.2;
     z-index: -1;
     left: -26px;
     right: 0;
     margin: 0 auto;
     top: -55px;
}


.service-sect .title2{
    position:absolute;
    right:0;
    font-size: 20px;
    line-height: 1.75;
    letter-spacing: 5px;
    padding: 0;
    top: 35px;
    color: rgb(255 255 255 / 80%);
}


.service-sect .flex{
    background: rgb(243 241 237 / 95%);
    padding: 50px 30px 65px;
    box-sizing: border-box;
    position:relative;
}

.service-sect .index_more{
    position:absolute;
    bottom: 78px;
    right: calc( 0% - -160px);
    display: none;
}



.service-sect .serlayout{
    max-width: 1020px;
    margin: 0 auto;
}


.service-sect .stop{
    display:flex;
    flex-wrap:wrap;
   
}

.service-sect  .sitem{
  width: 255px;
  max-width: 255px;
  margin: 15px 0px;
  padding: 10px 30px;
  box-sizing:border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  top: 0;
  transition: all .3s ease;
}

.service-sect .sitem:hover{
    top:-8px;
}

.service-sect  .sitem+.sitem{
    border-left:1px solid #ddd;
}
.service-sect  .sitem:nth-child(5){
     border-left:0px solid #ddd;
}

.service-sect  .snum{
    font-family: "Imperial Script", serif;
    font-size: 65px;
    line-height: 1;
    color: #333;
}

.service-sect  .st1{
     color: #888;
     font-size: 18px;
     font-family: "Playfair Display", serif;
     letter-spacing: 2px;
}


.service-sect  .stxt{
    width:100%;
    letter-spacing: 2px;
}

.service-sect  .sitem .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

/*------------ album ------------*/
.album-sect{
    padding: 80px 0 50px;
    position: relative;
}

.album-sect::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: #D6D6D6;
    top: 53%;
    right: 0px;
    z-index: -1;
}

.album-sect .title:before{
     content: 'album';
     color: rgb(255 255 255 / 70%);
     position: absolute;
     font-family: "Imperial Script", serif;
     font-size: 250px;
     line-height: 1.2;
     z-index: -1;
     left: 0px;
     right: 0;
     margin: 0 auto;
     top: -70px;
}


.album-sect .title::after {
    content: '';
    position: absolute;
    height: 110px;
    width: 1px;
    background: #ccc;
    bottom: -9px;
    left: -75px;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
    z-index: -1;
}

.album-sect .container{
    z-index: 3;
}


.album-sect .index_more{
    display: none;
}
.album-list .item .box .more{
    display: none;
}
.album-sect .album-list:not(.masonry-list){
    padding: 0 7%;
}
.album-sect .slick-arrow{
    background: url('../../../images/layout05/common/index/banner_arrow.png') no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    border-radius: 100%;
    padding: 0;
    font-size: 0;
    border:none;
    line-height: 35px;
    z-index: 40;
    cursor: pointer;
}

.album-sect .slick-prev{
    left: 0;
    padding-right: 5px;
}
.album-sect .slick-next{
    right: 0;
    padding-left: 5px;
}

.album-sect .slick-prev {
    background-position: 0 0;
}
.album-sect .slick-next {
    background-position: 100% 0;
}
.album-sect .slick-prev:hover {
    background-position: 0 100%;
}
.album-sect .slick-next:hover {
    background-position: 100% 100%;
}

/* .album-sect .slick-prev:hover,
.album-sect .slick-next:hover{
  
    background: #325c8b; 
    background: -moz-linear-gradient(-45deg, #325c8b 1%, #374060 100%); 
    background: -webkit-linear-gradient(-45deg, #325c8b 1%,#374060 100%); 
    background: linear-gradient(135deg, #325c8b 1%,#374060 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#325c8b', endColorstr='#374060',GradientType=1 );
    color: #fff;
} */
.album-list.type1 .item{
    margin-bottom: 0;
    border:none;
}
.album-sect .album-list .item:nth-child(n){
    clear: none;
}

/*瀑布流*/
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .title,
.masonry-album-sect .title{
    display: block;
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 16px;
}
.masonry-album-sect .masonry-list{
    margin: 0 -16px;
}
.masonry-list .item .namebox{
    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%;
    padding: 0 16px;
    float: none;
    display: inline-block;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 60px;
    padding-bottom: 60px;
    background:#FCF8F5;
    background-size: 100% auto;
}
.contact-sect .container> .reminder{
    display: none;
}
.contact-title{
    position: relative;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 4px;
    margin: 0 auto 0px;
    text-align: center;
}
.reminder{
    background: #fcf8f5;
    padding-left: 50px;
    padding-right: 50px;
    margin: auto;
    box-sizing: border-box;
    max-width: 1120px;
    padding-top: 15px;
    border:none;
}
.reminder:before{
    display: none;
}
.contact-title:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 76px;
}
.contact-title h2{
     font-size: 23px;
    font-weight: normal;
    margin: 0;  
    display: inline-block;
}
.contact-title > b{
    /*display: inline-block;
    vertical-align: bottom;
    color: #AAA;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;*/
    display: block;
    background: url(../../../images/layout05/common/index/contact_title.png);
    width: 156px;
    height: 66px;
    font-size: 0;
    margin: 0 auto 7px;
}
.reminder{
    text-align: center;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}


@media screen and (max-width: 1400px){
     .news-sect:after {
   
    width: calc(100% - 30%);
  
}
    .products-sect .slick-prev{
   
    margin-left: -10px;
    position: absolute;
}
.products-sect .slick-next{
   
    right: 20px;
 
}
}

@media screen and (max-width: 1280px){
    
    .service-sect .index_more {
  
    right: calc(0% - -100px);
}
    .news-sect .container{
  
flex-direction: column;
justify-content: center;
align-items: center;
}

.news-sect .container:before {
   left: 0px;
   right:0;
   bottom:initial;
   top: 25px;
   max-width: 100%;
   text-align: center;
}

.news-sect .title {
    width: 100%;
    padding: 0px 0 0;
    text-align: center;
}
.news-sect .index_more {
    position: relative;
    left: 0px;
    top: 0px;
    margin: 20px 0 0;
}
.news-sect .title::after {
   
    top: -17px;
    right: 0;
    margin: 0 auto;
    left: -90px;
  
}

.news-sect .news-list{
    padding: 50px 40px;
    width: 100%;
    max-width:100%;
    background: rgb(243 241 237 / 95%);
}

.news-sect:after {
    display:none;
}

    .news-sect {
    padding: 60px 30px;
    position: relative;
    background: url(../../../images/layout05/common/index/newsbg02.jpg) no-repeat 0% 0%;
    background-size: cover;
}
   .news-sect:before {
  display:none;
}
}
@media screen and (max-width: 1200px){
 .service-sect .index_more {
  
right: calc(0% - -70px);
}
    .service-sect .flex {
   padding: 35px 20px 50px;
}
    .service-sect .sitem {
   
padding: 10px 15px;
   
width: 225px;
}
     /*產品介紹 少量排版*/
    .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){
    .products-slider-control {
    
    top: 40%;
}
 .service-sect .stop {
     justify-content: center;
 }
.service-sect .sitem {
       border-bottom: 1px solid #ddd;
       width:50%;
       margin:0 10px 10px;
       max-width: 220px;
    }
    .service-sect .sitem+.sitem {
    border-left: 0px solid #ddd;
    
   
}
    .service-sect{
      padding: 46px 0;
      background: url(../../../images/layout05/common/index/servicebg02.jpg)no-repeat 100% 100%;
    }

.service-sect:before {
      height: 280px;
}

.service-sect .title{
   margin: 0 20px 35px;
}

.service-sect .title::after {
    content: '';
    position: absolute;
    height: 192px;
    width: 1px;
    background: rgb(255 255 255 / 30%);
    top: -73px;
    left: 32px;
    transform: rotate(45deg);
    z-index: -1;
}

.service-sect .title:before{
    
     font-size: 80px;
     left: 0px;
     top: 0px;
}


.service-sect .title2{
    position: static;
    padding: 20px 0 0;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 1.6;
}


.service-sect .flex{
    background: rgb(243 241 237 / 95%);
    padding: 20px;
    box-sizing: border-box;
    position:relative;
}

.service-sect .index_more{
    position: relative;
    bottom: 0;
    right: 0;
}


    .title{
        margin: 0 0 15px;
    }
    .banner-slider-control,.banner:before{
        display: none;
    }
 
    .album-sect .title h2:before {
        top: 10px;
    }
     /*少量排版*/
    .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 h2{
        font-size:24px;
    }
   
    .about-sect{
        padding: 25px 20px;
    }
.about-sect .txt-box:before {
   font-size: 90px;
   left:0;
   bottom: 0px;
   display: block;
}
    .about-sect .index-about-editor {
    width:100%;
    padding: 0;
    display:block;
}
  

    .about-sect .col.txt{
        float: none;
        width: 100%;
    }
    .about-sect .txt-box{
        flex-direction:column;
        justify-content: center;
        align-items: center;
    }
    .about-sect .title{
        width: 100%;
        padding: 0;
    }

    .about-sect .title::before {
  right: inherit;
  top: -45px;
  left: 11px;
}

    .about-sect .index-about-editor h3 {
   font-size: 17px;
   letter-spacing: 2px;
}

    .about-sect .index_more{
  padding: 5px 0;
  margin: 0 0 0 auto;
}
  
  
    .products-list{
        margin: 0 auto;
    }
    .products-list .box .more{
       font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .news-list .item,
    .products-list .item{
        width: 50%;
    }
    .products-sect{
        padding: 50px 0;
    
    }

      .products-sect .title:before {
   
    font-size: 90px;
    top: 0px;
}

    .articles-sect{
        padding: 50px 0 25px;
    }
    .articles-sect .index_more{
        margin:0px auto 20px;
    }
    .news-sect{
        padding: 40px 15px;
    }
    .news-sect .container:before{
        font-size: 90px;
        top: 35px;
    }

  
    .album-sect{
        padding: 50px 0 25px;
    }
    .album-sect .title:before {
   
    font-size: 80px;
   
    top: 10px;
}
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .contact-title h2{
        font-size: 18px;
        line-height: 30px;
    }
    .reminder{
        padding:0 15px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect .album-list:not(.masonry-list){
        padding: 0 50px;
    }
   
}
@media screen and (max-width: 767px){
    .service-sect .snum {
   
    font-size: 45px;
   
}
  .service-sect .sitem {
      
       width:100%;
     
    }
    .news-sect .news-list {
        padding: 15px;
        max-width: 100%;
        margin: auto;
    }
  
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
     .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .service-sect .title2 div{
   display:inline-block;
}
    .news-list.type1 .item .txt_in {
    padding: 0 15px;
    width: 100%;
}
}
@media screen and (max-width: 360px){
   
}


@media screen and (min-width: 1921px) {
 .news-sect:after {
  
   
    width: calc(100% - 38%);

}
    .news-sect:before {
   
    width: 45%;
  
}
}