@media(min-width:1440px){
    .container{
        width: 1410px;
        padding: 0 15px;
    }
}



h3,h4,h5,h6{
    font-weight: normal;
}


/*头部样式*/
.header-all{
    height: 100px;
    line-height: 100px;
}
.nav li a{
    line-height: 100px;
    font-size: 16px;
    color: #666666;
    padding: 0;
    text-align: center;
}
.nav li a:hover{
    background: none;
    color: #0082f3;
}

.loright-img img{
    border-left: 1px solid #dbdbdb; 
    padding-left: 15px;
}
.header-text .txt{
    display: flex;
    align-items: center;
}
.header-text .txt h3{
    font-size: 18px;
    color: #0082f3;
    font-weight: bold;
    font-family: "Arial";
    margin-left: 8px;
}
.nav{
    margin: 0;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#menu{
    width: 100%;
}
.nav::before,.nav::after{
    display: none;
}
.nav li{
    width: 20%;
}
.rz-nav{
    width: 46%;
}
.header-logo{
    float: left;
    padding-right: 15px;
}
.loright-img{
    float: left;
}
.rz-nav{
    float: left;
    margin-left: 80px;
}
.header-search{
    float: left;
    margin-left: 20px;
}
.header-text{
    float: right;
    margin-top: 30px;
}
.header-text .txt2{
    margin-top: 2px;
}
.header-text .txt2 img{
    margin-left: 3px;
}











/*产品中心*/
.zr-text{
    text-align: center;
}
.zr-text h3{
    font-size: 36px;
    color: #303030;
    font-weight: bold;
    line-height: 36px;
}
.zr-text h4{
    font-size: 20px;
    color: #8e969f;
    margin-top: 20px;
}




