.top {
	width: 100%;
	height: 84px;
	background-color: #eee;
}
.header {
	width: 1200px;
	height: 84px;
	margin: auto;
}

.header .logoimage {
	width: 384px;
	height: 64px;
	float: left;
	text-align: center;
	margin-top: 10px;
}

.header .menu {
	width: 660px;
	height: 66px;
	float: right;
	overflow: hidden;
	margin-top: 10px;
}

.header .menu ul {
	width: 660px;
	height: 66px;
	list-style-type: none;
	padding: 0;
	float: right;
}

.header .menu ul li {
	height: 66px;
	line-height: 66px;
	width: 25%;
	float: left;
}

.header .menu ul li .border-item {
	padding: 0 15px;
	margin: 0;
	position: relative;
	height: 100%;
	line-height: inherit;
}

.header .menu ul li a {
	height: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	text-overflow: ellipsis;
}

.header .menu ul li a {
	height: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	text-overflow: ellipsis;
	color: #4A4A4A;
    font-weight: normal;
    font-style: normal;
    font-family: 'Microsoft YaHei';
}


.header .menu ul li .border-item:hover {
	background-image: url(../images/menu_current.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}



.header .menu ul li a span {
	text-align: left;
}