@charset "utf-8";
/* CSS Document */

#top {
	margin: 0px;
	padding: 0px;
	font-family: "宋体";
	font-size: 12px;
	width: 1004px;
	height: 254px;
	overflow:hidden;
	*position:relative;
}
#top #topright {
	position:relative;
	z-index:1;
	top: -230px;
	right: 20px;
}
* html #top #topright{/*IE6*/
	position:absolute;
	z-index:1;
	top: 20px;
	right: 20px;
} 
#top .enfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#top .serach-kuang {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
    border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6a6a6a;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #6a6a6a;
	line-height: 18px;
	height: 18px;
	border-left-width: 1px;
}
#top a:link {
	color: #222222;
	text-decoration: none;
}
#top a:visited {
	text-decoration: none;
	color: #222222;
}
#top a:hover {
	text-decoration: none;
	font-weight: bold;
}
#top a:active {
	text-decoration: none;
	color: #222222;
}
