@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,400i,500,500i,600,600i,700,700i');
/*列表通用 index article*/
.article-list .item .box{
    margin: 0 auto 45px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 35px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.type5 .keyword_box{
    color: #9A7F64;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: rgb(230,10,54);
    background: -moz-linear-gradient(-45deg, rgba(230,10,54,1) 0%, rgba(241,125,41,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    background: linear-gradient(135deg, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60a36', endColorstr='#f17d29',GradientType=1 );
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    position: relative;
}
.type1 .article-list .btn.more:before,
.type4 .article-list .btn.more:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    right: 0;
    background: rgb(230,10,54);
    background: -moz-linear-gradient(-45deg, rgba(230,10,54,1) 0%, rgba(241,125,41,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    background: linear-gradient(135deg, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60a36', endColorstr='#f17d29',GradientType=1 );
    transition: all .3s ease;
    border-radius: 5px;
}
.type1 .article-list .box .btn.more:hover:before,
.type4 .article-list .box:hover .btn.more:before{
    opacity: 0;
}
.type2 .article-list .date,.type3 .article-list .date,.type4 .article-list .date:before{
    color: rgb(230,10,54);
    border-color: rgb(230,10,54);
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.article-detail .fb{
    padding: 10px 0 5px;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #9A7F64;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}
/*/列表通用 index article*/
/*列表通用 index、products*/
.products-list .box.new .pic::after {
    content: 'NEW';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    text-align: center;
    width: 55px;
    height: 55px;
    line-height: 55px;
    color: #665139;
    font-size: 18px;
    font-weight: bold;
    background: #EFD155;
    border-radius: 10px;
    font-family: 'Quicksand', serif;
    z-index: 2;
}
.products-list .pic:before {
    transition: all 0.3s ease;
    background: rgba(121, 106, 86, 0.9);
}
.products-list .box img{
    display: block;
    width: 100%;
}
.products-list .name {
    color: #484848;
    letter-spacing: 1px;
    height: 28px;
    line-height: 28px;
    -webkit-line-clamp: 1;
    margin: 0 0 5px;
    transition: all 0.3s ease;
}
.products-list .box:hover .name {
    color: #796A56;
}
.products-list .description {
    color: #828282;
    letter-spacing: 0.9px;
    line-height: 1.5;
}
.products-list .mask .more{
    display: none;
}
.products-list.for-cart .offers{
    color: #D80000;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: transparent;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 45;
    transition: all .2s;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #D80000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
@media screen and (max-width: 1000px){
    .products-list .box .more{
        font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .products-list.masonry-list.products-list .item .box{
        margin-bottom: 0px;
    }
    .products-list .box.new:before{
        top: 0;
        left: 0;
    }
}
/*/列表通用 index、products*/
/*列表通用 index、album*/
.album-sect .album-list{
    margin: 0;
}
.album-sect .album-list .item{
    margin-bottom: 0;
}
.album-list .item .name{
    color: #fff;
}
/*/列表通用 index、album*/
/*列表通用 index、news*/
.news-list .pic:before{
    display: none;
}
.news-list .item .box{
    top: 0;
    border-radius: 20px;
    transition: all .3s ease;
}
.news-list .item .pic {
    position: relative;
    box-sizing: border-box;
    border-radius: 20px 20px 0 0;
}
.news-list .item .name{
    color: #484848;
    letter-spacing: 1px;
    height: 28px;
    line-height: 28px;
    -webkit-line-clamp: 1;
    transition: all 0.3s ease;
}
.news-list .box:hover .name{
    color: #796A56;
}
.news-list .item .description{
    color: #828282;
    letter-spacing: 0.9px;
    line-height: 1.5;
}
.news-list .date {
    color: #796A56;
    font-family: 'Quicksand', serif;
}
/*/列表通用 index、news*/
/*------------ banner ------------*/
.banner img,
.banner_m img{
    width: 100%;
}
.banner *,
.banner_m *{
    height: 100%;
}
.banner img,
.banner_m img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}
.banner .slick-arrow,
.banner_m .slick-arrow{
    position: absolute;
    width: 70px;
    height: 70px;
    display: block;
    border: 0;
    color: transparent;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    cursor: pointer;
    background: rgb(63, 63, 63, 0.6);
    transition: all 0.3s ease;
    z-index: 1;
}
.banner .slick-arrow::before,
.banner_m .slick-arrow::before {
    content: "\f077";
    font-family: 'icon-font' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    color: #fff;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
}
.banner .slick-next::before,
.banner_m .slick-next::before{
    transform: rotate(180deg);
}
.banner .slick-prev,
.banner_m .slick-prev{
    margin-top: -71px;
}
.banner .slick-next,
.banner_m .slick-next{
    margin-bottom: -69px;
}
.banner .slick-arrow:hover,
.banner_m .slick-arrow:hover{
    background: rgb(121, 106, 86, 0.6);
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    position: relative;
    box-sizing: border-box;
    margin: 0 0 40px;
}
.title h2{
    color: #665139;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0;
}
.title span {
    display: block;
    color: rgb(103, 81, 57, 0.3);
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2;
    font-family: 'Quicksand', serif;
}
/*------------ /title ------------*/
/*------------ more ------------*/
.index_more{
    position: relative;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}
.index_more a {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 0;
    background: #796A56;
    border-radius: 50px;
    transition: all .3s ease; 
    overflow: hidden;
    z-index: 5;
}
.index_more a:hover {
    background: #EFD155;
    color: #685139;
}
.index_more a span {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 30px;
}
.index_more a span::before {
    content: '\f105';
    font-family: 'icon-font' !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    font-size: 22px;
}
/*------------ /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 ------------*/
/*------------ article_新編輯器 ------------*/
.article-sect{
    background: #fff;
}
.article-sect .container{
    padding: 40px 15px;
}
/*------------ /article_新編輯器 ------------*/
/*------------ about ------------*/
.about-sect{
    padding: 152px 0;
    overflow: hidden;
    z-index: unset;
}
.about-sect .container {
    z-index: 3;
}
.about-sect .container::before {
    content: '';
    position: absolute;
    top: -56%;
    right: -41%;
    width: 800px;
    height: 615px;
    background: url(../../../images/layout06/common/index/a_circle.png) no-repeat;
    background-size: contain;
    -webkit-animation: spin 24s linear infinite;  
    animation: spin 24s linear infinite;
    z-index: -1;
}
.about-sect .title::before {
    content: '';
    display: block;
    position: relative;
    margin: 20px 0;
    width: 77px;
    height: 8px;
    background: url(../../../images/layout06/common/index/a_title_ic.png) no-repeat;
    background-size: contain;
}
.about-sect .title h2 {
    margin: 0 0 0 -18px;
}
.about-sect .title h2::before {
    content: '「 ';
}
.about-sect .title h2::after {
    content: ' 」';
}
.about-sect .row{
    display: flex;
    flex-direction: row-reverse;
}
.about-sect .col.pic {
    position: relative;
    box-sizing: border-box;
    width: 57.677%;
    margin-left: 22px;
    margin-right: 47px;
    z-index: 1;
}
.about-sect .col.pic .a_pic1{
    position: relative;
    box-sizing: border-box;
    max-width: 630px;
    left: 13px;
    top: 0;
    z-index: 1;
}
.about-sect .col.pic .a_pic2 {
    box-sizing: border-box;
    position: relative;
    max-width: 380px;
    margin: -70px 0 0 auto;
    z-index: 2;
}
.about-sect .col.pic .a_pic1 img,
.about-sect .col.pic .a_pic2 img {
    border-radius: 30px;
}
.about-sect .col.pic .a_pic1 img {
    position: relative;
    transform: rotate(3deg);
    margin: 0;
    left: 13px;
}
.about-sect .col.pic .a_pic2 img {
    position: relative;
    transform: rotate(-3deg);
    margin: 0 10px 0 0;
}
.about-sect .col.pic .a_pic1::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #F5B2AA;
    z-index: -1;
    border-radius: 30px;
}
.about-sect .col.pic .a_pic2::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #A3CCE1;
    z-index: -1;
    border-radius: 30px;
}
.about-sect .col.pic .a_pic3 {
    position: absolute;
    bottom: 0;
    left: 70px;
    width: 171px;
    height: 223px;
    background: url(../../../images/layout06/common/index/a_boy.png) no-repeat;
    background-size: contain;
    z-index: 3;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 57.677%);
    padding-left: 47px;
    z-index: 2;
}
.about-sect .pic img{
    margin: 0;
}
.about-sect .txt-box{
    position: relative;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 110px;
}
.about-sect .index_more{
    margin: 50px 0 0;
}
.about-sect .txt .tag{
    display: none;
}
/*------------ articles ------------*/
.articles-sect{
    padding: 75px 0 20px;
    background: #F6F6F6;
}
.articles-sect .title:before{
    content: '';
    display: block;
    width: 36px;
    height: 5px;
    background: #000000;
    margin: 0 auto 20px; 
}
.articles-sect .title span{
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size: 28px;
    color: #000000;
    margin-bottom: 5px;
}
.article-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.articles-sect .index_more{
    display: none;
}
/*------------ news ------------*/
.news-sect{
    padding: 85px 0;
}
.news-sect .n_left {
    position: absolute;
    top: 50%;
    left: -345px;
    width: 284px;
    height: 648px;
    background: url(../../../images/layout06/common/index/n_left.png) no-repeat;
    background-size: contain;
}
.news-sect .n_right {
    position: absolute;
    top: 90%;
    right: -312px;
    width: 268px;
    height: 377px;
    background: url(../../../images/layout06/common/index/n_right.png) no-repeat;
    background-size: contain;
}
.news-sect .title {
    text-align: center;
}
.news-sect .index_more{
    display: none;
}
.news-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/*n_type1*/
.news-list.type1 .item {
    border-bottom: 1px solid #ddd;
}
.news-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    font-weight: normal;
    background: #796A56;
    border-radius: 40px;
    transition: all 0.3s ease;
}
.news-list .box:hover .btn.more {
    background: #EFD155;
    color: #796A56;
}
.news-list.type1 .item:nth-child(2n) .txt_in {
    background: #f5f5f5;
}
/*/n_type1*/
/*n_type2*/
.news-list.type2 .item .pic {
    border-radius: 20px;
}
.news-list.type2 .item {
    padding: 0 10px 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
/*/n_type2*/
/*n_type3*/
.news-list.type3 .item {
    border-left: 1px solid #ddd;
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 .txt {
    position: static;
    padding: 20px;
}
.news-list.type4 .item .box{
    border: 0;
    background: #F2F2F2;
}
.news-list.type4 .item .date,
.news-date {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    background: #A3CCE1;
    font-family: 'Quicksand', sans-serif;
    transition: all 0.3s ease;
}
.news-list.type4 .item .box:hover .date {
    background: #F5B2AA;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 32px;
    font-weight: bold;
}
/*/n_type4*/
/*n_少量排版*/
.news-list.onlyitem-list .item{
    width: 50%
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
    border-radius: 30px 0 0 30px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 312px);
    box-sizing: border-box;
    padding: 20px;
}
.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;
}
/*/n_少量排版*/
/*------------ /news ------------*/
/*------------ products ------------*/
.products-sect{
    padding: 0;
    margin: 0 0 158px;
    background: #EBE8E5;
}
.products-sect .container {
    padding: 160px 0 0;
    max-width: unset;
    overflow: hidden;
}
.products-sect .container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1929px;
    width: 3858px;
    height: 3860px;
    background: url(../../../images/layout06/common/index/p_circle.png) no-repeat;
    background-size: contain;
    -webkit-animation: rotateAnim 200s linear infinite;
    animation: rotateAnim 200s linear infinite;
}
.products-sect::after {
    content: '';
    position: absolute;
    bottom: -157px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 158px;
    background: url(../../../images/layout06/common/index/s_bg.png) no-repeat 50% 50%;
    background-size: cover;
    transform: rotate(-180deg);
}
.products-sect .title{
    text-align: center;
}
.products-sect .index_more{
    margin: 10px auto 0;
    display: flex;
    justify-content: center;
}
.products-box{
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1330px;
}
.products-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*p_type1*/
.products-list.type1 .name,
.products-list.type1 .box:hover .name {
    font-weight: normal;
}
/*/p_type1*/
/*p_type2*/
.products-list.type2 > .item > .box{
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    transition: all .3s ease;
}
.products-list.type2 .mask{
    position: relative;
    box-sizing: border-box;
    margin: 0;
    transition: all .3s ease;
    overflow: hidden;
    z-index: 1;
}
.products-list.type2 .pic {
    border-radius: 20px;
}
.products-list.type2 .pic:before{
    display: none;
}
.products-list.type2 .txt {
    padding-top: 15px;
}
.products-list.type2 .name {
    color: #484848;
    letter-spacing: 1px;
    height: 28px;
    line-height: 28px;
    margin: 0 0 5px;
    -webkit-line-clamp: 1;
    transition: all 0.3s ease;
}
.products-list.type2 .description {
    color: #828282;
    letter-spacing: 0.9px;
    line-height: 1.5;
}
/*/p_type2*/
/*p_少量排版*/
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    max-width: 1000px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 20px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
/*/p_少量排版*/
/*------------ /products ------------*/
/*------------ service ------------*/
.service-sect {
    padding: 0 0 85px;
    margin: 0;
}
.service-sect::before {
    content: '';
    position: absolute;
    bottom: 158px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 158px;
    background: url(../../../images/layout06/common/index/s_bg.png) no-repeat 50% 50%;
    background-size: cover;
}
.service-sect::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 158px;
    background: #EBE8E5;
    z-index: -1;
}
.service-sect .container::before {
    content: '';
    position: absolute;
    top: -40%;
    left: -33%;
    width: 480px;
    height: 400px;
    background: url(../../../images/layout06/common/index/a_circle.png) no-repeat;
    background-size: contain;
    -webkit-animation: spin 24s linear infinite;  
    animation: spin 24s linear infinite;
    z-index: -1;
}
.service-sect .title {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    z-index: 2;
}
.service-sect .title span {
    display: none;
}
.service-sect .title::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 103%;
    width: 27px;
    height: 36px;
    background: url(../../../images/layout06/common/index/s_titlte_ic.png) no-repeat;
    background-size: contain;
}
.service-sect .title::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 103%;
    width: 27px;
    height: 36px;
    background: url(../../../images/layout06/common/index/s_titlte_ic.png) no-repeat;
    background-size: contain;
    transform: scaleX(-1);
    visibility: visible;
}
.service-sect .service-box {
    position: relative;
    box-sizing: border-box;
    text-align: left;
}
.service-sect .service-box .s_pic1{
    position: absolute;
    top: -75px !important;
    right: 70px;
    width: 124px;
    height: 244px;
    background: url(../../../images/layout06/common/index/s_girl.png) no-repeat;
    background-size: contain;
    z-index: 2;
}
.service-sect .editor {
    position: relative;
    box-sizing: border-box;
    background: #EFD155;
    padding: 100px 105px;
    border-radius: 30px;
    margin: -20px 0 50px;
}
.service-sect .editor::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    height: 50px;
    background: url(../../../images/layout06/common/index/s_tra.png) no-repeat;
    background-size: contain;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more{
    display: none;
}
/*------------ /service ------------*/
/*------------ album ------------*/
.album-sect {
    background: #f6f6f6;
}
.album-sect .title{
    display: none;
}
.album-sect .index_more{
    display: none;
}
.album-sect .container{
    max-width: 100%;
    padding: 0;
}
.album-list .slick-track{
    margin: auto;
}
.album-list .item{
    clear: none!important;
    padding: 0 0!important;
}
.album-list .item .box .more{
    display: none;
}
.masonry-list.album-list.type1 .item .box .more,
.masonry-list.album-list.type3 .item .box .more{
    display: block;
}
.album-list.type1 .item{
    margin-bottom: 0;
    border:none;
}
.album-list .item{
    width: 16.66%;
    padding: 0;
}
.album-list .item .namebox{
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(121, 106, 86, 0.9);
    color: #fff;
    transition: all .3s ease;
    opacity: 0;
    z-index: 50;
}
.album-list .item .namebox .name{
    margin: 15px 0;
    padding: 0 15px;
    font-size: 18px;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    -webkit-line-clamp: 1;
}
.album-list .item:hover .box .namebox{
    opacity: 1
}
.album-list .item .pic:before{
    content: "";
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(72, 72, 72, 0.6);
    transition: all .3s ease;
    z-index: 5;
}
.album-list.active .item .pic:before{
    opacity: 1;
}
.album-list.active .box:hover .cover,
.album-list.active .box:hover .pic:before{
    opacity: 0;
}
/*al_type1*/
.album-list.type1 .item .name {
    margin: 15px 0;
    font-weight: normal;
}
.album-list.type1.column6 .item .name {
    margin: 15px 5px;
}
/*/al_type1*/
/*al_type2*/
.album-list.type2 .box .pic:before {
    background: rgba(121, 106, 86, 0.9);
}
.album-list.type2 .item .pic {
    border-radius: 0;
}
.album-list.active.type2 .item .pic:before{
    opacity: 0;
}
.album-list.active.type2 .box:hover .cover,
.album-list.active.type2 .box:hover .pic:before{
    opacity: 1;
}
/*/al_type2*/
/*al_瀑布流*/
.masonry-album-sect{
    padding: 0 0 85px;
}
.masonry-album-sect .title{
    display: block;
    text-align: center;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.masonry-album-sect .masonry-list{
    margin: 0 -16px;
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 16px;
}
.masonry-album-sect .item .pic {
    border-radius: 30px;
}
.masonry-list.album-list .item .namebox{
    position: relative;
    background: transparent;
    opacity: 1;
}
.masonry-list.album-list .item .namebox:after{
    content: '\10ffff';
    font-family: 'icon-font-34' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    z-index: 2;
    text-indent: initial;
    transition: all .3s ease;
    opacity: 0;
    background: #EFD155;
    color: #796A56;
    border-radius: 100%;
    border: 0;
    right: 12px;
    top: -26px;
}
.masonry-list .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
    padding-right: 60px;
    color: #484848;
    font-weight: normal;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more:after,
.masonry-list.album-list.type4 .item .box .more:after  {
    display: none;
}
.masonry-list.album-list.type2 .item .box:hover .namebox:after{
    display: none;
}
.masonry-list.album-list.type1 .item{
    padding: 0 15px !important;
}
.masonry-list.album-list.type2 .item{
    padding: 0 !important;
}
.masonry-list.album-list.type1 .item .name,
.masonry-list.album-list.type3 .item .name{
    padding-right: 60px;
}
.masonry-list.album-list.type3 .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list.album-list.type1 .item .box:hover .namebox:after,
.masonry-list.album-list.type3 .item .box:hover .namebox:after{
    opacity: 1;
}
.masonry-list.album-list.type3 {
    margin: 0 -10px;
}
.masonry-list.album-list.type3 .item {
    padding: 0 10px !important;
}
/*/al_瀑布流*/
/*al_少量排版*/
.onlyitem-sect {
    padding: 0 0 85px;
}
.onlyitem-sect .title{
    display: block;
    text-align: center;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .album-list{
    text-align: center;
}
.onlyitem-sect .album-list .item{
    width: 32.33%;
    padding: 0 16px;
    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 .pic {
    border-radius: 30px;
}
.onlyitem-sect .album-list .item .namebox{
    background: none;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.onlyitem-sect .album-list .item .namebox:after{
    content: '\10ffff';
    font-family: 'icon-font-34' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    position: absolute;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    z-index: 2;
    text-indent: initial;
    transition: all .3s ease;
    opacity: 0;
    background: #EFD155;
    color: #796A56;
    border-radius: 100%;
    border: 0;
    right: 12px;
    top: -26px;
}
.onlyitem-sect .album-list .item .box:hover .namebox:after{
    opacity: 1;
}
.onlyitem-sect .album-list .item .namebox .name{
    margin: 15px 0 0;
    padding-right: 60px;
    color: #484848;
    font-weight: normal;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
}
.onlyitem-sect .album-list .item .box:hover .name{
    color: #796A56;
}
/*/al_少量排版*/
/*------------ /album ------------*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background:url(../../../images/layout06/common/index/contact_border.png) top center no-repeat, url(../../../images/layout06/common/index/contact_bg.jpg) fixed;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.reminder{
    /*top: -20px;*/
    position: relative;
    padding: 9.5px 15px;
    color: #F6F6F6;
    background: rgb(230,10,54);
    background: -moz-linear-gradient(left, rgba(230,10,54,1) 0%, rgba(241,125,41,1) 100%);
    background: -webkit-linear-gradient(left, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    background: linear-gradient(to right, rgba(230,10,54,1) 0%,rgba(241,125,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e60a36', endColorstr='#f17d29',GradientType=1 );
    margin-bottom: 30px;
}
.reminder:after{
    border-top: 8px solid #EB4130;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    position:absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
}
.reminder b{
    border-color: #F6F6F6;
}
.contact-sect .form-wrap .reminder{
    display: none;
}
.contact-title{
    font-size: 23px;
    line-height: 1.3;
}
.contact-title h2{
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;  
}
.contact-title > b{
    color: #000000;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
}
.masonry-list .item:nth-child(n){
    clear: none!important;
}
/*------------ rwd ------------*/
@media screen and (min-width: 1920px){
    .service-sect::before{
        background-size: contain;
        background-repeat: repeat;
    }
    .products-sect::after{
        background-size: contain;
        background-repeat: repeat;
    }
}
@media screen and (max-width: 1280px){
    .about-sect {
        padding: 120px 0;
    }
    .about-sect .col.pic {
        width: 55%;
        margin-left: 0;
        margin-right: 30px;
    }
    .about-sect .col.txt {
        width: calc(100% - 55%);
        padding-left: 30px;
        padding-right: 60px;
    }
    .service-sect {
        padding: 0 0 60px;
    }
    .products-sect .container {
        padding: 120px 0 0;
    }
}
@media screen and (max-width: 1200px){
    /*p_少量排版*/
    .products-list.onlyitem-list .item .box{
        max-width: 300px;
        display: block;
    }
    .products-list.onlyitem-list .item .mask{
        max-width: inherit;
        min-width: inherit;
    }
    .products-list.onlyitem-list .item .box .txt,
    .products-list.onlyitem-list.type2 .item .box .txt {
        width: 100%;
        padding: 15px 0 0;
    }
    /*/p_少量排版*/
    .title span {
        font-size: 32px;
    }
    .title h2 {
        font-size: 30px;
    }
    .service-sect .editor {
        padding: 60px 30px;
        margin: -15px 0 50px;
    }
    .about-sect .col.pic .a_pic3 {
        bottom: 0;
        left: 15px;
        width: 150px;
        height: 196px;
    }
    .service-sect .service-box .s_pic1 {
        width: 104px;
        height: 205px;
    }   
}
@media screen and (max-width: 1000px){
    /*少量排版*/
    .news-list.onlyitem-list .item .box{
        display: block;
        max-width: 312px;
        margin: auto;
        border-radius: 10px;
    }
    .news-list.onlyitem-list .item .pic{
        width: 100%;
        border-radius: 10px 10px 0 0;
    }
    .news-list.onlyitem-list .item .box .txt{
        padding: 15px; 
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*/少量排版*/
    .title{
        margin: 0 0 30px;
    }
    .banner .slick-arrow,
    .banner_m .slick-arrow{
        transform: scale(0.5);
        margin-bottom: -18px;
    }
    .banner .slick-prev,
    .banner_m .slick-prev{
        margin-left: -36px;
    }
    .banner .slick-next,
    .banner_m .slick-next{
        background-position: 100% 0;
        margin-right: -35px;
        border-left: #8A8A8A 1px solid;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    .about-sect {
        padding: 60px 0 25px;
    }
    .about-sect .title::before {
        margin: 0 auto 10px;
    }
    .about-sect .title h2 {
        margin: 0;
    }
    .about-sect .row {
        flex-direction: column-reverse;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-sect .col.pic{
        max-width: 600px;
        margin: 0 auto;
    }
    .about-sect .col.pic .a_pic2 {
        display: none;
    }
    .about-sect .col.pic .a_pic1 {
        left: unset;
        top: unset;
    }
    .about-sect .col.pic .a_pic3 {
        bottom: -53px;
        width: 100px;
        height: 130px;
    }
    .about-sect .col.pic .a_pic1 img {
        left: unset;
    }
    .about-sect .col.txt {
        padding: 50px 0 0;
    }
    .about-sect .txt-box .index-about-editor .editor {
        -webkit-line-clamp: initial;
        height: auto;
    }
    .about-sect .index_more{
        margin: 30px 0 0;
        display: flex;
        justify-content: center;
    }
    .service-sect {
        padding: 50px 0;
    }
    .service-sect .container::before {
        display: none;
    }
    .service-sect .service-box .s_pic1 {
        width: 70px;
        height: 138px;
        top: -100px !important;
        right: 50px;
    }
    .service-sect::before {
        bottom: 79px;
        height: 80px;
    }
    .products-sect{
        padding: 0;
        margin: 0 0 80px;
    }
    .products-sect::after {
        bottom: -79px;
        height: 80px;
    }
    .products-sect .container {
        padding: 70px 15px 0;
    }
    .products-sect .container::before {
        margin-left: -1249px;
        width: 2498px;
        height: 2500px;
    }
    .products-box{
        padding: 0;
    }
    .products-list{
        margin: 0 auto;
    }
    .products-list .box.new .pic::after {
        top: 10px;
        right: 10px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        border-radius: 8px;
    }
    .products-sect .index_more {
        margin: 0 auto;
    }
    .products-list.type2 .txt {
        padding-top: 10px;
    }
    .products-list.type2 .item {
        margin-bottom: 30px;
    }
    .products-list .name,
    .products-list.type2 .name{
        font-size: 16px;
        margin: 0 0 5px;
        height: 24px;
        line-height: 24px;
    }
    .news-list.type4 .item .date {
        top: 10px;
        left: 10px;
        width: 50px;
        height: 50px;
    }
    .news-list.type4 .item .date .day {
        font-size: 25px;
    }
    .news-list.type4 .date .month,
    .news-list.type4 .date .years {
        font-size: 10px;
    }
    .news-sect{
        padding: 0 0 50px;
    }
    .news-list.type4 .txt {
        padding: 15px;
    }
    .album-list .item .namebox .name,
    .album-list.type1.column6 .item .name {
        font-size: 16px;
        margin: 10px 0;
        padding: 0 10px;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
}
@media screen and (max-width: 767px){
    .title h2 {
        font-size: 24px;
    }
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .products-list .name,
    .products-list.type2 .name {
        margin: 0 0 5px;
        height: 24px;
        line-height: 24px;
    }
    .service-sect .service-box .s_pic1 {
        top: unset !important;
        right: 50px;
        bottom: -75px;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .service-sect .title::before,
    .service-sect .title::after {
        display: none;
    }
}