*{
	margin: 0;
	padding: 0;
}
body{
	height: 100%;
}
a{
	font-size: 16px;
	font-family: "宋体";
	text-decoration: none;
	color: #000;
	
}
a:hover{
	color: #1972C0;
	cursor: pointer;
}
#header{
	width: 100%;
	height: 243px;
	background: #fff;
}
#header .header_top{
	width: 1235px;
	height: 194px;
	/*background: url(../img/header_top_bg.png) no-repeat;*/
	background: url(../img/bg1.png) no-repeat;
	margin: 0 auto;
	position: relative;
}
.header_top_word{
	position: absolute;
	top: 10px;
	left: 110px;
}
.header_top_word span{
	padding: 5px;
}
.header_top_word a{
	font-family: "microsoft yahei";
}
#header .header_bottom{
	width: 100%;
	height: 49px;
	background: url(../img/header_navbg.gif);
	margin: 0 auto 20px auto;
}
.header_bottom_nav{
	width: 1190px;
	height: 49px;
	line-height: 49px;
	margin: 0 auto;
}
.header_bottom_nav ul{
	list-style: none;
}
.header_bottom_nav ul li{
	width: 140px;
	height: 49px;
	line-height: 49px;
	float: left;
	border-right: 4px solid #FFFFFF;
	text-align: center;
}
.header_bottom_nav ul li a{
	font-family: "microsoft yahei";
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.header_bottom_nav ul li a:hover{
	cursor: pointer;
}
.header_bottom_search{
	background: url(../img/search_bg.png) no-repeat;
	margin-left: 50px;
	float: left;
	width: 240px;
	height: 49px;
	position: relative;
}
.inputbox{
	float: left;
}
.inputbox input{
	width: 150px;
	height: 20px;
	margin-left: 20px;
	border: 0px;
}
.searchbox{
	position: absolute;
	top: 0px;
	left: 175px;
}
.searchbox input{
	width:18px; 
	height:20px; 
	background:url(../img/search_fdj.png) no-repeat; 
	background-size:100%;
	border:0;
}
