/*.swiper*/
.swiper_wrap ,.swiper-container{
    width: 100%;
    height:500px;
}
.swiper_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*搜索*/ 
.search_wrap{
    width: 100%;
    height: 76px;
    background: #F9F9F9;
}
.search{
    width: 1200px;
    line-height: 76px;
}
.search_l span{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.search_l li{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ACACAC;
    margin-right: 30px;
    cursor: pointer;
}
.search_r{

}
.search_r_box{
    overflow: hidden;
    width: 356px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #ACACAC;
    border-radius: 18px;
    box-sizing: border-box;
    margin-top: 21px;
    padding-left: 10px;
    box-sizing: border-box;
}
.search_r_box input:focus{
    outline: none;
}
.search_r_box input{
    background: #F9F9F9;
}
.search_btn{
    cursor: pointer;
    width: 67px;
    height: 35px;
    background: #089AE1;
    border-radius: 18px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
}
/*关于*/
.about_wrap{
    width: 100%;
    height: 690px;
    background: #EAF6FC;
}
.about{
    width: 1200px;
}
.about_title{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363636;
    padding-top: 100px;
    text-align: center;
}
.about_con{
    box-sizing: border-box;
    padding-top: 67px;
    margin-top: 38px;
    height: 458px;
    background: url("/static/img/index/12312313123.png") no-repeat;
    background-size: 100% 100%;
}
.about_con video{
    display: block;
    width: 533px;
    height: 350px;
    margin: 0 auto 0;
    padding-left: 20px;
}
/* 服务商 */
.facilitator_wrap{
    width: 100%;
}
.facilitator{
    width: 1200px;
}
.facilitator_title{
    text-align: center;
    padding-top: 107px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363636;
}
.facilitator_list{
    margin-top: 82px;
}
.facilitator_item{
    margin-bottom: 61px;
    width: 1198px;
    height: 145px;
}
.facilitator_item_l{
   width: 150px;
   height: 90px;
    border-radius: 10px;
    overflow: hidden;
}
.facilitator_item_l img{
   width: 70%;
   height: 70%;
   padding: 20px;
}
.facilitator_item_r{
    margin-left: 28px;
    width: 988px;
}
.facilitator_item_r h2{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #242222;
}
.facilitator_item_r p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #757474;
    line-height: 32px;
    margin-top: 20px;
}
.facilitator_more{
    width: 111px;
    height: 35px;
    background: #B2E1FC;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1086CB;
    line-height: 48px;
    line-height: 35px;
    margin-top: 10px;
}
/* * 案例 */ 
.case_wrap{
    width: 100%;
}
.case{
    width: 1200px;
}
.case_title{
    text-align: center;
    padding-top: 80px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363636;
    line-height: 24px;
}
.case_list{
    padding-bottom: 40px;
    margin-top: 58px;
}
.case_item{
    width: 200px;
    margin-right: 28px;
    margin-bottom: 48px;
}
.case_item:nth-child(5n){
    margin-right: 0;
}
.case_logo{
    margin: 0 auto;
    width: 160px;
    height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 104, 183, 0.15);
    border-radius: 50%;
    text-align: center;
    line-height: 160px;
}
.case_logo img{
    width: 100px;
    height: 40px;
}
.case_item p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #757474;
    margin-top: 20px;
    text-align: center;
}
.case_btn{
    width: 115px;
    text-align: center;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0068B7;
}