.header {
	width: 100%;
	height: 70px;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	z-index: 999;
	box-shadow: 0 0 2px 2px #E8E8ED;
	font-family: MicrosoftYaHei;
}

.header header {
	width: 100%;
	max-width: 1578px;
	height: 70px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.header-left {
	width: 124px;
}

.header ul {
	width: 560px;
	font-size: 16px;
	letter-spacing: 2px;
	display: flex;
	justify-content: space-between;
	margin-left: 70px;
	margin-right: 582px;
}

.header ul li a {
	display: block;
}

.header ul li a em{
	color: #f10000;
	font-size: 14px;
}

.header-right{
	width: 242px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}

.activity {
	color: #50972c !important;
}

@media (max-width: 1680px){
	.header header {
		max-width: 1200px;
	}
	
	.header ul {
		margin-right: 204px;
	}
}
