
/*zx_zx*/
.zx_zx {
	overflow: hidden;
	margin: 0 0 50px 0;
}
.zx_zx .zz_l {
	float: left;
	width: 420px;
	height: 270px;
}
.zx_zx .zz_l a {
	display: block;
	width: 420px;
	height: 270px;
	position: relative;
	overflow: hidden;
}
.zx_zx .zz_l a img {
	display: block;
	width: 420px;
	height: 270px;
	transition: all 0.5s ease 0s;
}
.zx_zx .zz_l a p {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	line-height: 50px;
	height: 50px;
	width: 400px;
	padding: 0 10px;
	margin-bottom:-5px;
	background: url(../image/p_bg.png) repeat left top;
	color: #fff;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
}
.zx_zx .zz_l a:hover img {
	transform: scale(1.1, 1.1);
	opacity: 0.8;
}



