.about{
	background-color: RGBA(250, 250, 250, 1);
}
.about .box1{
	padding: 100px 0;
	text-align: center;
}
.about .box1 .name{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 24px;
	color: #189CF0;
	line-height: 1.25;
	margin-top: 55px;
}
.about .box1 .pic{
	position: relative;
	margin-top: 65px;
}
.about .box1 .pic img{
	display: block;
	width: 100%;
}
.about .box1 .pic .title{
	position: absolute;
	top: 0;
	left: 0%;
	width: 100%;
	text-align: center;
}
.about .box1 .pic .title span{
	display: inline-block;
	padding: 10px;
	background: linear-gradient(60deg, #31AAF6, #0E97EE);
	box-shadow: 5px 9px 30px 0px rgba(26,157,241,0.3);
	border-radius: 10px;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 60px;
	transform: translateY(-40px);
}
.about .box1 .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	line-height: 40px;
	margin-top: 50px;
	text-align: left;
}
.about .box1 .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 30px;
	text-align: left;
}
.about .box2{
	padding: 106px 0 170px;
	background-color: RGBA(239, 246, 248, 1);
}
.about .box2 .title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 30px;
	color: #333333;
	line-height: 1;
	text-align: center;
}
.about .box2 .box-c{
	position: relative;
	margin-top: 60px;
}
.about .box2 .box-c .swiper-slide{
	width: 900px;
	max-width: 100%;
}
.about .box2 .box-c .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(247, 247, 247, .8);
	border-radius: 50%;
	z-index: 3;
	cursor: pointer;
	transition: all .6s;
	color: rgba(24, 156, 240, 1);
}
.about .box2 .box-c .btn-prev{
	left: 20.31%;
}
.about .box2 .box-c .btn-next{
	right: 20.31%;
}
.about .box2 .box-c .btn:hover{
	background-color: rgba(24, 156, 240, 1);
	color: #fff;
}
.about .box2 .text{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	line-height: 1.66;
	text-align: center;
	margin-top: 25px;
}
@media (max-width: 1700px) {
	.about .box2 .box-c .btn-prev{
		left: 10%;
	}
	.about .box2 .box-c .btn-next{
		right: 10%;
	}
}
@media (max-width:1440px) {
	.about .box1 .pic .title span{
		font-size: 30px;
	}
	.about .box1 .text-title{
		font-size: 22px;
	}
	.about .box2 .box-c .btn-prev{
		left: 5%;
	}
	.about .box2 .box-c .btn-next{
		right: 5%;
	}
}
@media (max-width:1280px) {
	.about .box2 .box-c .btn{
		width: 40px;
		height: 40px;
	}
	.about .box1 .text-title{
		font-size: 20px;
	}
	.about .box1 .pic .title span{
		font-size: 28px;
	}
}
@media (max-width:1199px) {
	.about .box2 .box-c .btn-prev{
		left: 10px;
	}
	.about .box2 .box-c .btn-next{
		right: 10px;
	}
	.about .box1 .pic .title span{
		font-size: 26px;
	}
	.about .box2,
	.about .box1{
		padding: 70px 0;
	}
	.about .box2 .box-c,
	.about .box1 .text-title,
	.about .box1 .name{
		margin-top: 45px;
	}
	.about .box2 .title{
		font-size: 28px;
	}
}
@media (max-width: 1024px) {
	.about .box2 .title{
		font-size: 26px;
	}
	.about .box1 .pic .title span{
		font-size: 24px;
		line-height: 1.8;
	}
	.about .box2,
	.about .box1{
		padding: 60px 0;
	}
	.about .box2 .box-c,
	.about .box1 .text-title,
	.about .box1 .name{
		margin-top: 40px;
	}
	.about .box1 .text-title{
		font-size: 18px;
		line-height: 1.8;
	}
	.about .box2 .box-c .swiper-slide{
		width: 80%;
	}
}
@media (max-width: 768px) {
	.about .box2 .title{
		font-size: 24px;
	}
	.about .box2 .box-c,
	.about .box1 .text-title,
	.about .box1 .name{
		margin-top: 30px;
	}
	.about .box1 .pic .title span{
		font-size: 20px;
	}
	.about .box2,
	.about .box1{
		padding: 50px 0;
	}
	.about .box1 .name{
		margin-top: 30px;
	}
	.about .box2 .box-c .swiper-slide{
		width: 100%;
	}
	.about .box2 .text{
		font-size: 22px;
		margin-top: 20px;
	}
}
@media (max-width: 500px) {
	.about .box2 .text{
		margin-top: 5px;
	}
	.about .box2 .title{
		font-size: 22px;
	}
	.about .box1 .name{
		font-size: 22px;
	}
	.about .box1 .pic .title span{
		font-size: 18px;
	}
	.about .box2 .box-c,
	.about .box1 .text-title,
	.about .box1 .name{
		margin-top: 25px;
	}
	.about .box1 .name{
		margin-top: 25px;
	}
	.about .box2,
	.about .box1{
		padding: 40px 0;
	}
	.about .box1 .name{
		margin-top: 25px;
	}
	.about .box1 .text-des{
		margin-top: 20px;
	}
}