.top {
	width:1000px;
	height: 37px;
	margin: 0 auto;
	background: url(../images/top.png) top center no-repeat;
}


.nav ul li {
	width: 77px;
	margin-top:12px;
	
	height: 15px;
	line-height: 15px;
	
	float: left;
}
.nav ul li a {
	display: block;
	width: 77px;
	height: 15px;
	font-size:13px;
	text-align:center;
	color: #FFF;

	border-right:1px dashed #CCC;
}
.nav ul li a:hover {

}
/* 本例子css */
.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;
}



.subNavBox {
	width: 200px;
	margin-left: 10px;
	margin-top:10px;
}
.subNav {
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	color: #999;
	line-height: 28px;
	padding-left: 10px;
	background: url(../images/jiantou1.jpg) no-repeat;
	background-position: 95% 50%
}
.subNav:hover {
	color: #277fc2;
}
.currentDd {
	color: #277fc2
}
.currentDt {
	background-image: url(../images/jiantou.jpg);
}
.navContent {
	display: none;
	margin-top:-5px;
}
.navContent li a {
	display: block;
	heighr: 28px;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	color: #333;
	margin-left:20px;
}
.navContent li a:hover {
	color: #fff;
	background-color: #277fc2
}




.search{
	width:300px;
	text-decoration:none;
	margin-right:20px;
}

input#mekey.mekey{
	display:block;
	width:200px;
	height:24px;
	border: 1px solid #ccc ;
	float:left;
	margin-left:39px;

}
.but{margin-left:-8px;}