.dtsk_solution_banner {
    width: 100%;
    height: 300px;
    background: linear-gradient(rgb(212, 228, 246), rgb(219, 231, 244));
}

.dtsk_solution_banner .bg_color {
    width: 100%;
    height: 100%;
    background: url("images/banner.png") 0% 0% / 100% 100% no-repeat;
    overflow: hidden;
}

.dtsk_solution_banner .bg_color img.banner {
    position: absolute;
    left: calc(50% - 960px);
    width: 1920px;
    height: 800px;
}

@media screen and (max-width: 1366px) {
    .dtsk_solution_banner .bg_color img.banner {
        width: 1720px;
        height: 655px;
    }
}

.dtsk_solution_banner .bg_color .panel {
    position: absolute;
    top: 140px;
    left: 352px;
    z-index: 10009;
}

@media screen and (max-width: 1600px) {
    .dtsk_solution_banner .bg_color .panel {
        left: 276px;
    }
}

.dtsk_solution_banner .bg_color .panel .title {
    font-size: 34px;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    color: rgb(255, 255, 255);
    line-height: 45px;
    letter-spacing: 1px;
}

.dtsk_solution_banner .bg_color .panel .introduce {
    font-size: var(--font-size-default);
    font-family: MicrosoftYaHei;
    color: rgb(255, 255, 255);
    margin-top: 18px;
    line-height: 30px;
}

.dtsk_solution_banner .bg_color .panel span {
    font-size: 22px;
    font-family: DINAlternate, DINAlternate;
    font-weight: bold;
    margin-left: 18px;
    color: rgba(255, 255, 255, 0.2);
    line-height: 26px;
    letter-spacing: 1px;
}

:root {
    --font-size-default: 16px;
}

@media screen and (max-width: 1366px) {
    :root {
        --font-size-default: 14px;
    }
}

@media screen and (max-width: 1366px) and (min-width: 1921px) {
    :root {
        --font-size-default: 16px;
    }
}

@media screen and (min-width: 1921px) {
    :root {
        --font-size-default: 18px;
    }
}

.dtsk_tip .dtsk_main {
    width: 100%;
    line-height: 60px;
    height: 60px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(220, 220, 221, 0.45) 0px 2px 20px 0px;
}

.dtsk_tip .dtsk_main .tip_position {
    position: relative;
    left: calc(50% - 678px);
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .dtsk_tip .dtsk_main .tip_position {
        left: calc(50% - 528px) !important;
    }
}

@media screen and (min-width: 1921px) {
    .dtsk_tip .dtsk_main .tip_position {
        left: calc(50% - 900px) !important;
    }
}

@media screen and (min-width: 2800px) {
    .dtsk_tip .dtsk_main .tip_position {
        left: calc(50% - 1000px) !important;
    }
}

@media screen and (min-width: 3300px) {
    .dtsk_tip .dtsk_main .tip_position {
        left: calc(50% - 1400px) !important;
    }
}

.dtsk_tip .dtsk_main a, .dtsk_tip .dtsk_main span {
    font-size: var(--font-size-default);
    text-decoration: none;
    color: rgb(153, 153, 153);
    font-style: normal;
}

.dtsk_tip .dtsk_main a.active i, .dtsk_tip .dtsk_main span.active i, .dtsk_tip .dtsk_main a a:hover i, .dtsk_tip .dtsk_main span a:hover i {
    color: rgb(51, 51, 51);
}

.dtsk_tip .dtsk_main a i, .dtsk_tip .dtsk_main span i {
    font-size: var(--font-size-default);
    font-family: MicrosoftYaHei;
    color: rgb(153, 153, 153);
    line-height: 21px;
    font-style: normal;
}

.dtsk_tip .dtsk_main .tip {
    cursor: pointer;
}

.dtsk_tip .dtsk_main .active .ant-space-item .active {
    position: relative;
    right: 0px;
    top: 0px;
}

.dtsk_tip .dtsk_main .tip:hover i {
    color: rgb(51, 51, 51);
}

.ant-dropdown-menu-item:hover {
    color: rgb(32, 118, 255) !important;
}

:root {
    --font-size-bt-default: 30px;
    --font-size-default: 16px;
    --font-size-two-default: 20px;
    --line-height-default: 27px;
}

.dtsk_solution_banner .bg_color {
    position: relative;
}

.dtsk_solution_banner .bg_color .panel {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: calc(50% - 678px) !important;
}

@media screen and (max-width: 1600px) {
    .dtsk_solution_banner .bg_color .panel {
        left: calc(50% - 528px) !important;
    }
}

@media screen and (min-width: 1921px) {
    .dtsk_solution_banner .bg_color .panel {
        left: calc(50% - 900px) !important;
    }
}

@media screen and (min-width: 2800px) {
    .dtsk_solution_banner .bg_color .panel {
        left: calc(50% - 1000px) !important;
    }
}

@media screen and (min-width: 3300px) {
    .dtsk_solution_banner .bg_color .panel {
        left: calc(50% - 1400px) !important;
    }
}

@media screen and (max-width: 1366px) {
    :root {
        --font-size-bt-default: 30px;
        --font-size-default: 14px;
        --line-height-default: 25px;
        --font-size-two-default: 16px;
    }
}

@media screen and (max-width: 1366px) and (min-width: 1921px) {
    :root {
        --font-size-bt-default: 30px;
        --font-size-default: 16px;
        --line-height-default: 28px;
        --font-size-two-default: 18px;
    }
}

@media screen and (min-width: 1921px) {
    :root {
        --font-size-bt-default: 30px;
        --font-size-default: 18px;
        --line-height-default: 31px;
        --font-size-two-default: 20px;
    }
}

@media screen and (min-width: 2800px) {
    :root {
        --font-size-bt-default: 60px;
        --font-size-default: 28px;
        --line-height-default: 50px;
        --font-size-two-default: 40px;
    }
}

body {
    margin: 0px;
    overflow-x: hidden;
    font-size: var(--font-size-default);
    line-height: var(--line-height-default);
}

body img {
    width: 100%;
}

body p, body span, body .card-div2 .left_card .text-center, body .ant-tabs .ant-tabs-tab, body .dtsk_solution_main .skpeculiarity_comon_dxtd .left-column_four > div p, body .dtsk_solution_app .dtsk_solution_group .ant-anchor-wrapper .ant-anchor .ant-anchor-link, body .card-div1 .card-text {
    font-size: var(--font-size-default);
    line-height: var(--line-height-default);
    font-family: MicrosoftYaHei;
}

