.header{
	height: 90px;
	width: 100%;
	background-color: aliceblue;
}
.x-header{
	height: 90px;
	overflow:hidden;
}
.header .h-right{
	float:left;
	width: 30%;
	margin-left:100px ;
}
.header .h-right img{
	width: 60px;
	height: 40px;
	margin-top: 10px;
}
.header .h-left{
	    float: right;
	    width: 60%;
	    margin-left: 50px;
	    display: grid;
	    text-align: center;
	    column-gap: 50px;
	    grid-template-columns: 120px 180px 180px 180px;
}
.x-header .h-right a{
	font-size:45px ;
	color: #004777;
	font-family: '楷体';
	line-height: 90px;
	text-align: center;
}
.x-header .h-left .sel{
	font-size:20px ;
	color: #004777;
	line-height: 85px;
	text-align: center;
	display: block;
	border-bottom: 2px solid #004777 ;
	height: 80px;
}
.x-header .h-left a{
	font-size:20px ;
	/* color: #004777; */
	color: #000;
	line-height: 90px;
}