.hed_man{
	width:1000px;
	height:105px;
	margin:0 auto
}
#logo a{
	float:left;
	width:95px;
	height:80px;
	text-indent:-9999px;
	margin:10px 0 0 65px;
	background:url(img/logo.png) no-repeat;
}
#lan_ch,#lan_en{
	float:right;
	height:14px;
	margin-top:12px;
	font:12px/14px Arial;
	padding:0 10px;
}
#lan_en{
	border-right:1px solid #919191;
}
/*search-start*/
#sch{
	float:right;
	width:172px;
	height:21px;
	margin-top:8px;
	border:1px solid #d7d7d7;
	border-right:none;
}
#sch .txt{
	float:left;
	width:151px;
	height:21px;
	line-height:21px;
	background:#fff;
	border:0px;
	vertical-align:middle;
	color:#c7c7c7;
	padding:0px;
	text-indent:5px;
	box-shadow:1px 1px 3px #d4d4d4 inset;
}
#sch .btn{
	float:left;
	cursor:pointer;
	background:url(img/sch.gif);
	width:21px;
	height:21px;
	border:0px;
	padding:0px;
}
/*search-end*/

/*mnu*/
.hed_mun{
	float:right;
	width:740px;
	height:44px;
	margin-top:7px;
}
.hed_mun a{
	float:left;
	width:100px;
	height:44px;
	text-align:center;
	color:#fff;
	font:15px/33px Microsoft YaHei,Arial;
	text-shadow: 1px 1px 2px #333333;
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=225, color=#333333);
}
.hed_mun .h,.hed_mun .n{
	color:#fff;
	
}
.hed_mun .h{
	background:url(img/m_bg.png) no-repeat center top;
}
/*mnu下拉*/
.hed_mun .s{
	position:absolute;
	z-index:99999;
}
.hed_mun .s .i{
	position:absolute;
	display:none;
	width:100%;
	background:url(img/s_bg.png);
	padding:10px 0; 
}
.hed_mun .s .i a{
	display:block;
	padding:5px;
	border-bottom:1px dashed #90979d;
	color:#fff;
	font:12px/16px Arial;
	text-align:center;
	width:131px;
}
.hed_mun .s .i a:hover{
	background:#6f107e;
}