@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*------------ 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;
}
.article-list .item .box:hover .name{
    color: #17a98a;
    text-decoration: underline;
}
.type5 .keyword_box{
    color: #F2856C;
}
.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{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #29A38A;
}
.article-date{
    margin:auto;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #3D9E70;
    color: #fff;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #A7B450;
    color: #fff;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #b5c356;
    border-color: #b5c356;
}
/*------------ 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;
    color: #F2856C;
    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 .pic {
    overflow: hidden;
    position: relative;
}
.products-list .box .pic img {
    transition: all ease 0.6s;
}
.products-list .box:hover .pic img {
    transform: scale(1.2);
}
.products-list.type2 .item{
    margin-bottom: 30px;
}
.products-list.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}
.products-list .box .name,.products-list.type2 .name{
    color:#666;
}
.products-list .box:hover .name{
    color: #C8A35E;
}
.products-list.type2 .description,.products-list .description{
    color: #9A9A9A;
}
.products-list .box.new:before{
    content: '';
    display: block;
    background: url(../../../images/layout01/common/products/news_tag.png);
    width: 73px;
    height: 73px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}
.products-list .box img{
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}
.products-list .box .more{
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    width: 100%;
    padding: 0 40px;
    line-height: 1.2;
    height: 26px;
    text-align: center;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Roboto';
    font-size: 16px;
    color: #DDDDDD;
    letter-spacing: 3px;
}
.products-list .mask .more{
    display: block;
}
.products-list.type2 .pic:before {
    display: none;
}
@media screen and (max-width: 1000px){
     /*列表通用 index、products*/
    .products-list .box .more{
       font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
     /*!列表通用 index、products*/
 }
/*!列表通用 index、products*/
/*列表通用 index、album*/

.album-list .pic {
    overflow: hidden;
    position: relative;
}
.album-list .box .pic img {
    transition: all ease 0.6s;
}
.album-list .box:hover .pic img {
    transform: scale(1.2);
}

.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #31CAA4;
}
.album-list .item .name{
    color: #29A38A;
}
.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.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    /*padding-right: 60px;*/
    position: relative;
}
/*!瀑布流*/
/*!列表通用 index、album*/
.album-list.type1 .item .box .more{
    display: none;
}
.album-list .item .name{
    color: #fff;
}
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.container .masonry-list.album-list .item .name{
    color: #333;
}
.container .masonry-list.album-list .item .box{
    margin-bottom: 20px;
}
.container .masonry-list.album-list.type2 .item .box{
    margin-bottom: 0;
}
.container .masonry-list.album-list .item .namebox{
    position: static;
    background: none;
    opacity: 1;
}
.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.6s;
}
.news-list .box:hover .pic img {
    transform: scale(1.2);
}
.news-list .pic{
    position: relative;
    overflow: hidden;
    margin: 0 auto 10px;
}
.news-list .btn.more{
    background: #C8A35E;
    color: #fff;
}
.news-list .box:hover .btn.more {
    background: #5B4629;
    color: #FFF;
}
.news-list.type3 .date{
    color: #C8A35E;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border: solid 1px #D9D9D9;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #C8A35E;
    border: 1px solid #C8A35E;
}
.news-list.type4 .item .box:hover .date{
    border: 1px solid #5B4629;
    background: #5B4629;
    color: #FFF;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
}
.news-list .item .name{
    color: #333333;
}
.news-list .box:hover .name{
   color: #000000;
}
.news-list .item .description{
    color: #8C8C8C;
}
.news-list .item .box:hover .description{
    color: #464646;
}
.news-list.type4 .item .box:hover {
    background: #F8F8F8;
}
.news-list.type3 .item {
    border-left: solid #eaeaea 1px;
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner{
    position: relative;
    height: auto!important;
}
.banner .slider{
    max-width: 1300px;
    position: relative;
    margin: auto;
}
.banner *{
    height: 100%;
}
.banner .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    width: 75px;
    height: 75px;
    margin-top: -30px;
    position: absolute;
    z-index: 80;
    top: 50%;
    cursor: pointer;
    border-radius: 50%;
    background: transparent;
}
.banner .slick-prev{
    left: -35px;
}
.banner .slick-prev:before{
    font-family: 'icon-font' !important;
    content: "\f053";
    color: #FFF;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 16px);
    font-size: 20px;
 }
 .banner .slick-prev:after{
    content: "";
    width: 60px;
    height: 60px;
    border:3px solid #C8A35E;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    border-radius: 50%;
    transition: all .3s ease;
    box-sizing: border-box;
    background: #C8A35E;
    z-index: -1;
}
.banner .slick-prev:hover:after{
    content: "";
    width: 75px;
    height: 75px;
    left: calc(50% - 37.5px);
    top: calc(50% - 37.5px);
}
.banner .slick-next{
    right: -35px;
}
.banner .slick-next:before{
    font-family: 'icon-font' !important;
    content: "\f054";
    color: #FFF;
    position: absolute;
    left: calc(50% - 19px);
    top: calc(50% - 16px);
    font-size: 20px;
 }
 .banner .slick-next:after{
    content: "";
    width: 60px;
    height: 60px;
    border:3px solid #C8A35E;
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    border-radius: 50%;
    transition: all .3s ease;
    box-sizing: border-box;
    background: #C8A35E;
    z-index: -1;
}
.banner .slick-next:hover:after{
    content: "";
    width: 75px;
    height: 75px;
    left: calc(50% - 37.5px);
    top: calc(50% - 37.5px);
}
.banner .slick-dots{
    position: static;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px 0 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    z-index: 80;
    display: none !important;
}
.banner .slick-dots li{
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li button{
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    padding: 0; 
    border: 0;
    width: 96px;
    height: 13px;
    margin-top: 10px;
    cursor: pointer;
    background: none;
}
.banner .slick-dots li button:before{
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    margin:5px 0;
    background: #ddd;
}
.banner .slick-dots li.slick-active button:before{
    background: #C8A35E;
}
.banner:before{
    content: '';
    display: block;
    background: #F8F8F5;
    position: absolute;
    width: 100%;
    height:310px ;
    bottom: 0%;
    left: 0;
    right: 0;
    z-index: -2;
} 
.banner:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 252px 951.5px 0 951.5px;
    border-color: #FFF transparent transparent transparent;
    bottom:59px;
    left: calc(50% - 951.5px);
    z-index: -1;
} 
/*------------ title ------------*/
.title{
    text-align: center;
}

