/*基础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_width{ margin:0 auto; max-width: 1400px; padding: 0 10px; }


/*头部*/
.header{ background-color: #ffffff; width: 100%; }
.header_meg{ background-color: #F8F8F8; font-size: 13px; line-height: 32px; color: #777; }
.header_meg .c_width{ display: flex; align-items: center; justify-content: space-between; }
.header_meg_r{ display: flex; }
.header_meg a{ font-size: 13px; color: #777; display: flex; align-items: center; margin-left: 15px; }
.header_meg a:hover{ color: #c00; }
.header_meg img{ width: 20px; vertical-align: middle; }
.header_meg span{ padding-left: 8px; }

.header_top .c_width{ display: flex; align-items: center; justify-content: space-between; padding: 16px 10px; }
.header_loli{ display: flex; align-items: center; }
.logo img{ vertical-align: middle; width: 100%; }
.distributor{ border-left: 1px solid #e1e1e1; margin-left: 26px; padding-left: 26px; }
.distributor p{ font-size: 30px; font-weight: bold; color: #222222; }
.distributor i{ font-size: 18px; color: #444; font-style: normal; }
.tel h2{ font-size: 16px; color: #575757; font-weight: normal; margin: 0; display: flex; align-items: center; justify-content: right; padding-bottom: 2px; }
.tel h2 i{ font-size: 22px; padding-right: 6px; }
.tel span{ font-size: 30px; color: #fcd62e; font-family:impact; }


/*导航*/
.menu{ background-color: #fff; }
.yyui_menu1 { display: flex; align-items: center; justify-content: space-between; } /*这一级是导航*/
.yyui_menu1 li { width: 100%; position:relative; } 
.yyui_menu1 li a { line-height:66px; font-size: 24px; color:#333; display:block; text-decoration:none; text-align: center; }
.yyui_menu1 li a:hover { color: #fcd62e; background-color: #fff; font-weight: bold; }
.yyui_menu1 li ul li{ position: relative; }
.yyui_menu1 li a.more:after{ content:" »"; position: absolute; top: 0; right: 10px; }
.yyui_menu1 li .on { color: #fcd62e; background-color: #fff; font-weight: bold; }
.yyui_menu1 li ul { position:absolute; float:left; width:100%; display:none; background-color: rgba(255, 255, 255, 0.6); z-index:9999; } /*这是第二级菜单*/
.yyui_menu1 li ul a {transition: background 0.5s, color 0.5s; margin: 0; width:100%; text-decoration:none; font-size: 16px; color:#000; line-height: 50px; }
.yyui_menu1 li ul a:hover { background:#fcd62e; color: #000; }
.yyui_menu1 li ul ul{ top:0;left:198px; } /*从第三级菜单开始,所有的子级菜单都相对偏移*/


/*搜索*/
.wu_search{ width: 100%; background-color: #fff; }
.wu_search .c_width{ display: flex; align-items: center; justify-content: space-between; line-height: 70px; border-bottom: 1px solid #eee; }
.wu_search_l{ display: flex; align-items: center; }
.wu_search_l div i{ font-size:15px; color: #333; font-weight: bold; font-style: normal; padding-left: 10px; }
.wu_search_l div a{ font-size:15px; color: #333; padding-left: 6px; padding-right: 2px; }
.wu_search_l div a:hover{ color: #fcd62e; }

.w_sousuo form{ display: flex; }
.w_sousuo input{ border: none; background: #f5f5f5; font-size: 14px; width: 160px; border-top-left-radius: 100px; border-bottom-left-radius: 100px;
line-height: 32px; height: 32px; color: #353535; }
::-webkit-input-placeholder { color: #000000; }
:-ms-input-placeholder { color: #000000; }
::placeholder { color: #000000; }
.w_sousuo button{ background-color: #f5f5f5; border: none; color: #555; font-size: 16px; width: 50px;
border-top-right-radius: 100px; border-bottom-right-radius: 100px; line-height: 30px;
 -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; }
.w_sousuo button:hover{ background-color: #333; color: #FFFFFF; }


/*banner*/
.banner { width: 100%; }


/*底部*/
.footer{ width: 100%; background-image: linear-gradient(to right, #fcd62d , #feed58); }
.footer .c_width{ display: flex; justify-content:space-between; padding: 50px 10px; }
.footer_02 h2{ color: #333; font-size: 20px; line-height: 30px; font-weight: 600; padding-bottom: 12px; }
.footer_02 a{ color: #444; font-size: 14px; line-height: 34px; display:block; }
.footer_02 a:hover{ color: #000; text-decoration: underline; }
.footer_02 img{ width: 120px; height: 120px; }
.footer_02 h3{ color: #333; 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: #333; font-size: 14px; line-height: 40px; }
.footer_gz p i{ width: 18px; text-align: center; }

.copyright{ width: 100%; background-color: #fff; text-align: center; font-size: 13px; color: #333; line-height: 60px; }
.copyright .c_width{ display: flex; justify-content:space-between; }
.copyright a{ font-size: 13px; color: #333; padding-left: 10px; }
.copyright a:hover{ color: #000; }

/*友情链接*/
.wu_links{ background-color: #f9f9f9; line-height: 40px; }
.wu_links .c_width{ display: flex; justify-content:space-between; }
.wu_links_l i{ font-size: 14px; color: #444; }
.wu_links_c { margin-right: auto; padding-left: 2px; }
.wu_links_c a{ font-size: 14px; color: #777; padding-right: 6px; }
.wu_links_c a:hover{ color: #fcd62e; }
.wu_links_r a{ font-size: 14px; color: #999; }
.wu_links_r a:hover{ color: #fcd62e; }



/*首页more*/
.wu_more{ width: 160px; margin-top: 20px; }
.wu_more a{ line-height: 45px; background-image: linear-gradient(to right, #fcd62d , #feed58); border-radius: 20px; display: flex; align-items: center; justify-content: center; }
.wu_more a:hover{ background-image: linear-gradient(to right, #feed58 , #fcd62d); }
.wu_more a span{ font-size:18px; color: #000; 
 -webkit-transition: all 0.2s ease-out 0s;
 -moz-transition: all 0.2s ease-out 0s;
 -o-transition: all 0.2s ease-out 0s;
 transition: all 0.2s ease-out 0s;
}
.wu_more a i{ font-size:24px; color: #000; padding-top: 4px; padding-left: 10px;
 -webkit-transition: all 0.2s ease-out 0s;
 -moz-transition: all 0.2s ease-out 0s;
 -o-transition: all 0.2s ease-out 0s;
 transition: all 0.2s ease-out 0s;
}


/*左右布局*/
.wu_content{ background-color: #fff; padding: 80px; padding-top: 0; }
.wu_content .c_width{ display: flex; justify-content: space-between; }
.wu_content_l{ width: 290px; flex-shrink: 0; }
.wu_content_r{ width: 100%; padding-left: 30px; }

/*左侧分类*/
.w_classification{ border: 1px solid #eee; }
.w_classification_title{ display: flex; align-items: center; background-image: linear-gradient(to right, #fcd62d , #feed58); padding: 20px 0; }
.w_classification_title_l{ padding-left: 20px; padding-right: 10px; }
.w_classification_title_l span{ font-size: 46px; color: #000; }
.w_classification_title_r h2{ font-size: 24px; color: #000; font-weight: bold; margin: 0; }
.w_classification_title_r span{ font-size: 15px; color: #666; }
.w_classification_con { background-color: #f3f3f3; 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: #fcd62e; color: #000; }
.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; text-align: center; border-bottom: 1px solid #eee; }
.w_classification_level2:hover{ color: #ffffff; background-color: #fcd62e; }
.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: #000; 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: #333; 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: #fcd62e; }
.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: #fcd62e; 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: #fcd62e; 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: #fcd62e; font-weight: bold; padding-top: 8px; }


/*公司优势*/
.wu_youshi{ background-color: #f5f5f5; padding-bottom: 40px; padding-top: 60px; }
/* .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{ display: flex; align-items: center; justify-content: center; padding-bottom: 20px; }
.wu_youshi_title p{ display: flex; align-items: center; justify-content: center; }
.wu_youshi_title p i{ font-size:42px; color: #333; 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: #a5a5a5; font-weight: normal; text-align: center; }
.wu_youshi_aa{ display: flex; align-items: center; justify-content: space-between; background-color: #fff; border-radius: 20px; margin-bottom: 60px;
 padding: 30px 0;}
.wu_youshi_aa_l{ width:40%; }
.wu_youshi_aa_r{ width:60%; }
.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: #333; font-weight: bold; font-style: normal; width: 45px; height: 45px;
background-image: linear-gradient(to right, #fcd62d , #feed58); border-radius: 100px; display: flex; align-items: center; justify-content: center; }
.wu_youshimes_r h2{ font-size:36px; color: #333; font-weight: bold; margin-bottom: 0; }
.wu_youshimes_r p{ font-size:22px; color: #555; }
.wu_youshimes_line{ width: 70px; border: none; background-color: #fcd62e; height: 3px; display: inline-block; }
.wu_youshimes_con{ font-size:16px; color: #333; line-height: 30px; padding-top: 20px; padding-right: 20px; }
.wu_youshimes_more{ padding-top:30px; }
.wu_youshimes_more a:first-child{  }
.wu_youshimes_more a{ font-size:18px; color: #333; background-image: linear-gradient(to right, #fcd62d , #feed58); 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: #000; }



/*公司简介*/
.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 { width: 700px; flex-shrink: 0; }
.wu_01_l img{ border-top-left-radius: 50px; border-bottom-right-radius: 50px; }
.wu_01_l video{ border-radius: 30px; overflow: hidden; } 
.wu_01_r{ padding-right: 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: #fcd62e; 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-image: linear-gradient(to right, #fcd62d , #feed58); */ 
box-shadow:0 0 .133rem rgba(247, 247, 247, 1); border-top:.013rem solid #f7f7f7; border-bottom:.013rem solid #f7f7f7; border-radius:.067rem; }
.wu_06 .c_width{ display: grid; grid-template-columns: 33.3% 33.3% 33.3%; grid-gap: 0; padding: 70px 0; }
.wu_06_list{ display: flex; align-items: center; justify-content: center; flex-direction:column; background-color: #fff; border-radius: 10px; margin: 0 10px; }
.wu_06_munber{ color:#000; font-size:16px; }
.wu_06_munber span{ font-size:60px; background:linear-gradient(to right, #fcd62d, #feed58); -webkit-background-clip:text; background-clip:text; color:transparent !important;
 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:15px;color:#fff;text-transform:uppercase}
.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: #fcd62e; }
.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: #fcd62e; border: 1px solid #fcd62e; }
.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:#fcd62e; }
.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: #fff; 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: #fcd62e; }
.w_classiccase a:hover h2,.w_classiccase a:hover p,.w_classiccase a:hover span{ color: #ffffff; }
.w_classiccase a:hover i{ color: #fcd62e; 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: #fcd62e; padding: 6px 20px; }



/*资质证书*/
.wu_03{ background-image: linear-gradient(to top, #fff7ae , #fff); 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(252, 214, 46, 0.9);
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; color: #000; }
.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: #000; }



/*新闻资讯1*/
.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; }
.w_newsslide_aa{ margin: 0 auto; width: 500px; }
.w_newsslide_aa ul{ display: grid; grid-template-columns: 33.3% 33.3% 33.3%; }
.w_newsslide_aa ul li{ cursor: pointer; border-radius:100px; 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: #fcd62e; }
.w_newsslide_aa ul .active p{ color: #ffffff; }
.w_newsslide_bb{ padding-top: 30px; }

.w_newsinformation_list{ display: grid; grid-template-columns: 31.3% 31.3% 31.3%; grid-gap: 3%; grid-row-gap:30px; }
.w_newsinformation 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; }
.w_newsinformation a:hover{ background-color: #fcd62e; }
.w_newsinformation a:hover h2,.w_newsinformation a:hover p,.w_newsinformation a:hover span{ color: #ffffff; }
.w_newsinformation a:hover i{ color: #fcd62e; 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: 6px; border-top-right-radius: 6px; }
.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:20px; font-weight: bold; line-height: 40px; padding-top: 12px; }
.w_newsinformation_con p{ color:#777; 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:13px; font-style: normal; border-radius: 100px; background-color: #fcd62e;
 width: 25px; height: 25px; line-height: 25px; text-align: center; }
 
 
 
/*新闻资讯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; }

.w_newsslide_cc{ width: 500px; }
.w_newsslide_cc ul{ display: grid; grid-template-columns: 33.3% 33.3% 33.3%; }
.w_newsslide_cc ul li{ cursor: pointer; padding: 10px 0; display: flex; }
.w_newsslide_cc ul li img{ width:32px; }
.w_newsslide_cc ul li p{ font-size: 18px; color: #333; text-decoration: none; padding-left: 10px; }
.w_newsslide_cc ul .active p{ color: #fcd62e; font-weight: bold; }
.w_newsslide_dd{ padding-top: 30px; }
.w_newsslide_dd_w{ display: flex; justify-content: space-between; }
.w_newsslide_dd_w_l{ width: 900px; }
.w_newsslide_dd_w_r{ width: 470px; }

.w_newsinformationdd_list{ display: grid; grid-template-columns: 48% 48%; grid-gap: 4%; }
.w_newsinformationdd a{ display: block; 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_newsinformationdd a:hover h2{ color: #fcd62e; }
.w_newsinformationdd_img{ overflow: hidden; height: 300px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; }
.w_newsinformationdd_img img{ width: 100%; height: 100%; transition:transform 1s ease; object-fit: cover; }
.w_newsinformationdd:hover img{ transform: scale(1.1); }
.w_newsinformationdd_con{ padding: 0 15px; }
.w_newsinformationdd_con h2{ color:#333; font-size:18px; font-weight: bold; line-height: 40px; padding-top: 12px; }
.w_newsinformationdd_con p{ color:#999; font-size:15px; line-height:25px; }
.w_newsinformationdd_time{ display: flex; align-items: center; padding-top: 16px; padding-bottom: 20px; }
.w_newsinformationdd_time img{ width:18px; }
.w_newsinformationdd_time span{ color:#999; font-size:16px; padding-left: 10px; }
.w_newsinformationdd_time i{ color:#ffffff; font-size:15px; font-style: normal; border-radius: 100px; background-color: #da251d;
 width: 25px; height: 25px; text-align: center; }
 
.w_newsinformation2dd_list{ display: grid; grid-template-columns: 100%; grid-gap: 2%; }
.w_newsinformation2dd a{ display: block; 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: #fcd62e; }
.w_newsinformation2dd_con{ padding: 0 15px; }
.w_newsinformation2dd_con h2{ color:#333; font-size:18px; font-weight: bold; line-height: 30px; }
.w_newsinformation2dd_con p{ color:#999; font-size:15px; 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; }
 
 

/*新闻资讯3*/
.wu_04{ padding: 80px 0; background: url(../images/49145614.jpg) center no-repeat; background-size: cover; border-top: 1px solid #EEEEEE; }
.wu_04_tt{ display: flex; justify-content: space-between; }
.wu_04_tt_title h2{ font-size:42px; color: #333; font-weight: bold; }
.wu_04_tt_con{ padding-top: 30px; }

.w_newsslide_ee{ width: 480px; }
.w_newsslide_ee ul{ display: grid; grid-template-columns: 32% 32% 32%; grid-gap: 2%; }
.w_newsslide_ee ul li{ cursor: pointer; border-radius:100px; text-align: center; padding: 10px 0; }
.w_newsslide_ee ul li p{ font-size: 18px; color: #666666; text-decoration: none; }
.w_newsslide_ee ul .active { background-image: linear-gradient(to right, #fcd62d , #feed58); }
.w_newsslide_ee ul .active p{ color: #000; }
.w_newsslide_ff{ padding-top: 30px; }
.w_newsinformationff_list{ display: grid; grid-template-columns: 31.4% 31.4% 31.4%; grid-gap: 3%; }

.w_newsinformationff{ transition:transform 0.3s ease, box-shadow 0.3s ease; }
.w_newsinformationff:hover{ transform: translateY(-8px); }
.w_newsinformationff 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_newsinformationff a:hover{ background-image: linear-gradient(to right, #fcd62d , #feed58); }
.w_newsinformationff a:hover h2,.w_newsinformationff a:hover p,.w_newsinformationff a:hover span{ color: #000; }
.w_newsinformationff a:hover i{ color: #fcd62e; background-color: #ffffff; }
.w_newsinformationff_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_newsinformationff_img img{ width: 100%; height: 100%; transition:transform 1s ease; object-fit: cover; }
.w_newsinformationff:hover img{ transform: scale(1.1); }
.w_newsinformationff_con{ padding: 0 15px; }
.w_newsinformationff_con h2{ color:#000000; font-size:20px; font-weight: bold; padding-top: 24px; padding-bottom: 10px; }
.w_newsinformationff_con p{ color:#888; font-size:15px; line-height:25px; }
.w_newsinformationff_time{ display: flex; justify-content: space-between; align-items: center; padding-top: 16px; padding-bottom: 20px; }
.w_newsinformationff_time span{ color:#999; font-size:16px; }
.w_newsinformationff_time i{ color:#000; font-size:20px; font-style: normal; border-radius: 100px; background-image: linear-gradient(to right, #fcd62d , #feed58);
 width: 50px; height: 25px; text-align: center; }


/*面包线*/
.wu_position { padding-top: 20px; padding-bottom: 30px; display: flex; align-items: center; }
.wu_position a{ font-size:14px; color: #444; padding: 0 6px; }
.wu_position a:hover{ color: #e6141b; }

/*内页标题*/
.w_nr_title{ border-bottom: 1px solid #C0C0C0; padding-top: 15px; padding-bottom: 15px; }
.w_nr_title h2{ font-size:24px; color: #222222; font-weight: bold; }
.w_nr_title h2 span{ font-size:22px; color: #bababa; font-weight: normal; padding-left: 10px; }
.w_nr_con{ padding-top: 30px; }

/*内页标题2*/
.w_nr_title2{ border-bottom: 1px solid #C0C0C0; padding-top: 15px; padding-bottom: 15px; text-align: center; }
.w_nr_title2 h2{ font-size:24px; color: #222222; font-weight: bold; }
.w_nr_title2 p{ font-size:14px; color: #666; }

/*内页banner*/
.banner_nr { width: 100%; }
.banner_nr img{ width: 100%; max-height: 450px; object-fit: cover; }

/*分页*/
.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: #fcd62e; color: #fff; }
.pagination .page-num-current{ background-color: #fcd62e; color: #fff; }

/*上下篇*/
.wu_pageturning{ padding-top:30px; }
.wu_pageturning p{ line-height: 26px; color: #333; }
.wu_pageturning a{ color: #333; }
.wu_pageturning a:hover{ color: #fcd62e; }


/*产品放大镜页*/
.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: #fcd62e; border: 1px solid #fcd62e; border-radius: 100px; 
padding: 6px 15px; display: inline-block; margin-right: 10px; }
.w_content_pro_zx_01:hover{ color: #fcd62e; background-color: #ffffff; border: 1px solid #fcd62e; }
.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: #fcd62e; font-size: 24px; display: none; }
.w_product_details1_aa ul .active { background-color: #fcd62e; }
.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: #fcd62e; }
.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{ margin-top: 40px; }
.w_recommendnews_title{ color: #333; font-size: 20px; font-weight: bold; border-bottom: 1px solid #eee; padding-bottom: 10px; }
.w_recommendnews_con{ margin-top: 10px; display: flex; justify-content: space-between; flex-wrap: wrap; }
.w_recommendnewsshow{ display: flex; align-items: center; justify-content: space-between; width: 48%; border-bottom: 1px solid #eee; line-height: 40px; }
.w_recommendnewsshow a{ font-size:14px; color: #333; }
.w_recommendnewsshow a:hover{ color: #fcd62e; }
.w_recommendnewsshow span{ font-size:14px; color: #999; }


/*联系方式页热门产品*/
.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: #fcd62e; }
.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:20px; }
.wu_product_list a{ display: block; text-decoration: none; background-color:#fff; border: 1px solid #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_product_list a:hover{ background-color: #fcd62e; }
.wu_product_list a:hover h2{ color: #ffffff; }
.wu_product_list_img{ overflow: hidden; height: 348px; 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:16px; font-weight: normal; line-height: 28px; text-align: center; margin-bottom: 0; padding: 10px 0; }

 
 
 /* 产品列表页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: #fcd62e; }
 .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: 100%; grid-gap: 3%; grid-row-gap:40px; }
 .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; 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: #fcd62e; border: 1px solid #fcd62e; }
 .news_list a:hover .news_list_more span,.news_list a:hover .news_list_more i{ color: #fff; }
 .news_list_img{ overflow: hidden; width: 300px; height: 200px; 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: bold; 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{ position: absolute; bottom: 20px; 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: #fcd62e; 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: 32% 32% 32%; 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: 260px; overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; align-content: center; justify-content: center; }
.wu_equipment_list_title{ display: block; font-size: 16px; color: #404040; text-align: center; padding-left: 10px; padding-right: 10px; line-height: 50px; }
.wu_equipment_list ul li:hover .wu_equipment_list_title{ background-color: #fcd62e; 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_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: 16px; 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: #fcd62e; 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: #fcd62e; 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: #fcd62e; 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: #fcd62e; }
.khjz_list a:hover h2,.khjz_list a:hover p,.khjz_list a:hover span{ color: #ffffff; }
.khjz_list a:hover i{ color: #fcd62e; 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: #fcd62e;
 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: #333; }

.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; }

