/* 首页内容去幻灯片css */
.picScroll{ overflow:hidden; position:relative;  }
.picScroll .hd{ overflow:hidden;  }
.picScroll .hd .prev,.picScroll .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
    cursor:pointer; background:url("../images/arrow.png") no-repeat;}
.picScroll .hd .next{ background-position:0 -50px;  }
.picScroll .hd .prevStop{ background-position:-60px 0; }
.picScroll .hd .nextStop{ background-position:-60px -50px; }
.picScroll .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
.picScroll .hd ul li.on{ background-position:0 0; }
.picScroll .bd{ padding:10px 0;   }
.picScroll .bd ul{ overflow:hidden; zoom:1; }
.picScroll .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll .bd ul li .pic{ text-align:center; }
.picScroll .bd ul li .pic img{ width:345px; height:250px; display:block;  padding:2px; }
.picScroll .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll .bd ul li .title{ line-height:24px;   }