img {
    width: 100%;
    height: 100%;
    display: block;
}

html,
body {
    height: 100%;
}

img {
    width: 100%;
    height: 100%;
}

footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 2%;
}

footer nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    background: none;
    border: none;
    padding-top: 0.7%;
    width: 1100px;
    padding: 0;
    margin: 0 auto;
    height: auto !important;
    margin: 5px auto;
}

footer nav p {
    margin-right: 0.46062%;
    font-size: 0.75em;
    color: #666666;
    font-weight: 400;
}

footer .foot_main {
    background-color: #f1f1f1;
    width: 100%;
    height: 100%;
}

footer nav .foot_ul {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

footer nav .foot_ul li {
    min-width: 5.5%;
    margin-left: 2%;
}

footer nav .foot_ul li a {
    font-size: 0.75em;
    color: #666666;
    font-weight: 400;
}

footer nav .foot_ul li a:hover {
    color: #D81D1D;
}

footer .foot_info {
    background-color: #f1f1f1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    width: 1100px;
    margin: 1% auto
}

footer .foot_info .img_left {
    width: 5.96659%;
}

footer .foot_info .foot_center {
    text-align: center;
    margin-left: 6%;
}

footer .foot_info .foot_center .center_nav .center_nav_ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

footer .foot_info .foot_center .center_nav .center_nav_ul li a {
    font-size: 0.6875em;
    color: #666666;
    font-weight: 600;
}

footer .foot_info .foot_center p {
    font-size: 0.625em;
    color: #666666;
    font-weight: 600;
}

footer .foot_info .foot_center .center_content {
    font-size: 0.625em;
    color: #666666;
    font-weight: 600;
}

footer .foot_info .foot_center .center_content div {
    margin-top: 4px;
}

footer .foot_info .img_right div {
    width: 75%;
    float: right;
}

footer .foot_info .img_right div img {
    margin-top: 10px;
}

@media screen and (min-width: 1536px) {
    footer nav ul {
        padding: 0;
        width: 100% !important;
    }
    footer nav {
        padding: 0% 13.39583%;
        width: 100%;
    }
    footer .foot_info {
        padding: 1% 14.39583%;
        width: 100%;
        margin: 0;
    }
}


/*# sourceMappingURL=foot.css.map */