.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	font-size: 16px;

}
.about .about_y{
	width: 90%;
	float: left;
	height: auto;
}
.about .about_y .about_xq{
	width: 100%;
	height: auto;
	float: left;
}
.about .about_y .about_xq h3{
	padding: 2em 1.3em 1em 0em;
	font-size: 24px;
	color: #22395b;
}

.about .about_y .about_xq h3 span{
	width: 8px;
	height: 30px;
	background: #22395b;
	display: block;
	float: left;
	margin-right: 10px;
}

.about .about_y .about_xq p{
}
.about .about_y .js_img{
	width: 90%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}
.about .about_y .js_img ul li{
	width: 45%;
	height: auto;
	float: left;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 1.2em;
}
.about .about_y .js_img ul li img{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	margin: 0px auto;
	padding: 5px;
	transition: all 0.5s;
}
.about .about_y .js_img ul li img:hover {
    box-shadow: 0 0 5px 5px #ccc;
	transform: scale(0.9);
	opacity: 0.7;
}
.about .about_y .jxgt_img{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 4px;
	margin:0px auto;
}
.about .about_y .jxgt_img img{
	width: 60%;
	height: auto;
	display: block;
	overflow: hidden;
	margin: 0px auto;
	padding: 5px;
	transition: all 0.5s;
}
.about .about_y .jxgt_img img:hover {
    box-shadow: 0 0 5px 5px #ccc;
	transform: scale(0.9);
	opacity: 0.7;
}
.about .about_y .jxgt_img .li{
	width: 32%;
	height: auto;
	float: left;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 0.5em;
}
.about .about_y .jxgt_img .li:nth-child(3){
	margin-right: 0px;
}
.about .about_y .jxgt_img .li img{
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	margin: 0px auto;
	padding: 5px;
	transition: all 0.5s;
}