@charset "utf-8";


.focusBox { position: relative; width:100%;min-width:1200px;height:450px; margin:0 auto; overflow: hidden;float:left}
.focusBox { position: relative; width:100%; height:450px; margin:0 auto; overflow: hidden;}
.focusBox .pic{ position:relative; z-index:0;width:100% !important;  }
.focusBox .pic li{width:100% !important;height:450px; }
.focusBox .pic a{  width:100%; height:450px;   display: block; }
.focusBox .hd { width:100%; position: absolute; bottom: 20px; text-align: center; font-size:0; z-index:1; }
.focusBox .hd li{margin: 0 5px; background:#ffffff; height:18px  ; overflow: hidden; width: 18px; cursor: pointer;
		display:inline-block; *display:inline; zoom:1;  background: url(pic/d3.png) no-repeat 0 0;
	}
.focusBox .hd .on{ background: url(pic/d1.png) no-repeat 0 0; }

.focusBox .prev,
.focusBox .next { width: 60px; height: 90px; margin: -50px 0 0; display: none; background: url(../images/ad_ctr.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=20);opacity:0.2;  }
.focusBox .prev { left: 50%; margin-left:-600px; }
.focusBox .next { background-position: 0 -90px; right: 50%; margin-right:-600px;}
.focusBox .prev:hover,
.focusBox .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;  }