@charset "UTF-8";
html {
	color:#000;
	background:#FFF;
}
body, div, ul, li {
	margin:0;
	padding:0;
}
img {
	border:0;
}
li {
	list-style:none;
}
#top {
	height:89px;
	background:url(../images/top_bg.jpg);
	text-align: center;
	background-position: center;
}
#heibian {
	position:absolute;
	left:0px;
	top:0px;
	background-color:#111;
	display:none;
	width:100%;
	height:13px;/* make the div translucent */
	opacity: 0.4;                 /* Firefox, Safari(WebKit), Opera)*/
	filter: "alpha(opacity=40)"; /* IE 8 */
	filter: alpha(opacity=40);   /* IE 4-7 */
	zoom: 1;                     /* needed in IE up to version 7, or set 

width or height to trigger "hasLayout" */
}
#heibian1 {
	position:absolute;
	left:0px;
	top:636px;
	background-color:#111;
	width:100%;
	height:13px;/* make the div translucent */
	opacity: 0.4;                 /* Firefox, Safari(WebKit), Opera)*/
	filter: "alpha(opacity=40)"; /* IE 8 */
	filter: alpha(opacity=40);   /* IE 4-7 */
	zoom: 1;                     /* needed in IE up to version 7, or set 

width or height to trigger "hasLayout" */
}
/* banner */
#banner {
	width:100%;
	height:650px;
	background:#000;
	overflow:hidden;
	position:relative;
}
#banner .wrapper {
	width:986px;
	margin:0 auto;
	position:relative;
}
#banner_img {
	display:block;
	position:relative;
}
#banner_img li {
	position:relative;
	width:100%;
	height:650px;
	background-position:center;
	background-size:cover;
	display:none;
}
#banner_img li a.link {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:650px;
	z-index:99
}
#banner_img li.item1 {
	background-image:url(../images/banner_bg1.jpg);
	display:block;
}
#banner_img li.item2 {
	background-image:url(../images/banner_bg2.jpg);
}
#banner_img li.item3 {
	background-image:url(../images/banner_bg3.jpg);
}
#banner_img li.item4 {
	background-image:url(../images/banner_bg4.jpg);
}
#banner_img li.item5 {
	background-image:url(../images/banner_bg5.jpg);
}
#banner_img li.item6 {
	background-image:url(../images/banner_bg6.jpg);
}
#banner_img li.item7 {
	background-image:url(../images/banner_bg7.jpg);
}
#banner_img li.item8 {
	background-image:url(../images/banner_bg8.jpg);
}
#banner_img .ad_txt {
	position: absolute;
	top: 80px;
	color: #fff;
	text-shadow: 1px 1px 1px #666;
	z-index:3;
	font-size:22px;
	width:530px;
}
#banner_img .ad_img {
	position:absolute;
	top:0px;
}
#banner_img .ad_txt h2 {
	font:36px/38px Microsoft YaHei;
}
#banner_img .ad_txt h2 span {
	font-size:14px;
	margin-left:5px
}
#banner_img .ad_txt .banInfo {
	font:18px/24px 'microsoft yahei';
	margin-top:20px
}
#banner_img .ad_txt a.banMore {
	display:block;
	width:100px;
	height:25px;
	line-height:25px;
	text-align:center;
	margin-top:10px;
	background:#fff;
	color:#666;
	text-decoration:none;
	text-shadow:none;
	font-size:12px;
	margin-top:20px
}
#banner_ctr {
	position:absolute;
	width:100%;
	height:10px;
	left:0;
	bottom:16px;
	z-index:100;
	border-radius:6px
}
#banner_ctr ul {
	width:100%;
	height:14px;
	font-size:0;
	line-height:0;
	position:relative;
	text-align:center
}
#banner_ctr span {
	display:inline-block;
	width:10px;
	height:10px;
	cursor:pointer;
	background:#ccc;
	margin-right:3px;
	border-radius:6px;
	margin:0 8px;
	position:relative;
}
#banner_ctr span.curr {
	background:#F58522
}
#banner_ctr span.first-item {
	background:#fff;
	width:20px;
	-webkit-border-radius:20px 0 0 20px;
	-moz-border-radius:20px 0 0 20px;
	border-radius:20px 0 0 20px;
	cursor:default;
}
#banner_ctr span.last-item {
	background:#fff;
	width:20px;
	-webkit-border-radius:0 20px 20px 0;
	-moz-border-radius:0 20px 20px 0;
	border-radius:0 20px 20px 0;
	cursor:default;
}
#drag_ctr {
	position:absolute;
	top:0px;
	left:0px;
	width:10px;
	height:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	bottom:170px;
	background:#f58522;
}
#drag_arrow {
	position:absolute;
	top:0px;
	left:0px;
	width:10px;
	height:10px;
	background:#f58522;
	border-radius:6px
}



