header {
	width: 100%;
	height: 90px;
	font-size: 15px;
	color: #000;
}

.logo img {
	height: 36px;
	margin-top: 30px
}

.header {
	height: 90px;
	line-height: 88px;
	width: 60%;
	padding: 0 0% 0 12%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header li {
	width: 14%;
	text-align: center;
}

.button-contact{
	width: 97px;
	height: 46px;
	background: #246AB5;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 46px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.button-contact-li{
	margin-left: 121px;
}

.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;
}

@media screen and (max-width: 1001px){
	.button-contact {
		width: auto;
	}
	.header .button-contact-li{
		width: 17%;
	}
}