.mainBody{
	width: 1200px;
	margin: 0 auto;
	min-height: 705px;
}
.main{
	width: 100%;
}
.m_title{
	width: 100%;
	height: 90px;
	margin-top: -30px;
	border-bottom: 1px solid #c7c7c7;	
}
.m_title>a {
	line-height: 90px;
	font-family: "微软雅黑";
	font-size: 30px;
	color: #2a2a2a;
}
.m_title>a:hover {
	text-decoration: none;
	font-size: 31px;
}
.sub_nav>a {
	display: inline-block;
    padding: 10px 15px;
    margin-top: 10px;
	color: #0d3863;
}
.sub_nav>a:hover, .sub_nav>a.on {
	background: #0d3863;
	color: #fff;
}
.wz {
	float: right;
	margin-right: 10px;
}
.wz a:hover {
	color: #c50311;
}
.wz a.on {
	color: #c50311;
}
.wz a, .wz span {
	line-height: 90px;
	color: #000;
	font-size: 14px;
	font-family:"Microsoft YaHei";
}