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

* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

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

.box1 {
	padding: 110px 0 100px;
}

.box1 p {
	font-size: 70px;
	line-height: 1;
	color: #333333;
	font-family: HarmonyOS_Sans_SC_Bold;
	text-align: center;
}

.box2 {
	padding-bottom: 50px;
	margin-bottom: 70px;
	/*background: url(../img/our-box2-bj.png)no-repeat;*/
	background-position: 45% bottom;
}

.box2-cen {
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.box2-prc {
	position: relative;
	width: 49.3%;

}

.box2-prc::after {
	position: absolute;
	display: block;
	content: '';
	top: 3%;
	right: -2%;
	width: 2%;
	height: 75%;
	background: #8dc63f;
}

.box2-prc img {
	display: block;
	width: 100%;
	transition: all 0.8s;
	overflow: hidden;
}

/* .box2-prc img:hover {
	transform: scale(1.1);
} */

.box2-zi {
	width: 44.15%;
}

.box2-z-t .iconfont {
	font-size: 75px;
	display: block;
	color: #8dc63f;
	line-height: 1;
}

.box2-z-m {
	margin: 5px 0  5px;
}

.box2-z-m p {
	font-size: 36px;
	line-height: 1;
	color: #8dc63f;
	font-family: HarmonyOS_Sans_SC_Bold;
}

.box2-z-b p {
	font-size: 18px;
	line-height: 20px;
	color: #333333;
	font-family: HarmonyOS_Sans_SC;
}

.box3 {
	background-position: 55% bottom;
	margin-bottom: 130px;
}

.box3 .box2-prc::after {
	left: -2%;
}
@media (max-width:1700px){
	.box1 p{
		font-size: 45px;
	}
	.box1 {
	    padding: 90px 0 80px;
	}
}
@media (max-width:1440px){
	.box1 p{
		font-size: 40px;
	}
	
	.box1 {
	    padding: 60px 0 50px;
	}  
	.box2-z-m {
	    margin: 20px 0 40px;
	}
	.box2-z-m p{
		font-size: 30px;
	}
	.box2-z-t .iconfont {
		font-size: 60px;
	}
	.box2-z-b p{
		font-size: 22px;
		line-height: 28px;
	}
}
@media (max-width:1200px){
	.box1 {
	    padding: 40px 0 35px;
	}
	.box1 p {
	    font-size: 30px;
	}
	.box2-z-t .iconfont {
	    font-size: 40px;
	}
	.box2-z-m {
	    margin: 15px 0 30px;
	}
	.box2-z-m p {
	    font-size: 24px;
	}
	.box2-z-b p{
		font-size: 18px;
		line-height: 24px;
	}
	.box2 {
		padding-bottom: 25px;
	    margin-bottom: 30px;
	}
}
@media (max-width:1200px){
	.box2-cen{
		flex-direction: column;
		
	}
	.box2-prc{
		width: 100%;
	}
	.box2-zi{
		margin-top: 15px;
		width: 100%;
	}
	.box3 .box2-cen{
		flex-direction: column-reverse;
	}
}