﻿/*
******************************
********** author:@zhou小白猪
********** css:foot.css
********** 说明:脚部样式
******************************
*/

.foot_box{
	width:100%;
	height: auto;
	min-height: 190px;
	float: left;
	background: #f4f5f9;
	border-top: 1px solid #d7d7d7;
}
.foot_ewm{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 8px;
}
.foot_text{
	width: 100%;
	height: auto;
	line-height: 25px;
	float: left;
	text-align: center;
	font-size: 14px;
	color:#333;
}
