/*弹性布局*/
.disFlex{
	display:flex;
	display:-ms-flexbox;
	display: -webkit-flex;
}

.topBanner{
	width:100%;
	height:506px;
	padding-top:56px;
	box-sizing:border-box;
	background:#036fe2;
}
.banner_middle{
	height:100%;
	width:1180px;
	padding:0 10px;
	margin:0 auto;
	justify-content:space-between;
	align-items:center;
}
.banner_middle .banner_theme{
	font-size:48px;
	color:#fff;
	padding-bottom:30px;
}
.banner_middle .banner_description{
	font-size:16px;
	color:#fff;
	text-align:left;
	line-height:30px;
}
.banner_middle .right_banner{
	height:450px;
	width:450px;
}
.banner_middle img{
	height:100%;
	width:100%;
}
.second_summarize{
	height:385px;
	width:100%;
	background:rgb(250,250,250);
}
.second_summarize .summarize_title{
	/*box-sizing:border-box;*/
	height:auto;
	width:100px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:20px;
	margin-bottom:50px;
	text-align:center;
	line-height:40px;
	border-bottom:4px solid #036FE2;
	font-size:30px;
}
.second_summarize .summarize_p{
	width:785px;
	height:auto;
	margin:0 auto;
	font-size:16px;
	line-height:30px;
	color:#686D81;
}
.third_systemTab{
	height:auto;
	width:100%;
	background:#fff;
	margin-bottom:30px;
}
.systemTab_title{
	/*box-sizing:border-box;*/
	height:auto;
	width:120px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:20px;
	margin-bottom:40px;
	text-align:center;
	line-height:40px;
	border-bottom:4px solid #036FE2;
	font-size:28px;
}
.tab_main{
	height:auto;
	width:1178px;
	margin:0 auto;
	padding-bottom:20px;
}
.tab_main .tab_top{
	height:90px;
	width:100%;
	border:1px solid rgb(220,222,232);
}
.tab_main .tab_top ul{
	height:100%;
	width:100%;
}
.tab_main .tab_top ul li{
	display:block;
	width:33.3%;
	line-height:90px;
	text-align:center;
	border-right:1px solid rgb(220,222,232);
}
.tab_main .tab_top ul li a{
	display:block;
	height:100%;
	width:100%;
	font-size:16px;
	color:#444;
}
.notice_content .module_left{
	height:auto;
	width:auto;
	padding:50px 65px 0 55px;
}
.notice_content .module_leftTitle{
	font-size:18px;
	line-height:28px;
}
.notice_content .module_content{
	font-size:16px;
	line-height:28px;
}
.notice_content .module_right img{
	margin-top:20px;
	margin-right:75px;
	height:535px;
	width:480px;
}
.notice_content .module_img{
	display:block;
	margin:0 auto;
	margin-top:20px;
	height:535px;
}
.notice_content .module_Text{
	padding-top:50px;
}
.active{
	background:#036FE2;
	color:#fff !important;
}
.forth_function{
	height:auto;
	width:100%;
	background:rgb(250,250,250);
}
.function_main{
	height:auto;
	width:1180px;
	margin:0 auto;
	padding:0 10px;
}
.function_main .forthP_title{
	padding:0 20px;
	font-size:16px;
	color:#686D81;
	line-height:28px;
	text-align:center;
	margin-bottom:35px;
}
.function_main .leftPart{
	height:auto;
	width:500px;
	margin-left:40px;
}
.function_main .leftPart_name{
	height:100px;
	width:100%;
	background:#036FE2;
	color:#fff;
	font-size:20px;
	text-align:center;
	line-height:100px;
	margin-bottom:65px;
}
.function_main hr{
	height:1px;
	width:290px;
	background-color:rgb(187,187,187);
	border:none;
}
.function_main .process_item{
	height:160px;
	width:auto;
}
.function_main .leftPart .process_item .item_number{
	height:80px;
	width:80px;
	border:1px solid rgb(187,187,187);
	border-radius:50%;
	text-align:center;
	line-height:80px;
	font-weight:500;
	font-size:28px;
	color:#444;
	margin-right:25px;
}
.function_main .process_item .item_title{
	font-size:20px;
	line-height:30px;
}
.function_main .process_item .item_content{
	font-size:15px;
	line-height:24px;
}
.function_main .leftPart .process_item li{
	margin-top:20px;
}
.function_main .rightPart{
	height:auto;
	width:500px;
	margin-right:40px;
}
.function_main .rightPart .process_item .item_number{
	height:65px;
	width:60px;
	margin-right:25px;
	display:block;
}
.function_main .rightPart .item_number img{
	height:100%;
	width:100%;
}
.forth_flow{
	height:350px;
	margin:0 auto;
	/*background:indianred;*/
	justify-content:space-between;
	align-items:center;
}
.forth_flow .flow_title{
	font-size:24px;
	color:#036FE2;
	padding:0px 0 30px 0;
}
.forth_flow .flow_detail{
	font-size:16px;
	line-height:28px;
	width:500px;
	color:#686d81;
}
.forth_flow .flow_another{
	height:260px;
	width:400px;
}
.fifth_strength{
	height:auto;
	width:100%;
	padding-bottom:60px;
}
.fifth_strength .strength_ul{
	width:1180px;
	padding:0 10px;
	margin:60px auto;
	height:auto;
	justify-content:space-between;
}
.fifth_strength .strength_ul li{
	width:230px;
	height:auto;
/*	background:indianred;*/
	text-align:center;
}
.fifth_strength .strength_ul img{
	height:90px;
	width:110px;
}
.fifth_strength .strength_liTitle{
	font-size:18px;
	padding-top:40px;
	color:#686D81;
}
.fifth_strength .strength_detail{
	padding-top:15px;
	font-size:14px;
	color:#686D81;
	line-height:20px;
	text-align:center;
}
.fifth_strength .ask_a{
	display:block;
	height:66px;
	width:200px;
	text-align:center;
	background:#036FE2;
	color:#fff;
	font-size:20px;
	line-height:66px;
	margin:0 auto;
/*	margin-bottom:70px;*/
}
.fifth_strength .ask_a:hover{
	background:#5260b0;
}












