@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 767px) {
	#menu-nav {
		display: block !important;
		padding: 0 15px
	}

	.m_topNav {
		display: none;
	}

	.navbar-header {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin: 0 !important;
	}

	.navbar-header::before,
	.navbar-header::after {
		display: none;
	}

	.navbar-toggle {
		margin-right: 0;
	}

	.channel-logo {
		display: block !important;
		position: fixed;
		left: 15px;
		top: 6px;
		height: 32px;
		z-index: 9999;
	}

	.channel-logo img {
		height: 32px !important;
	}
}

/* 头部导航 */
#menu-nav {
    display: none;
}

.m_topNav {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #fbfbfb;
	border-bottom: 1px #eaeaea solid;
}

.m_topNav ul {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.m_topNav ul li {
	float: left;
	padding: 0 10px;
	line-height: 40px;
	font-size: 12px;
}

.m_topNav li a {
	color: #6b6b6b;
}

.channel-logo {
	display: none;
}