@charset "utf-8";
/* CSS Document */

/**************************************************************/
.head_1{/*标题栏*/
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 960px;
	border: 0px solid #999999;
	margin-top: 0px;
	background-image: url(../images/xiaoneng1.jpg);
	background-repeat: no-repeat;
}
.nav_1{/*主导航栏*/
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 960px;
	z-index:1000;
}
.search_1{/*位置和搜索栏*/
	margin:0px;	
	padding: 0px;
	height: 30px;
	width: 960px;
	line-height: 30px;
	color:#006699;
}

.search_1 a {
	font-size: 12px;
	color: #006699;
}
.search_1 a:link {
	text-decoration: none;	font-size: 12px;
	color: #006699;
}
.search_1 a:visited {
	text-decoration: none;
	color: #006699;
}
.search_1 a:hover {
	text-decoration: underline;
	color: #006699;
}
.search_1 a:active {
	text-decoration: none;
	color: #006699;
}