@charset "utf-8";

html {
	overflow-x: hidden;
	overflow-y: auto;
}

/*用来隐藏html的滚动条*/
.fwtop {
	background: none repeat scroll 0 0;
}

.fwbottom {
	background: none repeat scroll 0 0;
}

.navBarUlStyle46 {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-family: Microsoft YaHei;
	display: table-cell;
	vertical-align: middle;
}
.navBarUlStyle46 li {
	width: 120px;
	height: 90px;
	line-height: 90px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	float: left;
	display: inline-block;
	text-align: center;
}
.navBarUlStyle46 .on {
	background-color: #02468d;
}
.navBarUlStyle46 .on a {
	color: #ffffff;
}
.navBarUlStyle46 li a {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	width: 120px;
	height: 90px;
	display: block;
	color: #ffffff;
}
.navBarUlStyle46 li a:hover {
	color: #ffffff;
}