@media screen and (min-width: 1024px) {
    .flex {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    /* 经销商新加style */
    .distributor-banner .other-bannerceter1 {
        font-size: 20px;
    }

    .distributor-banner .other-bannerceter1 h2 {
        font-size: 48px;
    }

    .distributor-banner .other-bannerceter1 .search-popup-layout {
        margin-top: 140px;
    }

    .distributor-search {
        position: relative;
    }

    .distributor-search .pub-bground {
        position: absolute;
        width: 100%;
        background-color: transparent !important;
        /* bottom: 0; */
        text-align: left;
        padding: 20px 0;
    }

    .distributor-content {
        /* max-width: 65.8%; */
        margin: auto;
        padding: 40px 30px;
        background-color: #fff;
        font-size: 16px;
        line-height: 30px;
        color: #999;
    }

    .distributor-banner .other-bannerceter1 .distributor-content h2 {
        font-size: 24px;
        color: #333;
    }

    .distributor-text {
        padding: 0 0 20px;
        color: #666;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(102, 102, 102, 0.1);
    }

    /* ai */
    .aipage .other-banner{
        display: none;
    }
    .pub-bground.AI{
        padding: 0;
        line-height: normal;
    }
    .ai-banner {
        position: relative;
        font-size: 1.25vw;
        line-height: 1.6;
        color: #fff;
        text-align: center;
        overflow: hidden;
    }

    .ai-banner .video {
        width: 101%;
        display: block;
        object-fit: cover;
        height: auto !important;
    }

    .ai-banner .ai-wrap {
        position: absolute;
        top: 12vw;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
    }

    .ai-banner .ai-wrap img {
        max-width: 30.8333vw;
        margin: 0 auto;
    }

    .aiclassroom {
        position: relative;
        color: #202020;
        text-align: center;
        margin-top: -5vw;
    }

    .aiclassroom .wrap {
        max-width: 80%;
        width: auto;
    }

    .aiclassroom .wrap .aiclassroom-content {
        max-height: 15.625vw;
        width: 100%;
        height: auto;
    }

    .aiclassroom .wrap .aiclassroom-content .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        transform: scale(0);
        transition: all 0.3 ease;
    }

    .aiclassroom .wrap .aiclassroom-content .swiper-slide .title {
        font-size: 2.9167vw;
    }

    .aiclassroom .wrap .aiclassroom-content .swiper-slide .title .dt {
        font-size: 2.9167vw;
        width: fit-content;
        margin: auto;
        padding-bottom: 0.4167vw;
        background: linear-gradient(269.92deg, #7bc6ff -23.52%, #2380ff 109.81%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 600;
    }

    .aiclassroom .wrap .aiclassroom-content .swiper-slide .title .dd {
        font-weight: 500;
    }

    .aiclassroom .wrap .aiclassroom-content .swiper-slide .title .top-title {
        width: fit-content;
        font-size: 1.25vw;
        background: linear-gradient(90deg, #0090f6 0%, #3ca7ff 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 400;
        padding: 0.5208vw 1.5625vw;
        margin: 2.125vw auto 1.5625vw;
        border: 1.4px solid #52a0f9;
        border-radius: 55555px;
    }

    .aiclassroom .wrap .aiclassroom-content .swiper-slide.swiper-slide-active {
        transform: scale(1);
    }

    .aiclassroom .wrap img {
        width: 100%;
        display: block;
        margin-top: 2.6042vw;
    }

    .aiclassroom .data {
        color: #a5abb2;
        font-size: 0.8333vw;
        display: flex;
        justify-content: end;
        padding-right: 1.5625vw;
        padding-top: 4.1667vw;
    }

    .aideployment {
        font-size: 1.25vw;
        line-height: 1.6;
        text-align: center;
        color: #000;
        padding: 5.2083vw 0 8.3333vw;
    }

    .aideployment .wrap {
        max-width: 80%;
        width: auto;
    }

    .aideployment .wrap .title .dt {
        font-size: 2.9167vw;
        padding-bottom: 2.6042vw;
        font-weight: 700;
    }

    .aideployment .wrap .deployment-wrap {
        display: flex;
    }

    .aideployment .wrap .deployment-wrap .deployment-item {
        flex: 1;
    }

    .aideployment .wrap .deployment-wrap .deployment-item .icon-img {
        height: 9.0625vw;
    }

    .aideployment .wrap .deployment-wrap .deployment-item .icon-img img {
        max-width: 100%;
        height: 100%;
        display: block;
        margin: auto;
    }

    .aideployment .wrap .deployment-wrap .deployment-item .dt {
        width: fit-content;
        font-size: 1.875vw;
        font-weight: 700;
        color: #0085ff;
        padding: 0.5208vw 1.5625vw;
        margin: 2.125vw auto 1.5625vw;
        border: 2.6px solid #52a0f9;
        border-radius: 55555px;
    }

    .aiiteration {
        position: relative;
        text-align: center;
        padding: 6.25vw 0 11.4583vw;
        background-color: #000;
    }

    .aiiteration .wrap {
        max-width: 68%;
        width: auto;
        padding-bottom: 1.5625vw;
    }

    .aiiteration .wrap .title .dt {
        font-size: 2.9167vw;
        padding-bottom: 2.6042vw;
        font-weight: 700;
        color: #fff;
    }

    .aiiteration .wrap .aiiteration-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .aiiteration .wrap .aiiteration-grid .aiiteration-img {
        width: 100%;
        position: relative;
        height: 11.9271vw;
        border-radius: 30px;
        overflow: hidden;
    }

    .aiiteration .wrap .aiiteration-grid .aiiteration-img img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .aiiteration .wrap .aiiteration-grid .aiiteration-img .dt {
        position: absolute;
        width: 100%;
        text-align: center;
        font-size: 1.6667vw;
        color: #fff;
        bottom: 1.0417vw;
    }

    .aiiteration .wrap .aiiteration-grid01 {
        display: grid;
        grid-template-columns: 1fr 2fr 1fr;
        align-items: center;
        padding-top: 2.6042vw;
    }

    .aiiteration .wrap .aiiteration-grid01 .aiiteration-title {
        font-size: 3.125vw;
        font-weight: 700;
        background: linear-gradient(269.88deg, #8dd5ff -23.49%, #47a0ff 98.1%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .aiiteration .wrap .aiiteration-grid01 .aiiteration-column {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: center;
    }

    .aiiteration .wrap .aiiteration-grid01 .aiiteration-column img {
        width: 7.5521vw;
        display: block;
        flex-shrink: 0;
    }

    .aiiteration .wrap .aiiteration-grid01 .aiiteration-column .aiiteration-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: -1.0417vw;
        padding-bottom: 1.5208vw;
    }

    .aiiteration .wrap .aiiteration-grid01 .aiiteration-column .aiiteration-text .aiiteration-top {
        width: fit-content;
        font-size: 1.1458vw;
        font-weight: 400;
        color: #52a0f9;
        padding: 0.1563vw 2.0833vw;
        margin: 0 auto 0.5208vw;
        border: 1px solid #52a0f9;
        border-radius: 55555px;
    }

    .aiiteration .wrap .aiiteration-grid01 .aiiteration-column .aiiteration-text .dt {
        font-size: 4.1667vw;
        font-weight: 600;
        background: linear-gradient(118.77deg, #58b0ff 8.67%, #0a44d4 109.19%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .aiiteration .wrap .aiiteration-grid01 .aiiteration-column .aiiteration-text .dt em {
        font-size: 2.5vw;
        font-weight: 400;
        background: linear-gradient(118.77deg, #58b0ff 8.67%, #0a44d4 109.19%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .aiiteration .wrap .aiiteration-grid01 .aiiteration-column .aiiteration-text .dd {
        font-size: 1.4583vw;
        font-weight: 400;
        margin-top: -0.5208vw;
        white-space: nowrap;
        background: linear-gradient(118.77deg, #58b0ff 8.67%, #0a44d4 109.19%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .aiiteration .wrap .aiiteration-grid01 .aiiteration-column:last-child .aiiteration-text {
        margin-left: -3.5vw;
        margin-top: -2vw;
    }

    .aiiteration .wrap .aiiteration-grid01.aiiteration-grid02 .aiiteration-column .aiiteration-text .dt {
        background: linear-gradient(118.77deg, #58e6ff 8.67%, #009edd 109.19%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .aiiteration .wrap .aiiteration-grid01.aiiteration-grid02 .aiiteration-column .aiiteration-text .dt em {
        background: linear-gradient(118.77deg, #58e6ff 8.67%, #009edd 109.19%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .aiiteration .wrap .aiiteration-grid01.aiiteration-grid02 .aiiteration-column .aiiteration-text .dd {
        background: linear-gradient(118.77deg, #58e6ff 8.67%, #009edd 109.19%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        min-width: 13.5417vw;
    }

    .aiiteration .wrap .aiiteration-grid01.aiiteration-grid02 .aiiteration-column:first-of-type .aiiteration-text {
        margin-left: -3.6vw;
    }

    .aiiteration .wrap .aiiteration-grid01.aiiteration-grid02 .aiiteration-column:nth-of-type(2) .aiiteration-text {
        margin-left: -3.5vw;
    }

    .aiiteration .wrap .aiiteration-grid01.aiiteration-grid02 .aiiteration-column:last-child .aiiteration-text .dt {
        background: linear-gradient(118.77deg, #58e6ff 8.67%, #0ad49e 109.19%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .aiiteration .wrap .aiiteration-grid01.aiiteration-grid02 .aiiteration-column:last-child .aiiteration-text .dt em {
        background: linear-gradient(118.77deg, #58e6ff 8.67%, #0ad49e 109.19%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .aiiteration .wrap .aiiteration-grid01.aiiteration-grid02 .aiiteration-column:last-child .aiiteration-text .dd {
        background: linear-gradient(118.77deg, #58e6ff 8.67%, #3de0de 43.43%, #0ad49e 109.19%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .aiiteration .wrap .aiiteration-grid03 {
        display: flex;
        height: 10vw;
        gap: 1.5625vw;
        padding-top: 2.6042vw;
    }

    .aiiteration .wrap .aiiteration-grid03 .aiiteration-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        border-radius: 40px;
        overflow: hidden;
        font-size: 1.6667vw;
        color: #265465;
        background: linear-gradient(344.72deg, #e1faf8 23.22%, #8ff1ec 110.6%);
    }

    .aiiteration .wrap .aiiteration-grid03 .aiiteration-item img {
        max-width: 14.4792vw;
        margin-bottom: 1.0417vw;
    }

    .aiiteration .wrap .aiiteration-grid03 .aiiteration-item .dt {
        font-weight: 600;
        font-size: 1.25vw;
    }

    .aiiteration .wrap .aiiteration-grid03 .aiiteration-item .dt em,.aiiteration .wrap .aiiteration-grid03 .aiiteration-item .dt i {
        font-size: 2vw;
        font-weight: 600;
    }

    .aiiteration .wrap .aiiteration-grid03 .aiiteration-item:first-child {
        flex: 2;
    }

    .aiiteration .wrap .aiiteration-grid03 .aiiteration-item:first-of-type {
        color: #5299e1;
        background: linear-gradient(344.72deg, #daf0ff 23.22%, #8ed2ff 110.6%);
    }

    .aiiteration .data {
        color: #a5abb2;
        font-size: 0.8333vw;
        line-height: 1.6;
        position: absolute;
        bottom: 3.125vw;
        right: 1.5625vw;
        text-align: left;
    }

    .aistimulating {
        background-image: url(../webp/ai-bk03.webp);
        background-repeat: no-repeat;
        background-position: top;
        background-size: 100%;
        position: relative;
        text-align: center;
        padding: 6.25vw 0;
    }

    .aistimulating .wrap {
        max-width: 80%;
        width: auto;
    }

    .aistimulating .wrap .title .dt {
        font-size: 2.9167vw;
        width: fit-content;
        margin: auto;
        padding-bottom: 2.6042vw;
        background: linear-gradient(90deg, #0095ff 0%, #55c1ff 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
    }

    .aistimulating .wrap .aistimulating-gird {
        display: grid;
        gap: 1.5625vw 1.5625vw;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 0.5208vw;
    }

    .aistimulating .wrap .aistimulating-gird .aistimulating-item {
        font-size: 1.0417vw;
        line-height: 1.6;
        color: #000;
        text-align: left;
        border-radius: 30px;
        overflow: hidden;
        background-image: url(../webp/ai-shaw.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        grid-row-end: span 31;
    }

    .aistimulating .wrap .aistimulating-gird .aistimulating-item .aistimulating-cop {
        position: relative;
        padding: 2.6042vw;
    }

    .aistimulating .wrap .aistimulating-gird .aistimulating-item .aistimulating-cop .aistimulating-btn {
        width: 11.8229vw;
        position: absolute;
        right: 2.6042vw;
        top: 1.5625vw;
    }

    .aistimulating .wrap .aistimulating-gird .aistimulating-item .aistimulating-cop .aistimulating-title {
        font-size: 2.5vw;
        font-weight: 700;
        padding: 1.6042vw 0 0;
    }

    .aistimulating .wrap .aistimulating-gird .aistimulating-item .aistimulating-cop .aistimulating-flex {
        display: flex;
        flex-direction: column;
        padding-top: 2.6458vw;
    }

    .aistimulating .wrap .aistimulating-gird .aistimulating-item .aistimulating-cop .aistimulating-flex .dt {
        width: fit-content;
        flex-shrink: 0;
        font-size: 1.25vw;
        color: #0090f6;
        padding: 0.2604vw 1.0417vw;
        margin-bottom: 1.0417vw;
        border: 2px solid #0090f6;
        border-radius: 55555px;
    }

    .aistimulating .wrap .aistimulating-gird .aistimulating-item .aistimulating-cop .aistimulating-video {
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
        min-height: 16.2292vw;
        margin-top: 2.6458vw;
    }

    .aistimulating .wrap .aistimulating-gird .aistimulating-item .aistimulating-cop .aistimulating-video video {
        width: 100%;
        display: block;
        height: 100%;
        object-fit: cover;
    }

    .aistimulating .wrap .aistimulating-gird .aistimulating-item:first-child .aistimulating-cop {
        padding-bottom: 4.2083vw;
    }

    .aistimulating .wrap .aistimulating-gird .aistimulating-item:nth-of-type(2) {
        background-image: url(../webp/ai-shaw01.webp);
         grid-row-end: span 26;
    }

    .aistimulating .wrap .aistimulating-gird .aistimulating-item:nth-of-type(2) .aistimulating-flex {
        flex-direction: row;
        align-items: center;
        gap: 1.0417vw;
    }

    .aistimulating .wrap .aistimulating-gird .aistimulating-item:nth-of-type(2) .aistimulating-flex .dt {
        color: #19e7e3;
        border: 2px solid #19e7e3;
    }

    .aistimulating .wrap .aistimulating-gird .aistimulating-item:nth-of-type(3) {
        background-image: url(../webp/ai-shaw03.webp);
         grid-row-end: span 23;
    }

    .aistimulating .wrap .aistimulating-gird .aistimulating-item:nth-of-type(3) .aistimulating-flex {
        flex-direction: row;
        align-items: center;
        gap: 1.0417vw;
    }

    .aistimulating .wrap .aistimulating-gird .aistimulating-item:nth-of-type(3) .aistimulating-flex .dt {
        color: #19e7e3;
        border: 2px solid #19e7e3;
        min-width: 8.8542vw;
        text-align: center;
    }

    .aistimulating .wrap .aistimulating-gird .aistimulating-item:nth-of-type(4) {
        background-image: url(../webp/ai-shaw02.webp);
         grid-row-end: span 34;
    }

    .aistimulating .wrap .aistimulating-gird .aistimulating-item:last-child {
        background-image: url(../webp/ai-shaw04.webp);
         grid-row-end: span 25;
    }

    .aistimulating .wrap .aistimulating-gird .aistimulating-item:last-child .aistimulating-flex .dt {
        color: #19e7e3;
        border: 2px solid #19e7e3;
    }

    .aigrowth {
        position: relative;
        text-align: center;
        padding: 6.25vw 0 0;
        background-image: url(../webp/ai-bk01.webp);
        background-repeat: no-repeat;
        background-position: top;
        background-size: 100%;
    }

    .aigrowth .wrap {
        max-width: 80%;
        width: auto;
    }

    .aigrowth .wrap .title .dt {
        font-size: 2.9167vw;
        width: fit-content;
        margin: auto;
        padding-bottom: 2.6042vw;
        background: linear-gradient(91.44deg, #71baff 0%, #6477ef 98.4%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
    }

    .aigrowth .wrap .aiperception .aiperception-title {
        font-size: 2.0833vw;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 2.6042vw 0 1.5625vw;
    }

    .aigrowth .wrap .aiperception .aiperception-title .dt {
        position: relative;
        z-index: 1;
        line-height: 1.2;
        width: fit-content;
        padding: 0 0.8208vw;
        font-size: 1.875vw;
        font-weight: 400;
        color: #fff;
        margin-right: 1.0417vw;
    }

    .aigrowth .wrap .aiperception .aiperception-title .dt::after {
        content: '';
        background-image: url(../svg/ai-border.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        z-index: -1;
    }

    .aigrowth .wrap .aiperception .aiperception-subtitle {
        width: fit-content;
        font-size: 1.875vw;
        font-weight: 700;
        background: linear-gradient(90deg, #68b6ff 0%, #5a96f1 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 0.5208vw 1.5625vw;
        margin: 2.6042vw auto;
        border: 2.4px solid #68b6ff;
        border-radius: 55555px;
    }

    .aigrowth .wrap .aiperception .aiperception-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.6042vw;
        margin-top: 4.0417vw;
    }

    .aigrowth .wrap .aiperception .aiperception-grid .aiperception-item {
        display: flex;
        flex-direction: column;
        color: #858997;
        font-size: 1.0417vw;
        line-height: 1.6;
        border-radius: 38px;
        background-color: #fff;
        box-shadow: 0px 0px 15px 8px #dceaff40;
        padding: 1.0417vw 2.6042vw 2.6042vw;
    }

    .aigrowth .wrap .aiperception .aiperception-grid .aiperception-item .img-wrap {
        height: 19.3229vw;
        overflow: hidden;
    }

    @supports (aspect-ratio: 1/1) {
        .aigrowth .wrap .aiperception .aiperception-grid .aiperception-item .img-wrap {
            aspect-ratio: 659 / 371;
            height: auto;
        }
    }

    .aigrowth .wrap .aiperception .aiperception-grid .aiperception-item .img-wrap img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    .aigrowth .wrap .aiperception .aiperception-grid .aiperception-item .text-wrap .dt {
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.7813vw;
        font-size: 1.6667vw;
        color: #fff;
        font-weight: 400;
        background: linear-gradient(90deg, #68b6ff 0%, #5a96f1 100%);
        padding: 0.5208vw 1.5625vw;
        margin: 1.0417vw auto;
        border-radius: 55555px;
    }

    .aigrowth .wrap .aiperception .aiperception-grid .aiperception-item .text-wrap .dt img {
        max-width: 2.9688vw;
        max-height: 2.6563vw;
        display: block;
    }

    .aigrowth .aicompanionship {
        padding: 6.25vw 0;
        position: relative;
        z-index: 1;
        overflow: hidden;
        margin-top: 6.25vw;
    }

    .aigrowth .aicompanionship .bgc-img {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }

    .aigrowth .aicompanionship .wrap {
        max-width: 62.5%;
    }

    .aigrowth .aicompanionship .wrap .aiperception-title {
        font-size: 2.0833vw;
        color: #000000;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 2.6042vw 0 1.5625vw;
    }

    .aigrowth .aicompanionship .wrap .aiperception-title .dt {
        position: relative;
        z-index: 1;
        line-height: 1.2;
        width: fit-content;
        font-weight: 400;
        padding: 0 0.8208vw;
        font-size: 1.875vw;
        color: #fff;
        margin-right: 1.0417vw;
    }

    .aigrowth .aicompanionship .wrap .aiperception-title .dt::after {
        content: '';
        background-image: url(../svg/ai-border01.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        z-index: -1;
    }

    .aigrowth .aicompanionship .wrap .aicompanionship-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 2.2083vw;
    }

    .aigrowth .aicompanionship .wrap .aicompanionship-grid .aicompanionship-item {
        display: flex;
        flex-direction: column;
        color: #6f727e;
        font-size: 1.0417vw;
        line-height: 1.6;
        padding-top: 2.6042vw;
    }

    .aigrowth .aicompanionship .wrap .aicompanionship-grid .aicompanionship-item .img-wrap {
        position: relative;
        height: 17.6042vw;
        overflow: hidden;
        margin-bottom: 2.6042vw;
    }

    @supports (aspect-ratio: 1/1) {
        .aigrowth .aicompanionship .wrap .aicompanionship-grid .aicompanionship-item .img-wrap {
            aspect-ratio: 605 / 338;
            height: auto;
        }
    }

    .aigrowth .aicompanionship .wrap .aicompanionship-grid .aicompanionship-item .img-wrap img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .aigrowth .aicompanionship .wrap .aicompanionship-grid .aicompanionship-item .img-wrap .dt {
        font-size: 1.6667vw;
        font-weight: 700;
        color: #fff;
        position: absolute;
        top: 0;
        width: 45%;
        overflow: hidden;
        line-height: 1.9;
    }

    .aigrowth .aicompanionship .wrap .aicompanionship-grid .aicompanionship-item:nth-of-type(2n) .img-wrap .dt {
        right: 0;
        left: initial;
    }

    .aigrowth .aicompanionship .wrap .aicompanionship-grid .aicompanionship-item:last-child .img-wrap .dt,
    .aigrowth .aicompanionship .wrap .aicompanionship-grid .aicompanionship-item:nth-of-type(3) .img-wrap .dt {
        bottom: 0;
        top: initial;
    }

    .aihardware {
        position: relative;
        background-color: #5984e8;
        text-align: center;
        padding: 6.25vw 0;
        overflow: hidden;
    }

    .aihardware .swiper-button-prev,
    .aihardware .swiper-button-next {
        position: absolute;
        top: 50%;
        left: -10%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 15.1042vw;
        height: 15.1042vw;
        border-radius: 50%;
        background-image: linear-gradient(90deg, rgba(229, 241, 255, 0.1) 20%, rgba(154, 165, 255, 0.1) 33%);
        background-size: auto;
        margin: 0;
        opacity: 1;
        transition: all 0.3s ease;
    }

    .aihardware .swiper-button-prev img,
    .aihardware .swiper-button-next img {
        width: 10%;
        position: absolute;
        right: 15%;
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
        -webkit-transform: translateY(-50%) rotate(180deg);
    }

    .aihardware .swiper-button-prev:hover,
    .aihardware .swiper-button-next:hover {
        transform: translateY(-50%) scale(1.3) rotate(0deg);
        -webkit-transform: translateY(-50%) scale(1.3) rotate(0deg);
    }

    .aihardware .swiper-button-next {
        right: -10%;
        left: initial;
    }

    .aihardware .swiper-button-next img {
        left: 15%;
        right: initial;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .aihardware .title .dt {
        font-size: 2.5vw;
        font-weight: 700;
        color: #fff;
    }

    .aihardware .aihardware-grid {
        margin-top: 1.0417vw;
    }

    .aihardware .aihardware-grid .wrap {
        max-width: 80%;
        width: auto;
        margin: auto;
        padding-top: 2.6042vw;
    }

    .aihardware .aihardware-grid .wrap .aihardware-item {
        display: flex;
        flex-direction: column;
        color: #fff;
        font-size: 1vw;
        line-height: 1.6;
        transition: all 0.3s ease;
    }

    .aihardware .aihardware-grid .wrap .aihardware-item .img-wrap {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 11.9792vw;
        height: 13.2813vw;
        box-shadow: 0px 1px 13px rgba(255, 255, 255, 0.2);
        border-radius: 30px;
        background-color: #fff;
        overflow: hidden;
        margin: auto;
        transition: all 0.3s ease;
    }

    .aihardware .aihardware-grid .wrap .aihardware-item .img-wrap img {
        display: block;
        max-width: 90%;
        max-height: 90%;
    }

    .aihardware .aihardware-grid .wrap .aihardware-item .dt {
        width: fit-content;
        border-radius: 5555px;
        font-weight: 700;
        margin: 1.5vw auto 0;
        padding: 0.5vw 1vw;
        transition: all 0.3s ease;
    }

    .aihardware .aihardware-grid .wrap .aihardware-item:hover .img-wrap {
        transform: scale(1.1);
    }

    .aihardware .aihardware-grid .wrap .aihardware-item:hover .dt {
        background: linear-gradient(96.04deg, #79a1fd -12.07%, rgba(67, 112, 236, 0.88) 108.92%);
    }

    .aiscenarios {
        position: relative;
        text-align: center;
        padding: 6.25vw 0;
    }

    .aiscenarios .wrap {
        max-width: 80%;
        width: auto;
    }

    .aiscenarios .wrap .title .dt {
        font-size: 2.9167vw;
        font-weight: 700;
        color: #202020;
    }

    .aiscenarios .wrap .aiscenarios-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
        gap: 2.6042vw;
        margin-top: 4.1667vw;
    }

    .aiscenarios .wrap .aiscenarios-grid .aiscenarios-item {
        position: relative;
        display: flex;
        flex-direction: column;
        font-size: 0.9375vw;
        line-height: 1.8;
        color: #b2b2b2;
        text-align: left;
        padding: 1.0417vw;
        transition: all 0.3s ease;
        background-color: #fff;
        box-shadow: 0px 1px 13px rgba(239, 234, 234, 0.9);
        border-radius: 30px;
    }

    .aiscenarios .wrap .aiscenarios-grid .aiscenarios-item .img-wrap {
        height: 9.375vw;
        width: 100%;
        border-radius: 0.5208vw;
        overflow: hidden;
    }

    @supports (aspect-ratio: 1/1) {
        .aiscenarios .wrap .aiscenarios-grid .aiscenarios-item .img-wrap {
            aspect-ratio: 323 / 180;
            height: auto;
        }
    }

    .aiscenarios .wrap .aiscenarios-grid .aiscenarios-item .img-wrap img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all 0.3s ease;
    }

    .aiscenarios .wrap .aiscenarios-grid .aiscenarios-item .dt {
        font-size: 1vw;
        font-weight: 700;
        color: #000;
        padding: 1.0417vw 0 0;
    }

    .aiscenarios .wrap .aiscenarios-grid .aiscenarios-item .more-prev {
        width: 1.9792vw;
        height: 1.9792vw;
        border-radius: 50%;
        position: absolute;
        right: 1.0417vw;
        bottom: 1.0417vw;
    }

    .aiscenarios .wrap .aiscenarios-grid .aiscenarios-item:hover {
        transform: translateY(-20px);
    }

    .aiscenarios .wrap .aiscenarios-grid .aiscenarios-item:hover .img-wrap img {
        transform: scale(1.1);
    }

    .aipossibility {
        position: relative;
        padding: 6.25vw 0;
        background-image: url(../webp/ai-bk02.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        font-size: 1.25vw;
        color: #7c889f;
        line-height: 1.6;
        text-align: center;
    }

    .aipossibility .wrap {
        max-width: 80%;
        width: auto;
    }

    .aipossibility .wrap .title .dt {
        font-size: 2.9167vw;
        font-weight: 700;
        color: #000;
        line-height: 1.2;
        padding-bottom: 1.0417vw;
    }

    .aipossibility .wrap .title .dt em {
        width: fit-content;
        font-weight: 500;
        background: linear-gradient(90deg, #65b2ff 0%, #146af5 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

}


@media screen and (min-width: 1024px) {
    body {
        font-size: 22px;
        overflow-x: hidden;
    }

    img {
        object-fit: cover;
    }

    ul,
    h2,
    p,
    h3 {
        margin: 0;
        padding: 0;
    }

    .phone-show {
        display: none !important;
    }

    .wrapper {
        position: relative;
        z-index: 50;
        padding-top: var(--headerGap);
    }

    .CenterPro,
    .nav-images img,
    .introduction-images img,
    .product-images img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        z-index: 1;
    }

    .go_top {
        width: 68px;
        height: 72px;
        position: fixed;
        bottom: 165px;
        right: 0;
        z-index: 500;
        opacity: 0;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .wrap {
        width: 1200px;
        margin: 0px auto;
    }

    .header-flix {
        width: 100%;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1305;
        height: 78px;
        background-color: #fff;
    }

    .wrappert {
        padding-top: 0;
    }

    .wrappert .header-flix {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .header-flix.on {
        background: #fff;
    }

    .header-flix.on .subnav-ul a,
    .header-flix.on .nav-r select,
    .pub-center .service-layout .nav-item h2,
    .commitment .information-item h2,
    .header-flix.on .nav-r .nav-language {
        color: #333;
    }

    .header-flix.on .nav-r select,
    .header-flix.on .nav-r .nav-language {
        background-image: url(../png/select_h.png);
    }

    .header-flix.on .nav-search1,
    .wrappert .header-flix.on .am-logo svg:last-child {
        display: block;
    }

    .am-logo {
        margin-top: 26px;
        float: left;
        width: 180px;
        height: 26px;
    }

    .nav {
        float: right;
        min-width: 70%;
        font-size: 0;
    }

    .subnav-ul li {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
    }

    .subnav-ul li:first-of-type .nav-content:nth-of-type(2) .nav-images img,
    .subnav-ul li:first-of-type .nav-content:nth-of-type(3) .nav-images img {
        max-width: 80%;
        max-height: 80%;
        object-fit: contain;
    }

    .subnav-ul a {
        color: #333;
        display: block;
        margin: 0px 25px;
        line-height: 78px;
    }

    .wrappert .subnav-ul a,
    .wrappert .nav-r select,
    .social .duty .tit,
    .wrappert .nav-r .nav-language {
        color: #fff;
    }

    .wrappert .nav-r select,
    .wrappert .nav-r .nav-language {
        background-image: url(../png/select.png);
    }

    .subnav-ul a span:after {
        content: '';
        width: 0;
        position: absolute;
        background: #1D70F2;
        height: 4px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .subnav-ul a:hover span:after,
    .subnav-ul a.active span:after {
        width: 100%;
    }

    .subnav-ul a span {
        display: block;
        position: relative;
    }

    .nav-r {
        float: right;
        position: relative;
    }

    .nav-r select,
    .nav-r .nav-language {
        float: right;
        font-size: 14px;
        color: #333;
        margin-left: 30px;
        padding-right: 10px;
        background-image: url(../png/select_h.png);
        background-size: 7px;
        background-repeat: no-repeat;
        background-position: right bottom;
        margin-top: 30px;
        text-align: right;
        cursor: pointer;
        position: relative;
    }

    .nav-r select option {
        background-color: #1D70F2;
    }

    .nav-language-en {
        width: 135%;
        background-color: #1D70F2;
        position: absolute;
        top: 28px;
        left: 50%;
        transform: translateX(-50%) translateY(50%);
        -webkit-transform: translateX(-50%) translateY(50%);
        padding: 6px 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        visibility: hidden;
        opacity: 0;
        z-index: 100;
        text-align: center;
        font-size: 14px;
        color: #fff;
        border-radius: 8px;
    }

    .nav-language-en::after {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 9.660254px solid #1D70F2;
        width: 0px;
        height: 0px;
        content: '';
        position: absolute;
        top: -8px;
        left: 50%;
        transform: translateX(-50%) rotate(180deg);
        -webkit-transform: translateX(-50%) rotate(180deg);
    }

    .nav-language-en a {
        color: #fff;
        display: block;
        padding: 5px 0;
        margin: 0px 12px;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .nav-language-en a:hover {
        padding-left: 2px;
        border-bottom: 1px solid #fff;
    }

    .nav-language:hover .nav-language-en {
        display: block;
        visibility: visible;
        transform: translateX(-50%) translateY(0%);
        -webkit-transform: translateX(-50%) translateY(0%);
        opacity: 1;
    }

    .nav-search {
        padding-top: 32px;
        float: right;
        cursor: pointer;
    }

    .nav-down {
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 78px;
        display: none;
        padding: 40px 0;
        z-index: 100;
        text-align: center;
        font-size: 0;
        left: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .NavdownSubFlex {
        display: inline-block;
        width: 38%;
        position: relative;
        vertical-align: top;
        border-right: 1px solid rgba(0, 0, 0, 0.21);
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .search-popup {
        max-width: 50%;
        position: fixed;
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .search-popup.on {
        top: 20%;
    }

    .search-popup img {
        cursor: pointer;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        max-width: 100%;
        display: block;
        margin: 0px auto 40px;
    }

    .search-popup img:hover {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    .search-popup-layout {
        /* width: 600px; */
        width: 100%;
        height: 68px;
        background-color: #fff;
        border-radius: 8px;
        position: relative;
        display: flex;
        justify-content: space-between;
    }

    .search-popup-bt {
        background-image: url(../svg/search.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 24px;
        float: left;
        margin-top: 21.5px;
        margin-left: 25px;
        height: 25px;
    }

    .search-popup-txt {
        float: left;
        flex: 1;
        margin-left: 25px;
        color: #333333;
        line-height: 68px;
        font-size: 18px;
        /* width: 88%; */
    }

    .wrappert .swiper-banner .swiper-container {
        z-index: 2;
    }

    .wrappert .swiper-banner .swiper-container .swiper-slide video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .wrappert .swiper-banner .swiper-container .other-bannerceter {
        bottom: 68px;
    }

    .wrappert .swiper-banner .swiper-container .other-bannerceter h2 {
        height: 128px;
        /* overflow: hidden; */
    }

    .swiper-banner .swiper-container .other-bannerceter h3,
    .swiper-banner .swiper-container .other-bannerceter h2 {
        opacity: 0;
    }

    .swiper-banner .swiper-container .swiper-slide-active .other-bannerceter h3 {
        -webkit-animation: swiper-fade 0.5s 0.5s linear forwards;
        animation: swiper-fade 0.5s 0.5s linear forwards;
    }

    .swiper-banner .swiper-container .swiper-slide-active .other-bannerceter h2 {
        -webkit-animation: swiper-fade 1s 1s linear forwards;
        animation: swiper-fade 1s 1s linear forwards;
    }

    @keyframes swiper-fade {
        0% {
            transform: translateY(-10px);
            opacity: 0;
        }

        100% {
            transform: translateY(0px);
            opacity: 1;
        }
    }

    .other-banner {
        width: 100%;
        position: relative;
    }

    .wrappert .swiper-banner .swiper-container .swiper-wrapper .swiper-slide::after,
    .other-banner::after,
    .wrappert .duty::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        z-index: 1;
        background: linear-gradient(180deg, rgba(50, 55, 62, 0) 30.34%, rgba(13, 27, 46, 0.7) 100%);
    }

    .wrappert .duty::after {
        background: linear-gradient(163deg, rgba(50, 55, 62, 0) 0%, rgba(13, 27, 46, 0.6) 100%);
    }

    .swiper-banner .other-bannerceter h3::after {
        width: 0;
    }

    .other-bannerceter {
        position: absolute;
        bottom: 18%;
        width: 1200px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        font-size: 16px;
        color: #fff;
        z-index: 2;
    }

    .other-bannerceter h2 {
        font-size: 48px;
        margin: 32px 0px 24px;
    }

    .other-bannerceter h3 {
        font-size: 18px;
        position: relative;
        padding-bottom: 16px;
    }

    .other-bannerceter h3::after {
        content: '';
        width: 10%;
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: -8px;
        left: 0;
    }

    .wrappert .swiper-banner .swiper-pagination {
        width: 1200px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        -webkit-transform: translateX(-50%) !important;
        bottom: 232px !important;
        text-align: left;
    }

    .wrappert .swiper-banner .swiper-pagination-bullet {
        width: 13%;
        height: 3px;
        background-color: rgba(255, 255, 255, 0.3);
        opacity: 1;
        border-radius: 0;
        margin: 0px 10px 0px 0px !important;
        position: relative;
    }

    .wrappert .swiper-banner .swiper-pagination-bullet .groove {
        height: 100%;
        width: 0;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 200;
    }

    .WindowFloat {
        width: 68px;
        position: fixed;
        bottom: 250px;
        right: 0;
        z-index: 500;
        opacity: 0;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .WindowFloatag {
        width: 100%;
        background-color: #1D70F5;
        border-bottom: 1px solid #488BF4;
        color: rgba(255, 255, 255, 0.5);
        text-align: center;
        font-size: 12px;
        height: 72px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .WindowFloat a,
    .go_top {
        cursor: pointer;
    }

    .WindowFloatag svg {
        margin-bottom: 5px;
        display: block;
    }

    .WindowFloatag img {
        margin-bottom: 8px;
    }

    .footer {
        position: relative;
        font-size: 14px;
        line-height: 36px;
        color: rgba(255, 255, 255, 0.6);
        background-color: #18304B;
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .am-subfooterdiv .am-subtag a:hover,
    .subnav-ul .nav-item a:hover,
    .newcenter-item:hover h2,
    .introduction-intro a:hover,
    .problem-intro a:hover {
        color: #1D70F2;
        padding-left: 2px;
    }

    .am-subfooterdiv a:hover,
    .am-bootom a:hover,
    .nav-tab .active,
    .subnav-ul .nav-item:hover,
    .news-item:hover,
    .pub-center .nav-item:hover,
    .problem-tab .active,
    .establish-item span,
    .mt80 a:hover,
    .ditu-provice a.active,
    .ditu-provice a.active h3,
    .hivo-item:hover,
    .solu-tab .active,
    .drives-detail .nav-item span {
        color: #1D70F2 !important;
    }

    .am-subfooterdiv {
        float: left;
        width: 16.6%;
    }

    .am-subfooterdiv h2 {
        font-size: 16px;
        color: #fff;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .am-subfooterdiv a {
        color: rgba(255, 255, 255, 0.6);
        display: block;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .am-subfooterdiv h3,
    .teachingbar h2 {
        font-size: 24px;
        color: #fff;
        margin-top: 10px;
    }

    .am-subfooterdiv p {
        font-size: 12px;
    }

    .am-subfooterdiv .clearfix a {
        display: inline-block;
        margin-right: 35px;
        margin-top: 25px;
        cursor: pointer;
        position: relative;
    }

    .am-subfooterdiv .clearfix a img {
        width: 24px;
        vertical-align: middle;
    }

    .am-subfooterdiv .clearfix a .nav-item-ewm img {
        width: auto;
    }

    .am-bootom {
        border-bottom: 1px solid rgba(248, 248, 248, 0.1);
        font-size: 16px;
        margin-top: 60px;
        padding-bottom: 16px;
    }

    .am-bootom a {
        color: rgba(255, 255, 255, 0.6);
        margin-right: 25px;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .copyright {
        display: block;
        margin-top: 15px;
        color: rgba(255, 255, 255, 0.4);
    }

    .nav-tab {
        text-align: center;
    }

    .nav-tab a {
        color: #333333;
        display: inline-block;
        margin: 0px 24px 30px;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        cursor: pointer;
    }

    .nav-content,
    .wrappert .nav-search1,
    .header-flix.on .nav-search:first-of-type,
    .wrappert .header-flix.on .am-logo img:first-of-type,
    .nav-search:first-of-type,
    .wrappert .header-flix .am-logo img:last-child,
    .header-flix .am-logo img:first-of-type,
    .problem-scroll,
    .nav-content1,
    .realistic-div,
    .system-flex img:last-child {
        display: none;
    }

    .wrappert .nav-search:first-of-type,
    .wrappert .header-flix .am-logo img:first-of-type,
    .system-flex:hover img:last-child,
    .wrappert .header-flix.on .am-logo img:last-child {
        display: block;
    }

    .subnav-ul .nav-item {
        display: inline-block;
        width: 180px;
        margin: 0px 24px 0 0;
        font-size: 14px;
        line-height: 30px;
        color: #333;
        vertical-align: top;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .subnav-ul .nav-item:last-child,
    .pub-center .nav-item:nth-of-type(3n),
    .case .newcenter-item:nth-of-type(3n),
    .drives-layout .nav-item:nth-of-type(3n),
    .application-case .innovation-item:nth-of-type(5n) {
        margin-right: 0;
    }

    .nav-images {
        position: relative;
        width: 100%;
        height: 125px;
        margin-bottom: 10px;
        border: 1px solid #EEEEEE;
    }

    .wrapper .subnav-ul .nav-know {
        color: #1D70F2 !important;
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
        margin-top: 40px;
    }

    .subnav-ul .nav-know svg,
    .ecology-mask svg,
    .base-more svg,
    .news-item h2 svg,
    .problem-item svg,
    .product-item h2 svg,
    .contact-form svg {
        margin-left: 10px;
        margin-top: -5px;
    }

    .nav-item:hover .nav-images img,
    .product-item:hover .product-images img {
        transform: scale(1.05) translate(-50%, -50%);
        -webkit-transition: scale(1.05) translate(-50%, -50%);
    }

    .subnav-ul .nav-item h2 {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        margin-bottom: 10px;
    }

    .subnav-ul .nav-item a {
        color: #333;
        line-height: 38px;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .pub-bground {
        padding: 125px 0;
        font-size: 16px;
        line-height: 30px;
        color: #999999;
    }

    .tit {
        font-weight: bold;
        font-size: 40px;
        margin-bottom: 32px;
        padding-bottom: 54px;
        color: #333333;
        background-image: url(../svg/line.svg);
        background-size: 80px 8px;
        background-repeat: no-repeat;
        background-position: bottom left;
    }

    .tit1 {
        font-size: 25px;
        color: #333;
        margin-bottom: 30px;
        line-height: 42px;
    }

    .ecology-item {
        float: left;
        width: 15.8%;
        height: 582px;
        position: relative;
        margin-top: 45px;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        font-size: 16px;
        color: #fff;
        overflow: hidden;
    }

    .ecology-item img,
    .innovation-item img,
    .news-images img,
    .news-time input,
    .realistic-div img {
        width: 100%;
        height: 100%;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .ecology-mask {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: center;
        padding: 40px 0;
        text-align: center;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .ecology-item.active {
        width: 49.5% !important;
    }

    .pub-bground .ecology-mask {
        background: linear-gradient(180deg, rgba(50, 55, 62, 0) 30.34%, rgba(13, 27, 46, 0.6) 100%);
    }

    .wrappert .pub-bground .ecology-mask {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%);
    }

    .wrappert .force::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(270deg, rgba(50, 55, 62, 0) 0%, rgba(50, 55, 62, 0.8) 100%);
    }

    .wrappert .force .wrap {
        position: relative;
        z-index: 1;
    }

    .ecology-item.active .ecology-mask {
        background-image: url(../jpg/bk.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        text-align: left;
    }

    .ecology-item.active .ecology-mask h2,
    .ecology-item.active .ecology-mask p {
        padding-left: 40px;
    }

    .ecology-mask h2 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 25px;
    }

    .ecology-mask a {
        border: 2px solid rgba(255, 255, 255, 0.5);
        width: 0;
        opacity: 0;
        line-height: 54px;
        color: #fff;
        text-align: center;
        font-size: 16px;
        position: absolute;
        right: 40px;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        font-weight: bold;
        overflow: hidden;
    }

    .ecology-mask a:after {
        content: '';
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        z-index: -1;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .ecology-mask a:hover {
        color: #1D70F2;
        border: 2px solid #fff;
    }

    .ecology-mask a:hover:after {
        width: 100%;
    }

    .ecology-mask a:hover svg path {
        stroke: #1D70F2;
    }

    .ecology-item.active .ecology-mask a {
        opacity: 1;
        width: 160px;
    }

    .force {
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        background-position: center bottom !important;
        height: 440px;
        padding-top: 100px;
        position: relative;
    }

    #service-contact {
        height: 340px;
    }

    .force .tit {
        font-size: 32px;
        color: #fff;
    }

    .force .base-more,
    .history-layout .base-more,
    .news .base-more {
        width: 230px;
    }

    .history-layout .base-more i {
        font-weight: normal;
        padding: 0px 8px;
    }

    .history-layout .base-more svg {
        margin: 0;
    }

    .base-more {
        line-height: 54px;
        display: block;
        margin-top: 50px;
        font-size: 16px;
        color: #fff;
        text-align: center;
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        position: relative;
        overflow: hidden;
        width: 160px;
        height: 54px;
        border: 2px solid rgba(255, 255, 255, 0.5);
    }

    .base-more svg {
        z-index: 2;
        position: relative;
    }

    .base-more:before {
        content: " ";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
        height: 100%;
        background: #1D70F2;
        z-index: 1;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }

    .base-more:hover:before {
        left: 0;
        width: 100%;
    }

    .base-more:hover {
        border: 2px solid #1D70F2;
    }

    .base-more i {
        position: relative;
        z-index: 2;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        font-weight: bold;
    }

    .base-more:hover i {
        color: #fff;
        padding: 0 5px;
    }

    .force-layout {
        height: 140px;
        background-color: #fff;
        margin-top: 160px;
        align-items: center;
    }

    .force-item {
        font-size: 16px;
        color: #333;
        width: 33.1%;
        text-align: center;
        font-weight: bold;
        border-right: 2px solid #F8F8F8;
    }

    .force-item:last-child,
    .news-item:last-child,
    .values-item:last-child,
    .establish-item:nth-of-type(3n),
    .policy-item:last-child {
        border-right: 0;
    }

    .force-item h2 {
        color: #1D70F2;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 25px;
    }

    .force-item h2 i {
        font-size: 12px;
        opacity: 0.5;
        margin-left: 5px;
    }

    .adhere .tit,
    .solu-intro .tit {
        font-size: 28px;
        color: #333;
        padding: 0;
        margin-top: 32px;
        background-image: none;
        font-weight: normal;
    }

    .adhere .wrap {
        position: relative;
    }

    .adhere .wrap:after {
        content: "";
        display: block;
        clear: both;
        vertical-align: middle;
        height: 0;
    }

    .adhere .swiper-container {
        width: 49%;
        float: right;
        margin-top: 40px;
    }

    .adhere img {
        width: 100%;
    }

    .adhere-infro {
        float: left;
        width: 40%;
        margin-top: 40px;
    }

    .adhere-infro {
        display: none;
    }

    .adhere-infro.active {
        display: block;
    }

    .adhere .swiper-pagination-bullet {
        width: 60px;
        height: 4px;
        margin-right: 10px;
        background: #1D70F2;
        opacity: 0.2;
        border-radius: 0;
        vertical-align: bottom;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .adhere .swiper-pagination-bullet-active {
        opacity: 1;
        width: 90px;
    }

    .adhere .swiper-pagination {
        text-align: left;
        bottom: 0 !important;
        left: 0% !important;
    }

    .adhere .adhere-infro p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        line-height: 28px;
    }

    .adhere .adhere-infro .tit {
        margin-bottom: 25px;
    }

    .solu-tab {
        margin: 60px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .solu-tab a {
        display: inline-block;
        padding: 0px 40px;
        padding-bottom: 25px;
        color: #333;
        position: relative;
        cursor: pointer;
    }

    .solu-tab a::after {
        content: '';
        width: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        position: absolute;
        bottom: 0;
        height: 4px;
        background-color: #1D70F2;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .solu-tab .active::after {
        width: 100%;
    }

    .solu-layout,
    .featured-layout {
        background: #F8F8F8;
        position: relative;
    }

    .solu-layout img {
        width: 66%;
        float: right;
    }

    .solu-intro {
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        position: absolute;
    }

    .wrappert .solu-intro {
        position: absolute;
        left: 0;
        width: 28%;
        top: 6%;
        padding: 0px 3%;
        height: 94%;
        display: block;
    }

    .wrappert .solu-intro .base-more {
        position: absolute;
        bottom: 14%;
    }

    .solu-intro .base-more,
    .news .base-more,
    .still .base-more {
        color: #1D70F2;
        border: 2px solid #1D70F2;
    }

    .solu-layout .base-more:hover svg path,
    .news .base-more:hover svg path,
    .schivol-layout .base-more:hover svg path {
        stroke: white;
    }

    .duty {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        min-height: 340px;
        padding-top: 125px;
        position: relative;
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        color: #333;
    }

    .duty .tit {
        background-image: none;
        padding: 0;
    }

    .wrappert .duty .tit,
    .wrappert .duty {
        color: #fff;
    }

    .wrappert .duty .wrap {
        position: relative;
        z-index: 2;
    }

    .help .tit {
        background-image: url(../jpg/line.jpg);
        padding-bottom: 54px;
        background-position: bottom center;
    }

    .duty .base-more,
    .news .base-more,
    .guide-layout .base-more {
        margin: 50px auto 0;
    }

    .support-item {
        width: 32%;
        height: 240px;
        background: #FFFFFF;
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 24px;
        color: #333;
        align-items: center;
    }

    .support-item svg {
        height: 54px;
        object-fit: contain;
    }

    .support-item svg,
    .hivo-item svg {
        margin-bottom: 25px;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .support-item:hover svg:first-of-type,
    .hivo-item:hover svg {
        transform: scale(1.1);
    }

    .support-item span {
        margin-top: 23px;
        display: block;
        color: #1D70F2;
        font-weight: bold;
        font-size: 16px;
    }

    .support-item span svg,
    .introduction-intro a span svg {
        margin-bottom: 0;
        margin-left: 10px;
        height: auto;
    }

    .news-layout {
        border: 1px solid #E6E6E6;
        margin-top: 50px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: center;
        height: 522px;
    }

    .news-item {
        float: left;
        width: 27.1%;
        padding: 0px 3%;
        border-right: 1px solid #E6E6E6;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        font-size: 24px;
        line-height: 35px;
        text-align: left;
        color: #333;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .news .news-layout .news-item p {
        height: 100px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .news-item span {
        font-size: 14px;
        color: #999;
        margin-bottom: 15px;
    }

    .news-item span svg {
        margin-right: 5px;
    }

    .news-item h2,
    .product-item h2 {
        font-size: 16px;
        margin-top: 35px;
        color: #1D70F2;
        font-weight: bold;
    }

    .news-item img {
        width: 100%;
        margin-top: 50px;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .news .news-item img {
        height: 30%;
    }

    .news-item:hover img,
    .innovation-item:hover img,
    .newcenter-item:hover .news-images img,
    .collision-item:hover .collision-images img {
        transform: scale(1.1);
        -webkit-transition: scale(1.1);
    }

    .realistic-div:hover img,
    .system-item:first-of-type:hover img {
        transform: scale(1.03);
        -webkit-transition: scale(1.03);
    }

    .realistic-div {
        animation: 1s ease 0s 1 normal none running myfirst_bEeVk;
    }

    @keyframes myfirst_bEeVk {
        from {
            margin-top: 60px;
            opacity: 0;
        }

        to {
            margin-top: 0;
            opacity: 1;
        }
    }

    .other-bannerceter1 {
        left: 50%;
        top: 27%;
        position: absolute;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        font-size: 25px;
        color: #fff;
        text-align: center;
        z-index: 2;
        width: 850px;
        display: flex;
        flex-direction: column;
        height: 67%;
    }

    .other-bannerceter1 h2,
    .control h2 {
        font-size: 60px;
        margin-bottom: 25px;
    }

    .other-bannerceter1 .search-popup-layout,
    .help .search-popup-layout {
        /* width: 1200px; */
        border-radius: 0;
        margin-top: auto;
    }

    .other-bannerceter1 .search-popup-layout .search-popup-txt {
        /* width: 86%; */
    }

    .other-bannerceter1 .search-popup-bt,
    .help .search-popup-bt {
        background-color: #00CC92;
        width: 96px;
        height: 100%;
        margin: 0;
        float: right;
        background-image: url(../png/search1.png);
        background-size: 28px;
    }

    .pub-center {
        text-align: center;
    }

    .pub-center .tit,
    .guide-layout .tit {
        background-position: bottom center;
    }

    .pub-center .nav-item {
        float: left;
        width: 32%;
        margin-top: 45px;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        margin-right: 1.9%;
        color: #333;
    }

    .pub-center .nav-images {
        height: 216px;
        border: 1px solid #E6E6E6;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .pub-center .nav-images img,
    .product-images img {
        max-width: 70%;
        max-height: 70%;
    }

    .pub-center .nav-item:hover .nav-images {
        background: #EAF6FF;
        border: 1px solid #EAF6FF;
        box-shadow: 0 4px 8px 0 rgba(7, 9, 12, 0.08);
    }

    .service-layout,
    .history-layout .swiper-slide p,
    .drives-detail .nav-item span {
        margin-top: 30px;
        position: relative;
    }

    .history-layout .swiper-slide p:after {
        content: '';
        width: 30%;
        height: 1px;
        background: #1D70F2;
        position: absolute;
        bottom: -10px;
        left: 0;
    }

    .service-layout .nav-item {
        margin-top: 24px;
        height: 282px;
        background: #F8F8F8;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #999999;
    }

    #service .service-layout .nav-item img {
        height: 94px;
        object-fit: none;
    }

    .service-layout .nav-item:hover {
        color: #999999 !important;
        background: #EAF6FF;
        box-shadow: 0 4px 8px 0 rgba(7, 9, 12, 0.08);
    }

    .service-layout .nav-item h2,
    .establish-item h2,
    .innovation-item h2,
    .drives-layout .nav-item h2 {
        font-size: 24px;
        color: #fff;
        margin: 16px 0;
    }

    .guide-layout {
        text-align: center;
        color: #fff;
        margin-top: 125px;
        font-size: 16px;
        background-position: center !important;
        background-size: cover !important;
    }

    .problem-tab {
        float: left;
        width: 23.5%;
        background-color: #fff;
        height: 480px;
        margin-top: 45px;
    }

    #question .problem-tab,
    #question .problem-content {
        padding: 24px 0px;
        height: 432px;
    }

    .problem-tab a {
        color: #333333;
        display: block;
        height: 20%;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        font-size: 25px;
        line-height: 96px;
        text-align: center;
    }

    .problem-content {
        float: right;
        width: 74.5%;
        background-color: #fff;
        height: 480px;
        overflow-y: scroll;
        margin-top: 45px;
    }

    #question .problem-content .problem-scroll {
        height: 98%;
        overflow-y: scroll;
    }

    .problem-item {
        font-size: 16px;
        display: block;
        line-height: 60px;
        text-align: left;
        padding: 0px 40px;
        color: #1D70F2;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .problem-item:hover,
    .problem-tab .active {
        background: #EAF6FF;
    }

    .pub-center.news .news-layout {
        height: 282px;
        justify-content: flex-start;
    }

    .pub-center.news .news-layout .news-item:nth-of-type(2n) {
        border-right: 1px solid #E6E6E6;
    }

    .keeps-ewm {
        width: 200px;
        height: 200px;
        margin-top: 25px;
        float: left;
    }

    .keeps {
        height: 200px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 16px;
        color: #999999;
        float: left;
        margin-left: 5%;
        margin-top: 25px;
    }

    .keeps .tit {
        font-size: 28px;
        color: #333;
        background-position: top left;
        padding: 45px 0 0;
    }

    .other-bannerceter2,
    .other-bannerceter3 {
        bottom: initial;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .expand-service-yb .other-bannerceter3 h2,
    .expand-service-spx .other-bannerceter3 h2,
    .expand-service-yjsj .other-bannerceter3 h2 {
        color: #333;
    }

    .other-bannerceter3 h3 {
        font-size: 36px;
        margin-bottom: -10px;
        padding-bottom: 0;
        border: 0;
    }

    .other-bannerceter3 h3::after {
        height: 0;
    }

    .hardware-layout .problem-tab,
    .strength .respon-item:first-of-type h2,
    .problem-main h2:first-of-type,
    .featured-intro h2 {
        margin-top: 0 !important;
        height: auto;
    }

    .hardware-layout .problem-tab {
        margin-bottom: 24px;
    }

    #info .hardware-layout .problem-tab {
        margin-bottom: 0;
    }

    .hardware-content {
        width: 74.5%;
        float: right;
    }

    .hardware-layout .problem-tab a {
        line-height: 80px;
        height: auto;
    }

    .hardware-layout .problem-tab a.active {
        background-color: transparent;
    }

    .hardware-content .solu-layout {
        height: 360px;
        background: #fff;
        margin-bottom: 24px;
        padding: 0px 6%;
        display: block;
        color: #999;
    }

    .hardware-content .hardware-images {
        height: 100%;
        width: 50%;
        position: relative;
        float: right;
    }

    .hardware-content .hardware-images img {
        max-width: 100%;
        max-height: 100%;
        left: 50%;
        width: auto;
        top: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .hardware-content .hardware-intro.teaching-intro .hardware-images img {
        max-width: 60%;
        max-height: 60%;
    }

    .hardware-content .solu-intro {
        left: 6%;
        padding: 0;
        width: 34%;
    }

    .hardware-content .solu-intro .tit {
        margin: 0px 0px 10px;
        font-size: 24px;
        font-weight: bold;
    }

    .hardware-content .solu-intro .base-more {
        margin-top: 35px;
        height: 48px;
        line-height: 48px;
    }

    .hardware-content .solu-layout .solu-intro .base-more {
        height: 42px;
        line-height: 42px;
        width: 130px;
    }

    .hardware-content .solu-layout:first-of-type .hardware-images {
        float: left;
    }

    .hardware-content .solu-layout:first-of-type .solu-intro {
        left: initial;
        right: 6%;
    }

    .hardware-intro .solu-layout {
        height: 425px;
        /* margin: 0; */
        padding: 0;
        width: 49%;
    }

    .download-container .hardware-intro.teaching-intro .solu-layout {
        margin-bottom: 24px;
    }

    .download-container .flex.hardware-intro.teaching-intro:last-child {
        margin-bottom: -24px;
    }

    .hardware-intro .hardware-images {
        width: 100%;
        height: 260px;
    }

    .hardware-intro .solu-intro {
        position: initial;
        display: block;
        width: 100%;
        text-align: center;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .hardware-intro .solu-intro .base-more {
        border: 0;
        margin: 10px auto;
    }

    .schivol {
        padding: 100px 0;
        background-color: #fff;
        border-bottom: 1px solid #F0F0F0;
        background-image: url(../svg/img11.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .schivol img {
        max-width: 100%;
        margin: 0px auto;
        display: block;
        border-radius: 25px;
    }

    .schivol-layout .schivol img {
        max-width: 20%;
    }

    .schivol-layout .solu-intro {
        position: relative;
        top: 0;
        left: 0;
        padding: 30px 4%;
        width: initial;
        background-color: #fff;
    }

    .schivol-layout .solu-intro .base-more {
        position: absolute;
        right: 4%;
    }

    .hardware-content .schivol-layout .solu-intro p {
        width: 74%;
    }

    .schivol-layout,
    .teaching-intro {
        margin-bottom: 24px;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .schivol-layout:hover,
    .teaching-intro .solu-intro:hover {
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    }

    .teaching-intro:last-child,
    .schivol-layout:last-child,
    .drives-layout:last-child {
        margin-bottom: 0;
    }

    .hardware-layout.flex .hardware-content .schivol-layout:last-child {
        margin-bottom: 24px;
    }

    .teaching-intro .hardware-images {
        height: 225px;
    }

    .teaching-intro .solu-intro p {
        padding: 0px 8%;
    }

    .profile-intro {
        width: 71%;
        float: left;
    }

    .profile-svg {
        float: right;
        margin-top: 145px;
    }

    .profile-layout {
        width: 100%;
        padding: 0px 6.6%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: center;
        height: 364px;
        margin-top: 45px;
        background: #F8F8F8;
    }

    .pub-bground .profile-layout .profile-item h3 {
        line-height: 42px;
        height: 70px;
    }

    .profile-intro div p {
        text-align: justify;
    }

    .profile-item {
        width: 41%;
    }

    .profile-item h2,
    .respon-item h2,
    .space-classroom-layout h2 {
        font-size: 32px;
        font-weight: bold;
        color: #333;
    }

    .profile-item h3,
    .safety-item h2 {
        font-size: 24px;
        margin: 30px 0;
        color: #1D70F2;
    }

    .history-layout {
        background: #F8F8F8;
        padding: 60px 0px 80px;
        font-size: 16px;
        line-height: 30px;
        color: #666;
    }

    .history-layout .swiper-container {
        padding-bottom: 150px;
    }

    .history-layout .swiper-button-prev {
        left: 44%;
        top: initial;
        bottom: 0;
        margin: 0;
        cursor: pointer;
        background-image: none;
        padding: 1%;
    }

    .history-layout .swiper-button-next {
        left: 52%;
        top: initial;
        bottom: 0;
        margin: 0;
        cursor: pointer;
        background-image: none;
        padding: 1%;
    }

    .history-layout .swiper-slide {
        width: 15%;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .history-layout .swiper-slide h2 {
        border-bottom: 1px solid #DDDDDD;
        padding-bottom: 10px;
        margin-bottom: 30px;
        font-weight: 600;
    }

    .history-layout .swiper-slide-active h2 {
        color: #1D70F2;
        border-bottom: 2px solid #1D70F2;
    }

    .history-layout .base-more {
        border: 2px solid #DDDDDD;
        color: #AAAAAA;
        position: absolute;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        bottom: 0;
    }

    .history-layout .base-more:hover:before,
    .flex.hardware-intro .solu-layout .solu-intro .base-more:hover:before {
        left: 0;
        width: 0;
    }

    .flex.hardware-intro .solu-layout .solu-intro .base-more:hover svg path {
        stroke: #1D70F2;
    }

    .history-layout .base-more:hover i {
        color: #aaa;
        padding: 0 8px;
    }

    .history-layout .base-more svg:last-child {
        margin: 0;
    }

    .honor-item {
        width: 25%;
        float: left;
        font-size: 12px;
        text-align: center;
        margin-top: 80px;
    }

    .honor-item p:first-of-type,
    .pub-solution .featured-intro h2 {
        font-weight: bold;
    }

    .honor-item h2 {
        color: #FFAD26;
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 36px;
        height: 74px;
        background-image: url(../png/flower.png);
        background-size: 225px 32px;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-weight: 600;
    }

    .honor-item h2 svg {
        padding: 0px 12px;
    }

    .values-layout {
        border: 1px solid #E6E6E6;
        height: 240px;
        background-color: #fff;
        margin-top: 45px;
        align-items: center;
    }

    .values-item,
    .hotline-item {
        width: 33.2%;
        text-align: center;
        border-right: 1px solid #E6E6E6;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 14px;
        color: #999;
    }

    .pub-bground .values-layout .values-item {
        width: 24.9%;
    }

    .pub-bground .values-item p {
        min-height: 50px;
        padding: 0px 5%;
    }

    .values-item h2 {
        font-size: 48px;
        color: #333;
        margin-bottom: 40px;
    }

    .report .solu-layout img {
        width: 49%;
    }

    .report .solu-intro {
        width: 39%;
        padding: 0px 5%;
    }

    .social {
        padding: 0px 0px 125px 0;
    }

    .social .duty {
        padding-top: 0;
        margin-top: 45px;
        height: 600px;
        min-height: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: left;
        color: #fff;
        padding-left: 10%;
    }

    .social .duty:nth-of-type(2n) {
        padding-left: 48%;
    }

    .social .duty .base-more {
        margin: 50px 0 0;
    }

    .establish-layout {
        border: 1px solid #E6E6E6;
        margin-top: 45px;
        border-bottom: 0;
        border-right: 0;
    }

    .establish-item:nth-of-type(3n) {
        border-right: 1px solid #E6E6E6;
    }

    .establish-item {
        float: left;
        width: 27.23%;
        height: 205px;
        font-size: 14px;
        border-right: 1px solid #E6E6E6;
        border-bottom: 1px solid #E6E6E6;
        padding: 0px 3%;
        padding-top: 35px;
    }

    .establish-item h2,
    .scenarios-intro h2 {
        color: #333;
    }

    .research .ecology-item {
        width: 23.8%;
    }

    .research .ecology-mask {
        padding: 40px 38px;
        text-align: left;
    }

    .research .ecology-item.active .ecology-mask h2,
    .research .ecology-item.active .ecology-mask p {
        padding-left: 0;
    }

    .pub-bground.research .ecology-item.active .ecology-mask p {
        width: 67%;
    }

    .innovation-item {
        float: left;
        width: 50%;
        color: #fff;
        height: 400px;
        position: relative;
        overflow: hidden;
    }

    .mt45 {
        margin-top: 45px;
    }

    .innovation-mask {
        position: absolute;
        bottom: 0;
        padding: 40px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%);
        width: 87%;
        z-index: 1;
    }

    .innovation-item h2 {
        color: #fff;
    }

    .clearfix.mt45 .innovation-item:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%);
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        opacity: 0;
    }

    .clearfix.mt45 .innovation-item:hover:after {
        opacity: 1;
    }

    .page {
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin: 60px auto 0;
        font-size: 0;
        text-align: center;
        display: inline-block;
        vertical-align: top;
    }

    .page a {
        color: #333;
        font-size: 16px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-right: 25px;
        width: 40px;
        height: 40px;
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
        line-height: 40px;
        text-align: center;
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }

    .page a img {
        vertical-align: middle;
    }

    .page a.nor,
    .page a:hover {
        background-color: #1D70F2;
        border: 1px solid #1D70F2;
        color: #fff;
    }

    .newcenter-item {
        height: 274px;
        margin-top: 40px;
        background: #FFFFFF;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        display: flex;
        justify-content: space-between;
        align-items: center;
        overflow: hidden;
    }

    .news-images {
        overflow: hidden;
        width: 40.5%;
    }

    .newcenter-item .news-images {
        height: 100%;
    }

    .newcenter-item .news-intro h2 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .newcenter-item .news-intro p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .news-intro,
    .repair .solu-layout img,
    .featured-layout-images {
        width: 50%;
    }

    .news-intro {
        width: 51%;
    }

    .newcenter-item h2,
    .hotline-item h2,
    .training-layout h2 {
        font-size: 24px;
        color: #333;
        margin-bottom: 24px;
        font-weight: bold;
        line-height: 42px;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .news-intro span {
        display: block;
        font-size: 14px;
        color: #999;
        margin-top: 15px;
    }

    .news-time,
    .new-select {
        width: 282px;
        height: 40px;
        line-height: 40px;
        float: left;
        font-size: 14px;
        color: #AAAAAA;
        text-indent: 1em;
        margin-right: 24px;
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
        background-image: url(../png/icon4.png);
        background-size: 28px;
        background-repeat: no-repeat;
        background-position: 96%;
    }

    .new-select {
        background-image: url(../png/select1.png);
        background-size: 16px 10px;
        background-repeat: no-repeat;
        background-position: 96%;
    }

    .news-time1 {
        width: 282px;
        height: 40px;
        line-height: 40px;
        float: left;
        font-size: 14px;
        color: #AAAAAA;
        text-indent: 1em;
        margin-right: 24px;
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
    }

    .new-search {
        background-image: url(../png/search.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 23px;
        height: 22px;
        float: right;
        margin: 10px;
    }

    .case {
        padding-top: 80px;
    }

    .case .newcenter-item {
        height: auto;
        float: left;
        width: 32%;
        display: block;
        margin-right: 2%;
    }

    .case .news-images {
        width: 100%;
        height: 216px;
    }

    .case .newcenter-item h2 {
        height: 65px;
        display: flex;
        font-size: 25px;
        justify-content: center;
        flex-direction: column;
        padding: 0px 8%;
        margin: 0;
        font-weight: normal;
        overflow: hidden;
    }

    .respon-item h2 {
        margin: 80px auto 24px;
    }

    .pub-bground .respon-item:first-of-type h2 {
        margin-top: 0;
    }

    .harmonious .respon-item:first-of-type h2 {
        margin-top: 80px;
    }

    .respon-item img,
    .topology img {
        max-width: 100%;
        margin: 45px auto 0;
        display: block;
    }

    .mt80 {
        margin-top: 80px;
    }

    .mt80 a {
        color: #333;
        margin-top: 10px;
        display: block;
        font-weight: bold;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .ditu-layout {
        width: 100%;
        position: relative;
        height: 725px;
    }

    #dituContent {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .ditu-intro {
        width: 21%;
        position: relative;
        z-index: 1300;
        padding-top: 80px;
        height: 560px;
    }

    .ditu-intro select {
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
        line-height: 40px;
        width: 100%;
        font-size: 14px;
        color: #333;
        text-indent: 1em;
        background-image: url(../png/select1.png);
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: 96%;
    }

    .ditu-provice {
        background: #FFFFFF;
        overflow-y: scroll;
        height: 415px;
        border: 1px solid #DDDDDD;
        margin-top: 15px;
        box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    }

    .ditu-provice a {
        display: block;
        border-bottom: 1px solid #DDDDDD;
        padding: 25px;
        font-size: 14px;
        line-height: 25px;
        color: #999999;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .ditu-provice a h3 {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
    }

    .iw_poi_content {
        font-size: 15px;
        color: #999;
        line-height: 26px;
        margin-top: 10px;
    }

    .contact {
        margin-top: -50px;
    }

    .contact .service-layout .nav-item {
        background: #fff;
        color: #1D70F2 !important;
        position: relative;
        overflow: hidden;
    }

    .contact .service-layout .nav-item p a {
        color: #1D70F2;
    }

    .nav-item-ewm {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transform: scale(0);
        -webkit-transform: scale(0);
        cursor: pointer;
    }

    .nav-item-ewm img {
        max-width: 85%;
        max-height: 85%;
        left: 50%;
        top: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .contact .service-layout .nav-item:hover .nav-item-ewm,
    .am-subfooterdiv .clearfix a:hover .nav-item-ewm {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    .am-subfooterdiv .clearfix a .nav-item-ewm {
        width: 100px;
        height: 100px;
        top: -100px;
        left: -40px;
    }

    .am-subfooterdiv .clearfix a .nav-item-ewm::after {
        content: '';
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10.660254px solid #fff;
        width: 0px;
        height: 0px;
        position: absolute;
        bottom: -3px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .questions .tit {
        padding: 0;
        background-image: none;
        margin: 160px auto 40px;
    }

    #message .tit {
        margin: 0;
        padding: 160px 0px 40px;
    }

    .recruit-cont {
        text-align: left;
        color: #000;
        margin-top: 40px;
    }

    .recruit-cont p,
    .process-item h3,
    .scenarios .scenarios-intro h2 {
        font-weight: bold;
    }

    .recruit-item {
        width: 32%;
    }

    .recruit-item input,
    .recruit-item select {
        width: 100%;
        margin-top: 12px;
        color: #AAAAAA;
        text-indent: 1em;
        height: 56px;
        line-height: 56px;
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
    }

    .recruit-item .ant-form-item select {
        background-image: url(../png/select1.png);
        background-size: 25px 12px;
        background-repeat: no-repeat;
        background-position: 94%;
    }

    .recruit-cont:nth-of-type(2) .recruit-item {
        width: 49%;
    }

    .recruit-cont:nth-of-type(2) .recruit-item .flex .ant-form-item {
        width: 48%;
    }

    .recruit-cont label {
        color: #333;
        margin-top: 15px;
        margin-right: 30px;
        display: inline-block;
        vertical-align: top;
    }

    .recruit-cont label input {
        border: 1px solid #DDDDDD;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        margin-right: 12px;
        position: relative;
        margin-top: -2px;
    }

    .recruit-cont label input:checked {
        border: 1px solid #1D70F2;
    }

    .recruit-cont label input:checked::after {
        content: '';
        background: #1D70F2;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        left: 50%;
        top: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .recruit-cont textarea {
        border: 1px solid #DDDDDD;
        height: 280px;
        padding: 25px;
        margin-top: 12px;
        background: #FFFFFF;
        width: 96.5%;
        margin-bottom: 25px;
    }

    .contact-check {
        color: #666;
        display: flex;
        align-items: center;
        text-align: left;
        margin-top: 25px;
        font-size: 15px;
    }

    .contact-check a {
        color: #1D70F2;
        text-decoration: underline;
    }

    .contact-check input {
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
        width: 20px;
        height: 20px;
        margin-right: 12px;
    }

    .contact-check input:checked {
        background-image: url(../png/true.png);
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #1D70F2;
        border: 1px solid #1D70F2;
    }

    .layui-layer-move {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 910;
        background-color: #fff;
        padding: 0.2rem;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        font-size: 16px;
        border: 1px solid #DDDDDD;
        align-items: center;
        color: #000;
    }

    .layui-layer-move .g-close {
        background-image: url(../png/close.png);
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #1D70F2;
        border: 1px solid #1D70F2;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        margin-right: 20px;
    }

    .contact-form {
        background: #1D70F2;
        color: #FFFFFF;
        text-align: center;
        margin: 80px auto 0;
        width: 384px;
        height: 48px;
        line-height: 48px;
        display: block;
        font-weight: bold;
    }

    #c-content-pop {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 910;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    #c-content-pop .c-content-box {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: 580px;
        padding: 0.4rem 0 0.6rem 0.44rem;
        background: #fff;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    @media (max-width:768px) {
        #c-content-pop .c-content-box {
            width: 90%;
        }
    }

    :root {
        --font28: clamp(18px, 0.28rem, 28px);
    }

    .font28 {
        font-size: var(--font28);
    }

    #c-content-pop .c-content-box .c-close {
        position: absolute;
        right: 0;
        top: 0;
        margin-right: 0.25rem;
        margin-top: 0.25rem;
        cursor: pointer;
        color: #999999;
        -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    #c-content-pop .c-auto {
        padding-right: 0.4rem;
        max-height: calc(16em*1.571);
        overflow: auto;
    }

    #c-content-pop .c-content-text .title {
        margin-bottom: 0.38rem;
        font-weight: bold;
        color: #000;
        text-align: left;
    }

    #c-content-pop .c-content-text p {
        font-size: 14px;
        color: #222222;
        line-height: 1.571;
        text-align: left;
    }

    .hivo-item {
        margin-top: 80px;
        text-align: center;
        width: 25%;
        font-size: 24px;
        color: #000;
    }

    .introduction {
        height: 451px;
        margin-top: 45px;
        background: #F8F8F8;
    }

    .introduction-images {
        width: 42%;
        position: relative;
        height: 100%;
    }

    .introduction-images img {
        max-width: 65%;
        max-height: 65%;
    }

    .introduction-intro {
        width: 50%;
        margin-right: 6%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .introduction-intro a {
        color: #333;
        padding: 25px 0;
        display: block;
        border-bottom: 1px solid #DDDDDD;
        width: 100%;
        text-align: left;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .introduction-intro a:last-child,
    .problem-intro a:last-child,
    .drives-detail .nav-item:last-child,
    .scenaries .problem-item:last-child {
        border: 0;
    }

    .introduction-intro a span {
        text-align: right;
        float: right;
        color: #1D70F2;
    }

    .problem-intro a {
        display: flex;
        justify-content: space-between;
        padding: 40px 0;
        border-bottom: 1px solid #DDDDDD;
        color: #333333;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .problem-intro a h2 i {
        width: 100px;
        display: inline-block;
        vertical-align: middle;
    }

    .problem-intro a:first-of-type {
        margin-top: 25px;
    }

    .product-item {
        width: 18%;
        height: 368px;
        background: #F8F8F8;
        padding: 0px 3%;
        font-size: 24px;
        margin-top: 45px;
        line-height: 35px;
        text-align: left;
        color: #333;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .product-images {
        width: 100%;
        position: relative;
        height: 225px;
    }

    .product-item:hover,
    .select-options a:hover {
        background: #EAF6FF !important;
        box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    }

    .other-hardware {
        margin-top: 21px;
    }

    .other-hardware .product-item {
        margin-top: 24px;
        height: 282px;
        text-align: center;
        width: 20%;
        padding: 0px 2%;
    }

    .other-hardware .product-images {
        height: 200px;
    }

    .hottip {
        font-size: 16px;
        line-height: 30px;
        color: #333333;
    }

    .hottip-intro {
        float: left;
        width: 42%;
        padding-top: 125px;
    }

    .hottip img {
        width: 56%;
        float: right;
    }

    .service-intro .establish-item {
        color: #333;
        text-align: left;
        font-size: 16px;
    }

    .service-intro .establish-item span,
    .other-banner .establish-item span {
        margin-bottom: 15px;
        display: block;
    }

    .service-introduct {
        font-size: 16px;
        line-height: 30px;
        padding: 245px 0px 100px;
        color: #999999;
        background: #F8F8F8;
    }

    .service-introduct-intro {
        float: left;
        width: 49%;
    }

    .service-introduct-intro h3,
    .other-banner .establish-item p,
    .drives-intro h2,
    .equipment-p {
        font-size: 25px;
        color: #333;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .service-introduct img {
        width: 46%;
        float: right;
    }

    .hotline-layout {
        border: 1px solid #E6E6E6;
        height: 280px;
        background-color: #fff;
        align-items: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 1200px;
        bottom: -140px;
        z-index: 2;
    }

    .hotline-images {
        line-height: 130px;
        height: 130px;
        font-size: 32px;
        color: #333;
        white-space: nowrap;
        margin-top: 12px;
    }

    .other-banner .establish-layout {
        background-color: #fff;
        align-items: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 1200px;
        bottom: -84px;
        z-index: 2;
    }

    .other-banner .establish-item {
        height: 167px;
        width: 43.25%;
    }

    .other-banner .establish-item:last-child {
        border-right: 0;
    }

    .repair .solu-intro {
        width: 42%;
        padding: 0px 3%;
    }

    .repair .solu-intro p:nth-of-type(2n) {
        margin-top: 25px;
    }

    .install-layout .establish-item {
        width: 27.25%;
    }

    .install-layout .establish-item p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 30px;
        color: #000000;
    }

    .training-layout {
        background-color: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 1200px;
        bottom: -101px;
        z-index: 2;
        padding: 30px 0px;
        height: 202px;
        border: 1px solid #E6E6E6;
    }

    .training-layout img {
        width: 140px;
        height: 100%;
        margin: 0px 24px 0px 40px;
    }

    .training-intro {
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        font-size: 25px;
        color: #333;
        width: 82%;
    }

    .policy-tab {
        width: 240px;
        float: left;
        border-right: 1px solid #DDDDDD;
        position: static;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .policy-tab a {
        position: relative;
        display: block;
        margin-bottom: 30px;
        font-size: 25px;
        color: #333333;
        text-align: right;
        padding-right: 24%;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .policy-tab a.active {
        color: #1D70F2;
        font-weight: bold;
    }

    .policy-tab a::after {
        content: '';
        position: absolute;
        width: 2px;
        height: 0;
        right: -1px;
        top: 0;
        background: #1D70F2;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .policy-tab .active::after {
        height: 100%;
    }

    .policy-tab a:last-child,
    .drives-intro h2 {
        margin-bottom: 0;
    }

    .policy-intro {
        float: right;
        width: 67%;
        color: #666;
    }

    .policy-ht {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 24px;
        color: #333333;
    }

    .policy-ht1,
    .problem-main h2,
    .scope-layout .nav-item h2,
    .value-layout .nav-item h2,
    .value-layout1 .nav-item h2,
    .process-item h3,
    .value-layout2 .nav-item h2,
    .featured-intro h2,
    .game-item h2,
    .digital h2 {
        font-size: 24px;
        line-height: 35px;
        margin: 30px 0px 25px;
        color: #333333;
    }

    .game-item h2 {
        margin-bottom: 5px;
    }

    .policy-item,
    .policy-table {
        border: 1px solid #E6E6E6;
        width: 100%;
    }

    .policy-item h2 {
        width: 25%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        color: #1D70F2;
        font-size: 24px;
        line-height: 36px;
        border-right: 1px solid #E6E6E6;
        height: 118px;
        padding: 0px 4%;
    }

    .policy-item h2 i {
        font-size: 16px;
        color: #666;
    }

    .policy-layout h2 {
        font-size: 25px;
        color: #1D70F2;
        margin: 45px 0px 24px;
    }

    .policy-table tr th,
    .policy-table tr td {
        text-align: center;
        padding: 10px;
        border-right: 1px solid #E6E6E6;
        border-bottom: 1px solid #E6E6E6;
    }

    .policy-layout img {
        max-width: 100%;
        margin-top: 25px;
    }

    .drives-layout,
    .download-container .hardware-content .drives-layout .nav-item:nth-of-type(3n) {
        margin-bottom: 24px;
    }

    .drives-layout .nav-item {
        height: 256px;
        width: 31.5%;
        background: #FFFFFF;
        color: #1D70F2;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-right: 2.7%;
        float: left;
    }

    #info .drives-layout .nav-item img {
        height: 50px;
        object-fit: contain;
    }

    .drives-layout .nav-item h2 {
        color: #333;
        margin: 22px 0px 38px;
    }

    .download-container .hardware-content .nav-item .base-more {
        color: #1D70F2;
        margin: 0;
        line-height: 30px;
        height: auto;
        width: 100%;
        border: 0;
    }

    .download-container .hardware-content .nav-item .base-more:hover i,
    .flex.hardware-intro .solu-layout .solu-intro .base-more:hover i {
        color: #1D70F2;
    }

    .download-container .hardware-content .nav-item .base-more:before {
        background: transparent;
    }

    .drives-detail {
        padding: 30px 4.4%;
        background-color: #fff;
    }

    .drives-detail .nav-item {
        padding: 22px 0;
        border-bottom: 1px solid #D9D9D9;
        color: #999;
    }

    .drives-intro {
        width: 70%;
        margin-top: -10px;
        padding-right: 8%;
    }

    .hardware-main .other-hardware .product-item {
        background: #FFFFFF;
    }

    .scope-layout .nav-item {
        height: 232px;
        background: #FFFFFF;
        margin-right: 0;
        width: 43%;
        color: rgba(102, 102, 102, 0.8);
        text-align: left;
        padding: 50px 3% 10px;
    }

    .value-layout,
    .value-layout1,
    .value-layout2 {
        margin-top: 65px;
        border: 1px solid #DDDDDD;
        border-right: 0;
        border-bottom: 0;
    }

    .value-layout .nav-item,
    .value-layout1 .nav-item,
    .value-layout2 .nav-item,
    .expand-service-yb .value-layout1 .nav-item,
    .expand-service-yjsj .value-layout1 .nav-item,
    .expand-service-xywb .value-layout1 .nav-item,
    .expand-service-azbs .value-layout1 .nav-item {
        height: 270px;
        margin: 0;
        width: 43.9%;
        color: rgba(102, 102, 102, 0.8);
        text-align: left;
        padding: 50px 3% 10px;
        border-right: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
    }

    .buy-layout .establish-item,
    .expand-service-yjsj .service-intro .establish-item {
        width: 18.9%;
        height: 180px;
        background-color: #fff;
    }

    .buy-tips {
        color: #999999;
        text-align: center;
        padding-top: 60px;
    }

    .process-intro {
        position: relative;
        margin-top: 55px;
    }

    .process-intro::after {
        content: '';
        background-color: #DDDDDD;
        height: 1px;
        width: 70%;
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .process-item {
        width: 33.3%;
        color: rgba(102, 102, 102, 0.8);
        position: relative;
        z-index: 1;
    }

    .process-item h2 {
        width: 61px;
        height: 61px;
        border-radius: 50%;
        display: block;
        margin: 0px auto 24px;
        font-size: 24px;
        line-height: 61px;
        color: #1D70F2;
        background: #F2F2F2;
        border: 2px solid #1D70F2;
    }

    .process-item p {
        max-width: 80%;
        margin: 0px auto;
    }

    .value-layout1 .nav-item {
        width: 27.23%;
    }

    .value-layout2 .nav-item,
    .expand-service-jsgz .value-layout1 .nav-item {
        width: 27.23%;
        height: 345px;
    }

    .process-intro1 .process-item {
        width: 25%;
    }

    .expand-service-azbs .value-layout1 .nav-item {
        height: 325px;
    }

    /* 10-12新增 */
    .location-descr {
        width: 400px;
        padding: 32px 40px;
        position: relative;
        background: #FFFFFF;
        font-size: 16px;
        line-height: 24px;
        color: #999999;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .location-descr::after {
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 12.66025404px solid #fff;
        width: 0px;
        height: 0px;
        content: '';
        position: absolute;
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .location-descr h2 {
        font-size: 24px;
        line-height: 42px;
        font-weight: bold;
        color: #333333;
    }

    .location-descr p {
        margin-top: 25px;
    }

    .location-descr img {
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
    }

    .amap-icon img {
        object-fit: contain;
    }

    /* 10-14新闻详情新加 */
    .Main-Layout {
        font-size: 16px;
        line-height: 34px;
        color: #999;
    }

    .Main-Layout .article-conent p img,
    .Main-Layout .article-conent img {
        max-width: 100%;
        display: block;
        margin: 15px auto;
    }

    .Main_Layout p {
        text-indent: 2em;
        margin-top: 10px;
    }

    .article-tag {
        margin: 25px 0;
        text-align: center;
    }

    .article-tag span:first-of-type {
        padding-right: 2%;
    }

    .Main-Layouth {
        color: #333333;
        font-size: 26px;
        text-align: center;
        border-bottom: dashed 2px #ddd;
        padding-bottom: 40px;
        margin-bottom: 40px;
        font-weight: bold;
    }

    .select-options {
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        box-shadow: 0 4px 8px 0 rgba(7, 9, 12, 0.08);
        position: absolute;
        top: 68px;
        width: 100%;
        background-color: #fff;
        padding: 10px 0;
    }

    .select-options a {
        font-size: 16px;
        color: #666;
        padding: 10px 25px;
        text-align: left;
        display: block;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    /* 10-19新加 */
    .other-bannerceter4 {
        top: 13%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        text-align: center;
    }

    .elementary .ecology-item {
        height: 588px;
        width: 24.2%;
    }

    .elementary .ecology-item .ecology-mask {
        text-align: left;
        padding: 30px 9%;
    }

    .elementary .ecology-item h2 {
        font-weight: normal;
        margin-bottom: 10px;
    }

    .elementary .ecology-item.active .ecology-mask h2,
    .elementary .ecology-item.active .ecology-mask p {
        padding: 0;
    }

    .elementary .ecology-item .ecology-mask p:last-child,
    .elementary .ecology-item.active .ecology-mask p:first-of-type,
    .space-classroom-layout .clearfix {
        display: none;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .elementary .ecology-item.active .ecology-mask p:last-child {
        display: block;
    }

    .space-classroom {
        background-color: #f8f8f8;
        margin-top: 125px;
    }

    .space-classroom .wrap {
        position: relative;
    }

    .space-classroom-tab {
        position: absolute;
        top: -63px;
        left: 0;
        width: 100%;
    }

    .space-classroom-tag {
        font-size: 16px;
        line-height: 60px;
        color: #333;
        cursor: pointer;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        padding: 0px 30px;
    }

    .space-classroom-tag h2 {
        /* transition: all .3s ease-out; */
        /* -webkit-transition: all .3s ease-out; */
        font-size: 16px;
    }

    .space-classroom-tag.active h2 {
        border-bottom: 4px solid #1d70f2;
        color: #1d70f2;
    }

    .space-classroom-tag:first-of-type {
        padding-left: 0;
    }

    .space-classroom-tag p {
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .space-classroom-tag.active p {
        padding-left: 38px;
    }

    .space-classroom-layout {
        padding: 80px 0px 125px;
        font-size: 16px;
        line-height: 30px;
        color: #666;
    }

    .space-classroom-layout p {
        margin: 30px 0px 60px;
    }

    .space-classroom-layout .clearfix:nth-of-type(4) .innovation-mask p {
        margin: 0;
    }

    .space-classroom-item {
        height: 480px;
        width: 32%;
    }

    .space-classroom-layout .innovation-item {
        width: 100%;
        height: 100%;
    }

    .space-classroom-layout .clearfix:first-of-type .space-classroom-item:nth-of-type(2) .innovation-item,
    .space-classroom-layout .clearfix:nth-of-type(4) .space-classroom-item:nth-of-type(2) .innovation-item {
        height: 48%;
    }

    .space-classroom-layout .clearfix:first-of-type .space-classroom-item:nth-of-type(2) .innovation-item:last-child,
    .space-classroom-layout .clearfix:nth-of-type(4) .space-classroom-item:nth-of-type(2) .innovation-item:last-child {
        margin-top: 5%;
    }

    .space-classroom-layout .innovation-item img {
        object-fit: fill;
    }

    .space-classroom-layout .innovation-mask {
        padding: 0 30px;
        width: 84%;
        background: transparent;
    }

    .space-classroom-layout .innovation-mask h2,
    .scenarios-intro h2 {
        font-size: 28px;
        margin: 30px 0;
    }

    .space-classroom-layout .innovation-mask h2 {
        font-size: 24px;
        font-weight: normal;
    }

    .space-classroom-layout .clearfix:nth-of-type(2) .innovation-item:last-child,
    .space-classroom-layout .clearfix:nth-of-type(3) .innovation-item:last-child {
        width: 100%;
    }

    .nationwide-images {
        float: right;
        width: 58%;
        margin-top: 9%;
    }

    .nationwide-intro {
        float: left;
        width: 40%;
    }

    .nationwide-intro span {
        display: block;
        padding-top: 55%;
        font-size: 25px;
        color: #333;
        line-height: 40px;
    }

    .nationwide-intro span em,
    .realistic h2 i {
        color: #1d70f2;
    }

    .application-case .innovation-item {
        height: 230px;
        margin-top: 12px;
        width: 19%;
        margin-right: 1.2%;
    }

    .application-case .innovation-item h2 {
        position: absolute;
        font-size: 18px;
        bottom: 0;
        margin: 18px;
        z-index: 1;
    }

    .application-case .innovation-item::after {
        content: '';
        padding: 25% 10%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(180deg, rgba(50, 55, 62, 0) 30.34%, rgba(13, 27, 46, 0.5) 100%);
        width: 80%;
    }

    .application-case .innovation-item::before {
        content: '';
        background: rgba(29, 112, 242, 0.9);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        z-index: 1;
    }

    .application-case .innovation-item:hover::before {
        transform: none;
    }

    .application-case .innovation-item:hover h2 {
        bottom: initial;
        top: 0;
    }

    .application-case-tit {
        font-size: 16px;
        color: #fff;
        position: absolute;
        bottom: 0;
        margin: 18px;
        line-height: 24px;
        opacity: 0;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        z-index: 1;
    }

    .application-case .innovation-item:hover .application-case-tit {
        opacity: 1;
    }

    .influence {
        min-height: 560px;
        color: #fff;
    }

    .influence .tit {
        color: #fff;
        font-weight: normal;
        line-height: 60px;
        text-align: center;
        margin-bottom: 25px;
    }

    .influence-item {
        width: 50%;
        color: #fff;
        text-align: center;
        padding-top: 100px;
    }

    .influence-item:last-child {
        text-align: right;
        padding-top: 130px;
        width: 100%;
    }

    .influence-item h3 {
        font-size: 80px;
        font-weight: bold;
        line-height: 52px;
        margin-top: 25px;
    }

    .influence-item h3 i,
    .environment h2 {
        font-size: 24px;
        font-weight: normal;
    }

    .influence-item h3 i {
        display: block;
        font-size: 16px;
        margin-top: 10px;
    }

    .space-classroom-layout .clearfix:nth-of-type(4) .innovation-mask {
        padding: 26px;
        width: 87%;
        background: linear-gradient(180deg, rgba(50, 55, 62, 0) 30.34%, rgba(13, 27, 46, 0.7) 100%);
        font-size: 16px;
        line-height: 30px;
    }

    .space-classroom-layout .clearfix:nth-of-type(4) .innovation-mask .innovation-tit {
        transition: all 0.5s ease-out;
        position: absolute;
        bottom: 0;
        -webkit-transition: all 0.5s ease-out;
    }

    .innovation-mask-copy {
        transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    .innovation-item:hover .innovation-tit {
        opacity: 0;
        -webkit-animation: faIn1 0.3s 0.5s linear forwards;
        -ms-animation: faIn1 0.3s 0.5s linear forwards;
        -moz-animation: faIn1 0.3s 0.5s linear forwards;
        -o-animation: faIn1 0.3s 0.5s linear forwards;
    }

    @keyframes faIn1 {
        0% {
            visibility: hidden;
        }

        100% {
            visibility: hidden;
        }
    }

    .innovation-item:hover .innovation-mask-copy {
        animation: faIn 0.3s 0.5s linear forwards;
        -webkit-animation: faIn 0.3s 0.5s linear forwards;
        -moz-animation: faIn 0.3s 0.5s linear forwards;
        -ms-animation: faIn 0.3s 0.5s linear forwards;
        -o-animation: faIn 0.3s 0.5s linear forwards;
    }

    @keyframes faIn {
        0% {
            opacity: 0;
            -moz-opacity: 0;
            -ms-opacity: 0;
            transform: translateY(100px);
            -webkit-transform: translateY(100px);
            -moz-transform: translateY(100px);
            -ms-transform: translateY(100px);
        }

        100% {
            opacity: 1;
            -moz-opacity: 1;
            -ms-opacity: 1;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
        }
    }

    .preschool {
        margin-top: 36px;
    }

    .preschool .newcenter-item {
        margin-top: 24px;
    }

    .preschool .newcenter-item h2 {
        background-color: #f8f8f8;
        font-size: 16px;
        padding: 0px 6%;
    }

    .kindergarten-images {
        float: right;
        max-width: 54.4%;
    }

    .kindergarten-intro {
        color: #666;
        width: 45%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        position: absolute;
        left: 0;
    }

    .kindergarten-intro h2,
    .tit2 {
        font-size: 28px;
        line-height: 42px;
        margin-bottom: 30px;
        color: #333333;
    }

    .kindergarten-intro h2 i {
        display: block;
        color: #1d70f2;
    }

    .information {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        min-height: 525px;
        padding-top: 125px;
        font-size: 16px;
        line-height: 30px;
        color: #999999;
        position: relative;
    }

    .information-layout {
        width: 1200px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        bottom: -80px;
        height: 160px;
    }

    .information-item {
        width: 23%;
        background-color: #fff;
        height: 100%;
        color: #333333;
        padding: 0px 4.5%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .information-item p strong {
        font-weight: normal;
    }

    .information-item img {
        display: block;
        margin: 0px auto 10px;
        height: 50px;
        max-width: 100%;
        object-fit: contain;
    }

    .featured-intro {
        position: absolute;
        right: 0;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        width: 38%;
        padding: 0px 6%;
        color: #666666;
        /* background-image: url(../images/pres-icon3.png);
		background-size: 51px 47px;
		background-repeat: no-repeat;
		background-position: 92% 88%; */
    }

    .featured-tab {
        width: 77%;
        padding: 10% 0 12px;
        margin-bottom: 15px;
        border-bottom: 1px solid #ededed;
    }

    .featured-tab span,
    .featured-tab a {
        position: relative;
        color: #bbbbbb;
        margin-right: 10%;
        cursor: pointer;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .featured-tab span.active,
    .featured-tab a.active,
    .tit3 strong,
    .digital h3 strong,
    .still-center h2 i,
    .suspended a.active {
        color: #1d70f2 !important;
        font-weight: normal;
    }

    .featured-tab span.active:after,
    .featured-tab a.active::after {
        content: '';
        width: 100%;
        height: 3px;
        background: #1d70f2;
        position: absolute;
        bottom: -18px;
        left: 0;
    }

    .featured-div {
        width: 77%;
        display: none;
        color: #999;
    }

    .featured-layout {
        margin-top: 60px;
    }

    /* .pub-solution .featured-tab {
		width: 85%;
		padding-bottom: 0;
	} */
    /* .pub-solution .featured-tab span.active {
		background: #1d70f2;
		color: #fff !important;
	}

	.pub-solution .featured-tab span.active::after {
		width: 0;
	} */
    /* .pub-solution .featured-tab span {
		width: 100px;
		height: 36px;
		background-color: #ededed;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		color: #999999;
		margin-right: 4px;
		line-height: 36px;
		font-weight: bold;
	} */
    .game-item {
        width: 32%;
        height: 180px;
        background-color: #f8f8f8;
        position: relative;
        text-align: center;
        margin-top: 90px;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .game-item img {
        width: 80px;
        height: 80px;
        display: block;
        margin: 0px auto -40px;
        position: relative;
        top: -40px;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .game-item:hover {
        transform: scale(1.02);
        -webkit-transform: scale(1.02);
        background-color: rgba(29, 112, 242, 0.8);
        color: #fff;
    }

    .game-item:hover h2 {
        color: #fff;
    }

    /* 	.game-item:hover img {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	} */
    .scenarios {
        background-image: url(../jpg/add-bk.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .scenarios .featured-tab {
        width: 100%;
        padding-top: 60px;
        display: flex;
        justify-content: space-between;
    }

    .scenarios .featured-tab a {
        color: #333333;
        margin-right: 5%;
    }

    .scenarios .featured-tab a.active:after {
        bottom: -12px;
    }

    .scenarios-layout {
        width: 100%;
        margin-top: 65px;
        position: relative;
    }

    .scenarios-images {
        float: right;
        max-width: 50%;
    }

    .scenarios-intro {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 41%;
        color: #666666;
    }

    .scenarios-intro img {
        max-width: 80px;
    }

    .features .scope-layout .nav-item {
        margin-top: 24px;
        height: 260px;
        line-height: 28px;
    }

    .other-banner-news {
        width: auto;
        height: 48px;
        line-height: 48px;
        font-size: 18px;
        text-align: center;
        color: #1d70f2;
        margin: 15px auto 0;
        /* border: solid 2px #1d70f2; */
    }

    .tit3 {
        text-align: center;
        font-size: 48px;
        line-height: 60px;
        letter-spacing: 2px;
        color: #333333;
    }

    .routine .innovation-item {
        height: 380px;
        width: 49%;
        margin-top: 25px;
    }

    .routine .innovation-mask h2 {
        text-align: center;
        color: #fff;
        margin: 0;
    }

    .digital {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        min-height: 890px;
        padding-top: 70px;
        font-size: 16px;
        text-align: center;
        line-height: 30px;
        color: #666;
        position: relative;
    }

    .digital h3,
    .elegant .kindergarten-intro h2,
    .still-center h2,
    .scenaries h2 {
        font-size: 36px;
        color: #333333;
        line-height: 48px;
        margin-bottom: 25px;
    }

    .elegant .kindergarten-intro h2 i {
        display: inline-block;
    }

    .elegant .kindergarten-images,
    .connecting .kindergarten-images,
    .equipment .kindergarten-images {
        max-width: 56%;
    }

    .elegant1 .kindergarten-images,
    .connecting1 .kindergarten-images,
    .equipment .kindergarten-images,
    .flexible1 .kindergarten-images {
        float: left;
    }

    .elegant1 .kindergarten-intro,
    .connecting1 .kindergarten-intro,
    .equipment .kindergarten-intro,
    .flexible1 .kindergarten-intro {
        right: 0;
        left: initial;
        width: 36%;
    }

    .equipment-item1 .kindergarten-intro {
        width: 45%;
        left: 0;
    }

    .equipment-item1 .kindergarten-images {
        float: right;
    }

    .equipment-item {
        margin-bottom: 310px;
    }

    .equipment-item:last-child {
        margin-bottom: 0;
    }

    .equipment-item:first-of-type {
        margin-top: 110px;
    }

    .equipment-item .kindergarten-intro h2 {
        color: #fff;
    }

    .commitment .information-item {
        background-color: #f8f8f8;
        height: 157px;
        margin-top: 15px;
        text-align: left;
    }

    .commitment .information-item h2 i {
        display: block;
        color: #999999;
        font-size: 16px;
    }

    .still {
        position: relative;
        width: 87.5%;
        margin: 125px auto 0;
    }

    .still-center {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 14.2%;
    }

    .suspended {
        height: 50px;
        line-height: 50px;
        background-color: #ffffff;
        border-top: 1px solid #ededed;
        font-size: 16px;
        color: #999;
    }

    .suspended .fr a,
    .suspended .fl a {
        font-size: 14px;
        color: #999;
        padding: 0px 12px;
    }

    .zhhb-suspended .fr a {
        border-radius: 25px;
        border: 1px solid #1d70f2;
        float: left;
        color: #1d70f2;
        text-align: center;
        line-height: 28px;
        cursor: pointer;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        margin-top: 10px;
    }

    .zhhb-suspended .fr a:hover {
        color: #fff;
        background-color: #1d70f2;
        border: 1px solid #1d70f2;
    }

    .suspended .fr a.suspended-more {
        width: 90px;
        height: 26px;
        background-color: #1d70f2;
        text-align: center;
        color: #fff;
        line-height: 26px;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
    }

    .scenaries .swiper-container {
        padding-bottom: 75px;
        margin-top: 65px;
    }

    .scenaries .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: #e5e5e5;
        opacity: 1;
        margin: 0px 10px !important;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .scenaries .swiper-pagination-bullet-active {
        width: 16px;
        height: 16px;
        background-color: #1d70f2;
    }

    .scenaries .problem-tab {
        width: 20%;
        background-color: transparent;
        height: auto;
    }

    .scenaries .problem-tab h2 {
        cursor: pointer;
        color: #999999;
        font-size: 25px;
        line-height: 68px;
        margin-bottom: 0;
        position: relative;
        text-align: left;
        padding-left: 50px;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .scenaries .problem-tab h2.active {
        background-color: #fff;
    }

    .scenaries .problem-tab h2::after {
        content: '';
        width: 4px;
        height: 0;
        background-color: #1d70f2;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 30px;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .scenaries .problem-tab h2.active::after {
        height: 25px;
    }

    .scenaries .problem-content {
        height: auto;
        width: 80%;
    }

    .scenaries .problem-item {
        padding: 10px 0;
        margin: 0px 4%;
        color: #333;
        line-height: 48px;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ededed;
        background-color: #fff;
    }

    .scenaries .problem-item h2 {
        font-size: 16px;
        margin: 0;
        font-weight: bold;
        width: 30%;
    }

    .scenaries .problem-item p {
        width: 70%;
    }

    .official-item {
        width: 33.3%;
        font-size: 18px;
        text-align: center;
        color: #333;
        margin: 40px 0;
        position: relative;
    }

    .official-item img {
        height: 88px;
        margin-bottom: 15px;
    }

    .official-item::after {
        content: '';
        width: 1px;
        height: 48px;
        background-color: #cccccc;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 0;
    }

    .official-item:last-child::after {
        width: 0;
    }

    .environment {
        background-image: url(../jpg/mac-img6.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 800px;
        font-size: 16px;
        text-align: center;
        line-height: 28px;
        width: 100%;
        color: #dddddd;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .control {
        text-align: center;
        padding: 100px 0px 200px;
        font-size: 16px;
        line-height: 28px;
        color: #dddddd;
        background-image: linear-gradient(-90deg, rgba(0, 5, 10, 0.9) 0%, rgba(0, 7, 20, 0.9) 100%), linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
        background-blend-mode: normal, normal;
    }

    .control h3 {
        font-size: 30px;
        margin-top: 40px;
        color: #1d70f2;
    }

    .control span {
        display: block;
        font-size: 25px;
        color: #fff;
        line-height: 38px;
    }

    .variety {
        padding: 30px 0px 100px;
        font-size: 16px;
        line-height: 28px;
        color: #dddddd;
        background-image: linear-gradient(-90deg, rgba(0, 5, 10, 0.9) 0%, rgba(0, 7, 20, 0.9) 100%), linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
        background-blend-mode: normal, normal;
    }

    .variety img {
        float: right;
        width: 64.4%;
    }

    .variety-intro {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 32%;
        left: 0;
    }

    .variety-intro h2,
    .upgrade h3 i {
        font-size: 30px;
        color: #fff;
        line-height: 48px;
        margin-bottom: 40px;
    }

    .wonderful {
        background-image: url(../jpg/mac-img7.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        padding: 100px 0px 125px;
        background-color: #002d69;
    }

    .wonderful-intro {
        padding-top: 180px;
    }

    .wonderful-item {
        width: 48.3%;
        margin-top: 65px;
    }

    .wonderful-item img {
        width: 100%;
        margin-bottom: 30px;
    }

    .cognition {
        padding: 180px 0 0;
        background-image: none;
        background-color: #000;
    }

    .cognition-intro {
        margin-top: 84px;
        padding-bottom: 205px;
        position: relative;
    }

    .cognition-div {
        position: absolute;
        top: 27%;
        left: 0;
        text-align: left;
    }

    .control .cognition-div h3 {
        color: #fff;
        margin: 0px auto 25px;
        line-height: 48px;
    }

    .cognition-div1 {
        position: absolute;
        right: 3%;
        bottom: 10%;
        font-size: 14px;
        color: rgba(221, 221, 221, 0.5);
        text-align: left;
    }

    .fearless {
        background-image: url(../jpg/mac-img8.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top;
        background-color: #000;
        padding: 55% 0 150px;
        margin-top: -18%;
    }

    .fearless-intro {
        position: relative;
        margin-top: 155px;
    }

    .fearless-intro img {
        float: right;
        width: 75%;
    }

    .cognition-div2 {
        transform: none;
        left: initial;
        right: 3%;
        top: -5%;
    }

    .unlimited img {
        margin-top: 110px;
    }

    .education {
        font-size: 24px;
        color: rgba(255, 255, 255, 0.3);
        line-height: 42px;
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .education-tit,
    .education-frame,
    .realistic h2,
    .continuous h2,
    .other-bannerceter5 {
        font-size: 48px;
    }

    .education-tit,
    .education-frame {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    @keyframes fadetit {
        0% {
            opacity: 0;
            transform: translateY(-15px);
        }

        100% {
            opacity: 1;
            transform: none;
        }
    }

    .realistic h2 {
        line-height: 60px;
        letter-spacing: 2px;
        color: #fff;
    }

    .education-frame h2 {
        font-size: 30px;
        color: #1d70f2;
    }

    .education-frame h2,
    .education-frame p,
    .education-frame img,
    .mod-tit p {
        opacity: 0;
    }

    .education p {
        opacity: 0;
    }

    .education-tit.active,
    .education-frame.active h2,
    .education-frame.active p,
    .education-frame.active img {
        animation: fadetit 1s 1s both;
    }

    .education p.active,
    .mod-tit p.active {
        animation: fadein 1s 1s both;
    }

    .mod-images1.active {
        animation: fadein1 1s 1s both;
    }

    .education p.t2.active,
    .education-frame.active p,
    .mod-tit p.t2.active {
        animation: fadein 1s 1.2s both;
    }

    .education p.t3.active,
    .education-frame.active img:first-of-type {
        animation: fadein 1s 1.5s both;
    }

    .education p.t4.active,
    .education-frame.active img:last-child {
        animation: fadein 1s 1.8s both;
    }

    .education p.t5.active {
        animation: fadein 1s 2.1s both;
    }

    .education p.t6.active {
        animation: fadein 1s 2.4s both;
    }

    @keyframes fadein {
        0% {
            opacity: 0;
            transform: translateY(-15px);
        }

        100% {
            opacity: 1;
            transform: none;
        }
    }

    @keyframes fadein1 {
        0% {
            opacity: 0;
            transform: translate(-50%, -15px);
        }

        100% {
            opacity: 1;
            transform: translateX(-50%);
        }
    }

    .reshape {
        padding-top: 100px;
        min-height: 860px;
        text-align: center;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        font-size: 30px;
        line-height: 48px;
        color: #666666;
    }

    .reshape span {
        width: 125px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        display: block;
        margin: 25px auto;
        color: #1d70f2;
        border-radius: 18px;
        border: solid 2px #1d70f2;
    }

    .realistic {
        padding-bottom: 125px;
        background-image: linear-gradient(75deg, rgba(13, 17, 20, 0.5) 0%, rgba(40, 49, 60, 0.5) 100%), linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
    }

    .realistic-intro {
        margin: 100px 0 180px;
        position: relative;
    }

    .realistic-intro img {
        width: 92.7%;
        float: right;
        margin-right: -22%;
    }

    .realistic .cognition-div {
        top: 50%;
    }

    .realistic-tab {
        text-align: center;
        font-size: 0;
        margin: 75px auto 40px;
    }

    .control .realistic-tab span {
        cursor: pointer;
        font-size: 16px;
        display: inline-block;
        padding: 0px 25px 16px;
        position: relative;
        margin: 0;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        color: #dddddd;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    }

    .control .realistic-tab span.active {
        color: #ffffff;
        border-bottom: 2px solid #ffffff;
    }

    .protection {
        position: relative;
        margin: 80px 0px;
    }

    .protection .wrap {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        top: 5%;
        width: 62.5%;
        height: 92%;
        overflow: hidden;
    }

    .continuous {
        background-image: url(../jpg/gen-img7.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 780px;
        padding-top: 180px;
        font-size: 16px;
        text-align: center;
        line-height: 28px;
        color: #dddddd;
    }

    .continuous h3 {
        font-size: 36px;
        color: #1d70f2;
        margin: 15px 0px 45px;
    }

    .other-bannerceter5 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        text-align: center;
        color: #fff;
        right: 18.9%;
        z-index: 2;
        line-height: 52px;
    }

    .other-bannerceter5 a {
        width: 125px;
        height: 36px;
        border-radius: 18px;
        /* border: solid 2px #1d70f2; */
        font-size: 16px;
        text-align: center;
        line-height: 36px;
        display: none;
        color: #fff;
        margin: 25px auto 0;
        cursor: pointer;
    }

    .connecting {
        background-image: url(../jpg/inf-bk.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 100px;
        min-height: 760px;
        font-size: 16px;
        line-height: 30px;
    }

    .connecting .kindergarten-intro {
        color: #999999;
    }

    .connecting1,
    .connecting2 {
        padding: 160px 0;
        min-height: auto;
    }

    .connecting .kindergarten-intro h2 i,
    .equipment-item .kindergarten-intro h2 i {
        font-size: 34px;
    }

    .equipment {
        padding: 100px 0px 160px;
        background-image: linear-gradient(180deg, rgba(32, 39, 47, 0.9) 0%, #000000 100%);
        background-blend-mode: normal, normal;
    }

    .equipment .kindergarten-intro {
        font-size: 16px;
        line-height: 30px;
        color: #ddd;
    }

    .equipment-tag {
        /* background-image: url(../images/inf-bk.png); */
        line-height: 46px;
        font-size: 16px;
        /* color: #1a66dd; */
        /* padding: 0px 18px; */
        /* background-size: 100% 100%; */
        /* background-repeat: no-repeat; */
        /* background-position: center; */
        margin-bottom: 10px;
        display: inline-block;
        text-align: center;
        margin-right: 25px;
    }

    .upgrade {
        padding-top: 100px;
        min-height: 860px;
        text-align: center;
        background-image: url(../jpg/inf-bk1.jpg);
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        font-size: 16px;
        line-height: 30px;
        color: #ddd;
    }

    .upgrade h3 {
        font-size: 36px;
        color: #1d70f2;
        margin: 60px 0px 30px;
        line-height: 52px;
    }

    .infrared {
        padding: 50px 0px 400px;
        text-align: left;
        background-image: url(../jpg/inf-bk2.jpg);
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        font-size: 16px;
        line-height: 30px;
        color: #ddd;
    }

    .infrared-intro {
        margin-top: 500px;
        text-align: center;
    }

    .infrared-intro h2 {
        font-size: 36px;
        color: #1d70f2;
        margin: 30px 0px;
        line-height: 52px;
    }

    .teachingbar {
        background-image: url(../jpg/int-bk.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 770px;
        padding-top: 190px;
        font-size: 16px;
        text-align: center;
        line-height: 28px;
        color: #dddddd;
    }

    .flexible1 {
        margin-top: 180px;
    }

    .flexible .kindergarten-intro {
        color: #ddd;
    }

    .flexible .kindergarten-intro h2 {
        color: #fff;
    }

    .pickup {
        background-image: url(../jpg/int-bk3.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        color: #ddd;
        padding: 100px 0px 150px;
        font-size: 16px;
        text-align: center;
        line-height: 30px;
    }

    .pickup-intro {
        position: relative;
        width: 74%;
        margin: 240px auto 0;
    }

    .pickup-base {
        position: absolute;
        width: 21.6%;
        opacity: 0;
        animation: scale_3NRsV 2.5s linear infinite;
        top: -14%;
        left: 21%;
    }

    .pickup-move1 {
        left: 39%;
    }

    .pickup-move2 {
        left: 57%;
    }

    @keyframes scale_3NRsV {
        0% {
            opacity: 0.7;
            transform: scale(0.8);
        }

        100% {
            transform: scale(1.5);
            opacity: 0;
        }
    }

    .panoramic-images {
        width: 100%;
        margin: 90px auto 265px;
    }

    .panoramic-more {
        width: 125px;
        height: 36px;
        border-radius: 18px;
        border: solid 2px #1d70f2;
        font-size: 16px;
        text-align: center;
        line-height: 36px;
        display: block;
        margin: 35px auto 170px;
        color: #1d70f2;
    }

    .mod-banner {
        background-color: #000;
        min-height: 960px;
        font-size: 36px;
        line-height: 62px;
        color: #ffff;
    }

    .mod-images {
        max-width: 100%;
        max-height: 100%;
        left: 50%;
        top: 50%;
        position: absolute;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .mod-images.active {
        animation: scalce 3s 1s both;
        -webkit-animation: scalce 3s 1s both;
    }

    .mod-images.nor {
        animation: fadeout 0.5s 1s both;
        -webkit-animation: fadeout 0.5s 1s both;
    }

    @keyframes scalce {
        0% {
            opacity: 0;
            max-width: 0;
        }

        100% {
            opacity: 1;
            max-width: 100%;
        }
    }

    @keyframes fadeout {
        0% {
            opacity: 1;
            max-width: 100%;
        }

        100% {
            opacity: 0;
        }
    }

    .mod-tit {
        position: absolute;
        top: 18.7%;
        text-align: center;
        width: 100%;
        z-index: 1;
    }

    .mod-images1 {
        width: 39.5%;
        opacity: 0;
        top: 37%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .exploration {
        position: relative;
        padding: 0 6% 0;
        height: 100vh;
        background-color: #000;
        font-size: 16px;
        line-height: 30px;
        color: #ffffff;
        text-align: center;
        overflow: hidden;
    }

    .screen {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 87%;
        position: absolute;
    }

    .screen img {
        width: 100%;
        height: auto;
    }

    .exploration-tit {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 100%;
        left: 0;
        opacity: 0;
    }

    .collision {
        padding: 100px 0px 125px;
        text-align: center;
        font-size: 30px;
        line-height: 48px;
        color: #1d70f2;
    }

    .collision .tit3 {
        margin-top: 25px;
    }

    .collision-item {
        width: 48%;
        font-size: 16px;
        line-height: 30px;
        color: #999999;
        text-align: center;
        margin-top: 90px;
    }

    .collision-item h2 {
        font-size: 24px;
        margin: 30px auto 10px;
        color: #333;
    }

    .collision-images {
        height: 360px;
        width: 100%;
        overflow: hidden;
    }

    .collision-images img {
        width: 100%;
        height: 100%;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .definition span,
    .uniform span {
        display: block;
        margin-top: 35px;
        color: #dddddd;
        font-size: 16px;
        line-height: 30px;
    }

    .definition-intro {
        position: relative;
        width: 100%;
        margin: 80px auto 0;
        overflow: hidden;
    }

    .definition-screen {
        width: 100%;
    }

    .definition-tit {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0;
        width: 100%;
        font-size: 16px;
        line-height: 30px;
        color: #dddddd;
        text-align: center;
    }

    .definition-tit img,
    .ignite img {
        margin: 60px auto 0;
        max-width: 100%;
    }

    .uniform {
        background-image: url(../png/mod-bk.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        padding-bottom: 100px;
        background-color: #000;
    }

    .uniform img {
        width: 100%;
        margin: 60px auto;
    }

    .definition-images1 {
        margin-top: 90px;
    }

    .system-item {
        width: 49%;
        height: 380px;
        padding: 50px 0;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        color: #666666;
        background-color: #f2f2f2;
        margin-top: 80px;
    }

    .system-item:first-of-type img {
        max-width: 100%;
        height: 277px;
        display: block;
        margin: 25px auto 0;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .system-item .flex {
        margin: 70px 6.7% 0;
        height: 64%;
        width: auto;
    }

    .system-flex {
        width: 48%;
        background-color: #fff;
        position: relative;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .system-flex img {
        max-width: 100%;
        max-height: 100%;
        left: 50%;
        top: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .system-flex:first-of-type:before {
        content: '';
        background-image: -moz-linear-gradient(-36deg, #00cc92 0%, #52ebc0 100%);
        background-image: -webkit-linear-gradient(-36deg, #00cc92 0%, #52ebc0 100%);
        background-image: -ms-linear-gradient(-36deg, #00cc92 0%, #52ebc0 100%);
        width: 100%;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .system-flex:last-child:before {
        content: '';
        background-image: -moz-linear-gradient(-120deg, #0079d9 0%, #94cbf7 100%);
        background-image: -webkit-linear-gradient(-120deg, #0079d9 0%, #94cbf7 100%);
        background-image: -ms-linear-gradient(-120deg, #0079d9 0%, #94cbf7 100%);
        width: 100%;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .system-flex:hover:before {
        height: 100%;
    }

    .ignite {
        background-image: url(../jpg/mod-bk.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        color: #ddd;
        padding-top: 130px;
    }

    .ignite .tit3 {
        color: #fff;
        margin-bottom: 40px;
    }

    .img-box {
        width: 100%;
        height: 100%;
    }

    .part-l {
        position: absolute;
        width: 50%;
        height: 100%;
        overflow: hidden;
        z-index: 1;
        transition: all 0.8s ease-out;
        -webkit-transition: all 0.8s ease-out;
    }

    .part-r {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.8s ease-out;
        -webkit-transition: all 0.8s ease-out;
    }

    .toolbar {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.1);
        z-index: 3;
        transition: all 2s ease-out;
        -webkit-transition: all 2s ease-out;
        width: 2px;
    }

    .toolbar.active,
    .analysis .featured-tab {
        width: 100%;
    }

    .analysis {
        padding-top: 160px;
    }

    .analysis .featured-tab {
        padding-top: 0;
        font-size: 0;
        margin-bottom: 60px;
    }

    .analysis .featured-tab span {
        margin: 0;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        text-align: center;
        color: #333;
    }

    .analysis .featured-tab span.active:after {
        bottom: -12px;
    }

    .analysis .nav-content {
        color: #666;
    }

    .analysis .nav-content .tit2 {
        font-weight: bold;
    }

    .analysis .nav-content:first-of-type .flex {
        border: solid 1px #ededed;
        margin-top: 60px;
        border-right: 0;
    }

    .analysis-item {
        width: 20%;
        padding: 48px 2%;
        border-right: solid 1px #ededed;
    }

    .analysis-item img {
        height: 48px;
    }

    .analysis-item h2 {
        font-size: 25px;
        margin: 50px auto 28px;
        line-height: 36px;
        font-weight: bold;
        color: #1d70f2;
    }

    .analysis-item span {
        display: block;
        margin-bottom: 6px;
    }

    .safety-item {
        width: 32%;
        margin-top: 60px;
        text-align: center;
        position: relative;
    }

    .safety-item h2,
    .safety-item img,
    .safety-item p {
        position: relative;
        z-index: 1;
    }

    .safety-item h2 {
        line-height: 36px;
    }

    .safety-item::after {
        content: '';
        background-image: url(../png/add-bk.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        bottom: -22px;
        width: 100%;
        height: 240px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .safety-item:last-child::before {
        content: '';
        background-image: url(../png/voca-jt1.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        width: 40px;
        top: 25px;
        height: 21px;
        left: -32px;
    }

    .safety-item:nth-of-type(2)::before {
        content: '';
        background-image: url(../png/voca-jt.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        width: 40px;
        top: 25px;
        height: 21px;
        left: -32px;
    }

    .affairs-item {
        width: 32%;
        height: 360px;
        margin-top: 100px;
        color: #1abcfa;
        text-align: center;
        position: relative;
        background-color: #e1f2f8;
    }

    .affairs-item:nth-of-type(2) {
        background-color: #f8f0e2;
        color: #f4ab21;
    }

    .affairs-item:nth-of-type(2) p i,
    .affairs-item:nth-of-type(2) h2 {
        background-color: #f4ab21;
    }

    .affairs-item:nth-of-type(3) {
        background-color: #def3d5;
        color: #76bc5c;
    }

    .affairs-item:nth-of-type(3) p i,
    .affairs-item:nth-of-type(3) h2 {
        background-color: #76bc5c;
    }

    .affairs-item img {
        width: 84px;
        height: 84px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        top: -42px;
    }

    .affairs-item h2 {
        width: 125px;
        height: 36px;
        font-size: 24px;
        line-height: 36px;
        background-color: #1abcfa;
        border-radius: 18px;
        text-align: center;
        color: #fff;
        margin: 75px auto 35px;
    }

    .affairs-tag {
        width: 72%;
        margin: 0px auto;
    }

    .affairs-tag p {
        width: 50%;
        margin-bottom: 5px;
        text-align: left;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .affairs-tag p:nth-of-type(2n) {
        padding-left: 10%;
        width: 40%;
    }

    .affairs-tag p i {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        background: #1abcfa;
        margin-right: 8px;
    }

    .scheme-images {
        margin: 90px auto 0;
        max-width: 100%;
    }

    .layer-content {
        background-color: #fff;
        box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        position: fixed;
        right: 25px;
        bottom: 0;
        z-index: 200;
        width: 600px;
        height: 500px;
        transform: translateY(200%);
        -webkit-transform: translateY(200%);
    }

    .layer-content.active {
        transform: none;
        -webkit-transform: none;
    }

    .layer-message {
        background-color: #eee;
        overflow: auto;
        height: 100%;
        padding: 25px;
    }

    .layer-input {
        border-top: 1px solid #e1e3e6;
        background-color: #fbfbfb;
        padding-bottom: 8px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .layer-input textarea {
        width: 96%;
        height: 60px;
        font-size: 16px;
        line-height: 32px;
        color: #333;
        vertical-align: bottom;
        transition: all 0.3s, height 0s;
        margin: 25px 2%;
    }

    .layer-input button {
        color: #fff;
        font-size: 14px;
        text-align: center;
        line-height: 32px;
        background: #1D70F2;
        border-radius: 3px;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
        resize: none;
        outline: navajowhite;
        border: 0;
        padding: 0px 15px;
        float: right;
        margin-right: 10px;
    }

    .layer-close {
        background-image: url(../png/close.png);
        background-size: 12px 14px;
        background-repeat: no-repeat;
        background-position: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: absolute;
        background-color: #1d70f2;
        right: -15px;
        top: -15px;
        cursor: pointer;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

    .layer-close:hover {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    .support-bannercentr .other-bannerceter1 {
        height: 77%;
    }

    .support-bannercentr .search-popup-layout {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .industry-contect {
        margin-top: 60px;
        border: solid 1px #ededed;
        font-size: 16px;
        line-height: 30px;
        color: #999999;
    }

    .industry-item:nth-of-type(2n) {
        border-left: solid 1px #ededed;
        border-right: solid 1px #ededed;
    }

    .industry-item {
        width: 27.1%;
        padding: 60px 3%;
    }

    .industry-item h2 {
        font-size: 24px;
        margin-bottom: 30px;
        color: #333333;
    }

    .industry-item p {
        height: 180px;
        overflow: hidden;
    }

    .point-map {
        width: 66% !important;
    }

    .ditu-layout .search-box {
        padding: 0 32px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: #fff;
        border-radius: 24px;
        margin: 16px;
    }

    .ditu-layout .search-layout {
        left: auto;
        right: 0;
        width: calc(35% - 32px);
        position: absolute;
    }

    .search-kinds {
        max-height: 395px;
        overflow-y: scroll;
    }

    .search-box-tit {
        border-bottom: 1px solid #f0f0f0;
        padding: 25px 0;
        font-size: 32px;
        color: #333;
        font-weight: bold;
    }

    .select-wrap {
        padding: 28px 0 25px;
    }

    .search-text-wrap {
        position: relative;
    }

    .search-text-tip {
        font-size: 16px;
        color: #333;
        line-height: 23px;
        margin-bottom: 24px;
        font-weight: bold;
        text-align: left;
    }

    #searchText {
        font-size: 16px;
        color: #1d1e28;
        border: 0;
        padding-right: 40px;
        width: calc(100% - 40px);
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 12px;
    }

    .search-text-wrap .search-btn {
        content: "";
        display: inline-block;
        width: 21px;
        height: 21px;
        background-image: url(../svg/search.svg);
        position: absolute;
        right: 0;
        bottom: 12px;
        cursor: pointer;
    }

    .search-box1 .search-box-tit {
        font-size: 25px;
    }

    .search-box1 .select-wrap {
        padding-top: 10px;
    }

    .net-work-content {
        margin-top: 16px;
        display: block;
        font-size: 14px;
        color: #7f7f7f;
        line-height: 21px;
        position: relative;
        padding-left: 32px;
    }

    .net-work-content img {
        width: 25px;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .search-text-wrap .select-options {
        border-radius: 8px;
        max-height: 200px;
        overflow-y: auto;
        top: 82px;
        z-index: 10;
    }

    /* 第七代智能平板 */
    .brain-text {
        font-size: max(1.56vw, 30px);
        background: linear-gradient(90deg, #52c7fd 0%, #0385fe 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        line-height: 1.5;
        margin-bottom: 25px;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .brain-text i {
        background-image: linear-gradient(117deg, #52c7fd 0%, #0385fe 100%);
        border-radius: 15px 5px 15px 5px;
        color: #000b10;
        -webkit-text-fill-color: initial;
        font-size: max(0.833vw, 16px);
        padding: 0.1vw 0.5vw;
        font-weight: bold;
        vertical-align: top;
        margin-left: 9px;
    }

    .model-wrap {
        background: #000;
        position: relative;
        padding-top: 4.68vw;
        min-height: 50vw;
        color: #fff;
        line-height: 1.6;
        text-align: center;
        font-size: max(0.9375vw, 18px);
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }

    .model-bgc {
        position: absolute;
        width: 13vw;
        top: 19vw;
        left: 3vw;
        z-index: 3;
    }

    .model-bgc1 {
        position: absolute;
        width: 13vw;
        top: 14vw;
        left: 30vw;
        z-index: 3;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .model-bgc2 {
        position: absolute;
        width: 13vw;
        top: 23vw;
        right: 3vw;
        z-index: 3;
    }

    .model-wrap .wrap {
        position: relative;
        min-height: 50vw;
        width: 62.5vw !important;
    }

    .model-img {
        position: absolute;
        width: 83.8%;
        left: 50%;
        top: 46%;
        z-index: 2;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .model-line {
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        top: 29%;
        z-index: 1;
    }

    .microphone-wrap {
        background-color: #000;
        font-size: max(0.9375vw, 18px);
        text-align: center;
        line-height: 1.6;
        color: #ffffff;
        padding: 125px 0 225px;
        position: relative;
    }

    .microphone-wrap .wrap {
        width: 62.5vw !important;
    }

    .brain-text1 {
        font-size: max(1.14vw, 24px);
        line-height: 1.6;
        margin-bottom: 15px;
        color: #0085ff;
    }

    .microphone-bgc {
        width: 100%;
        border-radius: 15px;
        margin-top: 60px;
    }

    .microphone-cricle {
        position: absolute;
        right: 0;
        top: 34vw;
        width: 83%;
    }

    .microphone-cricle img {
        opacity: 0;
        -webkit-animation: warn2 2s ease-out;
        -moz-animation: warn2 2s ease-out;
        animation: warn2 2s ease-out;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .microphone-cricle img.microphone-cricle-img {
        width: 72%;
        position: absolute;
        top: -9vw;
        right: 0;
        -webkit-animation: warn1 2s ease-out;
        -moz-animation: warn1 2s ease-out;
        animation: warn1 2s ease-out;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .microphone-cricle img.microphone-cricle-img1 {
        width: 41%;
        position: absolute;
        top: -12vw;
        right: 11%;
        z-index: 1;
        -webkit-animation: warn 2s ease-out;
        -moz-animation: warn 2s ease-out;
        animation: warn 2s ease-out;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    @keyframes warn {
        0% {
            transform: scale(0.2);
            -webkit-transform: scale(0.2);
            opacity: 1;
        }

        100% {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            opacity: 0;
        }
    }

    @keyframes warn1 {
        0% {
            transform: scale(0.5);
            -webkit-transform: scale(0.5);
            opacity: 1;
        }

        100% {
            transform: scale(1.2);
            -webkit-transform: scale(1.2);
            opacity: 0;
        }
    }

    @keyframes warn2 {
        0% {
            transform: scale(0.5);
            -webkit-transform: scale(0.5);
            opacity: 1;
        }

        100% {
            transform: scale(1.3);
            -webkit-transform: scale(1.3);
            opacity: 0;
        }
    }

    .sound-wrap,
    .sound-bgc,
    .observant-wrap,
    .independent-wrap {
        width: 100%;
        position: relative;
        background-color: #000;
        font-size: max(0.9375vw, 18px);
        line-height: 1.6;
        text-align: center;
        color: #ffffff;
    }

    /* .sound-wrap {
		height: 115vh;
	} */
    .sound-wrap .sound-bgc {
        height: 56.5vw;
        display: block;
    }

    .sound-wrap .sound-bgc1 {
        width: 42.8vw;
        position: absolute;
        top: 2vw;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 2;
    }

    .sound-wrap video {
        width: 46vw;
        margin: auto;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: auto;
        top: 10vw;
    }

    .sound-wrap .wrap {
        left: 0;
        right: 0;
        position: absolute;
        top: 7vw;
        height: 58%;
        display: flex;
        flex-direction: column;
    }

    .sound-text {
        margin-top: auto;
        width: 100%;
    }

    .observant-main {
        position: relative;
        padding-top: 10px;
    }

    .observant-text {
        position: absolute;
        top: 60%;
        width: 100%;
    }

    .observant-bgc {
        width: 28%;
        display: block;
        margin: 35px auto;
    }

    .observant-main1 {
        padding: 14.8vw 0 6.7vw;
        position: relative;
    }

    .observant-img {
        display: block;
        margin-left: -2.5vw;
        width: 47%;
        margin-top: 6.25vw;
    }

    .observant-main1 .wrap {
        position: relative;
        width: 62.5vw !important;
    }

    .observant-light {
        position: absolute;
        width: 32.7vw;
        right: -4.6vw;
        top: 3.1vw;
    }

    .observant-light-img {
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }

    .observant-light-img1 {
        width: 100%;
        position: absolute;
        right: 86%;
        margin-top: 27%;
        opacity: 0;
    }

    .observant-light-img1.active {
        animation: scale_light 1s linear forwards;
    }

    @keyframes scale_light {
        0% {
            width: 0;
        }

        100% {
            width: 100%;
            opacity: 1;
        }
    }

    .independent-wrap .wrap {
        padding-bottom: 12vw;
        position: relative;
        width: auto !important;
    }

    .independent-main {
        width: 42%;
        display: block;
        margin: 2vw auto 0;
        position: relative;
    }

    /* 	.independent-main .wrap{
		width: auto !important; 
	} */
    .independent-img {
        position: absolute;
        width: 30%;
        top: 0;
        left: -20%;
    }

    .independent-text {
        position: absolute;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: left;
        left: -20%;
        text-align: left;
        top: 0;
    }

    .independent-img1 {
        position: absolute;
        width: 35%;
        bottom: 0;
        left: -20%;
    }

    .independent-img2 {
        position: absolute;
        width: 15%;
        top: 25%;
        left: 8%;
    }

    .independent-img3 {
        position: absolute;
        width: 19%;
        top: 37.6%;
        right: 8%;
    }

    .independent-line {
        position: absolute;
        width: 30.7%;
        right: 0%;
        top: 0;
    }

    .independent-line1 {
        position: absolute;
        width: 30.7%;
        right: -20%;
        top: 17%;
    }

    .independent-text1 {
        position: absolute;
        top: 0;
        height: 100%;
        right: 0;
        transform: translateX(90%);
        -webkit-transform: translateX(90%);
        text-align: left;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .independent-line2 {
        position: absolute;
        width: 30.7%;
        right: -20%;
        bottom: 15%;
    }

    .independent-line3 {
        position: absolute;
        width: 30.7%;
        right: 0%;
        bottom: 0;
    }

    .evolution-wrap {
        position: relative;
        width: 100%;
        background-color: #000;
        min-height: 72vw;
    }

    .evolution-wrap .wrap {
        position: absolute;
        left: 0;
        right: 0;
        top: 8vw;
        width: 62.5vw !important;
    }

    .evolution-ast {
        width: 17.8%;
        left: 2vw;
        animation: redPulse 6s linear infinite;
        -webkit-animation: redPulse 6s linear infinite;
        position: absolute;
        top: 2vw;
    }

    @-webkit-keyframes redPulse {

        0%,
        100% {
            transform: translateY(-10%) scale(0.5);
        }

        50% {
            transform: translateY(10%) scale(0.5);
        }
    }

    .evolution-text {
        font-size: max(0.833vw, 16px);
        line-height: 1.6;
        text-align: center;
        color: #ffffff;
    }

    .evolution-main {
        position: relative;
        width: 100%;
        margin: 7vw auto 0;
    }

    .evolution-bgc {
        width: 53%;
        float: right;
        margin-right: 13%;
    }

    .evolution-bgc1 {
        position: absolute;
        width: 39%;
        left: 12%;
        top: 32%;
    }

    .evolution-light {
        width: 77%;
        position: absolute;
        right: 14%;
        top: -37%;
        mask-image: url(../png/paper-mask-right.png);
        -webkit-mask-image: url(../png/paper-mask-right.png);
        mask-size: 520%;
        -webkit-mask-size: 520%;
        mask-position: 0% 100%;
        -webkit-mask-position: 0% 100%;
        opacity: 0;
    }

    .evolution-light.active {
        opacity: 1;
        animation: paper-to-left-ani 2.5s linear forwards;
        -webkit-animation: paper-to-left-ani 2.5s linear forwards;
    }

    @keyframes paper-to-left-ani {
        0% {
            mask-position: 0% 100%;
            -webkit-mask-position: 0% 100%;
        }

        38% {
            mask-position: 50% 100%;
            -webkit-mask-position: 50% 100%;
        }

        70%,
        100% {
            mask-position: 100% 100%;
            -webkit-mask-position: 100% 100%;
        }
    }

    .observant-main2 {
        width: 65%;
        margin: auto;
    }

    .observant-main2 .wrap {
        position: relative;
        width: auto !important;
    }

    .observant-main2 .wrap img {
        width: 93%;
        margin: auto;
    }

    .observant-main2 .wrap img.observant-light-img2 {
        width: 160%;
        transform: translate(-51%, -25%);
        -webkit-transform: translate(-51%, -25%);
        top: 50%;
        left: 50%;
        position: absolute;
        opacity: 0;
    }

    .observant-light-img2.active {
        animation: light 3s linear forwards;
        -webkit-animation: light 3s linear forwards;
    }

    @keyframes light {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 0.5;
        }

        100% {
            opacity: 1;
        }
    }

    /* 未来款 */
    .masterpieces-text {
        font-weight: 600;
        font-size: max(1.875vw, 30px);
        line-height: 1.5;
        margin-bottom: 25px;
    }

    .masterpieces-wrap {
        background-color: #EBEBEB;
        text-align: center;
        color: #202020;
        padding: 5.2083vw 0;
    }

    .masterpieces-wrap img {
        width: 100%;
        display: block;
        margin-top: 2.6042vw;
    }

    .birth-wrap {
        font-size: max(0.8333vw, 16px);
        line-height: 1.6;
        text-align: center;
        color: #2E373B;
        padding: 5.2083vw 0;
        background-color: #f8f8f8;
    }

    .birth-wrap .birth-swiper {
        margin-top: 2.6042vw;
        position: relative;
        overflow: visible;
        /*去掉swiper默认样式*/
    }

    .birth-wrap .birth-swiper .swiper-slide {
        width: 62.5vw;
        margin-right: 2.0833vw;
        opacity: 0.5;
    }

    .birth-wrap .birth-swiper .swiper-slide:last-child {
        margin-right: 0;
    }

    .birth-wrap .birth-swiper .swiper-slide.swiper-slide-active {
        opacity: 1;
    }

    .birth-wrap .birth-swiper .swiper-slide .img-wrap {
        height: 38.2813vw;
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
    }

    @supports (aspect-ratio: 1 / 1) {
        .birth-wrap .birth-swiper .swiper-slide .img-wrap {
            aspect-ratio: 1138 / 640;
            height: auto;
        }
    }

    .birth-wrap .birth-swiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .birth-wrap .birth-swiper .swiper-slide .text-wrap {
        text-align: left;
    }

    .birth-wrap .birth-swiper .swiper-slide .text-wrap .dt {
        font-size: max(1.14vw, 24px);
        line-height: 1.6;
        margin: 0.625vw 0;
        color: #111723;
        font-weight: bold;
    }

    .birth-wrap .birth-swiper .swiper-slide .text-wrap .dl {
        font-size: max(0.8333vw, 16px);
        line-height: 1.6;
        color: #000;
    }

    .birth-wrap .birth-swiper .swiper-button-prev:after,
    .birth-wrap .birth-swiper .swiper-button-next:after {
        display: none !important;
    }

    .birth-wrap .birth-swiper .swiper-button-next.swiper-button-disabled,
    .birth-wrap .birth-swiper .swiper-button-prev.swiper-button-disabled {
        opacity: 0.3;
        cursor: auto;
        pointer-events: none;
    }

    .birth-wrap .birth-swiper .swiper-button-prev,
    .birth-wrap .birth-swiper .swiper-button-next {
        --swiper-navigation-sides-offset: 0;
        position: static !important;
        margin: 0;
        transition: all 0.3s ease;
        user-select: none;
        -webkit-user-select: none;
        background-image: none;
        background-color: rgba(0, 0, 0, 0.8);
        --ratio: calc(30px + 0.625vw);
        width: var(--ratio);
        height: var(--ratio);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .birth-wrap .birth-swiper .swiper-button-prev img,
    .birth-wrap .birth-swiper .swiper-button-next img {
        width: 50%;
    }

    .birth-wrap .birth-swiper .swiper-button-next {
        transform: scaleX(-1);
    }

    .birth-wrap .birth-swiper .swiper-button {
        position: absolute;
        bottom: 0;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        gap: 1.0417vw;
        width: 62.5vw;
        justify-content: flex-end;
    }

    .moments-wrap {
        font-size: max(0.8333vw, 16px);
        line-height: 1.6;
        text-align: center;
        color: #fff;
        position: relative;
        height: 300vh;
        background: linear-gradient(180deg, #1f2533 0%, #111622 100%);
    }

    .moments-wrap .wrap {
        max-width: 80%;
        width: auto;
        padding: 3.2083vw 0;
        position: sticky;
        top: 78px;
        overflow: hidden;
    }

    .moments-wrap .wrap .moments-content {
        display: flex;
        padding-top: 3.2083vw;
    }

    .moments-wrap .wrap .moments-content .moments-swiper {
        width: 30%;
        flex-shrink: 0;
        min-width: 300px;
        color: #B2B2B2;
        height: 31.5625vw;
        padding-top: 25px;
    }

    .moments-wrap .wrap .moments-content .moments-swiper .swiper-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: start;
    }

    .moments-wrap .wrap .moments-content .moments-swiper .swiper-wrapper .swiper-slide {
        height: auto;
        opacity: 0.5;
        cursor: pointer;
    }

    .moments-wrap .wrap .moments-content .moments-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
        opacity: 1;
    }

    .moments-wrap .wrap .moments-content .moments-swiper .dt {
        font-weight: bold;
        font-size: max(1.25vw, 24px);
        line-height: 1.5;
        margin-bottom: 10px;
        color: #fff;
    }

    .moments-wrap .wrap .moments-content .moments-swiper1 {
        flex: auto;
    }

    .moments-wrap .wrap .moments-content .moments-swiper1 .img-wrap {
        opacity: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .moments-wrap .wrap .moments-content .moments-swiper1 .swiper-slide-active .img-wrap {
        opacity: 1;
    }

    .moments-wrap .wrap .moments-content .moments-swiper1 img {
        display: block;
        width: 100%;
    }

    .empowering-wrap {
        font-size: max(0.8333vw, 16px);
        line-height: 1.6;
        text-align: center;
        color: #fff;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        padding: 5.2083vw 0;
    }

    .empowering-wrap .wrap {
        max-width: 80%;
        width: auto;
        min-height: 53.6458vw;
        position: relative;
    }

    .empowering-wrap .wrap .empowering-grid {
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        color: #B2B2B2;
        text-align: left;
    }

    .empowering-wrap .wrap .empowering-grid .dl img {
        width: auto;
        height: 2.2vw;
    }

    .empowering-wrap .wrap .empowering-grid .dl .dt {
        font-weight: bold;
        font-size: max(1.25vw, 24px);
        line-height: 1.5;
        margin: 12px 0;
        color: #fff;
    }

    .surrounded-wrap {
        font-size: max(0.8333vw, 16px);
        line-height: 1.6;
        text-align: center;
        color: #202020;
        height: 100vh;
        position: relative;
    }

    .surrounded-wrap .wrap {
        position: absolute;
        top: 5.2083vw;
        left: 0;
        right: 0;
    }

    .microphones-wrap {
        font-size: max(0.8333vw, 16px);
        line-height: 1.6;
        text-align: center;
        color: #fff;
        background-color: #000;
        padding-top: 5.2083vw;
    }

    .microphones-wrap video {
        margin-top: -15.2083vw;
        vertical-align: top;
    }

    .microphones-wrap .wrap {
        max-width: 80%;
        width: auto;
    }

    .microphones-wrap p {
        color: rgba(255, 255, 255, 0.7);
    }

    .microphones-wrap .microphones-grid {
        width: fit-content;
        margin: 25px auto 0;
        display: flex;
        align-items: center;
    }

    .microphones-wrap .microphones-grid .dd {
        font-weight: bold;
        font-size: max(1.25vw, 24px);
        line-height: 1.5;
        width: fit-content;
        background: linear-gradient(92.4deg, #63E3FF 0.26%, #0085FF 99.4%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .microphones-wrap .microphones-grid .dd:nth-of-type(2n) {
        margin: 0px 2.6042vw;
    }

    .combination-wrap {
        font-size: max(0.8333vw, 16px);
        line-height: 1.6;
        text-align: center;
        color: #fff;
        position: relative;
        height: 100vh;
        overflow: hidden;
    }

    .combination-wrap img {
        display: block;
        width: 100%;
        height: 100%;
        max-width: auto;
    }

    .combination-wrap .gasp-text {
        position: absolute;
        top: 5.2083vw;
        left: 0;
        right: 0;
        width: 100%;
    }

    .innovative-wrap {
        font-size: max(0.8333vw, 16px);
        line-height: 1.6;
        text-align: center;
        color: #fff;
        padding-top: 5.2083vw;
        background: linear-gradient(180deg, #22272A 0%, #586870 100%);
    }

    .innovative-wrap .masterpieces-text {
        width: fit-content;
        background: linear-gradient(90deg, #FFFFFF 0%, #999999 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: auto;
    }

    .innovative-wrap .innovative-content {
        padding-top: 14.0625vw;
        position: relative;
    }

    .innovative-wrap .innovative-content .innovative-item {
        position: absolute;
        display: flex;
        align-items: center;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%;
    }

    .innovative-wrap .innovative-content .innovative-item .innovative-center {
        transform: translateY(-80%);
        -webkit-transform: translateY(-80%);
        margin: 0 23.5% 0 auto;
        width: 16%;
        white-space: nowrap;
    }

    .innovative-wrap .innovative-content .innovative-item .innovative-center .dd {
        background: linear-gradient(90deg, #FFFFFF 0%, #999999 105.95%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin: auto;
        width: fit-content;
        font-weight: bold;
        font-size: max(1.6667vw, 32px);
        line-height: 1.5;
    }

    .innovative-wrap .innovative-content .innovative-item .innovative-center .dt {
        margin: 10px 0;
    }

    .innovative-wrap .innovative-content .innovative-item .innovative-center img {
        width: 0.3125vw;
    }

    .innovative-wrap .innovative-content .innovative-item:nth-of-type(2n) {
        right: 0;
        left: initial;
    }

    .innovative-wrap .innovative-content .innovative-item:nth-of-type(2n) .innovative-center {
        margin: 0 auto 0 23%;
    }

    .winged-wrap {
        font-size: max(0.8333vw, 16px);
        line-height: 1.6;
        color: #707070;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }

    .winged-wrap .wrap {
        max-width: 80%;
        width: auto;
        min-height: 47.0313vw;
        position: relative;
    }

    .winged-wrap .wrap .winged-center {
        position: absolute;
        right: 0;
        top: 50%;
        font-weight: bold;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .winged-wrap .wrap .masterpieces-text {
        color: #2A2F33;
    }

    .immersive-wrap {
        font-size: max(0.8333vw, 16px);
        line-height: 1.6;
        color: #707070;
        font-weight: bold;
        text-align: center;
        height: 300vh;
        position: relative;
        overflow: unset;
    }

    .immersive-bgc {
        display: block;
        width: 100%;
        height: 100%;
        max-width: auto;
        transform: scale(1.5);
    }

    .immersive-content {
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        height: 100%;
        transform: scale(1.6) translateY(40%);
        top: 0;
        height: auto;
        z-index: 9;
        margin: auto;
    }

    .immersive-scale {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .immersive-scale1 {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
        /* opacity: 0; */
        display: none;
    }

    .immersive-wrap .wrap {
        height: 100vh;
        position: sticky;
        top: 78px;
        width: 100%;
        overflow: hidden;
        left: 0;
        right: 0;
    }

    .immersive-wrap .wrap .gasp-text1 {
        position: absolute;
        width: 100%;
        top: 5.2083vw;
    }

    .immersive-wrap .wrap .gasp-text1 .immersive-column i {
        padding-right: 0.5vw;
    }

    .immersive-wrap .masterpieces-text {
        color: #202020;
    }

    .immersive-wrap p {
        font-weight: bold;
    }

    .immersive-wrap .definition-intro {
        margin: 4.1667vw auto 0;
    }

    .fulture-wrap {
        width: 100%;
        position: relative;
    }

    .fulture-wrap .fulture-center {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        text-align: center;
        right: 5.2083vw;
        z-index: 2;
        font-size: max(0.7292vw, 14px);
        line-height: 1.6;
        color: #fff;
    }

    .fulture-wrap .fulture-center .masterpieces-text1 span {
        padding: 0px 0.5vw;
    }

    .fulture-wrap .fulture-center .masterpieces-text1 span:nth-of-type(2n), .fulture-wrap .fulture-center .masterpieces-text1 span:nth-of-type(3) {
        border-left: 1px solid #fff;
    }

    .fulture-wrap .fulture-center .masterpieces-text {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .fulture-wrap .fulture-center .masterpieces-text span {
        font-size: max(1.875vw, 30px);
        background: linear-gradient(91.1deg, #68B7F1 69.53%, #026BE7 99.04%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding-left: 1.0417vw;
    }

    .fulture-wrap .fulture-center .fulture-more {
        border: 2px solid #018AEC;
        font-size: max(1.0417vw, 20px);
        margin: 30px auto 0;
        border-radius: 50px;
        width: fit-content;
        padding: 0.2604vw 1.3021vw;
    }

    /* 旗舰款 */
    .extraordinary-wrap {
        text-align: center;
        color: #2A2F33;
        padding: 5.2083vw 0;
    }

    .extraordinary-wrap .wrap {
        max-width: 75%;
        width: auto;
    }

    .extraordinary-wrap .wrap img {
        width: 100%;
        display: block;
        margin-top: 2.6042vw;
    }

    .width-inner {
        width: 75%;
        margin: 0px auto;
    }

    .classroom-wrap {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        height: calc(100vh - var(--headerGap));
        font-size: max(0.8333vw, 16px);
        line-height: 1.6;
        color: #6B7277;
    }

    .classroom-wrap .classroom-text {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }

    .classroom-wrap .classroom-text div {
        background: radial-gradient(50% 589.99% at 50% 50%, #393D41 0%, #191A1B 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
        line-height: 1.4;
        font-size: max(5.2083vw, 100px);
        text-align: center;
    }

    .classroom-wrap .masterpieces-text {
        padding-top: 5vw;
        color: #2A2F33;
    }

    .classroom-wrap .wrap {
        flex: auto;
        display: flex;
        width: 300vw;
    }

    .classroom-wrap .wrap .li {
        width: 100vw;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .classroom-wrap .wrap .li .class-dt,
    .classroom-wrap .wrap .li .class-dd {
        position: relative;
        opacity: 0;
    }

    .classroom-wrap .wrap .li .classroom-dl {
        width: 30%;
        flex-shrink: 0;
        min-width: 300px;
    }

    .classroom-wrap .wrap .li .classroom-dl .dt {
        margin-bottom: 1vw;
        color: #2A2F33;
        font-weight: 600;
        font-size: max(1.3542vw, 26px);
    }

    .classroom-wrap .wrap .li img {
        display: block;
        width: 40%;
    }

    .cascade-wrap {
        color: #2A2F33;
        position: relative;
        height: 100vh;
        overflow: hidden;
    }

    .cascade-wrap .wrap {
        position: absolute;
        top: 5.2083vw;
        width: 100%;
        text-align: center;
    }

    .cascade-wrap img {
        display: block;
        width: 100%;
    }

    .enters-text {
        position: absolute;
        display: block;
        background: radial-gradient(50% 589.99% at 50% 50%, #FFFFFF 0%, #BCBCBC 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
        font-size: max(5.2083vw, 100px);
        text-align: center;
        line-height: 1.4;
        width: fit-content;
    }

    .enters-wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: max(0.8333vw, 16px);
        line-height: 1.4;
        height: calc(100vh - var(--headerGap));
        overflow: hidden;
    }

    .enters-wrap .enters-text {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background-color: #000;
    }

    .enters-wrap .enters-text div {
        position: absolute;
        background: radial-gradient(50% 589.99% at 50% 50%, #FFFFFF 0%, #BCBCBC 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 700;
        font-size: max(5.2083vw, 100px);
        text-align: center;
        line-height: 1.4;
        width: fit-content;
        background-color: #000;
    }

    .enters-wrap video {
        object-position: top;
    }

    .enters-wrap .enters-video {
        width: 100%;
        position: relative;
        height: 100%;
        text-align: center;
        color: #fff;
        z-index: -1;
    }

    .enters-wrap .enters-video .wrap {
        position: absolute;
        top: 8.3333vw;
        left: 0;
        right: 0;
    }

    [class*="video-box"] {
        height: 100%;
    }

    [class*="video-box"] video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }

    [class*="video-box"] .phone-show, .gasp-text1 .masterpieces-text br, .microphones-wrap .masterpieces-text br, .moments-wrap .masterpieces-text br, .birth-wrap .masterpieces-text br {
        display: none;
    }

    .public-video {
        position: relative;
        height: 100vh;
    }

    .public-video .poll {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        display: flex;
        width: 100%;
        height: 100%;
        background-color: #000;
    }

    .public-video .poll div {
        margin: auto;
        font-weight: 700;
        font-size: max(5.2083vw, 100px);
        text-align: center;
        line-height: 1.4;
        background: radial-gradient(50% 589.99% at 50% 50%, #FFFFFF 0%, #BCBCBC 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .observation-wrap {
        background: linear-gradient(0deg, #000000, #000000), radial-gradient(50% 49.97% at 50% 50%, rgba(0, 0, 0, 0) 22.7%, #000000 100%);
        position: relative;
        height: 100vh;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .multiple-wrap {
        font-size: max(0.8333vw, 16px);
        line-height: 1.6;
        color: #fff;
        position: relative;
        height: 300vh;
    }

    .multiple-wrap .multiple-sticky {
        position: sticky;
        overflow: hidden;
        top: 0;
    }

    .multiple-wrap .multiple-sticky .multiple-swiper {
        position: absolute;
        max-width: 75%;
        left: 0;
        right: 0;
        z-index: 2;
        top: 45%;
        transform: translateY(-50%);
    }

    .multiple-wrap .multiple-sticky .multiple-swiper .swiper-slide {
        width: 19vw;
        padding: 1vw 0;
        opacity: 0.5;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .multiple-wrap .multiple-sticky .multiple-swiper .swiper-slide.swiper-slide-thumb-active {
        opacity: 1;
    }

    .multiple-wrap .multiple-sticky .multiple-swiper .swiper-slide.swiper-slide-thumb-active .dd {
        height: auto;
    }

    .multiple-wrap .multiple-sticky .multiple-swiper .dt {
        font-weight: 600;
        font-size: max(1.3542vw, 26px);
        margin-bottom: 10px;
    }

    .multiple-wrap .multiple-sticky .multiple-swiper .dd {
        height: 0;
        overflow: hidden;
    }

    .multiple-wrap .multiple-sticky .multiple-swiper1 {
        width: 100%;
        height: 100%;
    }

    .multiple-wrap .multiple-sticky .multiple-swiper1::after {
        content: '';
        background: linear-gradient(270deg, rgba(10, 18, 40, 0) 3.37%, rgba(15, 28, 61, 0.585) 51.66%, rgba(8, 15, 32, 0.81) 96.24%);
        width: 40%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .multiple-wrap .multiple-sticky .multiple-swiper1 .img-wrap {
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        height: 100%;
    }

    .multiple-wrap .multiple-sticky .multiple-swiper1 .swiper-slide-active .img-wrap {
        opacity: 1;
    }

    .continuously-wrap {
        font-size: max(0.8333vw, 16px);
        line-height: 1.6;
        text-align: center;
        color: #2A2F33;
        position: relative;
        height: 300vh;
        background: linear-gradient(180deg, #FFFFFF 0%, #EBFCF6 100%);
    }

    .continuously-wrap .wrap {
        max-width: 75%;
        width: auto;
        padding: 3.2083vw 0;
        position: sticky;
        top: 78px;
        overflow: hidden;
    }

    .continuously-wrap .wrap .continuously-content {
        display: flex;
        padding-top: 3.2083vw;
    }

    .continuously-wrap .wrap .continuously-content .continuously-swiper {
        width: 42%;
        flex-shrink: 0;
        min-width: 300px;
        height: 22.9167vw;
        padding-top: 1.5625vw;
    }

    .continuously-wrap .wrap .continuously-content .continuously-swiper .swiper-wrapper {
        display: flex;
        justify-content: center;
        text-align: left;
    }

    .continuously-wrap .wrap .continuously-content .continuously-swiper .swiper-wrapper .swiper-slide {
        height: auto;
        opacity: 0.5;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 50%;
        padding: 1vw 0;
    }

    .continuously-wrap .wrap .continuously-content .continuously-swiper .swiper-wrapper .swiper-slide .dt {
        font-weight: 600;
        font-size: max(1.25vw, 24px);
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .continuously-wrap .wrap .continuously-content .continuously-swiper .swiper-wrapper .swiper-slide .dd {
        font-size: max(0.7292vw, 14px);
        color: #6B7277;
        height: 0;
        overflow: hidden;
    }

    .continuously-wrap .wrap .continuously-content .continuously-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
        opacity: 1;
    }

    .continuously-wrap .wrap .continuously-content .continuously-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .dd {
        height: auto;
    }

    .continuously-wrap .wrap .continuously-content .continuously-swiper1 {
        flex: auto;
    }

    .continuously-wrap .wrap .continuously-content .continuously-swiper1 .swiper-slide .img-wrap {
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .continuously-wrap .wrap .continuously-content .continuously-swiper1 .swiper-slide .img-wrap img {
        display: block;
        width: 100%;
    }

    .continuously-wrap .wrap .continuously-content .continuously-swiper1 .swiper-slide.swiper-slide-active .img-wrap {
        opacity: 1;
    }

    .every-wrap {
        background: linear-gradient(180deg, #121214 0%, #12131D 100%);
        position: relative;
        height: 100vh;
        overflow: hidden;
    }

    .every-wrap .every-video {
        width: 50%;
        position: absolute;
        top: 50%;
        margin: auto;
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }

    .every-wrap .every-video .every-screen {
        width: 100%;
        display: block;
        margin: auto;
    }

    .every-wrap .every-video video {
        position: absolute;
        z-index: 2;
        top: 4.5%;
        left: 0;
        right: 0;
        height: auto;
        width: 97%;
        display: block;
        object-fit: cover;
        margin: auto;
    }

    .every-wrap .every-logo {
        width: 8.2188vw;
        position: absolute;
        left: 6.25vw;
        bottom: 3.6458vw;
    }

    .every-wrap .every-content {
        left: 6.25vw;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: max(1.25vw, 24px);
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.5);
    }

    .every-wrap .every-content .every-more {
        border: 2px solid transparent;
        border-radius: 9999px;
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        background-image: linear-gradient(to right, #35C2FF, #252DE7), linear-gradient(70deg, #35C2FF, #252DE7);
        color: #fff;
        width: fit-content;
        overflow: hidden;
        line-height: 1.1;
    }

    .every-wrap .every-content .every-more div {
        padding: 0.5vw 1.2vw;
        background: #121218;
    }

    .every-wrap .every-content .every-text1 {
        font-weight: 700;
        font-size: max(3.6458vw, 70px);
        line-height: 1.4;
        color: #fff;
        margin: 1.0417vw 0;
    }

    .every-wrap .every-text {
        box-shadow: 0px 0px 5.8px 0px #00000040;
        font-weight: 700;
        font-size: max(5.7292vw, 110px);
        text-align: center;
        position: absolute;
        line-height: 1.4;
        color: #fff;
        top: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .every-wrap {
        height: 240vh;
        position: relative;
        overflow: unset;
    }

    .every-wrap .every-content-container {
        display: none;
    }

    .every-wrap .every-wrap-container {
        position: sticky;
        top: 0;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        perspective: 100vw;
        perspective-origin: 85% 50%;
    }

    .every-wrap .every-video {
        transform-origin: center;
        transform-style: preserve-3d;
        position: unset;
        top: unset;
        left: unset;
        transform: unset;
        width: 116.5%;
        margin-left: -4.8%;
        margin-top: -6%;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        align-content: stretch;
    }

    .every-wrap .front {
        text-align: right;
        position: relative;
    }

    .every-wrap .right {
        transform: rotateY(48deg);
        transform-origin: left;
        position: relative;
        left: -5px;
        top: -3px;
    }

    .every-wrap .front img {
        transform: unset;
        width: 100%;
        height: auto;
    }

    .every-wrap .right img {
        transform: unset;
        width: auto;
        height: 100%;
    }
}

@media screen and (min-width: 1024px) and screen and (min-width: 1367px) and (max-width: 1441px) {

    .wrap,
    .other-bannerceter,
    .other-bannerceter1 .search-popup-layout,
    .help .search-popup-layout,
    .hotline-layout,
    .other-banner .establish-layout,
    .training-layout,
    .wrappert .swiper-banner .swiper-pagination,
    .information-layout {
        width: 1100px !important;
    }

    .ecology-item {
        height: 535px;
    }

    .innovation-item {
        height: 370px;
    }

    .case .news-images {
        height: 200px;
    }

    .social .duty {
        height: 552px;
    }

    .pub-bground.research .ecology-item.active .ecology-mask p {
        width: 59%;
    }

    .sound-wrap .wrap {
        top: 5vw;
        height: 60%;
    }
}

@media screen and (min-width: 1024px) and screen and (min-width: 1024px) and (max-width: 1366px) {

    .wrap,
    .other-bannerceter,
    .other-bannerceter1 .search-popup-layout,
    .help .search-popup-layout,
    .hotline-layout,
    .other-banner .establish-layout,
    .training-layout,
    .wrappert .swiper-banner .swiper-pagination,
    .information-layout {
        width: 1000px !important;
    }

    .ecology-item {
        height: 485px;
    }

    .innovation-item {
        height: 335px;
    }

    .case .news-images {
        height: 180px;
    }

    .social .duty {
        height: 500px;
    }

    .pub-bground.research .ecology-item.active .ecology-mask p {
        width: 58%;
    }

    .nationwide-intro span {
        padding-top: 41%;
    }

    .expand-service-jsgz .value-layout1 .nav-item {
        height: 405px;
    }

    .observant-img {
        width: 50%;
    }

    .observant-light-img2 {
        width: 101%;
    }

    .sound-wrap .wrap {
        top: 5vw;
        height: 60%;
    }
}

@media screen and (max-width: 1023px) {
    body {
        display: none;
    }
}