@charset "utf-8";

#footer #footer_banner{
	height:auto;
	background-repeat:repeat;
	width: 100%;
 
}
#footer #footer_banner ul{
	margin: 0 auto;
    padding: 10px 0 5px 0 ;
	width:1020px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#footer #footer_banner ul li{margin:0;padding:0;width:33%;}
#footer #footer_banner ul li a{display:inline-block;}
#footer #footer_banner ul li a img{width:100%;height:auto;}