.zr-proucts{
    padding-top: 70px;
}
.pros-list{
    margin-top: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pros-list li{
    width: 12.5%;
    height: 90px;
    position: relative;
}
.pros-list li::before{
    width: 100%;
    background-color: #2285ed;
    position: absolute;
    content: '';
    height: 2px;
    left: 0;
    bottom: 0px;
    display: none;
    transition: .6s;
}
.pros-list li.cur::before{
    display: block;
}
.pros-list li:hover::before{
    display: block;
    transition: .6s;
}
.pros-list li:last-child .pimgs img{
    padding-bottom: 17px;
}
.pros-list li a{
    display: block;
    text-align: center;
}
.pros-list li .pimgs{
    display: flex;
    justify-content: center;
}
.pros-list li h3{
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    font-weight: normal;
    text-align: center
}
.product-list{
    margin-top: 55px;
}
.pro-all{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #eee;
}
.pro-all::before,.pro-all::after{
    display: none;
}
.pro-lefts{
    width: 48.55%;
    overflow: hidden;
}
.pro-lefts img{
    width: 100%;
    transition: .8s;
}
.pro-right{
    width: 47.46%;
}
.pro-all:hover .pro-lefts img{
    transform: scale(1.1);
    transition: .6s;
}
.pro-right h3{
    font-size: 24px;
    color: #333333;
}
.pro-right h4{
    font-size: 24px;
    color: #2285ed;
    font-weight: bold;
    margin-top: 10px;
}
.pro-right h5{
    font-size: 16px;
    color: #666666;
    margin-top: 24px;
    line-height: 32px;
    padding-right: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;

}
.pro-more{
    margin-top: 55px;
}
.pro-more a{
    float: left;
    display: block;
    color: #2285ed;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    width: 138px;
    border: 1px solid #2285ed;
    transition: all .8s;
}
.pro-more a:nth-child(1){
    border: none;
    line-height: 40px;
    color: #fff;
    background: linear-gradient(90deg,#006dde,#0087e4,#00a4eb);
    margin-right: 31px;
}
.pro-more a:nth-child(2):hover{
    background: linear-gradient(90deg,#006dde,#0087e4,#00a4eb);
    color: #fff;
    transition: all .6s;
}
.products{
    border-bottom: 1px solid #eee;
}
.tte{
    display: none;
}





/*解决方案*/

.zr-solution{
    background-color: #0099e9;
    padding-top: 75px;
    padding-bottom: 90px;
    margin-top: 90px;
}

.kiss h3{
    color: #fff;
}
.kiss h4{
    color: #fff;
}

.solution-list{
    margin-top: 65px;
    position: relative;
    
}
.solution-list .swiper-container{
    position: initial;
    overflow: hidden;
}

/* .pimgs img{
    width: 100%;
} */



.solution-list .sl-li .bla{
    display: block;
    position: relative;
}
.solution-list .sl-li .bla .pimgs img{
    width: 100%;
}
.solution-list .sl-li .bla .solu-text{
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    width: 79%;
}
.solution-list .sl-li .bla .solu-text h3{
    font-size: 24px;
    color: #333333;
    transition: all .6s;
}
.solution-list .sl-li .bla .solu-text h4{
    display: none;
    transition: all .6s;
}
.solution-list .sl-li .bla .solu-text span{
    width: 5px;
    height: 5px;
    background: #2285ed;
    display: block;
    margin-top: 20px;
    transition: all .6s;
}
.solution-list .sl-li .bla .solu-text .fule{
    position: relative;
    padding-top: 25px;
    padding-bottom: 35px;
    padding-left: 35px;
    z-index: 999;
    padding-right: 40px;
    transition: all .6s;
}
.solution-list .sl-li .bla .solu-text .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(255, 255, 255, .9);
    z-index: -1;
    transition: all .6s;
}
.solution-list .sl-li .bla .solu-text .img1{
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .6s;
}
.solution-list .sl-li .bla .solu-text .img2{
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    transition: all .6s;
}
.solution-list .sl-li:hover .solu-text span{
    display: none;
    transition: all .6s;
}
.solution-list .sl-li:hover .solu-text h3{
    position: relative;
    color: #fff !important;
    transition: all .6s;
}
.solution-list .sl-li:hover .solu-text h3::before{
    width: 34px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0%;
    content: '';
    bottom: -29px;
    transition: all .6s;
}
.solution-list .sl-li:hover .solu-text h4{
    display: block !important;
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    margin-top: 52px;
    transition: all .6s;
}
.solution-list .sl-li:hover .solu-text .mask{
    background:url(../images/bj1.png) no-repeat center !important;
    background-size: cover;
    transition: all .6s;
}
.solution-list .sl-li:hover .solu-text .img1{
    display: none;
    transition: all .6s;
}
.solution-list .sl-li:hover .solu-text .img2{
    display: block !important;
    transition: all .6s;
}
/* .solution-list .sl-li:hover .pimgs{
    overflow: hidden;
}
.solution-list .sl-li .pimgs img{
    transition: all .6s;
}
.solution-list .sl-li:hover .pimgs img{
    transform: scale(1.1);
    transition: all .6s;
} */



.solution-list .swiper-container .swiper-button-prev{
    background-image: url(../images/left2.png);
    left: -7%;
    opacity: .5;
    right: auto;
    width: 50px;
    height: 50px;
    top: 52%;
    padding: 0;
    background-size: cover;
    transition: all .6s;
}
.solution-list .swiper-container .swiper-button-prev::after{
    display: none;
}
.solution-list .swiper-container .swiper-button-prev:hover{
    opacity: 1;
    transition: all .6s;
}
.solution-list .swiper-container .swiper-button-next{
    background-image: url(../images/right2.png);
    right: -7%;
    opacity: .5;
    left: auto;
    width: 50px;
    top: 52%;
    height: 50px;
    padding: 0;
    background-size: cover;
    transition: all .6s;
}
.solution-list .swiper-container .swiper-button-next::after{
    display: none;
}
.solution-list .swiper-container .swiper-button-next:hover{
    opacity: 1;
    transition: all .6s;
}
.banner_swiper{
    position: relative;
}
.banner_swiper .swiper-pagination {
    position: absolute;
    bottom: 40px;
    top: unset;
    height: auto;
    background: none;
}
.banner_swiper .swiper-pagination span{
    width: 15px;
    height: 15px;
    background-color: #bcc1cd;
    opacity: 1;
    margin: 0 10px !important;
}
.banner_swiper .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #fff;
}








/*为什么选择我们*/

.zr-whyme{
    background-image: url(../images/bj2.png);
    padding-top: 70px;
    padding-bottom: 70px;
    background-size: cover;
}
.why-list{
    margin-top: 50px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.why-list li{
    width: 31.2%;
    box-shadow: #dedede 0px 0px 25px;
    border-radius: 15px;
    margin-top: 45px;
}
.why-list li:hover .why-all .why-img img{
    transform: rotate(360deg);
    transition: all .3s;
}
.why-list li .why-all .why-img img{
    transition: all .3s;
}

.why-list li:nth-child(-n+3){
    margin-top: 0;
}
.why-list li .why-all{
    text-align: center;
    padding:36px 40px 30px 40px;
    background-color: #fff;
    border-radius: 15px;
}
.why-list li .why-all h3{
    font-size: 24px;
    color: #333333;
    margin-top: 28px;
}
.why-list li .why-all h4{
    font-size: 16px;
    color: #888888;
    line-height: 28px;
    margin-top: 18px;
}













/*关于我们*/
.zr-about{

}
.abo-txt h3{
    font-size: 36px;
    color: #303030;
    font-weight: bold;
}
.abo-txt h4{
    font-size: 24px;
    color: #666666;
    margin-top: 12px;
}
.abo-txt{
    padding-left: 18px;
    border-left: 8px solid #2285ed;
}
.abouts-left h5{
    font-size: 16px;
    color: #666666;
    margin-top: 45px;
    line-height: 38px;
}
.ttse{
    display: flex;
    align-items: center;
    float: left;
}
.ttse h3{
    font-size: 26px;
    color: #0082f3;
    font-family: "Arial";
    margin-left: 10px;
}
.about-tel1{
    margin-right: 50px;
}
.about-tel{
    margin-top: 65px;
}
.abouts-left .abouta{
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 65px;
    text-align: center;
    width: 210px;
    transition: all .8s;
    margin-top: 65px;
    background: linear-gradient(90deg,#006dde,#0087e4,#00a4eb);
}
.abouts-left{
    width: 55%;
    float: left;
    padding-top: 85px;
    padding-bottom: 110px;
}
.zr-about{
    position: relative;
}
.abouts .abouts-right{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -99;
}








/*新闻中心*/

.zr-news{
    background-image: url(../images/bj3.png);
    padding-top: 65px;
    padding-bottom: 80px;
}

.news-list{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-list .news-all{
    width: 32%;
}

.news-list .news-all .news-img .nimgs img{
    width: 100%;
    transition: all .3s;
}
.news-list .news-all .news-img:hover img{
    transform: scale(1.1);
}
.news-list .news-all .news-img{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}
.news-list .news-all .news-img img{
    width: 100%;
    transition: all .3s;
}
.news-list .news-all .news-img .mask2{
    position: absolute;
    height: 65px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgb(0, 0, 0, .38);
}
.news-list .news-all .news-img h3{
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 65px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    font-size: 20px;
}
.news-all ul{
    padding: 10px 25px 45px 25px;
    background-color: #fff;
}
.news-all ul li{
    padding-top: 20px;
}
.news-all ul li a{
    display: block;
}
.news-all ul li a h3{
    font-size: 16px;
    color: #999999;
    font-family: "Arial";
}
.news-all ul li a h4{
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    transition: .6s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-all ul li:hover a h4{
    color: #2285ed;
    transition: .6s;
}









/*feifa*/

.feifa{
    background: url(../images/bj4.png) no-repeat center;
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 50px;
}
.feifa-text{
    text-align: center;
}
.feifa-text h3{
    font-weight: bold;
    font-size: 40px;
    color: #2285ed;
}
.feifa-text h4{
    margin-top: 15px;
    font-size: 24px;
    color: #666666;
}
.feifa-text a{
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 52px;
    text-align: center;
    width: 180px;
    transition: all .8s;
    border-radius: 5px;
    background: linear-gradient(90deg,#006dde,#0087e4,#00a4eb);
    margin: 0px auto;
    margin-top: 32px;
}










/*合作伙伴*/

.zr-partaner{
    padding: 56px 0;
    padding-top: 30px;
}

.partaner-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.partaner-list li{
    width: 18.9%;
    border: 1px solid #eeeeee;
    margin-top: 20px;
}
.partaner-list li:hover{
    border-color: #00a6ec;
}
.partaner-list li .par-img{
    overflow: hidden;
}
.partaner-list li .par-img img{
    transition: all .7s;
    width: 100%;
}

.partaner-list li:hover .par-img img{
    transform: scale(1.1);
    transition: all .7s;
}
.partaner-more{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.partaner-more a{
    font-size: 16px;
    color: #2285ed;
    margin-right: 12px;
}
.partaner-more img{
    animation: nudgeMouse 2s ease-out 500ms 2;
}
@keyframes nudgeMouse {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }

  25% {
      -webkit-transform: translateY(6px);
      transform: translateY(6px);
  }
  
  50% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
  }

  75% {
      -webkit-transform: translateY(-6px);
      transform: translateY(-6px);
  }

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}










/*底部样式*/

.zr-footer{
    background: url(../images/bj5.png) no-repeat center;
    background-size: cover;
    padding-top: 50px;
}
.footer-left h3{
    font-size: 18px;
    color: #fff;
    line-height: 34px;
    margin-top: 18px;
}
.footer-left h4{
    margin-top: 30px;
    padding-bottom:10px;
    font-size: 14px;
    color: #fff;
    opacity: .6;
}

.social-share .social-share-icon{
    width: 46px;
    height: 46px;
    font-size: 0;
}
.social-share .icon-wechat{
    background: url(../images/s1.png) no-repeat center;
    border: none;
}
.social-share .icon-wechat:hover{
    background: url(../images/s2.png) no-repeat center;
    border: none;
}
.social-share .icon-weibo{
    background: url(../images/s3.png) no-repeat center;
    border: none;
}
.social-share .icon-weibo:hover{
    background: url(../images/s4.png) no-repeat center;
    border: none;
}
#xy-share{
    margin-top: 5px;
}
.footer-left{
    width: 38.5%;
    float: left;
}
.footer-right{
    width: 61.5%;
    float: right;
}





.db-all{
    float: left;
}
.db-all h3{
    font-size: 20px;
    color: #ffffff;
}
.db-list{
    margin-top: 24px;
}
.db-list li a{
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    opacity: .6;
    transition: all .5s;
}
.db-list li a:hover{
    opacity: 1;
    transition: all .5s;
}
.db-nav::before,.db-nav::after{
    display: none;
}
.db-nav{
    display: flex;
}
.db1{
    width: 24%;
}
.db2{
    width: 28%;
}
.db3{
    width: 26%;
}
.db4{
    width: 22%;
}
.zr-link{
    margin-top: 30px;
}
.zr-link .k1{
    text-align: right;
}
.zr-link .k1 a{
    font-size: 14px;
    color: #fff;
    opacity: .6;
    transition: all .5s;
}
.zr-link .k1 a:hover{
    opacity: 1;
    transition: all .5s;
}
.footer-right{
    padding-bottom: 16px;
}
.zr-floor{
    border-top: 1px solid #295694;
    padding: 32px 0;
}
.kiss-left{
    float: left;
    font-size: 14px;
    color: #ffffff;
}
.kiss-left a{
    font-size: 14px;
    color: #ffffff;
    transition: .5s;
}
.kiss-left a:hover{
    color: #006dde;
    transition: .5s;
}
.kiss-right{
    float: right;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
}
.kiss-right a{
    font-size: 14px;
    color: #ffffff;
    transition: .5s;
}
.kiss-right a:hover{
    color: #006dde;
    transition: .5s;
}
.fspan{
    margin: 0 4px;
}






.header-search{
    position: relative;
}
.search{
    position: absolute;
    bottom: -40px;
    right: -150px;
    z-index: 9;
    display: none;
    overflow: inherit !important;
}
#formsearch{
    width: 140%;
    margin-top: 30px;
}
.search{
    height: auto;
    line-height: 40px;
}

#formsearch .fuck{
    background-color: transparent;
}










.swiper-backface-hidden .swiper-slide img{
    width: 100%;
}



/*自适应调整*/

@media(max-width:1650px){
    .abouts .abouts-right{
        width: 45%;
        position: relative;
        float: right;
    }
    .abouts .abouts-right img{
        width: 100%;
    }
    .abouts{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}
@media(max-width:1439px){
    .rz-nav{
        margin-left: 20px;
    }
    .pro-more{
        margin-top:35px;
    }
    .pro-right{
        padding-top:20px;
    }
    .abouts-left h5 {
        font-size: 16px;
        color: #666666;
        margin-top: 27px;
        line-height: 32px;
    }
    .about-tel {
        margin-top: 28px;
    }
    .abouts-left .abouta{
        margin-top: 45px;
        line-height: 45px;
        width: 180px;
    }
    .db1{
        width: 28%;
    }
    .banner_swiper .swiper-pagination{
        display: none;
    }
}

@media(max-width:1199px){
    .header-logo{
        width: 16%;
    }
    .header-logo img{
        width: 100%;
    }
    .loright-img{
        width: 14%;
    }
    .loright-img img{
        width: 100%;
    }
    .rz-nav{
        margin-left: 0;
    }
    .header-search{
        margin-left: 10px;
    }
    .rz-nav{
        width: 52%;
    }
    .zr-text h3{
        font-size: 28px;
    }
    .zr-text h4{
        font-size: 16px;
        margin-top: 12px;
    }
    .zr-proucts{
        padding-top: 40px;
    }
    .pro-right h3{
        font-size: 20px;
    }
    .pro-right h4{
        font-size: 20px;
    }
    .pro-right h5{
        font-size: 14px;
        line-height: 26px;
    }
    .pro-more{
        margin-top: 40px;
    }
    .zr-whyme{
        padding: 40px 0;
    }
    .why-list{
        margin-top: 35px;
    }
    .why-list li .why-all{
        padding: 26px 30px 20px 30px;
    }
    .why-list li .why-all h3{
        font-size: 20px;
    }
    .why-list li .why-all h4{
        font-size: 14px;
    }
    .abo-txt h3{
        font-size: 30px;
    }
    .abo-txt h4{
        font-size: 18px;
    }
    .abouts-left h5{
        font-size: 14px;
        line-height: 28px;
    }
    .ttse h3{
        font-size: 22px;
    }
    .abouts-left .abouta{
        font-size: 14px;
        width: 140px;
        margin-top: 30px;
    }
    .abouts-left{
        padding-top: 55px;
        padding-bottom: 75px;

    }
    .zr-news{
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .news-all ul li a h4{
        font-size: 14px;
    }
    .news-all ul li a h3{
        font-size: 14px;
    }
    .feifa-text h3{
        font-size: 32px;
    }
    .feifa-text h4{
        font-size: 20px;
    }
    .feifa-text a{
        font-size: 16PX;
        width: 140px;
        line-height: 40px;
    }
    .db-all h3{
        font-size: 18px;
    }
    .db-list{
        margin-top: 15px;
    }
    .db-list li a{
        line-height: 28px;
    }
    .footer-left h3{
        font-size: 16px;
    }
}

@media(max-width:991px){
    body{
        padding-top: 60px;
    }
    .pros-list li{
        width: 26.5%;
        margin-top: 20px;
    }
    .pros-list li:last-child{
        display: none;
    }
    .pros-list{
        margin-top: 30px;
    }
    .pro-lefts{
        width: 100%;
    }
    .pro-right{
        width: 100%;
    }
    .pro-all{
        padding: 15px;
    }
    .why-list li{
        width: 48%;
        margin-top: 20px;
    }
    .why-list li:nth-child(-n+3){
        margin-top: 20px;
    }
    .abouts-left{
        width: 100%;
        padding: 0;
        padding-top: 30px;
    }
    .abouts .abouts-right{
        width: 100%;
        margin-top: 25px;
    }
    .partaner-list li{
        width: 30%;
    }
    .partaner-list li:last-child{
        display: none;
    }
    .footer-left{
        display: none;
    }
    .footer-right{
        width: 100%;
    }
    .kiss-left{
        float: none;
        text-align: center;
    }
    .kiss-right{
        justify-content: center;
        float: none;
    }
    .zr-floor{
        padding: 20px 0;
    }
    /* .news-list .news-all .news-img h3{
        line-height: 45px;
        font-size: 16px;
    }
    .news-list .news-all .news-img .mask2{
        height: 45px;
    } */
}

@media(max-width:767px){
    .news-list{
        flex-wrap: wrap;
    }
    .news-list .news-all{
        width: 100%;
        display: none;
    }
    .news-list .news-all:nth-child(1){
        display: block;
    }
    .feifa{
        padding: 35px 0;
    }
    .partaner-more{
        margin-top: 30px;
    }
    
}

@media(max-width:666px){
    .zr-news{
        padding: 40px 0;
    }
    .zr-solution{
        padding: 50px 0;
    }
    .feifa-text h3{
        font-size: 28px;
        line-height: 36px;
    }
    .feifa-text h4{
        font-size: 18px;
        line-height: 34px;
    }
    .feifa-text a{
        font-size: 14px;
    }
    .zr-partaner{
        padding: 35px 0;
    }
    .why-list li{
        width: 100%;
    }
    .pros-list li{
        width: 48.5%;
    }
    .pros-list li .pimgs{
        display:none;
    }
    .pros-list li{
        height:40px;
    }
    
    .zr-solution{
        padding:30px;
        margin-top:40px;
    }
    .solution-list{
        margin-top:35px;
    }
    .ttse{
        margin-top:10px;
    }
    .abouts .abouts-right{
        display:none;
    }
    
}




@media(max-width:1429px){
    .solution-list .sl-li .bla .solu-text .fule{
        padding-bottom: 23px;
    }
    .solution-list .swiper-container .swiper-button-prev{
        display: none;
    }
    .solution-list .swiper-container .swiper-button-next{
        display: none;
    }
    .solution-list .swiper-slide-prev .solu-text h4{
        font-size: 14px;
        line-height: 24px;
        margin-top: 36px;
    }
    .solution-list .swiper-container .swiper-button-prev{
        display: block;
    }
    .solution-list .swiper-container .swiper-button-next{
        display: block;
    }
    .solution-list .sl-li .solu-text span{
    display: none;
    transition: all .6s;
}
.solution-list .sl-li .solu-text h3{
    position: relative;
    color: #fff;
    transition: all .6s;
}
.solution-list .sl-li .solu-text h3::before{
    width: 34px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0%;
    content: '';
    bottom: -29px;
    transition: all .6s;
}
.solution-list .sl-li .solu-text h4{
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    margin-top: 52px;
    transition: all .6s;
}
.solution-list .sl-li:hover .solu-text .mask{
    background:url(../images/bj1.png) no-repeat center !important;
    background-size: cover !important;
    transition: all .6s;
}
.solution-list .sl-li:hover .solu-text .img1{
    display: none;
    transition: all .6s;
}
.solution-list .sl-li:hover .solu-text .img2{
    display: block;
    transition: all .6s;
}
}

@media(max-width:850px){
    .solution-list .swiper-container .swiper-button-prev{
        left: 0;
    }
    .solution-list .swiper-container .swiper-button-next{
        right: 0;
    }
}
@media(max-width:600px){
    .solution-list .sl-li .bla .solu-text .fule {
        position: relative;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 21px;
        z-index: 999;
        padding-right: 10px;
    }
    .solution-list .sl-li .solu-text h4{
        margin-top: 30px;
    }
    .solution-list .sl-li .solu-text h3::before{
        bottom: -18px;
    }
    .solution-list .sl-li .solu-text h4{
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .solution-list .swiper-container .swiper-button-prev{
        top: 42%;
        opacity: 1;
    }
    .solution-list .swiper-container .swiper-button-next{
        top: 42%;
        opacity: 1;
    }
}

.page-position .wh a,
.page-position .wh{
    color:#999;
}


.xypg-right-content .two{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4vw;
}

.xypg-right-content .two .leftimg img{
    width: 100%;
    margin: 0;
}
.xypg-right-content .two .leftimg{
    width: 40%;
}
.xypg-right-content .two .righttext{
    width: 50%;
    margin: 0;
}


@media(max-width:1199px){
    .xypg-right-content .two{
        flex-wrap:wrap;
    }
    .xypg-right-content .two .leftimg{
        width:100%;
    }
    .xypg-right-content .two .righttext{
        width:100%;
    }
}

/*小屏幕底部样式*/


.md-foot{
    display: none;
}

@media(max-width:768px){
    .snls-footer{
        display: none;
    }
    .zr-footer{
        display:none;
    }
    .qs-footer{
        display: none;
    }
    .qs-floors{
        display: none;
    }
    .footer-flo{
        display: none;
    }
    .jrw-footer{
        display: none;
    }
    .md-foot{
    display: block;
}

  .md-foot{
    background: #232324;
  }
  .h-footer{
      display: none;
  }
  .hm-floor{
      display: none;
  }
  .mod-logo{
      text-align: center;
        padding-top: 20px;
        /* padding-bottom: 10px; */
  }
  .mod-logo a{
    display: block;
  }
  .mod-logo a img{
    max-width: 100%;
  }
  .fd-cfn{
  border-bottom: solid 1px #ccc;
  margin-top: 10px;
  padding: 0 20px;
  }
  .fd-cfn h3{
  font-size: 16px;
  color: #fff;
  line-height: 2.5;
  }
  .fd-cfn h3 span{
  padding-right: 10px;
  }
  .fd-cfn .fd-name{
  display: none;
  padding-left: 13px;
  }
  .fd-cfn .fd-name a{
  display: block;
  line-height: 28px;
  color: #fff;
  opacity: .8;
  }

  .fd-ly .copyright a{
  color: #fff;
  opacity: .8;
  }

  .box3 {
      top:125px!important;
  }
  .box3 .lis1{
      width: 25% !important;
  }

}


.db_phone{
    display: none;
}

@media(max-width:400px){
    .db_phone{
        display: block;
        position:fixed;
        bottom:0;
        left:0;
        width:100%;
        text-align:center;
        background-color:#2285ed;
        z-index:999;
    }
    .db_phone h3{
        font-size:30px;
        color:#fff;
         display:flex;
        align-items:center;
        justify-content:center;
        font-family:"Arial";
        line-height:80px;
    }
    .db_phone h3 span{
        font-size:22px;
    }
    .ele{
        position:relative;
    }
    .ele .elspan{
        color:#333;
        font-size:30px;
        position:absolute;
        right:10px;
        top:10px;
        position:99999;
    }
}


