/*搜索*/ 
.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_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;
}
.affiche_wrap{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #EAF6FC;
}
.affiche{
    width: 1200px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #757474;
    line-height: 60px;
}
.affiche img{
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
    margin-right: 36px;
    margin-top: 20px;
}
.affiche > div{
    padding-right: 24px;
}
/*/服务*/
.serve_wrap{
    width: 100%;
}
.serve{
    width: 1200px;
}
.serve_title{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    padding: 60px 0 60px 0;
}
.serve_list{
    padding-bottom: 90px;
}
.serve_item{
    width: 233px;
    height: 281px;
    background: #FFFFFF;
    margin-right: 88px;
    text-align: center;
    padding: 27px 25px 0;
    box-sizing: border-box;
    transition: all .5s;
}
.serve_item img{
    width:113px;
    height: 113px;
}
.serve_item h2{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 33px;
}
.serve_item p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9F9FA0;
    line-height: 24px;
    margin-top: 16px;
}
.serve_item:nth-child(4){
    margin-right: 0;
}
.serve_item:hover{
    box-shadow: 4px 5px 26px 3px rgba(5, 5, 5, 0.08);
    border-radius: 5px;
}
/*/服务类型*/
.serve_type_wrap{
    width: 100%;
    height: 900px;
    background: #EAF6FC;
}
.serve_type{
    width: 1200px;
}
.serve_type_title{
    text-align: center;
    padding-top: 70px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #757474;
}
.serve_type_title h2{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 26px;
}
.serve_type_list{
    padding-top: 63px;
}
.serve_type_item{
    position: relative;
    width: 388px;
    height: 270px;
    border-radius: 5px;
    margin-right: 17px;
    margin-bottom: 54px;
    text-align: center;
    padding-top: 75px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    transition: all .5s;
}
.serve_type_item:nth-child(3n){
    margin-right: 0;
}
.serve_type_item:hover{
    transform:translateY(-20px);
}
.serve_type_item .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.serve_type_item .icon{
    width: 135px;
    height: 135px;
    margin-bottom: 25px;
}
/*关于*/
.about_wrap{
    width: 100%;
    height: 493px;
}
.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: 35px;
    margin-top: 38px;
    height: 458px;
    background: url("/static/img/index/12312313123.png") no-repeat;
    background-size: 100% 100%;
}
.about_con video{
    display: block;
    width: 800px;
    height: auto;
    margin: 0 auto 0;
    padding-left: 20px;
    border-radius: 10px;
	box-shadow: 4px 5px 26px 3px rgba(5, 5, 5, 0.08);
}
/*合作伙伴*/
.partner_wrap{
    width: 100%;
    height: 850px;
    padding-top: 240px;
    background: #EAF6FC;
    box-sizing: border-box;
}
.partner{
    width: 1200px;
}
.partner_title{
    text-align: center;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.partner_list{
    margin-top: 59px;
}
.partner_item{
    width: 230px;
    height: 172px;
    background: #FDFBFB;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 42px;
}
.partner_item:nth-child(3n){
    margin-right: 0;
}
.partner_item .imgBox{
    width: 230px;
    height: 120px;
    overflow: hidden;
	text-align: center;
}
.partner_item .imgBox img{
    width: 50%;
    height: 50%;
	margin-top:25px;
    transition: all .5s;
    /* object-fit: cover; */
}
.partner_item_b{
    /* padding: 0 50px; */
    box-sizing: border-box;
	background-color: #97ECE5;
	border-radius: 0px 0px 10px 10px;
	height: 51px;
	line-height: 51px;
	text-align: center;
}
.partner_item_b h2{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    
}
.partner_item_b p{
    font-size: 14px !important;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #757474;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.partner_item:hover img{
    transform: scale(1.2);
}
.morepart{
	text-align: center;
	width: 111px;
	height: 35px;
	background: #B2E1FC;
	border-radius: 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	margin: 0 auto;
	line-height: 35px;
	margin-top: 10px;
}
.morepart a{
	color: #1086CB;
}
/*/流程*/
.flow_wrap{
    width: 100%;
}
.flow{
    width: 1200px;
    height: 740px;
}
.flow_title{
    text-align: center;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #363636;
    padding-top: 60px;
}
.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 .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;
}
/*新闻*/
.news_wrap{
    width: 100%;
}
.news{
    width: 1200px;
}
.news_title{
    padding-top: 50px;
    text-align: center;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.news_con{
    margin-top: 84px;
}
.news_l{
    width: 564px;
}
.news_l_title{
    width: 564px;
    height: 89px;
    background: #F4F4F4;
    line-height: 89px;
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0068B7;
    padding: 0 32px;
    box-sizing: border-box;
}
.news_l_title img{
    width: 35px;
    height: 35px;
}
.news_img{
    width: 565px;
    height: 416px;
}
.news_img img{
    width: 565px;
    height: 416px;
}
.news_company{
    margin-top: 42px;
    border-bottom: 1px solid #E5E5E5;
}
.news_company_l{
    width: 80px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 25px;
    height: 105px;
    font-size: 33px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0068B7;
    text-align: center;
    border-right: 2px solid #0068B7;
}
.news_company_l h2{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #0068B7;
    margin-top: 10px;
}
.news_company_r{
    width: 434px;
    margin-left: 24px;
}
.news_company_r_one h2{
    width: 200px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
.news_more_com{
    width: 94px;
    height: 25px;
    text-align: center;
    border: 1px solid #0068B7;
    border-radius: 20px;
    line-height: 23px;
    box-sizing: border-box;
    font-size: 14px;
    color: #0068B7;
    transition: all .5s;
}
.news_more_com:hover{
    background: #0068B7;
    color: #FFFFFF;
}
.news_company_r_two{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ACACAC;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom:20px ;
}
.news_list{
    margin-top: 56px;
}
.new_item{
    margin-bottom: 55px;
    border-bottom: 1px solid #E5E5E5;
}
.new_item:nth-child(5){
    margin-bottom: 0;
}
.news_item_l{
    width: 30px;
    height: 30px;
    color: #FFFFFF;
    border-radius: 50%;
    background: #0068B7;
    text-align: center;
    line-height: 30px;
}
.news_item_r{
    width: 500px;
    margin-left: 20px;
}
.news_item_r_one h2{
    width: 200px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.news_item_r_two{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ACACAC;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
}
/*.简介{}*/
.abstract_wrap{
    padding-top: 199px;
    position: relative;
    width: 100%;
    /* height: 470px; */
    box-sizing: border-box;
}
.abstract_wrap .bg_abstract{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abstract{
    position: relative;
    width: 1200px;
    /* height: 272px; */
    padding-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.13);
}
.abstract_title{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0068B7;
    text-align: center;
    padding: 50px 0 35px 0;
}
.abstract_text{
    width: 1081px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin: 0 auto;
}
/*相册*/
.photo_wrap{
    width: 100%;
    padding-top: 80px;
}
.photo{
    width: 1200px;
}
.photo_tabs{
    width: 500px;
    margin: 0 auto;
}
.photo_tabs_item{
    margin-right: 100px;
    cursor: pointer;
}
.photo_tabs_item:nth-child(3){
    margin-right: 0;
}
.photo_tabs_item img{
    width: 34px;
    height: 34px;
}
.photo_tabs_item span{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #757474;
}
.tabs_active span{
    color: #0068B7 !important;
}
.tabs_active .tabs_img_show{
    display: inline-block;
}
.tabs_active .tabs_img_hide{
    display: none;
}
.tabs_img_show{
    display: none;
}
.photo_list{
    margin-top: 72px;
    padding-bottom: 80px;
}
.photo_item{
    width: 268px;
    height: 192px;
    margin-right: 40px;
    /* overflow: hidden; */
}
.photo_item:hover img{
    transform: scale(1.1);
}
.photo_item:nth-child(4){
    margin-right: 0;
}
.photo_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
/*.swiper*/
.swiper_wrap ,.swiper-container{
    width: 100%;
    height:500px;
}
.swiper_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-affiche {
    width: 100%;
    height:60px;
    overflow: hidden;
}

