/*基础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: #f5f7fa; }
.c_width{ margin:0 auto; max-width: 100%; padding: 0 80px; }


/*头部*/
.head_bg{ width: 100%; position: fixed; z-index: 9999; background-color: #fff; border-bottom:1px solid rgba(255, 255, 255, 0.5); }
/* .head_bg{ width: 100%; position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); border-bottom:1px solid rgba(255, 255, 255, 0.5); } */
.head{ display: flex; align-items: center; justify-content: space-between; }
.logo img{ }
.logo2{ display:none; }

.header_spacse{ height:90px; }

/*导航*/
.nav{ margin-left: 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: #000; position: relative; z-index: 99; font-style: normal; }
.NavCeshi > li.navcurrent > a > i:after, .NavCeshi > li:hover > a > i:after{ display:block; content:""; width: 100%; height:3px; margin: -2px auto 0;
background:#222;transition: all 0.3s; border-radius: 0; }
.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:15px; background-color: #fff; color: #333; padding: 10px; display: block; text-align: center; }
.nav2 a:hover{ color: #ffffff; background-color: #2d2f84; }


.head_sswap{ display: flex; align-items: center; }
.head_ss{ padding-left: 15px; padding-right: 15px; cursor: pointer; }
.head_ss span{ font-size: 18px; color: #000; }
.head_language{ cursor: pointer; position: relative; }
.head_language span{ font-size: 18px; color: #111; }
.head_language_show{ display: none; position:absolute; top: 40px; 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: #555555; }
.head_language_show i{ position:absolute; top: -12px; left: 50%; transform:translate(-50%,0); font-size: 16px; color: #555555; }


/*搜索显示*/
.sousuo_mask{ display: none; background-color: rgba(0, 0, 0, 0.6); position: fixed; z-index: 99999;
width: 100%; height: 100%; bottom: 0; }
.sousuo_close{ position: fixed; bottom: 0; width: 100%; height: 100%; }
.sousuo_show{ width: 100%; position:fixed; top:90px; z-Index:9999; background-color: #ffffff; height: 400px; }
.sousuo_show_a{ padding: 40px 10px; display: flex; align-items: center; justify-content: space-between; }
.sousuo_show_a_serach{ width: 100%; padding-right: 100px; position: relative; }

.sousuo_show form{ width: 100%; }
.sousuo_show input{ border: none; background: #FFFFFF; font-size: 16px; width: 100%; padding-left: 30px;
line-height: 30px; height: 60px;  color: #444; border-bottom: 2px solid #181818; border-radius: 0; outline:none; }
input::-webkit-input-placeholder { color: #000000; }
input::-moz-placeholder { color: #000000; }
input::-ms-input-placeholder { color: #000000; }
input::placeholder { color: #000000; }
.sousuo_show button{ position: absolute; top: 13px; left: 0; border: none; color: #181818; font-size: 22px; background: none; padding: 0; }
.sousuo_close_c{ position: absolute; top: 24px; right: 0; cursor: pointer; }
.sousuo_close_c i{ font-size: 20px; color: #181818; font-weight: normal; }


/*移动端菜单*/
.head_wap{ cursor: pointer; display: none; padding-left: 20px; }
.head_wap p{ border: 1px solid #666; color: #666; border-radius: 5px; font-size: 14px; width: 30px; height: 24px; text-align: center; }
.nav-mask{ display: none;
    background-color: rgba(0, 0, 0, 0.8); position: fixed; z-index: 99999;
    width: 100%; height: 100%; bottom: 0; } 
.nav-kongbai{ position: fixed; bottom: 0; width: 100%; height: 100%; }
.nav-show{ display: none; background-color: #fff; position: fixed; left: 0;
    width: 50%; height: 100%; }
.nav-show-title{ background-color:#d82634; line-height: 60px; color: #FFFFFF; padding-left: 20px; }
.nav-show ul { height: 100%; overflow-y: auto; }
.nav-show ul li{ list-style: none; padding-left: 20px; padding-right: 15px; }
.nav-show ul li h2 { display: flex; align-items: center; justify-content: space-between; padding-top: 10px; }
.nav-show ul li h2 a{ font-size: 14px; font-weight: bold; color: #333; line-height: 28px; }
.nav-show ul li p { display: none; }
.nav-show ul li p a{ font-size: 14px; color: #333; line-height: 26px; padding-left: 10px; display: block; }
.nav-show ul li h2 img{ width:10px; transition: transform 0.3s ease; }
.nav-show li.active h2 img { transform: rotate(90deg); }


/*幻灯片PC端*/
.banner_pc .swiper-slide{ width: 100%; height: 514px; background-size: cover !important; }
.banner_pc .a{ display:block; }

/*幻灯片移动端*/
.banner_wap{ display:none; }
.banner_wap img{ width:100%; height:100%; }

/*幻灯片内页*/
.banner_nr { width: 100%; }
.banner_nr img{ width: 100%; max-height: 450px; object-fit: cover; }
.banner_dz { width: 100%; position:relative; height: 514px; background-size: cover !important; }
/* .banner_dz img{ width: 100%; height: 514px; background-size: cover !important; } */
.banner_mes{ position:absolute; top:0; left:0; width: 100%; height:100%; }
.banner_mes_txt{ width: 100%; height:100%; display: flex; align-items: center; justify-content: center; flex-direction: column; }
.banner_mes_txt h2{ font-size: 128px; font-weight: bold; color:rgba(255, 255, 255, 0.15); }
.banner_mes_txt p{ font-size: 65px; color:#fff; }


/*底部*/
.footer{ width: 100%; background: url(../images/footerbg.jpg) center bottom no-repeat; background-size: cover; }
.footer_dz{ display: flex; justify-content:space-between; padding-top:95px; }
.footer_dz_l h2{ color: #ffffff; font-size: 38px; }
.footer_dz_l p{ color: #ffffff; font-size: 20px; padding-top:15px; }
.footer_dz_r{ }
.footer_dz_r a{ border:1px solid #fff; border-radius: 100px; display: flex; align-items: center; padding:25px 40px; }
.footer_dz_r a h2{ color: #ffffff; font-size: 18px; margin-bottom:0; padding-right:20px; transition: transform 0.3s ease; }
.footer_dz_r a p{ background-color: #f08519; width:30px; height:30px; border-radius: 100px; display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease; }
.footer_dz_r a p i{ color: #ffffff; font-size: 16px; }
.footer_dz_r a:hover{ color: #ffffff; background-color: #2d2f84; border:1px solid #2d2f84; }
.footer_dz_r a:hover h2,.footer_dz_r a:hover p{ color: #ffffff; transform: translateX(10px); }



.footer_mes{ display: flex; justify-content:space-between; padding-top:60px; padding-bottom:40px; }
.footer_logo img{ max-width:100%; }
.footer_gz { display: flex; padding-top:30px; }
.footer_gz_ewm{ display: flex; align-items: center; flex-direction: column; padding-right:30px; }
.footer_gz_ewm img{ max-width:100%; }
.footer_gz_ewm h2{ color: #111; font-size:16px; font-weight: normal; padding-top:10px; }
.footer_gz p { display: flex; padding-bottom:20px; }
.footer_gz p i{ color: #111; font-size: 18px; }
.footer_gz p span{ color: #111; font-size: 16px; padding-left:5px; }
.footer_tel{ display: flex; align-items: end; }
.footer_tel p{ color: #000; font-size: 26px; }
.footer_tel h2{ color: #f08519; font-size: 44px; font-family:impact; }

.footer_02 h2{ color: #111; font-size: 22px; line-height: 30px; font-weight: 600; }
.footer_02 a{ color: #666; font-size: 16px; line-height: 34px; display:block; }
.footer_02 a:hover{ color: #2d2f84; text-decoration: underline; }
.footer_liuyan{ width:450px; }
.footer_liuyan h2{ color: #111; font-size: 22px; line-height: 30px; font-weight: 600; }
.wu_liuyan_heng{ display:grid; grid-template-columns: 48% 48%; grid-gap: 4%; }
.footer_liuyan .form-group{ margin-bottom:10px; }
.footer_liuyan .form-control{ height: 50px; line-height: 50px; background-color:#fff; border:1px solid #eee; }
.footer_liuyan textarea{ height: 100px !important; }
.footer_liuyan button{ width:100%; background-color: #2d2f84; border:none; padding: 16px 30px; font-size:18px; color: #fff; border-radius: 6px; }
.footer_liuyan button:hover{ background-color: #f08519; color: #fff; }

.copyright{ text-align: left; font-size: 14px; color: #111; border-bottom:1px solid #111; padding-bottom:15px; margin-bottom:30px; }
.copyright a{ font-size: 14px; color: #111; padding-left: 10px; }
.copyright a:hover{ color: #2d2f84; }

.footer2{ background: #ffffff; padding:40px 0; padding-top:80px; }
.footer2 .c_width{ display: flex; justify-content: space-between; }
.footer2_l{ display: flex; }
.footer2_l_a{ display: flex; align-items: center; flex-direction: column; }
.footer2_l_a img{ max-width:100%; border:1px solid #ddd; }
.footer2_l_a h2{ color: #111; font-size:16px; font-weight: normal; padding-top:10px; }
.footer2_l_b{ color: #111; font-size:18px; padding-left:20px; padding-top:15px; line-height:35px; }
.footer2_logo { text-align: right; }
.footer2_logo img{ max-width:100%; }
.footer2_tel{ display: flex; padding-top:30px; }
.footer2_tel_l{ color: #111; font-size:24px; font-weight: 600; letter-spacing: 2px; }
.footer2_tel_r { padding-left:10px; }
.footer2_tel_r h2{ color: #f08519; font-size: 44px; font-family:impact; letter-spacing: 3px; margin-bottom:0; }
.footer2_tel_r h3{ color: #f08519; font-size: 44px; font-family:impact; letter-spacing: 5px; }
.footer2_line{ max-width:100%; margin:0 80px; margin-top:20px; border-bottom:1px solid #111; }


.wu_aboutbg{ background: url(../images/aboutbg.jpg) center no-repeat; background-size: cover; height: 832px; }
.wu_aboutbg .c_width{ display: flex; flex-direction: column; justify-content: center; height:100%; }
.wu_about01{ font-size: 94px; color: rgba(11, 55, 117, 0.1); font-weight:bold; }
.wu_about02{ font-size: 42px; color: #2d2f84; font-weight:bold; margin-top:-50px; }
.wu_about02 span{ font-size: 34px; color: #2d2f84; font-weight:bold; }
.wu_about03{ font-size: 34px; color: #2d2f84; font-weight:bold; padding-top:30px; text-indent: 1.7em; }
.wu_about04{ font-size: 28px; color: #3d3d3d; text-indent: 2em; width:1000px; }
.wu_about05{ font-size: 13px; color: #3d3d3d; width:800px; padding-top:10px; }
.wu_about06{ width:160px; padding-top:30px; }
.wu_about06 a{ background-color: #2d2f84; border-radius: 6px; display: flex; align-items: center; justify-content: center; padding:12px 0; }
.wu_about06 a i{ font-size: 14px; color: #fff; font-style:normal; transition: transform 0.3s ease; }
.wu_about06 a span{ font-size: 22px; color: #fff; padding-left:14px; transition: transform 0.3s ease; }
.wu_about06 a:hover{ color: #ffffff; background-color: #e6141b; }
.wu_about06 a:hover i,.wu_about06 a:hover span{ color: #ffffff; transform: translateX(10px); }


/*数字*/
.wu_06{ background-color: #2d2f84; }
.wu_06 .c_width{ display: grid; grid-template-columns: 25% 25% 25% 25%; grid-gap: 0; padding: 50px 0; }
.wu_06_list{ display: flex; align-items: center; justify-content: center; background-color: rgba(255, 255, 255, 0); border-right:1px solid #424491; }
.wu_06_list:last-child{ border-right:none; }
.wu_06_l{ padding-right: 15px; }
.wu_06_l div{ border:1px solid #424491; border-radius: 100px; width:100px; height:100px; display: flex; align-items: center; justify-content: center; }
.wu_06_l div svg{ width:50px; } 
.wu_06_l div svg path{ fill:#fff; } 
.wu_06_r{ display: flex;/* align-items: center; */justify-content: center; flex-direction:column; }
.wu_06_munber{ color:#fff; font-size:26px; }
.wu_06_munber span{ font-size:50px; color: #fff; font-family: impact; padding-right: 5px; }
.wu_06_title{ /* text-align: center; */}
.wu_06_title p{ color:#fff; font-size:18px; padding-bottom: 10px; }


.wu_shejibg{ background: url(../images/shejibg.jpg) center no-repeat; background-size: cover; height: 920px; display: flex; justify-content: space-between; }
.wu_sheji_l{ display: flex; flex-direction: column; justify-content: center; height:100%; padding-left:80px; padding-right:60px; width:55%; }
.wu_sheji_r{ display: flex; align-items: center; width:45%; flex-shrink: 0; }
.wu_sheji_r img{ width:100%; height:600px; object-fit: cover; border-top-left-radius: 40px; border-bottom-left-radius: 40px; }
.wu_sheji01{ font-size: 70px; color: rgba(11, 55, 117, 0.1); font-weight:bold; text-transform:uppercase; }
.wu_sheji02{ font-size: 34px; color: #3d3d3d; margin-top:-50px; padding-bottom:30px; }
.wu_sheji02 span{ font-size: 42px; color: #2d2f84; font-weight:bold; }
.wu_sheji03 { display: flex; }
.wu_sheji03 i{ font-size: 26px; color: #3d3d3d; font-style:normal; text-indent: 2em; }
.wu_sheji03 span{ font-size: 40px; color: #2d2f84; padding-right:12px; }
.wu_sheji06{ width:160px; padding-top:30px; }
.wu_sheji06 a{ background-color: #2d2f84; border-radius: 6px; display: flex; align-items: center; justify-content: center; padding:12px 0; }
.wu_sheji06 a i{ font-size: 14px; color: #fff; font-style:normal; transition: transform 0.3s ease; }
.wu_sheji06 a span{ font-size: 22px; color: #fff; padding-left:14px; transition: transform 0.3s ease; }
.wu_sheji06 a:hover{ color: #ffffff; background-color: #e6141b; }
.wu_sheji06 a:hover i,.wu_sheji06 a:hover span{ color: #ffffff; transform: translateX(10px); }


.wu_jishubg{ background: url(../images/jishubg.jpg) center no-repeat; background-size: cover; height: 966px; }
.wu_jishubg .c_width{ display: flex; align-items: center; justify-content: center; height:100%; padding:0; }
.wu_jishu_l{ display: flex; align-items: center; width:45%; flex-shrink: 0; }
.wu_jishu_l img{ width:100%; height:700px; object-fit: cover; border-top-right-radius:20px; border-bottom-right-radius:20px; }
.wu_jishu_r{ display: flex; flex-direction: column; justify-content: center; width:55%; padding-left:70px; margin-right:80px; }
.wu_jishu01{ font-size: 70px; color: rgba(255, 255, 255, 0.1); font-weight:bold; text-transform:uppercase; text-align: right; }
.wu_jishu02{ font-size: 34px; color: #fff; margin-top:-50px; text-align: right; }
.wu_jishu02 span{ font-size: 42px; color: #fff; font-weight:bold; }
.wu_jishu04{ font-size: 28px; color: #fff; font-weight:normal; text-indent: 2em; padding-top:25px; text-align: right; }
.wu_jishu05{ font-size: 13px; color: #fff; padding-top:20px; text-align: right; }
.wu_jishu06{ width:100%; padding-top:30px; display: flex; justify-content: right; }
.wu_jishu06 a{ width:160px; background-color: #fff; border-radius: 6px; display: flex; align-items: center; justify-content: center; padding:12px 0; }
.wu_jishu06 a i{ font-size: 14px; color: #2d2f84; font-style:normal; transition: transform 0.3s ease; }
.wu_jishu06 a span{ font-size: 22px; color: #2d2f84; padding-left:14px; transition: transform 0.3s ease; }
.wu_jishu06 a:hover{ color: #ffffff; background-color: #e6141b; }
.wu_jishu06 a:hover i,.wu_jishu06 a:hover span{ color: #ffffff; transform: translateX(10px); }
.wu_jishu07{ padding-top:80px; }
.mySwiper_jishuthumbs img{ width:100%; margin-bottom:40px; }
.my-slide-thumb-active img{ opacity: 0.2; }

.wu_jishu_l .swiper,.wu_jishu_r .swiper {
width: 100%;
margin-left: auto;
margin-right: auto;
}
.wu_yd06_lr{ display: flex; padding-top:20px;padding-bottom:20px; }
.wu_yd06_lr .swiper-button-next22{ background-color: #6c6c6c; border-radius: 100px; width:50px; height:50px; display: flex; align-items: center; justify-content: center; cursor: pointer;
 margin-right:10px; }
.wu_yd06_lr .swiper-button-prev22{ background-color: #6c6c6c; border-radius: 100px; width:50px; height:50px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.wu_yd06_lr i{ font-size: 40px; color: #fff; }
.wu_yd06_lr .swiper-button-next22:hover,.wu_yd06_lr .swiper-button-prev22:hover{ background-color: #de0000; }
.my-button-disabled{ opacity:0.2; }


.wu_bujubg{ background:#fff url(../images/diqiu.png) center no-repeat; height:1200px; }
.wu_bujubg .c_width{ height:100%; display: flex; align-items: center; flex-direction: column; justify-content: center; }
.wu_buju01{ padding-top:120px; }
.wu_buju01 h2{ font-size: 36px; color: #2d2f84; font-weight:normal; }
.wu_buju01 p{ font-size: 45px; color: #000; }
.wu_buju02{ /* padding-top:180px; */ text-align: center; width:76%; }
.wu_buju02 img{ max-width:100%; }
.wu_buju03{ padding-top:26px; text-align: center; }
.wu_buju03 img{ max-width:100%; }


.wu_shipin{ background-color: #000; padding:60px 0; }
.wu_shipin .c_width video{ border-radius: 6px; overflow: hidden; } 


.dingzhi01{ background-color: #fff; text-align: center; padding-top:130px; padding-bottom:50px; }
.dingzhi01 h2{ font-size: 60px; color: #313131; font-weight:normal; }
.dingzhi01 h2 span{ color: #2d2f84; font-weight:bold; }
.dingzhi01 p{ font-size: 20px; color: #313131; padding-top:25px; padding-bottom:20px; }
.dingzhi01 i{ font-size: 10px; color: #333; font-style:normal; }

.dingzhi02{ background:url(../images/pic08.jpg) top no-repeat; background-size: cover; padding-bottom:150px; }
.dingzhi02 .dingzhi02_a{ display: flex; align-items: center; padding-top:240px; }
.dingzhi02_a_l{ width: 50%; }
.dingzhi02_a_l img{ max-width:100%; border-radius: 10px; }
.dingzhi02_a_r{ width: 50%; padding-left:60px; }
.dingzhi02_a_r h2 i{ display:inline-block; background-color: rgba(255, 255, 255, 0.5); width:30px; height:30px; border-radius: 100px; }
.dingzhi02_a_r h2 span{ font-size: 24px; color: #ffffff; font-weight:normal; margin-left:-16px; }
.dingzhi02_a_r h3{ font-size: 50px; color: #ffffff; font-weight:bold; padding-top:20px; }
.dingzhi02_a_r p{ font-size: 18px; color:rgba(255, 255, 255, 0.9); padding-top:20px; padding-bottom:20px; }
.dingzhi02_a_r div{ font-size: 10px; color:rgba(255, 255, 255, 0.5); }

.dingzhi02 .dingzhi02_b{ display: flex; align-items: center; padding-top:140px; }
.dingzhi02_b_l{ width: 50%; }
.dingzhi02_b_r{ width: 50%; }
.dingzhi02_b_r img{ max-width:100%; }
.dingzhi02_b_l h2 i{ display:inline-block; background-color: rgba(255, 255, 255, 0.5); width:30px; height:30px; border-radius: 100px; }
.dingzhi02_b_l h2 span{ font-size: 24px; color: #ffffff; font-weight:normal; margin-left:-16px; }
.dingzhi02_b_l h3{ font-size: 50px; color: #ffffff; font-weight:bold; padding-top:20px; }
.dingzhi02_b_l p{ font-size: 18px; color:rgba(255, 255, 255, 0.9); padding-top:20px; padding-bottom:20px; }
.dingzhi02_b_l div{ font-size: 10px; color:rgba(255, 255, 255, 0.5); }

.dingzhi03{ background-image: linear-gradient(to top, #35389a, #31348f); }
.dingzhi03 .c_width{ display: flex; align-items: center; justify-content: space-between; padding-top:80px; padding-bottom:80px; }
.dingzhi03_l{ width: 50%; padding-right:60px; flex-shrink: 0;}
.dingzhi03_r{ width: 50%; }
.dingzhi03_r img{ width:100%; border-radius: 10px; }
.dingzhi03_l h2 i{ display:inline-block; background-color: rgba(255, 255, 255, 0.5); width:30px; height:30px; border-radius: 100px; }
.dingzhi03_l h2 span{ font-size: 24px; color: #ffffff; font-weight:normal; margin-left:-16px; }
.dingzhi03_l h3{ font-size: 50px; color: #ffffff; font-weight:bold; padding-top:20px; }
.dingzhi03_l p{ font-size: 18px; color:rgba(255, 255, 255, 0.9); padding-top:20px; padding-bottom:20px; }
.dingzhi03_l div{ font-size: 10px; color:rgba(255, 255, 255, 0.5); }
.dingzhi03_l_img{ display: flex; gap:30px; padding-top:40px; }
.dingzhi03_l_img img{ width:100%; border-radius: 20px; }

.dingzhi04{ position:relative; }
.dingzhi04 .c_width{ display: flex; align-items: center; padding-top:180px; padding-bottom:80px; }
.dingzhi04_l{ width: 45%; padding-right:60px; flex-shrink: 0;}
.dingzhi04_r{ width: 55%; position:relative; }
.dingzhi04_r img{ max-width:100%; border-radius: 10px; }
.dingzhi04_l h2 i{ display:inline-block; background-color: rgba(45, 49, 129, 0.5); width:30px; height:30px; border-radius: 100px; }
.dingzhi04_l h2 span{ font-size: 24px; color: #111; font-weight:normal; margin-left:-16px; }
.dingzhi04_l h3{ font-size: 50px; color: #2d2f84; font-weight:bold; padding-top:20px; }
.dingzhi04_l p{ font-size: 18px; color:#111; padding-top:20px; padding-bottom:20px; }
.dingzhi04_l div{ font-size: 10px; color:#333; padding-bottom:70px;}
.dingzhi04_bg{ width: 100%; position:absolute; bottom:-50px; left:0; z-index:-9; background-image: linear-gradient(to bottom, #4a4ed6, #303288); height:210px; }

.swiper_button22_dw{ position:absolute; top:0; left:-30px; z-index:99; height:100%; }
.swiper_button22_height{ height:100%; display: flex; align-items: center; }
.swiper_button22{ display: flex; }
.swiper_button22 .swiper-button-next22{ background-color: #2d2f84; border-radius: 100px; width:60px; height:60px; display: flex; align-items: center; justify-content: center; cursor: pointer;
 margin-right:10px; }
.swiper_button22 .swiper-button-prev22{ background-color: #2d2f84; border-radius: 100px; width:60px; height:60px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.swiper_button22 i{ font-size: 40px; color: #fff; }
.swiper_button22 .swiper-button-next22:hover,.swiper_button22 .swiper-button-prev22:hover{ background-color: #de0000; }
.my-button22-disabled{ opacity:0.2; }




.dingzhi05{ background-color: #fff; padding:120px 0; }
.dingzhi05 .c_width{ display: flex; align-items: center; }
.dingzhi05_l{ width: 50%; }
.dingzhi05_l img{ max-width:100%; border-radius: 30px; }
.dingzhi05_r{ width: 50%; padding-left:60px; }
.dingzhi05_r h2 i{ display:inline-block; background-color: rgba(45, 49, 129, 0.5); width:30px; height:30px; border-radius: 100px; }
.dingzhi05_r h2 span{ font-size: 24px; color: #111; font-weight:normal; margin-left:-16px; }
.dingzhi05_r h3{ font-size: 50px; color: #2d2f84; font-weight:bold; padding-top:20px; }
.dingzhi05_r p{ font-size: 18px; color:#111; padding-top:20px; padding-bottom:20px; }
.dingzhi05_r div{ font-size: 10px; color:#333; }

.dingzhi06{ background:url(../images/pic11.jpg) center no-repeat; background-size: cover; height:862px; }
.dingzhi06 .c_width{ display: flex; align-items: center; justify-content: center; height: 100%; }
.dingzhi06_l{ width: 50%; padding-right:60px; }
.dingzhi06_l h2 i{ display:inline-block; background-color: rgba(255, 255, 255, 0.5); width:30px; height:30px; border-radius: 100px; }
.dingzhi06_l h2 span{ font-size: 24px; color: #fff; font-weight:normal; margin-left:-16px; }
.dingzhi06_l h3{ font-size: 50px; color: #fff; font-weight:bold; padding-top:20px; }
.dingzhi06_l p{ font-size: 18px; color:#fff; padding-top:20px; padding-bottom:20px; }
.dingzhi06_l div{ font-size: 10px; color:#fff; }
.dingzhi06_r{ width: 50%; display: flex; gap:16px; }
.dingzhi06_r div{ display: flex; align-items: center; flex-direction: column; }
.dingzhi06_r img{ max-width:100%; height:550px; object-fit: cover; }
.dingzhi06_r p{ width: 100%; text-align: center; background-color: rgba(255, 255, 255, 0.9); font-size: 18px; color:#111; padding:12px 0; }

.dingzhi07{ background-color: #fff; padding-top:120px; }
.dingzhi07 img{ max-width:100%; }
.dingzhi07 .c_width{ display: flex; align-items: center; padding-bottom:40px; }
.dingzhi07_l{ width: 50%; padding-right:60px; }
.dingzhi07_l h2 i{ display:inline-block; background-color: rgba(45, 49, 129, 0.5); width:30px; height:30px; border-radius: 100px; }
.dingzhi07_l h2 span{ font-size: 24px; color: #111; font-weight:normal; margin-left:-16px; }
.dingzhi07_l h3{ font-size: 50px; color: #2d2f84; font-weight:bold; padding-top:20px; }
.dingzhi07_l p{ font-size: 18px; color:#111; padding-top:20px; padding-bottom:20px; }
.dingzhi07_l div{ font-size: 10px; color:#333; }
.dingzhi07_r{ width: 50%; }
.dingzhi07_r img{ max-width:100%; border-radius: 20px; }


.shebei01{ background-color: #fff; text-align: center; padding-top:130px; padding-bottom:50px; }
.shebei01 h2{ font-size: 60px; color: #313131; font-weight:bold; }
.shebei01 h2 span{ color: #2d2f84; }
.shebei01 p{ font-size: 20px; color: #313131; padding-top:25px; padding-bottom:20px; }
.shebei01 p span{ color: #2d2f84; }
.shebei01 i{ font-size: 12px; color: #333; font-style:normal; }

.shebei02{ background:url(../images/pic14.jpg) top no-repeat; background-size: cover; padding-bottom:150px; }
.shebei02 .shebei02_b{ display: flex; align-items: center; padding-top:140px; }
.shebei02_b_l{ width: 50%; padding-right:120px; }
.shebei02_b_r{ width: 50%; position:relative; }
.shebei02_b_l h2 i{ display:inline-block; background-color: rgba(255, 255, 255, 0.5); width:30px; height:30px; border-radius: 100px; }
.shebei02_b_l h2 span{ font-size: 24px; color: #ffffff; font-weight:normal; margin-left:-16px; }
.shebei02_b_l h3{ font-size: 50px; color: #ffffff; font-weight:bold; padding-top:20px; }
.shebei02_b_l p{ font-size: 18px; color:rgba(255, 255, 255, 0.9); padding-top:20px; padding-bottom:20px; text-indent: 2em; }
.shebei02_b_l h4{ font-weight:normal; font-size: 10px; color:rgba(255, 255, 255, 0.5); }
.shebei02_b_list{ /* display: flex; gap:30px;  */border-top-left-radius:40px; border-bottom-right-radius:40px; overflow: hidden; }
.shebei02_b_list img{ width:100%; height:540px; object-fit: cover; }

.swiper_group33{ position:relative; margin-top: 80px;; }
.swiper_group33_muber{ position:absolute; top:-9px; font-size: 14px; color: #fff; }
.swiper-pagination33{ width:80% !important; left:10% !important; }
.swiper-pagination33 .swiper-pagination-progressbar-fill{ background:#fff !important; }

.swiper-button-next33{ position:absolute; top: 50%; transform: translate(0, -50%); left:-30px; z-index:99;
background-color: #fff; border-radius: 100px; width:60px; height:60px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.swiper-button-prev33{ position:absolute; top:50%; transform: translate(0, -50%); right:-30px; z-index:99;
background-color: #fff; border-radius: 100px; width:60px; height:60px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.swiper-button33 i{ font-size: 40px; color: #2d2f84; }
.swiper-button33:hover i,.swiper-button33:hover i{ color: #fff; }
.swiper-button-next33:hover,.swiper-button-prev33:hover{ background-color: #2d2f84; }
.my-button33-disabled{ opacity:0.2; }



.shebei03{ background:#fff url(../images/pic17.jpg) bottom no-repeat; background-size: contain; padding-top:100px; padding-bottom:150px; }
.shebei03 .shebei03_b{ display: flex; align-items: center; justify-content: space-between; }
.shebei03_b_l{ width: 60%; padding-right:50px; }
.shebei03_b_r{ width: 40%; text-align: right; }
.shebei03_b_r img{ max-width:100%; }
.shebei03_b_l h2 i{ display:inline-block; background-color: rgba(45, 49, 129, 0.5); width:30px; height:30px; border-radius: 100px; }
.shebei03_b_l h2 span{ font-size: 24px; color: #2d2f84; font-weight:normal; margin-left:-16px; }
.shebei03_b_l h3{ font-size: 50px; color: #2d2f84; font-weight:bold; padding-top:20px; }
.shebei03_b_l p{ font-size: 18px; color:#111; padding-top:20px; padding-bottom:20px; text-indent: 2em; }
.shebei03_b_l div{ font-size: 10px; color:#111; }


.shebei04{ background:#fff url(../images/pic20.jpg) left center no-repeat; }
.shebei04 .shebei04_b{ display: flex; align-items: center;  }
.shebei04_b_l{ width: 50%; height:879px; padding-top:120px; padding-left:80px; padding-right:120px; }
.shebei04_b_r{ width: 50%; text-align: right; position:relative; }
.shebei04_b_r img{ max-width:100%; height:879px; object-fit: cover; }
.shebei04_b_l h2 i{ display:inline-block; background-color: rgba(255, 255, 255, 0.5); width:30px; height:30px; border-radius: 100px; }
.shebei04_b_l h2 span{ font-size: 24px; color: #ffffff; font-weight:normal; margin-left:-16px; }
.shebei04_b_l h3{ font-size: 50px; color: #ffffff; font-weight:bold; padding-top:20px; }
.shebei04_b_l p{ font-size: 18px; color:rgba(255, 255, 255, 0.9); padding-top:20px; padding-bottom:20px; text-indent: 2em; }
.shebei04_b_l div{ font-size: 10px; color:rgba(255, 255, 255, 0.5); }

.swiper_button44_dw{ position:absolute; top:0; left:-30px; z-index:99; height:100%; }
.swiper_button44_height{ height:100%; display: flex; align-items: center; }
.swiper_button44{ display: flex; }
.swiper_button44 .swiper-button-next44{ background-color: #fff; border-radius: 100px; width:60px; height:60px; display: flex; align-items: center; justify-content: center; cursor: pointer;
 margin-right:10px; }
.swiper_button44 .swiper-button-prev44{ background-color: #fff; border-radius: 100px; width:60px; height:60px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.swiper_button44 i{ font-size: 40px; color: #2d2f84; }
.swiper_button44:hover i{ color: #fff; }
.swiper_button44 .swiper-button-next44:hover,.swiper_button44 .swiper-button-prev44:hover{ background-color: #2d2f84; }
.my-button44-disabled{ opacity:0.2; }




.shebei05{ background:#fff; padding-top:100px; padding-bottom:120px; }
.shebei05_a h2 i{ display:inline-block; background-color: rgba(45, 49, 129, 0.5); width:30px; height:30px; border-radius: 100px; }
.shebei05_a h2 span{ font-size: 24px; color: #2d2f84; font-weight:normal; margin-left:-16px; }
.shebei05_a h3{ font-size: 50px; color: #2d2f84; font-weight:bold; padding-top:20px; }
.shebei05_a p{ font-size: 18px; color:#111; padding-top:20px; padding-bottom:20px; text-indent: 2em; }
.shebei05_a div{ font-size: 10px; color:#111; }
.shebei05_b{ margin-top:40px; position:relative; }
.shebei05_b_list{ border-radius:20px; overflow: hidden; position:relative; }
.shebei05_b_list_img img{ width:100%; object-fit: cover; }
.shebei05_b_list_txt{ position:absolute; bottom:20px; z-index:2; width: 100%; }
.shebei05_b_list_txt p{ font-size: 18px; color:#fff; text-align: center; padding:0 10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.shebei05_b_list_muberbg{ position:absolute; top:-50px; left:-50px; z-index:3; width:140px; height:140px; border-radius:100px; background:#2d2f84; }
.shebei05_b_list_muber{ position:absolute; top:10px; left:20px; z-index:4; }
.shebei05_b_list_muber p{ font-size: 36px; font-weight:bold; color:#fff; }
.shebei05_b_list_jianbianbg{ position:absolute; bottom:0; z-index:1; width: 100%; height:240px; 
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0)); }

.swiper-button-next55{ position:absolute; top: 50%; transform: translate(0, -50%); left:-30px; z-index:99;
background-color: #2d2f84; border-radius: 100px; width:60px; height:60px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.swiper-button-prev55{ position:absolute; top:50%; transform: translate(0, -50%); right:-30px; z-index:99;
background-color: #2d2f84; border-radius: 100px; width:60px; height:60px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.swiper-button55 i{ font-size: 40px; color: #fff; }
.swiper-button55:hover i,.swiper-button55:hover i{ color: #2d2f84; }
.swiper-button-next55:hover,.swiper-button-prev55:hover{ background-color: #fff; }
.my-button55-disabled{ opacity:0.2; }
.swiper-pagination55{ top:auto !important; bottom:-20px !important; }
.swiper-pagination55 .swiper-pagination-progressbar-fill{ background:#2d2f84 !important; }


.shebei06{ position:relative; background-image: linear-gradient(to bottom, #4a4ed6, #303288); padding-bottom:150px; }
.shebei06 .c_width{ padding-right:0; }
.shebei06_yw{ position:absolute; bottom:10px; left:70px; z-index:1; font-size: 300px; color:rgba(255, 255, 255, 0.1); font-weight:bold; text-transform: uppercase; }
.shebei06 .shebei06_b{ display: flex; align-items: center; padding-top:140px; }
.shebei06_b_l{ width: 40%; padding-right:120px; }
.shebei06_b_r{ width: 60%; position:relative; }
.shebei06_b_r img{ width:100%; height:800px; object-fit: cover; border-radius:10px; overflow: hidden; }
.shebei06_b_l h2 i{ display:inline-block; background-color: rgba(255, 255, 255, 0.5); width:30px; height:30px; border-radius: 100px; }
.shebei06_b_l h2 span{ font-size: 24px; color: #ffffff; font-weight:normal; margin-left:-16px; }
.shebei06_b_l h3{ font-size: 50px; color: #ffffff; font-weight:bold; padding-top:20px; }
.shebei06_b_l p{ font-size: 18px; color:rgba(255, 255, 255, 0.9); padding-top:20px; padding-bottom:20px; text-indent: 2em; }
.shebei06_b_l div{ font-size: 10px; color:rgba(255, 255, 255, 0.5); }

.swiper_button66_dw{ position:absolute; top:0; left:-30px; z-index:99; height:100%; }
.swiper_button66_height{ height:100%; display: flex; align-items: center; }
.swiper_button66{ display: flex; }
.swiper_button66 .swiper-button-next66{ background-color: #fff; border-radius: 100px; width:60px; height:60px; display: flex; align-items: center; justify-content: center; cursor: pointer;
 margin-right:10px; }
.swiper_button66 .swiper-button-prev66{ background-color: #fff; border-radius: 100px; width:60px; height:60px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.swiper_button66 i{ font-size: 40px; color: #2d2f84; }
.swiper_button66:hover i{ color: #fff; }
.swiper_button66 .swiper-button-next66:hover,.swiper_button66 .swiper-button-prev66:hover{ background-color: #2d2f84; }
.my-button66-disabled{ opacity:0.2; }

.shebei06_b_r_img{ display: flex; gap:20px; }



.shebei07{ background:#e7effa; position:relative; }
.shebei07_bg{ width:100%; position:absolute; top:-60px; }
.shebei07_w{ position:relative; margin:0 40px; background:#fff; border-radius: 30px; overflow: hidden; text-align: center; 
-moz-box-shadow:0px 0px 10px #abbfd5; -webkit-box-shadow:0px 0px 10px #abbfd5; box-shadow:0px 0px 10px #abbfd5; }
.shebei07_txt{ width:100%; position:absolute; top:40px; padding-top:90px; }
.shebei07_txt h2{ font-size: 32px; color: #2d2f84; font-weight:bold; line-height:50px; }
.shebei07_txt p{ font-size: 12px; color:#2d2f84; padding-top:20px; }
.shebei07_img img{ width:100%; }
.shebei07_height{ height:900px; background:#e7effa; }
















































/*左右布局*/
.wu_content{ background-color: #fff; padding: 60px 0; padding-bottom:100px; }
.wu_content2{ padding: 60px 0; padding-bottom:100px; }
.wu_content2 .c_width{ display: flex; justify-content: space-between; }
.wu_content_l{ width: 340px; flex-shrink: 0; }
.wu_content_r{ width: 100%; margin-left: 40px; padding:30px 30px; background-color: #fff; }

.wu_content3{ text-align: center; }
.wu_content3 .c_width{ padding:0;  }
.wu_content3 img{ width:100%; }

.wu_content4{ padding: 60px 0; padding-bottom:100px; }
.wu_content4 .c_width{ display: flex; justify-content: space-between; max-width:1280px; }
.wu_content4_l{ width:45%; }
.wu_content4_r{ width:55%; }


/*左侧分类*/
.w_classification{ border: 1px solid #eee; }
.w_classification_title{ display: flex; flex-direction: column; background-color: #2d2f84; padding: 20px 0; padding-left:22px; }
.w_classification_title h2{ font-size: 24px; color: #ffffff; font-weight: bold; margin: 0; }
.w_classification_title span{ font-size: 15px; color: rgba(255,255,255,.5); }
.w_classification_con { background-color: #ffffff; 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: #f1f1f1;
 line-height: 60px; font-size: 16px; color: #444; padding-left: 20px; }
.w_classification_level1:hover, .w_classification_con ul li .on{ background-color: #2d2f84; 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; text-align: center; border-bottom: 1px solid #eee; }
.w_classification_level2:hover{ color: #ffffff; background-color: #2d2f84; }
.w_classification_level2:last-child{ border-bottom: none; }

/*左侧联系方式*/
.w_contact{ background-color: #ffffff; 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: #2d2f84; font-weight: bold; padding-top: 8px; }
.w_contact_con p{ display: flex; align-items: center; line-height: 18px; margin-top:18px; }
.w_contact_con p i{ font-size: 25px; color: #666; margin-right:2px; }
.w_contact_con p span{ font-size: 15px; color: #666; }


/*左侧留言*/
.w_feedback{ background-color: #ffffff; 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{ width: 100%; margin-bottom: 20px; }
.w_feedback_con h2{ background-color: #2d2f84; 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; }
 
 
 .wu_contact{ padding:80px 0; }
 .wu_contact_title{ text-align: center; }
 .wu_contact_title h2{ font-size: 42px; font-weight:bold; color: #2d2f84; text-transform:uppercase; margin-bottom:0; }
 .wu_contact_title p{ font-size: 42px; color: #a3a3a3; }
 .wu_contact_01{ background-color: #fff; display: flex; margin-top:28px; }
 .wu_contact_01_l{ background-color: #2d2f84; width:400px; flex-shrink: 0; padding:40px; }
 .wu_contact_01_l h2{ font-size: 36px; font-weight:bold; color: #fff; }
 .wu_contact_01_l p{ text-align: center; font-size: 26px; color: #fff; font-family:impact; border:2px solid #fff; padding:10px 0; margin-top:24px; margin-bottom:20px;  }
 .wu_contact_01_l span{ font-size: 24px; color: #fff; }
 .wu_contact_01_r{ display: flex; align-items: center; justify-content: space-between; padding:0 30px; }
 .wu_contact_01_r_1{ align-self: flex-start; font-size:100px; font-family:Arial, Helvetica, sans-serif; font-weight:89; color:#999; }
 .wu_contact_01_r_3{ align-self: flex-end; font-size:100px; font-family:Arial, Helvetica, sans-serif; font-weight:89; color:#999; }
 .wu_contact_01_r_2{ padding:0 20px; }
 .wu_contact_01_r_2 h2{ font-size: 24px; font-weight:bold; color: #2d2f84; }
 .wu_contact_01_r_2 p{ font-size: 16px; color: #666; }
 .wu_contact_02{ display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; 
 background-color: #fff; border: 1px solid #ececec; border-bottom: none; border-right: none; margin-top:30px; }
 .wu_contact_02_lsit{ width:33.3%; display: flex; align-items: center; padding:40px 30px; border-right: 1px solid #ececec; border-bottom: 1px solid #ececec; }
 .wu_contact_02_lsit_l{ }
 .wu_contact_02_lsit_l p{ width:70px; height:70px; border:1px solid #eee; border-radius: 100px; display: flex; align-items: center; justify-content: center; }
 .wu_contact_02_lsit_l i{ font-size: 32px; color: #666; font-style:normal; }
 .wu_contact_02_lsit_r{ padding-left:20px; }
 .wu_contact_02_lsit_r h2{ font-size: 20px; font-weight:600; color: #2d2f84; }
 .wu_contact_02_lsit_r p{ font-size: 16px; color: #333; }
 
 
 .wu_liuyan{ background-color: #fff; padding-top:60px; }
 .wu_liuyan_title{ text-align: center; }
 .wu_liuyan_title h2{ font-size: 42px; font-weight:bold; color: #2d2f84; text-transform:uppercase; margin-bottom:0; }
 .wu_liuyan_title p{ font-size: 42px; color: #a3a3a3; }
 .wu_liuyan_con{ padding-top:20px; padding-bottom:60px; }
 .wu_liuyan_heng{ display:grid; grid-template-columns: 48% 48%; grid-gap: 4%; }
 .wu_liuyan_con .form-group{ margin-bottom:30px; }
 .wu_liuyan_con .form-control{ height: 80px; line-height: 80px; background-color:#f7f7f7; border:1px solid #eee; }
 .wu_liuyan_con textarea{ height: 200px !important; }
 .wu_liuyan_con button{ background-color: #2d2f84; border:none; padding: 16px 30px; font-size:18px; color: #fff; border-radius: 6px; }
 .wu_liuyan_con button:hover{ background-color: #f08519; color: #fff; }


/*产品展示*/
.w_productshowsy{ display: grid; grid-template-columns: 32% 32% 32%; grid-gap: 2%; grid-row-gap:30px; }
.w_productlistsy:hover p{ color: #2d2f84; }
.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: #2d2f84; 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: #2d2f84; 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: #2d2f84; font-weight: bold; padding-top: 8px; }


/*产品列表*/
.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; }



/*产品中心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: #2d2f84; }
.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: #2d2f84; border: 1px solid #2d2f84; }
.fui_listbb22{ padding-top: 30px; }



/*合作客户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: #2d2f84; }
.w_classiccase a:hover h2,.w_classiccase a:hover p,.w_classiccase a:hover span{ color: #ffffff; }
.w_classiccase a:hover i{ color: #2d2f84; 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: #2d2f84; padding: 6px 20px; }



/*新闻资讯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: #2d2f84; }
.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: #2d2f84; }
.w_newsinformation a:hover h2,.w_newsinformation a:hover p,.w_newsinformation a:hover span{ color: #ffffff; }
.w_newsinformation a:hover i{ color: #2d2f84; 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: 28px; padding-top: 12px; padding-bottom: 10px; }
.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: #2d2f84;
 width: 25px; height: 25px; line-height: 25px; text-align: center; }



/*面包线*/
.wu_position { background-color: #fff; }
.wu_position .c_width{ display: flex; align-items: center; justify-content: space-between; }
.wu_position .wu_position_l{ display: flex; align-items: center; font-size:15px; color: #666; }
.wu_position .wu_position_l i{ font-size:15px; color: #666; margin-right:10px; }
.wu_position .wu_position_l a{ font-size:15px; color: #666; padding: 24px 6px; display: inline-block; }
.wu_position .wu_position_l a:hover{ color: #2d2f84; }
.wu_position .wu_position_r{ display: flex; align-items: center; }
.wu_position .wu_position_r a{ font-size:16px; color: #fff; padding: 24px 15px; }
.wu_position .wu_position_r a:hover,.wu_position .wu_position_r .on{ background-color: #fff; color: #2d2f84; font-weight: bold; }


/*内页标题*/
.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; }
.w_nr_con img{ max-width:100%; }

/*内页标题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; }



/*分页*/
.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: #2d2f84; color: #fff; }
.pagination .page-num-current{ background-color: #2d2f84; 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: #2d2f84; }


/*产品放大镜页*/
.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: #2d2f84; border: 1px solid #2d2f84; border-radius: 100px; 
padding: 6px 15px; display: inline-block; margin-right: 10px; }
.w_content_pro_zx_01:hover{ color: #2d2f84; background-color: #ffffff; border: 1px solid #2d2f84; }
.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: #2d2f84; font-size: 24px; display: none; }
.w_product_details1_aa ul .active { background-color: #2d2f84; }
.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: #2d2f84; }
.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: #2d2f84; }
.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: #2d2f84; }
.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:30px; }
.wu_product_list a{ display: block; text-decoration: none; background-color:#fff; border: 1px solid #F5F5F5; padding:15px;
  -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: #2d2f84; }
.wu_product_list a:hover h2{ color: #ffffff; }
.wu_product_list_img{ overflow: hidden; height: 301px; 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: contain; }
.wu_product_list:hover img{ transform: scale(1.1); }
.wu_product_list_con h2{ color:#333; font-size:16px; font-weight: normal; line-height: 24px; text-align: center; margin-bottom: 0; padding-top: 15px; }

 
 
 /* 产品列表页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: #2d2f84; }
 .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: #2d2f84; border: 1px solid #2d2f84; }
 .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: contain; 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; font-family:Microsoft JhengHei; }
 .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: grid; grid-template-columns: 32% 32% 32%; grid-gap: 2%; grid-row-gap:30px; }
.wu_case_list ul li{ width:100%; margin-bottom:30px; background-color: #ffffff; padding:15px;
-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;
-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: 280px; 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; line-height: 24px; text-align: center; margin-bottom: 0; padding-top: 15px; }
.wu_case_list ul li:hover{ background-color: #2d2f84; }
.wu_case_list ul li:hover .wu_case_list_title{ color: #FFFFFF; }
.wu_case_list ul li img{ width: 100%; height: 100%; object-fit: contain; 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; padding:15px;
-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;
-moz-box-shadow:0 0px 20px rgb(128 128 128 / 20%); -webkit-box-shadow:0 0px 20px rgb(128 128 128 / 20%); box-shadow:0 0px 20px rgb(128 128 128 / 20%); }
.wu_equipment_list_img{ height: 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; line-height: 24px; text-align: center; margin-bottom: 0; padding-top: 15px; }
.wu_equipment_list ul li:hover{ background-color: #2d2f84; }
.wu_equipment_list ul li:hover .wu_equipment_list_title{ color: #FFFFFF; }
.wu_equipment_list ul li img{ width: 100%; height: 100%; object-fit: contain; 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:30px; }
.wu_honor_list ul li{ width:100%; margin-bottom:30px; background-color: #ffffff; padding:15px;
-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;
-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: 360px; 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; line-height: 24px; text-align: center; margin-bottom: 0; padding-top: 15px; }
.wu_honor_list ul li:hover{ background-color: #2d2f84; }
.wu_honor_list ul li:hover .wu_honor_list_title{ color: #FFFFFF; }
.wu_honor_list ul li img{ width: 100%; height: 100%; object-fit: contain; 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:30px; }
.wu_customer_list ul li{ width:100%; background-color: #ffffff; padding:15px; border:1px solid #ddd;
-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_customer_list_img{ height: 129px; 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; line-height: 24px; text-align: center; margin-bottom: 0; padding-top: 15px; }
.wu_customer_list ul li:hover{ background-color: #2d2f84; }
.wu_customer_list ul li:hover .wu_customer_list_title{ color: #FFFFFF; }
.wu_customer_list ul li img{ width: 100%; height: 100%; object-fit: contain; 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: #2d2f84; 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: #2d2f84; }
.khjz_list a:hover h2,.khjz_list a:hover p,.khjz_list a:hover span{ color: #ffffff; }
.khjz_list a:hover i{ color: #2d2f84; 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: #2d2f84;
 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; }
}
.footContact { margin-top: 4px; }
.footContact span { margin: 0 10px; }

