@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	border:0;
}
body{
	font:normal 12px/180% "宋体";
}
a{
	text-decoration:none;
	color:black;
}
a:hover{
	text-decoration:underline;
}
ul{
	list-style:none;
}
img{
	display:block;
	border:0;
}
#wrapper{
	background-color:#F3F3F3;
	width:907px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
}
#header{
	width:907px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
	display:block;
	zoom:1;
}
.banner{
	width:907px;
	/*height:557px;*/
}
.search{
	float:right;
	height:50px;
	width:500px;
	overflow:hidden;
	zoom:1;
	display:block;
}
.search .sbox{
	border:1px solid #D4D4D4;
	background:#fff;
	width:165px;
	height:22px;
}
.search .sbiaodan{
	border:1px solid #D4D4D4;
	background:#fff;
	width:167px;
	height:25px;
/*	margin-top:13px;*/
}
.buttons{
	background:url(images/submit.jpg) no-repeat;
	height:25px;
	width:75px;
	font:normal 12px/180% "宋体";
	color:#000;
	margin-right:60px;
	padding-right:35px;
	display:block;
	overflow:hidden;
}
.nav{
	width:907px;
	overflow:hidden;
	margin-left:50px;
}
.nav li{
	float:left;
	background:url(images/nav-bg.jpg) no-repeat;
	padding-right:34px;
	width:60px;
	height:26px;
	text-align:center;
}
.nav-text{
	font:normal 14px/200% "宋体";
	color:#fff;
	padding-left:8px;	
}
.nav-text a{
	color:#fff;
}
.nav-text a:hover{
	text-decoration:none;
	color:#FFFF00;
}
#main{
	width:907px;
	overflow:hidden;
	display:block;
	clear:both;
	margin:0 auto;
	zoom:1;
}
#footer{
	background:url(images/footer-bg.jpg) no-repeat;
	height:42px;
	margin-top:30px;
	margin-bottom:10px;
	font:normal 12px "宋体";
	color:#fff;
/*	text-align:center;
	clear:both;
	overflow:hidden;
	zoom:1;*/
}
.footer-text li{
	float:left;
	margin-top:15px;
}
.menu-top{
	margin-right:90px;
	margin-left:200px;
	display:inline;
}
.menu-top a{
	color:#fff;
}
.menu-top a:hover{
	text-decoration:underline;
}
