 .footer {
     text-align: center;
     /*position: relative;*/
     /*bottom: 0;*/
     font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
     margin-top:20px;
 }
 
.footer p {
     margin: 4px;
     font-size: 12px;
     text-align: center;
 }
 
.footer p:first-child {
     margin-bottom: 12px;
 }
 
.footer p a {
     font-size: 12px;
     padding:0 15px;
     border-left: 1px solid #555;
     color: #000;
     font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
 }
 
.footer p a:first-child {
     border-left: 0;
 }
 
.footer p a:hover {
     color: #04517e;
     text-decoration: none;
 }
 
#footer {
    width:100%;
    background: #f0f0f0;
    position: relative;
    bottom:-25px;
    left:0;
    /*margin-top:20px;*/
    /*margin-bottom:0;*/
 }
 
 /*李佳洋修改*/
 /*覆盖*/
 #footer{
     background:#0170b6;
     color:#fff;
      /*position: absolute;*/
       bottom:-100px;
 }
 /*覆盖*/
 .footer p a {
    color: #fff;
}
/*覆盖*/
.footer p a:hover {
    color: #ff7a4d;

}
