.btn-downfile {
    height: 44px;
    padding: 0 15px;
    border: 1px solid #262424;
    border-radius: 22px;
    background: transparent;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-downfile:hover {
    background: #BE282D;
    border: 1px solid #BE282D;
}

.btn-downfile:hover span {
    color: white;
}

.btn-downfile i {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    background: url("/static/icon/icon-point-arrow-down-black.png") no-repeat;
    background-size: cover;
}

.btn-downfile:hover i {
    background: url("/static/icon/icon-point-arrow-down-white.png") no-repeat;
    background-size: cover;
}

.btn-downfile span {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    color: #262424;
}

.about-us-wrap {
    width: 100%;
    position: relative;
}

.about-us-wrap .page-banner-item-title {
    color: #2A2A2A;
    font-weight: 500;
}

.about-us-tab {
    width: 100%;
    position: sticky;
    top: 0;
    background: #f0f2f5;
    z-index: 2;
}

.about-us-tab .safeplace {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.about-us-tab .item {
    width: auto;
    margin-right: 56px;
    padding: 18px 0 22px 0;
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    line-height: 22px;
    cursor: pointer;
}

.about-us-tab .item.active {
    font-weight: 600;
    position: relative;
}

.about-us-tab .item.active::after {
    content: "123";
    width: 100%;
    height: 4px;
    background: #BE282D;
    position: absolute;
    left: 0;
    bottom: 0;
}

.page-title-text {
    font-size: 48px;
    font-weight: 600;
    color: #252525;
    position: relative;
}

.page-title-text::after {
    content: "123";
    width: 49px;
    height: 3px;
    background: #BE282D;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.company-profile {
    width: 100%;
    padding: 100px 0 40px 0;
    position: relative;
}

.company-profile-tips {
    width: 100%;
    /*position: absolute;
    bottom: 0;*/
    font-style: italic;
    text-align: right;
    font-size: 20px;
    color: #5C5C5C;
}

.company-profile-bg {
    width: 100%;
    height: 1225px;
    position: absolute;
    left: 0;
    top: 235px;
}

.company-profile-bg img {
    width: 100%;
    height: 100%;
}

.company-profile-content {
    width: 100%;
}

.company-profile-info {
    margin-top: 53px;
}

.company-profile-info p {
    font-size: 20px;
    font-weight: 400;
    color: #252525;
    line-height: 1.9;
}

.company-profile-info p:first-child {
    padding: 0;
}

.company-profile-data {
    width: 100%;
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.company-profile-data .item {
    width: 33.33%;
    padding: 41px 0;
}

.company-profile-data .item .top {
    width: 100%;
    text-align: center;
}

.company-profile-data .item .top .number {
    font-size: 60px;
    font-weight: 800;
    color: #5C5C5C;
    line-height: 1.4;
}

.company-profile-data .item .top .unit {
    font-size: 16px;
    color: #666;
    line-height: 1;
}

.company-profile-data .item .bottom {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    color: #666;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.corporate-culture {
    position: relative;
    width: 100%;
    padding: 80px 0;
    margin: 100px 0 30px;
    overflow: hidden;
}

.corporate-culture::before {
    content: '';
    position: absolute;
    width: 1420px;
    height: 760px;
    left: 0;
    top: 0;
    background-color: #F2F2F5;
}

.corporate-culture .cont {
    position: relative;
    margin-top: 60px;
}

.corporate-culture .cont .left {
    width: 590px;
}

.corporate-culture .cont .left .item {
    cursor: default;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.corporate-culture .cont .left .item .icon {
    flex-shrink: 0;
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 30px;
}

.corporate-culture .cont .left .item .icon img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.corporate-culture .cont .left .item .icon img.active {
    opacity: 0;
}

.corporate-culture .cont .left .item .text {
    color: #666;
}

.corporate-culture .cont .left .item .text .bigt {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.2;
}

.corporate-culture .cont .left .item .text .smallt {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 8px;
}

.corporate-culture .cont .left .item:hover .icon img.active {
    opacity: 1;
}

.corporate-culture .cont .left .item:hover .icon img.default {
    opacity: 0;
}

.corporate-culture .cont .left .item:hover .text {
    color: #BE282D;
}

.corporate-culture .cont .right {
    position: absolute;
    width: 1053px;
    height: 689px;
    top: -120px;
    left: 618px;
}

.corporate-culture .cont .right .pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.management-team {
    width: 100%;
    padding: 80px 0;
}

.management-team-list {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.management-team-list .item {
    width: 325px;
    padding: 20px 0;
    margin-right: 40px;
}

.management-team-list .item:hover .avatar img {
    transform: scale(1.1);
}

.management-team-list .item:nth-child(4n) {
    margin-right: 0;
}

.management-team-list .item .avatar {
    width: 100%;
    height: 250px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.management-team-list .item .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

.management-team-list .item .management-info {
    width: 100%;
    padding: 10px 20px 10px 20px;
    position: relative;
    text-align: center;
    background: #F8F8F8;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.management-team-list .item .management-info .name {
    width: 100%;
    font-size: 26px;
    color: #252525;
    line-height: 1.4;
}

.management-team-list .item .management-info .position {
    width: 100%;
    font-size: 18px;
    color: #252525;
    line-height: 1.4;
    margin-top: 10px;
}

.management-team-list .item .turn-detail {
    width: 52px;
    height: 52px;
    background: url("/static/icon/icon-point-arrow-right-red.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
    transition: all 3s;
}

.management-team-list .item:hover .turn-detail {
    display: block;
    transition: all 3s;
}

.organization {
    width: 100%;
    height: auto;
    padding: 70px 0 120px 0;
    background: url("/static/image/about-us/organization-bg.png") no-repeat;
    background-size: cover;
}

.organization-content {
    width: 100%;
    height: 704px;
    margin-top: 67px;
    position: relative;
}

.organization-tower {
    width: 689px;
    height: 100%;
    background: url("/static/image/about-us/organization-tower-bg.png") no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.organization-tower-1 {
    width: 100%;
    height: 197px;
    margin-top: 2px;
}

.organization-tower-1 .logo {
    width: 76px;
    height: 62px;
    margin: auto;
    position: relative;
    top: 48%;
}

.organization-tower-1 .logo img {
    width: 100%;
    height: 100%;
}

.organization-tower-2 {
    width: 100%;
    height: 189px;
}

.organization-tower-2 .structure-group {
    width: 250px;
}

.organization-tower-2 .structure-group .structure {
    justify-content: center;
}

.structure-group {
    height: auto;
    margin: auto;
}

.structure-position {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*.structure {
    width: 100%;
    height: auto;
    margin-top: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.structure {
    width: 100%;
    height: auto;
    /*margin-top: 19px;*/
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.structure:first-child {
    margin-top: 0;
}

.structure .item {
    width: auto;
    height: auto;
    margin: 6px 0;
    margin-right: 10px;
    padding: 6px 17px;
    font-size: 20px;
    color: #282828;
    line-height: 22px;
    background: #FFFFFF;
    border-radius: 17px;
    font-weight: bold;
}

.organization-ladder .structure .item {
    font-size: 16px;
}

.structure .item:last-child {
    margin-right: 0;
}

.organization-tower-3 {
    width: 100%;
    height: 160px;
}

.organization-tower-3 .tower-3-bg {
    width: 548px;
    height: 100%;
    margin: auto;
}

.organization-tower-3 .red-bg {
    width: 532px;
    height: 0;
    border-width: 0 78px 160px 78px;
    border-style: none solid solid;
    border-color: transparent transparent #be282d;
}

.organization-tower-4 .red-bg {
    width: 100%;
    height: 0;
    border-width: 0 78px 156px 78px;
    border-style: none solid solid;
    border-color: transparent transparent #be282d;
}

.organization-tower-item {
    position: relative;
}

.organization-tower-item .red-bg::after {
    content: "123";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #be282d;
    position: absolute;
    top: 30%;
    right: 105px;
    transform: rotate(-20deg);
}

.organization-tower-3 .red-bg::after {
    content: "123";
    top: 30%;
    right: 105px;
}

.organization-tower-4 .red-bg::after {
    content: "123";
    top: 30%;
    right: 29px;
}

.organization-card {
    width: 80px;
    height: auto;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.organization-tower-item .red-bg .info {
    font-weight: bold;
    color: #ffffff;
}

.organization-card .icon {
    margin: 0 auto 10px auto;
}

.organization-card .icon img {
    width: 100%;
    height: 100%;
}

.organization-card .icon-1 {
    width: 53px;
    height: 49px;
    background: url("/static/image/about-us/tower-group-black.png") no-repeat;
    background-size: cover;
}

.organization-tower-item .red-bg .icon-1 {
    background: url("/static/image/about-us/tower-group.png") no-repeat;
    background-size: cover;
}

.organization-card .icon-2 {
    width: 36px;
    height: 39px;
    background: url("/static/image/about-us/tower-enterprise.png") no-repeat;
    background-size: cover;
}

.organization-tower-item .red-bg .icon-2 {
    background: url("/static/image/about-us/tower-enterprise-white.png") no-repeat;
    background-size: cover;
}

.organization-card .info {
    font-size: 20px;
    line-height: 1;
    color: #282828;
    font-weight: bold;
}

.organization-tower-4 {
    width: 100%;
    height: 155px;
}

.organization-ladder {
    width: 868px;
    height: auto;
    padding: 30px 0;
    background: url("/static/image/about-us/organization-ladder-bg.png") no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    z-index: 0;
    display: none;
}

.organization-ladder-3 {
    bottom: 90px;
}

.organization-ladder-3:hover {
    display: block;
}

.organization-ladder-4 {
    width: 803px;
    padding-right: 10px;
    bottom: 0;
}

.organization-ladder-4:hover {
    display: block;
}

.organization-ladder .structure-group {
    width: 100%;
    justify-content: flex-start;
}

.organization-ladder .structure-group .structure {
    justify-content: flex-start;
}

.organization-ladder .structure-group .structure:first-child {
    padding-left: 96px;
}

.organization-ladder .structure-group .structure:nth-child(2) {
    padding-left: 115px;
}

.organization-ladder .structure-group .structure:nth-child(3) {
    padding-left: 138px;
}

.organization-ladder .structure-group .structure:nth-child(4) {
    padding-left: 158px;
}

.organization-ladder .structure-group .structure:nth-child(5) {
    padding-left: 182px;
}

.honor {
    width: 100%;
    padding: 80px 0 120px 0;
}

.honor .desc {
    width: 100%;
    margin: 54px 0 100px 0;
    font-size: 20px;
    font-weight: 400;
    color: #252525;
    line-height: 1.9;
}

.honor .content {
    width: 100%;
}

.honor-tab-list {
    width: 100%;
    height: 58px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.honor-tab-list .item {
    width: auto;
    margin-right: 40px;
    padding: 15px 50px;
    font-size: 20px;
    font-weight: 400;
    color: #252525;
    line-height: 28px;
    position: relative;
    cursor: pointer;
}

.honor-tab-list .item:last-child {
    margin-right: 0;
}

.honor-tab-list .item.active {
    font-weight: 600;
    color: #BE282D;
}

.honor-tab-list .item.active::after {
    content: "123";
    width: 100%;
    height: 2px;
    background: #BE282D center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
}

.honor-tab-list .item.active::before {
    content: "123";
    width: 0;
    height: 0;
    border-bottom: 6px solid #BE282D;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 0 solid #BE282D;
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.honor-table {
    width: 100%;
    height: auto;
    margin-top: 4px;
}

.honor-table .column {
    width: 100%;
    height: 66px;
    padding: 22px 45px;
    background: rgba(238, 240, 243, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.honor-table .column:nth-child(2n) {
    background: #EEF0F3;
}

.honor-table .column:hover {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.3s;
}

.honor-table .column:hover::before {
    content: "123";
    width: 0;
    height: 0;
    border-top: 10px transparent solid;
    border-right: 0 transparent solid;
    border-bottom: 10px transparent solid;
    border-left: 10px #BE282D solid;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.honor-table .column:hover .row {
    opacity: 1;
}

.honor-table .column .row {
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    line-height: 22px;
    opacity: .75;
}

.honor-table .column.title {
    background: #FFFFFF;
}

.honor-table .column.title .row {
    opacity: 1;
    font-weight: bold;
}

.honor-table .column .row-1 {
    width: 10%;
}

.honor-table .column .row-2 {
    width: 38.5%;
}

.honor-table .column .row-3 {
    width: 20%;
}

.honor-table .column .row-4 {
    width: 31.5%;
}

.organization-tip {
    display: none;
}

@-moz-document url-prefix() {
    .btn-downfile {
        height: 44rem;
        padding: 0 15rem;
        background: #BE282D;
        border: 1px solid #BE282D;
        border-radius: 22rem;
    }

    .btn-downfile:hover {
        background: #BE282D;
        border: 1px solid #BE282D;
    }

    .btn-downfile i {
        width: 18rem;
        height: 18rem;
        margin-right: 4rem;
        background: url("/static/icon/icon-point-arrow-down-white.png") no-repeat;
        background-size: cover;
    }

    .btn-downfile span {
        font-size: 18rem;
        line-height: 1;
        font-weight: 400;
        color: #fff;
    }

    .about-us-wrap {
        width: 100%;
        position: relative;
    }

    .about-us-wrap .page-banner-item-title {
        color: #2A2A2A;
        font-weight: 500;
    }

    .about-us-tab {
        width: 100%;
        position: sticky;
        top: 0;
        background: #f0f2f5;
        z-index: 2;
    }

    .about-us-tab .safeplace {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .about-us-tab .item {
        width: auto;
        margin-right: 56rem;
        padding: 18rem 0 22rem 0;
        font-size: 16rem;
        font-weight: 400;
        color: #282828;
        line-height: 22rem;
        cursor: pointer;
    }

    .about-us-tab .item.active {
        font-weight: 600;
        position: relative;
    }

    .about-us-tab .item.active::after {
        content: "123";
        width: 100%;
        height: 4rem;
        background: #BE282D;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .page-title-text {
        font-size: 48rem;
        font-weight: 600;
        color: #252525;
        position: relative;
    }

    .page-title-text::after {
        content: "123";
        width: 49rem;
        height: 3rem;
        background: #BE282D;
        position: absolute;
        left: 0;
        bottom: -20rem;
    }

    .corporate-culture {
        padding: 80rem 0;
        margin: 100rem 0 30rem;
    }

    .corporate-culture::before {
        width: 1420rem;
        height: 760rem;
    }

    .corporate-culture .cont {
        margin-top: 60rem;
    }

    .corporate-culture .cont .left {
        width: 590rem;
    }

    .corporate-culture .cont .left .item {
        margin-bottom: 40rem;
    }

    .corporate-culture .cont .left .item .icon {
        width: 60rem;
        height: 60rem;
        margin-right: 30rem;
    }

    .corporate-culture .cont .left .item .text .bigt {
        font-size: 21rem;
    }

    .corporate-culture .cont .left .item .text .smallt {
        font-size: 18rem;
        margin-top: 8rem;
    }

    .corporate-culture .cont .right {
        width: 1053rem;
        height: 689rem;
        top: -120rem;
        left: 618rem;
    }

    .company-profile {
        width: 100%;
        padding: 100rem 0 40rem 0;
        position: relative;
    }

    .company-profile-tips {
        width: 100%;
        /*position: absolute;
        bottom: 0;*/
        font-style: italic;
        text-align: right;
        font-size: 20rem;
        color: #5C5C5C;
    }

    .company-profile-bg {
        width: 100%;
        height: 1225rem;
        position: absolute;
        left: 0;
        top: 235rem;
    }

    .company-profile-bg img {
        width: 100%;
        height: 100%;
    }

    .company-profile-content {
        width: 100%;
    }

    .company-profile-info {
        margin-top: 53rem;
    }

    .company-profile-info p {
        font-size: 20rem;
        font-weight: 400;
        color: #252525;
        line-height: 1.9;
    }

    .company-profile-info p:first-child {
        padding: 0;
    }

    .company-profile-data {
        width: 100%;
        margin-top: 25rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .company-profile-data .item {
        width: 33.33%;
        padding: 41rem 0;
    }

    .company-profile-data .item .top {
        width: 100%;
        text-align: center;
    }

    .company-profile-data .item .top .number {
        font-size: 60rem;
        font-weight: 800;
        color: #5C5C5C;
        line-height: 1.4;
    }

    .company-profile-data .item .top .unit {
        font-size: 16rem;
        color: #666;
        line-height: 1;
    }

    .company-profile-data .item .bottom {
        width: 100%;
        font-size: 20rem;
        font-weight: 400;
        color: #666;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
    }

    .management-team {
        width: 100%;
        padding: 80rem 0;
    }

    .management-team-list {
        width: 100%;
        margin-top: 60rem;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
    }

    .management-team-list .item {
        width: 325rem;
        padding: 20rem 0;
        margin-right: 40rem;
    }

    .management-team-list .item:hover .avatar img {
        transform: scale(1.1);
    }

    .management-team-list .item:nth-child(4n) {
        margin-right: 0;
    }

    .management-team-list .item .avatar {
        width: 100%;
        height: 250rem;
        border-radius: 20rem 20rem 0 0;
        overflow: hidden;
    }

    .management-team-list .item .avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .5s;
    }

    .management-team-list .item .management-info {
        width: 100%;
        padding: 10rem 20rem 10rem 20rem;
        position: relative;
        background: #F8F8F8;
        border-radius: 0 0 20rem 20rem;
        overflow: hidden;
    }

    .management-team-list .item .management-info .name {
        width: 100%;
        font-size: 26rem;
        color: #252525;
        line-height: 1.4;
    }

    .management-team-list .item .management-info .position {
        width: 100%;
        font-size: 18rem;
        color: #252525;
        line-height: 1.4;
        margin-top: 10rem;
    }

    .management-team-list .item .turn-detail {
        width: 52rem;
        height: 52rem;
        background: url("/static/icon/icon-point-arrow-right-red.png") no-repeat;
        background-size: cover;
        position: absolute;
        top: 50%;
        right: 10rem;
        transform: translateY(-50%);
        cursor: pointer;
        display: none;
        transition: all 3s;
    }

    .management-team-list .item:hover .turn-detail {
        display: block;
        transition: all 3s;
    }

    .organization {
        width: 100%;
        height: auto;
        padding: 70rem 0 120rem 0;
        background: url("/static/image/about-us/organization-bg.png") no-repeat;
        background-size: cover;
    }

    .organization-content {
        width: 100%;
        height: 704rem;
        margin-top: 67rem;
        position: relative;
    }

    .organization-tower {
        width: 689rem;
        height: 100%;
        background: url("/static/image/about-us/organization-tower-bg.png") no-repeat;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .organization-tower-1 {
        width: 100%;
        height: 197rem;
        margin-top: 2rem;
    }

    .organization-tower-1 .logo {
        width: 76rem;
        height: 62rem;
        margin: auto;
        position: relative;
        top: 48%;
    }

    .organization-tower-1 .logo img {
        width: 100%;
        height: 100%;
    }

    .organization-tower-2 {
        width: 100%;
        height: 189rem;
    }

    .organization-tower-2 .structure-group {
        width: 250rem;
    }

    .structure-group {
        height: auto;
        margin: auto;
    }

    .structure-position {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .structure {
        width: 100%;
        height: auto;
        margin-top: 19rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .structure:first-child {
        margin-top: 0;
    }

    .structure .item {
        width: auto;
        height: auto;
        margin-right: 10rem;
        padding: 6rem 17rem;
        font-size: 20rem;
        color: #282828;
        line-height: 22rem;
        background: #FFFFFF;
        border-radius: 17rem;
        font-weight: bold;
    }

    .organization-ladder .structure .item {
        font-size: 16rem;
    }

    .structure .item:last-child {
        margin-right: 0;
    }

    .organization-tower-3 {
        width: 100%;
        height: 160rem;
    }

    .organization-tower-3 .tower-3-bg {
        width: 548rem;
        height: 100%;
        margin: auto;
    }

    .organization-tower-3 .red-bg {
        width: 532rem;
        height: 0;
        border-width: 0 78rem 160rem 78rem;
        border-style: none solid solid;
        border-color: transparent transparent #be282d;
    }

    .organization-tower-4 .red-bg {
        width: 100%;
        height: 0;
        border-width: 0 78rem 156rem 78rem;
        border-style: none solid solid;
        border-color: transparent transparent #be282d;
    }

    .organization-tower-item {
        position: relative;
    }

    .organization-tower-item .red-bg::after {
        content: "123";
        width: 0;
        height: 0;
        border-top: 20rem solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 20rem solid transparent;
        border-left: 20rem solid #be282d;
        position: absolute;
        top: 30%;
        right: 105rem;
        transform: rotate(-20deg);
    }

    .organization-tower-3 .red-bg::after {
        content: "123";
        top: 30%;
        right: 105rem;
    }

    .organization-tower-4 .red-bg::after {
        content: "123";
        top: 30%;
        right: 29rem;
    }

    .organization-card {
        width: 80rem;
        height: auto;
        margin: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .organization-tower-item .red-bg .info {
        font-weight: bold;
        color: #ffffff;
    }

    .organization-card .icon {
        margin: 0 auto 10rem auto;
    }

    .organization-card .icon img {
        width: 100%;
        height: 100%;
    }

    .organization-card .icon-1 {
        width: 53rem;
        height: 49rem;
        background: url("/static/image/about-us/tower-group-black.png") no-repeat;
        background-size: cover;
    }

    .organization-tower-item .red-bg .icon-1 {
        background: url("/static/image/about-us/tower-group.png") no-repeat;
        background-size: cover;
    }

    .organization-card .icon-2 {
        width: 36rem;
        height: 39rem;
        background: url("/static/image/about-us/tower-enterprise.png") no-repeat;
        background-size: cover;
    }

    .organization-tower-item .red-bg .icon-2 {
        background: url("/static/image/about-us/tower-enterprise-white.png") no-repeat;
        background-size: cover;
    }

    .organization-card .info {
        font-size: 20rem;
        line-height: 1;
        color: #282828;
        font-weight: bold;
    }

    .organization-tower-4 {
        width: 100%;
        height: 155rem;
    }

    .organization-ladder {
        width: 839rem;
        height: auto;
        padding: 30rem 0;
        background: url("/static/image/about-us/organization-ladder-bg.png") no-repeat;
        background-size: cover;
        position: absolute;
        right: 0;
        z-index: 0;
        display: none;
    }

    .organization-ladder-3 {
        bottom: 90rem;
    }

    .organization-ladder-3:hover {
        display: block;
    }

    .organization-ladder-4 {
        width: auto;
        padding-right: 10rem;
        bottom: 0;
    }

    .organization-ladder-4:hover {
        display: block;
    }

    .organization-ladder .structure-group {
        width: 100%;
        justify-content: flex-start;
    }

    .organization-ladder .structure-group .structure {
        justify-content: flex-start;
    }

    .organization-ladder .structure-group .structure:first-child {
        padding-left: 88rem;
    }

    .organization-ladder .structure-group .structure:nth-child(2) {
        padding-left: 115rem;
    }

    .organization-ladder .structure-group .structure:nth-child(3) {
        padding-left: 138rem;
    }

    .organization-ladder .structure-group .structure:nth-child(4) {
        padding-left: 158rem;
    }

    .organization-ladder .structure-group .structure:nth-child(5) {
        padding-left: 182rem;
    }

    .honor {
        width: 100%;
        padding: 80rem 0 120rem 0;
    }

    .honor .desc {
        width: 100%;
        margin: 54rem 0 100rem 0;
        font-size: 20rem;
        font-weight: 400;
        color: #252525;
        line-height: 1.9;
    }

    .honor .content {
        width: 100%;
    }

    .honor-tab-list {
        width: 100%;
        height: 58rem;
        border-bottom: 1rem solid rgba(151, 151, 151, 0.3);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .honor-tab-list .item {
        width: auto;
        margin-right: 40rem;
        padding: 15rem 50rem;
        font-size: 20rem;
        font-weight: 400;
        color: #252525;
        line-height: 28rem;
        position: relative;
        cursor: pointer;
    }

    .honor-tab-list .item:last-child {
        margin-right: 0;
    }

    .honor-tab-list .item.active {
        font-weight: 600;
        color: #BE282D;
    }

    .honor-tab-list .item.active::after {
        content: "123";
        width: 100%;
        height: 2rem;
        background: #BE282D center;
        background-size: contain;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .honor-tab-list .item.active::before {
        content: "123";
        width: 0;
        height: 0;
        border-bottom: 6rem solid #BE282D;
        border-left: 9rem solid transparent;
        border-right: 9rem solid transparent;
        border-top: 0 solid #BE282D;
        opacity: 1;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .honor-table {
        width: 100%;
        height: auto;
        margin-top: 4rem;
    }

    .honor-table .column {
        width: 100%;
        height: 66rem;
        padding: 22rem 45rem;
        background: rgba(238, 240, 243, 0.5);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .honor-table .column:nth-child(2n) {
        background: #EEF0F3;
    }

    .honor-table .column:hover {
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0 5rem 10rem 0 rgba(0, 0, 0, 0.05);
        position: relative;
        transition: all 0.3s;
    }

    .honor-table .column:hover::before {
        content: "123";
        width: 0;
        height: 0;
        border-top: 10rem transparent solid;
        border-right: 0 transparent solid;
        border-bottom: 10rem transparent solid;
        border-left: 10rem #BE282D solid;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.3s;
    }

    .honor-table .column:hover .row {
        opacity: 1;
    }

    .honor-table .column .row {
        font-size: 16rem;
        font-weight: 400;
        color: #252525;
        line-height: 22rem;
        opacity: .75;
    }

    .honor-table .column.title {
        background: #FFFFFF;
    }

    .honor-table .column.title .row {
        opacity: 1;
        font-weight: bold;
    }

    .honor-table .column .row-1 {
        width: 10%;
    }

    .honor-table .column .row-2 {
        width: 38.5%;
    }

    .honor-table .column .row-3 {
        width: 20%;
    }

    .honor-table .column .row-4 {
        width: 31.5%;
    }

    .organization-tip {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .btn-downfile {
        height: .32rem;
        padding: 0 .15rem;
        background: #BE282D;
        border: 1px solid #BE282D;
        border-radius: .32rem;
    }

    .btn-downfile:hover {
        background: #BE282D;
        border: 1px solid #BE282D;
    }

    .btn-downfile i {
        width: .15rem;
        height: .15rem;
        margin-right: .04rem;
        background: url("/static/icon/icon-point-arrow-down-white.png") no-repeat;
        background-size: cover;
    }

    .btn-downfile span {
        font-size: .12rem;
        line-height: 1;
        font-weight: 400;
        color: #fff;
    }

    .page-banner-item-title {
        font-size: .2rem;
        line-height: 1.5;
    }

    .about-us-tab {
        background-color: white;
        box-shadow: 0 2px 0 0 #f0f3f8;
    }

    .about-us-tab .safeplace {
        padding: 0 0.3rem 0 0.3rem;
        height: 0.25rem;
        width: 100%;
        justify-content: flex-start;
        overflow: auto;
        margin-top: .3rem;
    }

    .about-us-tab .item {
        width: fit-content;
        flex-shrink: 0;
        padding: 0;
        margin-right: 0.5rem;
        font-size: .12rem;
        line-height: 1.5;
        height: 100%;
    }

    .about-us-tab .item:last-child {
        margin-right: 0;
    }

    .about-us-tab .item.active {
        position: relative;
        color: #DA2027;
    }

    .about-us-tab .item.active::after {
        height: 2px;
        bottom: 0px;
        background: #DA2027;
    }

    .page-title-text {
        font-size: .14rem;
        line-height: 2;
        font-weight: bold;
        width: fit-content;
        position: relative;
        margin: 0 auto 0.1rem auto;
    }

    .page-title-text:after {
        content: '';
        position: absolute;
        width: .12rem;
        height: 1px;
        background: #BE282D;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }

    .corporate-culture {
        padding: .3rem 0;
        margin: .1rem 0;
    }

    .corporate-culture::before {
        content: '';
        position: absolute;
        width: 3.75rem;
        height: 80%;
    }

    .corporate-culture .cont {
        margin-top: .3rem;
    }

    .corporate-culture .cont .left {
        width: 100%;
    }

    .corporate-culture .cont .left .item {
        margin-bottom: .20rem;
    }

    .corporate-culture .cont .left .item .icon {
        width: .34rem;
        height: .34rem;
        margin-right: .08rem;
    }

    .corporate-culture .cont .left .item .text .bigt {
        font-size: .14rem;
    }

    .corporate-culture .cont .left .item .text .smallt {
        font-size: .12rem;
        margin-top: .04rem;
    }

    .corporate-culture .cont .right {
        position: static;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
    }

    .company-profile {
        padding: 0.3rem 0 .3rem;
    }

    .company-profile-tips {
        font-size: .12rem;
        bottom: .1rem;
    }

    .company-profile-info {
        margin-top: .2rem;
    }

    .company-profile-info p {
        font-size: .11rem;
        font-weight: 400;
        color: #252525;
        line-height: .2rem;
    }

    .company-profile-bg {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        top: 1.6rem;
    }

    .company-profile-bg img {
        height: auto;
    }

    .company-profile-data .item .top .number {
        font-size: .2rem;
        line-height: 1.5;
    }

    .company-profile-data .item .top .unit {
        font-size: .14rem;
        line-height: 1.5;
    }

    .company-profile-data .item .bottom {
        width: 100%;
        font-size: .14rem;
        line-height: 1.5;
    }

    .company-profile-data {
        width: 100%;
        margin-top: .2rem;
        justify-content: space-between;
    }

    .company-profile-data .item {
        padding: .1rem 0;
        width: 33.33%;
    }

    .company-profile-data .item:nth-child(4),
    .company-profile-data .item:nth-child(5),
    .company-profile-data .item:nth-child(6) {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .company-profile-data .item:nth-child(4) .top,
    .company-profile-data .item:nth-child(5) .top,
    .company-profile-data .item:nth-child(6) .top {
        width: 100%;
        text-align: center;
    }

    .company-profile-data .item:nth-child(4) .bottom,
    .company-profile-data .item:nth-child(5) .bottom,
    .company-profile-data .item:nth-child(6) .bottom {
        text-align: left;
        width: auto;
        line-height: 2.5;
    }

    .management-team {
        padding: .14rem .3rem;
    }

    .management-team-list {
        margin-top: .2rem;
        justify-content: space-between;
    }

    .management-team-list .item {
        width: 1.47rem;
        padding: .1rem 0;
        margin-right: 0px;
    }

    .management-team-list .item .avatar {
        height: auto;
        border-radius: .1rem .1rem 0 0;
    }

    .management-team-list .item .avatar img {
        height: auto;
    }

    .management-team-list .item .management-info {
        width: 100%;
        padding: .05rem .05rem;
        border-radius: 0 0 .1rem .1rem;
    }

    .management-team-list .item .management-info .name {
        font-size: .12rem;
        line-height: 1.5;
    }

    .management-team-list .item .management-info .position {
        font-size: .1rem;
        line-height: 1.5;
    }

    .management-team-list .item .turn-detail {
        display: block;
        width: .28rem;
        height: .28rem;
    }

    .organization {
        height: auto;
        padding: .2rem 0 .3rem 0;
        background: none;
    }

    .organization-content {
        height: 3.235rem;
        margin-top: .25rem;
        overflow: auto;
    }

    .organization-tower {
        width: 3.16rem;
        margin-left: .29rem;
    }

    .organization-tower-1 {
        height: 0.91rem;
        margin-top: 0;
    }

    .organization-tower-1 .logo {
        width: .35rem;
        height: auto;
    }

    .organization-tower-1 .logo img {
        height: auto;
    }

    .organization-tower-2 {
        height: 0.89rem;
        margin-top: 0;
    }

    .structure .item,
    .organization-ladder .structure .item {
        margin-right: .1rem;
        padding: .02rem .09rem;
        font-size: .11rem;
        line-height: 2;
        border-radius: .11rem;
        flex-shrink: 0;
    }

    .organization-tower-3 {
        height: .7rem;
        margin-top: 0;
    }

    .organization-tower-3 .red-bg {
        width: 2.4rem;
        height: 0.01rem;
        border-width: 0 0.32rem 0.7rem 0.32rem;
    }

    .organization-tower-3 .red-bg::after {
        top: 10%;
        right: 0.53rem;
    }

    .organization-tower-4 .red-bg::after {
        top: 15%;
        right: 0.16rem;
    }

    .organization-tower-4 .red-bg {
        height: 0.01rem;
        border-width: 0 0.36rem 0.7rem 0.36rem;
    }

    .organization-card .icon-1 {
        width: .265rem;
        height: .245rem;
        margin: 0 auto .05rem auto;
    }

    .organization-card .icon-2 {
        width: .27rem;
        height: .285rem;
        margin: 0 auto .05rem auto;
    }

    .organization-card .info {
        font-size: .11rem;
        line-height: 1.5;
        text-align: center;
    }

    .organization-tower-4 {
        height: .75rem;
        margin-top: 0;
    }

    .organization-ladder-3 {
        bottom: 0.3rem;
        width: 5.9rem;
        padding: 0.1rem 0;
        right: -123%;
        display: block;
        padding-left: 0.5rem;
    }

    .organization-ladder-4 {
        bottom: 0rem;
        width: 5.2rem;
        padding: 0.1rem 0;
        right: -118%;
    }

    .organization-tip {
        display: block;
        font-size: 0.1rem;
        color: #282828;
        width: 100%;
        text-align: center;
        margin-top: 0.1rem;
    }

    .honor {
        padding: 0rem 0 0.4rem 0;
    }

    .honor .desc {
        display: none;
    }

    .honor-tab-list {
        justify-content: space-evenly;
        height: 0.5rem;
        padding: 0 0.3rem 0 0.3rem;
    }

    .honor-tab-list .item {
        margin-right: 0;
        padding: 0;
        font-size: .12rem;
        color: #252525;
        line-height: .5rem;
    }

    .honor-table .column.title {
        font-size: .12rem;
    }

    .honor-table .column .row {
        font-size: .10rem;
        line-height: 1.5;
    }

    .honor-table .column {
        height: auto;
        min-height: .35rem;
        padding: .1rem .3rem .1rem .3rem;
    }

    .honor-table .column .row-2 {
        padding-right: .25rem;
    }

    .organization-ladder .structure-group .structure:first-child {
        padding-left: .54rem;
    }

    .organization-ladder .structure-group .structure:nth-child(2) {
        padding-left: .7rem;
    }

    .organization-ladder .structure-group .structure:nth-child(3) {
        padding-left: .8rem;
    }

    .organization-ladder .structure-group .structure:nth-child(4) {
        padding-left: .9rem;
    }

    .organization-ladder .structure-group .structure:nth-child(5) {
        padding-left: 1rem;
    }
}