@charset "utf-8";
/*单机导航*/
		.navwrapper{
			height: 44px;
			background-color: #42a4ff;
		}
		.navleft{
			width: 100%;
		}
		.navright{
			/*width: 15%;*/
		}
		.navleft li{
			width: 70px;
			float: left;
			height: 44px;
			line-height: 44px;
			margin-left: 10px;
		}
		.navright li{
			float: right;
			width: 70px;
			height: 44px;
			line-height: 44px;
			margin-left: 10px;
		}
		.navleft li a,.navright li a{
			display: block;
			font-size: 14px;
			color: #FFFFFF;
			text-align: center;
		}
		.navleft li:hover,.navright li:hover{
			background-color: #0586ff;
		}
		.navon{
			background-color: #0586ff;
		}