﻿/*页面导航*/
#headerPageNavigationContainer {display:none;}
.headerPageNavigation {
	position:fixed;
	width:100%;
	height:45px;
	background:#fff;
	z-index:10000;
	font-size:18px;
	border-bottom:1px solid #DFDFDF;
}
.headerPageNavigation > div {
	line-height:45px;
}
.headerPageNavigation .left {
	position:fixed;
	left:0;
	top:0;
	float:left;
	width:45px;
	height:45px;
	display:inline-block;
	padding:0;
	text-align:center;
	vertical-align:middle;
}
.headerPageNavigation span {
	display:inline-block;
	width:72%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.headerPageNavigation .left img {
	width:12px;
	height:18px;
	vertical-align:top;	
	margin-top:13px;
}
.headerPageNavigation .titlePageNavigation {
	color:#333;
	height:45px;
	text-align:center;
}
