
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 990px) {
    #fh5co-footer{
        padding:0 !important;
        min-height: 300px !important;
        height:  auto;
    }
    #fh5co-footer>.container{
    	height: auto !important;
        min-height: 300px !important;
    }
    .content-footer{
        padding: 30px 0;
    }
    .beian{
        width: 80% !important;
    }
    .footer-nav-info{
        width: 75px !important;
    }
    .footer-nav{
        width: 90% !important;
    }

}
@media screen and (max-width: 700px) {
    .col-xs-2{
        width: 39% !important;
        height: 32px !important;
    }
    #fh5co-footer{
        min-height: 120px !important;
        height: auto !important;
    }
    #fh5co-footer>.container{
    	height: auto !important;
        min-height: 120px !important;
    }
    .content-footer{
    	height: auto !important;
        min-height: 120px !important;
        padding: 10px 0;
    }
    .footer-left{
        float: none;
        width: 100% !important;
    }
    .footer-right{
        display: none;
    }
    .top-logo{
        width: 100% !important;
        height: 30px !important;
    }
    .top-logo>img{
        display: block !important;
        margin: 0 auto;
        width: 130px !important;
        height: 25px !important;
    }

    .footer-nav{
        height: 30px !important;
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .footer-nav-info{
        height: 30px !important;
        width: 57px !important;
        font-size: 10px !important;
        line-height: 30px !important;
    }
    .beian{
        width: 100% !important;
        text-align: center;
    }
}
