.tit_zzrz{
	width: 1200px;
	margin: 0 auto;
	/*margin-top: -135px;*/
}
.tit_zzrz li{
	float: left;
	width: calc( ( 100% - 38px * 3 ) / 4 );
	height: 135px;
	overflow:hidden;
/*	margin-top: -135px;*/
	
}
.zzrz_waic{
	height: 100%;
	width: 100%;
	margin-top:-135px;
}
.tit_zzrz li+li{
	margin: 0 0 0 38px;
}
.tit_zzrz p{
	width: 145px;
	line-height: 25px;
	margin: 40px 20px 0 95px;
	font-size: 16px;
	cursor: pointer;
	float: left;
}
.tit_zzrz li:hover{
	padding-top: 135px;
}
.tit_zzrz li{

-webkit-transition:padding .5s ease-in-out;
-moz-transition:padding .5s ease-in-out;
-ms-transition:padding .5s ease-in-out;
-o-transition:padding .5s ease-in-out;
transition:padding .5s ease-in-out;
}
.zzrz_up{
	height: 135px;
	color: #333;
	background: url(../img/zzrz_bai.png);
}
.zzrz_down{
	height: 135px;
	color: #fff;
	background: url(../img/zzrz_hong.png);
}

.zzrz_name{
	width: 100%;
	margin: 0 auto;
	height: 50px;
	color: #bf0c0d;
	line-height: 50px;
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: bold;
}
.jj_img{
	margin: 30px auto 70px;
	width: 100%;
	box-shadow: 0 0 5px #f3f3f3;
	border:1.5px solid #f3f3f3;
	border-radius:5px;
	/*margin-top:30px ;*/
	text-align: center;
}
.jj_img img{
	max-width: 56%;
	/*height: auto;*/
	
}