
/*====================底部*********/
.footer{
	width:100%;
	height:157px;
	padding: 10px;
	background: rgba(48, 48, 48, 1);
	color: #fff;
	position: absolute;
	bottom: 0px;
}
.footer .footer_left{
	float: left;
	width:80%;
	position: absolute;
	bottom: 10px;
}
.footer .footer_left img{
	height: 60px;
	margin: 10px;
}
.footer .footer_left .footer_map{
	height: 60px;
}
.footer .footer_left .footer_map a{
	margin: 20px 10px;
	color: #bebdbc;
}
.footer .footer_left .footer_powerby{
	margin-top: 10px;
	color: #bebdbc;
}
.footer .footer_left .footer_powerby_mobile{
	display:none;
}
.footer .footer_right{
	float: right;
	width: 10%;
	margin: 10px 10px 10px 10px;
	text-align: center;
}
.footer .footer_right img{
	height: 80px;
	margin:10px;
	text-align: center;
}

@media only screen and (max-width: 750px){
	.footer{
		height: 100px;
	}
	.footer .footer_left{
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
	}
	.footer .footer_left .foot_map_container{
		display:none;
	}
	.footer .footer_left .footer_powerby{
		display:none;
	}
	.footer .footer_left .footer_powerby_mobile{
		display:inline;
		margin: 10px;
		width: 100%;
		color: #bebdbc;
		text-align: center;
	}
	.footer .footer_right{
		display:none;
	}
}