.hed_man{
	position:relative;
	width:1000px;
	height:100px;
	margin:0 auto;
}
#logo a{
	float:left;
	width:364px;
	height:67px;
	text-indent:-9999px;
	margin-top:19px;
	background:url(img/logo.png) no-repeat;
}
.hed_rgt{
	float:right;
	width:189px;
	height:22px;
	margin-top:44px;
	background:url(img/hed_rgt.gif) no-repeat;
}
#hed_ct,#hed_ch,#hed_en{
	float:left;
	margin-left:20px;
	color:#fff;
	font:12px/22px Arial;
}
#hed_ch{
	margin-left:30px;
}
#hed_en{
	margin-left:21px;
}
#hed_ct:hover,#hed_ch:hover,#hed_en:hover{
	color:#0e4683;
}
/*****mnu****/
.hed_mnu{
	position:absolute;
	width:1000px;
	height:50px;
	left:0;
	top:100px;
	z-index:9999;
	background:#1d96e4;
}
.hed_mnu .m{
	float:left;
	width:606px;
	height:50px;
}
.hed_mnu .m .n,.hed_mnu .m .h{
	float:left;
	width:100px;
	height:50px;
	text-align:center;
	color:#fff;
	border-right:1px solid #0082d5;
	font:15px/50px Microsoft YaHei,Arial;
}
.hed_mnu .m .n:hover{
	color:#0e4683;
}
.hed_mnu .m .h{
	background:#0e4683;
}

/*search-start*/
#sch{
	float:right;
	width:220px;
	height:30px;
	margin:10px 18px 0 0;
}
#sch .txt{
	float:left;
	width:190px;
	height:30px;
	line-height:30px;
	background:#fff;
	border:0;
	vertical-align:middle;
	color:#c7c7c7;
	padding:0;
	text-indent:5px;
	box-shadow:1px 1px 3px #d4d4d4 inset;
}
#sch .btn{
	float:left;
	cursor:pointer;
	background:#0e4683 url(img/sch_btn.png) no-repeat;
	width:30px;
	height:30px;
	border:0;
	padding:0;
}
#sch .btn:hover{
	background-color:#155faf;
}
/*search-end*/