@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 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: #121212;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Italiana', sans-serif;
    font-weight: 500;
    background: #89807B;
}
.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: #89807B;
    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: #89807B;
    border-color: #89807B;
}
/*------------ 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: #121212;
    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: '';
    position: absolute;
    top: 33px;
    left: -22px;
    display: block;
    width: 82px;
    height: 56px;
    background: url(../../../images/layout06/common/products/news_tag.png) no-repeat;
    background-size: contain;
    z-index: 2;
}
.products-list .pic{
    border-radius: 16px;
}
.products-list .pic:before{
    background: rgba(137 128 123 / 65%);
}
.products-list .box img{
    display: block;
    width: 100%;
}
.products-list .mask .more{
    display: none;
}
.products-list .name{
    color: #665740;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.products-list .box:hover .name{
    color: #9F8864;
}
.products-list .description{
    color: #9F8864;
    line-height: 1.5;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}
.products-list .box:hover .description{
    color: #BFB098;
}
.products-list.for-cart .offers{
    color: #D80000;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: #FAE6DE;
    text-align: center;
    line-height: 35px;
    color: #5F5447;
    font-size: 16px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 45;
    transition: all .3s ease;
    border-radius: 35px;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #E76B6B;
    color: #fff;
}
.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.masonry-list .item .box{
        margin-bottom: 0;
    }
}
/*/列表通用 index、products*/
/*列表通用 index、album*/
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #89807B;
}
.album-list .item .name{
    color: #665740;
    font-weight: normal;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.album-list .box:hover .name{
    color: #9F8864;
}
.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{
    font-family: 'icon-font-34' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    right: 8px;
    top: -26px;
    z-index: 2;
    color: #fff;
    background: #9F8864;
    border-radius: 50%;
    text-indent: initial;
    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-sect .album-list{
    margin: 0;
}
.album-sect .album-list .item{
    margin-bottom: 0;
}
.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;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*/列表通用 index、album*/
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
    border-radius: 16px 16px 0 0;
}
.news-list .item .box{
    border-radius: 16px;
    transition: all .3s ease;
}
.news-list .item .name{
    color: #665740;
    letter-spacing: 1px;
    line-height: 1.5;
    transition: all 0.3s ease;
}
.news-list .box:hover .name{
    color: #9F8864;
}
.news-list .item .description{
    color: #9F8864;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    max-height: 63px;
    transition: all 0.3s ease;
}
.news-list .item .box:hover .description{
    color: #BFB098
}
.news-list .date {
    color: #665740;
    font-weight: normal;
}
/*/列表通用 index、news*/
/*------------ banner ------------*/
.banner{
    position: relative;
    overflow: visible;
    z-index: 3;
}
.banner img{
    width: 100%;
}
.banner *{
    height: 100%;
}
.banner img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit; 
}
.banner .slick-dots{
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    bottom: 50px;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.banner .slick-dots li{
    vertical-align: middle;
    margin: 0 10px;
    line-height: 25px;
}
.banner .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    margin: 0;
    border: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    vertical-align: middle;
}
.banner .slick-dots li.slick-active button{
    background: #BFB098;
}
/*------------ title ------------*/
.title{
    position: relative;
    box-sizing: border-box;
    margin: 0 0 30px;
    width: fit-content;
}
.title span{
    display: block;
    margin: 0;
    color: rgb(192 176 152 / 80%);
    font-size: 80px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.125;
    font-family: "Quicksand", sans-serif;
}
.title h2{
    position: relative;
    color: #64524C;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    width: fit-content;
}
.title h2::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 108%;
    transform: translateY(-50%);
    width: 15px;
    height: 21px;
    background: url(../../../images/layout06/common/index/title_ic.png) no-repeat;
}
/*------------ more ------------*/
.index_more {
    position: relative;
    display: block;
    text-align: center;
    width: 140px;
    height: 60px;
    line-height: 60px;
    color: #5F5447;
    transition: all 0.3s ease;
    overflow: hidden;
    z-index: 1;
}
.index_more::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    border-radius: 60px;
    background: #FAE6DE;
    transition: all 0.3s ease;
    z-index: -1;
}
.index_more:hover:before {
    width: 100%;
}
.index_more::after {
    content: "\f054";
    position: absolute;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #FAE6DE;
    font-size: 18px;
    transition: all 0.3s ease;
}
.index_more a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    font-size: 0;
    z-index: 5;
}
.index_more span{
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
}
/*------------ sect ------------*/
.album-sect,
.about-sect,
.news-sect,
.service-sect,
.products-sect,
.article-sect,
.contact-sect,
.banner,
.articles-sect{
    position: relative;
    z-index: 2;
}
/*------------ article ------------*/
/*新編輯器*/
.article-sect{
    background: #fff;
}
.article-sect .container{
    padding: 40px 15px;
}
/*/新編輯器*/
/*------------ about ------------*/
.about-sect{
    padding: 52px 0 125px;
    background: url(../../../images/layout06/common/index/a_bg.jpg) no-repeat bottom center;
    background-size: cover;
}
.about-sect .title {
    width: auto;
    margin: 0 0 5px;
}
.about-sect .title h2 {
    margin: 0 0 0 23px;
}
.about-sect .title span {
    position: absolute;
    font-size: 88px;
    color: #FAE6DE;
    top: -90%;
    left: 55px;
    transform: translateY(-50%);
}
.about-sect .row{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
}
.about-sect .col {
    position: relative;
    box-sizing: border-box;
}
.about-sect .col.pic{
    left: -80px;
    width: 100%;
    max-width: 744px;
    z-index: 1;
}
.about-sect .col.txt{
    width: calc(100% - 744px);
    padding-bottom: 20px;
    padding-right: 55px;
    margin-left: -30px;
    z-index: 2;
}
.about-sect .txt-box .index-about-editor .editor {
    position: relative;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 300px;
    font-size: 18px;
    color: #BFB098;
    letter-spacing: 1px;
    line-height: 1.5;
}
.about-sect .index_more {
    margin: 30px 0 0;
}
.about-sect .txt .tag{
    position: absolute;
    top: -100px;
    right: -55px;
    width: 114px;
    height: 153px;
    background: url(../../../images/layout06/common/index/a_icon.png) no-repeat;
    background-size: contain;
    animation: kaku610 2s step-start 0s infinite normal forwards;
}
/*------------ articles ------------*/
.articles-sect{
    padding: 75px 0;
}
.article-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*------------ news ------------*/
.news-sect{
    padding: 126px 0 43px;
    background: #F4EADA;
}
.news-sect::before {
    content: '';
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 911px;
    background: url(../../../images/layout06/common/index/n_bg.png) no-repeat;
    z-index: -1;
}
.news-sect .index_more{
    display: none;
}
.news-sect .container{
    display: flex;
    align-items: center;
}
.news-sect .title{
    margin: 0;
    padding: 0 50px 0 0;
    width: 20%;
}
.news-sect .title::before {
    content: '';
    position: absolute;
    top: -65px;
    left: -85px;
    width: 89px;
    height: 139px;
    background: url(../../../images/layout06/common/index/n_icon.png) no-repeat;
    background-size: contain;
    animation: kaku610 2s step-start 0s infinite normal forwards;
}
.news-sect .title h2 {
    margin: 0 0 0 30px;
}
.news-list{
    width: 100%;
    width: 80%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}
