.header {
	height: 74px;
	background-color: #283142;
	line-height: 74px;
	font-size: 16px;
	border-bottom: 1px solid #343d4e;
}

.header-logo {
	width: 200px;
	height: 100%;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	border-right: 1px solid #343d4e;
}

.header-menu-title{
	float: left;
	margin-left: 20px;
}

.header-logo-title {
	margin-left: 30px;
}

.header-logo-title-menu {
	margin-left: 73px;
	cursor: pointer;
}

.header-menu {
	float: left;
	width: 400px;
	height: 100%;
	margin-left: 0px;
}

.header-menu-name {
	margin-left: 24px;
}

.header-menu-name-box {
	float: left;
}

.header-area-box {
	float: left;
	cursor: pointer;
}
.header-area-box{
	margin-left: 5px;
	line-height: 74px;
}

.header-area {

}

.header-right {
	height: 100%;
	width: 400px;
	float: right;
	position: relative;
}

.header-tool {
	line-height: 74px;
	height: 100%;
	width: 30px;
	float: right;
	margin-right: 10px;
	text-align: center;
}
.header-tool span{
	cursor: pointer;
}

.header-down {
	height: 100%;
	width: 20px;
	float: right;
	margin-right: 24px;
	text-align: center;
	cursor: pointer;
}

.header-head {
	height: 40px;
	width: 40px;
	float: right;
	margin-top: 15px;
	margin-right: 25px;
	border-radius: 50%;
	/*background-image: url('/static/img/head01.jpg');*/
	background-size: 100% 100%;
	cursor: pointer;
}

.header-message {
	text-align: center;
	line-height: 0px;
	width: 22px;
	height: 22px;
	background-color: #f0ad4e;
	border-radius: 50%;
	position: absolute;
	top: 25px;
	right: 171px;
	display: block;
	cursor: pointer;
}

.header-message-tip {
	line-height: 22px;
	cursor: pointer;
	font-size: 14px;
}

.header-area-items-box {
	width: 230px;
	font-size: 14px;
	background-color: #283142;
	position: absolute;
	left: 224px;
	top: 73px;
	z-index: 200;
	display: none;
	border: 1px solid #343d4e;
}

.header-area-item-box {
	width: 100%;
	height: 34px;
	line-height: 34px;
	cursor: pointer;
	position: relative;
}

.header-area-item-box:hover {
	background-color: #343d4e;
}

.header-area-item-select {
	width: 2px;
	height: 100%;
	background-color: #337ab7;
	position: absolute;
	left:0;
	top:0;
}


.header-area-item-name {
	margin-left: 25px;
}


.header-message-items-box {
	width: 430px;
	font-size: 14px;
	background-color: #283142;
	position: absolute;
	right: 235px;
	top: 73px;
	z-index: 200;
	display: none;
	border: 1px solid #343d4e;
}

.header-message-item-box{
	width: 100%;
	height: 50px;
	cursor: pointer;
}

.header-message-item-box:hover {
	background-color: #343d4e;
}

.header-message-item-tag {
	font-size: 18px;
	float: left;
	width: 20px;
	height: 100%;
	line-height: 50px;
	margin-left: 10px;
}

.header-message-item-name{
	float: left;
	padding-left: 10px;
	line-height: 50px;
	width: 250px;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.header-message-item-time{
	font-size: 12px;
	float: left;
	padding-left: 10px;
	line-height: 50px;
	width: 145px;
	height: 100%;
}

.header-message-item-button-box{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.header-message-item-button{
	cursor: pointer;
}
