@charset "utf-8";

 body,ul,li { padding:0; margin:0}
 ul,li { list-style:none}
 .img-scroll {
	position:relative;
	width:867px;
	margin-right: auto;
	margin-left: auto;
	height: 522px;
	padding-left: 0px;
}
 .img-scroll .prev,.img-scroll .next {
	position:absolute;
	display:block;
	width:27px;
	height:419px;
	color:#FFF;
	text-align:center;
	line-height:100px
}
 .img-scroll .prev {
	height: 27px;
	width: 27px;
	right: 60px;
	top: -75px;
}
 .img-scroll .next {
	right:28px;
	height: 27px;
	float: left;
	width: 27px;
	top: -75px;
}
 .img-list {
	position:relative;
	width:867px;
	height:419px;
	overflow:hidden;
	margin-left: 0px;
}
 .img-list ul {
	width:9999px;
}
 .img-list li {
	float:left;
	height:368px;
	font-size: 12px;
	width: 265px;
	background-image: url(../images/hz_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	margin-right: 20px;
	text-align: center;
	line-height: 20px;
	color: #333;
	border: 5px solid #E2E2E2;
}
.img-list ul li:hover {
	border: 5px solid #1680B4;
}

.img-list ul li span {
	display: block;
	line-height: 25px;
	background-image: url(../images/sjs_bg.png);
	font-size: 16px;
	color: #333;
	margin-top: 15px;
}
#more01 {
	margin-top: 30px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	line-height: 35px;
	color: #FFF;
	background-color: #FEBA01;
	text-align: center;
}
#more01 a {
	color: #FFF;
}


.img-list img {
	height: 190px;
	width: 265px;
	margin-bottom: 15px;
}
