@charset "utf-8";
		
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
html,
body,
.wrapw {
    height: 100%;
}

.wrapw {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

.fixedp {
    position: fixed;
    left: 0;
    right: 0;
    height: 15.89vw;
}

.topp {
    top: 0;
    z-index: 960;
}

.topp p {
    text-align: center;
}

.bottomp {
    bottom: 0;
    z-index: 940;
    background: #fff;
}

/* .top ~ .wrap 的兄弟元素 如何没有找到则不加padding */
.topp~.wrapw {
    padding-top: 13.89vw;
}

/* .bottom ~ .wrap 的兄弟元素 */
.bottomp~.wrapw {
    padding-bottom: 13.89vw;
}
.ind_t1 img{
    width: 80%;
    height: 100%;
}
.ind_t2 {
    width: 60%;
}
.ind_t2 img{
    width: 100%;
    height: 100%;
    padding: 6vw;
}
.jians{
    width: 90%;
    margin: auto;
    font-size: 3.5vw;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 3vw;
}

.sidebar__adv .sidebar__item {
    width: 100%;
    height: 750px;
    display: block;
    background-size: cover;
    /* background-color: #000000; */
    background: url(https://pic.rmb.bdstatic.com/bjh/50b0e584c5c783928f267ec8c4124cd0.png) no-repeat;
    background-size: 100% 100%;
}
.sidebar__adv{
    position: relative;
}
.h1txt{
    width: 87%;
    background-size: 100%;
    position: absolute;
    top: 3vw;
    left: 3vw;
    font-size: 0px;
}
.sidebar__adv .sidebar__item .sidebar__font {
    padding: 220px 4.7% 0 4.7%;
    line-height: 1;
    color: #FFF;
    height: 100%;
}

.sidebar__adv .sidebar__item .sidebar__font .fz1 {
    font-size: 13vw;
}

.sidebar__adv .sidebar__item .sidebar__font .fz2 {
    font-size: 54px;
    font-weight: bold;
    padding: 20px 0;
    width: 100%;
    background: url(../images/hts.png) no-repeat;
    background-size: 100%;
}

.sidebar__adv .sidebar__item .sidebar__font .fz2 * {
    font-size: 54px;
    font-weight: bold;
    
}
.fz2 h2{
    font-size: 6vw;
}
.sidebar__adv .sidebar__item .sidebar__font .fz3 {
    margin-top: 3vw;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 30px;
    width: 74%;
}

.txt-slideshow,
.txt-slide {
    width: auto;
}
.fz1s{
    line-height: 1.2;
}
.fz2 {
    margin-top: 3vw;
}
@media screen and (max-width:768px) {
    .sidebar__adv .sidebar__item {
        height: 660px;
    }

    .sidebar__adv .sidebar__item .sidebar__font {
        padding: 60% 0.7% 0 4.7%;
    }

    /* .sidebar__adv .sidebar__item .sidebar__font .fz1 {
        font-size: 42px;
    } */

    .sidebar__adv .sidebar__item .sidebar__font .fz2 {
        /* font-size: 25px; */
        padding: 7px 0;
    }

    .sidebar__adv .sidebar__item .sidebar__font .fz2 * {
        /* font-size: 25px; */
    }

    .sidebar__adv .sidebar__item .sidebar__font .fz3 {
        font-size: 16px;
        line-height: 1.5;
        padding-bottom: 30px;
    }
}

@media screen and (min-width:768px){
    .bottom2 {
        height: 84vw!important;
    }
}

@media screen and (min-width:768px){
    .sidebar__adv .sidebar__item{
        height: auto;
    }
}

@media screen and (max-width:375px){
    .zj_title {
        margin-top: 18.5vw!important;
    }
    .zj_txt {
        transform: scale(0.7);
        width: 42vw!important;
        margin-left: -1vw!important;
    }
    .zj4 .zj_txt {
        width: 47vw!important;
        margin-left: -3vw!important;
    }
}

@media screen and (max-width:320px){
    .zj4 .zj_txt {
        width: 47vw!important;
        margin-left: 0vw!important;
    }
    .zj_txt {
        transform: scale(0.7);
        width: 42vw!important;
        margin-left: 2vw!important;
    }
}






















/* 品牌 */
.home_{
    font-size: 12px;
    padding: 2% 1%;
    text-align: center;
    font-family: 'avantB';
}
.home_ a{
    color: #222;
    display: block;
   
}

.home_ h3{
    font-size: 20px;
    padding-bottom: 2vw;
}
.avantB{
    font-family: 'avant';
}
.home_ i{
    font-size: 12px;
    letter-spacing: 5px;
}
.home_ ul{
    /* display: block; */
    padding: 6% 0;
    display: flex;
    justify-content: space-evenly;
}
.home_ ul li{
    display: inline-block;
    /* padding: 0 20px; */
}
.home_ ul li ins{
    font-size: 32px;
    text-decoration: none;
    line-height: 1;
}
.home_ ul li p{
    padding-bottom: 13px;
    color: #999;
    padding-top: 1vw;
}
.home_ ul li span{
    font-size: 14px;
	color:#999999;
}



/* 四项 */
.Zj_max{
    background: #f1f2f5;
}
.zj_tit{
    font-size: 5vw;
    color: #666;
    text-align: center;
    padding-top: 8vw;
    padding-bottom:8vw;

}
.zju ul{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.zju ul li{
    display: inline-block;
    margin-bottom: 3vw;
    width: 37.079vw;
    height: 45.513vw;
}
.zju ul li a{
    display: block;
    overflow: hidden;
}
.zju ul li a p{
    font-size: 3.5vw;
    color: #333;
    text-align: center;
}
.zj1 {
    background: url(/images/zj1.png) no-repeat;
    /* width: 153.5px;
    height: 176px; */
    background-size: 100% 100%;
}
.zj2 {
    background: url(../images/zj2.png) no-repeat;
    width: 153.5px;
    height: 176px;
    background-size: 100% 100%;
}
.zj3 {
    background: url(../images/zj3.png) no-repeat;
    width: 153.5px;
    height: 176px;
    background-size: 100% 100%;
}
.zj4 {
    background: url(../images/zj4.png) no-repeat;
    width: 153.5px;
    height: 176px;
    background-size: 100% 100%;
}

.zj_title{
    margin-top: 15vw;
}

.zj_txt{
    transform: scale(0.7);
    width: 42vw;
    margin-left: -4vw;
}
.zj4 .zj_txt{
    width: 47vw;
    margin-left: -5vw;
}
.zj4 .zj_EN{
    margin-top: -2vw;
}

/* 行业 */
.Hy_tit{
    font-size: 5vw;
    color: #666;
    text-align: center;
    padding-top: 5vw;
    padding-bottom: 2vw;
}
.Hy_img{
    width: 90%;
    margin: auto;
    margin-top: 3vw;
}
.Hy_img img{
    width: 100%;
}

/* 合作案例 */
.Hz_max{
    margin-top: 3vw;
}
.Hz_tit{
    font-size: 5vw;
    color: #666;
    text-align: center;
    padding-top: 3vw;
    padding-bottom: 4vw;
}
.Hz_min{
    width: 90%;
    margin: auto;
    position: relative;
    margin-bottom: 9vw;
}
.Hz_min img{
    width: 100%;
    height: 100%;
}
.swiper-pagination1 {
    position: absolute;
    bottom: -6vw;
    right: 2vw;
    margin: auto;
    text-align: center;
}
.swiper-pagination1 span{
    margin: 0vw 1vw 0vw 1vw;
}

.swiper-pagination2 {
    position: absolute;
    bottom: -6vw;
    right: 2vw;
    margin: auto;
    text-align: center;
}
.swiper-pagination2 span{
    margin: 0vw 1vw 0vw 1vw;
}

.swiper-pagination3 {
    position: absolute;
    bottom: -6vw;
    right: 2vw;
    margin: auto;
    text-align: center;
}
.swiper-pagination3 span{
    margin: 0vw 1vw 0vw 1vw;
}

/* 合作-logo */

.Hzlogo{
    background:#f1f2f5;
}
.Hzlogotit{
    font-size: 5vw;
    color: #666;
    text-align: center;
    padding-top: 3vw;
    padding-bottom: 2vw;
}
.logoimg img{
    width: 100%;
    height: 100%;
}
.Hz_al {
    text-align: center;
    padding: 2vw 0vw 6vw 0vw;
}
.Hz_al a{
    font-size: 4vw;
    color: #2589ff;
}

.Qd_max{
    width: 94%;
    margin: auto;
}

.Qd_tit{
    font-size: 5vw;
    color: #666;
    text-align: center;
    padding-top: 3vw;
    padding-bottom: 2vw;
}
.qd_imgpro{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-left: 1.3vw;
}
.qd_imgpro_im{
    width: 30%;
}
.pro_im{
    width: 90%;
}
.pro_im img{
    width: 100%;
}
.qd_txts {
    text-align: center;
    color: #222;
    font-size: 3.5vw;
    margin-left: -3.3vw;
    margin-top: 2vw;
}

/* wen */
.Qdwen{
    margin: 12vw 0vw 5vw 0vw;
}
.Qdwenp1{
    font-size: 5.5vw;
    color: #333;
    letter-spacing: 0.5vw;
    text-align: center;
}
.Qdwenp2{
    font-size: 3vw;
    color: #333;
    margin: 2vw 0vw 7vw 0vw;
    text-align: center;
}

/* lun */
.qd_lun{
    width:95%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 2vw;
}
.qd_lunimg img{
    width:100%;
	text-align:center;
	margin:0 auto;
}
.qdtxt{
    width: 94%;
    margin: auto;
    margin-top: 3vw;
}
.qdtxtmin1{
    font-size: 4.2vw;
    color: #333;
    line-height: 1.5;
    width: 92%;
}
.qdtxtmin2{
    font-size: 3vw;
    color: #333;
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 2;    
    overflow: hidden;
    margin: 3vw 0vw 3vw 0vw;
}
.qdlun_b{
    border-top: 1px solid #666;
    padding-top: 3vw;
    width: 94%;
    margin: auto;
}
.qdspa1{
    text-align: left;   
}
.qdspa1{
    text-align: right; 
    color: #717171;
    font-weight: 600;  

}
.qdspa2{
    width: 12.078vw;
    height: 2.417vw;
    background: url(../images/jiantya.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    float: right;
    vertical-align: middle;
    margin-top: 1.5vw;
}
.swiper-pagination4 {
    position: absolute;
    bottom: -6vw;
    margin: auto;
    text-align: center;
    width: 40vw;
    left: 50%;
    margin-left: -20vw;
}
.swiper-pagination4 span{
    margin: 0vw 2vw 0vw 2vw;
}
.swiper-pagination4 .swiper-pagination-bullet-active{
    background: url(../images/luny.png)!important;
    background-repeat: no-repeat;
    width: 3vw!important;
    height: 3vw!important;
    background-size: 100% 100%!important; 
}
.swiper-pagination4 .swiper-pagination-bullet{
    background: url(../images/lunyw.png) no-repeat;
    width: 3vw;
    height: 3vw;
    background-size: 100% 100%!important; 
    opacity: 1;
}

.bottom1{
    background: #FFF;
    width: 100%;
    margin-top: 3vw;
}
.wrapq{
    padding: 0 4.7%;
}
.p1 {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.bottom1 input {
    padding-left: 1%;
    margin-right: 1%;
    -webkit-appearance: none;
    resize: none;
    outline: none;
    font-family: Arial, Verdana,"微软雅黑","宋体";
}

.bottom1 .input1 {
    width: 99%;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #F0F0F0;
    border: none;
}
.bottom1 .input2 {
    width: 99%;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #F0F0F0;
}
input{
    border: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bottom1 .submit {
    width: 99%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 10px;
    background-color: #f88707;
    color: #fff;
}
.bottom1 .p2 {
    padding: 10px 0 20px 0;
    font-size: 10px;
    color: #999;

}



.bottom2 {
    width: 100%;
    background-color: #111;
    color: #FFF;
    line-height: 1.8;
    overflow: hidden;
}
.bottom2 img{
    width: 60%;
}
.wraq2 {
    padding: 0 4.7%;
    overflow: hidden;
}
.bottom2 ul{
    overflow: hidden;
    padding-bottom: 4vw;
}
.bottom2 ul li {
    width: 100%;
    float: left;
    overflow: hidden;
}
.bottom2 ul li:nth-child(3){
    display: flex;
    justify-content: space-between;
}
.bottom2 a{
    color: #fff;
}
.bottom2 h3 {
    font-size: 28px;
    padding-bottom: 0px;
    padding-top: 20px;
    font-weight: bold;
}
.bottom2 p {
    font-size: 14px;
}
.bottom2 span {
    font-size: 10px;
    display: block;
}
.xws{
    position: absolute;
    right:12px;
    top: -8px;
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #E21C0F;
    color: #fff!important;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    line-height: 17px;
    animation: mydotnum 1s infinite linear;
    -webkit-animation: mydotnum 1s infinite linear;
}
.fl, .fr {
    display: inline;
    zoom: 1;
    float: left;
}
.fr {
    float: right;
    text-align: right;
}


/* 底部 */
.end_max{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.end_min{
    width: 18%;
    text-align: center;
    margin-top: 3vw;
    position: relative;
    
}
.endi {
    display: block;
    width: 33%;
   margin:auto;;
   padding-bottom:7px;
    
}
.endi img{
    display: block;
    width: 100%;
    margin: auto;

}
.end_min span{
    font-size: 3vw;
    color: #333;
}
