.banner1 video{
	display: block;
	width: 100%;
	cursor: pointer;
}
.banner1 video + .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
	pointer-events: none;
	opacity: ;
}
.banner1 video + .pic img{
	height: 100%;
	object-fit: cover;
}
.banner1 video + .pic.active{
	opacity: 0;
	pointer-events: inherit;
}
.about .box1{
	padding: 100px 0 134px;
}
.about .box1 .des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-top: 45px;
}
.about .box1 .des p:not(:last-child){
	margin-bottom: 28px;
}
.about .box1 .box-c{
	display: flex;
	justify-content: space-between;
	margin-top: 65px;
}
.about .box1 .box-c .l{
	width: 46.42%;
}
.about .box1 .box-c .l .list li{
	display: flex;
	align-items: center;
}
.about .box1 .box-c .l .list li:not(:last-child){
	margin-bottom: 60px;
}
.about .box1 .box-c .l .list li .icon{
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(-30deg, #41ACFF, #0278F6);
	box-shadow: 5px 9px 30px 0px rgba(13,119,253,0.3);
	border-radius: 50%;
}
.about .box1 .box-c .l .list li .icon img{
	max-width: 44px;
	max-height: 44px;
	transition: all .6s;
}
.about .box1 .box-c .l .list li:hover .icon img{
	transform: rotateY(180deg);
}
.about .box1 .box-c .l .list li .text-box{
	flex: 1;
	margin-left: 45px;
}
.about .box1 .box-c .l .list li .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 30px;
	color: #0278F6;
	line-height: 1;
}
.about .box1 .box-c .l .list li .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 1.66;
	margin-top: 13px;
}
.about .box1 .box-c .r{
	width: 50%;
}
.about .box1 .box-c .r .pic img{
	display: block;
	width: 100%;
}
.about .box2{
	position: relative;
	padding: 94px 0 180px;
	/* background-color: RGBA(248, 249, 250, 1); */
	overflow: hidden;
	background-image: url(../img/about-box2-bg.jpg);
	background-size: cover;
}
.about .box2 .inner-title{
	color: #fff;
}
.about .box2 .canvas{
	position: absolute;
	left: 0;
	bottom: -240px;
	pointer-events: none;
}
.about .box2 .box-c{
	position: relative;
	margin-top: 60px;
}
.about .box2 .box-c .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
}
.about .box2 .box-c .lines{
	position: absolute;
	left: 0;
	top: 50%;
	height: 100vw;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 1;
	pointer-events: none;
}
.about .box2 .box-c .lines .line{
	width: 1px;
	height: 100%;
	background-color: RGBA(32, 48, 61, 1);
}
.about .box2 .box-c .list::after{
	left: auto;
	right: 0;
}
.about .box2 .box-c .list::after,
.about .box2 .box-c .list li:nth-child(4n+1):before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	/* top: 0; */
	width: 114.28%;
	height: 1px;
	background-color: RGBA(32, 48, 61, 1);
}
.about .box2 .box-c .list::after{
	bottom: 0;
}
.about .box2 .box-c .list li{
	/* position: relative; */
	transition: all .6s;
}
.about .box2 .box-c .list li:hover{
	background-color: rgba(2, 120, 246, 1);
	box-shadow: 5px 9px 30px 0px rgba(2,120,246,0.3);
}
.about .box2 .box-c .list li .textContainer{
	text-align: center;
	padding: 70px 0;
}
.about .box2 .box-c .list li .icon{
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.about .box2 .box-c .list li .icon img{
	max-width: 100%;
	max-height: 100%;
	transition: all .6s;
}
.about .box2 .box-c .list li:hover .icon img{
	transform: rotateY(180deg);
	filter: grayscale(100%) brightness(200%);
}
.about .box2 .box-c .list li .number{
	font-family: Rany;
	font-weight: 400;
	font-size: 36px;
	color: #fff;
	line-height: 1;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .6s;
}
.about .box2 .box-c .list li:hover .text,
.about .box2 .box-c .list li:hover .number{
	color: #fff;
}
.about .box2 .box-c .list li .text{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	margin-top: 15px;
	line-height: 25px;
	transition: all .6s;
}
.about .box2 .box-c .list li .number .addIcon{
	font-family: Rany;
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	padding-left: 8px;
}
.about .box3{
	padding: 120px 0 135px;
}
.about .box3 .box-c{
	margin-top: 65px;
}
.about .box3 .box-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
}
.about .box3 .box-c .list li{
	padding: 50px 30px;
	background-color: rgba(248, 248, 248, 1);
	min-height: 410px;
}
.about .box3 .box-c .list li .date{
	font-family: Rany-Bold;
	font-size: 36px;
	color: #999999;
	line-height: 1;
}
.about .box3 .box-c .list li .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 30px;
	color: #0278F6;
	line-height: 1.33;
	margin-top: 45px;
}
.about .box3 .box-c .list li .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	margin-top: 20px;
}
.about .box4{
	padding: 100px 0 80px;
	background-image: url(../img/about-box4-bg.jpg);
	background-size: cover;
}
.about .box4 .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 40px 24px;
}
.about .box4 .list li .image{
	position: relative;
	padding-top:59.33%;
}
.about .box4 .box-c{
	margin-top: 60px;
}
.about .box4 .list li .image .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 6.32%;
}
.about .box4 .list li .image .icon .pic{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	z-index: 3;
}
.about .box4 .list li .image .icon .pic img{
	max-width: 90%;
	max-height: 100%;
}
.about .box4 .list li .image .icon .image-bottom{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,29.61%);
	width: 131.92%;
	z-index: 2;
}
.about .box4 .list li .image .icon .image-bottom img{
	display: block;
	width: 100%;
	transform: translateX(-3%);
}
.about .box4 .list li .text{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 1.66;
	margin-top: 39px;
	text-align: center;
}
.about .box5{
	padding: 115px 0 94px;
	background-color: rgba(249, 249, 249, 1);
}
.about .box5 .box-c{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.about .box5 .box-c li:not(:last-child){
	margin-bottom: 58px;
}
.about .box5 .box-c .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	line-height: 30px;
}
.about .box5 .box-c .labels{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 75px;
	margin-top: 20px;
}
.about .box5 .box-c .label{
	display: flex;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	line-height: 48px;
	align-items: flex-end;
}
.about .box5 .box-c .number{
	font-family: Rany;
	font-weight: bold;
	font-size: 36px;
	color: #0278F6;
	line-height: 48px;
	padding-right: 11px;
}
.about .box5 .box-c .text{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 48px;
	margin-top: 20px;
}
.about .box5 .box-c .l{
	width: 46.71%;
}
.about .box5 .box-c .l img{
	width: 100%;
	display: block;
}
.about .box5 .box-c .r{
	padding-top: 46px;
	width: 50%;
}
.about .box6{
	padding: 119px 0;
}
.about .box6 .des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 33px;
	margin-top: 23px;
	text-align: center;
}
.about .box6 .box-t{
	margin-top: 19px;
}
.about .box6 .box-t .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 24px;
}
.about .box6 .box-c .list li,
.about .box6 .box-t .list li{
	position: relative;
	border-radius: 5px;
	border: 1px dashed #C4CFDB;
}
.about .box6 .box-t .list li .img{
	position: relative;
	padding-top: 62.3%;
}
.about .box6 .box-c .list li .pic,
.about .box6 .box-t .list li .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about .box6 .box-c .list li .pic img,
.about .box6 .box-t .list li .pic img{
	max-width: 80%;
	max-height: 80%;
}
.about .box6 .box-c{
	margin-top: 24px;
}
.about .box6 .box-c .list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 24px;
}
.about .box6 .box-c .list li{
	width: 281px;
}
.about .box6 .box-c .list li .img{
	position: relative;
	padding-top: 124.91%;
}
.about .box6 .box-b{
	margin-top: 75px;
}
.about .box6 .box-b .list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 7px;
}
.about .box6 .box-b li{
	border-radius: 5px;
	border: 1px dashed #C4CFDB;
}
.about .box6 .box-b li>a{
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 24px;
	padding: 11px 30px;
	min-height: 70px;
	transition: all .6s;
}
.about .box6 .box-b li:hover>a{
	background-color: rgba(2, 120, 246, 1);
	border-color: rgba(2, 120, 246, 1);
	color: #fff;
}
@media (max-width:1280px) {
	.about .box1 .box-c .l .list li .icon{
		width: 70px;
		height: 70px;
	}
	.about .box1 .box-c .l .list li .icon img{
		max-width: 34px;
		max-height: 34px;
	}
	.about .box1 .box-c .l .list li .text-box{
		margin-left: 20px;
	}
	.about .box1 .box-c .l .list li .text-title{
		font-size: 28px;
	}
	.about .box3 .box-c .list li .date{
		font-size: 30px;
	}
	.about .box3 .box-c .list li .text-title{
		margin-top: 30px;
		font-size: 28px;
	}
}
@media (max-width:1199px) {
	.about .box6,
	.about .box5{
		padding: 70px 0;
	}
	.about .box6 .box-b,
	.about .box5 .box-c{
		margin-top: 45px;
	}
	.about .box3 .box-c .list li .date{
		font-size: 28px;
	}
	.about .box3 .box-c .list li .text-title{
		margin-top: 20px;
		font-size: 26px;
	}
	.about .box1,.about .box2,.about .box3,.about .box4{
		padding: 70px 0;
	}
	.about .box2 .box-c,
	.about .box1 .box-c,
	.about .box3 .box-c,
	.about .box4 .box-c{
		margin-top: 45px;
	}
	.about .box1 .box-c .l .list li .text-title{
		font-size: 26px;
	}
	.about .box5 .box-c .r{
		padding-top: 0;
	}
	.about .box5 .box-c .labels{
		gap: 20px 35px;
	}
	.about .box5 .box-c .label,
	.about .box5 .box-c .text-title{
		font-size: 20px;
	}
	.about .box5 .box-c .labels{
		margin-top: 10px;
	}
	.about .box5 .box-c .number{
		font-size: 30px;
	}
	.about .box5 .box-c .text{
		margin-top: 5px;
		font-size: 16px;
		line-height: 2;
	}
	.about .box5 .box-c li:not(:last-child){
		margin-bottom: 40px;
	}
	.about .box6 .des{
		margin-top: 13px;
	}
}
@media (max-width:1024px) {
	.about .box5 .box-c .labels{
		gap: 10px 20px;
	}
	.about .box5 .box-c li:not(:last-child){
		margin-bottom: 24px;
	}
	.about .box5 .box-c .text{
		font-size: 14px;
	}
	.about .box5 .box-c .number,
	.about .box5 .box-c .label{
		line-height: 32px;
	}
	.about .box5 .box-c .number{
		font-size: 26px;
	}
	.about .box5 .box-c .label, .about .box5 .box-c .text-title{
		font-size: 18px;
	}
	.about .box6,
	.about .box5{
		padding: 60px 0;
	}
	.about .box6 .box-b,
	.about .box5 .box-c{
		margin-top: 40px;
	}
	.about .box3 .box-c .list li .date{
		font-size: 26px;
	}
	.about .box3 .box-c .list li .text-title{
		margin-top: 10px;
		font-size: 24px;
	}
	.about .box1 .box-c .l .list li .text-title{
		font-size: 24px;
	}
	.about .box1,.about .box2,.about .box3,.about .box4{
		padding: 60px 0;
	}
	.about .box2 .box-c,
	.about .box1 .box-c,
	.about .box3 .box-c,
	.about .box4 .box-c{
		margin-top: 40px;
	}
	.about .box1 .des{
		font-size: 16px;
	}
	.about .box1 .des{
		margin-top: 30px;
	}
	.about .box1 .des p:not(:last-child){
		margin-bottom: 15px;
	}
	.about .box1 .box-c .l .list li .icon{
		width: 50px;
		height: 50px;
	}
	.about .box1 .box-c .l .list li .icon img{
		width: 24px;
		height: 24px;
	}
	.about .box1 .box-c .l .list li .text-box{
		margin-left: 10px;
	}
	.about .box1 .box-c .l .list li .text-des{
		font-size: 16px;
		margin-top: 6px;
	}
	.about .box1 .box-c .l .list li:not(:last-child){
		margin-bottom: 30px;
	}
	.about .box2 .box-c .list li .number{
		font-size: 30px;
	}
	.about .box2 .box-c .list li .textContainer{
		padding: 40px 0;
	}
	.about .box3 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.about .box4 .list{
		grid-template-columns: repeat(3,1fr);
	}
	.about .box4 .list li .text{
		margin-top: 20px;
	}
	.about .box4 .list{
		gap: 30px 20px;
	}
	.about .box4 .list li .text{
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.about .box6 .des{
		font-size: 16px;
		line-height: 1.8;
	}
	.about .box5 .box-c{
		flex-direction: column;
	}
	.about .box5 .box-c .r,
	.about .box5 .box-c .l{
		width: 100%;
	}
	.about .box6,
	.about .box5{
		padding: 50px 0;
	}
	.about .box6 .box-b,
	.about .box5 .box-c{
		margin-top: 30px;
	}
	.about .box4 .list{
		grid-template-columns: repeat(2,1fr);
	}
	.about .box3 .box-c .list li .text-des{
		margin-top: 10px;
	}
	.about .box3 .box-c .list li{
		padding: 30px 20px;
		min-height: 0;
	}
	.about .box3 .box-c .list li .date{
		font-size: 24px;
	}
	.about .box3 .box-c .list li .text-title{
		font-size: 22px;
	}
	.about .box1 .box-c .r,
	.about .box1 .box-c .l{
		width: 100%;
	}
	.about .box1 .box-c .r{
		margin-top: 30px;
	}
	.about .box1 .box-c{
		flex-direction: column;
	}
	.about .box1 .des{
		margin-top: 20px;
	}
	.about .box1,.about .box2,.about .box3,.about .box4{
		padding: 50px 0;
	}
	.about .box2 .box-c,
	.about .box1 .box-c,
	.about .box3 .box-c,
	.about .box4 .box-c{
		margin-top: 30px;
	}
	.about .box1 .box-c .l .list li .text-title{
		font-size: 22px;
	}
	.about .box2 .box-c .list{
		grid-template-columns: repeat(3,1fr);
	}
	.about .box2 .box-c .lines .line:nth-child(4){
		display: none;
	}
	.about .box2 .box-c .list li:nth-child(4n+1):before{
		display: none;
	}
	.about .box2 .box-c .list li:nth-child(3n+1):before{
		position: absolute;
		content: "";
		left: 50%;
		transform: translateX(-50%);
		width: 114.28%;
		height: 1px;
		background-color: RGBA(222, 222, 222, .5);
		display: block;
	}
	.about .box2 .box-c .list li .textContainer{
		padding: 30px 0;
	}
	.about .box2 .box-c .list li .icon{
		width: 34px;
		height: 34px;
	}
	.about .box2 .box-c .list li .number{
		font-size: 24px;
		margin-top: 10px;
	}
	.about .box2 .box-c .list li .text{
		margin-top: 10px;
	}
	.about .box2 .box-c .lines{
		height: 200vh;
	}
	.about .box3 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.about .box6 .box-c .list,
	.about .box6 .box-t .list{
		display: grid;
		grid-template-columns: repeat(2,1fr);
	}
	.about .box6 .box-b li>a{
		padding: 8px 12px;
		font-size: 16px;
		min-height: 60px;
	}
	.about .box6 .box-b .list{
		grid-template-columns: repeat(1,1fr);
	}
	.about .box6 .box-c .list li{
		width: 100%;
	}
}
@media (max-width: 500px) {
	.about .box6 .box-b li>a{
		font-size: 14px;
		line-height: 20px;
		min-height: 50px;
		padding: 5px 10px;
	}
	.about .box6 .box-t .list{
		grid-template-columns: repeat(1,1fr);
	}
	.about .box5 .box-c .labels{
		margin-top: 0;
	}
	.about .box5 .box-c .label{
		font-size: 14px;
	}
	.about .box5 .box-c .number{
		font-size: 20px;
		padding-right: 5px;
	}
	.about .box6,
	.about .box5{
		padding: 40px 0;
	}
	.about .box6 .box-b,
	.about .box5 .box-c{
		margin-top: 25px;
	}
	.about .box4 .list{
		gap: 25px 20px;
	}
	.about .box4 .list li .text{
		font-size: 14px;
		margin-top: 10px;
	}
	.about .box3 .box-c .list li .date{
		font-size: 22px;
	}
	.about .box3 .box-c .list li .text-title{
		font-size: 20px;
	}
	.about .box2 .box-c .list li .icon{
		width: 28px;
		height: 28px;
	}
	.about .box1 .box-c .l .list li .text-title{
		font-size: 20px;
	}
	.about .box1,.about .box2,.about .box3,.about .box4{
		padding: 40px 0;
	}
	.about .box2 .box-c,
	.about .box1 .box-c,
	.about .box3 .box-c,
	.about .box4 .box-c{
		margin-top: 25px;
	}
	.about .box2 .box-c .list li .number{
		font-size: 20px;
	}
	.about .box2 .box-c .list li .text{
		margin-top: 5px;
	}
	.about .box2 .box-c .list li .textContainer{
		padding: 20px 0;
	}
}