.about{
	background-color: RGBA(250, 250, 250, 1);
}
.about .box1{
	padding: 96px 0 72px;
}
.about .box1 .box-c{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.about .box5 .en,
.about .box4 .en,
.about .box1 .en{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #EF7D24;
	text-transform: uppercase;
}
.about .box5 .zh,
.about .box4 .zh,
.about .box1 .zh{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	color: #222222;
	line-height: 1.5;
}
.about .box1 .box-c .l{
	position: relative;
	padding-right: 268px;
	width: 100%;
}
.about .box1 .box-c .r{
	position: absolute;
	right: 0;
	top: 50px;
	color: rgba(246, 182, 33, 1);
}
.about .box1 .box-c .r .iconfont{
	display: block;
	transform: rotate(180deg);
}
.about .box2 .pic video,
.about .box2 .pic img{
	display: block;
	width: 100%;
}
.about .box3{
	padding: 100px 0 113px;
}
.about .box3 .item:not(:last-child){
	margin-bottom: 68px;
}
.about .box3 .title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #222222;
	line-height: 1;
}
.about .box3 .des{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #222222;
	line-height: 1.5;
	margin-top: 17px;
}
.about .box3 .list{
	margin-top: 47px;
	display: grid;
	grid-template-columns: repeat(6,1fr);
	gap: 40px;
}
.about .box3 .list li{
	padding: 50px 20px 30px;
	background-color: #fff;
	text-align: center;
}
.about .box3 .list li .icon{
	width: 53px;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.about .box3 .list li .icon img{
	max-width: 100%;
	max-height: 100%;
}
.about .box3 .list li .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	margin-top: 30px;
}
.about .box3 .pic{
	margin-top: 43px;
}
.about .box3 .pic video,
.about .box3 .pic img{
	display: block;
	max-width: 100%;
}
.about .box3 .list1{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 30px;
	margin-top: 49px;
}
.about .box3 .list1 .number{
	font-weight: bold;
	color: #F6B621;
	line-height: 1;
}
.about .box3 .list1 .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	margin-top: 7px;
}
.about .box3 .list1 .text-des{
	font-size: 16px;
	color: #222222;
	line-height: 30px;
}
.about .box4{
	padding: 99px 0 116px;
	background-color: RGBA(246, 246, 246, 1);
}
.about .box4 .box-t{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 70px;
	margin-top: 35px;
}
.about .box4 .box-t a{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	transition: all .6s;
}
.about .box4 .box-t a:hover,
.about .box4 .box-t a.active{
	color: rgba(189, 208, 57, 1);
}
.about .box4 .box-c{
	margin-top: 41px;
}
.about .box4 .box-c .item{
	display: none;
}
.about .box4 .box-c .item.active{
	display: block;
	animation: fadeInUpSmall 1s forwards;
}
.about .box4 .box-c li:not(:last-child){
	margin-bottom: 50px;
}
.about .box4 .box-c .li-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	color: #222222;
	line-height: 1;
}
.about .box4 .box-c .li-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #222222;
	line-height: 24px;
	margin-top: 9px;
}
.about .box4 .box-c .images{
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(7,1fr);
	gap: 5px;
}
.about .box4 .box-c .more{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 25px;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	margin-top: 25px;
	transition: all .6s;
}
.about .box4 .box-c .more:hover{
	background-color: rgba(189, 208, 57, 1);
	color: #fff;
}
.about .box4 .box-c .more .iconfont{
	margin-left: 17px;
}
.about .box5{
	padding: 90px 0 108px;
}
.about .box5 .box-c{
	margin-top: 57px;
}
.about .box5 .box-c .list{
	display: flex;
	justify-content: space-between;
}
.about .box5 .box-c .list .li-title{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	line-height: 1;
}
.about .box5 .box-c .list .li-des{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 24px;
	color: #DA1982;
	margin-top: 18px;
}
.about .box5 .box-c .social{
	margin-top: 50px;
}
.about .box5 .box-c .social-text{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	line-height: 1;
}
.about .box5 .box-c .socialIcon{
	display: flex;
	gap: 20px;
	margin-top: 30px;
}
.about .box5 .box-c .socialIcon a{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid #CCCCCC;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(187, 187, 187, 1);
	transition: all .6s;
}
.about .box5 .box-c .socialIcon a:hover{
	background-color: #DA1982;
	color: #fff;
	border-color: #DA1982;
}
.about .box5 .box-c .socialIcon a .iconfont{
	font-size: 30px;
}

