.application{
	background-color: RGBA(236, 240, 243, 1);
	padding-top: 99px;
}
.application .box1 .box-t{
	display: flex;
	gap: 20px;
}
.application .box1 .box-t a{
	border-radius: 10px;
	border: 2px solid rgba(140,154,165,0.2);
	padding: 35px 20px;
	text-align: center;
	min-width: 150px;
}
.application .box1 .box-t a.active{
	background: #0E5AF3;
	box-shadow: 3px 4px 15px 0px rgba(14,90,243,0.15);
	border-color: #0E5AF3;
}
.application .box1 .box-t .icon{
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.application .box1 .box-t .icon img{
	max-width: 100%;
	max-height: 100%;
}
.application .box1 .box-t a.active .icon img{
	filter: grayscale(100%) brightness(900%) !important;
}
.application .box1 .box-t .text{
	color: #222222;
	line-height: 2;
	margin-top: 20px;
	font-family: HarmonyOS_Sans_SC_Light;
	transition: all .6s;
}
.application .box1 .box-t a:hover .icon img{
	filter: sepia(100%) saturate(5000%) hue-rotate(220deg)
}
.application .box1 .box-t a:hover .text{
	color: #0E5AF3;
}
.application .box1 .box-t a.active .text{
	color: #fff;
}
.application .box2{
	padding: 60px 0 140px;
}
.application .box2 .box-c{
	display: flex;
	justify-content: space-between;
}
.application .box2 .box-c .l{
	width: 61.42%;
}
.application .box2 .box-c .l .pic{
	border-radius: 10px;
}
.application .box2 .box-c .r{
	width: 33.35%;
	padding-top: 30px;
}
.application .box2 .box-c .r .innerTitle{
	color: #0E5AF3;
}
.application .box2 .box-c .r .des{
	color: #333333;
	line-height: 2;
	margin-top: 15px;
	font-family: HarmonyOS_Sans_SC_Light;
}
.application .box2 .box-c .r .text-title{
	margin-top: 55px;
	font-weight: bold;
	color: rgba(34, 34, 34, 1);
}
.application .box2 .box-c .r .list{
	margin-top: 24px;
}
.application .box2 .box-c .r .list li a{
	display: inline-block;
	padding: 13px 0;
	color: rgba(34, 34, 34, 1);
	line-height: 1.25;
	font-family: HarmonyOS_Sans_SC_Light;
	border-bottom: 1px solid RGBA(219, 225, 230, 1);
	transition: all .6s;
}
.application .box2 .box-c .r .list li:hover a{
	color: #0E5AF3;
}
.application .box2 .box-c .r .list li .iconfont{
	margin-left: 50px;
	font-size: 24px;
	font-weight: bold;
}
.application .box3{
	padding: 120px 0 150px;
	background-color: RGBA(227, 233, 238, 1);
}
.application .box3 .box-c{
	position: relative;
	margin-top: 51px;
}
.application .box3 .box-c .swiper-slide{
	position: relative;
}
.application .box3 .box-c .swiper-slide .pic{
	border-radius: 10px;
}
.application .box3 .box-c .text{
	line-height: 2;
	color: #333;
	margin-top: 11px;
	font-weight: bold;
}
.application .box3 .box-c .btn{
	position: absolute;
	width: 48px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(14, 90, 243, 1);
	transition: all .6s;
	cursor: pointer;
}
.application .box3 .box-c .btn .iconfont{
	font-weight: bold;
}
.application .box3 .box-c .btn.btn-prev{
	left: -98px;
}
.application .box3 .box-c .btn.btn-next{
	right: -98px;
}
.application .box3 .box-c .btn:hover{
	background-color: rgba(14, 90, 243, 1);
	color: #fff;
}
@media (max-width:1440px) {
	.application .box2 .box-c .r{
		padding-top: 0;
	}
}
@media (max-width:1199px) {
	.application .box3 .box-c .btns{
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 15px;
	}
	.application .box3 .box-c .btn{
		position: relative;
		top: 0;
		left: 0 !important;
		right: 0 !important;
		transform: translate(0,0);
		width: 40px;
		height: 40px;
	}
	.application .box1 .box-t .icon{
		height: 40px;
		max-width: 60px;
	}
	.application .box1 .box-t .text{
		font-size: 16px;
		margin-top: 5px;
	}
	.application .box1 .box-t a{
		min-width: 120px;
		padding: 20px 15px 15px;
	}
	.application{
		padding-top: 70px;
	}
	.application .box2{
		padding: 45px 0 70px;
	}
	.application .box3{
		padding: 70px 0;
	}
	.application .box3 .box-c .btns,
	.application .box3 .box-c{
		margin-top: 45px;
	}
	.application .box2 .box-c .r{
		width: 35.35%;
	}
	.application .box2 .box-c .r .des{
		margin-top: 5px;
	}
	.application .box2 .box-c .r .text-title{
		margin-top: 25px;
	}
	.application .box2 .box-c .r .list{
		margin-top: 5px;
	}
	.application .box2 .box-c .r .list li{
		font-size: 20px;
	}
}
@media (max-width: 1024px) {
	.application .box1 .box-t{
		flex-wrap: wrap;
		justify-content: center;
	}
	.application .box2 .box-c{
		flex-direction: column;
	}
	.application{
		padding-top: 60px;
	}
	.application .box2{
		padding: 40px 0 60px;
	}
	.application .box3{
		padding: 60px 0;
	}
	.application .box3 .box-c .btns,
	.application .box3 .box-c{
		margin-top: 40px;
	}
	.application .box2 .box-c .l{
		width: 100%;
	}
	.application .box2 .box-c .r{
		width: 100%;
		margin-top: 25px;
	}
}
@media (max-width: 768px) {
	.application{
		padding-top: 50px;
	}
	.application .box2{
		padding: 30px 0 50px;
	}
	.application .box3{
		padding: 50px 0;
	}
	.application .box3 .box-c .btns,
	.application .box3 .box-c{
		margin-top: 30px;
	}
}
@media (max-width: 500px) {
	.application .box2 .box-c .r .text-title{
		margin-top: 15px;
	}
	.application .box2 .box-c .r .list li{
		font-size: 16px;
	}
	.application .box2 .box-c .r .list li a{
		padding: 5px 0;
	}
	.application .box1 .box-t{
		gap: 10px;
	}
	.application .box1 .box-t .text{
		font-size: 14px;
	}
	.application .box1 .box-t .icon{
		height: 30px;
		max-width: 45px;
	}
	.application{
		padding-top: 40px;
	}
	.application .box2{
		padding: 25px 0 40px;
	}
	.application .box3{
		padding: 40px 0;
	}
	.application .box3 .box-c .btns,
	.application .box3 .box-c{
		margin-top: 25px;
	}
	.application .box1 .box-t a{
		max-width: 80px;
		padding: 15px 10px 10px;
	}
	.application .box3 .box-c .text{
		font-size: 16px;
		line-height: 1.6;
	}
}