header {
	width: 100%;
	height: 90px;
	font-size: 15px;
	color: #000;
	padding-bottom: 17px
}

.logo img {
	height: 36px;
	margin-top: 30px
}

.header {
	height: 90px;
	line-height: 88px;
	width: 60%;
	padding: 0 0% 0 12%
}

.header li {
	width: 14%;
	text-align: center;
	float: left
}

.header li a {
	cursor: pointer;
	color: #000;
	display: inline-block;
	padding: 0 4px;
	line-height: 60px;
	position: relative;
}

.header li:hover a {
	color: #2469b4
}
.header li a.bborder:after {
		content:'';
		display: inline-block;
		width:40px;
		height:2px;
		background:#000 !important;
		position: absolute;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
}
.header li a.bborder1:after {
		content:'';
		display: inline-block;
		width:40px;
		height:2px;
		background:#fff !important; 
		position: absolute;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
}