@charset "utf-8";
/* 动画CSS样式 */

img {
	border: 0;
	font-size: 0px;
}
.rollBox{width:660px; overflow:hidden;padding:0; position: relative; background: #fff; padding-top: 20px; padding-bottom: 20px;} 
.rollBox .LeftBotton{ position:absolute; top: 60px; left: 9px; height:62px;width:32px;background:url(../pic/leftbtn.jpg) no-repeat;overflow:hidden;float:left;display:inline;;cursor:pointer;} 
.rollBox .RightBotton{ position:absolute; top: 60px; right: 5px; height:62px;width:32px;background:url(../pic/rightbtn.jpg) no-repeat;overflow:hidden;float:left;display:inline;cursor:pointer;} 
.rollBox .Cont{width:580px; overflow:hidden;float:left;  margin-left: 40px; display: inline;} 
.rollBox .ScrCont{width:10000000px;} 
.rollBox .Cont .pic{width:100px;float:left;text-align:center; margin: 0 8px ; display: inline;} 
.rollBox .Cont .pic img{padding:0;background:#fff;display:block;margin:0 auto; border: 1px solid #fff;} 
.rollBox .Cont .pic img:hover{ border: 1px solid #D3DDFE;}

.rollBox #List1,.rollBox #List2{float:left; width: auto;} 
.pro_name a{ display:block; padding-top: 9px; color: #999; font-size: 12px; text-decoration: none; text-align:center;}
.pro_name a:hover{ text-decoration: underline; color: red;}