.solution .box1{
	padding: 120px 0 100px;
}
.solution .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.solution .box1 .box-c .l{
	width: 42.14%;
	text-align: left;
}
.solution .box1 .box-c .l .inner-title{
	text-align: left;
}
.solution .box1 .box-c .l .des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 2;
	margin-top: 39px;
}
.solution .box1 .box-c .l .commonMore{
	margin: 70px 0 0 0;
}
.solution .box1 .box-c .r{
	width: 52.85%;
}
.solution .box1 .box-c .r .pic{
	border-radius: 10px;
	box-shadow: -10px 10px 0 0 rgba(2, 120, 246, 1);
}
.solution .box1 .box-b{
	margin-top: 57px;
}
.solution .box1 .box-b img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.solution .box2{
	padding: 100px 0 110px;
	background-color: rgba(244, 245, 246, 1);
}
.innerTitle{
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.innerTitle .bullet{
	margin-top: 5px;
}
.innerTitle .inner-title{
	margin: 0 30px;
}
.solution .box2 .box-c{
	margin-top: 36px;
}
.solution .box2 .box-c img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.solution .box3{
	padding: 100px 0 120px;
}
.solution .box3 .list{
	margin-top: 36px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px 0;
	/* grid-template-columns: repeat(9,1fr); */
	/* gap: 8px; */
}
.solution .box3 .list li{
	border-radius: 10px;
	border: 1px solid #E1E8F0;
	padding: 45px 12px 20px;
	min-height: 200px;
	transition: all .6s;
	cursor: pointer;
	width: 10.57%;
}
.solution .box3 .list li:not(:nth-child(9n)){
	margin-right: .57%
}
.solution .box3 .list li.active,
.solution .box3 .list li:hover{
	background: #067DFF;
	box-shadow: 5px 9px 30px 0px rgba(6,125,255,0.3);
}
.solution .box3 .list li .number{
	font-family: Rany;
	font-weight: 300;
	font-size: 30px;
	color: #067DFF;
	line-height: 1;
	text-align: center;
	transition: all .6s;
}
.solution .box3 .list li.active .text,
.solution .box3 .list li.active .number,
.solution .box3 .list li:hover .number,
.solution .box3 .list li:hover .text{
	color: #fff;
}
.solution .box3 .list li .text{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-top: 47px;
	text-align: center;
	transition: all .6s;
}
.solution .box3 .item{
	display: none;
}
.solution .box3 .item.active{
	display: block;
	animation: fadeInUpSmall 1s forwards;
}
.solution .box3 .box-c{
	margin-top: 42px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 76px 47px 30px;
	border-radius: 10px;
	border: 2px solid #067DFF;
}
.solution .box3 .box-c .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	line-height: 1.41;
	font-weight: bold;
}
.solution .box3 .box-c .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 15px;
}
.solution .box3 .box-c .pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
@media (max-width:1199px) {
	.solution .box3 .list{
		gap: 20px 0;
		grid-template-columns: repeat(4,1fr);
	}
	.solution .box3{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.solution .box3 .list li:not(:nth-child(9n)){
		margin-right: 0;
	}
	.solution .box3 .list li:not(:nth-child(4n)){
		margin-right: 2%;
	}
	.solution .box3 .list li{
		width: 23.5%;
	}
	.solution .box2,
	.solution .box1{
		padding: 70px 0;
	}
	.solution .box1 .box-b{
		margin-top: 45px;
	}
	.solution .box1 .box-c .l .des{
		margin-top: 20px;
	}
	.solution .box1 .box-c .l .commonMore{
		margin-top: 30px;
	}
}
@media (max-width:1024px) {
	.solution .box1 .box-c .l .des{
		font-size: 16px;
	}
	.solution .box2,
	.solution .box1{
		padding: 60px 0;
	}
	.solution .box1 .box-b{
		margin-top: 40px;
	}
	.solution .box3{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.innerTitle .inner-title{
		margin: 0 20px;
	}
}
@media (max-width:768px) {
	.innerTitle .inner-title{
		margin: 0 10px;
	}
	.innerTitle .bullet{
		margin-top: 0;
	}
	.innerTitle .bullet img{
		width: 14px;
	}
	.solution .box2 .box-c{
		margin-top: 30px;
	}
	.solution .box1 .box-c .l .des{
		margin-top: 10px;
	}
	.solution .box1 .box-c .l .commonMore{
		margin-top: 20px;
	}
	.solution .box1 .box-c .l{
		width: 100%;
	}
	.solution .box1 .box-c .r{
		width: 100%;
		margin-top: 30px;
	}
	.solution .box1 .box-c{
		flex-direction: column;
	}
	.solution .box2,
	.solution .box1{
		padding: 50px 0;
	}
	.solution .box1 .box-b{
		margin-top: 30px;
	}
	.solution .box3{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.solution .box3 .list{
		margin-top: 30px;
		gap: 10px 0;
		grid-template-columns: repeat(3,1fr);
	}
	.solution .box3 .list li{
		width: 31.33%
	}
	.solution .box3 .list li:not(:nth-child(4n)){
		margin-right: 0
	}
	.solution .box3 .list li:not(:nth-child(3n)){
		margin-right: 2%
	}
	.solution .box3 .list li{
		padding: 30px 10px;
		min-height: 0;
	}
	.solution .box3 .list li .text{
		margin-top: 25px;
	}
	.solution .box3 .box-c .text-title{
		font-size: 22px;
	}
}
@media (max-width:500px) {
	.solution .box2 .box-c{
		margin-top: 25px;
	}
	.solution .box1 .box-c .l .commonMore{
		margin-top: 10px;
	}
	.solution .box1 .box-c .r{
		margin-top: 25px;
	}
	.solution .box2,
	.solution .box1{
		padding: 40px 0;
	}
	.solution .box1 .box-b{
		margin-top: 25px;
	}
	.solution .box3{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.solution .box3 .box-c{
		padding: 25px 20px;
	}
	.solution .box3 .box-c .text-des{
		margin-top: 10px;
	}
	.solution .box3 .box-c .text-title{
		font-size: 20px;
	}
	.solution .box3 .list{
		margin-top: 25px;
	}
	.solution .box3 .list li{
		padding: 18px 10px 13px;
	}
	.solution .box3 .list li .text{
		font-size: 14px;
		margin-top: 5px;
	}
	.solution .box3 .list li .number{
		font-size: 24px;
	}
}