.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #e9e9e9;

}
.about .about_z{
	width: 25%;
	height:auto;	
	float: left;
	background: #e9e9e9;
	overflow: hidden;
	padding: 3em 0;
}
.about .about_z ul{
	width: 140px;
	height: auto;
	float: right;
	padding-right: 1em;
}
.about .about_z ul li{
	line-height: 46px;
	padding: 0 1em;
	font-size: 16px;
}
.about .about_z ul li:active{
	background: #fff;
}
.about .about_z ul .l1{
	border-bottom: 1px solid #000;
}
.about .about_z ul .l2{
	border-bottom: 1px solid #999;
}
.about .about_z ul .l3{
	background: #fff;
	color: #f90;
}
.about .about_y{
	width: 75%;
	float: left;
	height: auto;
	background: #fff;
	padding-bottom: 300px;
}
.about .about_y .about_xq{
	width: 1000px;
	height: auto;
	float: left;
	overflow: hidden;
}
.about .about_y .about_xq h3{
	padding: 2em 1.3em 1em 1.3em;
	font-size: 24px;
	color: #003e73;
}
.xiaoyuan ul{
	padding-left: 2.5em;
}
.xiaoyuan ul li{
	width: 280px;
	height: auto;
	float: left;
	overflow: hidden;
	margin: 6em 1.6em 1em 0;
	transition: all 1s;
}
.xiaoyuan ul li:hover{
	-webkit-transform:translateY(-20px);-moz-transform:translateY(-20px);-ms-transform:translateY(-20px); 
}
.xiaoyuan ul li:nth-child(3n){
	margin-right: 0px;
}
.xiaoyuan ul li .pycg_img{
	width: 100%;
	height: 190px;
	overflow: hidden;
}
.xiaoyuan ul li .pycg_img img{
	width: 100%;
	height: 190px;
	transition: all 0.7s;
    cursor: pointer;
    overflow: hidden;

}
.xiaoyuan ul li .pycg_img img:hover{
	transform: scale(1.18);
}
.xiaoyuan a{
	color: #fff;
}
.xiaoyuan a:hover{
	color: #f40;
}
.xiaoyuan ul li p{
	position: relative;
	bottom: 47px;
	opacity: 0.8;
	text-align: center;
	display: block;
	max-width: 100%;
	height: 40px;
	background: #333;
	padding-top: 8px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 5px;
}
