
.footer {
    /*height: 232px;*/
    height: auto;
    padding: 40px 0;
    background-color: #20509f;
}

.footer .center {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.footer .logo {
    width: 600px;
    height: 100%;
    float: left;
}

.footer .logo img {
    width: 230px;
    height: 130px;
    margin-top: 50px;
    margin-left: 350px;
}

.footer .information {
    width: 580px;
    height: 100%;
    float: left;
    padding-left: 20px;
}

.footer .information h4 {
    height: 30px;
    line-height: 30px;
    font-family: Microsoft YaHei;
    color: #e9f5ff;
    font-size: 24px;
    padding-left: 10px;
    border-left: 2px solid #e9f5ff;
    margin-bottom: 20px;
    font-weight: 400;
}
.footer .information h4 a {
    color: #e9f5ff;
}

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

.footer .information div {
    line-height: 32px;
    font-family: Microsoft YaHei;
    color: #ffffff;
    font-size: 16px;
}