/*
 *	Created by Edward on 26/06/02
*/
html {
	font-size: 62.5%;
}

@font-face {
	font-family: 'iconfont';
	src: url('iconfont.woff2?t=1663740079843') format('woff2'),
		url('iconfont.woff?t=1663740079843') format('woff'),
		url('iconfont.ttf?t=1663740079843') format('truetype');
}

:root {
	--primary-color: #1F4397;
	--text-primary: #3e3e3e;
	--text-second: #666666;
	--text-third: #999999;
	--active-color: #F9AD44;
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0px;
	-moz-osx-font-smoothing: grayscale;
}

@font-face {
	font-family: din;
	src: url(../fonts/din-bold-webfont.woff2);
}

@font-face {
	font-family: Quicksand;
	src: url(../fonts/Quicksand-VariableFont_wght.ttf);
}

@font-face {
	font-family: figtree;
	src: url(../fonts/Figtree-Medium.ttf);
}

body{
	/* font-family: "Microsoft Yahei", 'PingFang SC', sans-serif; */
	font-family: "PingFang SC", sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	color: #3e3e3e;
}

b,
strong {
	font-weight: 500;
}

textarea,
input,
select {
	font-family: 'PingFang SC', sans-serif;
	outline: none;
	border: none;
	color: #3e3e3e;
}

button {
	border: none;
}

.sub-menu{
	width: 300px;
	height: auto;
	display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.sub-menu .list{
	width: 100%;
	height: auto;
	position: relative;
}

.sub-menu .list .list-item{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 1.5vw;
}

.sub-menu .list .list-item.active .sub-first a .icon{
	transform: rotate(90deg);
}

.sub-banner .cn.txt{
	color: #000;
}

.sub-banner.so .text-cols .cn.txt{
	color: #000000;
}

.sub-menu .list .list-item .second-list{
	width: 100%;
	height: 0;
	opacity: 0;
	position: relative;
	padding: 0px 0;
    background: #ffffff;
	box-shadow: 15px 15px 15px rgba(0, 0, 0, .05);
    border-radius: 0px 0px 10px 10px;
	overflow: hidden;
}

.sub-menu .list .list-item .second-list a{
	display: block;
    height: auto;
    line-height: 50px;
    border-bottom: 1px solid #deece3;
	padding: 0 15px;
}

.sub-menu .list .list-item .second-list a:hover{
	/* background: yellowgreen; */
	/* color: #fff; */
	background: #f3fff7;
}


.sub-menu .list .list-item .second-list a:last-child{
	border-bottom: none;
}

.sub-menu .list .sub-first{
	position: relative;
}

.sub-menu .list .sub-first a{
	width: 100%;
    height: auto;
    display: flex;
    position: relative;
    padding: 12px 15px;
    line-height: 25px;
    justify-content: space-between;
    background: #f6f7f8;
	color: #414141;
    border-radius: 10px;
	/* border-bottom: 1px solid rgba(0, 0, 0, .05); */
}

.sub-menu .list .list-item.active .sub-first a{
	background: #1C8B3F;
    color: #fff;
}

.sub-menu .list .sub-first a .txt{
	font-size: 1.8rem;
	font-weight: 500;
}

.sub-menu .list .list-item.active .sub-first a{
	border-radius: 10px 10px 0 0;
}

/* 
.sub-menu .list a::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50px;
	content: '';
	background: #f6f7f8;
	opacity: 0;
	transition: all 0.5s;
}

.sub-menu .list a:hover::before,.sub-menu .list a.active::before{
	opacity: 1;
} */
/* 
.sub-menu .list a:hover,.sub-menu .list a.active{
	color: #1C8B3F;
} */

.sub-menu .list a .icon{
	transform: translateX(0px);
	/* transition: all 0.4s; */
}

.sub-menu .list a:hover .icon,.sub-menu .list a.active .icon{
	transform: translateX(5px);
}

.sub-menu .list a .txt,.sub-menu .list a .icon{
	position: relative;
}

.sub-content{
	width: calc(100% - 350px);
	margin-left: 50px;
	padding-left: 2vw;
	position: relative;
	border-left: 1px solid rgba(0, 0, 0, .1);
}

.sub-content-rows{
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 2vw;
	display: none;
	min-height: 31vw;
}

.sub-content-rows{
	grid-template-columns: 37.6% repeat(3, 1fr);
}

.sub-content-rows > :first-child {
    grid-row: span 2; /* 跨两行 */
}

.sub-content-rows.active{
	display: grid;
}

.sub-content-rows .item{
	width: 100%;
	height: auto;
	position: relative;
}

.sub-content-rows .item a{
	display: block;
	position: relative;
}

.sub-content-rows .item .thum{
	background: #f6f7f8;
	width: 100%;
	height: auto;
	aspect-ratio: 100 / 134;
	border-radius: 0.5vw;
	transition: all 0.4s;
	border: 1px solid rgba(0, 0, 0, .05);
}

.sub-content-rows .item a .thum img{
	transition: all 0.5s;
}

.sub-content-rows .item a:hover .thum img{
	transform: scale(1.05);
}

.sub-content-rows .item .thum::after{
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background-image: linear-gradient(0deg, rgba(0,0,0,.6), rgba(0,0,0,0));
	opacity: 0;
}

/* .sub-content-rows .item .name{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	padding:1vw 0.5vw;
	color: #fff;
} */

.sub-content-rows .item .name{
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 0.5vw;
	-webkit-line-clamp: 1;
}

.sub-content-rows .item:nth-child(n + 2) .name{
	font-size: 1.4rem;
}

.sub-content-rows .item .thum img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}


.sub_header {
	width: 90%;
    height: 60vh;
    position: fixed;
    left: 5%;
    top: 95px;
    opacity: 0;
    visibility: hidden;
	pointer-events: none;
    z-index: 10;
    -webkit-transition: all 0.5s;
}

.sub_header::before{
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	top: -15px;
	content: '';
}

.sub_header.active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.sub_header ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}


.sub_header ul li.active:before {
	height: 100%;
}

.sub_header ul li {
	display: flex;
	width: 100%;
	padding: 3vw 5vw;
	position: absolute;
	left: 0%;
	top: 0%;
	background-color: rgba(255, 255, 255, 1);
	transition: all .5s cubic-bezier(0.23, 1, 0.320, 1);
	flex-wrap: wrap;
	opacity: 0;
	pointer-events: none;
	border-radius: 0.5vw;
	box-shadow: 15px 15px 45px rgba(0, 0, 0, .1);
}

.sub_header ul li.active {
	opacity: 1;
	pointer-events: auto;
}

.sub_header ul li>a {
	display: block;
	width: 100%;
	position: relative;	
}


.header {
	width: 90%;
	height: auto;
	z-index: 100;
	-webkit-transition: all .5s;
	position: fixed;
	top: 10px;
	left: 5%;
	display: flex;
	justify-content: space-between;
	padding: 0px 1.5%;
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(5px);
	align-items: center;
	border-radius: 0.5vw;
	box-shadow: 15px 15px 30px rgba(0, 0, 0, .1);
}

.hot-tel{
	width: auto;
	display: flex;
    align-items: center;
}

.hot-tel .hot-top{
	width: 50px;
    position: relative;
    height: 50px;
    background: #ff6600;
    color: #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.hot-tel .hot-top .icon{
	font-size: 2.8rem;
}

.hot-tel .hot-top .txt{
	font-size: 1.4rem;
}

.hot-tel .hot-text{
	width: auto;
	width: calc(100% - 60px);
    font-size: 1.4rem;
    margin-left: 10px;
}
.hot-tel .hot-text .dh{
	font-family: din;
	color: #ff6600;
	font-size: 2.4rem;
}
.hot-tel .hot-text .txt{
	line-height: 1;
    opacity: 0.75;
    font-weight: 500;
}

.header::before{
	width: 100%;
	height: 300%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: linear-gradient(180deg, rgba(0,0,0,.5), rgba(0,0,0,0));
	pointer-events: none;
	display: none;
}


.header.active,.header.show {
	/* background: #fff; */
}

.logo {
	width: 160px;
	position: relative;
	-webkit-transition: all .5s;
}

.header .nav ul a {
	border-right: none;
	text-transform: capitalize;
}

.header .nav ul a::before{
	width: 100%;
	height: 0px;
	position: absolute;
	left: 0%;
	top: 0;
	content: '';
	background: #1C8B3F;
	border-radius: 5px;
	transition: all 0.5s;
}

.sub-solu-flex{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.sub-solution{
	width: 60%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
    gap: 1vw;
}

.sub-kehu{
	width: 35%;
	height: auto;
	position: relative;
	border-left: 1px solid rgba(0, 0, 0, .1);
	padding-left: 5%;
}

.sub-kehu .name{
	font-size: 1.5vw;
	font-weight: 500;
	margin-bottom: 2vw;
}

.hzkh{
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:1vw 0.5vw;
}

.hzkh .item{
	width: 100%;
	height: auto;
	position: relative;
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 0.25vw;
	overflow: hidden;
	padding: 0.5vw 0px;
}

.sub-solution .item{
	width: 100%;
	height: auto;
	position: relative;
}

.sub-solution .item a{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}

.sub-solution .item a .icon{
	width: 2vw;
	height: auto;
	position: absolute;
	left: 1vw;
	top: 1vw;
	z-index: 2;
}

.sub-solution .item a .name{
	width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    padding: 0.5vw 0px;
    font-size: 1.4rem;
}

.sub-solution .item .thum{
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 0.5vw;
}

.sub-solution .item .thum img{
	aspect-ratio: 2 / 1;
	transition: all 1s;
}

.sub-solution .item a:hover .thum img{
	transform: scale(1.1);
}

.sub-solution .item a:hover .name{
	color: #1C8B3F;
}

.header .nav ul a:hover::before{
	height: 4px;
}

.header.active .nav ul a,.header.active .search,.header.show .nav ul a,.header.show .search{
	color: #3e3e3e;
}

.nav {
	width: auto;
	position: relative;
}

.nav ul {
	display: flex;
	justify-content: space-between;
}

.nav ul a {
	position: relative;
	padding: 0px 1.25vw;
	font-size: 1.8rem;
	height: 80px;
	display: flex;
	align-items: center;
	-webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}


.nav ul li {
	position: relative;
}

.nav ul li:hover a,
.nav ul li.active a {
	opacity: 1;

}


.nav ul a p {
	display: flex;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.nav ul .list {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 70px;
	background: #fff;
	width: 100%;
	box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);
	-webkit-transition: all .5s;
}

.nav ul .list a {
	color: #3e3e3e;
	font-weight: normal;
	line-height: 40px;
	font-size: 14px;
	height: auto;
	padding: 0px 5px;
	width: 100%;
	text-align: center;
	display: block;
}

.nav ul .list a::after {
	display: none;
}

.nav ul .list a:hover {
	color: #b0944f;
}

.nav ul li:hover .list {
	visibility: visible;
	opacity: 1;
}

.banner-swiper .swiper-pagination-bullet {
	background: rgba(255, 255, 255, .5);
	border-radius: 10px;
	height: 8px;
	line-height: 20px;
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
	margin: 0px !important;
	width: 10px;
	color: rgba(255, 255, 255, .4);
	font-family: Quicksand;
	opacity: 1;
	font-size: 1.4rem;
}

.solution-swiper .swiper-pagination{
	display: none;
}

.banner-swiper .swiper-pagination-bullet::before {
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: #fff;
	z-index: 2;
}

.banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: rgba(255, 255, 255, 1);
	width: 40px;
}


.banner-swiper .swiper-pagination {
	width: auto;
    height: auto;
	bottom: 7%;
    left: 8%;
    display: flex;
    gap: 0.5vw;
}

.banner-swiper .swiper-pagination-bullet::before {
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #fff;
	border-radius: 5px;
}

.banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	animation: progress-animate 6s linear forwards;
}

@-webkit-keyframes progress-animate {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

.name-top{
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: flex-end;
}

.name-top.c{
	justify-content: center;
}

.common-name{
	width: 100%;
	font-size: 2.5vw;
}

.common-name.c{
	text-align: center;
}

.common-name.w{
	color: #ffffff;
}

.common-name.w .desc{
	color: rgba(255, 255, 255, 1);
}

.common-name .name{
	font-size: 2.5vw;
	line-height: 1.2;
	font-weight: 500;
}

.common-name .name span{
	font-size: 1.5vw;
    padding-left: 0.5vw;
}

.common-name .desc{
	width: 100%;
	margin-top: 1vw;
	font-size: 1vw;
	color: #999999;
	line-height: 1.7;
}

.mf-menu{
	width: auto;
	display: flex;
	position: relative;
	padding: 5px;
	border-radius: 50px;
	border-radius: 90px;
	border: 1px solid rgba(28, 139, 63, 0.5);
	background: #FFF;
	box-shadow: rgba(28,139,63, 0.15) 0px 1.20932px 1.20932px -0.46875px, rgba(28,139,63, 0.15) 0px 2.86629px 2.86629px -0.9375px, rgba(28,139,63, 0.14) 0px 5.22841px 5.22841px -1.40625px, rgba(28,139,63, 0.14) 0px 8.69222px 8.69222px -1.875px, rgba(28,139,63, 0.13) 0px 14.0372px 14.0372px -2.34375px, rgba(28,139,63, 0.12) 0px 22.9776px 22.9776px -2.8125px, rgba(28,139,63, 0.1) 0px 39.5658px 39.5658px -3.28125px, rgba(28,139,63, 0.05) 0px 72px 72px -3.75px;
}

.mf-menu a{
	display: flex;
	width: auto;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 1.8rem;
    font-weight: 500;
	line-height: 30px;
	padding: 8px 1.5vw;
	border-radius: 50px;
	transition: all 0.5s;
	cursor: pointer;
}

.mf-menu a::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scaleX(0);
	opacity: 0;
	content: '';
	transition: all 0.35s cubic-bezier(0.215, 0.610, 0.355, 1);
	background: #1C8B3F;
	border-radius: 100px;
}

.mf-menu a p{
	position: relative;
}

.mf-menu a:hover,.mf-menu a.active{
	color: #fff;
}

.mf-menu a:hover::before,.mf-menu a.active::before{
	transform: translate(-50%, -50%) scaleX(1);
	opacity: 1;
}

.name-top .common-name{
	width: auto;
}

.product-box{
	width: 100%;
	margin-top: 3vw;
	overflow: hidden;
}

.product-swiper{
	
}

.pagn-box{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2vw;
}

.btn-box{
	width: 120px;
	height: auto;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.btn-box .swiper-button-next,.btn-box .swiper-button-prev{
	position: relative;
	right: auto;
	left: auto;
	top: auto;
	transform: translateY(0);
	margin-top: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	transition: all 0.35s;
	/* background: #1C8B3F; */
	/* box-shadow: rgba(28, 139, 63, 0.15) 0px 1.20932px 1.20932px -0.46875px, rgba(28, 139, 63, 0.15) 0px 2.86629px 2.86629px -0.9375px, rgba(28, 139, 63, 0.14) 0px 5.22841px 5.22841px -1.40625px, rgba(28, 139, 63, 0.14) 0px 8.69222px 8.69222px -1.875px, rgba(28, 139, 63, 0.13) 0px 14.0372px 14.0372px -2.34375px, rgba(28, 139, 63, 0.12) 0px 22.9776px 22.9776px -2.8125px, rgba(28, 139, 63, 0.1) 0px 39.5658px 39.5658px -3.28125px, rgba(28, 139, 63, 0.05) 0px 72px 72px -3.75px; */
}

.btn-box .swiper-button-next::before, .btn-box .swiper-button-prev::before{
	width: 100%;
	height: 100%;
	/* border: 1px solid rgba(138, 216, 124, 0.1); */
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/btn-default-bg.png?v=2026) no-repeat;
	background-size: cover;
}

.btn-box .swiper-button-next:hover::before,.btn-box .swiper-button-prev:hover::before{
	background-image: url(../images/btn-hover-bg.png?v=2026);	
}

.btn-box .swiper-button-next:hover::before,.btn-box .swiper-button-prev:hover::before{
	
}

.btn-box .swiper-button-next::after,.btn-box .swiper-button-prev::after{
	z-index: 2;
	font-weight: bold;
}

.btn-box .swiper-button-next:hover::after,.btn-box .swiper-button-prev:hover::after{
	color: #ffffff;
}

.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 14px;
	color: #ffffff;
}

.pagn-box .swiper-scrollbar{
	width: calc(100% - 200px);
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	height: 1px;
	background: transparent;
}

.pagn-box .swiper-scrollbar::before{
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0px;
	content: '';
	background: rgba(0, 0, 0, 0.1);
}

.pagn-box .swiper-scrollbar-drag{
	background: #1C8B3F;
}

.gd-more {
	width: 150px;
	height: auto;
	position: relative;
	font-size: 1.6rem;
	overflow: hidden;
	display: block;
	border-radius: 50px;
	background: #1C8B3F;
	box-shadow: rgba(28, 139, 63, 0.15) 0px 1.20932px 1.20932px -0.46875px, rgba(28, 139, 63, 0.15) 0px 2.86629px 2.86629px -0.9375px, rgba(28, 139, 63, 0.14) 0px 5.22841px 5.22841px -1.40625px, rgba(28, 139, 63, 0.14) 0px 8.69222px 8.69222px -1.875px, rgba(28, 139, 63, 0.13) 0px 14.0372px 14.0372px -2.34375px, rgba(28, 139, 63, 0.12) 0px 22.9776px 22.9776px -2.8125px, rgba(28, 139, 63, 0.1) 0px 39.5658px 39.5658px -3.28125px, rgba(28, 139, 63, 0.05) 0px 72px 72px -3.75px;
	cursor: pointer;
}

