.footer { 
    font-family: 'Century Gothic','microsoft yahei';   
    height: 120px;  
    padding: 100px 0 0 0;  
    background-image: url(footbg.png) ;
    background-position: top center;
    background-repeat: no-repeat;   
    background-size: cover;   
    text-align: center;
}

.footer .link { 
    margin: 1em 0; 
}

.footer .link a { 
    margin: 0 0.3em; color: #fff; font-size: 18px;
}

.footer .link a:hover { 
    color: #F55; 
}

.footer .link i {
    font-style: normal; color: #fff; font-size: 18px;
}

.footer small { 
    color: #fff;font-size: 14px; 
}

@media (max-width: 959px) { 
    .footer{margin-top: 0; padding-top:40px; height: 100px; background-color: #fff;}
    .footer .link {  padding-top: 10px;}
    .footer .link a {  font-size: 16px; }
    .footer small { font-size: 12px;}
}