@media screen and (max-width: 1200px) {
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .nav-tabs-ul, .nav-right {
    display: none;
  }
  .mobile-nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
  .nav-wrap .wrapper {
    padding: 0 15px;
    position: static;
  }
  .nav-wrap .nav-tabs-ul li:hover a:after {
    background: none;
    -webkit-transition: none;
    transition: none;
  }
  .nav-wrap .nav-tabs-ul li.active a:after {
    background: #4173f6;
  }
  .nav-tabs-ul {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    background-color: #ffffff;
    padding: 0;
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  }
  .nav-tabs-ul li {
    text-align: left;
  }
  .nav-tabs-ul li:hover dl {
    display: none;
  }
  .nav-tabs-ul li .open {
    display: grid !important;
  }
  
  .nav-tabs-ul li a {
    padding: 12px 0;
  }
  .nav-tabs-ul li a strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .nav-tabs-ul li a:after {
    height: 2px;
    -webkit-transition: none;
    transition: none;
  }
  .nav-tabs-ul li dl {
    padding: 10px 0 0;
    position: relative;
    top: 0;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .nav-tabs-ul li dl:before {
    display: none;
  }
  .nav-tabs-ul li dl a {
    padding: 0 10px;
  }
  .nav-tabs-ul li dl a .icon {
    width: 20px;
    margin-right: 5px;
  }
  .open-mobile .mobile-nav-btn i {
    opacity: 0;
  }
  .open-mobile .mobile-nav-btn:before, .open-mobile .mobile-nav-btn:after {
    position: relative;
    width: 20px;
    -webkit-transform-origin: 0;
            transform-origin: 0;
  }
  .open-mobile .mobile-nav-btn:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .open-mobile .mobile-nav-btn:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .open-mobile .nav-tabs-ul {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    height: calc(100vh - 60px);
    overflow-y: auto;
  }
  .pt-8 {
    padding-top: 40px;
  }
  body .pd-40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  body .pd-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body .pd-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body .pd-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wrapper {
    width: 100%;
    padding: 0 15px;
  }
  .box-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
    text-align: center;
  }
  .img-text-wrap .icon-title {
    margin-bottom: 6px;
  }
  .img-text-wrap .product-img {
    width: 100% !important;
  }
  .img-text-wrap .box-text span {
    font-size: 16px !important;
  }
  .channel-list-text .list-text {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 20px;
  }
  .channel-list-text .list-text ul {
    padding: 20px;
  }
  .footer-wrap .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-wrap .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-wrap .right strong {
    padding: 0 0 10px 0;
    margin-bottom: 10px;
  }
  .footer-wrap .right .list {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .banner {
    height: 500px !important;
  }
  .banner .textBox {
    padding-left: 10px;
    width: 100%;
  }
  .banner .textBox .box-text p {
    font-size: 16px;
  }
  .banner .textBox .box-text h1, .banner .textBox .box-text h2, .banner .textBox .box-text h3, .banner .textBox .box-text h4 {
    margin-bottom: 20px;
  }
  .banner .textBox .box-text h1 span, .banner .textBox .box-text h2 span, .banner .textBox .box-text h3 span, .banner .textBox .box-text h4 span {
    font-size: 24px !important;
  }
  .banner .h2 {
    font-size: 24px !important;
    line-height: 40px;
  }
  .banner .href {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
  }
  .banner .textBox + .imgBox {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .home .banner {
    height: 520px !important;
  }
  .list-img-wrap .box-title {
    margin-bottom: 16px;
  }
  .list-img-wrap .list li {
    padding: 10px;
  }
  .list-img-wrap .list-customer li {
    padding: 0;
  }
  .list-img-wrap .list-customer li a {
    width: 100%;
  }
  .list-img-wrap .list-customer li .text-wrap {
    padding: 10px 20px 20px;
  }
  .list-img-wrap .list-customer li .img-logo {
    padding: 20px 0 5px 20px;
    margin-top: -40px;
  }
  .list-img-wrap .list-customer li .img-logo:before {
    height: 40px;
  }
  .list-img-wrap .list-customer li .img-logo img {
    max-width: 100%;
  }
  .list-img-wrap .list-customer li strong {
    padding: 0 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list-img-wrap .list-customer li strong:before {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .list-grid.mobile-list-1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .list-grid.mobile-list-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .list-grid.mobile-list-3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .list-grid.mobile-list-5 {
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .list-grid.mobile-list-6 {
    grid-template-columns: repeat(6, 1fr) !important;
  }
  .list-grid.mobile-list-8 {
    grid-template-columns: repeat(8, 1fr) !important;
  }
  .list-grid.list {
    grid-gap: 10px;
  }
  .list-grid.list.list-fixedText li .text-wrap {
    padding: 15px 10px 15px 15px;
  }
  .list-grid.list.list-news li .top strong {
    padding: 0 15px;
  }
  .list-grid.list.list-news li .text-wrap {
    padding: 15px 15px 20px;
  }
  .list-grid.swiper-wrapper {
    grid-gap: 0 !important;
  }
  .img-text-wrap .layout-1 .box-title {
    max-width: 100%;
  }
  .img-text-wrap .layout-1 .product-img {
    width: 100%;
    padding-top: 20px;
  }
  .img-text-wrap .layout-2, .img-text-wrap .layout-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .img-text-wrap .layout-2 .text-wrap, .img-text-wrap .layout-3 .text-wrap {
    padding: 0 0 20px;
  }
  .img-text-wrap .layout-2 .product-img, .img-text-wrap .layout-3 .product-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .img-text-wrap .btn-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .img-text-wrap .layout-ar .product-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .img-text-wrap .layout-ar .product-img .p-img {
    width: 740px;
  }
  .img-text-wrap .layout-ar .product-img .list-img-wrap {
    width: 100%;
    padding: 0;
  }
  .img-text-wrap .layout-ar .product-img .list-img-wrap .wrapper {
    width: auto;
  }
  .img-text-wrap .layout-ar .product-img .list-img-wrap a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .img-text-wrap .layout-ar .product-img .list-img-wrap .img {
    margin-right: 12px;
  }
  .img-text-wrap .layout-ar .product-img .list-img-wrap .text-wrap {
    text-align: left;
  }
  .img-text-wrap .layout-ar .product-img .list-img-wrap .list-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .service_enterprises .list-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    grid-gap: 10px;
  }
  .tab-wrap .box-sub-title {
    max-width: 100%;
  }
  .tab-complex-wrap .box-sub-title {
    margin-bottom: 10px;
  }
  .tab-complex-wrap .tab-container .tab-title ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    grid-gap: 10px;
    width: 100%;
  }
  .tab-complex-wrap .tab-container .tab-title ul li {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transition: none;
    transition: none;
  }
  .tab-complex-wrap .tab-container .tab-title ul li .sort {
    font-size: 24px;
    padding-right: 0;
  }
  .tab-complex-wrap .tab-container .tab-title ul li .sort:after {
    margin-left: 10px;
    width: 2px;
    display: none;
  }
  .tab-complex-wrap .tab-container .tab-title ul li span { /*word-break: break-all;*/
    display: none;
    font-size: 16px;
    line-height: 24px;
  }
  .tab-complex-wrap .tab-container .tab-title ul li.active {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .tab-complex-wrap .tab-container .tab-title ul li.active span {
    display: block;
  }
  .tab-complex-wrap .tab-container .tab-title ul li.active .sort {
    padding-right: 10px;
  }
  .tab-complex-wrap .tab-container .tab-title ul li.active .sort:after {
    display: block;
  }
  .tab-complex-wrap .tab-container .tab-content .sub-title {
    padding-left: 20px;
    font-size: 16px;
  }
  .tab-complex-wrap .tab-container .tab-content .max-width {
    max-width: 100%;
  }
  .tab-complex-wrap .tab-container .tab-content .text-bottom {
    padding: 10px 10px 20px;
  }
  .tab-complex-wrap .tab-container .tab-content .text-bottom .layout-ar {
    position: static;
  }
  .tab-complex-wrap .tab-container .tab-content .text-bottom .btn-wrapper {
    padding-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tab-complex-wrap .tab-container .tab-content .text-wrap {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .tab-complex-wrap .tab-container .tab-content .list-img-wrap {
    max-width: 100%;
    width: 100% !important;
    margin-top: 20px;
  }
  .tab-complex-wrap .tab-container .tab-content .item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tab-complex-wrap .tab-container .tab-content .item-box .product-img {
    max-width: 100%;
    margin: 0;
  }
  .tab-complex-wrap .tab-container .tab-content .item-box .list-img-wrap .wrapper {
    padding: 0;
  }
  .tab-complex-wrap .tab-tb-radius .tab-title {
    margin: 0 auto;
    width: 100%;
  }
  .tab-complex-wrap .tab-tb-radius .tab-title ul li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .footer-wrap .right .list-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-template-columns: auto;
  }
  .footer-wrap .right .list-bottom a {
    margin-right: 4px;
  }
  body .contactUs-wrapper .left-box {
    display: none;
  }
  body .contactUs-wrapper .form {
    width: 100%;
  }
  body .contactUs-wrapper .form ul {
    padding: 20px 0;
  }
  body .contactUs-wrapper .form .item-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 10px;
  }
  body .contactUs-wrapper .form .submit-btn {
    margin: 0 auto;
    width: 100%;
  }
  body .freeTril-wrapper .top-box {
    height: 80px;
  }
  body .freeTril-wrapper .top-box h2 {
    font-size: 24px;
  }
  body .freeTril-wrapper .reg-box {
    width: 100%;
  }
  /*20250912*/
  .email_wrap .box-logo {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 769px) {
    .email_wrap .box-title {
        width: 100%;
        margin: 20px auto 40px auto;
        font-size: 20px;
    }
    .email_wrap .leave-input {
        width: 100%;
    }
    
    .case-wrapper .case_content_wrap {
        width: 100%;
        margin-top: 10px;
        padding-bottom: 40px;
    }
    .case-wrapper .case_content_wrap .case_content {
        width: 100%;
        padding: 0 15px;
        margin-right: 0px;
    }
    .case-wrapper .case_content_wrap section {
        margin-top: 30px;
    }
    .case-wrapper .case_content_wrap .s_tit {
        font-size: 24px;
    }
    .case-wrapper .case_content_nav {
        display: none;
    }
    .case-wrapper .overview {
        width: 100%;
        height: auto;
        flex-direction: column;
        position: relative;
        top: -24px;
    }
    .case-wrapper .banner .textBox + .imgBox {
        display: none;
    }
    .case-wrapper .overview .desc {
        width: 100%;
        margin-top: 10px;
    }
    .case-wrapper .banner .textBox {
        width: 100%;
    }
    .case-wrapper .banner.case_banner .minBox {
        transform: translateY(130px);
    }
    .case-wrapper .banner_static {
        display: none;
    }
    .case-wrapper .banner .h2 {
        line-height: 40px;
    }
    /*home*/
    .h_banner .h_banner_text {
        padding-top: 100px;
    }

    .h_banner h1 {
        display: none;
    }
    .h_banner h1.mobile_tit {
        display: block;
    }
    .h_banner h1 span {
        font-size: 28px;
        line-height: 32px;
    }
    .h_banner .h_banner_text .desc {
        font-size: 18px;
        line-height: 24px;
        margin-top: 18px;
    }
    .h_banner .h_img_box {
        padding-top: 0px;
    }
    .h_img_cont img {
        width: 100%;
        height: auto;
    }
    .h_logo_wrap {
        width: 100%;
        flex-wrap: wrap;
        padding-top: 30px;
    }
    .h_logo_wrap span {
        width: 100%;
        text-align: center;
    }
    .h_logo_wrap img {
        width: 25%;
        height: auto;
        margin-top: 16px;
    }
    .sercice_section {
        padding: 40px 0px;
    }
    .sercice_title {
        font-size: 24px;
        line-height: 33px;
    }
    .sercice_desc {
        margin-top: 12px;
    }
    .sercice_m_1 {
        flex-direction: column;
        padding: 16px;
        margin-top: 20px;
        width: 100%;
        padding-bottom: 60px;
    }
    .sercice_m_1 .sercice_m_text {
        width: 100%;
    }
    .s_tit {
        font-size: 18px;
        line-height: 24px;
    }
    .sercice_m_1 .sercice_m_img img {
        width: 100%;
        height: auto;
        margin-top: 12px;
    }
    .sercice_m {
        flex-direction: column;
        margin-top: 0px;
    }
    .sercice_m_2 {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .sercice_m_2 .sercice_m_img img {
        width: 100%;
        height: auto;
    }
    .sercice_m_2 .sercice_m_text {
        width: 100%;
        padding: 0px;
    }
    .sercice_logo {
        left: 12px;
        bottom: 20px;
    }
    .solution_item {
        flex-direction: column;
        padding: 20px 0px;
    }
    .solution_item .solution_item_text {
        width: 100%;
    }
    .solution_item .solution_item_text .su_tit {
        font-size: 24px;
        line-height: 32px;
    }
    .index_blog .su_btn {
       margin-bottom: 18px;
       margin-top: 32px;
    }
    .solution_item .solution_item_img img {
        width: 100%;
        height: auto;
    }
    .solution_item:nth-child(even) {
        flex-direction: column;
    }
    .solution_item:nth-child(odd) {
      flex-direction: column;
    }
    .index_case_wall {
        padding: 40px 0px;
    }
    .index_case_wall p.w_tit {
        font-size: 24px;
        line-height: 33px;
    }
    .index_case_wall .logo_wrap {
        margin-top: 20px;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .index_case_wall .logo_wrap .logo_item {
        width: calc((100% - 12px) / 2);
        margin-top: 12px;
        margin-right: 0px;
    }
    .indu_title {
        font-size: 28px;
        line-height: 32px;
    }
    .mod_box {
        background: url('../image/wh_bg_big.png');
        background: linear-gradient(270deg, #E4ECFB 25%, #D8E1F2 78%);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: block;
        padding-bottom: 80px;
    }
    .indu_section {
        display:none;
    }
    .cellContainer {
        padding: 40px 16px 0;
        /*background: #F4F6FC;*/
        display: none;
    }
    .myCellSwiper {
        display: none;
        /*background: #F4F6FC;*/
        margin-top: 16px;
    }
    .myCellSwiper .swiper-slide {
        padding: 0px 16px;

    }
    .myCellSwiper .swiper-slide img {
        border-radius: 14px;

    }
    .cycle-content-wrap img.cycel_bg {
        width: 100%;
        height: auto;
        margin-top: 20px;
        display: none;
    }

    .pro-matrix-container,
    .cellContainer {
        display: block;
    }
    .myCellSwiper {
        display: block;
    }

    .mod-title {
        font-family: Montserrat-SemiBold;
        font-size: 28px;
        line-height: 32px;
        color: #151516;
        text-align: center;
        font-weight: 600;
        position: relative;
        z-index: 2;
        line-height: 1;
    }
    .mod_title_2 {
        font-size: 24px !important;
        line-height: 33px;
    }
    .mod-title .blue {
        color: #005BFF;
        margin: 0 5px;
        font-family: DingTalk-JinBuTi;
        font-size: 26px;
        letter-spacing: -1.08px;
        text-align: center;
        font-weight: 400;
    }
    .mod-desc {
        font-family: PingFangSC-Regular;
        font-size: 13px;
        color: #585858;
        text-align: center;
        line-height: 20px;
        font-weight: 400;
        margin-top: 1rem;
        z-index: 2;
        position: relative;
    }
    .mod_desc_2 {
        margin-top: 5px !important;
    }
    .mod-wap {
        position: relative;
        /* padding: 0 16px; */
        margin-top: 20px;
        width: 100%;
        z-index: 2;
        display: none;
    }
    .cycle-tab {
        width: 100%;
        height: 42px;
        background: #FFFFFF;
        border-radius: 26px;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        display: flex;
        flex: auto;
        align-self: stretch;
        padding: 4px
    }
    .cycle-tab-list {
        height: 50px;
        position: relative;
        display: block;
        transition: transform .3s;
        overflow-x: scroll;
        overflow-y: hidden;
        font-size: 0;
        -webkit-overflow-scrolling: touch;
    }
    .cycle-tab-list::-webkit-scrollbar {
        width: 0;
    }
    .cycle-tab-li {
        padding:0 18px;
        height: 35px;
        line-height: 40px;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #5D6070;
        font-weight: 400;
        /* float: left; */
        display: inline-block;
        text-align: center;
        line-height: 35px;
    }
    .cycle-tab-li.active {
        background: #F1F5FE;
        border-radius: 18px;
        font-family: PingFangSC-Medium;
        color: #005BFF;
        font-weight: 600;
    }
    .cycle-tab-list .swiper-slide-thumb-active .cycle-tab-li {
        background: #F1F5FE;
        border-radius: 19px;
        font-family: PingFangSC-Medium;
        font-size: 14px;
        color: #005BFF;
        line-height: 20px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cycle-content {
        width: 100%;
        height: auto;
        /* background-image: linear-gradient(180deg, #FFFFFF 80%, #DDE5FC 100%); */
        border-radius: 10px;
        margin-top: 20px;
        /* padding: 36px 20px; */
        position: relative;
    }
    .cycle-content-wrap {
        padding: 27px 20px 27px 20px;
        /*position: absolute;*/
        top: 0px;
        left: 0px;
        width: 100%;
        height: 352px;
        background: #fff;
        border-radius: 14px;
    }
    .cycle-content-wrap img {
        width: 130px;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;
    }
    .cycle-content-tit {
        font-family: PingFangSC-Semibold;
        font-size: 24px;
        color: #111111;
        font-weight: 600;
        margin: 21px 0px 14px 0px;
        line-height: 33px;
    }
    .cycle-content-desc {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #666666;
        line-height: 21px;
        font-weight: 400;
    }
    .cycle-content .content-tip-wap {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
        width: 80%;
    }

    .cycle-content .content-tip-wap .tip {
        display: flex;
        align-items: center;
        font-family: PingFangSC-Regular;
        font-size: 13px;
        color: #585858;
        line-height: 20px;
        font-weight: 400;
        width: 50%;
        margin-bottom: 11px;
    }
    .cycle-content .content-tip-wap .tip img {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }
    .cycle-content .content-pro-wap {
        margin-top: 23px;
    }
    .cycle-content .content-pro-tit {
        font-family: PingFangSC-Semibold;
        font-size: 14px;
        color: #191919;
        line-height: 21px;
        font-weight: 600;
    }
    .cycle-content .content-pro-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 15px;
        width: 100%;
    }
    .cycle-content .proItem {
        display: flex;
        align-items: center;
        font-family: PingFangSC-Regular;
        font-size: 13px;
        color: #585858;
        line-height: 20px;
        font-weight: 400;
        width: 50%;
        margin-bottom: 13px;
    }
    .cycle-content .proItem img {
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }
    .cycle-content-btn {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
    .cycle-content-btn div {
        width: 144px;
        height: 40px;
        line-height: 37px;
        background-color: #fff;
        border: 1.5px solid #005bff;
        cursor: pointer;
        border-radius: 25px;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #005BFF;
        letter-spacing: 0;
        text-align: center;
        font-weight: 500;
    }
    .cycle-content-btn div.active {
        background-color: #005bff;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        font-weight: 400;
    }
    .cycle-content-btn div:first-child {
        margin-right: 16px;
    }
    .myCellSwiper .swiper-slide {
        padding: 0px 16px;
    }
    /*leave*/
    .leave_main {
        width: 95%;
    }
    .leave_pop_up .leave_main .form {
        padding: 18px 12px;
    }
    .leave_pop_up .leave_main .form .li.email_li {
        width: 100%;
    }
    .leave_pop_up .leave_main .form .li.com_li {
        width: 100%;
    }
    /*plan*/
    .isplan .banner {
        height: auto !important;
    }
    .isplan .banner .minBox {
        padding: 30px 15px 30px 15px;
    }
    .isplan.ispro .banner .minBox {
        padding: 30px 15px 30px 15px;
    }
    .isplan .banner .banner_tag {
        flex-wrap: wrap;
    }
    .isplan .banner .banner_tag li {
        padding: 29.58px 24px 30px 24px;
        background: #FFFFFF;
        border-radius: 16px;
        width: 100%;
        margin-bottom: 12px;
        height: auto !important;
    }
    .isplan .banner .banner_tag.row3 li {
        width: 100%;
    }
    .capacity_section {
        display: none;
    }
    .mobile_cont_section {
        display: block;
    }
    .isplan .scenario_section {
        padding: 40px 0px;
    }
    .scenario_wrap {
        margin-top: 20px;
    }
    .scenario_tit {
        font-size: 28px;
        line-height: 32px;
    }
    .scenario_item {
        width: 100%;
        padding: 12px;
        margin-bottom: 20px;
        margin-right: 0px !important;
    }
    .scenario_wrap_2 .scenario_item:first-child {
        margin-right: 0px;
    }
    .app_section {
        background: #F1F7FF;
        padding: 0px 15px;
    }
    .app_section .mobile_cont_title {
        font-family: Montserrat-SemiBold;
        font-size: 28px;
        color: #151516;
        text-align: center;
        line-height: 32px;
        font-weight: 600;
        padding: 30px 0px;
    }
    .scence_left_item {
        background: #FFFFFF;
        border-radius: 12px;
        margin-bottom: 11px;
    }
    .scence_left_item:last-child {
        margin-bottom: 0px;
    }
    .scence_left_item.on {
        height: auto;
        padding-top: 0px;
        background-image: none;
    }
    .scence_left_item.on::before {
        display: none;
    }
    .scence_top {
        width: 100%;
        height: 80px;
        padding: 0px 16px;
    }
    .scence_left_item.on .scence_top {
        align-items: center;
    }
    .scence_top img {
        width: 75px;
        height: 75px;
        margin-right: 12px;
    }
    .scence_tit {
        font-family: Montserrat-SemiBold;
        font-size: 18px;
        color: #151516;
        font-weight: 600;
        line-height: 22px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .scence_tit img {
        width: 16px;
        height: 16px;
        display: block;
        position: relative;
        transition: transform 0.3s ease;
        margin-right: 0px;
    }
    .mb_app_card_arrow_down {
        transform: rotate(0deg);
    }
    .mb_app_card_arrow_up {
        transform: rotate(-180deg);
    }
    .scence_desc {
        font-family: Montserrat-Medium;
        font-size: 16px;
        color: #454545;
        line-height: 20px;
        font-weight: 500;
        margin-top: 4px;
    }
    .scence_bottom {
        padding: 0px 16px 18px 16px;
        margin-top: 0px;
        display: none;
    }
    .app_section .pl_static {
        margin-top: 10px;
    }
    .scence_bottom_text {
        font-family: PingFangSC-Regular;
        font-size: 13px;
        color: #333333;
        letter-spacing: 0;
        line-height: 20px;
        font-weight: 400;
        margin-top: 25px;
    }
    .tech_section_title {
      font-size: 24px;
      line-height: 33px;
    }
    .tech_list {
      flex-wrap: wrap;
    }
    .tech_item {
      width: 100%;
      margin-bottom: 10px;
    }
    .tech_item:last-child {
      margin-bottom: 0;
    }
    .sercice_pro_item {
      width: 100vw;
      padding: 0 15px;
      margin-right: 0;
    }
    .sercice_pro_item_inner {
      width: 100%;
    }
    .sercice_static {
      width: 100%;
      margin: 20px auto 20px;
      flex-wrap: wrap;
    }
    .sercice_static_num {
      font-size: 24px;
      line-height: 28px;
    }
    .sercice_static_tit {
      font-size: 18px;
    }
    .sercice_static_desc {
      font-size: 14px;
    }
    .sercice_static li {
      width: 50%;
      margin-bottom: 10px;
    }
    .sercice_pro_item_inner:hover {
      transform: none;
      box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.02);
    }
    .sercice_pro_item .su_btn {
      left: 32px;
    }
    .sercice_xun {
      overflow-x: scroll;
    }
    .sercice_xun::-webkit-scrollbar {
      display: none;
    }
    .sercice_nav {
      padding-left: 16px;
    }
    .sercice_nav_li {
      padding: 12px 35px;
      opacity: 1;
    }
    .sercice_nav_li:hover {
      opacity: 1;
    }
    .app_section_img {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 24px;
    }
    .scence_bottom img {
        width: 100%;
        height: auto;
        margin-top: 12px;
    }
    .email_wrap .emailbg {
        width: 100%;
    }
    .nav-tabs-ul dl {
        display: none;
        min-width: 100%;
        padding: 40px;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 9999;
        background: #fff;
        font-size: 18px;
        font-weight: 400;
        color: #636161;
        line-height: 21px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-gap: 8px 40px;
        border: none;
        box-shadow: none;
        border-radius: none;
    }
    .nav-tabs-ul li a {
        font-family: PingFang SC;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        padding-top: 12px;
        padding-bottom: 12px;
        color: #fff;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        -webkit-transition: all .3s;
        transition: all .3s;
        text-decoration: none;
    }
    .nav-tabs-ul dl a {
        color: #999;
        text-decoration: none;
        white-space: nowrap;
        font-size: 14px;
        width: 100%;
        line-height: 32px;
        padding: 12px;
        border-radius: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .nav-tabs-ul li a.child strong:after {
        display: block;
    }
    .nav-wrap.nav-hidden {
        transform: none;
    }
    /*.nav-wrap {
        background-color: #fff;
    }*/
    .isplan .banner .banner_tag.pro_tag {
        flex-wrap: wrap;
    }
    .isplan .banner .banner_tag.pro_tag li {
        width: 100%;
    }
    .isplan .banner .banner_tag.pro_tag li.row4 {
        width: 100%;
    }
    .ispro .whyus_ul {
        flex-wrap: wrap;
    }
    .ispro .whyus_ul li {
        width: 100%;
        height: auto;
        margin-bottom: 20px !important;
    }
    .ispro .whyus_ul.whyus_ul_3 li {
        width: 100%;
        height: auto;
    }
    .ispro .whyus_ul li:last-child {
        margin-bottom: 0px !important;
    }
    .work_item {
        flex-wrap: wrap;
        padding: 0px 0px 20px 0px;
    }
    .pro_5 {
      padding: 0px 0px 20px 0px;
    }
    .work_item_text {
        width: 100%;
    }
    .work_item_img {
        width: 100%;
        height: auto;
    }
    .pro_5 .work_item_img {
      width: 100%;
      height: auto;
    }
    .work_item:nth-child(even) {
        flex-direction: row;
    }
    .ispro .whyus_section, .work_section {
        padding: 40px 0px;
    }
    .inspection_section {
      padding-bottom: 40px;
    }
    .choose_section {
        padding: 40px 0px;
    }
    .cho_item {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .cho_item:nth-last-child(-n+2) {
        margin-bottom: 20px;
    }
    .indus_section {
        padding: 40px 0px;
    }
    .indus_wrap {
        flex-wrap: wrap;
    }
    .indus_item {
        width: 100%;
        margin-bottom: 20px;
    }
    body .pd-60 {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .nav-wrap .nav-tabs-ul li.active a:after {
      display: none;
    }
    .nav-tabs-ul li a.child:hover strong:after {
      transform: none;
    }
    .nav-tabs-ul li a.child.act strong:after {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }
    .mobile-nav-btn:before, .mobile-nav-btn:after, .mobile-nav-btn i {
      background-color: #4c7ee9;
    }
    .blog_item {
      width: 100%;
      margin-right: 0px;
    }
    .index_blog .index_blog_tit {
      font-size: 24px;
      line-height: 33px;
    }
    .index_blog {
      padding-bottom: 40px;
    }
    .blog_item {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 33px;
      height: 462px;
    }
    .blog_item .blog_item_bottom {
      left: 15px;
    }
    .blog_item .blog_item_img {
        height: 206px;
    }
    .blog_item_tag {
        margin-top: 12px;
    }
    .index_blog_pc {
      display: none;
    }
    .index_blog_mb {
      display: block;
    }
    .index_blog_mb .swiper-container-horizontal>.swiper-pagination-bullets {
      padding-right: 0px;
      text-align: center;
      bottom: 0px;
    }
    .myIndexCellSwiper {
      position: relative;
    }
    .myIndexCellSwiper .swiper-button-prev,
    .myIndexCellSwiper .swiper-button-next{
        border: 1px solid rgba(120, 120, 120, 1);
        border-radius: 20px;
        width: 56px;
        height: 32px;
        top: auto;
        bottom: -55px;
        transform: translateX(-50%);
        cursor: pointer;
    }
    .myIndexCellSwiper .swiper-button-next{
      transform: rotateZ(0);
      left: calc(50% - 28px + 34px)
    }
    .myIndexCellSwiper .swiper-button-prev{
        transform: rotate(180deg);
        left: calc(50% - 28px - 34px)
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        display: none;
    }
    .swiper-button-next img, .swiper-button-prev img {
        width: 18px;
        height: auto;
    }
    .try_wrap_inner {
      padding-top: 200px;
    }
    .try_wrap .sub-image {
        width: 215px;
        left: 50%;
        top: 0px;
        transform: translateX(-50%);
    }
    .try_wrap .box-title {
        width: 100%;
        font-family: Montserrat-SemiBold;
        font-size: 20px;
        color: #151516;
        text-align: center;
        font-weight: 600;
        line-height: 26px;
        margin-bottom: 8px;
    }
    .try_wrap .sub-title {
        font-family: Montserrat-Medium;
        font-size: 16px;
        color: #454545;
        text-align: center;
        line-height: 20px;
        font-weight: 500;
        margin: 0px 0px 32px 0px;
    }
    .try_wrap .button.btn-blue {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .h_banner .h_img_bg {
      width: 100%;
      height: auto;
      bottom: 24px;
      left: auto;
      transform: scale(1.3);
    }
    .footer-wrap {
      padding: 40px 0 0;
    }
    .footer-wrap .right {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .footer-wrap .right .list {
        padding-right: 0px;
    }
    .footer-wrap .right aside {
        width: 50%;
        margin-bottom: 30px;
    }
    .footer-wrap .right aside:nth-of-type(1) {
        order: 1;
    }
    .footer-wrap .right aside:nth-of-type(2) {
        order: 2;
    }
    .footer-wrap .right aside:nth-of-type(3) {
        order: 3;
    }
    .footer-wrap .right aside:nth-of-type(4) {
        order: 5;
    }
    .footer-wrap .right aside:nth-of-type(5) {
        order: 4;
    }
    .footer-wrap .right aside:nth-of-type(6) {
        order: 6;
        width: 100%;
    }
    .footer-wrap .top {
        padding: 0px;
    }
    .footer-wrap .copyright-wrap {
        padding: 20px 0px 40px;
    }
}