﻿footer {
    height: 310px;
    background: #4573D9;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 14px;
    color: #FFFFFF;
    margin-top: 30px;
}

/* 页脚 */
.foot_content {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding-top: 35px;
}

.foot_info {
    width: 50%;
    margin: 0 auto;
}

.foot_info li {
    text-align: center;
    list-style: none;
    padding-bottom: 23px;
}

.foot_info li span {
    padding: 0 10px;
}

.foot_info li:nth-child(1) span {
    font-size: 18px;
    line-height: 18px;
}

.foot_info li:nth-child(3) {
    padding-bottom: 12px;
}

.foot_info li a {
    font-weight: 400;
    color: #FFFFFF;
}