 vbody {
 	background-color: RGBA(250, 250, 250, 1);
 }

 * {
 	margin: 0;
 	padding: 0;
 }

 li {
 	list-style: none;
 }

 a {
 	text-decoration: none;
 	list-style: none;
 }

 .box1 {
 	padding: 120px 0 43px;
 }

 .box1-cen>h6 {
 	font-size: 80px;
 	line-height: 1;
 	font-family: HarmonyOS_Sans_SC_Bold;
 	color: #333333;
 	margin-bottom: 40px;
 }

 .box1-cen>p {
 	font-size: 24px;
 	line-height: 1;
 	font-family: HarmonyOS_Sans_SC_Bold;
 	color: #333333;
 }

 .box2 {
 	width: 100%;
 	display: flex;
 	justify-content: space-between;
 }

 .mySwiper1 {
 	padding-bottom: 20px;
 }

 .mySwiper1 .swiper-slide {
 	width: 40%;
 }

 .mySwiper1 .swiper-slide img {
 	width: 100%;
 }

 .mySwiper1 .swiper-scrollbar-drag {
 	height: 100%;
 	width: 100%;
 	position: relative;
 	background: rgba(140, 199, 62, .5);
 	border-radius: 10px;
 	left: 0;
 	top: 0;
 }

 .box3 {
 	padding-top: 60px;
 	/* padding: 60px 0 70px; */
 }

 .box3-cen {
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
 }

 .box3-left {
 	width: 38.7%;
 }

 .box3-l-t p {
 	font-size: 24px;
 	line-height: 1;
 	color: #333333;
 	font-family: HarmonyOS_Sans_SC_Bold;
 	margin-bottom: 45px;
 }

 .box3-l-b p {
 	font-size: 18px;
 	line-height: 30px;
 	font-family: HarmonyOS_Sans_SC;
 }

 .box3-right {
 	width: 50%;
 	border-bottom: 1px solid #e9e9e9;
 	border-top: 1px solid #e9e9e9;
 	padding-top: 50px;
 }

 .box3-right ul {
 	display: flex;
 	flex-wrap: wrap;
 	justify-content: space-between;
 }

 .box3-right ul li {
 	width: 50%;
 	padding-left: 10%;
 	margin-bottom: 60px;
 }

 .box3-right ul li>span {
 	display: block;
 	font-size: 18px;
 	color: #999999;
 	font-family: HarmonyOS_Sans_SC;
 	line-height: 1;
 	margin-bottom: 15px;
 }

 .box3-right ul li>p {
 	font-size: 24px;
 	font-family: HarmonyOS_Sans_SC_Bold;
 	color: #333333;
 }

 .box3-right ul li>p .danw {
 	font-size: 16px;
 	font-family: HarmonyOS_Sans_SC_Bold;
 	color: #333333;
 }

 .box3 .more {
 	display: block;
 	width: 160px;
 	height: 60px;
 	border-radius: 30px;
 	text-align: center;
 	line-height: 60px;
 	color: #ffffff;
 	font-size: 16px;
 	font-family: HarmonyOS_Sans_SC;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	background: #8cc73e;
 	margin: 0 auto;
 	text-align: center;
 	margin-top: 70px;
 }

 .box3 .more .iconfont {
 	display: block;
 	margin-left: 10px;
 	font-weight: bold;
 }

 .box4 {
 	margin-top: 120px;
 }

 .box4-cen {
 	display: flex;
 	align-items: center;
 	justify-content: space-between;
 }

 .box4 .box-prc {
 	width: 50%;
 }

 .box4 .box-prc img {
 	display: block;
 	width: 100%;
 }

 .box4 .box-zi {
 	width: 50%;
 }

 .box4 .box-zi-cen {
 	width: 80%;
 	margin-left: 8%;
 }

 .box-zi-cen p {
 	font-size: 24px;
 	line-height: 36px;
 	font-family: HarmonyOS_Sans_SC_Bold;
 	color: #333333;
 }

 .box5 .box-zi .box-zi-cen {
 	margin-left: 12%;
 }

 .box6 {
 	margin-bottom: 195px;
 }

 @media (max-width:1700px) {
 	.box1 {
 		padding: 90px 0 80px;
 	}

 	.box1-cen>h6 {
 		font-size: 60px;
 		margin-bottom: 20px;
 	}

 	.box3 {
 		padding-top: 45px;
 	}

 	.box3 .more {
 		margin-top: 50px;
 	}

 	.box4 {
 		margin-top: 90px;
 	}

 	.box6 {
 		margin-bottom: 130px;
 	}
 }

 @media (max-width:1440px) {
 	.box1-cen>h6 {
 		font-size: 40px;
 		margin-bottom: 20px;
 	}

 	.box1 {
 		padding: 60px 0 40px;
 	}

 	.box1-cen>p {
 		font-size: 22px;
 	}

 	.box3-l-t p {
 		font-size: 22px;
 		margin-bottom: 35px;
 	}

 	.box3-l-b p {
 		font-size: 17px;
 		line-height: 27px;
 	}

 	.box3-right ul li {
 		margin-bottom: 50px;
 	}

 	.box3-right ul li>p {
 		font-size: 22px;
 	}

 	.box3-right ul li>span {
 		font-size: 17px;
 	}

 	.box3 .more {
 		margin-top: 35px;
 		height: 45px;
 	}

 	.box4 {
 		margin-top: 60px;
 	}

 	.box-zi-cen p {
 		font-size: 22px;
 		line-height: 32px;
 	}

 	.box6 {
 		margin-bottom: 60px;
 	}
 }

 @media (max-width:1200px) {
 	.box1-cen>h6 {
 		font-size: 30px;
 		margin-bottom: 15px;
 	}

 	.box1 {
 		padding: 40px 0 25px;
 	}

 	.box3 {
 		padding-top: 30px;
 	}

 	.box3-l-t p {
 		font-size: 20px;
 		margin-bottom: 15px;
 	}

 	.box3-l-b p {
 		font-size: 15px;
 		line-height: 24px;
 	}

 	.box3-right ul li {
 		margin-bottom: 30px;
 	}

 	.box3-right ul li {
 		padding-left: 6%;
 	}
	.box3-right ul li>span {
	    font-size: 15px;
	}
	.box3-right ul li>p {
	    font-size: 20px;
	}
	.box4 {
	    margin-top: 30px;
	}
	.box-zi-cen p {
	    font-size: 20px;
	    line-height:26px;
	}
 }
  @media (max-width:786px){
	  .box3-cen{
		  flex-direction: column;
	  }
	  .box3-left{
		  width: 100%;
	  }
	  .box3-right{
		  width: 100%;
	  }
	  .box3-right{
		  padding-top: 20px;
		  margin-top: 20px;
	  }
	  .box4-cen{
		  flex-direction: column;
	  }
	  .box4 .box-prc{
		  width: 100%;
	  }
	  .box4 .box-zi{
		  width: 100%;
		  margin-top: 20px;
	  }
	  .box4 .box-zi-cen{
		  width: 100%;
		  margin-top: 0px;
		  margin-left: 0;
	  }
	  .box5 .box-zi .box-zi-cen {
	      margin-left: 0;
	  }
	  .box5 .box4-cen{
	  		  flex-direction: column-reverse;
	  }
  }