@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
.clear{ clear:both; height:0; overflow:hidden;}
img{
	border:0;
}
a:link,a:visited{
	color:#757575;
	font-size:12px;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
body{
	font-size:12px;
	color:#8c8c8c;
}
.more{
	float:right;
	margin:8px 0 0 0;
}
.header{
	width:1002px;
	margin:0 auto;
}
.header .h_top{
	line-height:30px;
	text-align:right;
}
.header .h_logo{
	padding:0 0 10px 0;
}
.header .h_nav{
	height:38px;
	background:url(../images/nav_bg.gif) repeat-x 0 -38px;
}
.header .h_nav h3{
	padding:0 15px;
	float:left;
	height:38px;
	line-height:38px;
	background:url(../images/nav_bg.gif) no-repeat right top;
}

.header .h_nav .h_nav_main a:link,.header .h_nav .h_nav_main a:visited{
	font-size:16px;
	font-family:"微软雅黑";
	display:block;
	padding:0 25px 0 15px;
}
.header .h_nav .h_nav_main a:hover{
	color:#45bfe6;
	text-decoration:none;
	background:url(../images/list1.gif) no-repeat right center;
}
.header .h_nav .h_nav_sub a:link,.header .h_nav .h_nav_sub a:visited{
	font-size:14px;
	padding:0 5px;
}
.header .h_nav .h_nav_sub a:hover{
	color:#8dd311;
	text-decoration:none;
}
.footer{
	clear:both;
	width:992px;
	height:60px;
	padding:0 5px;
	margin:5px auto 0;
	border-top:1px solid #ddd;
	background:url(../images/foot_bg.gif) repeat-x;
	line-height:28px;
}
.footer .foot_left{
	float:left;
}
.footer .foot_right{
	float:right;
	text-align:right;
}
.wrap .search,.w_s_left .search{
	float:left;
	width:260px;
	height:160px;
	line-height:24px;
}
.w_s_left .search{
	margin-top:20px;
}
.wrap .search .keyword,.w_s_left .search .keyword{
	border:1px solid #ddd;
	padding-left:25px;
	background:url(../images/search.jpg) no-repeat left center;
	height:23px;
	line-height:20px;
}
.submit{
	width:57px;
	height:25px;
	line-height:25px;
	background:url(../images/search2.jpg) no-repeat;
	border:none;
	padding:0 5px;
	color:#45bfe6;
	font-weight:bold;
	vertical-align:top;
	cursor:pointer;
	_vertical-align:baseline;
}
.wrap .search img,.w_s_left .search img{
	float:left;
	margin-top:3px;
}