.header-height{
	display: none;
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: .4s;
}
.header::before{
	content: '';
	display: block;
	width: 100%;
	height: 216px;
	background: linear-gradient(180deg, #011D3B 0%, rgba(0, 40, 84, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
}
.header .hdr-con{
	position: relative;
}

.header .logo {
	width: 558px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 27px;
}
.header .hdr-r{
	float: right;
	padding: 18px 0 28px;
}
.header .hdr-row1{
	overflow: hidden;
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header .hdr-other{
	float: right;
}
.header .hdr-other ul{
	overflow: hidden;
}
.header .hdr-other li{
	float: left;
	position: relative;
	padding-left: 1px;
}
.header .hdr-other li::before{
	content: '';
	display: block;
	height: 16px;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.header .hdr-other li:first-child{
	padding-left: 0;
}
.header .hdr-other li:first-child::before{
	display: none;
}
.header .hdr-other li.on::before{
	display: none;
}
.header .hdr-other .con{
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 2;
	color: rgba(255, 255, 255, 0.8);
	padding: 0 40px;
	transition: .4s;
	cursor: pointer;
}
.header .hdr-other .con:hover{
	opacity: 0.5;
}
.header .hdr-other li.language .icon,
.header .hdr-other li.search .icon{
	margin-right: 10px;
}
.header .hdr-other li.language .icon{
	width: 16px;
}
.header .hdr-other li.search .icon{
	width: 14px;
}

.header .logo2{
	width: 116px;
}

.header .hdr-menubtn {
	display: none;
}

.nav .li1 {
	float: left;
	position: relative;
	margin-left: 26px;
}

.nav .li1:first-child {
	margin-left: 0;
}

.nav .li2{
	margin-bottom: 7px;
}

.nav .a1,
.nav .a2{
	display: block;
	cursor: pointer;
	position: relative;
	text-align: center;
	color: #FFFFFF;
	transition: .4s;
}

.nav .a1{
	font-size: 20px;
	line-height: 2;
	padding: 0 8px;
}
.nav .a2{
	font-size: 16px;
	line-height: 1.5;
	padding: 5px 0;
}

.nav .li1:hover .a1,
.nav .li2:hover .a2{
	color: #5BC3E5;
}

.nav .tit {
	display: block;
}
.nav .icon{
	display: none;
}

.nav .models{
	width: 127%;
	position: absolute;
	left: -13%;
	top: 100%;
	background-color: rgba(0, 91, 172, 0.9);
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.302);
	box-sizing: border-box;
	display: none;
}
.nav .models::before{
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background-color: #5BC3E5;
}
.header .nav2{
	padding: 15px 0 7px;
	margin: 0 5px;
}

.header.active {
	background-color: #005BAC;
}
.header.active::before{
	display: none;
}

.m-mzw-popup-a1{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
	display: none;
}

.m-mzw-popup-a1 .popup-mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(89, 89, 89, 0.8);
	opacity: 1;
	
}

.m-mzw-popup-a1 .popup-close{
	position: absolute;
	right: 50px;
	top: 50px;
	width: 25px;
	height: 25px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAlElEQVRIic3WUQqAIBAE0KHL62U9w/SRgVnqWjvSQj+h89BMBQCQTCQDSTg/gWRCRgKPio5AzJnhRMqXHtAlq0S8oFtGjXyFHvs+IW+hZp8WMgt12/YQKzRsM0JGIabRWpBWmHk6rUgdOrUwZpASMgMksWFV/WW65B9evoTlP6N8W5FvkPKtXn5oyY/fJRcJ/ZVIXTv8GM0XhxTytgAAAABJRU5ErkJggg==) no-repeat center;
	background-size: 100% auto;
	z-index: 10;
	cursor: pointer;
}

