.footer{
    width: 100%;
    height: 260px;
    background-color: #015198;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.footer-top{
    margin: 0 auto;
    overflow: hidden;
    width:fit-content;
    text-align: center;
    width: 262px;
    height: 56px;
    margin-top: 50px;
}

.footer-top img{
    width: 100%;
    height: 100%;
}


.footer-link{
    margin: 0 auto;
    font-size: 16px;
    color: black;
    font-weight: 700;
    overflow: hidden;
    width:fit-content;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
	display: table;
}

.footer-link ul{
    float: left;
}

.footer-link ul li{
    float: left;
    margin-right: 30px;
}

.footer-link ul li a{
    color: black;
}

.footer-link__left{
    float: left;
    margin-right: 20px;
}

.footer-info{
    margin: 0 auto;
    overflow: hidden;
    width:fit-content;
    text-align: center;
}

.footer-info p{
    float: left;
    font-size: 12px;
    margin-right: 30px;
}
.footer-link ul li a { color: #ccc; }
.footer-link__left { color: #ccc; }
.footer-info p { float: none; color: #ccc; }

@media (max-width: 768px) {
    .footer{
        height: 110px;
    }
    .footer-top{
        display: none;
    }
    .footer-link{
        display: none;
        padding-top: 15px;
    }
    .footer-info{
        margin-top: 15px;
    }
    .footer-info p{
        margin-right: 0;
        padding: 0 15px;
        font-size: 14px;
        color: #fff;
    }
}