ul,li{ padding:0;margin:0;list-style:none}
.footer{
    width:50%;
    margin:0 auto;
}
.footer ul{
    width:100%;
    overflow: hidden;
    text-align: center;
    margin-bottom:30px;

}
.footer ul li{
    float:left;
    width:25%;
    height:100%;
    text-align: center;
    display:inline-block;
}
.footer ul li a{
    display:inline-block; 
    width:100%;
    height:100%;
}
.footer ul li a img{
    width:100px;
    height:100px;
}
.footer p{
    text-align: center;
    color: #999;
}

@media screen and (max-width: 768px) {
    .footer{
        width:100%;
        margin:0 auto;
    }
}