@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
.marquee_container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.about-sect .marquee_container{
    position: absolute;
    top: calc(50% - 164px);
    z-index: -11;
}
.marquee {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    animation: scroll 16s linear infinite;
}
.service-sect .marquee{
    animation: scroll-reverse 16s linear infinite;
}
.marquee span {
    display: inline-block;
    font-size: 195px;
    font-weight: 400;
    color: #fff;
    font-family: "DM Serif Text", sans-serif;
    padding-right: 40px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    padding-bottom: 35px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .top_box{
    padding:10px;
}
.article-list .text-all{
    border-color:  transparent;
}
.type3 .article-list .Category+.date:before{
    background: #fff;
}
.article-list .item .date{
    color: #ccc;
    border-color: #ccc;
}
.type2 .keyword_box:before{
    background: #a8bfef;
}
.article-list .item .name,
.type4 .right-box .tit,
.type4 .article-list .date:before{
    color: #fff;
}
.article-list .item .description{
    color: #ccc;
}
.article-box .keyword_box, 
.article-box .keyword li a,
.article-box .article-list .Category,
.article-box .keyword_box:before,
.keyword li a{
    color: #a8bfef;
    border-color: #a8bfef;
    background: none;
}
.article-box  .keyword li a:hover{
    background:  #3e53e6;
    border-color:#3e53e6;
    color: #fff;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #3e53e6;
}
.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: #3e53e6;
    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;
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #a8bfef;
    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.type2 > .item > .box{
    margin: 0 auto 0px;
    box-sizing: border-box;
    transition: all .2s;
    position: relative;
}
.products-list .name{
    color: #eee;
}
.products-list .box:hover .name{
    color: #4759FA;
}
.products-list .pic:before{
    background: rgba(0,0,0,0.7);
}
.products-list.type2 .box{
    border-bottom: 1px solid #656565;
}
.products-list.type2 .box:hover{
    border-bottom-color: #2039E8;
}
.products-list.type2 .txt{
    padding-bottom: 8px;
}
.products-list.type2 .name{
    margin: 0 0;
}
.products-list .description{
    color: #8B8B8B;
}
.products-list .offers{
    color: #000;
}
.products-list .box.new:before{
    content: 'NEW';
    position: absolute;
    font-size: 14px;
    z-index: 10;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #C8A063;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "DM Serif Text", serif;
}
.products-list .box img{
    display: block;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}
.products-list .box:hover img{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: rgb(0 0 0/40%);
    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;
}
@media screen and (max-width: 1000px){
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
    .products-list .box.new:before{
        top: 0;
        left: 0;
    }
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.album-list{
    margin: 0 -10px;
}
.album-list .item{
    padding: 0 10px;
}
.album-list.type1 .item .box .more:after{
    color: #fff;
    background: #3e53e6;
}
.album-list .item .namebox{

    padding: 10px 15px 10px 15px;
    position: relative;
}
.album-list .namebox:before{
    content: 'MORE';
    display: inline-block;
    color: #fff;
    font-family: "DM Serif Text", serif;
    font-size: 15px;
    font-weight: normal;
    background: #222;
    padding: 4px 20px;
    position: absolute;
    top: -32px;
    left: 0;
}
.album-list .item .name{
    color: #666;
    text-align: left;
}
.album-list .item .box:hover .name{
    color: #142597;
}
.album-list.type1 .pic:before,
.album-list.type3 .pic:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../../images/layout03/common/album/hover.png') 50% 50% no-repeat rgba(0,0,0,0.4);
    opacity: 0;
    z-index: 8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}
.album-list .box:hover .pic:before{
    opacity: 1;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.album-list .item .namebox{
    position: relative;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
/*!瀑布流*/
.album-list .item .pic img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.album-list .item:hover .pic img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*!列表通用 index、album*/
.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.type1 .item .name, .masonry-list.album-list.type3 .item .name{
    color: #4C4C4C;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*列表通用 index、news*/
.news-list.type3:before{
    background: #1b2143;
}
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
    padding: 10px;
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .box{
    border:none;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #3e53e6;
}
.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: -15px;
    font-size: 35px;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    background: #3e53e6;
    bottom: 10px;
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner img,
.banner_m img{
    width: 100%;
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}
.banner .slider:before,
.banner_m .slider:before{
    content: '';
    border: 0px solid #fff;
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.15;
    pointer-events: none;
}
.banner .banner-slider-control,
.banner_m .banner-slider-control{
    position: absolute;
    z-index: 50;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    /* margin-top: 15px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .slick-arrow,
.banner_m .slick-arrow{
    vertical-align: middle;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: rgb(0 0 0 /0%);
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 0!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .slick-arrow::before,
.banner_m .slick-arrow::before {
    content: "";
    display: block;
    /* position: absolute; */
    width: 10px;
    height: 10px;
    border-top: 2px solid #f4f9fc;
    border-right: 2px solid #f4f9fc;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: 8px;
    transition: all 0.3s ease;
}
.banner .slick-next::before,
.banner_m .slick-next::before{
    transform: rotate(45deg);
    margin-left: -8px;
}
.banner .slick-prev,
.banner_m .slick-prev{
    margin-right: 1px;
}
.banner .slick-next,
.banner_m .slick-next{
    margin-left: 1px;
}
.banner .slick-arrow:hover::before,
.banner_m .slick-arrow:hover::before{
    border-color:#C8A063
}
.banner .banner-slider-dots,
.banner_m .banner-slider-dots{
    z-index: 10;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;

}
.slick-dots{
    line-height: 0;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    vertical-align: middle;
    margin: 0 6px;
    line-height: 0;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button{
    width: 6px;
    height: 6px;
    border: 0;
    color: transparent;
    background: transparent;
    border: 1px solid rgb(255,255,255,.5);
    cursor: pointer;
    border-radius: 100%;
    padding:0;
}
.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button{
    background: #C8A063;
    border-color: #C8A063;
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}
.title:before,
.title:after{
    display:none;
}
.title h2{
    color: #000;
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
}
.title span{
    text-align: left;
    font-size: 64px;
    font-weight: 400;
    white-space: nowrap;
    color: #000;
    font-family: "DM Serif Text", sans-serif;
    line-height: 0.72;
    flex-shrink: 0;
}

/*------------ more ------------*/
.album-sect, .about-sect, .news-sect, .article-sect,.contact-sect ,.articles-sect{
    position: relative;
    z-index: 2;
}
.index_more{
    display: flex;
    justify-content:center;
    align-items:center;
    text-align: center;
    letter-spacing: 2px;
    margin: 30px auto 0;
}
.service-sect .index_more{
    justify-content: flex-start;
}
.about-sect .index_more{
    justify-content: flex-start;
    margin: 30px 0 0 0;
}
.album-sect .index_more,
.news-sect .index_more,
.products-sect .index_more{
    position: absolute;
    right: 15px;
    top: 0;
    margin: 0;
}
.index_more a{
    width: 164px;
    height: 48px;
    color: #000;
    border: 1px solid #666;
    font-size: 0!important;
    text-align: center;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    border-radius: 0;
    font-family: 'DM Serif Text', sans-serif;
    transition: all .5s;
    box-sizing: border-box;
 
}
/*.news-sect .index_more a{
    color: #fff;
    border: 1px solid #fafafa;
}*/
.index_more a:hover{
    background: #C8A063;
    color: #fff;
    border-color: transparent;
}
.index_more a:after{
    content: '';
    position: absolute;
    border: #C8A063 solid 2px;
    top: -4px;
    right: -4px;
    left: -4px;
    bottom: -4px;
    -webkit-transition-property: center;
    transition-property: center;
    transition: all .3s ease;
    opacity: 0;
    transform: scale(0);
}
.index_more a:hover:after{
    opacity: 1;
    transform: scale(1);
}
.index_more a span{
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    column-gap: 12px;
    position: relative;
    line-height: 1;
}
.index_more a:hover span:before {
    right: inherit;
    left: 0;
    width: 100%;
}
.index_more a span .arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #666;
    border-radius: 100%;
    width: 40px;
    height: 1px;
    transition: all .3s;
}
/*.news-sect .index_more a span .arrow{
    background: #fff;
}*/
.index_more a:hover span .arrow {
    background: #fff;
}
/*.index_more a span .arrow:before {
    content: '';
    width: 12px;
    height: 10px;
    background: linear-gradient(to right, #3a5ba6 0%,#3a5ba6 49%,#C8A063 51%,#C8A063 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 .5s cubic-bezier(.19,1,.22,1);
}
.index_more a:hover span .arrow:before {
    background-position-x:-100%;
}*/
/*輪播*/
.products-list ,
.news-list{
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 1.2s ease;
}
.products-sect .slick-dots,
.news-sect .slick-dots,
.album-sect .slick-dots{
    text-align: center;
    line-height: 0;
    padding-top: 16px;
}
.products-sect .slick-dots li,
.news-sect .slick-dots li,
.album-sect .slick-dots li{
    padding: 0 4px;
    line-height: 0;
}
.products-sect .slick-dots li button,
.news-sect .slick-dots li button,
.album-sect .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: #666666;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.products-sect .slick-dots li.slick-active button,
.news-sect .slick-dots li.slick-active button,
.album-sect .slick-dots li.slick-active button {
    background: #C8A063;
}
.album-sect, .about-sect, .news-sect, .article-sect,.contact-sect ,.banner,.banner_m{
    position: relative;
    z-index: 2;
}
.products-box{
    margin:  0 -15px;
}
.products-list.type2,
.news-list.type2{
    margin: 0;
}
.news-sect .container{
    padding: 0 10px;
}
.news-list.type3 .item{
    padding:0 10px;
}
.news-list.type3{
    margin:  0 0px;
}
/*!輪播*/
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    padding: 80px 0;
}
.about-sect .row{
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap:80px;
}
.about-sect .row:before,
.about-sect .row:after{
    display:none;
}
.about-sect .col{
    
}
.about-sect .col.txt{
    flex: 1 1 0;
    min-width: 0;
}
.about-sect .container{
    position: static;
}
.about-sect .col.pic{
    display: flex;
    align-items: center;
    flex: 0 1 auto;
}
.about-sect .col.pic .about_pic_item{
    margin-left: -140px;
    margin-top: 32px;
}
.about-sect .txt-box{

}
.about-sect .txt-box .index-about-editor .editor{

}
.about-sect .txt .tag{
    display: none;
}
/*------------ articles ------------*/
.articles-sect{
    position: relative;
    padding: 30px 0;
}
.articles-sect .index_more{
    position: absolute;
    right: 15px;
    top: 12px;
}
.articles-sect .title h2{
    margin-top: 0;
    padding-bottom: 30px;
}
/*------------ news ------------*/
.news-sect{
    padding: 80px 0 ;
    position: relative;
    background: url(../../../images/layout03/common/index/nbg.webp) ;
    background-attachment: fixed;
}
.news-sect .news-list:not(.masonry-list) .item{
    margin-bottom: 0px;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.news-list:not(.masonry-list) .box{
    margin-bottom: 0;
}
.news-list.type2 .item{
    border:none;
    padding-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
}
/*最新消息 少量排版*/
.news-list.onlyitem-list .item{
    width: 50%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    align-items: center;
}
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    margin-bottom: 20px;
    margin-top: 25px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect{
    position: relative;
    z-index: 10;
    padding: 80px 0 40px;
}
.products-list.type2:not(.masonry-list) .item{
    margin-bottom: 0px;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    max-width: 1000px;
    margin-bottom: 30px;
}
.products-list.onlyitem-list.type1 .item .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 50px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
    height: 120px; 
    line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 315px;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    padding: 80px 0;
    position:relative;
    background:rgb(255 255 255/60%);
    overflow:hidden;
}
.s_pic{
    width:50%;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
}
.s_pic img {
    object-fit: cover;
    height: 100% !important;
     width: 100% !important; 
    max-width: inherit;
}
.service-sect .editor{

}
.service-box{
    position: relative;
    width: 50%;
    /* max-width: 1000px; */
    text-align: center;
    margin: 0 auto 0 0;
    box-sizing: border-box;
    padding: 0 80px 0 0;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
/*------------ album ------------*/
.album-sect{
    padding: 50px 0 80px;
    position: relative;
}
.album-list.type1 .item{
    margin-bottom: 0;
    border:none;
}
.album-sect .album-list .item:nth-child(n){
    clear: none;
}
/*瀑布流*/
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .title,
.masonry-album-sect .title{
    display: block;
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 16px;
}
.masonry-album-sect .masonry-list{
    margin: 0 -16px;
}
.masonry-list .item .namebox{
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect .album-list .item{
    width: 32.33%;
    padding: 0 16px;
    float: none;
    display: inline-block;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background:url(../../../images/layout03/common/index/contact_border.png) top center no-repeat, url(../../../images/layout03/common/index/contact_bg.jpg) fixed;
    background-size: 100% auto;
}
.contact-sect .container> .reminder{
    display: none;
}
.btn.style01{
    display: inline-block;
}
.btn-box{
    text-align: center;
    background: #0c1338;
    padding: 30px 0 50px 0;
}
.contact-title{
    position: relative;
    color: #ccc;
    font-size: 18px;
    font-weight: normal;
    border-bottom: 3px solid #595f82;
    padding-bottom: 4px;
    margin: 0 0 10px;
    text-align: left;
}
.contact-title:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    border-top: 3px solid #253bd0;
    width: 76px;
}
.contact-title h2{
    font-size: 18px;
    font-weight: normal;
    margin: 0;  
    display: inline-block;
}
.contact-title > b{
    display: inline-block;
    vertical-align: bottom;
    color: #AAA;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;
}
/*------------ intro -------------*/
.intro-sect{
    padding: 80px 0 24px;
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.intro-box {
    position: relative;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 58px 50px;
    background:
            linear-gradient(135deg, transparent 12px, #C8A063 12px, #C8A063 14px, transparent 14px) top left,
            linear-gradient(225deg, transparent 12px, #C8A063 12px, #C8A063 14px, transparent 14px) top right,
            linear-gradient(45deg, transparent 12px, #C8A063 12px, #C8A063 14px, transparent 14px) bottom left,
            linear-gradient(-45deg, transparent 12px, #C8A063 12px, #C8A063 14px, transparent 14px) bottom right,
            radial-gradient(circle at 50% 0%, rgba(44,44,44,.16), transparent 42%),
            linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.015)),rgba(0,0,0,.6);
    background-size:
            40px 40px,
            40px 40px,
            40px 40px,
            40px 40px,
            100% 100%,
            100% 100%;
    background-repeat: no-repeat;
    border: 1px solid rgba(200,160,99,.5);
    box-shadow:
            0 0 35px rgba(0,0,0,.35),
            inset 0 0 40px rgba(140,140,140,.12);
    clip-path: polygon(
            18px 0,
            calc(100% - 18px) 0,
            100% 18px,
            100% calc(100% - 18px),
            calc(100% - 18px) 100%,
            18px 100%,
            0 calc(100% - 18px),
            0 18px
    );
}
.intro-box p {
    margin: 0;
}
.intro-box .intro-sub-title {
    color: #C8A063;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.intro-box .intro-title {
    color: #FFF;
    margin: 0;
    letter-spacing: 1px;
    font-size: 35px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    line-height: 1.3;
    font-weight: 400;
}
.intro-box .intro-title::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #C8A063;
    position: absolute;
    bottom: 0;
    left: calc(0% - 0px);
    right: 0;
    margin: 0 auto 0;
}
.intro-box article.editor{
    color: #ccc;
}
/*------------ faq -------------*/
.faq-sect{
    padding: 25px 0 70px;
}
.faq-box {
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    max-width: 1100px;
    padding: 35px 20px 40px;
    background: #080f43;
}
.faq-box .title {
    padding-bottom: 0;
    margin: 0 0 10px;
    text-align: center;
}
.faq-box .title h2{
    margin-top: 0;
    padding: 30px 0 0 0;
}
.faq-box .title h2:before{
    left: calc(50% - 12.5px);
    top: 0;
}
.faq-list{
    max-width: 1200px;
    margin: 0;
    padding: 10px 50px 0;
    box-sizing: border-box;
    list-style-type: none; 
}
.faq-list .faq-item{
    position: relative;
    border: 1px dotted #4e4e4e;
    border-width: 1px 0;
    margin: 30px 0 0px;
}
.faq-list .faq-item:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 54px;
    background-image: url(../../../images/layout03/common/faq/icon_q.png);
}
.faq-list .faq-item:nth-child(1){
    margin-top: 0;
}
.faq-question{
    position: relative;
    padding: 13px 40px 13px 60px;
    box-sizing: border-box;
    display: block;
    vertical-align: middle;
    transition: all .2s;
    cursor: pointer;
    font-size: 18px;
}
.faq-question h3{
    margin: 0;
    font-weight: 400;
}
.faq-question i:before{
    content: '\e904';
    font-family: 'icon-font-41' !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;
    color: #aaa;
    font-size: 22px;
    position: absolute;
    right: 5px;
    top: 15px;
}
.faq-question:hover i:before{
    color: #6679f3;
}
.faq-answer{
    position: relative;
    padding: 15px 20px 15px  60px;
    background: #1a2369;
    display: none;
}
.faq-answer:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 54px;
    background-image: url(../../../images/layout03/common/faq/icon_a.png);
}
.faq-answer .title{
    font-size: 45px;
    font-weight: bold;
}
.faq-box .reserve-more{
    text-align: center;
}
.faq-box .reserve-more-btn{
    position: relative;
    border-radius: 0px;
    margin: 30px auto 0;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 10px 25px;
    box-sizing: border-box;
    line-height: 1.5;
    color: #dbe6ff;
    background: #222b6e;
    border: 1px solid #414caf;
}
.faq-box .reserve-more-btn:hover{
    color: #ffffff;
    border: 1px solid #5d69d3;
    background: #404ba1;
    box-shadow: 0px 3px 10px 5px #5d69d342;
}
/*-modify products-list css*/
/*-type common*/
.products-list .box{
    transition: all .3s;
}
.products-list .name{
    color: #333;
    transition: all .3s;
}
.products-list .box:hover .name{
    color: #C8A063;
}
.products-list .description{
    color: #666;
}
.products-list .mask .more{
    display: none;
}
.products-list .pic:before{
    background:transparent;
}
/*-type1*/
.products-list.type1 .pic:before {
    background: rgba(102, 102, 102, 0.85);
}
/*-type2*/
.products-list.type2 .box{
    background: #fff;
    border-bottom: 4px solid #000;
}
.products-list.type2 .box:hover{
    border-bottom-color: #C8A063;
}
.products-list.type2 .txt{
    padding: 16px;
    border: 1px solid #f0f0f0;
    border-width:0 1px;
}
.products-list.type2 .name{
    margin: 0 0;
}
.products-list.type2 .name {
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
}
.products-list.type2 .description{
        -webkit-line-clamp: 2;  
}
/*-type3*/
/*-type4*/
/*-//modify products-list css*/
/*-modify album-list css*/
/*-type common*/
.album-list .item .namebox{
    
    border-width: 0 1px 1px;
    padding: 10px 15px 10px 15px;
    
    position: relative;
    transition: all .3s;
}
.album-list .item .box:hover .namebox{
    
}
.album-list .item .name{
    color: #333;
    text-align: left;
    font-weight: normal;
    transition: all .3s;
}
.album-list .item .box:hover .name{
    color: #C8A063;
}
.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:#C8A063;
    display:flex;
    align-items:center;
    justify-content:center;
    transition: all .3s;
    opacity: 0;
}
.masonry-list .item .namebox .name{
    padding: 0;
    margin: 0;
}
/*-type1*/
.album-list.type1 .item .namebox{
    padding: 16px;
}
.album-list.type1 .item .name{
    height: auto;
    margin: 0 auto;
    font-weight: normal;
}
/*-type2*/
/*-type3*/
/*-type4*/
/*-//modify album-list css*/
/*-modify news-list css*/
/*-type common*/
.news-list .date{
    font-family: "DM Serif Text", sans-serif;
}
.news-list .item .name{
    color: #333;
}
.news-list .box:hover .name{
    color: #C8A063;
}
.news-list .item .description{
    color: #888;
    max-height: 72px;
}
.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%,#C8A063 51%,#C8A063 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%,#C8A063 51%,#C8A063 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%;
}
.news-list .txt:before,
.news-list .txt:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 0%;
    opacity: 0;
    transition: all 1s;
}
.news-list.type3 .txt:before,
.news-list.type3 .txt:after{
    display: none;
}
.news-list .txt:before {
    bottom: 0;
    right: 0;
    border-right: 1px solid #C8A063;
    border-bottom: 1px solid #C8A063;
}
.news-list .txt:after {
    top: 0;
    left: 0;
    border-left: 1px solid #C8A063;
    border-top: 1px solid #C8A063;
}
.news-list .box:hover .txt:before,
.news-list .box:hover .txt:after {
    width: 100%;
    height: 100%;
    opacity: 1;
}
/*-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: "DM Serif Text", sans-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: 1px solid #f0f0f0;
}
.news-list.type1 .box:hover .date{
    color: #fff;
    background:#C8A063;
}
.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: 14px;
    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 .txt{
    padding: 16px 16px 48px;
    background: #fff;
}
.news-list.type2 .name{
    color: #333;
}
.news-list.type2 .description{
    color: #999;
}
.news-list.type2 .more-box {
    margin: -32px auto 0;
    width: fit-content;
}
/*-type3*/
.news-list.type3{
    margin: 0 auto;
}
.news-list.type3 .item{
    border: none;
    padding: 0 15px;
    margin: 0 auto;
}
.news-list.type3 .item .box{
    padding: 24px;
    background: #fff;
    border: 1px solid #ebebeb;
}
.news-list.type3 .date{

}
.news-list.type3 .name{
    margin: 0 0 8px;
    color: #333;
}
.news-list.type3 .description{
    color: #999;
}
.news-list.type3:before{
    display: none;
}
.news-list.type3 .more-box{
    display: none;
}
/*-type4*/
.news-list.type4{
    margin: 0 auto;
}
.news-list.type4 .item .box{
    border: inherit;
    border-radius: 0px;
    overflow: hidden;
    transition: all .3s;
    background: transparent;
    padding: 0;
    border: 0;
}
.news-list.type4 .item .box:hover {
    
}
.news-list.type4 .item .pic {
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .txt {
    position: static;
    padding: 16px;
    z-index: 99;
    /* border: 1px solid #d9d9d9; */
    border-width: 0 1px 1px;
    transition: all .3s;
    min-height: 100px;
    position: relative;
    background: #fff;
    z-index: 0;
}
.news-list.type4 .item .date {
    margin: 0;
    background: #333;
    border-radius: 0;
    font-family: "DM Serif Text", serif;
    position: absolute;
    bottom: 100%;
    left: 0;
}
.news-list.onlyitem-list .item .date{
    margin: 16px 0 ;
    position: static;
}
.news-list.type4  .item .box:hover .date{
    background: #C8A063;
    color: #fff;
}
.news-list.type4 .item .date .day{
    font-size: 30px;
}
.news-list.type4 .date .month, .news-list.type4 .date .years{
    font-weight: 400;
    font-size: 13px;
}
.news-list.type4 .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
}
.news-list.type4 .box:hover .name{
    color: #C8A063;
}
.news-list.type4 .description {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}
.news-list.type4 .box:hover .description{

}
.news-list.type4 .more-box{
    display: none;
}
/*-//modify news-list css*/
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1440px){
    .about-sect .row{
        gap:40px;
    }
    .about-sect .col.txt{
        margin-right: 56px;
    }
}
@media screen and (max-width: 1280px){

}
@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){
    .banner .banner-slider-control,
    .banner_m .banner-slider-control{
        top: unset;
        bottom: 24px;
    }
    .banner:before,
    .banner_m:before{
        display: none;
    }
    .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 20px;
    }
    .intro-sect::before {
        display: none;
    }
    .intro-box{
        padding: 30px 25px;
    }
    .intro-box .intro-sub-title {
        font-size: 17px;
    }
    .intro-box .intro-title {
        font-size: 25px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .about-sect{
        padding: 56px 0;
    }
    .about-sect .row{
        flex-direction: column;
        gap:40px;
    }
    .about-sect .col.pic{
        max-width: 360px;
    }
    .about-sect .col.pic .about_pic_item {
        margin-left: -290px;
        margin-top: 20px;
        margin-right: 110px;
    }
    .about-sect .col.txt{
        float: none;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .index-about-editor{
        text-align: center;
        max-width: 560px;
        margin: 0 auto;
    }
    .about-sect .container{
        padding: 0;
    }
    .about-sect .txt-box{
        display: block;
    }
    .products-list{
        margin: 0 auto;
    }
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .news-list .item,
    .products-list .item{
        width: 50%;
    }
    /*少量排版*/
    .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: 38px;
        margin-bottom: 4px;
    }
    .title h2:before{
        display: none;
    }
    .title h2{
        padding: 0;
        display: block;
        text-align: center;
        font-size: 26px;
    }
    .title{
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap:8px;
    }
    .about-sect .title h2{
        text-align: center;
    }
    .album-sect .index_more,
    .news-sect .index_more,
    .products-sect .index_more{
        position: relative;
        right: auto;
        left: auto;
        top: auto;
        margin: 24px auto 0;
    }
    .service-sect .index_more,
    .about-sect .index_more {
        justify-content: center;
        margin: 30px 0 0 0;
    }
    .products-sect{
        padding: 56px 0 28px;
    }
    .products-box{
        
    }
    .service-sect{
        padding: 56px 0 0;
    }
    .service-box{
        box-sizing: border-box;
        padding: 0 0 40px;
        width: 100%;
        margin: 0 auto;
    }
    .s_pic{
        width: auto;
        position: relative;
        right: auto;
        top: auto;
        bottom: auto;
    }
    .news-sect{
        padding: 56px 0 ;
        background-attachment: inherit;
    }
    .album-sect{
        padding: 56px 0 ;
    }
    .album-sect .slick-dots{
        padding-top: 0;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .faq-sect {
        padding: 20px 0 40px;
    }
    .faq-box {
        padding: 25px 20px 30px;
    }
    .faq-box .title {
        margin-bottom: 0;
    }
    .faq-box .title h2 {
        padding-top: 0;
    }
    .faq-box .faq-list {
        width: 100%;
        box-sizing: border-box;
        padding:10px 0 0;
    }
    .faq-list .faq-item {
        margin: 10px 0 0px;
    }
    .faq-question h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }


    .about-sect .txt .pic:before{
        letter-spacing: 5px;
    }
    .about-sect .txt .pic{
        padding:20px 0 5px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .about-sect .container{
        padding: 0;
    }
}