.m-mzw-popup-a1 .popup-search{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	max-width: 90%;
	height: 60px;
	transform: translate(-50%, -50%);
	z-index: 10;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.m-mzw-popup-a1 .input-txt,
.m-mzw-popup-a1 .input-submit{
	outline: none;
	border: none;
	font-size: 18px;
	height: 60px;
	line-height: 60px;
	float: left;
}

.m-mzw-popup-a1 .input-txt{
	padding: 0 12px;
	width: calc(100% - 120px);
	color: #212121;
	box-sizing:border-box;
}

.m-mzw-popup-a1 .input-submit{
	width: 120px;	
	background-color: #005BAC;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}

.footer{
	overflow: hidden;
	background: url(../images/bgpic-a5.jpg) no-repeat center;
	background-size: cover;
}
.footer .ftr-line{
	width: 100%;
	height: 10px;
	background: #FFC74C;
	position: relative;
	overflow: hidden;
}
.footer .ftr-line::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #5BC3E5;
	position: absolute;
	top: 0;
	right: 40%;
	transform: skew(75deg);
}
.footer .ftr-row1{
	padding: 40px 0 38px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .ftr-link li{
	float: left;
	margin-right: 50px;
	position: relative;
	cursor: pointer;
}
.footer .ftr-link li:nth-child(3){
	margin-right: 0;
}
.footer .ftr-link .con{
	display: flex;
	align-items: center;
	overflow: hidden;
	width: 371px;
	height: 54px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.5);
	transition: .4s;
	padding: 0 11px 0 41px;
}
.footer .ftr-link .icon{
	width: 45px;
	margin-left: 10px;
	transition: .4s;
}
.footer .ftr-link .txt{
	font-size: 18px;
	line-height: 1.5;
	color: #FFFFFF;
	flex: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/* .footer .ftr-link .con:hover{
	border-color: #fff;
} */
.footer .ftr-link li.on .icon{
	transform: rotate(90deg);
}
.footer .ftr-link .list{
	display: none;
	width: 100%;
	padding-top: 10px;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 2;
}
.footer .ftr-link .list dl{
	background-color: #fff;
	padding: 15px 40px;
	max-height: 20vh;
	overflow: hidden auto;
}
.footer .ftr-link .list .a1{
	display: block;
	font-size: 16px;
	line-height: 2;
	color: #212121;
	transition: .4s;
	overflow: hidden;
	cursor: pointer;
}
.footer .ftr-link .list .a1:hover{
	color: #005BAC;
}
.footer .logo1{
	width: 247px;
}
.footer .ftr-row2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 36px 0 31px;
}
.footer .logo2{
	width: 558px;
}
.footer .ftr-info{
	overflow: hidden;
}
.footer .ftr-info li{
	margin-bottom: 18px;
}
.footer .ftr-info li:last-child{
	margin-bottom: 0;
}
.footer .ftr-info .con{
	display: flex;
	align-items: center;
	overflow: hidden;
}
.footer .ftr-info .icon{
	width: 32px;
	margin-right: 20px;
}
.footer .ftr-info .txt{
	font-size: 18px;
	line-height: 32px;
	color: #FFFFFF;
}
.footer .ftr-qrcode{
	overflow: hidden;
}
.footer .ftr-qrcode .pic{
	width: 75px;
}
.footer .ftr-qrcode .txt{
	font-size: 14px;
	line-height: 36px;
	color: #FFFFFF;
	text-align: center;
}
.footer .copyright{
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
	padding: 33px 0 14px;
	text-align: center;
}

@media only screen and (min-width: 950px) and (max-width: 1920px) {
	.header::before{
		height: 11.25vw;
	}
	.header .logo {
		width: 29.06vw;
		top: 2.406vw;
	}
	.header .hdr-r{
		padding: 0.937vw 0 1.458vw;
	}
	.header .hdr-row1{
		margin-bottom: 0.520vw;
	}
	.header .hdr-other li::before{
		height: 0.833vw;
	}
	.header .hdr-other .con{
		font-size: 0.729vw;
		padding: 0 2.083vw;
	}
	.header .hdr-other li.language .icon,
	.header .hdr-other li.search .icon{
		margin-right: 0.520vw;
	}
	.header .hdr-other li.language .icon{
		width: 0.833vw;
	}
	.header .hdr-other li.search .icon{
		width: 0.729vw;
	}
	.header .logo2{
		width: 6.041vw;
	}
	.nav .li1 {
		margin-left: 1.354vw;
	}
	.nav .li2{
		margin-bottom: 0.364vw;
	}
	.nav .a1{
		font-size: 1.041vw;
		padding: 0 0.416vw;
	}
	.nav .a2{
		font-size: 0.833vw;
		padding: 0.260vw 0;
	}
	.nav .models{
		box-shadow: 0 0.104vw 0.781vw 0 rgba(0, 0, 0, 0.302);
	}
	.nav .models::before{
		height: 0.208vw;
	}
	.header .nav2{
		padding: 0.781vw 0 0.364vw;
		margin: 0 0.260vw;
	}
	.m-mzw-popup-a1 .popup-close{
		right: 2.604vw;
		top: 2.604vw;
	}
	.m-mzw-popup-a1 .popup-search{
		width: 31.25vw;
		height: 3.125vw;
		box-shadow: 0 0 0.520vw rgba(0, 0, 0, 0.1);
	}
	.m-mzw-popup-a1 .input-txt,
	.m-mzw-popup-a1 .input-submit{
		font-size: 0.937vw;
		height: 3.125vw;
		line-height: 3.125vw;
	}
	.m-mzw-popup-a1 .input-txt{
		padding: 0 0.625vw;
		width: calc(100% - 6.25vw);
	}
	.m-mzw-popup-a1 .input-submit{
		width: 6.25vw;	
	}
	
	.footer .ftr-line{
		height: 0.520vw;
	}
	.footer .ftr-row1{
		padding: 2.083vw 0 1.979vw;
	}
	.footer .ftr-link li{
		margin-right: 5.135vw;
	}
	.footer .ftr-link .con{
		width: 19.32vw;
		height: 2.812vw;
		border-radius: 0.260vw;
		padding: 0 0.572vw 0 2.135vw;
	}
	.footer .ftr-link .icon{
		width: 2.343vw;
		margin-left: 0.520vw;
	}
	.footer .ftr-link .txt{
		font-size: 0.937vw;
	}
	.footer .ftr-link .list{
		padding-top: 0.520vw;
	}
	.footer .ftr-link .list dl{
		padding: 0.781vw 2.083vw;
	}
	.footer .ftr-link .list .a1{
		font-size: 0.833vw;
	}
	.footer .logo1{
		width: 12.86vw;
	}
	.footer .ftr-row2{
		padding: 1.875vw 0 1.614vw;
	}
	.footer .logo2{
		width: 29.06vw;
	}
	.footer .ftr-info li{
		margin-bottom: 0.937vw;
	}
	.footer .ftr-info .icon{
		width: 1.666vw;
		margin-right: 1.041vw;
	}
	.footer .ftr-info .txt{
		font-size: 0.937vw;
		line-height: 1.666vw;
	}
	.footer .ftr-qrcode .pic{
		width: 3.906vw;
	}
	.footer .ftr-qrcode .txt{
		font-size: 0.729vw;
		line-height: 1.875vw;
	}
	.footer .copyright{
		font-size: 0.937vw;
		line-height: 1.041vw;
		padding: 1.718vw 0 0.729vw;
	}
}

@media only screen and (min-width: 950px) and (max-width: 1024px){
	.nav .li1 {
		margin-left: 1vw;
	}
}

@media only screen and (max-width: 949px) {
	.header {
		background-color: #005BAC;
	}
	.header::before{
		display: none;
	}
	.header-height{
		display: block;
		height: 90px;
	}
	.header .hdr-con{
		height: 90px;
		padding-bottom: 0;
	}
	.header .logo {
		width: 200px;
		height: 50px;
		top: auto;
		bottom: 0;
	}
	.header .logo img{
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.header .hdr-r{
		float: none;
		padding: 0;
	}
	.header .hdr-row1{
		padding-top: 10px;
		margin-bottom: 0;
		justify-content: flex-start;
		position: relative;
	}
	.header .logo2{
		display: none;
	}
	.header .hdr-other{
		float: none;
	}
	.header .hdr-other .con{
		padding: 0 4px;
		line-height: 30px;
		font-size: 12px;
	}
	.header .hdr-other li:first-child .con{
		padding-left: 0;
	}
	.header .hdr-other li:last-child .con{
		padding-right: 0;
	}
	
	.header .hdr-row2{
		height: 50px;
	}
	
	.header .hdr-nav {
		border-top: 1px solid #5BC3E5;
		width: calc(100% + 30px);
		height: calc(100vh - 90px);
		box-sizing: border-box;
		position: absolute;
		left: -15px;
		top: 90px;
		display: none;
		background-color: #005BAC;
		overflow-x: hidden;
		overflow-y: auto;
	}
	
	.nav .li1 {
		float: none;
		margin-left: 0;
	}
	.nav .li2{
		margin-bottom: 0;
	}
	
	.nav .a1,
	.nav .a2{
		text-align: left;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		height: 50px;
		line-height: 50px;
		padding: 0 15px;
		font-size: 16px;
	}
	
	.nav .a1{
		font-size: 16px;
	}
	.nav .tit{
		margin-right: 20px;
	}
	.nav .icon{
		display: block;
		width: 20px;
		height: 20px;
		background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA+0lEQVRYhe3YOwrCQBSF4T/iayv2FpbWqaONW7BxP9Y2LsINCC7HV3EsRJAYUWfu1UHmwJQZvpwbmCGFJFJO69eAV8nA2GRgbP4W2AcWwNiO8iSSQtZc15wkVYF7vLVCG9wCR6ADrIDKrLF6It6ulLT3bjJ2g1LS4Q45SQ3Y1KQp0mojN6TlOFzGbfq9eDRpDTRHegBNkV5AM6QnsAk5+HSP5G8z32rvLGma0ohNcF7A+ncXjPMAmjXnAXQ5j72aS+qykPR1K+kLq9tYLYAj7+ZuK/SoGwI94AzMgLXZ0VZLO/C5JdAFdsDGjvOYQso/MKOSgbHJwNgkD7wA2h4me0M9w40AAAAASUVORK5CYII=") no-repeat center;
		background-size: 100% auto;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		transition: .4s;
	}
	.nav .a1.active .icon{
		transform: translateY(-50%) rotate(90deg);
	}
	
	.nav .models{
		position: static;
		transform: unset;
		box-shadow: unset;
	}
	.nav .models::before{
		display: none;
	}
	.header .nav2{
		margin: 0 15px;
		padding: 0;
	}
	
	.header .hdr-menubtn {
		width: 30px;
		height: 50px;
		display: block;
		float: right;
		position: relative;
	}
	
	.g-mzw-nav-a1{
		width: 100%;
		cursor: pointer;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.g-mzw-nav-a1 .s{
		display: block;
		width: 100%;
		height: 4px;
		background-color: #fff;
		transition: .4s;
	}
	.g-mzw-nav-a1 .s2{
		margin: 5px 0;
	}
	.g-mzw-nav-a1.open .s1{
		transform: translateY(9px) rotateZ(45deg);
	}
	.g-mzw-nav-a1.open .s2{
		opacity: 0;
	}
	.g-mzw-nav-a1.open .s3{
		transform: translateY(-9px) rotateZ(-45deg);
	}
	
	.m-mzw-popup-a1 .popup-search{
		height: 40px;
	}
	.m-mzw-popup-a1 .popup-close{
		width: 30px;
		height: 30px;
		top: 25px;
		right: 25px;
	}
	
	.m-mzw-popup-a1 .input-txt,
	.m-mzw-popup-a1 .input-submit{
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}
	.m-mzw-popup-a1 .input-txt{
		width: calc(100% - 60px);
	}
	.m-mzw-popup-a1 .input-submit{
		width: 60px;
	}
	
	.footer .ftr-line{
		height: 4px;
	}
	.footer .ftr-row1{
		padding: 30px 0 10px;
		display: block;
	}
	.footer .ftr-link li{
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.footer .ftr-link .con{
		width: 100%;
		height: 40px;
		padding: 0 10px 0 20px;
	}
	.footer .ftr-link .icon{
		width: 25px;
	}
	.footer .ftr-link .txt{
		font-size: 14px;
	}
	.footer .ftr-link .list dl{
		padding: 10px 20px;
	}
	.footer .ftr-link .list .a1{
		font-size: 14px;
	}
	.footer .logo1{
		display: none;
		width: 150px;
		margin: 0 auto;
	}
	.footer .ftr-row2{
		flex-direction: column;
		padding: 30px 0;
	}
	.footer .logo2{
		width: 240px;
		margin: 0 auto 30px;
	}
	.footer .ftr-info{
		margin-bottom: 20px;
	}
	.footer .ftr-info li{
		margin-bottom: 10px;
	}
	.footer .ftr-info .con{
		display: flex;
		align-items: center;
		overflow: hidden;
	}
	.footer .ftr-info .icon{
		width: 24px;
		margin-right: 10px;
	}
	.footer .ftr-info .txt{
		font-size: 14px;
		line-height: 24px;
	}
	.footer .copyright{
		font-size: 14px;
		line-height: 1.5;
		padding: 15px 0;
	}
}

@media only screen and (max-width: 320px){
	.header .hdr-other .con{
		padding: 0 3px;
	}
	.header .hdr-other li.language .icon,
	.header .hdr-other li.search .icon {
	    margin-right: 8px;
	}
}