.footer{
	 margin-top: 20px;
     width: 100%;
     min-width: 1200px;
     height: 170px;
     background-color: #2D2F3A;
     overflow: hidden;
     font-size: 14px;
}

.footer-body {
    margin: 35px auto 0;
    width: 1200px;
    height: 150px;
}

.footer-body a {
    color: #e8e9f2;
}

.footer-body a:hover {
    text-decoration: underline;
}

.footer-left {
    float: left;
    height: 100%;
    margin-top: 17px;
}

    .footer-left > img + p {
        margin-top: 20px;
    }

        .footer-left > img + p ~ p {
            margin-top: 10px;
        }

    .footer-left > p {
        color: #e8e9f2;
    }

.footer-mid {
    float: left;
    margin: 0 115px 0 115px;
    width: 290px;
    height: 100%;
    color: #e8e9f2;
}
    .footer-mid p {
        color: #e8e9f2;
        margin: 10px 0 0 0;
    }
    .footer-mid .p_link {
    float: left;
    overflow: hidden;
    }
    .footer-mid li{
        padding: 10px 0 0 0;
    }

.footer-right {
    float: right;
    width: 240px;
    height: 100%;
    overflow: hidden;
}
.footer-right {
    float: left;
}

    .footer-right > div > * {
        float: left;
    }

    .footer-right p {
        color: #e8e9f2;
    }

    .footer-right p {
        color: #e8e9f2;
        margin: 10px 0 0 0;
    }
    .footer-right p:first-child+p+p+p {
        color: #e8e9f2;
        margin: 10px 0 0 10px;
    }
