@charset "utf-8";
/*------------ common ------------*/
.site-main::before {
    display: none;
}
/*------------ /common ------------*/
/*列表通用 index article*/
.article-list .item .box{
    margin: 0 auto 40px;
    border-bottom: 1px solid #A38B77;
    padding-bottom: 40px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
    border-radius: 15px;
}
.article-list .item .name{
    color: #444;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 28px;
    height: 28px;
    min-height: 28px;
    max-height: 28px;
    -webkit-line-clamp: 1;
    transition: all .5s ease;
}
.article-list .item .box:hover .name{
    color: #A38B77;
}
.article-date{
    margin: auto;
}
.type1 .article-list .description,
.type2 .article-list .description,
.type3 .article-list .description,
.type4 .article-list .description{
    font-size: 15px;
    color: #666;
    letter-spacing: 1px;
    line-height: 1.4;
}
.type1 .article-list .date,
.type2 .article-list .date,
.type3 .article-list .date,
.type4 .article-list .date {
    color: #62403C;
    font-weight: normal;
    font-family: 'Tenor Sans', serif;
}
.type1 .article-list .date .month,
.type1 .article-list .date .years,
.type2 .article-list .date .month,
.type2 .article-list .date .years,
.type3 .article-list .date .month,
.type3 .article-list .date .years,
.type4 .article-list .date .month,
.type4 .article-list .date .years {
    font-weight: normal;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: unset;
    position: relative;
    border-radius: 40px;
    font-weight: normal;
    color: #A38B77;
    background: #F4F0EC;
    border: 1px solid #A38B77; 
    transition: all .5s ease;
}
.type1 .article-list .box .btn.more:hover,
.type4 .article-list .box:hover .btn.more {
    background: #A38B77;
    color: #fff;
}
.type5 .keyword_box{
    color: #666;
}
.type5 .article-list .item .date {
    border-radius: 5px;
    color: #62403C;
    font-weight: 400;
    background: #EDE7E1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -45px 15px 10px;
    width: 60px;
    height: 60px;
    padding: 0;
    line-height: 1;
    font-family: 'Tenor Sans', serif;
}
.type5 .article-list .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.type5 .article-list .item .month,
.type5 .article-list .item .years {
    font-size: 13px;
    line-height: inherit;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: normal;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: unset;
    position: relative;
    border-radius: 40px;
    font-weight: normal;
    color: #A38B77;
    background: #F4F0EC;
    border: 1px solid #A38B77; 
    transition: all .5s ease;
}
.type1 .article-list .box .btn.more:hover,
.type4 .article-list .box:hover .btn.more {
    background: #A38B77;
    color: #fff;
}
.type2 .article-list .date{
    color: #62403C;
    border-color:#A38B77;
}
.type3 .article-list .date{
    color: #62403C;
    border-color:  rgb(163, 139, 119, 0.3);
}
.type4 .article-list .date:before{
    color: #A38B77;
    border-color:  #A38B77;
}
/*keyword_box*/
.keyword_box i{
    font-size: 16px;
    line-height: 16px;
    float: left;
    position: absolute;
    top: 20px;
    left: 0;
}
.article-detail .fb{
    padding: 10px 0 5px;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 20px 0 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #666;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.5;
}
.keyword_box.detail li a{
    display: inline-block;
    margin-bottom: 5px;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}
/*/keyword_box*/
/*/列表通用 index article*/
/*列表通用 index、products*/
.products-list .box.new .pic::after {
    content: 'NEW';
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    background: rgb(163, 139, 119, 0.5);
    border-radius: 100%;
    font-family: 'Tenor Sans', serif;
    z-index: 2;
}
.products-list .box img{
    display: block;
    width: 100%;
}
.products-list .name {
    margin: 0 0 10px;
    color: #444;
    letter-spacing: 2px;
    transition: all 0.5s ease;
    max-height: 28px;
    height: 28px;
    -webkit-line-clamp: 1;
}
.products-list .box:hover .name{
    color: #A38B77;
}
.products-list .description{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #666;
}
.products-list .pic {
    border-radius: 15px;
}
.products-list.for-cart .offers{
    color: #D80000;
}
.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;
    bottom: 0;
    right: 0;
    z-index: 45;
    transition: all .2s;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #D80000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
