/*基础CSS*/
html {
	font-size: 14px;
	overflow-x: hidden;
}
li {
	list-style: none;
}
a {
	color: #212529;
 -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 {
	text-decoration: none;
	color: #e6141b;
}
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;
}

/*其他*/
.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: 150px;
	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: #f5f7fa; font-family:'Poppins', Arial, Helvetica, sans-serif; }
.c_width{ margin:0 auto; max-width: 1440px; padding: 0 10px; }

/*头部*/
.head_bg{ width: 100%; position: fixed; z-index: 9999; background-color: #ffffff; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px; }
.head{ display: flex; align-items: center; justify-content: space-between; }
.logo img{ height:42px; }

/*导航*/
.nav{ margin-left: auto; }
.NavCeshi > li {float: left;padding: 0 10px;-webkit-transition: 0.2s all ease-in-out;transition: 0.2s all ease-in-out; }
.NavCeshi > li > a {display: block;/* width:120px; */height:90px;line-height:90px;text-align: center;color: #454545;
-webkit-transition: 0.2s all ease-in-out;transition: 0.2s all ease-in-out; z-index: 88; -webkit-box-sizing: border-box;box-sizing: border-box;}
.NavCeshi > li > a > i{display: block;/* padding-top: 42px; */line-height: 90px;font-size: 18px;color: #1c1c1c; position: relative;z-index: 99;font-style: normal;}
.NavCeshi > li.navcurrent > a >i, .NavCeshi > li:hover > a > i,.NavCeshi > li.navcurrent > a > i >span, .NavCeshi > li:hover > a > i >span{ }
.NavCeshi > li.navcurrent > a > i:after, .NavCeshi > li:hover > a > i:after{display:block;content:"";width: 60%;height:4px;margin: -30px auto 0;
background:#e60012;transition: all 0.3s; border-radius: 20px; }
.NavCeshi > li > a > i >span{display: block;font-size: 12px;color: #999;}
.NavCeshi > li.navcurrent > a:before,.NavCeshi > li:hover > a:before{ left: 12px !important}
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ height: 140px;}
.NavCeshi > li+li{margin-left:1vw;}

/*导航下拉*/
.nav2{-webkit-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;position: absolute;opacity: 0;visibility: hidden;
transform: translate3d(0px, 10px, 0px);-moz-transform: translate3d(0px, 10px, 0px);-webkit-transform: translate3d(0px, 10px, 0px);
z-index: 9; left:0; top:90px; background:#fff; padding:40px 0; width:100%; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; }
.nav ul li:hover .nav2 {opacity: 1;visibility: visible;transform: translate3d(0px, 0px, 0px); -moz-transform: translate3d(0px, 0px, 0px); box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.nav2_w{ margin: 0 auto; display: flex; justify-content:center; }
.nav2 a{ -webkit-transition: none ease-out .3s; transition: none ease-out .3s; transition-property: color, background, text-indent, opacity; 
font-size:15px; background-color: #f1f3f6; color: #333; border-radius: 6px; padding: 15px 20px; margin: 0 10px; }
.nav2 a:hover{color: #ffffff; background-color: #0068b7; }

.head_sswap{ display: flex; align-items: center; }
.head_ss{ padding-left: 30px; cursor: pointer; }
.head_ss span{ font-size: 18px; color: #111; }

/*搜索显示*/
.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:90px; z-Index:9999; background-color: #ffffff; height: 400px; }
.sousuo_show_a{ padding: 40px 10px; display: flex; align-items: center; justify-content: space-between; }
.sousuo_show_a_serach{ width: 100%; padding-right: 100px; position: relative; }

.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; }


/*移动端菜单*/
.head_wap{ cursor: pointer; display: none; padding-left: 20px; }
.head_wap p{ border: 1px solid #666; color: #666; border-radius: 5px; font-size: 14px; width: 30px; height: 24px; text-align: center; }
.nav-mask{ display: none;
    background-color: rgba(0, 0, 0, 0.8); position: fixed; z-index: 99999;
    width: 100%; height: 100%; bottom: 0; } 
.nav-kongbai{ position: fixed; bottom: 0; width: 100%; height: 100%; }
.nav-show{ display: none; background-color: #fff; position: fixed; left: 0;
    width: 50%; height: 100%; }
.nav-show-title{ background-color:#d82634; line-height: 60px; color: #FFFFFF; padding-left: 20px; }
.nav-show ul { height: 100%; overflow-y: auto; }
.nav-show ul li{ list-style: none; padding-left: 20px; padding-right: 15px; }
.nav-show ul li h2 { display: flex; align-items: center; justify-content: space-between; padding-top: 10px; }
.nav-show ul li h2 a{ font-size: 14px; font-weight: bold; color: #333; line-height: 28px; }
.nav-show ul li p { display: none; }
.nav-show ul li p a{ font-size: 14px; color: #333; line-height: 26px; padding-left: 10px; display: block; }
.nav-show ul li h2 img{ width:10px; transition: transform 0.3s ease; }
.nav-show li.active h2 img { transform: rotate(90deg); }


/*头部固定占位间距*/
.top_space{ height:90px; }

/*底部*/
.footer{ width: 100%; background-color: #242933; margin-top: 100px; }
.footer .c_width{ display: flex; justify-content:space-between; padding: 70px 10px; }
.footer_02 h2{ color: #fff; font-size: 18px; line-height: 30px; font-weight: normal; padding-bottom: 12px; }
.footer_02 a{ color: #8a8f99; font-size: 12px; line-height: 34px; display:block; }
.footer_02 a:hover{ color: #e6141b; text-decoration: none; }
.footer_02 a span{ padding-right: 6px; }
.footer_02 img{ width: 120px; height: 120px; }
.footer_02 h3{ color: #8a8f99; font-size: 12px; font-weight: normal; line-height: 40px; text-align: center; }
.footer_gz{ display: flex; }
.footer_gz div{ padding-right: 20px; }
.footer_gz div:last-child{ padding-right: 0; }
.footer_gz img{ width: 140px; height: 140px; }
.footer_gz p{ color: #8a8f99; font-size: 12px; line-height: 34px; }
.footer_gz p i{ width: 18px; font-size: 14px; text-align: center; font-style: normal; }

.copyright{ width: 100%; background-color: #242933; font-size: 12px; color: #8a8f99; }
.copyright .c_width{ border-top: 1px solid #414855; display: flex; align-items: center; justify-content:space-between; padding: 20px 10px; }
.copyright_mes a{ font-size: 12px; color: #8a8f99; padding-left: 10px; }
.copyright_mes a:hover{ color: #e6141b; }
.copyright_social{ display: flex; }
.copyright_social a { background-color: #bdbfc2; color: #222; border-radius: 100px; width: 36px; height: 30px; margin-left: 10px;
display: flex; align-items: center; justify-content: center; }
.copyright_social a i{ font-size: 18px; transition: transform 0.3s ease; }
.copyright_social a:hover { background-color: #e6141b; color: #fff; }
.copyright_social a:hover i{ transform: rotate(360deg); }


/*首页more*/
.wu_more{ margin-top: 50px; text-align: center; }
.wu_more a{ font-size:18px; color: #ffffff; line-height: 50px; background-color: #22ac43; 
display: inline-block; padding: 0 35px; text-align: center; }
.wu_more a:hover{ color: #ffffff; background-color: #57bd38; }
.wu_more a img{ margin-left: 15px; }



.wu_01{ background-color: #ffffff; padding-top: 100px; padding-bottom: 100px; }
.wu_01_title { text-align: center; }
.wu_01_title h2{ font-size:42px; color: #333; font-weight: bold; }
.wu_01_con{ display: flex; justify-content: space-between; padding-top: 30px; }
.wu_01_pro{ width: 48%; position: relative; border-radius: 10px; overflow: hidden; box-shadow:0 4px 12px rgba(0, 0, 0, 0.1); 
transition:transform 0.3s ease, box-shadow 0.3s ease; }
.wu_01_pro:hover{ transform: translateY(-8px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }
.wu_01_img img{ width: 100%; transition: transform 0.3s ease; }
.wu_01_pro:hover img{ transform: scale(1.05); }
.wu_01_mes{ position:absolute; top: 0; left: 0; width: 100%; height: 100%; }
.wu_01_mes a{ font-size:32px; color: #fff; text-shadow:1px 1px 3px rgba(0, 0, 0, 0.5); width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }



.wu_02{ background-color: #f5f5f5; padding-top: 100px; padding-bottom: 80px; }
.wu_02_title {  }
.wu_02_title h2{ font-size:42px; color: #333; font-weight: bold; }
.wu_02_con{ display: flex; justify-content: space-between; padding-top: 30px; }
.wu_02_a{ flex-shrink: 0; width: 48%; border-radius: 10px; overflow: hidden; height: 480px; 
display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; }
.wu_02_a img{ width: 100%; height: 100%; object-fit: cover; }
.wu_02_b{ padding-left:40px; padding-top: 20px; }
.wu_02_b h2{ font-size:24px; color: #000; font-weight: bold; }
.wu_02_b div{ font-size:16px; color: #444; line-height: 32px; padding-top: 20px; padding-bottom: 20px; }
.wu_02_b a{ width: 180px; border: 1px solid #333; border-radius: 100px; display: flex; align-items: center; justify-content: center; }
.wu_02_b a i{ font-size:18px; color: #444; }
.wu_02_b a span{ font-size:32px; color: #444; padding-left: 10px; }
.wu_02_b a:hover{ color: #ffffff; background-color: #0068b7; border: 1px solid #0068b7; }
.wu_02_b a:hover i,.wu_02_b a:hover span{ color: #ffffff; }

.wu_shili{ padding-top: 40px; display: grid; grid-template-columns: 23% 23% 23% 23%; grid-gap: 2%; }
.wu_shili_list{ display: flex; align-items: center; justify-content: center; flex-direction:column;
 background-color: #fff; border-radius: 10px; padding: 10px 0; }
.wu_shili_munber{ color:#000000; font-size:30px; }
.wu_shili_munber img{ vertical-align:text-top; }
.wu_shili_munber span{ font-size:50px; color: #000000; font-family: impact; padding-right: 5px; }
.wu_shili_title{ text-align: center; }
.wu_shili_title p{color:#444; font-size:18px; }
.wu_shili_title span{color:#999; font-size:14px; }


.wu_03{ background-color: #ffffff; padding-top: 100px; padding-bottom: 100px; }
.wu_03_title { text-align: center; }
.wu_03_title h2{ font-size:42px; color: #333; font-weight: bold; }
.wu_03_con{ padding-top: 30px; }

.gallerya-container { position: relative; }
.gallerya { display: flex; overflow: hidden; scroll-behavior: smooth; padding: 10px 0; }
.slidea { flex: 0 0 33.3%; /* 4列布局，减去间隙 */ height: 350px; overflow: hidden; }
.slidea-jianxi{ margin-left: 10px; margin-right: 10px; position: relative; }
.slidea-img{ overflow: hidden; height: 350px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; border-radius: 10px; }
.slidea-img img{ width:100%; height:100%; object-fit: cover; transition:transform 1s ease; }
.slidea:hover img{ transform: scale(1.1); }
.slidea-title{ position: absolute; bottom: 0; width: 100%; text-align: center; }
.slidea-title p{ font-size: 20px; font-weight: bold; color: #ffffff; line-height: 50px; text-shadow: 1px 1px 1px #000; }
.slidea-content {
	position: absolute;
	bottom: -100%;
	height: 350px;
	left: 0;
	width: 100%;
	background: rgba(8, 77, 158, 0.7);
	color: white;
	transition: bottom 0.5s ease;
	padding: 0 20px;
	border-radius: 10px;
	display: flex; flex-wrap: wrap; align-items: center; align-content: center; justify-content: center;
}
.slidea:hover .slidea-content { bottom: 0; }
.slidea:hover .slidea-title { display: none; }
.slidea-content h3 { margin-bottom: 10px; font-size: 20px; }
.slidea-content p { font-size: 14px; line-height: 1.4; }
.btna {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 100px;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	font-size: 20px;
	cursor: pointer;
	transition: all 0.3s;
	z-index: 10;
}
.btna:hover:not(:disabled) { background: #0068b7; }
.btna:disabled { opacity: 0.3; cursor: not-allowed; }
.btna-prev { left: 0; }
.btna-next { right: 0; }
.indicatorsa { display: flex; justify-content: center; margin-top: 20px; gap: 10px; }
.indicatora { width: 12px; height: 12px; border-radius: 50%; background: #ccc; cursor: pointer; transition: background 0.3s; }
.indicatora.active { background: #0068b7; }



.wu_04{ background-color: #ebeaf3; padding-top: 100px; padding-bottom: 100px; }
.wu_04_title { text-align: center; }
.wu_04_title h2{ font-size:42px; color: #333; font-weight: bold; }
.wu_04_con{ padding-top: 30px; }
.wu_04_con video{ border-radius: 30px; overflow: hidden; } 


.wu_05{ background-color: #f6f6f6; padding-top: 100px; padding-bottom: 20px; }
.wu_05_tt{ display: flex; justify-content: space-between; }
.wu_05_title h2{ font-size:42px; color: #333; font-weight: bold; }
.wu_05_con{ padding-top: 30px; }
.w_newsslide_aa{ width: 480px; }
.w_newsslide_aa ul{ display: grid; grid-template-columns: 48% 48%; grid-gap: 2%; }
.w_newsslide_aa ul li{ cursor: pointer; border-radius:100px; border: 1px solid #999; text-align: center; padding: 10px 0; }
.w_newsslide_aa ul li p{ font-size: 18px; color: #666666; text-decoration: none; }
.w_newsslide_aa ul .active { background-color: #0068b7; border: 1px solid #0068b7; }
.w_newsslide_aa ul .active p{ color: #ffffff; }
.w_newsslide_bb{ padding-top: 30px; }
.w_newsinformation_list{ display: grid; grid-template-columns: 31.4% 31.4% 31.4%; grid-gap: 3%; }

.w_newsinformation{ transition:transform 0.3s ease, box-shadow 0.3s ease; }
.w_newsinformation:hover{ transform: translateY(-8px); }
.w_newsinformation a{ display: block; text-decoration: none; background-color: #ffffff; box-shadow: 0 0 18px 0px rgb(175 175 175 / 10%); border-radius:20px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
.w_newsinformation a:hover{ background-color: #0068b7; }
.w_newsinformation a:hover h2,.w_newsinformation a:hover p,.w_newsinformation a:hover span{ color: #ffffff; }
.w_newsinformation a:hover i{ color: #0068b7; background-color: #ffffff; }
.w_newsinformation_img{ overflow: hidden; height: 260px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center;
 border-top-left-radius: 20px; border-top-right-radius: 20px; }
.w_newsinformation_img img{ width: 100%; height: 100%; transition:transform 1s ease; object-fit: cover; }
.w_newsinformation:hover img{ transform: scale(1.1); }
.w_newsinformation_con{ padding: 0 15px; }
.w_newsinformation_con h2{ color:#000000; font-size:24px; font-weight: bold; padding-top: 26px; min-height: 92px; }
.w_newsinformation_con p{ color:#888; font-size:15px; line-height:25px; }
.w_newsinformation_time{ display: flex; justify-content: space-between; align-items: center; padding-top: 16px; padding-bottom: 20px; }
.w_newsinformation_time span{ color:#999; font-size:16px; }
.w_newsinformation_time i{ color:#ffffff; font-size:20px; font-style: normal; border-radius: 100px; background-color: #e6141b;
 width: 50px; height: 25px; text-align: center; }


.wu_06{ background: url(../images/uyimn31xac2i2v88lv3k.jpg) center no-repeat; height: 410px; }
.wu_06 .c_width{ width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.wu_06 h2{ font-size:42px; color: #fff; font-weight: bold; letter-spacing: 2px; }
.wu_06 p{ font-size:24px; color: #fff; padding-bottom: 20px; }
.wu_06 a{ display:flex; align-items: center; justify-content: center; background: rgb(0 0 0 / 50%);
border-radius: 100px; padding: 5px 40px; }
.wu_06 a i{ font-size:20px; color: #fff; }
.wu_06 a span{ font-size:28px; color: #fff; padding-left: 20px; }


.wu_07{ background-color: #ffffff; padding-bottom: 100px; }
.wu_07_con{ padding-top: 30px; }
.cygallery-container { margin: 0 auto; position: relative; }
.cygallery-header { display: flex; justify-content: space-between; align-items: center; }
.cygallery-title { font-size:42px; color: #333; font-weight: bold; }
.cygallery-controls { display: flex; gap: 10px; }
.cycontrol-btn { width: 40px; height: 40px; border-radius: 50%; background-color: #fff; border: 1px solid #ddd; cursor: pointer; display: flex;
align-items: center; justify-content: center; font-size: 18px; transition: all 0.3s; }
.cycontrol-btn:hover:not(:disabled) { background-color: #f0f0f0; }
.cycontrol-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.cycygallery-slider { overflow: hidden; }
.cygallery-cytrack { display: flex; transition: transform 0.5s ease; }
.cygallery-slide { min-width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 1fr); gap: 25px; padding-top: 20px; }
.cygallery-item { background-color: #fff; border-radius: 10px; overflow: hidden; transition:transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #eee; }
.cygallery-item:hover{ transform: translateY(-8px); box-shadow:0 0 5px rgba(0, 0, 0, 0.1);  }
.cygallery-item img { width: 100%; object-fit: cover; display: block; transition: transform 0.3s ease; }
.cygallery-item:hover img{ transform: scale(1.05); }
.cygallery-item h2{ color:#333; font-size:20px; font-weight: normal; text-align: center; margin-top: 20px; margin-bottom: 0; }
.cygallery-item p{ display: flex; align-items: center; justify-content: center; padding-bottom: 10px; }
.cygallery-item p span{ color:#333; font-size:16px; padding-right: 10px; }
.cygallery-item p i{ color:#000; font-size:24px; }




.aboutchangyi{ background-color: #fff; }
.aboutchangyi_01{ text-align: center; background-color: #fff; padding-top: 100px; }
.aboutchangyi_01 h2{ font-size:28px; color: #000; font-weight: bold; border-bottom: 1px solid #333; padding-bottom: 30px; }
.aboutchangyi_01 h3{ font-size:20px; color: #000; font-weight: bold; padding-top: 54px; }
.aboutchangyi_01 p{ font-size:16px; color: #333; line-height: 30px; padding-bottom: 60px; }
.aboutchangyi_01 .c_width{ max-width: 1100px; }
.aboutchangyi_02 img{ width:100%; }

.aboutchangyi_03{ padding-top:20px; }
.aboutchangyi_03 ul { display: grid; grid-template-columns: 32.4% 32.4% 32.4%; grid-gap: 1.5%; }
.aboutchangyi_03 ul li img{ width:100%; height: 100%; }

.aboutchangyi_04{ text-align: center; background-color: #fff; padding-top: 100px; }
.aboutchangyi_04 h2{ font-size:28px; color: #000; font-weight: bold; border-bottom: 1px solid #333; padding-bottom: 30px; }
.aboutchangyi_04 h3{ font-size:20px; color: #000; font-weight: bold; padding-top: 54px; padding-bottom: 20px; }
.aboutchangyi_04 h4{ font-size:18px; color: #e6141b; font-weight: bold; }
.aboutchangyi_04 p{ font-size:16px; color: #333; line-height: 30px; padding-bottom: 20px; }
.aboutchangyi_04 .c_width{ max-width: 1100px; }
.aboutchangyi_05 { padding-top: 30px; }
.aboutchangyi_05 img{ width:100%; }

.aboutchangyi_06{ text-align: center; background-color: #fff; padding-top: 100px; }
.aboutchangyi_06 h2{ font-size:28px; color: #000; font-weight: bold; border-bottom: 1px solid #333; padding-bottom: 30px; }
.aboutchangyi_06 h3{ font-size:20px; color: #000; font-weight: bold; padding-top: 54px; }
.aboutchangyi_06 p{ font-size:16px; color: #333; line-height: 30px; padding-bottom: 60px; }
.aboutchangyi_06 .c_width{ max-width: 1100px; }
.aboutchangyi_07 img{ width:100%; }

.aboutchangyi_08{ text-align: center; background-color: #fff; padding-top: 50px; }
.aboutchangyi_08 h3{ font-size:20px; color: #000; font-weight: bold; padding-top: 54px; }
.aboutchangyi_08 p{ font-size:16px; color: #333; line-height: 30px; padding-bottom: 60px; }
.aboutchangyi_08 .c_width{ max-width: 1100px; }
.aboutchangyi_09 { text-align: center; }

.aboutchangyi_10{ text-align: center; background-color: #fff; padding-top: 50px; }
.aboutchangyi_10 h3{ font-size:20px; color: #000; font-weight: bold; padding-top: 54px; }
.aboutchangyi_10 p{ font-size:16px; color: #333; line-height: 30px; padding-bottom: 60px; }
.aboutchangyi_10 .c_width{ max-width: 1100px; }
.aboutchangyi_11 { text-align: center; }

.aboutchangyi_12{ margin-top: 100px; position: relative; }
.aboutchangyi_12_img img{ width:100%; }
.aboutchangyi_12_text{ width: 100%; height: 100%; position:absolute; top: 0; }
.aboutchangyi_12_text .c_width{ height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; } 
.aboutchangyi_12_text h3{ font-size:48px; color: #fff; font-weight: bold; }
.aboutchangyi_12_text p{ font-size:28px; color: #fff; }








.banner_nr { width: 100%; padding-top: 40px; }
.banner_nr img{ width: 100%; max-height: 460px; object-fit: cover; border-radius: 20px; }

.wu_position { padding-top: 20px; display: flex; align-items: center; }
.wu_position a{ font-size:14px; color: #444; padding: 0 6px; }
.wu_position a:hover{ color: #e6141b; }

.wu_nydaohang{ padding-top: 20px; }
.wu_nydaohang ul{ display:flex; align-items: center; justify-content: center; }
.wu_nydaohang ul li{ margin: 0 10px; }
.wu_nydaohang ul li a{ border: 1px solid #333; border-radius: 100px; font-size:18px; color: #333; padding: 10px 20px; display: block; }
.wu_nydaohang ul li a:hover,.wu_nydaohang_on a{ border: 1px solid #0068b7 !important; background-color: #0068b7; color: #fff !important; }


.wu_contentabout{}
.wu_contentabout_1{ background-color: #fff; border-radius: 20px; padding: 20px; margin-top: 30px; line-height: 2;
 display: flex; }
.wu_contentabout_1_a{ width:50%; }
.wu_contentabout_1_b{ width:50%; padding-left: 30px; padding-top: 20px; }
.wu_contentabout_1_b h2{ font-size:24px; color: #000; font-weight: bold; }
.wu_contentabout_1_b h3{ font-size:18px; color: #333; font-weight: bold; padding-top: 20px; }
.wu_contentabout_con{ font-size:16px; color: #333; padding-top: 12px; }
.wu_contentabout_2{ background-color: #fff; border-radius: 20px; padding: 40px 20px; margin-top: 60px; line-height: 2; }
.wu_contentabout_2 h2{ font-size:24px; color: #000; font-weight: bold; }
.wu_contentabout_list{ padding-top: 30px; }
.wu_contentabout_list ul{ display:flex; justify-content: space-between; }
.wu_contentabout_list ul li{ width:32% }
.wu_contentabout_list ul li img{ width:100%; border-radius: 10px; }

.wu_contenthistory{ padding-top: 90px; padding-bottom: 100px; }



.wu_contentpro{ padding-top: 40px; }
.wu_content_title { text-align: center; padding-top: 30px; }
.wu_content_title h2{ font-size:36px; color: #333; font-weight: bold; }
.wu_content_title p{ font-size:14px; color: #333; }
.wu_content_con{ padding: 30px; line-height: 2; background-color: #fff; border-radius: 20px; margin-top: 40px; }
.wu_contentcontact{ padding-top: 30px; }
.wu_contentcontact_1{ font-size:32px; color: #333; font-weight: bold; }
.wu_contentcontact_2{ font-size:18px; color: #666; }
.wu_contentcontact_3{ background-color: #ffffff; border-radius: 20px; padding: 30px; padding-bottom: 16px; margin-top: 30px; }
.wu_contentcontact_3 h2{ font-size:18px; color: #000; font-weight: bold; padding-bottom: 10px; }
.wu_contentcontact_3 p{ font-size:16px; color: #000; display: flex; align-items: center; padding: 12px 0; }
.wu_contentcontact_3 p span{ font-size:24px; padding-right: 10px; }
.wu_contentcontact_ly{ background-color: #fff; padding: 30px; border-radius: 20px; margin-top: 60px; margin-bottom: 100px; }
.wu_contentcontact_ly h2{ font-size: 18px; font-weight: bold; color: #333; margin-bottom: 20px; }
.wu_contentcontact_ly ul li{ margin-bottom: 40px; }
.wu_contentcontact_ly ul li:last-child{ margin-bottom: 20px; }
.wu_contentcontact_ly ul li input{ font-size: 14px; color: #666; width: 100%; height: 50px; border-radius: 6px; border: 1px solid #f6f5f5; padding: 0 10px; }
.wu_contentcontact_ly ul li textarea{ font-size: 14px; color: #666; width: 100%; height: 110px; border-radius: 6px; border: 1px solid #f6f5f5; padding: 10px; }
.wu_contentcontact_ly button{ background-color: #333; font-size: 16px; color: #ffffff; border-radius: 6px; border: none; padding: 10px 16px; }
.error-message { color: #e6141b; font-size: 12px; display: none; margin-top: 5px; }
.error-input { border-color: #e6141b !important; }


/*分页*/
.wu_page{ padding-top:20px; }
.pagination .page-item{ font-size: 16px; margin: 0 5px; line-height: 38px; }
.pagination .page-num{ display: inline-block; text-align: center; font-size: 16px; width: 38px; height: 38px; line-height: 38px; 
background-color: #eee; border-radius: 100px; margin: 0 5px; }
.pagination .page-num:hover{ background-color: #0068b7; color: #fff; }
.pagination .page-num-current{ background-color: #0068b7; color: #fff; }

.wu_pageturning{ padding-top:30px; padding-bottom: 100px; }

/*筛选*/
.wu_nyfilter{ padding: 20px; background-color: #fff; border-radius: 20px; margin-top: 30px; }
.wu_nyfilter .wu_nyfilter_category, .wu_nyfilter .wu_nyfilter_brand { padding: 2px 0; display: flex; }
.wu_nyfilter span{ font-size: 14px; color: #333; width: 80px; display: block; }
.wu_nyfilter a{ font-size: 14px; color: #333; border: 1px solid #999; background-color: #fff; border-radius: 4px; 
padding: 2px 10px; display: inline-block; margin-bottom: 8px; }
.wu_nyfilter a:hover, .wu_nyfilter .active, .wu_nyfilter .wu_navall_active{ color: #fff; border: 1px solid #e6141b; background-color: #e6141b; }




/*产品内页*/
.wu_proshow{ margin: 0 auto; width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;
 background-color: #fff; border-radius: 20px; padding: 20px; }
.wu_proshow_l{ background-color: #ffffff; width: 50%; 
/* 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: 20px; }
.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: 32px; font-weight: bold; font-family:NHaasGroteskDSPro-75Bd,sans-serif;
padding-bottom: 10px; border-bottom: 1px solid #ddd; }
.wu_proshow_r p{ color: #181818; font-size: 13px; font-weight: normal; line-height: 24px; padding-top: 20px; padding-bottom: 30px; }
.wu_proshow_r i{ color: #181818; font-size: 16px; font-style: normal; line-height: 34px; display: block; }
.wu_proshow_r i span{ color: #999; }
.wu_proshow_gwc{ display: flex; padding-top: 20px; padding-bottom: 30px; }
.wu_proshow_gwc_1{ border: 1px solid #e6141b; background-color: #e6141b; text-align: center; width: 200px; line-height: 50px; display: block;
 color: #ffffff; font-size: 15px; margin-right: 20px; border-radius: 4px; }
.wu_proshow_gwc_1:hover{ border: 1px solid #333; background-color: #333; 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; border-radius: 4px; }
.wu_proshow_gwc_2:hover span{ color: #e6141b; }
.wu_proshow_gwc_2 span{ font-size: 18px; padding-left: 8px; }
.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; }

.wu_describe{ margin: 0 auto; padding: 80px 0; padding-bottom: 100px; }
.proms_listaa { border-bottom: 1px solid #e4e4e4; }
.proms_listaa ul{ margin: 0 auto; max-width: 600px; display: grid; grid-template-columns: auto auto; grid-gap: 20px; }
.proms_listaa ul li{ line-height: 2.2rem; text-align: center; cursor: pointer; }
.proms_listaa ul li p{ font-size: 20px; color: #181818; font-weight: bold; line-height: 50px;  }
.proms_listaa ul .active p{ color: #e6141b; font-weight: bold; border-bottom: 2px solid #e6141b; }
.proms_listbb{ padding-top: 30px; text-align: center; }


/*证书内页*/
.wu_honorpicture{ margin: 0 auto; max-width: 724px; display: flex; padding-bottom: 60px; }
.wu_honorpicture_a{ padding-right: 20px; }
.fui_listaahonor{ background-color: rgba(0,0,0,0.6); border-radius: 10px; padding: 20px; flex-shrink: 0; }
.fui_listaahonor ul li{ border: 3px solid #999; margin: 15px 0; cursor: pointer; }
.fui_listaahonor ul li:hover{ border: 3px solid #e6141b; }
.fui_listaahonor ul li img{ width:100px; height: 100%; }
.fui_listaahonor ul .active { border: 3px solid #000; }
.fui_listbbhonor img{ width:100%; border: 1px solid #eee; }



/* 产品列表页 */
.wu_product{ display: grid; grid-template-columns: 23.5% 23.5% 23.5% 23.5%; grid-gap: 2%; grid-row-gap:40px; }
.wu_product_list{ transition:transform 0.3s ease, box-shadow 0.3s ease; }
.wu_product_list:hover{ transform: translateY(-8px); }
.wu_product_list a{ display: block; text-decoration: none; background-color:#fff; border-radius: 20px; overflow: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
.wu_product_list a:hover{ background-color: #fff; }
.wu_product_list a:hover h2,.wu_product_list a:hover p,.wu_product_list a:hover span{ color: #333; }
.wu_product_list a:hover i{ color: #000; }
.wu_product_list_img{ overflow: hidden; height: auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; }
.wu_product_list_img img{ width: 100%; height: 100%; transition:transform 1s ease; object-fit: cover; border-top-left-radius: 20px; border-top-right-radius: 20px; }
.wu_product_list:hover img{ transform: scale(1.1); }
.wu_product_list_con{ padding-top: 20px; }
.wu_product_list_con h2{ color:#333; font-size:20px; font-weight: normal; text-align: center; margin-bottom: 0; }
.wu_product_list_con p{ display: flex; align-items: center; justify-content: center; padding-bottom: 10px; }
.wu_product_list_con p span{ color:#333; font-size:16px; padding-right: 10px; }
.wu_product_list_con p i{ color:#000; font-size:24px; }


/* 设备列表页 */
.wu_equipment{ display: grid; grid-template-columns: 23.5% 23.5% 23.5% 23.5%; grid-gap: 2%; grid-row-gap:40px; }
.wu_equipment_list{ transition:transform 0.3s ease, box-shadow 0.3s ease; }
.wu_equipment_list:hover{ transform: translateY(-8px); }
.wu_equipment_list a{ display: block; text-decoration: none; background-color:#fff; border-radius: 20px; overflow: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
.wu_equipment_list a:hover{ background-color: #fff; }
.wu_equipment_list a:hover h2,.wu_equipment_list a:hover p,.wu_equipment_list a:hover span{ color: #333; }
.wu_equipment_list a:hover i{ color: #000; }
.wu_equipment_list_img{ overflow: hidden; height: 259px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; }
.wu_equipment_list_img img{ width: 100%; height: 100%; transition:transform 1s ease; object-fit: cover; border-top-left-radius: 20px; border-top-right-radius: 20px; }
.wu_equipment_list:hover img{ transform: scale(1.1); }
.wu_equipment_list_con{ padding-top: 20px; }
.wu_equipment_list_con h2{ color:#333; font-size:20px; font-weight: normal; text-align: center; margin-bottom: 0; padding: 0 6px; }
.wu_equipment_list_con p{ display: flex; align-items: center; justify-content: center; padding-bottom: 10px; }
.wu_equipment_list_con p span{ color:#333; font-size:16px; padding-right: 10px; }
.wu_equipment_list_con p i{ color:#000; font-size:24px; }
 
 
 
 
 /* 产品列表页2 */
 .wu_product2{ display: grid; grid-template-columns: 49% 49%; grid-gap: 2%; }
 .wu_product2_list a{ display: block; text-decoration: none; background-color:#F5F5F5;
   -webkit-transition: all 0.4s ease-out 0s;
   -moz-transition: all 0.4s ease-out 0s;
   -o-transition: all 0.4s ease-out 0s;
   transition: all 0.4s ease-out 0s; }
 .wu_product2_list a:hover{ background-color: #0180cc; }
 .wu_product2_list a:hover h2,.wu_product2_list a:hover p,.wu_product2_list a:hover span{ color: #ffffff; }
 .wu_product2_list a:hover i{ color: #ffffff; border: 1px solid #ffffff; }
 .wu_product2_list_img{ overflow: hidden; height: 425px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center;
  border: 1px solid #F5F5F5; }
 .wu_product2_list_img img{ width: 100%; height: 100%; transition:transform 1s ease; object-fit: cover; }
 .wu_product2_list:hover img{ transform: scale(1.1); }
 .wu_product2_list_con{ padding: 0 15px; }
 .wu_product2_list_con h2{ color:#333; font-size:20px; font-weight: normal; line-height: 30px; padding-top: 12px; }
 .wu_product2_list_con p{ color:#999; font-size:14px; line-height:20px; height: 20px; }
 .wu_product2_list_time{ display: flex; align-items: center; justify-content: space-between; padding-top: 6px; padding-bottom: 20px; }
 .wu_product2_list_time span{ color:#999; font-size:15px; }
 .wu_product2_list_time i{ color:#999; font-size:18px; font-style: normal; border-radius: 100px; border: 1px solid #999;
  width: 30px; height: 30px; text-align: center; }


/* 视频列表页 */
.video_show{ display: grid; grid-template-columns: 32% 32% 32%; grid-gap: 2%; grid-row-gap:40px; }
.video_lsit a{ display: block; text-decoration: none; background-color: #ffffff;/* box-shadow: 0 0 15px 0 rgba(0,0,0,.1); */border-radius:20px;
-webkit-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s; }
.video_lsit a:hover{ background-color: #e6141b; margin-top: -20px; }
.video_lsit a:hover h2,.video_lsit a:hover p,.video_lsit a:hover span{ color: #ffffff; }
.video_lsit_img{ overflow: hidden; height: 300px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center;
border-radius: 20px; position: relative; }
.video_lsit_img img{ width: 100%; height: 100%; transition:transform 1s ease; object-fit: cover; }
.video_lsit:hover img{ transform: scale(1.1); }
.video_lsit_shipinan{ position: absolute; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); display: flex; align-items: center; justify-content: center; }
.video_lsit_shipinan img{ width: 60px; height:60px; }
.video_lsit_con h2{ color:#333; font-size:20px; font-weight: normal; text-align: center; padding: 20px 0; }
.clear { clear: both; }


/* 新闻列表页 */
.news_show{ display: grid; grid-template-columns: 100%; grid-gap: 3%; grid-row-gap:50px; margin-top: 40px; }
.news_list{ transition:transform 0.3s ease, box-shadow 0.3s ease; overflow: hidden; border-radius:20px; border: 1px solid #eee; }
.news_list:hover{ transform: translateY(-8px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }
.news_list a{ display: flex; text-decoration: none; background-color: #ffffff; 
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s; }
.news_list a:hover{ background-color: #fff; }
.news_list a:hover h2,.news_list a:hover p,.news_list a:hover span{  }
.news_list a:hover .news_list_more div{ background-color: #0068b7; border: 1px solid #0068b7; }
.news_list a:hover .news_list_more span,.news_list a:hover .news_list_more i{ color: #fff; }
.news_list_img{ overflow: hidden; width: 400px; height: 300px; flex-shrink: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center;
 border-top-left-radius: 20px; border-bottom-left-radius: 20px; }
.news_list_img img{ width: 100%; height: 100%; object-fit: cover; transition:transform 1s ease; }
.news_list:hover img{ transform: scale(1.1); }
.news_list_con{ width: 100%; padding: 0 35px; position: relative; }
.news_list_con h2{ color:#333; font-size:24px; font-weight: bold; line-height: 30px; padding-top: 40px; }
.news_list_con p{ color:#666; font-size:15px; line-height: 26px; padding-top: 20px; }
.news_list_time{ padding-top: 16px; padding-bottom: 20px; }
.news_list_time span{ color:#999; font-size:16px; }
.news_list_more{ position: absolute; bottom: 35px; right: 35px; }
.news_list_more div{ display: flex; align-items: center; justify-content: center; border: 1px solid #999; border-radius: 100px; padding: 5px 20px; }
.news_list_more span{ color:#333; font-size:16px; padding-right: 10px; }
.news_list_more i{ color:#000; font-size:24px; }


/* 案例列表页 */
.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_testcases_list ul li{ width:100%; margin-bottom:30px; background-color: #ffffff; display: flex;
-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_testcases_list_img{flex-shrink: 0; width: 300px; height: 400px; overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; align-content: center; justify-content: center; }
.wu_testcases_list_title{ display: block; font-size: 16px; color: #404040; padding-left: 50px; padding-right: 40px; padding-top: 40px; }
.wu_testcases_list_title h3{ font-size: 24px; color: #333; }
.wu_testcases_list_title div{ font-size: 18px; color: #999; line-height: 35px; padding-top: 20px; }
.wu_testcases_list_title span{ background-color: #0180cc; border-radius: 20px; font-size: 16px; color: #ffffff; line-height: 40px; display: inline-block; padding: 0 20px; float: right; }
.wu_testcases_list ul li:hover .wu_testcases_list_title{ color: #22ac43; }
.wu_testcases_list_img img{ width: 100%; height: 100%; object-fit: cover; transition:transform 1s ease; }
.wu_testcases_list ul li:hover .wu_testcases_list_img img{ transform: scale(1.1); }
.wu_testcases_list ul li:hover .wu_testcases_list_title span{ background-color: #c9a063; }


/* 荣誉资质列表页 */
.wu_honor_list ul li{ transition:transform 0.3s ease, box-shadow 0.3s ease; overflow: hidden; border-radius:20px; border: 1px solid #eee; }
.wu_honor_list ul li:hover{ transform: translateY(-8px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }
.wu_honor_list ul{ display: grid; grid-template-columns: 23% 23% 23% 23%; grid-gap: 2.6%; grid-row-gap:20px; }
.wu_honor_list ul li{ width:100%; margin-bottom:30px; background-color: #ffffff; border-radius: 20px; overflow: hidden; }
.wu_honor_list_img{ height: 480px; overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; align-content: center; justify-content: center; }
.wu_honor_list_title{ display: block; font-size: 18px; color: #333; text-align: center; padding: 10px 0; padding-left: 10px; padding-right: 10px; }
.wu_honor_list ul li img{ width: 100%; height: 100%; object-fit: cover; /* transition:transform 1s ease; */ }
/* .wu_honor_list ul li:hover img{ transform: scale(1.1); } */


/* 服务客户列表页 */
.wu_customer_list ul{ display: grid; grid-template-columns: 23.5% 23.5% 23.5% 23.5%; grid-gap: 2%; grid-row-gap:20px; }
.wu_customer_list ul li{ width:100%; margin-bottom:30px; background-color: #ffffff; border: 5px solid #dee0e2; }
.wu_customer_list_img{ height: 113px; overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; align-content: center; justify-content: center; }
.wu_customer_list_title{ display: block; font-size: 16px; color: #404040; text-align: center; padding-left: 10px; padding-right: 10px; line-height: 50px; }
.wu_customer_list ul li:hover{ border: 5px solid #0068b7; }
.wu_customer_list ul li img{ width: 100%; height: 100%; object-fit: cover; transition:transform 1s ease; }
.wu_customer_list ul li:hover img{ transform: scale(1.1); }


.w_content_contact { padding-top: 30px; }
.w_content_contact h3{ font-size: 32px; color: #353535; font-weight: bold; line-height: 40px; }
.w_content_contact h2{ font-size: 28px; color: #353535; font-weight: bold; line-height: 40px; }
.w_content_contact p{ font-size: 16px; color: #353535; line-height: 40px; }



.w_about{ background: url(../images/new-about-bg-1.jpg) center no-repeat; height: 1080px; }

.w_job{ background: url(../images/new-job-bg.jpg) center no-repeat; height: 1080px; background-size: cover; }
.w_job_01{ text-align: center; padding-top: 280px; }
.w_job_01 h2{ font-size: 32px; color: #353535; font-weight: bold; line-height: 40px; }
.w_job_01 p{ font-size: 16px; color: #353535; line-height: 40px; }
.w_job_02{ text-align: center; padding-top: 230px; }
.w_job_02 h2{ font-size: 32px; color: #353535; font-weight: bold; line-height: 40px; }
.w_job_02 p{ font-size: 16px; color: #353535; line-height: 40px; }
.w_job_03{margin: 0 auto; width: 1140px; padding-top: 60px; }
.w_job_03 a{ font-size: 14px; color: #353535; padding-left: 14px; }


.w_pro{ display: flex; border: 1px solid #d0d9ea; border-radius: 10px; background-color: #FFFFFF; }
.w_pro_l{ border-right: 1px dashed #d0d9ea; }
.w_pro_l img{ border-top-left-radius: 10px; border-bottom-left-radius: 10px; 
height: 100%; /*object-fit:cover;*/ }

.w_pro_r{ padding-left: 30px; padding-right: 30px; width: 100%; }
.w_pro_r h2{ font-size: 28px; color: #353535; font-weight: bold; line-height: 70px; 
border-bottom: 1px solid #d0d9ea; }
.w_pro_r p{ font-size: 14px; color: #353535; line-height: 26px; padding-top: 10px; }
.w_pro_con{ border: 1px solid #d0d9ea; border-radius: 10px; background-color: #FFFFFF; 
margin-top: 30px; margin-bottom: 20px; }
.w_pro_con_t{ margin-left: 30px; margin-right: 30px; font-size: 24px; color: #353535; 
font-weight: bold; line-height: 70px; border-bottom: 1px dashed #d0d9ea;}
.w_pro_con_n{ padding-left: 30px; padding-right: 30px; padding-top: 20px; padding-bottom: 40px; }

.w_pro_con_n table{ width: 100%; margin-bottom: 20px; }
.w_pro_con_n table td{ text-align: center; padding-top: 10px; padding-bottom: 10px; line-height: 28px;
padding-left: 10px; padding-right: 10px; font-size: 14px; border: 1px solid #d0d9ea; }
.w_pro_con_n table th{ text-align: center; padding-top: 10px; padding-bottom: 10px; 
border: 1px solid #d0d9ea; background-color: #e8ebf1; font-size: 20px; font-weight: bold; }
.table_bg{ font-size: 20px; font-weight: bold; font-style: normal; background-color: #e8ebf1; }
.w_pro_con_n table tr:hover{ background-color: #e8ebf1; }





.side {
 position: fixed;
 width: 52px;
 height: 270px;
 right: 4px;
 top: 50%;
 margin-top: -135px;
 z-index: 100;
}
.side ul li {
 width: 52px;
 height: 52px;
 float: left;
 position: relative;
 margin-bottom: 6px;
}
.side ul li a:hover{ background: #333 !important; }
.side ul li .sidebox,.side ul li .sideboxOpen {
 position: absolute;
 width: 52px;
 height: 52px;
 top: 0;
 right: 0;
 transition: all 0.3s;
 background: #fff;
 border: 1px solid #ddd;
 overflow: hidden;
 border-radius: 100px;
 display:flex; align-items: center;
}
.side ul li .sidebox span,.side ul li .sideboxOpen span{ font-size:28px; color: #333; padding-left: 11px; }
.side ul li .sidebox i,.side ul li .sideboxOpen i{ font-size:16px; color: #333; font-style: normal; padding-left: 12px; white-space: nowrap; }
.side ul li .sidebox:hover span,.side ul li .sidebox:hover i{ color: #fff; }

.side ul li .sidetop {
 width: 52px;
 height: 52px;
 line-height: 52px;
 display: inline-block;
 background: #fff;
 border: 1px solid #ddd;
 transition: all 0.3s;
 border-radius: 100px;
}
.side ul li .sidetop span{ font-size:28px; color: #333; padding-left: 11px; }
.side ul li .sidetop:hover span{ color: #fff; }
.side ul li .sidetop:hover { background: #333; }

.side ul li img { float: left; }
.side ul li .weixinImg {
 display: none;
 position: absolute;
 width: 125px;
 height: 125px;
 top: -72px;
 right: 64px;
 z-index: 999999;
 border: 1px solid #ddd;
 background-color: #ffffff;
}
.side ul li .weixinImg div{ height: 100%; display: flex; align-items: center; justify-content: center; }
.side ul li .weixinImg img{ width: 120px; height: 120px; }
.side ul li:hover .weixinImg { display: block; }

@media screen and (max-width:767px) {
 .side { display: none; }
}
.footContact { margin-top: 4px; }
.footContact span { margin: 0 10px; }


@media screen and (max-width:767px) {
 .head_wap { display: block; }
 .nav{ display: none; }
 .logo img{ height: 30px; }
 .head{ padding: 10px; }
 .top_space{ height:49px; }
 .sousuo_show_a_serach{ padding-right:40px; }
 .wu_01{ padding-top:50px; padding-bottom:50px; }
 .wu_01_title h2{ font-size:32px; }
 .wu_01_con{ display: block; }
 .wu_01_pro{ width: 100%; margin-bottom: 20px; }
 .cygallery-title{ font-size:32px; }
 .cygallery-slide{ grid-template-columns:repeat(2, 1fr); }
 .wu_02{ padding-top: 60px; }
 .wu_02_title h2{ font-size:32px; }
 .wu_02_con{ display: block; padding-top: 15px; }
 .wu_02_a{ width: 100%; height: auto; }
 .wu_02_b{ padding-left: 0; }
 .wu_shili{ grid-template-columns:48% 48%; grid-gap:3%; }
 .wu_03{ padding-top: 60px; padding-bottom:70px; }
 .wu_03_title h2{ font-size:32px; }
 .wu_03_con{ padding-top: 15px; }
 .slidea{ flex: 0 0 50%; height: 150px !important; }
 .slidea-img{ height: 150px !important; }
 .slidea-content{ height: 150px !important; }
 .slidea-title p{ line-height: 20px; font-size: 15px; padding-bottom: 10px; }
 .wu_04{ padding-top: 60px; padding-bottom: 70px; }
 .wu_04_title h2{ font-size:32px; }
 .wu_04_con{ padding-top: 15px; }
 .wu_05{ padding-top: 60px; }
 .wu_05_title h2{ font-size:32px; margin-bottom: 16px; }
 .wu_05_tt{ display: block; }
 .w_newsslide_aa{ width: auto; }
 .w_newsinformation_list{ grid-template-columns:48% 48%; }
 .w_newsslide_bb{ padding-top: 0; }
 .w_newsinformation_con h2{ font-size:16px; }
 .w_newsinformation_con p{font-size: 13px; line-height: 18px; }
 .w_newsinformation_list .w_newsinformation:last-child{ display: none; }
 .footer .footer_02:nth-child(1), .footer .footer_02:nth-child(2), .footer .footer_02:nth-child(3), .footer .footer_02:nth-child(4){ display: none; }
 .footer .footer_02:nth-child(5){ width: 100% !important; }
 .footer .c_width{ padding-top: 50px; padding-bottom: 50px; }
 .aboutchangyi_09 img{ width: 100%; }
 .aboutchangyi_11 img{ width: 100%; }
 .aboutchangyi_12_text h3{ font-size: 32px; }
 .aboutchangyi_12_text p{ font-size: 18px; text-align: center; }
 .wu_nydaohang{ display: none; }
 .wu_contentabout_1{ display: block; }
 .wu_contentabout_1_a, .wu_contentabout_1_b{ width: 100%; }
 .product-gallery-item-thumbs img{ height: 50px !important; }
 .wu_contentabout_1_b{ padding-left: 0; padding-top: 40px; }
 .wu_honor_list ul{ grid-template-columns: 48.5% 48.5% !important;}
 .wu_honor_list_img{ height: 260px; }
 .wu_product{ grid-template-columns:48.5% 48.5% !important; }
 .wu_product_list_con h2{ font-size: 18px; }
 .wu_proshow{ display: block; }
 .wu_proshow_l, .wu_proshow_r{ width: 100%; }
 .wu_proshow_r{ padding-left: 0; }
 .video_show{ grid-template-columns:100% !important; }
 .video_lsit_con h2{ font-size: 18px; }
 .wu_contentpro{ padding-top: 0; }
 .news_list a{ display: block; } 
 .news_list_img{ width: 100%; height: auto; }
 .news_list_con{ padding: 0 10px; }
 .news_list_con p{ height: auto !important; }
 .news_list_more{ bottom: 15px; right: 10px; }
 .news_list_more div{ padding: 0 10px; }
 .fazhanlicheng_c{ display: none; }
 .fazhanlicheng_wap{ display: block !important; }
 .fazhanlicheng_wap_t{ font-size: 22px; font-weight: bold; color: #e6141b; padding-top: 30px; }
 .fazhanlicheng_wap_c{ font-size: 16px; color: #555; }
 
}

@media screen and (max-width:1024px) {
.slidea{ height:300px; }
.slidea-img{ height:300px; }
.slidea-content{ height:300px; }
.w_newsinformation_img{ height:200px; }
.wu_product{ grid-template-columns:32% 32% 32%; }
.proms_listbb img{ width: 100%; }
.news_list_con p{ height: 100px; overflow: hidden; }
.wu_honor_list ul{ grid-template-columns:31.6% 31.6% 31.6%; }
.wu_content_con img{ width: 100%; }
 
}

