.banner {
    background-image: url(../img/company/banner.png);
    background-position: center;
}

.case-image-bottom-right-background {
    background-image: url(../img/company/case-bottom-right-bg.png);
}

.ascential-container {
    padding: 250px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.ascential-container .title {
    font-size: 40px;
    font-weight: 500;
    color: #262250;
    line-height: 51px;
    text-align: center;
}

.ascential-container .desc {
    font-size: 16px;
    font-weight: 400;
    color: rgba(38, 34, 80, .5);
    line-height: 27px;
    width: 440px;
}

.ascential-container .desc a {
    color: rgba(22, 0, 255, 1);
}

.ascential-company {
    padding: 200px 0 340px;
}

.ascential-company .common-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ascential-company .main-title {
    font-size: 34px;
    font-weight: 400;
    color: #262250;
    margin-bottom: 36px;
}

.ascential-company .sub-title {
    font-size: 16px;
    font-weight: 400;
    color: rgba(38, 34, 80, .5);
    line-height: 27px;
    margin-bottom: 115px;
    text-align: center;
}

.ascential-company .chart {
    background: linear-gradient(-37deg, #003399, #33CCCC);
    box-shadow: 0px 9px 22px 2px rgba(15,125,237,0.16);
    border-radius: 20px;
    padding: 54px;
}

.ascential-company .chart .chart-item {
    display: flex;
    align-items: flex-start;
}

.ascential-company .chart .chart-item:not(:last-child) {
    padding-bottom: 53px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 35px;
}

.ascential-company .chart .chart-item .left-title {
    width: 135px;
    font-size: 34px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 115px;
    margin-left: 33px;
    margin-top: 24px;
}

.ascential-company .chart .chart-item .right-container {
    width: 750px;
    background: #fff;
    padding: 33px 40px 11px;
    margin-right: -20px;
}

.ascential-company .chart .chart-item .right-container .top-title {
    font-size: 18px;
    font-weight: 400;
    color: #262250;
}

.ascential-company .chart .chart-item .right-container .bottom-title {
    font-size: 15px;
    font-weight: 400;
    color: rgba(38, 34, 80, .5);
    margin-bottom: 30px;
}

.ascential-company .chart .chart-item .right-container .image-container a {
    display: inline-block;
    margin-bottom: 32px;
    cursor: pointer;
}

.ascential-company .chart .chart-item .right-container .image-container a:not(:nth-child(4n)) {
    margin-right: 32px;
}

.ascential-company .chart .chart-item .right-container.case-two-right-container .image-container:not(:last-child) {
    border-bottom: 1px solid #AAAAAA;
    margin-bottom: 24px;
}

.ascential-company .chart .chart-item .right-container.case-two-right-container .image-container a {
    margin-bottom: 38px;
}
