.about .box1{
	padding: 100px 0 120px;
	background-color: RGBA(250, 250, 250, 1);
}
.about .box1 .box-t{
	display: flex;
	justify-content: space-between;
}
.about .box1 .box-t .l{
	width: 43.92%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.about .box1 .box-t .l .text-title{
	font-weight: bold;
	color: #3F48CB;
	line-height: 1.33;
}
.about .box1 .box-t .l .text-des{
	font-weight: bold;
	font-size: 18px;
	color: #222222;
	line-height: 1.66;
	text-transform: uppercase;
}
.about .box1 .box-t .l .list{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.about .box1 .box-t .l .list .icon{
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about .box1 .box-t .l .list .icon img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.about .box1 .box-t .l .list .year{
	font-size: 16px;
	color: #3F48CB;
	line-height: 1;
	margin-top: 10px;
}
.about .box1 .box-t .l .list .text{
	font-weight: bold;
	font-size: 16px;
	color: #3F48CB;
	line-height: 1;
	margin-top: 7px;
}
.about .box1 .box-t .r{
	width: 50%;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.about .box1 .box-c{
	margin-top: 90px;
}
.about .box1 .box-c .text-box{
	background: url(../img/about-box1-4.jpg);
	background-size: cover;
	border-radius: 10px;
	padding: 86px 68px 301px;
	font-weight: bold;
	color: #FAFAFA;
	line-height: 1.33;
	text-transform: uppercase;
}
.about .box1 .box-c .text-box1{
	background: #3F48CB;
	border-radius: 10px;
	padding: 27px 57px;
	width: 960px;
	max-width: 90%;
	font-weight: 400;
	font-size: 16px;
	color: #FAFAFA;
	line-height: 30px;
	margin-top: -117px;
}
.about .box2{
	padding: 120px 0 123px;
	background-color: RGBA(243, 243, 243, 1);
}
.about .box2 .title{
	font-weight: bold;
	color: #3F48CB;
	line-height: 1;
	text-transform: uppercase;
}
.about .box2 .box-c{
	position: relative;
	margin-top: 39px;
}
.about .box2 .box-c .swiper{

	margin: 0 auto;
	overflow: visible;
}
.about .box2 .box-c .swiper-slide{
	position: relative;
	width: 862px;
	border-radius: 10px;
	overflow: hidden;
}
.about .box2 .box-c .swiper-slide{
	/* margin-right: 40px; */
}
.about .box2 .box-c .swiper-slide .img{
	position: relative;
	padding-top: 56.14%;
}
.about .box2 .box-c .swiper-slide .img .pic{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.about .box2 .box-c .swiper-slide .img .pic img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.about .box2 .box-c .swiper-slide .text-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	padding: 34px 45px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1.25;
	opacity: 0;
	transition: all .6s;
}
.about .box2 .box-c .swiper-slide-active .text-box{
	opacity: 1;
}
.about .box2 .box-c .swiper-pagination{
	position: relative;
	margin-top: 40px;
}
.about .box2 .box-c .swiper-pagination-bullet{
	border: 2px solid rgba(222, 222, 222, 1);
	opacity: 1;
	background-color: transparent;
	width: 18px;
	height: 18px;
}
.about .box2 .box-c .swiper-pagination-bullet-active{
	background-color: #3F48CB;
	border-color: #3F48CB;
}
.about .box2 .box-c .btns{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}
.about .box2 .box-c .btns .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	z-index: 4;
	cursor: pointer;
	transition: all .6s;
	color: rgba(243, 243, 243, 1);
}
.about .box2 .box-c .btns .btn:hover{
	background-color: rgba(255, 255, 255, 1);
	color: #3F48CB;
}
.about .box2 .box-c .btns .btn .iconfont{
	font-size: 18px;
	font-weight: bold;
}
.about .box2 .box-c .btns .btn.btn-prev{
	left: 0;
}
.about .box2 .box-c .btns .btn.btn-next{
	right: 0;
}
@media (max-width:1280px) {
	.about .box2 .box-c .btns .btn{
		width: 60px;
		height: 60px;
	}
}
@media (max-width:1199px) {
	.about .box1 .box-c .text-box{
		padding: 70px 49px 249px;
	}
	.about .box2,
	.about .box1{
		padding: 70px 0;
	}
	.about .box1 .box-t{
		flex-direction: column;
	}
	.about .box1 .box-t .r,
	.about .box1 .box-t .l{
		width: 100%;
	}
	.about .box1 .box-c,
	.about .box1 .box-t .r{
		margin-top: 45px;
	}
	.about .box1 .box-t .r{
		font-size: 16px;
		line-height: 24px;
	}
	.about .box2 .box-c .btns .btn{
		width: 50px;
		height: 50px;
	}
	.about .box2 .box-c .swiper-pagination{
		margin-top: 30px;
	}
	.about .box2 .box-c .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
		border-width: 1px;
	}
}
@media (max-width:1024px) {
	.about .box2 .box-c .swiper-slide .text-box{
		padding: 19px;
	}
	.about .box2 .box-c{
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
	.about .box2 .box-c .swiper-slide{
		width: 100%;
	}
	.about .box1 .box-c,
	.about .box1 .box-t .r{
		margin-top: 40px;
	}
	.about .box1 .box-c .text-box{
		padding: 60px 49px 213px;
	}
	.about .box2,
	.about .box1{
		padding: 60px 0;
	}
}
@media (max-width: 768px) {
	.about .box2 .box-c .swiper-slide .text-box{
		font-size: 22px;
	}
	.about .box1 .box-t .l .list .icon{
		width: 50px;
		height: 50px;
	}
	.about .box1 .box-c,
	.about .box1 .box-t .r{
		margin-top: 30px;
	}
	.about .box1 .box-c .text-box{
		padding: 50px 31px 213px;
	}
	.about .box2,
	.about .box1{
		padding: 50px 0;
	}
	.about .box1 .box-c .text-box1{
		padding: 27px 19px;
	}
	.about .box2 .box-c .btns .btn{
		width: 40px;
		height: 40px;
	}
	.about .box2 .box-c{
		margin-top: 30px;
	}
}
@media (max-width: 500px) {
	.about .box2 .box-c{
		margin-top: 25px;
	}
	.about .box1 .box-c .text-box{
		font-size: 20px;
	}
	.about .box1 .box-c .text-box1{
		font-size: 14px;
		line-height: 20px;
		max-width: 94%;
		padding: 19px;
	}
	.about .box1 .box-t .l .list .year,
	.about .box1 .box-t .l .list .text{
		font-size: 14px;
	}
	.about .box1 .box-t .l .list{
		margin-top: 20px;
	}
	.about .box1 .box-c,
	.about .box1 .box-t .r{
		margin-top: 25px;
	}
	.about .box1 .box-c .text-box{
		padding: 30px 19px 149px;
	}
	.about .box2{
		padding: 40px 0 30px;
	}
	.about .box1{
		padding: 40px 0;
	}
	.about .box2 .box-c .swiper-pagination{
		margin-top: 20px;
	}
	.about .box2 .box-c .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	.about .box2 .box-c .swiper-slide .text-box{
		padding: 13px;
		font-size: 18px;
	}
}