body {
	background-color: RGBA(250, 250, 250, 1);
}

* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	list-style: none;
}

.banner-b {
	position: relative;
}

.banner-b>img {
	display: block;
	width: 100%;
	min-height: 340px;
	object-fit: cover;
}

.banner-b-zi {
	position: absolute;
	left: 50%;
	top: 30%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.banner-b-zi img {
	display: block;
	width: 21.3vw;
	min-width: 300px;
}


.banner-b .playBtn .iconfont {
	color: #8dc63f;
	font-size: 24px;
	display: block;
	margin: 0 auto;
	width: 70px;
	height: 70px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	background: RGBA(250, 250, 250, 0.5);
	text-align: center;
	line-height: 70px;
	cursor: pointer;
}

.box1 {
	margin-bottom: 132px;
}

.box1-t {
	margin-top: 58px;
	margin-bottom: 39px;
}

.box1-t img {
	display: block;
	width: 18.23vw;
	min-width: 250px;
	margin: 0 auto;
}

.box1-m {
	width: 100%;
}

.box1-m .box1-m-t {
	width: 57.258%;
	margin: 0 auto;
	margin-bottom: 15px;
}

.box1-m .box1-m-t p {
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 24px;
	color: #333333;
	text-align: center;
}

.box1-m .box1-m-m {
	width: 90.322%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.box1-m .box1-m-m p {
	font-size: 18px;
	font-family: HarmonyOS_Sans_SC;
	color: #999999;
	text-align: center;
}

.box1-m .box1-m-b {
	width: 77.42%;
	margin: 0 auto;
	margin-bottom: 40px;
}

.box1-m .box1-m-b p {
	font-size: 18px;
	font-family: HarmonyOS_Sans_SC;
	color: #999999;
	text-align: center;
}

.box1-b ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.box1-b ul li:nth-child(2) {
	margin: 0 5px;
}

/* .box1-b ul li {
	overflow: hidden;
} */

.box1-b ul li a {
	position: relative;
	display: block;
	overflow: hidden;
}

.box1-b-prc {
	overflow: hidden;
}

.box1-b-prc img {
	width: 100%;
	transition: all 0.8s;
	display: block;
}

.box1-b ul li:hover .box1-b-prc img {
	transform: scale(1.1);
}

.box1-b-zi {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin-bottom: -50px;
	transition: all 0.8s;
	opacity: 0;
}

.box1-b ul li:hover .box1-b-zi {
	margin-bottom: 0;
	opacity: 1;
}

.commonMore {
	width: 69.5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	border-top-right-radius: 25px;
	background: #ffffff;
	padding: 0 5%;
}

.commonMore span {
	font-size: 18px;
	font-family: HarmonyOS_Sans_SC_Bold;
	color: #333333;
}

.commonMore .iconfont {
	transform: rotate(-45deg);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #ffffff;
	font-weight: bold;
	background: #8dc63f;
	text-align: center;
	line-height: 30px;
}

.box2-top {
	width: 100%;
	background: #8dc63f;
	padding: 80px 0 170px;
}

.box2-t-t {
	width: 75%;
	margin: 0 auto;
	margin-bottom: 23px;
}

.box2-t-t p {
	font-size: 18px;
	color: #ffffff;
	font-family: HarmonyOS_Sans_SC;
	text-align: center;
}

.box2-t-b {
	width: 59.29%;
	margin: 0 auto;
}

.box2-t-b p {
	font-size: 18px;
	color: #ffffff;
	font-family: HarmonyOS_Sans_SC;
	text-align: center;
}

.box2-mind {
	transform: translateY(-118px);
}

.box2-mind-cen {
	position: relative;
}

.mySwiper1 {
	width: 100%;
}

.mySwiper1 img {
	width: 100%;
}

.box2-mind-cen .iconfont {
	display: block;
	width: 50px;
	height: 50px;
	color: #ffffff;
	background: #8dc63f;
	font-size: 24px;
	text-align: center;
	border-radius: 50%;
	line-height: 50px;
}

.swiper-button-nt1 {
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
}

.swiper-button-pv1 {
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
}

.box2-bom-t p {
	font-size: 20px;
	color: #333333;
	font-family: HarmonyOS_Sans_SC_Bold;
	text-align: center;
}

.box2-bom-t {
	margin-bottom: 25px;
}

.box2-bom-b p {
	font-size: 24px;
	color: #333333;
	font-family: HarmonyOS_Sans_SC_Bold;
	text-align: center;
}

.box2-bom-b {
	padding-bottom: 100px;
}

.box3 {
	background: url(../img/about-box3-bj.png) no-repeat;
	/* background-position: center; */
	background-size: cover;
	background-position: 50% 50%;
	padding: 120px 0 160px;
}

.box3-top {
	margin-bottom: 90px;
}

.box3-top p {
	line-height: 1;
	font-size: 36px;
	color: #8dc63f;
	font-family: HarmonyOS_Sans_SC_Bold;
	text-align: center;
}

.box3-b {
	min-height: 184px;
}

.box3-b ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	transform: translateX(-4%);
}

.box3-b ul li:nth-child(n) {
	position: relative;
	top: 120px;
}

.box3-b ul li:nth-child(2n) {
	position: relative;
	top: 0px;
}

.box3-b ul li {
	width: calc(100% / 6);
}

.box3-b ul li .box3-b-box {
	/* position: absolute; */
	/* width: calc(100% / 6); */
	display: flex;
	/* align-items: center; */
}

.box3-b-b-l {
	position: relative;
	width: 16px;
	height: 100%;
	display: block;
	top: 5px;
	margin-right: 5px;
}

.box3-b-b-l::before {

	position: relative;
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: 2px solid #8cc73e;
	border-radius: 50%;

}

.box3-b-b-l::after {
	position: relative;
	content: '';
	display: block;
	width: 2px;
	height: 35px;
	margin: 0 auto;
	background: linear-gradient(to bottom, #8cc740, rgba(140, 199, 64, 0));

}



.box3-b-b-r {
	display: block;
}

.box3-b-b-r span {
	display: block;
	line-height: 1;
	font-size: 36px;
	font-family: HarmonyOS_Sans_SC_Bold;
	color: #8cc73e;
}

.box3-b-b-r p {
	font-size: 18px;
	color: #333333;
	font-family: HarmonyOS_Sans_SC;
	white-space: nowrap;
}

@media (max-width:1600px) {
	.box3-b ul {
		transform: translateX(-0%);
	}

	.box3-b ul li {
		width: calc(100% / 7);
	}
}

@media (max-width:1440px) {
	.box1-t {
		margin-top: 35px;
		margin-bottom: 20px;
	}

	.box1-m .box1-m-t p {
		font-size: 22px;
	}

	.box1-m .box1-m-m p {
		font-size: 16px
	}

	.box1-m .box1-m-m {
		margin-bottom: 12px;
	}

	.box1-m .box1-m-b p {
		font-size: 16px;
	}

	.box1-m .box1-m-b {
		margin-bottom: 25px;
	}

	.box1 {
		margin-bottom: 100px;
	}

	.box2-top {
		padding: 60px 0 145px;
	}

	.box2-t-t p {
		font-size: 16px;
	}

	.box2-t-t {
		margin-bottom: 15px;
	}

	.box2-t-b p {
		font-size: 16px;
	}

	.box2-mind {
		transform: translateY(-100px);
	}

	.box2-bom-t p {
		font-size: 22px;
	}

	.box2-bom-t {
		margin-bottom: 18px;
	}

	.box2-bom-b p {
		font-size: 22px;
	}

	.box2-bom-b {
		padding-bottom: 60px;
	}

	.box3 {
		padding: 100px 0 140px;
	}

	.box3-top p {
		font-size: 30px;
	}

	.box3-top {
		margin-bottom: 60px;
	}

	.box3-b-b-r span {
		font-size: 30px;
	}

	.box3-b-b-r p {
		font-size: 16px;
	}

	.box2-mind-cen .iconfont {
		width: 40px;
		height: 40px;
		font-size: 20px;
		line-height: 40px;
	}
}

@media (max-width:1200px) {
	.box1-t {
		margin-top: 15px;
		margin-bottom: 5px;
	}

	.box1-m .box1-m-t {
		width: 70%;
		margin-bottom: 12px;
	}

	.box1-m .box1-m-t p {
		font-size: 20px;
	}

	.box1-m .box1-m-m p {
		font-size: 15px;
	}

	.box1-m .box1-m-b p {
		font-size: 15px;
	}

	.box2-t-t p {
		font-size: 15px;
	}

	.box2-t-b p {
		font-size: 15px;
	}

	.box2-top {
		padding: 50px 0 110px;
	}

	.box2-mind {
		transform: translateY(-50px);
	}

	.box2-bom-t p {
		font-size: 20px;
	}

	.box2-bom-b p {
		font-size: 20px;
	}

	.box2-bom-t {
		margin-bottom: 13px;
	}

	.box2-bom-b {
		padding-bottom: 50px;
	}

	.box3 {
		padding: 80px 0 110px;
	}

	.box3-b ul {
		flex-wrap: wrap;
	}

	.box3-b ul li:nth-child(n) {
		top: 0;
	}

	.box3-b ul li {
		width: 33%;
		margin-bottom: 20px;
	}

	.box2-mind-cen .content1400 {
		max-width: 90%;
	}
}

@media (max-width:960px) {
	.box1-m .box1-m-t {
		width: 85%;
		margin-bottom: 12px;
	}

	.box1-m .box1-m-t p {
		font-size: 18px;
	}

	.box1-m .box1-m-m {
		width: 95%;
	}

	.box1-m .box1-m-b {
		width: 85%;
	}

	.box1 {
		margin-bottom: 70px;
	}

	.box2-t-t {
		width: 85%;
	}

	.box2-t-b {
		width: 70%;
	}

	.box2-top {
		padding: 50px 0 80px;
	}

	.box2-bom-t p {
		font-size: 18px;
	}

	.box2-bom-t {
		margin-bottom: 8px;
	}

	.box2-bom-b p {
		font-size: 18px;
	}

	.box3 {
		padding: 60px 0 90px;
	}

	.box3-b ul li {
		width: 45%;
	}

	.box3-b ul li .box3-b-box {
		/* justify-content: center; */
	}
}

@media (max-width:768px) {
	.box1-t {
		margin-top: 8px;
		margin-bottom: 0;
	}

	.box1-m .box1-m-m {
		width: 100%;
	}

	.box1-m .box1-m-b {
		width: 100%;
	}

	.box1-b ul {
		flex-wrap: wrap;
	}

	.box1-b ul li:nth-child(2) {
		margin: 0;
		margin-bottom: 10px;
	}

	.box1-b ul li {
		width: 49%;
		margin-bottom: 10px;
	}

	.commonMore span {
		font-size: 16px;
	}

	.commonMore .iconfont {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}

	.box2-t-t {
		width: 100%;
	}

	.box2-t-b {
		width: 100%;
	}

	.box2-bom-t p {
		font-size: 16px;
	}

	.box2-bom-b p {
		font-size: 16px;
	}

	.box2-bom-b {
		padding-bottom: 30px;
	}

	.box3-top {
		margin-bottom: 40px;
	}
}

@media (max-width:620px) {
	.box3-b ul li {
		width: 100%;
	}
}