.about{
	background-color: RGBA(236, 240, 243, 1);
}
.about .box1{
	padding: 95px 0;
	text-align: center;
}
.about .box1 .text{
	margin-top: 45px;
	color: rgba(51, 51, 51, 1);
	line-height: 2;
	font-family: HarmonyOS_Sans_SC_Light;
}
.about .box1 .text .text-box:not(:last-child){
	margin-bottom: 30px;
}
.about .box1 .text .text-des:not(:last-child){
	margin-bottom: 15px;
}
.about .box1 .box-b{
	position: relative;
	margin-top: 52px;
}
.about .box1 .box-b .pic{
	border-radius: 5px 5px 5px 100px;
}
.about .box1 .box-b .player{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.about .box1 .box-b .player img{
	display: block;
	width: 70px;
}
.about .box2{
	padding-bottom: 100px;
	text-align: center;
}
.about .box2 .box-c{
	margin-top: 53px;
}
.about .box2 .box-c .list{
	display: flex;
}
.about .box2 .box-c .list li{
	position: relative;
	width: 23.57%;
	overflow: hidden;
	text-align: left;
	border-radius: 10px;
	transition: all .3s;
}
.about .box2 .box-c .list li.active{
	width: 49%;
}
.about .box2 .box-c .list li:not(:last-child){
	margin-right: 1.92%;
}
.about .box2 .box-c .list li .text-box{
	position: absolute;
	left: 0;
	width: 100%;
	color: rgba(255, 255, 255, 1);
	font-family: HarmonyOS_Sans_SC_Light;
	top: 100%;
	padding: 0 35px 30px;
	transform: translateY(-67px);
	transition: all .6s;
}
.about .box2 .box-c .list li.active .text-box{
	padding: 0 50px 30px;
	transform: translateY(-100%);
}
.about .box2 .box-c .list li .text-box .text-des{
	line-height: 2;
	margin-top: 30px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.about .box2 .box-c .list li.active .text-box .text-des{
	opacity: 1;
	visibility: visible;
	transition: all .6s .6s;
}
.about .box3{
	padding-top: 90px;
	background: url(../img/about-box3-bg.jpg);
	background-size: cover;
	text-align: center;
}
.about .box3 .box-c{
	position: relative;
	margin-top: 60px;
}
.about .box3 .box-c .swiper{
	padding-bottom: 26.42%;
	width: 92.64%;
	margin: 0 auto;
}
.about .box3 .box-c .swiper-slide{
	position: relative;
	padding-top: 3.71%;
	transition: all .6s;
}
.about .box3 .box-c .swiper-slide-active{
	padding-top: 0;
}
.about .box3 .box-c .swiper-slide .img{
	position: relative;
	padding-top: 69.74%;
}
.about .box3 .box-c .swiper-slide .img .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about .box3 .box-c .swiper-slide .img .pic img{
	max-height: 100%;	
	max-width: 85%;
}
.about .box3 .box-c .swiper .bg{
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
}
.about .box3 .box-c .text{
	position: absolute;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 2;
	padding: 16.37% 20px 0;
	width: 100%;
	text-align: center;
}
.about .box3 .btns .btn{
	position: absolute;
	width: 48px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 40%;
	color: rgba(14, 90, 243, 1);
	transition: all .6s;
	cursor: pointer;
}
.about .box3 .btns .btn .iconfont{
	font-weight: bold;
}
.about .box3 .btns .btn.btn-prev{
	left: -98px;
}
.about .box3 .btns .btn.btn-next{
	right: -98px;
}
.about .box3 .btns .btn:hover{
	background-color: rgba(14, 90, 243, 1);
	color: #fff;
}
.about .box4{
	background: url(../img/about-box4-bg.jpg);
	background-size: cover;
	padding: 110px 0 140px;
	text-align: center;
}
.about .box4 .innerTitle{
	color: #fff;
}
.about .box4 .box-c{
	margin-top: 130px;
}
.about .box4 .box-c .container{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 515px;
	height: 515px;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px dashed rgba(200, 200, 200, 1);
}
.about .box4 .box-c .container .clock{
	position: relative;
	width: 80.58%;
	height: 80.58%;
}
.about .box4 .box-c .container .time-move,
.about .box4 .box-c .container .time-cir,
.about .box4 .box-c .container .clock .textContainer,
.about .box4 .box-c .container .clock .clockContent{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.about .box4 .box-c .container .clock .clockContent .bg{
	display: block;
	width: 100%;
	animation: rotate 5s linear infinite;
}
.about .box4 .box-c .container .clock .textContainer{
	display: flex;
	align-items: center;
	justify-content: center;
}
.about .box4 .box-c .container .clock .textContainer img{
	display: block;
	width: 122px;
}
.about .box4 .box-c .container .time-cir li{
	position: absolute;
	display: flex;
	cursor: pointer;
}
.about .box4 .box-c .container .time-cir li .bullet{
	width: 15px;
	height: 15px;
	background: #DEDEDE;
	border-radius: 50%;
}
.about .box4 .box-c .container .time-cir li.on .bullet{
	background-color: rgba(28, 98, 243, 1);
	transform: scale(1.2);
	transition: all .6s;
}
.about .box4 .box-c .container .time-cir .li2{
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
}
.about .box4 .box-c .container .time-cir .li3{
	right: 0;
	top: 50%;
	transform: translate(50%,-50%);
}
.about .box4 .box-c .container .time-cir .li4{
	left: 50%;
	bottom: 0;
	transform: translate(-50%,50%);
}
.about .box4 .box-c .container .time-cir .li1{
	left: 0;
	top: 50%;
	transform: translate(-50%,-50%);
}
.about .box4 .box-c .container .time-cir li .text-box{
	position: absolute;
	display: flex;
	align-items: flex-end;
	white-space:nowrap;
	color: rgba(255, 255, 255, 1);
	font-family: HarmonyOS_Sans_SC_Light;
}
.about .box4 .box-c .container .time-cir .li2 .text-box{
	bottom: 25px;
}
.about .box4 .box-c .container .time-cir .li4 .text-box{
	top: 25px;
}
.about .box4 .box-c .container .time-cir .li2 .text-box,
.about .box4 .box-c .container .time-cir .li4 .text-box{
	right: -80px;
}
.about .box4 .box-c .container .time-cir .li1 .text-box,
.about .box4 .box-c .container .time-cir .li3 .text-box{
	flex-direction: column-reverse;
	top: 50%;
	transform: translateY(-50%);
}
.about .box4 .box-c .container .time-cir .li3 .text-box{
	align-items: flex-start;
	left: 25px;
}
.about .box4 .box-c .container .time-cir .li1 .text-box{
	align-items: flex-end;
	right: 25px;
}
.about .box4 .box-c .container .time-cir li .text-box .number{
	font-family: Rany-Bold;
	margin-left: 27px;
}
.about .box4 .box-c .container .time-cir .li1 .text-box .number,
.about .box4 .box-c .container .time-cir .li3 .text-box .number{
	margin-left: 0;
}
.about .box4 .box-c .container .time-move{
	left: -4px;
	top: -4px;
	/* transform: rotate(30deg); */
}
.about .box5{
	padding: 100px 0 140px;
	text-align: center;
}
.about .box5 .box-c{
	margin-top: 60px;
}
.about .box5 .box-c .list{
	display: flex;
}
.about .box5 .box-c .list li{
	position: relative;
	width: 15.71%;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #FFFFFF;
	text-align: left;
	transition: all .3s;
}
.about .box5 .box-c .list li .pic img{
	display: block;
	height: 580px;
}
.about .box5 .box-c .list li.active{
	width: 50.71%;
}
.about .box5 .box-c .list li:not(:last-child){
	margin-right: .71%;
}
.about .box5 .box-c .list li .li-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 43px 30px;
	background-color: #fff;
	transition: all .6s;
	font-family: HarmonyOS_Sans_SC_Light;
}
.about .box5 .box-c .list li.active .li-box{
	background-color: transparent;
}
.about .box5 .box-c .list li .li-box .number{
	color: rgba(236, 240, 243, 1);
	font-family: Rany-Bold;
	width: 100%;
}
.about .box5 .box-c .list li.active .li-box .number{
	color: rgba(14, 90, 243, 1);
	text-align: right;
}
.about .box5 .box-c .list li .li-box .text-title{
	color: rgba(51, 51, 51, 1);
	transition: all .6s;
	margin-top: 10px;
}
.about .box5 .box-c .list li .li-box .text-title span{
	display: inline-block;
	transform-origin: left top;
	transition: transform .6s;
}
.about .box5 .box-c .list li .li-box .text,
.about .box5 .box-c .list li.active .li-box .text-title{
	color: #fff;
}
.about .box5 .box-c .list li.active .li-box .text-title span{
	transform: scale(1.5);
}
.about .box5 .box-c .list li .li-box .text{
	line-height: 2;
	margin-top: 30px;
	font-size: 18px;
	flex: 1;
	overflow: auto;
	padding-right: 5px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
}
.about .box5 .box-c .list li.active .li-box .text{
	opacity: 1;
	visibility: visible;
	transition: all .6s .6s;
	transform: translateY(0);
}
.about .box5 .box-c .list li .li-box .icon{
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about .box5 .box-c .list li .li-box .icon img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.about .box5 .box-c .list li.active .li-box .icon img{
	filter: grayscale(100%) brightness(500%);
}
@media (max-width:1440px) {
	.about .box5 .box-c .list li .pic img{
		height: 494px;
	}
	.about .box5 .box-c .list li.active .li-box .text-title span{
		transform: scale(1.3);
	}
	.about .box5 .box-c .list li .li-box .icon{
		width: 60px;
		height: 60px;
	}
}
@media (max-width:1280px) {
	.about .box5 .box-c .list li .pic img{
		height: 439px;
	}
	.about .box5 .box-c .list li.active .li-box .text-title span{
		transform: scale(1.1);
	}
}
@media (max-width:1199px) {
	.about .box4 .box-c .container .time-cir .li4 .text-box .number,
	.about .box4 .box-c .container .time-cir .li2 .text-box .number{
		margin-left: 12px;
	}
	.about .box4 .box-c .container .time-cir li .text-box{
		font-size: 20px;
	}
	.about .box4{
		padding: 70px 0 120px;
	}
	.about .box4 .box-c{
		margin-top: 100px;
	}
	.about .box4 .box-c .container{
		width: 500px;
		height: 500px;
		max-width: 65vw;
		max-height: 65vw;
	}
	.about .box3 .box-c .text{
		font-size: 16px;
	}
	.about .box3 .btns .btn{
		width: 40px;
		height: 40px;
	}
	.about .box3 .btns .btn.btn-prev{
		left: -10px;
	}
	.about .box3 .btns .btn.btn-next{
		right: -10px;
	}
	.about .box2 .box-c .list li .text-box .text-des{
		margin-top: 15px;
	}
	.about .box2 .box-c .list li.active .text-box{
		padding: 0 35px 30px;
	}
	.about .box5 .box-c .list li .pic img{
		height: 458px;
	}
	.about .box5,
	.about .box1{
		padding: 70px 0;
	}
	.about .box2{
		padding-bottom: 70px;
	}
	.about .box3{
		padding-top: 70px;
	}
	.about .box1 .text{
		margin-top: 40px;
	}
	.about .box3 .box-c,
	.about .box1 .box-b,
	.about .box5 .box-c,
	.about .box2 .box-c{
		margin-top: 45px;
	}
}
@media (max-width:1024px) {
	
	.about .box5 .box-c .list li .li-box .icon{
		width: 40px;
		height: 40px;
	}
	.about .box5 .box-c .list li .li-box .text{
		font-size: 14px;
		line-height: 1.8;
		margin-top: 12px;
	}
	.about .box5 .box-c .list li .pic img{
		width: 100%;
		height: auto;
	}
	.about .box5 .box-c .list li .li-box .icon img{
		filter: grayscale(100%) brightness(500%);
	}
	.about .box5 .box-c .list li .li-box .text{
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		flex: none;
	}
	.about .box5 .box-c .list li .li-box .icon{
		margin-top: 20px;
	}
	.about .box5 .box-c .list li .li-box{
		background: transparent;
		padding: 25px 20px;
	}
	.about .box5 .box-c .list li .li-box .number{
		text-align: right;
		color: rgba(14, 90, 243, 1);
	}
	.about .box5 .box-c .list li.active .li-box .text-title span{
		transform: scale(1);
	}
	.about .box5 .box-c .list li .li-box .text-title{
		color: #fff;
		font-size: 20px;
		margin-top: 5px;
	}
	.about .box5 .box-c .list{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 20px;
	}
	.about .box5 .box-c .list li:not(:last-child){
		margin-right: 0;
	}
	.about .box5 .box-c .list li.active,
	.about .box5 .box-c .list li{
		width: 100%;
	}
	.about .box4 .box-c .container .time-cir .li3 .text-box{
		left: 50%;
		top: 120%;
		transform: translate(-50%,0);
		align-items: flex-end;
	}
	.about .box4 .box-c .container .time-cir .li1 .text-box{
		align-items: flex-start;
		right: auto;
		left: 50%;
		top: 120%;
		transform: translate(-50%,0);
	}
	.about .box2 .box-c .list li .text-box .text-title{
		font-size: 20px;
	}
	.about .box2 .box-c .list li .text-box .text-des{
		opacity: 1;
		visibility: visible;
		font-size: 16px;
	}
	.about .box2 .box-c .list li.active .text-box,
	.about .box2 .box-c .list li .text-box{
		transform: translateY(-100%);
		padding: 20px;
	}
	.about .box2 .box-c .list{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 25px;
	}
	.about .box2 .box-c .list li:not(:last-child){
		margin-right: 0;
	}
	.about .box2 .box-c .list li.active,
	.about .box2 .box-c .list li{
		width: 100%;
	}
	.about .box5,
	.about .box1{
		padding: 60px 0;
	}
	.about .box2{
		padding-bottom: 60px;
	}
	.about .box3{
		padding-top: 60px;
	}
	
	.about .box1 .text{
		margin-top: 35px;
		font-size: 16px;
		line-height: 1.8;
	}
	.about .box3 .box-c,
	.about .box1 .box-b,
	.about .box5 .box-c,
	.about .box2 .box-c{
		margin-top: 40px;
	}
	.about .box1 .box-b .pic{
		border-radius: 5px 5px 5px 50px;
	}
	.about .box4 .box-c .container .time-cir li .text-box{
		font-size: 18px;
	}
	.about .box4{
		padding: 60px 0 110px;
	}
}
@media (max-width: 768px) {
	.about .box5 .box-c .list li .pic img{
		height: 330px;
		object-fit: cover;
	}
	.about .box5 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.about .box4 .box-c{
		margin-top: 75px;
	}
	.about .box4 .box-c .container .clock .textContainer img{
		width: 90px;
	}
	.about .box4 .box-c .container .time-cir li .text-box{
		font-size: 14px;
	}
	.about .box3 .btns .btn{
		width: 34px;
		height: 34px;
		z-index: 3;
	}
	.about .box3 .box-c .text{
		font-size: 14px;
		line-height: 1.4;
	}
	.about .box2 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.about .box2 .box-c .list li .pic img{
		display: block;
		width: 100%;
	}
	.about .box5,
	.about .box1{
		padding: 50px 0;
	}
	.about .box2{
		padding-bottom: 50px;
	}
	.about .box3{
		padding-top: 50px;
	}
	
	.about .box1 .text{
		margin-top: 25px;
	}
	.about .box3 .box-c,
	.about .box1 .box-b,
	.about .box5 .box-c,
	.about .box2 .box-c{
		margin-top: 30px;
	}
	.about .box1 .box-b .player img{
		width: 50px;
	}
	.about .box4 .box-c .container .time-cir .li3 .text-box,
	.about .box4 .box-c .container .time-cir .li1 .text-box{
		width: 120px;
		white-space: normal;
		text-align: left;
	}
	.about .box4 .box-c .container .time-cir .li3 .text-box{
		text-align: right;
	}
	.about .box4{
		padding: 50px 0 100px;
	}
	
}
@media (max-width: 500px) {
	.about .box5 .box-c .list li .pic img{
		height: auto;
	}
	.about .box4 .box-c .container .time-cir li.on .bullet{
			 transform: scale(1);
	}
	.about .box4 .box-c .container .time-cir li .bullet{
		transform: scale(.8);
	}
	.about .box4 .box-c{
		margin-top: 60px;
	}
	.about .box4{
		padding: 40px 0 80px;
	}
	.about .box4 .box-c .container .time-cir li .text-box .number{
		font-size: 18px;
	}
	.about .box4 .box-c .container .time-cir li .text-box{
		font-size: 12px;
	}
	.about .box3 .btns .btn.btn-prev{
		left: -5px;
	}
	.about .box3 .btns .btn.btn.btn-next{
		right: -5px;
	}
	.about .box3 .btns .btn{
		width: 26px;
		height: 26px;
	}
	.about .box3 .btns .btn .iconfont{
		font-size: 12px;
	}
	.about .box3 .box-c .text{
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.about .box2 .box-c .list li .text-box .text-des{
		margin-top: 5px;
		font-size: 14px;
	}
	.about .box1 .text .text-des:not(:last-child){
		margin-bottom: 8px;
	}
	.about .box1 .text .text-box:not(:last-child){
		margin-bottom: 20px;
	}
	.about .box5,
	.about .box1{
		padding: 40px 0;
	}
	.about .box2{
		padding-bottom: 40px;
	}
	.about .box3{
		padding-top: 40px;
	}
	
	.about .box1 .text{
		margin-top: 20px;
		font-size: 14px;
	}
	.about .box3 .box-c,
	.about .box1 .box-b,
	.about .box5 .box-c,
	.about .box2 .box-c{
		margin-top: 25px;
	}
}