@charset "utf-8";

@media only screen and (max-width: 1163px) {
    .header .menu a{
        margin: 0 10px;
        font-size: 16px;
    }
    .header .menu{
        margin-left: 0;
    }


}

@media only screen and (max-width: 991px) {
    .block5 .item{
        height: auto;
        margin-bottom: 30px;
    }

    .footer .logo img{
        height: 30px;
    }
    .footer .menu{
        margin-left: 20px;
    }
    .footer .menu a{
        margin: 0 10px;
        font-size: 15px;
    }
}

