
/*about*/
.body_about{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.about_toppic{
	width: 690px;
	height: 260px;
	margin-top: 20px;
	margin-bottom: 42px;
	border: 10px solid #E7E7E7 ;
}
.about_title{
	font-size: 48px;
	color: #E7E7E7;
	margin-left: 4px;
	/*margin-bottom: 32px;*/
	padding-bottom: 32px;
	margin: 0 auto;
}
.about_info_title{
	width: 765px;
	line-height: 58px;
	background-color: #427AB8;
	text-align: center;
	color: #E7E7E7;
	font-size: 30px;
	margin: 0 auto;
	
}
.about_info_content{
	color: #E7E7E7;
	font-size: 24px;
	line-height: 43px;
	/*margin-top: 34px;*/
	padding-top: 34px;
	/*margin-bottom: 40px;*/
	padding-bottom: 40px;
	width: 765px;
	text-align: left;
	margin: 0 auto;
}
.about_midpic{
	width: 384px;
	/*height: 290px;*/
	border-radius: 5px;
	/*margin-left: 185px;*/
	margin-top: 10px;
	margin-bottom: 10px;
	outline:none;
	border-color:rgba(231,231,231,.95);
    box-shadow:0 0 12px rgba(231,231,231,.95);
}
.about_info_title2{
	width: 765px;
	background-color: #427AB8;
	text-align: center;
	color: #E7E7E7;
	font-size: 30px;
	margin: 0 auto;
	padding-top: 48px;
	padding-bottom: 48px;
	margin-bottom: 58px;
}
