@charset "gb2312";
.ctrl-navigation {
	width: 100%;
	z-index: 999999;
}
.nav-title-holder {
	width: 100%;
	height: 90px;
	margin: auto;
}
.nav-title-holder .nav-page {
	float: right;
}
.nav-title-holder .nav-page a {
	display: block;
	float: left;
	height: 90px;
	line-height: 90px;
	margin-left: 40px;
	font-size: 16px;
	color: #444444;
}
.navTitleSelected {
	border-bottom: 5px solid #0c8391;
}
.nav-list-holder {
	position: fixed;
	left: 0px;
	width: 100%;
	min-width: 1200px;
}
.nav-list-holder .nav-list {
	display: none;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	filter: alpha(opacity=90); /*IE*/
	-moz-opacity: 0.9; /*MOZ , FF*/
	background: rgba(255,255,255,0.90)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.nav-list-holder .nav-list a {
	display: inline-block;
	width: 140px;
	height: 90px;
	line-height: 90px;
	font-size: 16px;
	color: #444444;
}

.nav-list-holder .nav-list a:hover {
	color: #0c8391;
}