﻿	.focusBox { position: relative;overflow: hidden; }
	.focusBox .pic{ position:relative; z-index:0; }
	/* .focusBox .pic img { width:100%;display: block; } */
	.focusBox .pic img { display: block; width: 1920px; position: absolute; left: 50%; margin-left: -960px;}
	.focusBox .hd { width:100%; position: absolute; bottom: 10px; text-align: center; font-size:0; z-index:1; }
	.focusBox .hd li{margin: 0 5px; background: url(../images/dot.png) no-repeat 0 -16px; height: 16px; overflow: hidden; width: 16px; cursor: pointer;
		display:inline-block; *display:inline; zoom:1;  _background: url(../images/dot8.png) no-repeat 0 -16px;
	}
	.focusBox .hd .on{ background-position:0 0; }
	.focusBox .prev,
	.focusBox .next { width: 60px; height: 90px; margin: -60px 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: 0; }
	.focusBox .next { background-position: 0 -90px; right: 0; }
	.focusBox .prev:hover,
	.focusBox .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;  }


.banner{ height:600px;}    
.banner img{ height: 600px;}

.sub-banner{ height:240px;}    
.sub-banner img{ height: 240px;}



/* 焦点图 */
.new-focusBox { float:left; position: relative; width: 471px; height: 374px; margin-bottom:10px;  overflow: hidden; font-family:Arial; text-align: left; background:#fff; }
.new-focusBox .pic img { width: 471px; height: 374px; display: block; }
.new-focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #333; filter: alpha(opacity=40); opacity: 0.4; overflow: hidden; }
.new-focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
.new-focusBox .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
.new-focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 12px; font-weight: bold; text-decoration: none; }
.new-focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }
.new-focusBox .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
.new-focusBox .num li a,.new-focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.new-focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.new-focusBox .num li.on a,.new-focusBox .num a:hover{ background:#f60;  }