.img_jz{
    display:block;
    position:relative;
    overflow:hidden;
}
.img_jz>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.warpper{
    width:1400px;
    margin:0 auto;
}
.flex{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
/********General**********/

/*上一页_下一页*/
#prev_next{margin: 10px 20px;clear: both;overflow: hidden;}
#prev_next li{margin: 5px 0;}


/*head*/
.navbar{
    background:#1e1f24;
    overflow:hidden;
    height: 50px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.navbar .warpper{
    line-height: 50px;
}
.navbar .warpper>p{
    font-size: 1.3rem;
    color: #fff;
    font-weight: lighter;
    padding-left:23px;
    font-style: italic;
    background:url("../images/emailicon.png") no-repeat left center;
}
.navbar .warpper>h4{
    font-size: 2rem;
    color: #fff;
    font-style: italic;
    font-family:Barlo;
}
#indexnavbg{
    background:#000;
    width:100%;
    position:sticky;
    top:0;
    z-index: 10000;
}
.logobg{
    border-bottom: 1px solid #e5e5e5;
    overflow:hidden;
}
.logo{
    display:flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    position:relative;
}
.logo>a{
    display:block;
    width: 244px;
}
.logo>a img{
    filter:grayscale(0) brightness(100);
    max-width: 100%;
}
.langchange{
    position:absolute;
    right:0;
    top:45px;
}
.thislang{
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.thislang>a,.thislang::after{
    display:block;
    width: 42px;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 25px;
}
.thislang>a{
    color: #fff;
    background:url("../images/changeicon.png") no-repeat right center;
    transition: all .4s cubic-bezier(.445,.05,.55,.95);
}
.thislang::after{
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    color: #018ab2;
    background:url("../images/changeicons.png") no-repeat right center;
    -webkit-transform: translate3d(0, 70%, 0);
    transform: translate3d(0, 70%, 0);
    transition: all .4s cubic-bezier(.445,.05,.55,.95);
}
.thislang:hover>a{
    opacity: 0;
    -webkit-transform: translate3d(0, -70%, 0);
    transform: translate3d(0, -70%, 0);
}
.thislang:hover::after{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.sele_lang{
    display:none;
}
.sele_lang a{
    float:left;
    font-size: 1.3rem;
    color: #fff;
    font-weight: bold;
    position:relative;
    -webkit-transition: 350ms 0s all linear;
    -moz-transition: 350ms 0s all linear;
    -ms-transition: 350ms 0s all linear;
    -o-transition: 350ms 0s all linear;
    transition: 350ms 0s all linear;
}
.sele_lang>i{
    float:left;
    color: #a5a5a5;
    font-size: 1.3rem;
    font-weight: bold;
    margin-left: 15px;
    cursor: default;
}
.sele_lang a:hover{
    color: #018ab2;
}
.sele_lang a:after{
    content:"";
    width:100%;
    height:2px;
    background:#018ab2;
    position:absolute;
    left:0;
    bottom:0;
    transform-origin:100%;
    -webkit-transform-origin:100%;
    -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transform:scaleX(0);
    -webkit-transform:scaleX(0);
    visibility:hidden\9;
}
.sele_lang a:hover:after{
    transform:scaleX(1);
    -webkit-transform:scaleX(1);
    -moz-transform:scaleX(1);
    transform-origin:0;
    -webkit-transform-origin:0;
    visibility:visible\9;
}

.zlang{position:relative;cursor: pointer;display:none;}
.headfix .zlang{
    display:block;
}
.zlang>p{
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
    background:url("../images/whitejt.png") no-repeat right center;
    padding-right:16px;
}
.zlang>a{
    display:none;
    position:absolute;
    left:0;
    top:100%;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
}
.zlang>a:hover{
    text-decoration: underline;
}



.nav>a{
    display:none;
}
.zheader_right{
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zheader_right>i{
    display:none;
    width:1px;
    background:#fff;
    height: 12px;
    margin-right:28px;
    margin-left:15px;
}
.headfix .zheader_right>i{
    display:block;
}
.nav>.zlang{
    display:none;
}
.nav ul li{
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.nav ul li>a{
    line-height: 60px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: lighter;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
#serdown>a,#coopdown>a{
    background:url("../images/indexdownicon.png") no-repeat right center;
    padding-right:18px;
}

.headfix>.navbar,.headfix>.logobg{
    height: 0;
}

.headfix .nav{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.headfix .nav>a{
    display:block;
}
.headfix>.warpper>a img{
    width:197px;
    filter: brightness(100) grayscale(0);
}
.headfix #serdown>a, .headfix #coopdown>a{
    background: url(../images/whitejt.png) no-repeat right center;
}
.headfix .zheader_right{
    display:flex;
    align-items: center;
}
.headfix li{
    margin:0 16px;
}
.headfix .nav ul li>a{
    line-height: 70px;
}


/*banner*/
.banner{
    width: 100%;
    overflow:hidden;
    position:relative;
    display:flex;
    align-items: center;
    justify-content: center;
}
.swiper-ban{
    position:absolute;
    width: 100%;
    height: 100%;
    overflow:hidden;
    top:0;
    left:0;
}
.swiper-ban .swiper-slide video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiperbtn{
    position:absolute;
    left:0;
    right:0;
    bottom:2.5vw;
    display:flex;
    align-items: center;
}
.banner .swiper-ban .spagin1{
    width: 80px;
    height: 16px;
    text-align: left;
    position:relative;
    bottom:initial;
}
.swiper-ban .spagin1 span{
    width: 16px;
    height: 16px;
    opacity: 1;
    background:url("../images/banicon.png") no-repeat center;
}
.swiper-ban .spagin1 .swiper-pagination-bullet-active{
    background:url("../images/banicons.png") no-repeat center;
}

.swipernum{
    z-index: 99;
    display:flex;
    align-items: center;
}
.swipernum>span{
    width:19px;
    font-size: 1.8rem;
    font-family: Barlo;
    color: #fff;
    font-style: italic;
}
.swipernum>i{
    display:block;
    width: 75px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    margin-right:12px;
    position:relative;
    overflow:hidden;
}
.swipernum>i>b{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:0;
    height: 100%;
    background:#fff;
}
.animationgrow{
    animation-name:grow;
    animation-duration:5s;
    animation-timing-function:linear;
    animation-iteration-count:1;
}
@keyframes grow{
    0%{
        width:0;
    }
    100%{
        width:100%;
    }
}
.swipernum>p{
    font-size: 1.8rem;
    font-family: Barlo;
    color: #fff;
    font-style: italic;
}


.bannertext{
    z-index: 100;
}
.bannertext>img{
    margin:0 auto;
    width: 244px;
    filter:grayscale(1) brightness(100);
    margin-bottom:2vw;
}
.bannertext>h3{
    text-align: center;
    width: 612px;
}
.bannertext>h3 span{
    font-family: kuaikan;
    color: #fff;
    font-size: 3.6rem;
    font-weight: normal;
}
.ban_btn{
    margin:0 auto;
    margin-top: 3vw;
    display:flex;
    justify-content: center;
    align-items: center;
}
.ban_btn a{
    border:2px solid #fff;
    display:block;
    width: 140px;
    position:relative;
    overflow:hidden;
    text-align: center;
}
.ban_btn a:hover{
    border:2px solid #018ab2;
    -webkit-transition: 350ms 0.32s all linear;
    -moz-transition: 350ms 0.32s all linear;
    -ms-transition: 350ms 0.32s all linear;
    -o-transition: 350ms 0.32s all linear;
    transition: 350ms 0.32s all linear;
}
.ban_btn a:before{
    content:"";
    width:100%;
    height:100%;
    background:#018ab2;
    position:absolute;
    left:0;
    top:0;
    transform-origin:100%;
    -webkit-transform-origin:100%;
    -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transform:scaleX(0);
    -webkit-transform:scaleX(0);
    visibility:hidden\9;}
.ban_btn a:hover:before{
    transform:scaleX(1);
    -webkit-transform:scaleX(1);
    -moz-transform:scaleX(1);
    transform-origin:0;
    -webkit-transform-origin:0;
    visibility:visible\9;
}
.ban_btn a span{
    position:relative;
    z-index: 99;
    background:#fff;
    color: #fff;
    font-size: 1.6rem;
    background:url("../images/banjt.png") no-repeat right center;
    padding-right:16px;
    line-height: 48px;
}
.ban_btn a:nth-of-type(2){
    background:#fff;
    margin-left: 26px;
}
.ban_btn a:nth-of-type(2) span {
    color: #1e1f24;
    background:url("../images/banjts.png") no-repeat right center;
}
.ban_btn a:nth-of-type(2):hover span{
    color: #fff;
    background:url("../images/banjt.png") no-repeat right center;
}

.onlinefix{
    position:fixed;
    right:2vw;
    bottom:2vw;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background:#000000 url("../images/onlinefixed.png") no-repeat center;
    z-index: 999;
}
.onlinefix span{
    position:absolute;
    text-align: center;
    width: 68px;
    left:50%;
    bottom:calc(100% + 8px);
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 20px;
    font-size: 1.2rem;
    color: #333333;
    font-weight: lighter;
    background:#fff;
    border-radius: 10px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.onlinefix span:before{
    border-top:5px solid #fff;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    display:block;
    content: '';
    position:absolute;
    left:50%;
    top:100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.onlinefix:hover span{
    opacity: 1;
    bottom:100%;
}

/*product*/
.product{
    margin-top: 40px;
    margin-bottom: 40px;
    padding:4vw 0;
    background:url("../images/probg.jpg") no-repeat center;
    background-size:cover;
}
.swiper-product{
    width:100%;
    height: 695px;
    overflow:hidden;
    position:relative;
}
.swiper-product .swiper-slide{
    width: 100%;
    position:relative;
    overflow:hidden;
}
.swiper-product a{
    display:block;
    width:100%;
    height: 100%;
}
.swiper-product img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper-product .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-product .swiper-button-next{
    width: 56px;
    height: 56px;
    background:url("../images/projt_r.png") no-repeat center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.swiper-product .swiper-button-prev{
    width: 56px;
    height: 56px;
    background:url("../images/projt_l.png") no-repeat center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.swiper-product .swiper-button-next:after,.swiper-product .swiper-button-prev:after{
    display:none;
}
.swiper-product .swiper-button-prev:hover{
    background:url("../images/projt_ls.png") no-repeat center;
}

.swiper-product .swiper-button-next:hover{
    background:url("../images/projt_rs.png") no-repeat center;
}

.pro_text>p{
    text-align: center;
    font-size: 1.8rem;
    font-family: kuaikan;
    color: #fff;
    font-style: italic;
}
.pro_text>h3{
    font-family:alimama;
    text-align: center;
    text-transform: uppercase;
    font-size: 6rem;
    color: #fff;
}


/*indexvideo*/
.indexvideo{
    position:relative;
    background:url("../images/videobg.jpg") no-repeat center;
    background-size:cover;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:5vw 0;
}
.video_text{
    position:relative;
    height: 100%;
}
.videoiconbg{
    width: 100%;
    height: 40vw;
    display:flex;
    justify-content: center;
    align-items: center;
}
.videoicon{
    width: 200px;
    height: 200px;
    position:relative;
}
.tel_ome>img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.tel_ome{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 75px;
    height: 75px;
    border:2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

@keyframes ripple {
    60% {
        transform:translate(-50%, -50%) scale(1.06);
        opacity: 0.3;
    }

    100% {
        transform:translate(-50%, -50%) scale(1);
        opacity: 0.3
    }
}
.tel_ome i ,.tel_ome i:before{
    width: 90px;
    height: 90px;
    opacity: 0.8;
}
.tel_ome i:after{
    width: 107px;
    height: 107px;
    opacity: 0.6;
}
.tel_ome i ,.tel_ome i:before ,.tel_ome i:after{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border:2px solid #fff;
    -webkit-animation: ripple 2s infinite;
    animation: ripple 2s infinite;
    border-radius: 50%;
}
.tel_ome i{
    border: 2px solid #fff;
    box-sizing: content-box;
}
.tel_ome i:before{
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.tel_ome i:after{
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.video_text>h4{
    font-size: 4rem;
    color: #fff;
    font-family: kuaikan;
    text-align: center;
}
.video_ul{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.video_ul li{
    background:url("../images/videoline.png") no-repeat left bottom;
    padding-left:31px;
    padding-bottom: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width:270px;
}
.video_ul li small{
    font-size: 2rem;
    color: #fff;
}
.video_ul li h5{
    font-size: 3.6rem;
    color: #ffffff;
    font-family: barlo;
 }


.video_tansuo{
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*peijian*/
.peijianbg{
    background:url("../images/peijian.jpg") no-repeat center top;
    margin-top: 37px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5vw;
    padding-bottom: 2vw;
}
.peijian{
    height: 877px;
}
.peijian a{
    float:left;
    position:relative;
    overflow:hidden;
    border-radius: 20px;
    width: 32%;
    height: 48.5%;
    margin-left: 2%;
    background:#fff;
    background-size:cover!important;
}
.peijian a:first-of-type{
    height: 100%;
    margin-left: 0;
    background:url("../images/p_bg01.jpg") no-repeat center;
    background-size:cover;
}
.peijian a:last-of-type{
    width: 66%;
    margin-top: 2%;
    background:url("../images/p_bg04.jpg") no-repeat center;
    background-size:cover;
}
.peijian a:nth-of-type(2){background:url("../images/p_bg02.jpg") no-repeat center;}
.peijian a:nth-of-type(3){background:url("../images/p_bg03.jpg") no-repeat center;}
.peijian a img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.peijian a:hover img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.peijian a>div{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:2vw 5%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    overflow:hidden;
}
.peijian a>div p{
    font-size: 2.4rem;
    color: #ffffff;
    font-family: kuaikan;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    position:relative;
}

.peijian a>div i{
    position:relative;
    border:2px solid #fff;
    border-radius: 18px;
    display:block;
    width:60px;
    line-height: 32px;
    height: 32px;
    background:url("../images/pj_jt.png") no-repeat center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.peijian a:hover>div i {
    background:#fff url("../images/pj_jts.png") no-repeat center;
}
.peijian a:last-of-type>div{
    top:50%;
    bottom:initial;
    flex-wrap: wrap;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.peijian a:last-of-type>div p{
    width: 100%;
    margin-bottom: 20px;
}
/*custom*/
.custom{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2vw;
    margin-bottom: 5vw;
}
.custom li{
    width: 48%;
}
.custom li>div{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.custom li>div>h3{
    font-size: 3.6rem;
    color: #282828;
    font-family: alimama;
    font-style: italic;
}
.custom li>div>span{
    font-family: Arial;
    font-size: 12rem;
    font-weight: bold;
    font-style: italic;
    -webkit-text-stroke: 1px rgba(0,0,0,0.2);
    color: transparent;
}
.custom li>small{
    display:block;
    width: 80%;
    font-size: 1.4rem;
    color: #666666;
    height: 120px;
}
.custom li>a{
    display:block;
    width:100%;
    height: 34vw;
    position:relative;
    overflow:hidden;
}
.custom li>a img{
    width:100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 400ms 0s all linear;
    -moz-transition: 400ms 0s all linear;
    -ms-transition: 400ms 0s all linear;
    -o-transition: 400ms 0s all linear;
    transition: 400ms 0s all linear;
}
.custom li>a:hover>img{
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.custom li>a>small{
    color: #fff;
    position:absolute;
    left:5%;
    bottom:3vw;
    font-style: italic;
    font-size: 1.6rem;
    font-family: alimama;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.custom li>a:hover>small {
    left:6%;
}
.video2{
    background:url("../images/video2.jpg") no-repeat center;
    background-attachment: fixed;
    overflow:hidden;
}
.video2 .warpper{
    padding:10vw 0;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.video2 .warpper>div{}
.video2 .warpper>div>img:first-of-type{
    width: 250px;
    filter:grayscale(1) brightness(100);
}
.video2 .warpper>div>h3{
    color: #fff;
    font-size: 4rem;
    font-family: kuaikan;
    font-weight: normal;
    margin-top:1.5vw;
    margin-bottom:10px;
}
.video2 .warpper>div>small{
    font-size: 2rem;
    color: #ffff;
    display:block;
    margin-bottom: 2vw;
}
.video2 .warpper>div>img:last-of-type{
    max-width: 134px;
}
.video2 .warpper>b{
    display:block;
    width:702px;
    height: 324px;
    position:relative;
    background:url("../images/video2player.png") no-repeat center;
}
.video2 .warpper>b>img{
    position:absolute;
    top:-97px;
    left: -22px;
}
.videoiconbg2{
    cursor: pointer;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.video2_playerbg{
    display:none;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    border-radius: 30px;
    overflow:hidden;
}
.video2_playerbg video{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
::-webkit-scrollbar{
    width:0; /*滚动条宽度*/
}
/*video3*/
.video3bg{
    width: 100%;
    overflow:hidden;
    margin-top: 40px;
    margin-bottom: 40px;
}
.swiper-video3{
    width:100%;
    height: 640px;
}
.swiper-video3 .swiper-slide{
    position:relative;
    display:flex;
    justify-content: center;
    align-items: center;
}
.swiper-video3 .video3_pic{
    width:100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
}
.video3_pic>video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-video3 .swiper-slide>p{
    text-align: center;
    position:relative;
    color: #fff;
    margin-top: 90px;
    font-size: 2.4rem;
    font-family: kuaikan;
    font-weight: normal;
    transform:translateY(15px);
    opacity:0;
    -webkit-transition: 400ms 100ms all linear;
    -moz-transition: 400ms 100ms all linear;
    -ms-transition: 400ms 100ms all linear;
    -o-transition: 400ms 100ms all linear;
    transition: 400ms 100ms all linear;
}
.swiper-video3 .ani-slide>p{
    transform:translateY(0);
    opacity:1;
}

/*footer*/
.footer{
    background:#f0f0f0;
}
.fot_top{
    border-bottom: 1px solid #ddd;
}
.fot_top>.warpper{
    height: 175px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.fot_top>.warpper a{
    display:block;
    position:relative;
}
.fot_top>.warpper a:before{
    display:block;
    content: '';
    position:absolute;
    left:0;
    bottom:0;
    height: 9px;
    width:100%;
    background:#018ab2;
    transform-origin:100%;
    -webkit-transform-origin:100%;
    -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transform:scaleX(0);
    -webkit-transform:scaleX(0);
    visibility:hidden\9;
}
.fot_top>.warpper a:hover:before{
    transform:scaleX(1);
    -webkit-transform:scaleX(1);
    -moz-transform:scaleX(1);
    transform-origin:0;
    -webkit-transform-origin:0;
    visibility:visible\9;
}
.fot_top>.warpper a b{
    width:80px;
    height: 43px;
    display:block;
    position:relative;
    overflow:hidden;
    margin:0 auto;
    margin-bottom: 12px;
}
.fot_top>.warpper a p{
    font-size: 1.6rem;
    /*color: #2c2d32;*/
    color: #fff;
    text-align: center;
    position:relative;
}
.fot_top>.warpper a b img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    filter:brightness(100);
}
.fot_mid{
    padding:5vw 0;
    display:flex;
    justify-content: space-between;
}
.fot_mid_left>img{
    width: 234px;
    margin-bottom: 1vw;
}
.fot_mid_left ul{
    display:flex;
}
.fot_mid_left ul li{
    margin-right: 84px;
}
.fot_mid_left ul li a{
    font-size: 1.4rem;
    color: #333333;
    font-weight: bold;
    display:block;
    margin-top: 2vw;
    position:relative;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.fot_mid_left ul li a span{
    position:relative;
}
.fot_mid_left ul li a span:before{
    display:block;
    content: '';
    position:absolute;
    left:0;
    bottom:0;
    height: 9px;
    width:100%;
    background:#018ab2;
    transform-origin:100%;
    -webkit-transform-origin:100%;
    -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transform:scaleX(0);
    -webkit-transform:scaleX(0);
    visibility:hidden\9;
}
.fot_mid_left ul li a:hover span:before{
    transform:scaleX(1);
    -webkit-transform:scaleX(1);
    -moz-transform:scaleX(1);
    transform-origin:0;
    -webkit-transform-origin:0;
    visibility:visible\9;
}
.fot_mid_left ul li a span i{
    position:relative;
    display:inline;
}

.fot_mid_right>p{
    font-size: 18px;
    color: #1e1f24;
}
.fot_mid_right>h3{
    font-size: 3.6rem;
    color: #1e1f24;
    font-family: barlo;
}
.fot_mid_right>a{
    display:block;
    font-size: 1.6rem;
    color: #1e1f24;
    font-weight: bold;
    margin-bottom: 5vw;
}
.fot_mid_right>ul{
    margin-top: 1.5vw;
    display:flex;
    align-items: center;
}
.fot_mid_right>ul>li{
    margin-right: 42px;
    cursor: pointer;
    position:relative;
}
.fot_mid_right>ul>li>div{
    background:#fff;
    position:absolute;
    top: -140px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:4px;
    width: 110px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    opacity: 0;
    z-index: -1;
}
.fot_mid_right>ul>li:hover>div{
    opacity: 1;
    z-index: 100;
    top: -130px;
}
.fot_mid_right>ul>li>div:after{
    position:absolute;
    top:98%;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display:block;
    content: '';
    border-top:6px solid #fff;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
}

.fot_mid_right>ul>li>div>img{
    width: 100%;
}
.fot_mid_right>ul>li>img{
    filter: grayscale(100) brightness(0.3);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    position:relative;
    top:0;
}
.fot_mid_right>ul>li:hover>img {
    top:-5px;
    filter: grayscale(0) brightness(1);
}









.fotbom{
    background:#dfdfdf;
}
.fotbom>.warpper{
    height: 85px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.fotbom>.warpper>p{
    font-size: 1.4rem;
    color: #333333;
    font-weight: bold;
}
.fotbom>.warpper a{
    font-weight: bold;
    font-size: 1.4rem;
    color: #333333;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.fotbom>.warpper a:hover{
    text-decoration: underline;
}


/*zfooter*/
.zfooter{
    background:#000000;
}
.zfooter .fot_mid_left>img{
    filter:grayscale(0) brightness(100);
}
.zfooter .fot_mid_left ul li a{
    color: #fff;
}
.zfooter .fot_mid_right>p,.zfooter .fot_mid_right>h3,.zfooter .fot_mid_right>a,.zfooter .fot_mid_right>p{
    color: #fff;
}
.zfooter .fot_mid_right>ul>li img{
    filter: grayscale(100) brightness(100);
}
.zfooter .fot_mid_right>ul>li:hover img{
    filter: grayscale(0) brightness(1);
}
.zfotbom{
    border-top: 1px solid #4d4d4d;
    background:#000000;
}
.zfotbom .warpper p,.zfotbom .warpper a{
    font-size: 1.4rem;
    color: #fff;
    font-weight: lighter;
}
/*mylocation*/
.mylocation{
    background:#f1f3f7;
    line-height: 54px;
}
.mylocation>.warpper{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:27px;
    font-size: 1.4rem;
    color: #333333;
    font-weight: lighter;
    text-transform: uppercase;
    background:url("../images/tags.png") no-repeat left center;
}

/*zproduct*/
.zprobanner{
    position:relative;
    overflow:hidden;
}
.zprobanner ul{
    position:absolute;
    left:50%;
    bottom:5%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.zprobanner ul li{
    display:flex;
    align-items: center;
}
.zprobanner ul li img{
    margin-right:20px;
}
.zprobanner ul li h5{
    font-size: 1.8rem;
    color: #fff;
    font-weight: normal;
}
.zprobanner ul li small{
    display:block;
    width: 300px;
    font-size: 1.4rem;
    color: #fff;
}
.zprovideo{
    width: 100%;
}

.zpromain{background:#dcdcdc;overflow:hidden;}

.zpromain_01{
    position:relative;
    width:80%;
    margin:0 auto;
}
.swiper-zpro{
    width:100%;
    height: 675px;
    overflow:hidden;
    position:relative;
    padding-top:4vw;
}
.swiper-zpro .swiper-slide{
    width: 100%;
    position:relative;
    overflow:hidden;
}
.swiper-zpro .swiper-slide>div{
    display:block;
    width:100%;
    height: 100%;
}
.swiper-zpro img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.swiper-zpro .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-zproicon{
    position:absolute;
    right:0;
    bottom:5%;
    height: 210px;
}
.zproicon_cir{
    height: 100%;
    position:relative;
    display:flex;
    align-items: center;
}
.zproicon_cir>i{
    position:relative;
    cursor: pointer;
    border-radius: 50%;
    display:block;
    width: 40px;
    height: 40px;
    border:3px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zproicon_cir>span{
    position:absolute;
    right:0;
    top:50%;
    background:#fff;
    padding-right:44px;
    border-radius: 22px;
    overflow:hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 72px;
    line-height: 40px;
    text-align: center;
    font-size: 2.4rem;
    color: #1e1f24;
    display:none;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.swiper-zproicon .swiper-slide-thumb-active .zproicon_cir>span {
    display:block;
}

.zpromain_02{
    display:flex;
    justify-content: space-between;
    align-items: center;
    width: 83%;
    margin:0 auto;
    margin-top: 3vw;
    margin-bottom: 3vw;
}
.zpromain_02 li>h4{
    font-family: Barlo;
    font-size: 3.6rem;
    color: #333333;
}
.zpromain_02 li>small{
    font-size: 2.2rem;
    color: #333333;
}
.zpromain_02 i{
    width: 1px;
    height: 43px;
    background:#a9a9a9;
    display:block;
}
.zbtn{
    display:block;
    margin:0 auto;
    width: 170px;
    background:#000000;
    border-radius: 25px;
    text-align: center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zbtn:hover{
    background:#de1f6a;
}
.zbtn span{
    color: #fff;
    font-size: 1.8rem;
    line-height: 50px;
    padding-right:33px;
    background:url("../images/jt.png") no-repeat right center;
}

.zpromain_03{
    margin-top:10vw;
    margin-bottom: 10vw;
}
.warpper2{
    width: 90%;
    margin:0 auto;
}
.zpromain_03 .warpper2{
    position:relative;
    background:#1e1f24;
}
.zpromain_03 .warpper2 li{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3.5vw;
}
.zpromain_03 .warpper2 li:last-of-type{
    margin-bottom: 0;
}
.zpromain_03 .warpper2 li>div{
    width: 50%;
    position:relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right:8%;
}
.zpromain_03 .warpper2 li>b{
    width: calc(50% + 100px);
    height: 600px;
    display:block;
    position:relative;
    overflow:hidden;
}
.zpromain_03 .warpper2 li>b img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zpromain_03 .warpper2 li>div h4{
    color: #e33574;
    font-family: kuaikan;
    font-weight: normal;
    font-size: 3.6rem;
    position:relative;
    text-align: right;
    margin-bottom: 10px;
}
.zpromain_03 .warpper2 li>div h4:before{
    display:block;
    content: '';
    position:absolute;
    left:calc(100% + 35px);
    top:34px;
    background:#e33574;
    width:200px;
    height: 2px;
    z-index: 100;
}
.zpromain_03 .warpper2 li>div small{
    font-size: 2rem;
    color: #ffffff;
    font-style: italic;
    text-align: right;
}

.zpromain_03 .warpper2 li:nth-of-type(even)>div{
    order: 2;
}
.zpromain_03 .warpper2 li:nth-of-type(even)>b{
    order:1
}
.zpromain_03 .warpper2 li:nth-of-type(even)>div h4,.zpromain_03 .warpper2 li:nth-of-type(even)>div small{
    text-align: left;
}
.zpromain_03 .warpper2 li:nth-of-type(even)>div{
    padding-left: 8%;
    padding-right: 0;
}
.zpromain_03 .warpper2 li:nth-of-type(even)>div h4:before{
    left:initial;
    right:calc(100% + 35px);
}
.zpromain_03 .warpper2 li:first-of-type>b{
    margin-top: -100px;
}
.zpromain_03 .warpper2 li:last-of-type>b{
    margin-bottom: -100px;
}
.zpromain_03 .warpper2 li:nth-of-type(odd)>b{
    margin-right: -100px;
}
.zpromain_03 .warpper2 li:nth-of-type(even)>b{
    margin-left: -100px;
}

.zpromain_04{
    background:url("../images/zpromain_04.jpg") no-repeat center top;
    background-size:100% auto;
    text-align: center;
    padding-top:4vw;
}
.zpromain_04>h3{
    font-weight: normal;
    font-family: kuaikan;
    color: #fff;
    font-size: 3.6rem;
    margin-bottom:10px;
}
.zpromain_04>small{
    font-size: 2rem;
    color: #fff;
    font-style: italic;
}
.zpromain_04>a{
    margin:3vw auto;
    margin-bottom: 4vw;
    background:#fff;
}

.zpromain_04>a span{
    color: #000000;
    background:url("../images/jts.png") no-repeat right center;
}
.zpromain_04>a:hover span{
    color: #fff;
    background:url("../images/jt.png") no-repeat right center;
}

.zpromain_04>img{
    margin:0 auto;
}

.zpromain_05{
    padding-top: 6vw;
    padding-bottom: 5vw;
}
.zpromain_05>h3{
    text-align: center;
    font-size: 3.6rem;
    color: #000000;
    font-weight: normal;
    font-family: kuaikan;
}
.zpromain_05>small{
    display:block;
    text-align: center;
    color: #000000;
    font-size: 2rem;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 5vw;
}
.zpromain_05>ul{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zpromain_05>ul>li{
    width: 48%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    border-bottom:1px solid #000000;
}
.zpromain_05>ul>li:first-of-type,.zpromain_05>ul>li:nth-of-type(2){
    border-top:1px solid #000000;
}
.zpromain_05>ul>li>b{
    font-size: 1.8rem;
    color: #000000;
}
.zpromain_05>ul>li>span{
    font-size: 1.8rem;
    color: #000000;
    font-weight: lighter;
}


.zpromain_06{
    background:url("../images/zpromain_06.jpg") no-repeat center;
    display:flex;
    align-items: center;
    justify-content: center;
    height: 43vw;
}
.zpromain_06>div>h3{
    font-weight: normal;
    text-align: center;
    font-family: kuaikan;
    font-size: 3.6rem;
    color: #fff;
}
.zpromain_06>div>small{
    font-size: 2rem;
    color: #fff;
    display:block;
    margin-top: 1vw;
    margin-bottom: 2vw;
    text-align: center;
}



.zpro_jiegou{
    position:relative;
    margin-bottom: 5vw;
}
.zpro_jiegou>img{
    max-width: 100%;
    margin:0 auto;
}
.zpro_jiegou_detail{
    position:absolute;
    width:100%;
    height: 100%;
    top:0;
    left:0;
}
.zpro_jiegou_detail li{
    position:absolute;
}
.zpro_jiegou_detail li:first-of-type>div{
    left:-311px;
}
.zpro_jiegou_detail li:first-of-type{
    right: 7%;
    top: 75px;
}
.zpro_jiegou_detail li:nth-of-type(2){
    left: 15%;
    bottom: 37%;
}

.zpro_jiegou_detail li:nth-of-type(3){
    left: 40%;
    top: 12%;
}
.zpro_jiegou_detail li:nth-of-type(4){
    left: 51%;
    bottom: 32%;
}
.zpro_jiegou_detail li:nth-of-type(5){
    left: 32px;
    bottom: 9%;
}
.zpro_jiegou_detail li:nth-of-type(6){
    right: 21%;
    top: -5%;
}
.zpro_jiegou_detail li:nth-of-type(7){
    left: 70%;
    top: 33%;
}
.zpro_jiegou_detail li>b{
    display:block;
    border-radius: 50%;
    width:44px;
    height: 44px;
    border:2px solid #fff;
    cursor: pointer;
    position:relative;
}
.zpro_jiegou_detail li>b:after{
    display:block;
    content: '';
    position:absolute;
    right: 0;
    transform: rotate(35deg);
    top: -4px;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-bottom:8px solid #fff;
    opacity: 0;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zpro_jiegou_detail li:hover>b:after {
    opacity: 1;
}
.zpro_jiegou_detail li>b>i{
    display:block;
    margin:5px auto;
    border-radius: 50%;
    width:34px;
    height: 34px;
    border:1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.zpro_jiegou_detail li:hover>b>i {
    background:#f5f5f5 url("../images/add.png") no-repeat center;
    content: '';
    font-size: 1.6rem;
    color: #000;
    text-align: center;
}
.zpro_jiegou_detail li>div{
    opacity: 0;
    z-index: -5;
    position:absolute;
    left: -132px;
    top: -127px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zpro_jiegou_detail li:hover>div{
    z-index: 100;
    opacity: 1;
}
.zpro_jiegou_detail li>div>b{
    display:block;
    width:122px;
    height: 90px;
    margin-right: 15px;
    position:relative;
    overflow:hidden;
    border-radius: 12px;
}
.zpro_jiegou_detail li>div>b>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zpro_jiegou_detail li>div>div{
    width:307px;
}
.zpro_jiegou_detail li>div>div>h4{
    font-size: 2rem;
    color: #fff;
    font-weight: normal;
}
.zpro_jiegou_detail li>div>div>small{
    color: #fff;
    font-size: 1.4rem;
    font-weight: lighter;
}



/*zproinfo*/
.zproinfo_top_right>ul{
    margin:2vw 0;
}
.zproinfo_top_right>ul li{
    background:url("../images/ulicon.png") no-repeat left 5px;
    padding-left:30px;
    font-size: 1.6rem;
    color: #666666;
}
.zproinfo_top_right>h2{
    font-size: 3.6rem;
    font-family: alibaba;
    color: #000000;
    text-transform: uppercase;
}
.zproinfo_top_right>p{
    font-size: 4rem;
    color: #000000;
}
.zproinfo_top_right>p>sup{
    font-size: 1.4rem;
    color: #fff;
    padding: 0 7px;
    background:#000;
    line-height: 18px;
    border-radius: 9px 9px 9px 0;
}
.zproinfo_top_right>h4{
    padding-top: 2.5vw;
    font-weight: normal;
    font-size: 1.6rem;
    color: #666666;
    margin-bottom: 3vw;
    border-top: 2px solid #e5e5e5;
}
.zproinfo_btn{
    display:flex;
    align-items: center;
}
.zproinfo_btn>a{
    display:block;
    width: 200px;
    text-align: center;
    color: #fff;
    line-height: 46px;
    font-size: 1.8rem;
    border-radius: 23px;
}
.zproinfo_btn>a:first-of-type{
    margin-right: 22px;
    background:#f60e72;
}
.zproinfo_btn>a:last-of-type{
    background:#000000;
}
.zproinfo_btn>a span{
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    overflow:hidden;
    background:url("../images/jt.png") no-repeat 150% center;
}
.zproinfo_btn>a:hover span{
    background:url("../images/jt.png") no-repeat right center;
    padding-right:35px;
}
.zproinfo_top{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top:4vw;
    margin-bottom: 4vw;
}
.zproinfo_top_left{
    width: 865px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.zproinfo_top_right{
    width: calc(98% - 865px);
}
.swiper-infobg{
    position:relative;
    width: 120px;
}
.swiper-infobg>.swiper-button-prev,.swiper-infobg>.swiper-button-next{
    position:relative;
    width: 120px;
    line-height: 60px;
    border-radius: 12px;
    background:#cccccc;
    left:initial;
    right:initial;
    top:initial;
    margin-top: 0;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.swiper-infobg>.swiper-button-prev:after,.swiper-infobg>.swiper-button-next:after{
    color: #fff;
    font-size: 1.6rem;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.swiper-infobg>.swiper-button-prev{
    margin-bottom: 15px;
}
.swiper-infobg>.swiper-button-next{
    margin-top: 15px;
}
.swiper-infobg>.swiper-button-prev:hover,.swiper-infobg>.swiper-button-next:hover{
    background:#000;
}
.swiper-info{
    height: 390px;
    width: 100%;
    overflow:hidden;
}
.swiper-info .swiper-wrapper{
    flex-wrap: wrap;
}
.swiper-info .swiper-slide{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#fff;
    border-radius: 12px;
    position:relative;
    overflow:hidden;
    border:2px solid #fff;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    cursor: pointer;
}
.swiper-info .swiper-slide-thumb-active{
    border:2px solid #000000;
}
.swiper-info .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.swiper-pic{
    width:calc(98% - 120px);
    height: 500px;
    position:relative;
    overflow:hidden;
}
.swiper-pic .swiper-slide{
    background:#fff;
    position:relative;
    overflow:hidden;
}
.swiper-pic .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.infotit{
    font-size: 3rem;
    color: #000000;
    margin-bottom: 1vw;
    margin-top: 3.5vw;
}
.parm{
    background:#f5f5f5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:35px 60px;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.parm li{
    width: 48%;
    border-bottom: 1px solid #dcdcdc;
    height: 70px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.parm li:first-of-type,.parm li:nth-of-type(2){
    border-top: 1px solid #dcdcdc;
}
.parm li>b{
    font-size: 1.8rem;
    color: #000000;
}
.parm li>span{
    font-size: 1.8rem;
    font-weight: lighter;
    color: #000000;
}
.zpeijian{
    margin-bottom: 5vw;
}
.zpeijian:after{
    display:block;
    content: '';
    clear: both;
}
.zpeijian>a{
    display:block;
    float:left;
    width:32%;
    margin-right: 2%;
    position:relative;
    top:0;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zpeijian>a:nth-of-type(3){
    margin-right: 0;
}
.zpeijian>a>b{
    display:block;
    width:100%;
    height: 360px;
    position:relative;
    overflow:hidden;
}
.zpeijian>a:hover{
    top:-5px;
}
.zpeijian>a>b>img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.zpeijian>a>p{
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    color: #1e1f24;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 3vw;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}

.zpeijian>a>small{
    display:block;
    font-size: 2rem;
    color: #666666;
    text-align: center;
}

/***************zpeijian-page****************/
.zpeijian_pic{
    width: 100%;
}
.nothingshow{
    text-align: center;
    margin-bottom: 5vw;
    margin-top: 3vw;
}
.nothingshow img{
    max-width: 100%;
    margin:0 auto;
}
.nothingshow>p{
    font-size: 2rem;
    font-weight: lighter;
}
.zpeijian_list{
    padding:4vw 0;
}
.zpeijian_ul:after,.zpeijian_ul2:after{
    display:block;
    content: '';
    clear: both;
}
.zpeijian_ul a,.zpeijian_ul2 a{
    float:left;
    display:block;
    width: 23.5%;
    margin-right:2%;
    height: 15vw;
    margin-bottom: 1.5vw;
    background:#e8ebe9;
    border-radius: 20px;
    position:relative;
    overflow:hidden;
}
.zpeijian_ul a:nth-of-type(3),.zpeijian_ul a:nth-of-type(5){
    margin-right: 0;
}
.zpeijian_ul a:nth-of-type(1){
    width: 49%;
    height: 31.5vw;
}
.zpeijian_ul2 a:nth-of-type(4n){
    margin-right: 0;
}
.zpeijian_ul a img,.zpeijian_ul2 a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zpeijian_ul a>div,.zpeijian_ul2 a>div{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display:flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 5%;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    opacity: 0;
}
.zpeijian_ul a:hover>div,.zpeijian_ul2 a:hover>div {
    opacity: 1;
}
.zpeijian_ul a>div p,.zpeijian_ul2 a>div p{
    width: 100%;
    text-overflow: ellipsis;white-space: nowrap;
    overflow:hidden;
    font-size: 3rem;
    color: #fff;
    -webkit-transition: 350ms 150ms all ease;
    -moz-transition: 350ms 150ms all ease;
    -ms-transition: 350ms 150ms all ease;
    -o-transition: 350ms 150ms all ease;
    transition: 350ms 150ms all ease;
    position:relative;
    top:-10px;
    opacity: 0;
}
.zpeijian_ul a>div span,.zpeijian_ul2 a>div span{
    border-radius: 18px;
    border:2px solid #fff;
    background:url("../images/jt.png") no-repeat center;
    display:block;
    width: 60px;
    height: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:0 auto;
    margin-top: 1vw;
    -webkit-transition: 350ms 150ms all ease;
    -moz-transition: 350ms 150ms all ease;
    -ms-transition: 350ms 150ms all ease;
    -o-transition: 350ms 150ms all ease;
    transition: 350ms 150ms all ease;
    position:relative;
    top:10px;
    opacity: 0;
}
.zpeijian_ul a:hover>div p,.zpeijian_ul2 a:hover>div p,.zpeijian_ul a:hover>div span,.zpeijian_ul2 a:hover>div span{
    opacity: 1;
    top:0;
}


/***************定制-page****************/
.dz_banner{
    background:url("../images/dzbg.jpg") no-repeat center;
    background-size:cover;
    height: 42vw;
    overflow:hidden;
    width:100%;
    position:relative;
}
.dz_banner>img{
    max-height: 150%;
    position:absolute;
    right:0;
    top:-5%;
}
.dz_banner>.warpper{
    display:flex;
    justify-content: space-between;
    position:relative;
    z-index: 100;
    height: 100%;
}
.dz_banner>.warpper>img{
    position:absolute;
    top:0;
    right:-20px;
    max-width: 60%;
}
.dz_textbg{
    display:flex;
    align-items: center;
}
.dz_text small{
    font-size: 2rem;
    font-weight: bold;
    color: rgba(30, 31, 36, 0.2);
}
.dz_text img{
    max-width: 463px;
    margin-left:-26px;
    margin-top: 15px;
}
.dz_text>h4{
    font-size: 3.6rem;
    color: #1e1f24;
    font-family: alimama;
    font-style: italic;
    margin-top:1vw;
    margin-bottom: 1.5vw;
}
.cir_btn{
    display:block;
    background:#e33574;
    width: 172px;
    line-height: 50px;
    border-radius: 25px;
    position:relative;
    overflow:hidden;
    text-align: center;
}
.cir_btn span{
    background:url("../images/jt.png") no-repeat right center;
    padding-right:34px;
    color: #fff;
    font-size: 1.8rem;
    position:relative;
}
.cir_btn:before{
    content:"";
    width:100%;
    height:100%;
    background:#018ab2;
    position:absolute;
    left:0;
    top:0;
    transform-origin:100%;
    -webkit-transform-origin:100%;
    -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transform:scaleX(0);
    -webkit-transform:scaleX(0);
    visibility:hidden\9;
}
.cir_btn:hover:before{
    transform:scaleX(1);
    -webkit-transform:scaleX(1);
    -moz-transform:scaleX(1);
    transform-origin:0;
    -webkit-transform-origin:0;
    visibility:visible\9;
}
.clearfix:after{
    display:block;
    content: '';
    clear: both;
}
.pd5{
    padding:5vw 0;
}
.zdz_ul>a{
    display:flex;
    justify-content: space-between;
    align-items: center;
    float:left;
    width: 48%;
}
.zdz_ul>a:nth-of-type(even){
    float:right;
}
.zdz_ul>a>div>h3{
    font-style: italic;
    font-size: 3.2rem;
    line-height: 38px;
    color: #000000;
    font-family: alimama;
}
.zdz_ul>a>div>small{
    display: block;
    font-style: italic;
    font-size: 1.8rem;
    color: #666666;
    line-height: 28px;
    margin-top: 14px;
}
.zdz_ul>a>b{
    display:block;
    width: 70%;
    height:358px;
    position:relative;
    overflow:hidden;
}
.zdz_ul>a>b>img{
    height: 100%;
    max-width: 100%;
    object-fit: scale-down;
}


/***********************服务支持page******************/
.zser_ban{
    background:url("../images/serverbg.jpg") no-repeat center;
    background-size:cover;
    width: 100%;
    height: 350px;
    overflow:hidden;
}
.zser_ban>.warpper{
    display:flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.zser_ban>.warpper p{
    font-size: 3.6rem;
    color: #fff;
    font-weight: bold;
}
.zser_ban>.warpper small{
    font-size: 2.4rem;
    color: #fff;
    font-weight: bold;
}
.zser_ban>.warpper img{
    max-width:65%;
}
.zserver_type a{
    float:left;
    width:32%;
    height: 183px;
    margin-right:2%;
    margin-bottom:1.5vw;
    background-color:#f2f4f7;
    background-position:80% center;
    background-repeat: no-repeat;
    display:flex;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 3%;
    position:relative;
    overflow:hidden;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zserver_type a:nth-of-type(3n){
    margin-right: 0;
}
.zserver_type a:before{
    content:"";
    width:100%;
    height:100%;
    background:#018ab2;
    position:absolute;
    left:0;
    top:0;
    transform-origin:100%;
    -webkit-transform-origin:100%;
    -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transform:scaleX(0);
    -webkit-transform:scaleX(0);
    visibility:hidden\9;}
.zserver_type a:hover:before{
    transform:scaleX(1);
    -webkit-transform:scaleX(1);
    -moz-transform:scaleX(1);
    transform-origin:0;
    -webkit-transform-origin:0;
    visibility:visible\9;
}
.zserver_type a div{
    position:relative;
}
.zserver_type a p{
    font-size: 2.4rem;
    color: #000000;
       -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zserver_type a span{
    font-size: 1.4rem;
    color: #9a9b9d;
    font-weight: bold;
    text-transform: uppercase;
       -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zserver_type a:hover p,.zserver_type a:hover span{
    color: #fff;
}
.zserver_type a>img{
    position:absolute;
    left:60%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 350ms 100ms all ease;
    -moz-transition: 350ms 100ms all ease;
    -ms-transition: 350ms 100ms all ease;
    -o-transition: 350ms 100ms all ease;
    transition: 350ms 100ms all ease;
    filter: brightness(1) grayscale(1);
}
.zserver_type a:hover>img {
    filter: brightness(100) grayscale(0);
}


/*zserverindex*/
.zser_left{
    float:left;
    width: 250px;
    padding-top: 3.3vw;
}
.zser_left a{
    display:block;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:40px;
    font-size: 1.8rem;
    color: #242424;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    position:relative;
    overflow:hidden;
    margin-bottom: 35px;
}
.zser_left a:hover{
    color: #018ab2;
    font-weight: bold;
}
.zser_left a:before{
    display:block;
    content: '';
    position:absolute;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background:#1e1f24;
    opacity: 0;
}
.zser_left a.active:before{
    opacity: 1;
}
.zser_left a.active{
    font-weight: bold;
}
.zser_right{
    float:right;
    width: calc(98% - 250px);
}
.zser_right>h3{
    font-weight: bold;
    font-size: 30px;
    color: #242424;
    text-align: center;
    margin-bottom: 1vw;
}
.zquestion>div{
    background:#f2f4f7;
    margin-bottom:3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:13px 25px;
}
.zquestion>div>p{
    padding-left:34px;
    background:url("../images/ques.png") no-repeat left center;
    font-size: 1.8rem;
    color: #1e1f24;
    position:relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 35px;
    line-height: 28px;
}

.zquestion>div>p:after{
    display:block;
    content: '';
    width: 30px;
    height: 100%;
    position:absolute;
    right:0;
    top:0;
    background:url("../images/serjt.png") no-repeat center;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.zquestion>div.quesopen>p:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.zquestion>div>span{
    width:100%;
    line-height: 28px;
    font-size: 1.6rem;
    color: #1e1f24;
    background:url("../images/ans.png") no-repeat left top;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 34px;
    display:none;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zquestion>div.quesopen>span{
    display:block;
}
.page{
    margin-top: 2vw;
    text-align: center;
}
.page select{display:none;}


/*使用教程*/
.zjiaocheng>a{
    float:left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2vw;
    display:block;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    position:relative;
    top:0;
}
.zjiaocheng>a:nth-of-type(3n){
    margin-right: 0;
}
.zjiaocheng>a>b{
    display:block;
    width: 100%;
    height: 226px;
    position:relative;
    overflow:hidden;
}
.zjiaocheng>a>b>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zjiaocheng>a>b>div{
    position:absolute;
    left:0;
    top:0;
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.zjiaocheng>a>b>div img{
    margin:0 auto;
}
.zjiaocheng>a>b>div span{
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    display:block;
    width: 100%;
    margin-top: 5px;
}
.zjiaocheng>a>b>i{
    display:block;
    position:absolute;
    right:0;
    top:0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    width: 61px;
    height: 61px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 7px;
    padding-right: 6px;
    text-align: right;
    background:url("../images/sanjicon.png") no-repeat right top;
}
.zjiaocheng>a>p{
    line-height: 50px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 25px;
    font-size: 1.6rem;
    color: #1e1f24;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zjiaocheng>a:hover{
    box-shadow: 0 0 10px #ddd;
    top:-5px;
}


/*********售后政策*******/
.zzhence{
    background:#f2f4f7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:50px;
}
.zzhence p strong{
    font-size: 2rem;
    color: #242424;
}
.zzhence p{
    font-size: 1.6rem;
    color: #666666;
    font-weight: lighter;
    line-height: 30px;
}
.zzhence table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}
.zzhence table td{
    border:1px solid #cbccce;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0.8vw 1.5vw;
}
/*申请售后*/
.zshouhou{
    background:#f2f4f7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:50px;
}
#zform textarea,#zform input{
    font-size: 1.4rem;
    color: #999999;
    padding-left:57px;
    background-position:9px 9px;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #efefef;
    background-color:#fff;
}
#zform{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#zform textarea{
    background-image:url("../images/msgicon01.png");
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
#zform>input{
    line-height: 48px;
    width: 32%;
    margin-top: 1vw;
    padding-right: 9px;
}
#zform>.zcode{
    width: 32%;
    margin-top: 1vw;
    display:flex;
    justify-content: space-between;
    background:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #efefef;
}
#zform>.zcode>input{
    line-height: 48px;
    border:none;
    width: 60%;
}
#zform>.zcode>img{
    max-height: 100%;
    max-width: 40%;
}
#zform input[name=name]{background-image:url("../images/msgicon02.png");}
#zform input[name=tel]{background-image:url("../images/msgicon03.png");}
#zform input[name=email]{background-image:url("../images/msgicon04.png");}
#zform input[name=date]{background-image:url("../images/msgicon05.png");}
#zform input[name=add]{background-image:url("../images/msgicon06.png");}
#zform input[name=captcha]{background-image:url("../images/msgicon07.png");}
.zsubmit{
    display:flex;
    width:100%;
    align-items: center;
    margin-top: 1vw;
}
#zform .zsubmit input{
    text-align: center;
    width: 32%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 48px;
    border:1px solid #1e1f24;
    color: #1e1f24;
    font-size: 1.6rem;
    margin-right: 2%;
    padding-left: 0;
    background:none;
    cursor: pointer;
}
#zform .zsubmit input[type=submit]{
    color: #fff;
    background-color:#1e1f24;
}

/*保养*/
.zbaoyang img{
    display:inline;
}

/*用户手册*/
.zshouce{
    background:url("../images/shoucebg.jpg") no-repeat center;
    background-size:cover;
    border-radius: 20px;
    overflow:hidden;
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    height: 477px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 5%;
}
.zshouce_text>div{
}
.zshouce_text>div>img{
    width: 200px;
    margin-left:-10px;
    display:inline-block;
}
.zshouce_text>div>span{
    color: #fff;
    border-radius: 10px 10px 10px 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: lighter;
    padding: 1px 6px;
    font-style: italic;
    vertical-align: top;
    background:#e33574;
    background: -moz-linear-gradient(337deg, #102ea1, #e33574);
    background: -webkit-linear-gradient(337deg,#102ea1,#e33574);
    background: -o-linear-gradient(337deg, #102ea1, #e33574);
}
.zshouce_text>h3{
    font-size: 3.6rem;
    color: #000000;
    font-weight: normal;
}
.zshouce_text>small{
    font-size: 1.6rem;
    color: #666666;
}
.zshouce_text>a{
    display:block;
    margin-top:3vw;
    width: 160px;
    line-height: 52px;
    border-radius: 26px;
    background:#000000;
    position:relative;
    overflow:hidden;
    text-align: center;
}

.zshouce_text>a:before{
    content:"";
    width:100%;
    height:100%;
    background:#018ab2;
    position:absolute;
    left:0;
    top:0;
    transform-origin:100%;
    -webkit-transform-origin:100%;
    -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transform:scaleX(0);
    -webkit-transform:scaleX(0);
    visibility:hidden\9;
}
.zshouce_text>a:hover:before{
    transform:scaleX(1);
    -webkit-transform:scaleX(1);
    -moz-transform:scaleX(1);
    transform-origin:0;
    -webkit-transform-origin:0;
    visibility:visible\9;
}
.zshouce_text>a>span{
    position:relative;
    color: #fff;
    background:url("../images/downicon.png") no-repeat left center;
    font-size: 1.8rem;
    padding-left:32px;
}

/*体验店地图*/
.zshop{
    width: 100%;
    height: 480px;
    position:relative;
    overflow:hidden;
}
#shopcontainer{
    width: 100%;
    height: 100%;
}
.zmapbox{
    position:absolute;
    left:3%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background:#fff;
    width: 310px;
}
.zmapbox>b{
    background:url("../images/zshopbg.jpg") no-repeat center;
    background-size:cover;
    width: 100%;
    height: 113px;
    display:flex;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:32px;
}
.zmapbox>b>img{
    width: 200px;
    filter:grayscale(0) brightness(100);
}
.zmapbox>div{
    padding:32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zmapbox>div>h3{
    font-size: 2rem;
    color: #000000;
}
.zmapbox>div>ul li{
    font-size: 1.6rem;
    color: #333333;
    padding-left:25px;
    margin-top:15px;
}
.zmapbox>div>ul li:first-of-type{background:url("../images/zshop01.png") no-repeat left 9px;}
.zmapbox>div>ul li:nth-of-type(2){background:url("../images/zshop02.png") no-repeat left 9px;}
.zmapbox>div>ul li:nth-of-type(3){background:url("../images/zshop03.png") no-repeat left 9px;}
.zmapbox>div>ul li:nth-of-type(4){background:url("../images/zshop04.png") no-repeat left 4px;}


/*******************zcompany****************/
.zcompany_banner{
    background:url("../images/aboutbg.jpg") no-repeat center;
    background-size:cover;
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height: 43vw;
}
.zcompany_banner>img:first-of-type{
    filter:brightness(100) grayscale(0);
    width: 510px;
}
.zcompany_banner>div{
    margin-left:1vw;
    font-size: 2.8rem;
    color: #fff;
    font-family: alimama;
    font-style: italic;
}
.zcompanylist ul{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zcompanylist ul li{
    display:flex;
    background:#f2f4f7 url("../images/funky.png") no-repeat right bottom;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:3vw 3vw;
    width:49%;
    margin-bottom: 1.5vw;
    align-items: center;
}
.zcompanylist li div{
    width: 500px;
    margin-left: 34px;
}
.zcompanylist li div h5{
    font-size: 2rem;
    color: #282828;
    margin-bottom: 10px;
}
.zcompanylist li div small{
    font-size: 1.6rem;
    color: #666666;
    font-weight: lighter;
}
.zcompany_cont{
    border-radius: 12px;
    overflow:hidden;
    width: 100%;
    margin-top: 2.5vw;
}
.zcompany_cont>b{
    display:block;
    width: 100%;
    height: 100%;
}
.zcompany_cont>b>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zcompany_cont>div{
    height: 157px;
    display:flex;
    align-items: center;
    background:#000000 url("../images/fun2.png") no-repeat right center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 2.5vw;
}
.zcompany_cont>div>h5{
    font-size: 2rem;
    color: #fff;
    padding-bottom: 26px;
    position:relative;
    width: 210px;
}
.zcompany_cont>div>h5:after{
    display:block;
    content: '';
    width:25px;
    height: 2px;
    background:#fff;
    position:absolute;
    left:0;
    bottom:0;
}
.zcompany_cont>div>small{
    color: #fff;
    font-size: 1.6rem;
    line-height: 30px;
}


/*************合作伙伴*************/
.zcoop_type{
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top: 5vw;
    margin-bottom: 3vw;
}
.zcoop_type span{
    padding-bottom: 25px;
    cursor: pointer;
    margin:0 23px;
    font-size: 2rem;
    color: #666666;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    position:relative;
}
.zcoop_type span:before{
    content:"";
    width:100%;
    height:4px;
    background:#000000;
    position:absolute;
    left:0;
    bottom:0;
    transform-origin:100%;
    -webkit-transform-origin:100%;
    -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transform:scaleX(0);
    -webkit-transform:scaleX(0);
    visibility:hidden\9;
}
.zcoop_type span.active:before,.zcoop_type span:hover:before{
    transform:scaleX(1);
    -webkit-transform:scaleX(1);
    -moz-transform:scaleX(1);
    transform-origin:0;
    -webkit-transform-origin:0;
    visibility:visible\9;
}
.zcoop_type span.active,.zcoop_type span:hover{
    font-weight: bold;
    color: #333333;
}
.zcoop_cotent{
    width: 100%;
}
.zcoop_list{
    width: 100%;
    height: 550px;
    overflow:hidden;
    display:none;
    padding-bottom: 60px;
    position:relative;
}

.zcoop_list .swiper-container {
    width: 100%;
    height: 100%;
}
.zcoop_list .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: calc((100% - 40px) / 3);
    position:relative;
    overflow:hidden;
}
.zcoop_list .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.zcoop_btn{
    position:relative;
    display:flex;
    align-items: center;
    justify-content: center;
}
.zcoop_btn .swiper-button-prev,.zcoop_btn .swiper-button-next{
    position:relative;
    border:1px solid #000000;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zcoop_btn .swiper-button-prev:after,.zcoop_btn .swiper-button-next:after{
    color: #000000;
    font-size: 16px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zcoop_btn .swiper-button-prev:hover:after,.zcoop_btn .swiper-button-next:hover:after {
    color: #fff;
}
.zcoop_btn .swiper-button-prev:hover,.zcoop_btn .swiper-button-next:hover {
    background:#000000;
}
.zcoop_btn .swiper-pagination span{
    background:#1e1e1e;
    width: 8px;
    height: 8px;
    margin:0 8px!important;
}
.zcoop_btn .swiper-pagination{
    position:relative;
    width: 200px!important;
}

.zcoopformbg{
    background:url("../images/zcoopformbg.jpg") no-repeat center;
    background-size:cover;
    padding:4vw 0;
}
.zcoopformbg>form{
    background:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:3.5vw 4vw;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 1.6rem;
    color: #bbbbbb;
}
.zcoopformbg>form h1{
    margin-bottom: 2vw;
    font-size: 3rem;
    color: #242424;
}
.zcoopformbg>form textarea{
    border-bottom: 1px solid #ddd;
    width: 100%;
    height: 58px;
    line-height: 58px;
    font-size: 1.6rem;
    color: #bbbbbb;
}
.zcoopformbg>form>input{
    margin-top:1.5vw;
    width: 48%;
    border-bottom: 1px solid #ddd;
    font-size: 1.6rem;
    color: #bbbbbb;
    line-height: 58px;
}
.chosec_type{
    border-bottom: 1px solid #ddd;
    height: 58px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    width: 48%;
    margin-top: 1.5vw;
}
.chosec_type>span{
    font-size: 1.6rem;
    color: #333333;
}
.chosec_type label{
    cursor: pointer;
    margin-left:30px;
}
.chosec_type label input{
    margin-right:5px;
}
.zcoopformbg .zcode{
    display:flex;
    align-items: center;
    width: 48%;
    border-bottom: 1px solid #ddd;
    height: 58px;
    justify-content: space-between;
    margin-top: 1.5vw;
}
.zcoopformbg .zcode input{
    width: 70%;
    font-size: 1.6rem;
    color: #bbbbbb;
}
.zcoopformbg .zcode img{
    height: 38px;
}
.zcoopformbg input::placeholder,.zcoopformbg textarea::placeholder{
    font-size: 1.6rem;
    color: #bbbbbb;
}
.zcoopformbg form>input[type=submit]{
    background:#1e1f24;
    width: 48%;
    line-height: 58px;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zcoopformbg form>input[type=submit]:hover{
    background:#018ab2;
}

.znews_cont01{
    position:relative;
    overflow:hidden;
    height: 795px;
    margin-top: 4vw;
    margin-bottom: 4vw;
}
.znews_cont01 li{
   position:absolute;
    height: 49%;
    width: 39%;
    overflow:hidden;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.znews_cont01 li:first-of-type{
    width: 60%;
    height: 100%;
}
.znews_cont01 li:nth-of-type(2){
    right:0;
    top:0;
}
.znews_cont01 li:nth-of-type(3){
    right:0;
    bottom:0;
}
.znews_cont01 li>i{
    display:block;
    width: 100%;
    height: 100%;
    position:absolute;
    left:0;
    top:0;
    z-index: 100;
}
.znews_text{
    padding:1vw 2vw;
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.znews_text>h4{
    color: #fff;
    font-size: 2.8rem;
}
.znews_text>small{
    color: #fff;
    font-size: 1.8rem;
    margin:1vw 0;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    display:none;
}
.znews_text>a{
    display:block;
    border-radius: 18px;
    border:2px solid #fff;
    background:url("../images/jt.png") no-repeat center;
    width: 56px;
    height: 32px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    opacity: 0;
}
.znews_text>a:hover{
    border:2px solid #018ab2;
    background:#018ab2 url("../images/jt.png") no-repeat center;
}
.znews_back{
    display:block;
    background:#fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #303132;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    position:absolute;
    top:2vw;
    left:1vw;
    transition:350ms 0s all ease;
    opacity: 0;
    cursor: pointer;
}

.znews_cont01 li.znews_full>i {
    display:none;
}
.znews_full .znews_text>small {
    display:block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.znews_full .znews_text>a{
    opacity: 1;
}
.znews_full .znews_back{
    top:3vw;
    left:2vw;
    opacity: 1;
}

.znews_cont02{
    background:url("../images/newsbg.jpg") no-repeat center;
    background-size:cover;
    width: 100%;
    overflow:hidden;
}
.znews_cont02 .warpper{
    position:relative;
}
.znews_cont02 .swiper-znews a{
    display:block;
    width:100%;
    overflow:hidden;
    position:relative;
    top: 20px;
    -webkit-transition: 340ms 0s all ease;
    -moz-transition: 340ms 0s all ease;
    -ms-transition: 340ms 0s all ease;
    -o-transition: 340ms 0s all ease;
    transition: 340ms 0s all ease;
}
.znews_cont02 .swiper-znews a>b{
    display:block;
    width:100%;
    height: 23vw;
    position:relative;
    overflow:hidden;

}
.znews_cont02 .swiper-znews a:hover{
    top: 0;
}
.znews_cont02 .swiper-znews a>b img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.znews_cont02 .swiper-znews a>div{
    height: 110px;
}
.znews_cont02 .swiper-znews a h4{
    font-size: 2.4rem;
    line-height: 56px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.znews_cont02 .swiper-znews a small{
    display:block;
    position:relative;
    color: #fff;
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0;
    -webkit-transition: 340ms 0s all ease;
    -moz-transition: 340ms 0s all ease;
    -ms-transition: 340ms 0s all ease;
    -o-transition: 340ms 0s all ease;
    transition: 340ms 0s all ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right:80px;
}
.znews_cont02 .swiper-znews a small:after{
    display:block;
    content: '';
    position:absolute;
    right:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 18px;
    width: 56px;
    height: 32px;
    border:2px solid #fff;
    background:url("../images/jt.png") no-repeat center;
}
.znews_cont02 .swiper-znews a:hover small{
    height: 40px;
}
.znews_line{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2vw;
}
.znews_line>i{
    display:block;
    width:calc(95% - 130px);
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
}
.znews_line>div{
    width: 130px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.znews_line .swiper-button-prev,.znews_line .swiper-button-next{
    width: 48px;
    height: 48px;
    background:#fff;
    border-radius: 50%;
    position:relative;
    left:initial;
    top:initial;
    right:initial;
    bottom:initial;
    margin-top: 0;
}
.znews_line .swiper-button-prev:after,.znews_line .swiper-button-next:after{
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}


/***************zcontact*************/
.zcontactbg{
    width: 100%;
    height: 835px;
    position:relative;
    overflow:hidden;
    display:flex;
    align-items: center;
}
#allmap{
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}
.amap-marker-label{
    border:none!important;
    border-radius: 5px;
    position:relative;
}
.zcontactlogo:after{
    display:block;
    content: '';
    position:absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top:calc(100% + 3px);
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    border-top:7px solid #fff;
}
.zcontactlogo{
    position:relative;
    padding:15px;
    border:none;
}
.zcontactlogo>img{
    width: 173px;
}
.zcontactbg>i{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:60%;
    height: 100%;
    background:transparent;
    background: -moz-linear-gradient(0deg, #1e1f24, transparent);
    background: -webkit-linear-gradient(0deg,#1e1f24,transparent);
    background: -o-linear-gradient(0deg, #1e1f24, transparent);
}
.zcontactbg .warpper{
    position:relative;
}
.zcontactbg .warpper>h3{
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1.5vw;
}
.zcontactbg .warpper>ul li{
    font-size: 1.8rem;
    font-weight: lighter;
    color: #fff;
    margin-top: 20px;
}

.zcontact_cont2{
    padding:4vw 0;
}
.zcontact_cont2>h3{
    font-size: 3rem;
    color: #1e1f24;
    text-align: center;
    margin-bottom: 2vw;
}
.zcontact_cont2 ul{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.zcontact_cont2 ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ddd;
    width: 200px;
    height: 200px;
    text-align: center;
    border-radius: 20px;
    position:relative;
}
.zcontact_cont2 ul li>b{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    overflow:hidden;
    border-radius: 20px;
}
.zcontact_cont2 ul li>b img{
    position:absolute;
    right:0;
    top:0;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zcontact_cont2 ul li:hover>b img {
    right:-45px;
    top:-45px;
}
.zcont_before i{

     z-index: 100;
     opacity: 1;
     position:relative;
     top:0;
 }
.zcontact_cont2 ul li:hover .zcont_before i{
    z-index: -1;
    opacity: 0;
    top:-10px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}

.zcont_before p{

    z-index: 100;
    opacity: 1;
    position:relative;
    top:0;
}
.zcontact_cont2 ul li:hover .zcont_before p{
    z-index: -1;
    opacity: 0;
    top:10px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}

.zcontact_cont2 li div>p{
    text-align: center;
    font-size: 1.8rem;
    color: #333333;
}
.zcontact_cont2 li div>i{
    display:block;
    width:100%;
    height: 110px;
    margin-top: 20px;
}
.zcontact_cont2 li div>i>img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.zcont_after{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
}
.zcontact_cont2 ul li:hover .zcont_after{
    display:block;
}

.zcont_after>i{
    opacity: 0;
    z-index: -1;
    top:-5px;
}
.zcontact_cont2 ul li:hover .zcont_after>i{
   top: 0;
    opacity: 1;
    z-index: 100;
    -webkit-transition: 200ms 150ms all ease;
    -moz-transition: 200ms 150ms all ease;
    -ms-transition: 200ms 150ms all ease;
    -o-transition: 200ms 150ms all ease;
    transition: 200ms 150ms all ease;
}
.zcont_after>p{
    margin-top:20px;

    opacity: 0;
    z-index: -1;
}
.zcontact_cont2 ul li:hover .zcont_after>p{
    margin-top: 15px;
    opacity: 1;
    z-index: 100;
    -webkit-transition: 200ms 150ms all ease;
    -moz-transition: 200ms 150ms all ease;
    -ms-transition: 200ms 150ms all ease;
    -o-transition: 200ms 150ms all ease;
    transition: 200ms 150ms all ease;
}


/**********************znewsinfo*********************/
.znewsinfo_left{
    float:left;
    width: 70%;
    border-right:1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right:30px;
}
.znewsinfo_right{
    width: 30%;
    float:right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:30px;
    position:sticky;
    top:100px;
}
.znewsinfo_left>h3{
    border-bottom: 1px solid #ddd;
    padding-bottom:15px;
    padding-top: 15px;
    margin-bottom: 1.5vw;
    font-size: 3rem;
}
.znewsinfo_l_cont img{
    max-width: 100%;
    margin:0 auto;
}
.znewsinfo_left #prev_next{
    border-top: 1px solid #ddd;
    margin-top: 1.5vw;
    padding-top: 15px;
    margin-left: 0;
    margin-right: 0;
}
.znewsinfo_right>h3{
    font-size: 2.6rem;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 1.5vw;
    border-bottom: 1px solid #ddd;
}
#prev_next li a,#prev_next li{
    font-size: 1.4rem;
    color: #666;
}
#prev_next li{
    padding:5px 0;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
#prev_next li:hover{
    color: #666;
    text-decoration: underline;
}
.znewsinfo_scan{
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5vw;
}
.znewsinfo_scan li{
    padding-left:35px;
    margin-top: 10px;
}
.znewsinfo_scan li:first-of-type{
    background:url("../images/scan01.png") no-repeat left center;
}
.znewsinfo_scan li:nth-of-type(2){
    background:url("../images/scan02.png") no-repeat left center;
}
.znews_other{
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5vw;
}
.znews_other a{
    display:block;
    font-size: 1.6rem;
    color: #666;
    line-height: 34px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    position:relative;
    padding-left:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.znews_other a:before{
    display:block;
    content: '';
    width:6px;
    height: 6px;
    border-radius: 50%;
    border:1px solid #7a7a7a;
    position:absolute;
    left:0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.znews_other a:hover:before{
    background:url("../images/banicons2.png") no-repeat center;
    width:16px;
    height: 16px;
    border:none;
}
.znews_other a:hover{
    font-style: italic;
    color: #102ea1;
    text-decoration: underline;
}
.znewsinfo_right>a{
    display:block;
    width: 100%;
    border-radius: 5px;
    margin-top:2vw;
}


/***************zser_video********************/
.zser_video{
    width: 100%;
}
.zser_video video{
    width: 100%;
}
.zser_video>h3{
    font-size: 2.8rem;
    color: #1a1a1a;
    padding:15px 0;
}
.zser_video_des{
    display:flex;
    align-items: center;
}
.zser_video_des>span{
    background: #262626;
    font-size: 1.4rem;
    color: #fff;
    padding: 5px 8px;
}
.zser_video_des>b{
    display:block;
    font-size: 1.4rem;
    color:#333;
    padding: 5px 8px;
    padding-left:33px;
    margin-left:15px;
    font-weight: normal;
}
.zser_video_des>b:first-of-type{
    background:#f5f5f5 url("../images/scan01.png") no-repeat left center;
}
.zser_video_des>b:nth-of-type(2){
    background:#f5f5f5 url("../images/scan02.png") no-repeat left center;
}
.zser_video_desbg{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.zser_video_desbg>a{
    background:url("../images/back.png") no-repeat left center;
    padding-left:34px;
    display:block;
    color: #666;
    font-size: 1.6rem;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zser_video_desbg>a:hover{
    text-decoration: underline;
}
.zother_video>a{
    float:left;
    width: 32%;
    margin-right:2%;
    margin-bottom: 2vw;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    position:relative;
    top:0;
}
.zother_video>a:hover{
    top:-10px;
    box-shadow: 0 0 10px #ddd;
}
.zother_video>a:nth-of-type(3n){
    margin-right: 0;
}
.zother_video>a>b{
    display:block;
    width:100%;
    height: 280px;
    position:relative;
    overflow:hidden;
}
.zother_video>a>b>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zvideo_h{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display:flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zother_video>a:hover .zvideo_h{
    opacity: 1;
}
.zvideo_h>div>img{
    margin:0 auto;
    -webkit-transition: 350ms 150ms all ease;
    -moz-transition: 350ms 150ms all ease;
    -ms-transition: 350ms 150ms all ease;
    -o-transition: 350ms 150ms all ease;
    transition: 350ms 150ms all ease;
    position:relative;
    top:-5px;
}
.zother_video>a:hover .zvideo_h>div>img{
    top:0;
}
.zvideo_h>div>span{
    display:block;
    margin-top: 15px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    -webkit-transition: 350ms 150ms all ease;
    -moz-transition: 350ms 150ms all ease;
    -ms-transition: 350ms 150ms all ease;
    -o-transition: 350ms 150ms all ease;
    transition: 350ms 150ms all ease;
    position:relative;
    top:5px;
}
.zother_video>a:hover .zvideo_h>div>span{
    top:0;
}
.zother_video>a>p{
    text-align: center;
    color: #666;
    font-size: 1.6rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    line-height: 48px;
}


/***************下拉**************/
.men_down{
    display:none;
    background:url("../images/men_down.jpg") no-repeat center;
    background-size:cover;
    position:fixed;
    bottom:0;
    width:100%;
    z-index: 1000;
}
.men_down .warpper{
    display:flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.menu_left{
    width: 572px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.menu_left>h2{
    color: #fff;
    font-size: 2.8rem;
    line-height: 77px;
}
.swiper-menu{
    width: 100%;
    height: 27vw;
    position:relative;
    overflow:hidden;
}
.swiper-menu .swiper-slide{
    width: 100%;
    position:relative;
    overflow:hidden;
}
.swiper-menu .swiper-slide p{
    color: rgba(255, 255, 255, 0.4);
    margin-top: 3vw;
    position:absolute;
    left:0;
    bottom:0;
}
.swiper-menu .swiper-slide p>span{
    width:8px;
    height: 8px;
    border-radius: 50%;
    display:inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.swiper-menu img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swiper-menu .swiper-slide>div{
    width: 100%;
    position:relative;
    overflow:hidden;
    height: 100%;
}
.swiper-menu .slide-inner {
    display:block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-menu .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}


.menu_right{
    width: calc(92% - 572px);
    display:flex;
    justify-content: space-between;
}
.menu_style{
    width: 48%;
}
.menu_style>a{
    width:100%;
    display:block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    position:relative;
    overflow:hidden;
    padding: 1.5vw 0;
}
.menu_style>a:before{
    content:"";
    width:100%;
    height:1px;
    background:#fff;
    position:absolute;
    left:0;
    bottom:0;
    transform-origin:100%;
    -webkit-transform-origin:100%;
    -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1);
    transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transform:scaleX(0);
    -webkit-transform:scaleX(0);
    visibility:hidden\9;
}
.menu_style>a:hover:before{
    transform:scaleX(1);
    -webkit-transform:scaleX(1);
    -moz-transform:scaleX(1);
    transform-origin:0;
    -webkit-transform-origin:0;
    visibility:visible\9;
}

.menu_right a small{
    display: block;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.4);
    position:relative;
    overflow:hidden;
}
.menu_right a h3{
    font-weight: normal;
    display: block;
    font-size:2.8rem;
    font-family: alibaba;
    color:#fff;
    position:relative;
    overflow:hidden;
}
.menu_right a h3 span{
    color: #e33574;
}
.menu_right a small> span {
    color: #fff;
}
.menu_right a small> span,.menu_right a h3 span{
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.menu_right a small::before,.menu_right a h3::before{
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.menu_right a:hover small::before,.menu_right a:hover h3::before{
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.menu_right a:hover small > span,.menu_right a:hover h3>span{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}



.menu_right a:hover small>span:nth-child(1) {
    -webkit-transition-delay: 0.045s;
    transition-delay: 0.045s;
}
.menu_right a:hover small>span:nth-child(2) {
    -webkit-transition-delay: 0.09s;
    transition-delay: 0.09s;
}
.menu_right a:hover small>span:nth-child(3) {
    -webkit-transition-delay: 0.135s;
    transition-delay: 0.135s;
}
.product-content>small table{
    width: 100%;
    background: #f5f5f5;

    border-collapse: collapse;
}
.product-content>small table td{
    border: 1px solid #dcdcdc;
    font-size: 1.8rem;
    font-weight: lighter;
    color: #000000;
    vertical-align: middle;
    padding:25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/*ipad menu*/
.mmenu{
    margin-right:2%;
}
.mmenu,.mobile_head .close{
    width: 28px;
    height: 28px;
    display:flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top:-6px;
    margin-left:15px;
}
.mmenu>div,.mobile_head .close>div{
    width: 100%;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.mmenu>div i,.mobile_head .close>div>i{
    background:#fff;
    display:block;
    height: 2px;
    width:100%;
    margin-top:6px;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    opacity: 1;
    position: relative;
}
.menuchange>div .i2{
    opacity: 0;
}
.menuchange>div{
    width: 40px;
}
.menuchange .i1{
    top:8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center;
}
.menuchange .i3{
    top: -8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center;
}

.mnavbar{
    position:fixed;
    top:80px;
    left:0;
    width: 100%;
    height:calc(100% - 80px);
    background:#161616;
    z-index: 10000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y:auto;
    display:none;
}
.mnavbar li{
    width: 100%;
    line-height: 48px;
    padding:0 4%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
}
.mnavbar li:first-of-type{
    border-top: 1px solid #000;
}
.mnavbar li a{color: #fff;}
.mnavbar li.mousein{
    background:#f7f9fa;
}

.mobile_ts{
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fffffff2;
    border-radius: 10px;
    width: 80%;
    padding: 8vw 5vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 10000;
    box-shadow: 0 0 10px #adadad;
}
.mobile_ts>h4{
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 10px;
}
.mobile_ts>span{
    background: #000;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    display: block;
    width: 120px;
    line-height: 35px;
    border-radius: 5px;
    margin: 0 auto;
}


/*information*/
.zinfomation li{
    border-bottom: 1px solid #ddd;
    position:relative;
    overflow:hidden;
}
.zinfomation li>img{
    position:absolute;
    right:0;
    bottom:0;
    display:block;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    opacity: 0;
}
.zinfomation li:hover>img{
    opacity: 1;
}
.zinfomation li>a{
    position:relative;
    display:flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding:2vw 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zinfomation a>b{
    display:block;
    width: 350px;
    height: 290px;
    position:relative;
    overflow:hidden;
    border-radius: 10px;
}
.zinfomation a>b img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.zinfomation li:hover a>b img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.zinfomation a>div{
    width: calc(96% - 350px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:0;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}

.zinfomation li:hover a>div{
    padding-left: 2vw;
}
.zinfomation a>div>p{
    font-size: 2rem;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.zinfomation a>div>small{
    color: #666;
    font-size: 1.5rem;
    line-height: 30px;
    margin:2vw 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.zinfomation a>div>span{
    font-size: 1.4rem;
    color: #666;
}
.zinfomationbg .page{
    margin-bottom: 3vw;
    font-size: 1.4rem;
    color: #333;
}
.zinfomationbg .page a{
    font-size: 1.4rem;
    color: #333;
}