#wrap ul li{

list-style: none;
	
position: relative;
	
float: left;
	
overflow: hidden;
	
margin: 15px;
	
width: 30.8%;
line-height:1;
} 
#wrap ul li .a1 .divA{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 66px;
	padding: 10px 20px;
	background: #fafafa;
	overflow: hidden;
}
#wrap ul li .a1 .divA>.p1{
	height: 25px;
	font-size: 16px;
	line-height: 25px;
	color: #333;
	margin: 0 0 3px 0;
	overflow: hidden;
}
#wrap ul li .a1 .divA>.p2{
	height: 21px;
	font-size: 13px;
	color: #b4b4b4;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#wrap ul li .a1 .divA>.p3{
	position: absolute;
	right: 0;
	bottom: 12px;
	width: 108px;
	height: 28px;
	color: #f60;
}
#wrap ul li .a1 .divA>.p3>span{
	font-size: 24px;
	font-weight:800;
}
/*遮罩*/
#wrap ul li .a2{
	position: absolute;
	top: 0;
	left:-100%;
	width: 100%;
	height: 100%;
	text-align: center;
	color: white;
	background: rgba(0,0,0,0.5);
	transition: all 0.3s;  
} 
#wrap ul li .a2 .p4{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 34px;
	left: -100%;
	color: #FFFFFF;
	padding-bottom: 20px;
	background: url(../images/kk1.jpg) bottom no-repeat;
	font-size: 24px;
	font-weight: 400;
	transition: all 0.3s 0.2s ease-out ;
}
#wrap ul li .a2 .p5{
	width: 90%;
	text-align: center;
	line-height: 1.8;
	position: absolute;
	top: 65px;
	letter-spacing: 0.5px;
	margin: 30px  5% 10px 5%;
	font-size: 12px;
	height: 46px;
	overflow: hidden;
	color: white;
	transition: all 0.3s 0.2s ease-out ;
}
#wrap ul li .a2 .p6{
	position: absolute;
	top: 140px;
	left: 30%;
	transform: scale(1.4);
	transition: all 0.3s 0.2s ;
}
#wrap ul li .a2 .p6 span{
	font-family: Arial;
    font-size: 36px;
    font-weight: 700;
    color: white;
}
#wrap ul li .a2 .p7{
	position: absolute;
	bottom:-50px;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	font-size: 12px;
	height: 35px;
	line-height: 32px;
	border-radius: 0;
	border: 2px solid #fff;
	transition:0.3s ;
}

#wrap ul li .a2 .p7:hover{
	border: 2px solid #eb6123;
	background:#eb6123;
	color:#fff;
}
    

