@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');

.site-footer {
    position: relative;
    background: url(../../../images/layout04/common/bg02.png);
}
.wrapper{
    padding-top: 0px;
    background: url(../../../images/layout04/common/bg01.png)
}
/*列表通用 index、products*/
.products-list.type2 .box{
    transition: all .2s;
    background: transparent;
    padding: 0px;
    top: 0;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.products-list.type2 .txt{
    position: relative;
    overflow: hidden;
    /* background: #fff; */
    margin-top: 0;
    margin-left: 0;
    padding:26px 22px;
    transition:  all .3s ease;
}
.products-list.type2  .box:hover{
   box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    top:-5px;
}
/* .products-list.type2 .txt:before{
    content: 'VIEW MORE';
    position: absolute;
    font-weight: normal;
    color: #211814;
    font-size: 14px;
    font-family: "Josefin Sans", sans-serif;
    bottom: 15px;
    right: 28px;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    transition: all .3s ease;
    opacity: 0;
}
.products-list.type2 .box:hover .txt:before{
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
} */
.products-list.type2 .name{
    font-weight: normal;
    font-size: 17px;
    line-height: 17px;
    max-height: 25px;
    display: -webkit-box;
    display: block;
    -webkit-line-clamp: 1;
}
.products-list.type2 .description{
    font-weight: normal;
    font-size: 14px;
    line-height: 1.7;
}
.products-list .pic:before{
    display: none;
}
.products-list .box.new:before{
    content: '';
    display: block;
    position: absolute;
    left: -33px;
    top: -33px;
    width: 72px;
    height: 72px;
    background: url(../../../images/layout04/common/products/news_tag.png);
    z-index: 2;
}
.products-list .box .name{
    color: #221815;
}
.products-list .box .description{
    color: #666;
}
.products-list .box:hover .description{
    color: #535353;
}
.products-list .offers{
    color: #D80000;
}

.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: #0000001c;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 45;
    transition: all .2s;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #D80000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
/*!列表通用 index、products*/
/*列表通用 index、album*/
.masonry-list.album-list.type1 .item{
    margin-bottom: 25px;
}
.masonry-list.album-list.type1 .item .name{
   text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more{
    display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*!瀑布流*/
/*!列表通用 index、album*/
/*列表通用 index、news*/
.news-list .date{
    font-family: "Josefin Sans", sans-serif;
    font-weight: normal;
}
.news-list.type3 .date {
    font-size: 15px;
    color: #FFF;
    font-weight: normal;
    font-family: "Josefin Sans", sans-serif;
    background: #89807B;
    width: fit-content;
    padding: 0 14px;
    height: 24px;
    line-height: 28px;
}
.news-list.type3  .day{
    line-height: 28px;
}
.news-list.type3  .month, .news-list.type3 .years{
    margin-top: 0;
    line-height: 28px;
}
.news-list.type3 .name {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0 7px;
    padding: 0;
}
.news-list.type3 .item .box {
    padding: 23.5px 40px;
}
.news-list .item .description{
    font-size: 14px;
    line-height: 1.6;
}
.news-list.type3{
    margin: 0 -3.5px;
}
.news-list.type3 .item{
    margin:  0 3.5px 0 ;
    border-left:none;
    padding: 0;
}
.news-list.type3:before{
    display: none;
}

.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list .item .box{
    padding: 12px;
    background:#D0CDC8;
    transition: all .3s ease;
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list.type4 .item .box{
    border:none;
}
.news-list .item .box:hover{
    background: #FFF;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 3px;
    color: #FFFFFF;
   width: 62px;
    height: 62px;
    padding-top: 0px;
    background:#89807B;
    font-family: "Josefin Sans", sans-serif;
}
.news-list.type4 .date .day{
    color: #FFF;
    font-weight: normal;
    font-family: "Josefin Sans", sans-serif;
}
.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: 1.5;
    margin-bottom: 10px;
    font-size: 35px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    margin-top: -30px;
}
.news-list .item .name{
    color: #202020;
    letter-spacing: 0.05em;
}
.news-list .item .description{
    color: #595453;
    letter-spacing: 0.05em;
}
.news-list.type2 .date{
    color: #221815;
    margin-top: 10px;
}
.news-list .btn.more{
    font-family: "Josefin Sans", sans-serif;
    background: #89807B;
    font-weight: normal;
    color: #FFF;
}
.news-list .box:hover .btn.more {
    background: #D0CDC8;
    color: #FFF;
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner{
    position: relative;
    height: auto!important;
}
/*.banner .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    position: absolute;
    display: block;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 100;
    background: url(../../../images/layout04/common/index/arrow.png);
    width: 65px;
    height: 65px;
    cursor: pointer;
}
.banner .slick-prev{
    background-position: 0 0;
    left: 35px;
}
.banner .slick-next{
    left: auto;
    right: 35px;
    transform: rotate(180deg);
}
.banner .slick-prev:hover{
    background-position: 0 100%;
}
.banner .slick-next:hover{
    background-position: 100% 100%;
}
*/
.banner .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    padding: 0;
    border: 0;
    position: absolute;
    display: block;
    top: 56%;
    margin: -32px 0 0 0;
    z-index: 100;
    border: 1px solid rgba(240,239,235,.4);
    background: transparent;
    width: 37px;
    height: 37px;
    border-radius: 100%;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 0;
}
.banner .slick-arrow:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../../../images/layout04/common/index/bn_arrow.svg);
    width: 54px;
    height: 11px;
    left: 13px;
    top: 12px;
    transition: all .3s ease;
}
.banner .slick-prev{
    left: 109px;
}
.banner .slick-next{
    left: auto;
    right: 109px;
    transform: scaleX(-1);
}
.banner .slick-arrow:hover:before {
    left: 8px;
}

.banner .slick-dots,
.banner .slick-dots li{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.banner .slick-dots{
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.banner .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.banner .slick-dots button{
    width: 8px;
    height: 8px;
    border: 0;
    color: transparent;
    background: #FFFFFF;
    cursor: pointer;
    border-radius: 100%;
    padding:0;
}
.banner .slick-active button{
    background: #877F79;
}
/*------------ title ------------*/
.title{
    display: flex;
    position: relative;
    margin: 0 0 0px;
    font-weight: normal;
    text-align: center;
    justify-content: center;
    align-items: baseline;
}
.title span{
    display: inline-block;
    font-family: "Josefin Sans", sans-serif; 
    font-weight: 300;
    color: #877F79;
    font-size: 65px;
}
.title h2{
    position: relative;
    font-size: 22px;
    color: #221815;
    letter-spacing: 0.2em;
    font-weight: normal;
    display: block;
    margin: 0 0 0 8px;
}
.title h2:before{
    content: '';
    position: absolute;
    display: block;
    background: rgba(137,128,123,.5);
    width: 40px;
    height: 1px;
    top: -6px;
    left: 0;
}

.title i{
   display: none;
}
/*------------ more ------------*/
/*.index_more{
    color: #bcbcbc;
    font-size: 12px;
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    border: solid thin #dfdfdf;
    border-radius: 4px;
    line-height: 1.2;
    width: 55px;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    transition: all .3s ease;
}
.index_more:hover{
    background: #fad038;
    font-weight: bold;
    color: #fff;
    border-color: #ffffff;
}
.index_more a{
    font-size: 0;
    padding: 6px 0;
    display: block;
}
.index_more a span{
    font-size: 12px;
}*/
.index_more{
    position: relative;
    display: flex;
    width: 206px;
    height: 104px;
    color: #212121;
    font-family: "Josefin Sans", sans-serif; 
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .3s all ease;
}
.index_more a{
    font-size: 0;
    padding: 0;
    display: flex;
    width: 104px;
    height: 104px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}
.index_more a span{
    font-size: 15px;
    letter-spacing: 0;
    color: #212121;
    font-weight:normal;
    position: relative;
    left: 107px;
    top: 4px;
} 
.index_more a:before {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
    width: 37px;
    height: 37px;
    background: url(../../../images/layout04/common/index/more_arrow.svg) no-repeat;
    left: 31px;
    top: 35px;
    transition: transform 0.4s ease; /* 添加变换过渡效果 */
}

.index_more:hover a:before {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    animation: arrowSlide 0.4s linear 1; /* 悬停时触发动画 */
}

@keyframes arrowSlide {
    0% {
        background-position: 0 0
    }

    50% {
        background-position: 32px -32px
    }

    50.1% {
        background-position: -32px 32px
    }

    100% {
        background-position: 0 0
    }
}

.index_more a:after{
    content: '';
    width: 102px;
    height: 102px;
    box-sizing: border-box;
    border-radius: 100%;
    border: 2px solid #C6C2BC;
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: all .75s ease;
}
.index_more:hover a:after{
    transform: scale(1.2);
    opacity: 0;
}
.competenceButtonCircle{
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center center; 
    transform: rotate(270deg); 
     width: 104px; 
    height: 104px; 
    z-index: 4;
}

.circleUnder {
    fill: none;
    stroke: #89807B; 
    stroke-width: 2px;
    stroke-dasharray: 433px;
    stroke-dashoffset: 433px; /* 初始狀態為隱藏的圓 */
    animation: circleDownOff .75s cubic-bezier(0.77, 0, 0.175, 1) forwards; 
    opacity: 0; /* 初始狀態為隱藏 */
}

.index_more:hover .circleUnder {
    animation: circleDownOn .75s cubic-bezier(0.77, 0, 0.175, 1) forwards; 
    opacity: 1; /* 滑入時顯示 */
}

@keyframes circleDownOn {
    0% {
        stroke-dashoffset: 433px; /* 從隱藏的圓開始 */
    }
    100% {
        stroke-dashoffset: 0; /* 到完整圓 */
    }
}

@keyframes circleDownOff {
    0% {
        stroke-dashoffset: 0; /* 從完整圓開始 */
    }
    100% {
        stroke-dashoffset: 433px; /* 回到隱藏的圓 */
    }
}

/*------------ sect ------------*/
/*輪播*/
.hot-arrow{
    position: static;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 50%;
}
.hot-arrow .slick-arrow{
    width: 37px;
    height: 37px;
    padding: 0;
    top: 50%;
    display: inline-block;
    z-index: 100;
    float: none;
    color: transparent;
    position: absolute;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid rgba(137,128,123,.5);
    border-radius: 100%;
    background: transparent;
    padding: 0;
    box-sizing: border-box;
}
.hot-arrow .slick-arrow:before{
    content: '';
    display: block;
    position: absolute;
    background: url(../../../images/layout04/common/index/hot_arrow.svg);
    width: 53px;
    height: 11px;
    transition: all .3s ease;
    left: 13px;
    top: 12px;
}
.hot-arrow .slick-prev{
    left: -52px;
}
.hot-arrow .slick-next{
    transform: scaleX(-1);
    right: -53px;
}
.hot-arrow .slick-arrow:hover:before{
    left: 8px;                   
}
/*!輪播*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}

/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    padding: 50px 0 120px;
}
.about-sect:after{
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 500px;
    background: url(../../../images/layout04/common/index/a_bottompic.jpg) 50% 50%;
    background-attachment: fixed;
    margin-top: -58px;
    display: none;
}
.about-sect .title{
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 60px;
}
.about-sect .title h2{
    margin-top: -12px;
}
.about-sect .title h2:before{
    display: none;
}
.about-sect .title span{
    font-size: 60px;
}


.about-sect .row{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.about-sect .pic img{
    margin: 0;
}
.about-sect .col{
    float: left;
}
.about-sect .col.txt{
    width: 470px;
    float: right;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    color: #595352;
    padding: 0;
    margin: 0px 0px;
    order: 2;
    margin-left: 10%;
}
.about-sect .txt-box .index-about-editor .editor h4:before{
    top: -40px;
}
.about-sect .container{
    position: static;
}
.about-sect .col.pic{
    width: 455px;
    float:left;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding: 0;
    margin: 0px 0px;
    order: 1;
}
.about-sect .col.pic img{
    width: 455px;
    height: 500px;
    /*    object-fit: cover;
    height: 100%!important;
    max-width: inherit;*/
}
.about-sect .index_more{
    margin-top: 45px;
   display: block;
}
.about-sect .txt-box{
    display: flex;
    flex-wrap: wrap;
    margin-top: 85px;
    font-size: 18px;
}
.about-sect .txt-box .index-about-editor .editor h4{
    position: relative;
    font-size: 18px;
    color: #211814;
    letter-spacing: 0.15em;
    font-weight: normal;
    margin: 0 0 46px;
    width: 290px;
}
.about-sect .txt-box .index-about-editor .editor h4:before{
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 1px;
    top: -27px;
    background: rgba(137,128,123,.5);
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 2;
    width: 100%;
}
.about-sect .txt .tag{
    font-weight: bold;
    font-size: 20px;
    color: #89807B;
    line-height: 1.4;
    margin: 0 0 25px;
    display: none;
}


.about-sect .a_deco {
    position: absolute;
    display: block;
    top: 14.5%;
    left: 66%;
}
/*------------ news ------------*/
.news-sect{
    padding: 65px 0 78px;
    background: url(../../../images/layout04/common/bg02.png);
}
.news-sect .title{

}
.news-sect .index_more{
   display: none;
}
.news-list{
    justify-content: center;
    flex-wrap: wrap;
}
.slick-track{
    margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
    width: 100%;
}
.news-list.type2 .item{
    border:none;
    margin-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
}
.news-list.type2 .item .txt{
    padding: 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
}
/*最新消息 少量排版*/
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list:not(.masonry-list) .item:nth-child(n){
    width: 50%;
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list .item .box .description{
    display: block;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    margin-bottom: 20px;
    margin-top: 0px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect{
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 10;
    padding: 45px 0 50px;
    background: url(../../../images/layout04/common/bg02.png);
}

.products-sect:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: url(../../../images/layout04/common/bg01.png);
    width: 100%;
    height: 24.7%;
    z-index: -1;
}

.products-sect .p_pic {
    order: 1;
    width: auto;
    margin: 0 auto 60px;
    z-index: 2;
}
.products-sect .container{
    position: relative;
    max-width: 100%;
    padding: 0;
    margin: 0;
    order: 2;
}
.products-sect .title {
    max-width: 1200px;
    justify-content: flex-start;
    margin: 0 auto 0;
}
.products-sect .index_more{
    position: absolute;
    display: block;
    right: 71%;
    bottom: 35.5%;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}


.products-sect .hot-arrow{
    position: absolute;
    top: 40px;
    width: 142px;
    left: 55.6%;
}
.products-sect .hot-arrow .slick-arrow{
    width: 37px;
    height: 37px;
    padding: 0;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: transparent;
    border: 1px solid rgba(137,128,123,.5);
    left: -15px;
    padding: 0;
    box-sizing: border-box;
}
.products-sect .hot-arrow .slick-next{
    transform:  scaleX(-1);
    right: 0;
    left: auto;
}

.products-sect .hot-arrow .slick-arrow:before {
   
transition: all .3s ease;
   
left: 12px;
   
top: 12px;
}

.products-sect .hot-arrow .slick-arrow:hover:before{
    left: 6px;                   
}

.products-sect .products-box {
    max-width: 1300px;
    margin: 0 0 0 auto;
}
.products-list.type2{
    margin: 0 -23.5px;
}
.products-list.type2 .item{
    padding: 5px 32px;
    margin-top: 33px;
    margin-bottom: 45px;
}
/*產品介紹 少量排版*/
.products-list.onlyitem-list.type2 .box:after{
    display: none;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    display: flex;
    max-width: 1000px;
    padding: 10px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 30px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
     height: 120px; 
     line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 0;
}

.marquee {
    width: 100%;
    height: 240px;
    line-height: 240px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 13.6%;
    z-index: -1;
}

.marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee_left 40s linear infinite;
    height: 160px;
}

.marquee .track span {
    display: inline-block;
    position: relative;
    padding: 0 100px 0 0;
    height: 120px;
    line-height: 120px;
    font-size: 120px;
    overflow: visible;
    white-space: nowrap;
    color:rgba(133,127,121,.1);
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    z-index: -1;
}

.marquee:hover .track {
    animation-play-state: paused;
}

@keyframes marquee_left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    position: relative;
    padding: 45px 0 88px;
}
.service-sect .title span{
    font-size: 60px;
}
.service-sect  .title h2{
    margin: 0 0 0 20px;
}
.service-sect:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 156px;
    background: url(../../../images/layout04/common/bg02.png);
    z-index: 0;
}

