.footer{
	color:#eee;
	min-height: 200px;
	background-color: #555;
	max-width: 100%;
	overflow: hidden;
	
}
.footer .inner{
	width: 1200px;
	margin:30px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	flex-wrap:wrap;
}
.footer .nav{
	display: flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: space-around;
}
.footer .nav a{
	color:#eee;
}
.footer .bqsy{
	color: #333;
	margin-top: 40px;
}
.footer .right{
	margin-left: 100px;
	display: flex;
	flex-wrap:wrap;
}
.footer .right .phone{
	font-weight: 700;
	margin-right: 16px;
}
.footer .right .phone>div{
	margin-bottom: 20px;
}
.foot-wechat-wrap {
	display: inline-block;
}
.foot-wechat-wrap img {
	width: 70px;
}
@media only screen and (max-width:768px) {
	.footer .inner{
		width: 100%;
		margin:10px auto;
		
	}
	.footer .left,.footer .right{
		width: 100%;
	}
	.footer .left{
		padding:10px 0;
	}
	.footer .bqsy{
		margin-top: 10px;
		text-align: center;
	}
	.footer .right{
		margin:0 auto;
		justify-content: center;
		text-align: center;
	}
	.footer .right .phone{
		margin-right: 0px;
	}
}