header {
	width: 100%;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1001;
}
header.jzfd{
	background: #1068AC;
	position: inherit;
	left: inherit;
	top: inherit;
}
header.jzfd .logo{
    display: none;
}
header.jzfd .logo2{
    display: block;
} 
header.fd{
	background: #1068AC;
	position: fixed;
		left: 0;
	top: 0;
	z-index: 1001;
}
header.fd .logo{
    display: none;
}
header.fd .logo2{
    display: block;
}
.header {
	width: 100%;
	height: 88px;
	display: inline-block;
}

.logo {
	height: 50px;
	display: block;
	margin-top: 19px;
	float: left;
}
.logo2 {
	height: 50px;
	display: none;
	margin-top: 19px;
	float: left;
}
.header-ul{
	float: right;
	display: inline-block;
	margin-top: 29px;
}
.header-ul li{
	float: left;
	margin-right: 105px;
	position: relative;
}
.header-ul li:last-child{
	margin-right: 0;
}
.header-ul li::after{
	content: '';
	width: 6px;
	height: 6px;
	background-image: url(../img/img1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -56px;
	top: 50%;
	transform: translateY(-50%);
}
.header-ul li:last-child::after{
	display: none;
}
.header-li{
	display: block;
	/*font-size: 20px;*/
	font-size: 15px;
	line-height: 30px;
	color: white;
	font-weight: bold;
}