@charset "UTF-8";
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    background: #f7f7f7;
    margin-bottom: 260px;
}

.h1, .h2, .h3 {
    text-align: center;
}

@media screen and (max-width: 767px) {
    #footer {
        position: absolute;
        bottom: 0;
        /*width: 100%;*/
        /* Set the fixed height of the footer here */
        height: 180px;
        margin-top: 40px;
        background-color: #f5f5f5;
    }

    #footer p {
        width: 100%;
        height: auto;
        line-height: 30px;
        text-align: center;
        font-size: 1.1em;
        background-color: #ccc;
        margin: 0;
    }

    #footer .jumbotron {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }

    #footer .jumbotron .list-unstyled {
        width: 100px;
        height: 50px;
        float: left;
        margin-top: 15px;
    }

    #footer .jumbotron .list-unstyled li {
        width: 100%;
        height: 30px;
    }

    #footer .jumbotron .list-unstyled .active {
        font-size: 1.5em;
        line-height: 30px;
    }

    #footer .jumbotron .list-unstyled li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #262626;
        line-height: 40px;
        font-size: 1.3em;
    }

    #footer .jumbotron img {
        /*float: left;*/
        /*margin-left: 20px;*/
        /*width: 90px;*/
        /*height: 90px;*/
        /*margin-top: 15px;*/
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 180px;
        margin-top: 40px;
        background-color: #f5f5f5;
    }

    #footer p {
        width: 100%;
        height: auto;
        line-height: 30px;
        text-align: center;
        font-size: 1.1em;
        background-color: #ccc;
        margin: 0;
    }

    #footer .jumbotron {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }

    #footer .jumbotron .list-unstyled {
        width: 150px;
        height: 120px;
        float: left;
        margin-top: 15px;
    }

    #footer .jumbotron .list-unstyled li {
        width: 100%;
        height: 40px;
    }

    #footer .jumbotron .list-unstyled .active {
        font-size: 1.5em;
        line-height: 40px;
    }

    #footer .jumbotron .list-unstyled li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #262626;
        line-height: 40px;
        font-size: 1.3em;
    }

    #footer .jumbotron img {
        float: left;
        margin-left: 50px;
        width: 150px;
        height: 150px;
        margin-top: 15px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 180px;
        margin-top: 40px;
        background-color: #f5f5f5;
    }

    #footer p {
        width: 100%;
        height: auto;
        line-height: 30px;
        text-align: center;
        font-size: 1.1em;
        background-color: #ccc;
        margin: 0;
    }

    #footer .jumbotron {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }

    #footer .jumbotron .list-unstyled {
        width: 150px;
        height: 120px;
        float: left;
        margin-top: 15px;
    }

    #footer .jumbotron .list-unstyled li {
        width: 100%;
        height: 40px;
    }

    #footer .jumbotron .list-unstyled .active {
        font-size: 1.5em;
        line-height: 40px;
    }

    #footer .jumbotron .list-unstyled li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #262626;
        line-height: 40px;
        font-size: 1.3em;
    }

    #footer .jumbotron img {
        float: left;
        margin-left: 50px;
        width: 150px;
        height: 150px;
        margin-top: 15px;
    }
}

/*/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
    #footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 180px;
        margin-top: 40px;
        background-color: #f5f5f5;
    }

    #footer p {
        width: 100%;
        height: auto;
        line-height: 30px;
        text-align: center;
        font-size: 1.1em;
        background-color: #ccc;
        margin: 0;
    }

    #footer .jumbotron {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }

    #footer .jumbotron .list-unstyled {
        width: 150px;
        height: 120px;
        float: left;
        margin-top: 15px;
    }

    #footer .jumbotron .list-unstyled li {
        width: 100%;
        height: 40px;
    }

    #footer .jumbotron .list-unstyled .active {
        font-size: 1.5em;
        line-height: 40px;
    }

    #footer .jumbotron .list-unstyled li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #262626;
        line-height: 40px;
        font-size: 1.3em;
    }

    #footer .jumbotron img {
        float: left;
        margin-left: 50px;
        width: 150px;
        height: 150px;
        margin-top: 15px;
    }
}