body .common_title_chroma .ZH, body .common_title_chroma .ZH p {
    font-size: var(--font-size-bt-default);
}

body .card-div2 .left_card .text-title span, body .card-div1 .card-text .text-title p, body .container_three .column .left_container .left_column .text_154, body .summarize .jg_nomgtextname, body .container_three .column .right_container .right_column .text_right_154, body .zhny_fourbox_boxingctb .zhny_left_lizi_first .zhny_left_frame_jm .zhny_right-column > div h2, body .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .three_box_container .column .left_container .left_column .text_154, body .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .three_box_container .column .right_container .right_column .text_right_154, body .zhny_fourbox_boxingctb .zhny_left_lizi_first .zhny_left_frame_jm .zhny_left-column .zhny_box_lf h2, body .card-div_double_six .card_double_six-text .text-title, body .container_peculiarity_tr .column .left_container .left_column .text_154, body .container_jz_three .column .left_container .left_column .text_154, body .container_jz_three .column .right_container .right_column .text_right_154, body .aq_container_jz_three .column .left_container .left_column .text_154, body .aq_container_jz_three .column .right_container .right_column .text_right_154, body .fourbox_boxingctb .four_left_lizi_first .four_left_fa_ycny_frame_jm .four_left-column h2, body .fourbox_boxingctb .four_left_lizi_first .four_left_fa_ycny_frame_jm .four_right-column > div h2, body .dtsk_solution_main .skpeculiarity_comon_dxtd .right-column_four > div h2, body .dtsk_solution_main .skpeculiarity_comon_dxtd .left-column_four > div h2, body .card-div_double_sixb .card_double_six-text .text-title, body .wyxt_fivebox_boxingctb .wyxt_fiveleft_lizi_first .wyxt_fiveleft_frame_jm .wyxt_fivezhny_left-column .wyxt_fivezhny_box_lf h2, body .wyxt_fivebox_boxingctb .wyxt_fiveleft_lizi_first .wyxt_fiveleft_frame_jm .wyxt_fivezhny_right-column > div h2, body .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingctb .fa_ycny_left_lizi_first .Left_fa_ycny_frame_jm .right-column > div h2, body .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingctb .fa_ycny_left_lizi_first .Left_fa_ycny_frame_jm .left-column h2, body .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .skpeculiarity_right_comon .rt_bt, body .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .xuhlw_container .column .right_container .right_column .text_right_154, body .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .xuhlw_container .column .left_container .left_column .text_154, body .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingc .left_lizi_first .Left_frame_jm .skbox_wrwap_info .ted_info-description h5 {
    font-size: var(--font-size-two-default) !important;
}

.summarize .lizi_boxingctb {
    width: 100%;
}

.summarize .jg_textname {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    color: rgb(102, 102, 102);
    text-align: left;
    font-style: normal;
    margin-top: 50px;
}

.summarize .jg_nomgtextname {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    color: rgb(102, 102, 102);
    text-align: left;
    font-style: normal;
}

.summarize .jg_texttitle {
    font-family: MicrosoftYaHei;
    color: rgb(102, 102, 102);
    text-align: left;
    font-style: normal;
}

.dtsk_solution_app {
    font-family: MicrosoftYaHei;
    color: rgb(102, 102, 102);
    text-align: justify;
    font-style: normal;
}

.dtsk_solution_app .dtsk_solution_group {
    position: sticky;
}

.dtsk_solution_app .dtsk_solution_group .anchor-position {
    position: fixed;
    right: 35px;
    top: 347px;
    width: 125px;
    border-left: 2px solid rgb(209, 222, 237);
}

.dtsk_solution_app .dtsk_solution_group .anchor-position .anchor-item {
    margin: 7px 0px;
    display: flex;
    align-items: center;
    padding-left: 16px;
    cursor: pointer;
}

.dtsk_solution_app .dtsk_solution_group .anchor-position .anchor-item:hover {
    background: rgba(213, 234, 255, 0.66);
}

.dtsk_solution_app .dtsk_solution_group .anchor-position .item-click {
    color: rgb(40, 150, 255);
    border-left: 4px solid rgb(40, 150, 255);
}

.dtsk_solution_app .dtsk_solution_group .ant-anchor-wrapper {
    position: fixed;
    z-index: 1;
    width: 150px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(220, 220, 221, 0.45) 0px 2px 20px 0px;
    border-radius: 5px;
    margin-left: 50px;
    margin-top: 50px;
}

.dtsk_solution_app .dtsk_solution_group .ant-anchor-wrapper .ant-anchor-wrapper:not(.ant-anchor-wrapper-horizontal) .ant-anchor .ant-anchor-ink {
    width: 3px;
    background: rgb(32, 118, 255);
    border-radius: 2px;
}

.dtsk_solution_app .dtsk_solution_group .ant-anchor-wrapper .ant-anchor .ant-anchor-link {
    padding-block: 4px; padding-inline: 16px 0px; font-family: MicrosoftYaHei;
    color: rgb(68, 68, 68);
    margin-left: 15px;
    padding: 15px;
}

.dtsk_solution_app .dtsk_solution_group .ant-anchor-wrapper .ant-anchor .ant-anchor-link-active > .ant-anchor-link-title {
    font-weight: bold;
    color: rgb(32, 118, 255);
    line-height: 21px;
    background-clip: text;
}

.dtsk_solution_app .dtsk_solution_group .ant-anchor-wrapper .ant-anchor-ink.ant-anchor-ink-visible {
    width: 3px;
    background: rgb(32, 118, 255);
    border-radius: 2px;
    height: 50px !important;
}

.dtsk_solution_app .dtsk_solution_group .ant-tabs .ant-tabs-nav-wrap {
    width: 150px;
    height: 300px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(220, 220, 221, 0.45) 0px 2px 20px 0px;
    border-radius: 5px;
    margin-left: 50px;
}

.dtsk_solution_app .dtsk_solution_group .ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar, .dtsk_solution_app .dtsk_solution_group .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar {
    left: 0px;
}

