/*底部*/
footer{ 
	background: #4e4f51; 
	color: #fff;
	padding: 60px 0 50px;
}
footer a{ color: #fff;}
footer a:hover{ color: #fff;}
footer ul h5{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
footer ul li{
	font-size: 14px;
	line-height: 30px;
	
}
footer .footLast div{ padding-left: 0px;}
footer .footLast div:last-child{margin: 0px;}

.footLast div a{
	display: block;
	font-size: 18px;
	color: #F1F4F5;
	margin-bottom: 15px;
	font-weight: 400;
}
.footLast div span{
	font-size: 12px;
	color: #999;
	display: block;
	text-align: center;
	margin-top: 5px;
}
.footLastBottom .tel{
	font-size: 32px;
	font-weight: 400;
	margin: 30px 0;
	display: block;
}
.footLastBottom p{ color: #999; font-size: 12px;}
@media (max-width: 992px) {
	footer .lastBox{ padding: 0;}
	footer .footLast div{ padding-right: 8px;}
}
.copyRight,.mFooter{display: none;}
#tellWindow{ display: none;}
@media (max-width: 767px) {
	.links,footer{display: none;}
	.copyRight{
		display: block;
		text-align: center;
		background: #F4F4F4;
		line-height: 60px;
		color: #999;
		margin-bottom: 70px;
	}
	.mFooter{
		width: 100%;
		background: #fff;
		position: relative;	
		display: block;
	}	
	.mFooter .mFooterCon{
		width: 100%;
		background: #fff;
		position: fixed; 
		left: 0; 
		bottom: 0; 
		z-index: 99;
		text-align: center;
	}
	.mFooter .active{
		color: #00b69f;
	}
	.mFooter a img{ 
		width: 26px;
		margin: 0 auto 5px;
	}
	
}