﻿body, div, ul, li{
	margin:0;
	padding:0;
}


ul, ul li {
	list-style-type:none;
}
.cl {
	zoom:1;
}

/*网站头部*/
.col960 {
	width:1005px;
	margin:auto;
}
.navbg {
	height:51px;
	width: 100%;
	background: url(../images/index_02.jpg); 
	
}
#navul li {
	float: left;
	width:111px;
	height:51px;
	position:relative;
	text-align:center;
	line-height:51px;
}

#navul li a:link, #navul li a:visited ,#navul li a:active{
	color:#000;font-size:14px;font-weight:bold;
}
#navul li a:hover{
	color: #630;font-size:14px;font-weight:bold;
}
#navul li ul {
	display:none;
	position:absolute;
	top:50px;
	left:-1px;
	background:#006D96;
	border:#844800 1px solid;
	border-bottom:none;
}
#navul li ul li {
	display:block;
	width:111px;
	float:none;
	height:39px;
	position:relative;
	line-height:39px;
	border-bottom:#844800 1px solid;
	font-size:14px;
}

/*鼠标经过背景*/
#navul li.navmoon {
	background: url(../images/1.jpg);
	
	width:111px;
	height:51px;
	line-height:51px;
}
#navul li.navmoon a {
	color:#FFFFFF; 
}

#navul li.navmoon ul {
	display:block;
}
#navul li.navmoon ul a {
	display:block;
	width:111px;
	height:40px;
	line-height:40px;
}
#navul li.navmoon ul a:hover {
	background:#000000;
}




/* 本例子css */
.slider {
	width: 980px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 311px;
	background: #000;
}
.slider .bd {
	position: relative;
	z-index: 0;
}
.slider .bd li {
	height: 311px;
	overflow: hidden;
}
.slider .bd li img {
	width:980px;
	height:311px;
	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;
}
