header {
	height: 78px;
	min-width: 1400px;
	background: #23487c;
}

.fd-header-con {
	width: 1340px;
	height: 100%;
	margin: 0px auto;
}

.fd-header-con h1 {
	float: left;
	height: 53px;
	margin-top:11px;
	color: #fff;
	font: 28px/53px "microsoft yahei";
	padding-left: 70px;
	background: url(../img/header/logo.png) no-repeat 8px bottom;
}

.fd-header-con h1 span {
	display: inline-block;
	padding-left: 15px;
	margin-left: 16px;
	font:normal 20px/27px "microsoft yahei";
	border-left: 1px solid #fff;
}

.fd-header-nav {
	float: left;
	height: 100%;
	margin-left: 120px;
}

.fd-header-nav li {
	float: left;
	height: 100%;
}

.fd-header-nav li a {
	display: block;
	color: #fff;
	padding: 0px 18px 0px 43px;
	font: 16px/78px "microsoft yahei";
	background-position: 18px bottom;
	background-repeat: no-repeat;
	letter-spacing: 0.8px;
	color: #fff;
}

.fd-header-nav li a:hover {
	text-decoration: none;
	color: #fff;
}

.fd-header-nav li a.nav-icon-01 {
	background-image: url(../img/header/nav-icon-01.png);
}

.fd-header-nav li a.nav-icon-02 {
	background-image: url(../img/header/nav-icon-02.png);
}

.fd-header-nav li a.nav-icon-03 {
	background-image: url(../img/header/nav-icon-03.png);
}

.fd-header-nav li.current {
	background: rgba(255,255,255,0.2);
}

.fd-header-nav li.current a {
	background-position: 18px bottom;
	color: #fff;
}

.fd-header-infor {
	float: right;
	margin-top: 28px;
	padding-right: 10px;
}

.fd-header-user, .fd-header-infor a{
	display: inline-block;
	color: #fff;
	font: 14px/22px "microsoft yahei";
}

.fd-header-user {
	line-height: 15px;
	border-right: 1px solid #b8dafe;
	padding-right: 15px;
}

.fd-header-infor a {
	padding-left: 25px;
	margin-left: 15px;
	background-position: 0 center;
	background-repeat: no-repeat;
}

.fd-header-infor a.fd-header-message {
	position: relative;
	background-image:url(../img/header/message.png);
}

.fd-header-infor a.fd-header-reset {
	background-image:url(../img/header/reset.png);
}

.fd-header-infor a.fd-header-exit {
	background-image:url(../img/header/exit.png);
}

.new-message {
	position: absolute;
	display: inline-block;
	left: 12px;
	top: 1px;
	width: 6px;
	height: 6px;
	background: #dd3a47;
	border-radius: 3px;
}

footer {
	height: 60px;
	text-align: center;
	color: #fff;
	font: 12px/60px "microsoft yahei";
	background: #23487c;
}