.gd-more.w{
	background: #E9FFF0;
	box-shadow: rgba(28, 139, 63, 0.15) 0px 1.20932px 1.20932px -0.46875px, rgba(28, 139, 63, 0.15) 0px 2.86629px 2.86629px -0.9375px, rgba(28, 139, 63, 0.14) 0px 5.22841px 5.22841px -1.40625px, rgba(28, 139, 63, 0.14) 0px 8.69222px 8.69222px -1.875px, rgba(28, 139, 63, 0.13) 0px 14.0372px 14.0372px -2.34375px, rgba(28, 139, 63, 0.12) 0px 22.9776px 22.9776px -2.8125px, rgba(28, 139, 63, 0.1) 0px 39.5658px 39.5658px -3.28125px, rgba(28, 139, 63, 0.05) 0px 72px 72px -3.75px;
}

.gd-more.y{
	background: #ff6600;
	transition: all 0.4s;
	box-shadow: rgba(255, 102, 0, 0.15) 0px 1.20932px 1.20932px -0.46875px, rgba(255, 102, 0, 0.15) 0px 2.86629px 2.86629px -0.9375px, rgba(255, 102, 0, 0.14) 0px 5.22841px 5.22841px -1.40625px, rgba(255, 102, 0, 0.14) 0px 8.69222px 8.69222px -1.875px, rgba(255, 102, 0, 0.13) 0px 14.0372px 14.0372px -2.34375px, rgba(255, 102, 0, 0.12) 0px 22.9776px 22.9776px -2.8125px, rgba(255, 102, 0, 0.1) 0px 39.5658px 39.5658px -3.28125px, rgba(255, 102, 0, 0.05) 0px 72px 72px -3.75px;
}

.wl-tel.y .box{
	background: #ff6600;
	transition: all 0.4s;
	box-shadow: rgba(255, 102, 0, 0.15) 0px 1.20932px 1.20932px -0.46875px, rgba(255, 102, 0, 0.15) 0px 2.86629px 2.86629px -0.9375px, rgba(255, 102, 0, 0.14) 0px 5.22841px 5.22841px -1.40625px, rgba(255, 102, 0, 0.14) 0px 8.69222px 8.69222px -1.875px, rgba(255, 102, 0, 0.13) 0px 14.0372px 14.0372px -2.34375px, rgba(255, 102, 0, 0.12) 0px 22.9776px 22.9776px -2.8125px, rgba(255, 102, 0, 0.1) 0px 39.5658px 39.5658px -3.28125px, rgba(255, 102, 0, 0.05) 0px 72px 72px -3.75px;
}

.gd-more.y:hover{
	transform: scale(1.05);
}

.gd-more.y .icon {
    transform: translateY(-50%) scale(1);
	color: #ff6600;
}

.gd-more.y .txt {
    left: 40%;
    color: #fff;
}

.gd-more.w .box{
	color: #1C8B3F;
}

.gd-more .box {
	width: 150px;
	height: 48px;
	/* border: 1px solid rgba(0, 0, 0, .4); */
	border-radius: 50px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	color: #fff;
}

.gd-more::before {
	/* width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';

	border-radius: 50px;
	transition: all 0.6s cubic-bezier(.38, 0, 0, 1);
	transform: translateX(-100%); */
}



.gd-more .txt {
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.6s cubic-bezier(.38, 0, 0, 1);
	word-break: keep-all;
}

.gd-more:hover .txt {
	left: 40%;
	color: #fff;
}

.gd-more.w:hover .txt {
	color: #1C8B3F;
}

.gd-more.w .icon{
	background: #1C8B3F;
	color: #ffffff;
}

.gd-more .icon {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%) scale(0);
	line-height: 30px;
	background: #fff;
	border-radius: 50%;
	color: #1b9e44;
	text-align: center;
	transition: all 0.6s cubic-bezier(.38, 0, 0, 1);
}

.gd-more:hover .icon {
	transform: translateY(-50%) scale(1);
}

.product-swiper .swiper-slide .ibox,.product-list .item .ibox{
	width: 100%;
	height: auto;
	position: relative;
	border: 5px solid rgba(138, 216, 124, 0.25);
	border-radius: 1vw;
	display: flex;
	flex-wrap: wrap;
	padding: 1.5vw;
	justify-content: space-between;
	border-top-width: 1px;
    border-left-width: 1px;
	background: #fff;
}

.product-swiper .swiper-slide .ibox .thum,.product-list .item .ibox .thum{
	width: 45%;
	border-radius: 0.5vw;
}

.product-swiper .swiper-slide .ibox .thum img,.product-list .item .ibox .thum img{
	width: 100%;
	height: auto;
	aspect-ratio: 100 / 133;
}

.product-swiper .swiper-slide .ibox .thum img{
	object-fit: contain;
}

.product-swiper .swiper-slide .ibox .info,.product-list .item .ibox .info{
	width: 51%;
}

.product-swiper .swiper-slide .ibox .info .name,.product-list .item .ibox .info .name,.pb-info .name{
	width: 100%;
	font-size: 2.5rem;
	line-height: 1.5;
	margin-bottom: 1vw;
	font-weight: 500;
}

.pb-info.dt .name{
	font-size: 2.5vw;
}

.product-swiper .swiper-slide .ibox .info .desc,.product-list .item .ibox .info .desc,.pb-info .desc{
	width: 100%;
	-webkit-line-clamp: 4;
	color: #999999;
	margin-bottom: 2vw;
}

.product-swiper .swiper-slide .ibox .config,.product-list .item .ibox .config,.pb-info .config{
	width: 100%;
	margin-bottom: 2vw;
}

.product-swiper .swiper-slide .ibox .config .row,.product-list .item .ibox .config .row,.pb-info .config .row{
	width: 100%;
    display: flex;
    position: relative;
    background: #F5F5F5;
    padding: 10px;
    line-height: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
	font-size: 1.4rem;
	align-items: center;
}

.pb-info .config .row{
	font-size: 1.8rem;
    font-weight: 400;
    line-height: 25px;
    padding: 10px 15px;
}


.product-swiper .swiper-slide .ibox .config .row .i,.product-list .item .ibox .config .row .i,.pb-info .config .row .i{
	width: 15px;
	display: none;
}

.product-swiper .swiper-slide .ibox .config .row .n,.product-list .item .ibox .config .row .n,.pb-info .config .row .n{
	width: 40px;
	text-align: center;
	display: none;
}

.product-swiper .swiper-slide .ibox .config .row .d,.product-list .item .ibox .config .row .d,.pb-info .config .row .d{
	width: calc(100% - 60px);
	margin-left: 0px;
	color: #1C8B3F;
	width: 100%;
}

.zbjj-box{
	width: 100%;
	margin-top: 6vw;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
}

.zbjj-box .zb-right{
	width: 60%;
}

.zbjj-box .zb-left{
	width: 35%;
}

.zb-btns{
	width: 100%;
	display: flex;
	gap: 2vw;
	margin-top: 3vw;
    margin-bottom: 4vw;
}

.contacts{
	width: 100%;
}

.contact-tel{
	width: auto;
    display: inline-flex;
    align-items: center;
    position: relative;
    border: 1px solid #1C8B3F;
    padding: 1vw;
    border-radius: 0.5vw;
}

.contact-tel .icon{
	width: 60px;
	height: auto;
	/* background: #1C8B3F; */
	border-radius: 50%;
}

.contact-tel .info{
	width: auto;
	line-height: 1.2;
}

.contact-tel .info .txt{
	font-weight: 400;
	font-size: 1.6rem;
}

.contact-tel .info .tel{
	font-family: din;
    color: #ff6600;
    font-size: 2.8rem;
	white-space: nowrap;
}

.solu-wrap{
	background: #e9f4ee;
	padding: 0;
}

.solu-wrap .swiper-slide{
	width: 100%;
	position: relative;
	height: auto;
}

.solu-wrap .swiper-slide .slide{
	width: 100%;
	height: auto;
	position: relative;
}

.solu-wrap .swiper-slide .slide .thum{
	width: 100%;
	height: auto;
	aspect-ratio: 100 / 42;
}

.solu-wrap .swiper-slide .slide .thum img{
	width: 100%;
	height: 100%;
}

.dots{
	width: 70%;
	height: 100%;
	position: absolute;
	left: 30%;
	top: 0;
	pointer-events: none;
}

.dots .dot{
	width: 1.4vw;
    height: 1.4vw;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(25px);
	opacity: 0;
}

.dots.dot1 .dot:nth-child(1){
	left: 16%;
    top: 71%;
}

.dots.dot1 .dot:nth-child(2){
	left: 43%;
    top: 52%;
}

.dots.dot1 .dot:nth-child(3){
	left: 56%;
    top: 42%;
}

.dots.dot1 .dot:nth-child(4){
	left: 80%;
    top: 48%;
}

.dots.dot2 .dot:nth-child(1){
	left: 37%;
    top: 18%;
}

.dots.dot2 .dot:nth-child(2){
	left: 50%;
    top: 18%;
}

.dots.dot2 .dot:nth-child(3){
	left: 65%;
    top: 18%;
}

.dots.dot2 .dot:nth-child(4){
	left: 70%;
    top: 11%;
}

.dots.dot2 .dot:nth-child(5){
	left: 37%;
    top: 67%;
}

.dots.dot2 .dot:nth-child(6){
	left: 55%;
    top: 62%;
}

.dots.dot4 .dot:nth-child(1){
	left: 39%;
    top: 18%;
}

.dots.dot4 .dot:nth-child(2){
	left: 47%;
    top: 21%;
}

.dots.dot4 .dot:nth-child(3){
	left: 59%;
    top: 18%;
}

.dots.dot4 .dot:nth-child(4){
	left: 71%;
    top: 14%;
}

.dots.dot4 .dot:nth-child(5){
	left: 37%;
    top: 67%;
}

.dots.dot4 .dot:nth-child(6){
	left: 55%;
    top: 72%;
}

.dots.dot5 .dot:nth-child(1){
	left: 32%;
    top: 59%;
}

.dots.dot5 .dot:nth-child(2){
	left: 55%;
    top: 45%;
}

.dots.dot5 .dot:nth-child(3){
	left: 81%;
    top: 22%;
}

.dots.dot6 .dot:nth-child(1){
	left: 12%;
    top: 59%;
}

.dots.dot6 .dot:nth-child(2){
	left: 35%;
    top: 53%;
}

.dots.dot6 .dot:nth-child(3){
	left: 68%;
    top: 44%;
}

.dots.dot6 .dot:nth-child(4){
	left: 85%;
    top: 31%;
}

.dots .dot .circle{
	width: 100%;
    height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
}

.dots .dot span{
	display: block;
	border-radius: 100%;
    position: absolute;
    top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.dots .dot span:nth-child(1){
	width: 27%;
    height: 27%;
	background: #ffffff;
    z-index: 9;
}

.dots .dot span:nth-child(2){
	width: 100%;
    height: 100%;
    background: #1C8B3F;
}

.dots .dot .circle::before,.dots .dot .circle::after{
	width: 100%;
    height: 100%;
    background: #1C8B3F;
    animation: dotAnimate 2.4s linear infinite normal both;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
	content: '';
    transform: translateX(-50%) translateY(-50%);
}

.dots .dot .circle::after{
	animation: dotAnimate 2.4s .8s linear infinite normal both;
}

@keyframes dotAnimate {
    0% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    20% {
        width: 145%;
        height: 145%;
        opacity: 0.3;
    }
    40% {
        width: 190%;
        height: 190%;
        opacity: 0.2;
    }
    60% {
        width: 235%;
        height: 235%;
        opacity: .1;
    }
    80% {
        width: 280%;
        height: 280%;
        opacity: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}


.dots .txt{
	position: absolute;
    left: 1.75vw;
    top: 50%;
    background: #1C8B3F;
    color: #fff;
    width: max-content;
    padding: 0.15vw 1vw;
    font-size: 0.7vw;
    border-radius: 50px;
    transform: translateY(-50%);
}

.solu-wrap .swiper-slide .info{
	width: 30%;
	height: auto;
	position: absolute;
	left: 7.5%;
	top: 50%;
	transform: translateY(-50%);
}

.solu-wrap .swiper-slide .info .name{
	font-size: 3.4rem;
	font-weight: 500;
	position: relative;
	margin-bottom: 1vw;
	line-height: 1.3;
	color: #1C8B3F;
	opacity: 0;
	transform: translateY(25px);
}

.solu-wrap .swiper-slide .info .desc{
	width: 100%;
	height: auto;
	line-height: 1.7;
	margin-bottom: 3vw;
	color: #999999;
	-webkit-line-clamp: 3;
	opacity: 0;
	transform: translateY(50px);
}

.solu-wrap .swiper-slide .gd-more,.solu-wrap .swiper-slide .app-title{
	opacity: 0;
	transform: translateY(75px);
}

.solu-wrap .swiper-slide .app-texts{
	opacity: 0;
	transform: translateY(100px);
}

.solu-wrap .swiper-slide .app-logos{
	opacity: 0;
	transform: translateY(125px);
}



.solu-wrap .swiper-slide.active .gd-more,.solu-wrap .swiper-slide.active .info .desc,.solu-wrap .swiper-slide.active .info .name,.solu-wrap .swiper-slide.active .info .app-title,.solu-wrap .swiper-slide.active .info .app-texts,.solu-wrap .swiper-slide.active .info .app-logos{
	transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1);
	opacity: 1;
	transform: translateY(0px);
}

.solu-wrap .swiper-slide.active .dots .dot{
	transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1);
	transform: translateX(0);
	opacity: 1;
}

.solu-wrap .swiper-slide.active .dots .dot:nth-child(2n){
	transition-delay: 0.3s;
}

.solu-wrap .swiper-slide.active .dots .dot:nth-child(3n){
	transition-delay: 0.45s;
}

.solu-wrap .swiper-slide.active .dots .dot:nth-child(4n){
	transition-delay: 0.15s;
}

.solu-wrap .common-name{
	position: absolute;
	width: auto;
	left: 7.5%;
	top: 6vw;
	z-index: 2;
}

.solu-menu{
	width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 7.5%;
    border-radius: 1vw 1vw 0 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%);
    box-shadow: 0 -10px 20px 0 rgba(28, 139, 63, 0.10);
    backdrop-filter: blur(25px);
}

.solu-menu.pos{
	position: relative;
}

.menus{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}

.menus::before{
	width: 100%;
	height: 1px;
	position: absolute;
	top: calc(1.5vw + 12px);
	content: '';
	background: rgba(0, 0, 0, .05);
	left: 0;
}

.menus a{
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	padding: 1.5vw 0px;
	cursor: pointer;
}

.menus a .icon{
	width: 24px;
	height: 24px;
	margin: 0px auto;
	position: relative;
	border-radius: 50%;
    padding: 5px;
	background: #E9FFF0;
	backdrop-filter: blur(5px);
	box-shadow: rgba(28, 139, 63, 0.15) 0px 1.20932px 1.20932px -0.46875px, rgba(28, 139, 63, 0.15) 0px 2.86629px 2.86629px -0.9375px, rgba(28, 139, 63, 0.14) 0px 5.22841px 5.22841px -1.40625px, rgba(28, 139, 63, 0.14) 0px 8.69222px 8.69222px -1.875px, rgba(28, 139, 63, 0.13) 0px 14.0372px 14.0372px -2.34375px, rgba(28, 139, 63, 0.12) 0px 22.9776px 22.9776px -2.8125px, rgba(28, 139, 63, 0.1) 0px 39.5658px 39.5658px -3.28125px, rgba(28, 139, 63, 0.05) 0px 72px 72px -3.75px;
}

