.zi {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	text-decoration:none;
}
.zi:hover {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 24px;
	color:#FFCC00;
	text-decoration:none;
	background-image:url(../images/1.png);
	background-repeat:no-repeat;
	height:36px;
	display: block;
	margin-left:20px;
}

.zi2 {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
	color:#000000;
	text-decoration:none;
}
.zi3 {
	font-family: "微软雅黑";
	font-size: 12px;

	color:#008BD8;
	text-decoration:none;
}
.zi3:hover {
	font-family: "微软雅黑";
	font-size: 12px;

	color:#006600;
	text-decoration:none;
}
.zi4 {
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 24px;
	color:#008BD8;
	text-decoration:none;
}
.zi5 {
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 24px;
	color:#666666;
	text-decoration:none;
}
.zi6 {
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 24px;
	color:#004895;
	text-decoration:none;
}.k {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
}
.zi7 {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height:35px;
	padding-left:30px;
	color:#989797;
	text-decoration:none;
}
.zi7:hover {
	font-family: "微软雅黑";
	font-size: 14px;
line-height:35px;
	padding-left:30px;
	color:#FF9900;
	text-decoration:none;
}
.zi8 {
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 24px;
	color:#008BD8;
	text-decoration:none;
	padding-right:5px;
}
.zi9 {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 24px;
	color:#008BD8;
	text-decoration:none;
}

.menu {
	padding:0 32px;
	margin:0;
	width:1069px;
	height:36px;
	background-color:#0079BA;
	list-style: none;
	text-align: center;
	box-sizing: border-box;
}
.menu li {
	float: left;
	width: 201px;
	height: 100%;
}
.menu li a {
	text-decoration: none;
	line-height: 36px;
	font-weight: bold;
	color: white;
	letter-spacing: 2px;
	transition: text-shadow 0.5s;
}
.menu li a:hover {
	text-shadow: 0 0 15px white,0 0 5px white;
}