@charset "utf-8";
/* banner 通用 */
.flashbox .bd li{ zoom:1; vertical-align:middle; }
.flashbox .hd{ height:15px; overflow:hidden; position:absolute; left:45%; bottom:30px; z-index:1; }
.flashbox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.flashbox .hd ul li{ float:left; margin-right:10px; width:30px; height:10px; background:#1e1e1e; cursor:pointer;}
.flashbox .hd ul li.on{ background:#d5001e;}
/* 下面是前/后按钮代码 */
.flashbox .prev,.flashbox .next{ position:absolute; left:-20%; top:50%; margin-top:-25px; display:block; width:60px; height:60px; opacity: 0.3; transition:0.3s all 0s linear; }
.flashbox .prev{ background:  no-repeat;}
.flashbox .next{ left:auto; right:-20%; background:  no-repeat; }
.flashbox:hover .prev,
.flashbox:hover .next{ filter:alpha(opacity=100);opacity:1;  }
.flashbox .prevstop{ display:none;}
.flashbox .nextstop{ display:none;}		

