.col960 {
	width:1319px;
	margin-left:25px;
	}
.navbg {
	height:52px;
	width: 1319px;
	margin:0 auto;
	
}
#navul li {
	float: left;
    width: 145px;
	height: 52px;
	position:relative;
	text-align:center;
	line-height:52px;
	z-index:1000;
}
.navbg .col960 #navul li a{
	display: block;
	width: 145px;
	height: 52px;
	font-family: "微软雅黑";
	font-size: 15px;
	color:#fff;
	font-weight:700;
	
	
}

#navul li a:link, #navul li a:visited {
	display: block;
	font-size:15px; font-family:"微软雅黑";

}

#navul li ul {
	display:none;
	position:absolute;
	top:45px;
	left:-1px;
}
#navul li ul li {
	display:block;
	width:145px;
	float:none;
	height:35px;
	position:relative;
	line-height:17px;
	font-size:15px;
	background:#AD0505;
	border-bottom:1px dashed  #fff000;
}


#navul li.navmoon {
	background: url(../images/j.jpg) top repeat-x;
	
	width:145px;
	height:52px;
	line-height:52px;
}
#navul li.navmoon a:link, #navul li.navmoon a:visited {
	font-size:15px; font-family:"微软雅黑";
}
#navul li.navmoon a:hover {
	background:#AD0505;
	 font-family:"微软雅黑";
	 color:#FFF;
	 height:52px;
}
#navul li.navmoon ul {
	display:block;
}
#navul li.navmoon ul a:link, #navul li.navmoon ul a:visited {
	display:block;
	width:145px;
	height:35px;
	line-height:17px; 
	font-size:13px;
	color:#fff;
}
#navul li.navmoon ul a:hover {
	background:#fff000;
	color:#B80808;
	
}

.slider {
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 325px;
	background: #000;
}
.slider .bd {
	position: relative;
	z-index: 0;
}
.slider .bd li {
	height: 336px;
	overflow: hidden;
}
.slider .bd li img {
	width:960px;
	height:325px;
	display: block;
}
.slider .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.slider .hd ul {
	text-align: center;
}
.slider .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 9px;
	height: 9px;
	margin: 0 4px;
	background: url(../images/dot.png) 0 -16px;
	overflow: hidden;
	filter: alpha(opacity=70);
	opacity: 0.7;
	vertical-align: top;
	line-height: 9999px;
}
.slider .hd ul .on {
	background-position: 0 0;
}
.slider .timer {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 0;
	background: #000;
	filter: alpha(opacity=40);
	opacity: 0.4;
	font-size: 0;
	overflow: hidden;
}


