.main{
	padding-top: 100px;
	/* background-color: rgba(247, 247, 247, 1); */
}
.header{
	box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.15);
}
.solution{
	
}
.solution .box1{
	margin: 48px 0 0;
}
.solution .box1 .inner-title{
	text-align: center;
}
.solution .box1 .box-c{
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}
.solution .box1 .box-c .l{
	width: 46.42%;
}
.solution .box1 .box-c .l-title{
	font-size: 24px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.solution .box1 .box-c .l .text{
	margin-top: 20px;
	padding-left: 30px;
}
.solution .box1 .box-c .l .text-title{
	font-size: 18px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.solution .box1 .box-c .l .text-title span{
	color: rgba(217, 11, 24, 1);
}
.solution .box1 .box-c .l .text-des{
	font-size: 16px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 12px;
}
.solution .box1 .box-c .l .text-box:not(:last-child){
	margin-bottom: 14px;
}
.solution .box1 .box-c .r{
	width: 47.14%;
}
.solution .box2{
	margin: 74px 0 100px;
}
.solution .box2 .title{
	font-size: 24px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(226, 226, 226, 1);
}
.solution .box2 .pic{
	margin-top: 30px;
}
.solution .box2 .pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
@media (max-width: 1024px) {
	.main{
		padding-top: 60px;
	}
	.solution .box1 .box-c{
		margin-top: 40px;
		flex-direction: column-reverse;
	}
	.solution .box1 .box-c .r{
		width: 100%;
	}
	.solution .box1 .box-c .l{
		width: 100%;
		margin-top: 30px;
	}
	.solution .box1 .box-c .l-title,
	.solution .box2 .title{
		font-size: 22px;
	}
	.solution .box2{
		margin: 60px 0;
	}
}
@media (max-width: 768px) {
	.solution .box1{
		margin-top: 38px;
	}
	.solution .box1 .box-c{
		margin-top: 30px;
	}
	.solution .box1 .box-c .l-title,
	.solution .box2 .title{
		font-size: 20px;
	}
	.solution .box2{
		margin: 50px 0;
	}
}
@media (max-width: 500px) {
	.solution .box1{
		margin-top: 20px;
	}
	.solution .box1 .box-c .l-title,
	.solution .box2 .title{
		font-size: 18px;
	}
	.solution .box2{
		margin: 40px 0;
	}
	.solution .box1 .box-c .l .text-title{
		font-size: 16px;
	}
	.solution .box1 .box-c .l .text-des{
		font-size: 14px;
	}
}