.foot-bar {
    display: block;
    margin-top: 40px;
    background-color: rgb(68, 68, 68);
}
.foot-left {
    width: 60%;
}
.foot-company-name {
    width: 60%;
    height: 80px;
    color: #bdc3c7;
    line-height: 80px;
    font-size: 24px;
    border-bottom: 1px solid #999999;
}
.foot-left-company-detail {
    display: flex;
    align-items: center
}
.foot-right {
    width: 40%;
}
.gs-gongsi:before {
    content: "\e6af";
}