/*/列表通用 index、products*/
/*列表通用 index、album*/
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #A38B77;
}
.album-sect .album-list{
    margin: 0;
}
.album-sect .album-list .item{
    margin-bottom: 0;
}
.album-list .item .name{
    color: #444;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 10px 0 0;
    transition: all 0.5s ease;
}
.album-list .box:hover .name {
    color: #A38B77;
}
/*/列表通用 index、album*/
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .5s ease;
    top: 0;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 15px;
}
.news-list .item .name{
    color: #444;
    letter-spacing: 2px;
    transition: all 0.5s ease;
}
.news-list .box:hover .name{
    color: #A38B77;
}
.news-list .item .description{
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #666;
    max-height: 48px;
    height: 48px;
}
.news-list .date {
    color: #62403C;
    font-family: 'Tenor Sans', serif;
}
/*/列表通用 index、news*/
/*------------ banner ------------*/
.banner img,
.banner_m img{
    width: 100%;
}
.banner *,
.banner_m *{
    height: 100%;
}
.banner img,
.banner_m img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}
.banner .slick-dots,
.banner_m .slick-dots,
.banner .slick-dots li,
.banner_m .slick-dots li{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.banner .slick-dots,
.banner_m .slick-dots{
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    bottom: 62px;
    height: 10px;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    margin: 0 10px;
    height: 10px;
    line-height: 8px;
}
.banner .slick-dots button,
.banner_m .slick-dots button{
    position: relative;
    padding: 0;
    width: 14px;
    height: 14px;
    color: transparent;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 100%;
    white-space: nowrap;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
}
.banner .slick-dots button::before,
.banner_m .slick-dots button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #F4F0EC;
}
.banner .slick-active button,
.banner_m .slick-active button{
    border: 1px solid #62403C;
}
.banner .slick-active button::before,
.banner_m .slick-active button::before{
    background: #62403C;
}
.banner_m{
    display: none;
}
/*------------ /banner ------------*/
/*------------ title ------------*/
.title{
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0 0 40px;
}
.title::after {
    content: '';
    position: relative;
    display: block;
    width: 40px;
    height: 2px;
    background: #62403C;
    margin: 25px 0 0;
    visibility: visible;
}
.title span {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: #62403C;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'Tenor Sans', serif;
}
.title h2{
    color: #444444;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0;
}
/*------------ /title ------------*/
/*------------ more ------------*/
.index_more{
    position: relative;
    box-sizing: border-box;
    display: block;
    margin: 40px 0 0 auto;
}
.index_more a{
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: right;
    width: 163px;
    height: 80px;
    line-height: 78px;
    font-size: 0;
    transition: all .5s ease;
    overflow: hidden;
    z-index: 5;
}
.index_more a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 78px;
    height: 78px;
    border: 1px solid #A38B77;
    border-radius: 100%;
}
.index_more a:hover:before {
    background: #A38B77;
}
.index_more a span {
    display: block;
    font-size: 16px;
    color: #444;
    transition: all 0.5s ease;
}
.index_more a:hover span {
    color: #A38B77;
}
.index_more a i {
    position: absolute;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 50%;
    left: 25%;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 100%;
    transition: all 0.5s ease;
    overflow: hidden;
}
.index_more a i::before {
    content: "\f054";
    position: absolute;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 50%;
    left: 25%;
    margin-top: -10px;
    margin-left: -10px;
    font-size: 13px;
    font-family: 'icon-font' !important;
    font-style: normal;
    color: #fff;
    transition: all 0.5s ease;
    opacity: 0;
}
.index_more a:hover i::before {
    left: 50%;
    opacity: 1;
}
.index_more a i::after {
    content: "\f054";
    position: absolute;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    font-size: 13px;
    font-family: 'icon-font' !important;
    font-style: normal;
    color: #A38B77;
    transition: all 0.5s ease;
    opacity: 1;
}
.index_more a:hover i::after {
    opacity: 0;
    left: 150%;
}
/*------------ /more ------------*/
/*------------ sect ------------*/
.album-sect,
.about-sect,
.news-sect,
.service-sect,
.products-sect,
.article-sect,
.contact-sect,
.articles-sect{
    position: relative;
    z-index: 2;
}
.banner,
.banner_m {
    position: relative;
    z-index: 3;
}
/*------------ /sect ------------*/
/*新編輯器*/
.article-sect{
    background: #fff;
}
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    padding: 85px 0 42.5px;
    z-index: 1;
}
.about-sect::before {
    content: '';
    position: absolute;
    top: -400px;
    right: -80px;
    width: 1192px;
    height: 1787px;
    background: url(../../../images/layout06/common/index/a_bg.png) no-repeat;
    animation: bg_shadow 4s ease-in-out alternate infinite;
}
.about-sect .title {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: baseline;
}
.about-sect .title span {
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
}
.about-sect .title span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
    width: 2px;
    height: 22px;
    background: #62403C;
}
.about-sect .title::after {
    display: none;
}
.about-sect .row{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 531px);
    padding-left: 100px;
    z-index: 2;
}
.about-sect .col.pic{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 531px;
    margin: 0 0 85px;
    z-index: 1;
}
.about-sect .col.pic::before {
    content: '';
    position: absolute;
    left: -100px;
    bottom: -50px;
    width: 200px;
    height: 200px;
    border-radius: 30px 10vw 30px 30px;
    background: rgb(163, 139, 119, 0.5);
}
.about-sect .col.pic img {
    border-radius: 0 10vw 0 0;
}
.about-sect .txt-box{
    position: relative;
    box-sizing: border-box;
}
.about-sect .txt-box .index-about-editor .editor {
    position: relative;
    box-sizing: border-box;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 310px;
}
.about-sect .index_more {
    display: flex;
    justify-content: flex-end;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ articles ------------*/
.articles-sect{
    padding: 75px 0 20px;
    background: #F6F6F6;
}
.articles-sect .title:before{
    content: '';
    display: block;
    width: 36px;
    height: 5px;
    background: #000000;
    margin: 0 auto 20px; 
}
.articles-sect .title span{
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size: 28px;
    color: #000000;
    margin-bottom: 5px;
}
.article-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.articles-sect .index_more{
    display: none;
}
/*------------ news ------------*/
.news-sect{
    padding: 58px 0 18px;
}
.news-sect .title {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: baseline;
    margin: 0 0 50px;
}
.news-sect .title span {
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
}
.news-sect .title span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
    width: 2px;
    height: 22px;
    background: #62403C;
}
.news-sect .title::after {
    display: none;
}
.news-sect .index_more{
    position: absolute;
    top: -20px;
    right: 20px;
    margin: 0;
}
.news-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*n_type1*/
.news-list.type1 {
    margin: 0 0 40px;
}
.news-list.type1 .item {
    border-bottom: 1px solid #A38B77;
}
.news-list.type1 .txt {
    display: flex;
    align-items: center;
    width: calc(100% - 105px);
}
.news-list.type1 .date {
    padding: 0 25px;
    line-height: 0;
}
.news-list.type1 .date .day {
    line-height: 55px;
    font-weight: normal;
}
.news-list.type1 .month,
.news-list.type1 .years {
    margin: 0;
    line-height: 1;
    font-weight: normal;
}
.news-list.type1 .more-box {
    padding: 0 45px 0 0;
}
.news-list .btn.more {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    color: transparent;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 0;
    background: transparent;
    border: 1px solid #A38B77;
    border-radius: 100%;
    transition: all 0.5s ease;
    overflow-x: unset;
    z-index: 5;
}
.news-list .box:hover .btn.more {
    background: #A38B77;
}
.news-list .btn.more:before {
    content: "\f054";
    font-size: 12px;
    font-family: 'icon-font' !important;
    color: #A38B77;
    transition: all 0.5s ease;
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
}
.news-list .box:hover .btn.more:before{
    color: #fff;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: transparent;
}
/*/n_type1*/
/*n_type2*/
.news-list.type2 {
    margin: 0 -15px;
}
.news-list.type2 .item {
    padding: 0 15px;
    margin: 0;
    border: 0;
}
.news-list.type2 .box {
    padding: 0 0 40px;
    margin: 0 0 40px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border-bottom: 1px solid #c7b7ab;
}
.news-list.type2 .pic {
    box-sizing: border-box;
    float: none;
    margin: 0;
    width: 180px;
    border-radius: 15px;
}
.news-list.type2 .txt {
    box-sizing: border-box;
    width: calc(100% - 180px);
    padding-right: 30px;
}
.news-list.type2 .date {
    display: flex;
    margin: 0 0 45px;
}
.news-list.type2 .date .day {
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    line-height: 1.2;
    order: 3;
}
.news-list.type2 .date .month{
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    line-height: 1.2;
    order: 2;
}
.news-list.type2 .date .years {
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    line-height: 1.2;
    order: 1;
}
.news-list.type2 .date .day:before {
    content: '.';
}
.news-list.type2 .date .month:before {
    content: '.';
}
.news-list.type2 .date .years:before {
    content: '';
}
.news-list.type2 .description {
    font-size: 16px;
    text-align: left;
    max-height: 48px;
    height: 48px;
}
.news-list.type2 .btn.more {
    display: none;
}
/*/n_type2*/
/*n_type3*/
.news-list.type3:before {
    display: none;
}
.news-list.type3 .item {
    border: 0;
    padding: 0;
    margin: 0 0 40px;
}
.news-list.type3 .item .box {
    border-left: 1px solid #A38B77;
    padding: 10px 40px;
    margin: 0 auto;
}
.news-list.type3 .item:nth-of-type(3n+1) .box {
    border: 0;
}
.news-list.type3 .date {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
}
.news-list.type3 .day,
.news-list.type3 .month,
.news-list.type3 .years {
    margin: 0;
    line-height: 18px;
    font-size: 18px;
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 {
    margin: 0 -15px;
}
.news-list.type4 .item {
    margin: 0 0 40px;
    padding: 0 15px;
}
.news-list.type4 .item .box {
    border: 0;
    background: transparent;
}
.news-list.type4 .item .date {
    border-radius: 5px;
    color: #62403C;
    font-weight: 500;
    background: #EDE7E1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -30px 15px 10px;
    width: 60px;
    height: 60px;
    padding: 0;
    line-height: 1;
    font-family: 'Tenor Sans', serif;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list.type4 .txt {
    padding: 0;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    font-size: 13px;
    font-weight: normal;
}
/*/n_type4*/
/*n_少量排版*/
.news-list.onlyitem-list .item{
    width: 50%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    margin: 0 0 10px;
}
/*/n_少量排版*/
/*------------ /news ------------*/
/*------------ products ------------*/
.products-sect {
    padding: 42.5px 0 85px;
}
.products-sect::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgb(255, 252, 245, 0) 0, rgb(255, 252, 245, 1) 100%);
    border-radius: 0 0 10vw 10vw;
}
.products-sect .title{
    text-align: center;
}
.products-sect .title::after {
    margin: 30px auto 0;
}
.products-sect .index_more{
    display: flex;
    justify-content: center;
    margin: 17px auto 0;
}
.products-sect .index_more a {
    width: 200px;
    text-align: center;
    border: 1px solid #A38B77;
    background: #FEFBF5;
    border-radius: 80px;
    transition: all 0.5s ease;
}
.products-sect .index_more a:hover {
    background: #A38B77;
}
.products-sect .index_more a::before {
    display: none;
}
.products-sect .index_more a i {
    border: 0;
    left: unset;
    right: 40px;
}
.seproductsrvice-sect .index_more a i::before {
    left: -30%;
}
.products-sect .index_more a:hover i::before {
    left: 50%;
}
.products-sect .index_more a:hover i::after {
    left: calc(100% + 15px);
}
.products-sect .index_more a:hover i {
    background: transparent;
}
.products-sect .index_more a span {
    padding-right: 40px;
}
.products-sect .index_more a:hover span {
    color: #fff;
}
.products-box{
    margin: 0 auto;
    max-width: 1330px;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*p_type1*/
.products-list.type1 {
    margin: 0 0 57px;
}
.products-list.type1 .name,
.products-list.type1 .box:hover .name {
    font-weight: normal;
}
.products-list .pic:before {
    background: rgb(163, 139, 119, 0.8);
    transition: all .5s ease;
}
/*/p_type1*/
/*p_type2*/
.products-list.type2 .item {
    margin-bottom: 40px;
}
.products-list.type2 > .item > .box{
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    transition: all .5s ease;
}
.products-list.type2 .mask{
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: all .5s ease;
    overflow: hidden;
    z-index: 1;
}
.products-list.type2 .mask .pic:before{
    display: none;
}
.products-list.type2 .name {
    max-height: 28px;
    height: 28px;
    -webkit-line-clamp: 1;
}
/*/p_type2*/
/*p_少量排版*/
.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: 25px 25px 25px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
/*/p_少量排版*/
/*------------ /products ------------*/
/*------------ service ------------*/
.service-sect {
    padding: 100px 0 85px;
    background: #ECE6E0;
    overflow: hidden;
}
.service-sect .title{
    text-align: center;
}
.service-sect .title::after {
    margin: 30px auto 0;
}
.service-box{
    position: relative;
    box-sizing: border-box;
}
.service-box::before {
    content: '';
    position: absolute;
    bottom: -405px;
    left: 50%;
    transform: translateX(-50%);
    width: 650px;
    height: 650px;
    background: url(../../../images/layout06/common/index/s_bg.svg) no-repeat;
    overflow: hidden;
    opacity: 0.5;
    z-index: -1;
}
.service-sect .editor{
    position: relative;
    box-sizing: border-box;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    display: flex;
    justify-content: center;
    margin: 50px auto 0;
}
.service-sect .index_more a {
    width: 200px;
    text-align: center;
    border: 1px solid #A38B77;
    background: #F4F0EC;
    border-radius: 80px;
    transition: all 0.5s ease;
}
.service-sect .index_more a:hover {
    background: #A38B77;
}
.service-sect .index_more a::before {
    display: none;
}
.service-sect .index_more a i {
    border: 0;
    left: unset;
    right: 40px;
}
.service-sect .index_more a i::before {
    left: -30%;
}
.service-sect .index_more a:hover i::before {
    left: 50%;
}
.service-sect .index_more a:hover i::after {
    left: calc(100% + 15px);
}
.service-sect .index_more a:hover i {
    background: transparent;
}
.service-sect .index_more a span {
    padding-right: 40px;
}
.service-sect .index_more a:hover span {
    color: #fff;
}
/*------------ /service ------------*/
/*------------ album ------------*/
.album-sect {
    padding: 85px 0;
}
.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;
}
.album-list .item{
    width: 16.66%;
    padding: 0;
}



