.caseGlist {
	display: flex;
	align-items: stretch;
	/* 子元素高度拉伸 */
	justify-content: space-between;
}

.Menubox {
	width: 25%;
	background: linear-gradient(top, rgb(52, 174, 98) 13%, rgb(115, 174, 104) 81%);
	background: -o-linear-gradient(top, rgb(52, 174, 98) 13%, rgb(115, 174, 104) 81%);
	background: -ms-linear-gradient(top, rgb(52, 174, 98) 13%, rgb(115, 174, 104) 81%);
	background: -moz-linear-gradient(top, rgb(52, 174, 98) 13%, rgb(115, 174, 104) 81%);
	background: -webkit-linear-gradient(top, rgb(52, 174, 98) 13%, rgb(115, 174, 104) 81%);
	color: #fff;
	border-radius: 10px;
	padding: 0.45rem;
}

.Menubox ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	height: 1rem;
	cursor: pointer;
}

.Menubox ul li:last-child {
	border: none;
}

.Menubox ul li img {
	width: 0.15rem;
	opacity: 0.5;
}

.Contentbox {
	width: 67%;
	position: relative;
}

.Contentbox img {
	width: 100%;
	display: block;
}

.Contentbox p {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 0.22rem;
	color: #fff;
	bottom: 0.2rem;
}

.ne-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 1.35rem;
}

.pc-n-banner,
.mobile-n-banner {
	width: 100%;
	animation: changeScale 1 2.5s;
	position: relative;
	z-index: 2;
}

.pc-n-banner {
	display: block;
}

.mobile-n-banner {
	display: none;
}

