@charset "utf-8";
/*列表通用 index article*/
/*------------ 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';
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    padding: 0 30.62px 0 14px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    font-weight: normal;
    background: url(../../../images/layout04/common/products/news_tag.png) no-repeat;
    background-size: contain;
    font-family: 'Montserrat', serif;
    z-index: 15;
}
.products-list .box .name{
    color: #fff;
    margin: 0 0 5px;
    line-height: 28px;
    max-height: 28px;
    -webkit-line-clamp: 1;
}
.products-list .box .description{
    color: #888888;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5;
}
.products-list .offers{
    color: #D80000;
}
.products-list.for-cart .box .wish {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    background: #0000001c;
    border-radius: 0;
    z-index: 45;
    transition: all .3s ease;
}
.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: center; 
}
.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: linear-gradient(to bottom, #676767 0%, #CCCCCC 100%);
    transition: all .3s ease;
}
.news-list .btn.more{
    bottom: 12px;
}
.news-list .item .name{
    text-align: center;
    color: #000000;
}
.news-list .item .description{
    color: #666
}
.news-list .date {
    color: #000000;
    font-family: 'Montserrat', serif;
}
/*/列表通用 index、news*/
/*------------ banner ------------*/
.banner,
.banner_m{
    position: relative;
    height: auto!important;
}
.banner .slick-arrow,
.banner_m .slick-arrow{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    position: absolute;
    display: block;
    top: 50%;
    margin: -20px 0 0 0;
    z-index: 100;
    background: #C50C14;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
}
.banner .slick-prev,
.banner_m .slick-prev{
    left: 35px;
}
.banner .slick-next,
.banner_m .slick-next{
    left: auto;
    right: 35px;
    transform: rotate(180deg);
}
.banner .slick-arrow:before,
.banner_m .slick-arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -9px;
    width: 17px;
    height: 7px;
    background: url(../../../images/layout04/common/index/arrow2.png) no-repeat;
    background-size: contain;
    transform: rotate(-90deg);
}
.banner .slick-next::before,
.banner_m .slick-next::before {
    margin-top: -4px;
}
.banner .slick-arrow:hover:before,
.banner_m .slick-arrow:hover:before {
    margin-top: -9px;
    margin-left: -4px;
    width: 7px;
    height: 17px;
    background: url(../../../images/layout04/common/index/arrow.png) no-repeat;
    background-size: contain;
    transform: rotate(0deg);
}
.banner .slick-prev:hover,
.banner_m .slick-prev:hover,
.banner .slick-next:hover,
.banner_m .slick-next:hover{
    background: #222;
}
.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: 0;
}
.banner .slick-dots li,
.banner_m .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.banner .slick-dots button,
.banner_m .slick-dots button{
    width: 8px;
    height: 8px;
    border: 0;
    color: transparent;
    background: #aaa;
    cursor: pointer;
    border-radius: 100%;
    padding:0;
    white-space: nowrap;
    overflow: hidden;
}
.banner .slick-active button,
.banner_m .slick-active button{
    background: #C50C14;
}
.banner_m{
    display: none;
}
/*------------ title ------------*/
.title{
    position: relative;
    box-sizing: border-box;
    margin: 0 0 40px;
}
.title span {
    display: block;
    color: #fff;
    font-size: 68px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    font-family: 'Montserrat', serif;
    overflow: hidden;
}
.title span i {
    display: inline-block;
    font-style: unset;
    transform: translateY(120%);
}
.loaded .title span i {
    -webkit-animation: title_span 0.74s cubic-bezier(0.54, 0, 0, 0.99) 0s forwards;
    animation: title_span 0.74s cubic-bezier(0.54, 0, 0, 0.99) 0s forwards;
}
@keyframes title_span {
    0% {
        transform: translateY(120%);
    }
    100% {
        transform: translateY(0);
    }
}
.title h2{
    color: #DDDDDD;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 1.5px;
    line-height: 1.2;
    padding: 5px 0 0;
    margin: 0;
}
/*------------ /title ------------*/
/*------------ more ------------*/
.index_more{
    display: block;
    overflow: hidden;
}
.index_more a {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: right;
    width: 157px;
    height: 38px;
    line-height: 38px;
    color: #999999;
    font-size: 0;
    background: #121212;
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
}
.index_more a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../../../images/layout04/common/index/b_ic_r.png) no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
}
.index_more:hover a::before {
    background: url(../../../images/layout04/common/index/b_ic_p.png) no-repeat;
    background-size: contain;
}
.index_more:hover a{
    background: #C60C15;
    color: #fff;
}
.index_more a span{
    padding: 0 14px;
    font-size: 13px;
    letter-spacing: 1.3px;
    line-height: 38px;
    transition: all 0.3s ease;
    font-family: 'Montserrat', serif;
}
.index_more:hover a span {
    letter-spacing: 3.3px;
}
/*------------ /more ------------*/
/*------------ 輪播 ------------*/
.hot-arrow{
    position: absolute;
    top: 15px;
    right: 0;
    width: 72px;
    height: 35px;
}
.hot-arrow .slick-arrow{
    position: absolute;
    left: 0;
    box-sizing: border-box;
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 0;
    color: transparent;
    border: 1px solid #888888;
    border-radius: 100%;
    background: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 100;
}
.hot-arrow .slick-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 17px;
    background: url(../../../images/layout04/common/index/arrow.png) no-repeat;
    background-size: contain;
}
.hot-arrow .slick-next{
    transform: rotate(180deg);
    right: 0;
    left: auto;
}
.hot-arrow .slick-arrow:hover{
    background: #888888;
}
/*------------ /輪播 ------------*/
/*------------ 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 {
    padding: 110px 0;
    background: url(../../../images/layout04/common/index/ar_bg.jpg) no-repeat 50% 50% fixed;
    background-size: cover;
}
.article-sect .title span {
    line-height: 1.1;
}
.article-sect .title span i:nth-of-type(1),
.article-sect .title span i:nth-of-type(2),
.article-sect .title span i:nth-of-type(3) {
    color: #C50C14;
}
.article-sect .title span i:nth-of-type(4) {
    display: block;
}
.article-sect .title h2 {
    padding: 10px 0 0;
}
.article-sect .txt p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 1.3px;
    line-height: 1.6;
}
.article-sect .row {
    display: flex;
    align-items: center;
} 
.article-sect .col.txt {
    position: relative;
    box-sizing: border-box;
    width: 45%;
    padding-right: 32px;
}
.article-sect .col.pic {
    position: relative;
    box-sizing: border-box;
    width: 55%;
    padding-left: 32px;
}
.article-sect .col.pic img {
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
}
.article-sect:before {
    content: '';
    position: absolute;
    top: 0;
    left: 60%;
    width: 1032px;
    height: 0;
    background: url(../../../images/layout04/common/index/ar_bg2.png) center no-repeat;
    transition: all 1.5s ease;
    z-index: -1;
    background-size: cover;
}
.article-sect.loaded:before {
    height: 100%;
    transition: all 1.5s ease;
}
/*------------ /article_新編輯器 ------------*/
/*------------ about ------------*/
.about-sect{
    padding: 89px 0 106px;
    background: #222222;
    z-index: 3;
}
.about-sect .title span i:nth-of-type(1) {
    color: #C50C14;
}
.about-sect::before {
    content: '';
    position: absolute;
    bottom: -41px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 82px;
    height: 41px;
    background: url(../../../images/layout04/common/index/a_tra.png) no-repeat;
    background-size: contain;
}
.about-sect .title {
    text-align: right;
    width: 100%;
}
.about-sect .col{
    float: none;
}
.about-sect .pic img{
    display: none;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    z-index: 2;
}
.about-sect .txt-box {
    box-sizing: border-box;
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 0 0 calc(100% - 360px);
    flex-direction: row-reverse;
    align-items: center;
    padding: 0;
}
.about-sect .col.pic{
    display: none;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    box-sizing: border-box;
    text-align: right;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 1.3px;
    line-height: 1.6;
}
.about-sect .index_more{
    margin: 70px 0 0;
    display: none;
}
.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: 72.5px 0;
    background: url(../../../images/layout04/common/index/n_bg.jpg);
}
.news-sect .title span i:nth-of-type(1),
.news-sect .title span i:nth-of-type(2),
.news-sect .title span i:nth-of-type(3),
.news-sect .title span i:nth-of-type(4),
.news-sect .title span i:nth-of-type(5),
.news-sect .title span i:nth-of-type(6) {
    color: #C50C14;
}
.news-sect .title span i:nth-of-type(7) {
    padding: 10px;
}
.news-sect .index_more{
    position: absolute;
    top: 85px;
    right: 15px;
}
.news-sect .index_more a {
    background: #444;
}
.news-sect .index_more:hover a{
    background: #C50C14;
}
.news-list{
    justify-content: center;
    flex-wrap: wrap;
}
.slick-track{
    margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
    width: 100%;
}
.news-list.type2 .item{
    border:none;
    margin-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
}
.news-list.type2 .item .txt{
    padding: 0;
}
.news-list .btn.more{
    position: static;
    margin: 15px 0 0; 
}
/*n_type2*/
.news-list.type2 .item .box {
    background: #aaa;
}
.news-list.type2  .item .box:hover {
    background: #ccc;
}
.news-list.type2 .item {
    padding: 0 10px 20px;
    margin-bottom: 0;
    border-bottom: 0;
}
.news-list.type2 .date .day{
    font-size: 25px;
    padding-right: 5px;
}
.news-list.type2 .date .month,
.news-list.type2 .date .years {
    font-size: 13px;
    font-weight: 500;
}
.news-list .btn.more{
    bottom: 12px;
    color: #999;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1.3px;
    background: #121212;
    font-family: 'Montserrat', serif;
    transition: all 0.3s ease;
}
.news-list .box:hover .btn.more {
    background: #C50C14;
    color: #fff;
    font-size: 13px;
}
/*/n_type2*/
/*n_type3*/
.news-list.type3 {
    margin: 0 -10px;
}
.news-list.type3 .item {
    padding: 0 10px;
    margin: 0 0 20px;
    border-left: 0;
}
.news-list.type3  .item .box {
    padding: 30px;
    margin: 0 auto;
    background: #aaa;
    transition: all 0.3s ease;
}
.news-list.type3  .item .box:hover {
    background: #ccc;
}
.news-list.type3:before {
    display: none;
}
.news-list.type3 .item .name{
    text-align: left;
}
.news-list.type3 .description {
    height: 68px;
}
/*/n_type3*/
/*n_type4*/
.news-list.type4 .item .box{
    border: none;
}
.news-list.type4 .item .date,
.news-date{
    border-radius: 0;
    color: #fff;
    width: 57px;
    height: 63px;
    padding-top: 13px;
    background: url(../../../images/layout04/common/news/date.png) no-repeat;
    background-size: contain;
    font-family: 'Montserrat', serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -30px 20px 15px;
    padding: 0;
    line-height: 1;
}
.news-list.type4 .date .day{
    color: #fff;
    font-weight: bolder;
}
.news-list.type4 .item .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: 10px;
    font-size: 25px;
}
.news-list.type4 .date .month,
.news-list.type4 .date .years {
    font-size: 13px;
    font-weight: normal;
    margin-top: -30px;
    color: #FF9999;
}
.news-list.type4 .txt {
    padding: 0 0 20px;
}
.news-sect .news-list.type4 .description,
.content .news-list.type4 .description{
    display: none;
}
/*/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 45px 20px 36px;
}
.news-list.onlyitem-list .item .box .description{
    display: block;
    display: -webkit-box;
}
.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: 0 0 15px;
}
/*/n_少量排版*/
/*------------ /news ------------*/
/*------------ products ------------*/
.products-sect{
    padding: 130px 0 90px;
    background: url(../../../images/layout04/common/index/p_bg.jpg) no-repeat 50% 50% fixed;
    background-size: cover;
}
.products-sect .title{
    text-align: center;
}
.products-sect .title span i:nth-of-type(1) {
    color: #C50C14;
}
.products-sect .index_more{
    margin: 0 auto 0;
    display: flex;
    justify-content: center;
}
.products-sect .hot-arrow {
    top: 85px;
    right: 15px;
}
.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;
}
/*/p_type1*/
/*p_type2*/
.products-list.type2 {
    margin: 0 -10px;
}
.products-list.type2 .item {
    padding: 0 10px;
    margin-bottom: 32px;
}
.products-list.type2 .box{
    padding: 10px 10px 0;
    transition: all .3s ease;
}
.products-list.type2 .box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.6);
    mix-blend-mode: multiply;
    z-index: -1;
}
.products-list.type2 .box:after{
    content: 'VIEW MORE';
    display: block;
    background: #999999;
    color: #111;
    font-size: 13px;
    letter-spacing: 1.3px;
    display: block;
    text-align: center;
    margin: 10px -10px 0;
    padding: 10px;
    transition: all .3s ease;
    font-family: 'Montserrat', serif;
}
.products-list.type2 .box:hover:after{
    background: #C50C14;
    color: #fff;
}
.products-list.type2 .pic:before {
    display: none;
}
.products-list.type2 .txt {
    padding: 15px 0 0;
}
/*/p_type2*/
/*p_少量排版*/
.products-list.onlyitem-list.type2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.products-list.onlyitem-list.type2 .box:after{
    display: none;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    display: flex;
    max-width: 1000px;
    padding: 10px;
}
.products-list.onlyitem-list.type1 .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 30px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
/*/p_少量排版*/
/*------------ /products ------------*/
/*------------ service ------------*/
.service-sect{
    padding: 130px 0 72.5px;
    background: url(../../../images/layout04/common/index/s_bg.jpg);
}
.service-sect .title span i:nth-of-type(1),
.service-sect .title span i:nth-of-type(2),
.service-sect .title span i:nth-of-type(3),
.service-sect .title span i:nth-of-type(4),
.service-sect .title span i:nth-of-type(9),
.service-sect .title span i:nth-of-type(10) {
    color: #C50C14;
}
.service-sect .title span i:nth-of-type(5),
.service-sect .title span i:nth-of-type(8) {
    padding: 10px;
}
.service-sect .container {
    max-width: unset;
    padding: 0;
}
.service-sect .title {
    text-align: center;
}
.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: 63px 0 90px;
    background: #222;
}
.album-sect .title span i:nth-of-type(1) {
    color: #C50C14;
}
.album-sect .hot-arrow {
    display: none;
}
.album-sect .index_more{
    position: absolute;
    top: 85px;
    right: 15px;
}
.album-sect .index_more a {
    background: #444;
}
.album-sect .index_more:hover a{
    background: #C50C14;
}
.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.album-list .box .namebox {
    background: #4B4B4B;
    padding: 11px;
    transition: all 0.3s ease;
}
.album-list .box:hover .namebox {
    background: #C50C14
}
.album-list .box .name,
.album-list.type1 .item .name {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    -webkit-line-clamp: 1;
    margin: 0;
}
.album-sect .album-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*al_type1*/
.album-list.type1 {
    margin: 0;
}
.album-list.type1 .item{
    border: 0;
    padding: 0;
}
/*/al_type1*/
/*al_type2*/
.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{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.masonry-album-sect .album-list{
    display: block;
    width: 100%;
}
.masonry-album-sect .item{
    width: 25%;
}
.masonry-list .item .namebox{
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name{
    margin: 0;
}
/*/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 .namebox{
    position: relative;   
    opacity: 1;
    text-align: left;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
/*/al_少量排版*/
/*------------ /album ------------*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
/*----------- /fancybox-index --------------*/
/*----------- contact --------------*/
.contact-sect{
    padding-top: 120px;
    padding-bottom: 60px;
    background-size: 100% auto;
}
.form-box{
    background: none;
}
.form-wrap{
    border:none;
    background: none;
}
.contact-title{
    text-align: center;
}
.contact-sect .reminder{
    display: none;
}
.contact-sect .form-wrap .reminder{
    display: block;
}
.contact-title{
    font-size: 23px;
    line-height: 1.3;
}
.contact-title h2{
    font-size: 23px;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;  
}
.contact-title > b{
    color: #000000;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: normal;
}
.masonry-list .item:nth-child(n){
    clear: none!important;
}
/*----------- /contact --------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1340px){
    .article-sect,
    .about-sect {
        padding: 100px 0;
    }
    .service-sect {
        padding: 100px 0 50px;
    }
    .news-sect {
        padding: 50px 0 80px;
    }
    .products-sect {
        padding: 100px 0 60px;
    }
    .about-sect .title {
        text-align: center;
    }
    .about-sect .txt-box {
        padding: 0;
        align-items: center;
        flex-direction: column;
    }
    .about-sect .txt-box .index-about-editor .editor {
        text-align: center;
    }
    .about-sect .index_more {
        margin: 50px 0 0;
    }
}
@media screen and (max-width: 1280px){
    .title span {
        font-size: 55px;
    }
    .article-sect .col.txt {
        width: 40%;
        padding-right: 15px;
    }
    .article-sect .col.pic {
        width: calc(60% - 20px);
        padding-left: 15px;
    }
    .news-sect .index_more,
    .album-sect .index_more {
        top: 60px;
    }
}
@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: 45px;
    }
    .news-sect .index_more,
    .album-sect .index_more {
        top: 55px;
    }
}
@media screen and (max-width: 1000px){
    /*少量排版*/
    .news-list.onlyitem-list .item .box{
        display: block;
        max-width: 312px;
        margin: auto;
    }
    .news-list.onlyitem-list .item .box .date{
        margin-top: -35px;
    }
    .news-list.onlyitem-list .item .pic{
        width: 100%;
    }
    .news-list.onlyitem-list .item .box .txt{
        padding: 0 20px 20px 20px; 
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*/少量排版*/
    .title{
        text-align: center;
        margin: 0 0 30px;
    }
    .title h2 {
        font-size: 26px;
    }
    .title span {
        font-size: 40px;
    }
    .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%;
    }
    .article-sect {
        padding: 50px 0;
        background-attachment: unset;
    }
    .article-sect:before {
        width: 100%;
        left: 0;
    }
    .article-sect .row {
        flex-direction: column;
    }
    .article-sect .col.txt {
        text-align: center;
        width: 100%;
        padding: 0 0 30px;
    }
    .article-sect .col.pic {
        width: 100%;
        padding-left: 0;
    }
    .about-sect{
        padding: 50px 0;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-sect .col.txt{
        padding: 0;
    }
    .about-sect .txt-box .index-about-editor .editor {
        width: 100%;
    }
    .about-sect .index_more{
        margin: 30px auto 0;
    }
    .service-sect{
        padding: 100px 0 25px;
    }
    .service-sect .container {
        padding: 0 15px;
        max-width: 1330px;
    }
    .news-sect{
        padding: 25px 0 50px;
        margin-bottom: 0;
    }
    .news-sect .index_more {
        position: relative;
        top: unset;
        right: unset;
        margin: 30px auto 0;
        display: flex;
        justify-content: center;
    }
    .products-sect{
        padding: 50px 0 10px;
        background-attachment: unset;
    }
    .hot-arrow,
    .products-sect .hot-arrow {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto 10px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect{
        padding: 50px 0;
    }
    .album-sect .container{
        display: block;
        padding: 0 15px;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .album-list.column6 .item {
        margin-bottom: 0;
    }
    .album-sect .index_more {
        position: relative;
        top: unset;
        right: unset;
        margin: 30px auto 0;
        display: flex;
        justify-content: center;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
@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;
    }
    .album-list.column6 .item {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    } 
}
@media screen and (max-width: 360px) {
    .title span {
        font-size: 32px;
    }
    .title h2 {
        font-size: 24px;
    }
    .service-sect .title span i:nth-of-type(5),
    .service-sect .title span i:nth-of-type(8) {
        padding: 5px;
    }
}