@charset "utf-8";





/*底部*/
footer{ width:100%; height:40px; line-height:40px; background:#333; position:fixed; left:0; bottom:0;}
footer a{ display:block; width:20%; height:40px; float:left; background:no-repeat center; background-size:auto 20px;}
footer a#fanhui{ background-image:url(../images/fanhui.png);}
footer a#list{ background-image:url(../images/list.png);}
footer a#home{ background-image:url(../images/home.png);}
footer a#tel{ background-image:url(../images/tel.png);}
footer a#map{ background-image:url(../images/map.png);}


