.footer {
    border: 1px solid  #f5f5f5;
    background: #f5f5f5;
}
.footer_heart {
    width: 1200px;
    margin: 30px auto;
    color: #999;
}

.footer_link span {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-right: 10px;
}

.footer_bottom {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    background: #002C63;
}

.footer_bottom_content1 {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}

.footer_chat {
    position: fixed;
    right: 20px;
    top: 600px
}

.footer_bottom_content1 a {
    color: #fff;
}
.footer_bottom_content1 a:hover {
    color: #c00;
}