.header-height{
	display: none;
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	transition: .4s;
}
.header .hdr-bg{
	width: 100%;
	height: 258px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.header .hdr-bg::before{
	content: '';
	display: block;
	width: 100%;
	height: 959px;
	background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0, 0, 0, 0) 20%);
}
.header .hdr-line{
	width: 100%;
	height: 5px;
	background: linear-gradient(270deg, #522373 0%, #A30C5D 0%, #522373 100%);
	position: relative;
}
.header .hdr-con{
	position: relative;
	padding: 22px 40px 22px 50px;
	transition: .4s;
}

.header .logo {
	width: 414px;
	height: 100px;
	overflow: hidden;
	position: relative;
	float: left;
}

.header .logo img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header .hdr-search{
	height: 100px;
	display: flex;
	align-items: center;
	padding-left: 22px;
	position: relative;
	float: right;
}
.header .hdr-search::before{
	content: '';
	display: block;
	width: 1px;
	height: 60px;
	background-color: rgba(216, 216, 216, 0.5);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header .hdr-search-icon{
	width: 41px;
	cursor: pointer;
}
.header .hdr-r{
	float: right;
	margin-right: 22px;
}
.header .hdr-row1{
	overflow: hidden;
	padding-top: 10px;
}
.header .hdr-link{
	float: right;
}
.header .hdr-link ul{
	overflow: hidden;
}
.header .hdr-link li{
	float: left;
	position: relative;
	padding-right: 1px;
}
.header .hdr-link li::after{
	content: '';
	display: block;
	height: 14px;
	width: 1px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.header .hdr-link li:last-child{
	padding-right: 0;
}
.header .hdr-link li:last-child::after{
	display: none;
}
.header .hdr-link li:last-child .a1{
	padding-right: 0;
}
.header .hdr-link .a1{
	display: block;
	font-family: Source Han Sans CN;
	font-size: 16px;
	line-height: 32px;
	color: #FFFFFF;
	transition: .4s;
	padding: 0 14px;
}
.header .hdr-link .a1:hover{
	color: #D7B450;
}

.header .hdr-menubtn {
	display: none;
}

.nav .li1 {
	float: left;
	position: relative;
	margin-left: 23px;
}

.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-family: Source Han Sans CN;
	font-size: 20px;
	line-height: 48px;
	padding: 0 8px;
	font-weight: bold;
	letter-spacing: 0.02em;
	display: flex;
	align-items: center;
}
.nav .a2{
	font-family: Source Han Sans CN;
	font-size: 16px;
	line-height: 1.5;
}
.nav .tit {
	display: block;
	/* font-weight: 100; */
}
.nav .icon{
	width: 16px;
	height: 16px;
	background: url(/images/icon-a1.png) no-repeat center;
	background-size: 100% auto;
	margin-left: 7px;
}

.nav .models{
	width: 120%;
	/* background: #74186b; */
	position: absolute;
	background: linear-gradient(180deg, rgba(163, 12, 93, 0.9) 0%, rgba(82, 35, 115, 0.9) 100%);
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.3);
	/* background: linear-gradient(270deg, #522373 0%, #A30C5D 0%, #522373 100%); */
	box-sizing: border-box;
	display: none;
}
.nav .models::before{
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background-color: #FFFFFF;
}
.header .nav2{
	padding: 15px 0 0px;
	margin: 0 5px;
}

.nav .li2:hover .a2{
	/* color: #D7B450; */
	/* background: #ffff; */
}

.header.active .hdr-bg{
	display: none;
}
.header.active .hdr-con{
	padding-top: 10px;
	padding-bottom: 10px;
	background: linear-gradient(270deg, #522373 0%, #A30C5D 0%, #522373 100%);
}

.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() no-repeat center;
	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: linear-gradient(270deg, #522373 0%, #A30C5D 0%, #522373 100%);
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}

.footer{
	overflow: hidden;
	background: url(/images/bgpic-a1.jpg) no-repeat center;
	background-size: cover;
	padding-top: 34px;
}
.footer .ftr-row1{
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 40px 0;
}
.footer .ftr-link{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
}
.footer .ftr-link li{
	margin-right: 160px;
}
.footer .ftr-link li:last-child{
	margin-right: 0;
}
.footer .ftr-link .con{
	display: flex;
	align-items: center;
}
.footer .ftr-link .pic{
	margin-right: 26px;
}
.footer .ftr-link .txt{
	font-size: 22px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	transition: .4s;
}
.footer .ftr-link .li1 .pic{width: 60px;}
.footer .ftr-link .li2 .pic{width: 55px;}
.footer .ftr-link .li3 .pic{width: 58px;}
.footer .ftr-link .li4 .pic{width: 54px;}
.footer .ftr-link .li5 .pic{width: 57px;}
.footer .ftr-link .con:hover .txt{
	color: #D7B450;
}
.footer .ftr-row2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 74px 0 30px;
}
.footer .logo{
	display: block;
	width: 414px;
}
.footer .ftr-info .con{
	display: block;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	padding-left: 38px;
	background-repeat: no-repeat;
	background-position: left center;
}
.footer .ftr-info .num{
	margin-left: 2em;
}
.footer .ftr-info .li1 .con,
.footer .ftr-info .li2 .con{
	background-size: 18px auto;
	background-position: 2px center;
}
.footer .ftr-info .li1 .con{
	background-image: url(/images/icon-a11.png);
}
.footer .ftr-info .li2 .con{
	background-image: url(/images/icon-a12.png);
}
.footer .ftr-info .li2:hover{background-color:transparent;}
.footer .ftr-info .li3 .con{
	background-image: url(/images/icon-a13.png);
	background-size: 22px auto;
}
.footer .ftr-info .li4 .con{
	background-image: url(/images/icon-a14.png);
	background-size: 20px auto;
	background-position: 1px center;
}
.footer .copyright{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 26px 0 30px;
}
.footer .copyright .link{
	display: inline;
	color: #FFFFFF;
	margin-right: 2em;
}
.footer .copyright .link:last-child{
	margin-right: 0;
}

.m-mzw-qrcode-a1 li{
	float: left;
	margin-left: 21px;
}
.m-mzw-qrcode-a1 li:first-child{
	margin-left: 0;
}
.m-mzw-qrcode-a1 .con{
	display: block;
	position: relative;
	cursor: pointer;
}
.m-mzw-qrcode-a1 .icon{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	transition: .4s;
}
.m-mzw-qrcode-a1 .models{
	display: none;
	width: 113px;
	height: 113px;
	padding: 5px 6px 4px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 8px;
	margin-bottom: 8px;
	position: absolute;
	left: 50%;
	bottom: calc(100% + 13px);
	transform: translateX(-50%);
}
.m-mzw-qrcode-a1 .models .pic{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.m-mzw-qrcode-a1 .models::after{
	content: '';
	display: block;
	width: 18px;
	height: 11px;
	background: url(/images/icon-a15.svg) no-repeat center;
	background-size: 100% auto;
	position: absolute;
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
}
.m-mzw-qrcode-a1 .con:hover .models{
	display: block;
}

@media only screen and (min-width: 950px) and (max-width: 1920px) {
	.header .hdr-bg{
		height: 13.43vw;
	}
	.header .hdr-bg::before{
		height: 49.94vw;
	}
	.header .hdr-line{
		height: 0.260vw;
	}
	.header .hdr-con{
		padding: 1.145vw 2.083vw 1.145vw 2.604vw;
	}
	.header .logo {
		width: 21.56vw;
		height: 5.208vw;
	}
	.header .hdr-search{
		height: 5.208vw;
		padding-left: 1.145vw;
	}
	.header .hdr-search::before{
		height: 3.125vw;
	}
	.header .hdr-search-icon{
		width: 2.135vw;
	}
	.header .hdr-r{
		margin-right: 1.145vw;
	}
	.header .hdr-row1{
		padding-top: 0.520vw;
	}
	.header .hdr-link li::after{
		height: 0.729vw;
	}
	.header .hdr-link .a1{
		font-size: 0.833vw;
		line-height: 1.666vw;
		padding: 0 0.729vw;
	}
	.nav .li1 {
		margin-left: 1.197vw;
	}
	.nav .li2{
		margin-bottom: 0.164vw;
	}
	.nav .a1{
		font-size: 1.041vw;
		line-height: 2.5vw;
		padding: 0 0.416vw;
	}
	.nav .a2{
		font-size: 16px;
	}
	.nav .icon{
		width: 0.833vw;
		height: 0.833vw;
		margin-left: 0.364vw;
	}
	.nav .models{
		box-shadow: 0 0.104vw 0.781vw 0 rgba(0, 0, 0, 0.3);
	}
	.nav .models::before{
		height: 0.118vw;
	}
	.header .nav2{
		padding: 0.981vw 0 0vw;
		margin: 0 0.0vw;
		/* padding-top: 24px; */
	}
	.header.active .hdr-con{
		padding-top: 0.520vw;
		padding-bottom: 0.520vw;
	}
	
	.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{
		padding-top: 1.770vw;
	}
	.footer .ftr-row1{
		padding: 2.083vw 0;
	}
	.footer .ftr-link li{
		margin-right: 8.333vw;
	}
	.footer .ftr-link .pic{
		margin-right: 1.354vw;
	}
	.footer .ftr-link .txt{
		font-size: 1.145vw;
	}
	.footer .ftr-link .li1 .pic{width: 3.125vw;}
	.footer .ftr-link .li2 .pic{width: 2.864vw;}
	.footer .ftr-link .li3 .pic{width: 3.020vw;}
	.footer .ftr-link .li4 .pic{width: 2.812vw;}
	.footer .ftr-link .li5 .pic{width: 2.968vw;}
	.footer .ftr-row2{
		padding: 3.854vw 0 1.562vw;
	}
	.footer .logo{
		width: 21.56vw;
	}
	.footer .ftr-info .con{
		font-size: 0.833vw;
		line-height: 1.875vw;
		padding-left: 1.979vw;
	}
	.footer .ftr-info .li1 .con,
	.footer .ftr-info .li2 .con{
		background-size: 0.937vw auto;
		background-position: 0.104vw center;
	}
	.footer .ftr-info .li3 .con{
		background-size: 1.145vw auto;
	}
	.footer .ftr-info .li4 .con{
		background-size: 1.041vw auto;
	}
	.footer .copyright{
		font-size: 0.833vw;
		line-height: 1.25vw;
		padding: 1.354vw 0 1.562vw;
	}
	.m-mzw-qrcode-a1 li{
		margin-left: 1.093vw;
	}
	.m-mzw-qrcode-a1 .icon{
		width: 3.645vw;
		height: 3.645vw;
	}
	.m-mzw-qrcode-a1 .models{
		width: 5.885vw;
		height: 5.885vw;
		padding: 0.260vw 0.312vw 0.208vw;
		border-radius: 0.416vw;
		margin-bottom: 0.416vw;
		bottom: calc(100% + 0.677vw);
	}
	.m-mzw-qrcode-a1 .models::after{
		width: 0.937vw;
		height: 0.572vw;
		bottom: -0.416vw;
	}
}

@media only screen and (max-width: 949px) {
	.header .hdr-bg{
		display: none;
	}
	.header-height{
		display: block;
		height: 95px;
	}
	.header .hdr-con{
		height: 90px;
		padding: 0 15px;
		background: linear-gradient(270deg, #522373 0%, #A30C5D 0%, #522373 100%);
	}
	.header .logo {
		width: 180px;
		height: 50px;
		position: absolute;
		left: 15px;
		bottom: 0;
	}
	.header .hdr-search{
		height: 40px;
		padding-left: 0;
		position: absolute;
		top: 0;
		right: 15px;
	}
	.header .hdr-search::before{
		display: none;
	}
	.header .hdr-search-icon{
		width: 30px;
	}
	.header .hdr-r{
		float: none;
		margin-right: 0;
	}
	.header .hdr-row1{
		padding: 4px 30px 4px 0;
	}
	.header .hdr-link{
		float: none;
	}
	.header .hdr-link .a1{
		font-size: 14px;
		padding: 0 10px;
	}
	.header .hdr-link li:first-child .a1{
		padding-left: 0;
	}
	.header .hdr-row2{
		height: 50px;
	}
	
	.header .hdr-nav {
		border-top: 1px solid rgba(255, 255, 255, 0.3);
		width: 100%;
		height: calc(100vh - 95px);
		box-sizing: border-box;
		position: absolute;
		left: 0;
		top: 90px;
		display: none;
		background: linear-gradient(270deg, #522373 0%, #A30C5D 0%, #522373 100%);
		overflow-x: hidden;
		overflow-y: auto;
	}
				
	.nav .li1 {
		float: none;
		margin-left: 0;
	}
	.nav .li2{
		margin-bottom: 0;
	}
				
	.nav .a1{
		padding: 0 15px;
		font-size: 18px;
		line-height: 52px;
	}
	.nav .a2{
		text-align: left;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding: 0 15px;
		font-size: 16px;
		line-height: 40px;
	}

	.nav .tit{
		margin-right: 41px;
	}
	.nav .icon{
		display: block;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		transition: .4s;
		margin-left: 0;
	}
	.nav .a1.active .icon{
		transform: translateY(-50%) rotate(180deg);
	}
	
	.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{
		padding-top: 40px;
	}
	.footer .ftr-row1{
		padding: 40px 0 20px;
	}
	.footer .ftr-link{
		justify-content: space-around;
	}
	.footer .ftr-link li{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.footer .ftr-link .pic{
		margin-right: 14px;
	}
	.footer .ftr-link .txt{
		font-size: 14px;
	}
	.footer .ftr-link .li1 .pic{width: 50px;}
	.footer .ftr-link .li2 .pic{width: 45px;}
	.footer .ftr-link .li3 .pic{width: 48px;}
	.footer .ftr-link .li4 .pic{width: 44px;}
	.footer .ftr-link .li5 .pic{width: 47px;}
	.footer .ftr-row2{
		flex-direction: column;
		justify-content: center;
		padding: 40px 0;
	}
	.footer .logo{
		width: 240px;
		margin-bottom: 40px;
	}
	.footer .ftr-info{
		margin-bottom: 40px;
	}
	.footer .ftr-info .con{
		display: block;
		font-size: 14px;
		line-height: 2;
		padding-left: 30px;
	}
	.footer .ftr-info .num{
		display: block;
		margin-left: 0;
	}
	.footer .ftr-info .li1 .con,
	.footer .ftr-info .li2 .con{
		background-size: 14px auto;
	}
	.footer .ftr-info .li3 .con{
		background-size: 18px auto;
	}
	.footer .ftr-info .li4 .con{
		background-size: 16px auto;
	}
	.footer .copyright{
		font-size: 14px;
		line-height: 1.5;
		padding: 30px 0;
	}
	.footer .copyright .link{
		margin-right: 0;
	}
	
	.m-mzw-qrcode-a1 li{
		margin-left: 20px;
	}
	.m-mzw-qrcode-a1 .icon{
		width: 40px;
		height: 40px;
	}
	.m-mzw-qrcode-a1 .models{
		width: 80px;
		height: 80px;
		padding: 4px;
		border-radius: 4px;
		margin-bottom: 4px;
	}
}

@media only screen and (max-width: 320px) {
	.header .hdr-link .a1{
		padding: 0 4px;
	}
	.header .hdr-link li::after{
		display: none;
	}
}