.nav {
	height: 54px;
	background-color: #0095ff;
	margin-top: 15px;
}

.nav_center {
	height: 54px;
	width: 1200px;
	margin: 0 auto;
	line-height: 54px;
	position: relative;
	overflow: hidden;
}

.nav_center li a {
	float: left;
	margin-left: 80px;
	font-size: 14px;
	font-family: "MicrosoftYaHei";
	color: #ffffff;
}

.nav_center .report {
	width: 174px;
	height: 54px;
	background-color: #ffcc66;
	position: absolute;
	right: 0px;
	font-size: 16px;
	font-family: "TRENDS";
	color: rgb( 255, 255, 255);
	text-shadow: 1px 1.732px 2px rgb( 191, 116, 1);
	background-image: -webkit-linear-gradient(90deg, rgb(246, 158, 33) 0%, rgb(253, 205, 135) 100%);
	background-image: -moz-linear-gradient(90deg, rgb(246, 158, 33) 0%, rgb(253, 205, 135) 100%);
	background-image: -o-linear-gradient(90deg, rgb(246, 158, 33) 0%, rgb(253, 205, 135) 100%);
	background-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgb(246, 158, 33)), to(rgb(253, 205, 135)));
	background-image: linear-gradient(90deg, rgb(246, 158, 33) 0%, rgb(253, 205, 135) 100%);
}

.nav_center .report img {
	margin-left: 20px;
	margin-top: 8px;
}