.wp1860{
	/* max-width: 1860px; */
	max-width: 96.87vw;
	margin: 0 auto;
}
.header{
	display: none;
}

.header2{
	width: 100%;
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	transition: .5s;
	background-color: #fff;
}
.header2{}
.header2 .hdr-con{}
.header2 .hdr-row1{
	position: relative;
	padding: 10px 0;
}
.header2 .hdr-col1,
.header2 .logo,
.header2 .hdr-search{
	height: 60px;
	display: flex;
	align-items: center;
}
.header2 .hdr-col1{
	float: left;
}
.header2 .hdr-tel{
	margin-left: 12px;
}
.header2 .logo{
	width: 222px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.header2 .logo img{
	margin-top: 20px;
}

.header2 .logo .img2{
	display: none;
}
.header2 .hdr-col2{
	float: right;
	overflow: hidden;
}
.header2 .hdr-models,
.header2 .hdr-search{
	float: left;
}
.header2 .hdr-search{
	margin-left: 40px;
}

.g-mzw-tel-m3{
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	color: #000;
	padding-left: 15px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 9px auto;
	background-image: url(../images/icon/icon-tel-a1-1.png);
}

.m-mzw-select-m5{
	height: 40px;
	border-radius: 2px;
	position: relative;
}
.m-mzw-select-m5 .select-input{
	padding-right: 40px;
	position: relative;
	overflow: hidden;
}
.m-mzw-select-m5 .select-input::after{
	content: "";
	display: block;
	width: 6px;
	height: 3px;
	background-image: url(../images/hf/select-m1-1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	right: 29px;
	transform: translateY(-50%);
	z-index: 1;
	transition: .5s;
}
.m-mzw-select-m5 .select-input-text,
.m-mzw-select-m5 .select-option-con{
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	padding-left: 20px;
}
.m-mzw-select-m5 .select-input-text{
	line-height: 40px;
}
.m-mzw-select-m5 .select-option{
	display: none;
	width: 100%;
	position: absolute;
	top: 40px;
	left: 0;
	box-sizing: border-box;
	background: rgba(33, 33, 33, 0.03);
	z-index: 5;
}
.m-mzw-select-m5 .select-option-con{
	line-height: 40px;
	color: rgba(0,0,0,0.5);
	transition: .5s;
}
.m-mzw-select-m5:hover .select-input{
	background: rgba(33, 33, 33, 0.03);
}
.m-mzw-select-m5 .select-option-con:hover{
	background: rgba(33, 33, 33, 0.05);
	color: #000;
}
.m-mzw-select-m5:hover .select-input::after{
    transform: translateY(-50%) rotate(-180deg);
}

.ul-mzw-nav-a1{
	display: flex;
	justify-content: center;
}
.ul-mzw-nav-a1 li,
.ul-mzw-nav-a1 dd{
	margin-left: 40px;
}
.ul-mzw-nav-a1 li{
	flex: none;
}
.ul-mzw-nav-a1 li:first-child,
.ul-mzw-nav-a1 dd:first-child{
	margin-left: 0;
}
.ul-mzw-nav-a1 .con{
	position: relative;
}
.ul-mzw-nav-a1 .a1,
.ul-mzw-nav-a1 .a2{
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: 400;
	line-height: 1.4;
	color: #000;
	text-align: center;
}
.ul-mzw-nav-a1 .a1{
	font-size: 14px;
}
.ul-mzw-nav-a1 .a1 p,
.ul-mzw-nav-a1 .a2 p{
	position: relative;
}
.ul-mzw-nav-a1 .a1 p:last-child::after,
.ul-mzw-nav-a1 .a2 p:last-child::after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: -3px;
	left: 0;
	opacity: 0;
	transition: .5s;
}
.ul-mzw-nav-a1 .models{
	position: absolute;
	top: 61px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	display: none;
}
.ul-mzw-nav-a1 dl{
	white-space: nowrap;
}
.ul-mzw-nav-a1 dd{
	display: inline-block;
}
.ul-mzw-nav-a1 .a2{
	font-size: 12px;
}
.ul-mzw-nav-a1 .models_bg{
	width: 100%;
	height: 60px;
	display: none;
	position: absolute;
	left: 0;
	top: 140px;
	z-index: 1;
	background-color: #fff;
	border-top: 1px solid #f1f1f1;
}
.ul-mzw-nav-a1 li:hover .a1 p:last-child::after,
.ul-mzw-nav-a1 dd:hover .a2 p:last-child::after{
	opacity: 1;
}
.ul-mzw-nav-a1.style2 .a1{
	font-size: 12px;
}

.header2.style2{
	background-color: rgba(33, 33, 33, 0.3);
}
.header2.style2 .g-mzw-tel-m3,
.header2.style2 .m-mzw-select-m5 .select-input-text,
.header2.style2 .m-mzw-select-m5 .select-option-con,
.header2.style2 .ul-mzw-nav-a1 .a1,
.header2.style2 .ul-mzw-nav-a1 .a2{
	color: #fff;
}
.header2.style2 .g-mzw-tel-m3{
	background-image: url(../images/icon/icon-tel-a1-2.png);
}
.header2.style2 .m-mzw-select-m5 .select-input::after{
	background-image: url(../images/hf/select-m1-2.png);
}
.header2.style2 .m-mzw-select-m5 .select-option,
.header2.style2 .m-mzw-select-m5:hover .select-input{
	background: rgba(33, 33, 33, 0.2);
}
.header2.style2 .m-mzw-select-m5 .select-option-con:hover{
	background: rgba(33, 33, 33, 0.3);
	color: rgba(255, 255, 255, 0.5);
}
.header2.style2 .logo .img1{
	display: none;
}
.header2.style2 .logo .img2{
	display: block;
}
.header2.style2 .ul-mzw-nav-a1 .a1 p:last-child::after,
.header2.style2 .ul-mzw-nav-a1 .a2 p:last-child::after{
	background-color: #fff;
}
.header2.style2 .ul-mzw-nav-a1 .models_bg{
	background-color: rgba(33, 33, 33, 0.3);
	border-color: #fff;
}
.header2.style2 .hdr-search .g-mzw-search-m1{
	background-image: url(../images/icon/icon-search-b1-2.png);
}

@media only screen and (max-width: 1024px){
	.header{
		display: block;
	}
	.header2{
		display: none;
	}
}