.u-flex {
	display: flex;
	flex-direction: row;
	align-items: center;
}
a{
	text-decoration: none;
	color: #fff;
}
.header{
	width: 100%;
	position: relative;
}
.head:nth-child(1){
	position: absolute;
	top: 0;
	width: 100%;
	/* background-color: #1c52ab; */
	padding: 0.9vw 3vw;
	justify-content: space-between;
	z-index: 3;
	border-bottom: 1px solid #fff;
}
.head:nth-child(2){
	position: absolute;
	top: 0;
	width: 100%;
	background-color: #1c52ab;
	padding: 0.9vw 3vw;
	justify-content: space-between;
	z-index: 3;
	border-bottom: 1px solid #fff;
	display: none;
}
.head-left{
	color: #fff;
	font-size: 1.75vw;
	font-weight: bold;
}
.head-left>img{
	width: 11.2vw;
	height: 2.47vw;
}
.head-left>.logns{
	width: 4.89vw;
	height: 2.47vw;
	margin-right: 0.4vw;
}
.head-right{
	font-size: 1.01vw;
	padding-top: 0.2vw;
	color: #fff;
	width: 69%;
	justify-content: space-between;
	margin-right: 2.6vw;
}
.head-right>div:hover{
	cursor: pointer;
}
.divli{
	position: relative;
}
.divli.active>.glide{
	width: 110%;
	height: 5px;
	background-color: #fff;
	position: absolute;
	left: -5%;
	bottom: -1.4vw;
	border-radius: 20px;
}
.divlis>img{
	width: 1.4vw;
	height: 1.4vw;
}
.divli>a{
	color: #fff;
}
.xiahu{
	display: inline-block;
	font-size: 0.6vw!important;
	transform: rotate(180deg);
}
.sanji{
	width: 0.8vw;
	height: 0.8vw;
	/* position: absolute; */
	right: -0.9vw;
	top: 0.2vw;
	transform: rotate(180deg);
}
.internal{
	width: 6.5vw;
	/* height: 0vw; */
	padding-top: 2vw;
	position: absolute;
	top: -0.5vw;
	left: -1vw;
	/* z-index: 100; */
	font-size: 0.8vw;
	transition: all 0.3s;
	display: none;
}
.internal:hover{
	display: inline-block;
}

.sanjiao{
	width: 100%;
	text-align: center;
	position: absolute;
}
.tuoab{
	font-size: 1.3vw!important;
}
.internal>img{
	width: 1.6vw;
	height: 2vw;
	position: absolute;
	top: -0.4vw;
	left: 2.4vw;
}
.ierlist{
	width: 100%;
	background-color: #fff;
	padding: 0.4vw 0;
	border-radius: 6px;
	margin-top: 1vw;
	color: #566aa9;
}
.ieraline{
	width: 100%;
	text-align: center;
	padding: 0.6vw 0;
}
.ieraline>a{
	color: #333333;
}
.ieraline:hover{
	cursor: pointer;
	background-color: #eee9ea;
}
.head-right>.divli:nth-child(2)>a{
	position: relative;
	z-index: 100;
}
.head-right>.divli:nth-child(2):hover>.internal{
	display: block;
	transition: all 0.3s;
}
.head-right>.divli:nth-child(4):hover>.internal{
	display: block;
	transition: all 0.3s;
}
.head-right>.divli:nth-child(2):hover>.xiahu{
	transform: rotate(0deg);
}
@media screen and (max-width:768px) {
	/* body {
	     width: 100vw!important;
	 } */
	.head:nth-child(1){
		padding: 2vw 1vw 0vw 3vw;
		display: none!important;
	}
	.head:nth-child(2){
		display: flex!important;
		position: relative;
		padding: 3vw 3vw;
	}
	.head:nth-child(2)>.morehead{
		position: absolute;
		left: 0;
		width: 100%;
	}
	.head:nth-child(2)>.morehead:hover>.head-right{
		display: inline-block;
	}
	.head:nth-child(2)>.morehead>img{
		width: 4vw;
		height: 4vw;
		position: absolute;
		right: 10vw;
		top: -2vw;
	}
	.head:nth-child(2)>.morehead>.head-right{
		background-color: #1c52ab;
		width: 98%;
		position: absolute;
		left: 0;
		top: 7vw;
		color: #fff;
		font-size: 4vw;
		padding: 1vw 0 1vw 3vw;
		display: none;
	}
	.head-left{
		color: #fff;
		font-size: 4.75vw;
		font-weight: bold;
	}
	.head-left>.logns{
		width: 9.8vw;
		height: 5vw;
		margin-right: 0.4vw;
	}
	.internal{
		width: 37vw;
		padding-top: 5vw;
		position: absolute;
		top: -0.5vw;
		left: -11vw;
		font-size: 3.8vw;
		transition: all 0.3s;
		/* display: inline-block!important; */
		z-index: 2;
	}
	.tuoab {
	    font-size: 4vw!important;
	}
	.ierlist{
		padding: 1vw 0 2vw;
		margin-top: 4vw
	}
	/* .head-right{
		width: 73%;
		display: inline-block!important;
	} */
	.head-right>div{
		color: #fff;
		display: inline-block;
		font-size: 3.8vw;
		margin-right: 2.3vw;
		margin-bottom: 3vw;
	}
	.divlis>img{
		width: 3vw;
		height: 3vw;
	}
 }
