@charset "utf-8";
/* CSS Document */

/* 单个图片幻灯片盒子 - 公用类 */
.slideBox{ width:100%; height:311px; overflow:hidden; position:relative; margin:0px auto; margin-bottom:10px; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; bottom:20px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-left:5px;  width:15px; height:15px; line-height:15px;cursor:pointer; background:url("of.png")/*tpa=http://www.mei-neng.cn/templets/default/gb2312/images/of.png*/ no-repeat left center;}
.slideBox .hd ul li.on{  background:url("on.png")/*tpa=http://www.mei-neng.cn/templets/default/gb2312/images/on.png*/ no-repeat left center;width:15px; height:15px;}
.slideBox .bd{ position:relative; height:100%; z-index:0;  }
.slideBox .bd img{ width:960px; height:311px;}


