header{
	width: 100%;
}
.header{
	width: 100%;
	height: 100px;
	display: inline-block;
}
.logo{
	height: 70px;
	display: block;
	float: left;
	margin-top: 15px;
}
.logo img{
	height: 100%;
	display: block;
}
.heade{
	float: right;
	margin-top: 17px;
}
.heade1{
	display: inline-block;
	vertical-align: middle;
}
.heade1 li{
	margin-right: 40px;
	float: left;
}
.heade1 li:last-child{
	margin-right: 0;
}
.heade1_1{
	height: 65px;
	display: block;
	line-height: 65px;
	font-size: 18px;
	color: #333333;
}
.heade1_1.on{
	color: #2180C4;
	position: relative;
}
.heade1_1.on::after{
	content: '';
	width: 100%;
	height: 4px;
	border-radius: 4px;
	background: #2180C4;
	position: absolute;
	left: 0;
	bottom: 0;
}
.heade2{
	width: 160px;
	height: 50px;
	border-radius: 50px;
	margin-left: 40px;
	background: #2180C4;
	text-align: center;
	font-size: 18px;
	color: white;
	display: inline-block;
	vertical-align: middle;
}
.heade2 span{
	line-height: 50px;
	display: inline-block;
	vertical-align: middle;
}
.heade2 img{
	width: 20px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}