.masonry-list.album-list.type1 .item .box .more,
.masonry-list.album-list.type3 .item .box .more{
    display: block;
}
/*al_type1_column6*/
.album-list.type1 {
    padding: 0 15px;
}
.album-list.type1::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11px;
    width: 8px;
    height: 8px;
    background: #A38B77;
    border-radius: 100%;
}
.album-list.type1::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
    width: 8px;
    height: 8px;
    background: #A38B77;
    border-radius: 100%;
    visibility: visible;
}
.album-list.type1 .item {
    margin: 0;
    padding: 0 15px;
    border: none;
}
.album-list.type1 .item .box::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -19px;
    width: 8px;
    height: 8px;
    background: #A38B77;
    border-radius: 100%;
}
.album-list .pic {
    border-radius: 15px;
}
.album-sect .title {
    display: none;
}
/*al_type1*/
.album-list.type1 .item .name {
    display: none;
}
/*/al_type1*/
/*al_type2*/
.album-list.type2 .box .pic:before {
    width: 100%;
    height: 100%;
    background: rgb(163, 139, 119, 0.8);
    transition: all 0.5s ease;
}
/*/al_type2*/
/*al_瀑布流*/
.masonry-album-sect {
    padding: 85px 0;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.masonry-album-sect .title{
    display: block;
    text-align: center;
}
.masonry-album-sect .title::after {
    margin: 30px auto 0;
}
.masonry-album-sect .masonry-list{
    margin: 0 -15px;
    padding: 0;
}
.masonry-album-sect .masonry-list::before,
.masonry-album-sect .masonry-list::after {
    display: none;
}
.masonry-album-sect .masonry-list .item .box::before {
    display: none;
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 15px;
}
.masonry-list .item .namebox{
    position: relative;   
    text-align: left;
}
.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;
    position: absolute;
    right: 12px;
    top: -26px;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-indent: initial;
    font-size: 22px;
    color: #fff;
    background: #A38B77;
    border-radius: 50%;
    transition: all .5s ease;
    z-index: 2;
    opacity: 0;
}
.masonry-list .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list .item .namebox .name{
    margin: 10px 0 20px;
    padding-right: 60px;
}
.masonry-list.album-list.type1 .item .name{
    display: block;
    text-align: left; 
    color: #444;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    margin: 10px 0 20px;
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
/*/al_瀑布流*/
/*al_少量排版*/
.onlyitem-sect .title{
    display: block;
    text-align: center;
}
.onlyitem-sect .title::after{
    margin: 30px auto 0;
}
.onlyitem-sect .album-list .item{
    width: 32.33%;
    padding: 0 16px;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list{
    text-align: center;
}
.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%;
}
.onlyitem-sect .album-list .item .namebox{
    position: relative;
    text-align: left;
}
.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;
    position: absolute;
    right: 12px;
    top: -26px;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-indent: initial;
    font-size: 22px;
    color: #fff;
    background: #A38B77;
    border-radius: 50%;
    transition: all .5s ease;
    z-index: 2;
    opacity: 0;
}
.onlyitem-sect .album-list .item .box:hover .namebox:after{
    opacity: 1;
}
.onlyitem-sect .album-list .item .namebox .name{
    padding-right: 60px;
}
/*/al_少量排版*/
/*------------ /album ------------*/
/*----------- 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{
    /*top: -20px;*/
    position: relative;
    padding: 9.5px 15px;
    color: #F6F6F6;
    background: rgb(230,10,54);
    background: -moz-linear-gradient(left, rgba(230,10,54,1) 0%, rgba(241,125,41,1) 100%);
    background: -webkit-linear-gradient(left, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    background: linear-gradient(to right, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60a36', endColorstr='#f17d29',GradientType=1 );
    margin-bottom: 30px;
}
.reminder:after{
    border-top: 8px solid #EB4130;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    position:absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
}
.reminder b{
    border-color: #F6F6F6;
}
.contact-sect .form-wrap .reminder{
    display: none;
}
.contact-title{
    font-size: 23px;
    line-height: 1.3;
}
.contact-title h2{
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;  
}
.contact-title > b{
    color: #000000;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
}
.masonry-list .item:nth-child(n){
    clear: none!important;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1440px){
    .products-list.type2 {
        margin: 0 -10px;
    }
    .products-list.type2 .item {
        padding: 0 10px;
    }
    .news-list.type2 {
        margin: 0 -10px;
    }
    .news-list.type2 .item {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1280px){
    .about-sect .col.txt {
        width: 60%;
        padding-left: 85px;
    }
    .products-sect::before {
        border-radius: 0 0 5vw 5vw;
    }
    .about-sect .col.pic {
        width: 40%;
        max-width: unset;
    }
}
@media screen and (max-width: 1200px){
    /*p_少量排版*/
    .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;
    }
    /*/p_少量排版*/
}
@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: -30px 15px 10px;
    }
    .news-list.onlyitem-list .item .pic{
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt{
        padding: 0; 
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*/少量排版*/
    .banner .slick-dots,
    .banner_m .slick-dots {
        bottom: 20px;
    }
    .banner .slick-dots li,
    .banner_m .slick-dots li {
        margin: 0 3px;
    }
    .title,
    .news-sect .title {
        margin: 0 0 30px;
    }
    .title span {
        font-size: 16px;
    }
    .title h2 {
        font-size: 35px;
    }
    .service-sect .title::after,
    .products-sect .title::after {
        margin: 20px auto 0;
    }
    .index_more a {
        height: 70px;
        line-height: 68px;
        width: 150px;
    }
    .index_more a::before {
        width: 68px;
        height: 68px;
    }
    .index_more a i {
        left: 36px;
    }
    .news-list .description,
    .products-list .description {
        font-size: 15px;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    .about-sect {
        padding: 50px 0 25px;
    }
    .about-sect .row {
        flex-direction: column;
    }
    .about-sect .col.txt{
        text-align: left;
        width: 100%;
        padding: 0;
    }
    .about-sect .txt-box{
        padding: 0 0 30px;
    }
    .about-sect .col.pic{
        text-align: center;
        width: 100%;
        margin: 0 0 50px;
    }
    .about-sect .col.pic img {
        border-radius: 15px 20vw 15px 15px;
    }
    .about-sect .col.pic::before {
        content: '';
        position: absolute;
        left: -15px;
        bottom: -50px;
        width: 150px;
        height: 150px;
        border-radius: 15px 20vw 15px 15px;
        background: rgb(163, 139, 119, 0.5);
    }
    .about-sect .txt-box .index-about-editor .editor {
        font-size: 16px;
        line-height: 1.8;
        -webkit-line-clamp: unset;
        height: unset;
    }
    .about-sect .index_more{
        display: flex;
        justify-content: flex-end;
        margin: 30px 0 0 auto;
    }
    .service-sect {
        padding: 50px 0 50px;
    }
    .service-sect .index_more {
        margin: 40px auto 0;
    }
    .news-sect{
        padding: 50px 0 25px;
    }
    .news-list.type2 .name {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .news-sect .index_more {
        position: relative;
        top: unset;
        right: unset;
        display: flex;
        justify-content: flex-end;
        margin: 0 0 0 auto;
    }
    .news-list .item .description,
    .news-list.type2 .description{
        font-size: 15px;
    }
    .products-sect{
        padding: 25px 0 50px;
    }
    .products-box{
        padding: 0;
    }
    .products-list{
        margin: 0 auto;
    }
    .products-list .box.new .pic::after {
        top: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0;
    }
    .products-sect .index_more {
        margin: 0 auto;
    }
    .album-sect {
        padding: 50px 0;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .about-sect .col.pic {
        padding: 0 30px;
    }
    .about-sect .col.pic::before {
        left: 0;
    }
    .news-list.type1 .more-box {
        display: none;
    }
    .news-list.type1 .txt {
        width: 100%;
    }
    .news-list.type1 .more-box {
        padding: 0;
    }
    .news-list.type1 .date .day {
        line-height: 40px;
        font-weight: normal;
    }
    .news-list.type1 .date {
        padding: 0 15px;
    }
    .news-list.type2 .box {
        padding: 0 0 10px;
        flex-direction: column;
    }
    .news-list.type2 .pic {
        padding: 0;
        width: auto;
        height: auto;
    }
    .news-list.type2 .txt {
        width: 100%;
        padding: 10px 0 0;
        margin: 0;
    }
    .news-list.type2 .date {
        margin: 0 0 25px;
    }
    .products-list.type2 .name {
        margin: 0 0 10px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
}