.container {
    background: #e3e5f1;
}

.banners {
    width: 100%;
}

.banners img {
    width: 100%;
}

.companyList {
    margin-bottom: 60px;
    position: relative;
    margin-top: -60px;
}

.companyList h4 {
    font-size: 24px;
    color: #277be6;
    text-align: left;
    cursor: pointer;
    font-weight: 500;
}

.companyCont {
    width: 860px;
    margin: 0 auto;
    padding: 60px 70px;
    background: #dce3f6;
    border-radius: 6px;
}

.companyBack {
    width: 1000px;
    margin: 0 auto 25px;
}

.companyBackLogo {
    margin-left: 30px;
}

.companyBackLogo img {
    height: 32px;
    cursor: pointer;
}

.companyCont h3 {
    font-size: 22px;
    font-weight: 500;
    color: #436ad1;
    text-align: center;
}

.companyContTitle {
    text-align: center;
    margin-bottom: 15px;
}

.companyContTitle img {
    border-radius: 3px;
}

.companyCont p {
    font-size: 16px;
    /* color: #ffffff; */
    line-height: 30px;
    text-indent: 2em;
}

.companyName {
    display: flex;
    justify-content: center;
    align-items: center;
}

.companyIntroduce {
    margin-top: 20px;
}