/* 底部 */

.bottom_wrapper {
    width: 100%;
    min-width: 1200px;
    background: #005cad;
}

.top_border {
    width: 100%;
    height: 6px;
    background: #ff9900;
}

.bottom_main {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 30px;
}

.bottom_mainLeft {
    flex: 0 0 504px;
    width: 504px;
}

.bottom_mainLeft a {
    color: #fff;
}

.bottom_mainLeft p {
    padding-bottom: 4px;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #2192e5;
}

.bottom_mainLeft ul li:first-child {
    margin-top: 24px;
}

.bottom_mainLeft ul li {
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
}

.bottom_mainRight {
    flex: 1;
    width: 504px;
    margin-left: 188px;
}

.bottom_mainRight p {
    padding-bottom: 4px;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #2192e5;
}

.bottom_mainRight li:first-child {
    margin-top: 24px;
}

.bottom_mainRight li {
    font-size: 16px;
    color: #69d5ff;
    margin-top: 20px;
}

.bottom_mainRight li img {
    width: 24px;
    height: 24px;
    vertical-align: top;
    margin-right: 20px;
}

.border-bottom {
    min-width: 1200px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}

.copyright {
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.bottom_message {
    margin-right: 10px;
}

.copyright a {
    color: #fff;
}