@charset "utf-8";
/*------------ common ------------*/
.wrapper{
    padding-top: 0;
}
.site-title .logo{
    color: transparent;
    background: url(../../../images/layout04/common/logo_w.png) 50% 50% no-repeat;
    background-size: contain;
}
.site-nav .menu>li>a{
    color: #fff;
}
.header-fixed .site-nav .menu>li>a{
    padding: 29.21px 0;
}
.site-header .search-box .form-control{
    color: #fff;
    background: rgba(255, 255, 255, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.search-box:after{
    color: rgba(255, 255, 255, 0.5);
}
.search-box:hover:after{
    color: #fff;
}
.site-header{
    background: transparent;
}
/*------------ /common ------------*/
/*列表通用 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: #FAD038;
}
.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*/
/*列表通用 index、products*/
.products-list .box.new .pic::after {
    content: 'New';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    text-align: center;
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 15px;
    color: #121212;
    font-weight: normal;
    letter-spacing: 0;
    background: rgba(255, 255, 255, .5);
    border-radius: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    font-family: 'Montserrat', serif;
    z-index: 15;
}
.products-list .txt {
    box-sizing: border-box;
}
.products-list .box .name{
    text-align: center;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 28px;
    height: 28px;
    -webkit-line-clamp: 1;
    transition: all 0.3s ease;
}
.products-list .box:hover .name{
    color: #121212;
}
.products-list .box .description{
    text-align: center;
    color: #ccc;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    transition: all 0.3s ease;
}
.products-list .box:hover .description{
    color: #666;
}
.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 .item .box{
    padding: 10px;
    background: rgba(170, 170, 170, .2);
    border-radius: 15px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    transition: all .3s ease;
    overflow: hidden;
}
.news-list .box:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #F4F1E2;
    background: linear-gradient(300deg, #E1FCFF 0, #F4F1E2 100%);
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}
.news-list .box:hover:before{
    opacity: 1;
}
.news-list .pic,
.news-list .pic img {
    border-radius: 15px;
}
.news-list .item .name{
    color: #121212;
    letter-spacing: 0.5px;
    line-height: 1.4;
    transition: all 0.3s ease;
}
.news-list .item .description{
    color: #878787;
    letter-spacing: 0.5px;
    line-height: 1.5;
    transition: all 0.3s ease;
}
.news-list .box:hover .description {
    color: #666;
}
.news-list .date {
    color: #444;
    font-family: 'Montserrat', serif;
}
.news-list .item.slick-slide.slick-active .box .date {
    color: #00BBD4;
}
.news-list .item.slick-slide.slick-active + .slick-active .box .date {
    color: #FE7042;
}
.news-list .item.slick-slide.slick-active + .slick-active + .slick-active .box .date {
    color: #49AE4E;
}
.news-list .item.slick-slide.slick-active + .slick-active + .slick-active + .slick-active .box .date {
    color: #EDB301;
}
.news-list .item .name{
    color: #121212;
    letter-spacing: 0.5px;
    line-height: 1.4;
    transition: all 0.3s ease;
}
.news-list .box:hover .name{
    color: #00BBD4;
}
.news-list .item .description{
    color: #666;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
/*/列表通用 index、news*/
/*------------ banner ------------*/
.banner_m{
    position: relative;
    z-index: 2;
}
.banner *,
.banner_m *{
    height: 100%;
}
.banner img,
.banner_m img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
    min-height: unset !important;
    transition: transform 2s linear 3s;
    transform: scale(1.2, 1.2);
}
.banner .slick-active img,
.banner_m .slick-active img  {
    transition: transform 6s linear;
    transform: scale(1.2, 1.2);
}
.banner.loaded img,
.banner_m.loaded img {
    transform: scale(1.2, 1.2);
}
.banner.loaded .slick-active img,
.banner_m.loaded .slick-active img {
    transform: scale(1, 1);
}
.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;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    bottom: 62px;
    height: 10px;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    margin: 0 10px;
    height: 10px;
    line-height: 8px;
}
.banner .slick-dots button,
.banner_m .slick-dots button{
    padding: 0;
    width: 8px;
    height: 8px;
    color: transparent;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    white-space: nowrap;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
}
.banner .slick-active button,
.banner_m .slick-active button{
    border-color: #fff;
}
.banner_m{
    display: none;
}
@keyframes zoomOutImage {
    from {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.zoomOutImage {
    animation-name: zoomOutImage;
}
/*------------ /banner ------------*/
/*------------ title ------------*/
.title{
    position: relative;
    box-sizing: border-box;
    margin: 0 0 40px;
}
.title span{
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 20px;
    letter-spacing: 0.25px;
    color: #878787;
    font-family: 'Montserrat', serif;
    padding-left: 40px;
}
.title span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 28px;
    height: 24px;
    background: url(../../../images/layout04/common/index/title_ic.png) no-repeat;
    background-size: contain;
}
.title h2{
    font-size: 46px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 1.2;
    color: #121212;
    margin: 0;
}
/*------------ /title ------------*/
/*------------ more ------------*/
.index_more {
    position: relative;
    box-sizing: border-box;
}
.index_more a{
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    width: 170px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 0;
    border: 1px solid rgba(255, 255, 255, .4);
    background: rgba(255, 255, 255, .15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 0 24px;
    overflow: hidden;
}
.index_more a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 100%;
    transition: all 0.3s ease;
}
.index_more a:hover:before {
    width: 110%;
    height: 110%;
    border-radius: 0;
    right: -5%;
    z-index: -1;
}
.index_more a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url(../../../images/layout04/common/index/btn_arr.png) no-repeat;
    background-size: contain;
}
.index_more a span {
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat', serif;
    transition: all 0.3s ease;
}
.index_more a:hover span {
    color: #121212;
}
/*------------ /more ------------*/
/*------------ sect ------------*/
.album-sect,
.about-sect,
.news-sect,
.products-sect,
.service-sect,
.article-sect,
.contact-sect,
.articles-sect {
    position: relative;
    z-index: 2;
}
/*------------ /sect ------------*/
/*------------ 輪播 ------------*/
.hot-arrow{
    position: absolute;
    top: 50px;
    right: 200px;
    width: 72px;
    height: 34px;
}
.hot-arrow .slick-arrow{
    position: absolute;
    left: 0;
    box-sizing: border-box;
    display: inline-block;
    width: 34px;
    height: 34px;
    padding: 0;
    color: transparent;
    border: 1px solid rgba(255, 255, 255, .4);
    background: rgba(255, 255, 255, .15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
    z-index: 100;
}
.hot-arrow .slick-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scalex(-1);
    width: 10px;
    height: 10px;
    background: url(../../../images/layout04/common/index/btn_arr.png) no-repeat;
    background-size: contain;
    filter: brightness(100);
    transition: all 0.3s ease;
}
.hot-arrow .slick-next{
    right: 0;
    left: unset;
}
.hot-arrow .slick-next::before {
    transform: translate(-50%, -50%) scalex(1);
}
.hot-arrow .slick-arrow:hover:before{
    filter: brightness(0);
}
.hot-arrow .slick-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -34px;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 100%;
    transition: all 0.3s ease;
}
.hot-arrow .slick-next::after {
    right: -34px;
    left: unset;
}
.hot-arrow .slick-arrow:hover:after {
    width: 110%;
    height: 110%;
    border-radius: 0;
    left: -5%;
    z-index: -1;
}
.hot-arrow .slick-next:hover:after {
    right: -5%;
    left: unset;
}
/*------------ /輪播 ------------*/
/*------------ article_新編輯器 ------------*/
.article-sect .container{
    padding: 40px 15px;
}
/*------------ /article_新編輯器 ------------*/
/*------------ about ------------*/
.about-sect{
    padding: 120px 0;
    background: rgba(0, 0, 0, 0.7);
}
.about-sect .title {
    width: 27%;
    margin: 0 40px 0 0;
}
.about-sect .title h2 {
    color: #fff;
}
.about-sect .title span {
    color: rgba(255, 255, 255, 0.5);
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    z-index: 2;
}
.about-sect .txt-box{
    display: flex;
}
.about-sect .col.pic{
    display: none;
}
.about-sect .txt-box .index-about-editor {
    width: calc(100% - 30% - 170px);
    margin: 40px 150px 0 0;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    box-sizing: border-box;
    text-align: justify;
    color: #ccc;
    font-size: 16px;
    letter-spacing: 0.35px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 140px;
}
.about-sect .index_more{
    width: 170px;
    margin: 0 0 0 40px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.about-sect .txt .tag{
    display: none;
}
/*------------/about ------------*/
/*------------ articles ------------*/
.articles-sect{
    margin-bottom: 50px;
    padding-top: 20px;
    padding: 60px 0 0px;
}
.articles-sect .title{
    margin-bottom: 60px;
}
.articles-sect .index_more{
    position: absolute;
    left: 50%;
    margin-left: -28.5px;
    top: 43px;
    border-color: #444;
    color: #444;
}
/*------------ news ------------*/
.news-sect{
    padding: 120px 0 20px;
}
.news-sect .title {
    text-align: center;
    margin: 0;
}
.news-sect .title span {
    width: fit-content;
    margin: 0 auto;
}
.news-sect .index_more{
    position: absolute;
    top: 40px;
    right: 15px;
}
.news-sect .index_more a {
    border: 0;
    background: linear-gradient(300deg, #E1FCFF 0, #F4F1E2 100%);
    box-shadow: -5px -5px 10px #f3f1e391, 10px 10px 10px rgba(0, 0, 0, 0.08);
}
.news-sect .index_more a span {
    color: #121212;
}
.news-sect .hot-arrow .slick-arrow {
    border: 0;
    background: linear-gradient(300deg, #E1FCFF 0, #F4F1E2 100%);
    box-shadow: -5px -5px 10px #f3f1e391, 10px 10px 10px rgba(0, 0, 0, 0.08);
}
.news-sect .hot-arrow .slick-arrow::before {
    filter: brightness(0);
}
.news-sect .hot-arrow {
    width: calc(100% + 120px);
    top: 63%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.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 {
    margin: 40px -10px 0;
}
.news-list.type2 .item{
    border: none;
    margin-bottom: 0;
    padding: 0 10px 40px;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
}
.news-list.type2 .item .txt{
    padding: 15px 10px 0;
}
.news-list.type2 .box {
    padding-bottom: 30px;
    margin: 0 auto 30px;
}
.news-list.type2 .date .day {
    font-size: 30px;
    padding-right: 5px;
}
.news-list.type2 .btn.more {
    display: flex;
    justify-content: center;
    position: static;
    margin: 25px auto 0; 
    font-weight: normal;
    font-family: 'Montserrat', serif;
    font-size: 14px;
    letter-spacing: 0;
    color: #121212;
    border-radius: 40px;
    line-height: 38px;
    width: 120px;
    border: 1px solid rgba(255, 255, 255, .8);
    background: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.news-list.type2 .box:hover .btn.more {
    background: #00BBD4;
    border-color: #00BBD4;
    color: #fff;
}
/*/n_type2*/
/*n_type3*/
.news-list.type3:before{
    display: none;
}
.news-list.type3 {
    margin: 0 -10px;
}
.news-list.type3 .item {
    padding: 0 10px;
    margin: 40px 0;
    border: 0;
}
.news-list.type3 .item .box {
    padding: 30px 20px;
    background: linear-gradient(300deg, #E1FCFF 0, #F4F1E2 100%);
    box-shadow: -5px -5px 10px #f3f1e391, 10px 10px 10px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
}
.news-list.type3 .box:before {
    display: none;
}
.news-list.type3 .item.slick-slide.slick-active .box:hover {
    background: #00BBD4;
}
.news-list.type3 .item.slick-slide.slick-active + .slick-active .box:hover {
    background: #FE7042;
}
.news-list.type3 .item.slick-slide.slick-active + .slick-active + .slick-active .box:hover {
    background: #49AE4E;
}
.news-list.type3 .item.slick-slide.slick-active + .slick-active + .slick-active + .slick-active .box:hover {
    background: #EDB301;
}
.news-list.type3 .txt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.news-list.type3 .date {
    font-size: 18px;
    display: flex;
    position: static;
    margin: 50px 0 0;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
}
.news-list.type3 .item.slick-slide.slick-active .box:hover .date,
.news-list.type3 .item.slick-slide.slick-active + .slick-active .box:hover .date,
.news-list.type3 .item.slick-slide.slick-active + .slick-active + .slick-active .box:hover .date,
.news-list.type3 .item.slick-slide.slick-active + .slick-active + .slick-active + .slick-active .box:hover .date {
    color: #fff;
}
.news-list.type3 .date .day,
.news-list.type3 .date .month,
.news-list.type3 .date .years {
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
}
.news-list.type3 .name {
    margin-top: 0;
}
.news-list.type3 .box:hover .name {
    color: #fff;
}
.news-list.type3 .description {
    -webkit-line-clamp: 1;
    max-height: 23px;
    color: #878787;
}
.news-list.type3 .box:hover .description {
    color: rgba(255, 255, 255, .5);
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 {
    margin: 40px -10px 0;
}
.news-list.type4 .item {
    padding: 0 10px;
    margin-bottom: 40px;
}
.news-list.type4 .item .box{
    border: none;
}
.news-list.type4 .txt {
    box-sizing: border-box;
    padding: 15px 10px;
    min-height: unset;
}
.news-list.type4 .item .date,
.news-date{
    position: relative;
    border-radius: 0;
    color: #00BBD4;
    width: 100%;
    height: 18px;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 5px;
    padding: 0;
    line-height: 1;
    font-family: 'Montserrat', serif;
}
.news-list.type4 .item:nth-of-type(4n + 1) .box .date {
    color: #00BBD4;
}
.news-list.type4 .item:nth-of-type(4n + 2) .box .date {
    color: #FE7042;
}
.news-list.type4 .item:nth-of-type(4n + 3) .box .date {
    color: #49AE4E;
}
.news-list.type4 .item:nth-of-type(4n + 4) .box .date {
    color: #EDB301;
}
.news-list.type4 .item .date .day{
    display: inline-block;
    width: auto;
    line-height: 1;
    margin: 0;
    font-size: 18px;
    order: 3;
    font-weight: normal;
}
.news-list.type4 .date .day:before {
    content: '.';
}
.news-list.type4 .date .month{
    margin: 0;
    font-size: 18px;
    line-height: 1;
    order: 2;
    font-weight: normal;
}
.news-list.type4 .date .years {
    margin: 0;
    font-size: 18px;
    line-height: 1;
    order: 1;
    font-weight: normal;
}
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    max-height: 24px;
    -webkit-line-clamp: 1;
}
/*/n_type4*/
/*n_少量排版*/
.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 .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 30px;
}
.news-list.onlyitem-list .item .box .description{
    display: -webkit-box;
}
.news-list.onlyitem-list .item .date{
    margin-bottom: 20px;
    margin-top: 0;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list.type2 .btn.more {
    display: none;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
/*/n_少量排版*/
/*------------ /news ------------*/
/*------------ products ------------*/
.products-sect {
    padding: 120px 0 110px;
    z-index: 1;
}
.products-sect::before {
    content: '';
    position: absolute;
    top: -420px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../../../images/layout04/common/index/p_bg.jpg) no-repeat fixed 50% 50%;
    width: 100%;
    height: calc(100% + 420px);
    border-radius: 0 0 0 15vw;
    z-index: -1;
}
.products-sect .title span{
    color: #fff;
}
.products-sect .title h2 {
    color: #fff;
}
.products-sect .index_more{
    position: absolute;
    top: 40px;
    right: 15px;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*p_type1*/
.products-list.type1 .name,
.products-list.type1 .box:hover .name {
    font-weight: normal;
}
.products-list .pic:before {
    background: rgba(102, 102, 102, 0.85);
    transition: all 0.3s ease;
}
/*/p_type1*/
/*p_type2*/
.products-list.type2 .item {
    position: relative;
    margin-bottom: 40px;
}
.products-list.type2 .box{
    padding: 10px;
    background: rgba(255, 255, 255, .2);
    border-radius: 15px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: backdrop-filter 0s ease; 
    overflow: hidden;
}
.products-list.type2 .pic,
.products-list.type2 .pic img {
    border-radius: 15px;
}
.products-list.type2 .pic:before{
    display: none;
}
.products-list.type2 .box::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #F4F1E2;
    background: linear-gradient(300deg, #E1FCFF 0, #F4F1E2 100%);
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}
.products-list.type2 .box:hover:before{
    opacity: 1;
}
.products-list.type2 .txt {
    padding: 15px 10px 0;
}
.products-list.type2 .item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 47px;
    height: 3px;
    background: #fff;
    transition: all 0.3s ease;
    z-index: 1;
}
.products-list.type2 .item:hover::before {
    width: 15px;
    background: #00BBD4;
}
.products-list.type2 .box:after{
    content: 'View More';
    display: block !important;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
    margin: 10px -10px 0;
    padding: 10px;
    transition: all .3s ease;
    font-family: 'Montserrat', serif;
    /* visibility: visible; */
}
.products-list.type2 .box:hover:after{
    color: #00BBD4;
    letter-spacing: 5px;
}
/*/p_type2*/
/*p_少量排版*/
.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;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 30px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item::before,
.products-list.onlyitem-list.type2 .item::after {
    display: none;
}
/*/p_少量排版*/
/*------------ /products ------------*/
/*------------ service ------------*/
.service-sect{
    padding: 120px 0;
    overflow: hidden;
}
.service-sect::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(82deg, #E3DCB5 0%, #9DF5FF 33%, #E3DCB5 66%, #9DF5FF 100%) fixed; */
    background: linear-gradient(82deg, #f7eaa2 0%, #86f1fd 33%, #f7eaa2 66%, #86f1fd 100%) fixed;
    background-size: 300% 100%;
    animation: gradientMove 10s ease-in-out infinite alternate;
    z-index: -2;
}
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
.service-sect .container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 65%;
    margin-top: -1224px;
    margin-left: -1350.5px;
    width: 2701px;
    height: 2448px;
    background: url(../../../images/layout04/common/index/s_logo.png) no-repeat;
    z-index: -1;
    opacity: 0.5;
    -webkit-animation: rotateAnim 10s linear infinite;
    animation: rotateAnim 10s linear infinite;
}
@keyframes rotateAnim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.service-sect .container::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -20%;
    margin-top: -1224px;
    margin-left: -1350.5px;
    width: 2701px;
    height: 2448px;
    background: url(../../../images/layout04/common/index/s_logo.png) no-repeat;
    z-index: -1;
    opacity: 0.3;
    -webkit-animation: rotateAnim2 10s linear infinite;
    animation: rotateAnim2 10s linear infinite;
    visibility: visible;
}
@keyframes rotateAnim2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}



.service-sect .title {
    display: none;
}
.service-sect .editor{
    position: relative;
    box-sizing: border-box;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-box .index_more{
    display: none;
}
/*------------ /service ------------*/
/*------------ album ------------*/
.album-sect{
    padding: 20px 0 80px;
}
.album-sect .title {
    text-align: center;
}
.album-sect .title span {
    width: fit-content;
    margin: 0 auto;
}
.album-sect .index_more{
    position: absolute;
    top: 40px;
    right: 15px;
}
.album-sect .index_more a {
    border: 0;
    background: linear-gradient(300deg, #E1FCFF 0, #F4F1E2 100%);
    box-shadow: -5px -5px 10px #f3f1e391, 10px 10px 10px rgba(0, 0, 0, 0.08);
}
.album-sect .index_more a span {
    color: #121212;
}
.album-sect .hot-arrow .slick-arrow {
    border: 0;
    background: linear-gradient(300deg, #E1FCFF 0, #F4F1E2 100%);
    box-shadow: -5px -5px 10px #f3f1e391, 10px 10px 10px rgba(0, 0, 0, 0.08);
}
.album-sect .hot-arrow .slick-arrow::before {
    filter: brightness(0);
}
.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.album-list .item .pic,
.album-list .item .pic img {
    border-radius: 15px;
}
.album-list .box .namebox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 10px 10px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, .2);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    overflow: hidden;
}
.album-list .box .namebox::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #F4F1E2;
    background: linear-gradient(300deg, #E1FCFF 0, #F4F1E2 100%);
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0; 
}
.album-list .box:hover .namebox::before {
    opacity: 1;
}
.album-list .box .name {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 28px;
    height: 28px;
    -webkit-line-clamp: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    padding: 10px 15px;
    margin: 0;
}
.album-list .box:hover .name {
    color: #121212;
}
.album-sect .album-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*al_type1*/
.album-list.type1 .item {
    border: 0;
}
.album-list.type1 .item .name {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    line-height: 28px;
    height: 28px;
    -webkit-line-clamp: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 15px;
}
/*/al_type1*/
/*al_type2*/
.album-list.type2 {
    display: block;
}
.album-list.type2 .item .pic,
.album-list.type2 .item .pic img {
    border-radius: 0;
}
.album-list.type2 .box .pic:before {
    background: rgba(102, 102, 102, 0.85);
    transition: all .3s ease;
}
/*/al_type2*/
/*al_瀑布流*/
.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%;
}
.masonry-album-sect .item{
    width: 25%;
}
/*/al_瀑布流*/
/*al_少量排版*/
.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 .box{
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
/*/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 (min-width: 1920px){
    .products-sect::before {
        background-size: cover;
    }
}
@media screen and (max-width: 1280px){
    .products-list.type2 {
        margin: 0 -10px;
    }
    .products-list.type2 .item {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1280px){
    .about-sect .txt-box .index-about-editor {
        margin: 40px 75px 0 0;
    }
    .products-sect::before {
        border-radius: 0 0 0 10vw;
    }
}
@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,
    .products-list.onlyitem-list.type2 .item .box .txt {
        width: 100%;
        padding: 15px 10px 0;
    }
    .products-list.onlyitem-list .item .mask{
        max-width: inherit;
        min-width: inherit;
    }
    .products-list.onlyitem-list.type2 .item::before,
    .products-list.onlyitem-list.type2 .item::after {
        display: block;
    }
    .news-list.onlyitem-list .item .pic {
        width: 212px;
    }
    .news-list.onlyitem-list .item .box .txt {
        width: calc(100% - 212px);
    }
    /*/p_少量排版*/
}
@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: 15px 10px;
        width: 100%;
    }
    .news-list.onlyitem-list .item .date{
        margin: 0;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*/少量排版*/
    /*common*/
    .site-title .logo {
        color: transparent;
        background: url(../../../images/layout04/common/logo.png) 50% 50% no-repeat;
        background-size: contain;
    }
    .search-box:after {
        color: #aaa;
    }
    /*/common*/
    .banner .slick-dots{
        bottom: 15px;
    }
    .banner_m .slick-dots {
        bottom: 30px;
    }
    .banner .slick-dots li,
    .banner_m .slick-dots li {
        margin: 0 5px;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    .title{
        margin: 0 0 30px;
    }
    .title span {
        font-size: 16px;
        padding-left: 30px;
    }
    .title span::before {
        width: 20px;
        height: 19px;
    }
    .title h2 {
        font-size: 35px;
    }
    .index_more {
        z-index: 2;
    }
    .service-sect{
        padding: 50px 0;
    }
    .service-sect .container::before {
        left: 0;
    }
    .about-sect{
        padding: 50px 0;
        background: #111;
    }
    .about-sect .title {
        width: 100%;
        margin: 0 0 30px;
    }
    .about-sect .title span {
        width: fit-content;
        margin: 0 auto;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-sect .txt-box{
        display: block;
        padding: 0 15px;
    }
    .about-sect .txt-box .index-about-editor {
        margin: 0;
        width: 100%;
    }
    .about-sect .txt-box .index-about-editor .editor {
        -webkit-line-clamp: initial;
        height: unset;
        line-height: 1.8;
    }
    .about-sect .index_more{
        margin: 30px auto 0;
    }
    .products-sect{
        padding: 50px 0;
    }
    .products-sect::before {
        top: 0;
        height: 100%;
        background-position: 65% 50%;
        background-attachment: unset;
    }
    .products-sect .title {
        text-align: center;
    }
    .products-sect .title span {
        width: fit-content;
        margin: 0 auto;
    }
    .products-sect .index_more{
        position: relative;
        top: unset;
        right: unset;
        display: flex;
        justify-content: center;
        width: 170px;
        margin: 0 auto;
    }
    .products-list.type2 .name{
        font-size: 16px;
    }
    .products-list.type2 {
        margin: 0;
    }
    .products-list.type2 .txt {
        padding: 10px 0 0;
    }
    .products-list.type2 {
        margin: 0;
    }
    .products-list.type2 .item {
        padding: 0 5px;
    }
    .products-list .box.new .pic::after {
        top: 10px;
        right: 10px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 13px;
    }
    .news-sect{
        padding: 50px 0 50px;
    }
    .news-sect .index_more {
        position: relative;
        top: unset;
        right: unset;
        display: flex;
        justify-content: center;
    }
    .news-list.type3 .item {
        margin: 20px 0 40px;
    }
    .news-list.type3 .item .box {
        padding: 25px 40px;
    }
    .news-list.type3 .item.slick-slide.slick-active .box:hover {
        background: #00BBD4;
    }
    .news-list.type3 .item.slick-slide.slick-active + .slick-active .box:hover {
        background: #FE7042;
    }
    .news-list.type3 .item.slick-slide.slick-active + .slick-active + .slick-active .box:hover {
        background: #49AE4E;
    }
    .news-list.type3 .item.slick-slide.slick-active + .slick-active + .slick-active + .slick-active .box:hover {
        background: #00BBD4;
    }
    .news-list.type3 {
        margin: 0;
    }
    .album-sect{
        padding: 50px 0 75px;
        background: #f5f5f5;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect .index_more{
        position: relative;
        top: unset;
        right: unset;
        display: flex;
        justify-content: center;
        width: 170px;
        margin: 0 auto;
    }
    .album-list.type1 {
        margin: 0;
    }
    .articles-sect{
        padding: 50px 0;
    }
    .article-sect .container{
        padding: 0 15px;
    }
    .contact-sect{
        background-size: auto, cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .news-sect .hot-arrow {
        width: 100%;
        top: 50%;
        left: 50%;
        right: unset;
        z-index: 1;
    }
    .products-sect .hot-arrow {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: unset;
        bottom: 9px;
        width: 250px;
        z-index: 1;
    }
    .album-sect .hot-arrow {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: unset;
        bottom: 9px;
        width: 250px;
        z-index: 1;
    }
}
@media screen and (max-width: 767px){
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .album-list{
        flex-wrap: wrap;
    }
    .album-sect .album-list .item{
        min-width: inherit;
    }
    .products-list.type2 .name {
        margin-top: 0;
    }
    .news-list.type3 .name {
        margin: 0;
    }
    .news-list.type3 .item.slick-slide.slick-active .box:hover {
        background: #00BBD4;
    }
    .news-list.type3 .item.slick-slide.slick-active + .slick-active .box:hover {
        background: #FE7042;
    }
    .news-list.type3 .item.slick-slide.slick-active + .slick-active + .slick-active .box:hover {
        background: #00BBD4;
    }
    .news-list.type3 .item.slick-slide.slick-active + .slick-active + .slick-active + .slick-active .box:hover {
        background: #FE7042;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    } 
    .news-list.type3 .item.slick-slide.slick-active .box:hover {
        background: #00BBD4;
    }
    .news-list.type3 .item.slick-slide.slick-active + .slick-active .box:hover {
        background: #00BBD4;
    }
    .news-list.type3 .item.slick-slide.slick-active + .slick-active + .slick-active .box:hover {
        background: #00BBD4;
    }
    .news-list.type3 .item.slick-slide.slick-active + .slick-active + .slick-active + .slick-active .box:hover {
        background: #00BBD4;
    }
    .products-sect .container {
        padding: 0;
    }
}