@charset "gb2312";
.head-home-btn {
	display: block;
	width: 40px;
	height: 40px;
	_POSITION: absolute;/*兼容IE6*/
	position: fixed;
	z-index: 999;
	top: 10px;
	_TOP: 10px;
	left: 10px;
	background-image: url(../../img/ui-icon.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: 100% auto;
}
.head-navigation-btn {
	display: block;
	width: 40px;
	height: 40px;
	_POSITION: absolute;/*兼容IE6*/
	position: fixed;
	z-index: 999;
	top: 10px;
	_TOP: 10px;
	right: 10px;
	background-image: url(../../img/ui-icon.png);
	background-repeat: no-repeat;
	background-position: center -40px;
	background-size: 100% auto;
}
.ctrl-navigation {
	display: none;
	position: fixed;
	z-index: 888888;
	padding: 0px 20px 20px 20px;
	border-radius: 10px;
	background-color: #161616;
	filter: alpha(opacity=90); /*IE*/
	-moz-opacity: 0.9; /*MOZ , FF*/
	background: rgba(22,22,22,0.9)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.ctrl-navigation .navigation-close {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
}
.ctrl-navigation .navigation-close .title {
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: left;
	color: #FFF;
	font-size: 16px;
}
.ctrl-navigation .navigation-close .close {
	float: right;
	width: 32px;
	height: 32px;
	margin: 9px 0px;
	background-image: url(../../img/ui-icon.png);
	background-repeat: no-repeat;
	background-position: center -224px;
	background-size: 100% auto;
}
.ctrl-navigation .navigation-list {
	width: 100%;
	overflow: auto;
}
.ctrl-navigation .navigation-list .first-nav {
	display: block;
	width: 100%;
}
.ctrl-navigation .navigation-list .first-nav a {
	display: block;
	width: 100%;
	height: 41px;
	color: #FFF;
	font-size: 16px;
	line-height: 40px;
	border-bottom: 1px solid #363636;
}
.ctrl-navigation .navigation-list .first-nav a i {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin: 11px 6px;
	background-image: url(../../img/ui-icon.png);
	background-repeat: no-repeat;
	background-position: center -144px;
	background-size: 100% auto;
}
.ctrl-navigation .navigation-list .second-nav {
	display: none;
	width: 100%;
}
.ctrl-navigation .navigation-list .second-nav a {
	display: block;
	width: 100%;
	height: 36px;
	padding-left: 20px;
	color: #FFF;
	font-size: 16px;
	line-height: 36px;
}
.ctrl-navigation .navigation-list .second-nav a i {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	margin: 9px;
	background-image: url(../../img/ui-icon.png);
	background-repeat: no-repeat;
	background-position: center -162px;
	background-size: 100% auto;
}