.footer {
    width: 100%;
    height: 270px;
    background: #414141;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
}

.footer_con {
    width: calc(100% - 60px);
    height: 190px;
    margin: 0 auto;
    color:#FFFFFF;
    font-size: 14px;
}

.footer_con ul {
    width: 100%;
    height: 190px;
    margin-top: -15px;
}

.footer_con li{
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: flex;
    border-bottom: #979797 1px solid;
}

.footer_con_left{
    height: 35px;
    width: calc(100% - 30px);
}
.footer_con_right{
    width: 35px;
    height: 35px;
    text-align: center;
}



.footer_con li a{
    color:#FFFFFF
}

.footer_con_copyright{
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    color: #8b8b8b;
}
/* 返回顶部按钮样式 */
#back-to-top {
    display: none;
    /* 初始隐藏 */
    position: fixed;
    bottom: 315px;
    right: 5px;
    width: 30px;
    height: 30px;
    background-color: #2372D3;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
}

/* 在线咨询按钮样式 */
#online-consult {
    position: fixed;
    right: 5px;
    bottom: 350px;
    width: 20px;
    height: 70px;
    background-color: #2372D3;
    color: #FFFFFF;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
    z-index: 1000;
    font-family: 'Microsoft YaHei', sans-serif;
}