@charset "utf-8";
/* CSS Document */
.ban_3_5{ width:100%; height:420px; position:relative; overflow:hidden; margin:0 auto;}
.ban_3_5 .bd{position:relative;  z-index:0;}
.ban_3_5 .bd li{ width:100%; height:420px;}
.ban_3_5 .bd li a{ position: absolute; z-index: 2; display: block; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none;}
/*缩略图焦点*/
.ban_3_5 .hd{right:2%; bottom:2%; position:absolute; z-index:1; bottom:15px; overflow:hidden;}
.ban_3_5 .hd ul{ float:right;}	
.ban_3_5 .hd ul li{float:left; margin:0 5px; display:inline; cursor:pointer;}
.ban_3_5 .hd ul li img{ width:80px; height:40px; display:block; border:2px solid #fff; filter:alpha(opacity=50);opacity:0.5;  }	
.ban_3_5 .hd ul .on img{ border-color:#FF8106; filter:alpha(opacity=100);opacity:1;}
/*左右按钮*/
.ban_3_5 .prev{width:40px; height:60px; position:absolute; left:2%; top:50%; display:block; background:#000 url(../images/slider-left.png) center center no-repeat; filter:alpha(opacity=50);opacity:0.5; }
.ban_3_5 .next{width:40px; height:60px; position:absolute; right:2%; top:50%; display:block; background:#000 url(../images/slider-right.png) center center no-repeat; filter:alpha(opacity=50);opacity:0.5;}
.ban_3_5 .prev:hover,.ban_3_5 .next:hover{ filter:alpha(opacity=100);opacity:1;}

