.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

.fadeInBottom {
    -webkit-animation-name: fadeInBottom;
    animation-name: fadeInBottom;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-6px, 0, 0);
        transform: translate3d(-6px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(6px, 0, 0);
        transform: translate3d(6px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes growHeight {
    from {
        height: 0%;
    }

    to {
        height: 100%;
    }
}

.viewer-canvas>img {
    background-color: #fff;
}

.bannerbox {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.home_banner_video {
    right: unset;
    left: 50% !important;
    transform: translateX(-50%);
}

.bner1 {
    background-color: #050835;
    background-image: url("/images2/banner/a_banner.webp");
    background-position: right center;
}
.bner2 {
    background-color: #0d2da4;
    background-image: url("/images2/banner/p_banner.jpg");
}

.bner3 {
    background-color: #092181;
    background-image: url("/images2/banner/t_banner.jpg");
}

.bner4 {
    background-color: #143a9b;
    background-image: url("/images2/banner/g_banner.webp");
}

.bner5 {
    background-color: #102fb1;
    background-image: url("/images2/banner/s_banner.webp");
}

.bner6 {
    background-color: #041c8a;
    background-image: url("/images2/banner/q_banner.webp");
}

.bner7 {
    background-color: #1923a9;
    background-image: url("/images2/banner/c_banner.jpg");
}

.bner8 {
    background-color: #08329e;
    background-image: url("/images2/banner/bg_bnerp8.webp");
}

.bner9 {
    background-color: #0024ae;
    background-image: url("/images2/banner/bg_bnerp9.webp");
}

.bner10 {
    background-color: #08329e;
    background-image: url("/images2/banner/bg_bnerp10.webp");
}

.bner11 {
    background-color: #08329e;
    background-image: url("/images2/banner/bg_bnerp11.webp");
}

.bg_dynamic {
    background: url(../images2/banner/bg_bnerp12.webp) 50% #08329e !important;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
}


.lc-video-box {
    background-color: #f6f8fc;
}

.accumulation_box .icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.accumulation_box .desc {
    width: 80%;
}

.tech_points {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 30px;
}

.tech_point {
    display: flex;
    flex-direction: column;
    background-color: #ebf6ff;
    border-radius: 4px;
    overflow: hidden;
    padding: 32px 24px;
}

.tech_point:first-child {
    pointer-events: none;
    grid-area: 1 / 1 / 3 / 2;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #083695;
    background-image: url(/images2/tech/tech_bg.webp);
}

.tech_point .tech_point_title {
    font-size: 15px;
    color: #000;
    line-height: 24px;
    font-weight: 600;
}

.tech_point .tech_point_subtitle {
    font-size: 12px;
    color: #AAAAAA;
    line-height: 18px;
}

.tech_point .tech_point_desc {
    margin-top: 12px;
    font-size: 12px;
    color: #707070;
    line-height: 20px;
}

.tech_point:first-child .tech_point_subtitle {
    margin-top: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.tech_point:hover {
    background-color: #d7e5ff;
}

.itembox4 {
    flex-direction: column;
    padding: 36px 24px;
}

.itembox3 .num {
    font-size: 20px;
    line-height: 28px;
    color: #4083e8;
    margin-bottom: 8px;
    margin-right: 12px;
}

.itembox3 .iconbox {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.itembox3 .iconbox svg {
    width: 20px !important;
    height: 20px !important;
}

.itembox3 .text {
    margin-left: 0px;
}

.itembox .desc.autofill {
    height: 80px;
    -webkit-line-clamp: 4;
}

.itembox3:hover {
    background-color: #4083e8;
}

.itembox3:hover .num {
    color: #fff;
}

.itembox3:hover .iconbox {
    background-color: #fff !important;
}

.itembox3:hover .iconbox svg path {
    fill: #4083e8;
}

.itembox3:hover .text .title {
    color: #fff;
}

.itembox3:hover .text .desc {
    color: rgba(255, 255, 255, 0.64);
}

.itembox5 {
    padding: 20px 28px;
    background-image: linear-gradient(#f2f7ff, #fff);
    border: 1px solid rgba(62, 133, 235, .3);
    border-radius: 8px;
}

.listsection_linear {
    background: linear-gradient(to bottom, #F4F7FF, #ffffff);
}

.listsection_tmain_imgbox img {
    box-shadow: none;
    filter: drop-shadow(12px 0px 64px rgba(0, 80, 157, 0.12));
}

.hxcmain_img {
    width: 90%;
}

.section_main_product {
    padding-top: 80px;
    padding-bottom: 80px;
}

.product-header {
    margin-bottom: 20px;
}

.product-body {
    padding: 30px 0;
    min-height: 512px;
}

.product-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E2E2E2;
}

.label-item {
    gap: 6px;
    transition: all 0.3s;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666666;
    position: relative;
    cursor: pointer;
}

.label-item .iconbox {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.label-item .iconbox svg path {
    /* width: 100%;
  height: 100%; */
    fill: #707070;
}

.label-item .label-text {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 40px;
}

.label-item.active::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background-color: #1449BF;
}

.label-item.active .iconbox svg path {
    fill: #1449BF !important;
}

.label-item.active .label-text {
    color: #1449BF !important;
}

.label-item:hover .iconbox svg path {
    fill: #4083e8;
}

.label-item:hover .label-text {
    color: #4083e8;
}

.product-steps {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-steps .label-item {
    position: relative;
    flex-basis: 20%;
    height: auto;
    padding: 0px;
    flex-direction: column;
}

.product-steps .label-item .line {
    position: absolute;
    height: 1px;
    background-color: #e6e0e0;
    left: 50%;
    right: -50%;
    top: 11px;
}

.product-steps .label-item .line i {
    display: block;
    border: 1px solid;
    border-color: #4083e8;
    transition: .15s ease-out;
    width: 0;
    height: 0;
    border-width: 0px;
    transition-delay: -150ms;
}

.product-steps .label-item:last-of-type .line {
    display: none;
}

.product-steps .label-item .iconbox {
    width: 36px;
    height: 36px;
    padding: 6px;
    background-color: #fff;
    z-index: 3;
    margin-top: -6px;
}

.product-steps .label-item .iconbox svg {
    width: 100%;
    height: 100%;
}

.product-steps .label-item .label-text {
    line-height: 32px;
    margin-top: -6px;
}

.label-item.is-finish .line i {
    transition-delay: 150ms;
    border-width: 1px !important;
    width: 100% !important;
}

.label-item.is-finish .label-text {
    color: #4083e8;
}

.label-item.is-finish .iconbox svg path {
    color: #4083e8;
    stroke: #4083e8;
}

.label-item.is-process .label-text {
    color: #1449BF !important;
    font-weight: 600;
}

.label-item.is-process .iconbox svg path {
    stroke-width: 1.8 !important;
    stroke: #1449BF !important;
    fill: unset !important;
}

.product-content-item {
    display: none;
}

.product-content-item.active {
    display: block;
}

.listsection_tmain_textbox .listbox {
    overflow: hidden;
    position: relative;
}

.listsection_tmain_textbox .listbox .list-item {
    padding: 8px 0;
    position: relative;
}

.listsection_tmain_textbox .listbox .list-item::before {
    content: "";
    position: absolute;
    display: block;
    border-left: 2px dotted rgba(206, 226, 255, 1);
    height: 100%;
    left: 7px;
    top: 12px;
    z-index: 1;
}

.listsection_tmain_textbox .list-item .list-title {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.listsection_tmain_textbox .list-item .list-title::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: rgba(206, 226, 255, 1);
    border-radius: 50%;
    border: 4px solid #fff;
    margin-right: 8px;
    z-index: 3;
}

.listsection_tmain_textbox .list-item .list-desc {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: all 0.3s linear;
    padding-left: 24px;
}

.listsection_tmain_textbox .list-item .list-desc .desc {
    min-height: 0;
    color: rgba(0, 0, 0, 0.48);
    font-size: 13px;
    line-height: 20px;
    margin-top: 8px;
}

.listsection_tmain_textbox .listbox .list-item.active::after {
    content: "";
    position: absolute;
    display: block;
    left: 7px;
    top: 12px;
    border-left: 2px solid #1C69DD;
    z-index: 2;
    animation-name: growHeight;
    animation-duration: 4s;
    animation-delay: 0;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.listsection_tmain_textbox .list-item.active .list-title {
    color: #1C69DD;
}

.listsection_tmain_textbox .list-item.active .list-title::before {
    width: 16px;
    height: 16px;
    background: rgba(44, 126, 248, 1);
    border: 4px solid rgba(206, 226, 255, 1) !important;
}

.listsection_tmain_textbox .list-item.active .list-desc {
    grid-template-rows: 1fr;
}

.agent-box {
    margin-top: 0px;
    margin-bottom: 72px;
}

.agent-linebox {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.agent-linebox .line {
    flex: 1;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgba(206, 226, 255, 1);
}

.agent-linebox .text {
    flex-shrink: 0;
    font-size: 18px;
    line-height: 24px;
    color: #1449BF;
    font-weight: 600;
    padding: 0 15px;
}

.agent-content {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}

.agent-content .agent-item {
    padding: 28px 24px;
    background-color: #F6FAFF;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    gap: 8px;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s linear;
}

.agent-content .agent-item:hover {
    transform: translateY(-6px);
}

.agent-content .agent-item:last-child {
    pointer-events: none;
}

.agent-item .title {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
}

.agent-item .title .t2 {
    color: #1449BF;
}

.agent-item .desc {
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

.agent-item img {
    width: 100%;
    margin-top: 12px;
}

.agent-detail-box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.agent-detail-box .mask-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.agent-detail-box .cancel-btn {
    position: absolute;
    right: -18px;
    top: -18px;
    width: 36px;
    height: 36px;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.agent-detail-box .cancel-btn:hover {
    background-color: #1449BF;
}

.agent-detail-box .cancel-btn::after {
    content: "×";
    display: block;
    font-size: 30px;
    color: #fff;
    font-weight: 200;
}

.agent-detail-box .agent-details {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}

.agent-details .agent-detail {
    display: none;
    padding: 48px 36px;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.agent-detail-box .agent-detail.active {
    display: flex;
}

.agent-detail .agent-detail-left {
    width: 40%;
    display: flex;
    gap: 12px;
    flex-direction: column;
    justify-content: center;
}

.agent-detail .agent-detail-right {
    width: 60%;
}

.agent-detail-left .iconbox {
    width: 42px;
    height: 42px;
}

.agent-detail-left .title {
    font-size: 18px;
    color: #000;
    line-height: 26px;
    font-weight: 600;
}

.agent-detail-left .desc-box {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.agent-detail-left .desc-box .desc-item {
    font-size: 12px;
    line-height: 20px;
    color: #747474;
}

.agent-detail-left .desc-box .desc-item .t {
    font-weight: 600;
    color: #333;
}


/* 首页banner */

.bannerHome {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 700px;
    /* background: url(../images2/banner/bg_bnerhome.webp) center center; */
    background-color: #0d2d80;
    /* background-size: auto 100%;
    background-repeat: no-repeat; */
}

.bannerHome.mac {
    background-color: #0b2e81;
}

.bannerHome .positionRel {
    z-index: 2;
    position: relative;
}


.bannerbg_H1_1 {
    background: url(../images2/banner/bg_bnerhome.webp) center center;
    background-color: #0d2d80;
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 100%;
}

.bannerbg_H1_2 {
    background: url(../images2/banner/bg_bnerhome2.jpg) center center;
    background-color: #030d42;
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 100%;
}

.bannerbg_H1_3 {
    background: url(../images2/banner/bg_bnerp9.webp) center center;
    background-color: #0024ae;
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 100%;
}



.hbanner-textdesc1 {
    font-size: 12px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.32);
    margin-bottom: 32px;
    width: 36%;
}

.hbannerbox {
    margin-top: 328px;
}

.sloganenBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: -1; */
}

.sloganenBox .container {
    height: 100%;
    position: relative;
}

.sloganen {
    position: absolute;
    bottom: 40px;
    color: rgba(255, 255, 255, 0.36);
    letter-spacing: 24px;
    font-size: 10px;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -webkit-text-size-adjust: none;
    transform-origin: 0 0;
}

.hbanner-text-littletitle {
    color: #ffffff;
}


/* 首页banner end*/

.home-question {
    padding: 0px 0px 0px 8%;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    align-items: center;
}

.home-question .leftbox {
    width: 25%;
    aspect-ratio: 1 / 1;
    position: relative;
}

.home-question .leftbox .text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36.8%;
    aspect-ratio: 1 / 1;
    height: 0;
    padding-top: 18.4%;
    padding-bottom: 18.4%;
    border-radius: 50%;
    background-color: #0e55c8;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
}

.home-question .leftbox .text img {
    width: 32px;
    margin-bottom: 6px;
}

.home-question .leftbox .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    mix-blend-mode: darken;
}

.home-question .line {
    width: 6.8%;
}

.home-question .rightbox {
    flex: 1;
    display: grid;
    row-gap: 24px;
    grid-template-rows: repeat(3, 1fr);
}

.home-question .rightbox-item {
    display: flex;
    padding: 20px 32px;
    border-radius: 80px;
    background-image: linear-gradient(to right, #EEF5FF 45%, rgba(238, 245, 255, 0) 100%);
}

.home-question .rightbox-item:hover .text {
    transform: translateX(16px);
}

.home-question .rightbox-item .iconbox {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 8px;
}

.home-question .rightbox-item .text {
    margin-top: 4px;
    transition: all 0.3s linear;
}

.home-question .rightbox-item .text .t {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 6px;
}

.home-question .rightbox-item .text .d {
    width: 80%;
    font-size: 13px;
    line-height: 22px;
    color: #848E9D;
}

.home-challenge>div {
    width: 29%;
}

.home-challenge>div.active {
    width: 42%;
}

.home-challenge .home-challenge-item {
    position: relative;
    height: 420px;
    padding: 60px 28px 0px;
    align-items: flex-start;
}

.home-challenge .home-challenge-item .subtitle {
    font-size: 13px;
    line-height: 24px;
    color: #888;
}

.home-challenge .home-challenge-item .title {
    font-size: 22px;
    text-align: left;
}

.home-challenge .home-challenge-item .desc {
    width: 90%;
    display: block;
    color: #666;
    margin-top: 10px;
    margin-bottom: 80px;
}

.active .home-challenge-item .desc {
    height: 40px;
    color: #fff;
    margin-top: 0px;
}

.home-challenge .home-challenge-item .iconbox {
    margin-top: 20px;
}

.home-challenge .home-challenge-item .active-desc {
    position: absolute;
    bottom: 60px;
    left: 28px;
}

.home-challenge .active .home-challenge-item .subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.home-ablility {
    margin-left: -8px;
    margin-right: -8px;
    display: flex;
    flex-direction: row;
}

.home-ablility .home-ablility-item {
    height: 360px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 2px 6px 2px rgba(19, 63, 153, 0.06);
}

.home-ablility>div {
    width: 16%;
    padding-left: 8px;
    padding-right: 8px;
    transition: all 0.4s linear;
}

.home-ablility>div.active {
    width: 36%;
}

.home-ablility .home-ablility-item {
    height: 420px;
    padding: 52px 20px 30px;
    display: flex;
    position: relative;
    box-shadow: none;
    background-color: #e1e8f8;
    border-bottom: 1px solid #3b76ff;
    border-radius: 6px 6px 0 0;
    transition: all 0.4s linear;
}

.home-ablility .home-ablility-item .title {
    display: flex;
    align-items: flex-end;
    font-size: 18px;
    line-height: 18px;
    color: #333;
}

.home-ablility .home-ablility-item .title .t2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-left: 6px;
}

.home-ablility .home-ablility-item .desc {
    display: block;
    height: 60px;
    color: #8994A5;
    font-size: 12px;
    line-height: 20px;
    margin-top: 16px;
}

.home-ablility .home-ablility-item .desc span {
    display: none;
    font-style: normal;
}

.home-ablility .home-ablility-item .iconbox {
    height: 60%;
    margin-top: 0px;
    display: flex;
    align-items: center;
}

.home-ablility .home-ablility-item .iconbox img {
    width: 100%;
    padding: 8px;
    background-color: #e8edfa;
    border-radius: 6px;
}

.home-ablility .active .home-ablility-item .desc {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 72px;
}

.home-ablility .active .home-ablility-item .desc span {
    display: contents;
}

.home-ablility .active .home-ablility-item {
    padding: 52px 36px 40px;
    background: none;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}

.home-ablility .active .home-ablility-item .title {
    color: #000;
}

.home-ablility .active .home-ablility-item .desc {
    color: #8994A5;
    margin-top: 16px;
    margin-bottom: 0px;
}

.home-ablility .home-ablility-item .desc2 {
    display: none;
}

.home-ablility .active .home-ablility-item .line {
    display: none;
}

.home-ablility .active .home-ablility-item .desc {
    display: none;
}

.home-ablility .active .home-ablility-item .desc2 {
    display: block;
}

.home-ablility .active .iconbox {
    display: block;
}

.home-ablility .active .iconbox img {
    background-color: #f7f9ff;
}

.home_applybtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.home_applybtn.alignLeft {
    justify-content: flex-start;
}

.home_applybtn a {
    width: auto;
    display: inline-block;
    padding: 0px 36px;
    border-radius: 4px;
    line-height: 44px;
    font-size: 12px;
    color: #666;
    background-color: #d3edff;
}

.home_applybtn a:hover {
    box-shadow: 0px 8px 48px rgb(193 203 232 / 48%);
    -moz-box-shadow: 0px 8px 48px rgb(193 203 232 / 48%);
    -webkit-box-shadow: 0px 8px 48px rgb(193 203 232 / 48%);
    background-color: #fff;
}

#tab_5 .tech_points {
    margin-bottom: 0px;
}

.homeImg {
    width: 100%;
}

.homeImg img {
    width: 100%;
}

.homebg_featureSD {
    background-color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(249, 250, 255), rgb(255, 255, 255));
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.home-SD-box {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    background-color: #ECF3FD;
    border-radius: 8px;
    padding: 88px 0px 88px 80px;
    display: flex;
    /* justify-content: space-between; */
}

.home-SD-Ltext {
    width: 20%;
    min-height: 1px;
    float: left;
    /* margin-top: 72px; */
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.home-SD-Ltext .titleSD {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 16px;
    font-weight: bold;
}

.home-SD-Ltext .descSD {
    font-size: 12px;
    line-height: 18px;
    color: #444444;
    margin-bottom: 8px;
}

.home-SD-Ltext .btnSD {
    margin-top: 40px;
}

.home-SD-Ltext .btnSD .listsection_maintbtn a {
    background-color: #0B6FE3;
    color: #ffffff;
}

.home-SD-Ltext .btnSD .listsection_maintbtn a:hover {
    background-color: #ffffff;
    color: #0B6FE3;
}

.home-SD-Limg {
    width: 78%;
    min-height: 1px;
    float: left;
    text-align: center;
}

.home-SD-Limg img {
    width: 88%;
}

.bannermain {
    margin-top: 220px;
}

.pagehome-eletype-btn {
    color: #666666;
    background-color: #d3edff;
}

.pagehome-eletype-btn2 {
    color: #666666;
    background-color: #d3edff;
}

.lc-video-box .right-box {
    margin-top: 0px;
}

.lc-video-box .right-box .desc {
    margin-top: 50px;
}