.solution-banner {
	padding-bottom: 50px;
	height: auto;
	background-image: url("../images/solution/banner.png");
}
.solution-banner .desc {
	margin: 50px auto;
}
.title-list {
	display: flex;
	justify-content: space-between;
}
.title-list li {
	width: calc(20% - 10px);
	text-align: center;
	padding: 30px 10px;
	background: #fff;
	border: 1px solid #D3D3D3;
}
.title-list li img {
	max-width: 100%;
}
.title-list li p {
	margin-top: 20px;
	font-size: 20px;
}

.classify {
	padding-bottom: 50px;
	line-height: 1.2;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
}
.classify-title {
	margin: 50px 0;
	color: #fff;
}
.classify-title h4 {
	margin-top: 20px;
	font-size: 48px;
}
.classify-con {
	padding: 20px;
	background: #f4f4f4;
}
.classify-con .desc {
	padding: 20px 0;
}
.classify-con .desc h3 {
	font-size: 36px;
}
.classify-con .desc p {
	margin-top: 10px;
	font-size: 20px;
}
.classify-con ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.classify-con ul li {
	margin: 5px;
	width: calc(25% - 10px);
	text-align: center;
	padding: 20px 10px;
	background: #fff;
	border: 1px solid #D3D3D3;
}
.classify-con ul li img {
	height: 52px;
}
.classify-con ul li p {
	margin-top: 10px;
	font-size: 20px;
}
.classify01 {
	background-image: url("../images/solution/1_pic.png");
}
.classify02 {
	background-image: url("../images/solution/2_pic.png");
}
.classify03 {
	background-image: url("../images/solution/3_pic.png");
}
.classify04 {
	background-image: url("../images/solution/4_pic.png");
}
.classify05 {
	background-image: url("../images/solution/5_pic.png");
}

/* 超小屏幕（手机，小于 768px） */
@media (max-width: 767px) {
	.solution-banner {
		padding-bottom: 0;
		margin-bottom: 10px;
		height: 130px;
		background-image: url("../images/solution/banner_h5.png");
		background-size: cover;
	}
	.solution-banner .desc {
		margin: 0;
	}
	.classify-title {
		margin: 10px 0;
	}
	.classify-title img {
		width: 50px;
	}
	.classify-title h4 {
		margin-top: 5px;
		font-size: 18px;
	}
	.classify-con {
		padding: 10px;
	}
	.classify-con .desc {
		padding: 10px 0;
	}
	.classify-con .desc h3 {
		font-size: 16px;
	}
	.classify-con .desc p {
		margin-top: 5px;
		font-size: 12px;
	}
	.classify-con ul li {
		margin: 5px;
		width: calc(50% - 10px);
		text-align: center;
		padding: 10px;
	}
	.classify-con ul li img {
		height: 26px;
	}
	.classify-con ul li p {
		margin-top: 5px;
		font-size: 12px;
	}
	.classify {
		padding-bottom: 20px;
		background-size: 100% 162px;
	}
	.classify01 {
		background-image: url("../images/solution/1_pic_h5.png");
	}
	.classify02 {
		background-image: url("../images/solution/2_pic_h5.png");
	}
	.classify03 {
		background-image: url("../images/solution/3_pic_h5.png");
	}
	.classify04 {
		background-image: url("../images/solution/4_pic_h5.png");
	}
	.classify05 {
		background-image: url("../images/solution/5_pic_h5.png");
	}
}