body{
	min-height: 100%;
	background: url(../images/background.png) repeat;
}

.main{
	margin-top: 10px;
}

.service-box .title p{
	padding-left: 17px; 
	width: 131px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: url(../images/bg_title.png) no-repeat scroll center/cover;
}

.service-box ul{
	padding: 10px 5px;
}

.service-box ul li{
	position: relative;
	float: left;
	margin-bottom: 10px;
	padding: 0 5px;
	width: 33.333%;
	height: 105px;
}

.service-box a{
}

.service-box li img{
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

.fwss li:nth-child(1),
.fwss li:nth-child(7){
	width: 70%;
}

.fwss li:nth-child(2),
.fwss li:nth-child(6){
	width: 30%;
}

.service-box.col-sm-2 li{
	width: 50%;
}
