/* css 重置 */*{margin:0; padding:0; list-style:none; }body{ background:#fff; font:normal 12px/22px 宋体; }img{ border:0; }a{ text-decoration:none; color:#333; }a:hover{ color:#1974A1; }
/*代码整理：www.juheweb.com */
.scrollBox{ width:100%; position:relative; }
.scrollBox .piclist{ overflow:hidden; zoom:1;}
.scrollBox .ohbox{overflow:hidden; position:relative;width:100%;}
.scrollBox {position:relative;overflow:hidden;zoom:1;}
.scrollBox .piclist li img{
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
height: 80px;
text-align:center;
padding: 10px 3% 10px 3%;}
.scrollBox .piclist li{float:left; display:inline; width:165px;margin-right:10px;cursor: pointer;}
.scrollBox .piclist li span{height:35px;line-height:14px;display:block;text-align:center;font-size: 14px; }
.scrollBox .piclist li a span {  color: #333333;}
.scrollBox .pageBtn span{ background:url(../images/bntBg.png) no-repeat; display:block;width:25px;height:53px;position:absolute;top:72px;cursor:pointer;text-indent:-999em;overflow:hidden; }
.scrollBox .pageBtn .prev{left:10px;background-position:-18px -84px ;}
.scrollBox .pageBtn .next{right:10px;background-position:-57px -84px ;}
.scrollBox .pageBtn .list{overflow:hidden;zoom:1;margin:0 0 0 413px; }
.scrollBox .pageBtn .list li{  float:left; display:inline; width:15px;height:15px;cursor:pointer;margin-left:10px;line-height:10000px;overflow:hidden; }
.scrollBox .pageBtn .list li.on{;color: #ffffff; }
.scrollBox .piclist li.pro_curr img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;}