@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*------------ article ------------*/
/*列表通用 index article*/
.article-list .item .box{
    margin: 0 auto 45px;
    padding-bottom: 35px;
    position: relative;
}
.type5 .article-list .item .box{
    padding: 12px 12px 0;
    background: #EFF1F3;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover{
    background: #FED000;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .box .name{
    color: #000;
}
.article-list .item .box:hover .name{
    text-decoration: underline;
}
.article-list .item .box .description{
    color: #6f6f6f;
}
.type5 .keyword_box{
    padding: 9px 27px 9px 47px;
    margin: 0 -27px;
    color: #AAAAAA;
    background: #F6F6F6;
}
.type5 .keyword_box:before{
    left: 27px;
}
.type5 .article-list .pic .mask{
    opacity: 0;
    transition: all .2s;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: 'roboto', sans-serif;
    top: 50%;
    font-size: 13px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background: rgba(0,0,0,0.2);
    transition: all .2s;
}
.type5 .article-list .item .box:hover .mask{
    opacity: 1;
}
.type5 .article-list .item .date,
.article-date{
    border-radius: 3px;
    color: #FFFFFF;
    width: 57px;
    height: 63px;
    padding-top: 13px;
    line-height: 0.5;
    background: #fad038;
    transition: all .3s ease;
}
.type5 .article-list .item .date .day{
    color: #000;
    font-weight: bolder;
    transition: all .3s ease;
}
.type5 .article-list .item .box:hover .date{
    background: #000;
}
.type5 .article-list .item .box:hover .date .day{
    color: #fad038;
}
.article-box .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    background: #000;
    color: #fad038;
    position: relative;
}
.article-box .article-list .btn.more:hover {
    background: #000;
    color: #fff;
}
.type2 .article-list .date,
.type3 .article-list .date,
.type4 .article-list .date:before{
    color: #000;
    border-color: #fad038;
}
/*keyword_box*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.keyword_box.detail{
    height: auto;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #222;
}
/*/列表通用 index article*/
/*------------ /article ------------*/
/*列表通用 index、products*/
.products-list .box.new:before{
    content: 'NEW';
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 60px;
    height: 30px;
    line-height: 30px;
    color: #15161A;
    font-size: 15px;
    font-weight: bold;
    background: #FED000;
    font-family: 'Cormorant Garamond', serif;
    z-index: 15;
}
.products-list .box .name{
    color: #fff;
    letter-spacing: 2px;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    transition: all 0.3s ease;
}
.products-list .box .description{
    color: #ccc;
    display: none;
}
.products-list .offers{
    color: #FED000;
    margin: 30px 0 0;
    font-family: 'Cormorant Garamond', 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
.products-list.type2 .box:hover .offers{
    color: #15161A;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: transparent;
    text-align: center;
    line-height: 35px;
    color: #15161A;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 45;
    transition: all .3s ease;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    color: #fff;
    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 .item .box{
    padding: 0;
    background: transparent;
    transition: all .3s ease;
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list .item .name{
    color: #fff;
    letter-spacing: 2px;
    -webkit-line-clamp: 1;
    height: 28px;
    line-height: 28px;
}
.news-list .item .description{
    color: #ccc
}
.news-list .date {
    color: #fff;
    font-family: 'Cormorant Infant', sans-serif;
}
.news-list .box:hover .pic:before {
    display: none;
}
.news-list .pic {
    background: #000;
}
/*/列表通用 index、news*/
/*------------ banner ------------*/
.banner,
.banner_m{
    position: relative;
    height: auto!important;
}
.banner .slick-dots,
.banner_m .slick-dots,
.banner .slick-dots li,
.banner_m .slick-dots li{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.banner .slick-dots,
.banner_m .slick-dots{
    position: absolute;
    width: 100%;
    bottom: 108px;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    display: inline-block;
    margin: 0 10px;
}
.banner .slick-dots button,
.banner_m .slick-dots button{
    position: relative;
    white-space: nowrap;
    text-indent: 101%;
    text-align: left;
    padding: 0;
    border: 0;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    font-size: 0;
    cursor: pointer;
    background: #fff;
}
.banner .slick-active button,
.banner_m .slick-active button {
    background: #FED000;
}
.banner .slick-active button::before,
.banner_m .slick-active button::before {
    content: '';
    position: absolute;
    display: block;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    margin: auto;
    border: 1px solid rgb(254, 208, 0, 0.6);
    border-radius: 100%;
}
.banner_m{
    display: none;
}
/*------------ /banner ------------*/
/*------------ title ------------*/
.title{
    position: relative;
    margin: 0 0 70px;
}
.title::before {
    content: '';
    display: block;
    position: relative;
    margin: 0 0 23px;
    width: 195px;
    height: 1px;
    background: rgb(254, 208, 0, 0.25);
}
.title::after {
    content: '';
    position: absolute;
    top: -13px;
    left: 205px;
    width: 22px;
    height: 27px;
    background: url(../../../images/layout04/common/index/title_ic.png) no-repeat;
    background-size: contain;
    visibility: visible;
}
.title span{
    display: block;
    color: #fff;
    letter-spacing: 0;
    line-height: 1;
    font-size: 80px;
    font-family: 'Cormorant Garamond', serif;
}
.title h2{
    margin: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1.2;
}
/*------------ /title ------------*/
/*------------ more ------------*/
.index_more{
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}
.index_more a {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 0;
    padding: 0;
    margin: 0;
    width: 143px;
    height: 64px;
    line-height: 64px;
    overflow: hidden;
}
.index_more a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 62px;
    height: 62px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.index_more a span {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 18px;
    line-height: 23px;
    margin: 17px 0 23px;
    letter-spacing: 0;
    font-family: 'Cormorant Garamond', serif;
    overflow: hidden;
    z-index: 2;
}
.index_more a span i {
    font-style: unset;
    display: block;
    width: 100%;
    font-family: 'Cormorant Garamond', serif;
}
.index_more a span i+i {
    left: 0;
    position: absolute;
    top: calc(100% + 2px)
}
.index_more a:hover span i {
    animation: textRollOver .75s cubic-bezier(.19,1,.22,1) 0s 1 normal none
}
.index_more a span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: 4.5px;
    width: 30px;
    height: 1px;
    background: #fff;
}
.index_more a span::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 0 13px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: 0;
}
.index_more a:hover span::before,
.index_more a:hover span::after {
    animation: arrow_hover_tick 1s cubic-bezier(.19, 1, .22, 1) 0s infinite;
}
@keyframes textRollOver {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(calc(-100% - 2px))
    }
}
@keyframes arrow_hover_tick {
    0% {
        transform: translate(.6rem);
    }
    75% {
        transform: translate(0);
    }
    100% {
        transform: translate(0);
    }
}
/*------------ /more ------------*/
/*------------ sect ------------*/
.album-sect,
.about-sect,
.news-sect,
.service-sect,
.products-sect,
.article-sect,
.contact-sect,
.banner,
.banner_m,
.articles-sect {
    position: relative;
    z-index: 2;
}
/*------------ /sect ------------*/
/*------------ 輪播 ------------*/
.hot-arrow{
    position: absolute;
    top: 100px;
    right: 15px;
    width: 133px;
    height: 64px;
}
.hot-arrow .slick-arrow {
    position: absolute;
    left: 0;
    box-sizing: border-box;
    display: inline-block;
    width: 64px;
    height: 64px;
    padding: 0;
    color: transparent;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease;
    z-index: 100;
    cursor: pointer;
}
.hot-arrow .slick-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.5px;
    margin-left: -15px;
    width: 30px;
    height: 1px;
    background: #fff;
    transition: all 0.3s ease;
}
.hot-arrow .slick-prev:hover:before {
    background: #FED000;
    animation: arrow_hover_tick 1s cubic-bezier(.19, 1, .22, 1) 0s infinite;
}
.hot-arrow .slick-next:hover:before {
    background: #FED000;
    animation: arrow_hover_tick2 1s cubic-bezier(.19, 1, .22, 1) 0s infinite;
}
.hot-arrow .slick-prev::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 13px 0 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -15.5px;
    transition: all 0.3s ease;
}
.hot-arrow .slick-prev:hover:after {
    border-color: transparent #FED000 transparent transparent;
    animation: arrow_hover_tick 1s cubic-bezier(.19, 1, .22, 1) 0s infinite;
}
@keyframes arrow_hover_tick {
    0% {
        transform: translate(-0.6rem);
    }
    75% {
        transform: translate(0);
    }
    100% {
        transform: translate(0);
    }
}
.hot-arrow .slick-next::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 0 13px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: 2.5px;
    transition: all 0.3s ease;
}
.hot-arrow .slick-next:hover:after {
    border-color: transparent transparent transparent #FED000;
    animation: arrow_hover_tick2 1s cubic-bezier(.19, 1, .22, 1) 0s infinite;
}
@keyframes arrow_hover_tick2 {
    0% {
        transform: translate(.6rem);
    }
    75% {
        transform: translate(0);
    }
    100% {
        transform: translate(0);
    }
}
.hot-arrow .slick-next{
    right: 0;
    left: auto;
}
.hot-arrow .slick-arrow:hover{
    border-color: #FED000;
}
/*------------ /輪播 ------------*/
/*------------ article_新編輯器 ------------*/
.article-sect{
    padding: 84px 0 70px;
}
.article-sect .title {
    text-align: center;
    width: fit-content;
    margin: 0 auto 70px;
}
.article-sect .title::before {
    margin: 0 auto 23px;
}
.article-sect .title::after {
    top: -13px;
    left: unset;
    right: 23%;
}
.article-sect .index_more {
    margin: 85px auto 0;
    display: flex;
    justify-content: center;
}
.article-sect .index_more a {
    width: 275px;
    height: 72px;
    line-height: 72px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.article-sect .index_more a::before {
    display: none;
}
.article-sect .index_more a span {
    margin: 21px 23px 26px 40px;  
}
.article-sect .index_more a span::after,
.article-sect .index_more a span::before {
    right: 17px;
}
/*articles*/
.articles-sect{
    margin-bottom: 50px;
    padding-top: 20px;
    padding: 60px 0 0px;
}
.articles-sect .title{
    margin-bottom: 60px;
}
.articles-sect .index_more{
    position: absolute;
    left: 50%;
    margin-left: -28.5px;
    top: 43px;
    border-color: #444;
    color: #444;
}
/*------------ /article_新編輯器 ------------*/
/*------------ about ------------*/
.about-sect{
    position: relative;
    padding: 275px 0 70px;
}
.about-sect::before {
    content: '';
    position: absolute;
    top: 135px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: calc(100% - 180px - 67px - 71px);
    background: #15161A;
}
.about-sect .container {
    position: static;
}
.about-sect .title{
    position: absolute;
    left: 0;
    top: -204px;
    z-index: 30;
}
.about-sect .row{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}
.about-sect .col.pic{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    max-width: 976px;
    left: -105px;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.about-sect .col.pic img{
    margin: 0;
}
.about-sect .col.txt{
    position: static;
    box-sizing: border-box;
    width: calc(100% - 976px);
    padding-left: 0;
    z-index: 2;
}
.about-sect .index_more{
    margin: 50px 0 0;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    box-sizing: border-box;
    letter-spacing: 1px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 245px;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ /about ------------*/
/*------------ news ------------*/
.news-sect{
    padding: 84px 0 70px;
}
.news-sect .title {
    text-align: center;
    width: fit-content;
    margin: 0 auto 70px;
}
.news-sect .title::before {
    margin: 0 auto 23px;
}
.news-sect .title::after {
    top: -13px;
    left: unset;
    right: 23%;
}
.news-sect .index_more {
    margin: 85px auto 0;
    display: flex;
    justify-content: center;
}
.news-sect .index_more a {
    width: 275px;
    height: 72px;
    line-height: 72px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.news-sect .index_more a::before {
    display: none;
}
.news-sect .index_more a span {
    margin: 21px 23px 26px 40px;  
}
.news-sect .index_more a span::after,
.news-sect .index_more a span::before {
    right: 17px;
}
.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%;
}
/*n_type2*/
.news-list.type2 .item{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
}
.news-list.type2 .item .txt{
    padding: 15px 0 0;
}
.news-list.type2 .date .day {
    color: #ccc;
    font-size: 30px;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0;
    background: transparent;
    font-size: 15px;
    font-weight: normal;
    color: #ccc;
    transition: all .3s ease;
}
.news-list .btn.more i {
    font-style: unset;
    font-family: 'Cormorant Garamond', sans-serif;
}
.news-list .btn.more i:last-of-type {
    display: none;
}
.news-list .box:hover .btn.more {
    border-color: #FED000;
    background: #FED000;
    color: #15161A;
}
/*/n_type2*/
/*n_type3*/
.news-list.type3:before{
    background: #0B0C10;
}
.news-list.type3 .item {
    padding: 0 40px;
    margin: 0 0 20px;
    border-left: solid rgba(255, 255, 255, 0.25) 1px;
}
.news-list.type3 .box {
    margin: 0 auto;
}
.news-list.type3 .item .box:hover .name {
    color: #FED000;
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 .item {
    padding: 0 10px;
}
.news-list.type4 .item .box{
    border: none;
}
.news-list.type4 .item .box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
}
.news-list.type4 .item .box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #FED000;
    transition: all 0.3s ease;
    visibility: visible;
}
.news-list.type4 .item .box:hover::after {
    width: 100%;
}
.news-list.type4 .txt {
    padding: 0;
}
.news-list.type4 .item .date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -75px 0 40px;
    padding: 0;
    width: 120px;
    height: 36px;
    color: #fff;
    line-height: 1;
    background: #15161A;
    border-radius: 0;
    transition: all 0.3s ease;
    font-family: 'Cormorant Infant', serif;
}
.news-list.type4 .item .box:hover .date{
    color: #15161A;
    background: #FED000;
}
.news-list.type4 .item .date .day{
    display: inline-block;
    width: auto;
    line-height: 1;
    margin: 0;
    padding: 0 5px 0 0;
    font-size: 15px;
    order: 1;
}
.news-list.type4 .date .month{
    margin: 0;
    font-size: 15px;
    order: 2;
}
.news-list.type4 .date .month:before {
    display: none;
}
.news-list.type4 .date .years {
    margin: 0;
    font-size: 15px;
    order: 3;
}
.news-list.type4 .date .years::before {
    content: ',';
    padding: 0 5px 0 0;
}
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
.news-list.type4 .txt_in {
    padding: 15px 0;
}
.news-list.type4 .item .name {
    margin: 0;
}
/*/n_type4*/
/*n_少量排版*/
.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 30px 30px 30px;
}
.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;
}
.news-list.onlyitem-list.type4 .item .name {
    margin: 0 0 10px;
}
.news-list.onlyitem-list.type4 .item .box::before,
.news-list.onlyitem-list.type4 .item .box::after {
    display: none;
}
.news-list.onlyitem-list.type4 .item .box .txt:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
}
.news-list.onlyitem-list.type4 .item .box .txt:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #FED000;
    transition: all 0.3s ease;
    visibility: visible;
}
.news-list.onlyitem-list.type4 .item .box:hover .txt:after {
    width: 100%;
}
/*/n_少量排版*/
/*------------ /news ------------*/
/*------------ products ------------*/
.products-sect{
    padding: 70px 0 140px;
}
.products-sect .index_more{
    margin: 85px auto 0;
    display: flex;
    justify-content: center
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.products-sect .index_more a {
    width: 275px;
    height: 72px;
    line-height: 72px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.products-sect .index_more a::before {
    display: none;
}
.products-sect .index_more a span {
    margin: 21px 23px 26px 40px;  
}
.products-sect .index_more a span::after,
.products-sect .index_more a span::before {
    right: 17px;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*p_type1*/
.products-list.type1 .pic:before {
    background: rgba(0, 0, 0, .8);
    transition: all .3s ease;
}
.products-list.type1 .name,
.products-list.type1 .box:hover .name {
    font-weight: normal;
}
.products-list.for-cart.type1:not(.masonry-list) .box .wish,
.products-list.for-cart.type1:not(.masonry-list) .box:hover .wish {
    color: #fff;
}
.products-list.type1 .txt,
.products-list.type1 .pic:before {
    display: none;
}
/*/p_type1*/
/*p_type2*/
.products-list.type2 .item {
    margin-bottom: 20px;
}
.products-list.type2 .box{
    padding: 0;
    background: transparent;
    transition: all .3s ease;
}
.products-list.type2 .mask .pic:before,
.products-list.for-cart.type2 .mask .pic:before {
    display: none;
}
.products-list.type2 .txt {
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    width: calc(100% - 50px);
    margin: -45px 0 0 auto;
    background: #15161A;
    transition: all 0.3s ease;
    z-index: 5;
    display: none;
}
.products-list.type2 .box:hover .txt {
    background: #FED000;
    margin: -90px 0 0 auto;
    padding-bottom: 50px;
}
.products-list.type2 .box:hover .name{
    color: #15161A;
}
.products-list.type2 .txt:after {
    content: 'Learn More';
    position: absolute;
    display: block;
    right: 20px;
    color: #846E08;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 10px 0 0 auto;
    font-family: 'Cormorant Garamond', serif;
    transition: all 0.3s ease;
    opacity: 0;
}
.products-list.type2 .box:hover .txt:after {
    opacity: 1;
}
.products-list.for-cart.type2:not(.masonry-list) .box .wish,
.products-list.for-cart.type2:not(.masonry-list) .box:hover .wish {
    color: #fff;
}
/*/p_type2*/
/*p_少量排版*/
.products-list.onlyitem-list.type2 .box:after{
    display: none;
}
.products-list.onlyitem-list.type2 .item{
    width: auto;
}
.products-list.onlyitem-list.type1 .box{
    width: auto;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 30px;
    margin: 0;
    display: none;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 0;
}
.products-list.for-cart.type2.onlyitem-list:not(.masonry-list) .box:hover .wish {
    color: #fff;
}
.products-list.for-cart.type2.onlyitem-list:not(.masonry-list) .box .wish:hover {
    color: #fff;
    background: #D80000;
}
/*/p_少量排版*/
/*------------ /products ------------*/
/*------------ service ------------*/
.service-sect {
    padding: 70px 0;
}
.service-sect::before {
    content: '';
    position: absolute;
    top: 135px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: calc(100%  - 32.5%);
    background: url(../../../images/layout04/common/index/s_bg.jpg) no-repeat 50% 50% fixed;
}
.service-sect .title{
    width: fit-content;
    margin: 0 0 70px auto;
}
.service-sect .title::after {
    top: -13px;
    right: unset;
    left: 215px;
}
.service-sect .editor{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-box .index_more{
    position: absolute;
    top: 180px;
    right: 215px;
}
/*------------ /service ------------*/
/*------------ album ------------*/
.album-sect{
    padding: 0;
}
.album-sect .title,
.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 !important;
}
.album-list .item{
    width: 16.66%;
    padding: 0;
}
.album-sect .hot-arrow {
    display: none;
}
.album-sect .album-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.masonry-list.album-list.type1 .item .box .more,
.masonry-list.album-list.type3 .item .box .more{
    display: block;
}
/*al_type1*/
.album-list.type1 .item{
    margin-bottom: 0;
    border: none;
}
.album-list.type1 .item .name {
    -webkit-line-clamp: 1;
    line-height: 28px;
    height: 28px;
}
.album-list.column6.type1 .item .namebox {
    position: absolute;
    box-sizing: border-box;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 15px;
    background: #FED000;
    transition: all .3s ease;
    z-index: 50;
    opacity: 0;
}
.album-list.column6.type1 .item .namebox .name{
    margin: 10px 0;
    padding: 0 10px;
    color: #15161A;
    font-size: 18px;
    letter-spacing: 2px;
}
.album-list.column6.type1 .item:hover .box .namebox{
    opacity: 1
}
.album-list.column6.type1 .item .pic:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(11, 12, 16, 0.5);
    transition: all .3s ease;
    z-index: 5;
    opacity: 0;
}
.album-list.column6.type1.active .item .pic:before{
    opacity: 1;
}
.album-list.column6.type1.active .box:hover .cover,
.album-list.column6.type1.active .box:hover .pic:before{
    opacity: 0;
}
/*/al_type1*/
/*al_type2*/
.album-list.type2 .box .pic:before {
    background: rgba(0, 0, 0, .8);
}
/*/al_type2*/
/*al_瀑布流*/
.masonry-album-sect{
    padding: 140px 0 70px;
    background: #15161A;
}
.masonry-album-sect .title {
    display: block;
}
.album-sect.masonry-album-sect .container{
    display: block;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.masonry-album-sect .album-list{
    display: block;
    width: 100%;
    margin: 0 -15px;
}
.masonry-album-sect .album-list.masonry-list.column4.type2 {
    margin: 0;
}
.masonry-album-sect .item{
    width: 25%;
}
.masonry-list .item .namebox {
    position: relative;   
    text-align: left;
    background: #0B0C10;
    padding: 10px;
    transition: all 0.3s ease;
    opacity: 1;
}
.masonry-list .item .box:hover .namebox {
    background: #FED000;
}
.masonry-list .item .box .name,
.masonry-list.album-list.type1 .item .name {
    margin: 0;
    color: #fff;
    font-weight: normal;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    line-height: 28px;
    height: 28px;
}
.masonry-list.album-list.type1 .item .box .more:after {
    display: none;
}
.masonry-list .item .box:hover .namebox .name,
.masonry-list.album-list.type1 .item .box:hover .namebox .name {
    color: #15161A;
}
/*/al_瀑布流*/
/*al_少量排版*/
.onlyitem-sect {
    padding: 140px 0 70px;
    background: #15161A;
}
.onlyitem-sect .title {
    display: block;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
    display: block;
}
.onlyitem-sect .album-list{
    text-align: center;
    margin: auto;
}
.onlyitem-sect .album-list .item{
    width: 32.33%;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img {
    width: 100%;
}
.onlyitem-sect .album-list .item .namebox {
    position: relative;   
    text-align: left;
    background: #0B0C10;
    padding: 10px;
    transition: all 0.3s ease;
    opacity: 1;
}
.onlyitem-sect .album-list .item .box:hover .namebox {
    background: #FED000;
}
.onlyitem-sect .album-list .item .name {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    line-height: 28px;
    height: 28px;
}
.onlyitem-sect .album-list .item .box:hover .namebox .name {
    color: #15161A;
}
/*/al_少量排版*/
/*------------ /album ------------*/
/*----------- 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;
}
/*----------- /fancybox-index --------------*/
/*----------- contact --------------*/
.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;
}
.masonry-list .item:nth-child(n){
    clear: none!important;
}
/*----------- /contact --------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1280px){
    .banner-slider-control {
        position: absolute;
        text-align: center;
        bottom: 42px;
    }
    .title span {
        font-size: 70px;
    }
    .about-sect::before {
        top: 175px;
        height: calc(100% - 175px - 67px - 71px);
    }
    .about-sect .title {
        top: -194px;
        left: 90px;
    }
    .about-sect .col.pic {
        left: -15px;
        max-width: unset;
        width: 60%;
    }
    .about-sect .col.txt {
        width: calc(100% - 60%);
        padding-left: 50px;
    }
    .service-box .index_more {
        position: absolute;
        top: 180px;
        right: 260px;
    }
    .service-sect .title {
        margin: 0 90px 70px auto;
    }
}
@media screen and (max-width: 1200px){
    /*p_少量排版*/
    .products-list.onlyitem-list .item .box{
        max-width: 300px;
        display: block;
    }
    .products-list.onlyitem-list .item .box .txt{
        width: 100%;
        padding: 0;
    }
    .products-list.onlyitem-list .item .box .name{
        white-space: nowrap;
        overflow: hidden;
        height: 25px;
        line-height: 1.2;
        margin: 15px 0 5px;
    }
    .products-list.onlyitem-list .item .description{
        -webkit-line-clamp: 2;
        height: 40px;
        line-height: 1.4;
    }
    .products-list.onlyitem-list .item .mask{
        max-width: inherit;
        min-width: inherit;
    }
    .products-list.onlyitem-list.type2 .item .box .txt{
        width: 100%;
        padding: 0;
    }
    /*/p_少量排版*/
    .title span {
        font-size: 60px;
    }
    .service-box .index_more {
        right: 220px;
    }
}
@media screen and (max-width: 1000px){
    /*少量排版*/
    .news-list.onlyitem-list .item .box{
        display: block;
        max-width: 312px;
        margin: auto;
    }
    .news-list.onlyitem-list .item .pic{
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt{
        padding: 0; 
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .date{
        margin-top: -55px;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*/少量排版*/
    .title{
        margin: 0 0 50px;
    }
    .title::before {
        width: 135px;
    }
    .title::after {
        top: -7px;
        left: 148px;
        width: 12px;
        height: 15px;
    }
    .title span {
        font-size: 50px;
    }
    .index_more a {
        width: 132px;
        height: 55px;
        line-height: 55px;
    }
    .index_more a::before {
        width: 53px;
        height: 53px;
    }
    .index_more a span {
        margin: 13px 0 19px;
    }
    .index_more a span::before,
    .index_more a span::after {
        right: 12px;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    .about-sect{
        padding: 160px 0 50px;
    }
    .about-sect::before {
        top: 57.5px;
        height: calc(100% - 145px - 50px + 137.5px);
    }
    .about-sect .title {
        top: -154px;
        left: 60px;
    }
    .about-sect .row {
        flex-direction: column-reverse;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
    }
    .about-sect .col.pic {
        left: 0;
        padding: 0 25px;
    }
    .about-sect .col.txt{
        padding: 50px 60px 0;
    }
    .about-sect .txt-box .index-about-editor .editor {
        width: 100%;
        height: auto;
        -webkit-line-clamp: initial;
    }
    .news-sect{
        padding: 57.5px 0 50px;
    }
    .news-sect .title {
        margin: 0 auto 50px;
    }
    .news-sect .title::after {
        top: -7px;
    }
    .news-list.type4 {
        margin: 0 auto;
        width: calc(100% - 30px);
    }
    .news-list.type4 .txt_in {
        padding: 10px 0;
    }
    .news-sect .index_more {
        margin: 30px auto 0;
    }
    .news-sect .index_more a {
        width: 200px;
        height: 55px;
        line-height: 55px;
    }
    .news-sect .index_more a span {
        margin: 14px 20px 17px 20px;
    }
    .news-sect .index_more a span::after,
    .news-sect .index_more a span::before {
        right: 0;
    }
    .service-sect{
        padding: 115px 0 57.5px;
    }
    .service-sect:before{
        top: 165px;
        background-attachment: unset;
        background-size: cover;
        background-position: 0 100%;
        background: #15161A;
        height: calc(100% - 33.5%);
    }
    .service-sect .title{
        margin: 0 90px 70px auto;
    }
    .service-sect .title::after {
        top: -7px;
        right: unset;
        left: 145px;
    }
    .service-box .index_more {
        top: 135px;
        right: 188px;
    }
    .products-sect{
        padding: 57.5px 0 50px;
    }
    .products-sect .title {
        text-align: center;
        width: fit-content;
        margin: 0 auto 50px;
    }
    .products-sect .title::before {
        margin: 0 auto 23px;
    }
    .news-sect .title::after,
    .products-sect .title::after {
        top: -7px;
        left: unset;
        right: 13%;
    }
    .hot-arrow{
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto 30px;
        width: 115px;
        height: 55px;
    }
    .hot-arrow .slick-arrow {
        width: 55px;
        height: 55px;
    }
    .products-box{
        padding: 0;
    }
    .products-list.type2 {
        margin: 0 auto;
        width: calc(100% - 30px);
    }
    .products-list.type2 .txt {
        width: calc(100% - 25px);
    }
    .products-list .name,
    .products-list.type2 .name {
        font-size: 16px;
    }
    .products-sect .index_more {
        margin: 30px auto 0;
    }
    .products-sect .index_more a {
        width: 200px;
        height: 55px;
        line-height: 55px;
    }
    .products-sect .index_more a span {
        margin: 14px 20px 17px 20px;
    }
    .products-sect .index_more a span::after,
    .products-sect .index_more a span::before {
        right: 0;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect .container{
        display: block;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .album-list.type1 {
        margin: 0;
    }
    .album-list.column6.type1 .item .namebox {
        margin: 10px;
    }
    .album-list.column6.type1 .item .namebox .name {
        font-size: 16px;
    }
    .articles-sect{
        padding: 30px 0 10px;
        margin-bottom: 0;
    }
    .article-sect{
        padding: 57.5px 0 50px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .article-sect .index_more {
        margin: 50px auto 0;
    }
    .article-sect .index_more a {
        width: 200px;
        height: 55px;
        line-height: 55px;
    }
    .article-sect .index_more a span {
        margin: 14px 20px 17px 20px;
    }
    .article-sect .index_more a span::after,
    .article-sect .index_more a span::before {
        right: 0;
    }
    .article-sect .title {
        margin: 0 auto 50px;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .title span {
        font-size: 40px;
    }
    .title h2 {
        font-size: 22px;
    }
    .title::before {
        width: 88px;
    }
    .title::after {
        left: 100px;
    }
    .news-sect .title::after,
    .products-sect .title::after {
        left: unset;
        right: 23%;
    }
    .service-sect .title::after {
        left: 100px;
    }
    .about-sect .col.pic {
        left: 0;
        padding: 0 15px;
    }
    .about-sect .title {
        top: -141px;
        left: 50px;
    }
    .about-sect::before {
        top: 63.5px;
        height: calc(100% - 105px - 50px + 92.5px);
    }
    .about-sect .col.txt {
        padding: 40px 50px 0;
    }
    .news-list.type4 {
        margin: 0 auto;
        width: calc(100% - 10px);
    }
    .news-list.type4 .item .date {
        margin: -45px 0 20px;
        padding: 0;
        width: 100px;
        height: 25px;
        font-size: 14px;
    }
    .news-list.type4 .item .date .day,
    .news-list.type4 .item .date .month,
    .news-list.type4 .item .date .years {
        font-size: 14px;
    }
    .news-list .txt {
        min-height: unset;
    }
    .service-sect {
        padding: 57.5px 0 7.5px;
    }
    .service-sect:before {
        top: 102px;
        height: calc(100% - 102px);
    }
    .service-sect .title {
        margin: 0 auto 50px 50px;
    }
    .service-box .index_more {
        position: relative;
        top: unset;
        right: unset;
        margin: 30px auto 0;
        display: flex;
        justify-content: center;
        display: none;
    }
    .products-list .name,
    .products-list.type2 .name {
        margin: 0 0 10px;
    }
    .products-list.type2 .txt {
        padding: 15px;
    }
    .products-list.type2 {
        width: calc(100% - 15px);
    }
    .products-list.type2 .item {
        padding: 0 10px;
    }
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }
    .news-list.type4 .item {
        padding: 0 5px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    } 
    .news-list.type4 {
        margin: 0 auto;
        width: 100%;
    }
    .news-list.type4 .item .box {
        max-width: unset;
    }
    .news-list .slick-list{
        overflow: visible;
        padding-right: 30px;
    }
    .news-list  .slick-slide{
        margin-right: -30px;         
    }
    .news-list.type4 .item {
        padding: 0 30px;
    }
    .news-list.type4.onlyitem-list .item {
        padding: 0 10px;
    }
}