 
.anliquanping{
	width: 95%;
	overflow: hidden;
	text-align:left;
	margin:0 auto;
	
}
.anliquanping li img{
	width: 100%;
	height:100%;
	float:left;
}
.anliquanping li{
	width: 24.5%;
	height: 100%;
	overflow: hidden;
	float: left;
	position: relative;
	margin-top:0.5%;
	margin-right:0.5%;
 
}
.zhe{
	position: absolute;
	background: rgba(0,0,0,0.7);
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	transform: scale(0);
	transition:all 0.5s;
}
.anliquanping li:hover .zhe{
    transform: scale(1);
}
.anliquanping li:hover .xwb{
    opacity: 0;
}
.zhe h3{
	font-weight: normal;
	font-size: 28px;
	margin-top: 20%;
}
.zhe p{
	line-height: 30px;
	font-size:16px;
}
.xwb{
	position: absolute;
	bottom: 10%;
	left: 6%;
	color: #fff;
	opacity: 1;
	transition: 0.5s;
}
.xwb h4{
	line-height: 0px;
	font-size: 24px;
	margin-bottom:24px;
	font-weight: normal;
}
.xwb p{
	font-size: 14px;
}

 