.footer .footer-middle .info .logo{
    display: block;
    margin-bottom: 15px;
}

.footer .footer-middle .info .slogan {
    width: 300px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #6d6d6d;
    font-size: 14px;
    line-height: 1.74;
}

.footer .footer-middle .info .phone {
    font-size: 14px;
    line-height: 1.79;
    letter-spacing: normal;
    color: #727272;
    margin-top: -4px;
    line-height: 27px;
}

.footer_title{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px;
}

.footer .footer-middle .info .menu > li > a{
        display: inline-block;
        line-height: 100%;
        color: #727272;
        font-size: 14px;
}

@media all and (max-width: 768px){
    .footer .footer-middle .info .menu > li > a,
    .footer .footer-middle .info .slogan,
    .footer .footer-middle .info .phone{
        font-size: 13px;
    }
    .footer .footer-middle .info .logo{
        margin-bottom: 6px;
    }
}