@charset "utf-8";

 body,ul,li { padding:0; margin:0}
 ul,li { list-style:none}
 .img-scroll {
	position:relative;
	width:1200px;
	margin-right: auto;
	margin-left: auto;
	height: 196px;
	padding-left: 0px;
}
 .img-scroll .prev,.img-scroll .next {
	position:absolute;
	display:block;
	width:64px;
	height:196px;
	top:0;
	color:#FFF;
	text-align:center;
	line-height:100px
}
 .img-scroll .prev {
	left:0;
	height: 196px;
	width: 64px;
}
 .img-scroll .next {
	right:0;
	height: 196px;
	float: left;
	width: 72px;
}
 .img-list {
	position:relative;
	width:1065px;
	height:176px;
	overflow:hidden;
	margin-left: 64px;
}
 .img-list ul {
	width:9999px;
}
 .img-list li {
	float:left;
	height:133px;
	font-size: 12px;
	width: 153px;
	background-image: url(../images/hz_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	margin-right: 10px;
	text-align: center;
	line-height: 20px;
	margin-left: 10px;
	padding: 2px;
	margin-top: 12px;
	color: #333;
}
.img-list img {
	height: 120px;
	width: 149px;
	margin-bottom: 15px;
}
.img-list img:hover {
	height: 120px;
	width: 149px;
	margin-bottom: 15px;
	border: 1px solid #008649;
}
