.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 .hdr-row1{
	position: relative;
	padding: 20px 0 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: 434px;
	position: absolute;
	left: 50%;
	top:20px;
	transform: translateX(-50%);
}
.header2 .logo img{
	margin-top: 0;
    height:56px;
    width:auto;
}

.header2 .logo .img2{
	display: none;
}
.header2 .logo .logo_txt{
  font-size:16px;
  color:#221714;
  margin-left:8px;
}
.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: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #000;
	padding-left: 22px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-image: url(../images/tel.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/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 dd{margin-left:40px;}
.ul-mzw-nav-a1 li
{
	margin-left: 50px;
}
.hdr-models .ul-mzw-nav-a1 li{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
{
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #84CCC9;
  border-radius: 3px 3px 0 0;
	position: absolute;
	bottom: -20px;
	left: 0;
	opacity: 0;
	transition: .5s;
}
.ul-mzw-nav-a1 li.cur .a1 p:last-child::after{opacity: 1;}
.ul-mzw-nav-a1 .a2 p:last-child::after{
  content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0.8);
	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: 14px;

}
.ul-mzw-nav-a1.style2 .a1 p{
  padding-left:20px;
  background: url(../images/ai.png) no-repeat left center;
  background-size: 20px auto;
}
.ul-mzw-nav-a1.style2 li:nth-child(2) .a1 p{
  background: url(../images/cart.png) no-repeat left center;
  background-size: 20px auto;
}
.ul-mzw-nav-a1.style2 .a1 p:last-child::after{display: none!important;}
.header2.style2{
	background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(16px);
}
.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: #000;
}
.header2.style2 .g-mzw-tel-m3{
	background-image: url(../images/tel.png);
  background-size:20px auto;
  font-size:16px;
  padding-left:22px;
}
.header2.style2 .m-mzw-select-m5 .select-input::after{
	background-image: url(../images/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
{
	background: linear-gradient(to right, #F0E6A9, #84CCC9);
} */
/* .ul-mzw-nav-a1 .a2 p:last-child::after{
  height:1px;
  bottom:-3px;
  background-color:rgba(0,0,0,0.8)!important;
}
.header2.style2 .ul-mzw-nav-a1 .a2 p:last-child::after{
	background-color:rgba(0,0,0,0.8)!important;
} */
.header2.style2 .ul-mzw-nav-a1 .models_bg{
	background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(16px);
	border-color: #fff;
}
.header2.style2 .hdr-search .g-mzw-search-m1{
	background-image: url(../images/icon-search-b1-2.png);
}

@media only screen and (max-width: 1024px){
	.header{
		display: block;
	}
	.header2{
		display: none;
	}
}