header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1003;
}

.header {
	width: 100%;
	height: 74px;
	display: inline-block;
}

.logo {
	height: 70px;
	display: block;
	float: left;
	/*margin-top: 17px;*/
}

.logo1 {
	height: 100%;
	display: block;
}

.logo2 {
	height: 100%;
	display: none;
}

.heade {
	float: right;
	display: inline-block;
}

.heade li {
	float: left;
	margin-right: 85px;
	position: relative;
}

.heade li:last-child {
	margin-right: 0;
}
.heade .heade2_1:hover{
    background: white;
    color: #56A2C8;
    /*transition: all .3s;*/
}
.heade li:hover .heade2 {
	display: block;
}
.heafds .heade2_1:hover{
	background: #56A2C8;
	    color: white;
}
.heade1 {
	font-size: 18px;
	color: #FFFFFF;
	display: block;
	box-sizing: border-box;
	padding: 20px 0;
}

.heade1.on {
	font-weight: bold;
	position: relative;
}

.heade1.on::after {
	content: '';
	width: 5px;
	height: 5px;
	background: #FFFFFF;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.heade2 {
	width: 145px;
	background: rgba(255, 255, 255, 0.29);
	border-radius: 4px;
	backdrop-filter: blur(10px);
	box-sizing: border-box;
	padding: 15px 0;
	display: none;
	position: absolute;
	left: 50%;
	top: 60px;
	transform: translateX(-50%);
	z-index: 1001;
}

.heade2_1 {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
}

.heade2_1.on {
	font-weight: bold;
}
.heafds{
	background: white;
}
.heafds .logo1{
	display: none;
}
.heafds .logo2{
	display: block;
}
.heafds .heade1{
	color: #56A2C8;
}
.heafds .heade1.on::after {
    background: #56A2C8;
	opacity: 0.5;
}
.heafds .heade2 {
    background: white;
    backdrop-filter: blur(0px);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.heafds .heade2_1{
	color: #56A2C8;
}
.heafds .heade2_1.on{
	  background: #56A2C8;
	color: white;
}