.wrap{
	background: #F2F3F5 !important;
}
.banner{
	position: relative;
	width: 100%;
}
.banner img{
	display: block;
	width: 100%;
}
.about_content{
	margin: 0.5rem auto 0;
	padding: 2.25rem 0.5rem 1.5rem;
	width: 95%;
	background: #FFFFFF;
}
.about_content h2{
	margin: 0 auto 2rem;
	font-size: 0.9rem;
	color: #17529C;
	text-align: center;
	width: 11.9rem;
	height: 0.55rem;
	line-height: 0.55rem;
	background: url(../images/about_title_back.png) no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
	font-weight: 400;
}

.about_content>p{
	text-indent: 1.4rem;
	font-size: 0.65rem;
	color: #444444;
	text-align: justify;
}
.about_content p span{
	font-weight: bold;
}
.about_content_line h2.title_line{
	width: 15.95rem;
	background: url(../images/about_title_back2.png) no-repeat;
	background-size: 100% 100%;
}
.about_content_line ul li{
	margin:0 0.9rem;
	padding-left: 1.1rem;
	padding-bottom: 1.875rem;
	position: relative;
	border-left: 0.1rem solid #1D579F;
}
.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.about_content_line ul li .about_icon{
	position: absolute;
	top: -0.2rem;
	left: -0.7rem;
	font-size: 1.4rem;
	color: #17529C;
	font-weight: bold;
	z-index: 9;
}
.about_content_line ul li h3{
	padding-bottom: 1rem;
	font-size: 0.85rem;
	color: #17529C;
	
}
.about_content_line ul li p{
	font-size: 0.65rem;
	color: #444444;
	text-indent: 0;
}
.about_content_line ul li:last-child{
	border-left: 0;
}
.about_list_ul{
	/*padding:0 1.1rem;*/
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.about_list_ul li{
	margin-bottom: 1.5rem;
	width: 48%;
	height: 9.25rem;
	border-radius: 0.2rem;
	border: 0.1rem solid #6CC9F3;
}
.about_list_ul li:nth-child(3),.about_list_ul li:nth-child(4){
	height: 11.25rem;
}
.about_list_li{
	width: 100%;
	padding: 0.3rem 0;
	background: #6CC9F3;
	text-align: center;
}
.about_list_li span{
	display: inline-block;
	margin: 0 auto;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	background: #FFFFFF;
	border-radius: 50%;
	
}
.about_list_li span i{
	font-size: 1.6rem;
	color: #6CC9F3;
}
.about_list_ul li h5{
	padding: 1rem 0;
	font-size: 0.6rem;
	color: #444444;
	text-align: center;
}
.about_list_ul li p{
	margin: 0 auto;
	padding: 0 0.5rem;
	font-size: 0.5rem;
	color: #444444;
	line-height: 0.85rem;
	text-align: center;
}
.about_list_ul li:nth-child(2){
	border: 0.1rem solid #6AD681;
}
.about_list_ul li:nth-child(2) .about_list_li{
	background: #6AD681;
}
.about_list_ul li:nth-child(2) .about_list_li span i{
	color: #6AD681;
}
.about_list_ul li:nth-child(3){
	border: 0.1rem solid #FDD66F;
}
.about_list_ul li:nth-child(3) .about_list_li{
	background: #FDD66F;
}
.about_list_ul li:nth-child(3) .about_list_li span i{
	color: #FDD66F1;
}
.about_list_ul li:nth-child(3) p{
	text-align: left;
	padding-left: 0.8rem;
}
.about_list_ul li:nth-child(3) h5{
	padding: 1rem 0 0.5rem;
}
.about_list_ul li:nth-child(4){
	border: 0.1rem solid #FE9B95;
}
.about_list_ul li:nth-child(4) .about_list_li{
	background: #FE9B95;
}
.about_list_ul li:nth-child(4) .about_list_li span i{
	color: #FE9B95;
}
.about_list_ul li:nth-child(4) p{
	text-align: left;
	padding-left: 1.2rem;
}
.about_list_ul li:nth-child(4) h5{
	padding: 1rem 0 0.5rem;
}
.about_center_box h2{
	width: 13.9rem;
	background: url(../images/about_title_back3.png) no-repeat;
	background-size: 100% 100%;
}
.about_center_box ul li{
	width: 32%;
	display: inline-block;
	text-align: center;
	margin-top: 1rem;
}
.about_center_box ul li img{
	width: 2.775rem;
	height: 2.75rem;
}
.about_center_box ul li p{
	font-size:0.55rem;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:0.8rem;
}
.about_center_box h3{
	font-size:0.8rem;
	font-weight:400;
	color:rgba(34,34,34,1);
	line-height:1.05rem;
	text-align: center;
	margin-top: 2.2rem;
	margin-bottom: 1.575rem;
}