
/*-------------header------------------*/
#header {
	position: absolute ;
	z-index: 999;
	width: 100%;
	height: 100px;
}
#header .warp {
	position: relative;
}
.logo {
	position: relative;
	float: left; 
	padding-top: 25px;
	padding-left: 34px;
}
.logo a {
	display: block;
	overflow: hidden;
	height: 0;
	width: 190px;
	padding-top:70px;
	background: url(../images/logoTitle.png) no-repeat; 
}
.headerRmsg {
	float: right;
	margin-right: 34px;
}
.headerMsg {
	position: relative;
	margin: 10px 0 20px;
	font-size: 12px;
	text-align: right;
}
.headerMsg a {
	display: inline-block;
	margin-left: 30px;
	line-height: 16px;
	color: #fff;	
}
.headerMsg span {
	display: inline-block;
	width: 20px;
	height: 16px;
	margin-right: 6px;
	text-align: left;
	background: url(../images/sprite.png) no-repeat;
	vertical-align: top;
}
.headerEmail span {
	margin-right: 8px;
	background: url(../images/sprite.png) no-repeat 0 0;
}
.headerTel span {
	background-position:left -16px;
}
.headerLogin span {
	background-position:left -33px;
}
.headerNav {
	position: relative;
	float: right;
	margin-right: -34px;
}
.headerNav a {
	display: block;
	float: left;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
    padding-left:24px;
    padding-right: 24px;
}
.headerNav a:hover {
	background: #fff;
	color: #000;
    border-radius:6px;
    
}

/*footer*/
#footer {
	background: #f4fbfe;
}
#footer .warp {
	width: 890px;
	padding: 38px 146px 48px 264px;
}
.footerLogo {
	position: relative;
	float: left;
}
.footerLogo a{
	display: block;
	overflow: hidden;
	width: 190px;
	height: 0px;
	padding-top: 60px;
	background: url(../images/logoTitle.png) no-repeat right 0;
}
.footerNavs {
	float: left;
	padding-top: 11px;
	width: 605px;
	padding-left: 52px;
	margin-left: 42px;
	border-left: 1px dashed #e3eaed;
}
.footerNav a {
	float: left;
	font-size: 14px;
	color: #666;
}
.footerNav a:hover{
	color:#000;
	text-decoration: underline;
}
.footerNav span {
	float: left;
	width: 0;
	height: 16px;
	margin: 0 21px 0;
	border-left: 1px solid #dbe2e5;
	border-right: 1px solid #ced5d8;
}
#footer p {
	padding-top: 9px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