.dtsk_solution_app .dtsk_solution_group .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
    text-shadow: currentcolor 0px 0px 0.25px;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    color: rgb(32, 118, 255);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dtsk_solution_app .dtsk_solution_group .ant-tabs .ant-tabs-tab {
    cursor: pointer;
    font-family: MicrosoftYaHei;
    color: rgb(68, 68, 68);
}

.dtsk_solution_app .dtsk_solution_group .ant-tabs .ant-tabs-ink-bar {
    width: 3px;
    height: 60px;
    background: rgb(32, 118, 255);
    border-radius: 2px;
}

.dtsk_solution_app .dtsk_solution_group .ant-tabs .ant-tabs-content-holder {
    margin-bottom: 80px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new {
    width: 100%;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main {
    width: calc(100% - 500px);
    margin: auto auto auto 245px;
}

@media screen and (max-width: 1600px) {
    .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main {
        width: calc(100% - 280px);
        margin-left: 245px;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1921px) {
    .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main {
        width: 1200px;
        margin: auto;
        max-width: 1200px;
    }
}

@media screen and (min-width: 1921px) and (max-width: 2800px) {
    .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main {
        width: 1500px;
        margin: auto;
        max-width: 1500px;
    }
}

@media screen and (min-width: 2800px) and (max-width: 3841px) {
    .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main {
        width: 2400px;
        margin: auto;
        max-width: 2400px;
    }
}

@media screen and (min-width: 3841px) {
    .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main {
        width: 2400px;
        margin: auto;
        max-width: 2400px;
    }
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title {
    text-align: center;
    padding-top: 50px;
    margin: auto;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize {
    width: calc(100% - 240px);
    max-width: 1200px;
    text-align: center;
    margin: auto;
}

@media screen and (max-width: 1600px) {
    .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize {
        width: 100%;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1921px) {
    .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize {
        width: 1200px;
        margin: auto;
        max-width: 1200px;
    }
}

@media screen and (min-width: 1921px) and (max-width: 2800px) {
    .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize {
        width: 1500px;
        margin: auto;
        max-width: 1500px;
    }
}

@media screen and (min-width: 2800px) and (max-width: 3841px) {
    .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize {
        width: 2400px;
        margin: auto;
        max-width: 2400px;
    }
}

@media screen and (min-width: 3841px) {
    .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize {
        width: 2400px;
        margin: auto;
        max-width: 2400px;
    }
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .centerD {
    display: inline-block;
    text-align: left;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .center {
    text-align: center;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .text-P:first-child {
    margin-top: 60px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .text-P {
    word-break: break-all;
    white-space: pre-line;
    display: inline-block;
    text-align: left;
    width: 100%;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .sk_image {
    position: relative;
    left: -20px;
    top: 10px;
    width: 100%;
    height: 100%;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .sigma_info.style-20 {
    padding: 20px 20px 10px;
    display: flex;
    position: relative;
    transition: 0.3s;
    background: rgb(255, 255, 255);
    box-shadow: rgba(220, 220, 221, 0.45) 0px 2px 20px 0px;
    border-radius: 5px;
    border: 1px solid rgb(230, 234, 240);
    height: 96px;
    font-size: 16px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .sigma_info.style-20 .sigma_info-description {
    flex: 1 1 0%;
    word-break: break-all;
    /* white-space: pre-line; */
    text-align: left;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .sigma_info.style-20 .sigma_info-description .text-white {
    margin-top: 0px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .sigma_info.style-20 .sigma_info-title {
    display: flex;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
}

@media screen and (min-width: 1921px) {
    .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .sigma_info.style-20 {
        height: 120px;
    }
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .container {
    display: flex;
    margin-top: 60px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .container .column:nth-child(2) {
    width: 100%;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .container .column {
    width: calc(45% - 20px);
    margin-right: 20px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .container .column .left_container {
    display: flex;
    flex-direction: column;
    height: 300px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .container .column .left_container .left_column {
    width: 100%;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .container .column .left_container .left_column .text_154 {
    overflow-wrap: break-word;
    color: rgb(51, 51, 51);
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    white-space: nowrap;
    float: right;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .container .column .left_container .left_column .text_155 {
    overflow-wrap: break-word;
    color: rgb(102, 102, 102);
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: justify;
    float: right;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .container .column .left_container .left_column:first-child {
    position: relative;
    bottom: 0.5em;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .container .column .left_container .left_column:nth-child(2) {
    margin-top: 0px;
    position: relative;
    top: 1em;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .container .column .left_container .left_column:last-child {
    position: relative;
    top: 4.3em;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .container .column .right_container {
    display: flex;
    flex-direction: column;
    height: 300px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .container .column .right_container .right_column {
    width: 100%;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .container .column .right_container .right_column .text_right_154 {
    overflow-wrap: break-word;
    color: rgb(51, 51, 51);
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    white-space: nowrap;
    float: left;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .container .column .right_container .right_column .text_right_155 {
    overflow-wrap: break-word;
    color: rgb(102, 102, 102);
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: justify;
    float: left;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .container .column .right_container .right_column:first-child {
    position: relative;
    bottom: 0.5em;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .container .column .right_container .right_column:nth-child(2) {
    margin-top: 0px;
    position: relative;
    top: 3.3em;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .container .column .right_container .right_column:last-child {
    position: relative;
    top: 6.1em;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .Feature_info_container .text {
    text-align: left;
    width: 100%;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    color: rgb(102, 102, 102);
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .Feature_info_container p {
    font-family: MicrosoftYaHei;
    color: rgb(102, 102, 102);
    text-align: left;
    font-style: normal;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .xuhlw_container {
    display: flex;
    margin-top: 60px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .xuhlw_container .column:nth-child(2) {
    width: 100%;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .xuhlw_container .column {
    width: calc(45% - 20px);
    margin-right: 20px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .xuhlw_container .column img {
    width: 100%;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .xuhlw_container .column .left_container {
    display: flex;
    flex-direction: column;
    height: 300px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .xuhlw_container .column .left_container .left_column {
    width: 100%;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .xuhlw_container .column .left_container .left_column .text_154 {
    overflow-wrap: break-word;
    color: rgb(51, 51, 51);
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    white-space: nowrap;
    float: right;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .xuhlw_container .column .left_container .left_column .text_155 {
    overflow-wrap: break-word;
    color: rgb(102, 102, 102);
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: justify;
    float: right;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .xuhlw_container .column .left_container .left_column:first-child {
    position: relative;
    bottom: 10px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .xuhlw_container .column .left_container .left_column:nth-child(2) {
    margin-top: 0px;
    position: relative;
    top: -5px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .xuhlw_container .column .left_container .left_column:last-child {
    position: relative;
    top: 22px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .xuhlw_container .column .right_container {
    display: flex;
    flex-direction: column;
    height: 300px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .xuhlw_container .column .right_container .right_column {
    width: 100%;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .xuhlw_container .column .right_container .right_column .text_right_154 {
    overflow-wrap: break-word;
    color: rgb(51, 51, 51);
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    white-space: nowrap;
    float: left;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .xuhlw_container .column .right_container .right_column .text_right_155 {
    float: left;
    overflow-wrap: break-word;
    color: rgb(102, 102, 102);
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: justify;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .xuhlw_container .column .right_container .right_column:first-child {
    position: relative;
    bottom: 10px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .xuhlw_container .column .right_container .right_column:nth-child(2) {
    margin-top: 0px;
    position: relative;
    top: 0px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .xuhlw_container .column .right_container .right_column:last-child {
    position: relative;
    top: -2px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .three_box_container {
    display: flex;
    margin-top: 60px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .three_box_container .column:nth-child(2) {
    width: 100%;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .three_box_container .column {
    width: calc(45% - 20px);
    margin-right: 20px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .three_box_container .column .left_container {
    display: flex;
    flex-direction: column;
    height: 300px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .three_box_container .column .left_container .left_column {
    width: 100%;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .three_box_container .column .left_container .left_column .text_154 {
    overflow-wrap: break-word;
    color: rgb(51, 51, 51);
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    white-space: nowrap;
    float: right;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .three_box_container .column .left_container .left_column .text_155 {
    overflow-wrap: break-word;
    color: rgb(102, 102, 102);
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: justify;
    float: right;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .three_box_container .column .left_container .left_column:first-child {
    position: relative;
    bottom: 10px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .three_box_container .column .left_container .left_column:nth-child(2) {
    margin-top: 0px;
    position: relative;
    top: -10px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .three_box_container .column .left_container .left_column:last-child {
    position: relative;
    top: -12px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .three_box_container .column .right_container {
    display: flex;
    flex-direction: column;
    height: 300px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .three_box_container .column .right_container .right_column {
    width: 100%;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .three_box_container .column .right_container .right_column .text_right_154 {
    overflow-wrap: break-word;
    color: rgb(51, 51, 51);
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    white-space: nowrap;
    float: left;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .three_box_container .column .right_container .right_column .text_right_155 {
    overflow-wrap: break-word;
    color: rgb(102, 102, 102);
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: justify;
    float: left;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .three_box_container .column .right_container .right_column:first-child {
    position: relative;
    bottom: 10px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .three_box_container .column .right_container .right_column:nth-child(2) {
    margin-top: 0px;
    position: relative;
    top: 0px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .three_box_container .column .right_container .right_column:last-child {
    position: relative;
    top: -2px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd {
    display: flex;
    margin-top: 60px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingc {
    width: calc(45% - 20px);
    margin-right: 22px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingc .left_lizi_first {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 570px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingc .left_lizi_first .Left_frame_jm {
    width: 100%;
    background: rgb(255, 255, 255);
    box-shadow: rgba(220, 220, 221, 0.45) 0px 2px 20px 0px;
    border-radius: 8px;
    border: 1px solid rgb(230, 234, 240);
    z-index: 1;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingc .left_lizi_first .Left_frame_jm .ted_info_title {
    overflow-wrap: break-word;
    color: rgb(51, 51, 51);
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
    white-space: nowrap;
    float: right;
    width: 32%;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingc .left_lizi_first .Left_frame_jm .ted_info_title img {
    width: 90px;
    margin-top: 30px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingc .left_lizi_first .Left_frame_jm .ted_info-description {
    overflow-wrap: break-word;
    color: rgb(102, 102, 102);
    font-family: MicrosoftYaHei;
    font-weight: normal;
    text-align: justify;
    float: right;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingc .left_lizi_first .Left_frame_jm .skbox_wrwap_info {
    width: 100%;
    padding: 10px;
    display: flex;
    position: relative;
    transition: 0.3s;
    background: rgb(255, 255, 255);
    box-shadow: rgba(220, 220, 221, 0.45) 0px 2px 20px 0px;
    border-radius: 5px;
    border: 1px solid rgb(230, 234, 240);
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingc .left_lizi_first .Left_frame_jm .skbox_wrwap_info .ted_info-description {
    flex: 1 1 0%;
    word-break: break-all;
    white-space: pre-line;
    text-align: left;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingc .left_lizi_first .Left_frame_jm .skbox_wrwap_info .ted_info-description h5 {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    color: rgb(51, 51, 51);
    padding: 0px;
    margin: 10px 0px 0px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingc .left_lizi_first .Left_frame_jm .skbox_wrwap_info .ted_info-description .text-white {
    font-family: MicrosoftYaHei;
    color: rgb(102, 102, 102);
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingc .left_lizi_first .Left_frame_jm .skbox_wrwap_info .ted_info-title {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingc .left_lizi_first .Left_frame_jm:first-child {
    position: absolute;
    top: 0px;
    left: 25%;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingc .left_lizi_first .Left_frame_jm:nth-child(2) {
    position: absolute;
    top: 38%;
    left: 12%;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingc .left_lizi_first .Left_frame_jm:last-child {
    position: absolute;
    bottom: 0px;
    left: 22%;
}

@media screen and (min-width: 1921px) {
    .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingc .left_lizi_first .Left_frame_jm:first-child {
        position: absolute;
        top: 0px;
        left: 25%;
    }

    .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingc .left_lizi_first .Left_frame_jm:nth-child(2) {
        position: absolute;
        top: 226px;
        left: 37px;
    }

    .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingc .left_lizi_first .Left_frame_jm:last-child {
        position: absolute;
        bottom: -60px;
        left: 55px;
    }
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingc .testimg {
    width: 100%;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingc:first-child {
    min-width: 300px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .skpeculiarity_img_comon {
    display: flex;
    flex-direction: column;
    height: 570px;
    border-radius: 8px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .skpeculiarity_img_comon .testimg {
    width: 100%;
    margin: 25% 8%;
    min-width: 400px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .skpeculiarity_right_comon {
    display: flex;
    flex-direction: column;
    height: 570px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(220, 220, 221, 0.45) 0px 2px 20px 0px;
    border-radius: 8px;
    border: 1px solid rgb(230, 234, 240);
    width: 340px;
    padding: 10px 10px 20px 0px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .skpeculiarity_right_comon .rt_bt {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    color: rgb(51, 51, 51);
    padding: 0px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .skpeculiarity_right_comon p {
    padding: 0px;
    color: rgb(51, 51, 51);
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .skpeculiarity_right_comon .ant-row {
    margin: 0px 37px 27px 20px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .skpeculiarity_right_comon .peculiarity_info {
    display: flex;
    position: relative;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .skpeculiarity_right_comon .peculiarity_info .peculiarity_info-description {
    flex: 1 1 0%;
    word-break: break-all;
    white-space: pre-line;
    text-align: left;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .skpeculiarity_right_comon .peculiarity_info .peculiarity_info-description .peculiarity_more_work_test {
    color: rgb(0, 155, 255);
    padding: 0px;
    margin: 0px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .skpeculiarity_right_comon .peculiarity_info .peculiarity_info-description .peculiarity_text-white {
    padding: 0px;
    margin-top: 5px;
    font-family: MicrosoftYaHei;
    color: rgb(102, 102, 102);
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .skpeculiarity_right_comon .peculiarity_info .peculiarity_info-title {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 80px;
    width: 140px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .skpeculiarity_right_comon .peculiarity_info .peculiarity_info-title img {
    width: 60%;
}

@media screen and (min-width: 1921px) {
    .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .skpeculiarity_right_comon {
        height: 630px;
    }
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingctb {
    margin-right: 22px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingctb .fa_ycny_left_lizi_first {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingctb .fa_ycny_left_lizi_first .Left_fa_ycny_frame_jm {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingctb .fa_ycny_left_lizi_first .Left_fa_ycny_frame_jm .has_xhx_bt {
    font-weight: bold !important;
    color: rgb(51, 51, 51) !important;
    text-align: left !important;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingctb .fa_ycny_left_lizi_first .Left_fa_ycny_frame_jm .has_xhx_bt::before {
    content: "";
    display: block;
    width: 100%;
    bottom: -4px;
    border-radius: 3px;
    opacity: 0.5;
    backdrop-filter: blur(2px);
    position: relative;
    top: 25px;
    height: 6px;
    background: linear-gradient(271deg, rgba(0, 101, 255, 0) 0%, rgb(0, 175, 255) 100%);
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingctb .fa_ycny_left_lizi_first .Left_fa_ycny_frame_jm .has_xhx_title {
    color: rgb(102, 102, 102) !important;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingctb .fa_ycny_left_lizi_first .Left_fa_ycny_frame_jm .left-column, .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingctb .fa_ycny_left_lizi_first .Left_fa_ycny_frame_jm .right-column {
    flex: 1 1 0%;
    text-align: center;
    position: relative;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingctb .fa_ycny_left_lizi_first .Left_fa_ycny_frame_jm .left-column {
    top: 20%;
    height: 100%;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingctb .fa_ycny_left_lizi_first .Left_fa_ycny_frame_jm .left-column h2 {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    color: rgb(39, 143, 255);
    text-align: right;
    font-style: normal;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingctb .fa_ycny_left_lizi_first .Left_fa_ycny_frame_jm .left-column p {
    word-break: break-all;
    white-space: pre-line;
    display: inline-block;
    text-align: left;
    margin: 0px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingctb .fa_ycny_left_lizi_first .Left_fa_ycny_frame_jm .right-column {
    height: 100%;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingctb .fa_ycny_left_lizi_first .Left_fa_ycny_frame_jm .right-column > div h2 {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    color: rgb(39, 143, 255);
    text-align: left;
    font-style: normal;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingctb .fa_ycny_left_lizi_first .Left_fa_ycny_frame_jm .right-column > div p {
    word-break: break-all;
    white-space: pre-line;
    display: inline-block;
    text-align: left;
    margin: 0px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingctb .fa_ycny_left_lizi_first .Left_fa_ycny_frame_jm .right-column div:nth-child(2) {
    position: absolute;
    bottom: 60px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingctb .fa_ycny_left_lizi_first .Left_fa_ycny_frame_jm .center-image {
    flex: 1 1 0%;
    text-align: center;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingctb .fa_ycny_left_lizi_first .Left_fa_ycny_frame_jm .center-image img {
    width: 600px;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingctb .fa_ycny_left_lizi_first .Left_fa_ycny_frame_jm .center-image1 {
    flex: 1 1 0%;
    text-align: center;
}

.dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingctb .fa_ycny_left_lizi_first .Left_fa_ycny_frame_jm .center-image1 img {
    width: 50%;
}

.card-div1 {
    position: relative;
    width: 400px;
    text-align: center;
    display: inline-block;
}

.card-div1 img {
    width: 100%;
    position: relative;
    top: 70px;
}

.card-div1 .card-title {
    width: 100%;
}

.card-div1 .card-text {
    width: 320px;
    position: absolute;
    font-family: MicrosoftYaHei;
    color: rgb(102, 102, 102);
    text-align: justify;
    font-style: normal;
}

.card-div1 .card-text .text-title {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    color: rgb(51, 51, 51);
    text-align: justify;
    font-style: normal;
}

.card-div1 .card-text .text-center {
    color: rgb(51, 51, 51);
    text-align: left;
}

.card-div1 .card-text1 {
    left: -90%;
    top: 115px;
}

.card-div1 .card-text2 {
    left: 102%;
    top: 61px;
}

.card-div1 .card-text3 {
    left: 136%;
    top: 268px;
}

.card-div2 {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
}

.card-div2 img {
    width: 400px;
}

.card-div2 .left_img {
    width: 500px;
}

.card-div2 .left_card {
    flex: 1 1 0%;
}

.card-div2 .left_card .card-text {
    padding: 20px;
}

.card-div2 .left_card .text-title {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    color: rgb(51, 51, 51);
    text-align: justify;
    font-style: normal;
}

.card-div2 .left_card .text-title i {
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAYAAAAPtVbGAAAAAXNSR0IArs4c6QAAA+RJREFUSEutlW2IVFUYx3/nnHvuzJ23fZut1SzX/GBahCAEfYlEM/pQUCZEQRTEhogpIpv6wUZIIYtAA6MtohQRW+hLgSQFRQSVLBVkmLq4qbvmrrsz7uzO3Jn7cuLOaK3l7kzRgfPpnv/ze/7P85xzBU0vI5/OcW9S4omLnO7rE16zUtHsweWbTXe7Yk9CcfZSgf0DfeJKs9omIUYsf5HVKYcPbcXFyav0Gsk3A026aQpy3wbTMW3Y2ppkg6yQKJXZRoF3B/rF1WbcNIYYI+7p4X6leKclzdJKCeVW+NoO2BZqTjTjpiEkcuEbem2H9akY6fFxCD0CS7N7usz+UwfFeCM3c0JWrDDaeZAnLcm+TILOaJzOj4BfhYRkVGt6F+Y50t8vqnOBZoWs6DF6URerhea1VIplCFRhCn75DSplSMfAEfwsbXa0KY4fe0tUZgPdFLJxv+kk5BFp83ImwxIJKj8NwxNwcghKJYhLyMQgJhnUmtctybHP93EBhPk77AbI83tMZ1eWZUqxTlo815ImqSW4PlzOw+AonB6GiguOqoMcG7SAuOZoXHDUi/PjJ68yNBMmTC4nP1jyyh0Fxd3TVdZIWJvMME+BVBYQwmQZzo/DmRG4NA6WhJQFWoECbAucGKiQsoLjRvGp7/JDfJhThw5REmu2m7s6WsNd7Sn5WGuGeGRNCJACIt+uB1enYDgPI3kolcHWkNBgK6iVIgRj6hqpwPOh6PKdE/BSq+Yn8cAWc/tkWHq4WDGrSm640phEmwmxoxxDDL4RmAgo6hl7QT1IYOoFERGgzglDTVUa75wUfGY5+qsOi2+Hxhj7qydPnevGjS+Vwn4oDK21kOoiFHbNVpSxDbE4hD5UfSDgz+jEjCdVMGhbHMHyv+xY7J0c3pGeuN6XGxofJTZvYzFbvBIs9zz5rBcmHzWBbKlNi10H1UoTXgNEAk1F2xyWlnt4YXv8xK97RXHO6Zr58dYXfl+UL7Q94wV6kwlFlmgIoh2lFdUnAtg1wN5smvdGZhnfKOacN35+z2T2SsFZX/WtzRja0dcUkcrGj1m83dLF7tE94vJ/uvHXRbf0uIsLBb2r6ssnEDg1Nwq0wxdOjO2TBxiot3/21fCBZJ1RSZtVbpUDgc+d2AgVo6Q1m1zDUd7/Zw+a7snMg/N7THZiiq1ulQ1oUokEH8fj7JwY5RT9IpqzOVdjJ5E8Z2TyDCvdiunDEbfFEmxJKg6OHRBTjQANGz8zQPtGs2B6jJzQLNJJf2cxtL7n//z91szkjHzjbPC4slRnupuPLubERDMu/pWT6PCCNy844aQSI7l55Zs96bNB/wCXtXE7tv4yewAAAABJRU5ErkJggg==");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    margin-top: 8px;
}

.card-div2 .left_card .text-title span {
    margin-left: 20px;
}

.card-div2 .left_card .text-center {
    font-family: MicrosoftYaHei;
    color: rgb(102, 102, 102);
    text-align: justify;
    font-style: normal;
    margin-top: 10px;
}

.card-div2 .card-title {
    width: 100%;
}

.card-div2 .card-center {
    position: absolute;
    left: -200px;
    width: 390px;
    text-align: left;
}

.card-div2 .card-center .text-title {
    font-family: MicrosoftYaHei;
    color: rgb(102, 102, 102);
    text-align: justify;
    font-style: normal;
}

.fourbox_boxingctb {
    margin-right: 22px;
}

.fourbox_boxingctb .four_left_lizi_first {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.fourbox_boxingctb .four_left_lizi_first .four_left_fa_ycny_frame_jm {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.fourbox_boxingctb .four_left_lizi_first .four_left_fa_ycny_frame_jm .four_has_xhx_bt {
    font-weight: bold !important;
    color: rgb(51, 51, 51) !important;
    text-align: left !important;
}

.fourbox_boxingctb .four_left_lizi_first .four_left_fa_ycny_frame_jm .four_has_xhx_bt::before {
    content: "";
    display: block;
    width: 100%;
    bottom: -4px;
    border-radius: 3px;
    opacity: 0.5;
    backdrop-filter: blur(2px);
    position: relative;
    top: 25px;
    height: 6px;
    background: linear-gradient(271deg, rgba(0, 101, 255, 0) 0%, rgb(0, 175, 255) 100%);
}

.fourbox_boxingctb .four_left_lizi_first .four_left_fa_ycny_frame_jm .four_has_xhx_title {
    color: rgb(102, 102, 102) !important;
}

.fourbox_boxingctb .four_left_lizi_first .four_left_fa_ycny_frame_jm .four_left-column, .fourbox_boxingctb .four_left_lizi_first .four_left_fa_ycny_frame_jm .four_right-column {
    flex: 1 1 0%;
    text-align: center;
    position: relative;
}

.fourbox_boxingctb .four_left_lizi_first .four_left_fa_ycny_frame_jm .four_left-column {
    top: 0px;
    height: 100%;
}

.fourbox_boxingctb .four_left_lizi_first .four_left_fa_ycny_frame_jm .four_left-column h2 {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    color: rgb(39, 143, 255);
    text-align: right;
    font-style: normal;
}

.fourbox_boxingctb .four_left_lizi_first .four_left_fa_ycny_frame_jm .four_left-column p {
    word-break: break-all;
    white-space: pre-line;
    display: inline-block;
    text-align: left;
    margin: 0px;
}

.fourbox_boxingctb .four_left_lizi_first .four_left_fa_ycny_frame_jm .four_right-column {
    height: 100%;
}

.fourbox_boxingctb .four_left_lizi_first .four_left_fa_ycny_frame_jm .four_right-column > div h2 {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    color: rgb(39, 143, 255);
    text-align: left;
    font-style: normal;
}

.fourbox_boxingctb .four_left_lizi_first .four_left_fa_ycny_frame_jm .four_right-column > div p {
    word-break: break-all;
    white-space: pre-line;
    display: inline-block;
    text-align: left;
    margin: 0px;
}

.fourbox_boxingctb .four_left_lizi_first .four_left_fa_ycny_frame_jm .center-image {
    text-align: center;
    width: 500px;
    height: 500px;
}

.fourbox_boxingctb .four_left_lizi_first .four_left_fa_ycny_frame_jm .center-image .testimg {
    width: 100%;
}

.fourbox_boxingctb .four_left_lizi_first .box_lf {
    display: flex;
}

.fourbox_boxingctb .four_left_lizi_first .box_lf .lf_img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 100%;
}

.fourbox_boxingctb .four_left_lizi_first .box_lf .lf_img img {
    width: 100%;
}

.fourbox_boxingctb .four_left_lizi_first .box_lf .lf_text {
    margin-left: 30px;
}

.fourbox_boxingctb .four_left_lizi_first .box_lf:first-child {
    top: 50px;
    position: relative;
}

.fourbox_boxingctb .four_left_lizi_first .box_lf:nth-child(2) {
    position: absolute;
    bottom: 0px;
}

.back_group {
    background-image: url("images/sy.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    height: 430px !important;
}

.back_group .common_title_chroma .EN {
    font-size: 20px;
    font-weight: 800;
    color: rgb(42, 47, 58);
    line-height: 24px;
    letter-spacing: 5px;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
    position: relative;
}

.back_group .common_title_chroma .ZH {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    line-height: 40px;
    letter-spacing: 4px;
    width: 139px;
    z-index: 111111111;
    margin: auto;
}

.back_group .common_title_chroma .ZH::after {
    content: "";
    display: block;
    width: 100%;
    bottom: -4px;
    height: 15px;
    opacity: 0.5;
    position: absolute;
    background: linear-gradient(270deg, rgb(29, 118, 255) 0%, rgb(47, 191, 255) 100%);
    border-radius: 3px;
    backdrop-filter: blur(2px);
}

.back_group .centerD {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: rgb(255, 255, 255);
    line-height: 25px;
    display: inline-block;
    text-align: left;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 2800px) {
    .card-div_double_six img, .zhny_fourbox_boxingctb .zhny_left_lizi_first .zhny_left_frame_jm .center-image1 img, .zhdc_threebox_boxingctb .zhdc_left_lizi_first .zhdc_left_frame_jm .center-image img, .zhny_fourbox_boxingctb .zhny_left_lizi_first .zhny_left_frame_jm .center-image img, .wyxt_fivebox_boxingctb .wyxt_fiveleft_lizi_first .wyxt_fiveleft_frame_jm .center-image img, .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingctb .fa_ycny_left_lizi_first .Left_fa_ycny_frame_jm .center-image img, .fourbox_boxingctb .four_left_lizi_first .four_left_fa_ycny_frame_jm .center-image {
        width: 1000px !important;
        height: 1000px !important;
    }

    .common_title_chroma .ZH, .common_title_chroma .ZH p {
        width: 258px !important;
    }

    .card-div2 img {
        width: 30% !important;
    }

    .dtsk_solution_app .dtsk_solution_group .ant-anchor-wrapper .ant-anchor .ant-anchor-link-active > .ant-anchor-link-title {
        line-height: 50px !important;
    }

    .dtsk_solution_app .dtsk_solution_group .ant-anchor-wrapper {
        width: 250px !important;
    }

    .common_title_chroma .EN {
        font-size: 40px !important;
        line-height: 60px;
    }

    .common_title_chroma .ZH p {
        margin-top: 20px !important;
    }

    .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .sigma_info.style-20 {
        height: 200px !important;
    }

    .common_title_chroma .ZH::after {
        bottom: -25px !important;
        height: 30px !important;
    }

    .card-div1 img {
        width: 700px !important;
    }

    .card-div1 .card-text1 {
        left: -152% !important;
        width: 500px !important;
    }

    .card-div1 .card-text2 {
        left: 182% !important;
        width: 500px !important;
    }

    .card-div1 .card-text3 {
        left: 216% !important;
        top: 500px !important;
        width: 500px !important;
    }

    .dtsk_solution_main .skpeculiarity_comon_dxtd .left-column_four div:first-child, .dtsk_solution_main .skpeculiarity_comon_dxtd .left-column_four div:nth-child(2), .dtsk_solution_main .skpeculiarity_comon_dxtd .right-column_four div:first-child, .dtsk_solution_main .skpeculiarity_comon_dxtd .right-column_four div:nth-child(2) {
        height: 250px !important;
    }

    .card-div_double_sixb, .card-div_double_six {
        height: 1500px !important;
    }

    .card-div_double_six .card_double_six-text, .card-div_double_sixb .card_double_six-text {
        width: 600px !important;
    }

    .card-div_double_sixb .card_double_six-text1 {
        left: 0% !important;
        top: 80px !important;
    }

    .card-div_double_sixb .card_double_six-text2 {
        left: -20% !important;
        top: 389px !important;
    }

    .card-div_double_sixb .card_double_six-text3 {
        left: -18% !important;
        top: 40% !important;
    }

    .card-div_double_sixb .card_double_six-text4 {
        left: -23% !important;
        top: 59% !important;
    }

    .card-div_double_sixb .card_double_six-text5 {
        left: 0px !important;
        top: 79% !important;
    }

    .card-div_double_sixb .card_double_six-text6 {
        right: -8% !important;
        top: 80px !important;
    }

    .card-div_double_sixb .card_double_six-text7 {
        right: -23% !important;
        top: 27% !important;
    }

    .card-div_double_sixb .card_double_six-text8 {
        right: -27% !important;
        top: 43% !important;
    }

    .card-div_double_sixb .card_double_six-text9 {
        right: -23% !important;
        top: 63% !important;
    }

    .card-div_double_sixb .card_double_six-text10 {
        right: -9% !important;
        top: 77% !important;
    }

    .card-div_double_six .card_double_six-text1 {
        left: -51% !important;
        top: 4% !important;
    }

    .card-div_double_six .card_double_six-text2 {
        left: -68% !important;
        top: 26% !important;
    }

    .card-div_double_six .card_double_six-text3 {
        left: -52% !important;
        top: 47% !important;
    }

    .card-div_double_six .card_double_six-text4 {
        left: 90% !important;
        top: 4% !important;
    }

    .card-div_double_six .card_double_six-text5 {
        left: 100% !important;
        top: 26% !important;
    }

    .card-div_double_six .card_double_six-text6 {
        left: 93% !important;
        top: 48% !important;
    }

    .container_peculiarity_tr .column .left_container .left_column:first-child {
        top: 8em !important;
    }

    .container_peculiarity_tr .column .left_container .left_column:nth-child(2) {
        top: 57.5em !important;
    }

    .container_peculiarity_tr .column .left_container .left_column:last-child {
        top: 31.5em !important;
    }

    .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingc .left_lizi_first .Left_frame_jm:nth-child(2) {
        top: 80% !important;
        left: 8% !important;
    }

    .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .lizi_boxingc .left_lizi_first .Left_frame_jm:last-child {
        top: 139% !important;
        left: 20% !important;
    }

    .dtsk_solution_app .dtsk_solution_group .dtsk_solution_new .dtsk_solution_main .title .summarize .skpeculiarity_comon_dxtd .skpeculiarity_right_comon {
        width: 600px !important;
    }
}

.common_title_chroma .EN {
    font-size: 20px;
    color: white;
    text-align: center;
    letter-spacing: 5px;
    background-clip: text;
    -webkit-text-stroke: 1px rgb(97, 208, 255);
    font-family: D-DIN, D-DIN;
    font-weight: bold;
}

.common_title_chroma .ZH {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    line-height: 40px;
    letter-spacing: 4px;
    width: 139px;
    z-index: 111111111;
    margin: auto;
}

.common_title_chroma .ZH p {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    line-height: 40px;
    letter-spacing: 4px;
    width: 139px;
    margin: auto;
    z-index: 1;
}

.common_title_chroma .ZH::after {
    content: "";
    display: block;
    width: 100%;
    bottom: -4px;
    height: 15px;
    background: linear-gradient(270deg, rgb(94, 157, 255) 0%, rgb(97, 207, 255) 100%);
    border-radius: 3px;
    opacity: 0.7;
    backdrop-filter: blur(2px);
    position: absolute;
}

.zhdc_threebox_boxingctb {
    margin-right: 22px;
}

.zhdc_threebox_boxingctb .zhdc_left_lizi_first {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.zhdc_threebox_boxingctb .zhdc_left_lizi_first .zhdc_left_frame_jm {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.zhdc_threebox_boxingctb .zhdc_left_lizi_first .zhdc_left_frame_jm .zhdc_has_xhx_bt {
    font-weight: bold !important;
    color: rgb(39, 143, 255) !important;
    text-align: left !important;
}

.zhdc_threebox_boxingctb .zhdc_left_lizi_first .zhdc_left_frame_jm .zhdc_has_xhx_title {
    color: rgb(102, 102, 102) !important;
}

.zhdc_threebox_boxingctb .zhdc_left_lizi_first .zhdc_left_frame_jm .zhdc_left-column, .zhdc_threebox_boxingctb .zhdc_left_lizi_first .zhdc_left_frame_jm .zhdc_right-column {
    flex: 1 1 0%;
    text-align: center;
    position: relative;
}

.zhdc_threebox_boxingctb .zhdc_left_lizi_first .zhdc_left_frame_jm .zhdc_left-column {
    top: 0px;
    height: 100%;
}

.zhdc_threebox_boxingctb .zhdc_left_lizi_first .zhdc_left_frame_jm .zhdc_left-column .zhdc_box_lf h2 {
    text-align: right !important;
}

.zhdc_threebox_boxingctb .zhdc_left_lizi_first .zhdc_left_frame_jm .zhdc_left-column h2 {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    color: rgb(39, 143, 255);
    text-align: right;
    font-style: normal;
}

.zhdc_threebox_boxingctb .zhdc_left_lizi_first .zhdc_left_frame_jm .zhdc_left-column p {
    word-break: break-all;
    white-space: pre-line;
    display: inline-block;
    text-align: left;
    margin: 0px;
}

.zhdc_threebox_boxingctb .zhdc_left_lizi_first .zhdc_left_frame_jm .zhdc_left-column .zhdc_box_lf:first-child {
    top: -20px;
    position: relative;
    left: 45px;
}

.zhdc_threebox_boxingctb .zhdc_left_lizi_first .zhdc_left_frame_jm .zhdc_right-column {
    height: 100%;
}

.zhdc_threebox_boxingctb .zhdc_left_lizi_first .zhdc_left_frame_jm .zhdc_right-column > div h2 {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    color: rgb(39, 143, 255);
    text-align: left;
    font-style: normal;
}

.zhdc_threebox_boxingctb .zhdc_left_lizi_first .zhdc_left_frame_jm .zhdc_right-column > div p {
    word-break: break-all;
    white-space: pre-line;
    display: inline-block;
    text-align: left;
    margin: 0px;
}

.zhdc_threebox_boxingctb .zhdc_left_lizi_first .zhdc_left_frame_jm .zhdc_right-column .zhdc_box_lf:first-child {
    top: 130px;
    position: relative;
}

.zhdc_threebox_boxingctb .zhdc_left_lizi_first .zhdc_left_frame_jm .center-image {
    text-align: center;
    flex: 1 1 0%;
}

.zhdc_threebox_boxingctb .zhdc_left_lizi_first .zhdc_left_frame_jm .center-image img {
    width: 500px;
}

.zhdc_threebox_boxingctb .zhdc_left_lizi_first .zhdc_box_lf {
    display: flex;
}

.zhdc_threebox_boxingctb .zhdc_left_lizi_first .zhdc_box_lf .lf_img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.zhdc_threebox_boxingctb .zhdc_left_lizi_first .zhdc_box_lf .lf_text {
    margin-left: 30px;
}

.zhdc_threebox_boxingctb .zhdc_left_lizi_first .zhdc_box_lf:first-child {
    top: -20px;
    position: relative;
}

.zhdc_threebox_boxingctb .zhdc_left_lizi_first .zhdc_box_lf:nth-child(2) {
    top: 70px;
    position: relative;
    left: -10px;
}
