.focusBox1 { position: relative; width:100%; height:248px; overflow: hidden; }
	.focusBox1 .pic img { width:100%; height:248px; display: block; }
	.focusBox1 .hd { overflow:hidden; zoom:1; position:absolute; bottom:14px; right:30px; z-index:3}
	.focusBox1 .hd li{background:url(white.png) no-repeat center; float:left; line-height:15px; text-align:center; font-size:12px; width:21px; height:9px; cursor:pointer; overflow:hidden;  margin-left:4px; filter:alpha(opacity=80); opacity:.8; -webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease }
	.focusBox1 .hd .on{ background:url(act.png) no-repeat center; filter:alpha(opacity=100);opacity:1;   }

	.focusBox1 .prev,
	.focusBox1 .next { width:38px; height:62px; position:absolute; top:150px; z-index:3; filter:alpha(opacity=0); -moz-opacity:.8; opacity:0; -webkit-transition:All .5s ease;-moz-transition:All .5s ease;-o-transition:All .5s ease}
	.focusBox1 .prev { background:url(left.jpg) no-repeat;  left:0 }
	.focusBox1 .next { background:url(right.jpg) no-repeat;  right:0 }
	.focusBox1 .prev:hover,
	.focusBox1 .next:hover { filter:alpha(opacity=100); -moz-opacity:1; opacity:1}

.focusBox1 .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
	.focusBox1 .txt { position: absolute; bottom: 0; z-index: 2; height: 35px;line-height: 35px; width:100%; overflow: hidden; }
	.focusBox1 .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;padding-left:20px}
	.focusBox1 .txt li a{ display: block; color: #efefef; padding: 0 0 0 10px; font-size: 15px;  text-decoration: none; }
