﻿@charset "utf-8";
/* header start*/
.header {
	height:109px;
	padding: 19px 0;
	background: #fff;
}
.header_img{
	float: left;
	margin-top: 5px;
	width: 200px;
	height: 52px;
}
.header_img a,.header_img img{
	display: block;
	border-style: none;
}
.header_nav{
	float: right;
}
.header_nav .nav_top,
.header_nav .show_msg{
	text-align: right;
	font-size: 12px;
	height: 20px;
	margin-bottom: 10px;
	color: #999;
}
.header_nav .nav_top a:hover{
	color: #0099ff;
}
.header_nav .show_msg{
	/* display: none; */
}
.header_nav .show_msg span{
	position: relative; 
}
.header_nav .show_msg .userName {
	position: relative;
	padding-right: 5px;
}
.header_nav .show_msg .userName::before{
	position: absolute;
	top:2px;
	left: -56px;
	width: 12px;
	height: 13px;
	content: '';
	background: url('../images/icon_admin.png') no-repeat center;
}
.header_nav .show_msg .userName::after{
	position: absolute;
	top:4px;
	right: 0;
	width: 1px;
	height: 10px;
	content: '';
	background: #0099ff;
}
.show_msg a {
	cursor: pointer;
	color: #0099ff;
	padding-left: 5px;
}
.header_nav .nav_top a{
	padding: 0 5px;
	color: #666;
	cursor: pointer;
}
.header .header_list li {
	float: left;
	margin-left: 30px;
}
.header .header_list li a{
	color: #4e4e4e;
	font-size: 15px;
}
.header .header_list li a:hover,
.header .header_list li a.active{
	color: #0099ff;
}
/* header end*/

