.block{
    display:block!important;
}


.ad{
   border: 1px solid #8a8b91;
    margin-top:100px;
    height:110px;
    
}

.ad_l{
    width:50%;
    float: left;
    text-align: center;
    line-height:110px;
    font-size:30px;
    white-space:nowrap;
    color: #3e3c35;
    position: relative;
}
.ad_l:after{
    position: absolute;
    content: '';
    height:80%;
    width:1px;
    background: #8a8b91;
    top:0;
    bottom:0;
    margin: auto 0;
    right:0;
}
.ad_2{
    width:50%;
    float: left;
}
.zx{
    width:400px;
    height:50px;
    margin: 0 auto;
    line-height:50px;
    margin-top:30px;
    font-size:16px;
    border: 1px solid;
    border-radius: 30px;
    text-align: center;
}
.ad1 .zx{
    border-color: #5e79d5;
}
.ad2 .zx{
    border-color: #f3cb34;
}
.zx_1{
    width:200px;
    float: left;

}
.ad1 .zx_1{
    color: #5e79d5;
    font-weight: bold;

}
.ad2 .zx_1{
    color: #3e3c35;
    font-weight: bold;

}
.zx_2{
    width:200px;
    float: left;
    position: relative;
}
.zx_2 img{
    width:110px;
    height:110px;
    position: absolute;
    opacity: 0;

}
.zx_2:hover img{
    opacity: 1;
}
.zx_2 span{
    font-size:20px;
}
.ad1 .zx_2{
    color: #fff;
    background: #5e79d5;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}
.ad2 .zx_2{
    color: #3e3c35;
    background: #f3cb34;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}
.banner{
    width: 100%;
    height: 472px;
    background: url(../img/wp_02.png) right;
    position: relative;
}
.banner p{
    width: 132px;
    position: absolute;
    font-size: 18px;
    color: #05b08e;
    font-weight: bold;
    right: 375px;
    top: 224px;
    text-align: center;
}
.main1{
    margin-top: 100px;
}
.m1_hf{
    width: 50%;
    float: left;
}
.m1_lf_head{
    width: 100%;
    height: 164px;
    background: #5d5b6f;
}
.m1_list{
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
}
.m1_list li{
    width: 25%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #f0f1f6;
    cursor: pointer;
}
.m1_list li span{
    position: relative;
    display: inline-block;
}
.m1_list .m1_act{
    font-weight: bold;
}
.m1_list .m1_act span::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background:#6683e8;
    left: 0;
    bottom: -10px;
}
.m1_hf input{
    display: block;
    width: 80%;
    margin: 0 auto;
    background: #f0f1f6;
    box-sizing: border-box;
    padding-left: 5%;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 32px;
    border: none;

}
.m1_box{
    width: 100%;
    box-sizing: border-box;
    height: 445px;
    padding-left: 10%;
    overflow-y: scroll;
    font-size: 16px;
    color: #5d5b6f;
    display: none;
    box-shadow: 0 0 27px rgba(220,219,230,0.32);
}
.m1_box p{
    margin-top: 20px;
}
.m1_box p:hover{
    color: #05b08e;
}
.m1_box::-webkit-scrollbar {
    width: 14px;
}

.m1_box::-webkit-scrollbar-track {

    background-color: #f3f2f8;
}

.m1_box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #b2b6c9;
}
.m1_hf:nth-of-type(2){
    background: #f3f2f8;
    height: 610px;
}
.case-swiper{
    width: 400px;
    margin: 0 auto!important;
    padding-top: 45px!important;
}
.case-swiper img{
    display: block;
    width: 294px;
    height: 413px;
    margin: 0 auto;
}
.case-swiper h5{
    font-size: 16px;
    color: #5d5b6f;
    text-align: center;
    margin-top: 20px;
   
}
.case-swiper h5 span{
    display: inline-block;
    position: relative;
   
}
.case-swiper h5 span::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background:#6683e8;
    left: 0;
    bottom: -10px;
  
}
.case-swiper p{
    text-align: center;
    color: #5d5b6f;
    font-size: 16px;
    margin-top: 15px;
    line-height: 28px;
}
.case-swiper .swiper-button-next,.case-swiper  .swiper-button-prev{
    top: 40%;
    width: 36px;
    height: 36px;
    background-size: 100% 100%;
}
.case-swiper .swiper-button-prev,.case-swiper  .swiper-container-rtl .swiper-button-next{
    background-image:url(../img/tp_06.png)
}
.case-swiper  .swiper-button-next, .case-swiper .swiper-container-rtl .swiper-button-prev{
    background-image:url(../img/tp_09.png)
}
.case-swiper .swiper-button-next.swiper-button-disabled,.case-swiper .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.main2{
    margin-top: 100px;
}
.m2_list li{
    width: 50%;
    float: left;
    margin-top: 75px;
    box-sizing: border-box;
    padding-left: 15%;
    position: relative;
}
.m2_list li h3{
    font-size: 16px;
    color: #5d5b6f;
}
.m2_list li p{
    box-sizing: border-box;
    margin-top: 20px;
    font-size: 14px;
    color: #898891;
    padding-left: 16px;
    position: relative;
}
.m2_list li p::before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #93929d;
    left: 2px;
    top: 7px;
}
.m2_list li img{
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left:12%;
}
.main3{
    margin-top: 100px;
}
.m3_hf{
    width: 50%;
    float: left;
}
.m3_list li{
    width: 100%;
    margin-bottom: 70px;
}
.m3_lf{
    width: 100px;
    height: 110px;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #c2c2c7;
    text-align: center;
}
.m3_lf h3{
    font-size: 48px;
    color: #f3f2f6;
    padding-top: 14px;
    font-weight: normal;
}
.m3_lf h4{
    color: #05b08e;
    font-size: 16px;
    margin-top: 10px;
}
.m3_rt{
    float: left;
    width: 75%;
    box-sizing: border-box;
    padding-left: 6%;
}
.m3_rt h5{
    font-size: 14px;
    color: #5d5b6f;
    margin-bottom: 28px;
}
.m3_rt p{
    font-size: 14px;
    color: #898891;
    line-height: 24px;
}
.m3_box{
    border-radius: 16px;
    box-shadow: 0 0 27px rgba(220,219,230,0.32);
    width: 90%;
    float: right;
    height: 520px;
    background: url(../img/wp_17.png) left;
    box-sizing: border-box;
    padding-left: 110px;
    padding-top: 80px;
}
.m3_box p{
    font-size: 16px;
    color: #5d5b6f;
    margin-bottom: 48px;
}
.m3_box p span{
    color: #05b08e;
}
.main6{
    width: 100%;
    margin-top: 100px;
}
.main6 li{
    width: 33%;
    float: left;
    margin-bottom: 45px;
    position: relative;
    box-sizing: border-box;
    padding-left: 75px;
    font-size: 14px;
    color: #5d5b6f;
}
.main6 li::before{
    position: absolute;
    content: '';
    width: 26px;
    height: 24px;
    background: url(../img/wp_20.png);
    top: 0;
    left: 40px;
}