.mnu_man{
	width:100%;
	float:left;
	background:#013162;
}
.mnu_man .in{
	width:1140px;
	margin:auto;
	text-align:left;
	background:#013162;
	height:60px; /*mod*/
}

.mnu_man .m{
	float:left;
	padding-left:10px;
}
.mnu_man .m a{
	float:left;
	width:125px;
	height:60px;
	line-height:52px;
	font-size:16px;
	font-family:"微软雅黑";
	text-align:center;
	color:#ffffff;
	margin-left:1px;
	border-top-width:4px;
	border-top-style:solid;
	border-top-color:#013162;
}
.mnu_man .s{
	position:absolute;
	z-index:99999;
}
.mnu_man .s .i{
	width:125px;
	position:absolute;
	line-height:30px;
	display:none;
	background:rgba(255,255,255,0.9);
	padding-bottom:20px;
	padding-top:10px;
	text-align: center;
}
.mnu_man .s .i a{
	float:left;
	width:100%;
	display: block;
	font-size:14px;
	line-height: 30px;
	font-family:"微软雅黑";
	color:#3d3d3d;
	text-align: center;
}
.mnu_man .s .i a:hover{
	color:#1870da;
}