.project-wrapper .problem-container{
	position: relative;
	height: 300px;
	padding: 0;
}
.project-wrapper .banner-container{
	padding: 0;
}

.problem-container  .problem-box{
	position: absolute;
	top: -112px;
	left: 50%;
	width: 1130px;
	height: 390px;
	box-sizing: border-box;
	padding: 10px 0;
	background-color: #fff;
	border-radius: 10px;
	/*transform: translateX(-50%);*/
	margin-left: -565px;
	box-shadow: 2px 2px 10px #f0f0f0;
}
.problem-list{
	margin-top: 60px;
	text-align: center;
}
.problem-list img{
	display: inline-block;
	max-height: 70px;
	text-align: center;
}
.problem-list h5{
	color: #333;
	font-size: 16px;
}
.problem-list p{
	margin: 0 auto;
	color: #666;
	font-size: 12px;
	line-height: 24px;
}
.problem-list p.text-left{
	width: 58%;
}
.problem-list p:before{
	display: inline-block;
	content: '';
	width: 10px;
	height: 10px;
	margin-right: 6px;
	border-radius: 50%;
	background-color: #e5e5e5;
}
.frame-container img, .apply-container img{
	display: inline-block;
}
.service-container .service-list{
	width: 70%;
	margin: 0 auto;
	color: #333;
	font-size: 18px;
	text-align: center;
}
.service-list img{
	display: inline-block;
	margin-bottom: 10px;
	max-height: 130px;
}