.solutionbanner img{
	width: 100%;
}
.solutionbanner1{
	width: 849px;
	height: 168px;
	margin: 45px auto;
}
.solutionbanner1 img{
	width: 849px;
	height: 168px;
}
.solutions{
	width: 1173px;
	margin: 0 auto 60px auto;
	display: flex;
	justify-content: space-between;
}
.solutionTXT{
	width: 590px;
	margin-top: 30px;
}
.lineRed{
	width: 4px;
	height: 47px;
	background-color: #f66723;
	margin-top: 60px;
}
.linegray{
	width: 4px;
	height: 47px;
	background-color: #a7a7a7;
	margin-top: 60px;
}
.solutionTXT ul li{
	position: relative;
	line-height: 1.8;
	text-indent: 2em;
}
.solutionTXT ul li:before{
	position: absolute;
	content: '';
	display: block;
	top: 10px;
	left: 5px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #6c6c6d;
}