/*------------ more ------------*/
.index_more a{
    font-size: 0;
    display: block;
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: linear-gradient(to right, #C8A35E, #F1DEB4, #C8A35E,#F1DEB4, #C8A35E);
    border-radius: 30px;
    position: relative;
    z-index: 0;
    overflow: hidden;
	transition: all .3s ease-in-out;
    background-size: 500%;
}
.index_more a:hover{
    animation: grahover 6s linear infinite;
}
.index_more a span{
    font-size: 16px;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
}
@-webkit-keyframes grahover {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
@keyframes grahover {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 132px;
    position: relative;
}
.about-sect:before{
    content: "";
    background: #F8F8F5;
    width: 1684px;
    height: 100%;
    position: absolute;
    left: calc(50% - 842px);
    top: 0;
}
.about-sect .row{
    padding: 0;
}
.about-sect .col.txt{
    width: 100%;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}
.about-sect .col.pic{
    position: absolute;
    z-index: 1;
    top: -70px;
    left: calc(50% - 222px);
    width: 1181px;
    height: 631px;
    animation-name: unset !important;
}
.about-sect .col.pic:before{
    content: "";
    width:100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background:#C8A35E;
    opacity: 0.8;
    mix-blend-mode: multiply;
    transition: all 1.5s ease;
}
.about-sect.loaded .col.pic:before{
    width: 300px;
}
.about-sect .index_more a{
    margin-left: auto;
    margin-right: 0;
    margin-top: 34px;
}
.about-sect .title{
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}
.about-sect .title span{
    font-family: "Poppins";
    color: #F1DEB4;
    font-size: 50px;
    line-height: 50px;
    display: block;
    margin-bottom: 15px;
}
.about-sect .title h2{
    color: #1F1812;
    font-size: 25px;
    margin: 0;
    line-height: 25px;
    font-weight: normal;
    position: relative;
}
.about-sect .title h2:before{
    content: "";
    background: linear-gradient(to right, rgba(211,211,211,1) 0%,rgba(211,211,211,0.77) 83%,rgba(125,185,232,0) 100%);
    height: 1px;
    width: calc(100% - 121px);
    position: absolute;
    right: 0;
    top: 12px;
}
.about-sect .left-title{
    color: #f8f8f5;
    font-size: 155px;
    line-height: 155px;
    font-family: 'Poppins', sans-serif;
    writing-mode: vertical-lr;
    position: absolute;
    left: -309px;
    top: -138px;
}
.about-sect .txt-box{
    position: relative;
    width: 634px;
    height: 479px;
    box-sizing: border-box;
    padding: 62px 74px 51px 74px;
    background: #FFF;
    margin-right: auto;
    border-left: 13px solid #F1DEB4;
}
.about-sect .txt-box .index-about-editor .editor{
    color: #444444;
    position: relative;
    height: 159px;
    overflow: hidden;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ news ------------*/
.articles-sect{
    padding-bottom: 50px;
    padding-top: 20px;
    background: #f5fbf4;
}
/*------------ news ------------*/
.news-sect{
    margin-bottom: 63px;
    padding-top: 117px;
    position: relative;
}
.news-sect:before{
    content: "";
    background: #F8F8F5;
    width: 100%;
    height: 215px;
    position: absolute;
    left: 0;
    top: 0;
}
.news-sect .title{
    margin-bottom: 102px;
    position: relative;
    z-index: 0;
}
.news-sect .title:before{
    content: "LATEST";
    font-family: "Poppins";
    font-size: 180px;
    line-height: 180px;
    position: absolute;
    left: calc(50% - 296.5px);
    top: -54px;
    color: #FFF;
    z-index: -1;
}
.news-sect .title span{
    font-family: "Poppins";
    color: #937B54;
    font-size: 18px;
    display: block;
}
.news-sect .title h2{
    color: #1F1812;
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    line-height: 30px;
    letter-spacing: 2px;
}
.news-sect .index_more a{
    position: absolute;
    left: calc(50% - 90px);
    top: 71px;
}
.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;
    height: auto;
}
.news-list.type2 .item .txt{
    padding: 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
}
/*最新消息 少量排版*/
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n){
    width: 50%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list.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-top: 41px;
     padding-bottom: 87px;
}
.products-sect:before {
    content: "";
    background: #F8F8F5;
    width: 1684px;
    height: 100%;
    position: absolute;
    left: calc(50% - 842px);
    top: 0;
}
.products-sect .title{
    margin-bottom: 40px;
}
.products-sect .title span{
    font-family: 'Poppins', sans-serif;
    color: #C8A35E;
    font-size: 50px;
    line-height: 50px;
    line-height: 50px;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.products-sect .title h2{
    margin: 0;
    color: #1F1812;
    font-size: 25px;
    line-height: 25px;
    font-weight: normal;
}
.products-sect .right-title{
    color: #f8f8f5;
    font-size: 155px;
    line-height: 155px;
    font-family: 'Poppins', sans-serif;
    writing-mode: vertical-lr;
    position: absolute;
    right: -309px;
    top: 100px;
}


.products-sect .index_more a{
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}


.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    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: 30px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
     height: 120px; 
     line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 0;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    position: relative;
    padding-bottom: 110px;
    padding-top: 155px;
    background:linear-gradient(to bottom,rgba(0,0,0,0.1),rgba(0,0,0,0.1)), url(../../../images/layout01/common/index/index-services-bg-1.jpg) center;
    background-size: cover;
}
.service-sect .service-box{
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    margin: auto;
    box-sizing: border-box;
    padding: 0px 78px 60px;
    position: relative; 
}
.service-sect .title{
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 38px;
}
.service-sect .title:before{
    content: "";
    background: #D5D0CA;
    width: 1px;
    height: 20px;
    position: absolute;
    left: calc(50% - 1px);
    bottom: 0px;
}
.service-sect .title:after{
    content: "";
    background: #D5D0CA;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.service-sect .title span{
    display: block;
    margin-bottom: 16px;
    color: #FFFFFF;
    font-size: 80px;
    line-height: 58px;
    opacity: 0.8;
    z-index: 1;
    position: relative;
}
.service-sect .title h2{
    color: #1F1812;
    font-size: 25px;
    line-height: 25px;
    font-weight: normal;
    margin: 0;
    margin-top: -23px;
    z-index: 2;
    position: relative;
}
.service-sect .index_more{
    display: none;
}
.service-sect .editor{
    text-align: center;
    height: 135px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    font-size: 15px;
    color: #251F1F;
    line-height: 30px;
}

/*------------ album ------------*/
.album-sect .album-list{
    margin: 0;
}
.album-sect .album-list .item{
    padding: 0;
    min-width: 25%;
}
.album-list{
    display: flex;
    margin: 0 auto;
    width: 66.68%;
    justify-content: center;
}
.album-list .item .box{
    overflow:hidden; 
}
.album-sect .album-list .item{
    margin-bottom: 0;
}
.album-list.type1 .item{
    border-bottom: none;
}
.album-sect .album-list .item .namebox{
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 15px;
    padding: 8px 10px;
    transition: all 0.3s;
    opacity: 0;
    bottom: 0;
}
.album-list .box:hover .namebox{
    opacity: 1;
}
.album-sect .album-list .item .name{
    margin: 0;
}
.album-list .item .box .more{
    display: none;
}
.album-sect{
    padding: 80px 0 84px;
}
.album-sect .container{
    display: flex;
}
.album-sect .title span{
    display:none;
}
.album-sect .title h2{
    background: #FFF;
    border-radius: 50%;
    margin: 0 auto;
    color: #C8A35E;
    padding: 20px;
    width: 106px;
    height: 106px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    margin-left: -53px;
    top: 50%;
    margin-top: -53px;
    box-sizing: border-box;
    font-size: 26px;
    line-height: 33px;
}
.album-sect .title{
    position: relative;
    background: url(../../../images/layout01/common/index/album_title.png) center repeat;
    width: 16.66%;
    height: 0;
    display: block;
    box-sizing: border-box;
    padding: 0 0 16.66%;
    font-size: 21px;
    background-size: cover;
}
.album-sect .index_more{
    width: 16.66%;
    height: 0;
    display: block;
    box-sizing: border-box;
    padding: 0 0 16.66%; 
    border-radius: 0;
    position: relative;
    background: url(../../../images/layout01/common/index/album_title_2.png) center repeat;
    background-size: cover;
}
.album-sect .index_more a span{
    background: url(../../../images/layout01/common/index/album_more.png);
    width: 80px;
    height: 80px;  
    font-size: 0;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
    transition: all .3s ease;
}
.album-sect .index_more a:hover span{
    transform: rotate(180deg);
}
.album-sect .index_more a {
    position: static;
    background: unset;
    width: unset;
    height: unset;
    border: none;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.album-sect.masonry-album-sect .title{
    background: none;
    margin: auto;
    width: 106px;
    height: 106px;
    padding: 0;
    margin-bottom: 30px;
}
.album-sect.masonry-album-sect .title h2 {
   background: #C8A35E;
   color: #FFF;

}
.album-sect.masonry-album-sect .title h2:before {
    display: none;
}
.album-sect.masonry-album-sect .index_more{
    display: none;
}
.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;
}
/*!瀑布流*/
/*相簿 少量排版*/
.album-sect.onlyitem-sect{
    background: url(../../../images/layout01/common/index/album_bg.jpg);
    background-size: cover;
    background-position: center;
}
.onlyitem-sect .title{
    background: none;
    margin: auto;
}
.onlyitem-sect .index_more{
    display: none;
}
.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: #4C4C4C;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background: #eee;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.form-wrap{
    border:none;
    background: none;
}
.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){
    .banner .slick-prev {
        left: 10px;
    }
    .banner .slick-next {
        right: 10px;
    }
    .about-sect .left-title {
        display: none;
    }
    .about-sect .col.pic {
        left: calc(50% - 410px);
    }
    .about-sect.loaded .col.pic:before {
        width: 500px;
    }
    .products-sect .right-title {
        display: none;
    }
    
}
@media screen and (max-width: 1200px){
     /*產品介紹 少量排版*/
    .products-list.onlyitem-list .item .box{
        max-width: 300px;
        display: block;
    }
    .products-list.onlyitem-list .item .box .txt{
        width: 100%;
        padding: 0;
    }
    .products-list.onlyitem-list .item .box .name{
        white-space: nowrap;
        overflow: hidden;
        height: 25px;
        line-height: 1.2;
        margin: 15px 0 5px;
    }
    .products-list.onlyitem-list .item .description{
        -webkit-line-clamp: 2;
        height: 40px;
        line-height: 1.4;
    }
    .products-list.onlyitem-list .item .mask{
        max-width: inherit;
        min-width: inherit;
    }
    .products-list.onlyitem-list.type2 .item .box .txt{
        width: 100%;
        padding: 0;
    }
    /*!少量排版*/
}
@media screen and (max-width: 1000px){
    .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;
    }
    
    .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,.about-sect .title span,.service-sect .title span{
        font-size: 18px;
        display: block;
        margin-left: 0;
        margin-right: 0;
        line-height: 24px;
        margin-bottom: 0;
        display: block;
        letter-spacing: 1px;
    }
    .news-sect .title h2,.products-sect .title h2,.album-sect .title h2,.about-sect .title h2,.service-sect .title h2{
        font-size: 24px;
        line-height: 36px;
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        letter-spacing: 1px;
    }
    .album-sect .title span{
        display: none;
    }
    .album-sect .title h2:before {
        display: none;
    }
    .album-sect .title h2:after {
        display: none;
    }
 
    .index_more a {
        width: 150px;
        height: 40px;
        line-height: 40px;
        border-radius: 30px;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .news-sect{
        padding: 30px 0 0px;
        margin-bottom: 30px;
    }
    .news-sect:before {
        height: 127px;
    }
    .news-sect .title {
        margin-bottom: 78px;
    }
    .news-sect .title:before {
        font-size: 88px;
        line-height: 88px;
        left: calc(50% - 145.5px);
        top: 23px;
    }
    .news-sect .index_more a {
        margin-top: 5px;
    }
    .news-sect .index_more a {
        left: calc(50% - 75px);
    }
   
    .about-sect {
        margin-top: 0px;
        padding:0 15px 15px;
        background-size: auto;
        position: relative;
    }
    .about-sect .txt-box {
        width: 100%;
        height: unset;
        padding: 30px 20px 30px;
        border-left: 0px solid #F1DEB4;
        border-bottom: 5px solid #F1DEB4;
    }
    .about-sect .index_more a {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .about-sect .txt-box .index-about-editor .editor {
        height: unset;
    }
    .about-sect .col.pic {
        position: absolute;
        top: 0;
        left: 0;
        width: unset;
        height: 200px;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0px;
        overflow: hidden;
    }
    .about-sect .col.pic:before {
        width: 100%;
        height: 0;
    }
    .about-sect.loaded .col.pic:before {
        width: 100%;
        height: 100%;
    }
    .about-sect .col.txt {
        margin-top: 55px;
    }
    .about-sect:before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .about-sect .title {
        text-align: center;
        margin-bottom: 15px;
    }
    .about-sect .title:before {
        left: calc(50% - 25px);
    }
    .about-sect .title h2:before {
        background: rgba(211,211,211,1);
        height: 1px;
        width: 30px;
        right: unset;
        left: calc(50% - 15px);
        top: 46px;
    }
    .about-sect .title span {
        color: #C8A35E;
    }
  
    .products-sect{
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .products-sect .title{
        background: none;
        font-size: 20px;
        height: auto;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 12px;
    }
    .products-box{
        padding: 8px 0;
    }
    .service-sect{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .service-sect .title span {
        color: #C8A35E;
    }
    .service-sect .title h2 {   
        margin-top: 0px;  
    }
    .service-sect .service-box {
        padding: 15px 20px 15px;
    }
    .service-sect .title {
        padding-bottom: 27px;
    }
    .service-sect .editor{
        height: unset;
    }
    .service-box{
        padding-left: 0;
    }
    .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.onlyitem-sect{
        background: #fff;
    }
    .album-sect{
        padding-top: 20px;
        background: none;
        margin-bottom: 20px;
        padding-bottom: 30px;
    }
    .masonry-album-sect{
        background: none;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-sect .title{
        margin: 15px auto;
        width: auto;height: auto;
        padding: 0 0 20px;
        background: none;
    }
    .album-sect .index_more{
        background: none;
        width: auto;
        height: auto;
        padding: 25px 0 0px;
        line-height: 1;
    }
    .album-sect .title h2,.album-sect .index_more a span{
        position: static;
        margin:0 auto;
        padding: 26px;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }



    .album-sect .title {
        background: none;
        margin: auto;
        width: 106px;
        height: 106px;
        padding: 0;
        margin-bottom: 30px;
    }
    .album-sect .title h2 {
        background: #C8A35E;
        color: #FFF;
        font-size: 21px;
        line-height: 28px;
    }


    
    .album-sect .index_more a {
        font-size: 0;
        display: block;
        width: 150px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background: linear-gradient(to right, #C8A35E, #F1DEB4, #C8A35E,#F1DEB4, #C8A35E);
        border-radius: 30px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 0;
        overflow: hidden;
        transition: all .3s ease-in-out;
        background-size: 500%;
    }
    .album-sect .index_more a span {
        background: unset;
        width: unset;
        height: unset;
        font-size: 15px;
        display: block;
        position: relative;
        left: 0;
        margin-left: 0;
        top: 0;
        margin-top: 0;
        transition: all .3s ease;
        padding: 0;
        text-align: center;
    }
    .album-sect  .index_more a:hover{
        animation: grahover 6s linear infinite;
    }
    .album-sect .index_more a:hover span{
        transform: rotate(0deg);
    }
    .album-sect .index_more a span{
        font-size: 16px;
        color: #FFF;
        font-family: 'Poppins', sans-serif;
    }
   
   
   
    /* .album-sect .index_more a:hover {
        background: transparent;
    }
    .album-sect .index_more a:hover span {
        transform: rotate(0deg);
    } */

}
@media screen and (max-width: 767px){
   
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: 50%;
    }

}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
     .onlyitem-sect .album-list .item{
        width: 100%;
    } 
}