/*n_type1*/
.news-list.type1 .item {
    border-bottom: 1px solid #fff;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: transparent;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #5F5447;
    background: #fff;
    font-weight: normal;
    border-radius: 40px;
    font-size: 14px;
    transition: all 0.3s ease;
}
.news-list .box:hover .btn.more{
    background: #9F8864;
    color: #fff;
}
/*/n_type1*/
/*n_type2*/
.news-list.type2 .item .pic {
    border-radius: 16px;
}
.news-list.type2 .date,
.news-list.type2 .date .day,
.news-list.type2 .date .month {
    font-weight: normal;
}
.news-list.type2 .item {
    border-bottom: 1px solid #fff;
}
/*/n_type2*/
/*n_type3*/
.news-list.type3 {
    margin: 0;
}
.news-list.type3 .item {
    border-left: 0;
    border-right: solid #fff 1px;
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 {
    margin: 0 -7.5px;
}
.news-list.type4 .item {
    padding: 0 7.5px;
    margin-bottom: 40px;
}
.news-list.type4 .item .box{
    position: relative;
    background: #fff;
    border: 0;
}
.news-list.type4 .box:hover {
    background: #E76B6B;
    background: -moz-linear-gradient(bottom, #E76B6B 0%, #D8A881 100%);
    background: -webkit-linear-gradient(bottom, #E76B6B 0%, #D8A881 100%);
    background: linear-gradient(to bottom, #E76B6B 0%, #D8A881 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E76B6B', endColorstr='#D8A881',GradientType=1);
}
.news-list.type4 .item .box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    border: 1px solid #D9DBDF;
    transition: all 0.5s ease;
}
.news-list.type4 .item .box:hover:before {
    border: 0;
}
.news-list.type4 .item .date,
.news-date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0 13px;
    padding: 0;
    color: #fff;
    font-weight: normal;
    background: #C0B098;
    border-radius: 3px;
    line-height: 1;
    font-family: "Quicksand", sans-serif;
    transition: all .3s ease;
}
.news-list.type4 .item .box:hover .date {
    color: #89807B;
    background: #FFEFBF;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 30px;
    font-weight: normal;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    font-weight: normal;
}
.news-list.type4 .box:hover .name{
    color: #fff;
}
.news-list.type4 .item .box:hover .description{
    color: rgb(255 255 255 / 60%);
}
/*/n_type4*/
/*最新消息 少量排版*/
.news-list.onlyitem-list .item{
    width: 50%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #AAACAD;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
    border-radius: 16px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
}
.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;
}
.news-list.onlyitem-list.type4 .item .box::before {
    display: none;
}
/*/少量排版*/
/*------------ products ------------*/
.products-sect{
    padding: 83px 0;
    background: #F4EADA;
}
.products-sect::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 911px;
    background: url(../../../images/layout06/common/index/p_bg.png) no-repeat;
    z-index: -1;
}
.products-sect .title {
    text-align: center;
    margin: 0 auto 48px;
    width: fit-content;
}
.products-sect .title::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 105%;
    width: 110px;
    height: 120px;
    background: url(../../../images/layout06/common/index/p_icon.png) no-repeat;
    background-size: contain;
    opacity: 0.8;
    animation: kaku610 2s step-start 0s infinite normal forwards;
}
.products-sect .title h2 {
    margin: 0 auto;
}
.products-sect .index_more{
    display: none;
}
.products-box{
    margin: 0 auto;
    max-width: 1300px;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
/*p_type1*/
.products-list.type1 .name,
.products-list.type1 .box:hover .name{
    font-weight: normal;
}
/*/p_type1*/
/*p_type2*/
.products-list.type2 .item {
    margin-bottom: 40px;
}
.products-list.type2 > .item > .box{
    box-sizing: border-box;
    transition: all .3s ease;
}
.products-list .box .more,
.products-list.type2 .box .mask .pic:after,
.products-list.type2 .mask .pic:before {
    display: none;
}
.products-list.type2 .txt {
    padding-top: 15px;
}
.products-list.type2 .name {
    max-height: 28px;
    -webkit-line-clamp: 1;
    margin: 0 0 8px;
}
/*/p_type2*/
/*產品介紹 少量排版*/
.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: 35% 0 90px;
    background: url(../../../images/layout06/common/index/s_bg.jpg) no-repeat top center;
    background-size: cover;
}
.service-sect::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 88px;
    background: url(../../../images/layout06/common/index/s_bg_b.svg) 0 0 repeat-x;
    background-size: cover;
    animation: 8s serviceWaveAni linear infinite;
}
.service-sect .title {
    text-align: center;
    margin: 0 auto 30px;
}
.service-sect .title::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 115%;
    width: 144px;
    height: 121px;
    background: url(../../../images/layout06/common/index/s_icon.png) no-repeat;
    background-size: contain;
    animation: kaku610 2s step-start 0s infinite normal forwards;
}
.service-sect .title span {
    font-size: 88px;
    color: rgb(159 134 100 / 20%);
    padding: 0 0 10px;
}
.service-sect .title h2 {
    margin: 0 auto;
}
.service-sect .editor{
    position: relative;
    font-size: 16px;
    color: #B18452;
    letter-spacing: 1px;
    line-height: 1.5;
}
.service-sect .index_more {
    margin: 30px auto 0;
}
.service-sect .index_more::before {
    background: #fff;
}
.service-sect .index_more::after {
    color: #fff;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
/*------------ album ------------*/
.album-sect {
    background: #FCFAF5;
}
.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 .3s ease;
    position: absolute;
    bottom: 0;
    opacity: 0;
    background: rgb(231 107 107 / 80%);
    text-align: center;
    left: 0;
    right: 0;
    z-index: 50;
    box-sizing: border-box;
    margin: 16px;
    border-radius: 8px;
}
.album-list .item .namebox .name{
    margin: 10px 0;
    padding: 0 15px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    height: 28px;
    line-height: 28px;
    -webkit-line-clamp: 1;
}
.album-list.type1.column6 .item .namebox .name {
    color: #fff;
}
.album-list .item:hover .box .namebox{
    opacity: 1
}
.album-list .item .pic:before{
    content: "";
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0 0 0 / 20%);
    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;
}
/*al_type2*/
.album-list.type2 .box .pic:before {
    background: rgba(137 128 123 / 65%);
    border-radius: 16px;
}
/*/al_type2*/
/*瀑布流*/
.masonry-album-sect{
    padding: 100px 0;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.album-sect .title{
    display: none;
}
.masonry-album-sect .title{
    display: block;
    text-align: center;
    margin: 0 auto 48px;
}
.masonry-album-sect .title h2 {
    margin: 0 auto;
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 15px;
}
.masonry-album-sect .masonry-list{
    margin: 0 -15px;
}
.masonry-album-sect .item .pic {
    border-radius: 16px;
}
.masonry-list .item .namebox{
    position: relative;   
    text-align: left;
    background: none;
    margin: 20px 0 0;
    opacity: 1;
}
.masonry-list .item .namebox:after{
    content: '\10ffff';
    font-family: 'icon-font-34' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    right: 8px;
    top: -26px;
    z-index: 2;
    color: #fff;
    background: #9F8864;
    border-radius: 50%;
    text-indent: initial;
    transition: all .3s ease;
    opacity: 0;
}
.masonry-list .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list .item .namebox .name{
    padding-right: 60px;
    color: #665740;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.5;
    transition: all 0.3s ease;
}
.masonry-list .item .box:hover .namebox .name{
    color: #9F8864;
}
/*/瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect {
    padding: 100px 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 .title{
    display: block;
    text-align: center;
    margin: 0 auto 48px;
}
.onlyitem-sect .title h2{
    margin: 0 auto;
}
.onlyitem-sect .album-list{
    text-align: center;
}
.onlyitem-sect .item .pic {
    border-radius: 16px;
}
.onlyitem-sect .album-list .item .namebox{
    position: relative;   
    text-align: left;
    background: none;
    margin: 20px 0 0;
    opacity: 1;
}
.onlyitem-sect .album-list .item .namebox:after{
    content: '\10ffff';
    font-family: 'icon-font-34' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    right: 8px;
    top: -26px;
    z-index: 2;
    color: #fff;
    background: #9F8864;
    border-radius: 50%;
    text-indent: initial;
    transition: all .3s ease;
    opacity: 0;
}
.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{
    padding-right: 60px;
    color: #665740;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.5;
    transition: all 0.3s ease;
}
.onlyitem-sect .album-list .item .box:hover .namebox .name{
    color: #9F8864;
}
/*/少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background:url(../../../images/layout06/common/index/contact_border.png) top center no-repeat, url(../../../images/layout06/common/index/contact_bg.jpg) fixed;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.reminder{
    position: relative;
    padding: 9.5px 15px;
    color: #F6F6F6;
    background: #89807B;
    margin-bottom: 30px;
}
.reminder:after{
    border-top: 8px solid #5F5854;
    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;
}
.masonry-list .item:nth-child(n){
    clear: none!important;
}
/*----------- /fancybox-index --------------*/
/*------------ animation ------------*/
@keyframes kaku610 {
    0% {
        -webkit-transform: translate(0px) rotate(0);
        transform: translate(0px) rotate(0);
    }
    25% {
        -webkit-transform: translate(2px, 1px) rotate(2deg);
        transform: translate(2px, 1px) rotate(2deg);
    }
    50% {
        -webkit-transform: translate(3px, 2px) rotate(4deg);
        transform: translate(3px, 2px) rotate(4deg);
    }
    75% {
        -webkit-transform: translate(1px, 1px) rotate(1deg);
        transform: translate(1px, 1px) rotate(1deg);
    }
    100% {
        -webkit-transform: translate(-1px, -3px) rotate(-2deg);
        transform: translate(-1px, -3px) rotate(-2deg);
    }
}
@keyframes serviceWaveAni {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 1852px;
    }
}
/*------------ /animation ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1440px){
    .news-sect .title::before {
        top: -55px;
        right: 85%;
        width: 110px;
        height: 120px;
        left: unset;
    }
    .news-sect .container {
        flex-direction: column;
    }
    .news-sect .title {
        text-align: center;
        margin: 0 auto 48px;
        padding: 0;
        width: fit-content;
    }
    .news-sect .title h2 {
        margin: 0 auto;
    }
    .news-list {
        width: 100%;
    }
    .products-list.type2 {
        margin: 0 -15px;
    }
    .products-list.type2 .item {
        padding: 0 15px;
    }
}
@media screen and (max-width: 1280px){
    .about-sect .row {
        justify-content: center;
    }
    .about-sect .col.pic {
        left: 0;
        width: 50%;
        max-width: unset;
    }
    .about-sect .col.txt {
        width: 50%;
        padding-bottom: 20px;
        padding-right: 60px;
        margin-left: 30px;
    }
    .about-sect .txt .tag {
        right: 0;
    }
}
@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 .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){
    /*少量排版*/
    .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{
        margin: 0 auto 30px;
    }
    .title span,
    .about-sect .title span,
    .service-sect .title span {
        font-size: 50px;
    }
    .title h2 {
        font-size: 25px;
    }
    .index_more span {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    .about-sect{
        padding: 100px 0 50px;
    }
    .about-sect .row{
        flex-direction: column;
    }
    .about-sect .title {
        margin: 0 auto;
        width: fit-content;
    }
    .about-sect .title h2 {
        margin: 0 auto;
    }
    .about-sect .title span {
        top: -45%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .about-sect .col.txt{
        padding: 0 30px 30px;
    }
    .about-sect .txt-box .index-about-editor .editor{
        -webkit-line-clamp: initial;
        height: unset;
    }
    .about-sect .index_more {
        margin: 30px auto 0;
    }
    .about-sect .txt .tag {
        display: none;
    }
    .about-sect .title::before {
        position: absolute;
        top: -21px;
        left: 170%;
        background: url(../../../images/layout06/common/index/a_icon.png) no-repeat;
        background-size: contain;
        width: 70px;
        height: 94px;
        animation: kaku610 2s step-start 0s infinite normal forwards;
    }
    .service-sect{
        padding: 300px 0 100px;
        background-position: 50% 0%;
        background-size: contain;
    }
    .service-sect .title span {
        color: rgb(159 134 100 / 100%);
        padding: 0;
    }
    .service-sect .title::before {
        width: 80px;
        height: 67px;
    }
    .news-sect{
        padding: 0 0 25px;
    }
    .news-sect .title::before {
        top: -25px;
    }
    .news-sect .title {
        margin: 0 auto 30px;
    }
    .products-sect{
        padding: 25px 0 50px;
    }
    .products-sect .title {
        margin: 0 auto 30px;
    }
    .products-sect .title::before {
        top: 0;
        left: 100%;
        width: 80px;
        height: 87px;
        opacity: 0.9;
    }
    .products-list .box.new:before {
        top: 23px;
        left: -14px;
        width: 52px;
        height: 35px;
    }
    .products-list.type2 {
        margin: 0 -7.5px;
    }
    .products-list.type2 .item {
        padding: 0 7.5px;
    }
    .products-list.type2 .name {
        font-size: 16px;
        margin: 0 0 5px;
        line-height: 28px;
    }
    .products-list .box.new:before {
        top: 23px;
        left: -9px;
        width: 42px;
        height: 28px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-list .item .namebox .name {
        font-size: 16px;
        margin: 5px 0;
        padding: 0 10px;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 767px){
    .service-sect {
        padding: 150px 0 80px;
    }
    /* .service-sect::before {
        height: 60px;
    } */
    .news-sect {
        padding: 50px 0 25px;
    }
}
@media screen and (max-width: 480px){
    .title span,
    .service-sect .title span {
        font-size: 40px;
    }
    .about-sect .title {
        margin: 0 auto;
        width: 100%;
    }
    .about-sect .title span {
        white-space: nowrap;
    }
    .about-sect .title::before {
        top: -21px;
        left: unset;
        right: 0;
        width: 45px;
        height: 67px;
    }
    .about-sect .col.txt {
        padding: 0 15px 30px;
    }
    .news-sect .title::before {
        width: 45px;
        height: 70px;
        right: 100%;
    }
    .news-list.type4 .txt {
        padding: 0 15px 15px 15px;
    }
    .news-list.type4 .item .date,
    .news-date{
        width: 55px;
        height: 55px;
    }
    .news-list.type4 .item .date .day {
        font-size: 25px;
    }
    .news-list.type4 .date .month,
    .news-list.type4 .date .years {
        font-size: 11px;
    }
    .service-sect .title::before {
        width: 50px;
        height: 42px;
    }
    .products-sect .title::before {
        top: 33px;
        width: 50px;
        height: 55px;
        opacity: 1;
        left: 100%;
    }
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
}