@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 index article*/
.article-list .item .box{
    margin: 0 auto 45px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 35px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.type5 .keyword_box{
    color: #9A7F64;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: rgb(230,10,54);
    background: -moz-linear-gradient(-45deg, rgba(230,10,54,1) 0%, rgba(241,125,41,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    background: linear-gradient(135deg, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60a36', endColorstr='#f17d29',GradientType=1 );
}
.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: rgb(230,10,54);
    background: -moz-linear-gradient(-45deg, rgba(230,10,54,1) 0%, rgba(241,125,41,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    background: linear-gradient(135deg, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60a36', endColorstr='#f17d29',GradientType=1 );
    transition: all .3s ease;
    border-radius: 5px;
}
.type1 .article-list .box .btn.more:hover:before,
.type4 .article-list .box:hover .btn.more:before{
    opacity: 0;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: rgb(230,10,54);
    border-color: rgb(230,10,54);
}
/*------------ 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: #9A7F64;
    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;
    padding: 0 5px;
    position: relative;
}
.products-list.type2 .mask{
    margin: 0 -5px;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    transition: all .2s;
    overflow: hidden;
}
.products-list.type2 .mask .pic:before{
    content: "";
    position: absolute;
    opacity: 0;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.65);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 5;
}
.products-list.type2 .box .mask .pic:after{
    content: "";
    width: 0px;
    height: 1px;
    background: #DDDDDD;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 55%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    z-index: 6;
}
.products-list.type2 .box:hover .mask .pic:before{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.products-list.type2 .box:hover .mask .pic:after{
    opacity: 1;
    width: 72px;
}
.products-list .name{

}
.products-list.type2 .description{

}
.products-list.for-cart .offers{
    color: #D80000;
}
.products-list .box.new:before{
    content: 'NEW';
    display: block;
    width: 55px;
    height: 25px;
    line-height:0.5px;
    letter-spacing:2px;
    text-indent:2px;
    background: #D30D11;
    position: absolute;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Poppins', sans-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 .box .more{
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50%;
    margin: -13px 0 0 0;
    width: 100%;
    padding: 0 40px;
    line-height: 1.2;
    height: 26px;
    text-align: center;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #DDDDDD;
    letter-spacing: 3px;
}
.products-list .mask .more{
    display: block;
}
.products-list.type2 .box:hover .more{
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 1;
}
.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;
}
@media screen and (max-width: 1000px){
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .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.type1 .item .box .more:after{
    color: #fff;
    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 );
}
.album-list .item .name{
    color: #7b6956;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.album-list .item .namebox{
    position: relative;
}
.masonry-list.album-list .item .namebox:after{
    content: '';
    display: block;
    background: url(../../../images/layout06/common/index/album_hover.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    z-index: 20;
    transition: all .3s ease;
    opacity: 0;
}
.masonry-list.album-list.type1 .item .box:hover .namebox:after,
.masonry-list.album-list.type3 .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    padding-right: 60px;
    position: relative;
}
/*!瀑布流*/
.album-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*/
.album-sect .album-list{
    margin: 0;
}
.album-sect .album-list .item{
    margin-bottom: 0;
}
.album-list .item .name{
    color: #fff;
}
.onlyitem-list.album-list .item .name{
    color: #4C4C4C;
}
.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 .pic:before{
    display: none;
}
.news-list.type4 .item .box{
    transition: all .2s;
    border:solid 1px #D9D9D9;
    background: #F9F9F9;
}
.news-list .item .box{
    transition: all .2s;
    top: 0;
}
.news-list.type4 .item .box:hover{
    top: -10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.16)
}
.news-list .item .pic{
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: rgb(230,10,54);
    background: -moz-linear-gradient(-45deg, rgba(230,10,54,1) 0%, rgba(241,125,41,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%); 
    background: linear-gradient(135deg, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60a36', endColorstr='#f17d29',GradientType=1 );
}
.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 .item .name{
    color: #333333;
}
.news-list .box:hover .name{
    color: #000000;
}
.news-list .item .description{
    color: #8C8C8C;
}
.news-list .item .box:hover .description{
    color: #464646;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
}
.news-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: rgb(230,10,54);
    background: -moz-linear-gradient(-45deg, rgba(230,10,54,1) 0%, rgba(241,125,41,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    background: linear-gradient(135deg, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60a36', endColorstr='#f17d29',GradientType=1 );
    z-index: -1;
    transition: all .3s ease;
}
.news-list .box:hover .btn.more:before{
    opacity: 0;
}
@media screen and (max-width: 1000px){
    .news-list.type4 .item .box:hover{
        top:0;
    }
}
/*!列表通用 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-arrow,
.banner_m .slick-arrow{
    position: absolute;
    width: 70px;
    height: 70px;
    display: flex;
    align-items:center;
    justify-content:center;
    border: 0;
    font-size: 0!important;
    color: transparent;
    bottom: 0;
    z-index: 100;
    cursor: pointer;
    background: rgb(68 68 68/70%);
    box-sizing:border-box;
    transition: all .5s cubic-bezier(.19,1,.22,1);
}
.banner .slick-arrow::before,
.banner_m .slick-arrow::before {
    content: '';
    background:#fff;
    width: 18px;
    height: 12px;
    clip-path: polygon(50% 0%, 100% 78%, 100% 91%, 90% 96%, 80% 90%, 50% 40%, 20% 90%, 10% 96%, 0 91%, 0 78%);
    mask-size: cover;
    position: relative;
    transform:rotate(90deg);
    transition: all .5s cubic-bezier(.19,1,.22,1);
}
.banner .slick-arrow:hover:before,
.banner_m .slick-arrow:hover:before {
    
}
.banner .slick-arrow::after,
.banner_m .slick-arrow::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #D30D11;
    z-index: -1;
    transition: all .5s cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
}
.banner .slick-arrow:hover:after,
.banner_m .slick-arrow:hover:after{
    right: inherit;
    left: 0;
    width: 100%;
}
.banner .slick-prev,
.banner_m .slick-prev{
    transform: rotate(180deg);
}
.banner .slick-prev,
.banner_m .slick-prev{
    left:calc(50% - 71px);
}
.banner .slick-next,
.banner_m .slick-next{
    left:calc(50% + 0px);
}
.banner .slick-arrow:hover,
.banner_m .slick-arrow:hover{

}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    text-align: left;
    margin-bottom: 72px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}
.album-sect .title:before,
.products-sect .title:before,
.about-sect .title:before,
.service-sect .title:before,
.news-sect .title:before{
    -webkit-text-stroke: 1px #929292;
    color:transparent;
    font-size:140px;
    opacity: 0.2;
    position:absolute;
    top:-40px;
    left:0;
    line-height: 0.7;
    display:block!important;
}
.album-sect .title:before,
.products-sect .title:before,
.service-sect .title:before,
.news-sect .title:before{
    text-align:center;
    width:100%;
}
.album-sect .title:before{
    content:'ALBUM';
}
.products-sect .title:before{
    content:'PRODUCTS';
}
.about-sect .title:before{
    content:'ABOUT';
}
.service-sect .title:before{
    content:'SERVICE';
}
.news-sect .title:before{
    content:'NEWS';
}
.about-sect .title{
    margin-bottom: 72px;
    /* margin-right:80px; */
    position: relative;
    z-index: 11;
}
.about-sect .title:before,
.about-sect .title:after{
    display:none;
}
.album-sect .title{
    display: none;
}
.album-sect .title,
.products-sect .title,
.service-sect .title,
.news-sect .title{
    justify-content:center;
}
.title span{
    position: relative;
    font-weight: 500;
    color: #929292;
    font-size: 24px;
    line-height: 0.7;
    letter-spacing: 4px;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    order:2;
}
.title span:before{
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-radius:100%;
    background: #D30D11;
    order:0;
    margin-right:16px;
}
.title span:after{
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #929292;
    order:-1;
}
.title h2{
    color: #000;
    font-size: 44px;
    font-weight: 700;
    line-height: 0.8;
    margin: 0;
    letter-spacing: 2px;
    position: relative;
    font-family: "Poppins", sans-serif;
    gap: 0;
    flex-shrink: 0;
    order:1;
}
.title h2:first-letter{
    color: #D30D11;
}
.title i{
   display: none;
}
/*------------ 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;
    font-family: 'Poppins', sans-serif;
    margin: 30px auto 0;
}
.about-sect .index_more{
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    justify-content: flex-start;
    margin: 48px auto 0;
}
.service-sect .index_more{
    margin: -32.5px auto 0;
    display: none;
}
.news-sect .index_more,
.products-sect .index_more{
    margin: 0;
}
.index_more a{
    width: 184px;
    height: 56px;
    background: #110808;
    color: #fff;
    font-size: 0!important;
    text-indent: -9999px;
    text-align: center;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    transition: all .5s;
    box-sizing: border-box;
    overflow:hidden;
}
.index_more a:hover{
    letter-spacing: 2px;
}
.products-sect .index_more a,
.news-sect .index_more a{
    /*width: 100%;*/
}
.index_more a:before{
    content: "";
    position: absolute;
    left: 0%;
    top: 0;
    width: 0%;
    height: 100%;
    background: #B81C25;

    z-index: -1;
    transition: all .5s cubic-bezier(.19,1,.22,1);
}
.index_more a:hover:before{
    width: 100%;
}
.index_more a span{
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    column-gap: 12px;
    position: relative;
    text-indent: 0;
}
.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: #fff; */
    border-radius: 100%;
    width: 24px;
    height: 24px;
    transition:all .3s;
}
.index_more a:hover span .arrow{
    transform:scale(0.8);
}
.index_more a span .arrow:before {
    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 .5s cubic-bezier(.19,1,.22,1);
}
.index_more a:hover span .arrow:before {
    background-position-x:-100%;
}
/*------------ sect ------------*/
/*新編輯器*/
.article-sect{
    background: #fff;
}
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    padding: 0;
    background: #fff;
    overflow: hidden;
    z-index: 20;
}
.about-sect .container{
    position: static;
}
.about-sect .row{
    padding: 0;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    /* position: static; */
}
.about-sect .row.clearfix:after, 
.about-sect .row.clearfix:before {
    display: none;
}
.about-sect .pic img{
    margin: 0;
}
.about-sect .col{

}
.about-sect .col.txt{
    width: 50%;
    float: left;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    background: #fff;
    padding: 97px 180px 97px 0;
    /* clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%); */
    position:relative;
}
.about-sect .col.txt:after {
    content: '';
    display: block;
    width: 300px;
    height: 100%;
    /* background:#fff; */
    transform: skew(-24deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(75% - 164px);
    /* right:0; */
    z-index: -11;
}
.about-sect .col.pic{
    margin: 0px 0 0 0;
    width: 60%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    text-align: right;
    background: red;
    height: 700px;
    z-index: 10;
    clip-path: polygon(312px 0%, 100% 0%, 100% 100%, 0% 100%);
}
.about-sect .col.pic:before {
    content: '';
    display: block;
    width: 12%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(167,48,50,1) 0%,rgba(41,35,35,1) 100%);
    transform: skew(-24deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8.6%;
    opacity: 0.8;
    z-index: 11;
}
.about-sect .col.pic:after {
    content: '';
    display: block;
    width: 24px;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    transform: skew(-24deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20.6%;
    opacity: 0.5;
    z-index: 11;
}
.about-sect .col.pic img{
    object-fit: cover;
    height: 100%!important;
    max-width: inherit;
}
.about-sect .txt-box{
    position: relative;
}
.about-sect .txt-box .index-about-editor{
    /* background:#fff; */
    box-sizing:border-box;
    /* padding: 60px 80px 138px; */
}
.about-sect .txt-box .index-about-editor .editor{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 184px;
    color: #666;
    position: relative;
    text-align: left;
    line-height: 1.75;
}
.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: 100px 0 80px;
    background: #F6F6F6;
}
.news-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*最新消息 少量排版*/
.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-bottom: 20px;
    margin-top: 0px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect{
    position: relative;
    z-index: 10;
    padding: 100px 0 80px;
}
.products-sect > .container{
    position: relative;
}
/*.products-sect >.container:before{
    content: '';
    display: flex;
    position: absolute;
    bottom:0;
    top: calc(0% + 240px);;
    left: calc(50% - 800px);
    width: 1600px;
    background:#fff;
}*/
.products-box{
    margin: 0 auto 0;
    max-width: 1330px;
    padding: 0 ;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    max-width: 1000px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 50px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
    height: 120px; 
    line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 315px;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    background: url(../../../images/layout06/common/index/sbg.webp) 50% 50%  no-repeat;
    background-size:cover;
    /*background-attachment:fixed;*/
    position: relative;
    color: #fff;
    padding: 100px 0 80px;
    overflow: hidden;
    z-index: 1;
}
.service-sect:before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: linear-gradient(to bottom, rgba(240,240,240,1) 0%,rgba(240,240,240,0) 100%); 
    z-index:-1;
}

.service-sect .editor{
    text-align: center;
}
.service-box{
    position: relative;
    text-align: left;
    z-index: 0;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
/*------------ album ------------*/
.album-sect {
    background: #f6f6f6;
}
.album-sect.onlyitem-sect{
    padding: 100px 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;
}
.masonry-list.album-list.type1 .item .box .more,
.masonry-list.album-list.type3 .item .box .more{
    display: block;
}
.album-list.type1 .item{
    margin-bottom: 0;
    border:none;
}
.album-list .item{
    width: 16.66%;
    padding: 0;
}
.album-list .item .namebox{
    transition: all .2s;
    position: absolute;
    bottom: 0;
    opacity: 0;
    background: rgba(0,0,0,0.7);
    color: #DDDDDD;
    font-size: 16px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 50;
}
.album-list .item .namebox .name{
    margin:10px 0;
    padding: 0 10px;
}
.album-list .item:hover .box .namebox{
    opacity: 1
}
.album-list .item .pic:before{
    content: "";
    position: absolute;
    transition: all .2s;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    transition: all .3s ease;
    z-index: 5;
}
.album-list.active .item .pic:before{
    opacity: 1;
}
.album-list.active .box:hover .cover,
.album-list.active .box:hover .pic:before{
    opacity: 0;
}
.album-list.active.type2 .item .pic:before{
    opacity: 0;
}
.album-list.active.type2 .box:hover .cover,
.album-list.active.type2 .box:hover .pic:before{
    opacity: 1;
}
/*瀑布流*/
.masonry-album-sect{
    padding-top: 100px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.album-sect .title{
    display: none;
}
.onlyitem-sect .title,
.masonry-album-sect .title{
    display: flex;
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 16px;
}
.masonry-album-sect .masonry-list{
    margin: 0 -16px;
}
.masonry-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox:after{
    content: '';
    display: block;
    background: url(../../../images/layout06/common/index/album_hover.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    opacity: 0;
    transition: all .3s ease;
}
.masonry-list .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
    padding-right: 60px;
}
/*!瀑布流*/
/*相簿 少量排版*/
.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 .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.onlyitem-sect .album-list .item .namebox:after{
    content: '';
    display: block;
    background: url(../../../images/layout06/common/index/album_hover.png);
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    opacity: 0;
    transition: all .3s ease;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
.onlyitem-sect .album-list .item .box:hover .namebox:after{
    opacity: 1;
}
.onlyitem-sect .album-list .item .namebox .name{
    margin: 14px 0 0;
    font-size: 16px;
    padding-right: 60px;
}
/*!少量排版*/
/*----------- 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 #D30D11;
    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;
}
/*------------ intro -------------*/
.intro-sect{
    padding: 140px 0;
    position: relative;
    background: url('../../../images/layout06/common/index/intro_bg.webp');
    background-size: cover;
    /*background-attachment: fixed;*/
}
.intro-sect::before {
    content: "";
    position: absolute;
    inset: 0;
    /*backdrop-filter: blur(10px);*/
    background: rgba(255,255,255,0.2);
}
.intro-box {
    max-width: 700px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 55px 30px;
    border: 1px solid #ffffff;
    box-shadow: 0px 5px 15px 4px #00000012;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
}
.intro-box:before {
    content: "";
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #0000001a;
    left: 4px;
    top: 4px;
    border-radius: 7px;
    pointer-events: none;
}
.intro-box p {
    margin: 0;
}
.intro-box .intro-sub-title {
    color: #D30D11;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.intro-box .intro-title {
    color: #000;
    margin: 0;
    letter-spacing: 1px;
    font-size: 35px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: 400;
}
/*------------ faq -------------*/
.faq-sect{
    padding: 80px 0 80px;
}
.faq-box {
    margin: 0 auto;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    max-width: 1100px;
    background: #FFF;
    padding: 35px 20px 40px;
}
.faq-sect .title {
    padding-bottom: 20px;
    margin: 0 0 25px;
    position: relative;
}
.faq-sect .title:before {
    content: '';
    display: block;
    background: #000000;
    width: 60px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
}
.faq-sect .title span{
    font-size: 28px;
    display: block;
    font-family: 'Roboto', sans-serif;
}
.faq-list{
    padding: 0 15px;
}
.faq-list .faq-item{
    position: relative;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    margin: 0 0 10px;
    list-style-type: none;
}
.faq-list .faq-item:before{
    content: "\e1019";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    text-align: center;
    line-height: 47px;
    z-index: 10;
    display: inline-block;
    margin: 0 20px;
    color: #D30D11;
    font-weight: bold;
}
.faq-question{
    color: #7d7d7d;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding: 0px 55px 15px 0;
    width: calc(100% - 95px);
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    transition: all .2s;
    cursor: pointer;
}
.faq-question .name{
    margin: 0;
}
.faq-question i{
    display: inline-block;
    text-align: center;
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 0;
    transition: all .2s;
    margin: 5px 0 0 0;
    color: #ccc;
    border: 1px solid #ddd;
    text-indent: 0px;
    width: 20px;
}
.faq-item:hover .faq-question,
.faq-item.active .faq-question{
    color: #222;
}
.faq-answer{
    position: relative;
    padding: 15px 20px;
    margin: 5px 63px 5px 70px;
    background: #f5f5f5;
    color: #000;
    display: none;
}
.faq-answer:before{
    content: "\e1018";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 100%;
    top: 0;
    font-size: 31px;
    margin: 0 18px 0 0;
    color: #cacaca;
}
.faq-answer .title{
    font-size: 45px;
    font-weight: bold;
}
.faq-box .reserve-more{
    text-align: center;
}
.faq-box .reserve-more-btn{
    position: relative;
    margin: 15px auto 0;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    display: inline-block;
    color: #FFF;
    padding: 10px 25px;
    box-sizing: border-box;
    line-height: 1.5;
    z-index: 0;
    overflow: hidden;
    border-radius: 5px;
}
.faq-box .reserve-more-btn:hover {
    box-shadow: 0px 3px 10px 3px #0000001a;
}
.faq-box .reserve-more-btn:after {
    content: '';
    display: block;
    background: linear-gradient(to right, rgba(230, 10, 54, 1) 0%, rgba(241, 125, 41, 1) 100%);
    position: absolute;
    width: calc(100% + 100px);
    height: 100%;
    top: 0;
    left: -100px;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: all .3s ease;  
}
.faq-box .reserve-more-btn:hover:after{
    left: 0;
}
/*-modify products-list css*/
/*-type common*/
.products-list .mask .more{
    
}
.products-list .pic:before{
    background:transparent;
}
/*-type1*/
.products-list.type1 .pic:before {
    background: rgba(102, 102, 102, 0.85);
}
/*-type2*/
.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: 2;  
}
/*-type3*/
/*-type4*/
/*-//modify products-list css*/
/*-modify album-list css*/
/*-type common*/
.onlyitem-sect .album-list .item .namebox:after{
    content: '\10ffff';
    font-family: 'icon-font-34' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    text-align: center;
    margin: auto;
    bottom: 0px;
    z-index: 2;
    color: #fff;
    background: #d30d11;
    border-radius: 0%;
    text-indent: initial;
    display:flex;
    align-items:center;
    justify-content:center;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 12px;
    top: -26px;
    opacity: 0;
    transition: all .3s ease;
}
.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:#D30D11;
    display:flex;
    align-items:center;
    justify-content:center;
    transition: all .3s;
    opacity: 0;
}
.album-list.column6.type1 .item .namebox{
    background: #D30D11;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
        padding: 0;
}
/*-type1*/
.album-list.type1 .item .namebox{
    padding: 10px;
}
.album-list.type1 .item .name{
    height: auto;
    margin: 0 auto;
    
}
/*-type2*/
/*-type3*/
/*-type4*/
/*-//modify album-list css*/
/*-modify news-list css*/
/*-type common*/
.news-list .date{
    font-family: "Poppins", sans-serif;
}
.news-list .item .name{
    color: #333333;
}
.news-list .box:hover .name{
    color: #D30D11;
}
.news-list .item .description{
    color: #666;
    max-height: 44px;
}
.news-list .item .box:hover .description{
    color: #666;
}
.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%,#D30D11 51%,#D30D11 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%,#D30D11 51%,#D30D11 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: "Poppins", 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:#D30D11;
}
.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*/
/*-type3*/
.news-list.type3{
    margin: 0 -15px;
}
.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;
}
.news-list.type3 .description{
/*    -webkit-line-clamp: 1;
    max-height: 24px;*/
}
.news-list.type3:before{
    display: none;
}
.news-list.type3 .more-box{
    display: none;
}
/*-type4*/
.news-list.type4 .item .box{
    border: inherit;
    border-radius: 0px;
    overflow: hidden;
    transition: all .3s;
    background: #fff;
}
.news-list.type4 .item .box:hover {
    background: #D30D11;
    box-shadow: inherit;
}
.news-list.type4 .item .pic {
    position: relative;
    box-sizing: border-box;
}
.news-list.type4 .txt {
    position: static;
    padding: 0px 16px 30px;
    z-index: 99;
    border: 1px solid #d9d9d9;
    border-width: 0 1px 1px;
    transition: all .3s;
    min-height: 100px;
}
.news-list.type4 .item .date {
    margin: -78px 0 40px;
    background: rgb(0 0 0/80%);
    border-radius: 0;
}
.news-list.type4  .item .box:hover .date{
    background: #D30D11;
    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: 1;
    -webkit-box-orient: vertical;
    height: 26px;
}
.news-list.type4 .box:hover .name{
    color: #fff;
}
.news-list.type4 .description {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}
.news-list.type4 .box:hover .description{
    color: #fff;
}
.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 .container {
/*        position: relative;
        z-index: 1;
        max-width: 1330px;
        padding: 0 15px;*/
    }
    .about-sect .col.pic{
        margin: 0 -30px 0 0;
    }
    .about-sect .txt-box{
        /* padding: 30px 40px 90px; */
    }
    .about-sect .col.txt {
        padding: 97px 90px 97px 40px;
    }
}
@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 .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;
        background-attachment: unset;
        background-size: cover;
    }
    .intro-box{
        padding: 35px 15px;
    }
    .intro-box .intro-sub-title {
        font-size: 17px;
    }
    .intro-box .intro-title {
        font-size: 23px;
        padding-bottom: 0;
    }
    .about-sect{
        padding: 56px 0;
    }
    .about-sect .col.txt:after,
    .about-sect .col.txt:before,
    .about-sect .col.pic:before,
    .about-sect .col.pic:after{
        display:none;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-sect .col.txt {
        padding: 40px;
    }
    .about-sect .col.pic{
        position: static;
        margin: 0 auto;
        clip-path:inherit;
        height: auto;
    }
    .about-sect .col.pic img{
        max-width: 100%;
        height: auto!important;
    }
    .about-sect .txt-box .index-about-editor .editor:before{
        display: none;
    }
    .about-sect .txt-box .index-about-editor .editor{
        padding:0 0px;
        display: block;
        height: auto;
    }
    .about-sect .txt .tag{
        letter-spacing: 3px;
        padding-top: 30px;
    }
    .about-sect .txt-box{
        padding: 0;
        display: block;
    }
    .about-sect .txt .pic:before{
        left: 0;
        right: auto;
    }
    .about-sect .title{
        width: 100%;
        text-align: center;
        margin-bottom: 24px;
    }
    .about-sect .more{
        left: 50%;
        margin-left: -40px;
    }
    .about-sect .index_more{
        margin: 24px auto 0;
    }
    .products-list{
        margin: 0 auto;
    }
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    /*少量排版*/
    .news-list.onlyitem-list .item .box{
        display: block;
        max-width: 312px;
        margin: auto;
    }
    .news-list.onlyitem-list .item .box .date{
        margin-top: -35px;
    }
    .news-list.onlyitem-list .item .pic{
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt{
        padding: 0 20px 20px 20px; 
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*!少量排版*/
    .news-sect .title span,
    .products-sect .title span,
    .album-sect .title span,
    .articles-sect .title span{
        font-size: 24px;
    }
    .title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    .title h2{
        font-size: 32px;
    }
    .title span{
        font-size: 20px
    }
    .products-sect .title:before,
    .about-sect .title:before,
    .service-sect .title:before,
    .news-sect .title:before,
    .album-sect .title:before{
        font-size: 83px;
        white-space: nowrap;
    }
    .news-sect{
        padding: 88px 0 64px;
    }
    .products-sect{
        padding: 88px 0 64px;
    }
    .products-box{
        padding: 0;
    }
    .service-sect {
        padding: 88px 0 64px;
        background-attachment: inherit;
    }
    .service-sect:before{
        display: none;
    }
    .service-box > .flex{
        display: block;
    }
    .about-sect .row{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .service-sect .editor{

    }
    .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: 40px 0 40px;
    }
    .faq-box .title {
        margin-bottom: 0;
    }
    .faq-list{
        padding-left: 0;
        padding-right: 0;
    }
    .faq-list .faq-item:before{
        margin:0 8px;
    }
    .faq-answer:before{
        display: none;
    }
    .faq-answer{
        margin: 10px 0 0 0;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }

    .service-box {
        padding: 0;
    }
    .about-sect .txt .pic:before{
        letter-spacing: 5px;
    }
    .faq-question{
        width: calc(100% - 40px);
        padding: 0;
    }
    .faq-list .faq-item:before{
        vertical-align: top;
        width: 30px;
        height: 30px;
        font-size: 20px;
        line-height: 30px;
        margin: 0 0px 0 0;
    }
    .faq-question i{
        display: none;
    }
}
@media screen and (max-width: 767px){
    .title{
        flex-direction: column;
    }
    .products-sect .title:before, .about-sect .title:before, .service-sect .title:before, .news-sect .title:before {
        width: 100%;
    }
    .about-sect .index_more{
        justify-content: center;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
}