﻿@charset "utf-8";
/* public */
.page_in{
    width: 100%;
    height: 100%;
}
.blackBJ{
    background: #040000;
}
.whiteBJ{
    background: #fff;
}
.main{
    padding: 12em 9em;
    height: 100%;
}
.text-middle{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    text-align: center;
}
.showS{
    display: block;
}
.hideS{
    display: none;
}
/* public */
/* index */
.indexImg img{
    width: 100%;
}
/* index */
/* menu */
/*.head{*/
/*    position: fixed;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*}*/
.logo{
    position: fixed;
    z-index: 9;
    left: 65px;
    top: 66px;
}
.logo img{
    width: 100%;
    display: block;
}
.prologo{
    width:154px;
    height: 72px;
}
.navlogo {
    position: absolute;
    width: 152px;
    height: 86px;
}
.menu_butC{
    position: fixed;
    left: 50%;
    top: 51px;
    width: 296px;
    margin-left: -148px;
    z-index: 3;
}
.menu_butC img{
    width: 100%;
}
.menu_butCS{
    top: 3.3em;
    width: 180px;
    margin-left: -90px;
}
.menu_button{
    cursor: pointer;
    position: fixed;
    top:63px;
    left: 270px;
    width: 24px;
    height:24px;
    z-index: 9;
}
.menu_button .line{
    height: 3px;
    background: #040000;
    display: block;
    margin-bottom: 5px;
    width: 16px;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.menu_button .line2{
    width: 24px;
}
.menu_button:hover .line,.menu_buttonS .line{
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    background: linear-gradient(90deg,#e67173 11%,#bd1a21 100%);
}
.menu_cur{
    z-index: 12;
}
.menu_cur .line2{
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}
.menu_cur .line1{
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
    background: linear-gradient(90deg,#e67173 11%,#bd1a21 100%);
}
.menu_cur .line3{
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
    background: linear-gradient(90deg,#e67173 11%,#bd1a21 100%);
}
/*第一条线旋转动画*/
@keyframes clickfirst {
    0% {
        transform: translateY(0) rotate(0deg);
        width: 0;
    }
    100% {
        transform: translateY(10px) rotate(45deg);
        width: 24px;
    }
}
/*第二条线淡入淡出动画动画*/
@keyframes clicksecond {
    0% {
        opacity: 1;
        width: 32px;
    }
    100% {
        opacity: 0;
        width: 0;
    }
}
/*第三条线旋转动画*/
@keyframes clickthird {
    0% {
        transform: translateY(0) rotate(0deg);
        width: 0;
    }
    100% {
        transform: translateY(-6px) rotate(-45deg);
        width: 24px;
    }
}
.nav{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left:-100%;
    top:0;
    z-index: 11;
}
.navS{
    left: 0;
}
.navUl{
    margin-left: 270px;
    margin-top: 14em;
}
.navUl,.navUl li,.navUl a{
    display: block;
    overflow: hidden;
}
.navUl li a{
    margin: 3em 0 2em;
}
.navUl li a h3{
    font-size: 30px;
    color: #060203;
    float: left;
    margin-right: 2em;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    /* font-weight: bold; */
    line-height: 54px;
    font-family: 方正兰亭大黑_GBK;
}
.navUl li a span{
    font-size: 22px;
    color: #373737;
    float: left;
    letter-spacing: 0.1em;
    line-height: 54px;
    font-family: 黑体;
}
.navUl li a span b{
    font-weight: 500;
    color: #040000;
}
.navUl li a:hover h3,.navUl li a:hover span{
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    background-image:linear-gradient(90deg,#e67173 11%,#bd1a21 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    text-decoration: none;
}
/* menu */
/* product */
.product{
    width: 100%;
    height: calc(100% - 51px);
    position: relative;
    overflow: hidden;
}
.proL{
    position: absolute;
    left: 0;
    top: 50%;
    width: auto;
    height: 60px;
    margin-top: -30px;
    cursor: pointer;
    z-index: 2;
}
.proR{
    position: absolute;
    right: 0;
    top: 50%;
    width: auto;
    height: 60px;
    margin-top: -30px;
    cursor: pointer;
    z-index: 2;
}
.productB{
    position:relative;
    width: 100%;
    z-index: 10;
    margin-top: 11em;
    height: calc(100% - 11em);
}
.productB .swiper-container{
    width: 72%;
    height: 100%;
    margin: 0 auto;
}
.proItem{
    display: block;
    width: 50%;
    margin: 0 auto;
    z-index: 9;
}
.proItem_img{
    position: relative;
    z-index: 9;
}
.play{
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -40px;
    background: url(../images/play.png) no-repeat center center/cover;
    cursor: pointer;
}
.proItem_img img{
    width:60%;
}
.banCon_list{
    width: 80%;
    position: absolute;
    bottom: 46.5%;
    left: 0;
    z-index: 3;
    left: 10%;
}
.proItem_txt{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}
.proItem_txt h3{
    font-size: 70px;
    color: #fff;
    font-family:"Bank Gothic BT";
    letter-spacing: 8px;
}
.proItem_txt.ab{
    display: none;
}
.proItem_txt>img{
    width: auto;
    height: 200px;
    display: inline-block;
}
.pagination1.swiper-pagination{
    bottom: 4.5em;
}
.pagination1 .swiper-pagination-switch{
    width: 4px;
    height: 4px;
    margin: 0 3px;
    background: #292a2a;
}
.pagination1 .swiper-active-switch{
    background: #fff;
}
.promore{
    display: inline-block;
    color: #fff;
    line-height: 4em;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.promore img{
    width: 28px;
    height: 23px;
    position: relative;
    left: 0.8em;
    top: -0.1em;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.promore:hover{
    text-decoration: none;
    color: #e67173;
}
.promore:hover img{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
}
.proVideo{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background: #010000;
}
.proVideo video{
    width: 100%;
}
.proClose{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 50px;
    height:50px;
    cursor: pointer;
    z-index: 999;
}
.proClose img{
    width: 100%;
    height: 100%;
}
/* product */
/* prodot */
.prodot{
    margin: 11em 18.5em;
    width: auto;
    position: relative;
}
.back{
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    position: absolute;
    left: 58px;
    font-weight: bold;
    display: inline-block;
    z-index: 1;
}
.back:hover{
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    background-image:linear-gradient(90deg,#e67173 11%,#bd1a21 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.back:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    top: 3px;
    border-right: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.back:hover:after{
    border-right-color:#e67173 !important;
}
.proLeft{
    width: 55%;
    overflow: hidden;
    position: relative;
}
.proLeft>img{
    width: 60%;
	margin-left:20%;
    cursor: pointer;
}
.proL_soldout{
    position: absolute;
    right: 21.8%;
    bottom: 16.3%;
    width: 28%;
}
.proL_soldout>img{width: 100%}
.proRight{
    width: 45%;
}
.proR_img{
    margin-top: 9em;
    overflow: hidden;
}
.proR_img img{
    float: left;
    width: auto;
    max-height: 230px;
    cursor: pointer;
}
.proR_img img+img{
    margin-left: 5em;
}
.proR_tit{
    margin-top: 6em;
    margin-bottom: 4em;
}
.proR_tit img{
    max-width: 100%;
    height: auto;
}
.proR_txt{
    margin-top: 2em;
}
.proR_txt p{
    font-size: 18px;
    color: #fffdfe;
    line-height:30px;
    font-weight: normal;
    font-family: "Acid";
    margin-bottom:0;
    letter-spacing: 1px;
}
/* prodot */
/* about */
.aboutPage{padding-top:10em}
.about{
    height: calc(100% - 84px);
    overflow-y: auto;
    overflow-x: hidden;
}
.about .main{
    padding: 80em 32em 0;
}
 /*.about_txt{
   margin: 1em 0 0 0;
}*/
/*.about_txt:last-child{
    margin-top: 4.5em;
}*/
.about_txt h3{
    font-size: 2.6em;
    color: #050101;
    margin-bottom: 0.5em;
    font-family:"Aldine401 BT";
    font-weight: bolder;
    text-align: left;
}
.about_txt p{
    font-size: 1.4em;
    line-height: 1.6em;
    color: #050101;
    text-align: justify;
    font-family:"Aldine401 BT";
    letter-spacing: 0;
}
.about_img{
    margin-left: 8em;
}
.about_img img{
    width: 100%;
}
/* about */
/* archive */
.archive{
    height: 100vh;
}
.tabCon{
    height: 100%;
    padding: 12em 9em;
}
.tabCon .main{
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.archiveL .hide{
    display: block;
}
.archiveL .show{
    display: none;
}
.archiveL{
    position: absolute;
    left: 75px;
    top: 10em;
    z-index: 9;
}
.archiveL a{
    font-size: 1.8em;
    color: #000;
    margin-top: 3.6em;
    line-height: 1.4em;
    font-weight: bold;
    font-family: "FZLTDH";
}
.archiveItem{
    margin-bottom: 5rem;
}
.archiveItem:hover{
    text-decoration: none;
}
.archiveItem:hover h3,.archiveL a:hover span,.archiveL .active span{
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    background-image:linear-gradient(90deg,#000 11%,#000 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.archiveR_img img{
    width:56%;
}
.archiveR_txt h3{
    font-size: 1.8em;
    color: #000;
    line-height: 1.8em;
    margin-bottom: 0.2em;
    margin-top: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "FZLTTHJW";
    font-weight: bold;
}
.archiveR_txt p{
    color: #000;
    font-size: 0.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "FZLTXHK";
}
.footer{
    background: #000;
    padding: 16px 50px;
    width: 100%;
    position: absolute;
    left:0;
    bottom:0;
    z-index:2;
    width:100%
}
.footer p{
    font-size: 14px;
    margin-left: 28px;
    /*background-image: -webkit-linear-gradient(left,#e67173 0%,#bd1a21 53%,#e67173 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*margin-bottom: 0;*/
    color: #858383;
    display: inline-block;
    font-family: microsoftyaheilight;
    margin-bottom: 0;
}
.jsmodern-fullpage-container{
    z-index: 2;
}
/* archive */
/* new */
.new{
    height: calc(100% - 47px);
}
.new .main{
    padding:15em 22.5em 0;
    position: relative;
}
.new .back{
    color: #000;
    left: 280px;
    top:10em;
}
.new .back::after{
    border-right-color: #000;
}
.newMid img{
    width: 70px;
}
.new_img img{
    width: 100%;
}
.new_txt,.new_img{
    margin: 2em 0;
}
.new_txt p{
    font-size: 1em;
    /* text-align: justify; */
    line-height: 2em;
}
.newMid.ph{
    width: 0;
    height: 0;
}
.newMid.ph img{
    display: none;
}
.newMid.pc{
    width: 100%;
}
.newMid.pc img{
    display: block;
}
/* new */
/* newline */
.newline{
    height: calc(100% - 47px);
}
.newline .main{
    padding: 18em 9em 0;
}
.newline_tit{
    margin-bottom: 5em;
    margin-top: 5em;
}
.newline_tit img{
    width: 150px;
}
.newlineItem{
    width: 100%;
    display: block;
}
.newlineItem img{
    width: 100%;
    margin-bottom: 2em;
}
.newlineItem h3{
    font-family: "FZLTDH";
    font-size: 24px;
    font-weight: bold;
    color: #060203;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0.5em 0.5em;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.newlineItem p{
    font-size: 1em;
    color: #060203;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0.8em;
    font-family: "FZLTHJW";
}

.newlineItem:hover{
    text-decoration: none;
}
.newlineItem h3:hover{
    background-image: linear-gradient(90deg,#e67173 11%,#bd1a21 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* newline */
/* register */
.register{
    height: calc(100% - 47px);
}
.registerTit{
    width: 100%;
    margin-top: 18em;
}
.registerTit img{
    width: 64%;
}
.registerSear{
    width: 78%;
    margin: 5em auto;
    border: 1px solid #040000;
    padding: 0.6em 0;
    overflow: hidden;
}
.registerSear input{
    float: left;
    width: calc(100% - 120px);
    border:none;
    text-indent: 1.2em;
    color:#666;
    font-size: 1.2em;
    line-height: 1.2em;
}
.registerSear button{
    width: 120px;
    border: none;
    border-left: 1px solid #060203;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #040000;
    background:none;
    float: right;
}
.registerSuc{
    font-size: 1.2em;
    color: #040000;
    display: none;
}
.registerSuc img{
    width: 20px;
    position: relative;
    top: -2px;
    margin-right: 0.8em;
}
/* register */
/* contact */
.contactTit{
    margin-top: 14em;
    width: 100%;
}
.contactTit img{
    width:auto;
    /* height: 30px; */
    margin: 0 auto;
}
.contactTxt{
    margin-top: 8em;
    text-align: center;
}
.contactTxt img {
    width: auto;
    margin: 0 auto;
}
.contactTxt h3{
    font-size: 28px;
    font-weight: normal;
    color: #373737;
    letter-spacing: 2px;
}
.contactTxt p{
    font-size:18px;
    color: #666;
    letter-spacing: 1px;
    margin-top: 1.2em;
}

/* contact */
/* terms */
.terms{
    overflow-x: hidden;
    margin: 11rem 142px 0;
    overflow-y: auto;
    height: 86%;
    padding: 0 20px;
}
.terms img{
    width: 100%;
    margin: 0 auto;
}
.termsTit{
    font-size: 30px;
    line-height: 32px;
    color: #040000;
    margin-top:4em;
    font-family: Arial Black;
}
.termsTxt{
    margin: 5em auto;
}
.termsTxt h3{
    color: #040404;
    margin-bottom:0.5em;
    font-size:18px;
    font-family: "微软雅黑";
    font-weight: bold;
}
.termsTxt p{
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}
/* terms */
@media screen and (max-width: 2120px) {
    .contactTit {
        margin-top: 14em;
    }
	
    .about .main{
        padding: 50em 32em 0;
    }
}
@media screen and (max-width: 1900px) {
    
    .about .main{
        padding: 32em 32em 0;
    }
}

@media screen and (max-width: 1660px) {
    .proR_img img {
        max-height: 170px;
    }
}
@media screen and (max-width: 1440px) {
    .navUl {
        margin-top: 12em;
    }
    .productB{
        margin-top: 9em;
        height: calc(100% - 9em);
    }
    .proItem_txt>img{
        height: 200px;
    }
    .banCon_list {
        bottom: 49%;
    }
    .proR,.proL{
        height: 40px;
        margin-top: -40px;
    }
    .proItem {
        width: 60%;
        margin-top: 0;
    }
    .proLeft{
        margin-top: 3em;
    }
    .newline .main{
        padding: 11em 9em 0;
    }
    .termsTxt p {
        font-size: 1.2em;
        line-height: 1.4em;
    }
    .termsTit {
        margin-top:4em;
    }
    .about .main {
        padding:40em 25em 0;
    }
    .about_img {
        margin-left: 1em;
    }
    .about_txt {
        margin: 0;
    }
    .about_txt h3 {
        font-size: 2.4em;
    }
    .about_txt p {
        font-size: 1.2em;
    }
    .pagination1.swiper-pagination{
        bottom: 2em;
    }
    .proR_img {
        margin-top: 8em;
    }
    .proR_img img {
        max-height:150px;
    }
    .proR_tit {
        margin-top: 6em;
        margin-bottom: 2em;
    }
    .proR_tit img {

    }
    .proR_txt p {
        font-size: 14px;
        line-height: 24px;
    }
    .newline_tit {
        margin-top: 12em;
    }
    .contactTit {
        margin-top: 9em;
    }
}
@media (max-width:1440px) and (max-height:1080px) {

}
@media screen and (max-width: 1366px) {


}
@media screen and (max-width: 1280px) {
    .proR_img img {
        max-height: 100px;
    }
    .proR_img img + img {
        margin-left: 4em;
    }
    .proR_txt p {
        font-size: 12px;
        line-height: 20px;
    }
    .termsTxt {
        margin: 3em auto;
    }
    .about_txt p {
        font-size: 1em;
    }
}
@media (max-width:1280px) and (max-height:950px) {
    .newline_tit {
        margin-top: 16em;
    }
    .proItem {
        margin-top: 7em;
    }
    .pagination1.swiper-pagination {
        bottom: 9em;
    }
}
@media (max-width:1280px) and (max-height:800px) {
    .newline_tit {
        margin-top: 12em;
    }
    .proItem {
        margin-top: 0;
    }
    .pagination1.swiper-pagination {
        bottom: 3em;
    }
}
/*and (max-height:1024px)*/
@media (max-width:768px) {
.aboutPage{padding-top: 0}
.proL_soldout {
    right: 24%;
    width: 28%;
}
.tabCon {
    height: 100%;
    padding: 12em 2em;
}	
    .page_in:after,.archive_in:after,.prodot_in:after{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 100%;
        height: 90px;
        z-index: 2;
    }
    .prodot_in:after{
        background: #040000;
    }
    .menulogo.show,.show,.footer{
        display: none;
    }
    .hide{
        display: block;
    }
    .menu_button {
        top: 3em;
        left: 2em;
    }
    .menu_button .line{
        height: 2px;
        width: 14px;
    }
    .menu_button .line2 {
        width: 22px;
    }
    /*第一条线旋转动画*/
    @keyframes clickfirst {
        0% {
            transform: translateY(0) rotate(0deg);
            width: 0;
        }
        100% {
            transform: translateY(10px) rotate(45deg);
            width: 24px;
        }
    }
    /*第三条线旋转动画*/
    @keyframes clickthird {
        0% {
            transform: translateY(0) rotate(0deg);
            width: 0;
        }
        100% {
            transform: translateY(-4px) rotate(-45deg);
            width: 24px;
        }
    }
    .menu_butC,.navlogo{
        display: block;
        width: 100px;
        margin-left: -50px;
        top: 1.5em;
        height: auto;
    }
    .navlogo{
        left: 50%;
    }
    .menulogo{
        display: none;
    }
    .navUl {
        margin-left: 4.2em;
        margin-top: 10em;
    }
    .navUl li a h3 {
        float: none;
        line-height: 34px;
        font-size: 24px;
        font-weight: bold;
    }
    .navUl li a span {
        font-size: 22px;
        float: none;
        letter-spacing: 0;
        line-height: 1em;
    }
    .navUl li a {
        margin: 2.5em 0;
    }
    .container{
        padding: 0;
        overflow-x: hidden;
    }
    .terms {
        margin: 0;
        height: calc(100% - 22px);
        overflow-y: auto;
        padding: 0 6px 0 0;
    }
    .main,.about .main {
        padding: 15em 2em 0;
    }
    .register .main ,.contact .main {
        padding: 10em 3em 0;
    }
    .newline {
        height: calc(100% - 20px);
        overflow-y: scroll;
    }
    .newline .main {
        padding: 10em 4.5em 0;
    }
    .new .main {
        padding: 12em 2em 0;
    }
    .new {
        height: calc(100% - 20px);
        overflow-y: scroll;
    }
    .B .main {
        padding:12em 2.5em;
    }
    .registerSear {
        margin: 3em auto;
    }
    .indexImg .show,.show.pc{
        display: none;
    }
    .indexImg .hide,.hide.ph{
        display: block;
    }
	.hide.ph{
       margin-top: -60%;
    }
    .about .col-sm-7{
        width: 45%;
        float: left;
    }
    .about .col-sm-7 img{
        width: 120%;
    }
    .about .col-sm-5{
        float: right;
        width: 55%;
    }
    .about_txt {
        margin: 0;
        font-size: 22px;
        -webkit-transform-origin-x: 0;
        -webkit-transform: scale(1);
        width: 95%;
    }
    .about_txt:last-child{
        margin-top: 3em;
    }
    .about_txt h3{
        font-size: 1.4em;
        margin-bottom: 0.6em;
    }
    .about_txt p{
        line-height: 2em;
        font-size: 0.6em;
    }
    .about_img{
        margin-left: 0;
        position: relative;
        width: 100%;
    }
    .about_img img{
        position: absolute;
        right: 0;
        width: 100%;
        top: 6%;
    }
    .back {
        left: 3em;
        top: -4em;
        font-size: 12px;
        -webkit-transform-origin-x: 0;
        -webkit-transform: scale(0.8);
    }
    .registerTit img,.registerSear{
        width: 100%;
    }
    .register,.contact{
        height: calc(100vh - 38px);
    }
    .archive .col-sm-3{
        float: left;
        width:  32%;
    }
    .archive .col-sm-9{
        float: left;
        width: 68%;
		/*margin-left:20px;*/
    }
    .archiveL a{
        margin-top: 2em;
        font-size: 0.8em;
    }
    .newline_tit{
        margin-top: 0;
        margin-bottom: 2.5em;
    }
    .newline_tit img{
        width: 100px;
    }
    .newlineItem h3{
        font-size: 18px;
        margin: 0 0 0.5em;
    }
    .newlineItem p{
        margin: 0 0 3em;
        font-size: 14px;
    }
    .newMid.ph{
        float: left;
        width: 30%;
        height: 100%;
    }
    .newMid.ph img{
        display: block;
    }
    .new .col-sm-2{
        display: none;
    }
    .new .col-md-5{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .newLeft{
        float: left;
        width: 70%;
    }
    .new_txt, .new_img{
        margin: 1em 0;
    }
    .new_txt p{
        font-size: 16px;
    }
    .termsTit{
        margin-top:0;
        font-size: 24px;
    }
    .termsTxt h3{
        font-size: 14px;
    }
    .termsTxt p{
        font-size: 14px;
        margin-bottom: 0.5em;
    }
    .contactTit img {
        width: 90%;
    }
    .archiveL .hide{
        display: none;
    }
    .archiveL .show{
        display: block;
        font-weight: bold;
    }
    .archiveL {
        position: absolute;
        left: 2em;
		width:40%;
        top: 9em;
        z-index: 9;
    }
    .proClose {
        width: 30px;
        height: 30px;
    }
    .prodot{
        width: 100%;
        margin:6em auto 2em;
    }
    .proLeft {
        width: calc(100% - 220px);
        margin-top: 0;
    }
    .proLeft>img {
        width: 62%;
        margin-left: 16%;
    }
    .proRight{
        width: 110px;
    }
    .proR_img{
        width: 100%;
        margin-top: 0;
    }
    .proR_img img {
        float: none;
        width: auto;
        max-height: 120px;
    }
    .proR_img img+img {
        margin-left: 0;
        margin-top: 2.5em;
    }
    .proRight.ph{
        float: none;
        overflow: hidden;
        clear: both;
        width: 56%;
        margin: 0 auto;
    }
    .proR_tit img{
        width: 94%;
		margin-left: 4%;
    }
    .proR_txt p {
        font-size: 18px;
        line-height: 26px;
    }
    .new .back {
        left: 2.8em;
    }
    .proL,.proR{
        display: none;
    }
    .productB{
        height: 100%;
    }
    .productB .swiper-container{
        width: 100%;
        height: 100%;
    }
    .proItem{
        width: 84%;
        margin: 4em auto;
    }
    .promore{
        margin-top: 11em;
    }
    .banCon_list{
        bottom: 26%;
    }
    .play{
        width: 100px;
        height: 100px;
        margin: -390px 0 0 -50px;
    }
    .pagination1.swiper-pagination {
        bottom: 12em;
    }
    .contactTxt img{
        width: 90%;
    }
    .product{
        /* height: calc(100% - 70px); */
        padding-top: 70px;
    }
    .contactTit {
        margin-top: 0;
    }
    .contactTxt {
        margin-top: 6em;
    }
    .contLogo img{
        width: 100px;
    }
}
@media screen and (max-width: 600px) {
    .play {
        width: 80px;
        height: 80px;
        margin: -350px 0 0 -40px;
    }
    .proItem {
        width: 90%;
        /* margin: 4em auto; */
    }
    .promore {
        margin-top: 13em;
    }
    .proItem_txt>img {
        height: 160px;
    }
    .banCon_list {
        bottom: 27%;
    }
    .pagination1.swiper-pagination {
        bottom: 16.5em;
    }
    .proLeft {
        width: calc(100% - 180px);
    }
    .proLeft>img {
        width: 84%;
        margin-left: 5%;
    }
    .proR_img img {
        max-height: 120px;
    }
    .proRight.ph {
        width: 60%;
    }
    .proR_txt p {
        font-size: 16px;
    }
    .contactTxt h3 {
        font-size: 20px;
    }
    .contactTxt p{
        font-size: 13px;
    }
    .about .col-sm-7 img {
        width: 83%;
    }
    .about_img img {
        right: -30px;
        width: 140%;
    }
    .new_txt p {
        font-size: 14px;
    }
    .new_txt, .new_img {
        margin: 0 0 1em;
    }
    .proL_soldout {
        right: 13%;
        width: 40%;
    }
}
@media (max-width: 600px)and (max-height:960px) {
    .promore {
        margin-top: 9em;
    }
    .play {
        width: 80px;
        height: 80px;
        margin: -320px 0 0 -40px;
    }
    .proLeft>img {
        width: 70%;
        margin-left: 10%;
    }
    .proR_img img {
        max-height: 100px;
    }
    .proL_soldout {
        right: 22%;
        width: 33%;
    }
    .main, .about .main {
        padding: 9em 2em 0;
    }
}
@media (max-width:540px){
    .proLeft {
        width: calc(100% - 160px);
    }
    .proLeft>img {
        width: 90%;
        margin-left: 6%;
    }
    .productB {
        margin-top: 14em;
    }
    .proItem {
        width: 100%;
        /* margin: 4em auto; */
    }
    .promore {
        margin-top: 12em;
    }
    .banCon_list {
        bottom: 43%;
    }
    .pagination1.swiper-pagination {
        bottom: 30em;
    }
    .archiveL {
        top: 11em;
    }
    .main, .about .main {
        padding: 15em 2em 0;
    }
    .registerTit {
        margin-top: 25em;
    }
    .about .col-sm-7 img {
        width: 110%;
    }
    .about_img img {
        right: -30px;
        width: 102%;
    }
}
@media screen and (max-width: 480px) {
    .main, .about .main {
        padding: 12em 2em 0;
        height: 100%;
    }
    .registerTit {
        margin-top: 18em;
    }
    .proItem_txt>img{
        height: 100px;
    }
    .productB {
        margin-top: 6em;
    }
    .proItem {
        width: 100%;
        margin: 2em auto;
    }
    .banCon_list {
        bottom: 28%;
    }
    .play {
        width: 64px;
        height: 64px;
        margin: -280px 0 0 -32px;
    }
    .promore {
        margin-top: 8em;
    }
    .pagination1.swiper-pagination {
        bottom: 12.5em;
    }
    .proLeft {
        width: calc(100% - 135px);
    }
    .proRight {
        width: 88px;
    }
    .proR_img img {
        max-height: 100px;
    }
    .about .col-sm-7 img {
        width: 116%;
    }
    .about_img img {
        right: -30px;
        width: 106%;
    }
    .navUl li a h3 {
        font-size: 20px;
    }
    .navUl li a span {
        font-size: 20px;
    }
    .archiveL {
        top: 7em;
    }
    .archiveR_txt h3{
        margin-top: 0.5em;
    }
    .proLeft>img {
        width: 75%;
        margin-left: 18%;
    }
    .new_txt p {
        font-size: 12px;
        line-height: 1.8em;
    }
    .newlineItem p{
        font-size:12px;
    }
    .proL_soldout {
        right: 9%;
        width: 35%;
    }
    .archiveL {
        top: 13em;
    }
}
@media (max-width:414px) and (max-height:896px) {
    .proLeft>img {
        width: 98%;
        margin-left: 0;
    }
    .proL_soldout {
        right: 5%;
        width: 46%;
    }
    .main, .about .main {
        padding: 8em 2em 0;
    }
}
@media (max-width:414px) and (max-height:736px) {
    .new_txt p {
        line-height: 1.95em;
    }
    .register .main{
        padding: 0em 3em 0;
    }
    .contact .main {
        padding: 7em 3em 0;
    }
    .registerSear{
        padding: 4px 0;
    }
    .registerSear input {
        width: calc(100% - 90px);
        text-indent: 6px;
        font-size: 12px;
        line-height: 14px;
    }
    .registerSear button {
        width: 90px;
        font-size: 12px;
        line-height: 14px;
    }
    .about {
        height: 100%;
		overflow-y: auto;
    }
    .about_txt {
        margin: -2em 0 0 0;
        font-size: 13px;
        -webkit-transform: scale(0.85);
        width: 135%;
    }
    .about_txt:last-child {
        margin-top: -2.3em;
    }
    .about_img img {
        right: -30px;
        width: 110%;
    }
    .proItem {
        width: 92%;
    }
    .banCon_list {
        bottom: 32%;
    }
    .play {
        width: 60px;
        height: 60px;
        margin: -220px 0 0 -30px;
    }
    .promore {
        margin-top: 6.5em;
    }
    .pagination1.swiper-pagination {
        bottom: 5.5em;
    }
    .navUl li a span {
        font-size: 18px;
    }
    .archiveR_img img {
        width: 70%;
    }
    .archiveR_txt h3 {
        font-size: 1.1em;
        margin-top: 1em;
		margin-left:5%;
    }
    .register{
        height: calc(100% - 37px);
    }
    .productB{
        margin-top: 3.5rem;
    }
    .proLeft {
        width: calc(100% - 110px);
    }
    .proLeft>img {
        width: 76%;
        margin-left: 10%;
    }
    .proR_img img {
        float: none;
        width: auto;
        max-height: 82px;
    }
    .proRight {
        width: 70px;
    }
    .proRight.ph {
        width: 62%;
    }
    .proR_tit {
        margin-top: 3em;
        margin-bottom: 2em;
    }
    .proR_txt p{
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0.4em;
    }
    .newline_tit img {
        width: 94px;
    }
    .newlineItem img {
        margin-bottom: 1.5em;
    }
    .newlineItem p {
        margin: 0 0 2.2em;
        line-height: 1.2em;
    }
    .new .back {
        top: 8em;
    }
    .new .main {
        padding: 10em 2em 0;
    }
    .newMid img {
        width:45px;
    }
    .contact{
        height: 100%;
    }
    .contactTit {
        margin-top: 12em;
    }
    .contactTxt p {
        font-size: 1.2em;
        letter-spacing: 0px;
    }
    .contactTxt h3 {
        letter-spacing: 0px;
    }
    .termsTxt {
        margin: 2em auto;
    }
    .B .main{
        padding-top: 8em;
    }
    .registerTit {
        margin-top: 22em;
    }
    .proItem_txt>img{
        height:100px;
    }
    .about .col-sm-7 img {
        width: 118%;
    }
    .newline {
        height: calc(100% - 18px);
    }
    .proL_soldout {
        right: 16%;
        width: 36%;
    }
}
@media (max-width:412px) and (max-height:732px) {
    .archiveL {
        top: 10em;
    }
    .tabCon {
        padding: 9em 1em 9em 2em;
    }
    .main, .about .main {
        padding: 9em 2em 0;
    }
    .proLeft>img {
        width: 74%;
        margin-left: 10%;
    }
    .proR_img img {
        max-height: 82px;
    }
    .proL_soldout {
        right: 18%;
        width: 34%;
    }
}
@media (max-width:411px) and (max-height:823px) {
    .proLeft>img {
        width: 86%;
        margin-left: 8%;
    }
    .proItem_txt>img {
        height: 90px;
    }
    .promore {
        margin-top: 8.5em;
    }
    .banCon_list {
        bottom: 34%;
    }
    .proItem {
        margin: 2em auto;
    }
    .pagination1.swiper-pagination {
        bottom: 16em;
    }
    .play {
        margin: -262px 0 0 -32px;
    }
    .registerTit {
        margin-top: 16em;
    }
    .proLeft {
        width: calc(100% - 120px);
    }
    .proR_img img {
        max-height: 96px;
    }
    .navUl li a span {
        font-size: 18px;
    }
    .newline {
        height: calc(100% - 25px);
    }
    .proL_soldout {
        right: 8%;
        width: 40%;
    }
    .main, .about .main {
        padding: 8em 2em 0;
    }
}
@media (max-width:411px) and (max-height:731px) {
    .banCon_list {
        bottom: 22%;
    }
    .play {
        margin: -236px 0 0 -30px;
    }
    .promore {
        margin-top: 7em;
    }
    .proItem {
        margin: 6em auto;
    }
    .pagination1.swiper-pagination {
        bottom:6em;
    }
    .registerTit {
        margin-top: 22em;
    }
    .proLeft>img {
        width: 80%;
        margin-left: 8%;
    }
    .proR_img img {
        max-height:82px;
    }
    .proL_soldout {
        right: 14%;
        width: 38%;
    }
}
@media (max-width: 384px) and (max-height:640px){
    .proItem {
        margin: 1.5em auto;
    }
    .banCon_list {
        bottom: 24%;
    }
    .promore {
        margin-top: 7em;
    }
    .pagination1.swiper-pagination {
        bottom: 2.5em;
    }
    .proR_img img {
        max-height: 76px;
    }
    .contactTxt {
        margin-top: 5em;
    }
    .about_img img {
        right: -30px;
        width: 110%;
    }
    .about .col-sm-7 img {
        width: 120%;
    }
    .archiveL {
        top: 9em;
    }
    .archiveR_txt h3 {
        margin-top: 0.6em;
        margin-bottom: 0;
        line-height: 1.6em;
    }
    .archiveR_txt p{
        margin-bottom: 0.5rem;
    }
    .main, .about .main {
        padding: 8em 2em 0;
    }
    .registerTit {
        margin-top: 18em;
    }
    .navUl li a {
        margin: 2em 0;
    }
    .play {
        margin: -216px 0 0 -30px;
    }
    .proLeft>img {
        width: 67%;
        margin-left: 9%;
    }
    .proR_img img {
        max-height:58px;
    }
    .proL_soldout {
        right: 26%;
        width: 31%;
    }
}
@media (max-width:375px) and (max-height:812px) {
    .about_img img {
        position: absolute;
        right: -60px;
        width: 140%;
    }
    .about_txt {
        margin: -3em 0 0 0;
        font-size: 14px;
        -webkit-transform-origin-x: 0;
        -webkit-transform: scale(0.8);
        width: 132%;
    }
    .about_txt:last-child {
        margin-top: -3.5em;
    }
    .navUl li a {
        margin: 2em 1em 1em 0;
    }
    .archiveR_img img {
        width: 90%;
    }
    .archiveR_txt h3 {
        font-size: 1.0em;
    }
    .productB {
        margin-top: 6rem;
    }
    .proItem{
        width: 100%;
        /* margin: 13em auto; */
    }
    .proItem_txt>img {
        height: 80px;
    }
    .banCon_list {
        bottom: 37%;
    }
    .play {
        width: 60px;
        height: 60px;
        margin: -250px 0 0 -30px;
    }
    .pagination1.swiper-pagination {
        bottom: 9.5em;
    }
    .promore {
        margin-top: 8em;
    }
    .proLeft {
        width: calc(100% - 100px);
    }
    .proLeft>img {
        width: 92%;
        margin-left: 0;
    }
    .proR_img img {
        max-height: 90px;
    }
    .proR_img img+img {
        margin-left: 0;
        margin-top: 1.8em;
    }
    .proRight {
        width: 80px;
    }
    .proRight.ph {
        width: 98%;
    }
    .proR_tit {
        margin-top: 6em;
        margin-bottom: 3em;
    }
    .proR_txt p{
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 0.5em;
    }
    .register, .contact {
        height: calc(100vh - 37px);
    }
    .newlineItem img {
        margin-bottom: 1.5em;
    }
    .new .main {
        padding: 9em 2.5em 0;
    }
    .newMid img {
        width:45px;
    }
    .about_txt {
        margin: -2em 0 0 0;
        font-size: 12px;
        -webkit-transform: scale(0.85);
        width: 135%;
    }
    .about_txt:last-child {
        margin-top: -2em;
    }
    .about_img img {
        right: -30px;
        width: 110%;
    }
    .contact{
        height: 100%;
    }
    .contactTit {
         margin-top: 12em;
        width: 100%;
    }
    .contactTxt p {
        font-size: 1.2em;
        letter-spacing: 0px;
    }
    .termsTxt {
        margin: 2em auto;
    }
    .B .main{
        padding-top: 10em;
    }
    .registerTit {
        margin-top: 14em;
    }
    .navUl li a h3 {
        font-size: 22px;
    }
    .navUl li a span {
        font-size: 16px;
    }
    .newline {
        height: calc(100% - 20px);
    }
    .proL_soldout {
        right: 11%;
        width: 42%;
    }
}
@media (max-width:375px) and (max-height:738px) {
    .proItem {
        margin: 6em 0 0;
    }
    .banCon_list {
        bottom: 26%;
    }
    .promore {
        margin-top: 5.5em;
    }
    .play {
        margin: -220px 0 0 -30px;
    }
    .pagination1.swiper-pagination {
        bottom: 6em;
    }
    .proR_img img {
        max-height: 80px;
    }
    .proR_tit {
        margin-top: 4em;
    }
    .productB {
        margin-top: 0;
    }
}
@media (max-width:375px) and (max-height:667px) {
    .about .main {
        padding: 12em 2em 0;
    }
    .about .col-sm-7 {
        width: 55%;
    }
    .about .col-sm-5 {
        width: 45%;
    }
    .about_txt {
        width: 112%;
        font-size: 11px;
        margin: -1.5em 0 0 0;
    }
    .about_txt:last-child {
        margin-top: -1.5em;
    }
    .about .col-sm-7 img {
        width: 96%;
    }
    .about_img img {
        width: 140%;
    }
    .archiveR_img img {
        width: 55%;
    }
    .register{
        height: calc(100vh - 37px);
    }
    .registerTit {
        margin-top: 20em;
    }
    .contact{
        height: 100%;
    }
    .contactTxt p {
        font-size: 1em;
        letter-spacing: 0px;
    }
    .termsTxt {
        margin: 1.2em auto;
    }
    .B .main{
        padding-top: 8em;
    }
    .new_txt p {
        line-height: 1.9em;
    }
    .newlineItem img {
        margin-bottom: 1.5em;
    }
    .newlineItem h3 {
        font-size: 18px;
    }
    .new .main {
        padding: 9em 2.5em 0;
    }
    .newMid img {
        width:45px;
    }
    .banCon_list {
        bottom: 16%;
    }
    .pagination1.swiper-pagination {
        bottom: 0.5em;
    }
    .proItem {
        width: 100%;
    }
    .play {
        width: 60px;
        height: 60px;
        margin: -210px 0 0 -30px;
    }
    .promore {
        margin-top: 6em;
    }
    .proLeft {
        width: calc(100% - 110px);
    }
    .proLeft>img {
        width: 72%;
        margin-left: 18%;
    }
    .proR_img img {
        float: none;
        width: auto;
        max-height: 76px;
    }
    .proR_img img+img {
        margin-top: 1.5em;
    }
    .proRight {
        width: 70px;
    }
    .proRight.ph {
        width: 98%;
    }
    .proR_tit {
        margin-top: 4em;
        margin-bottom: 2em;
    }
    .newline {
        height: calc(100% - 15px);
    }
    .productB {
        margin-top: 0rem;
    }
    .proL_soldout {
        right: 12%;
        width: 33%;
    }
    .about .main {
        padding: 8em 2em 0;
    }
}
@media screen and (max-width:360px){
    .proItem {
        margin: 15em 0 0;
    }
    .promore {
        margin-top: 4.2em;
    }
    .banCon_list {
        bottom: 16%;
    }
    .pagination1.swiper-pagination {
        bottom: 1em;
    }
    .menu_butC {
        width: 100px;
        margin-left: -50px;
    }
    .navUl li a h3 {
        font-size: 18px;
    }
    .newline .main {
        padding: 9em 4.5em 0;
    }
    .new_txt p {
        line-height: 1.42em;
    }
    .main, .about .main{
        padding:8em 2em 0;
    }
}
@media (max-width:360px) and (max-height:780px) {
    .productB {
        margin-top:0;
    }
    .proItem {
        margin: 5.5em 0 0;
    }
    .banCon_list {
        bottom: 36.5%;
    }
    .promore {
        margin-top: 7.5em;
    }
    .play {
        margin: -280px 0 0 -30px;
    }
    .pagination1.swiper-pagination {
        bottom: 6em;
    }
    .proItem_txt {
        bottom: -75px;
    }
    .proL_soldout {
        right: 14%;
        width: 42%;
    }
    .proLeft>img {
        width: 88%;
        margin-left: 0;
    }
    .proR_img img {
        max-height: 82px;
    }
    .proR_tit {
        margin-top: 3em;
    }
}
@media (max-width:360px) and (max-height:740px) {
    .proLeft>img {
        width: 88%;
        margin-left: 0;
    }
    .proR_img img {
        max-height: 82px;
    }
}
@media (max-width:360px) and (max-height:640px) {
    .proItem {
        margin: 1em 0 0;
    }
    .banCon_list {
        bottom: 40%;
    }
    .pagination1.swiper-pagination {
        bottom: 3em;
    }
    
    .proLeft>img {
        width: 70%;
        margin-left: 10%;
    }
    .proR_img img {
        max-height: 62px;
    }
    .proR_tit {
        margin-top: 3em;
    }
    .about .col-sm-7 img {
        width: 98%;
    }
    .archiveR_txt p{
        margin-bottom: 1rem;
    }
    .new_txt p {
        line-height: 1.7em;
    }
    .newline {
        height: calc(100% - 20px);
    }
    .productB {
        margin-top: 3rem;
    }
    .proL_soldout {
        right: 22%;
        width: 33%;
    }
}
@media (max-width:320px) and (max-height:568px) {
    .main {
        padding: 9em 2.5em 0;
    }
    .about_txt {
        margin: -3.3em 0 0 0;
        font-size: 10px;
        -webkit-transform: scale(0.75);
        width: 136%;
    }
    .about_txt:last-child {
        margin-top: -5.3em;
    }
    .navUl li a h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .navUl li a span {
        font-size: 12px;
        line-height: 14px;
    }
    .registerSear {
        margin: 3em auto;
    }
    .archiveL a {
        font-size: 1.1em;
    }
    .archiveR_txt h3 {
        font-size: 1.2em;
    }
    .about .main {
        padding: 8em 2em 0;
    }
    .about_txt {
        margin: -3em 0 0 0;
        font-size: 10px;
        -webkit-transform: scale(0.70);
        width: 140%;
    }
    .about_txt:last-child {
        margin-top: -5em;
    }
    .contactTxt h3 {
        font-size: 1.4em;
    }
    .contactTxt p {
        font-size: 1em;
    }
    .B .main {
        padding-top: 8em;
    }
    .termsTit {
        font-size: 1.4em;
    }
    .termsTxt p {
        font-size: 0.78em;
        line-height: 1.2em;
    }
    .termsTxt h3 {
        font-size: 1em;
    }
    .banCon_list {
        bottom: 31%;
    }
    .pagination1.swiper-pagination {
        bottom: 2em;
    }
    .proItem {
        width: 100%;
        margin: 4em 0 0;
    }
    .play {
        width: 48px;
        height: 48px;
        margin: -190px 0 0 -24px;
    }
    .promore {
        margin-top: 5.5em;
    }
    .proLeft {
        width: calc(100% - 90px);
    }
    .prodot {
        margin: 6em auto 4em;
    }
    .proRight {
        width: 38px;
    }
    .proRight.ph {
        width: 68%;
    }
    .proR_tit {
        margin-top:2.5em;
        margin-bottom: 1em;
    }
    .proR_img img {
        float: none;
        width: auto;
        max-height:60px;
    }
    .proR_txt p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 0.2em;
    }
    .registerTit {
        margin-top: 16em;
    }
    .registerSear {
        margin: 2.5em auto;
    }
    .newline_tit img {
        width: 70px;
    }
    .new_txt p {
        line-height: 1.5em;
    }
    .newline {
        height: calc(100% - 28px);
    }
}
@media (max-width:320px) and (max-height:533px) {
    .proItem {
        width: 90%;
        margin: 4em auto 0;
    }
    .promore {
        margin-top: 5.5em;
    }
    .banCon_list {
        bottom: 31%;
    }
    .play {
        margin: -180px 0 0 -24px;
    }
    .pagination1.swiper-pagination {
        bottom: 2em;
    }
    .about .main {
        padding: 10em 2em 0;
    }
    .contactTxt {
        margin-top: 4em;
    }
    .prodot {
        margin: 6em auto 4em;
    }
    .productB {
        margin-top: 0;
    }
}
