.footer-t {
	width: 100%;
	height: 120px;
	background-color: #ececec;
	position: relative;
}
.footer-t-wrap {
	width: 1024px;
	height: 48px;
	margin: 0 auto;
}
.f-t-desc {
	height: 48px;
	position: relative;
	top:-48px; 
	left: 58px;
}
.f-t-desc p{
	height: 24px;
	line-height: 24px;
}
.f-items {
	float: left;
	width: 25%;
	margin-top: 36px;
}
.f-items i {
	display: block;
	width: 48px;
	height: 48px;
	background-image: url(../resource/footer-icon.png);
	background-repeat: no-repeat;
}
.desc-fir {
	font-size: 16px;
	color:#231815;
	font-weight: 800;
}
.desc-sec {
	font-size: 13px;
	color: #797979;;
}