.menus a .icon span{
	width: 6px;
	height: 6px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
	background: #1C8B3F;
	border-radius: 50%;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.menus a .icon img{
	opacity: 0;
	position: relative;
	transition: all 0.5s;
	animation: imgAnmate 3s linear infinite;
}

@-webkit-keyframes imgAnmate{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}

.menus a.active .icon img{
	opacity: 1;
}

.menus a.active .icon span{
	width: 100%;
	height: 100%;
}

.menus a .name{
	width: 100%;
	text-align: center;
	padding: 0 5%;
	margin-top: 1vw;
}

.stytem-box{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	direction: rtl;
}

.stytem-box .thum{
	width: 55%;
	border: 5px solid rgba(138, 216, 124, 0.25);
    border-radius: 1vw;
    border-top-width: 1px;
    border-left-width: 1px;
}

.stytem-box .thum img{
	aspect-ratio: 5 / 3;
}

.stytem-box>.info{
	width: 35%;
	direction: ltr;
}

.solu-video{
	width: 100%;
	height: 80vh;
	position: relative;
	margin-top: 6vw;
	border-radius: 1vw;
	overflow: hidden;
    border: 5px solid rgba(138, 216, 124, 0.25);
    border-top-width: 1px;
    border-left-width: 1px;
	margin-bottom: 6vw;
}

.solu-video .bgs{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
}

.solu-video .bgs video{
	opacity: 0.5;
	height: auto;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.solu-video .info{
	width: 80%;
	height: auto;
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #ffffff;
}

.solu-video .info .name{
	font-size: 2.25vw;
    font-weight: 500;
    position: relative;
    margin-bottom: 1vw;
}

.solu-video .info .desc{
	width: 100%;
	height: auto;
	font-size: 1vw;
	text-align: center;
	margin-bottom: 3vw;
}

.solu-btn{
	width: 180px;
	height: auto;
	position: relative;
	margin: 0px auto;
	cursor: pointer;
}

.solu-btn .box{
	width: 100%;
	height: auto;
	position: relative;
}

.solu-btn .box .txt{
	width: 145px;
	height: auto;
	position: relative;
	background: #E9FFF0;
	border: 1px solid #8AD87C;
	border-radius: 50px;
	color: #3e3e3e;
	line-height: 30px;
    padding: 8px 0px;
}

.solu-btn .box .txt p{
	position: relative;
	left: -15px;
}

.solu-btn .box .icon{
	width: 60px;
	height: 60px;
	position: absolute;
	right: 15px;
	line-height: 58px;
	text-align: center;
	color: #1C8B3F;
	top: 50%;
	transform: translateY(-50%);
	background: #E9FFF0;
	border: 1px solid #8AD87C;
	border-radius: 50px;
	font-size: 2.8rem;
}

.indu-swiper{
	width: 100%;
	padding-bottom: 50px;
}

.indu-wrap{
	width: 100%;
	margin-top: 3vw;
	position: relative;
}

.indu-swiper .swiper-slide .box{
	background: #fff;
	border: 5px solid rgba(138, 216, 124, 0.25);
    border-top-width: 1px;
    border-left-width: 1px;
	border-radius: 1vw;
	overflow: hidden;
}



.indu-swiper .swiper-slide .box .indu-top{
	width: 100%;
	height: auto;
	position: relative;
}

.indu-swiper .swiper-slide .box .indu-top .name{
	width: 90%;
	height: auto;
	position: absolute;
	left: 5%;
	bottom: 30%;
	color: #fff;
}

.indu-swiper .swiper-slide .box .indu-top .name .en{
	font-family: Quicksand;
	text-transform: uppercase;
	font-size: 1.4rem;
}

.indu-swiper .swiper-slide .box .indu-top .name .cn{
	font-size: 2.8rem;
	font-weight: 500;
}

.indu-swiper .swiper-slide .box .content{
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
	border-radius: 1vw 1vw 0 0;
	margin-top: -2vw;
	padding: 2vw;
	transition: all 0.5s;
}

.indu-swiper .swiper-slide .box .content .con{
	width: 100%;
	height: auto;
	position: relative;
	background: #F9F9F9;
	padding: 1.5vw 1.25vw;
	border-radius: 1vw;
	margin-bottom: 1.5vw;
	transition: all 0.5s;
}

.indu-swiper>.swiper-wrapper>.swiper-slide:hover .box .content{
	background: #1C8B3F;
	color: #fff;
}

.indu-swiper>.swiper-wrapper>.swiper-slide:hover .box .content .con{
	background: rgba(255,255,255,.2);
}

.indu-swiper .swiper-slide .box .content .in-cg .icon img{
	transition: all 0.5s;
}

.indu-swiper>.swiper-wrapper>.swiper-slide:hover .box .content .in-cg .icon img:nth-child(2){
	opacity: 1;
}

.indu-swiper>.swiper-wrapper>.swiper-slide:hover .box .content .in-cg .icon img:nth-child(1){
	opacity: 0;
}

.indu-swiper>.swiper-wrapper>.swiper-slide:hover .box .content .in-cg{
	border-bottom-color: rgba(255,255,255,.1);
}

.indu-swiper .swiper-slide .box .content .con-top{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.5vw;
}

.indu-swiper .swiper-slide .box .con-logo{
	width: 50px;
}

.indu-swiper .swiper-slide .box .con-name{
	width: calc(100% - 60px);
	font-size: 2rem;
    font-weight: 500;
}

.indu-swiper .swiper-slide .box .content .con-desc{
	-webkit-line-clamp: 4;
    min-height: 96px;
    line-height: 24px;
    font-size: 1.4rem;
}

.indu-swiper .swiper-slide .box .content .in-cg{
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	justify-content: space-between;
	padding-bottom: 1vw;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    margin-bottom: 2vw;
	align-items: flex-start;
}

.indu-swiper .swiper-slide .box .content .in-cg .icon{
	width: 15px;
	position: relative;
}

.indu-swiper .swiper-slide .box .content .in-cg .icon img:nth-child(2){
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.indu-swiper .swiper-slide .box .content .in-cols{
	width: 80px;
	display: flex;
	align-items: center;
	line-height: 20px;
	font-size: 1.4rem;
	gap: 5px;
	padding: 5px 0px;
}

.indu-swiper .swiper-slide .box .content .in-marks{
	width: calc(100% - 90px);
    display: flex;
    font-size: 1.4rem;
    gap: 5px;
	flex-wrap: wrap;
}

.indu-swiper .swiper-slide .box .content .in-marks a{
	padding: 5px 10px;
	background: #F7F7F7;
	color: #1C8B3F;
	border-radius: 5px;
}

.indu-swiper .swiper-slide .box .content .in-marks a:hover{
	opacity: 0.85;
}

.in-cooper{
	width: 100%;
	height: auto;
	position: relative;
}

.cooper-logo{
	width: 100%;
	margin: 0;
}

.cooper-logo .item{
	width: 5.25vw;
	height: auto;
	position: relative;
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 0.5vw;
	overflow: hidden;
	background: #fff;
}

.cooper-logo .item .bz{
	width: 100%;
	height: auto;
	position: relative;
	aspect-ratio: 5 / 3;
}

.cooper-logo .item .bz img{
	width: 70%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
	object-fit: contain;
}

.cooper-logo .item .bz img:nth-child(2){
	opacity: 0;
}

.cooper-logo .item .txt{
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
    margin-top: 5px;
	font-size: 1.2rem;
	color: #3e3e3e;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.btn-box.btn-box2{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 2;
}

.btn-box2 .swiper-button-prev{
	left: -75px;
	pointer-events: auto;
}

.btn-box2 .swiper-button-next{
	right: -75px;
	pointer-events: auto;
}

.solu-wrap .btn-box2 .swiper-button-prev{
	left: 2%;
}

.solu-wrap .btn-box2 .swiper-button-next{
	right: 2%;
}

.news-focus-wrap{
	width: 100%;
	margin-top: 3vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.focus-box{
	width: calc(50% - 2vw);
	position: relative;
	border-radius: 0.5vw;
    overflow: hidden;
}

.focus-box a{
	display: block;
	height: 100%;
}

.focus-list .item a{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}

.focus-box a .thum{
	height: 100%;
}

.focus-box a .thum img{
	width: 100%;
	height: 100%;
	transition: all 1s;
	aspect-ratio:5 / 3;
}

.focus-list .item .thum img{
	transition: all 1s;
}

.focus-box a:hover .thum img,.focus-list .item:hover .thum img{
	transform: scale(1.05);
}

.focus-box a .info{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2vw;
	color: #fff;
}

.focus-list{
	width: 50%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1vw;
}

.focus-list .item{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	border-radius: 0.5vw;
}

.focus-list .item .thum img{
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 3;
}

.focus-list .item .info{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1vw;
	color: #ffffff;
}

.focus-list .item a{
	height: auto;
	aspect-ratio: 5 / 3;
}

.focus-list .item .info .name{
	line-height: 1.3;
}

.news-focus-wrap .thum::after{
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background-image: linear-gradient(0deg, rgba(0,0,0,.75), rgba(0,0,0,0));
}

.focus-box a .info .date,.focus-list .item .info .date{
	font-family: Quicksand;	
	font-size: 1.4rem;
	margin-bottom: 0.25vw;
	opacity: 0.65;
}

.focus-box a .info .name,.focus-list .item .info .name{
	width: 100%;
	font-size: 1.8rem;
	line-height: 1.5;
	-webkit-line-clamp: 1;
}

.focus-list .item .info .name{
	font-size: 1.6rem;
	-webkit-line-clamp: 2;
}

.mess-cols{
	width: 50%;
}

.mess-btm{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 3vw;
}

.mess-img{
	width: 35vw;
	height: auto;
	position: relative;
	margin-left: -5vw;
}

.mess-dots{
	width: 30vw;
	height: auto;
	aspect-ratio: 1;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.message-box .form-box{
	width: 40%;
}

.message-box{
	padding-bottom: 0;
}

.system-wrap{
	overflow: hidden;
}

.footer{
	width: 100%;
	height: auto;
	position: relative;
	/* background-image: linear-gradient(180deg, #1C8B3F, #3BB562); */
	background: url(../images/footer-bg2.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 1vw 1vw 0 0;
	padding: 3vw 0px 1vw;
	z-index: 2;
	margin-top: -2vw;
	overflow: hidden;
}

.footer::before{
	width: 45vw;
    height: 45vw;
    background: url(../images/logo-w.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    right: -5vw;
    bottom: -25vw;
    opacity: 0.05;
    content: '';
	animation: logoAnimate 40s linear infinite;
}

.inner-player video{
	
	display: block;
}

.elips{
	width: 25%;
    height: auto;
    position: absolute;
    right: 0;
    top: -25%;
}

.footer-top {
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	justify-content: space-between;
	padding-top: 1vw;
}

.foot-info {
	width: 35%;
}

.foot-nav {
	width: 60%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: flex-start;
}

.foot-nav .item {
	width: 25%;
	position: relative;
	text-transform: capitalize;
}



.foot-nav .item a {
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 0.5vw;
	display: inline-block;
	line-height: 1.6;
	font-size: 1.4rem;
	width: 100%;
	transition: all 0.4s;
}

.foot-nav .item a:hover {
	color: rgba(255, 255, 255, 1);
}

.foot-nav .item a:first-child {
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 1.5vw;
	font-size: 1.8rem;
}

.foot-nav .item:nth-child(n+5) {
	margin-top: 2vw;
}

.foot-nav .item:nth-child(3),.foot-nav .item:nth-child(7){
	width: 35%;
}

.foot-nav .item:nth-child(4),.foot-nav .item:nth-child(8){
	width: 15%;
}

/* .foot-nav .item:nth-child(n - 5){
	width: 15%;
}

.foot-nav .item:nth-child(2){
	width: 20%;
}

.foot-nav .item:nth-child(3){
	width: 30%;
} */


.address {
	width: 100%;
	height: auto;
	position: relative;
	color: #fff;
	margin-bottom: 3vw;
}

.address .item {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	color: rgba(255, 255, 255, .65);
	margin-bottom: 0.5vw;
}

.address .item .icon {
	width: 30px;
	height: auto;
	line-height: 25px;
	font-size: 1.8rem;
}

.address .item .txt {
	width: calc(100% - 30px);
	line-height: 25px;
	font-family: Quicksand;
	font-size: 1.4rem;
}

.foot-logo {
	width: 155px;
	height: auto;
	position: relative;
	margin-bottom: 2vw;

}

.we-chat {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
    gap: 1vw;
}

.we-chat .item{
	width: 120px;
}

.we-chat .we-box {
	height: auto;
	position: relative;
	width: 120px;
	overflow: hidden;
}

.we-chat .t,
.we-chat .r,
.we-chat .b,
.we-chat .l {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.we-chat .t::before,
.we-chat .r::before,
.we-chat .b::before,
.we-chat .l::before {
	width: 10px;
	height: 1px;
	position: absolute;
	content: '';
	background: rgba(255,255,255,0.25);
}

.we-chat .t::before {
	left: 0;
	top: 0;
}

.we-chat .r::before {
	right: 0;
	top: 0;
}

.we-chat .b::before {
	right: 0;
	bottom: 0;
}

.we-chat .l::before {
	left: 0;
	bottom: 0;
}

.we-chat .t::after,
.we-chat .r::after,
.we-chat .l::after,
.we-chat .b::after {
	width: 1px;
	height: 10px;
	position: absolute;
	content: '';
	background: rgba(255,255,255,0.25);
}

.we-chat .t::after {
	left: 0;
	top: 0;
}

.we-chat .r::after {
	right: 0;
	top: 0;
}

.we-chat .b::after {
	right: 0;
	bottom: 0;
}

.we-chat .l::after {
	left: 0;
	bottom: 0;
}

.we-chat .img {
	width: 100%;
	height: auto;
	position: relative;
	padding: 5px;
}

.we-chat .img img{
	aspect-ratio: 1;
}

.we-chat .text {
	width: 120px;
	height: auto;
	position: relative;
	text-align: center;
	color: rgba(255, 255, 255, .65);
	font-size: 1.4rem;
	line-height: 1.7;
    margin-top: 0.5vw;
}

.we-chat .we-box::after {
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background-image: linear-gradient(0deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, .0));
	animation: imgAnimate 2s ease infinite;
}

@-webkit-keyframes imgAnimate {
	0% {
		transform: translateY(-25px);
	}

	50%,
	100% {
		transform: translateY(120px);
	}
}

.copyrgiht {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-top: 3vw;
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding: 1vw 0px;
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 0.4);
	font-family: Quicksand;
	padding-bottom: 60px;
}

.copyrgiht a {
	color: rgba(255, 255, 255, 0.4);
}

.copyrgiht a:hover {
	color: rgba(255, 255, 255, 1);
}


.about-box{
	padding: 0;
}

.about-img,.about-video{
	width: 100%;
	height: auto;
	position: relative;
}

.about-video::after{
	width: 100%;
    height: 70%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.about-img .img{
	width: 73%;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 0;
}

.about-img video{
	width: 100%;
	display: block;
	position: relative;
}

.data-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 5vw;
	position: relative;
}

.data-list .item {
	width: auto;
	height: auto;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5vw;
}

.data-list .item:nth-child(2) {
	transition-delay: 0.25s;
}

.data-list .item:nth-child(3) {
	transition-delay: 0.5s;
}

.data-list .item .icon {
	width: 3vw;
	margin: 0px auto;
	position: relative;
	display: none;
}



.data-list .item .r {
	width: calc(100% - 75px);
}

.data-list .item .top {
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.data-list .item .top .number {
	font-size: 5vw;
	font-family: din;
	background: linear-gradient(90deg, #1C8B3F 0%, #3BB562 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	line-height: 1;
}


.data-list .item .txt {
	width: 100%;
}

.data-list .item .dw {
	font-size: 1.4rem;
	color: #999999;
}

.intro-warp{
	width: 40%;
	height: auto;
	position: absolute;
	left: 7.5%;
	top: 50%;
	transform: translateY(-50%);
}

.intro-info{
	width: 100%;
	height: auto;
	line-height: 2;
	margin-top: 3vw;
}

.history-swiper{
	width: 100%;
	margin-top: 3vw;
	position: relative;
}

.history-swiper .swiper-slide{
	position: relative;
}

.history-swiper .swiper-slide .thum{
	border-radius: 0.5vw;	
	margin-bottom: 1.5vw;
}

.history-swiper .swiper-slide .info{
	width: 100%;
	margin-top: 2vw;
}

.history-swiper .swiper-slide .info .year{
	font-size: 4vw;
    font-family: din;
    background: linear-gradient(90deg, #1C8B3F 0%, #3BB562 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
	margin-bottom: 2vw;
}

.history-swiper .swiper-slide .info .desc{
	width: 100%;
	height: auto;
	line-height: 1.5;
}

.history-swiper .swiper-slide .thum img{
	width: 100%;
	aspect-ratio: 5 / 3;
}

.cultrue-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.cultrue-bg img{
	height: calc(100% + 100px);
	width: 100%;
	top: -20px;
	position: relative;
	will-change: transform;
}

.culture-box .common-name{
	width: 35%;
}

.cultures{
	width: 55%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4vw;
}

.cultures .item{
	width: 100%;
	height: auto;
	position: relative;
}

.cultures .item .box{
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 20px;
	background: linear-gradient(119deg, rgba(58, 176, 98, 0.50) 0%, rgba(9, 123, 89, 0.50) 98.63%);
	backdrop-filter: blur(15px);
	padding: 3vw;
}

.cultures .item .box .icon{
	width: 3vw;
	margin-bottom: 3vw;
}

.cultures .item .box .info{
	width: 100%;
	height: auto;
	position: relative;
	color: #ffffff;
}

.cultures .item .box .info .name{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 2.4rem;
	margin-bottom: 1vw;
}

.cultures .item .box .info .desc{
	width: 100%;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.6;
}

.honor-swiper{
	width: 100%;
	margin-top: 3vw;
	padding-bottom: 2vw;
}

.honor-swiper .swiper-slide .honor-bg{
	width: 100%;
	height: auto;
	position: relative;
}

.honor-swiper .swiper-slide .name{
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 1.5vw;
	line-height: 25px;
	display: flex;
	justify-content: center;
	gap: 1vw;
}

.honor-swiper .swiper-slide .name p{
	width: auto;
	font-size: 1.8rem;
    position: relative;
    top: -0.1vw;
}

.honor-swiper .swiper-slide .name span{
	width: 16px;
	display: block;
	height: 25px;
	position: relative;
	background: url(../images/honor-left.png) no-repeat;
	background-size: cover;
}


.honor-swiper .swiper-slide .name span:last-child{
	background-image: url(../images/honor-right.png);
}

.honor-swiper .swiper-slide .thum{
	width: 80%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 0.5vw;
}

.honor-swiper .swiper-slide .thum img{
	width: 100%;
	height: auto;
	aspect-ratio: 10 / 7;
}

.temp6{
	width: 100%;
	height: 6vw;
	position: relative;
}

.sc-swiper{
	width: 100%;
	height: auto;
	margin-top: 3vw;
	position: relative;
}

.sc-swiper .swiper-slide{
	position: relative;
}

.sc-swiper .swiper-slide .name{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1vw;
	color: #fff;
	line-height: 1.5;
	font-size: 1.6rem;
	text-align: center;
}

.sc-swiper .thum{
	border-radius: 1vw;
}

.sc-swiper .box{
	width: 100%;
	height: auto;
	position: relative;
}

.sc-swiper .thum::after{
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background-image: linear-gradient(0deg, rgba(0,0,0,.6), rgba(0,0,0,0));
}

.sc-swiper .thum img{
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 3;
}

.product-list{
	width: 100%;
	margin-top: 3vw;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2vw;
}

.product-list .item{
	width: 100%;
	height: auto;
	position: relative;
}

.solutions{
	width: 100%;
	margin-top: 3vw;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5vw;
}

.solutions.mb{
	display: none;
}

.solutions .item,.solutions .item a{
	width: 100%;
	height: auto;
	position: relative;
}

.solutions .item a{
	display: block;

}

.solutions .item a .icon{
	width: 2.5vw;
    position: absolute;
    left: 1.5vw;
    top: 1.5vw;
	z-index: 2;
}

.solutions .item a .name{
	width: auto;
    max-width: 45%;
    height: auto;
    position: absolute;
    left: 1.5vw;
    bottom: 1.5vw;
    line-height: 1.5;
    font-size: 0.85vw;
	transition: all 0.5s;
}

/* .solutions .item a .name::after{
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: #1C8B3F;
	transition: all 0.5s;
	transform: scaleX(0);
	transform-origin: left top;
}

.solutions .item a:hover .name::after{
	transform: scaleX(1);
} */

.solutions .item a:hover .name{
	color: #1C8B3F;
}

.solutions .item a .thum{
	border-radius: 0.5vw;
}

.solutions .item a .thum img{
	transition: all 2s;
	aspect-ratio: 2 / 1;
}

.solutions .item a:hover .thum img{
	transform: scale(1.05);
}


.jcfx{
	width: 100%;
	height: 70vh;
	position: relative;
	margin-bottom: 6vw;
	margin-top: 6vw;
	border-radius: 1vw;
	overflow: hidden;
}

.fc-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.fc-bg img{
	position: relative;
	top: -20px;
}

.fc-info{
	width: 35%;
	height: auto;
	position: absolute;
	left: 7.5%;
	top: 50%;
	transform: translateY(-50%);
}

.fc-info .common-name .name{
	color: #fff;
}

.jc-list{
	width: calc(100% - 20px);
	height: auto;
	position: absolute;
	left: 10px;
    bottom: 10px;
	background: rgba(255,255,255,0.5);
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: space-between;
	border-radius: 1vw;
}

.jc-list .item{
	width: 100%;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5vw;
	padding: 1vw 0px;
}

.form .row>input, .form .row textarea{
	background: #ffffff;
	
}



.jc-list .item .icon{
	width: 40px;
}

.tech-list {
	width: 100%;
	display: flex;
	gap: 1vw;
	margin-top: 3vw;
}

.tech-list .item {
	flex: 1;
	height: 25vw;
	position: relative;
	overflow: hidden;
	border-radius: 1vw;
	transition: all 0.5s;
}

.tech-list .item .box {
	width: 100%;
	height: 100%;
	display: block;
}

.tech-list .item .box .icon {
	width: 3vw;
	height: auto;
	position: absolute;
	left: 2vw;
	top: 2vw;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 5px;
	background: rgba(255, 255, 255, .1);
	backdrop-filter: blur(5px);
	z-index: 2;
	padding: 8px;
}

.tech-list .item .thum {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 0.5vw;
	overflow: hidden;
	box-shadow: 0 35px 50px 0 rgba(14, 92, 169, 0.15);
}

.tech-list .item .thum::after {
	width: 100%;
	height: 70%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .65), #0000);
}

.tech-list .item .thum img {
	position: absolute;
    width: 35vw;
    height: 25vw;
    left: 50%;
    top: 0%;
    background: #000;
    transform: translateX(-50%);
	max-width: none;
    transition: all 0.5s;
}

.tech-list .item.active {
	flex: 3;
}

.tech-list.ly .item.active .box .title{
	opacity: 0;
}

.tech-list .item .box .info {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1.5vw;
	color: #fff;
	line-height: 1.6;
	opacity: 0;
	transform: translateY(25px);

}

.tech-list .item.active .box .info {
	opacity: 1;
	transform: translateY(0px);
	transition: all .5s ease 0.5s;
}

.tech-list .item .box .title {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	padding: 1.5vw;
	color: #fff;
	line-height: 1.3;
	transform: translateY(0px);
	width: 100%;
}

.tech-list .item .box .title p,.tech-list .item .box .number{
	font-family: figtree;
	font-size: 1.4rem;
    margin-bottom: 0.25vw;
    display: block;
}

.tech-list .item .box .title b{
	display: block;
	font-size: 1.3vw;
}

.tech-list.mb6 .item.active .box .title {
	transform: translateY(-25px);
	opacity: 0;
	transition: all .4s;
}

.tech-list .item .box .info .name {
	width: 100%;
	margin-bottom: 0.85vw;
	font-size: 1.25vw;
	line-height: 1.3;
	position: relative;
	font-weight: 500;
}

.tech-list .item .box .info .desc {
	width: 100%;
	line-height: 1.5;
}

.product-banner{
	width: 100%;
	height: auto;
	position: relative;
}

.product-banner .img{
	width: 100%;
	height: auto;
	position: relative;
}

.pb-img{
	width: 30%;
	height: auto;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
}

.pb-info{
	width: 35%;
	height: auto;
	position: absolute;
	left: 10%;
	top: 55%;
	transform: translateY(-50%);
}

.pb-info .pb-btns{
	width: 100%;
}

.pb-info .config{
	width: 50%;
	margin-bottom: 4vw;
}

.pb-btns{
	width: 70%;
	display: flex;
	gap: 1vw;
	position: relative;
}

.tel-btn{
	width: 170px;
    height: auto;
    position: relative;
    font-size: 1.6rem;
    overflow: hidden;
    display: block;
    border-radius: 50px;
	color: #1C8B3F;
    background: #E9FFF0;
    box-shadow: rgba(28, 139, 63, 0.15) 0px 1.20932px 1.20932px -0.46875px, rgba(28, 139, 63, 0.15) 0px 2.86629px 2.86629px -0.9375px, rgba(28, 139, 63, 0.14) 0px 5.22841px 5.22841px -1.40625px, rgba(28, 139, 63, 0.14) 0px 8.69222px 8.69222px -1.875px, rgba(28, 139, 63, 0.13) 0px 14.0372px 14.0372px -2.34375px, rgba(28, 139, 63, 0.12) 0px 22.9776px 22.9776px -2.8125px, rgba(28, 139, 63, 0.1) 0px 39.5658px 39.5658px -3.28125px, rgba(28, 139, 63, 0.05) 0px 72px 72px -3.75px;
}

.tel-btn:hover{
	opacity: 0.85;
}

.tel-btn .box{
	width: 170px;
    height: 48px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}

.tel-btn .box .icon{
	width: 30px;
    height: 30px;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    transition: all 0.6s cubic-bezier(.38, 0, 0, 1);
}

.tel-btn .box .txt{
	width: auto;
	height: auto;
	position: absolute;
	left: 26%;
	top: 50%;
	transform: translateY(-50%);
	font-family: figtree;
}

.pb-info .desc{
	color: #3e3e3e;
}

.pd-top-box{
	width: 84%;
	margin-left: 8%;
	display: flex;
	justify-content: space-between;
	position: sticky;
	top: 100px;
	align-items: center;
	padding:0px 1vw;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 0.5vw;
	background: rgba(255, 255, 255, .95);
    z-index: 5;
    backdrop-filter: blur(10px);
}

.pdt-menu{
	width: auto;
	display: flex;
}

.pdt-menu a{
	display: block;
	padding: 1.5vw 0.75vw;
	height: auto;
	line-height: 25px;
	font-size: 1.8rem;
	font-weight: 400;
	color: #999999;
	cursor: pointer;
	position: relative;
}

.pdt-menu a::after{
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: #1C8B3F;
	border-radius: 5px;
	transition: all 0.5s;
	transform-origin: center center;
	transform: scaleX(0);
}

.pdt-menu a.active{
	color: #3e3e3e;
}

.pdt-menu a.active::after{
	transform: scaleX(1);
}

.get-report-btn{
	width: auto;
	height: auto;
	position: relative;
	cursor: pointer;
}

.get-report-btn .box{
	height: 48px;
	width: auto;
	padding: 0px 2vw;
	background: #1b9e44;
	border-radius: 50px;
	color: #fff;
	line-height: 48px;
	box-shadow: rgba(28, 139, 63, 0.15) 0px 1.20932px 1.20932px -0.46875px, rgba(28, 139, 63, 0.15) 0px 2.86629px 2.86629px -0.9375px, rgba(28, 139, 63, 0.14) 0px 5.22841px 5.22841px -1.40625px, rgba(28, 139, 63, 0.14) 0px 8.69222px 8.69222px -1.875px, rgba(28, 139, 63, 0.13) 0px 14.0372px 14.0372px -2.34375px, rgba(28, 139, 63, 0.12) 0px 22.9776px 22.9776px -2.8125px, rgba(28, 139, 63, 0.1) 0px 39.5658px 39.5658px -3.28125px, rgba(28, 139, 63, 0.05) 0px 72px 72px -3.75px;
}

.pd-line{
	width: 6%;
	height: 3px;
	position: absolute;
	left: 1vw;
	bottom: 0;
	background: #1b9e44;
	border-radius: 5px;
	display: none;
}

.pd-con1{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 6vw;
}

.pd-con1-left{
	width: 35%;
	display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.pd-con1-left .pagn-box{
	margin-top: 0;
}

.pd-con1-left .desc{
	width: 100%;
	line-height: 2;
}

.pd-con1-left .desc p{
	margin-bottom: 10px;
}

.gs-swiper{
	width: 55%;
	margin: 0;
	overflow: hidden;
}

.gs-swiper .swiper-wrapper {
    display: flex;
    align-items: flex-start; /* 顶部对齐 */
}

.gs-swiper .swiper-slide {
    width: auto !important; /* 覆盖默认宽度，让slide根据内容自适应 */
    flex-shrink: 0; /* 防止slide收缩 */
    height: auto;
}

.gs-swiper .swiper-slide .thum{
	border-radius: 1vw;
	width: auto;
	height: 100%;
}

.gs-swiper .swiper-slide .thum .img {
    width: auto;
    height: 100%;
}

.gs-swiper .swiper-slide .thum img{
	height: 25vw; /* 设置固定高度，所有图片统一 */
    width: auto; /* 宽度根据原始比例自适应 */
    aspect-ratio: auto; /* 取消固定比例，使用原始比例 */
    display: block;
}

.gs-swiper .box{
	width: 100%;
    height: auto;
    position: relative;
    padding: 1.5vw;
}

.pd-con2,.pd-con3,.pd-con4{
	width: 100%;
	padding-top: 6vw;
	position: relative;
}

.pd-con2 .singe-page{
	border-radius: 0.5vw;
	border: 1px solid rgba(138, 216, 124, 0.50);
	background: #ffffff;
	padding: 2vw;
	margin-top: 3vw;
}

.pd-boxes .singe-page{
	
}

.pd-con3 .singe-page,.pd-con4 .singe-page{
	margin-top: 3vw;
	background: #fff;
    padding: 3vw;
}

.sywl{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap:2vw 1vw;
	margin-top: 3vw;
}

.sywl .item{
	width: 100%;
	height: auto;
	position: relative;
}

.sywl .item .thum{
	border-radius: 0.5vw;
}

.sywl .item .thum img,.shiyan-box .thum img{
	aspect-ratio: 5 / 3;
}

.sywl .item .name{
	width: 100%;
	margin-top: 0.5vw;
	height: auto;
	line-height: 1.5;
	text-align: center;
}

.dz-boxes{
	width: 100%;
	height: auto;
	position: relative;
	background: url(../images/dz-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 3vw 0%;
	margin-top: 12vw;
}

.dz-wrap{
	width: auto;
	height: auto;
	display: flex;
	position: relative;
	color: #ffffff;
}

.dz-wrap .zb-btns{
	margin-bottom: 0;
	margin-top: 0vw;
	gap: 1vw;
}

.dz-name{
	font-size: 2.5vw;
    line-height: 1.6;
    font-weight: 500;
}

.dz-content{
	width: auto;
	margin-left: 2vw;
	position: relative;
	display: flex;
    flex-wrap: wrap;
    align-content: space-between;
	padding: 0.5vw 0vw 0.5vw 2vw;
}

.dz-content::after{
	width: 1px;
	height: 80%;
	position: absolute;
	left: 0;
	top: 10%;
	content: '';
	background: rgba(255, 255, 255, .4);
}


.zd-people{
	width: 35%;
	height: auto;
	position: absolute;
	right: 10%;
	bottom: 0;
	pointer-events: none;
}

.dz-boxes .contact-tel{
	margin-bottom: 1vw;
}

.report-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.report-wrap .singe-page{
	width: 100%;
    height: auto;
    position: relative;
    padding: 2vw;
    background: #ffffff;
    border-radius: 1vw;
}

.wljc-left,.wljc-right{
	width: 56%;
}

.wljc-right{
	width: 40%;
}

.wljc-title{
	font-size: 2.4rem;
	font-weight: 400;
	color: #1b9e44;
	position: relative;
	padding-left: 15px;
	line-height: 1;
	margin-bottom: 2vw;
}

.wljc-title::after{
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #1b9e44;
}

.wljc-swiper .thum{
	border-radius: 0.5vw;
}

.wljc-swiper .thum img{
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 3;
}

.wljc-swiper .thum::after{
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background-image: linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,0));
}

.wljc-swiper .name{
	width: 80%;
	height: auto;
	position: absolute;
	left: 1.5vw;
	bottom: 1.5vw;
	color: #fff;
}

.wljc-swiper .swiper-pagination-bullet{
	background: #fff;
}

.wlr-wrap{
	width: 100%;
	height: auto;
	position: relative;
	padding: 2vw;
	background: #ffffff;
	border-radius: 1vw;
}

.wl-tel{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 2vw;
}

.wl-tel .box{
	width: auto;
	height: auto;
	border-radius: 50px;
	display: flex;
	align-items: center;
	gap: 0.5vw;
	padding: 0.5vw 1vw;
	color: #ffffff;
    background: #1C8B3F;
    background: #E9FFF0;
    box-shadow: rgba(28, 139, 63, 0.15) 0px 1.20932px 1.20932px -0.46875px, rgba(28, 139, 63, 0.15) 0px 2.86629px 2.86629px -0.9375px, rgba(28, 139, 63, 0.14) 0px 5.22841px 5.22841px -1.40625px, rgba(28, 139, 63, 0.14) 0px 8.69222px 8.69222px -1.875px, rgba(28, 139, 63, 0.13) 0px 14.0372px 14.0372px -2.34375px, rgba(28, 139, 63, 0.12) 0px 22.9776px 22.9776px -2.8125px, rgba(28, 139, 63, 0.1) 0px 39.5658px 39.5658px -3.28125px, rgba(28, 139, 63, 0.05) 0px 72px 72px -3.75px;
}

.wl-tel .box .icon{
	font-size: 2rem;
}

.wl-tel.l{
	justify-content: flex-start;
}

.pro-detail-top .play-btn{
	background: rgba(0, 0, 0, .25);
	cursor: pointer;
}

.wl-tel.l .box{
	color: #ffffff;
    background: #1C8B3F;
	padding: 0.5vw 1.5vw;
	cursor: pointer;
}

.jftz{
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.jftz .item{
	width: 100%;
    height: auto;
    background: #f9f9f9;
    padding: 1vw;
    border-radius: 0.25vw;
}

.case-detail{
	margin-top: 2vw;
    align-items: center;
    gap: 0.5vw;
    line-height: 30px;
    width: auto;
    display: inline-flex;
    background: #ff6600;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5vw;
	transition: all 0.4s;
    box-shadow: rgba(255, 102, 0, 0.15) 0px 1.20932px 1.20932px -0.46875px, rgba(255, 102, 0, 0.15) 0px 2.86629px 2.86629px -0.9375px, rgba(255, 102, 0, 0.14) 0px 5.22841px 5.22841px -1.40625px, rgba(255, 102, 0, 0.14) 0px 8.69222px 8.69222px -1.875px, rgba(255, 102, 0, 0.13) 0px 14.0372px 14.0372px -2.34375px, rgba(255, 102, 0, 0.12) 0px 22.9776px 22.9776px -2.8125px, rgba(255, 102, 0, 0.1) 0px 39.5658px 39.5658px -3.28125px, rgba(255, 102, 0, 0.05) 0px 72px 72px -3.75px;
}

.sqpp{
	width: 100%;
	display: flex;
	gap: 1vw;
	margin-top: 2vw;
}

.sqpp .case-detail{
	margin-top: 0;
}

.sqpp .wl-tel{
	width: auto;
	margin-top: 0;
}

.jsys-box .sqpp .wl-tel{
	margin-top: 0;
}

.sqpp .wl-tel .box{
	padding: 15px 25px;
	line-height: 20px;
}

.case-detail .icon{
	width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 2rem;
    border-radius: 50%;
    color: #fff;
}

.case-detail .txt{
	position: relative;
    font-size: 2rem;
    font-weight: 600;
    font-family: din;
}

.jsys-box .wl-tel{
	margin-top: 3vw;
	cursor: pointer;
}

.jftz .n{
	width: auto;
	height: auto;
	position: relative;
	padding-left: 15px;
	line-height: 20px;
	font-size: 2rem;
    font-weight: 500;
	margin-bottom: 10px;
}

.jftz .n::before{
	width: 10px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #33a65f;
}

.jftz .n::after{
	width: 10px;
	height: 50%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #c8cd2e;
}

.wl-tel .box span{
	font-family: figtree;
}

.wl-tel.b .box{
	background: #1b9e44;
}

.pd-boxes{
	padding-bottom: 0;
}

.pd-con5{
	padding-top: 6vw;
}

.pd-con5 .singe-page{
	margin-top: 3vw;
	padding: 3vw;
}

.product_detail{
	padding-top: 160px;
	position: relative;
}

.pro-detail-top{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 6vw;
}

.pro-detail-top.xt{
	align-items: self-start;
	margin-bottom: 3vw;
}

.sxsx-cards{
	width: 100%;
	height: auto;
	position: relative;
	background: #f9f9f9;
	padding:3vw;
}

.sxsx-cards .card{
	display: none;
	min-height: 200px;
}

.sxsx-cards .card.active{
	display: block;
}

.cases{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
}

.cases .item{
	width: 100%;
	height: auto;
	position: relative;
}

.cases .item .thum::after{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background-image: linear-gradient(0deg, rgba(0,0,0,.6), #0000);
}

.cases .item .thum{
	border-radius: 0.25vw;
}

.cases .item img{
	aspect-ratio: 5 / 3;
}

.cases .item .name{
	width: 100%;
	height: auto;
	position: absolute;
	color: #fff;
	padding: 1.5vw;
	left: 0;
	bottom: 0;
	text-align: center;
}

.pro-detail-top.xt .show-swiper{
	/* position: sticky;
	top: 120px; */
	width: 55%;
}

.jsys-box{
	width: 100%;
	margin-top: 6vw;
	margin-bottom: 6vw;
}

.jsys-box.mb0{
	margin-bottom: 0;
}

.jsys-box.mt3{
	margin-top: 2vw;
}

.fanwei-box{
	width: 100%;
}

.fanwei-box .list{
	width: 100%;
	height: auto;
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5vw;
}

.fanwei-box .list .item{
	width: 100%;
	height: auto;
	position: relative;
	padding: 1px;
	border-radius: 0.5vw;
	overflow: hidden;
}

.fanwei-box .list .item::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: linear-gradient(0deg, rgba(138, 216, 124, 0.25), #ffffff);
}


.fanwei-box .list .item .box{
	width: 100%;
	height: 100%;
	position: relative;
	background: #f9f9f9;
	border-radius: 0.5vw;
	padding: 1.5vw;
}

.fanwei-box .list .item .box .num{
	width: 30px;
	height: 30px;
	position: relative;
	background: #1C8B3F;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	font-family: Quicksand;
	color: #ffffff;
	font-size: 1.4rem;
	box-shadow: rgba(28, 139, 63, 0.15) 0px 1.20932px 1.20932px -0.46875px, rgba(28, 139, 63, 0.15) 0px 2.86629px 2.86629px -0.9375px, rgba(28, 139, 63, 0.14) 0px 5.22841px 5.22841px -1.40625px, rgba(28, 139, 63, 0.14) 0px 8.69222px 8.69222px -1.875px, rgba(28, 139, 63, 0.13) 0px 14.0372px 14.0372px -2.34375px, rgba(28, 139, 63, 0.12) 0px 22.9776px 22.9776px -2.8125px, rgba(28, 139, 63, 0.1) 0px 39.5658px 39.5658px -3.28125px, rgba(28, 139, 63, 0.05) 0px 72px 72px -3.75px;
	margin-bottom: 1vw;
}

.fanwei-box .list .item .box .label{
	width: 100%;
	margin-bottom: 0.5vw;
	font-size: 2rem;
	font-weight: 500;
}

.fanwei-box .list .item .box .text{
	color: #999999;
	line-height: 1.7;
}

.show-swiper {
	width: 45%;
    overflow: hidden;
    border-radius: 0.75vw;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: transparent;
}

.show-product{
	width: 100%;
	height: auto;
	position: relative;
}

.show-product .marks{
	width: auto;
	height: auto;
	position: relative;
	display: inline-block;
	font-size: 1.2rem;
	padding: 5px 10px;
	border-radius: 5px;
	background: rgba(0, 0, 0, .05);
}

.show-product .marks:hover{
	background: #1C8B3F;
	color: #fff;
}

.show-content-right{
	width: 40%;
	height: auto;
	position: relative;
}

.show-content-right.r2{
	width: 50%;
}

.show-product .name,.jsys-box .name,.fanwei-box .name{
	font-size: 1.6vw;
	font-weight: 500;
	/* padding-bottom: 1vw; */
	margin-bottom: 2vw;
	/* border-bottom: 1px solid rgba(0, 0, 0, .05); */
}

.show-product .name{
	font-size: max(2vw, 3rem);
	margin-bottom: 3vw;
}

.jsys-box .list{
	width: 100%;
	height: auto;
	border: 1px solid rgba(0, 0, 0, .05);
	border-bottom: none;
}

.jsys-box .singe-page table tr:nth-child(odd){
	background: #f9f9f9;
}

/* .jsys-box .list .item{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	line-height: 1.7;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	align-items: center;
}

.jsys-box .list .item:nth-child(odd){
	background: #f9f9f9;
} */

.jsys-box .list .label{
	width: 30%;
	height: auto;
	padding: 10px;
}

.jsys-box .list .text{
	width: 70%;
	padding: 10px;
	border-left: 1px solid rgba(0, 0, 0, .05);
}

.show-product .desc{
	width: 80%;
	height: auto;
	position: relative;
	line-height: 2;
	color: #999999;
	
}

.pro-detail-top.xt .show-product .desc{
	min-height: 160px;
}

.gd-more.fa{
	width: 170px;
}

.gd-more.fa .box{
	width: 100%;
}

.gd-more.dh{
	width: 180px;
	background: #ff6600;
	transition: all 0.4s;
	box-shadow: rgba(255, 102, 0, 0.15) 0px 1.20932px 1.20932px -0.46875px, rgba(255, 102, 0, 0.15) 0px 2.86629px 2.86629px -0.9375px, rgba(255, 102, 0, 0.14) 0px 5.22841px 5.22841px -1.40625px, rgba(255, 102, 0, 0.14) 0px 8.69222px 8.69222px -1.875px, rgba(255, 102, 0, 0.13) 0px 14.0372px 14.0372px -2.34375px, rgba(255, 102, 0, 0.12) 0px 22.9776px 22.9776px -2.8125px, rgba(255, 102, 0, 0.1) 0px 39.5658px 39.5658px -3.28125px, rgba(255, 102, 0, 0.05) 0px 72px 72px -3.75px;
}

.gd-more.dh .box{
	width: 100%;
}

.gd-more.dh .icon{
	transform: translateY(-50%) scale(1);
	right: auto;
    left: 5%;
	color: #ff6600;
}

.gd-more .box .info{
	width: calc(90% - 40px);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(5% + 35px);
	line-height: 1.1;
}

.gd-more .box .info .t{
	font-size: 1.4rem;
}

.pd-mbx{
	border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding-bottom: 10px;
}

.gd-more .box .info .rx{
	font-family: din;
	font-size: 1.8rem;
}

.xssx-list{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 6vw;
	border-radius: 0.5vw;
    overflow: hidden;
}

.xssx-list .singe-page p{
	margin-bottom: 5px;
}

.xssx-menu{
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	background: #f9f9f9;
	gap: 2px;
	border-bottom: 1px solid #1b9e44;
}

.xssx-menu .item{
	width: auto;
	height: auto;
	position: relative;
	padding: 0px 3vw;
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 65px;
	transition: all 0.35s;
}

.xssx-menu .item::after{
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: #ffffff;
	display: none;
}

.xssx-menu .item.active,.xssx-menu .item:hover{
	background: #1b9e44;
	color: #fff;
}


.indu-swiper .swiper-pagination-bullet-active{
    background: #c8cd2e;
}

.show-swipers .swiper-pagination-bullet-active{
	background: #fff;
}

.show-swipers .swiper-button-next, .show-swipers .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: #c8cd2e;
	backdrop-filter: blur(10px);
    border-radius: 5px;
}

.show-swipers .swiper-button-next:after,.show-swipers .swiper-button-prev:after{
	color: #ffffff;
}

.show-swipers .swiper-button-next:hover,.show-swipers .swiper-button-prev:hover{
	background: #33a65f;
}

.show-swiper .swiper-slide{
	width: 100%;
	height: auto;
}

.show-swiper .swiper-slide .img{
	width: 100%;
	height: auto;
	position: relative;
}

.show-swiper .swiper-slide .img img{
	aspect-ratio: 5 / 3.5;
	border-radius: 0.5vw;
}

.news-icon{
	width: 57px;
    height: 57px;
    position: absolute;
    top: 0;
    right: 0;
	transform: rotate(90deg);
    transform-origin: 100% 0% 0px;
    opacity: 1;
    will-change: transform;
	transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
}

.news-icon .rotate{
	z-index: 1;
    flex: none;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
	width: 36px;
	height: 36px;
	background: #fff;
	color: #1C8B3F;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
}

.focus-box a:hover .news-icon,.focus-list .item a:hover .news-icon{
	transform: rotate(0deg);
}

.singe-page thead tr th {
    padding: 12px 6px;
	background: linear-gradient(90deg, rgba(28, 139, 63, 0.65) 0%, rgba(59, 181, 98, 0.65) 100%);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .2);
	    line-height: 1.2;
}

.report-boxes::before,.linear-bg::after{
	width: 100%;
	height: 40%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #77E59A 100%);
}

.pd-con5 .singe-page{
	background: #ffffff;
}

.system-content{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 6vw;
}

.system-content .content{
	width: 100%;
	height: auto;
	position: relative;
	background: #ffffff;
	padding: 6.5vw 5vw;
	border-radius: 1vw;
}

.system-content .content .img{
	width: 50%;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 0 0 1vw 0;
    overflow: hidden;
}

.system-content .content .img .mask-img{
	width: 74.5%;
    height: auto;
    position: absolute;
    left: 0.75vw;
    top: 0.5vw;
    background:#fff;
    aspect-ratio: 100 / 66;
    border-radius: 0.5vw;
	overflow: hidden;
}

.system-content .content .img .mask-img img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.system-content .info{
	width: 40%;
	height: auto;
	position: relative;
}

.system-content .info .name{
	line-height: 1.2;
	margin-bottom: 3vw;
}

.system-content .info .name b{
	font-weight: 500;
	font-size: 2.5vw;
}

.system-content .info .name p{
	color: #1b9e44;
	margin-top: 0.5vw;
	font-size: 1.8rem;
}

.system-content .info .desc{
	width: 60%;
	height: auto;
	line-height: 1.7;
}

.system-boxes{
	padding-top: 9vw;
}

.pro-data{
	width: 300px;
	display: flex;
	gap: 2vw;
	position: relative;
	margin-top: 2vw;
}

.pro-data .item{
	width: auto;
	height: auto;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 300;
}

.pro-data .item .count{
	line-height: 1;
    width: auto;
    padding: 0 20px;
    position: relative;
	padding-left: 0;
}

.sub-banner.pp .text-cols{
	top: 40%;
}

.pro-data .item span{
	background: #fff;
    display: block;
    color: #3e3e3e;
    height: 16px;
    position: absolute;
    right: 0;
    top: 15px;
    width: 16px;
    border-radius: 40px;
    line-height: 14px;
}

.pro-data .item .count p{
	font-family: din;
	font-size: 80px;
}

.pro-data .item .t{
	margin-top: 0.5vw;
	text-align: left;
}

.sub-banner .text-cols{
	top: 40%;
	text-shadow: 5px 0px 10px rgba(0, 0, 0, .1);
	z-index: 2;
}

.sub-banner .text-cols .green{
	color: #3e3e3e;
}

.sub-banner.so .text-cols .txt,.sub-banner.so .text-cols .desc{
	color: #3e3e3e;
}

.sub-banner.pp::after{
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background-image: linear-gradient(90deg, rgba(0,0,0,.2), rgba(0,0,0,0));
	pointer-events: none;
}

.sub-banner.pp::after .text-cols{
	color: #ffffff;
}

.partner {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	border: 1px solid rgba(0, 0, 0, .1);
	border-bottom: none;
	margin-top: 3vw;
	border-radius: 1vw;
    overflow: hidden;
	background: #fff;
}

.partner .item {
	width: 100%;
	position: relative;
	aspect-ratio: 2 / 1;
	padding: 15px 0px;
	background: #fff;
}

.partner .item .thum {
	width: 100%;
	height: 100%;
	position: relative;
}

.partner .item .thum img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.partner .item::before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: rgba(0, 0, 0, .1);
}

.partner .item::after {
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	content: '';
	background: rgba(0, 0, 0, .1);
}

.partner .item:nth-child(6n):after {
	display: none;
}

.service-box{
	width: 100%;
	height: auto;
	margin-top: 6vw;
	display: flex;
	position: relative;
	border-radius: 1vw;
	overflow: hidden;
	margin-bottom: 6vw;
}

.service-box .item{
	width: 30%;
	flex: 1;
	position: relative;
	background: linear-gradient(180deg, rgba(28, 139, 63, 0.65) 0%, rgba(59, 181, 98, 0.65) 100%), #CFCFCF;
	box-shadow: 15px 0 25px 0 rgba(0, 0, 0, 1);
	color: #ffffff;
	padding: 2vw 3.5vw;
}

.service-box .item:first-child{
	width: 40%;
}

.service-box .item .info{
	width: 50%;
	height: auto;
	position: relative;
	z-index: 2;
}

.service-box .item .img{
	width: 60%;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.service-box .item .info .name{
	width: 100%;
	height: auto;
	margin-bottom: 2vw;
}

.service-box .item .info .name b{
	font-weight: 500;
	font-size: 2.4rem;
	display: block;
	margin-bottom: 0.5vw;
}

.service-box .item .info .name p{
	width: 70%;
	height: auto;
	line-height: 1.7;
	font-size: 1.4rem;
}

.service-box .item .icon{
	width: 20%;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 60%;
}

.s-btn{
	width: 130px;
    height: 40px;
	line-height: 40px;
	display: block;
	font-size: 1.4rem;
	text-align: center;
	cursor: pointer;
}

.s-btn .box{
	width: 100%;
	height: 100%;
	position: relative;
	background: #fff;
	color: #3e3e3e;
	border-radius: 50px;
}

.s-btn .box:hover{
	opacity: 0.7;
}

.case-list{
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:3vw 2vw;
	margin-top: 3vw;
	margin-bottom: 6vw;
}

.case-list .item{
	width: 100%;
	height: auto;
	position: relative;
}

.case-list .item a{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 0.5vw;
	padding: 1vw;
	background: rgba(255, 255, 255, 1);
	transition: all 0.5s;
}

.case-list .item a:hover{
	border-color: rgba(138, 216, 124, 0.25);
}

.case-list .item a .mark{
	width: auto;
	height: auto;
	position: absolute;
	left: 10px;
	top: 10px;
	background: #1b9e44;
	font-size: 1.2rem;
	padding: 3px 10px;
	color: #fff;
	border-radius: 50px;
}

.case-list .item a .thum{
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 0.5vw;
}

.case-list .item a .thum img{
	width: 100%;
	aspect-ratio: 5 / 3;
	transition: all 1s;
}

.case-list .item a:hover .thum img{
	transform: scale(1.05);
}

.case-list .item a .info{
	width: 100%;
	padding-top: 1vw;
}

.case-list .item a .info .name{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 1.8rem;
	font-weight: 500;
	-webkit-line-clamp: 1;
	margin-bottom: 0.5vw;
}

.case-list .item a:hover .info .name,.focus-info .name:hover{
	color: #1C8B3F;
}

.case-list .item a .info .desc{
	width: 100%;
	height: auto;
	color: #999999;
	margin-bottom: 2vw;
}

.case-list .item a .info .marks{
	width: 100%;
    height: auto;
    display: flex;
    background: #f9f9f9;
    position: relative;
    padding: 0.75vw 0vw;
    font-size: 1.4rem;
	border-radius: 5px;
}

.case-list .item a .info .marks .lab{
	width: 50%;
	display: flex;
	justify-content: center;
	position: relative;
	color: #666;
	padding: 0 5%;
}

.case-list .item a .info .marks .lab span{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.case-list .item a .info .marks .lab:first-child::after{
	width: 1px;
	height: 60%;
	position: absolute;
	right: 0;
	top: 20%;
	content: '';
	background: rgba(0, 0, 0, .1);
}

.pd-8vw{
	padding-bottom: 8vw;
}

.pd-2vw{
	padding-bottom: 2vw;
}

.app-title{
	width: 100%;
	height: auto;
	display: flex;
	gap: 0.25vw;
	align-items: center;
	margin-bottom: 0.5vw;
}

.app-title .icon{
	width: 20px;
}

.app-title .txt{
	font-size: 2rem;
}

.menu-bar{
	width: 70px;
	height: 326px;
	position: fixed;
	right: 2%;
	bottom: 15%;
	background: url(../images/menu-bar-bg.png) no-repeat;
	background-size: cover;
	padding: 10px 12px;
	display: flex;
	box-shadow: 5px 5px 25px rgba(138, 216, 124, 0.5);
	border-radius: 80px;
	border: 1px solid #fff;
}

.menu-bar .box{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: space-between;
	width: 100%;
	padding-bottom: 55px;
    padding-top: 5px;
}

.menu-bar .box a{
	width: 100%;
	height: 55px;
	position: relative;
	cursor: pointer;
	color: #fff;
	display: flex;
	align-items: center;
	transition: all 0.5s;
}

.menu-bar .box a .zxdh{
	width: 170px;
    height: auto;
    position: absolute;
    right: 170%;
    top: 50%;
    background: #fff;
    color: #1C8B3F;
    padding: 1vw;
    border-radius: 5px;
    font-family: din;
    font-size: 2rem;
    transform: translateY(-50%);
	pointer-events: none;
	opacity: 0;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, .1);
}

.menu-bar .box a .zxwx{
	width: 100px;
	height: auto;
	position: absolute;
	right: 170%;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	padding: 3px;
	border-radius: 5px;
	pointer-events: none;
	opacity: 0;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, .1);
}

.menu-bar .box a:hover .zxdh,.menu-bar .box a:hover .zxwx{
	right: 150%;
	opacity: 1;
	pointer-events: auto;
	
}

.menu-bar .box a .zxdh::after,.menu-bar .box a .zxwx::after{
	width: 0;
	height: 0;
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fff;
	
}


.menu-bar .box a .icon{
	text-align: center;
	font-size: 2.6rem;
	width: 100%;
	line-height: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s;
}

.menu-bar .box a:nth-child(2) .icon{
	font-size: 2.4rem;
}

.menu-bar .box a .txt{
	font-size: 1.2rem;
	text-align: center;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 50%;
	color: #333;
	transition: all 0.4s;
	width: 100%;
    line-height: 1.1;
}

.menu-bar .box a::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	transform-origin: center center;
	content: '';
	background: rgba(255, 255, 255, 0.90);
	border-radius: 50px;
	transition: all 0.35s;
	opacity: 0;
}

.menu-bar .box a:hover{
	height: 80px;
}

.menu-bar .box a:hover::before{
	opacity: 1;
}

.menu-bar .box a:hover .icon{
	color: #7FD79B;
	top: 35%;
	transform:translateY(-65%) scale(0.75);
}

.menu-bar .box a.back2top:hover .icon{
	color: #1D1D1F;
	top: 50%;
	transform:translateY(-50%) scale(1);
}

.menu-bar .box a:hover .txt{
	opacity: 1;
}

.menu-bar .box a.back2top{
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	padding: 0;
	display: flex;
    align-items: center;
	border-radius: 43.2px;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.90);
	width: 46px;
    aspect-ratio: 1;
    transform: translateX(-50%);
    bottom: 12px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.normal-rows{
	width: 100%;
    display: flex;
    justify-content: center;
    gap: 1vw;
}

.normal-rows .item{
	width: 20%;
	position: relative;
}

.normal-rows .item a{
	display: block;
	text-align: center;
	padding: 0vw 0;
	transition: all 0.5s;
	border-radius: 0.5vw;
}

.normal-rows .item a::before{
	width: 100%;
	height: calc(100% + 6vw);
	position: absolute;
	left: 0;
	top: -3vw;
	content: '';
	background: rgba(138, 216, 124, 0.25);
	opacity: 0;
	transition: all 0.4s;
	border-radius: 0.5vw;
}

.normal-rows .item a:hover::before{
	opacity: 1;
}

.normal-rows .item a b{
	display: block;
	font-size: 2rem;
}

.pos-temp{
	width: 100%;
	position: relative;
}

.pos-temp p{
	position: absolute;
	width: 100%;
	height: 1px;
	pointer-events: none;
	top: -120px;
}

.normal-rows .item a img{
	width: 25px;
	height: auto;
	position: absolute;
	left: 50%;
	top: -25px;
	margin-left: -12.5px;
}

.normal-rows .item a p{
	font-size: 1.4rem;
	display: block;
	margin-top: 0.5vw;
	color: #666666;
	opacity: 0.6;
	padding: 0 5%;
}

.menu-bar .box a.back2top::before{
	display: none;
}

.menu-bar .box a.back2top .icon{
	font-size: 1.6rem;
	color: #1D1D1F;
}

.app-texts{
	width: 85%;
	height: auto;
	position: relative;
	margin-bottom: 2vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



.app-texts a{
	width: 100%;
    height: auto;
    display: flex;
	align-items: center;
    position: relative;
    font-size: 1.6rem;
    padding: 10px 0px;
    padding-left: 0px;
    color: #666666;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
	justify-content: space-between;
	padding-left: 15px;
}

.app-texts a::before{
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	background: #1b9e44;
	border-radius: 50%;
}

.app-texts a:hover{
	color: #1C8B3F;
}

.app-texts a p{
	-webkit-line-clamp: 1;
	width: calc(100% - 20px);
}

.app-texts a .icon{
	width: 14px;
	height: 20px;
	line-height: 20px;
}

.app-logos{
	width: 85%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.35vw;
}

.app-logos .item{
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
	border-radius: 0.25vw;
    overflow: hidden;
}

.app-logos .item img{
	aspect-ratio: 2 / 1;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.sub-banner .text-cols .tips{
	font-size: 1.6vw;
    color: #1b9e44;
    margin-top: 0.25vw;
}

.sub-banner .txt{
	font-weight: 500;
}

.sub-banner .desc{
	font-size: 1.25vw;
	font-weight: 300;
    font-family: din;
}

.sub-banner .gd-more .txt{
	font-size: 1.6rem;
	font-weight: 400;
}

.factory-warp{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.system-cols{
	width: 40%;
}

.factory-swiper{
	width: 55%;
	margin: 0;
}

.factory-swiper{
	border-radius: 1vw;
	border: 5px solid rgba(138, 216, 124, 0.25);
    border-top-width: 1px;
    border-left-width: 1px;
}

.factory-swiper .swiper-pagination-bullet-active{
	background: #fff;
}

.factory-swiper img{
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 3.5;
}

.factorys{
	width: 100%;
	height: auto;
	margin-top: 3vw;
	position: relative;
}

.factorys .item{
	width: 100%;
	height: auto;
	padding-bottom: 1.5vw;
	margin-bottom: 1.5vw;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.factorys .item .name{
	font-size: 2.4rem;
	color: #1b9e44;
	font-weight: 500;
	margin-bottom: 0.5vw;
}

.factorys .item .desc{
	width: 100%;
	height: auto;
	position: relative;
	line-height: 1.7;
}

.factorys .item:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.factory-logo{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	margin-top: 3vw;
	margin-bottom: 6vw;
}

.factory-logo .item{
	width: 100%;
	height: auto;
	position: relative;
}

.factory-logo .item img{
	width: 60%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.factory-logo .item .thum{
	aspect-ratio: 2 / 1;
	width: 100%;
	height: auto;
}

.cpzs{
	width: 100%;
	height: auto;
	margin-top: 3vw;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2vw;
}

.cpzs .item{
	width: 100%;
	height: auto;
	position: relative;
}

.cpzs .item a{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 1vw;
	overflow: hidden;
	padding: 2vw;
	background: #fff;
	border: 1px solid #fff;
	transition: all 0.5s;
}

.cpzs.f .item a{
	background: #f9f9f9;
	border-color: #f9f9f9;
}

.cpzs .item a:hover{
	border-color: #1C8B3F;
}

.cpzs .item a .thum{
	width: 100%;
}

.cpzs .item a .thum img{
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 3;
	border-radius: 0.5vw;
}

.factory-boxes::before{
	width: 100%;
    height: 40%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: linear-gradient(180deg, #FFF 0%, #77E59A 100%), #D9D9D9;
}

.cpzs .item a .info{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 1vw;
	padding-right: 0px;
	transition: all .5s;
}


.cpzs .item a:hover .info .more{
	/* opacity: 1; */
}

.cpzs .item a .info .name{
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 0.5vw;
}

.cpzs .item a .info .desc{
	width: 100%;
	height: auto;
	position: relative;
	color: #666666;
	line-height: 1.5;
}

.cpzs .item a .info .more{
	width: 60px;
	height: 60px;
	background: url(../images/btn-hover-bg.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	line-height: 60px;
    text-align: center;
	color: #ffffff;
	opacity: 0;
	transition: all .5s;
	display: none;
}

.fn-swiper{
	width: 100%;
	margin-top: 3vw;
}

.fn-swiper .swiper-slide{
	position: relative;
}

.fn-swiper .swiper-slide>.box{
	border-radius: 1vw;
	overflow: hidden;
	position: relative;
	border: 5px solid rgba(138, 216, 124, 0.25);
    border-top-width: 1px;
    border-left-width: 1px;
}

.fn-swiper .swiper-slide .thum img{
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 3;
}

.fn-swiper .swiper-slide .info{
	width: 40%;
	height: auto;
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
}

.fn-swiper .swiper-slide .info .name{
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 0.5vw;
}

.fn-swiper .swiper-slide .info .desc{
	width: 100%;
	height: auto;
	position: relative;
	line-height: 1.7;
	margin-bottom: 2vw;
}

.one2one{
	width: 100%;
	height: auto;
	position: relative;
	background: url(../images/one-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 0;
}

.one2one .w1400{
	padding: 6vw 0;
}

.one-list{
	width: 60%;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	margin-top: 3vw;
	gap: 1vw;
	position: relative;
	z-index: 2;
}

.one-list .item{
	width: 100%;
	height: auto;
	position: relative;
}

.one-list .item .box{
	width: 100%;
	height: auto;
	position: relative;
	background: rgba(255,255,255,.1);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255,255,255,.5);
	border-radius: .5vw;
	padding: 1vw 0.25vw;
	text-align: center;
	color: #fff;
	
}

.one-list .item .box .icon{
	width: 40%;
	margin-left: 30%;
	margin-bottom: 0.5vw;
}

.one-list .item .box .txt{
	width: 100%;
	margin-bottom: 0.5vw;
	font-size: 0.85vw;
}

.one-list .item .box .number{
	width: 100%;
	font-family: Quicksand;
	text-align: center;
	font-size: 0.7vw;
}

.one-rw{
	width: 35%;
	height: auto;
	position: absolute;
	right: 7.5%;
	bottom: 0;
	pointer-events: none;
}

.mb6{
	margin-bottom: 6vw;
}

.mb0{
	margin-bottom: 0;
}

.shiyan-wrap{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 3vw;
	position: relative;
	margin-bottom: 6vw;
}

.shiyan-box{
	width: 80%;
	height: auto;
	position: relative;
}

.shiyan-box .thum{
	border-radius: 1vw;
	width: 100%;
}

.shiyan-con{
	width: 30%;
	height: auto;
	position: absolute;
	right: 0;
	bottom: 10%;
	padding: 2vw;
	border-radius: 1vw;
	border: 1px solid #1C8B3F;
	background: linear-gradient(53deg, rgba(247, 247, 247, 0.70) 20.75%, rgba(233, 255, 240, 0.70) 100.85%);
	backdrop-filter: blur(12.5px);
}

.shiyan-con .icon{
	width: 3vw;
	margin-bottom: 1.5vw;
}

.shiyan-con .info{
	width: 100%;
	height: auto;
	position: relative;
}

.shiyan-con .info .name{
	width: 100%;
	height: auto;
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 1vw;
}

.shiyan-con .info .desc{
	width: 100%;
	height: auto;
	line-height: 2;
}

.fssb{
	width: 100%;
	margin-top: 3vw;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5vw;
}

.fssb .item{
	width: 100%;
	height: auto;
	position: relative;
}

.fssb .item a{
	display: block;
	position: relative;
	width: 100%;
}

.fssb .item a .thum{
	width: 100%;
	border-radius: 0.5vw;
}

.fssb .item a .thum img{
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 3;
}

.fssb .item a .name{
	width: 100%;
	line-height: 1.5;
	text-align: center;
	margin-top: 1vw;
}

.focus-news{
	width: 100%;
	height: auto;
	display: flex;
	margin-bottom: 3vw;
	margin-top: 3vw;
}

.news-focus{
	width: 55%;
}

.news-focus a{
	position: relative;
    border-radius: 1vw;
    overflow: hidden;
    border: 5px solid rgba(138, 216, 124, 0.25);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top-width: 1px;
    border-left-width: 1px;
}

.news-focus a .thum{
	width: 100%;
}

.news-focus a .thum img{
	width: 100%;
	aspect-ratio: 5 / 3;
}

.focus-info{
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	
}

.focus-info .time{
	width: 100%;
	font-family: Quicksand;
    margin-bottom: 1vw;
	opacity: 0.5;
}

.focus-info .name{
	width: 100%;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1vw;
}

.focus-info .desc{
	color: #666666;
	margin-bottom: 3vw;
}

.news-list{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:2.5vw 1.5vw;
	margin-bottom: 3vw;
}

.news-list .item{
	width: 100%;
	height: auto;
	position: relative;
}

.news-list .item a{
	width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    border-radius: 0.5vw;
    overflow: hidden;
    border: 4px solid rgba(138, 216, 124, 0.25);
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    border-top-width: 1px;
    border-left-width: 1px;
	transition: all 0.35s;
}

.news-list .item a:hover{
	border-color: rgba(138, 216, 124, 0.85);
}


.news-list .item a .thum img{
	aspect-ratio: 5 / 3;
	transition: all 1s;
}

.news-list .item a:hover .thum img{
	transform: scale(1.05);
}

.news-list .item a .info{
	padding: 1.25vw 1vw;
}

.news-list .item a .info .date{
	width: 100%;
    font-family: Quicksand;
    opacity: 0.5;
	font-size: 1.4rem;
	position: relative;
	padding-bottom: 0.5vw;
	margin-bottom: 0.5vw;
}

.news-list .item a .info .date::after{
	width: 20px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	background: rgba(0, 0, 0, .5);
}

.news-list .item a .info .name{
	line-height: 1.5;
	margin-top: 0.5vw;
	font-size: 1.8rem;
}

.contact-wrap{
	width: 100%;
	height: auto;
	position: relative;
}

.contact-img{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	border-radius: 1vw;
}

.contact-mark{
	width: 9vw;
    height: auto;
    position: absolute;
    left: 69%;
    top: 54%;
	transform: translate(-50%, -50%);
}

.contacts{
	width: 550px;
	height: auto;
	position: absolute;
	left: 7.5%;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 1vw;
	border: 1px solid #FFF;
	background: rgba(255, 255, 255, 0.50);
	box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(20px);
	padding: 2vw;
}

.contacts .name{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 1vw;
}

.contacts .con-add{
	width: 100%;
	height: auto;
	position: relative;
	line-height: 2;
}

.con-wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 2vw;
	margin-bottom: 2vw;
}

.con-wrap .con-ewm{
	width: 110px;
	background-color: #fff;
	border: 1px solid #1b9e44;
	border-radius: 5px;
	overflow: hidden;
}

.con-wrap .con-ewm p{
	display: block;
    text-align: center;
    padding: 10px 0px;
    font-size: 1.4rem;
    padding-top: 5px;
}

.con-wrap .txt{
	line-height: 1.7;
}

.con-links{
	width: 100%;
	height: auto;
	position: relative;
}

.con-links a{
	display: block;
	border-radius: 0.5vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(90deg, rgba(28, 139, 63, 0.65) 0%, rgba(59, 181, 98, 0.65) 100%), #F3F3F3;
	color: #ffffff;
	padding: 17px 25px;
}

.con-links a .icon{
	font-weight: bold;
}

.con-links a p{
	
}

.traffics{
	width: 100%;
	height: auto;
	position: relative;
	background: url(../images/traffic-bg.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 1vw;
	overflow: hidden;
	margin-top: 6vw;
	padding: 3vw 5vw;
	border: 1px solid #fff;
}



.tra-name{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	position: relative;
	gap: 0.5vw;
}

.tra-name .icon{
	font-size: 6rem;
	color: #1C8B3F;
}

.tra-name .txt{
	width: auto;
}

.tra-name .txt b{
	font-weight: 500;
	font-size: 2.8rem;
}

.tra-name .txt p{
	color: #1b9e44;
}

.tra-img{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 2vw;
}

.message-logo{
	width: 35vw;
    height: auto;
    position: absolute;
    left: -5vw;
    bottom: -5vw;
    opacity: 0.1;
    filter: blur(10px);
}

.message-logo img{
	animation: logoAnimate 20s linear infinite;
}

.mess-dots .dot{
	width: 6vw;
    height: 6vw;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, rgba(233, 255, 240, 0.95), rgba(138, 216, 124, 0.7));
    background-blend-mode: overlay;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.5) inset, 0 0 25px rgba(138, 216, 124, 0.4);
    backdrop-filter: blur(0.8px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    animation: float-base 4s infinite ease-in-out;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    cursor: default;
    position: absolute;
    overflow: hidden;
	left: 50%;
	top: 0;
}

.culture-box{
	overflow: hidden;
}

@keyframes float-base {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-12px);
	}
	100% {
		transform: translateY(0px);
	}
}

.mess-dots .dot:nth-child(2){
	left: 80%;
    top: 30%;
	animation-duration: 3.5s;
    animation-delay: 0.9s;
}

.mess-dots .dot:nth-child(3){
	left: 40%;
    top: 50%;
	animation: 3.9s ease-in-out 0.3s infinite normal none running float-base;
}

.mess-dots .dot .txt{
	line-height: 1.3;
}

.mess-dots .dot .txt b{
	font-size: 1.2vw;
	color: #1C8B3F;
    font-weight: 500;
}

.mess-dots .dot .txt p{
	font-size: 0.7vw;
}

.submit-rows{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
}

.bg-repeat{
	/* background:#ffffff url(../images/bg-repeat.png) center center;
    background-size: 65px 65px; */
	background: url(../images/bg-w.jpg);
}

.bg-repeat::before{
	width: 100%;
	height: 50vh;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,0));
	pointer-events: none;
	
}


@-webkit-keyframes logoAnimate{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}

.news-wrap{
	background: url(../images/news-bg.jpg) center center no-repeat;
	background-size: cover;
}

.submit-rows .form-submit{
	width: calc(100% - 180px);
	padding: 0px 20px;
    line-height: 48px;
    border-radius: 50px;
    box-shadow: rgba(28, 139, 63, 0.15) 0px 1.20932px 1.20932px -0.46875px, rgba(28, 139, 63, 0.15) 0px 2.86629px 2.86629px -0.9375px, rgba(28, 139, 63, 0.14) 0px 5.22841px 5.22841px -1.40625px, rgba(28, 139, 63, 0.14) 0px 8.69222px 8.69222px -1.875px, rgba(28, 139, 63, 0.13) 0px 14.0372px 14.0372px -2.34375px, rgba(28, 139, 63, 0.12) 0px 22.9776px 22.9776px -2.8125px, rgba(28, 139, 63, 0.1) 0px 39.5658px 39.5658px -3.28125px, rgba(28, 139, 63, 0.05) 0px 72px 72px -3.75px;
}
.form .row{
	margin-bottom: 1.5vw;
}

@media screen and (max-width: 1500px) {
	.nav ul a{
		font-size: 1.6rem;
		padding:  0 1vw;
	}
	.product-swiper .swiper-slide .ibox .info .desc, .product-list .item .ibox .info .desc{
		-webkit-line-clamp: 3;
		font-size: 1.4rem;
	}
	.product-swiper .swiper-slide .ibox .config .row, .product-list .item .ibox .config .row{
		padding: 7px 10px;
	}

	.logo{
		width: 140px;
	}
	.menus a .name{
		font-size: 1.4rem;
	}
	.product-swiper .swiper-slide .ibox .info .name, .product-list .item .ibox .info .name, .pb-info .name,.solu-wrap .swiper-slide .info .name,.cultures .item .box .info .name,.factorys .item .name{
		font-size: 2.2rem;
	}
	.solu-wrap .swiper-slide .info .name{
		font-size: 2.8rem;
	}
	.gd-more{
		width: 140px;
		
	}
	.gd-more .box{
		width: 140px;
		height: 45px;
	}
	.submit-rows .form-submit{
		line-height: 45px;
	}
	.solu-wrap .swiper-slide .info .desc,.pd-con1-left .desc,.gd-more .txt,.sub-banner .gd-more .txt,.factorys .item .desc,.cpzs .item a .info .desc{
		font-size: 1.4rem;
	}

	.gd-more .icon {
		width: 24px;
		height: 24px;
		font-size: 1.2rem;
		line-height: 24px;
		right: 7%;
	}

	.indu-swiper .swiper-slide .box .content .in-marks,.indu-swiper .swiper-slide .box .content .in-cols{
		font-size: 1.2rem;
	}
	.indu-swiper .swiper-slide .box .content .in-cols{
		width: 70px;
	}
	.indu-swiper .swiper-slide .box .content .in-marks{
		width: calc(100% - 75px);
	}
	.indu-swiper .swiper-slide .box .content{
		padding: 1.5vw;
	}
	
	.contact-tel .info .txt,.system-content .info .desc,.pd-con5 .singe-page,.case-list .item a .info .desc,.form .row>input, .form .row textarea,.fn-swiper .swiper-slide .info .desc,.contacts .con-add,.con-wrap .txt,.con-links a{
		font-size: 1.4rem;
	}
	.case-list .item a .info .name,.cpzs .item a .info .name,.news-list .item a .info .name{
		font-size: 1.6rem;
	}
	
	.dz-content .contact-tel .info .tel {
		font-size: 2.5rem;
	}

	.fn-swiper .swiper-slide .info .name,.contacts .name{
		font-size: 2rem;
	}
	.cpzs .item a .info .more {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.news-list .item a .info .date::after{
		width: 15px;
	}
	.con-wrap .con-ewm{
		width: 110px;
	}
	.contacts{
		width: 450px;
	}
	.contacts .con-add{
		line-height: 1.7;
	}
	.traffics{
		padding: 4vw;
	}
	.con-links a{
		padding: 12px 25px;
	}

	.sub-menu .list .sub-first a .txt{
		font-size: 1.6rem;
	}
	.sub-menu .list .list-item .second-list a{
		line-height: 45px;
        font-size: 1.5rem;
	}
	.sub-menu .list .list-item{
		margin-bottom: 1vw;
	}
}

@media screen and (max-width: 1366px) {
	.w1400{
		width: 90%;
	}
	.pd-top-box{
		width: 90%;
		margin-left: 5%;
	}
	.menus a .name{
		font-size: 1.2rem;
	}
	.indu-swiper .swiper-slide .box .indu-top .name .cn{
		font-size: 2.2rem;
	}
	.common-name .desc,.honor-swiper .swiper-slide .name p,.system-content .info .name p{
		font-size: 1.6rem;
	}
	.focus-box a .info .date, .focus-list .item .info .date{
		font-size: 1.2rem;
		margin-bottom: 0.5vw;
	}
	.solutions .item a .name,.jc-list .item,.data-list .item .txt{
		font-size: 1.4rem;
	}
	.product-swiper .swiper-slide .ibox .config .row, .product-list .item .ibox .config .row{
		font-size: 1.2rem;
	}
	.intro-info,.history-swiper .swiper-slide .info .desc,.sywl .item .name{
		font-size: 1.4rem;
	}
	.history-swiper .swiper-slide .info .year{
		font-size: 3vw;
	}
	.pdt-menu a{
		font-size: 1.6rem;
	}
	.dz-name p:first-child{
		margin-bottom: 0.5vw;
	}
	.wl-tel .box{
		font-size: 1.4rem;
	}
	.service-box .item .info .name p{
		width: 80%;
	}
	.shiyan-con .info .name{
		font-size: 2rem;
	}
	.shiyan-con .info .desc{
		font-size: 1.4rem;
	}

	.intro-warp{
		width: 45%;
		top: 55%;
	}
	.intro-info{
		margin-top: 2vw;
	}
	.data-list{
		margin-top: 2vw;
	}
	.data-list{
		width: 80%;
	}
	.data-list .item .top .number{
		font-size: 4vw;
	}
	.mf-menu a{
		padding: 8px 25px;
	}
}
@media screen and (max-width: 1365px) {
	.nav ul a{
		padding: 0 0.5vw;
	}
}
@media screen and (max-width: 1250px) {
	.nav ul a{
		padding: 0 0.5vw;
	}
	.hot-tel{
		display: none;
	}
	.nav ul a {
        padding: 0 1vw;
    }
	
}

@media screen and (max-width: 1023px) {
	.nav ul a{
		padding: 0 0.5vw;
	}
}

@media screen and (max-width: 900px) {
	.header{
		width: 100%;
		height: 60px;
		top: 0;
		left: 0;
		padding: 0 5%;
	}
	.nav {
        height: calc(100vh - 60px);
        position: fixed;
        left: 0px;
        top: 60px;
        display: flex;
        align-items: center;
        width: 100%;
        -webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1);
        margin-right: 0%;
        z-index: 10;
        padding-top: 25px;
        display: block;
        background: #f9f9f9;
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
        overflow-y: auto;
        padding-bottom: 25px;
    }
	.bread-crumb{
		display: flex;
	}
	.nav ul{
		flex-wrap: wrap;
	}
	.nav ul li {
        border-bottom: 1px solid rgba(0, 0, 0, .05);
        padding: 0vw 0px;
        width: 50%;
    }
	.nav ul li a{
		height: auto;
        padding: 5vw 0px;
		padding-left: 5vw;
        font-size: 2rem;
        font-weight: 500;
	}
	.menu-bar{
		width: 50px;
		height: 233px;
	}
	.menu-bar .box a{
		height: 45px;
	}
	.menu-bar .box a .icon{
		font-size: 1.8rem;
		line-height: 20px;
		top: 20%;
	}
	.menu-bar .box a:hover .icon{
		top: 20%;
		color: #fff;
		transform: translateY(-50%) scale(1);
	}
	.menu-bar .box a:nth-child(2) .icon{
		font-size: 1.6rem;
	}
	.menu-bar .box a .txt{
		opacity: 1;
		color: #fff;
		font-size: 1rem;
		top: 45%;
	}
	.menu-bar .box a.back2top{
		display: none;
	}
	.menu-bar .box{
		padding-bottom: 5px;
	}
	.menu-bar .box a::before{
		display: none;
	}
	.menu-bar .box a:hover {
		height: 45px;
	}
	.menu-bar .box a .zxdh{
		width: 160px;
		text-align: center;
		padding: 3vw;
	}
	.menu-bar .box a:hover .zxdh, .menu-bar .box a:hover .zxwx {
		right: 180%;
	}
	.banner-swiper{
		height: 56vw;
		margin-top: 60px;
	}
	.banner-swiper .swiper-slide, .banner-swiper .swiper-slide .thum, .banner-swiper .swiper-slide .thum img{
		height: 56vw;
	}
	.banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
		width: 20px;
	}
	.scroll-down{
		display: none;
	}
	.banner-swiper .swiper-pagination-bullet{
		height: 6px;
	}
	.banner-swiper .swiper-pagination{
		gap: 1vw;
		left: 5vw;
	}

	.boxes{
		padding: 15vw 0px;
	}

	.name-top{
		flex-wrap: wrap;
	}
	.name-top .common-name{
		width: 100%;
		text-align: center;
		margin-bottom: 7.5vw;
	}

	.common-name .name{
		font-size: 6vw;
	}

	.mf-menu{
		width: 100%;
		flex-wrap: wrap;
		padding: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
		background: transparent;
		justify-content: center;
	}

	.mf-menu a{
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 30px;
		padding: 1px 10px;
	}
	
	.product-box{
		margin-top: 5vw;
		overflow: initial;
	}
	.product-box .btn-box1{
		display: none;
	}
	.pagn-box .swiper-scrollbar{
		width: 100%;
		height: 3px;
	}
	.pagn-box{
		margin-top: 5vw;
	}
	.product-swiper .swiper-slide .ibox, .product-list .item .ibox{
		border: 1px solid rgba(138, 216, 124, 0.25);
		padding: 5vw;
	}
	.product-swiper .swiper-slide .ibox .info .desc, .product-list .item .ibox .info .desc{
		-webkit-line-clamp: 2;
		margin-bottom: 5vw;
        line-height: 1.5;
	}
	.product-swiper .swiper-slide .ibox .config, .product-list .item .ibox .config, .pb-info .config{
		display: none;
	}
	.product-swiper .swiper-slide .ibox .info .name, .product-list .item .ibox .info .name, .pb-info .name, .solu-wrap .swiper-slide .info .name, .cultures .item .box .info .name, .factorys .item .name{
		font-size: 1.6rem;
	}
	.gd-more{
		width: 110px;
	}
	.gd-more .box {
        width: 110px;
        height: 38px;
    }
	.gd-more .txt{
		font-size: 1.2rem;
	}
	.gd-more .icon {
        width: 20px;
        height: 20px;
        line-height: 20px;
	}
	.product-swiper .swiper-slide .ibox .info, .product-list .item .ibox .info{
		display: flex;
		flex-wrap: wrap;
		align-content: center;
	}
	.product-swiper .swiper-slide .ibox .info .name{
		margin-bottom: 3vw;
	}
	.zbjj-box{
		margin-top: 15vw;
		flex-wrap: wrap;
	}
	.zbjj-box .zb-left,.zbjj-box .zb-right{
		width: 100%;
	}
	.common-name .desc{
		font-size: 1.4rem;
	}
	.zb-btns{
		margin-top: 7.5vw;
		margin-bottom: 15vw;
	}
	.contact-tel{
		width: auto;
		padding: 3vw;
        margin-bottom: 2.5vw;
        border-radius: 2.5vw;
	}
	.solu-menu,.solution-swiper{
		display: none;
	}
	.solutions.mb{
		display: grid;
	}
	.solutions{
		gap: 5vw;
		grid-template-columns: repeat(1, 1fr);
		margin-top: 0;
	}
	.solu-wrap .common-name{
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: 7.5vw;
	}
	.solu-wrap{
		padding: 15vw 5vw;
		background: #fff;
		padding-bottom: 0;
	}
	.solutions .item a .name{
		padding: 0vw;
        left: 5vw;
        bottom: auto;
		top: 40%;
        font-size: 1.6rem;
	}
	.solutions .item a .icon {
		width: 8vw;
		left: 5vw;
		top: 5vw;
	}
	.solutions .item a .thum::after{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		content: '';
		background: linear-gradient(-90deg, rgba(255,255,255,0), rgba(255,255,255,0.75));
	}
	.stytem-box{
		flex-wrap: wrap;
		direction: inherit;
	}
	.stytem-box .info,.stytem-box .thum{
		width: 100%;
	}

	.solu-video{
		margin: 15vw 0px;
		height: auto;
	}

	.solu-video .bgs{
		position: relative;
	}

	.solu-video .bgs video{
		position: relative;
		top: 0%;
		transform: translateY(0%);
		display: block;
		aspect-ratio: 1;
		object-fit: cover;
	}

	.solu-btn .box .txt{
		display: none;
	}

	.solu-btn{
		width: 40px;
	}

	.solu-btn .box .icon{
		width: 40px;
        height: 40px;
        line-height: 38px;
        font-size: 1.6rem;
		top: 0;
        transform: translateY(0%);
	}

	.solu-video .info .name{
		font-size: 4.5vw;
	}

	.solu-video .info .desc{
		font-size: 1.2rem;
		margin-bottom: 7.5vw;
	}
	.solu-video .info{
		width: 100%;
		left: 0%;
	}

	.indu-swiper .swiper-slide .box .content .con-desc{
		-webkit-line-clamp: 3;
		min-height: 66px;
		line-height: 22px;
		font-size: 1.2rem;
	}
	.indu-swiper .swiper-slide .box .con-logo {
		width: 40px;
	}
	.indu-swiper .swiper-slide .box .con-name {
		width: calc(100% - 50px);
		font-size: 1.6rem;
	}
	.indu-swiper {
		width: 100%;
		padding-bottom: 35px;
	}
	.news-focus-wrap{
		flex-wrap: wrap;
		margin-top: 5vw;
	}

	.focus-box{
		width: 100%;
		margin-bottom: 5vw;
	}
	.focus-list{
		width: 100%;
		grid-template-columns: repeat(1, 1fr);
		gap: 5vw;
	}
	.focus-box a .info .name, .focus-list .item .info .name{
		font-size: 1.6rem;
	}
	.focus-list .item .info .name{
		-webkit-line-clamp: 1;
	}
	.focus-box a .info,.focus-list .item .info{
		padding: 3vw;
	}
	.mess-cols,.message-box .form-box {
		width: 100%;
	}
	.mess-dots{
		display: none;
	}
	.form .row>input, .form .row textarea{
		padding: 15px;
	}

	.submit-rows{
		justify-content: center;
		gap: 5vw;
	}

	.form{
		margin-bottom: 5vw;
	}
	.submit-rows .form-submit {
        line-height: 38px;
		font-size: 1.4rem;
    }
	.foot-nav{
		display: none;
	}

	.foot-info{
		width: 100%;
	}
	.footer-top{
		padding-top: 0;
	}
	.footer{
		padding-top: 7.5vw;
	}
	.foot-logo {
		width: 125px;
		height: auto;
		position: relative;
		margin-bottom: 5vw;
	}
	.we-chat .we-box{
		width: 110px;
	}
	.we-chat .text{
		width: 110px;
		font-size: 1.2rem;
		margin-top: 1vw;
	}
	.copyrgiht{
		flex-wrap: wrap;
		line-height: 1.6;
		padding-bottom: 5vw;
		padding-top: 5vw;
        margin-top: 10vw;
	}
	.blur-container,.mess-img{
		display: none;
	}

	.mess-btm{
		margin-bottom: 5vw;
	}

	.address .item .icon{
		width: 25px;
		height: 25px;
	}
	.address .item .txt {
		width: calc(100% - 25px);
	}
	.address{
		margin-bottom: 5vw;
	}
	.about-img video{
		aspect-ratio: 1 / 1.8;
		object-fit: cover;
	}
	.intro-warp{
		width: 90%;
        height: auto;
        position: relative;
        left: 5%;
        top: 0%;
        transform: translateY(0%);
	}
	.data-list .item .top .number{
		font-size: 10vw;
	}
	.data-list .item .txt{
		font-size: 1.2rem;
	}
	.about-img .img{
		width: 100%;
	}
	.btn-box{
		display: none;
	}
	.history-swiper .swiper-slide .thum{
		border-radius: 2vw;
		margin-bottom: 3vw;
	}
	.history-swiper .swiper-slide .info .year{
		font-size: 10vw;
	}
	.culture-box .common-name,.cultures{
		width: 100%;
	}
	.cultures{
		margin-top: 5vw;
	}
	.cultures .item .box{
		border-radius: 2vw;
		padding: 4vw;
		height: 100%;
	}
	.cultures .item .box .icon{
		width: 8vw;
	}
	.cultures .item .box .info .desc{
		font-size: 1.4rem;
	}
	.cultures .item .box .info .name{
		margin-bottom: 3vw;
	}
	.honor-swiper .swiper-slide .name{
		display: none;
	}
	.honor-swiper{
		margin-top: 5vw;
	}
	.honor-swiper{
		padding-bottom: 0;
	}
	.temp6{
		height: 15vw;
	}
	.sc-swiper .swiper-slide .name{
		padding: 3vw;
		font-size: 1.6rem;
	}
	.footer::before{
		width: 100vw;
    	height: 100vw;
		right: -45vw;
	}
	.pagn-box .swiper-scrollbar-drag{
		border-radius: 0;
	}
	.pagn-box .swiper-scrollbar::before{
		top: 1px;
	}
	.header .nav ul a:hover::before{
		height: 2px;
	}
	.header .nav ul a::before{
		top: auto;
		bottom: 0;
	}
	.product-list{
		grid-template-columns: repeat(1, 1fr);
	}
	.fc-bg img{
		height: 100%;
		top: 0;
	}
	.fc-info{
		width: 90%;
		left: 5%;
	}
	.jc-list{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 1vw;
	}
	.jc-list .item{
		flex-wrap: wrap;
		padding: 2vw;
	}
	.jc-list .item .txt{
		width: 100%;
		font-size: 1.2rem;
		text-align: center;
		margin-top: 1vw;
	}
	.jc-list .item .icon{
		width: 30px;
	}
	.jcfx{
		margin-bottom: 15vw;
		margin-top: 15vw;
	}
	.tech-list{
		margin-top: 5vw;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2vw;
	}
	.tech-list .item{
		height: 55vw;
	}
	.tech-list .item .box .title{
		padding: 4vw;
	}
	.tech-list .item .box .title b{
		font-size: 1.6rem;
	}
	.tech-list .item .thum img{
		width: 100%;
		height: 100%;
		left: 0;
		transform: translateX(0%);
	}
	.product-banner{
		margin-top: 60px;
	}
	.pb-img{
		display: none;
	}
	.pb-info{
		width: 90%;
		left: 5%;
		position: relative;
        transform: translateY(0%);
		padding-top: 10vw;
		padding-bottom: 7.5vw;
	}
	.product-banner .img,.product-banner .img img{
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.product-banner .img{
		font-size: 5vw;
	}
	.pb-info.dt .name{
		font-size: 5vw;
		margin-bottom: 3vw;
	}
	.pb-info .desc{
		font-size: 1.4rem;
		margin-bottom: 5vw;
	}
	.pb-info .pb-btns{
		align-items: flex-start;
	}
	.tel-btn{
		font-size: 1.4rem;
		width: 150px;
	}
	.tel-btn .box{
		height: 38px;
		width: 100%;
	}
	.tel-btn .box .icon{
		left: 5%;
	}
	.pd-top-box{
		display: none;
	}
	.pd-con1{
		padding-top: 0%;
		flex-wrap: wrap;
	}
	.pd-con1-left{
		width: 100%;
	}
	.pd-con1-left .desc{
		margin-top: 5vw;
	}
	.gs-swiper{
		width: 100%;
	}
	.pd-con2, .pd-con3, .pd-con4{
		padding-top: 15vw;
	}
	.pd-con2 .singe-page,.pd-con3 .singe-page{
		margin-top: 5vw;
		padding: 4vw;
	}
	.sywl{
		grid-template-columns: repeat(3, 1fr);
		gap: 2vw;
		margin-top: 5vw;
	}
	.dz-wrap{
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}
	.dz-name{
		font-size: 5vw;
	}
	.dz-content::after{
		display: none;
	}
	.dz-content{
		width: 100%;
		padding-left: 0;
		margin-left: 0;
		padding: 0;
		margin-top: 5vw;
	}
	.contact-tel .icon {
        width: 50px;
    }
	.dz-content .contact-tel .info .tel {
        font-size: 6vw;
    }
	.zd-people{
		display: none;
	}
	.dz-boxes .dz-content .contact-tel{
		justify-content: center;
		margin-bottom: 7.5vw;
	}
	.dz-boxes .dz-wrap .zb-btns{
		justify-content: center;
	}
	.report-wrap{
		flex-wrap: wrap;
	}
	.wljc-left, .wljc-right{
		width: 100%;
	}
	.wljc-title{
		font-size: 6vw;
		margin-bottom: 5vw;
	}
	.wljc-left{
		margin-bottom: 15vw;
	}
	.wlr-wrap{
		padding: 5vw;
		padding-bottom: 10vw;
	}
	.singe-page thead tr th{
		padding: 6px 3px;
	}
	.system-content .info{
		width: 100%;
		margin-bottom: 30vw;
	}
	.system-content .info .name b{
		font-size: 6vw;
	}
	.system-content .info .name p{
		font-size: 1.4rem;
	}
	.system-content .info .desc{
		width: 80%;
	}
	.system-content{
		margin-bottom: 15vw;
	}
	.partner{
		grid-template-columns: repeat(3, 1fr);
		margin-top: 5vw;
	}
	.service-box{
		margin-top: 15vw;
		flex-wrap: wrap;
		margin-bottom: 15vw;
	}
	.service-box .item:first-child,.service-box .item{
		width: 100%;
		flex: none;
		padding: 10vw 5vw;
	}
	.service-box .item .info .name b{
		font-size: 1.8rem;
	}
	.s-btn {
		width: 110px;
		height: 38px;
		line-height: 38px;
	}
	.case-list{
		margin-top: 5vw;
		grid-template-columns: repeat(1, 1fr);
		gap: 5vw;
		margin-bottom: 15vw;
	}
	.product-list{
		margin-top: 5vw;
	}
	.case-list .item a{
		padding: 0;
	}
	.case-list .item a .info .marks{
		display: none;
	}
	.case-list .item a .info .name{
		line-height: 1.5;
	}
	.case-list .item a .info{
		padding: 4vw;
	}
	.case-list .item a .info .desc{
		margin-bottom: 0;
		line-height: 1.5;
	}
	.pd-boxes{
		padding-bottom: 0;
	}
	.sub-banner{
		margin-top: 60px;
	}
	.sub-banner .txt{
		font-size: 6vw;
	}
	.system-cols,.factory-swiper{
		width: 100%;
	}
	.factory-swiper{
		margin-top: 5vw;
	}
	.factory-logo{
		grid-template-columns: repeat(3, 1fr);
		margin-bottom: 15vw;
	}
	.cpzs{
		margin-top: 5vw;
		gap: 5vw;
		grid-template-columns: repeat(1, 1fr);
	}
	.cpzs .item a{
		padding: 0;
	}
	.cpzs .item a .info{
		margin-top: 0;
		position: absolute;
		width: 100%;
		height: auto;
		left: 0;
		bottom: 0;
		padding: 3vw;
	}
	.cpzs .item a .info .name{
		margin-bottom: 0;
		color: #fff;
	}
	.cpzs .item a .thum::after{
		width: 100%;
		height: 70%;
		position: absolute;
		left: 0;
		bottom: 0;
		content: '';
		background: linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,0));
	}
	.cpzs .item{
		border-radius: 2vw;
		overflow: hidden;
	}
	.fn-swiper .swiper-slide .info .name, .contacts .name{
		font-size: 1.6rem;
	}
	.fn-swiper .swiper-slide .info .desc{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-bottom: 5vw;
	}
	.factorys .item{
		padding-bottom: 4vw;
		margin-bottom: 4vw;
	}
	.fn-swiper .swiper-slide .info .name{
		margin-bottom: 3vw;
	}
	.fn-swiper{
		margin-top: 5vw;
	}
	.one-list{
		margin-top: 5vw;
		grid-template-columns: repeat(3, 1fr);
		gap: 2vw;
		width: 100%;
	}
	.one-list .item .box .icon {
		width: 30%;
		margin-left: 35%;
		margin-bottom: 1vw;
	}
	.one-list .item .box .txt{
		font-size: 1.2rem;
	}
	.one-list .item .box .number{
		display: none;
	}
	.one2one{
		padding: 0;
	}
	.one2one .w1400 {
		padding: 15vw 0;
	}
	.mb6 {
		margin-bottom: 15vw;
	}
	.shiyan-wrap{
		flex-wrap: wrap;
		margin-top: 5vw;
		margin-bottom: 15vw;
	}
	.shiyan-box{
		width: 100%;
		margin-bottom: 5vw;
	}
	.shiyan-con{
		width: 100%;
		position: relative;
		bottom: auto;
		border: none;
		padding: 0;
		background: transparent;
		backdrop-filter: blur(0px);
	}
	.shiyan-con .icon{
		display: none;
	}
	.fssb{
		margin-top: 5vw;
		grid-template-columns: repeat(2, 1fr);
    	gap: 5vw 2vw;
	}
	.fssb .item a .name{
		font-size: 1.4rem;
		margin-top: 2vw;
	}
	.news-focus,.focus-info{
		width: 100%;
	}
	.focus-info .desc{
		display: none;
	}
	.focus-info .gd-more{
		display: none;
	}
	.focus-info .time{
		font-size: 1.2rem;
	}
	.focus-info .name{
		font-size: 1.6rem;
		margin-bottom: 0;
	}
	.news-list .item a .info .name,.detail_top .name{
		font-weight: 500;
	}
	.news-focus a,.news-list .item a{
		border: none;
		background: transparent;
	}
	.focus-info{
		margin-top: 3vw;
	}
	.focus-news{
		margin-top: 5vw;
		margin-bottom: 5vw;
	}
	.news-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 5vw;
		margin-bottom: 5vw;
	}
	.news-list .item a .info .date::after{
		display: none;
	}
	.news-list .item a .info{
		padding: 0;
		margin-top: 3vw;
	}
	.news-list .item a .info .date{
		font-size: 1.2rem;
		margin-bottom: 1vw;
	}
	.news_detail{
		padding-top: 30vw;
	}
	.pd-mbx{
		display: none;
	}
	.news_detail::before{
		background: #fff;
	}
	.related-news .list .item{
		padding-bottom: 5vw;
		margin-bottom: 5vw;
	}
	.related-news .list .item .date{
		font-size: 1.2rem;
	}
	.contacts{
		width: 100%;
		height: auto;
		position: relative;
		left: 0%;
		top: 0%;
		transform: translateY(0%);
		padding: 5vw;
	}
	.contact-mark{
		top: 10%;
		width: 18vw;
	}
	.contact-img{
		border-radius: 2vw 2vw 0 0;
	}
	.con-wrap .con-ewm{
		width: 90px;
	}
	.con-wrap{
		margin: 10vw 0px;
	}
	.tra-name .icon {
		font-size: 10vw;
	}
	.tra-name .txt b{
		font-size: 5vw;
	}
	.tra-name .txt p{
		font-size: 1.2rem;
	}
	.tra-img{
		margin-top: 5vw;
	}
	.indu-swiper .swiper-slide .box .content{
		padding: 4vw;
	}
	.solu-wrap.pd-2vw{
		padding-top: 10vw;
		padding-bottom: 15vw;
	}
	.solu-wrap.pd-2vw .solution-swiper{
		display: block;
		padding-bottom: 5vw;
	}
	.solu-wrap .swiper-slide .info{
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
		transform: translateY(0%);
		margin-top: 5vw;
	}
	.solu-wrap .swiper-slide .info .name{
		font-size: 1.8rem;
		margin-bottom: 2vw;
	}
	.solu-wrap .swiper-slide .info .desc{
		margin-bottom: 7.5vw;
	}
	.app-texts{
		width: 100%;
		margin-bottom: 5vw;
	}
	.app-texts a{
		width: 100%;
	}
	.app-logos{
		width: 100%;
	}
	.solution-swiper .swiper-pagination{
		display: block;
		top: auto;
        bottom: 0;
	}

	.app-title{
		margin-bottom: 2vw;
	}

	.solution-swiper .swiper-pagination-bullet{
		width: 5px;
		height: 5px;
		border-radius: 5px;
	}
	.solution-swiper .swiper-pagination-bullet-active{
		background: #1C8B3F;
		width: 20px;
	}

	.sub-banner .text-cols .tips{
		font-size: 3.5vw;
		margin-bottom: 1vw;
	}

	.factorys{
		margin-top: 5vw;
	}
	.factorys .item .name{
		margin-bottom: 2vw;
	}

	.show-swiper{
		width: 100%;
		top: 0;
		position: relative;
		margin-bottom: 5vw;
		border: none;
		border-radius: 2vw;
	}
	.show-content-right{
		width: 100%;
		position: relative;
	}
	.product_detail{
		padding-top: 30vw;
	}
	.show-product .name, .jsys-box .name, .fanwei-box .name{
		font-size: 6vw;
		margin-bottom: 5vw;
	}
	.jsys-box {
		width: 100%;
		margin-top: 15vw;
		margin-bottom: 15vw;
	}
	.pro-detail-top{
		margin-bottom: 15vw;
	}
	.show-product .desc{
		line-height: 1.7;
	}
	.jsys-box.mt3{
		margin-top: 5vw;
		margin-bottom: 0;
	}

	.jsys-box .singe-page{
		font-size: 1.4rem;
	}
	.wl-tel.l .box{
		padding: 2.5vw 1.5vw;
		line-height: 1.5;
	}

	.show-product .marks{
		margin-bottom: 1vw;
	}
	.about-img, .about-video {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.intro-warp{
		margin-top: 15vw;
		padding-bottom: 40vw;
	}

	.history-swiper{
		margin-top: 5vw;
	}
	.fanwei-box .list .item .box .label{
		font-size: 1.6rem;
		margin-bottom: 1vw;
	}
	.fanwei-box .list .item .box .text{
		font-size: 1.4rem;
	}
	.fanwei-box .list .item .box{
		padding: 4vw;
	}
	.fanwei-box .list .item .box .num{
		margin-bottom: 3vw;
	}
	.fanwei-box .list{
		gap: 3vw;
	}
	.fanwei-box .list .item{
		border-radius: 2vw;
	}
	.gs-swiper .swiper-slide .thum img{
		height: 50vw;
	}
	.pd-con1-left .pagn-box{
		display: none;
	}
	.stytem-box .thum,.solu-video{
		border: none;
	}
	.indu-swiper .swiper-slide .box .content .con{
		padding: 3vw;
		margin-bottom: 3vw;
	}
	.indu-swiper .swiper-slide .box .content .in-cg{
		padding-bottom: 2vw;
		margin-bottom: 3vw;
	}
	.about-img video{
		aspect-ratio: auto;
        height: 100%;
	}
	.pro-detail-top.xt .show-swiper,.show-product .desc{
		width: 100%;
	}
	.gd-more .box .info .t {
		font-size: 1rem;
	}
	.gd-more.dh {
		width: 150px;
	}
	.gd-more .box .info{
		left: calc(5% + 25px);
	}
	.xssx-menu{
		flex-wrap: wrap;
	}
	.xssx-menu .item{
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 25px;
		padding: 15px 3vw;
	}
	.singe-page p,.singe-page span{
		text-wrap-mode: initial;
	}
	.xssx-list{
		margin-bottom: 15vw;
	}
	.show-swipers .swiper-button-next, .show-swipers .swiper-button-prev{
		display: none;
	}
	.jftz .n{
		padding: 3.5vw;
	}
	.jftz{
		grid-template-columns: repeat(1, 1fr);
    	gap: 3.5vw;
	}
	.case-detail{
		margin-top: 5vw;
	}
	.jsys-box .wl-tel {
		margin-top: 7vw;
	}
	.wl-tel .box {
        font-size: 1.4rem;
        padding: 3vw 5vw;
    }
	.sub-banner .desc{
		font-size: 1.2rem;
	}
	.pro-data .item .t{
		font-size: 1.2rem;
	}
	.pro-data .item span {
		background: transparent;
		display: block;
		color: #fff;
		height: auto;
		position: relative;
		right: 0;
		top: 0px;
		width: auto;
		border-radius: 40px;
		line-height: 14px;
	}
	.pro-data .item .count p {
		font-family: din;
		font-size: 20px;
	}
	.pro-data .item .count {
		line-height: 1;
		width: auto;
		padding: 0;
		position: relative;
		padding-left: 0;
		display: flex;
	}
	.pro-data{
		width: 100%;
	}
	.sub-banner.pp .text-cols{
		top: 30%;
	}
	.sub-banner .img{
		overflow: hidden;
	}
	.sub-banner .img img{
		width: 150%;
		max-width: none;
		margin-left: -25%;
		position: relative;
	}
	.sub-banner .text-cols .zb-btns{
		margin-bottom: 0;
		margin-top: 5vw;
	}
	.sub-banner .text-cols .tips{
		font-size: 4.5vw;
	}
	.sub-banner .text-cols{
		top: 30%;
	}
	.we-chat{
		gap: 2vw;
	}
	.we-chat .item,.we-chat .we-box{
		width: 100px;
	}
}
