@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: 500px;
	padding-left: 0px;
}
 .img-scroll .prev,.img-scroll .next {
	position:absolute;
	display:block;
	width:74px;
	height:446px;
	top:0;
	color:#FFF;
	text-align:center;
	line-height:100px;
	margin-left: -74px;
}
 .img-scroll .prev {
	height: 522px;
	width: 77px;
	margin-right: 20px;
	left: -40px;
}
 .img-scroll .next {
	right:0;
	height: 522px;
	float: left;
	width: 75px;
	margin-right: -114px;
}
#date {
	position: relative;
	top: -50px;
	height: 74px;
	width: 71px;
	left: 28px;
	line-height: 30px;
	color: #FFF;
	padding-top: 20px;
	background-color: #0056AD;
}
#anli_bt {
	float: right;
	width: 230px;
	height: 50px;
	overflow: hidden;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	top: -95px;
	right: 15px;
}
#case_text {
	clear: both;
	padding-top: 15px;
	width: 310px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	text-align: left;
	font-size: 14px;
	color: #9D9B9C;
	position: relative;
	top: -90px;
}
#case_more {
	width: 310px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: -100px;
}


 .img-list {
	position:relative;
	width:1200px;
	height:500px;
	overflow:hidden;
	margin-left: 0px;
	padding-top: 25px;
}
 .img-list ul {
	width:9999px;
}
 .img-list li {
	float:left;
	height:452px;
	font-size: 12px;
	width: 359px;
	display: block;
	margin-right: 58px;
	text-align: center;
	line-height: 20px;
	color: #333;
	padding-top: 2px;
	border: 1px solid #E0E0E0;
}
.img-list li:hover {
	color: #0056AD;
	border: 1px solid #0056AD;
}

.img-list img {
	height: 248px;
	width: 359px;
	margin-bottom: 15px;
}
