@charset "utf-8";
/* CSS Document */
.ban_3_2{ width:100%; height:420px; position:relative; overflow:hidden; margin:0 auto;}
.ban_3_2 .bd{position:relative;  z-index:0;}
.ban_3_2 .bd li{ width:100%; height:420px;}
.ban_3_2 .bd li a{ position: absolute; z-index: 2; display: block; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none;}
/*文字*/
.ban_3_2 .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.ban_3_2 .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
.ban_3_2 .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
.ban_3_2 .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none; }
/*数字焦点*/
.ban_3_2 .hd { position: absolute; z-index: 3; bottom: 8px; right: 8px;}	
.ban_3_2 .hd li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer;}
.ban_3_2 .hd li a,.ban_3_2 .hd li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none;}
.ban_3_2 .hd li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5;}
.ban_3_2 .hd li.on a,.ban_3_2 .hd a:hover{ background:#f60;}
/*左右按钮*/
.ban_3_2 .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_2 .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_2 .prev:hover,.ban_3_2 .next:hover{ filter:alpha(opacity=100);opacity:1;}

