
html {
    background-color: #ffffff !important;
}

.company_main {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 55px;
}

.title {
    width: 100%;
    height: 60px;
    float: left;
    line-height: 60px;
    font-family: "Microsoft YaHei";
    font-size: 1.25rem;
    color: #001966;
    text-align: center;
    background-color: #ffffff;
    font-weight: bold;
}

.sheng {
    width: 92%;
    height: auto;
    float: left;
    padding: 10px 4%;
    background-color: #ffffff;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    border-top: 5px #F5F6FA solid;
}

.sheng a {
    width: 24%;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft YaHei";
    font-size: 0.85rem;
    color: #333333;
    text-align: center;
    margin: 10px auto;
    background-color: #F5F6FA;
}