.business {
    padding-bottom: 0;
}

.business .attestation {
    margin-top: 0;
    padding-top: 22px;
}


/* 业务板块样式开始 */

.segment_container {
    background: linear-gradient(90deg, #E1EEF7 0%, #EEF6FF 95%);
    padding: 6.6vh 0;
    height: calc(100vh - 274px);
    min-height: 600px;
    position: relative;
    display: flex;
    align-items: center;
}

.segment_box {
    position: relative;
    z-index: 9;
}

.segment_bg_box {
    position: absolute;
    right: -52px;
    bottom: -48px;
    z-index: 1;
    height: 73vh;
}

.segment {
    position: relative;
    overflow: hidden;
}

.segment_container .white_bg {
    position: absolute;
    z-index: 0;
}

.segment_container .white_bg.white_bg_01 {
    width: 100%;
    height: 216px;
    top: 0;
    left: 0;
    border-left: 0 solid transparent;
    /* 左边的一半宽度 */
    border-right: 146.67vw solid transparent;
    /* 右边的一半宽度 */
    border-top: 180px solid #fff;
    /* 三角形的颜色 */
}

.segment_container .white_bg.white_bg_02 {
    width: 59vw;
    height: 184px;
    top: 0;
    right: 0;
    border-left: 59vw solid transparent;
    border-right: 0 solid transparent;
    border-top: 184px solid #fff;
}

.segment_title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.segment_txt {
    margin-top: 10px;
    color: #646A73;
    font-size: 18px;
    text-align: center;
}

.segment_con {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4vh;
    height: 520px;
    padding: 0 40px;
}

.segment_con_box {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    height: 100%;
    gap: 16px;
}

.segment_railing {
    width: 62%;
    color: #fff;
    padding: 2vw;
    position: relative;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    background-image: url('./../images/business/business_bg_01.png');
    background-size: cover;
    background-position: center;
}

.swiper-slide:nth-of-type(2) .segment_railing {
    background-image: url('./../images/business/business_bg_02.png');
}

.swiper-slide:nth-of-type(3) .segment_railing {
    background-image: url('./../images/business/business_bg_03.png');
}

.swiper-slide:nth-of-type(4) .segment_railing {
    background-image: url('./../images/business/business_bg_04.png');
}

.swiper-slide:nth-of-type(5) .segment_railing {
    background-image: url('./../images/business/business_bg_05.png');
}

.swiper-slide:nth-of-type(6) .segment_railing {
    background-image: url('./../images/business/business_bg_06.png');
}

.segment_railing::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(78deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0) 69%);
    z-index: 0;
}

