/*.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;
}
/*/流程*/
.flow_wrap{
    width: 100%;
}
.flow{
    width: 1200px;
    height: 800px;
}
.flow_title{
    text-align: center;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363636;
    padding-top: 88px;
}
.flow_con{
    position: relative;
    width: 1180px;
    height: 281px;
    margin-top: 228px;
    box-sizing: border-box;
	background: url("/static/img/index/jxd11@2x.png") no-repeat;
    background-size: 100% 100%;
}
.flow_item{
    position: absolute;
    width: 122px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363636;
    transition: all .5s;
}
.flow_item p{
    width: 84px;
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto;
}
.flow_item .flow_img{
    position: relative;
    width: 122px;
    height: 122px;
}
.flow_img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 122px;
    height: 122px;
    transition: all .5s;
}
.flow_item:hover{
    color: #E8685F;
}
.flow_item:hover .flow_img_show{
    opacity: 1;
}
.flow_item:hover .flow_img_hide{
    opacity: 0;
}
.flow_one{
    top: -100px;
    left: 177px;
	color: #D96591;
}
.flow_two{
    top: -100px;
    left: 411px;
	color: #6147A0;
}
.flow_three{
    top: -100px;
    left: 646px;
	color: #41AC4B;
}
.flow_four{
    top: -100px;
    left: 881px;
	color: #37AEA2;
}
.flow_five{
    bottom: -100px;
    left: 177px;
	color: #D9021B;
}
.flow_six{
    bottom: -100px;
    left: 411px;
	color: #F5650E;
}
.flow_seven{
    bottom: -100px;
    left: 646px;
	color: #FF9C09;
}
.flow_eight{
    bottom: -100px;
    left: 881px;
	color: #B7B000;
}
/* 要求 */
.require_wrap{
    width: 100%;
    height: 550px;
    background: #EAF6FC;
}
.require{
    width: 1200px;
}
.require_title{
    padding-top: 106px;
    text-align: center;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363636;
    margin-bottom: 65px;
}
.require_title span{
    color: #E7283C;
    font-size: 24px;
}
.require_con_title{
    line-height: 28px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363636;
    margin-bottom: 20px;
}
.require_con_title .require_title_num{
    width: 28px;
    height: 28px;
    background: #0068B7;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    color: #FFFFFF;
    margin-right: 10px;
}
.require ul img{
    width: 26px;
    height: 26px;
}
.require ul{
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #757474;
    line-height: 48px;
}
.require ul span{
    color: #E7283C;
}
/* 入驻方式 */
.enter_wrap{
    width: 100%;
}
.enter{
    width: 1200px;
}
.enter_title{
    text-align: center;
    padding-top: 80px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363636;
}
.enter_list{
    padding-top: 125px;
}
.enter_item{
    transition: all .5s;
    position: relative;
    width: 216px;
    height: 237px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(14, 156, 224, 0.13);
    border-radius: 5px;
    margin-right: 30px;
    padding: 24px;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #686C6E;
}
.enter_item:nth-child(5){
    margin-right: 0;
}
.enter_item img{
    width: 51px;
    height: 51px;
}
.enter_item h2{
    margin: 30px 0 28px 0;
}
.enter_item p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #757474;
    line-height: 19px;
    transition: all .5s;
}
.enter_item:hover{
    transform: translateY(-20px);
    color: #FFFFFF;
    background: linear-gradient( #c3dbe7, #0ea6f1);
}
.enter_item:hover p{
    color: #FFFFFF;
}
.enter_item_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #C3DBE7, #3AAEE6);
    border-radius: 5px;
}
/* 案例 */
.case_wrap{
    width: 100%;
}
.case{
    width: 1200px;
}
.case_title{
    text-align: center;
    padding-top: 100px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363636;
    line-height: 24px;
}
.case_list{
    padding-bottom: 80px;
    margin-top: 38px;
}
.case_item{
    width: 217px;
    margin-right: 22px;
    margin-bottom: 40px;
}
.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;
}