.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 100;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
}
.page_headerLeft{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.page_headerRight .daohang{
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 80px;
	background: rgba(255,255,255,0.8);
}
.page_headerRight .daohang .daohangLsit{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 16px;
	color: #333333;
	line-height: 80px;
	font-weight: bold;
	cursor: pointer;
}
.page_headerRight .daohang .daohangLsit > div{
	display: flex;
	align-items: center;
}
.page_headerRight .daohang .dian{
	width: 6px;
	height: 6px;
	margin-right: 10px;
}
.page_headerRight .daohang .right{
	width: 7px;
	height: 12px;
	margin-left: 20px;
}

.page_headerRight{
	display: flex;
	align-items: center;
	height: 100px;
}
img{
	width: 100%;
	height: 100%;
}
.header .logo{
	width: 185px;
	height: 70px;
}
.header .wenben{
	font-size: 18px;
	height: 100px;
	line-height: 100px;
}
.header .wenben:hover > a{
	color: #04979e;
}
.header .margin-left50{
	margin-left: 50px;
}
.header a{
	color: #333333;
	text-decoration: none;
}
.page_headerRight .aboutUser .daohang{
	display: none;
}
.page_headerRight .aboutUser:hover .daohang{
	display: block;
}