@media (max-width:1199px) {
	.about .box5,
	.about .box4,
	.about .box1,
	.about .box3{
		padding: 70px 0;
	}
	.about .box5 .box-c .social,
	.about .box4 .box-c,
	.about .box4 .box-t,
	.about .box3 .list1,
	.about .box3 .pic,
	.about .box3 .list{
		margin-top: 35px;
	}
	.about .box5 .box-c{
		margin-top: 45px;
	}
	.about .box4 .box-c li:not(:last-child),
	.about .box3 .item:not(:last-child){
		margin-bottom: 45px;
	}
	.about .box3 .list{
		gap: 25px;
	}
	.about .box3 .list li{
		padding: 20px;
	}
	.about .box3 .list li .text-title{
		margin-top: 19px;
	}
	.about .box3 .title{
		font-size: 22px;
	}
	.about .box5 .box-c .socialIcon a{
		width: 60px;
		height: 60px;
	}
	.about .box5 .box-c .list .li-des{
		font-size: 22px;
		margin-top: 14px;
	}
	.about .box5 .box-c .list{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 25px;
	}
	.about .box1 .box-c .l{
		padding-right: 149px;
	}
}
@media (max-width:1024px) {
	.about .box1 .box-c .l{
		padding-right: 100px;
	}
	.about .box5 .box-c .socialIcon{
		margin-top: 20px;
	}
	.about .box5 .box-c .list .li-des{
		font-size: 20px;
	}
	.about .box5 .box-c .socialIcon a{
		width: 50px;
		height: 50px;
	}
	.about .box3 .title{
		font-size: 20px;
	}
	
	.about .box5,
	.about .box4,
	.about .box1,
	.about .box3{
		padding: 60px 0;
	}
	.about .box5 .box-c .social,
	.about .box4 .box-c,
	.about .box4 .box-t,
	.about .box3 .list1,
	.about .box3 .pic,
	.about .box3 .list{
		margin-top: 30px;
	}
	.about .box5 .box-c{
		margin-top: 40px;
	}
	.about .box4 .box-c li:not(:last-child),
	.about .box3 .item:not(:last-child){
		margin-bottom: 40px;
	}
	.about .box3 .list{
		grid-template-columns: repeat(3,1fr);
	}
	.about .box3 .list1{
		grid-template-columns: repeat(2,1fr);
	}
}
@media (max-width: 768px) {
	.about .box5 .box-c .socialIcon{
		margin-top: 15px;
	}
	.about .box5 .box-c .socialIcon a .iconfont{
		font-size: 20px;
	}
	.about .box5 .box-c .socialIcon a{
		width: 44px;
		height: 44px;
	}
	.about .box5 .box-c .list .li-title{
		font-size: 16px;
	}
	.about .box5 .box-c .list .li-des{
		font-size: 18px;
		margin-top: 9px;
	}
	.about .box4 .box-c .images{
		grid-template-columns: repeat(4,1fr);
	}
	.about .box4 .box-t{
		gap: 10px 29px;
	}
	.about .box3 .title{
		font-size: 18px;
	}
	.about .box3 .list li .icon{
		width: 39px;
		height: 39px;
	}
	.about .box3 .list li .text-title{
		margin-top: 14px;
		font-size: 16px;
	}
	.about .box5,
	.about .box4,
	.about .box1,
	.about .box3{
		padding: 50px 0;
	}
	.about .box5 .box-c .social,
	.about .box4 .box-c,
	.about .box4 .box-t,
	.about .box3 .list1,
	.about .box3 .pic,
	.about .box3 .list{
		margin-top: 20px;
	}
	.about .box5 .box-c{
		margin-top: 30px;
	}
	.about .box4 .box-c li:not(:last-child),
	.about .box3 .item:not(:last-child){
		margin-bottom: 30px;
	}
	.about .box3 .des{
		margin-top: 10px;
	}
}
@media (max-width: 500px) {
	.about .box5 .box-c .list .li-des span{
		font-size: 20px;
	}
	.about .box5 .box-c .list .li-des{
		font-size: 16px;
	}
	.about .box4 .box-c .more{
		margin-top: 14px;
		height: 44px;
		width: 120px;
		font-size: 14px;
	}
	.about .box4 .box-c .more .iconfont{
		margin-left: 9px;
	}
	.about .box4 .box-c .li-des,
	.about .box3 .des{
		margin-top: 5px;
	}
	.about .box3 .list{
		gap: 15px;
	}
	.about .box5,
	.about .box4,
	.about .box1,
	.about .box3{
		padding: 40px 0;
	}
	.about .box5 .box-c .social,
	.about .box4 .box-c,
	.about .box4 .box-t,
	.about .box3 .list1,
	.about .box3 .pic,
	.about .box3 .list{
		margin-top: 15px;
	}
	.about .box5 .box-c{
		margin-top: 25px;
	}
	.about .box4 .box-c li:not(:last-child),
	.about .box3 .item:not(:last-child){
		margin-bottom: 25px;
	}
	.about .box5 .box-c .social{
		margin-top: 25px;
	}
	.about .box1 .box-c .l{
		padding-right: 49px;
	}
	/* .about .box1 .box-c .r{
		position: relative;
	} */
}