.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: 1280px;
	height: 70px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: relative;
}

.header-left {
	width: 124px;
}

.header .navHref {
	width: 700px;
	font-size: 16px;
	letter-spacing: 2px;
	display: flex;
	justify-content: space-between;
	margin-left: 150px;
	margin-right: 0;
}

.header .navHref li a {
	display: block;
}

.header .navHref li a em{
	color: #f10000;
	font-size: 14px;
}

.header-right{
	width: 320px;
	font-size: 20px;
	/*color: #117f31;*/
	/*font-weight: bold;*/
	display: flex;
	align-items: center;
	flex-flow: wrap;
	justify-content: flex-end;
}

.activity {
	color: #50972c !important;
}


.area-box{
	position: absolute;
	top: 25px;
	left: 170px;
}
.area-lab{
	position: relative;
	top: 0;
	left: 0;
	font-size: 14px;
	color: #555555;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 1px solid #999;
	padding: 0 5px;
	background-color: #ffffff;
	z-index: 99;
}
.area-box:hover .area-lab{
	border-bottom: medium none;
}
.area-box:hover .area-city{
	display: block;
}
.area-city{
	position: absolute;
	width: 300px;
	background-color: #FFFFFF;
	top: 19px;
	left: 0px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px 0px;
	border-radius: 0 5px 5px 5px;
	border: 1px solid #999;
	display: none;
	animation-name: box1;
	animation-duration: 1s;
	z-index: 98;
}
@keyframes box1 {
	0% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}

.area-city .city__ul{
	display: flex;
	flex-flow: column;
	padding: 15px;
}
.area-city .city__ul li{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-bottom: 30px;
}
.area-city .city__ul .city__ul_title{
	width: 60px;
	text-align: right;
	padding-right: 10px;
	font-weight: 700;
}
.area-city .city__ul .city__ul_item{
	display: flex;
	flex-direction: row;
}
.area-city .city__ul .city__ul_item span{
	padding-right: 10px;
}

@media (max-width: 1680px){
	.header header {
		max-width: 1200px;
	}
	
	.header .navHref {
		margin-right: 115px;
	}

}
@media (max-width: 991px) {

}
