.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	margin-bottom: 20px;
	width: 100%;
	height: 60px;
	background-color: #000;
}
.header .hd-main {
	margin: 0 auto;
	width: 1000px;
}
.header .logo {
	float: left;
	margin-right: 10px;
}
.header .logo a {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../img/header_logo.png) no-repeat center center;
}
.header .logo a:hover {
	text-decoration: none;
}

/* 主导航 */
.header .main-nav,
.header .main-nav li {
	float: left;
}
.header .main-nav a {
	display: inline-block;
	padding: 0 16px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	vertical-align: middle;
}
.header .main-nav a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #444;
}
.header .current a,
.header .current a:hover {
	text-decoration: none;
	background-color: #656565;
}
.header .header-bar {
	float: right;
	margin-top: 16px;
}

/* 搜索 */
.header .search {
	float: left;
	font-size: 14px;
	border: 1px solid #CCC;
}
.header .search-sort {
	float: left;
	position: relative;
	padding: 0 5px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	background-color: #FFF;
}
.header .search-sort-txt {
	display: inline-block;
	margin-right: 4px;
	width: 30px;
	color: #5B5B5B;
}
.header .search-sort em {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	border: 5px solid #FFF;
	border-bottom-width: 0; 
	border-top-color: #5B5B5B;
}
.header .search-sort:hover em {
	border: 5px solid #FFF;
	border-top-width: 0;
	border-bottom-color: #5B5B5B;
}
.header .search-sort-list {
	display: none;
	position: absolute;
	top: 25px;
	left: -1px;
	z-index: 10;
	width: 50px;
	background-color: #FFF;
	border: 1px solid #72B939;
}
.header .search-sort-list li {
	padding-left: 7px;
	color: #5B5B5B;
}
.header .search-sort-list .current,
.header .search-sort-list li:hover {
	background-color: #E0E0E0;
}
.header .search-input {
	float: left;
	padding: 0 3px;
	width: 120px;
	height: 25px;
	line-height: 25px;
	border: 0;
}
.header .search-btn {
	float: left;
	width: 50px;
	height: 25px;
	line-height: 24px;
	cursor: pointer;
	text-align: center;
	border-left: 1px solid #CCC;
	background-color: #F5F5F5;
}
.header .search-btn:hover {
	text-decoration: none;
	color: #444;
}

/* 用户入口 */
.header .unlogin {
	display: block;
	margin-top: 6px;
}
.header .unlogin-ic {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url(../img/icon_bg.png) no-repeat -100px -50px;
}
.header .entrance {
	position: relative;
	float: right;
	margin-left: 13px;
	color: #FFF;
	height: 29px;
}
.header .entrance a {
	text-decoration: none;
}
.header .entrance img {
	width: 24px;
	height: 24px;
	vertical-align: middle;
}
.header .entrance .entr-icon {
	display: inline-block;
	margin-left: 5px;
	width: 0;
	height: 0;
	vertical-align: middle;
	border: 4px solid #000;
	border-top-color: #FFF;
}
.header .entrance .set-ic {
	display: block;
	margin-top: 5px;
}
.header .entrance .msg-ic {
	display: block;
	margin-top: 7px;
	width: 25px;
	height: 18px;
	background: url(../img/icon_bg.png) no-repeat -125px -125px;
}
.header .entrance .msg-ic em {
	position: absolute;
	width: 19px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	top: -2px;
	right: -6px;
	background: url(../img/icon_bg.png) no-repeat -150px -125px;

}
.header .entrance .set-m {
	width: 100px;
}
.header .entrance .set-l {
	width: 130px;
}

/* 隐藏菜单 */
.header .user-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 29px;
	z-index: 99;
	padding-top: 15px;
	border-bottom: 1px solid #D9D9D9;
}
.header .user-menu li{
	background-color: #FFF;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
}
.header .user-menu a {
	display: block;
	padding-left: 30px;
	line-height: 32px;
	color: #444;
}
.header .user-menu a:hover {
	color: #444;
}
.header .user-menu a:hover {
	text-decoration: none;
	background-color: #E0E0E0;
}
.header .user-menu .unread {
	font-weight: bold;
}
.header .user-menu a {
	padding-left: 20px;
}