footer {
    background: url(../images/footerbg.png);
    background-size: cover;
    padding: 15px 0;
}

footer .footerelogo {
    padding: 30px 0;
    overflow: hidden;
    display: inline-block;
}

.footerelogo {
    width: 439px;
    height: 66px;
    overflow: hidden;
}

.footerul1 {
    margin-left: 19.5%;
}

footer ul {
    display: inline-block;
}

footer li {
    font-size: 14px;
    line-height: 30px;
    color: rgba(255, 255, 255, .9);
}

@media screen and (max-width:1400px) {
    .footerul1 {
        margin-left: 3.5%;
    }
    .footerelogo {}
}

@media screen and (max-width:996px) {
    footer ul {
        display: block;
    }
    .footerelogo {
        float: none;
        /* margin-bottom: 20px; */
    }
    .footerul1 {
        margin-left: 0;
    }
    .footerul2 {
        float: left;
        margin-top: 20px;
    }
}

@media screen and (max-width:767px) {
    .footerelogo {}
}

@media screen and (max-width:479px) {
    .footerelogo {
    width: 272px;
}
}