.banner_bottom{
    width: 100%;
    background: url("../images/number_bg_m.png") no-repeat;
    background-size: 100% 100%;
    padding: 20px 0;
}
.banner_bottom p{
    text-align: center;
    color: #FFFFFF;
    /*font-size: 16px;*/
}
.banner_bottom p:first-child{
    font-size: 34px;
    margin-bottom: 16px;
    /*font-family: PingFang SC-Medium;*/

}
.number_bottom{
    display: flex;
}
.company_number{
    /*margin-top: 32px;*/
}
.number_box{
    font-size: 32px;
    font-weight: 600;
    /*font-family: PingFang SC-Semibold;*/
    color: #FFFFFF;
}
.number_box span{
    position: absolute;
    font-size: 12px;
    color: #FFFFFF;
}
.line{
    width: 0;
    height: 109px;
    border: 1px solid #FFFFFF;
    margin-top: 32px;
    opacity: 0.9;
}
.banner_bottom_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.number_bottom{
    font-size: 13px;
    color: #FFFFFF;
}
.number_bottom a{
    margin-left: 10px;
    color: #FFFFFF;
}
.number_bottom a img{
    width: 8px;
}
.sever{
    background: rgba(196, 228, 255, 0.24);
}
.sever_box{
    /*width: 48%;*/
    height: 355px;
    padding-top: 10px;
    background: #FFFFFF;
    box-shadow: 2px 8px 10px #E2F2FF;
    position: relative;
}
.sever_top{
    width: 25px;
    margin: 0 auto 15px;
}
.sever_top img{
    width: 100%;
}
.sever_bottom{
    position: absolute;
    left: 14%;
    right: 13%;
    top: 195px;
    width: 70%;
}
.sever_bottom img{
    width: 100%;
}
.border{
    width: 32px;
    height: 2px;
    background: #D9D9D9;
    margin: 0 auto;
}
.sever_tit{
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 15px;
}
.sever_text{
    width: 90%;
    margin: 0 auto;
    color: #666666;
    text-align: center;
    font-size: 12px;
}
.sever_button{
    width: 59%;
    height: 36px;
    line-height: 36px;
    color: #0053B8;
    background: #EAF6FF;
    border: 1px solid #0053B8;
    border-radius: 42px;
    text-align: center;
    position: absolute;
    left: 19%;
    top: 295px;
    right: 20%;
    font-size: 14px;
}

