﻿
/*首页滚动产品*/
.img-scroll {position:relative; margin:0px auto;width:1200px;}

.img-scroll .prev {	background: url(../images/roll8.png) no-repeat 0px 0px;
	left:1px;
	float:left;
	width:45px;
	cursor: pointer;
	position: relative;
	height:45px;
	top:100px;}
.img-scroll .next {	background: url(../images/roll8.png) no-repeat -45px 0px;
	right:1px;
	float:right;
	width:45px;
	cursor: pointer;
	position: relative;
	height:45px;
	top:100px;}


.img-scroll .prev { left:0}
.img-scroll .next { right:0}
.img-scroll .img-list { width:1100px; height:290px;overflow:hidden}
.img-scroll .img-list ul { width:9999px;padding:0; margin:0;list-style:none}
.img-scroll .img-list li { float:left; display:inline; width:230px; margin:9px; height:250px; text-align:center; line-height:20px;}
.img-scroll .img-list li img {width:220px;max-height:230px;border:1px #D6D6D6 solid;border-bottom:0px;padding:5px;background:#fff;}
.img-scroll .img-list li span {	text-align:center;
	line-height:34px;
	font-size:14px;
	width:230px;
	
	height:34px;
	border:1px #D6D6D6 solid;
	border-top:0px;
	font-family:"微软雅黑";
	clear:both;
	display:block;}

.img-list span a{font-size:14px;display:block;width:230px;height:34px;}
.img-list span a:hover{color:#6F6F6F;}