.aboutUs-container {
    max-width: 846px;
    margin-bottom: -22px;
}

.aboutUs-container .aboutUs-container-desc {
    font-size: 14px;
    font-weight: 400;
    color: #41464F;
    line-height: 22px;
    margin-bottom: 22px;
}

.aboutUs-feature_wrap {
    margin-top: 60px;
}

.aboutUs-feature-item {
    margin-right: 135px;
}

.aboutUs-feature-item .feature-item--num {
    font-size: 40px;
    font-weight: 400;
    color: #FC680F;
    line-height: 47px;
}

.aboutUs-feature-item .feature-item--desc {
    font-size: 14px;
    font-weight: 400;
    color: #4C5B76;
    line-height: 16px;
}

.tpm-section__aboutUs .view-column {
    position: relative;
}

.tpm-section__aboutUs .view-column::after {
    content: '';
    width: 480px;
    height: 353px;
    background: url(../img/aboutUs/aboutUs_img01.png) center no-repeat;
    position: absolute;
    bottom: -60px;
    right: 0px;
}

.aboutUs-productFeature__wrap  {
    background: #41464F;
}

.aboutUs-productFeature__wrap  .tpm-section__title ,.productFeature-item .productFeature-item_content .item-title ,.productFeature-item .productFeature-item_content .item-desc {
    color: #fff;
}

.tpm-section__connectUs {
    position: relative;
    padding-bottom: 240px;
    overflow-x: hidden;
}

.connectUs-support_wrap {
    margin-top: 32px;
}

.connectUs-support_wrap .connectUs-support-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #DCE2EB;
    padding: 32px 0;
}

.connectUs-support_wrap .connectUs-support-item  .support-item-img {
    width: 43px;
}

.connectUs-support_wrap .connectUs-support-item .support-item-title {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 23px;
}

.connectUs-support_wrap .connectUs-support-item .support-item-val{
    font-size: 14px;
    font-weight: 400;
    color: #41464F;
    line-height: 16px;
}

.connectUs-support_wrap .connectUs-support-item .support-item-val.support-item-val__single:hover{
    color: #FC680F;
}

.section__connectUs-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1920px;
    height: 300px;
    background: url(/assets/img/aboutUs/abaoutUs_img01.png) no-repeat center;
    background-size: cover;
    z-index: -1;
}

.connectUs-desc {
    font-size: 20px;
    font-weight: 500;
    color: #4C5B76;
    line-height: 23px;
}

.connectUs-desc.connectUs-desc__key {
    color: #000000;
}







