* {
	margin: 0;
	padding: 0;
}
.header_container {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 72px;
	opacity: 0.97;
	background: #ffffff;
	z-index: 100;
}

.header {
	min-width: 1200px;
	margin: 0 auto;
	width: 62%;
	height: 72px;
	opacity: 0.97;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .logo,
.header .navigate {
	text-align: center;
}

.header .naviagte {
	display: flex;
	flex-basis: 50%;
	justify-content: flex-end;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header .naviagte > li {
	position: relative;
	flex-basis: 120px;
	box-sizing: border-box;
	text-align: center;
	line-height: 72px;
	height: 100%;
	width: 100%;
	cursor: pointer;
	user-select: none;
}

.header .naviagte > li.active {
	line-height: 60px;
	border-top: 6px solid #50AFED;
	background: #f6f5f3;
}

.header .naviagte > li > a {
	font-size: 14px;
	color: #141c20;
	text-decoration: none;
}

.header .logo > img {
	width: 140px;
	/*height: 30px;*/
}

.header .menu {
	position: absolute;
	background: #fff;
	top: 60px;
	width: 100%;
	list-style: none;
	background: #ffffff;
	border: 1px solid #d4d4d4;
	box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.1);
}

.header .menu > li {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.header .menu > li > a {
	text-decoration: none;
	color: #141c20;
}

.header .menu > li:hover {
	background: rgba(255, 212, 59, 0.2);
}

.container {
	margin-top: 72px;
}

.container .footer {
	width: 100%;
	height: 178px;
	background: #221a07;
	font-size: 14px;
	color: #ffffff;
	padding-top: 16px;
	box-sizing: border-box;
}

.container .footer .desc {
	text-align: center;
	line-height: 36px;
}

.container .footer .spe {
	color: #8a8a8f;
}