.service-sect .s_pic {
    width: 1200px;
    position: absolute;
    /* right: 37%; */
    top: 8%;
    z-index: 1;
}

.service-sect .container{
    padding: 0;
}
.service-sect .title {
    justify-content: normal;
    margin-top: 43px;
    margin-bottom: -2px;
}

.service-sect .editor{
    position: relative;
    color: #595453;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.1em;
    padding-left: 7px;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .service-box{
    position: relative;
    width: 351px;
    margin: 0 0 0 auto;
}
.service-box .index_more{
    display: block;
    position: absolute;
    right: -37%;
    top: 82%;
}
.s_tag{
    margin-top: 62px;
    color: #221815;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 2;
}
.s_tag p{
    margin: 0;
}
/*------------ album ------------*/
.album-sect{
    /*background: url(../../../images/layout04/common/index/album_bg.jpg) no-repeat center bottom fixed;
    -webkit-background-size: cover;
    background-size: cover;*/
    padding: 75px 0 50px;
}
.album-sect .title{
    
}

.album-sect .index_more{
    display: none;
}
.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.album-list .box .name{
    color: #221815;
}
.album-list.type1 .item .name{
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0.05em;
    height: 25px;
    text-align: center;
    display: block;
    -webkit-line-clamp: 1;
    margin: 10px 5px 14px;
}
.album-list.type1 {
    margin: 0 -17.5px;
}
.album-list.type1 .item{
    margin: 0 17.5px;
    padding: 0;
    border-bottom: 2px solid rgba(137,128,123,.3) ;
    transition: all .3s ease;
}
.album-list.type1 .item:hover{
    border-bottom: 2px solid  #89807B;
}
.album-sect .album-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.album-list.type2 .box .pic:before{
    background: rgba(137,128,123,.6);
}
/*瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.masonry-album-sect .album-list{
    display: block;
    width: 100%;
}
.masonry-album-sect .item{
    width: 25%;
}
.masonry-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect .album-list .item{
    width: 32.33%;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list{
    text-align: center;
    margin: auto;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
    display: block;
}
.onlyitem-sect .album-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
.onlyitem-sect .album-list .item .namebox .name{
    margin: 6px 0 0;
    font-size: 16px;
    color: #fff;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.form-wrap{
    border:none;
    background: none;
}
.contact-title{
    text-align: center;
}
.contact-sect .reminder{
    display: none;
}
.contact-sect .form-wrap .reminder{
    display: block;
}
.contact-title{
    font-size: 23px;
    line-height: 1.3;
}
.contact-title h2{
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;  
}
.contact-title > b{
    color: #000000;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}

@media screen and (max-width: 1900px){
.service-sect .s_pic {
  
    right: 37%;
   
}
}
@media screen and (max-width: 1680px){
    .service-box .index_more {
        right: -11%;
    }
    .album-sect .hot-arrow{
        position: absolute;
        top: 22px;
        width: 142px;
        left: unset;
        right: 15px;
    }
    .album-sect .hot-arrow .slick-arrow{
        /* width: 55px; */
        /* height: 55px; */
        padding: 0;
        display: inline-block;
        z-index: 100;
        color: transparent;
        border: 0;
        position: absolute;
        cursor: pointer;
        background: transparent;
        border: 1px solid rgba(137,128,123,.5);
        left: -5px;
        padding: 0;
        box-sizing: border-box;
    }
    .album-sect .hot-arrow .slick-next{
        transform:  scaleX(-1);
        right: -5px;
        left: auto;
    }
}
@media screen and (max-width: 1440px){
    .wrapper {
        padding-top: 120px;
    }
    .service-sect .service-box {
        position: relative;
        width: 350px;
        margin: 0 5% 0 auto;
    }
    .products-sect .index_more{
        display: none;
    }
    .products-list .box.new:before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: -33px;
    width: 72px;
    height: 72px;
    background: url(../../../images/layout04/common/products/news_tag.png);
    z-index: 2;
}
}
@media screen and (max-width: 1280px){
    .wrapper {
        padding-top: 110px;
    }
    .banner .slick-prev {
        left: 30px;
    }
    .banner .slick-next{
        right: 30px;
    }
    .album-sect {
        padding: 50px 0 33px;
    }
    .products-sect{
        padding: 30px 0 33px;
    }
    .service-sect {
        padding: 30px 0 58px;
    }
    .about-sect {
        padding: 33px 0 0;
    }
    .news-sect {
        padding: 42px 0 52px;
    }

    .products-sect:before{
        height: 20.3%;
    }
    .products-sect .container{
        max-width: 1330px;
        padding: 0 15px 0;
    }
    .products-sect .products-box{
        max-width: unset;
        margin: unset;
    }
    .products-sect .hot-arrow {
        left: unset;
        right: 15px;
    }
    .products-sect .p_pic{
        width: 80%;
        margin-bottom: 40px;
    }
    .marquee {
        width: 100%;
        height: 80px;
        line-height: 80px;
        top: 14.5%;
    }
    .marquee .track {
        height: 80px;
    }
    .marquee .track span{
        padding: 0 65px 0 0;
        height: 80px;
        line-height: 80px;
        font-size: 80px;
    }

    .service-sect:before{
        height: 137px;
    }
    .service-sect .s_pic {
        right: 45.8%;
    }
    .service-sect .service-box {
        position: relative;
        width: 35%;
        margin: 0 5% 0 auto;
    }
    .about-sect:after{
        height: 333px;
    }

    .products-list.type2 {
        margin: 0 -15px;
    }
    .products-list.type2 .item{
        padding: 5px 15px;
    }
}
@media screen and (max-width: 1250px){
    .wrapper {
        padding-top: 133px;
    }
}
@media screen and (max-width: 1200px){
     /*產品介紹 少量排版*/
    .products-list.onlyitem-list .item .box{
        max-width: 300px;
        display: block;
    }
    .products-list.onlyitem-list .item .box .txt{
        width: 100%;
        padding: 0;
    }
    .products-list.onlyitem-list .item .box .name{
        white-space: nowrap;
        overflow: hidden;
        height: 25px;
        line-height: 1.2;
        margin: 15px 0 5px;
    }
    .products-list.onlyitem-list .item .description{
        -webkit-line-clamp: 2;
        height: 40px;
        line-height: 1.4;
    }
    .products-list.onlyitem-list .item .mask{
        max-width: inherit;
        min-width: inherit;
    }
    .products-list.onlyitem-list.type2 .item .box .txt{
        width: 100%;
        padding: 0;
    }
    .marquee {
        top: 13.5%;
    }
    /*!少量排版*/
}
@media screen and (max-width: 1024px){
    .about-sect .a_deco{
        top: 46.5%;
    }
}
@media screen and (max-width: 1000px){
    .title h2:before{
        width: 34px;
    }
    .title span,.service-sect .title span,.about-sect .title span{
        font-size: 42px;
    }
    .title h2{
        font-size: 22px;
    }

    .album-sect {
        padding: 40px 0 30px;
    }
    .products-sect {
        padding: 30px 0 30px;
    }
    .service-sect {
        padding: 30px 0px 30px;
    }
    .about-sect {
        padding: 30px 0 0;
    }
    .about-sect:after {
        height: 222px;
        background-attachment: inherit;
    }
    .news-sect {
        padding: 30px 0 40px;
    }

    .about-sect .row{
        flex-direction: column;
        justify-content: normal;
    }
    .about-sect .col.pic{
        margin: 0 auto;
    }
    .about-sect .col.txt{
        margin: 0 auto;
        width: 390px;
    }
    .about-sect .txt-box{
        margin-top: 55px;
        /* margin: 0 auto; */
        justify-content: center;
    }
    .about-sect .txt-box .index-about-editor .editor{
        text-align: justify;
    }
    .about-sect .title{
        align-items: center;
        margin-bottom: 30px;
    }
    .about-sect:after{
        margin-top: 0;
        background-position: center;
    }
    .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-sect .title{
        text-align: center;
        justify-content: center;
        max-width: 100%;
    }
    .products-list.type2 .item{
        margin-top: 33px;
        margin-bottom: 0px;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*!少量排版*/
    .articles-sect{
        padding: 30px 0 10px;
        margin-bottom: 0;
    }
    .service-sect:before {
        height: 74px;
    }
    .service-sect .service-box {
        margin:0 auto;
        width: 100%;
    }
    .service-sect .s_pic{
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }
    .service-box .index_more{
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto 30px;
        position: relative;
        transform: scale(0.8);
    }
    .about-sect .index_more{          
        top: 0;
        left: 0;
        right: 0;
        margin: 20px auto 30px;
        position: relative;
        transform: scale(0.8);
    }
    .about-sect .txt-box .index-about-editor .editor{
        font-size: 14px;
    }
    .about-sect .txt-box .index-about-editor .editor h4:before{
        top: -24px;
        width: 34px;
    }
    .about-sect .txt-box .index-about-editor .editor h4{
        width: 100%;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .s_tag{
        margin: 20px 0;
        font-size: 16px;
    }
    .service-sect .editor{
        text-align: center;
        width: 100%;
        float: none;
        padding: 0 25px;
        font-size: 14px;
        box-sizing: border-box;
    }
    .s_tag p {
        margin: 0 auto;
    display: inline-block;
/*        width: 145px;
        text-align: left;*/
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect .title{
        text-align: center;
        margin:0 auto;
        justify-content: center;
    }


    .banner .slick-dots{
        display: none !important;
    }
    .banner .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev{
        left: 15px;
    }
    .banner .slick-next{
        transform: scaleX(-1) scale(0.5);
        right: 15px;
    }
    .service-box{
        padding-left: 0;
    }
    .service-box:before{
        position: static;
        background-position: center;
        height: 140px;
        margin: 0 auto;
        max-width:450px;
        width: 95%;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-list.type1{
        margin: 0 auto;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .hot-arrow .slick-arrow{
        top: unset;
    }
    .album-sect .hot-arrow,
    .products-sect .hot-arrow{
        position: relative;
        height: 55px;
        top: 0;
        margin:0 auto 15px;
        right: 0;
    }


}
@media screen and (max-width: 884px){
    .products-sect:before {
        height: 18.3%;
    }
    .marquee {
        top: 10.5%;
    }

}
@media screen and (max-width: 767px){

    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    } 

    .title span, .service-sect .title span, .about-sect .title span {
        font-size: 32px;
    }
    .products-sect:before {
        height: 12.3%;
    }
    .marquee {
        width: 100%;
        height: 60px;
        line-height: 60px;
        top: 5.5%;
    }
    .marquee .track {
        height: 60px;
    }
    .marquee .track span{
        padding: 0 65px 0 0;
        height: 60px;
        line-height: 60px;
        font-size: 60px;
    }
    .service-sect:before {
        height: 68px;
    }
    .s_tag p{
        display: block;
    }
}
@media screen and (max-width: 420px){
    .about-sect .col.pic{
        width: 100%;
    }
    .about-sect .col.txt{
        width: 100%;
}