/*----------------------------------------------顶部导航开始---------------------------------------------------------*/
.wbox {
	width: 1200px;
	margin: 0 auto;
}
.topnav {
	padding-top: 41px;
}
.wbox {
	display: block;
	position: relative;
}
.topnav ul {
	width: 100%;
	min-height: 184px;
}
.topnav ul li {
	font-size: 18px;
	font-weight: 700;
	line-height: 23px;
	margin-left: 53px;
	float: left;
	position: relative;
}
.topnav ul li:first-child {
	margin-left: 11px;
}
.topnav ul li a {
	color: #fff;
	display: block;
	font-family: "\5FAE\8F6F\96C5\9ED1","Microsoft YaHei";
}
.topnav ul li a:hover {
	color: #fdda46;
}
.topnav ul .nav_ls {
	width: 115px;
	height: 0px;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 26px;
	position: absolute;
	top: 23px;
	left: -23px;
	opacity: 0;
	filter: alpha(display=0);
	display: none;
}
.topnav ul .nav_ls a:first-child {
    margin-top: 14px;
}
.topnav ul .nav_ls.show {
	display: block;
}
.topnav ul li .logo {
	width: 293px;
	height: 184px;
	margin-left: 32px;
	margin-top: -25px;
}
.topnav ul li .glzl {
	margin-left: 24px;
}
.topnav ul .topQrCode {
	width: 149px;
	height: 149px;
	background: transparent url(../img/download.html) scroll no-repeat 0 0;
	position: absolute;
	top: 30px;
	margin-left: -100px;
	padding: 17px 8px 8px;
	opacity: 0;
	display: none;
	filter: alpha(opacity=0);
}
.topnav ul .topQrCode.show {
	display: block;
}
.topnav ul .topQrCode>img {
	width: 100%;
	height: 100%;
	vertical-align: top;
	/*display: none;*/
}
.on {
	-webkit-opacity: .8;
	-moz-opacity: .8;
	opacity: .8;
	filter: alpha(opacity=80);
	z-index: 10000;
}
/*----------------------------------------------顶部导航结束---------------------------------------------------------*/