.m-menu {
	background: #0097de;
	height: 46px;
	overflow: hidden;
	font-size: 16px;
}

.m-100 {
	width: 100%;
	max-width: 1920px;
}

li {
	list-style: none;
}

#menu a {
	text-decoration: none;
}

.menu span {
	display: block;
	width: 100%;
	height: 46px;
	padding: 0 16px;
	color: #FFFFFF;
}

.menu_li {
	float: left;
	white-space: nowrap;
	line-height: 46px;
	margin: 0 1px 0 0;
}

.menu_li:hover {
	background: #0073a8;
}

.menu_on {
	float: left;
	white-space: nowrap;
	line-height: 46px;
	background: #0073a8;
	margin: 0 1px 0 0;
}

.m-h2 {
	padding: 30px 16px;
	font-size: 24px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	overflow: hidden;
	background: #FFFFFF;

}

.m-h2 strong {
	color: #0073a8;
	font-size: 38px;
	font-weight: 500;
}

.m-li ul li a span {
	padding: 20px 0px;
	display: block;
	font-size: 17px;
	white-space: nowrap;
	/* 禁止换行 */
	overflow: hidden;
	/* 隐藏溢出内容 */
	text-overflow: ellipsis;
	/* 使用省略号表示溢出内容 */

}

.m-h2 .f_r {
	display: none;

}

.m-li ol {
	margin: 0;
	padding: 0;
	display: inline-block;

}

.m-li ol li:nth-child(1) {
	float: left;
}

.m-li ol li:nth-child(2) {
	float: right;
}

.m-li ol li {

	list-style: none;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	background: #0097de;
	border-radius: 5px;
	margin: 5px 10px;

}

.m-li {
	background-color: #fff;
}

.m-li a {
	display: block;
}

.m-li ul {
	text-align: center;
}

.m-li ul>li {
	display: inline-block;
	width: 24%;
	margin: 3px;
	text-align: center;
	border: 1px solid #eee;
}

.m-li img {
	width: 100%;
	max-height: 233px;
	max-width: 274px;
}

.m-contact {
	background: #FFFFFF;
	padding: 16px;
	margin: 0 0 10px;
	overflow: hidden;
	border-top: 4px solid #0097de;
}

.m-contact ul {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

.m-contact li {
	text-align: center;
	line-height: 39px;
	font-size: 26px;
}

.g-about {
	background-color: #fff;
}

.g-news-body ul {
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.g-news-body {
	line-height: 39px;
	font-size: 14px;
}