.app-main {
    padding-bottom: 100px;
}

.section-banner {
    height: 380px;
    display: flex;
    padding-top: 120px;
    justify-content: center;
    background: url("../../images/sub-pc/about-us-banner.jpg") no-repeat center / cover;
}

.section-title {
    height: 180px;
    background: url(../../images/sub-pc/sales-qualification-title.png) no-repeat left / 858px 180px;
}

.breadcrumb {
    margin-top: 12px;
}

.section-content-container {
    margin-top: 70px;
    background: url("../../images/sub-pc/about-us-bg.png") no-repeat left top / 1546px 700px;
    padding-top: 80px;
    padding-left: calc((100% - 1400px) / 2);
}

@media (max-width: 1499px) {
    .section-content-container {
        padding-left: calc((100% - 1200px) / 2);
    }
}

.section-content {
    background: #FFFFFF;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px 0px 0px 20px;
    padding-top: 20px;
    padding-bottom: 80px;
}

.content-left {
    width: 251px;
    height: 499px;
    border-right: 1px solid #ddd;
}

.content-left a {
    height: 97px;
    line-height: 97px;
    padding-right: 70px;
}

.content-left a:hover {
    color: #D1921B;
}

.content-left a.on {
    background: url("../../images/sub-pc/about-us-on.png") no-repeat left center / 250px 970px;
    color: #D1921B;
}

.content-left a.on:after {
    content: "";
    display: block;
    width: 5px;
    height: 97px;
    background: #DDAF59;
    position: absolute;
    right: -1px;
    top: 0;
}

.content-right {
    flex: 1;
    margin-left: 110px;
}

.right-title {
    margin: 20px 0 44px;
    font-size: 28px;
    line-height: 40px;
}

.table-header {
    background: #F8F8F8;
}

.table-cell {
    height: 44px;
    line-height: 44px;
    width: 168px;
    text-align: center;
}

@media (max-width: 1499px) {
    .table-cell {
        width: 135px;
    }
}

.table-body .table-row:nth-child(2n) {
    background: #F8F8F8;
}
