
#footer{ position:relative; padding:10px 0; font-family:arial; background:#f1f1f1;}
#footer i{ position:absolute; top:0; left:0; width:100%; height:7px; background:url(/uploads/image/mimages/bottom_bg.jpg) repeat-x;}

.main{
	width: 1200px;
	margin: 0 auto;
}
.box{
	margin-top: 30px;
}
.box dl{
	height: 286px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2)
}
.box dt{
	float: left;
	width: 276px;
}
.box dt img{
	display: block;
}
.box dd{
	display: block;
	width: 900px;
	margin-left: 276px;
	text-align: center;
}
.box dd .item{
	display: inline-block;
	width: 40%;
	margin: 40px auto 0;
	font-size: 14px;
}
.box dd .item img{
	display: block;
	width: 102px;
	height: 102px;
	margin: 0 auto 10px auto;
}
.box dd .item b{
	display: block;
}
.box dd .item em{
	display: block;
	font-size: 13px;
	color: #00b548;
}
.box dd .item span{
	display: block;
	font-size: 13px;
	color: #555;
}
.box dd .item p{
	display: block;
	margin-top: 20px;
	font-size: 12px;
	color: #999;
}

.box .one .item{
	width: 30%;
	margin-top: 80px;
}
.box .three .item{
	width: 30%;
}


