/* footer */
.footer_box{
	width: 100%;
	height: 140px;
	background-color: #22a639;
	/*position: absolute;
	bottom: 0;*/ 
}
.footer_info{
	width: 1000px;
	margin: auto;
}
.footer_top{
	height: 104px;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.footer_t_l{
	width: 900px;
	float: left;
	color: #fff;
}
.footer_t_tel{
	color: #fff;
	margin: 25px 0 10px 0;
}
.footer_t_tel img{
	width:26px;
	margin-right: 8px;
}
.footer_t_path{
	font-size: 13px;
}
.footer_t_r{
	width: 90px;
	height: 70px;
	float: right;
	margin-top: 17px;
	color: #333;
	background-color: #fff;
}
.footer_t_r span{
	width: 20px;
	text-align: center;
	font-size: 12px;
	-webkit-transform: Scale(0.9);
	-moz-transform: Scale(0.9);
	-ms-transform: Scale(0.9);
	display: block;
	float: left;
	line-height: 14px;
}
.footer_t_r img{
	width: 65px;
	height: 62px;
	margin-top: 4px;
}
.footer_bottom{
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	-webkit-transform: Scale(0.9);
	-moz-transform: Scale(0.9);
	-ms-transform: Scale(0.9);
	display: block;
}