#footer{
	height: auto;
	width:100%;
	background:#f2f2f2;
	color: #333;
	font-size: 16px;
	padding: 5% 5% 2% 5%;
	margin-top:1%;
}
.footer-left ul{
	display: flex;
	flex-flow:row wrap;
	align-items: flex-start;
	margin-left:7%;
}
.footer-left ul li{
	margin-bottom: 6%;
	letter-spacing: 0.2em;
	font-weight: 600;
}
.footer-left ul li a{
	color:#333;
	font-size:15px; 
}
.banquan{

	color: #888;
	font-size:12px;
}
.footer-right ul li {
	letter-spacing: 0.7px;
	margin-bottom:2%;
}

.footer-right ul {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	/* margin-left:10%; */
	padding-left: 20%;
}
@media screen  and (max-width:992px){
	.footer-right ul{
		padding-left:0;
	}
	.footer-left ul li{
		text-align: center;
	}
	
}
@media screen  and (max-width:940px){
	.footer-right ul li,.footer-left ul li a {
			font-size:13px; 

	}

}
@media screen  and (max-width:820px){
	#footer{
		display: flex;
		flex-flow: column wrap;

	}
	.footer-left ul li{
		text-align: center;
	}

@media screen  and (max-width:470px){
	.footer-right ul li{
		font-size: 12px;
	}
	
}
}