/*基础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;
}
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;
}
}

body{ background-color: #ffffff; }
.c_width2{ margin:0 auto; padding: 0 60px; }
.c_width{ margin:0 auto; max-width: 1680px; padding: 0 10px; }


/*头部*/
.head_bg{ width: 100%; position: fixed; z-index: 9999; background-color: rgba(255, 255, 255, 0.8); transition:all .5s ease; }
.head_bg2{ width: 100%; position: fixed; z-index: 9999; transition:all .5s ease; }
.head_bg3{ width: 100%; position: fixed; z-index: 9999; background-color: #005ea9; }
.head{ display: flex; align-items: center; justify-content: space-between; }
.logo { width:500px; }
.logo img{ height:80px; }
.logo a{ font-size: 20px; font-weight:bold; color:#4e6ef2; }

/*导航*/
.nav{ margin-left: auto; margin-right: auto; }
.NavCeshi > li { float: left; padding: 0 20px; -webkit-transition: 0.2s all ease-in-out;transition: 0.2s all ease-in-out; position: relative; }
.NavCeshi > li > a {display: block; height:90px; line-height:90px; 
-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; line-height: 90px; font-size: 18px; color: #222; position: relative; z-index: 99; font-style: normal; }
.NavCeshi > li.navcurrent > a > i:after, .NavCeshi > li:hover > a > i:after{ display:block; content:""; width: 60%; height:4px; margin: -30px auto 0;
background:#4e6ef2;transition: all 0.3s; border-radius: 20px; }
.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;}


/*导航下拉*/
.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:-10px; top:90px; transform:translate(-50%,0); background:#fff; border-radius: 6px; overflow: hidden; }
.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{ width: 140px; }
.nav2 a{ -webkit-transition: none ease-out .3s; transition: none ease-out .3s; transition-property: color, background, text-indent, opacity; 
font-size:14px; background-color: #fff; color: #333; padding: 10px; display: block; text-align: center; }
.nav2 a:hover{ color: #ffffff; background-color: #4e6ef2; }



.head_sswap{ display: flex; align-items: center; }
.head_tel{ font-size: 22px; color: #f00; font-weight:bold; padding-right:20px; }
.head_tel span{ font-size: 22px; font-weight:normal; padding-right:10px; }
.head_ss{ padding-left: 15px; padding-right: 15px; cursor: pointer; }
.head_ss span{ font-size: 18px; color: #f00; }
.head_language{ cursor: pointer; position: relative; }
.head_language:hover .head_language_show{ opacity: 1;visibility: visible; }
.head_language span{ font-size: 18px; color: #fff; }
.head_language_show{ opacity: 0;visibility: hidden; position:absolute; top: 42px; left: 50%; transform:translate(-50%,0); width: 140px; }
.head_language_show div{ border-radius: 6px; background-color: #fff; overflow: hidden; }
.head_language_show a{ font-size: 16px; color: #111; text-align: center; display: block; line-height: 43px; }
.head_language_show a:hover{ color: #fff; background-color: #02cc02; }
.head_language_show i{ position:absolute; top: -12px; left: 50%; transform:translate(-50%,0); font-size: 16px; color: #02cc02; }


/*搜索显示*/
.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 #fff; color: #fff; 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:#4e6ef2; 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:110px; }

.zzmxpcbanner{ display:block; }
.zzmxwapbanner{ display:none; }

/*底部*/
.footer{ width: 100%; background: url(../images/foot_bg.jpg) center no-repeat; background-size: cover; }
.footer .c_width{ padding-top:70px; padding-bottom:70px;}

/*底部信息*/
.footer_top{ display: flex; align-items: center; justify-content:space-between; border-bottom:1px solid #505050; padding: 50px 0; padding-top:70px; }
.footer_top01 p{ color: #ffffff; font-size: 16px; padding-top:16px; }
.footer_top01 img{ width:100%; max-width: 730px; }
.footer_top02{ display: flex; padding:0 50px; }
.footer_top02 img{ margin-right:14px; max-width: 130px; border-radius: 10px; }
.footer_top03 { flex-shrink: 0; }
.footer_top03_mes{ display: flex; align-items: center; }
.footer_top03_mes p{ color: #ffffff; font-size: 60px; padding-right:5px; }
.footer_top03_mes div{ color: #ffffff; font-size: 20px; border:1px solid #fff; width:50px; height:50px; 
border-radius:10px; line-height:24px; text-align: center; margin-top:10px; }

/*底部导航*/
.footer_nav{ display: flex; justify-content:space-between; margin-top:40px; }
.footer_02 h2{ color: #ffffff; font-size: 20px; line-height: 30px; padding-bottom: 12px; }
.footer_02 a{ color: #b5b5b5; font-size: 16px; line-height: 34px; display:block; }
.footer_02 a:hover{ color: #4e6ef2; }
.footer_02 img{ width: 120px; height: 120px; }
.footer_02 h3{ color: #E7EDF8; font-size: 14px; 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: #E7EDF8; font-size: 16px; line-height: 40px; }
.footer_gz p i{ width: 18px; text-align: center; }

/*版权信息*/
.copyright{ display: flex; align-item:center; justify-content: center; font-size: 16px; color: #666; padding:30px 0; }
.copyright a{ color: #666; padding-left: 10px; }
.copyright a:hover{ color: #4e6ef2; }

/*友情链接*/
.wu_links{ display: flex; line-height: 30px; font-size: 16px; color: #b5b5b5; background-color: rgba(255, 255, 255, 0.2); border-radius:20px; padding:36px; }
.wu_links_l i{ font-size: 16px; color: #b5b5b5; padding-right: 6px; }
.wu_links_c { margin-right: auto; padding-left: 2px; }
.wu_links_c a{ font-size: 16px; color: #ddd; padding-right: 6px; }
.wu_links_c a:hover{ color: #4e6ef2; }



.zzmx_01{ width:100%; background: url(../images/pic01.jpg) center no-repeat; background-size: cover; padding-top:80px; }
.zzmx_01_aa{ text-align: center; }
.zzmx_01_aa h2{ font-size: 46px; color: #4e6ef2; font-weight:bold; }
.zzmx_01_aa p{ font-size: 20px; color: #fff; letter-spacing: 6px; padding-top:10px; padding-bottom:5px; }
.zzmx_01_aa span{ font-size: 18px; color: #888; }
.zzmx_01_bb{ display: grid; grid-template-columns: auto auto auto auto; grid-gap: 20px; padding:60px 0; }
.zzmx_01_bb_list { text-align: center; border-right:1px solid #555; padding-right:20px; }
.zzmx_01_bb_list:last-child { border-right:none; padding-right:0;}
.zzmx_01_bb_list img{ }
.zzmx_01_bb_list p{ font-size: 18px; color: #fff; padding:20px 0; }
.zzmx_01_bb_list a{ display:inline-block; font-size: 18px; color: #fff; background-color: #4e6ef2; border-radius: 6px; padding:10px 20px; }
.zzmx_01_bb_list a i{ padding-left:6px; }
.zzmx_01_bb_list a:hover{ color: #fff; background-color: #f38000; }


.zzmx_02{ background-color:#f1f1f1; padding-top:60px; }
.zzmx_02_aa{ padding-bottom:20px; }
.zzmx_02_aa h2{ font-size: 24px; color: #666; font-weight:normal; margin-bottom:0; }
.zzmx_02_aa p{ font-size: 42px; color: #333; }
.fui_listaa33 ul{ display: grid; grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.7%; border-bottom:1px #bbb solid; padding-bottom:30px; }
.fui_listaa33 ul li{ cursor: pointer; display: flex; align-items: center; }
.fui_listaa33 ul .active p{ color:#4e6ef2; font-weight:bold; }
.fui_listaa33 ul li img{ vertical-align: middle; max-width:20px; }
.fui_listaa33 ul li p{ font-size:24px; color: #333; }
.zzmx_02_list{ padding-top:40px; position: relative; }
.zzmx_02_list_img img{ width:100%; }
.zzmx_02_list_mes{ width:40%; position: absolute; top:40px; right:0; }
.zzmx_02_list_mes_show{ width:100%; background: rgba(255, 255, 255, 0.6); border-bottom:2px #db0000 solid; padding:1.5rem; }
.zzmx_02_list_mes_show h2{ font-size: 30px; color: #333; font-weight:bold; padding-top:10px; }
.zzmx_02_list_mes_show p{ font-size: 16px; color: #333; line-height:26px; padding-bottom:30px; }
.zzmx_02_list_mes_show a{ width:130px; line-height:38px; display:inline-block; border:1px #db0000 solid; color:#db0000; font-size: 16px; text-align: center; margin-bottom:20px; }
.zzmx_02_list_mes_show a:hover{ background-color:#db0000; border:1px #db0000 solid; color:#ffffff; }



.wu_syproduct_listshow{ display: grid; grid-template-columns: 32% 32% 32%; grid-gap: 2%; grid-row-gap:40px; padding-top:40px; padding-bottom:80px; }
.wu_syproduct_list a{ display: block; text-decoration: none; background-color:#fff; border: 1px solid #eee;
  -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_syproduct_list a:hover{ border: 1px solid #4e6ef2; }
.wu_syproduct_list a:hover h2{ color:#4e6ef2; }
.wu_syproduct_list_img{ overflow: hidden; max-height: 529px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; }
.wu_syproduct_list_img img{ width: 100%; height: 100%; transition:transform 1s ease; object-fit: cover; }
.wu_syproduct_list:hover img{ transform: scale(1.1); }
.wu_syproduct_list_con h2{ color:#333; font-size:18px; font-weight: normal; line-height: 28px; text-align: center; margin-bottom: 0; padding: 10px 0; }
.wu_syproduct_list_con p{ color:#666; font-size:14px; text-align: center; padding-bottom:20px; }






.zzmx_03{ width:100%; position:relative; }
.zzmx_03_img img{ width:100%; }
.zzmx_03_title{ width:100%; position:absolute; top:0; }
.zzmx_03_title_mes{ text-align: center; padding-top:80px; }
.zzmx_03_title_mes01 { font-size: 24px; color: #fff; padding-bottom:16px; }
.zzmx_03_title_mes02{ font-size: 42px; color: #fff;  padding-bottom:26px; }
.zzmx_03_title_mes03 a{ font-size: 16px; color: #fff; border:1px #fff solid; text-align: center; width:170px; line-height:40px; border-radius:4px; display:inline-block; }
.zzmx_03_title_mes03 a:hover{ color: #db0000; background-color:#fff; }
.zzmx_03_title_mes04{ padding-top:60px; }
.zzmx_03_title_mes04 img{ max-width:80px; }
.zzmx_03_bottomps{ width:100%; position:absolute; bottom:0; display: grid; grid-template-columns: 20% 20% 20% 20% 20%; }
.zzmx_03_list{ display:flex; align-items: center; justify-content: space-between; border-left:1px rgba(255, 255, 255, 0.2) solid; 
padding:20px; height:120px; background-color: rgba(0, 0, 0, 0.15); border-top: 1px rgba(255, 255, 255, 0.2) solid; }
.zzmx_03_list_l p{ font-size: 48px; color: #fff; font-family:impact; }
.zzmx_03_list_l p span{ font-size: 38px; color: #fff; padding-left:6px; }
.zzmx_03_list_l h2{ font-size: 16px; color: rgba(255, 255, 255, 0.6); font-weight:normal; }
.zzmx_03_list:hover { background-color: #db0000; }


.zzmx_04{ width:100%; background: url(../images/indexbg1.jpg) center no-repeat; background-size: cover; padding-top:80px;  }
.zzmx_04_aa{ text-align: center; }
.zzmx_04_aa h2{ font-size: 46px; color: #4e6ef2; font-weight:bold; }
.zzmx_04_aa p{ font-size: 20px; color: #fff; letter-spacing: 6px; padding-top:10px; padding-bottom:5px; }
.zzmx_04_aa span{ font-size: 18px; color: #888; }
.zzmx_04_bb{ padding-top:30px; padding-bottom:80px; display: grid; grid-template-columns: auto auto auto auto; gap: 20px;  }
.zzmx_04_bb_pro{ 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; }
.zzmx_04_bb_pro:hover{ transform: translateY(-8px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }
.zzmx_04_bb_img img{ width: 100%; transition: transform 0.3s ease; }
.zzmx_04_bb_pro:hover img{ transform: scale(1.05); }
.zzmx_04_bb_mes{ position:absolute; bottom: 0; left: 0; width: 100%; }
.zzmx_04_bb_mes a{ width: 100%; display:block; background-color: rgba(0, 0, 0, 0.3);  font-size:18px; color: #fff; 
text-shadow:1px 1px 3px rgba(0, 0, 0, 0.5); text-align: center; padding:6px 0; }

/*新闻资讯2*/
.wu_04{ padding: 80px 0; background: url(../images/49145614.jpg) center no-repeat; background-size: cover; border-top: 1px solid #EEEEEE; }
.wu_04_title { text-align: center; }
.wu_04_title h2{ font-size:42px; color: #333; font-weight: bold; line-height: 40px; }
.wu_04_title span{ font-size:18px; color: #a5a5a5; display: block; }
.wu_04_con{ padding-top: 30px; display: flex; justify-content: space-between; }
.wu_04_con_l{ width:65%; padding-right:50px; }
.wu_04_con_r{ width:35%; }

.w_newsslide_cc{ border-bottom:1px solid #ccc; }
.w_newsslide_cc ul{ display: flex; align-items: center; }
.w_newsslide_cc ul li{ cursor: pointer; padding: 16px 0; padding-right:30px; display: flex; align-items: center; }
.w_newsslide_cc ul li img{ width:32px; }
.w_newsslide_cc ul li p{ font-size: 28px; color: #999; text-decoration: none; padding-left: 10px; }
.w_newsslide_cc ul .active p{ color: #333; }
.w_newsslide_dd{ padding-top: 30px; }
 
.w_newsinformation2dd_list{ display: grid; grid-template-columns: 100%; grid-gap: 40px; }
.w_newsinformation2dd a{ display: flex; align-items: center; text-decoration: none;
-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_newsinformation2dd a:hover h2{ color: #4e6ef2; }
.w_newsinformation2dd_img{ width:45%; }
.w_newsinformation2dd_img img{ width:100%; }
.w_newsinformation2dd_con{ padding-left:30px; }
.w_newsinformation2dd_con h2{ color:#333; font-size:24px; font-weight: normal; line-height: 30px; }
.w_newsinformation2dd_con p{ color:#666; font-size:16px; line-height:25px; }
.w_newsinformation2dd_time{ display: flex; justify-content: space-between; align-items: center; padding-top: 16px; padding-bottom: 20px; border-bottom: 1px solid #dadada; }
.w_newsinformation2dd_time span{ color:#999; font-size:14px; }

.wu_04_con_r_title{ display: flex; align-items: center; justify-content: space-between; border-bottom:1px solid #ccc; padding-top:18px; padding-bottom:16px; }
.wu_04_con_r_title h2{ font-size: 28px; color: #333; font-weight:normal; }
.wu_04_con_r_title a{ font-size: 16px; color: #4e6ef2; display:inline-block; line-height:32px; }
.wu_04_con_r_title a span{ display:inline-block; background-color: #4e6ef2; border-radius: 20px; padding:0 10px; margin-right:10px; }
.wu_04_con_r_con_list { padding-top:32px; }
.wu_04_con_r_con_list a{ display: flex; align-items: center; }
.wu_04_con_r_con_list a p{ font-size: 18px; color: #333; padding-left:6px; }
.wu_04_con_r_con_list a:hover p{ color: #4e6ef2; }

.wu_content_about2{ padding-top:70px; padding-bottom:70px; }
.wu_content_about{ display: flex; justify-content: space-between; padding-top:70px; padding-bottom:70px; }
.wu_content_about_l{ width:50%; }
.wu_content_about_r{ width:50%; }
.wu_content_about_l_t h2{ font-size: 48px; color: #333; font-weight:bold; }
.wu_content_about_l_t p{ font-size: 22px; color: #666; padding-bottom:30px; }
.wu_content_about_l_t h3{ font-size: 72px; font-weight:normal; text-shadow: -1px -1px 0 #db0000, 1px -1px 0 #db0000, -1px 1px 0 #db0000, 1px 1px 0 #db0000; color: #fff; }
.wu_content_about_l_c{ padding-top:10px; padding-right:40px; color: #666; font-size:16px; line-height:30px; }
.wu_content_about_r img{ width:100%; border-radius: 8px; }

.wu_content{ background-color: #f5f5f5; padding-top:70px; padding-bottom:70px; }
.wu_content2{ background-color: #fff; padding-top:70px; padding-bottom:70px; }
.wu_content3{ background-color: #fff; padding-top:70px; padding-bottom:70px; }
.wu_contentcontact_1{ font-size:48px; 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; display:flex; align-items: center; justify-content: space-between; }
.wu_contentcontact_3_l h2{ font-size:28px; color: #000; font-weight: bold; padding-bottom: 10px; }
.wu_contentcontact_3_l p{ font-size:18px; color: #333; display: flex; align-items: center; padding: 12px 0; }
.wu_contentcontact_3_l p span{ font-size:24px; padding-right: 10px; }
.wu_contentcontact_3_r{ display:flex; align-items: center; }
.wu_contentcontact_3_r_ewm{ display:flex; align-items: center; flex-direction: column; margin-left: 20px; }
.wu_contentcontact_3_r_ewm p{ font-size:16px; color: #333; }
.wu_contentcontact_ly{ background-color: #fff; padding: 30px; border-radius: 20px; }
.wu_contentcontact_ly h2{ font-size: 48px; 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_map{ border-radius: 20px; overflow: hidden; margin-top: 40px; }

.wu_content2 .c_width{ display: flex; justify-content: space-between; }
.zzmxnews_l{ width:76%; padding-right:70px; }
.zzmxnews_r{ width:24%; }


.zfhg_proshowbg{ background: url(../images/33.png) center no-repeat; background-size: cover; }
.zfhg_proshow{ display:flex; align-items:center; padding-top:90px; padding-bottom:90px; }
.zfhg_proshow_l,.zfhg_proshow_r{ width:50%; }
.zfhg_proshow_l{ padding-left:20px; }
.zfhg_proshow_l h3{ color: #005ea9; font-size: 48px; font-weight: bold; }
.zfhg_proshow_l h2{ color: #333333; font-size: 48px; font-weight: bold; }
.zfhg_proshow_l p{ color: #333333; font-size: 18px; line-height: 32px; padding-top:30px; }
.zfhg_proshow_r{ overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; border-radius: 20px; }
.zfhg_proshow_r img{ height: 100%; max-height: 650px; transition:all .3s ease; object-fit: cover; }
.zfhg_proshow_r:hover img{ transform: scale(1.1); }

.zfhgzxt{ display:flex; align-items: center; margin-top:30px; }
.zfhgdownload{ display: flex; align-items: center; justify-content: center; border:1px solid #4e6ef2; border-top-left-radius:20px; border-bottom-right-radius:20px;
width:160px; }
.zfhgdownload span{ color:#4e6ef2; font-size:16px; padding-right: 10px; }
.zfhgdownload i{ color:#4e6ef2; font-size:24px; }
.zfhgdownload:hover span{ color: #fff; }
.zfhgdownload:hover i{ color: #fff; }
.zfhgdownload:hover{ background-color: #4e6ef2; color:#fff; }
.zfhgtel{ color:#db0000; font-size:24px; font-weight:bold; padding-left:16px; }
.zfhgtel:hover{ color:#4e6ef2; }

.zfhgdownload_mask{ display: none; background-color: rgba(0, 0, 0, 0.6); position: fixed; z-index: 99999;
width: 100%; height: 100%; bottom: 0; }
.zfhgdownload_close{ position: fixed; bottom: 0; width: 100%; height: 100%; }
.zfhgdownload_show{ width: 100%; height: 100%; display:flex; justify-content:center; align-items:center; position:fixed; top:0; left:0; z-Index:9999; }
.zfhgdownload_show_con{ width: 500px; background-color: #005ea9;  border-radius: 10px; position: relative; }
.zfhgdownload_close_c{ position: absolute; top: 10px; right: 10px; cursor: pointer; background-color: #fff; width:36px; height:36px; border-radius: 100px;
 display:flex; align-items: center; justify-content: center; }
.zfhgdownload_close_c i{ font-size: 20px; color: #005ea9; font-weight: normal; }


.wu_describe{ margin: 0 auto; 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: #333; font-weight: bold; border-bottom: 2px solid #333; }
.proms_listbb{ padding-top: 30px; text-align: center; }



.wu_prodesc { padding-top: 40px; padding-bottom: 100px; }
.wu_prodesc .c_width{ display: flex; justify-content: space-between; }
.wu_proright{ width:389px; flex-shrink: 0; padding-top:92px; }
.wu_contentpro{ width:100%; padding-top: 40px; padding-bottom: 100px; }
.wu_proright_02{ background-color:#f8f8f8; padding-bottom:30px; margin-top:30px; }
.wu_proright_02 div{ padding-left:30px; padding-right:30px; padding-top:30px; }
.wu_proright_02 h2{ font-size:24px; color: #333; font-weight: bold; margin-bottom:18px; line-height: 40px; }
.wu_proright_02 p{ font-size:16px; color: #333; padding-bottom:6px; }
.wu_proright_02 p i{ font-size:18px; color: #999; padding-right:10px; }
.wu_proright_02 a{ font-size:18px; font-weight:bold; color: #fff; background-color:#333; display: block; text-align: center; 
padding: 18px 0; margin-top:25px; }









/*左侧分类*/
.w_classification{ background-color: #f6f8fb; }
.w_classification_title{ background-color: #4e6ef2; padding: 30px 0; text-align: center; }
.w_classification_title h2{ font-size: 24px; color: #ffffff; font-weight: bold; margin: 0;  }
.w_classification_con { padding: 0 20px; padding-top: 20px; padding-bottom: 1px; }
.w_classification_con ul li { margin-bottom: 16px; }
.w_classification_level1{ display: flex; align-items: center; background-color: #ffffff;
 line-height: 60px; font-size: 16px; color: #444; padding-left: 20px; }
.w_classification_level1:hover, .w_classification_con ul li .on{ background-color: #4e6ef2; color: #ffffff; }
.w_classification_level1 span{ padding-right: 6px; }
.w_classification_level2_list{ display: none; }
.w_classification_level2{ display: block; line-height: 55px; font-size: 15px; color: #777; border-bottom: 1px solid #eee; padding-left: 20px;}
.w_classification_level2:hover{ color: #02cc02; background-color: #d5eadb; }
.w_classification_level2:last-child{ border-bottom: none; }

/*左侧联系方式*/
.w_contact{ border: 1px solid #eee; padding: 12px; margin-top: 20px; }
.w_contact_title{ background-color: #ffffff; }
.w_contact_title h2{ font-size: 18px; color: #333; font-weight: normal; margin: 0; }
.w_contact_con{ font-size: 14px; color: #333; line-height: 30px; padding-top: 5px; }
.w_contact_con h2{ font-size: 16px; color: #15346b; font-weight: bold; padding-top: 8px; }

/*左侧留言*/
.w_feedback{ border: 1px solid #eee; padding: 12px; margin-top: 20px; }
.w_feedback_title{ display: flex; justify-content: space-between; line-height: 20px; }
.w_feedback_title p{ font-size: 18px; color: #333; }
.w_feedback_con p{ font-size: 14px; color: #666666; line-height: 22px; padding: 10px 0 15px 0; }
.w_feedback_con img{ max-width: 100%; margin-bottom: 20px; }
.w_feedback_con h2{ background-color: #15346b; text-align: center; margin: 0; }
.w_feedback_con h2 a{ color: #fff; font-size: 18px; line-height: 47px; display: inline-block;
 background: url(../images/main70.png) left center no-repeat; padding-left: 42px; }


/*产品展示*/
.w_productshowsy{ display: grid; grid-template-columns: 32% 32% 32%; grid-gap: 2%; grid-row-gap:30px; }
.w_productlistsy:hover p{ color: #15346b; }
.w_productlistsy p{ font-size:16px; color: #333; line-height: 30px; text-align: center; padding-top: 10px; }
.w_productlistsy_img{ overflow: hidden; height: 322px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; border: 1px solid #EEEEEE; }
.w_productlistsy_img img{ width: 100%; height: 100%; object-fit: cover; transition:transform 1s ease; }
.w_productlistsy_img:hover img{ transform: scale(1.1); }


/*左右布局2*/
.wu_contentltt{ background-color: #fff; padding: 80px; }
.wu_contentltt .c_width{ display: flex; justify-content: space-between; }
.wu_contentltt_l{ width: 100%; padding-right: 30px; }
.wu_contentltt_r{ width: 290px; flex-shrink: 0; }

.wu_13{}
.wu_13_title{ background-color: #15346b; padding: 10px 16px; display: flex; align-items: center; justify-content: space-between; }
.wu_13_title h2{ font-size:20px; color: #fff; font-weight: bold; margin-bottom: 0; }
.wu_13_title a{ display: inline-block; background-color: #f9b731; border-radius: 100px; font-size:15px; color: #fff; padding: 2px 10px; }
.wu_13_con{ padding:20px; padding-right: 14px; border: 1px solid #eee; }

.wu_14{}
.wu_14_title{ background-color: #15346b; padding: 10px 16px; display: flex; align-items: center; justify-content: space-between; }
.wu_14_title h2{ font-size:20px; color: #fff; font-weight: bold; margin-bottom: 0; }
.wu_14_title a{ display: inline-block; background-color: #f9b731; border-radius: 100px; font-size:15px; color: #fff; padding: 2px 10px; }
.wu_14_con{ padding:16px; padding-right: 14px; border: 1px solid #eee; font-size: 14px; color: #333; line-height: 30px; }
.wu_14_con h2{ font-size: 16px; color: #15346b; font-weight: bold; padding-top: 8px; }


/*公司优势*/
.wu_youshi{ background-color: #f5f5f5; }
.wu_youshi_title{ background: url(../images/youshitbg.jpg) center no-repeat; background-size: cover; height: 199px; 
display: flex; align-items: center; justify-content: center; }
.wu_youshi_title p{ display: flex; align-items: center; justify-content: center; }
.wu_youshi_title p i{ font-size:42px; color: #fff; font-weight: bold; font-style: normal; }
.wu_youshi_title p span{ font-size:65px; color: #000000; font-weight: bold; width: 60px; height: 60px; margin: 0 6px;
background-color: #ffad0f; border-radius: 100px; display: flex; align-items: center; justify-content: center; }
.wu_youshi_title h3{ font-size:24px; color: #fff; font-weight: normal; text-align: center; }
.wu_youshi_aa{ display: flex; align-items: center; justify-content: space-between; }
.wu_youshi_aa_l,.wu_youshi_aa_r{ width:50%; }
.wu_youshi_aa_l img{ width:100%; }
.wu_youshi_aa_r{ padding-left: 40px; }
.wu_youshimes{ display: flex; }
.wu_youshimes_l { padding-right: 20px; }
.wu_youshimes_l i{ font-size:30px; color: #fff; font-weight: bold; font-style: normal; width: 45px; height: 45px;
background-color: #15346b; border-radius: 100px; display: flex; align-items: center; justify-content: center; }
.wu_youshimes_r h2{ font-size:28px; color: #15346b; font-weight: bold; margin-bottom: 0; }
.wu_youshimes_r p{ font-size:22px; color: #555; }
.wu_youshimes_line{ width: 70px; border: none; background-color: #15346b; height: 3px; display: inline-block; }
.wu_youshimes_con{ font-size:16px; color: #333; line-height: 40px; padding-top: 30px; }
.wu_youshimes_more{ padding-top:50px; }
.wu_youshimes_more a:first-child{ background-color: #333; }
.wu_youshimes_more a{ font-size:16px; color: #fff; background-color: #f9b731; padding: 10px 20px; border-radius: 6px; margin-right: 10px; }
.wu_youshimes_more a span{ font-size:18px; padding-right:6px; }
.wu_youshimes_more a:hover{ color: #fff; background-color: #15346b;  }



/*公司简介*/
.wu_01{ background: url(../images/49145611.jpg) center no-repeat; background-size: cover; }
.wu_01 .c_width{ display: flex; justify-content: space-between; padding: 80px 0; }
.wu_01_l img{ border-top-left-radius: 50px; border-bottom-right-radius: 50px; }
.wu_01_r{ padding-left: 70px; }
.wu_01_r h2{ font-size:42px; color: #333; font-weight: bold; line-height: 40px; }
.wu_01_r span{ font-size:18px; color: #a5a5a5; display: block; }
.wu_01_line{ width: 50px; border: none; background-color: #15346b; height: 3px; display: inline-block; }
.wu_01_con{ font-size:16px; color: #222; line-height: 30px; padding-top: 10px; padding-bottom: 30px; }


/*数字*/
.wu_06{ background-color: #15346b; }
.wu_06 .c_width{ display: grid; grid-template-columns: 25% 25% 25% 25%; grid-gap: 0; padding: 70px 0; }
.wu_06_list{ display: flex; align-items: center; justify-content: center; flex-direction:column; background-color: rgba(255, 255, 255, 0.9); border-radius: 10px; margin: 0 10px; }
.wu_06_munber{ color:#f9b731; font-size:16px; }
.wu_06_munber span{ font-size:50px; color: #f9b731; font-family: impact; padding-right: 5px; }
.wu_06_title{ text-align: center; }
.wu_06_title p{ color:#333; font-size:18px; padding-bottom: 10px; }
.wu_06_title span{color:#999; font-size:14px; }


/*公司视频*/
.wu_08{ background-color: #fff; padding: 80px; }
.wu_08_title { text-align: center; }
.wu_08_title h2{ font-size:42px; color: #333; font-weight: bold; line-height: 40px; }
.wu_08_title span{ font-size:18px; color: #a5a5a5; display: block; }
.wu_08_con{ padding-top: 30px; }
.wu_08_con video{ border-radius: 30px; overflow: hidden; } 


/*产品列表*/
.wu_09{ background-color: #fff; padding: 80px; }
.wu_09_title { text-align: center; }
.wu_09_title h2{ font-size:42px; color: #333; font-weight: bold; line-height: 40px; }
.wu_09_title span{ font-size:18px; color: #a5a5a5; display: block; }
.wu_09_con{ display: flex; justify-content: space-between; padding-top: 30px; }
.wu_09_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_09_pro:hover{ transform: translateY(-8px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }
.wu_09_img img{ width: 100%; transition: transform 0.3s ease; }
.wu_09_pro:hover img{ transform: scale(1.05); }
.wu_09_mes{ position:absolute; top: 0; left: 0; width: 100%; height: 100%; }
.wu_09_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_07{ background-color: #f5f5f5; padding-top: 80px; padding-bottom: 30px; }
.wu_07_title { text-align: center; }
.wu_07_title h2{ font-size:42px; color: #333; font-weight: bold; line-height: 40px; }
.wu_07_title span{ font-size:18px; color: #a5a5a5; display: block; }
.wu_07_con{ padding-top: 30px; padding-bottom: 50px; }
.ywfw_list{display:flex; flex-wrap:wrap; justify-content:space-between; }
.ywfw_list .ywfw_list_item{ width:32%; position:relative; overflow: hidden; margin-bottom:30px; }
.ywfw_list .ywfw_list_item .ywfw_list_ov-h img{opacity:1}
.ywfw_list .ywfw_list_item .ywfw_list_txt{position:absolute;padding:40px;top:0; color:#fff; text-shadow: 1px 1px 1px #000; }
.ywfw_list .ywfw_list_item .ywfw_list_txt p{ font-size:16px; color:#fff; }
.ywfw_list .ywfw_list_item .ywfw_list_txt h3{ font-size:28px; }
.ywfw_list .ywfw_list_item .ywfw_list_btn{position:absolute;padding:40px;bottom:0;right:0}
.ywfw_list .ywfw_list_item .ywfw_list_btn a{display:inline-block;border:1px solid #fff;border-radius:30px;padding:7px 20px;font-size:15px;line-height:1;color:#fff}
.ywfw_list .ywfw_list_item .ywfw_list_btn a i{position:relative;top:1px;margin-left:5px}
.ywfw_list .ywfw_list_item .ywfw_list_btn a:hover{border-color:#E3A21F;background-color:#E3A21F}
.ywfw_list .ywfw_list_item:hover .ywfw_list_ov-h img{opacity:.5;transition:all .5s}
.ywfw_list .ywfw_list_item img{object-fit: cover;width: 100%;-webkit-transition: -webkit-transform 0.5s ease;transition: -webkit-transform 0.5s ease;transition: all 0.6s ease 0s;transition: transform 0.5s ease, -webkit-transform 0.5s ease;}
.ywfw_list .ywfw_list_item:hover img{-webkit-transform: scale(1.08, 1.08);-ms-transform: scale(1.08, 1.08);transform: scale(1.08, 1.08);}


/*产品中心1*/
.wu_02{ background-color: #ffffff; padding: 80px 0; }
.wu_02_title { text-align: center; }
.wu_02_title h2{ font-size:42px; color: #333; font-weight: bold; line-height: 40px; }
.wu_02_title span{ font-size:18px; color: #a5a5a5; display: block; }
.wu_02_con{ padding-top: 30px; }

.w_productshow{ display: grid; grid-template-columns: 23.5% 23.5% 23.5% 23.5%; grid-gap: 2%; grid-row-gap:30px; }
.w_productlist:hover p{ color: #15346b; }
.w_productlist p{ font-size:16px; color: #333; line-height: 30px; text-align: center; padding-top: 10px; }
.w_productlist_img{ overflow: hidden; height: 322px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; border: 1px solid #EEEEEE; }
.w_productlist_img img{ width: 100%; height: 100%; object-fit: cover; transition:transform 1s ease; }
.w_productlist_img:hover img{ transform: scale(1.1); }

.fui_listaa22 ul{ display: grid; grid-template-columns: 20% 20% 20% 20% 20%; }
.fui_listaa22 ul li{ line-height: 2.2rem; text-align: center; cursor: pointer; padding: 0 10px; margin-bottom: 10px; }
.fui_listaa22 ul li img{ width: 50px; }
.fui_listaa22 ul li p{ font-size: 18px; color: #333; line-height: 50px; border: 1px solid #666; border-radius: 100px; }
.fui_listaa22 ul .active p{ color: #ffffff; background-color: #15346b; border: 1px solid #15346b; }
.fui_listbb22{ padding-top: 30px; }


/*产品中心2*/
.wu_12{ background-color: #ffffff; padding: 80px; }
.wu_12_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:hover h2{ color:#15346b; }
.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; }


/*合作客户1*/
.wu_10{ background-color: #f5f5f5; padding: 80px 0; }
.wu_10_title { text-align: center; }
.wu_10_title h2{ font-size:42px; color: #333; font-weight: bold; line-height: 40px; }
.wu_10_title span{ font-size:18px; color: #a5a5a5; display: block; }
.wu_10_con{ padding-top: 30px; }

.w_fuwukehu{ display: grid; grid-template-columns: 19% 19% 19% 19% 19%; grid-gap: 1.2%; grid-row-gap:20px; }
.w_fuwukehu_list:hover p{ color: #4977C4; }
.w_fuwukehu_list p{ font-size:16px; color: #333; line-height: 30px; text-align: center; padding-top: 10px; }
.w_fuwukehu_list_img{ overflow: hidden; height: 100px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; border: 1px solid #EEEEEE; }
.w_fuwukehu_list_img img{ width: 100%; height: 100%; object-fit: cover; transition:transform 1s ease; }
.w_fuwukehu_list_img:hover img{ transform: scale(1.1); }


/*合作客户2*/
.wu_11{ background:url(../images/20240926140557_1618415186.jpg) center; position: relative; margin:0 auto; padding-top:58px; height:318px; }
.wu_11_mes_t{ color: #fff; font-size:2vw; line-height:2.5vw; margin-bottom: 20px; }
.wu_11_mes_t b{ font-size:1.8vw; }
.wu_11_mes_t>div{display: flex;}
.wu_11_mes_t>div>i{font-size: 75px;color: #fff;position: relative;font-family: 'DIN';}
.wu_11_mes_t>div>i>span {position: absolute; font-size: 12px; color: #fff; background: #333; width: 35px; height: 35px; border-radius: 100%;
text-align: center; line-height: 35px; bottom: 0px; right: -15px; }
.wu_11_mes_t>div>b{font-size: 30px;color: #fff;margin-left: 8px;padding-top: 8px;}
.wu_11_mes_t>div>b>span{font-size: 40px;font-weight: normal;color: #fff;}
.wu_11_mes_t>p{font-size: 18px;color: #fff;margin-top: 0px;}


/*厂房设备*/
.wu_05{ background-color: #ffffff; padding: 80px 0; }
.wu_05_title { text-align: center; }
.wu_05_title h2{ font-size:42px; color: #333; font-weight: bold; line-height: 40px; }
.wu_05_title span{ font-size:18px; color: #a5a5a5; display: block; }
.wu_05_con{ padding-top: 30px; }

.w_classiccaselist{ display: grid; grid-template-columns: 32% 32% 32%; grid-gap: 2%; grid-row-gap:30px; }
.w_classiccase a{ display: block; text-decoration: none; background-color: #F3F3F3;/* box-shadow: 0 0 15px 0 rgba(0,0,0,.1); */border-radius:6px;
-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_classiccase a:hover{ background-color: #15346b; }
.w_classiccase a:hover h2,.w_classiccase a:hover p,.w_classiccase a:hover span{ color: #ffffff; }
.w_classiccase a:hover i{ color: #15346b; background-color: #ffffff; }
.w_classiccase_img{ overflow: hidden; height: 300px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center;
border-top-left-radius: 6px; border-top-right-radius: 6px; }
.w_classiccase_img img{ width: 100%; height: 100%; transition:transform 1s ease; object-fit: cover; }
.w_classiccase:hover img{ transform: scale(1.1); }
.w_classiccase_con{ padding: 0 15px; }
.w_classiccase_con h2{ color:#000000; font-size:20px; font-weight: bold; line-height: 40px; padding-top: 12px; }
.w_classiccase_con p{ color:#404040; font-size:15px; line-height: 30px; }
.w_classiccase_time{ display: flex; justify-content: space-between; align-items: center; padding-top: 16px; padding-bottom: 20px; }
.w_classiccase_time span{ color:#999; font-size:16px; }
.w_classiccase_time i{ color:#ffffff; font-size:14px; font-style: normal; border-radius: 100px; background-color: #15346b; padding: 6px 20px; }



/*资质证书*/
.wu_03{ background-color: #f5f5f5; padding: 80px 0; }
.wu_03_title { text-align: center; }
.wu_03_title h2{ font-size:42px; color: #333; font-weight: bold; line-height: 40px; }
.wu_03_title span{ font-size:18px; color: #a5a5a5; display: block; }
.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 25%; /* 4列布局，减去间隙 */ height: 470px; overflow: hidden; }
.slidea-jianxi{ margin-left: 10px; margin-right: 10px; position: relative; }
.slidea-img{ overflow: hidden; height: 470px; 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: 470px; 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: #005daa; }
.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: #005daa; }




 

/*面包线*/
.wu_position { padding-top: 10px; display: flex; align-items: center; font-size:16px; color: #fff; }
.wu_position a{ font-size:16px; color: #fff; padding: 0 6px; }
.wu_position a:hover{ color: #e6141b; }

/*内页标题*/
.w_nr_title{ border-bottom: 1px solid #ececec; padding-bottom: 15px; text-align: center; }
.w_nr_title h2{ font-size:30px; color: #333; font-weight: bold; }
.w_nr_title p{ font-size:16px; color: #81868e; padding-top:10px; }
.w_nr_con{ padding-top: 30px; }

/*内页标题2*/
.w_nr_title2{ border-bottom: 1px #ececec solid; padding-bottom: 15px; }
.w_nr_title2 h2{ font-size:30px; color: #333; font-weight: bold; }
.w_nr_title2 p{ font-size:16px; color: #81868e; padding-top:10px; }
.w_nr_con2{ padding-top: 30px; color: #666; line-height:30px; font-size:18px; }

/*内页banner*/
.banner_nr { width: 100%; position:relative; }
.banner_nr_wenli{ position:absolute; top:0; width: 100%; height: 100%; /* background: url(../images/wenli.png); */ }
.banner_nr_img img{ width: 100%; height: 100%; object-fit: cover; }
.banner_nr_mes{ position:absolute; top:0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.banner_nr_mes_title{ font-size:60px; color: #fff;  }
.banner_nr_mes_navwidth100{ position:absolute; bottom:20px; width: 100%; }
.banner_nr_mes_nav { display:flex; justify-content: space-between; }
.banner_nr_mes_nav a{ display:flex; align-items: center; justify-content: center; padding:16px 0; font-size:16px; color: #fff;
background-color: rgba(0, 0, 0, 0.5); margin:0 6px; width:100%; }
.banner_nr_mes_nav a:hover{ background-color:#4e6ef2; }
/* .banner_nr_mes_nav .on{ background-color:#4e6ef2; } */



/*分页*/
.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: #4e6ef2; color: #fff; }
.pagination .page-num-current{ background-color: #4e6ef2; color: #fff; }

/*上下篇*/
.wu_pageturning{ padding-top:30px; }
.wu_pageturning p{ line-height: 26px; color: #333; font-size:16px; }
.wu_pageturning a{ color: #333; font-size:16px; }
.wu_pageturning a:hover{ color: #4e6ef2; }


/*产品放大镜页*/
.w_content_pro{ display: flex; justify-content: space-between; }
.w_content_pro_mes{ width: 100%; padding-left: 30px; }	
.w_content_pro_mes h2{ font-size: 24px; color: #333333; line-height: 40px; font-weight: normal; padding-bottom: 10px; }
.w_content_pro_mes p{ font-size: 15px; color: #555; line-height: 22px; border-bottom: 1px solid #eee; padding: 10px 0; }
.w_content_pro_mes p span{ color: #999; padding-right: 10px; }
.w_content_pro_zx{ padding-top: 30px; }
.w_content_pro_zx_01{ font-size: 15px; color: #ffffff; background-color: #15346b; border: 1px solid #15346b; border-radius: 100px; 
padding: 6px 15px; display: inline-block; margin-right: 10px; }
.w_content_pro_zx_01:hover{ color: #4e6ef2; background-color: #ffffff; border: 1px solid #15346b; }
.w_content_pro_zx_02{ font-size: 15px; color: #ffffff; background-color: #E53333; border: 1px solid #E53333; border-radius: 100px; 
padding: 6px 15px; display: inline-block; }
.w_content_pro_zx_02:hover{ color: #E53333; background-color: #ffffff; border: 1px solid #E53333; }
.w_content_pro_zx a i{ padding-right: 6px; }

.product_details1{ padding-top: 40px; }
.w_product_details1_aa{ border-bottom: 1px solid #EEEEEE; }
.w_product_details1_aa ul{ display: flex; }
.w_product_details1_aa ul li{ position: relative; cursor: pointer; text-align: center; background-color: #999; margin-right: 10px; }
.w_product_details1_aa ul li p{ font-size: 18px; color: #fff; text-decoration: none; padding: 10px 30px; }
.w_product_details1_aa ul li span{ position: absolute; top: 36px; left: 45%; color: #15346b; font-size: 24px; display: none; }
.w_product_details1_aa ul .active { background-color: #15346b; }
.w_product_details1_aa ul .active p{ color: #ffffff; }
.w_product_details1_aa ul .active span{ display: block; }
.w_product_details1_bb{ padding-top: 30px; }


/*内页推荐产品*/
.w_recommend{ margin-top: 40px; }
.w_recommend_title{ color: #333; font-size: 20px; font-weight: bold; border-bottom: 1px solid #eee; padding-bottom: 10px; }
.w_recommend_con{ margin-top: 20px; display: grid; grid-template-columns: 23.5% 23.5% 23.5% 23.5%; grid-gap: 2%; grid-row-gap:30px; }
.w_recommendshow:hover p{ color: #15346b; }
.w_recommendshow p{ font-size:16px; color: #333; line-height: 30px; text-align: center; padding-top: 10px; }
.w_recommendshow_img{ overflow: hidden; height: 200px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; border: 1px solid #EEEEEE; }
.w_recommendshow_img img{ width: 100%; height: 100%; object-fit: cover; transition:transform 1s ease; }
.w_recommendshow_img:hover img{ transform: scale(1.1); }


/*内页推荐新闻*/
.w_recommendnews{ }
.w_recommendnews_title{ color: #333; font-size: 24px; font-weight: bold; }
.w_recommendnews_con{ margin-top: 10px; }
.w_recommendnewsshow{ display: flex; flex-direction: column; }
.w_recommendnewsshow_img img{ width:100%; border-radius: 10px; border:1px solid #eee; }
.w_recommendnewsshow_title{ font-size:16px; color: #666; line-height: 28px; padding:10px 0; padding-bottom:18px; }
.w_recommendnewsshow_title:hover{ color: #4e6ef2; }


/*联系方式页热门产品*/
.w_random{ border: 1px solid #eee; padding: 12px; margin-top: 20px; }
.w_random_title{ display: flex; justify-content: space-between; line-height: 20px; }
.w_random_title p{ font-size: 18px; color: #333; }
.w_random_con{ padding-top: 10px; }
.w_random_list{ border-top: 1px solid #eee; padding: 12px 0; }
.w_random_list:first-child{ border-top:none; }
.w_random_list a{ display: flex; }
.w_random_list_img{ flex-shrink: 0; overflow: hidden; width: 117px; height: 90px; border: 1px solid #EEEEEE; border-radius: 6px;
display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; }
.w_random_list_img img{ width: 100%; height: 100%; object-fit: cover; transition:transform 1s ease; }
.w_random_list_img:hover img{ transform: scale(1.1); }
.w_random_list p{ font-size:14px; color: #666666; line-height: 20px; padding-left: 12px; }
.w_random_list:hover p{ color: #15346b; }
.w_random_list span{ font-size:12px; color: #bbb; padding-left: 12px; }



/* 产品列表页 */
.wu_product{ display: grid; grid-template-columns: 32% 32% 32%; grid-gap: 2%; grid-row-gap:40px; }
.wu_product_list a{ display: block; text-decoration: none; background-color:#fff; border: 1px solid #eee;
  -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{ border: 1px solid #4e6ef2; }
.wu_product_list a:hover h2{ color:#4e6ef2; }
.wu_product_list_img{ overflow: hidden; max-height: 529px; 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; }
.wu_product_list:hover img{ transform: scale(1.1); }
.wu_product_list_con h2{ color:#333; font-size:18px; font-weight: normal; line-height: 28px; text-align: center; margin-bottom: 0; padding: 10px 0; }
.wu_product_list_con p{ color:#666; font-size:14px; text-align: center; padding-bottom:20px; }
 
 
 /* 产品列表页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: #15346b; }
 .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; }

 
 
 /* 新闻列表页 */
 .news_show{ display: grid; grid-template-columns: 32% 32% 32%; grid-gap: 2%;  grid-row-gap:30px; }
 .news_list{ transition:transform 0.3s ease, box-shadow 0.3s ease; overflow: hidden; border-radius:10px; 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; flex-direction: column; 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: #4e6ef2; border: 1px solid #4e6ef2; }
 .news_list a:hover .news_list_more span,.news_list a:hover .news_list_more i{ color: #fff; }
 .news_list_img{ overflow: hidden; width: 100%; max-height: 257px; flex-shrink: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center;
  border-top-left-radius: 10px; border-bottom-left-radius: 10px; }
 .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:20px; font-weight: normal; line-height: 30px; padding-top: 16px; }
 .news_list_con p{ color:#666; font-size:15px; line-height: 26px; padding-top: 10px; }
 .news_list_time{ padding-top: 16px; padding-bottom: 20px; }
 .news_list_time span{ color:#999; font-size:16px; }
 .news_list_more{ padding-bottom:40px; }
 .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: #15346b; 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: grid; grid-template-columns: 23.5% 23.5% 23.5% 23.5%; grid-gap: 2%; grid-row-gap:20px; }
.wu_equipment_list ul li{ width:100%; margin-bottom:30px; background-color: #ffffff; border: 1px solid #eee; }
.wu_equipment_list_img{ height: 290px; overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; align-content: center; justify-content: center; }
.wu_equipment_list_title{ display: block; font-size: 18px; color: #404040; text-align: center; padding-left: 10px; padding-right: 10px; line-height: 50px; }
.wu_equipment_list ul li:hover .wu_equipment_list_title{ background-color: #4e6ef2; color: #FFFFFF; }
.wu_equipment_list ul li img{ width: 100%; height: 100%; object-fit: cover; transition:transform 1s ease; }
.wu_equipment_list ul li:hover img{ transform: scale(1.1); }


/* 案例列表页 */
.wu_case_list ul{ display: grid; grid-template-columns: 32% 32% 32%; grid-gap: 2%; grid-row-gap:20px; }
.wu_case_list ul li{ width:100%; margin-bottom:30px; background-color: #ffffff; border: 1px solid #eee; }
.wu_case_list_img{ height: 260px; 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: 50px; }
.wu_case_list ul li:hover .wu_case_list_title{ background-color: #15346b; color: #FFFFFF; }
.wu_case_list ul li img{ width: 100%; height: 100%; object-fit: cover; transition:transform 1s ease; }
.wu_case_list ul li:hover img{ transform: scale(1.1); }



/* 荣誉资质列表页 */
.wu_honor_list ul{ display: grid; grid-template-columns: 32% 32% 32%; grid-gap: 2%; grid-row-gap:20px; }
.wu_honor_list ul li{ width:100%; margin-bottom:30px; 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_honor_list_img{ height: 474px; 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: #404040; text-align: center; padding-left: 10px; padding-right: 10px; line-height: 50px; }
.wu_honor_list ul li:hover .wu_honor_list_title{ background-color: #4e6ef2; color: #FFFFFF; }
.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: 1px solid #eee; }
.wu_customer_list_img{ height: 98px; 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 .wu_customer_list_title{ background-color: #15346b; color: #FFFFFF; }
.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); }


/* 视频列表页 */
.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: #15346b; 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: 260px; 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; }


/* 客户见证列表页 */
.khjz_show{ display: grid; grid-template-columns: 31.4% 31.4% 31.4%; grid-gap: 3%; grid-row-gap:30px; }
.khjz_list a{ display: block; text-decoration: none; background-color: #ffffff; box-shadow: 0 0 15px 0 rgba(0,0,0,.1); border-radius:6px;
  -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; }
.khjz_list a:hover{ background-color: #15346b; }
.khjz_list a:hover h2,.khjz_list a:hover p,.khjz_list a:hover span{ color: #ffffff; }
.khjz_list a:hover i{ color: #15346b; background-color: #ffffff; }
.khjz_list_img{ overflow: hidden; height: 180px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center;
 border-top-left-radius: 6px; border-top-right-radius: 6px; }
.khjz_list_img img{ width: 100%; height: 100%; object-fit: cover; transition:transform 1s ease; }
.khjz_list:hover img{ transform: scale(1.1); }
.khjz_list_con{ padding: 0 15px; }
.khjz_list_con h2{ color:#000000; font-size:18px; font-weight: bold; line-height: 30px; padding-top: 12px; }
.khjz_list_con p{ color:#999; font-size:15px; line-height: 26px; }
.khjz_list_time{ display: flex; justify-content: space-between; align-items: center; padding-top: 16px; padding-bottom: 20px; }
.khjz_list_time span{ color:#999; font-size:16px; }
.khjz_list_time i{ color:#ffffff; font-size:13px; font-style: normal; border-radius: 100px; background-color: #15346b;
 width: 25px; height: 25px; line-height: 25px; text-align: center; }
 



 /*右侧漂浮*/ 
.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; }
 .head_bg .c_width2{ padding:4px 10px; }
 .head_bg .menu{ display:none; }
 .head_bg .head_tel{ display:none; }
 .logo { width:auto; }
 .logo a{ font-size:16px; }
 .logo img{ height:40px; }
 .head_wap{ display:block; padding-left:0; }
 .head_wap p{ color:#333; border:1px solid #333; }

 .zzmxpcbanner{ display:none; }
 .zzmxwapbanner{ display:block; }
 .zzmx_01_aa h2{ font-size:34px; }
 .zzmx_01_bb{ grid-template-columns:auto auto; }
 .zzmx_02_aa p{ font-size:34px; }
 .zzmx_01_bb_list a{ font-size:14px; }
 .wu_syproduct_listshow{ grid-template-columns:48.5% 48.5%; }
 .zzmx_03_title_mes{ padding-top:30px; }
 .zzmx_03_img img{ height:560px; }
 .zzmx_03_title_mes02{ font-size:24px; }
 .zzmx_03_title_mes04{ display:none; }
 .zzmx_03_bottomps{ grid-template-columns: 33.3% 33.3% 33.3%;}
 .zzmx_03_list_l p{ font-size:36px; }
 .zzmx_03_list_l h2{ font-size:14px; }
 .zzmx_03_list_r{ display:none; }
 .zzmx_04_aa h2{ font-size:34px; }
 .zzmx_04_bb{ grid-template-columns: auto auto; }
 .wu_04_title h2{ font-size:34px; }
 .wu_04_con{ flex-direction: column; }
 .wu_04_con_l{ width:100%; padding-right:0; }
 .w_newsslide_cc ul li{ padding-right:10px; }
 .w_newsslide_cc ul li img{ width:18px; }
 .w_newsslide_cc ul li p{ font-size:16px; }
 .w_newsinformation2dd_con h2{ font-size:16px; }
 .w_newsinformation2dd_con p{ font-size:14px; }
 .w_newsinformation2dd_img{ display:none; }
 .w_newsinformation2dd_con{ padding-left:0; }
 .wu_04_con_r{ width:100%; padding-top:30px; }
 .footer_top{ display:block; }
 .footer_top01 p{ font-size:14px; }
 .footer_top02{ padding:20px 0; display:block;}
 .footer_top03_mes p{ font-size:38px; }
 .footer_top03_mes div{ margin-top:0; }
 .footer_nav{ display:none; }
 .copyright{ display:block; }
 .wu_links{ padding:10px 20px; }
 .banner_nr_mes_navwidth100,.banner_nr_mes{ display:none; }
 .wu_content_about{ flex-direction: column; }
 .wu_content_about_l,.wu_content_about_r{ width:100%; }
 .wu_content_about_l_c{ padding-right:0; }
 .wu_equipment_list ul{ grid-template-columns: 48.5% 48.5%; }
 .wu_equipment_list_img{ height:100%; }
 .wu_customer_list ul{ grid-template-columns: 48.5% 48.5%; grid-row-gap:10px; }
 .wu_customer_list_img{ height:100%; }
 .wu_product{ display:block; }
 .pagination .page-item{ display:none; }
 .top_space{ height:88px; }
 .wu_miaoshusy_l{ display:none; }
 .wu_miaoshusy_r{ padding-left:0 !important; }
 .zfhg_proshow{ flex-direction: column; }
 .zfhg_proshow_l, .zfhg_proshow_r{ width:100%; }
 .zfhg_proshow_r img{ width:100%; }
 .zfhg_proshow_l{ padding-top:20px; padding-left:0; }
 .zfhg_proshow_l h2{ font-size:28px; }
 .zfhgzxt{ flex-direction: column; }
 .wu_prodesc{ display:none; }
 .news_show{ display:block; }
 .wu_content2 .c_width{ flex-direction: column; }
 .zzmxnews_l{ width:100%; padding-right:0; }
 .zzmxnews_r{ width:100%; padding-top:30px; }
 .wu_contentcontact_1{ font-size:38px; }
 .wu_contentcontact_3{ flex-direction: column; }
 .wu_contentcontact_3_l h2{ font-size:24px; }
 .wu_contentcontact_3_r_ewm{ margin-left:0; }
 
 
}
.footContact { margin-top: 4px; }
.footContact span { margin: 0 10px; }

