div.solution{
	width: 1000px;
	margin: 0 auto;
	min-height: 800px;
	overflow: hidden;
	background: #fff;
}
#main{
	padding-top: 20px;
	min-height: 900px;
}
div.solution-content{
	width: 800px;
	margin: 35px auto 0;
	overflow: hidden;
}
div.solution-content ul li{
	float: left;
	width: 400px;
	height: 280px;
	padding: 25px 0;
	border:1px solid #ddd;
	box-sizing: border-box;
}
div.solution-content ul li img{
	margin-bottom: 20px;
}
div.solution-content ul li:first-child{
	border-top: none;
	border-left: none;
}
div.solution-content ul li:nth-child(2){
	border-top: none;
	border-right: none;
}
div.solution-content ul li:nth-child(3){
	border-bottom: none;
	border-left: none;
}
div.solution-content ul li:last-child{
	border-bottom: none;
	border-right: none;
}
div.solution-content ul li h4{
	color: #000;
    font-weight: normal;
    font-size: 16px;
}
div.solution-content ul li span{
	color: #bababa;
    display: block;
}
div.solution-content ul li p{
	width: 355px;
    margin: 15px auto;
    text-align: left;
    color: #aeaeae;
}
div.solution-content ul li p a{
	color:red;
	font-size: 14px;
}


.solution05{
	background: #1c89b2 url(../images/solution_05.jpg) no-repeat center 0;
	min-width: 1348px;
	height: 321px;
}
