.solution-html {
	width: 100%;
	overflow: hidden;
}

.solution-plan-title {
	/* font-size: 35px; */
	font-size: 2em;
	color: #000;
	line-height: 2;
	font-weight: bold;
}

.solution-plan-text {
	font-size: 16px;
	color: #333;
	line-height: 2;
}

.solution-html .banner-box-contact {
	margin: 50px auto 0;
}

.design-ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.design-ul li {
	width: 31.33333%;
	background: #fff;
	margin: 0 1% 1.5em 1%;
	box-shadow: 0 0 5px rgba(0, 0, 0, .05);
	cursor: pointer;
	overflow: hidden;
}

.design-ul li img {
	width: 100%;
	display: block;
	transition: transform 0.3s cubic-bezier(0.34, 0.91, 0.99, 0.99);
}

.design-ul li:hover img {
	transform: scale(1.025);
}

.design-ul li .design-ul-text {
	font-size: 18px;
	color: #000;
	line-height: 2;
	text-align: center;
	padding: 10px 20px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}