body{
	background-color: RGBA(250, 250, 250, 1);
}
.banner{
	position: relative;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide .pic img{
	display: block;
	width: 100%;
}
.banner .swiper-slide .slide-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 3;
}
.banner .swiper-slide .slide-box .title{
	font-size: 48px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5;
}
.banner .btns{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 56px;
	padding-left: 5.2%;
	z-index: 2;
	display: flex;
}
.banner .btns .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	transition: all .6s;
	cursor: pointer;
}
.banner .btns .btn:hover{
	border-color: rgba(140, 199, 62, 1);
	color: rgba(140, 199, 62, 1);
}
.banner .btns .btn.btn-prev{
	margin-right: 20px;
}
.banner .drop-mouse{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 50px;
	z-index: 2;
}
.banner .drop-mouse .iconfont{
	display: block;
	font-size: 30px;
	animation: bump .8s ease-in-out infinite alternate;
	color: #fff;
}
@keyframes bump {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.box1{
	padding: 2.08%;
}
.box1 .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap:  0 1.04vw;
}
.box1 .list li{
	position: relative;
	overflow: hidden;
}
.box1 .list li .text-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 55px 50px;
	transition: all .6s;
	overflow: hidden;
	transform: translateY(105px);
}
.box1 .list li:hover .text-box{
	transform: translateY(0px);
}
.box1 .list li .text-box .text-title{
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #FAFAFA;
	line-height: 1;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
}
.box1 .list li .text-box .commonMore{
	margin-top: 45px;
	opacity: 0;
}
.box1 .list li:hover .text-box .commonMore{
	opacity: 1;
}
.commonMore{
	display: flex;
	align-items: center;
	width: 160px;
	height: 60px;
	line-height: 60px;
	background: #8CC73E;
	border-radius: 30px;
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FAFAFA;
	line-height: 1;
	justify-content: center;
	align-items: center;
	transition: all .6s;
}
.commonMore span{
    font-family: HarmonyOS Sans SC;
}
.commonMore .iconfont{
	margin-left: 10px;
	font-size: 20px;
	transform: rotate(-45deg);
	transition: transform .6s;
	transform: rotate(0deg);
}
.commonMore:hover .iconfont{
    /*transform: rotate(0deg);*/
}
.box2{
	position: relative;
	/* padding: 153px 0 330px; */
	text-align: center;
}
.box2 .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.box2 .bg img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: all 2s;
}
.box2 .bg img.active{
	opacity: 1;
}
.index-title .title{
	font-size: 80px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #FAFAFA;
	line-height: 1;
	text-transform: uppercase;
}
.index-title .des{
	font-size: 18px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.66;
	margin-top: 2.22em;
}
.box2 .index-title{
	top: 154px;
	position: absolute;
	z-index: 3;
	left: 0;
	width: 100%;
}
.box2 .list{
	position: relative;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	height: 900px;
	z-index: 3;
}
.box2 .list li:not(:last-child){
	border-right: 1px solid rgba(255, 255, 255, .1);
}
.box2 .list li{
	padding-top: 480px;
	cursor: pointer;
}
.box2 .list li .number {
	font-family: HarmonyOS Sans SC;
	color: #fff;
	font-size: 24px;
	transition: all .6s;
}
.box2 .list li:hover .number{
	color: #8CC73E;
}
.box2 .list li .number .counter{
	font-size: 60px;
	font-family: Rany-bold;
	line-height: 1;
}
.box2 .list li .text{
	font-size: 24px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 10px;
	text-transform: uppercase;
}
.box3{
	padding: 165px 0 222px;
}
.box3 .content{
	padding: 0 2.08%;
}
.box3 .box-c{
	display: flex;
	justify-content: space-between;
}
.box3 .box-c .l{
	position: relative;
	width: 59.24%;
}
.box3 .box-c .l .pic{
	position: relative;
	z-index: 2;
	height: 100%;
}
.box3 .box-c .l .pic img{
	display: block;
	height: 100%;
	object-fit: cover;
}
.box3 .box-c .l .playBtn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 84px;
	height: 84px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	z-index: 3;
	background: rgba(255,255,255,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
}
.box3 .box-c .l .playBtn .iconfont{
	font-size: 26px;
}
.box3 .box-c .l .img1{
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(51.85%,-36.64%);
	display: block;
	width: 52.5%;
	z-index: 1;
}
.box3 .box-c .l .img2{
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(-21.34%,52.37%);
	display: block;
	width: 52.5%;
	z-index: 1;
	display: none;
}
.box3 .box-c .r{
	position: relative;
	width: 38.23%;
	z-index: 4;
	padding-top: 54px;
}
.box3 .box-c .r .text-box{
	width: 637px;
	max-width: 100%;
}
.box3 .index-title .title{
	color: #C6C6C6;
	white-space: nowrap;
	transform: translateX(-75.38%);
}
.box3 .box-c .r .des{
	font-size: 16px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #c6c6c6;
	line-height: 1.5;
	margin-top: 1.em;
}
.box3 .box-c .r .des *,
.box3 .box-c .r .text *{
    font-family: "Calibri";
}
.box3 .box-c .r .text{
	font-size: 14px;
	font-family: HarmonyOS_Sans_SC_Light;
	color: #333333;
	line-height: 1.66;
	margin: 1.77em 0 7em;
}
.box3 .box-c .r .commonMore{
	background: #FFFFFF;
	box-shadow: 5px 9px 30px 0px rgba(238,238,238,0.3);
	color: #8CC73E;
	transition: all .6s;
}
.box3 .box-c .r .commonMore:hover{
	background-color: #8CC73E;
	color: #fff;
	box-shadow: 5px 9px 30px 0px rgba(140,199,62,0.3);
}
.box4{
	padding-bottom: 200px;
	text-align: center;
}
.box4 .title{
	font-size: 48px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #C6C6C6;
	line-height: 1;
	text-transform: uppercase;
}
.box4 .swiper{
	margin-top: 80px;
}
.box4 .swiper .swiper-slide{
	width: 340px;
	box-shadow: 5px 9px 30px 0px rgba(240,240,240,0.3);
}
.box4 .swiper .swiper-slide a,
.box4 .swiper .swiper-slide a img{
	display: block;
	width: 100%;
}
.box4 .swiper .swiper-slide:not(:last-child){
	margin-right: 12px;
}
.box4 .swiper .swiper-wrapper{
	transition-timing-function: linear;
}
@media (max-width:1700px) {
	.box3 .box-c .r .text{
		margin-bottom: 3em;
	}
	.index-title .title{
		font-size: 60px;
	}
	.box3 .index-title .title{
		transform: translateX(-50%);
	}
}
@media (max-width:1440px) {
	.index-title .title{
		font-size: 40px;
	}
	.box3 .box-c .r .des{
		font-size: 22px;
		margin-top: 1.7em;
	}
	.box3 .box-c .r .text{
		font-size: 16px;
		margin: 1.4em 0 2em;
	}
	.commonMore{
		height: 50px;
	}
	.box2 .list{
		height: 700px;
	}
	.box2 .list li{
		padding-top: 380px;
	}
	.box2 .index-title{
		top: 120px;
	}
	.banner .swiper-slide .slide-box .title{
		font-size: 40px;
	}
	.banner .btns .btn{
		width: 40px;
		height: 40px;
	}
	.banner .btns{
		bottom: 30px;
	}
	.banner .drop-mouse{
		bottom: 30px;
	}
	.box2 .list li .number .counter{
		font-size: 50px;
	}
	.index-title .des{
		font-size: 16px;
		margin-top: .5em;
	}
	.box4 .title{
		font-size: 36px;
	}
}
@media (max-width:1280px) {
	.banner .swiper-slide .slide-box .title,
	.box4 .title{
		font-size: 30px;
	}
	.box2 .list li .text{
		font-size: 22px;
	}
	.box1 .list li .text-box{
		padding: 0 30px 30px;
		transform: translateY(75px);
	}
	.box1 .list li .text-box .text-title{
		font-size: 22px;
	}
	.box1 .list li .text-box .commonMore{
		margin-top: 25px;
	}
	.index-title .title{
		font-size: 30px;
	}
	.box3{
		padding: 120px 0;
	}
	.box3 .box-c .r .des{
		margin-top: 1em;
		font-size: 20px;
	}
	.box3 .index-title .title{
		transform: translateX(0);
	}
	.box4{
		padding-bottom: 80px;
	}
	.box4 .swiper{
		margin-top: 50px;
	}
}
@media (max-width:1199px) {
	.box4{
		padding-bottom: 60px;
	}
	.box4 .swiper{
		margin-top: 40px;
	}
	.banner .swiper-slide .slide-box .title{
		font-size: 28px;
	}
}
@media (max-width:1024px) {
	.box4{
		padding-bottom: 45px;
	}
	.box4 .swiper{
		margin-top: 35px;
	}
	.box3 .box-c .r .text-box{
		width: 100%;
	}
	.box3 .box-c .r .des{
		margin-top: .5em;
	}
	.box3 .box-c .r .text{
		margin: .5em 0 1em;
	}
	.box3{
		padding: 50px 0;
	}
	.box3 .box-c .r{
		width: 100%;
		padding-top: 30px;
	}
	.box3 .box-c .l .img1,
	.box3 .box-c .l .img2{
		display: none;
	}
	.box3 .box-c{
		flex-direction: column;
	}
	.box3 .box-c .l{
		width: 100%;
	}
	.index-title .title,
	.box4 .title{
		font-size: 26px;
	}
	.box2 .list li .text{
		font-size: 16px;
	}
	.box2 .list li .number .counter{
		font-size: 36px;
	}
	.box2 .list li .number{
		font-size: 20px;
	}
	.box2 .list li{
		padding-top: 240px;
	}
	.box2 .index-title{
		top: 70px;
	}
	.box2 .list{
		height: 500px;
	}
	.box1 .list li .text-box .text-title{
		font-size: 18px;
	}
	.box1 .list li .text-box{
		padding: 0 20px 30px;
	}
	.banner .swiper-slide .slide-box .title{
		font-size: 26px;
	}
	.banner .swiper-slide .pic img{
		min-height: 340px;
		object-fit: cover;
	}
	.banner .btns .btn{
		width: 34px;
		height: 34px;
	}
	.banner .btns .btn .iconfont{
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.box4{
		padding-bottom: 40px;
	}
	.box4 .swiper{
		margin-top: 30px;
	}
	.box3 .box-c .l .playBtn{
		width: 60px;
		height: 60px;
	}
	.box3 .box-c .l .playBtn .iconfont{
		font-size: 20px;
	}
	.box3 .box-c .r{
		padding-top: 20px;
	}
	.index-title .title{
		font-size: 24px;
	}
	.box1 .list{
		grid-template-columns: repeat(2,1fr);
		gap: 1.04vw;
	}
	.banner .swiper-slide .slide-box .title,
	.box4 .title{
		font-size: 24px;
	}
	.banner .btns{
		bottom: 15px;
	}
	.commonMore{
		height: 40px;
		width: 120px;
		font-size: 14px;
	}
	.commonMore .iconfont{
		font-size: 16px;
		margin-left: 5px;
	}
	.box2 .list{
		height: 380px;
	}
	.box2 .list li{
		padding-top: 190px;
	}
	.box2 .list li .number{
		font-size: 18px;
	}
	.box2 .list li .number .counter{
		font-size: 30px;
	}
	.box2 .list li .text{
		font-size: 14px;
	}
	.box3{
		padding: 40px 0;
	}
}
@media (max-width: 500px) {
	.box4{
		padding-bottom: 30px;
	}
	.box4 .swiper{
		margin-top: 20px;
	}
	.box3{
		padding: 30px 0;
	}
	.box3 .box-c .l .playBtn{
		width: 44px;
		height: 44px;
	}
	.box3 .box-c .l .playBtn .iconfont{
		font-size: 16px;
	}
	.index-title .des{
		margin-top: 0;
	}
	.box2 .list li .text{
		font-size: 12px;
	}
	.box2 .list li .number .counter{
		font-size: 24px;
	}
	.box2 .list li .number{
		font-size: 14px;
	}
	.box2 .list li{
		padding-top: 140px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.box2 .index-title{
		top: 55px;
	}
	.box2 .list{
		height: 270px;
	}
	.index-title .title,
	.box4 .title{
		font-size: 22px;
	}
	.box1 .list{
		grid-template-columns: repeat(1,1fr);
	}
	.banner .swiper-slide .slide-box .title{
		font-size: 22px;
	}
	.box1 .list li .text-box{
		padding: 0 15px 25px;
	}
	.box1 .list li .text-box .text-title{
		font-size: 16px;
	}
}