.lists {
	width:100%;
	min-width: 1200px;
}
.lists ul{
	padding: 0.4% 0.2%;
	overflow: hidden;
    
}
.lists ul li{
	width:25%;
	height:280px;
	background:white;
	float:left;
	overflow: hidden;
	
}
.lists ul li .img:hover span{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.lists ul li .img{
	width:98%;
	height:210px;
	margin:0 auto;
	overflow: hidden;
}
.lists ul li .img span{
	width:100%;
	height:100%;
	display:inline-block;
	transition:all ease 0.4s;
    -webkit-transition:all ease 0.4s;
}

.lists ul li h1,.lists ul li h3{
	text-align:center;
}
.lists ul li h1{
	margin-top:10px;
	font-size:18px;
	color:#333;
}
.lists ul li h3{
	font-size:12px;
	color:#999;
}

.lists ul li .img-item2 span{
	background:url(../images/index/02.jpg) center center no-repeat;
	background-size:cover;
}
.lists ul li .img-item3 span{
	background:url(../images/index/03.jpg) center center no-repeat;
	background-size:cover;
}
.lists ul li .img-item4 span{
	background:url(../images/index/04.jpg) center center no-repeat;
	background-size:cover;
　      	
}