/* slider */
.sliderban{width:100%;min-width:1200px;height:335px;position:relative;overflow:hidden;background:#fff;text-align:center;}
.sliderban .bd{width:1200px;position:absolute;left:50%;margin-left:-600px;}
.sliderban .bd li{width:1200px;overflow:hidden;}
.sliderban .bd li img{display:block;width:1200px;height:335px;}
.sliderban .tempWrap{overflow:visible !important;}
.sliderban .tempWrap ul{margin-left:-1200px !important;}
.sliderban .hd{position:absolute;width:100%;left:0;z-index:1;height:12px;bottom:20px;text-align:center;}
.sliderban .hd li{display:inline-block;*display:inline;zoom:1;width:12px;height:12px;line-height:99px;overflow:hidden;background:#fff;margin:0 5px;cursor:pointer;}
.sliderban .hd li.on{background:#df0000;}
.sliderban .pnBtn{position:absolute;z-index:1;top:0;width:100%;height:335px;cursor:pointer;}
.sliderban .prev{left:-50%;margin-left:-600px;}
.sliderban .next{left:50%;margin-left:600px;}
.sliderban .pnBtn .blackBg{display:block;position:absolute;left:0;top:0;width:100%;height:335px;background:#000;filter:alpha(opacity=50);opacity:0.5;}
.sliderban .pnBtn .arrow{display:none;position:absolute;top:120px;z-index:1;width:60px;height:335px;}
.sliderban .pnBtn .arrow:hover{filter:alpha(opacity=80);opacity:0.8;}
.sliderban .prev .arrow{right:-25px;background:url(images/on_roatleft.png) no-repeat;}
.sliderban .next .arrow{left:10px;background:url(images/on_roatright.png) no-repeat;}