/*.sever .content .active{*/
/*    border-top: 4px solid #0053B8;*/
/*    box-shadow: 2px 8px 20px #C1E3FF;*/
/*    height: 496px;*/
/*}*/
/*.sever .content .active .sever_button{*/
/*    color: #FFFFFF;*/
/*    background: #0053B8;*/
/*}*/
.product{
    background: #F8FCFF;
}
.content_t{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.product_box{
    width: 23%;
    height: 85px;
    /* line-height: 94px; */
    margin-bottom: 15px;
    margin-right: 2%;
    font-weight: bold;
    color: #333333;
}
.product_box:nth-child(4n){
    margin-right: 0;
}
.product_box p{
    font-size: 12px;
    text-align: center;
    margin-top: -20px;
}
.product_img{
    width: 100%;
    height: 85px;
    /*box-shadow: 0 3px 6px rgb(0 0 0 / 16%);*/
    border-radius: 9px;
    background: #F8FCFF;
}
.product_img img{
    width: 100%;
}
.app{
    background-size: 100%;
    background: #F8FCFF url("../images/background_m.png") no-repeat;
}
.app .tit{
    color: #FFFFFF;
}
.app .sub_tit{
    color: #FFFFFF;
}
.app_box{
    width: 49%;
    /*height: 364px;*/
    background: #FFFFFF;
    box-shadow: 0 3px 10px rgba(124, 124, 124, 0.06);
    margin-top: 16px;
    padding-bottom: 20px;
}
.app_img{
    width: 75px;
    margin: 24px auto;
}
.app_img img{
    width: 100%;
}
.app_box .app_tit{
    font-weight: bold;
    color: #333333;
    font-size: 16px;
    line-height: 0;
    margin-bottom: 25px;
}
.app_box p{
    text-align: center;
    color: #666666;
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
    line-height: 2;
}
.case{
    background: url("../images/case_bg.png") no-repeat;
    background-size: 100% 100%;
}
.case_box{
    width: 49%;
    margin-top: 24px;
}
.case .tit{
    color: #FFFFFF;
}
.case .sub_tit{
    color: #FFFFFF;
}
.case_img{
    width: 100%;
}
.case_img img{
    width: 100%;
}
.case_bottom{
    width: 100%;
    /*height: 100px;*/
    background-color: rgba(255,255,255,0.7);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #FFFFFF;
    padding-bottom: 10px;
}
.case_left{
    width: 57%;
    /*margin-left: 10px;*/
}
.case_left div a{
    color: #FFFFFF;
}
.case_left img{
    margin-top: 6px;
    margin-left: 10px;
    width: 10px;
}
.case_text{
    display: flex;
    font-size: 12px;
    margin: 10px 0 10px 0;
    font-weight: bold;
}
.case_left div{
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case_right{
    width: 30px;
    margin-top: 28px;
    margin-right: 10px;
}
.case_right img{
    width: 100%;
}
.case_content{
    display: none;
    position: relative;
    width: 100%;
    height: 183px;
    padding: 40px 0;
    background-color: rgba(17, 113, 199, 0.7);
    color: #FFFFFF;
}
.case_content p{
    width: 251px;
    font-size: 14px;
    margin: 0 auto;
}
.case_content p:first-child{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.case_button{
    position: absolute;
    bottom: 30px;
    left: 45px;
    display: block;
    width: 200px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    border-radius: 19px;
    text-align: center;
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.5);
}
.case .content .active .case_img{
    display: none;
}
.case .content .active .case_bottom{
    display: none;
}
.case .content .active .case_content{
    display: block;
}
.global{
    height: 340px;
    background: url("../images/map_m.png") no-repeat;
    background-size: 100% 100%;
}
.global p{
    color: #FFFFFF;
}
.news_img{
    width: 100%;
}
.news_img img{
    width: 100%;
}
.news_box{
    width: 100%;
}
.news_test{
    /*width: 100%;*/
    margin-top: 20px;
}
.news_test p:first-child{
    color: #333333;
    font-size: 12px;
    /*width: 250px;*/
}
.news_test p{
    /*width: 90px;*/
    font-size: 12px;
    color: #666666;
    white-space:nowrap;
    overflow:hidden;
}
.banner img{
    width: 100%;
}
.company{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, #FAFAFA 100%);
    /*background-color: #191919;*/
    position: relative;
}
.mb{
    position: absolute;
    width: 50px;
    height: 320px;
    top: 100px;
    left: 0;
    z-index: 50;
}
.mb img{
    width: 100%;
    height: 100%;
}
.mb2{
    position: absolute;
    width: 50px;
    height: 320px;
    top: 100px;
    right: 0;
    z-index: 50;
    -webkit-transform: rotate(
            180deg
    );
    -ms-transform: rotate(180deg);
    transform: rotate(
            180deg
    );
}
.mb2 img{
    width: 100%;
    height: 100%;
}
.company_content{
    /*max-width: 1430px;*/
    height: 65px;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
}
.company_box {
    width: 180px;
    height: 65px;
    position: absolute;
}
.company_box img{
    width: 100%;
}
.company_boxes {
    position: relative;
    left: -143px;
}
.c2{
    /*width: 1716px;*/
}
.evaluate_box{
    width: 100%;
    margin-bottom: 30px;
}
.evaluate_img{
    width: 80px;
    margin-bottom: -50px;
    margin-left: 20px;
}
.evaluate_img img{
    width: 100%;
}
.evaluate_text{
    padding: 16px 10px 20px 10px;
    background: #F0F7FF;
    box-shadow: 0 3px 10px rgba(201, 201, 201, 0.16);
}
.evaluate_tit{
    font-weight: bold;
    color: #333333;
    margin-left: 130px;
}
.evaluate_text p{
    color: #666666;
    font-size: 12px;
    margin-top: 20px;
}
.swiper-container{
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;/* 两种都可以 */
}
.swiper-slide-active .sever_box{
    border-top: 4px solid #0053B8;
    box-shadow: 2px 8px 20px #C1E3FF;
}
