header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

.header {
	width: 100%;
	height: 90px;
	display: inline-block;
}

.logo {
	height: 50px;
	display: block;
	float: left;
	margin-top: 20px;
}

.logo img {
	height: 100%;
	display: block;
}

.heade {
	float: right;
	display: flex;
}

.heade1 {
	width: 115px;
	margin-left: 20px;
	position: relative;
}
.heade1_1{
	width: 100%;
	height: 90px;
	position: relative;
}
.heade1_1_1{
	width: 18px;
	display: inline-block;
	vertical-align: middle;
}

.heade1_1_2{
	width: calc(100% - 38px);
	height: 100%;
	font-size: 16px;
	line-height: 90px;
	color: white;
	padding: 0 10px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.heade1_1_3{
	width: 10px;
	display: inline-block;
	vertical-align: middle;
}
.heade1_2{
	width: 110%;
	background: white;
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	z-index: 10;
}
.heade1_3{
	width: 100%;
	padding: 0 10px;
	height: 45px;
	color: rgba(7,25,70, .7);
	font-size: 16px;
	display: block;
	font-weight: bold;
}
.heade1_3 img{
	width: 18px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.heade1_3 div{
	width: calc(100% - 38px);
	line-height: 45px;
	display: inline-block;
	vertical-align: middle;
	 white-space: nowrap; /* 防止文本换行 */
	  overflow: hidden;    /* 隐藏溢出的内容 */
	  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
}
.heade1:hover .heade1_2{
	display: block;
}
.heade1_3:hover{
	background: #E5EBFA;
	color: #0039CB;
}

.heade2 {
	display: flex;
}
.heade2 li{
	margin-right: 20px;
	position: relative;
}
.heade2 li:last-child{
	margin-right: 0;
}
.heade2_1 {
	height: 90px;
	display: block;
	font-size: 16px;
	color: white;
	font-weight: bold;
}
.heade2_1 span{
	line-height: 90px;
	display: inline-block;
	vertical-align: middle;
}
.heade2_1 div{
	width: 10px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.heade2_1 img{
	width: 100%;
}
.heade2_1_1{
	display: block;
}
.heade2_1_2{
	display: none;
}
.heade2_2{
	width: 160px;
	background: white;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
}
.heade2_3{
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: rgb(7 25 70 / 70%);
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px;
	display: block;
	 white-space: nowrap; /* 防止文本换行 */
	  overflow: hidden;    /* 隐藏溢出的内容 */
	  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */
}
.heade2_1.on{
	color: #d1f056;
}
.heade2_1.on .heade2_1_1{
	display: none;
}
.heade2_1.on .heade2_1_2{
	display: block;
}
.heade2 li:hover .heade2_1{
	color: #d1f056;
}
.heade2 li:hover .heade2_1 .heade2_1_1{
	display: none;
}
.heade2 li:hover .heade2_1 .heade2_1_2{
	display: block;
}
.heade2 li:hover .heade2_2{
	display: block;
}
.heade2_3:hover{
	background: #E5EBFA;
	color: #0039CB;
}