@charset "utf-8";
/*列表通用 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;
}
/*/keyword_box*/
/*/列表通用 index article*/
/*列表通用 index、products*/
.products-list .box.new .pic::after {
    content: 'NEW';
    position: absolute;
    text-align: center;
    top: 10px;
    left: 10px;
    display: block;
    width: 50px;
    height: 25px;
    line-height: 25px;
    border-radius: 0;
    font-size: 13px;
    color: #ccc;
    background: #121212;
    z-index: 15;
}
.products-list .item .box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
}
.products-list .item .box::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
    visibility: visible;
}
.products-list .box .name{
    text-align: center;
    margin: 0;
    color: #ccc;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 28px;
    max-height: 28px;
    min-height: 28px;
    height: 28px;
    -webkit-line-clamp: 1;
    transition: all 0.3s ease;
}
.products-list .box:hover .name{
    color: #fff;
    text-decoration: underline;
}
.products-list .box .description{
    color: #666;
    font-size: 15px;
    transition: all .3s ease;
}
.products-list .box:hover .description{
    color: #a8a8a8;
}
.products-list .offers{
    font-size: 15px;
    text-align: center;
    color: #FFB646;
    margin: 0;
    filter: drop-shadow(0 0 25px rgb(255, 182, 70. 0.5));
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: transparent;
    text-align: center;
    line-height: 35px;
    color: #121212;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 45;
    transition: all .3s ease;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    color: #a8a8a8;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
/*/列表通用 index、products*/
/*列表通用 index、album*/
.masonry-list.album-list.type1 .item{
    margin-bottom: 25px;
}
.masonry-list.album-list.type1 .item .name{
    text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more{
    display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*/列表通用 index、album*/
/*列表通用 index、news*/
.news-list .item .box{
    padding: 0;
    background: transparent;
    transition: all .3s ease;
}
.news-list .item .box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
}
.news-list .item .box::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
    visibility: visible;
}
.news-list .pic {
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.news-list .pic:before {
    display: none;
}
.news-list .txt {
    min-height: unset;
}
.news-list .item .name{
    color: #ccc;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.5;
    transition: all 0.3s ease;
}
.news-list .box:hover .name{
    color: #fff;
    text-decoration: underline;
}
.news-list .item .description{
    color: #666;
    font-size: 15px;
    transition: all .3s ease;
}
.news-list .box:hover .description{
    color: #a8a8a8;
}
.news-list .date {
    color: #ccc;
    font-family: 'Orbitron', serif;
}
/*/列表通用 index、news*/
/*------------ banner ------------*/
.banner,
.banner_m{
    position: relative;
    height: auto!important;
}
.banner img,
.banner_m img{
    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{
    position: absolute;
    width: 100%;
    bottom: 58px;
}
.banner_m .slick-dots{
    position: absolute;
    width: 100%;
    bottom: 18px;
}
.banner .slick-dots li{
    display: inline-block;
    margin: 0 10px;  
}
.banner_m .slick-dots li{
    display: inline-block;
    margin: 0 3px;
}
.banner .slick-dots button,
.banner_m .slick-dots button{
    position: relative;
    white-space: nowrap;
    text-indent: 101%;
    text-align: left;
    padding: 0;
    border: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    font-size: 0;
    cursor: pointer;
    background: #121212;
}
.banner .slick-active button,
.banner_m .slick-active button {
    background: transparent;
}
.banner .slick-active button::before,
.banner_m .slick-active button::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 2px solid rgb(18, 18, 18, 1);
    border-radius: 100%;
}
.banner_m{
    display: none;
}
/*------------ /banner ------------*/
/*------------ title ------------*/
.title{
    position: relative;
    text-align: center;
    margin: 0 auto 40px;
}
.title span{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-size: 100px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    background: -webkit-linear-gradient(top, rgb(70, 70, 70, 0.5) 0, rgb(70, 70, 70, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Orbitron', serif;
    z-index: 1;
}
.title span::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout04/common/index/title_bg.png) no-repeat;
    background-size: contain;
}
.title h2 {
    position: relative;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 1.2;
    margin: 0;
    z-index: 2;
}
/*------------ /title ------------*/
/*------------ more ------------*/
.index_more{
    position: relative;
    display: block;
    width: 250px;
    z-index: 2;
}
.index_more a{
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 250px;
    height: 60px;
    line-height: 58px;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-family: 'Orbitron', serif;
    font-size: 0;
}
.index_more a:hover {
    background: #fff;
    filter: drop-shadow(0 0 25px rgba(255, 255, 255, 0.5));
}
.index_more a span{
    font-size: 15px;
    color: #fff;
}
.index_more a:hover span {
    display: block;
    color: #121212;
    -webkit-filter: drop-shadow(-1px -1px 0 rgba(0, 255, 255, 0.6)) drop-shadow(1px 1px 0 rgba(255, 79, 0, 0.6));
    filter: drop-shadow(-1px -1px 0 rgba(0, 255, 255, 0.6)) drop-shadow(1px 1px 0 rgba(255, 79, 0, 0.6));
    -webkit-animation: glitchy 0.5s infinite ease;
    animation: glitchy 0.5s infinite ease;
}
/*------------ /more ------------*/
/*------------ sect ------------*/
.album-sect,
.about-sect,
.news-sect,
.products-sect,
.service-sect,
.article-sect,
.contact-sect,
.banner,
.banner_m,
.articles-sect {
    position: relative;
    z-index: 2;
}
/*------------ /sect ------------*/
/*------------ 輪播 ------------*/
.hot-arrow{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 400px;
    height: 60px;
    z-index: 1;
}
.hot-arrow .slick-arrow{
    position: absolute;
    left: 0;
    box-sizing: border-box;
    display: inline-block;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    background: transparent;
    color: transparent;
    cursor: pointer;
    z-index: 100;
}
.hot-arrow .slick-arrow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-mask: url(../../../images/layout04/common/index/arr_bg.png) no-repeat center center / contain;
    mask: url(../../../images/layout04/common/index/arr_bg.png) no-repeat center center / contain;
    background: rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease;
}
.hot-arrow .slick-arrow span{
    position: absolute;
    display: block;
    width: 16px;
    height: 23px;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -9.5px;
}
.hot-arrow .slick-arrow:hover span {
    -webkit-filter: drop-shadow(-1px -1px 0 rgba(0, 255, 255, 0.6)) drop-shadow(1px 1px 0 rgba(255, 79, 0, 0.6));
    filter: drop-shadow(-1px -1px 0 rgba(0, 255, 255, 0.6)) drop-shadow(1px 1px 0 rgba(255, 79, 0, 0.6));
    -webkit-animation: glitchy 0.5s infinite ease;
    animation: glitchy 0.5s infinite ease;
}
.hot-arrow .slick-arrow span::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-mask: url(../../../images/layout04/common/index/arr_ic.png) no-repeat center center / contain;
    mask: url(../../../images/layout04/common/index/arr_ic.png) no-repeat center center / contain;
    background: #A8A8A8;
    transition: all 0.3s ease;
}
.hot-arrow .slick-arrow:hover span:after{
    background: #fff;
}
.hot-arrow .slick-next{
    right: 0;
    left: auto;
}
.hot-arrow .slick-next::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-mask: url(../../../images/layout04/common/index/arr_bg_r.png) no-repeat center center / contain;
    mask: url(../../../images/layout04/common/index/arr_bg_r.png) no-repeat center center / contain;
    background: rgba(255, 255, 255, 0.25);
    transition: all 0.3s ease;
}
.hot-arrow .slick-next span::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-mask: url(../../../images/layout04/common/index/arr_ic_r.png) no-repeat center center / contain;
    mask: url(../../../images/layout04/common/index/arr_ic_r.png) no-repeat center center / contain;
    background: #A8A8A8;
    transition: all 0.3s ease;
}
.hot-arrow .slick-next:hover span:after{
    background: #fff;
}
/*------------ /輪播 ------------*/
/*------------ article_新編輯器 ------------*/
.article-sect .container{
    padding: 40px 15px;
}
/*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;
}
/*/articles*/
/*------------ /article_新編輯器 ------------*/
/*------------ about ------------*/
.about-sect {
    margin: -470px 0 0;
    padding: 250px 0 300px;
    background: url(../../../images/layout04/common/index/bg.jpg) no-repeat fixed 50% 100%;
    background-size: cover;
    z-index: unset;
    overflow: hidden;
}
.about-sect::before {
    content: '';
    position: absolute;
    top: calc(60% - 287.5px);
    left: calc(23% - 442.5px);
    width: 885px;
    height: 575px;
    background: url(../../../images/layout04/common/index/a_smoke_1.png) no-repeat;
    transform: scale(0);
    opacity: 0;
    transform-origin: right bottom;
    animation: smoke 10s infinite linear;
    z-index: 2;
}
.about-sect::after {
    content: '';
    position: absolute;
    top: calc(90% - 287.5px);
    right: calc(23% - 442.5px);
    width: 885px;
    height: 575px;
    background: url(../../../images/layout04/common/index/a_smoke_2.png) no-repeat;
    transform: scale(0);
    opacity: 0;
    transform-origin: left top;
    animation: smoke 10s infinite linear;
    z-index: 2;
}
.about-sect .container {
    z-index: 3;
}
.about-sect .title span::before {
    background: url(../../../images/layout04/common/index/title_bg.png) no-repeat;
    background-size: contain;
    opacity: 0.5;
}
.about-sect .col.txt{
    position: relative;
    box-sizing: border-box;
    filter: drop-shadow(0 0 25px rgba(255, 255, 255, 0.25));
    transform: scale3d(0, 1, 1);
    transition: all 1s ease;
    z-index: 2;
}
.about-sect .loaded.col.txt {
    transform: scale3d(1, 1, 1);
    bottom: calc(20% + 20px);
}
.about-sect .col.txt::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1300px;
    height: 166px;
    background: url(../../../images/layout04/common/index/a_bg.png) no-repeat 50% 50%;
    background-size: cover;
}
.about-sect .col.txt .txt-box {
    box-sizing: border-box;
    padding: 165px 25% 30px;
}
.about-sect .col.txt .txt-box::after {
    content: '';
    position: absolute;
    top: 165px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: calc(100% - 165px);
    background: #202020;
    z-index: -1;
}
.about-sect .col.pic{
    display: none;
}
.about-sect .txt-box .index-about-editor .editor{
    position: relative;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.8;
}
.about-sect .index_more {
    margin: 50px auto -62px;
}
.about-sect .index_more a {
    background: #202020;
}
.about-sect .index_more a:hover {
    background: #fff;
}
.about-sect .slogan {
    position: absolute;
    text-align: center;
    bottom: -220px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.about-sect .slogan span {
    display: block;
    color: #202020;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}
.about-sect .slogan span b {
    color: #FF9900;
    text-shadow: 0 0 8px rgb(255, 153, 0, 1);
}
.about-sect .txt .tag{
    display: none;
}
/*------------ /about ------------*/
/*------------ news ------------*/
.news-sect {
    padding: 150px 0 100px;
    background: url(../../../images/layout04/common/index/bg.jpg) no-repeat fixed 50% 0%;
    background-size: cover;
}
.news-sect::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgb(18, 18, 18, 1) 0, rgb(18, 18, 18, 0.4) 30%, rgb(18, 18, 18, 0) 50%,  rgb(18, 18, 18, 0) 50%, rgb(18, 18, 18, 0.4) 70%, rgb(18, 18, 18, 1) 100%);
}
.news-sect .index_more{
    margin: 10px auto 0;
}
.news-list{
    justify-content: center;
    flex-wrap: wrap;
}
.slick-track{
    margin: auto;
}
.news-sect .news-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
    width: 100%;
}
/*n_type2*/
.news-list.type2 .item{
    border: none;
    margin-bottom: 0;
}
.news-list.type2 .pic{
    float: none;
    margin-right: 0;
    width: auto;
}
.news-list.type2 .item .txt{
    padding: 15px 5px 0;
}
.news-list .more-box {
    position: relative;
    box-sizing: border-box;
    padding: 0 5px;
}
.news-list .btn.more {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 15px auto 0;
    padding: 0;
    bottom: 0;
    border-radius: 0;
    color: #ccc;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-family: 'Orbitron', serif;
}
.news-list .box:hover .btn.more {
    color: #121212;
    background: #fff;
    border: 1px solid #fff;
}
.news-list.type2 .item .box::before,
.news-list.type2 .item .box::after  {
    display: none;
}
/*/n_type2*/
/*n_typ3*/
.news-list.type3 {
    margin: 0 -10px;
}
.news-list.type3:before{
    display: none;
}
.news-list.type3 .item {
    padding: 0 10px;
    margin: 0 auto 40px;
    position: relative;
    border: 0;
}
.news-list.type3 .item:nth-of-type(3n) {
    border: 0;
}
.news-list.type3 .item .box {
    margin: 0 auto;
    padding: 30px;
    background: rgb(18, 18, 18, 0.9);
}
/*/n_typ3*/
/*n_type4*/
.news-list.type4 .pic .n_border.first {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    display: block;
    transition: all 0.8s ease;
}
.news-list.type4 .box:hover .pic .n_border.first{
    height: 51%;
}
.news-list.type4 .pic .n_border.first::before {
    content: '';
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-top: 1px solid #A8A8A8;
    border-left: 1px solid #A8A8A8;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.8s ease;
}
.news-list.type4 .box:hover .pic .n_border.first:before {
    width: 51%;
    height: 100%;
}
.news-list.type4 .pic .n_border.first::after {
    content: '';
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-top: 1px solid #A8A8A8;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid #A8A8A8;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    transition: all 0.8s ease;
}
.news-list.type4 .box:hover .pic .n_border.first:after {
    width: 51%;
    height: 100%;
}
.news-list.type4 .pic .n_border.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    display: block;
    transition: all 0.8s ease;
}
.news-list.type4 .box:hover .pic .n_border.bottom{
    height: 51%;
}
.news-list.type4 .pic .n_border.bottom::before {
    content: '';
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-top: 1px solid #A8A8A8;
    border-left: 1px solid #A8A8A8;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.8s ease;
}
.news-list.type4 .box:hover .pic .n_border.bottom:before {
    width: 51%;
    height: 100%;
}
.news-list.type4 .pic .n_border.bottom::after {
    content: '';
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-top: 1px solid #A8A8A8;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid #A8A8A8;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    transition: all 0.8s ease;
}
.news-list.type4 .box:hover .pic .n_border.bottom:after {
    width: 51%;
    height: 100%;
}
.news-list.type4 .pic .n_border.bottom::before {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #A8A8A8;
}
.news-list.type4 .pic .n_border.bottom::after {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #A8A8A8;
}
.news-list.type4 .pic .n_border.blue::before {
    border-top: 1px solid #A8A8A8;
    border-left: 1px solid #A8A8A8;
}
.news-list.type4 .pic .n_border.blue::after {
    border-top: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
}
.news-list.type4 .pic .n_border.blue.bottom::before {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #A8A8A8;
}
.news-list.type4 .pic .n_border.blue.bottom::after {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #A8A8A8;
}
.news-list.type4 .item {
    margin-bottom: 20px;
}
.news-list.type4 .item .box {
    border: none;
    margin-right: 20px;
}
.news-list.type4 .n_style {
    position: absolute;
    top: 0;
    right: -15px;
}
.news-list.type4 .n_style .n_squares {
    width: 8px;
    height: 8px;
    margin: 14px 0 0;
    background: url(../../../images/layout04/common/index/n_squares.png) no-repeat;
    background-size: contain;
}
.news-list.type4 .n_style .n_squares+.n_squares {
    margin: 4px 0 0;
}
.news-list.type4 .n_style::before {
    content: '';
    position: absolute;
    top: 0;
    width: 8px;
    height: 8px;
    background: #A8A8A8;
    animation: n_style 4.5s infinite;
}
.news-list.type4 .txt {
    padding: 15px 5px 20px;
    min-height: unset;
}
.news-list.type4 .item .date,
.news-date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    width: 120px;
    height: 25px;
    line-height: 25px;
    color: #878787;
    background: transparent;
    font-family: 'Orbitron', serif;
}
.news-list.type4 .item .date .day{
    display: inline;
    width: auto;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    order: 1;
    padding-right: 5px;
}
.news-list.type4 .date .month{
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    order: 2;
}
.news-list.type4 .date .month::before {
    content: '';
}
.news-list.type4 .date .years {
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    order: 3;
}
.news-list.type4 .date .years::before {
    content: ', ';
}
.news-list.type4 .name {
    max-height: 28px;
    min-height: 28px;
    height: 28px;
    -webkit-line-clamp: 1;
}
.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;
}
.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: 30px;
    background: rgb(18, 18, 18, 0.9);
}
.news-list.onlyitem-list .item .box .description{
    display: block;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    margin-bottom: 20px;
    margin-top: 0px;
}
/*/n_少量排版*/
/*------------ /news ------------*/
/*------------ products ------------*/
.products-sect{
    padding: 120px 0 80px;
    background: #202020;
    z-index: 3;
}
.products-sect::before {
    content: '';
    position: absolute;
    top: -55px;
    left: 0;
    width: 35%;
    height: 56px;
    background: #202020;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}
.products-sect::after {
    content: '';
    position: absolute;
    top: -55px;
    right: 0;
    width: 35%;
    height: 56px;
    background: #202020;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    transform: scaleX(-1);
}
.products-sect .p_bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.products-sect .p_bg::before {
    content: '';
    position: absolute;
    bottom: -55px;
    left: 0;
    width: 35%;
    height: 56px;
    background: #202020;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    transform: scaleX(-1) rotate(180deg);
}
.products-sect .p_bg::after {
    content: '';
    position: absolute;
    bottom: -55px;
    right: 0;
    width: 35%;
    height: 56px;
    background: #202020;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    transform: scaleX(1) rotate(180deg);
    visibility: visible;
}
.products-sect .title span::before {
    background: url(../../../images/layout04/common/index/title_bg.png) no-repeat;
    background-size: contain;
    opacity: 0.5;
}
.products-sect .index_more{
    margin: 10px auto 0;
}
.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_type2*/
.products-list.type2 .item {
    margin-top: 20px;
    margin-bottom: 20px;
}
.products-list.type2 .box{
    transition: all .3s ease;
}
.products-list.type2 .p_style {
    position: absolute;
    display: flex;
    top: -15px;
    left: 0;
}
.products-list.type2 .p_style .p_squares {
    width: 5px;
    height: 5px;
    background: #A8A8A8;
}
.products-list.type2 .p_style .p_squares+.p_squares {
    margin: 0 0 0 5px;
}
.products-list.type2 .p_style::before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 20px;
    border: 1px solid #a8a8a8;
    width: 5px;
    height: 5px;
    animation: p_style 2.8s infinite;
}
.products-list.type2 .txt {
    padding: 15px 5px 20px;
}
.products-list.type2 .pic:before {
    display: none;
}
.products-sect .products-list.type2 .description,
.content .products-list.type2 .description {
    display: none;
}
/*/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;
    padding: 0;
    background: #121212;
}
.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;
}
/*/p_少量排版*/
/*------------ /products ------------*/
/*------------ service ------------*/
.service-sect {
    padding: 135px 0 350px;
    background: #020202;
}
.service-sect::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgb(0, 0, 0, 1) 100px, rgb(0, 0, 0, 0) 50%);
    z-index: -1;
}
.service-sect::after {
    content: '';
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: calc(100% - 100px);
    background: url(../../../images/layout04/common/index/s_bg_dot.jpg);
    z-index: -2;
}
.service-sect .s_bg {
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: calc(100% - 100px);
    background: url(../../../images/layout04/common/index/s_bg.png) 50% 0% no-repeat;
    background-size: cover;
    z-index: -1;
}
.service-sect .s_marquee {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 200px;
    line-height: 200px;
    overflow: hidden;
    z-index: -1;
}
.service-sect .s_marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: s_marquee 50s linear infinite;
}
.service-sect .s_marquee span {
    color: #474747;
    font-size: 200px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1;
    padding-right: 100px;
}
.service-sect .s_marquee span:nth-of-type(2n) {
    -webkit-text-stroke: 2px #474747;
    text-stroke: 2px #474747;
    color: transparent;
}
.service-sect .container::before {
    content: '';
    position: absolute;
    top: 20%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../../../images/layout04/common/index/title_bg.png) no-repeat;
    background-size: contain;
}
.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-sect .index_more{
    position: absolute;
    width: 163px;
    top: 29%;
    left: calc(50% + 255px);
    z-index: 1;
}
.service-sect .index_more a {
    width: 163px;
    height: 163px;
    background: url(../../../images/layout04/common/index/s_btn.png) no-repeat;
    background-size: contain;
    border: 0;
}
.service-sect .index_more a span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -15px;
    font-size: 0;
    width: 30px;
    height: 46px;
}
.service-sect .index_more a span::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-mask: url(../../../images/layout04/common/index/arr_ic_r.png) no-repeat center center / contain;
    mask: url(../../../images/layout04/common/index/arr_ic_r.png) no-repeat center center / contain;
    background: #fff;
}
.service-sect .index_more:hover a {
    filter: none;
}
/*------------ /service ------------*/
/*------------ album ------------*/
.album-sect{
    padding: 0;
    background: #000;
}
.album-sect .container {
    max-width: unset;
    padding: 0;
}
.album-sect .title{
    display: none;
}
.album-sect .index_more{
    display: none;
}
.album-sect .hot-arrow {
    display: none;
}
.album-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.album-list .box .name{
    color: #fff;
}
.album-sect .album-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
/*al_type1*/
.album-list.type1 {
    display: block;
}
.album-list.type1 .item{
    margin: 0;
    padding: 0;
    border: none;
}
.album-list.type1 .item .name {
    -webkit-line-clamp: 1;
    line-height: 28px;
    height: 28px;
}
.album-list.column6.type1 .item .namebox {
    position: absolute;
    box-sizing: border-box;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    background: rgb(18, 18, 18, 0.8);
    transition: all .3s ease;
    z-index: 50;
    opacity: 0;
}
.album-list.column6.type1 .item .namebox .name{
    margin: 15px 0;
    padding: 0 15px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: normal;
}
.album-list.column6.type1 .item:hover .box .namebox{
    opacity: 1
}
.album-list.column6.type1 .item .pic:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(18, 18, 18, 0.3);
    transition: all .3s ease;
    z-index: 5;
    opacity: 0;
}
.album-list.column6.type1.active .item .pic:before{
    opacity: 1;
}
.album-list.column6.type1.active .box:hover .cover,
.album-list.column6.type1.active .box:hover .pic:before{
    opacity: 0;
}
/*/al_type1*/
/*al_type2*/
.album-list.type2 .box .pic:before {
    background: rgba(0, 0, 0, .8);
}
/*/al_type2*/
/*al_瀑布流*/
.album-sect.masonry-album-sect .container{
    display: block;
}
.masonry-album-sect{
    padding-top: 35px;
    padding-bottom: 70px;
}
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.masonry-album-sect .album-list{
    display: block;
    width: 100%;
}
.masonry-album-sect .item{
    width: 25%;
}
.masonry-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
}
/*/al_瀑布流*/
/*al_少量排版*/
.onlyitem-sect .album-list .item{
    width: 32.33%;
    margin: 0;
    float: none;
    display: inline-block;
}
.onlyitem-sect .album-list{
    text-align: center;
    margin: auto;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
    display: block;
}
.onlyitem-sect .album-list .item .namebox{
    background: none;
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.onlyitem-sect .album-list .item .box{
    /* margin-bottom: 30px; */
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
.onlyitem-sect .album-list .item .namebox .name{
    margin: 0;
    padding: 15px 0;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}
/*/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;
}
.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;
}
/*----------- /fancybox-index --------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1440px){
    .products-list.type2 {
        margin: 0 -10px;
    }
    .products-list.type2 .item {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1280px){

}
@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_少量排版*/
}
@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 .date{
        margin-top: 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 auto 30px;
    }
    .title h2 {
        font-size: 28px;
    }
    .title span {
        font-size: 60px;
    }
    .index_more {
        width: 180px;
    }
    .index_more a {
        width: 180px;
        height: 50px;
        line-height: 48px;
    }
    .hot-arrow {
        height: 50px;
        width: 290px;
    }
    .hot-arrow .slick-arrow {
        width: 50px;
        height: 50px;
    }
    .hot-arrow .slick-arrow span {
        width: 13px;
        height: 19px;
        margin-top: -8.5px;
        margin-left: -7.5px;
    }
    .news-list li,
    .products-list li{
        width: 50%;
    }
    .banner .slick-dots{
        bottom: 18px;
    }
    .news-sect{
        padding: 70px 0 50px;
        background-attachment: unset;
    }
    .products-sect{
        padding: 70px 0 50px;
    }
    .products-box{
        padding: 0;
    }
    .products-sect::before,
    .products-sect::after,
    .products-sect .p_bg {
        display: none;
    }
    .products-list .box .name {
        font-size: 16px;
        line-height: 25px;
        max-height: 25px;
        min-height: 25px;
        height: 25px;
        margin: 0 0 5px;
    }
    .products-list.type2 .item {
        margin-top: 12px;
    }
    .products-list.type2 .p_style {
        top: -12px;
    }
    .service-sect{
        padding: 70px 0 50px;
    }
    .service-box .index_more{
        position: relative;
        margin: 30px auto 0;
        padding: 0;
        top: unset;
        left: unset;
    }
    .service-sect .s_bg {
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.1;
    }
    .service-sect::after {
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    .service-sect .editor{
        width: 100%;
        float: none;
    }
    .service-box > .flex{
        display: block;
    }
    .service-sect .index_more{
        width: 120px;
    }
    .service-sect .index_more a {
        width: 120px;
        height: 120px;
    }
    .service-sect .index_more a span {
        top: 50%;
        left: 50%;
        margin-top: -11.5px;
        margin-left: -8px;
        width: 16px;
        height: 23px;
    }
    .about-sect {
        padding: 0 0 150px;
        margin: 0;
        background-attachment: unset;
        overflow: hidden;
    }
    .about-sect .col.txt,
    .about-sect .col.pic{
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-sect .col.txt .txt-box {
        text-align: center;
        display: block;
        padding: 150px 15px 30px;
    }
    .about-sect .txt-box .index-about-editor .editor{
        width: 100%;
    }
    .about-sect .slogan {
        bottom: -120px;
    }
    .about-sect .slogan span {
        font-size: 30px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect{
        padding: 0;
        margin: 0;
    }
    .album-list{
        width: 100%;
        margin: 0;
    }
    .album-list.type1 {
        margin: 0;
    }
    .album-list.column6.type1 .item .namebox .name {
        margin: 10px 0;
        padding: 0 10px;
        font-size: 16px;
    }
    .articles-sect{
        padding: 30px 0 10px;
        margin-bottom: 0;
    }
    .article-sect .container{
        padding: 30px 15px;
    }
    .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;
    }
    .products-list.for-cart.type2 .offers {
        margin: 0;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .title h2 {
        font-size: 26px;
    }
    .title span {
        font-size: 50px;
    }
    .news-sect .container {
        padding: 0;
    }
    .news-list.type4 .item .box {
        margin-right: 15px;
    }
    .news-list.type4 .n_style {
        position: absolute;
        top: 0;
        right: -12px;
    }
    .products-sect .container {
        padding: 0;
    }
}