@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    padding-bottom: 35px;
    position: relative;
}
.type5 .article-list .item .box{
    padding: 12px 12px 0;
    background: #EFF1F3;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover{
    background: #17372C;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box .name{
    color: #000;
}
.article-list .item .box:hover .name{
    text-decoration: underline;
}
.article-list .item .box .description{
    color: #6f6f6f;
}
.type5 .keyword_box{
    padding: 9px 27px 9px 47px;
    margin: 0 -27px;
    color: #AAAAAA;
    background: #F6F6F6;
}
.type5 .keyword_box:before{
    left: 27px;
}
.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{
    border-radius: 3px;
    color: #FFFFFF;
    width: 57px;
    height: 63px;
    padding-top: 13px;
    line-height: 0.5;
    background: #17372C;
    transition: all .3s ease;
}
.type5 .article-list .item .date .day{
    color: #000;
    font-weight: bolder;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover .date{
    background: #000;
}
.type5 .article-list .item .box:hover .date .day{
    color: #17372C;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #000;
    color: #17372C;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #000;
    color: #fff;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: #000;
    border-color: #17372C;
}
/*------------ 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;
    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: #222;
}
/*!列表通用 index article*/
/*列表通用 index、products*/
.products-list.type2 .box{
    transition: all .2s;
    background: #ececec;
    padding: 10px 10px 0px;
}
.products-list.type2 .box:hover{
    background: #17372C;
}
.products-list .box.new:before{
    content: 'NEW';
    display: block;
    font-family: "Playfair Display", serif;
    width: 60px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    border-radius: 0;
    z-index: 15;
    line-height: 30px;
    color: #fff;
    background: #A88752;
    font-weight: bold;
}
.products-list .box .name{
    color: #000;
}
.products-list .box .description{
    color: #666;
}
.products-list .box:hover .description{
    color: #545454;
}
.products-list .offers{
    color: #D80000;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: #0000001c;
    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*/
.masonry-list.album-list.type1 .item{
    margin-bottom: 25px;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more{
    display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*!瀑布流*/
/*!列表通用 index、album*/
/*列表通用 index、news*/
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list .item .box{
    padding: 12px;

    transition: all .3s ease;
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list.type4 .item .box{
    border:none;
}
/*.news-list .item .box:hover{
    background: #17372C;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    width: 57px;
    height: 63px;
    padding-top: 13px;
    background: url(../../../images/layout04/common/news/date.png);
}
.news-list.type4 .date .day{

}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: 10px;
    font-size: 35px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -30px;
}
.news-list .item .name{
    color: #000000;
}
.news-list .box:hover .name{
    text-decoration: underline;
}
.news-list .item .description{
    color: #666
}*/
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner,
.banner_m{
    position: relative;
    height: auto!important;
}
.banner .slick-arrow,
.banner_m .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    position: absolute;
    display: block;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 100;
    background: url(../../../images/layout04/common/index/arrow.png);
    width: 65px;
    height: 65px;
    cursor: pointer;
}
.banner .slick-prev,
.banner_m .slick-prev{
    background-position: 0 0;
    left: 35px;
}
.banner .slick-next,
.banner_m .slick-next{
    left: auto;
    right: 35px;
    transform: rotate(180deg);
}
.banner .slick-prev:hover,
.banner_m .slick-prev:hover{
    background-position: 0 100%;
}
.banner .slick-next:hover,
.banner_m .slick-next:hover{
    background-position: 100% 100%;
}
.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;
    width: 100%;
    bottom: 10px;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.banner .slick-dots button,
.banner_m .slick-dots button{
    width: 8px;
    height: 8px;
    border: 0;
    color: transparent;
    background: #ECECEC;
    cursor: pointer;
    border-radius: 100%;
    padding:0;
    white-space: nowrap;
    overflow: hidden;
}
.banner .slick-active button,
.banner_m .slick-active button{
    background: #17372C;
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    position: relative;
    text-align: center;
    margin: 0 auto 32px;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-sect .title{
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 8px;
}
.title span::after {
    content: "";
    width: 40px;
    height: 1px;
    background: #A88752;
    position: relative;
    bottom: 0;
    right: 0;
    display: block;
    margin: 16px auto 14px;
    visibility: visible;
}
.about-sect .title span:after{
    margin: 16px 0 0;
}
.title span{
    font-family: "Playfair Display", serif;
    font-size: 44px;
    color: #17372C;
    letter-spacing: 1px;
    line-height: 1;
}
.service-sect .title span,
.about-sect .title span{
    color:#fff;
}
.title h2{
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 7px;
    text-indent: 7px;
    font-weight: 400;
    margin: 0;
    line-height: 1;
}
.service-sect .title h2{
    color: #fff;
}
.about-sect .title h2{
    padding-bottom: 19px;
}
.title i{
    display: none;
}
/*------------ more ------------*/
.index_more {
    position: relative;
    display: block;
    box-sizing: border-box;
}
.index_more a {
    font-size: 0;
    padding: 0;
    display: block;
    width: fit-content;
    box-sizing:border-box;
    padding:0 0 4px;
    height: auto;
    font-family: "Playfair Display", serif;
    position:relative;
    text-align:center;
    color: #444;
    letter-spacing:0px;
    /* text-indent:1px; */
    transition:all .5s;
    margin: 32px auto 0;
}
.about-sect .index_more a{
    margin: 32px 0 0;
}
.products-sect  .index_more a,
.album-sect  .index_more a{
    margin: 0 auto;
}
.about-sect .index_more a,
.service-sect .index_more a{
    color: #fff;
}
.index_more a:hover{
    color: #A88752;
    /* letter-spacing:2px;
    text-indent:2px; */
}
.index_more a::before {
    content: "";
    position: absolute;
    left:32px;
    right:32px;
    bottom: 0;
    height: 1px;
    background: #a58c66;
    transition:all .5s;
}
.index_more a:hover:before {
    left:0;
    right:0;
}
.index_more a span {
    font-size: 16px;
}
/*------------ sect ------------*/
/*輪播*/
.hot-arrow{
    position: absolute;
    top: calc((50% - 22.5px) + 73px);
    right: 0;
    left: 0;
    width: 100%;
}
.products-sect .hot-arrow,
.album-sect .hot-arrow{
    width: 94px;
    right: 15px;
    left: inherit;
    top: 68px;
}
.hot-arrow .slick-arrow{
    background:#17372C;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    text-align: center;
    color: transparent;
    border: 0;
    cursor: pointer;
    position: absolute;
    left: -45px;
    z-index: 150;
    opacity:1;
    transition:all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size:0;
    text-indent: -9999px;
}
.hot-arrow .slick-arrow:hover {
    background:#A88752;
}
.hot-arrow .slick-arrow:before{
    content: "";
    position: relative;
    left:3px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    clip-path: polygon(50% 0%, 100% 50%, 50% 30%, 0% 50%);
    z-index: 10;
    transition: all .5s;
    transform: rotate(270deg);
    text-indent: 0;
}
.hot-arrow .slick-arrow:hover:before {
        transform:rotate(270deg) scaleX(-1);
}
.hot-arrow .slick-next{
    transform: rotate(180deg);
}
.hot-arrow .slick-prev{
    left: 0;
    right: auto;
}
.hot-arrow .slick-next{
    left: auto;
    right: 0;
}
/*!輪播*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    background:#17372C;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    padding: 72px 0;
}
.about-sect:before{
    content: '';
    display: block;
    background: url(../../../images/layout04/common/index/about_bg.webp) 70% 70% no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}
.about-sect .row{
    padding: 0;
}
.about-sect .pic img{
    margin: 0;
    display: none;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    width: 50%;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    color: #fff;
    padding: 0 160px 0 0;
    background: #17372C;
}
.about-sect .container{
    position: static;
}
.about-sect .col.pic{
    margin: 0px 0 0 0;
    width: 34.2095%;
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    text-align: right;
    display: none;
}
.about-sect .col.pic img{
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
}
.about-sect .index_more{
    margin: 20px 0;
}
.about-sect .txt-box{

}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    line-height: 1.75;
}
.about-sect .txt .tag{
    font-weight: bold;
    font-size: 20px;
    color: #17372C;
    line-height: 1.4;
    margin: 0 0 25px;
    display: none;
}
/*------------ articles ------------*/
.articles-sect{
    margin-bottom: 50px;
    padding-top: 20px;
    padding: 60px 0 0px;
}
.articles-sect .title{
    margin-bottom: 60px;
}
.articles-sect .index_more{
    position: absolute;
    left: 50%;
    margin-left: -28.5px;
    top: 43px;
    border-color: #444;
    color: #444;
}
/*------------ news ------------*/
.news-sect{
    padding: 80px 0;
    background: rgb(246 241 239/60%);
}
.news-sect .title{
    /*display: none;*/
}
.news-sect .index_more{
    display: none;
}
.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;
}
.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 .item .box .description{
    display: block;
}
.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: 80px 0 ;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .box:after{
    display: none;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    display: flex;
    max-width: 1000px;
    padding: 10px;
}
.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:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(../../../images/layout04/common/index/service_bg.jpg)center 75% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    height: 140px;
}*/
.service-sect{
    position: relative;
    padding: 80px 0;
    background: url(../../../images/layout04/common/index/service_bg02.webp) no-repeat fixed;
}

.service-box >.flex{
    display: block;
}
/*------------ album ------------*/
.album-sect{
    padding: 80px 0 ;
}
.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.album-list .slick-list{
    flex: 1 1 auto;
}
.album-list.type1 {
    margin: 0 auto;
}
.album-list .box .name{
    color: #fff;
}
.album-sect .album-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.masonry-album-sect{
    padding: 80px 0;
}
.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;
}
/*!瀑布流*/
/*相簿 少量排版*/
.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: #fff;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.form-wrap{
    border:none;
    background: none;
}
.contact-title{
    text-align: center;
}
.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;
}
/*------------ intro -------------*/
.intro-sect{
    padding: 120px 0 120px;
    z-index: 0;
}
.intro-sect:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.2); 
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.intro-box {
    position: relative;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.intro-box p {
    margin: 0;
}
.intro-box .intro-sub-title {
    color: #17372C;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.intro-box .intro-title {
    color: #222;
    margin: 0;
    letter-spacing: 1px;
    font-size: 35px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: 500;
}
.intro-box .intro-title::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 8px;
    background:
        radial-gradient(circle, transparent 2px, #17372C 2px, #17372C 3px, transparent 3px) left center / 8px 8px no-repeat,
        radial-gradient(circle, transparent 2px, #17372C 2px, #17372C 3px, transparent 3px) center / 8px 8px no-repeat,
        radial-gradient(circle, transparent 2px, #17372C 2px, #17372C 3px, transparent 3px) right center / 8px 8px no-repeat;
    opacity: 0.7;
}
.intro-box article.editor {
    color: #444;
}
/*------------ faq -------------*/
.faq-sect{
    padding: 60px 0 80px;
}
.faq-sect .title {
    margin: 0 0 30px;
}
.faq-box {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1100px;
}
.faq-list{
    padding: 0;
}
.faq-item{
    position: relative;
    margin: 0 0 20px;
    list-style-type: none;  
    background: rgba(255, 255, 255, 0.40);
    box-sizing: border-box;
}
.ic-angle-down{
    font-family: 'icon-font2' !important;
    display: inline-block;
    color: #888888;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -10px 0 0 0;
    transform: rotate(90deg);
    transition: all .3s ease;
}
.ic-angle-down:before{
    content: "\e1000";
}
.faq-item:hover .ic-angle-down{
    transform: rotate(-90deg);
    color: #014D67;
}
.faq-question{
    position: relative;
    color: #444444;
    font-weight: bold;
    font-size: 18px;
    min-height: 27px;
    padding: 11px 40px 11px 35px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 60;
}
.faq-question h3{
    margin: 0;
}
.faq-item:before{
    content: "";
    width: 14px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffd641;
    background-image: linear-gradient(45deg, #A88752 50%, #ffd641 50%);
    background-size: 4px 4px;
    z-index: 10;
}
.faq-item:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #FFFFFF;
    z-index: 55;
    pointer-events: none;
}
.faq-item:hover:after{
    border: 3px solid #AAAAAA;
}
.faq-item:hover .faq-question,
.faq-item.active .faq-question{
    color: #014D67;
}
.faq-answer{
    padding:5px 20px 25px 35px;
    color: #444444;
    background: #fff;
    display: none;
}
.faq-answer:before{
    font-family: 'icon-font2' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    content: "\e1030";
    font-size: 45px;
    color: #000000;
}
.faq-answer .title{
    font-size: 45px;
    font-weight: bold;
}
.faq-box .reserve-more{
    text-align: center;
}
.faq-box .reserve-more-btn{
    position: relative;
    background: #000000;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    margin-top: 20px;
    display: inline-block;
    color: #17372C;
    padding: 10px 25px;
    box-sizing: border-box;
    line-height: 1.5;
}
.faq-box .reserve-more-btn:hover {
    background: #17372C;
    color: #000000;
}
/*-modify products-list css*/
/*-type common*/
.products-list .name{
    color: #333;
}
.products-list .box:hover .name{
    color: #fff;
}
.products-list .description{
    color: #666;
}
.products-list .box:hover .description{
    color: rgb(255 255 255/60%);
}
.products-list .mask .more{
    display: none;
}
.products-list .pic:before{
    background:transparent;
}
/*-type1*/
.products-list.type1 .pic:before {
    background: rgba(23,55,44,.65);
}
/*-type2*/
.products-list.type2 .mask .pic:before,
.products-list.type2 .mask .pic:after{
    display: none;
}
.products-list.type2 .box {
    transition: all .5s;
    background: #fff;
    padding: 10px 10px ;
}
.products-list.type2 .txt {
    box-sizing: border-box;
    padding: 10px;
    margin: 0 10px 0;
    border-radius: 24px;
    position: relative;
}
.products-list.type2 .name {
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
}
.products-list.type2 .description{
        -webkit-line-clamp: 1;  
}
@media screen and (max-width: 1000px) {
    .products-list.type2 .txt {
        padding: 0;
        margin-top: 8px;
    }
}
/*-type3*/
/*-type4*/
/*-//modify products-list css*/
/*-modify album-list css*/
/*-type common*/
.album-list.column6.type1 .item .namebox {
    transition: all .3s;
    position: absolute;
    bottom: 0;
    opacity: 0;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 50;
}
.album-list .item:hover .box .namebox{
    opacity: 1
}
.masonry-list.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: 24px;
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    right: 0;
    margin: auto;
    top: calc(50% - 20px);
    z-index: 3;
    color: #ffffff;
    background:#A88752;
    border-radius: 100%;
    display:flex;
    align-items:center;
    justify-content:center;
    transition: all .3s;
    opacity: 0;
}
.album-list.column6.type1 .item .namebox{
    background: #A88752;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
    padding: 0 60px 0 0;
}
.album-list .pic {

}
.album-list .box .pic:before{
    background: rgba(23,55,44,.65);
}
/*-type1*/
.album-list.type1 .item{
    border-bottom:none;
}
.album-list.column6.type1 .item .pic{
    border-radius: 0;
}
.album-list.type1 .item .namebox{
    padding: 12px 24px;
    margin:0 16px 16px;
}
.album-list.type1 .item .name{
    height: auto;
    margin: 0 auto;
}
.album-list.column6.type1 .item .name{
    -webkit-line-clamp: 1;
}
.masonry-list.album-list.type1 .item .name{
    color: #333;
}
.masonry-list.album-list .item .box:hover .namebox:after{
    opacity: 1;
}
.album-list.type1 .item .box .more:after{
        color: #ffffff;
    background:#A88752;
}
/*-type2*/
.album-list.type2 .box .pic:before{
    width: 100%;
    height: 100%;
    background: rgba(23,55,44,.65);
}
/*-type3*/
.album-list.type3 .box .name{
    color: #333;
}
/*-type4*/
/*-//modify album-list css*/
/*-modify news-list css*/
/*-type common*/
.news-list .pic:before{
    background: transparent;
}
.news-list .date{
    font-family: "Playfair Display", serif;
}
.news-list .item .name{
    color: #333333;
    font-size: 17px;
}
.news-list .box:hover .name{
    color: #A88752;
}
.news-list .item .description{
    color: #666;
    font-size: 14px;
}
.news-list .item .box:hover .description{
    
}
.news-list .more-box{
    margin: 16px 0 0;
}
.news-list .btn.more{
    position: relative;
    bottom: 0;
    font-size: 0;
    overflow: visible;
    line-height: inherit;
    text-indent: -9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #000 0%,#000 49%,#A88752 51%,#A88752 100%);
    background-size:200%;
    background-position-x:0%;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    transition: all .3s;
}
.news-list .box:hover .btn.more{
    background: linear-gradient(to right, #000 0%,#000 49%,#A88752 51%,#A88752 100%);
    background-size:200%;
    background-position-x:0%;
    background-position-x:-100%;
}
.news-list .btn.more:before{
    display:none;
}
.news-list .btn.more:after{
    content: '';
    width: 12px;
    height: 10px;
    background: linear-gradient(to right, #fff 0%,#fff 49%,#fff 51%,#fff 100%);
    background-size:200%;
    background-position-x:0%;
    clip-path: polygon(0 40%, 55% 40%, 55% 0, 100% 50%, 55% 100%, 55% 60%, 0 60%);
    position: relative;
    transition: all .3s cubic-bezier(.19,1,.22,1);
}
.news-list .box:hover .btn.more:after{
    background-position-x:-100%;
}
/*-type1*/
.news-list.type1{
    
}
.news-list.type1 .item{
    border:none;
}
.news-list.type1 .item+.item {
    border-top: 1px solid rgba(189, 180, 193, 0.3);
    padding:16px 0 0;
    margin:16px 0 0;
}

.news-list.type1 .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.news-list.type1 .box:before,
.news-list.type1 .box:after{
    display:none;
}
.news-list.type1 .txt{
    width: 100%;
    height: auto;
    min-height: inherit;
    padding: 0;
    align-items: center;
    gap: 16px;
}
.news-list.type1 .date{
    padding: 8px;
    font-family: "Playfair Display", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-wrap: wrap;
    font-weight:500;
    width: 56px;
    height: 56px;
    color: #555;
    transition:all .3s;
    background:#fff;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
}
.news-list.type1 .box:hover .date{
    color: #fff;
    background:#A88752;
}
.news-list.type1 .date .day {
    display: block;
    width:100%;
    font-size: 36px;
    line-height:1;
}
.news-list.type1 .date .month,
.news-list.type1 .date .years{
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 0;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background:none;
}
.news-list.type1 .item .txt_in{
    padding: 0;
    height: fit-content;
}
.news-list.type1 .name{
    margin-bottom:4px;
}
.news-list.type1 .description{
    -webkit-line-clamp: 2;
    max-height: max-content;
    height: auto;
}
.news-list.type1 .box:hover .description {
    
}
.news-list.type1 .more-box{
    margin: 0;
}
/*-type2*/
.news-list.type2 .item{
    margin-bottom: 0;
}
.news-list.type2 .item .box{
    background: #fff;
}
/*-type3*/
.news-list.type3{
    margin: 0 -15px;
}
.news-list.type3 .item{
    border: none;
    padding: 0 15px;
    margin: 0 auto 8px;
}
.news-list.type3 .item .box{
    padding: 24px;
    background: #fff;
}
.news-list.type3 .box:hover{
    background: #17372C;
}
.news-list.type3 .date{
    background: #A88752;
    width: fit-content;
    box-sizing: border-box;
    padding: 0 8px;
    color: #fff;
    margin-bottom: 8px;
}
.news-list.type3 .name{
    margin: 0 0 8px;
}
.news-list.type3 .box:hover .name {
    color: #fff;
}
.news-list.type3 .description{
/*    -webkit-line-clamp: 1;
    max-height: 24px;*/
}
.news-list.type3 .box:hover .description {
    color: rgb(255 255 255 /60%);
}
.news-list.type3:before{
    display: none;
}
.news-list.type3 .more-box{
    display: none;
}
/*-type4*/
.news-list.type4 .box:hover .name{
    color: #fff;
}
.news-list.type4 .item .box:hover .description{
    color: #fff;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:solid 0px #D9D9D9;
    background: transparent;
    position: relative;
    z-index: 1;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 100%;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    background: #17372C;
    width: 75px;
    height: 75px;
}
.news-list.type4 .item .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 1;
    position: absolute;
    left: 20px; 
    top: 20px; 
    transition: all .3s ease;
    flex-shrink: 0;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -32px;
    font-size: 30px;
    font-weight: 600;
}
.news-list.type4 .txt {
    position: static;
    padding: 0;
}
.news-list.type4 .item .pic {
    position: relative;
    box-sizing: border-box;
    z-index: -1;
}
.news-list.type4 .txt {
    position: static;
    padding: 22px 32px;
    z-index: 99;
    box-shadow: 0 0 12px rgb(0 0 0 / 15%);
    background: #fff;
    border-width: 0 1px 1px;
    transition: all .3s;
    min-height: auto;
    margin: -40px 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.news-list.type4  .item .box:hover .txt{
    background: #17372C;
    color: #fff;
}
.news-list.type4  .item .box:hover .date{
    background: #A88752;
    color: #fff;
}
.news-list.type4 .item .date .day{
    
}
.news-list.type4 .date .month, 
.news-list.type4 .date .years{
    font-weight: 400;
    font-size: 12px;
}
.news-list.type4 .name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 26px;
    margin-bottom: 4px;
}
.news-list.type4 .description {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}
.news-list.type4 .more-box{
    display: none;
}
@media screen and (max-width: 600px){
    .news-list.type4 .txt{
        margin: -16px 8px 0;
        padding: 16px;
    }
}
/*-//modify news-list css*/
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1440px){
    .about-sect .col.pic{
        margin: 0px 0 0 0%;
    }
    .about-sect .txt .pic{
        padding: 5% 0 20px;
    }
    .about-sect .txt-box{
    }
}
@media screen and (max-width: 1280px){
    .products-sect{
        /* padding-top: 40px; */
    }
}
@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;
    }
    /*!少量排版*/
    .about-sect .col.txt{
        padding: 0 40px;
    }
}
@media screen and (max-width: 1000px){
    .banner .slick-arrow,
    .banner_m .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev,
    .banner_m .slick-prev{
        margin-left: -36px;
    }
    .banner .slick-next,
    .banner_m .slick-next{
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .intro-sect {
        padding: 40px 10px;
    }
    .intro-box .intro-sub-title {
        font-size: 17px;
    }
    .intro-box .intro-title {
        font-size: 25px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .about-sect{
        padding: 30px 0 40px;
        margin: 0;
    }
    .about-sect .col.txt{
        padding: 40px  ;
        background: rgb(23 55 44/87%);
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-sect:before{
        width: 100%;
    }
    .about-sect .title{
        position: static;
        flex-direction:column;
        align-items:center;
        justify-content:center;
    }
    .about-sect .title span:after {
        margin: 16px auto 0;
    }
    .about-sect .title h2 {
        padding-bottom: 0;
    }
    .about-sect .txt-box{
        text-align: center;
        display: block;
    }
    .about-sect .txt-box .index-about-editor .editor{
        width: 100%;
    }
    .about-sect .index_more{
        margin: 20px auto;
    }
    .about-sect .index_more a{
        margin: 20px auto 0;
    }
    .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%;
    }
    /*!少量排版*/
    .title span{
        font-size: 24px;
    }
    .title h2{
        font-size: 26px;
        letter-spacing: 4px;
    }
    .title{
        margin-bottom: 24px;
        font-size: 20px;
    }
    .articles-sect{
        padding: 30px 0 10px;
        margin-bottom: 0;
    }
    .news-sect{
        padding: 56px 0 ;
    }
    .service-sect .editor{
        width: 100%;
        float: none;
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect{
        padding: 56px 0;
        background-attachment: inherit;
        background-size: cover;
    }
    .service-sect .editor{
        border:none;
    }
    .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{
        padding: 56px 0;
        margin-bottom: 0px;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .products-sect .hot-arrow, .album-sect .hot-arrow{
        position: relative;
        left: auto;
        right: auto;
        height: 45px;
        top: 0;
        margin: 0 auto 24px;
    }
    .products-sect{
        padding: 56px 0;
    }
    .faq-sect {
        padding: 30px 0 50px;
    }
    .faq-sect .title {
        margin-bottom: 0;
    }
    .faq-answer{
        margin: 0 0 20px;
    }
    .faq-answer:before{
        display: none;
    }
    .faq-question{
        font-size: 15px;
    }
    .faq-box .reserve-more-btn {
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    } 
}