.segment_railing .title {
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.segment_railing .txt {
    font-size: 16px;
    margin-top: 1.6ch;
    position: relative;
    letter-spacing: 1px;
    width: 73%;
}

.segment_railing .more {
    width: 88px;
    height: 40px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    position: absolute;
    bottom: 10vh;
    left: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.segment_railing .more:hover {
    color: var(--colorBlue);
}

.segment_n_l {
    width: 36%;
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    background: #fff;
    background: linear-gradient(254deg, #FFF9F2 2%, rgba(255, 255, 255, 0.93) 89%);
}

.segment_n_l .title {
    font-size: 18px;
    margin-bottom: 4vh;
    font-weight: bold;
}

.highlight_list {
    height: 22.5vh;
    overflow-y: auto;
}

.highlight_list .highlight_item {
    font-size: 16px;
    padding-left: 24px;
    position: relative;
    margin-bottom: 1.6vh;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.highlight_list .highlight_item::before {
    content: ' ';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
}

.s_number_list {
    margin-top: 2vh;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.6vh;
    justify-content: space-between;
}

.s_number_item {
    width: 48%;
}

.s_number_list .metric_value {
    font-size: 28px;
    font-weight: bold;
    background: linear-gradient(90deg, #0070FF 0%, #00AAFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.s_number_list .metric_label {
    font-size: 18px;
}


/* 业务板块样式结束 */


/* 成功案例样式开始 */

.case_container {
    background-color: var(--bgBlue02);
    padding: 12px 40px 28px;
    overflow: hidden;
}

.case_content {
    max-width: 1280px;
    display: flex;
    margin: 8px auto 0;
    justify-content: space-between;
    align-items: flex-start;
}

.case_container .case_list {
    flex: 1;
    margin-right: 20px;
    height: 56vh;
    min-height: 230px;
}

.case_container .case_item {
    width: 100%;
    padding: 18px 16px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.case_container .case_item.active {
    background: #EBF3FF;
    border-radius: 8px;
}

.case_container .case_item_title {
    color: var(--colorBlue);
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-weight: bold;
}

.case_container .case_item_title img {
    margin-right: 9px;
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
}

.case_item_title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
}

.case_container .case_item_txt {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case_container .case_territory {
    width: 71%;
    max-width: 920px;
}

.case_container .case_territory_img {
    width: 100%;
    margin-bottom: 2.4vh;
}

.case_container .case_territory_img img {
    width: 100%;
}

.case_container .case_jump {
    text-indent: 2em;
}

.case_container .case_jump .case_title {
    font-size: 16px;
    color: #0053E5;
    margin-right: 2px;
    font-weight: bold;
}

.case_container .case_detail {
    width: 100px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid var(--colorBlue);
    font-size: 14px;
    color: var(--colorBlue);
}


/* 成功案例样式结束 */

.business.page_container {
    width: 100%;
    padding: 0;
    padding-top: 86px;
}


/* .business .secondary_common {
    z-index: 20;
    position: fixed;
    top: 116px;
    left: 0;
    bottom: auto;
    width: 100%;
} */

.business_content {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url('./../images/business/business_bg_001.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 19.1vh;
}

.swiper-slide:nth-of-type(2) .business_content {
    background-image: url('./../images/business/business_bg_002.png');
}

.swiper-slide:nth-of-type(3) .business_content {
    background-image: url('./../images/business/business_bg_003.png');
}

.swiper-slide:nth-of-type(4) .business_content {
    background-image: url('./../images/business/business_bg_004.png');
}

.swiper-slide:nth-of-type(5) .business_content {
    background-image: url('./../images/business/business_bg_005.png');
}

.swiper-slide:nth-of-type(6) .business_content {
    background-image: url('./../images/business/business_bg_006.png');
}

.business_screen {
    width: 1010px;
    height: 520px;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 46%, rgba(209, 239, 255, 0.54) 96%);
    backdrop-filter: blur(20px);
    position: relative;
    padding: 40px 50px;
}

.business_screen .business_screen_grid {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.business_screen .screen_stand {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.screen_mobile_img {
    display: none;
}

.screen_stand_en {
    opacity: 0.25;
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    font-feature-settings: "kern" on;
    background: linear-gradient(180deg, #3E7BB5 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.screen_stand_title.general_plate_title {
    line-height: 1;
    font-size: 40px;
}

.screen_stand_txt {
    margin-top: 44px;
    font-size: 20px;
    line-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.business .mySwiper,
.swiper-slide .segment {
    height: 100%;
}

.segment_content {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    padding: 0 20px;
    margin: auto;
    position: relative;
    z-index: 4;
}

.segment_right {
    padding: 34px;
    flex: 1;
}

.segment_right .title_en {
    font-size: 24px;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    background: linear-gradient(181deg, #3E7BB5 11%, rgba(255, 255, 255, 0.2) 120%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0em;
    font-weight: bold;
    opacity: 0.4;
    line-height: 1;
}

.segment_right .title {
    font-size: 32px;
    font-weight: bold;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    background: linear-gradient(92deg, #A81010 5%, #E50101 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: -4px;
}

.segment_right .txt {
    font-size: 18px;
    text-indent: 2em;
    margin-top: 36px;
    line-height: 2;
}

.segment_left {
    width: 720px;
    height: 480px;
}

.segment_left img {
    width: 100%;
    height: 100%;
}