.ne-banner-title {
	width: 7.06rem;
	height: 100%;
	background: url(/images/ne-b-cover.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	padding-left: 8.6%;
	display: flex;
	align-items: center;
}

.ne-banner-title-txt {
	animation: dh 1 2.5s;
}

.ne-banner-title-txt h3 {
	font-size: 0.72rem;
	color: #fff;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.25rem;
}

.ne-banner-title-txt span {
	display: block;
	width: 0.58rem;
	height: 0.06rem;
	background: #fff;
}

.ne-banner-title-txt p {
	font-size: 0.48rem;
	color: #fff;
	line-height: 1;
	margin-top: 0.1rem;
}

.ne-content {
	padding: 1.1rem 0 1rem;
}

.ne-about {
	padding-left: 8.6%;
	position: relative;
	overflow: hidden;
}

.ne-about-info {
	width: 47%;
}

.ne-about-info h3 {
	font-size: 0.36rem;
	color: #333333;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 0.4rem;
}

.ne-about-txt p {
	font-size: 0.18rem;
	color: #555555;
	line-height: 1.6;
	text-align: justify;
	text-indent: 0.36rem;
	margin-bottom: 0.3rem;
}

.ne-about-txt h4 {
	font-size: 0.24rem;
	color: #19a250;
	font-weight: bold;
	line-height: 1.4;
}

.ne-about-img {
	width: 9.0678rem;
	position: absolute;
	right: -0.6rem;
	bottom: 0;
	z-index: 10;
}

.ne-about-img img {
	display: block;
	width: 100%;
}

.ne-jzzz {
	padding: 0 6.25%;
}

.ne-jzzz-list ul {
	zoom: 1;
}

.ne-jzzz-list ul:after {
	display: block;
	content: '';
	clear: both;
}

.ne-jzzz-list ul li {
	float: left;
	width: 21.4285%;
	margin-right: 4.762%;
	margin-bottom: 0.2rem;
	cursor: pointer;
}

.ne-jzzz-list ul li:nth-child(4n) {
	margin-right: 0;
}

.jzzz-img {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.jzzz-img>img {
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}

.jzzz-img span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	opacity: 0;
	transition-duration: .5s;
}

.jzzz-img span img {
	display: block;
	width: 0.34rem;
	height: 0.4rem;
}

.ne-jzzz-list ul li:hover .jzzz-img span {
	opacity: 1;
}

.jzzz-name {
	font-size: 0.18rem;
	color: #333333;
	text-align: center;
	line-height: 1.4;
	margin-top: 0.1rem;
	transition-duration: 0.5s;
}

.ne-jzzz-list ul li:hover .jzzz-name {
	color: #19a250;
}

.jianT {
	width: 100%;
	text-align: center;
	margin-top: 0.4rem;
}

.jianT li {
	border: 1px solid #e4ebe4;
	overflow: hidden;
	background: #e4ebe4;
	border-radius: 0.05rem;
	line-height: 34px;
	height: 36px;
	display: inline-block;
	margin: 0 2px;
	padding: 0;
}

.jianT li a {
	font-size: 14px;
	color: #474747;
	display: block;
	padding: 0 15px;
}

.jianT li a:hover {
	text-decoration: none;
	background: #19a250;
	color: #fff;
}

.jianT li .on {
	border: 1px solid #19a250;
	border-radius: 0.05rem;
	background: #19a250;
	color: #fff;
	display: block;
}

.new-nr-ti {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
}

.new-nr-ti h1 {
	font-size: 0.24rem;
	line-height: 1.4;
}

.new-nr-ti span {
	font-size: 0.14rem;
	text-align: center;
	line-height: 1.2;
}

.new-nr-zi {
	font-size: 0.16rem;
	line-height: 1.6;
	text-align: justify;
}

.new-nr-zi img {
	display: block;
	margin: 0.2rem auto;
}

.ne-proMenu {
	background: #f3f3f3;
	border-bottom: 1px solid #b9b9b9;
}

.ne-proMenu ul {
	display: flex;
	justify-content: space-between;
}

.ne-proMenu ul li {
	font-size: 0.18rem;
	color: #333333;
	white-space: nowrap;
	line-height: 0.78rem;
	margin-right: 0.28rem;
	position: relative;
}

.ne-proMenu ul li:before {
	display: block;
	content: '';
	width: 0%;
	height: 0.03rem;
	background: #19a250;
	position: absolute;
	bottom: 0;
	left: 0;
	transition-duration: 0.5s;
}

.ne-proMenu ul li:last-child {
	margin-right: 0;
}

.ne-proMenu ul li a {
	color: #333333;
}

.ne-proMenu ul li.active {
	font-weight: bold;
}

.ne-proMenu ul li.active a {
	color: #19a250;
}

.ne-proMenu ul li.active:before {
	width: 100%;
}

.ne-proMenu ul li:hover {
	font-weight: bold;
}

.ne-proMenu ul li:hover a {
	color: #19a250;
}

.ne-proMenu ul li:hover:before {
	width: 100%;
}

.ne-product-list ul {
	zoom: 1;
}

.ne-product-list ul:after {
	display: block;
	content: '';
	clear: both;
}

.ne-product-list ul li {
	float: left;
	width: 30.834%;
	border: 0.01rem solid #1e1e1e;
	padding: 0.3rem 0.3rem 0.2rem;
	margin-right: 3.749%;
	margin-top: 0.7rem;
}

.ne-product-list ul li:nth-child(3n) {
	margin-right: 0;
}

.ne-product-list ul li:nth-child(-n+3) {
	margin-top: 0;
}

.ne-product-img {
	width: 100%;
	overflow: hidden;
}

.ne-product-img img {
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}

.ne-product-list ul li:hover .ne-product-img img {
	transform: scale(1.1);
}

.ne-product-info {
	margin-top: 0.25rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ne-product-info p {
	width: calc(100% - 1.2rem);
	font-size: 0.24rem;
	color: #333333;
	line-height: 1.4;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition-duration: 0.5s;
}

.ne-product-list ul li:hover .ne-product-info p {
	color: #19a250;
}

.ne-product-info span {
	width: 1.2rem;
	font-size: 0.18rem;
	color: #333333;
	text-align: right;
	line-height: 1.4;
	white-space: nowrap;
	transition-duration: 0.5s;
}

.ne-product-list ul li:hover .ne-product-info span {
	color: #19a250;
}

.pro-detail {
	margin-top: 1.35rem;
	padding: 0.2rem 0 1.2rem;
	background: url(/images/pro-d-bg.png) no-repeat center center;
	background-size: cover;
}

.pro-detail-nav {
	margin-bottom: 0.4rem;
}

.pro-detail-nav p {
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.4rem;
	padding-left: 0.48rem;
	position: relative;
}

.pro-detail-nav p:before {
	display: block;
	content: '';
	width: 0.31rem;
	height: 0.29rem;
	background: url(/images/home.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pro-detail-nav p span {
	margin-right: 0.35rem;
	position: relative;
}

.pro-detail-nav p span:last-child {
	margin-right: 0;
}

.pro-detail-nav p span:nth-child(1):after {
	display: block;
	content: '';
	width: 0.08rem;
	height: 0.14rem;
	background: url(/images/pro-jt.png) no-repeat;
	position: absolute;
	right: -0.2rem;
	top: 50%;
	margin-top: -0.06rem;
}

.pro-detail-content {
	display: flex;
}

.pro-detail-fl {
	width: calc(100% - 7.1rem);
	padding-top: 0.75rem;
}

.pro-detail-fl p {
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.4;
	margin-bottom: 0.15rem;
}

.pro-detail-fl h3 {
	font-size: 0.48rem;
	color: #333333;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 0.1rem;
}

.pro-detail-fl span {
	display: block;
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.4;
	margin-bottom: 0.85rem;
}

.pro-detail-fr {
	width: 7.1rem;
	position: relative;
}

/*20240816*/
.small-box {
	position: relative;
	width: 100%;
	height: 5.3rem;
}

.small-box img {
	display: block;
	width: 100%;
}

.small-box .hover {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 2rem !important;
	height: 2rem !important;
	background: #fff;
	opacity: .5;
	filter: alpha(opacity: 50);
	cursor: move;
}

.big-box {
	display: none;
	overflow: hidden;
	position: absolute;
	left: -5.6rem;
	top: 0;
	width: 5.4rem;
	height: 5.4rem;
	border: 1px solid #e4e4e4;
}

.big-box img {
	display: block;
	max-width: none !important;
}

/*20240816*/

.contact-btn {
	display: block;
	width: 1.08rem;
	height: 1.08rem;
	border-radius: 50%;
	border: 0.01rem solid #19a250;
	padding: 0.16rem;
	transition-duration: 0.5s;
}

.contact-btn:hover {
	padding: 0;
}

.contact-btn span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #19a250;
	font-size: 0.18rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ne-case {
	margin-top: 1.35rem;
	padding: 0.3rem 0 0.9rem;
}

.ne-case .w1440 {
	position: relative;
	z-index: 50;
}

.canvas {
	width: 100%;
	height: 2rem;
	z-index: 10;
	margin-top: -2rem;
}

.canvas canvas {
	width: 100% !important;
	height: 100% !important;
}

.ne-case-content {
	width: 100%;
	position: relative;
	zoom: 1;
}

.ne-case-content:after {
	display: block;
	content: '';
	clear: both;
}

.ne-case-map {
	float: right;
	width: 13.8578rem;
	position: relative;
	z-index: 2;
}

.case-map-img {
	position: relative;
}

.case-map-img img {
	width: 100%;
}

.case-map-img ul li {
	font-size: 0.2rem;
	color: #333333;
	line-height: 1.4;
	position: absolute;
}

.case-map-img ul li a {
	color: #333333;
	transition-duration: 0.3s;
}

.case-map-img ul li:hover a {
	color: #37a262;
}

.case-map-img ul li:nth-child(1) {
	bottom: 1.2rem;
	right: 4rem;
}

.case-map-img ul li:nth-child(2) {
	bottom: 4.66rem;
	right: 3.74rem;
}

.case-map-img ul li:nth-child(3) {
	bottom: 2.98rem;
	right: 2.54rem;
}

.case-map-img ul li:nth-child(4) {
	bottom: 2.85rem;
	right: 3.5rem;
}

.case-map-img ul li:nth-child(5) {
	bottom: 2.42rem;
	right: 5.16rem;
}

.case-map-img ul li:nth-child(6) {
	bottom: 3.8rem;
	right: 3.38rem;
}

.case-map-img ul li:nth-child(7) {
	bottom: 2.06rem;
	right: 4.46rem;
}

.case-map-img ul li:nth-child(8) {
	bottom: 2.7rem;
	right: 4.3rem;
}

.case-map-img ul li:nth-child(9) {
	bottom: 1.14rem;
	right: 4.98rem;
}

.case-map-img ul li:nth-child(10) {
	bottom: 1.7rem;
	right: 3.24rem;
}

.case-map-img ul li:nth-child(11) {
	bottom: 1.42rem;
	right: 6.4rem;
}

.case-map-img ul li:nth-child(12) {
	bottom: 3.22rem;
	right: 3.12rem;
}

.case-map-img ul li:nth-child(13) {
	bottom: 2.6rem;
	right: 5.96rem;
}

.case-map-img ul li:nth-child(14) {
	bottom: 4.26rem;
	right: 3.86rem;
}

.case-map-img ul li:nth-child(15) {
	bottom: 2.08rem;
	right: 3.7rem;
}

.case-map-img ul li:nth-child(16) {
	bottom: 2.4rem;
	right: 2.92rem;
}

.case-map-img ul li:nth-child(17) {
	bottom: 3.28rem;
	right: 4.2rem;
}

.case-map-img ul li:nth-child(18) {
	bottom: 3.32rem;
	right: 5.02rem;
}

.case-map-img ul li:nth-child(19) {
	bottom: 4.7rem;
	right: 5.04rem;
}

.case-map-img ul li:nth-child(20) {
	bottom: 6.36rem;
	right: 2.14rem;
}

.case-map-img ul li:nth-child(21) {
	bottom: 5.56rem;
	right: 2.36rem;
}

.case-map-img ul li:nth-child(22) {
	bottom: 5.06rem;
	right: 2.78rem;
}

.case-map-img ul li:nth-child(23) {
	bottom: 0.2rem;
	right: 4.8rem;
}

.case-map-img ul li:nth-child(24) {
	bottom: 3.2rem;
	right: 8.42rem;
}

.case-map-img ul li:nth-child(25) {
	bottom: 3.9rem;
	right: 7.2rem;
}

.case-map-img ul li:nth-child(26) {
	bottom: 5.26rem;
	right: 8.6rem;
}

.case-map-img ul li:nth-child(27) {
	bottom: 1.78rem;
	right: 5.3rem;
}

.case-map-img ul li:nth-child(28) {
	bottom: 4.36rem;
	right: 3.16rem;
}

.case-map-img ul li:nth-child(29) {
	bottom: 4.74rem;
	right: 6.9rem;
}

.case-map-img ul li:nth-child(30) {
	bottom: 4.06rem;
	right: 4.38rem;
}

.case-map-img ul li:nth-child(31) {
	bottom: 4.02rem;
	right: 5.36rem;
}

.case-map-img ul li:nth-child(32) {
	bottom: 1.3rem;
	right: 2.66rem;
}

/*.case-map-img ul li:nth-child(32){
	bottom: 0.94rem;
	right: 3.52rem;
}
.case-map-img ul li:nth-child(33){
	bottom: 1.28rem;
	right: 2.66rem;
}
.case-map-img ul li:nth-child(34){
	bottom: 0.62rem;
	right: 4.02rem;
}*/
.pc-map {
	display: block;
}

.mobile-map {
	display: none;
}

.ne-case-info {
	position: absolute;
	left: 0;
	top: 1.25rem;
	z-index: 10;
}

.ne-case-info h3 {
	font-size: 0.36rem;
	color: #333333;
	line-height: 1.4;
	margin-bottom: 0.4rem;
}

.ne-case-info ul li {
	margin-bottom: 0.2rem;
}

.ne-case-info ul li p {
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.4;
	padding-left: 0.15rem;
	position: relative;
}

.ne-case-info ul li p:before {
	display: block;
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	background: #19a250;
	position: absolute;
	left: 0;
	top: 0.1rem;
}

.ne-case-list {
	width: 100%;
	background: #37a262;
	padding: 0.15rem 0.2rem;
	border-radius: 0.1rem;
}

.ne-case-list ul {
	display: flex;
	flex-wrap: wrap;
}

.ne-case-list ul li {
	width: 5.8824%;
	margin: 0.04rem 0;
	display: flex;
	justify-content: center;
	font-size: 0.2rem;
	color: #fff;
	line-height: 1.6;
}

.ne-case-list ul li a {
	color: #fff;
}

.ne-case-list ul li:hover {
	font-weight: bold;
}

.case-banner {
	margin-top: 1.35rem;
	width: 100%;
	padding: 0.9rem 0 0.68rem;
	background: url(/images/n-case-bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.caseSwiper .swiper-slide {
	transition: 300ms;
	transform: scale(0.8);
}

.caseSwiper .swiper-slide-active {
	transform: scale(1);
}

.case-banner-img {
	width: 100%;
	position: relative;
}

.case-banner-img img {
	display: block;
	width: 100%;
}

.case-banner-img p {
	width: 100%;
	padding: 0.15rem 0;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 0.3rem;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	background: -ms-linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.case-prev,
.case-next {
	width: 0.39rem;
	height: 0.39rem;
	border-radius: 50%;
	background: url(/images/case-jt.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -0.195rem;
	z-index: 10;
	cursor: pointer;
}

.case-prev {
	left: 4.56rem;
}

.case-next {
	right: 4.56rem;
	transform: rotate(180deg);
}

.case-list ul {
	zoom: 1;
}

.case-list ul:after {
	display: block;
	content: '';
	clear: both;
}

.case-list ul li {
	float: left;
	width: 32.24%;
	padding: 0.15rem 0.12rem;
	border: 1px solid #535353;
	margin-right: 1.64%;
	margin-top: 0.6rem;
}

.case-list ul li:nth-child(3n) {
	margin-right: 0;
}

.case-list ul li:nth-child(-n+3) {
	margin-top: 0;
}

.ne-case-img {
	width: 100%;
	overflow: hidden;
}

.ne-case-img img {
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}

.case-list ul li:hover .ne-case-img img {
	transform: scale(1.1);
}

.ne-case-name {
	font-size: 0.24rem;
	color: #333333;
	text-align: center;
	line-height: 1.4;
	margin-top: 0.1rem;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition-duration: 0.5s;
}

.case-list ul li:hover .ne-case-name {
	color: #19a250;
}

.picture-album {
	padding: 0.8rem 0 0.9rem;
	background: #ffffff;
}

.ne-title {
	position: relative;
	margin-bottom: 0.35rem;
}

.ne-title h4 {
	font-size: 0.94rem;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
	-webkit-text-stroke: 1px rgba(25, 162, 80, 0.3);
	color: transparent;
	position: relative;
	z-index: 2;
}

.ne-title h3 {
	width: 100%;
	font-size: 0.34rem;
	color: #000000;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	position: absolute;
	bottom: 0.04rem;
	z-index: 10;
}

.picture-album-list ul {
	zoom: 1;
}

.picture-album-list ul:after {
	display: block;
	content: '';
	clear: both;
}

.picture-album-list ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-top: 0.45rem;
	padding: 0.34rem 0.28rem 0.24rem;
	border: 1px solid #d2d2d2;
}

.picture-album-list ul li:nth-child(2n) {
	margin-right: 0;
}

.picture-album-list ul li:nth-child(-n+2) {
	margin-top: 0;
}

.picture-album-list ul li p {
	font-size: 0.2rem;
	color: #333333;
	line-height: 1.4;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 0.14rem;
}

.picture-album-list ul li a {
	display: inline-flex;
	align-items: center;
}

.picture-album-list ul li a img {
	display: block;
	width: 0.3314rem;
}

.picture-album-list ul li a span {
	font-size: 0.17rem;
	color: #19a250;
	line-height: 1.4;
	margin-left: 0.1rem;
	position: relative;
}

.picture-album-list ul li a span:after {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #19a250;
	position: absolute;
	bottom: 0;
	left: 0;
}

.picture-album-list ul li a:hover span {
	font-weight: bold;
}

.job-more {
	width: 2.04rem;
	height: 0.5rem;
	border-radius: 0.05rem;
	background: #19a250;
	margin: 0.3rem auto 0;
	position: relative;
	top: 0;
	transition-duration: 0.3s;
}

.job-more a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0.18rem;
	color: #fff;
	text-align: center;
	line-height: 0.5rem;
}

.job-more:hover {
	top: -5px;
	box-shadow: 0 2px 4px 2px rgba(25, 162, 80, 0.5);
}

.service-promise {
	padding: 0.55rem 0 1.3rem;
	background: url(/images/pro-d-bg.png) no-repeat center center;
	background-size: cover;
}

.promise-content {
	display: flex;
}

.promise-img {
	width: 50%;
	overflow: hidden;
}

.promise-img img {
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}

.promise-img:hover img {
	transform: scale(1.1);
}

.promise-info {
	width: 50%;
	padding-left: 0.35rem;
}

.promise-info p {
	font-size: 0.18rem;
	color: #333333;
	line-height: 2;
	text-align: justify;
	text-indent: 0.36rem;
}

.promise-info p:nth-child(1) {
	text-indent: 0;
}

.promise-info ul li {
	display: flex;
}

.promise-info ul li span {
	width: 0.24rem;
	height: 0.22rem;
	background: #19a250;
	border-radius: 0.04rem;
	font-size: 0.18rem;
	color: #fff;
	text-align: center;
	line-height: 0.22rem;
	margin-top: 0.08rem;
}

.promise-info ul li p {
	width: calc(100% - 0.22rem);
	padding-left: 0.14rem;
	text-indent: 0;
}

.download-box {
	padding: 0.65rem 0 1.1rem;
}

.download-box ul li {
	border: 1px solid #e6e6e6;
	border-radius: 0.05rem;
	margin-bottom: 0.3rem;
	padding: 0.3rem 1.2rem 0.3rem 0.35rem;
	position: relative;
}

.download-info {
	display: flex;
	align-items: center;
}

.download-info p {
	max-width: calc(100% - 1.1rem);
	padding-right: 0.1rem;
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.6;
}

.download-info span {
	width: 1.1rem;
	font-size: 0.18rem;
	color: #999999;
	text-align: right;
	line-height: 1.6;
}

.download-btn {
	width: 0.9rem;
	height: 100%;
	background: #f2f2f2;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: 0.3s;
}

.download-btn img {
	width: 0.3113rem;
}

.xz-icon-b {
	display: block;
}

.xz-icon-w {
	display: none;
}

.download-btn:hover {
	background: #19a250;
}

.download-btn:hover .xz-icon-b {
	display: none;
}

.download-btn:hover .xz-icon-w {
	display: block;
}

.parnter-list ul {
	zoom: 1;
}

.parnter-list ul:after {
	display: block;
	content: '';
	clear: both;
}

.parnter-list ul li {
	float: left;
	width: 19.2%;
	height: 1rem;
	background: #fff;
	box-shadow: 0px 0px 3px 1px #dcdada;
	margin-right: 1%;
	margin-top: 0.6rem;
	overflow: hidden;
}

.parnter-list ul li:nth-child(5n) {
	margin-right: 0;
}

.parnter-list ul li:nth-child(-n+5) {
	margin-top: 0;
}

.parnter-list ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.parnter-list ul li a img {
	display: block;
	width: 2.4101rem;
	max-width: 94%;
	max-height: 94%;
}

.parnter-list ul li:hover img {
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}

.news-banner {
	margin-top: 1.35rem;
	padding: 1rem 0 0.4rem;
	background: url(/images/n-case-bg.jpg) no-repeat center center;
	background-size: cover;
}

.news-swiper-img {
	width: 100%;
	border-radius: 0.1rem 0.1rem 0 0;
	overflow: hidden;
}

.news-swiper-img img {
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}

.news-swiper-info {
	background: #fff;
	border-radius: 0 0 0.1rem 0.1rem;
}

.news-swiper-title {
	padding: 0.25rem 0.3rem;
}

.news-swiper-title h3 {
	font-size: 0.22rem;
	color: #333333;
	line-height: 1.6;
	text-align: justify;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition-duration: 0.5s;
}

.news-swiper-bottom {
	border-top: 1px solid #e5e5e5;
	padding: 0.2rem 0.3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-swiper-bottom span {
	font-size: 0.18rem;
	color: #777777;
	padding-left: 0.28rem;
	position: relative;
}

.news-swiper-bottom span:before {
	display: block;
	content: '';
	width: 0.19rem;
	height: 0.19rem;
	background: url(/images/time.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.news-swiper-bottom img {
	display: block;
	width: 0.21rem;
}

.newsSwiper .swiper-slide:hover .news-swiper-img img {
	transform: scale(1.1);
}

.newsSwiper .swiper-slide:hover .news-swiper-title h3 {
	color: #148f2d;
}

.news-banner .swiper-pagination {
	position: relative;
	bottom: 0 !important;
	margin-top: 0.5rem;
}

.news-banner .swiper-pagination .swiper-pagination-bullet {
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 50%;
	border: 1px solid #fff;
	opacity: 1;
	background: none;
	margin: 0 0.13rem !important;
}

.news-banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #ffffff !important;
}

.ne-news-list ul li {
	margin-bottom: 0.25rem;
}

.news-list-box {
	border: 1px solid #e4e4e4;
	background: #f7f7f7;
	padding: 0.45rem 0;
	display: flex;
}

.news-list-date {
	width: 2.3rem;
	padding-left: 0.5rem;
	border-right: 1px solid #e4e4e4;
}

.news-list-date span:nth-child(1) {
	display: block;
	font-size: 0.6rem;
	color: #148f2d;
	line-height: 1;
	font-family: impact;
}

.news-list-date span:nth-child(2) {
	font-size: 0.17rem;
	color: #333333;
	line-height: 1;
}

.news-list-info {
	width: calc(100% - 2.3rem);
	padding-left: 0.3rem;
	padding-right: 0.5rem;
}

.news-list-info h3 {
	font-size: 0.22rem;
	color: #333333;
	line-height: 1.4;
	margin-bottom: 0.1rem;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition-duration: 0.5s;
}

.news-list-info p {
	font-size: 0.16rem;
	color: #777777;
	line-height: 1.6;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition-duration: 0.5s;
}

.ne-news-list ul li:hover .news-list-info h3 {
	color: #148f2d;
}

.ne-news-list ul li:hover .news-list-info p {
	color: #148f2d;
}

.contact-box {
	display: flex;
}

.contact-address {
	width: 36.46%;
}

.contact-address h3 {
	font-size: 0.36rem;
	color: #19a250;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 0.75rem;
}

.contact-address ul {
	margin-bottom: 1.1rem;
}

.contact-address ul li {
	display: flex;
	margin-bottom: 0.15rem;
}

.contact-address ul li:last-child {
	margin-bottom: 0;
}

.contact-address ul li img {
	display: block;
	width: 0.37rem;
}

.contact-address ul li p {
	width: calc(100% - 0.37rem);
	padding-left: 0.1rem;
	font-size: 0.2rem;
	color: #333333;
	line-height: 0.37rem;
}

.contact-address ul li p span:nth-child(1) {
	margin-right: 0.2rem;
}

.contact-ewm {}

.contact-ewm dl {
	display: flex;
}

.contact-ewm dd {
	width: 1.33rem;
	margin-right: 0.1rem;
}

.contact-ewm dd img {
	display: block;
	width: 100%;
}

.contact-ewm dd span {
	display: block;
	font-size: 0.18rem;
	color: #333333;
	text-align: center;
	line-height: 1.4;
	margin-top: 0.1rem;
}

.contact-map {
	width: 63.54%;
	border-radius: 0.2rem;
	overflow: hidden;
}

.ne-detail {
	margin-top: 1.35rem;
	padding: 0.9rem 0 1rem;
	background: #fff;
}

/*20240808*/
.pro-detail-info {
	padding-top: 0.8rem;
}

.pro-detail-info h3 {
	border-bottom: 1px solid #555555;
}

.pro-detail-info h3 span {
	display: inline-block;
	font-size: 0.3rem;
	color: #333333;
	line-height: 1.4;
	padding-bottom: 0.05rem;
	position: relative;
}

.pro-detail-info h3 span:after {
	display: block;
	content: '';
	width: 100%;
	height: 0.0301rem;
	background: #19a250;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.pro-detail-infoTxt {
	padding: 0.25rem 0.2rem 0;
}

.pro-detail-infoTxt p {
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.6;
	text-align: justify;
	margin-bottom: 0.1rem;
}

.pro-popup {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.pro-popup-box {
	width: 54%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.close-popup {
	width: 0.5rem;
	position: absolute;
	right: -0.5rem;
	top: 0;
	cursor: pointer;
}

.close-popup img {
	display: block;
	width: 100%;
}

.pro-largeImg {
	width: 100%;
}

.pro-largeImg img {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 1450px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1088px) {
	.ne-about-info {
		width: 42%;
	}

	.case-prev {
		left: 4.06rem;
	}

	.case-next {
		right: 4.06rem;
	}
}

@media only screen and (max-width: 769px) {
	.mobile-n-banner {
		display: block;
	}

	.pc-n-banner {
		display: none;
	}

	.ne-banner {
		margin-top: 55px;
	}

	.ne-banner-title {
		padding-left: 4%;
		width: 4.06rem;
	}

	.ne-banner-title-txt h3 {
		font-size: 26px;
	}

	.ne-banner-title-txt p {
		font-size: 22px;
	}

	.ne-about {
		width: 100%;
		padding: 0 4%;
	}

	.ne-about-info {
		width: 100%;
	}

	.ne-about-info h3 {
		font-size: 22px;
	}

	.ne-about-txt p {
		font-size: 16px;
		text-indent: 32px;
	}

	.ne-about-txt h4 {
		font-size: 18px;
	}

	.ne-about-img {
		width: 100%;
		position: relative;
		right: 0;
	}

	.ne-case {
		margin-top: 55px;
		padding: 30px 0 60px;
	}

	.ne-case-info {
		width: 100%;
		position: relative;
		top: 0;
	}

	.ne-case-info h3 {
		font-size: 22px;
	}

	.ne-case-info ul li p {
		font-size: 16px;
		padding-left: 14px;
	}

	.ne-case-info ul li p:before {
		width: 6px;
		height: 6px;
		top: 9px;
	}

	.ne-case-map {
		width: 100%;
	}

	.pc-map {
		display: none;
	}

	.mobile-map {
		display: block;
	}

	.ne-case-list ul li {
		width: 20%;
		font-size: 16px;
	}

	.case-banner {
		padding: 30px 4% 60px;
	}

	.case-banner-img p {
		font-size: 18px;
	}

	.case-prev,
	.case-next {
		width: 30px;
		height: 30px;
		top: auto;
		bottom: 15px;
	}

	.case-prev {
		left: 40%;
	}

	.case-next {
		right: 40%;
	}

	.case-list ul li {
		width: 100%;
		padding: 10px 10px;
		margin-top: 10px !important;
	}

	.case-list ul li:first-child {
		margin-top: 0 !important;
	}

	.ne-case-name {
		font-size: 16px;
	}

	.jianT li {
		display: none;
	}

	.jianT li:first-child,
	.jianT li:last-child {
		display: inline-block;
	}

	.contact-box {
		display: block;
	}

	.contact-address {
		width: 100%;
	}

	.contact-address h3 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	.contact-address ul {
		margin-bottom: 20px;
	}

	.contact-address ul li img {
		width: 22px;
		height: 22px;
		margin-top: 3px;
	}

	.contact-address ul li p {
		width: calc(100% - 22px);
		padding-left: 10px;
		font-size: 16px;
		line-height: 1.6;
	}

	.contact-address ul li p span {
		display: block;
	}

	.contact-address ul li p span:nth-child(1) {
		margin-right: 0;
	}

	.contact-ewm {}

	.contact-ewm dl {
		justify-content: center;
	}

	.contact-ewm dd {
		width: 133px;
	}

	.contact-ewm dd:last-child {
		margin-right: 0;
	}

	.contact-ewm dd span {
		font-size: 16px;
	}

	.contact-map {
		width: 100%;
		height: 300px;
		margin-top: 20px;
	}

	.ne-jzzz {
		padding: 0;
	}

	.ne-jzzz-list ul li {
		width: 49%;
		margin-right: 2%;
	}

	.ne-jzzz-list ul li:nth-child(2n) {
		margin-right: 0;
	}

	.jzzz-name {
		font-size: 16px;
	}

	.news-banner {
		margin-top: 55px;
	}

	.news-swiper-title h3 {
		font-size: 16px;
	}

	.news-swiper-bottom span {
		font-size: 14px;
		padding-left: 20px;
		line-height: 16px;
	}

	.news-swiper-bottom span:before {
		width: 16px;
		height: 16px;
		top: 0px;
		margin-top: 0;
		transform: translateY(0);
	}

	.news-swiper-bottom img {
		width: 17px;
	}

	.news-banner .swiper-pagination {
		margin-top: 10px;
	}

	.news-list-box {
		display: block;
		padding: 0 10px;
	}

	.news-list-date {
		width: 100%;
		padding: 10px 0 5px;
		border-right: none;
		border-bottom: 1px solid #e4e4e4;
		padding-left: 0;
		display: flex;
	}

	.news-list-date span:nth-child(2) {
		font-size: 16px;
		margin-left: 5px;
		margin-top: 12px;
	}

	.news-list-info {
		width: 100%;
		padding: 10px 0;
	}

	.news-list-info h3 {
		font-size: 16px;
	}

	.news-list-info p {
		font-size: 16px;
	}

	.parnter-list ul li {
		width: 49%;
		height: 60px;
		margin-right: 2%;
		margin-top: 10px !important;
	}

	.parnter-list ul li:nth-child(5n) {
		margin-right: 2%;
	}

	.parnter-list ul li:nth-child(2n) {
		margin-right: 0;
	}

	.parnter-list ul li:nth-child(-n+2) {
		margin-top: 0 !important;
	}

	.ne-proMenu {
		padding: 10px 0;
	}

	.ne-proMenu ul {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.ne-proMenu ul li {
		font-size: 16px;
		margin: 0 5px;
		line-height: 1.8;
		white-space: nowrap;
	}

	.ne-proMenu ul li:before {
		display: none;
	}

	.ne-product-list ul li {
		width: 100%;
		margin-right: 0;
		margin-top: 10px !important;
	}

	.ne-product-list ul li:first-child {
		margin-top: 0 !important;
	}

	.ne-product-info p {
		font-size: 16px;
		width: calc(100% - 120px);
	}

	.ne-product-info span {
		width: 120px;
		font-size: 16px;
	}

	.pro-detail-nav p {
		font-size: 16px;
		line-height: 1.6;
	}

	.pro-detail-nav p:before {
		width: 17px;
		height: 16px;
		top: 6px;
		transform: translateY(0);
	}

	.pro-detail-content {
		display: block;
	}

	.pro-detail-fl {
		width: 100%;
		padding-top: 15px;
	}

	.pro-detail-fl p {
		font-size: 16px;
	}

	.pro-detail-fl h3 {
		font-size: 24px;
	}

	.pro-detail-fl span {
		font-size: 16px;
	}

	.contact-btn {
		width: 70px;
		height: 70px;
	}

	.pro-detail-fr {
		width: 100%;
		margin-top: 20px;
	}

	.ne-title h4 {
		font-size: 30px;
	}

	.ne-title h3 {
		font-size: 22px;
		bottom: -3px;
	}

	.picture-album-list ul li {
		width: 100%;
		margin-right: 0;
		margin-top: 10px !important;
	}

	.picture-album-list ul li:first-child {
		margin-top: 0 !important;
	}

	.picture-album-list ul li p {
		display: block;
		font-size: 16px;
	}

	.picture-album-list ul li a img {
		width: 22px;
		height: 22px;
	}

	.picture-album-list ul li a span {
		font-size: 16px;
	}

	.job-more {
		width: 140px;
		height: 36px;
		box-shadow: none !important;
	}

	.job-more a {
		font-size: 16px;
		line-height: 36px;
	}

	.promise-content {
		display: block;
	}

	.promise-img {
		width: 100%;
	}

	.promise-info {
		width: 100%;
		margin-top: 10px;
		padding-left: 0;
	}

	.promise-info p {
		font-size: 16px;
		text-indent: 32px;
	}

	.promise-info ul li span {
		width: 22px;
		height: 22px;
		font-size: 16px;
		line-height: 22px;
	}

	.promise-info ul li p {
		width: calc(100% - 22px);
	}

	.download-info {
		justify-content: space-between;
	}

	.download-info p {
		max-width: calc(100% - 100px);
		font-size: 16px;
	}

	.download-info span {
		width: 100px;
		font-size: 16px;
	}

	/*20240808*/
	.pro-detail {
		margin-top: 55px;
		padding-bottom: 30px;
	}

	.pro-detail-info h3 span {
		font-size: 20px;
		padding-bottom: 5px;
	}

	.pro-detail-info h3 span:after {
		height: 3px;
	}

	.pro-detail-infoTxt {
		padding: 20px 10px;
	}

	.pro-detail-infoTxt p {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.pro-popup-box {
		width: 94%;
	}

	.close-popup {
		right: 0;
		top: -0.5rem;
	}
}