/*基础CSS*/
html {
	color: #181818;
	font-size: 13px;
	overflow-x: hidden;
	font-family:Poppins,sans-serif; 
}
li {
	list-style: none;
}
a {
	color: #181818;
	 -webkit-transition: all 0.2s ease-out 0s;
	 -moz-transition: all 0.2s ease-out 0s;
	 -o-transition: all 0.2s ease-out 0s;
	 transition: all 0.2s ease-out 0s;
}
a:hover {
	color: #c33;
	text-decoration: none;
}
p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}
.red{
	color:red;
}
.text-secondary a {
	color: #6c757d;
}
.card, .figure {
	margin: 15px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.2rem;
	padding-left: 1.2rem;
	font-size: 14px;
}
.navbar-brand {
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.shadow-sm-top {
	box-shadow: 0 -.125rem .25rem rgba(0,0,0,.075) !important;
}
/*上下外边距*/
.mt-6, .my-6 {
	margin-top: 4rem !important;
}
.mt-7, .my-7 {
	margin-top: 5rem !important;
}
.mt-8, .my-8 {
	margin-top: 6rem !important;
}
.mt-9, .my-9 {
	margin-top: 7rem !important;
}
.mt-10, .my-10 {
	margin-top: 8rem !important;
}
.mb-6, .my-6 {
	margin-bottom: 4rem !important;
}
.mb-7, .my-7 {
	margin-bottom: 5rem !important;
}
.mb-8, .my-8 {
	margin-bottom: 6rem !important;
}
.mb-9, .my-9 {
	margin-bottom: 7rem !important;
}
.mb-10, .my-10 {
	margin-bottom: 8rem !important;
}
/*上下内边距*/
.pt-6, .mp-6 {
	padding-top: 4rem !important;
}
.pt-7, .py-7 {
	padding-top: 5rem !important;
}
.pt-8, .py-8 {
	padding-top: 6rem !important;
}
.pt-9, .py-9 {
	padding-top: 7rem !important;
}
.pt-10, .py-10 {
	padding-top: 8rem !important;
}
.pb-6, .py-6 {
	padding-bottom: 4rem !important;
}
.pb-7, .py-7 {
	padding-bottom: 5rem !important;
}
.pb-8, .py-8 {
	padding-bottom: 6rem !important;
}
.pb-9, .py-9 {
	padding-bottom: 7rem !important;
}
.pb-10, .py-10 {
	padding-bottom: 8rem !important;
}
/*边框*/
.border-top-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-right: 1px dashed #dee2e6 !important;
}
.border-bottom-dashed {
	border-bottom: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
/*字距*/
.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}
.ls-3 {
	letter-spacing: 3px;
}
.ls-4 {
	letter-spacing: 4px;
}
.ls-5 {
	letter-spacing: 5px;
}
/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: 4px;
	line-height: 1.25;
	color: #333333;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 4px;
	
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
	color: #333333;
	border: 1px solid #000;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #333333;
	border-color: #333333;
}
.page-num-current:hover {
	color: #fff !important;
}
/*其他*/
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.code, .code img {
	height: 100px;
}
.position, .position a {
	color: #999;
}
.content {
	color: #666;
	line-height: 2;
}
.content img, .content iframe {
	max-width: 100% !important;
}
.content li {
	list-style: disc outside none;
	margin-left: 20px;
}
/*产品轮播*/
.view {
	max-width: 500px;
}
.view .swiper-slide {
	height: 300px;
	max-width: 500px;
	padding: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.view .swiper-slide img {
	height: 100%;
}
.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left center;
	position: absolute;
	left: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat right center;
	position: absolute;
	right: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.preview {
	position: relative;
	width: 440px;
	left: 30px;
}
.preview .swiper-slide {
	width: 87.5px;
	height: 70px;
	margin: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}
.preview .swiper-slide img {
	display: inline-block;
	height: 100%;
}
.preview .active-nav {
	border: 1px solid #F00;
}
.preview .arrow-left {
	background: #fff url(../images/feel3.png) no-repeat left center;
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}
.preview .arrow-right {
	background: #fff url(../images/feel4.png) no-repeat right center;
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}

@media only screen and (max-width: 768px) {
.view .swiper-slide {
	height: 200px;
}
.preview {
	display: none;
}
.view .arrow-left, .view .arrow-right {
	height: 200px;
	display: block;
}
}
/*在线客服*/
.online {
	position: fixed;
	bottom: 150px;
	right: 10px;
	width: 60px;
	z-index: 999;
	color: #999;
}
.online a {
	color: #666;
}
.online a:hover {
	text-decoration: none;
}
.online dl {
	background: #27a8e1;
	padding: 10px 5px;
	margin-bottom: 1px;
	position: relative;
}
.online dl dd {
	color: #fff;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
.online dl dd i {
	font-size: 25px;
}
.online dl:hover {
	background: #1781bd;
}
.online dl dt {
	position: absolute;
	top: 0px;
	right: 60px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 9999;
	display: none;
	padding: 10px 15px;
	font-weight: normal;
}
.online dl dt h3 {
	display: block;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.online dl dt h3 i {
	margin-right: 5px;
}
.online dl dt h3 span {
	float: right;
	cursor: pointer;
}
.online dl dt input {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	padding: 3px 5px;
	width: 100%;
}
.online dl dt button {
	margin: 10px 0;
	border: none;
	border-radius: 5px;
	width: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	background: #28a7e1;
	color: #fff;
	cursor: pointer;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
.card-img-200 {
	height: 200px;
	overflow: hidden;
}
.card-img-180 {
	height: 180px;
	overflow: hidden;
}
.card-img-150 {
	height: auto;
	overflow: hidden;
}
.card-img-120 {
	height: 120px;
	overflow: hidden;
}
.card-img-100 {
	height: 100px;
	overflow: hidden;
}
}
/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
.page-num {
	display: none;
}
.head-sm-height {
	height: 61px !important;
}
}
/*********响应式样式******************/

/*行距*/
.lh-1 {
	line-height: 1;
}
.lh-2 {
	line-height: 2;
}
.lh-3 {
	line-height: 3;
}
.lh-4 {
	line-height: 4;
}
/*字体大小*/
.fs-12 {
	font-size: .857rem;
}
.fs-14 {
	font-size: 1rem;
}
.fs-16 {
	font-size: 1.142rem;
}
.fs-18 {
	font-size: 1.285rem;
}
.fs-20 {
	font-size: 1.428rem;
}
.fs-22 {
	font-size: 1.571rem;
}
.fs-24 {
	font-size: 1.714rem;
}
.fs-26 {
	font-size: 1.857rem;
}
.fs-28 {
	font-size: 2rem;
}
.fs-30 {
	font-size: 2.142rem;
}
.fs-32 {
	font-size: 2.286rem;
}
.fs-34 {
	font-size: 2.429rem;
}
.fs-36 {
	font-size: 2.571rem;
}
.fs-38 {
	font-size: 2.714rem;
}
.fs-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-5px {
	height: 5px;
}
.h-10px {
	height: 10px;
}
.h-15px {
	height: 15px;
}
.h-20px {
	height: 20px;
}
.h-25px {
	height: 25px;
}
.h-30px {
	height: 30px;
}
.h-35px {
	height: 35px;
}
.h-40px {
	height: 40px;
}
.h-45px {
	height: 45px;
}
.h-50px {
	height: 50px;
}
.h-55px {
	height: 55px;
}
.h-60px {
	height: 60px;
}
.h-65px {
	height: 65px;
}
.h-70px {
	height: 70px;
}
.h-75px {
	height: 75px;
}
.h-80px {
	height: 80px;
}
.h-85px {
	height: 85px;
}
.h-90px {
	height: 90px;
}
.h-95px {
	height: 95px;
}
.h-100px {
	height: 100px;
}
.h-110px {
	height: 110px;
}
.h-120px {
	height: 120px;
}
.h-130px {
	height: 130px;
}
.h-140px {
	height: 140px;
}
.h-150px {
	height: 150px;
}
.h-160px {
	height: 160px;
}
.h-170px {
	height: 170px;
}
.h-180px {
	height: 180px;
}
.h-190px {
	height: 190px;
}
.h-200px {
	height: 200px;
}
.h-210px {
	height: 210px;
}
.h-220px {
	height: 220px;
}
.h-230px {
	height: 230px;
}
.h-240px {
	height: 240px;
}
.h-250px {
	height: 250px;
}
.h-260px {
	height: 260px;
}
.h-270px {
	height: 270px;
}
.h-280px {
	height: 280px;
}
.h-290px {
	height: 290px;
}
.h-300px {
	height: 300px;
}
.h-310px {
	height: 310px;
}
.h-320px {
	height: 320px;
}
.h-330px {
	height: 330px;
}
.h-340px {
	height: 340px;
}
.h-350px {
	height: 350px;
}
.h-360px {
	height: 360px;
}
.h-370px {
	height: 370px;
}
.h-380px {
	height: 380px;
}
.h-390px {
	height: 390px;
}
.h-400px {
	height: 400px;
}
.h-410px {
	height: 410px;
}
.h-420px {
	height: 420px;
}
.h-430px {
	height: 430px;
}
.h-440px {
	height: 440px;
}
.h-450px {
	height: 450px;
}
.h-460px {
	height: 410px;
}
.h-470px {
	height: 470px;
}
.h-480px {
	height: 480px;
}
.h-490px {
	height: 490px;
}
.h-500px {
	height: 500px;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
/*行距*/
.lh-sm-1 {
	line-height: 1;
}
.lh-sm-2 {
	line-height: 2;
}
.lh-sm-3 {
	line-height: 3;
}
.lh-sm-4 {
	line-height: 4;
}
/*字体大小*/
.fs-sm-12 {
	font-size: .857rem;
}
.fs-sm-14 {
	font-size: 1rem;
}
.fs-sm-16 {
	font-size: 1.142rem;
}
.fs-sm-18 {
	font-size: 1.285rem;
}
.fs-sm-20 {
	font-size: 1.428rem;
}
.fs-sm-22 {
	font-size: 1.571rem;
}
.fs-sm-24 {
	font-size: 1.714rem;
}
.fs-sm-26 {
	font-size: 1.857rem;
}
.fs-sm-28 {
	font-size: 2rem;
}
.fs-sm-30 {
	font-size: 2.142rem;
}
.fs-sm-32 {
	font-size: 2.286rem;
}
.fs-sm-34 {
	font-size: 2.429rem;
}
.fs-sm-36 {
	font-size: 2.571rem;
}
.fs-sm-38 {
	font-size: 2.714rem;
}
.fs-sm-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-sm-5px {
	height: 5px;
}
.h-sm-10px {
	height: 10px;
}
.h-sm-15px {
	height: 15px;
}
.h-sm-20px {
	height: 20px;
}
.h-sm-25px {
	height: 25px;
}
.h-sm-30px {
	height: 30px;
}
.h-sm-35px {
	height: 35px;
}
.h-sm-40px {
	height: 40px;
}
.h-sm-45px {
	height: 45px;
}
.h-sm-50px {
	height: 50px;
}
.h-sm-55px {
	height: 55px;
}
.h-sm-60px {
	height: 60px;
}
.h-sm-65px {
	height: 65px;
}
.h-sm-70px {
	height: 70px;
}
.h-sm-75px {
	height: 75px;
}
.h-sm-80px {
	height: 80px;
}
.h-sm-85px {
	height: 85px;
}
.h-sm-90px {
	height: 90px;
}
.h-sm-95px {
	height: 95px;
}
.h-sm-100px {
	height: 100px;
}
.h-sm-110px {
	height: 110px;
}
.h-sm-120px {
	height: 120px;
}
.h-sm-130px {
	height: 130px;
}
.h-sm-140px {
	height: 140px;
}
.h-sm-150px {
	height: 150px;
}
.h-sm-160px {
	height: 160px;
}
.h-sm-170px {
	height: 170px;
}
.h-sm-180px {
	height: 180px;
}
.h-sm-190px {
	height: 190px;
}
.h-sm-200px {
	height: 200px;
}
.h-sm-210px {
	height: 210px;
}
.h-sm-220px {
	height: 220px;
}
.h-sm-230px {
	height: 230px;
}
.h-sm-240px {
	height: 240px;
}
.h-sm-250px {
	height: 250px;
}
.h-sm-260px {
	height: 260px;
}
.h-sm-270px {
	height: 270px;
}
.h-sm-280px {
	height: 280px;
}
.h-sm-290px {
	height: 290px;
}
.h-sm-300px {
	height: 300px;
}
.h-sm-310px {
	height: 310px;
}
.h-sm-320px {
	height: 320px;
}
.h-sm-330px {
	height: 330px;
}
.h-sm-340px {
	height: 340px;
}
.h-sm-350px {
	height: 350px;
}
.h-sm-360px {
	height: 360px;
}
.h-sm-370px {
	height: 370px;
}
.h-sm-380px {
	height: 380px;
}
.h-sm-390px {
	height: 390px;
}
.h-sm-400px {
	height: 400px;
}
.h-sm-410px {
	height: 410px;
}
.h-sm-420px {
	height: 420px;
}
.h-sm-430px {
	height: 430px;
}
.h-sm-440px {
	height: 440px;
}
.h-sm-450px {
	height: 450px;
}
.h-sm-460px {
	height: 410px;
}
.h-sm-470px {
	height: 470px;
}
.h-sm-480px {
	height: 480px;
}
.h-sm-490px {
	height: 490px;
}
.h-sm-500px {
	height: 500px;
}
}

/*md屏幕以上*/
@media only screen and (min-width: 768px) {
/*行距*/
.lh-md-1 {
	line-height: 1;
}
.lh-md-2 {
	line-height: 2;
}
.lh-md-3 {
	line-height: 3;
}
.lh-md-4 {
	line-height: 4;
}
/*字体大小*/
.fs-md-12 {
	font-size: .857rem;
}
.fs-md-14 {
	font-size: 1rem;
}
.fs-md-16 {
	font-size: 1.142rem;
}
.fs-md-18 {
	font-size: 1.285rem;
}
.fs-md-20 {
	font-size: 1.428rem;
}
.fs-md-22 {
	font-size: 1.571rem;
}
.fs-md-24 {
	font-size: 1.714rem;
}
.fs-md-26 {
	font-size: 1.857rem;
}
.fs-md-28 {
	font-size: 2rem;
}
.fs-md-30 {
	font-size: 2.142rem;
}
.fs-md-32 {
	font-size: 2.286rem;
}
.fs-md-34 {
	font-size: 2.429rem;
}
.fs-md-36 {
	font-size: 2.571rem;
}
.fs-md-38 {
	font-size: 2.714rem;
}
.fs-md-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-md-5px {
	height: 5px;
}
.h-md-10px {
	height: 10px;
}
.h-md-15px {
	height: 15px;
}
.h-md-20px {
	height: 20px;
}
.h-md-25px {
	height: 25px;
}
.h-md-30px {
	height: 30px;
}
.h-md-35px {
	height: 35px;
}
.h-md-40px {
	height: 40px;
}
.h-md-45px {
	height: 45px;
}
.h-md-50px {
	height: 50px;
}
.h-md-55px {
	height: 55px;
}
.h-md-60px {
	height: 60px;
}
.h-md-65px {
	height: 65px;
}
.h-md-70px {
	height: 70px;
}
.h-md-75px {
	height: 75px;
}
.h-md-80px {
	height: 80px;
}
.h-md-85px {
	height: 85px;
}
.h-md-90px {
	height: 90px;
}
.h-md-95px {
	height: 95px;
}
.h-md-100px {
	height: 100px;
}
.h-md-110px {
	height: 110px;
}
.h-md-120px {
	height: 120px;
}
.h-md-130px {
	height: 130px;
}
.h-md-140px {
	height: 140px;
}
.h-md-150px {
	height: 150px;
}
.h-md-160px {
	height: 160px;
}
.h-md-170px {
	height: 170px;
}
.h-md-180px {
	height: 180px;
}
.h-md-190px {
	height: 190px;
}
.h-md-200px {
	height: 200px;
}
.h-md-210px {
	height: 210px;
}
.h-md-220px {
	height: 220px;
}
.h-md-230px {
	height: 230px;
}
.h-md-240px {
	height: 240px;
}
.h-md-250px {
	height: 250px;
}
.h-md-260px {
	height: 260px;
}
.h-md-270px {
	height: 270px;
}
.h-md-280px {
	height: 280px;
}
.h-md-290px {
	height: 290px;
}
.h-md-300px {
	height: 300px;
}
.h-md-310px {
	height: 310px;
}
.h-md-320px {
	height: 320px;
}
.h-md-330px {
	height: 330px;
}
.h-md-340px {
	height: 340px;
}
.h-md-350px {
	height: 350px;
}
.h-md-360px {
	height: 360px;
}
.h-md-370px {
	height: 370px;
}
.h-md-380px {
	height: 380px;
}
.h-md-390px {
	height: 390px;
}
.h-md-400px {
	height: 400px;
}
.h-md-410px {
	height: 410px;
}
.h-md-420px {
	height: 420px;
}
.h-md-430px {
	height: 430px;
}
.h-md-440px {
	height: 440px;
}
.h-md-450px {
	height: 450px;
}
.h-md-460px {
	height: 410px;
}
.h-md-470px {
	height: 470px;
}
.h-md-480px {
	height: 480px;
}
.h-md-490px {
	height: 490px;
}
.h-md-500px {
	height: 500px;
}
}

/*lg屏幕以上*/
@media only screen and (min-width: 992px) {
/*行距*/
.lh-lg-1 {
	line-height: 1;
}
.lh-lg-2 {
	line-height: 2;
}
.lh-lg-3 {
	line-height: 3;
}
.lh-lg-4 {
	line-height: 4;
}
/*字体大小*/
.fs-lg-12 {
	font-size: .857rem;
}
.fs-lg-14 {
	font-size: 1rem;
}
.fs-lg-16 {
	font-size: 1.142rem;
}
.fs-lg-18 {
	font-size: 1.285rem;
}
.fs-lg-20 {
	font-size: 1.428rem;
}
.fs-lg-22 {
	font-size: 1.571rem;
}
.fs-lg-24 {
	font-size: 1.714rem;
}
.fs-lg-26 {
	font-size: 1.857rem;
}
.fs-lg-28 {
	font-size: 2rem;
}
.fs-lg-30 {
	font-size: 2.142rem;
}
.fs-lg-32 {
	font-size: 2.286rem;
}
.fs-lg-34 {
	font-size: 2.429rem;
}
.fs-lg-36 {
	font-size: 2.571rem;
}
.fs-lg-38 {
	font-size: 2.714rem;
}
.fs-lg-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-lg-5px {
	height: 5px;
}
.h-lg-10px {
	height: 10px;
}
.h-lg-15px {
	height: 15px;
}
.h-lg-20px {
	height: 20px;
}
.h-lg-25px {
	height: 25px;
}
.h-lg-30px {
	height: 30px;
}
.h-lg-35px {
	height: 35px;
}
.h-lg-40px {
	height: 40px;
}
.h-lg-45px {
	height: 45px;
}
.h-lg-50px {
	height: 50px;
}
.h-lg-55px {
	height: 55px;
}
.h-lg-60px {
	height: 60px;
}
.h-lg-65px {
	height: 65px;
}
.h-lg-70px {
	height: 70px;
}
.h-lg-75px {
	height: 75px;
}
.h-lg-80px {
	height: 80px;
}
.h-lg-85px {
	height: 85px;
}
.h-lg-90px {
	height: 90px;
}
.h-lg-95px {
	height: 95px;
}
.h-lg-100px {
	height: 100px;
}
.h-lg-110px {
	height: 110px;
}
.h-lg-120px {
	height: 120px;
}
.h-lg-130px {
	height: 130px;
}
.h-lg-140px {
	height: 140px;
}
.h-lg-150px {
	height: 150px;
}
.h-lg-160px {
	height: 160px;
}
.h-lg-170px {
	height: 170px;
}
.h-lg-180px {
	height: 180px;
}
.h-lg-190px {
	height: 190px;
}
.h-lg-200px {
	height: 200px;
}
.h-lg-210px {
	height: 210px;
}
.h-lg-220px {
	height: 220px;
}
.h-lg-230px {
	height: 230px;
}
.h-lg-240px {
	height: 240px;
}
.h-lg-250px {
	height: 250px;
}
.h-lg-260px {
	height: 260px;
}
.h-lg-270px {
	height: 270px;
}
.h-lg-280px {
	height: 280px;
}
.h-lg-290px {
	height: 290px;
}
.h-lg-300px {
	height: 300px;
}
.h-lg-310px {
	height: 310px;
}
.h-lg-320px {
	height: 320px;
}
.h-lg-330px {
	height: 330px;
}
.h-lg-340px {
	height: 340px;
}
.h-lg-350px {
	height: 350px;
}
.h-lg-360px {
	height: 360px;
}
.h-lg-370px {
	height: 370px;
}
.h-lg-380px {
	height: 380px;
}
.h-lg-390px {
	height: 390px;
}
.h-lg-400px {
	height: 400px;
}
.h-lg-410px {
	height: 410px;
}
.h-lg-420px {
	height: 420px;
}
.h-lg-430px {
	height: 430px;
}
.h-lg-440px {
	height: 440px;
}
.h-lg-450px {
	height: 450px;
}
.h-lg-460px {
	height: 410px;
}
.h-lg-470px {
	height: 470px;
}
.h-lg-480px {
	height: 480px;
}
.h-lg-490px {
	height: 490px;
}
.h-lg-500px {
	height: 500px;
}
}

/* 字体引用 */
@font-face {
  font-family: "NHaasGroteskDSPro-55Rg";src: url("../font/NHaasGroteskDSPro-55Rg.woff.ttf") format("woff"),
  url("../font/NHaasGroteskDSPro-55Rg.woff.ttf") format("ttf");
  font-display: swap;
  font-family: "NHaasGroteskDSPro-75Bd";src: url("../font/NHaasGroteskDSPro-75Bd.woff.ttf") format("woff"),
  url("../font/NHaasGroteskDSPro-75Bd.woff.ttf") format("ttf");
  font-display: swap;
}
@font-face {
	font-family: "Poppins";
	src: url("../font/poppins.eot");
	src: url("../font/poppins.eot") format("embedded-opentype"), url("../font/poppins.woff2") format("woff2"), url("../font/poppins.woff") format("woff"), url("../font/poppins.ttf") format("truetype"), url("../font/poppins.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
body{ background-color: #ffffff; font-family:'Poppins', Arial, Helvetica, sans-serif; }


.header_top{ width: 100%; background-color: #181818; padding: 0 3vw; height: 49px; line-height: 49px;
color: #7f7f7f; display: flex; justify-content: right; }
.header_top_ml{ margin-left: 28px; }
.header_top span{ font-size: 16px; padding-left: 6px; }
.header_top a{ color: #7f7f7f; display: block; }
.header_top a:hover{ color: #c33; }
.header_top_b{ position: relative; }
.header_top_b div{ position: absolute; top: 49px; z-index: 99999; left: -14px; padding-bottom: 10px; display: none; background-color: #181818; }
.header_top_b div a{ background-color: #181818; color: #7f7f7f; width: 120px; padding-left: 14px; line-height: 38px; display: block; }
.header_top_b div a:hover{ color: #c33; }

.sousuo_mask{ display: none; background-color: rgba(0, 0, 0, 0.6); position: fixed; z-index: 99999;
width: 100%; height: 100%; bottom: 0; }
.sousuo_close{ position: fixed; bottom: 0; width: 100%; height: 100%; }
.sousuo_show{ width: 100%; position:fixed; top:49px; z-Index:9999; background-color: #ffffff; }
.sousuo_show_a{ width: 100%; padding: 40px 3vw; display: flex; align-items: center; justify-content: space-between;
 border-bottom: 1px solid #ddd; }
.sousuo_show_a_logo{ width: 120px; flex-shrink: 0; }
.sousuo_show_a_serach{ width: 100%; margin-left: 140px; padding-right: 100px; position: relative; }
.sousuo_show_a_logo img{ width: 100%; }
.sousuo_show_b{ margin-left: 340px; padding: 50px 0; }
.sousuo_show_b a{ color: #181818; display: table; line-height: 45px; }
.sousuo_show_b a:hover{ color: #c33; }

.sousuo_show form{ width: 100%; }
.sousuo_show input{ border: none; background: #FFFFFF; font-size: 16px; width: 100%; padding-left: 30px;
line-height: 30px; height: 60px;  color: #444; border-bottom: 2px solid #181818; border-radius: 0; outline:none; }
input::-webkit-input-placeholder { color: #000000; }
input::-moz-placeholder { color: #000000; }
input::-ms-input-placeholder { color: #000000; }
input::placeholder { color: #000000; }
.sousuo_show button{ position: absolute; top: 13px; left: 0; border: none; color: #181818; font-size: 22px; background: none; padding: 0; }
.sousuo_close_c{ position: absolute; top: 24px; right: 0; cursor: pointer; }
.sousuo_close_c i{ font-size: 20px; color: #181818; font-weight: normal; }


/*头部*/
.header{ width: 100%; background-color:#ffffff; padding: 0 3vw; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; 
border-bottom: 1px solid #DDDDDD; }
.logo { padding: 20px 0; }
.logo img{ height: 30px; vertical-align: middle; }
.wu_nav ul{ display: flex; }
.wu_nav ul li{ margin-left: 30px; }
.wu_nav ul li .wu_nav_a:after{ 
 position: absolute;
 width: 0; 
 height: 2px;
 content: "";
 background-color: #c33;
 left: 50%;
 bottom: 0;
 transition: all 0.5s linear;
 -moz-transition: all 0.5s linear;
 -webkit-transition: all 0.5s linear;
 -o-transition: all 0.5s linear;
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 -moz-transform: translateX(-50%);
 -o-transform: translateX(-50%);
}
.wu_nav ul li .on:after{ width: 100%; }
.wu_nav ul li .wu_nav_a{ color: #181818; font-weight: bold; display: block; height: 76px; line-height: 20px; position: relative; display: flex; align-items: center; }
.wu_nav ul li .wu_nav_a:hover{ color: #c33; }
.wu_nav_list{ width: 100%; position: absolute; z-index: 111; left: 0; display: none; background-color: #ffffff; border-top: 1px solid #DDDDDD; }
.wu_nav_list_s{ display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 auto; max-width: 1400px; padding: 0 3vw;
 padding-top: 50px; padding-bottom: 40px; }
.wu_nav_list_s h2{ margin: 0; height: 38px; }
.wu_nav_list_s h2 a{ color: #181818; font-size: 18px; font-weight: bold; line-height: 38px; }
.wu_nav_list_s h2 a:hover{ color: #c33; }
.wu_nav_list_s h3{ padding-top: 20px; }
.wu_nav_list_s h3 a{ color: #181818; font-size: 14px; font-weight: bold; line-height: 30px; }
.wu_nav_list_s h3 a:hover{ color: #c33; }
.wu_nav_list_s p a{ color: #181818; font-size: 14px; line-height: 26px; display: table; }
.wu_nav_list_s p a:hover{ color: #c33; }
.wu_nav_list_pic { max-width: 280px; overflow: hidden; margin-bottom: 20px; }
.wu_nav_list_pic a { display: block; }
.wu_nav_list_pic img{ width: 100%; height: 100%; object-fit: cover; transition:transform 1s ease;}
.wu_nav_list_pic:hover img{ transform: scale(1.1); }
.wu_nav_list_pic h4 { color: #666; font-size: 14px; font-weight: normal; margin: 0; }
.wu_nav_list_pic span{ color: #000; font-size: 16px; font-weight: normal; width: 28px; height: 28px; margin-right: 6px; 
border-radius: 100px; border: 1px solid #c33; position: relative; 
 -webkit-transition: all 0.2s ease-out 0s;
 -moz-transition: all 0.2s ease-out 0s;
 -o-transition: all 0.2s ease-out 0s;
 transition: all 0.2s ease-out 0s;
}
.wu_nav_list_pic span::before{ position: absolute; top: 5px; left: 5px; }
.wu_nav_list_pic a:hover span{ color: #fff; background-color: #c33; }
.wu_nav_list_pic em{ color: #ffffff; font-size: 28px; font-weight: bold; font-style: normal; font-family:NHaasGroteskDSPro-75Bd,sans-serif;
 position: absolute; bottom: 8px; left: 20px; }
 
 .wu_nav_dh{ display: none; cursor: pointer; }
 .wu_nav_dh p{ border: 1px solid #666; color: #666; border-radius: 5px; font-size: 14px; width: 30px; height: 24px; text-align: center; }
 
 
 
.wu_nav_mobile_mask{ display: none; background-color: rgba(0, 0, 0, 0.6); position: fixed; z-index: 99999;
width: 100%; height: 100%; top:120px; }
.wu_nav_mobile{ display: block; width: 100%; position:fixed; z-Index:9999; background-color: #ffffff; padding: 10px 3vw; }
.wu_nav_mobile_plist{ display: flex; flex-wrap: wrap; }
.wu_nav_mobile_plist_c{ width: 50%; }
.wu_nav_mobile_plist_c h2{ margin: 0; }
.wu_nav_mobile_plist_c h2 a{ font-size: 1rem; color: #181818; font-weight: bold; }
.wu_nav_mobile_plist_c p { display: flex; flex-direction: column; }
.wu_nav_mobile_plist_c p a{ font-size: 1rem; color: #181818; line-height: 26px; }

.wu_nav_mobile_alist{ display: flex; flex-wrap: wrap; border-top: 1px solid #eee; margin-top: 15px; padding-top: 8px; padding-bottom: 10px; }
.wu_nav_mobile_alist_c{ width: 50%; }
.wu_nav_mobile_alist_c h2{ margin: 0; }
.wu_nav_mobile_alist_c h2 a{ font-size: 1rem; color: #181818; font-weight: bold; }
.wu_nav_mobile_alist_c p { display: flex; flex-direction: column; }
.wu_nav_mobile_alist_c p a{ font-size: 1rem; color: #181818; line-height: 26px; }


/*底部*/
.footer{ width: 100%; background-color: #181818; padding: 0 3vw; padding-top: 90px; padding-bottom: 130px; display: flex; justify-content:left; }
.footer_css h2{ color: #7f7f7f; font-size: 14px; line-height: 30px; font-weight: normal; padding-bottom: 12px; }
.footer_css a{ color: #ffffff; font-size: 14px; line-height: 34px; display:block; }
.footer_css a:hover{ color: #c33; }
.footer_css img{ height: 30px; }
.footer_media{ padding-top: 12px; }
.footer_media a{ color: #ffffff; font-size: 16px; display: inline-block; padding-right: 8px; }
.footer_media a:hover{ color: #c33; }
.footer_email h3{ color: #ffffff; font-size: 13px; line-height: 30px; font-weight: normal; margin-bottom: 20px; }
.footer_email h3 i{ font-size: 16px; padding-right: 10px; }
.footer_email a{ color: #ffffff; background-color: #c33; font-size: 14px; width: 200px; line-height: 50px; text-align: center; }
.footer_email a:hover{ color: #ffffff; background-color: #881414; }
.footer_01{ margin-right: 4%; }
.footer_02{margin-right: 4%;}
.footer_03{margin-right: 4%;}
.footer_04{ margin-left: auto; }

.copyright{ width: 100%; background-color: #181818; padding: 0 3vw; 
display: flex; align-items:center; justify-content:space-between; flex-wrap: wrap;
border-top: 1px solid #2D2D2D; }
.copyright div{ font-size: 12px; color: #858585; line-height: 1.5vw; padding: 10px 0; }
.copyright div a{ font-size: 12px; color: #858585; display: inline-block; padding: 5px 0; }
.copyright div a:hover{ color: #c33; }
.copyright div span{ padding-right: 10px; }


.wu_shipin{position: relative;}
.wu_shipin_title{ position: absolute; top: 30px; left: 3vw; color: #ffffff; font-weight: bold; font-size: 18px; }


.wu_category{ width: 100%; /* min-height: 55vw; */ position: relative; margin-top: 20px; }
.wu_category_img img{ width: 100%; height: 100%; object-fit: cover; }
.wu_category_con_l{ height: 100%; position: absolute; top:0; left: 0; display: flex; align-items: center; }
.wu_category_con_l_w{ width: 450px; margin-left: 3vw; }
.wu_category_con_r{ height: 100%; position: absolute; top:0; right: 0; display: flex; align-items: center; }
.wu_category_con_r_w{ width: 450px; margin-right: 3vw; }
.wu_category_1{ font-size: 14px; color: #c33; line-height: 35px; font-weight: bold; }
.wu_category_2{ font-size: 46px; color: #ffffff; line-height: 55px; font-weight: bold; font-family:NHaasGroteskDSPro-75Bd,sans-serif; }
.wu_category_3{ font-size: 16px; color: #ffffff; line-height: 30px; padding-top: 10px; }
.wu_category_4{ padding-top: 20px; }
.wu_category_4 a{ display: flex; align-items: center;  }
.wu_category_4 a:hover span{ color: #fff; background-color: #c33; }
.wu_category_4 em { color: #ffffff; font-size: 14px; font-style: normal; }
.wu_category_4 span{ color: #ffffff; font-size: 16px; width: 28px; height: 28px; margin-right: 6px; 
border-radius: 100px; border: 1px solid #c33; position: relative; 
 -webkit-transition: all 0.2s ease-out 0s;
 -moz-transition: all 0.2s ease-out 0s;
 -o-transition: all 0.2s ease-out 0s;
 transition: all 0.2s ease-out 0s;
}
.wu_category_4 span::before{ position: absolute; top: 5px; left: 5px; }


/* 面包线 */
.wu_daohang{ padding: 13px 3vw; color: #7f7f7f; }
.wu_daohang a:first-child{ display: none; }
.wu_daohang a:nth-child(2){ display: none; }
.wu_daohang a{ color: #7f7f7f; padding-right: 4px; }
.wu_daohang a:hover{ color: #c33; }


/* 内页banner */
.wu_bannerny{ width: 100%; position: relative; }
.wu_bannerny_img img{ width: 100%; max-height: 750px; object-fit: cover; }
.wu_bannerny_con_l{ height: 100%; position: absolute; top:0; left: 0; display: flex; align-items: center; }
.wu_bannerny_con_l_w{ width: 450px; margin-left: 3vw; }
.wu_bannerny_1{ font-size: 14px; color: #c33; line-height: 35px; font-weight: bold; }
.wu_bannerny_2{ font-size: 46px; color: #ffffff; line-height: 55px; text-shadow: 2px 1px 1px #adadad; font-weight: bold; font-family:NHaasGroteskDSPro-75Bd,sans-serif; }
.wu_bannerny_3{ font-size: 16px; color: #ffffff; line-height: 30px; padding-top: 10px; }
.wu_bannerny_4{ padding-top: 20px; }
.wu_bannerny_4 a{ display: flex; align-items: center;  }
.wu_bannerny_4 a:hover span{ color: #fff; background-color: #c33; }
.wu_bannerny_4 em { color: #ffffff; font-size: 14px; font-style: normal; }
.wu_bannerny_4 span{ color: #ffffff; font-size: 16px; width: 28px; height: 28px; margin-right: 6px; 
border-radius: 100px; border: 1px solid #c33; position: relative; 
 -webkit-transition: all 0.2s ease-out 0s;
 -moz-transition: all 0.2s ease-out 0s;
 -o-transition: all 0.2s ease-out 0s;
 transition: all 0.2s ease-out 0s;
}
.wu_bannerny_4 span::before{ position: absolute; top: 5px; left: 5px; }


.wu_currentlm{ padding: 13px 3vw; border-bottom: 1px solid #DDDDDD; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.wu_currentlm_a{ color: #181818; font-size: 30px; font-family:NHaasGroteskDSPro-75Bd,sans-serif; }
.wu_currentlm_b{ display: flex; flex-wrap: wrap; }
.wu_currentlm_b p{ color: #7f7f7f; font-size: 13px; font-weight: bold; }
.wu_currentlm_b a{ color: #181818; font-size: 13px; font-weight: bold; padding-left: 18px; }
.wu_currentlm_b a:hover{ color: #c33; }
.wu_currentlm_b .on{ color: #c33; }


.wu_content{ margin: 0 auto; max-width: 1600px; padding: 70px 3vw; display: flex; justify-content: space-between; }
.wu_content_l{ width: 285px; flex-shrink: 0; }
.wu_content_r{ width: 100%; }
.wu_content_a{ color: #181818; font-size: 16px; line-height: 28px; padding-bottom: 30px; }
.wu_content_nav{ padding-bottom: 15px; }
.wu_content_l .on{ display: block; }
.wu_content_l .remove{ display: none; }
.wu_content_nav_title{ display: flex; align-items: center; }
.wu_content_nav_title span{ color: #181818; font-size: 16px; padding-right: 10px; display: none; }
.wu_content_nav_title i{ color: #181818; font-size: 16px; padding-right: 10px; display: block; }
.wu_content_nav_title a{ color: #181818; font-size: 18px; font-weight: bold; }
.wu_content_nav_con { padding-left: 10px; display: none; }
.wu_content_nav_con h2{ margin: 0; }
.wu_content_nav_con h2 a{ color: #181818; font-size: 14px; line-height: 40px; }
.wu_content_nav_con h2 a:hover{ color: #c33; }
.wu_content_nav_con p { padding: 18px 20px; }
.wu_content_nav_con p a{ color: #181818; font-size: 14px; display: table; line-height: 30px; }
.wu_content_nav_con p a:hover{ color: #c33; }
.wu_content_nav_con .hover{ color: #c33; }
.wu_content_b ul { display: grid; grid-template-columns: 32% 32% 32%; grid-gap: 2%; grid-row-gap:5px; }
.wu_content_b ul li{ background-color: #f6f6f6; margin-bottom: 30px; padding-bottom: 22px; }
.wu_content_b ul li:hover .wu_content_more{ background-color: #c33; border: 1px solid #c33; color: #ffffff; }
.wu_content_b a{ display: block; }
.wu_content_img{ overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; }
.wu_content_img img{ width: 100%; height: 100%; transition:transform 1s ease; }
.wu_content_b ul li:hover img{ transform: scale(1.1); }
.wu_content_title{ color: #181818; font-size: 17px; font-weight: bold; padding: 0 30px; text-align: center; }
.wu_content_model{ color: #7f7f7f; font-size: 14px; padding: 0 30px; text-align: center; padding-top: 6px; height: 70px; }
.wu_content_price{ color: #181818; font-size: 14px; padding: 12px 30px; text-align: center; }
.wu_content_more{ color: #c33; font-size: 14px; margin: 0 30px; text-align: center; border: 1px solid #7f7f7f;
 height: 50px; line-height: 50px;
 -webkit-transition: all 0.2s ease-out 0s;
 -moz-transition: all 0.2s ease-out 0s;
 -o-transition: all 0.2s ease-out 0s;
 transition: all 0.2s ease-out 0s;
 }



.wu_proshow{ margin: 0 auto; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 3vw; }
.wu_proshow_l{ background-color: #ffffff; width: 50%; border-right: 1px solid #f6f6f6;
/* overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; */ }
.wu_proshow_r{ width: 50%; padding-left: 60px; padding-top: 100px; }
.wu_proshow_r h2{ margin: 0; color: #b3b3b3; font-size: 14px; font-weight: normal; line-height: 26px; }
.wu_proshow_r h3{ margin: 0; color: #181818; font-size: 48px; font-weight: bold; line-height: 60px; font-family:NHaasGroteskDSPro-75Bd,sans-serif;
padding-bottom: 30px; }
.wu_proshow_r p{ color: #181818; font-size: 13px; font-weight: normal; line-height: 24px; padding-bottom: 30px; }
.wu_proshow_r em{ color: #7f7f7f; font-size: 14px; font-style: normal; line-height: 24px; }
.wu_proshow_r h4{ margin: 0; color: #181818; font-size: 18px; font-weight: bold; line-height: 60px; padding-top: 14px;
 border-top: 1px solid #ddd; margin-top: 14px; max-width: 550px; }
.wu_proshow_gwc{ border-bottom: 1px solid #ddd; display: flex; padding-bottom: 60px; max-width: 550px; }
.wu_proshow_gwc_1{ border: 1px solid #c33; background-color: #c33; text-align: center; width: 200px; line-height: 50px; display: block;
 color: #ffffff; font-size: 15px; margin-right: 20px; }
.wu_proshow_gwc_1:hover{ border: 1px solid #881414; background-color: #881414; color: #ffffff; }
.wu_proshow_gwc_1 span{ font-size: 16px; padding-left: 8px; }
.wu_proshow_gwc_2{ border: 1px solid #ddd; background-color: #ffffff; text-align: center; width: 200px; line-height: 50px; display: block;
 color: #181818; font-size: 15px; }
.wu_proshow_gwc_2:hover{ color: #7f7f7f; }
.wu_proshow_share{ color: #181818; font-size: 14px; line-height: 30px; margin-top:25px; cursor: pointer; }
.wu_proshow_share span{ color: #181818; font-size: 18px; padding-right: 10px; }
.wu_proshow_share_list{ display: none; padding-top: 10px; padding-left: 26px; }
.wu_proshow_share_list a{ color: #B3B3B3; font-size: 18px; padding-right: 15px; }

.fui_pic{ display: flex; flex-wrap: wrap; }
.fui_picaa {  }
.fui_picaa ul{ padding-left: 10px; max-height: 80px; overflow:auto; display: flex; }
.fui_picaa ul li{ cursor: pointer; border: 1px solid #eee; background-color: #ffffff; margin-top: 10px; }
.fui_picaa ul li img{ width: 80px; height: 80px; }
.fui_picaa ul .active { border: 1px solid #c33; }
.fui_picbb{ padding-left: 10px; display: flex; align-items: center; }


.wu_describe{ margin: 0 auto; padding: 80px 3vw; }
.fui_listaa { border-bottom: 1px solid #e4e4e4; }
.fui_listaa ul{ margin: 0 auto; max-width: 800px; display: grid; grid-template-columns: auto auto auto auto; grid-gap: 20px; }
.fui_listaa ul li{ line-height: 2.2rem; text-align: center; cursor: pointer; }
.fui_listaa ul li p{ font-size: 15px; color: #181818; line-height: 50px;  }
.fui_listaa ul .active p{ color: #c33; font-weight: bold; border-bottom: 2px solid #c33; }
.fui_listbb{ margin: 0 auto; max-width: 1200px; }


.wu_biaoshi{ display: grid; grid-template-columns: 25% 25% 25% 25%; grid-gap: 40px; max-width: 800px; padding-top: 60px; }
.wu_biaoshi img{ width: 100% }
.wu_biaoshi p{ text-align: center; font-size: 18px; }

.wu_overview{ padding-top: 70px; }
.wu_overview_title{ font-size: 32px; color: #181818; text-align: center; font-family:NHaasGroteskDSPro-75Bd,sans-serif; line-height: 40px; }
.wu_overview_con{ display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 28px; }
.wu_overview_con_l{ width: 38%; }
.wu_overview_con_r{ width: 38%; }
.wu_overview_con_title{ font-size: 18px; color: #7f7f7f; font-weight: bold; line-height: 30px; }
.wu_overview_con_con{ font-size: 16px; color: #181818; line-height: 28px; padding-top: 10px; }

.wu_descriptions { padding-top: 40px; text-align: center; }


.wu_specifications{ margin: 0 auto; max-width: 800px; padding-top: 60px; }
.wu_specifications_title{ font-size: 18px; color: #181818; font-weight: bold; line-height: 48px; 
 border-bottom: 1px solid #e4e4e4; }
.wu_specifications_con{ font-size: 14px; color: #181818; line-height: 24px; padding-top: 25px; padding-bottom: 14px; }

.wu_Downloads{ margin: 0 auto; max-width: 860px; margin-top: 70px; display: flex; flex-wrap: wrap; justify-content: space-between;
 background-color: #fafafa; padding: 80px 0; }
.wu_Downloads_l{ width: 50%; padding: 20px 0; border-right: 1px solid #eee; }
.wu_Downloads_r{ width: 50%; padding: 20px 0; }
.wu_Downloads h2{ font-size: 30px; color: #181818; font-weight: bold; line-height: 48px; text-align: center; font-family:NHaasGroteskDSPro-75Bd,sans-serif; }
.wu_Downloads_h { padding-top: 40px; }
.wu_Downloads_h a{ display: flex; align-items: center; justify-content: center; }
.wu_Downloads_h a:hover span{ color: #fff; background-color: #c33; }
.wu_Downloads_h em { color: #181818; font-size: 14px; font-style: normal; }
.wu_Downloads_h span{ color: #000; font-size: 16px; width: 28px; height: 28px; margin-right: 6px; 
border-radius: 100px; border: 1px solid #c33; position: relative; 
 -webkit-transition: all 0.2s ease-out 0s;
 -moz-transition: all 0.2s ease-out 0s;
 -o-transition: all 0.2s ease-out 0s;
 transition: all 0.2s ease-out 0s;
}
.wu_Downloads_h span::before{ position: absolute; top: 5px; left: 10px; }

.wu_faq{ padding-top: 70px; }
.wu_faq .on{ display: block; }
.wu_faq .remove{ display: none; }
.wu_faq_nav_title{ display: flex; align-items: center; padding-top: 15px; padding-bottom: 20px; }
.wu_faq_nav_title span{ color: #888; font-size: 16px; padding-right: 10px; display: none; }
.wu_faq_nav_title em{ color: #888; font-size: 16px; padding-right: 10px; font-style: normal; display: block; }
.wu_faq_nav_title a{ color: #181818; font-size: 18px; font-weight: bold; }
.wu_faq_nav_con { display: none; color: #181818; font-size: 13px; line-height: 22px; padding-bottom: 30px; }


.wu_relate{ margin: 0 auto; max-width: 1400px; padding: 100px 3vw; }
.wu_relate_title{ color: #181818; font-size: 30px; line-height: 30px; text-align: center; font-family:NHaasGroteskDSPro-75Bd,sans-serif; }
.wu_relate_con{ padding-top: 60px; }
.wu_relate_con ul { display: grid; grid-template-columns: 32% 32% 32%; grid-gap: 2%; grid-row-gap:20px; }
.wu_relate_con ul li{ background-color: #f6f6f6; margin-bottom: 30px; padding-bottom: 22px; }
.wu_relate_con ul li:hover .wu_content_more{ background-color: #c33; border: 1px solid #c33; color: #ffffff; }
.wu_relate_con a{ display: block; }
.wu_content_img{ overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; }
.wu_content_img img{ width: 100%; height: 100%; transition:transform 1s ease; }
.wu_relate_con ul li:hover img{ transform: scale(1.1); }
.wu_content_title{ color: #181818; font-size: 17px; font-weight: bold; padding: 0 30px; text-align: center; }
.wu_content_model{ color: #7f7f7f; font-size: 14px; padding: 0 30px; text-align: center; padding-top: 6px; height: 70px; }
.wu_content_price{ color: #181818; font-size: 14px; padding: 12px 30px; text-align: center; }
.wu_content_more{ color: #c33; font-size: 14px; margin: 0 30px; text-align: center; border: 1px solid #7f7f7f;
 height: 50px; line-height: 50px;
 -webkit-transition: all 0.2s ease-out 0s;
 -moz-transition: all 0.2s ease-out 0s;
 -o-transition: all 0.2s ease-out 0s;
 transition: all 0.2s ease-out 0s;
 }


/* 关于我们 */
.wu_about{ width: 100%; min-height: 49vw; position: relative; }
.wu_about_img::before{content:""; background-color: #181818; opacity:0.4; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; }
.wu_about_img img{ width: 100%; height: 100%; object-fit: cover; }
.wu_about_con_l{ height: 100%; position: absolute; top:0; left: 0; display: flex; align-items: center; z-index: 3; }
.wu_about_con_l_w{ width: 550px; margin-left: 3vw; margin-right: 3vw; }
.wu_about_con_r{ height: 100%; position: absolute; top:0; right: 0; display: flex; align-items: center; }
.wu_about_con_r_w{ width: 450px; margin-right: 18%; }
.wu_about_1{ font-size: 14px; color: #c33; line-height: 35px; font-weight: bold; }
.wu_about_2{ font-size: 65px; color: #ffffff; line-height: 55px; font-weight: bold; font-family:NHaasGroteskDSPro-75Bd,sans-serif; }
.wu_about_3{ font-size: 16px; color: #ffffff; line-height: 30px; padding-top: 10px; }
.wu_about_4{ padding-top: 20px; }
.wu_about_4 a{ display: flex; align-items: center;  }
.wu_about_4 a:hover span{ color: #fff; background-color: #c33; }
.wu_about_4 em { color: #ffffff; font-size: 14px; font-style: normal; }
.wu_about_4 span{ color: #ffffff; font-size: 16px; width: 28px; height: 28px; margin-right: 6px; 
border-radius: 100px; border: 1px solid #c33; position: relative; 
 -webkit-transition: all 0.2s ease-out 0s;
 -moz-transition: all 0.2s ease-out 0s;
 -o-transition: all 0.2s ease-out 0s;
 transition: all 0.2s ease-out 0s;
}
.wu_about_4 span::before{ position: absolute; top: 5px; left: 10px; }

.wu_about_01{ padding: 220px 3vw; display: flex; flex-wrap: wrap; justify-content: space-between; }
.wu_about_01_l{ max-width: 600px; }
.wu_about_01_r{ max-width: 600px; }
.wu_about_01_l p{ color: #181818; font-size: 48px; line-height: 60px; font-family:NHaasGroteskDSPro-75Bd,sans-serif; }
.wu_about_01_r p{ color: #181818; font-size: 14px; line-height: 30px; }

.wu_about_02{ width: 100%; min-height: 57vw; position: relative; }
.wu_about_02_img::before{content:""; background-color: #181818; opacity:0.7; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; }
.wu_about_02_img img{ width: 100%; height: 100%; object-fit: cover; }
.wu_about_02_w{ display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; height: 100%; position: absolute; top:0; left: 0; z-index: 3; }
.wu_about_02_con_l{ display: flex; align-items: center; }
.wu_about_02_con_l_w{ max-width: 650px; margin-left: 3vw; margin-right: 3vw; }
.wu_about_02_1{ font-size: 14px; color: #c33; line-height: 35px; font-weight: bold; font-family:NHaasGroteskDSPro-75Bd,sans-serif; }
.wu_about_02_2{ font-size: 48px; color: #ffffff; line-height: 55px; font-weight: bold; font-family:NHaasGroteskDSPro-75Bd,sans-serif; }
.wu_about_02_3{ font-size: 16px; color: #ffffff; line-height: 30px; padding-top: 10px; }
.wu_about_02_con_r{ display: flex; align-items: center; font-size: 16px; color: #ffffff; line-height: 30px; }
.wu_about_02_con_r_w{ max-width: 650px; margin-left: 18%; margin-right: 18%; }

.wu_about_03{ text-align: center; padding: 240px 0; }
.wu_about_03 span{ font-size: 38px; color: #c33; }
.wu_about_03 p{ font-size: 48px; color: #000; line-height: 60px; font-family:NHaasGroteskDSPro-75Bd,sans-serif; padding-top: 80px; }

.wu_about_04{ width: 100%; min-height: 55vw; position: relative; margin-top: 20px; }
/* .wu_about_04_img::before{content:""; background-color: #181818; opacity:0.4; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; } */
.wu_about_04_img img{ width: 100%; height: 100%; object-fit: cover; }
.wu_about_04_con_l{ height: 100%; position: absolute; top:0; left: 0; display: flex; align-items: center; z-index: 3; }
.wu_about_04_con_l_w{ width: 550px; margin-left: 3vw; margin-right: 3vw; }
.wu_about_04_con_r{ height: 100%; position: absolute; top:0; right: 0; display: flex; align-items: center; }
.wu_about_04_con_r_w{ width: 550px; margin-left: 3vw; margin-right: 3vw; }
.wu_about_04_1{ font-size: 14px; color: #c33; line-height: 35px; font-weight: bold; }
.wu_about_04_2{ font-size: 48px; color: #ffffff; line-height: 55px; font-weight: bold; font-family:NHaasGroteskDSPro-75Bd,sans-serif; }
.wu_about_04_3{ font-size: 16px; color: #ffffff; line-height: 30px; padding-top: 10px; }
.wu_about_04_4{ padding-top: 20px; }
.wu_about_04_4 a{ display: flex; align-items: center;  }
.wu_about_04_4 a:hover span{ color: #fff; background-color: #c33; }
.wu_about_04_4 em { color: #ffffff; font-size: 14px; font-style: normal; }
.wu_about_04_4 span{ color: #ffffff; font-size: 16px; width: 28px; height: 28px; margin-right: 6px; 
border-radius: 100px; border: 1px solid #c33; position: relative; 
 -webkit-transition: all 0.2s ease-out 0s;
 -moz-transition: all 0.2s ease-out 0s;
 -o-transition: all 0.2s ease-out 0s;
 transition: all 0.2s ease-out 0s;
}
.wu_about_04_4 span::before{ position: absolute; top: 5px; left: 5px; }

.wu_about_05{ background-color: #181818; padding: 80px 0; margin-top: 20px; }
.wu_about_05_w{ margin: 0 auto; max-width: 980px; display: flex; align-items: center; justify-content: space-between; }
.wu_about_05_c img{ height: 100%; margin: 20px 0; }
.wu_about_05_l img,.wu_about_05_r img{ width: 70px; border-radius: 6px; margin: 5px 5px; }

.wu_about_06{ padding: 80px 3vw; }
.wu_about_06_w{ margin: 0 auto; max-width: 600px; }
.wu_about_06 p{ font-size: 13px; line-height: 26px; }
.wu_about_06 a{ font-size: 15px; color: #ffffff; line-height: 50px; background-color: #c33; text-align: center; display: table; 
padding: 0 28px; margin: 0 auto; margin-top:30px; }
.wu_about_06 a:hover{ color: #ffffff; background-color: #881414; }

.wu_about_07{ background-color: #f6f6f6; padding: 80px 3vw; }
.wu_about_07_w{ margin: 0 auto; max-width: 1140px; }
.wu_about_07_title{ font-size: 48px; color: #181818; line-height: 60px; text-align: center; font-family:NHaasGroteskDSPro-75Bd,sans-serif; }
.wu_about_07_con { display: grid; grid-template-columns: auto auto auto; grid-gap: 20px; }
.wu_about_07_con_list{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding-top: 50px; }
.wu_about_07_con_list svg{ width: 50%; }
.wu_about_07_con_list h2{width: 100%; text-align: center; font-size: 20px; color: #181818; line-height: 40px; font-weight: bold; padding: 0 20px; }
.wu_about_07_con_list p{ color: #181818; line-height: 22px; text-align: center; padding: 0 20px; }


/* 下载单页 */
.wu_alldownloadbanner{ position: relative; width: 100%; min-height: 28vw; }
.wu_alldownloadbanner_img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.wu_alldownloadbanner_w{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; 
display: flex; flex-wrap: wrap; align-items: center; align-content: center; justify-content: center; }
.wu_alldownloadbanner_img img{ width: 100%; height: 100%; object-fit: cover; }
.wu_alldownloadbanner_title{ width: 100%; text-align: center; color: #ffffff; font-size: 48px; line-height: 50px; font-family:NHaasGroteskDSPro-75Bd,sans-serif; }
.wu_alldownloadbanner_con{ padding-top: 28px; margin: 0 auto; width: 33vw; }
.wu_alldownloadbanner_con form{ display: flex; width: 100%; }
.wu_alldownloadbanner_con div{ width: 100%; }
.wu_alldownloadbanner_con input{ height: 60px; line-height: 60px; border: 1px solid #EEEEEE; border-radius: 0; }
.wu_alldownloadbanner_con button{ width: 56px; flex-shrink: 0; height: 60px; line-height: 60px; border: none; border-radius: 0; background-color: #c33; }
.wu_alldownloadbanner_con button span{ color: #ffffff; font-size: 16px; }

.wu_alldownload01{ display: grid;  grid-template-columns: 49% 49%; grid-gap: 2%; grid-row-gap:30px; margin: 0 auto; max-width: 1600px; padding: 0 3vw; padding-top: 80px; }
.wu_alldownload01_list_img{ overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center;
 border: 1px solid #efefef; border-bottom: none; }
.wu_alldownload01_list_img img{ width: 100%; height: 100%; transition:transform 1s ease; }
.wu_alldownload01_list:hover img{ transform: scale(1.1); }
.wu_alldownload01_list_con{ border: 1px solid #efefef; padding: 20px 0; padding-left: 20px; }
.wu_alldownload01_list_con h2{ color: #181818; font-size: 30px; line-height: 40px; font-weight: bold; }
.wu_alldownload01_list_con p{ color: #7f7f7f; font-size: 14px; line-height: 22px; }
.wu_alldownload01_list:hover h2{ color: #c33; }

.wu_alldownload02{ margin: 0 auto; max-width: 1600px; padding: 0 3vw; margin-bottom: 80px; }
.wu_alldownload02_w{ background-color: #f6f6f6; padding: 70px 0; }
.wu_alldownload02_title{ text-align: center; color: #181818; font-size: 30px; line-height: 40px; font-family:NHaasGroteskDSPro-75Bd,sans-serif; }
.wu_alldownload02_con{ display: grid; grid-template-columns: auto auto auto; grid-gap: 30px; padding: 0 7.3125vw; padding-top: 40px; }
.wu_alldownload02_con span{ color: #444; font-size: 20px; font-weight: normal; }
.wu_alldownload02_con h2{ color: #181818; font-size: 18px; line-height: 26px; font-weight: bold; margin-top: 20px; }
.wu_alldownload02_con h3{ color: #444; font-size: 13px; line-height: 26px; margin: 0; font-weight: normal; }
.wu_alldownload02_con h3 a{ color: #c33; font-size: 13px; font-weight: bold; }
.wu_alldownload02_con h3 a:hover{ color: #000; }
.wu_alldownload02_con p{ color: #c33; font-size: 14px; line-height: 30px; font-weight: bold; }
.wu_alldownload02_con p a{ color: #c33; font-size: 14px; }
.wu_alldownload02_con p a:hover{ color: #000; }


/* 下载列表页 */
.wu_downloadcg{ padding: 0 3vw; padding-top: 30px; }
.wu_downloadcg_title{ color: #181818; font-size: 30px; line-height: 60px; font-family:NHaasGroteskDSPro-75Bd,sans-serif;
 border-bottom: 1px solid #000; }
.wu_downloadcg_con{ display: grid; grid-template-columns: 49% 49%; grid-gap: 2%; grid-row-gap:30px; padding-top: 30px; }
.wu_downloadcg_con_list{ display: grid; grid-template-columns: auto auto; }
.wu_downloadcg_con_list_img{ display: flex; align-items: center; align-content: center; justify-content: center; }
.wu_downloadcg_con_list_img img{ width: 100%; }
.wu_downloadcg_con_list_con{ background-color: #fafafa; padding: 50px 10% 50px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.wu_downloadcg_con_list_con h2, .wu_downloadcg_con_list_con h3{ margin: 0; width: 100%;}
.wu_downloadcg_con_list_con h2{ color: #181818; font-size: 18px; line-height: 26px; font-weight: bold; }
.wu_downloadcg_con_list_con h3 a{ color: #c33; font-size: 14px; line-height: 20px; font-weight: bold; }

.wu_downloadcg_su{width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 30px; }
.wu_downloadcg_su_h { padding-top: 10px; }
.wu_downloadcg_su_h a{ display: flex; flex-wrap: wrap; align-items: center; }
.wu_downloadcg_su_h a:hover span{ color: #fff; background-color: #c33; }
.wu_downloadcg_su_h em { color: #333; font-size: 14px; font-style: normal; }
.wu_downloadcg_su_h span{ color: #000; font-size: 16px; width: 28px; height: 28px; margin-right: 6px; 
border-radius: 100px; border: 1px solid #c33; position: relative; 
 -webkit-transition: all 0.2s ease-out 0s;
 -moz-transition: all 0.2s ease-out 0s;
 -o-transition: all 0.2s ease-out 0s;
 transition: all 0.2s ease-out 0s;
}
.wu_downloadcg_su_h span::before{ position: absolute; top: 5px; left: 4px; }


/* 联系我们 */
.wu_contact01{ background-color: #F6F6F6; padding: 40px 0; }
.wu_contact01_w{ margin: 0 auto; max-width: 1200px; padding: 0 3vw; display: flex; align-items: center; }
.wu_contact01 span{ color: #181818; font-size: 16px; line-height: 30px; }
.wu_contact01 p{ color: #181818; font-size: 13px; line-height: 30px; padding-left: 6px; }
.wu_contact01 p a{ color: #181818; font-size: 13px; font-weight: bold; }
.wu_contact01 p a:hover{ color: #c33; text-decoration: underline; }
.wu_contact02{ margin: 0 auto; max-width: 1200px; padding: 40px 3vw; }
.wu_contact02_a h2{ color: #181818; font-size: 48px; line-height: 60px; font-family:NHaasGroteskDSPro-75Bd,sans-serif; }
.wu_contact02_a p{ color: #181818; font-size: 14px; line-height: 24px; padding-top: 10px; }
.wu_contact02_a p a{ color: #181818; font-size: 13px; font-weight: bold; }
.wu_contact02_a p a:hover{ color: #c33; text-decoration: underline; }
.wu_contact02_b{ padding-top: 60px; padding-bottom: 150px; }
.wu_contact02_b_1{ display: flex; }
.wu_contact02_b_1 h2{ color: #181818; font-size: 15px; line-height: 22px; font-weight: bold; }
.wu_contact02_b_1 p{ color: #181818; font-size: 14px; line-height: 28px; }
.wu_contact02_b_1 p span{ color: #181818; font-size: 16px; cursor: pointer; padding-left: 10px; }
.wu_contact02_b_1 p span:hover{ color: #c33; }
.wu_contact02_b_1 a{ color: #c33; font-size: 14px; line-height: 26px; font-weight: bold; padding-bottom: 40px; display: block; }
.wu_contact02_b_1 a:hover{ color: #c33; text-decoration: underline; }

.wu_contact02_b_1_instagram{ background: url(../images/instagram-a.png) center no-repeat; width: 15px; height: 15px; display: inline-block !important;
 padding-bottom: 0 !important; margin-left: 10px; }
.wu_contact02_b_1_instagram:hover{ background: url(../images/instagram-h.png) center no-repeat; }
.wu_contact02_b_2{ padding-top: 20px; }
.wu_contact02_b_2 h2{ color: #181818; font-size: 15px; line-height: 22px; font-weight: bold; }
.wu_contact02_b_2 p{ color: #181818; font-size: 14px; line-height: 26px; }
.wu_contact02_b_2 h3{ color: #c33; font-size: 14px; line-height: 22px; font-weight: bold; margin: 0; padding-bottom: 40px; }


/* ODM定制 */
.wu_odmcustomr{ position: relative; width: 100%; min-height: 28vw; }
.wu_odmcustomr_img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.wu_odmcustomr_img::before{content:""; background-color: #181818; opacity:0.4; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.wu_odmcustomr_img img{ width: 100%; height: 100%; object-fit: cover; }
.wu_odmcustomr_title{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; display: flex; justify-content: center; align-items: center; }
.wu_odmcustomr_title p{ color: #ffffff; font-size: 48px; line-height: 50px; font-family:NHaasGroteskDSPro-75Bd,sans-serif; }

.wu_odmcustomr_tj{margin: 0 auto; max-width: 1200px; padding: 0 3vw; padding-top: 40px; padding-bottom: 150px; }
.form-group{ width: 49%; margin-bottom: 40px; }
.form-group input{ line-height: 50px; height: 50px; }
.form-group select{ line-height: 50px; height: 50px; }
.form-group textarea{ height: 150px; }


/* 会员登录 */
.wu_member{ margin: 0 auto; max-width: 1200px; display: flex; flex-wrap: wrap; padding: 90px 20px; }
.wu_login{ width: 50%; border-right: 1px solid #ddd; padding-right: 3.5vw; }
.wu_register{ width: 50%; padding-left: 3.5vw; }
.wu_login h2{ color: #181818; font-size: 2vw; line-height: 2.3vw; padding-bottom: 16px; margin-bottom: 40px;
font-family:NHaasGroteskDSPro-75Bd,sans-serif; border-bottom: 1px solid #ddd; }
.wu_login a{ color: #c33; font-size: 13px; line-height: 30px; text-decoration: underline;
font-family:NHaasGroteskDSPro-75Bd,sans-serif; }
.wu_register h2{ color: #181818; font-size: 2vw; line-height: 2.3vw; padding-bottom: 16px; margin-bottom: 30px;
font-family:NHaasGroteskDSPro-75Bd,sans-serif; border-bottom: 1px solid #ddd; }
.wu_register p{ color: #181818; font-size: 13px; line-height: 30px; }
.wu_register a{ color: #c33; font-size: 13px; min-height: 1.9vw; border: 2px solid #c33; width: 100%; display: block; margin-top: 40px;
 display: flex; align-items: center; justify-content: center; padding: 8px 0; }
.wu_register a:hover{ color: #fff; background-color: #c33; }



/* 新闻列表页 */
.news_list ul li{ display: flex; margin-top: 40px; margin-bottom: 40px;
background-color: #ffffff; border-radius: 8px; }
.news_list ul li:hover{ background-color: #1058ba; }
.news_list ul li:hover h2 a,.news_list ul li:hover h3,.news_list ul li:hover p{ color: #ffffff; }
.news_list ul li div:first-child{ background-color: #ffffff; height: 170px; overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; align-content: center; }
.news_list ul li img{ width: 100%; transition:transform 1s ease;}
.news_list ul li:hover img{ transform: scale(1.1); }
.news_list ul li h2 a{ font-size: 20px; color: #353535; font-weight: bold; line-height: 38px; text-decoration: underline; }
.news_list ul li h3 { font-size: 14px; color: #C3C3C3; font-weight: normal; }
.news_list ul li p{ font-size: 14px; color: #777; line-height: 26px; padding-right: 30px; padding-bottom: 12px; }


/* 产品列表页 */
.product_list ul { display: flex; flex-wrap: wrap; justify-content:space-between; }
.product_list ul li{ width: 500px; margin-bottom: 80px; border-top: 3px solid #FFFFFF; }
.product_list_01{ display: flex; flex-wrap: wrap; align-items: center; justify-content:center; background-color: #FFFFFF; padding-top: 50px; padding-bottom: 30px; }
.product_list ul li img{ width: 300px; height: 300px; transition:transform 1s ease;}
.product_list ul li:hover img{transform: scale(1.1);}

.product_list ul li h2{ width: 100%; padding-left:20px; padding-right: 20px; font-size: 24px; color: #353535; font-weight: bold; line-height: 40px; padding-top: 30px; }
.product_list ul li span{ width: 100%; padding-left:20px; font-size: 14px; color: #C3C3C3; }
.product_list ul li p{ font-size: 18px; color: #353535; line-height: 40px; }
.product_list_02{ margin-top: 3px; }
.product_list_02 a{ background-color: #FFFFFF; font-size: 18px; color: #353535; line-height: 50px; 
display: block; padding-left: 20px; }
.product_list ul li:hover .product_list_02 a{ background-color: #1058ba; color: #FFFFFF; }
.product_list ul li:hover { border-top: 3px solid #1058ba; }


/* 案例列表页 */
.wu_case_list ul{ display: flex; align-items:center; justify-content:space-between; flex-wrap: wrap; }
.wu_case_list ul li{ width:200px; margin-bottom:40px; background-color: #ffffff;
-moz-box-shadow:0 0px 20px rgb(128 128 128 / 20%); -webkit-box-shadow:0 0px 20px rgb(128 128 128 / 20%); box-shadow:0 0px 20px rgb(128 128 128 / 20%); }
.wu_case_list_img{ height: 100px; overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; align-content: center; justify-content: center; }
.wu_case_list_title{ display: block; font-size: 16px; color: #404040; text-align: center; padding-left: 10px; padding-right: 10px; line-height: 60px; }
.wu_case_list ul li:hover .wu_case_list_title{ background-color: #1058ba; color: #FFFFFF; }
.wu_case_list ul li img{ height: 100%; transition:transform 1s ease; }
.wu_case_list ul li:hover img{ transform: scale(1.1); }


/* 设备列表页 */
.wu_equipment_list ul{ display: flex; align-items:center; justify-content:space-between; flex-wrap: wrap; }
.wu_equipment_list ul li{ width:340px; margin-bottom:40px; background-color: #ffffff;
-moz-box-shadow:0 0px 20px rgb(128 128 128 / 20%); -webkit-box-shadow:0 0px 20px rgb(128 128 128 / 20%); box-shadow:0 0px 20px rgb(128 128 128 / 20%); }
.wu_equipment_list_img{ height: 220px; overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; align-content: center; justify-content: center; }
.wu_equipment_list_title{ display: block; font-size: 16px; color: #404040; text-align: center; padding-left: 10px; padding-right: 10px; line-height: 60px; }
.wu_equipment_list ul li:hover .wu_equipment_list_title{ background-color: #1058ba; color: #FFFFFF; }
.wu_equipment_list ul li img{ height: 100%; transition:transform 1s ease; }
.wu_equipment_list ul li:hover img{ transform: scale(1.1); }


#goTop { display:none; width:46px; height:46px; position:fixed; right:10px; bottom:30px; cursor:pointer; 
background:url(../images/scrolltop.png) no-repeat 0px 0px; }
#goTop:hover {background-position:-0px -46px;}




@media (max-width: 767px) {
	.header_top{ display: flex; justify-content: space-between; }
	.header_top_ml{ margin-left: 0; }
	.wu_category_1{ font-size:12px; line-height: 20px; }
	.wu_category_2{ font-size:16px; line-height: 20px; }
	.wu_category_3{ font-size: 12px; line-height: 16px; }
	.wu_category_4{ padding-top:10px; }
	.wu_category_4 span{ width: 20px; height: 20px; font-size: 12px; }
	.wu_category_4 span::before{ top: 3px; left: 3px; }
	.wu_category_4 em{ font-size: 12px; }
	.wu_category_con_l_w{ width: 100%; margin-left: 3vw; margin-right: 3vw; }
	.wu_category_con_r_w{ width: 100%; margin-left: 3vw; margin-right: 3vw; }
	.sousuo_show_a_logo{ width: 60px; }
	.sousuo_show_a_serach{ margin-left: 20px; padding-right:30px; }
	.sousuo_show_b{ margin-left: 3vw; padding: 20px 0;}
	.header_top{ position: fixed; z-index: 999; }
	.header{ position: fixed; z-index: 1; top: 49px; }
	.wu_nav{ display: none; }
	.wu_nav_dh{ display: block; }
	.wu_mobile_height{ height: 120px; }
	.wu_daohang{ display: none; }
	.wu_bannerny_con_l_w{ width: 100%; }
	.wu_bannerny_1{ font-size:12px; line-height: 16px; }
	.wu_bannerny_2{ font-size: 16px; line-height: 20px; text-shadow:none; }
	.wu_bannerny_3{ font-size: 12px; line-height: 16px; }
	.wu_currentlm_a{ font-size: 18px; }
	.wu_currentlm_b{ display: none; }
	.wu_content_l{ display: none; }
	.wu_content_b ul{ display: grid; grid-template-columns:49% 49%; grid-gap:2%; grid-row-gap:5px; }
	.wu_content_title{ padding: 0 10px; }
	.wu_content_more{ margin: 0 10px; height: 40px; line-height: 40px; }
	.page-num, .page-link{ font-size: 12px; padding: .5rem .4rem;}
    .wu_contact02_b_1{ display: flex; flex-wrap: wrap; }
	.wu_alldownloadbanner{ height: 200px; min-height: none; }
	.wu_alldownloadbanner_title { font-size: 26px; line-height: 30px; }
	.wu_alldownloadbanner_con{ width: 70%; }
	.wu_alldownload01{ padding-top: 40px; }
	.wu_alldownload01_list_con{ padding-left: 10px; }
	.wu_alldownload01_list_con h2{ font-size: 18px; line-height: 22px; }
	.wu_alldownload02_con{ grid-template-columns: auto auto; }
	.wu_odmcustomr{ height: 200px; min-height: none; }
	.wu_odmcustomr_title p{ font-size: 26px; line-height: 30px; }
	.wu_about_con_l_w{ width: 100%; }
	.wu_about_1{ font-size: 12px; line-height: 16px; }
	.wu_about_2{ font-size: 18px; line-height: 20px; }
	.wu_about_3{ font-size: 12px; line-height: 16px; }
	.wu_about_4{ padding-top: 10px; }
	.wu_about_4 span{ width: 20px; height: 20px; font-size: 12px; }
	.wu_about_4 span::before{top: 4px; left: 6px; }
    .wu_about_img img{ height: 400px; }
	.wu_about_01{ padding: 70px 3vw; }
	.wu_about_01_l p{ font-size: 26px; line-height: 30px; }
	.wu_about_01_r{ padding-top: 10px; }
	.wu_about_01_l, .wu_about_01_r{ max-width: none; }
	.wu_about_02_img img{ height: 400px; }
	.wu_about_02_1{ font-size: 12px; line-height: 16px; }
	.wu_about_02_2{ font-size: 18px; line-height: 20px; }
	.wu_about_02_3{ font-size: 12px; line-height: 16px; }
	.wu_about_03{ padding: 100px 0; }
	.wu_about_03 p{ font-size: 36px; line-height: 40px; }
	.wu_about_04_con_l_w{ width: 100%; }
	.wu_about_04_img img{ height: 400px; }
	.wu_about_04_1{ font-size: 12px; line-height: 16px; }
	.wu_about_04_2{ font-size: 18px; line-height: 20px; }
	.wu_about_04_3{ font-size: 12px; line-height: 16px; }
	.wu_about_04_4 span{ font-size: 12px; width: 20px; height: 20px; }
	.wu_about_04_4 span::before{ top: 3px; left: 3px; }
	.wu_about_04_4 em{ font-size: 12px; }
	.wu_about_04_con_r_w{ width: 100%; }
	.wu_about_05{padding: 30px 0;}
	.wu_about_05_c img{ height: 30px; }
	.wu_about_05_l img, .wu_about_05_r img{ width: 30px; }
	.wu_about_06_w{ max-width: none; }
	.wu_about_07_title{ font-size: 36px; line-height: 36px; }
	.footer{ padding-top: 60px; padding-bottom: 60px; }
	.footer_02{ display: none; }
	.footer_03{ display: none; }
	.footer_01{ width: 50%; margin-right: 0; }
	.footer_04{ width: 50%; }
	.footer_email a{ width: 100%; }
	.copyright div{ line-height: 18px; padding: 5px 0; }
	.copyright div a{ padding: 0; }
	.wu_relate_con ul{ grid-template-columns:49% 49%; grid-gap:2%; }
	.wu_proshow_l{ border-right:none; }
	.product-gallery-item-thumbs img{ height: 50px !important; }
	.wu_proshow_l,.wu_proshow_r{ width: 100%; }
	.wu_proshow_r{ padding-left: 1px; padding-right: 1px; padding-top: 50px; }
	.wu_proshow_r h3{ font-size: 26px; line-height: 35px; padding-bottom: 10px; }
	.wu_proshow_r h4{ max-width: none; }
	.wu_proshow_gwc{ max-width: none; }
	.wu_biaoshi{ grid-template-columns:49% 49%; grid-gap:2%; }
	.wu_biaoshi div{ text-align: center; }
	.wu_biaoshi img{ width: 60%; }
	.wu_biaoshi p{ font-size: 14px; line-height: 18px; }
	.wu_relate{ padding: 50px 3vw; }
	.wu_relate_title{ font-size: 26px; line-height: 35px; }
	.wu_relate_con{ padding-top: 30px; }
	.wu_descriptions img{ width: 100%; }
	.wu_Downloads h2{ font-size: 20px; }
	.wu_Downloads{ padding: 40px 0; }
	.wu_Downloads_h{ padding-top: 20px; }
}

@media (min-width: 768px) and (max-width: 1365px) {
	.wu_category_2{ font-size: 40px; line-height: 46px; }
	.wu_category_3{ line-height: 26px; }
	.wu_nav ul li{ margin-left: 18px; }
	.footer_04{ width: 150px; }
	.footer_email a{ width: 100%; }
	.wu_proshow_r{ padding-left:50px; padding-top: 40px; }
	.wu_proshow_r h3{ font-size: 40px; line-height: 40px;}
	.fui_picaa ul{ max-height:600px; }
}

@media (min-width: 1366px) {
   
}