
:root {
    --fz-banner: .56rem;
    --fz-h1: .48rem;
    --fz-h2: .28rem;
    --fz-context: .18rem;
    --fz-menu: .16rem;
    --lh-title: 1.2;
    --lh-context: 1.5;
}

* {
    line-height: 1.5 !important;
}

.about-page .-culture .wal .-list ul li .-inner .-content .-text {
    letter-spacing: 0;
}

.about-page .-honors .wal .-body .-list ul li span {
    /*-webkit-line-clamp: 2;*/
    line-height: var(--lh-title) !important;
    word-break: initial;
}

@media screen and (min-width: 800px) {
    .solution-page .com-main .challenge .wal .chall-ul-box .chall-ul .chall-li .ul .li::before {
        top: .11rem;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0);
    }


    .product-list .pro-list .pro-box .pro-ul .pro-li .product-ul .product-li {
        min-height: auto;
    }

    .product-list .pro-list .pro-box .pro-ul .pro-li .product-ul .product-li .pro-img-box .pro-img {
        width: auto;
        max-width: 80%;
    }

    .hry-footer .footer-nav .nav-flex {
        height: 2.89rem !important;
        column-gap: 0.2rem;
    }

    .hry-footer .footer-nav .nav-flex .cell-box {
        min-width: auto;
        max-width: 3rem;
        padding-right: .2rem;
    }

    header .layer.layer__product .layer__wp .layer_v1 {
        --widthV1: 2.37rem;
        --widthV2: 3.22rem;
    }

    header .layer.layer__product .layer__wp .layer_v1 > li > ul.layer_v2 {
        padding: 0.5rem 0.2rem 0.5rem 0.2rem;
    }

    header .layer.layer__product .layer__wp .layer_v1 > li > ul.layer_v2 > li > ul.layer_v3 > li {
        padding: 0 .1rem;
    }

    header .layer.layer__product .layer__wp .layer_v1 > li > ul.layer_v2 > li > ul.layer_v3 {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 0;
    }

    .product-list .pro-list .cell-box-werr .cell-box .cell-li {
        width: 2.6rem;
    }

    .product-list .pro-list .cell-box-werr .cell-box .cell-li a {
        padding: 0 .1rem;
    }

    .product-list .pro-list .cell-box-werr .cell-box .cell-li a span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .about-page .-introduce .wal .-year ul li .data-num {
        font-size: var(--fz-banner);
        line-height: var(--lh-title) !important;
    }

    .about-page .-introduce .wal .-year ul li {
        width: 4rem;
        height: 2.22rem;
    }

    .about-page .-introduce .wal .-year ul li .data-unit {
        /*-webkit-line-clamp: 4;*/
    }

    .about-page .-history .wal .-body .year-swiper .swiper-container .swiper-wrapper .swiper-slide .-text p {
        width: 100%;
    }

    .about-page .-history .wal .-body .year-swiper .swiper-container .swiper-wrapper .swiper-slide .-text p::before {
        top: 0.1rem;
    }

    .about-page .-honors .wal .-body .-list ul li {
        height: .84rem;
        padding: 0 .32rem;
    }

    .product_detail-page .-highlights .wal .-list ul li .-top .-text {
        height: .72rem;
        display: -webkit-box; /* 将元素设置为弹性盒子 */
        -webkit-box-orient: vertical; /* 设置内容垂直排列 */
        -webkit-line-clamp: 2; /* 限制显示的行数 */
        overflow: hidden; /* 超出部分隐藏 */
        text-overflow: ellipsis; /* 超出部分显示省略号 */
    }

    .product_detail-page .-highlights .wal .-list ul li .-top {
        padding: 0.27rem 0.3rem 0.1rem;
    }

    .product_detail-page .-top-section .wal .-info .-icons dl {
        justify-content: flex-start;
    }

    .product_detail-page .-top-section .wal .-info .-icons dl dd {
        /*flex: 1;*/
        width: 25%;
    }

    .product_detail-page .-top-section .wal .-info .-icons dl dd .-text {
        padding: 0 0.08rem;
    }

    input, textarea {
        font-family: "fontFamily-R";
    }

    .investor-relations .env-soc-gove .card-list .card-box .con-text-box .text {
        display: -webkit-box; /* 将元素设置为弹性盒子 */
        -webkit-box-orient: vertical; /* 设置内容垂直排列 */
        -webkit-line-clamp: 8; /* 限制显示的行数 */
        overflow: hidden; /* 超出部分隐藏 */
        text-overflow: ellipsis; /* 超出部分显示省略号 */
        /*height: 0.96rem;*/
    }
    .investor-relations .env-soc-gove .card-list .card-box {
        height: auto;
    }

    /*.about-page .-honors .wal .-body .-list ul li span {*/
    /*    -webkit-line-clamp: 3;*/
    /*}*/

    .about-page .-honors .wal .-body .-list ul li {
        height: 1rem;
    }

    .product-list .pro-list .cell-box-werr .cell-box .cell-li a {
        padding: 0 .2rem;
    }

    .product-list .pro-list .cell-box-werr .cell-box .cell-li a span {
        text-align: center;
    }

    .product-list .pro-list .pro-box .pro-ul .pro-li .product-ul .product-li .name {
        padding: 0 0.2rem;
        display: -webkit-box; /* 将元素设置为弹性盒子 */
        -webkit-box-orient: vertical; /* 设置内容垂直排列 */
        -webkit-line-clamp: 4; /* 限制显示的行数 */
        overflow: hidden; /* 超出部分隐藏 */
        text-overflow: ellipsis; /* 超出部分显示省略号 */
        max-height: 4rem;
    }

    .product_detail-page .-top-section .wal .-stacked-bottom {
        font-size: 2.6rem;
    }

    .product_detail-page .-top-section .wal .-info {
        max-width: 6.4rem;
    }

    .research-innovation .cutting-edge-technology .overflow .main-box .cutting-edge-wer .box-li .con-box {
        padding: 0.4rem 0.2rem 0.3rem;
    }

    .research-innovation .cutting-edge-technology .overflow .main-box .cutting-edge-wer .box-li .con-box .name {
        height: 0.9rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .research-innovation .cutting-edge-technology .overflow .main-box .cutting-edge-wer .box-li .con-box-hover .text {
        -webkit-line-clamp: none;
    }

    .research-innovation .laboratory .main-box .swiper-laboratory .swiper-wrapper .swiper-slide {
        height: auto;
    }

    .research-innovation .laboratory .main-box .swiper-laboratory .swiper-wrapper .swiper-slide .name {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 0.6rem;
        margin: 0.33rem 0 0.4rem;
        padding: 0 0.2rem;
    }

    .intelli-mfg .prod-cap-map .cell-ad-box .left-card-box .left-card .txt-con .in-txt {
        -webkit-line-clamp: none;
    }

    .intelli-mfg .prod-cap-map .cell-ad-box .left-card-box {
        height: auto;
    }

    .intelli-mfg .mgmt-sys .swiper-mgmt-box .swiper-mgmt .swiper-wrapper .swiper-slide .con-box .left-box .mgmt-text {
        margin-bottom: 0.6rem;
    }

    .intelli-mfg .mgmt-sys .swiper-mgmt-box .swiper-mgmt .swiper-wrapper .swiper-slide {
        height: auto;
    }

    .intelli-mfg .section_application_scenarios .application_scenarios-container .icon-list-box {
        align-items: flex-start;
    }

    .intelli-mfg .section_application_scenarios .application_scenarios-container .icon-list-box .card-icon .name {
        white-space: break-spaces;
        width: 3rem;
    }
    .intelli-mfg .section_application_scenarios .application_scenarios-container .icon-list-box {
        gap: 2rem;
    }

    .service-support .good-service .disc-box .disc-drop .drop-li .label, .contact-us-page .good-service .disc-box .disc-drop .drop-li .label {
        width: 1.5rem;
        font-size: .16rem;
    }

    .service-support .good-service .disc-box .disc-drop .drop-li:nth-child(1), .contact-us-page .good-service .disc-box .disc-drop .drop-li:nth-child(1) {
        left: 30%;
        top: 35%;
    }

    .service-support .good-service .disc-box .disc-drop .drop-li:nth-child(4), .contact-us-page .good-service .disc-box .disc-drop .drop-li:nth-child(4) {
        left: 32%;
        top: 70%;
    }

    .service-support .good-service .disc-box .disc-drop .drop-li:nth-child(3), .contact-us-page .good-service .disc-box .disc-drop .drop-li:nth-child(3) {
        left: 72%;
        top: 66%;
    }


    .service-support .good-service .disc-box .disc-drop .drop-li:nth-child(2), .contact-us-page .good-service .disc-box .disc-drop .drop-li:nth-child(2) {
        left: 69%;
        top: 31%;
    }

    .service-support .good-service .disc-box .disc-drop .drop-li:nth-child(2) .icon, .contact-us-page .good-service .disc-box .disc-drop .drop-li:nth-child(2) .icon {
        right: 0rem;
        bottom: -0.8rem;
    }

    .service-support .good-service .disc-box .line-list-box .line-box .con-txt, .contact-us-page .good-service .disc-box .line-list-box .line-box .con-txt {
        width: 4.2rem;
    }

    .service-support .good-service .disc-box .line-list-box .line-box:nth-of-type(-n+4), .contact-us-page .good-service .disc-box .line-list-box .line-box:nth-of-type(-n+4) {
        transform: translate(-1.4rem, -50%)
    }

    .service-support .good-service .disc-box .line-list-box .line-box:nth-child(n+5), .contact-us-page .good-service .disc-box .line-list-box .line-box:nth-child(n+5) {
        transform: translate(1.4rem, -50%);
    }

    .service-support .good-service .disc-box .line-list-box .line-box .con-txt .value, .contact-us-page .good-service .disc-box .line-list-box .line-box .con-txt .value {
        margin: 0.2rem 0.1rem;
    }

    .index-page .-solution .-solution-wrapper .-solution-body .-solution-title {
        max-width: 6.4rem;
    }

    .common-dialog .-container .-wrapper .-right .-content .-form .form-item .-input input, .common-dialog .-container .-wrapper .-right .-content .-form .form-item .-input textarea {
        font-family: "fontFamily-R";
    }

    .index-page .-contact .wal .-body .-title {
        width: 10rem;
    }
    .intelli-mfg .lean-intell-mfg .disc-box .kps-box .center-kps {
        font-size: 0.54rem;
        line-height: 1.2 !important;
    }
    .intelli-mfg .lean-intell-mfg .disc-box .kps-box .center-text {
        width: 1.5rem;
        margin-top: 0;
        font-size: 0.15rem;
    }
    .hry-footer .footer-nav .nav-flex {
        min-height: 2.9rem !important;
    }
    .product_detail-page .-top-section .wal .-info {
        width: 7.5rem;
        /*padding-top: 1.8rem;*/
    }
    .product_detail-page .-top-section .wal .-info .-name {
        line-height: 1.3 !important;
    }
    .product_detail-page .-top-section .wal .-info .-context p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 10;
    }
    .product_detail-page .-top-section .wal .-info .-icons {
        margin-top: 0.3rem
    }
    .intelli-mfg .lean-intell-mfg .disc-box .disc-drop .drop-li {
        width: 0.4rem;
        transform: translate(-50%,-50%);
    }
    .intelli-mfg .lean-intell-mfg .disc-box .disc-drop .drop-li:nth-child(1) {
        left: 38%;
        top: 27.5%;
    }
    .intelli-mfg .lean-intell-mfg .disc-box .disc-drop .drop-li:nth-child(2) {
        top: 27.5%;
        left: 63%;
    }
    .intelli-mfg .lean-intell-mfg .disc-box .disc-drop .drop-li:nth-child(3) {
        left: 75.4%;
        top: 50%;
    }
    .intelli-mfg .lean-intell-mfg .disc-box .disc-drop .drop-li:nth-child(4) {
        left: 63%;
        top: 72%;
    }
    .intelli-mfg .lean-intell-mfg .disc-box .disc-drop .drop-li:nth-child(5) {
        left: 38%;
        top: 72%;
    }
    .intelli-mfg .lean-intell-mfg .disc-box .disc-drop .drop-li:nth-child(6) {
        left: 26%;
        top: 50%;
    }
    .service-support .good-service .disc-box .disc-drop .drop-li:nth-child(1) .icon, .contact-us-page .good-service .disc-box .disc-drop .drop-li:nth-child(1) .icon {
        right: 0.5rem;
        top: -0.94rem;
    }
    .service-support .good-service .disc-box .disc-drop .drop-li:nth-child(2) .icon, .contact-us-page .good-service .disc-box .disc-drop .drop-li:nth-child(2) .icon {
        bottom: -0.8rem;
        right: 0.72rem;
    }

    .service-support .good-service .disc-box .disc-drop .drop-li:nth-child(3) .icon, .contact-us-page .good-service .disc-box .disc-drop .drop-li:nth-child(3) .icon {
        left: -1rem;
    }
    .service-support .good-service .disc-box .disc-drop .drop-li:nth-child(4) .icon, .contact-us-page .good-service .disc-box .disc-drop .drop-li:nth-child(4) .icon {
        top: -1.1rem;
        left: -0.76rem;
    }

    .x-section ._scene_container ._con_box ul.swiper-wrapper li.swiper-slide a span {
        white-space: nowrap;
    }
    .common__banner .banner_wrapper .banner_main .banner_list .banner_item > a .inner_content .inner-box, .common__banner .banner_wrapper .banner_main .banner_list .banner_item > .a .inner_content .inner-box {
        max-width: none;
    }
    .service-support .service-network .main-box .rigth-list-box .info-list .info-box .name, .contact-us-page .service-network .main-box .rigth-list-box .info-list .info-box .name {
        height: 0.72rem;
    }
    .service-support .service-network .main-box .rigth-list-box .info-list .info-box, .contact-us-page .service-network .main-box .rigth-list-box .info-list .info-box {
        padding: 0.41rem 0.3rem 0.41rem 0.3rem;
    }
    .solution-page .com-main .challenge .wal .chall-ul-box .chall-ul .chall-li {
        height: auto;
    }
    .research-innovation .laboratory .main-box .swiper-laboratory .swiper-wrapper .swiper-slide .name {
        height: auto;
    }
    .service-support .good-service .disc-box .disc-drop .drop-li .label {
        transform: translate(-50%, -50%);
        height: 0.24rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header .layer.layer__solution .layer__wp .-right ul li .-content .-tag .-tag-item .-name {
        text-align: center;
    }
    /*banner标题字号行高*/
    .common__banner .banner_wrapper .banner_main .banner_list .banner_item > a .inner_content .inner-box .title, .common__banner .banner_wrapper .banner_main .banner_list .banner_item > .a .inner_content .inner-box .title,
    .about-page .common__banner .banner_wrapper .banner_main .banner_list .banner_item > a .inner_content .inner-box .title, .about-page .common__banner .banner_wrapper .banner_main .banner_list .banner_item > .a .inner_content .inner-box .title,
    .channel-cooperation-page .banner-box .wal .h1,
    .investor-relations .banner-box .wal .h1,
    .service-support .banner-box .wal .h1, .contact-us-page .banner-box .wal .h1,
    .product-list .banner-box .wal .h1,
    .product_detail-page .-top-section .wal .-info .-name,
    .solution-page .banner-box .h1,
    .research-innovation .banner-box .wal .h1,
    .intelli-mfg .banner-box .wal .h1,
    .news-page .-banner > .wal .-body .-title,
    .downloads-page .-container .-title,
    .faq-page .-container .-title,
    .join-us-page .banner-box .con-txt .tit,
    .legal-statement-page .legal-statement .section-title,
    .privacy-policy .section-title{
        font-size: 0.56rem;
        line-height: 1.2 !important;
    }
    /*一级标题字号行高*/
    .index-page .-solution .-solution-wrapper .-solution-body .-solution-title,
    .index-page .long-section .-about .-about-wrapper .about-body .-title,
    .index-page .-news .section-title,
    .index-page .-contact .wal .-body .-title,
    .about-page .-introduce .-left .-title,
    .about-page .-culture .section-title,
    .about-page .-history .section-title,
    .about-page .-honors .section-title,
    .about-page .-layout .section-title,
    .about-page .-development .section-title,
    .channel-cooperation-page .protect-interests .wal .section-title,
    .channel-cooperation-page .cooperative-partner .pcon .cooperative-partner-container .cooperative-partner-wrapper .section-title,
    .investor-relations .why-invest .tit,
    .investor-relations .sustain-develop .con-box .tit,
    .investor-relations .investor-contact .tit,
    .contact-us-page .online-message .card-box .con-box .left-tit-img .text-con .tit,
    .product-list .pro-list .pro-box .pro-ul .pro-li .tit .tit,
    .product_detail-page .-highlights .section-title,
    .product_detail-page .-parameter .section-title,
    .product_detail-page .-scene .section-title,
    .product_detail-page .application-cases-hry .title,
    .contact-us-hry .card-box .con-box .left-info .tit,
    .solution-page .com-main .challenge .wal .tit,
    .solution-page .com-main .why .tit,
    .solution-page .com-main .topology .title,
    .application-cases-hry .title,
    .research-innovation .com-strength .tit,
    .research-innovation .cutting-edge-technology .tit,
    .research-innovation .pro-qual .top-box .left-in-box .tit,
    .research-innovation .laboratory .top-box .left-box .tit,
    .intelli-mfg .prod-cap-map .tit,
    .intelli-mfg .imp-eq .tit,
    .intelli-mfg .mgmt-sys .tit,
    .intelli-mfg .lean-intell-mfg .tit,
    .intelli-mfg .section_application_scenarios .application_scenarios-container .title,
    .service-support .service-network .-title,
    .service-support .good-service .tit,
    .join-us-page .-recruitment .section-title,
    .join-us-page .staff-style .tit
    {
        font-size: 0.48rem;
        line-height: 1.2 !important;
    }
    /*二级标题字号行高*/
    .x-section ._scene_info ._item_content ._con_tit p,
    .index-page .-news .wal .-body .-left ul li a .-content .-title,
    .channel-cooperation-page .protect-interests .wal .list .item .item-content .item-title,
    .investor-relations .env-soc-gove .card-list .card-box .con-text-box .name,
    .investor-relations .investor-contact .contact-info .info-li .key,
    .contact-us-page .service-network .main-box.map-box-wer .card-list-box .card-box .name,
    .solution-page .com-main .challenge .wal .chall-ul-box .chall-ul .chall-li .name,
    .solution-page .com-main .why .card-box .left-con .why-tit,
    .application-cases-hry .swiper-box .swiper-wrapper .swiper-slide .con-box .tit,
    .research-innovation .laboratory .main-box .swiper-laboratory .swiper-wrapper .swiper-slide .name,
    .intelli-mfg .imp-eq .switch-eq .swiper-wrapper .swiper-slide .name,
    .intelli-mfg .mgmt-sys .swiper-mgmt-box .swiper-mgmt .swiper-wrapper .swiper-slide .con-box .left-box .authen,
    .news-page .-foot .-list ul li a .-name,
    .service-support .service-network .main-box .rigth-list-box .info-list .info-box .name,
    .contact-us-page .service-network .main-box .rigth-list-box .info-list .info-box .name,
    .join-us-page .staff-style .swiper-staff-styleb-box .swiper-staff-styleb .swiper-wrapper .swiper-slide .con-ne .name,
    .legal-statement-page .legal-statement .wal-1000 .article h2,
    .product_detail-page .-highlights .wal .-list ul li .-top .-text,
    .product_detail-page .-scene .wal .-body .-left-swiper .swiper-wrapper .swiper-slide .-content .-name
    {
        font-size: 0.28rem;
        line-height: 1.2 !important;
    }
    /*导航字号行高*/
    .hry-footer .footer-nav .nav-flex,
    .hry-footer .footer-nav .nav-flex .cell-box .chi-box-wrapper .chi-box .a,
    .hry-footer .footer-nav .contact-us .email-box .key,
    .hry-footer .footer-nav .contact-us .email-box .-messges,
    .hry-footer .page-footer .left,
    .hry-footer .page-footer .right{
        font-size: .16rem;
    }
    /*正文字号行高*/
    .index-page .-solution .-solution-wrapper .-solution-body .-solution-context,
    .x-section ._scene_info ._item_content ._con_desc,
    .index-page .long-section .-about .-about-wrapper .about-body .-context,
    .index-page .-news .wal .-body .-right .-list .-inner ul li a .-name,
    .about-page .-introduce .wal .-left .-context,
    .about-page .-history .wal .-body .year-swiper .swiper-container .swiper-wrapper .swiper-slide .-text p,
    .about-page .-layout .-wrapper .num-list ul li .data-text,
    .about-page .-development .wal .-list ul li .-text,
    .channel-cooperation-page .protect-interests .wal .list .item .item-content .item-text,
    .investor-relations .banner-box .wal .info-text,
    .investor-relations .why-invest .con-text,
    .investor-relations .sustain-develop .con-box .con-txt,
    .investor-relations .env-soc-gove .card-list .card-box .con-text-box .text,
    .investor-relations .investor-contact .contact-info .info-li .value,
    .contact-us-page .service-network .main-box.map-box-wer .map-card-box .right-info .address,
    .contact-us-page .online-message .card-box .con-box .left-tit-img .text-con .info-text,
    .service-support .service-network .main-box .rigth-list-box .info-list .info-box .form-box .item-box .value span,
    .contact-us-page .service-network .main-box .rigth-list-box .info-list .info-box .form-box .item-box .value span,
    .contact-us-page .service-network .main-box.map-box-wer .map-card-box .right-info .form-box .fomr-item .value,
    .product_detail-page .-top-section .wal .-info .-context p,
    .product_detail-page .-highlights .wal .-list ul li .-content p,
    .product_detail-page .-parameter .wal .-table table tr td,
    .product_detail-page .-scene .wal .-body .-left-swiper .swiper-wrapper .swiper-slide .-content .-text,
    .application-cases-hry .swiper-box .swiper-wrapper .swiper-slide .con-box .text,
    .contact-us-hry .card-box .con-box .left-info .text,
    .contact-us-hry .card-box .con-box .left-info .info-list .infor-li .value,
    .solution-page .com-main .challenge .wal .chall-ul-box .chall-ul .chall-li .ul .li,
    .solution-page .com-main .why .text,
    .solution-page .com-main .why .card-box .left-con .ul .li,
    .research-innovation .banner-box .wal .info-text,
    .research-innovation .com-strength .main-box .left-hr .count-list .count-li .name,
    .research-innovation .com-strength .main-box .right-list .li-box .right-txt .txt,
    .research-innovation .pro-qual .top-box .left-in-box .info,
    .research-innovation .pro-qual .main-box .swiper-certificate .swiper-wrapper .swiper-slide .name,
    .research-innovation .laboratory .top-box .left-box .text,
    .intelli-mfg .banner-box .wal .info-text,
    .intelli-mfg .prod-cap-map .count-list .count-li .label,
    .intelli-mfg .prod-cap-map .cell-ad-box .left-card-box .left-card .txt-con .in-txt,
    .intelli-mfg .imp-eq .switch-eq .swiper-wrapper .swiper-slide .text,
    .intelli-mfg .mgmt-sys .text,
    .intelli-mfg .mgmt-sys .swiper-mgmt-box .swiper-mgmt .swiper-wrapper .swiper-slide .con-box .left-box .mgmt-text,
    .intelli-mfg .lean-intell-mfg .text,
    .intelli-mfg .section_application_scenarios .application_scenarios-container .context,
    .news-page .-banner > .wal .-body .-swiper .swiper-wrapper .swiper-slide a .-right .-content .-text,
    .news-page .-foot .-list ul li a .-text,
    .service-support .banner-box .wal .info-text, .contact-us-page .banner-box .wal .info-text,
    .faq-page .-container .wal .-box .-right .-list ul li .-content .-inner .-row .row-head,
    .faq-page .-container .wal .-box .-right .-list ul li .-content .-inner .-row .row-body .-text p,
    .join-us-page .-recruitment .-body .-right .-list ul li .-content .-inner .-row .row-head,
    .join-us-page .-recruitment .-body .-right .-list ul li .-content .-inner .-row .row-body .-text p,
    .legal-statement-page .legal-statement .wal-1000 .article p,
    .privacy-policy-page .privacy-policy .wal-1000 .article p
    {
        font-size: 0.18rem;
    }
}

@media screen and (max-width: 800px) {


    .about-page .-development .wal .-list ul li .-content .data-num .unit {
        margin: auto 0 0.14rem 0.16rem;
    }

    .about-page .-introduce .wal .-year ul li {
        width: 45%;
    }

    .about-page .-introduce .wal .-year ul li .data-num {
        font-size: 0.56rem;
    }

    .about-page .-history .wal .-body .year-swiper .swiper-container .swiper-wrapper .swiper-slide .-text p::before {
        top: .16rem;
    }

    .about-page .-honors .wal .-body .-list ul li {
        height: 1.3rem;
        padding: 0 0;
    }


    .index-page .long-section .-process .-process-wrapper .-process-body .-list .-top ul li, .index-page .long-section .-process .-process-wrapper .-process-body .-list .-bottom ul li {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 2.3rem;
        padding: .2rem;
    }

    .index-page .long-section .-process .-process-wrapper .-process-body .-list .-top ul li .-content .-text, .index-page .long-section .-process .-process-wrapper .-process-body .-list .-bottom ul li .-content .-text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .about-page .-introduce .wal .-year ul li .data-unit {
        -webkit-line-clamp: none;
    }

    .about-page .-culture .wal .-list ul li .-inner .-content .-tit {
        font-size: .36rem;
    }

    /*.about-page .-honors .wal .-body .-list ul li span {*/
    /*    -webkit-line-clamp: 3;*/
    /*}*/

    .product-list .pro-list .pro-box .pro-ul .pro-li .product-ul .product-li .name {
        text-align: center;
    }

    .product-list .pro-list .pro-box .pro-ul .pro-li .product-ul .product-li .tag {
        text-align: center;
    }

    .product_detail-page .-top-section .wal .-imgs .-stacked-bottom {
        font-size: 1.2rem;
    }

    .intelli-mfg .banner-box .wal .h1 {
        height: auto;
    }

    .product-list .banner-box .wal .h1 {
        font-size: 0.56rem;
        line-height: 1.4 !important;
    }

    .intelli-mfg .mgmt-sys .swiper-mgmt-box .swiper-mgmt .swiper-wrapper .swiper-slide .con-box .left-box .mgmt-text {
        margin-bottom: 1rem;
    }

    .intelli-mfg .lean-intell-mfg .disc-box .line-list-box .line-box .con-txt .label {
        width: 3rem;
        white-space: break-spaces;
        text-align: center;
    }

    .intelli-mfg .lean-intell-mfg .disc-box .disc-drop .drop-li {
        width: 0.4rem;
    }

    .intelli-mfg .lean-intell-mfg .disc-box .kps-box .center-text {
        width: 1.6rem;
    }

    .intelli-mfg .section_application_scenarios .application_scenarios-container .icon-list-box {
        align-items: flex-start;
    }

    .intelli-mfg .section_application_scenarios .application_scenarios-container .icon-list-box .card-icon .name {
        white-space: break-spaces;
        width: 2rem;
    }

    .news-page .-foot .-nav {
        border-bottom: 0.02rem solid var(--borderLine);
    }

    .news-page .-foot .-nav::-webkit-scrollbar {
        display: none;
    }

    .service-support .good-service .disc-box .line-list-box .line-box .con-txt .value, .contact-us-page .good-service .disc-box .line-list-box .line-box .con-txt .value {
        width: 1.6rem;
        -webkit-line-clamp: none;
        overflow: initial;
        text-align: center;
    }

    .service-support .good-service .disc-box .disc-drop .drop-li:nth-child(4), .contact-us-page .good-service .disc-box .disc-drop .drop-li:nth-child(1) {
        top: 29%;
    }

    .service-support .good-service .disc-box .disc-drop .drop-li:nth-child(2), .contact-us-page .good-service .disc-box .disc-drop .drop-li:nth-child(3) {
        left: 62%;
        top: 60%;
    }

    .service-support .good-service .disc-box .disc-drop .drop-li:nth-child(1), .contact-us-page .good-service .disc-box .disc-drop .drop-li:nth-child(2) {
        top: 25%;
    }

    .service-support .good-service, .contact-us-page .good-service {
        padding-bottom: 4rem
    }

    .intelli-mfg .lean-intell-mfg .disc-box .kps-box .center-kps {
        font-size: 0.54rem;
        line-height: 1.3 !important;
    }

    .index-page .x-section-outter .x-section .section_swiper_con_si .swiper-wrapper .swiper-slide .low_text {
        text-align: center;
        font-size: 1.4rem;
    }

    .application-cases-hry .swiper-box .swiper-wrapper .swiper-slide .con-box .tit {
        -webkit-line-clamp: 2;
    }

    .application-cases-hry .swiper-box .swiper-wrapper .swiper-slide .con-box .text {
        -webkit-line-clamp: 4;
    }

    .about-page .common__banner .banner_wrapper .banner_main .banner_list .banner_item > a .inner_content .inner-box .title, .about-page .common__banner .banner_wrapper .banner_main .banner_list .banner_item > .a .inner_content .inner-box .title,
    .index-page .common__banner .banner_wrapper .banner_main .banner_list .banner_item > a .inner_content .inner-box .title, .index-page .common__banner .banner_wrapper .banner_main .banner_list .banner_item > .a .inner_content .inner-box .title,
    .about-page .common__banner .banner_wrapper .banner_main .banner_list .banner_item > a .inner_content .inner-box .title, .about-page .common__banner .banner_wrapper .banner_main .banner_list .banner_item > .a .inner_content .inner-box .title,
    .channel-cooperation-page .banner-box .wal .h1,
    .investor-relations .banner-box .wal .h1,
    .service-support .banner-box .wal .h1, .contact-us-page .banner-box .wal .h1,
    .product-list .banner-box .wal .h1,
    .research-innovation .banner-box .wal .h1,
    .intelli-mfg .banner-box .wal .h1,
    .news-page .-banner > .wal .-body .-title,
    .service-support .banner-box .wal .h1, .contact-us-page .banner-box .wal .h1,
    .section-title,
    .join-us-page .banner-box .con-txt .tit {
        font-size: 0.54rem;
        line-height: 1.3 !important;
    }

    .news-page .-foot .-nav ul {
        border-bottom: none;
    }

    .service-support .good-service .disc-box .disc-drop .drop-li .label, .contact-us-page .good-service .disc-box .disc-drop .drop-li .label {
        font-size: 0.18rem;
        line-height: 1.2 !important;
    }

    .intelli-mfg .lean-intell-mfg .disc-box .line-list-box .line-box .con-txt .label {
        height: .66rem;
    }

    .intelli-mfg .lean-intell-mfg .disc-box .line-list-box .line-box:nth-child(1) {
        top: -1.3rem;
    }

    .intelli-mfg .lean-intell-mfg .disc-box .line-list-box .line-box:nth-child(2) {
        top: -2.16rem;
    }

    .intelli-mfg .lean-intell-mfg .disc-box .line-list-box .line-box:nth-child(3) {
        top: -1.32rem;
    }

    .intelli-mfg .lean-intell-mfg .disc-box .line-list-box .line-box:nth-child(4) {
        bottom: -1.36rem;
    }

    .intelli-mfg .lean-intell-mfg .disc-box .line-list-box .line-box:nth-child(5) {
        bottom: -2.18rem;

    }

    .intelli-mfg .lean-intell-mfg .disc-box .line-list-box .line-box:nth-child(6) {
        bottom: -1.34rem;
    }



    .product_detail-page .-top-section .wal {
        padding-top: 1.8rem;
    }

    .product_detail-page .-top-section .wal .-mb_info .-context p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
    }



    .product-list .pro-list .pro-box .pro-ul .pro-li .tit .tit {
        font-size: .44rem;
    }
    .research-innovation .pro-qual .top-box .right-nav {
        overflow-x: auto;
    }
    .research-innovation .pro-qual .top-box .right-nav .nav-list {
        width: max-content;
    }
    .research-innovation .pro-qual .top-box .right-nav .nav-list .nav-li {
        white-space: nowrap;
    }
    .common-dialog .-container .-wrapper .-right .-content .-form .form-item .-input input, .common-dialog .-container .-wrapper .-right .-content .-form .form-item .-input textarea {
        font-family: "fontFamily-R";
    }
    .investor-relations .notice-annual-report .tabs-box-fh {
        width: 100%;
        overflow-x: auto;
        padding: 0 0.4rem;
    }
    .investor-relations .notice-annual-report .tabs-box-fh::-webkit-scrollbar {
        display: none;
    }
    .investor-relations .notice-annual-report .tabs-box .tab-li {
        white-space: nowrap;
    }
    .investor-relations .notice-annual-report .tabs-box {
        width: max-content;
    }
}

@media screen and (min-width: 800px) {
    .solution-page .com-main .why .card-box .left-con {
        padding: 0.6rem 1rem 0 0.6rem;
    }
    .index-page .long-section .-process .-process-wrapper .-process-body .-list .-top ul li, .index-page .long-section .-process .-process-wrapper .-process-body .-list .-bottom ul li {
        width: 3.5rem;
        margin-right: 2.8rem;
    }
    .index-page .long-section .-process .-process-wrapper .-process-body .-list .-top ul li .-content .-title, .index-page .long-section .-process .-process-wrapper .-process-body .-list .-bottom ul li .-content .-title {
        font-size: 0.32rem;
        line-height: 1.2 !important;
    }
    .index-page .long-section .-about .-about-wrapper .about-body .-context {
        max-width: 5.8rem;
    }
    .research-innovation .laboratory .top-box .left-box {
        width: 10.35rem;
    }
    .intelli-mfg .section_application_scenarios .application_scenarios-container .context {
        max-width: 8.5rem;
    }

}
@media screen and (max-width: 800px) {
    .index-page .long-section .-process .-process-wrapper .-process-body .-list .-top ul li, .index-page .long-section .-process .-process-wrapper .-process-body .-list .-bottom ul li {
        margin: 0 0 3.6rem;
        height: 2.6rem;
    }
    .index-page .long-section .-process .-process-wrapper .-process-body .-list .-top ul li .-content .-title, .index-page .long-section .-process .-process-wrapper .-process-body .-list .-bottom ul li .-content .-title {
        line-height: 1.3 !important;
    }
    .channel-cooperation-page .protect-interests .wal .list .item .item-content .item-title {
        margin-top: 0.36rem;
    }

}
.channel-cooperation-page .protect-interests .wal .list .item .item-content .item-text {
    -webkit-line-clamp: 6;
}
.research-innovation .com-strength .main-box .right-list .li-box .left-i-num .num .unit {
    line-height: 2.2 !important;
}

@media screen and (min-width: 800px) {
    .about-page .-introduce .wal .-left {
        width: 7.2rem;
        margin-right: 2rem;
    }
    .research-innovation .laboratory .main-box .swiper-laboratory .swiper-wrapper .swiper-slide .name {
        padding: 0 0.26rem;
        font-size: 0.18rem;
    }
    .intelli-mfg .prod-cap-map .count-list .count-li {
        padding: 0 0.6rem;
    }
    .intelli-mfg .prod-cap-map .count-list .count-li:first-child {
        padding-left: 0;
    }
    .investor-relations .why-invest .con-text {
        width: 9rem;
    }
    header .layer.layer__product .layer__wp .layer_v1 > li > ul.layer_v2 > li > ul.layer_v3 {
        padding-top: 0.2rem;
    }
    header .layer.layer__product .layer__wp .layer_v1 > li > ul.layer_v2 > li > ul.layer_v3 > li > ._inner a .-img {
        height: 1.65rem;
        width: 2.4rem;
    }
    .about-page .-development .wal .-list ul li .-content .data-num {
        font-size: 0.48rem;
    }
    .channel-cooperation-page .protect-interests .wal .list .item .item-content .item-title {
        margin-top: 0.28rem;
    }
    .channel-cooperation-page .protect-interests .wal .list .item .item-content {
        padding-top: 0.38rem;
        padding-bottom: 0.5rem;
    }
    .research-innovation .banner-box .position .info-text {
        width: auto;
    }
    .about-page .-honors .wal .-body .-list ul li {
        font-size: 0.26rem;
    }
    .intelli-mfg .banner-box .wal .info-text {
        width: auto;
    }
    .investor-relations .banner-box .wal .info-text {
        width: auto;
    }
    .service-support .banner-box .wal .info-text, .contact-us-page .banner-box .wal .info-text {
        width: auto;
    }
    header .layer.layer__product .layer__wp .layer_v1 > li > ul.layer_v2 > li > ul.layer_v3 > li > ._inner a .name {
        margin-top: 0.17rem;
    }
    header .layer.layer__product .layer__wp .layer_v1 > li > ul.layer_v2 > li.on > .layer_v3 {
        row-gap: 0.4rem
    }
    .hry-footer > .wal {
        max-width: 100%;
        padding: 0 0.8rem;
    }
    .research-innovation .laboratory .top-box {
        align-items: flex-start;
        justify-content: flex-start;
    }
    .research-innovation .laboratory .top-box .right-logo {
        margin-top: 0.66rem;
        margin-left: .178rem;
        flex: 1;
    }
    .faq-page .-container .wal .-box .-right .-list ul li {
        border-top: none;
        border-bottom: 0.01rem solid #EBEBEB;
        position: relative;
    }
    .faq-page .-container .wal .-box .-right .-list ul li:first-child {
        border-top: 0.01rem solid #EBEBEB;
    }
    .faq-page .-container .wal .-box .-right .-list ul li::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -0.01rem;
        left: 0;
        width: 0%;
        height: 0.01rem;
        background: linear-gradient(to right, #ffffff, var(--sk-global-color));
        transition: 0.5s;
    }
    .faq-page .-container .wal .-box .-right .-list ul li:hover::after {
        width: 100%;
    }
    .join-us-page .-recruitment .-body .-right .-list ul li {
        border-top: none;
        border-bottom: 0.01rem solid #EBEBEB;
        position: relative;
    }
    .join-us-page .-recruitment .-body .-right .-list ul li:first-child {
        border-top: 0.01rem solid #EBEBEB;
    }
    .join-us-page .-recruitment .-body .-right .-list ul li::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -0.01rem;
        left: 0;
        width: 0%;
        height: 0.01rem;
        background: linear-gradient(to right, #ffffff, var(--sk-global-color));
        transition: 0.5s;
    }
    .join-us-page .-recruitment .-body .-right .-list ul li:hover::after {
        width: 100%;
    }
    .hry-footer .footer-nav .contact-us .email-box .-messges a {
        font-size: 0.16rem;
    }

    .index-page .x-section-outter .x-section .section_swiper_con_si .swiper-wrapper .swiper-slide .right {
        width: 83vh;
    }
    .index-page .x-section-outter .x-section .section_swiper_con_si .swiper-wrapper .swiper-slide {
        padding: 0;
    }
    .index-page .x-section-outter .x-section .section_swiper_con_si .swiper-pagination {
        left: 0;
    }
    .x-section ._scene_container {
        width: 100%;
    }
    .research-innovation .pro-qual .top-box .right-nav .logo-list {
        gap: 0.4rem;
    }

    .research-innovation .pro-qual .top-box .right-nav .logo-list .logo-li img {
        width: auto;
        height: 100%;
    }
    .research-innovation .laboratory .top-box .right-logo .logo-box .logo-li {
        width: auto;
    }
    .research-innovation .laboratory .top-box .right-logo .logo-box .logo-li img {
        width: auto;
        height: 100%;
    }
    .research-innovation .laboratory .top-box .right-logo .logo-box {
        gap: 0.4rem;
        justify-content: flex-end;
    }
    .research-innovation .cutting-edge-technology .overflow .main-box .cutting-edge-wer .box-li:hover {
        width: 34%;
    }
    .research-innovation .pro-qual .top-box .right-nav .logo-list {
        justify-content: flex-end;
    }
    .intelli-mfg .prod-cap-map .count-list .count-li .num {
        text-align: center;
    }
    .news-page .-foot .-list ul li a .-name {
        font-size: 0.2rem;
    }
    .channel-cooperation-page .protect-interests {
        padding-bottom: 1.37rem;
    }
    .channel-cooperation-page .protect-interests .wal {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 800px) {
    .about-page .-development .wal .-list ul li {
        justify-content: space-between;
    }
    .about-page .-development .wal .-list ul li {
        padding-left: 0.16rem;
        padding-right: 0.16rem;
    }
    .about-page .-development .wal .-list ul li .-content .data-num {
        font-size: 0.44rem;
    }
    .index-page .-solution .-solution-wrapper .-solution-body .-solution-context {
        text-align: left;
    }
    .index-page .long-section .-about .-about-wrapper .about-body .-context {
        text-align: left;
    }
    .investor-relations .sustain-develop .con-box .con-txt {
        text-align: left;
    }
    .intelli-mfg .prod-cap-map .count-list .count-li .num {
        font-size: 0.44rem;
    }
    .intelli-mfg .prod-cap-map .cell-ad-box .left-card-box .left-card .txt-con .in-txt {
        -webkit-line-clamp: 4;
    }
    .intelli-mfg .imp-eq .switch-eq .swiper-wrapper .swiper-slide .text {
        padding-left: 0;
        padding-right: 0;
    }
    .intelli-mfg .prod-cap-map .count-list .count-li:first-child {
        width: 36%;
    }
    .channel-cooperation-page .protect-interests {
        padding-bottom: 1.62rem;
    }
    .channel-cooperation-page .protect-interests .wal {
        padding-bottom: 0;
    }
    .research-innovation .pro-qual .top-box .right-nav .logo-list {
        gap: 0.5rem;
    }
}
.about-page .-development .wal .-list ul li .-content .data-num .count-to {
    display: inline-block;
    margin-right: 0.14rem;
}
.about-page .-introduce .wal .-left .-context {
    text-align: justify;
}
.research-innovation .pro-qual .top-box .left-in-box .info {
    text-align: justify;
}
.research-innovation .laboratory .top-box .left-box .text {
    text-align: justify;
}
.index-page .-solution .-solution-wrapper .-solution-body .-solution-context {
    text-align: justify;
}
.index-page .long-section .-about .-about-wrapper .about-body .-context {
    text-align: justify;
}
.index-page .-innovation .wal .list ul li .-box .-inner .-content .context {
    text-align: justify;
}
.index-page .x-section-outter .x-section .section_swiper_con_si .swiper-wrapper .swiper-slide .left .desc {
    text-align: justify;
    -webkit-line-clamp: 6;
}
.product_detail-page .-top-section .wal .-info .-context {
    text-align: justify;
}

.join-us-page .-recruitment .-body .-right .-list ul li .-content .-inner .-row .row-body {
    font-size: 0.18rem;
}
@media screen and (max-width: 800px) {
    .join-us-page .-recruitment .-body .-right .-list ul li .-content .-inner .-row .row-body {
        font-size: 0.28rem;
    }
}
.join-us-page .-recruitment .-body .-right .-list ul li .-content .-inner .-row .row-body ul {
display: block;
list-style-type: disc;
margin-block-start: 1em;
margin-block-end: 1em;
padding-inline-start: 2em;
unicode-bidi: isolate;
}
.join-us-page .-recruitment .-body .-right .-list ul li .-content .-inner .-row .row-body ul li {
    border-top: initial;
    border-bottom: initial;
    position: initial;
    padding: initial;
    list-style-type: initial;
    list-style: initial;
}
.investor-relations .why-invest .con-text {
    text-align: justify;
}
@media screen and (min-width: 800px) {
    .x-section ._scene_info ._item_content ._con_tit p, .index-page .-news .wal .-body .-left ul li a .-content .-title, .channel-cooperation-page .protect-interests .wal .list .item .item-content .item-title, .investor-relations .env-soc-gove .card-list .card-box .con-text-box .name, .investor-relations .investor-contact .contact-info .info-li .key, .contact-us-page .service-network .main-box.map-box-wer .card-list-box .card-box .name, .solution-page .com-main .challenge .wal .chall-ul-box .chall-ul .chall-li .name, .solution-page .com-main .why .card-box .left-con .why-tit, .application-cases-hry .swiper-box .swiper-wrapper .swiper-slide .con-box .tit, .research-innovation .laboratory .main-box .swiper-laboratory .swiper-wrapper .swiper-slide .name, .intelli-mfg .imp-eq .switch-eq .swiper-wrapper .swiper-slide .name, .intelli-mfg .mgmt-sys .swiper-mgmt-box .swiper-mgmt .swiper-wrapper .swiper-slide .con-box .left-box .authen, .news-page .-foot .-list ul li a .-name, .service-support .service-network .main-box .rigth-list-box .info-list .info-box .name, .contact-us-page .service-network .main-box .rigth-list-box .info-list .info-box .name, .join-us-page .staff-style .swiper-staff-styleb-box .swiper-staff-styleb .swiper-wrapper .swiper-slide .con-ne .name, .legal-statement-page .legal-statement .wal-1000 .article h2, .product_detail-page .-highlights .wal .-list ul li .-top .-text, .product_detail-page .-scene .wal .-body .-left-swiper .swiper-wrapper .swiper-slide .-content .-name{
        font-size: 0.24rem; !important;
    }
    .application-cases-hry .swiper-box .swiper-wrapper .swiper-slide .con-box .tit{
        -webkit-line-clamp: 2; !important;
    }
    .application-cases-hry .swiper-box .swiper-wrapper .swiper-slide .con-box {
        padding-bottom: 0.25rem !important;
    }
    .application-cases-hry .swiper-box .swiper-wrapper .swiper-slide {
        min-height: 4.6rem;
    }
    .application-cases-hry .swiper-box .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .solution-page .com-main .challenge .wal .chall-ul-box .chall-ul .chall-li .index {
        top: 0;
    }
    header .layer.layer__solution .layer__wp .-right ul li .-content .-tag {
        gap: 0.06rem;
    }
    header .layer.layer__product .layer__wp .layer_v1 > li > ul.layer_v2 > li > ul.layer_v3 > li {
        margin-top: 0;
    }
    header .layer.layer__solution .layer__wp .-left ul {
        flex-direction: column;
    }
    header .layer.layer__solution .layer__wp .-left {
        width: 30%;
    }
    header .layer.layer__solution .layer__wp .-right {
        width: 70%;
    }
    header .layer.layer__solution .layer__wp .-right ul li .-content .-text {
        -webkit-line-clamp: 4;
    }
    .x-section ._scene_container ._con_box ul.swiper-wrapper li.swiper-slide a span {
        max-width: 80%;
    }
    .product_detail-page .-hots .wal {
        padding-bottom: 1.76rem;
    }
    .product_detail-page .contact-us-hry {
        padding-top: 0;
    }
    .product_detail-page .-hots .wal {
        padding-top: 0;
    }
    .product_detail-page .application-cases-hry {
        padding-bottom: 1.76rem;
    }
    .product_detail-page .application-cases-hry {
        padding-top: 0;
    }
    .product_detail-page .-button-box {
        /*padding-bottom: 1.76rem;*/
    }
    .product_detail-page .-hots {
        /*padding-top: 1.76rem;*/
    }
    .-arrow-hover .-arrow .prev, .-arrow-hover .-arrow .next {
        left: 0.7rem;
    }
    .-arrow-hover .-arrow .next{
        left: auto;
        right: 0.7rem;
    }
    .x-section .home-scene .-object .-product .-action {
        text-shadow: .01rem .01rem .1rem #041f36;
    }
    .x-section ._scene_container .swiper-button-disabled {
        display: flex;
        opacity: 0.5;
    }
}
.application-cases-hry .swiper-box .swiper-wrapper .swiper-slide .con-box{
    padding: 0.39rem 0.25rem 0.25rem 0.25rem;
}

@media screen and (max-width: 800px) {
    .product_detail-page .-hots .wal {
        padding-bottom: 1.6rem;
    }
    .product_detail-page .contact-us-hry {
        padding-top: 0;
    }
    .product_detail-page .-hots .wal {
        padding-top: 0;
    }
    .product_detail-page .application-cases-hry {
        padding-bottom: 1.6rem;
        padding-top: 0;
    }
    .product_detail-page .-button-box {
        /*padding-bottom: 1.4rem;*/
    }
    .product_detail-page .-hots {
        /*padding-top: 1.4rem;*/
    }

    .index-page .long-section .-process .-process-wrapper .-process-body .-list .-top ul li .-content .-text, .index-page .long-section .-process .-process-wrapper .-process-body .-list .-bottom ul li .-content .-text {
        -webkit-line-clamp: none;
    }
    .index-page .-innovation .wal .list ul li .-box {
        height: 100%;
    }
    .index-page .-innovation .wal .list ul li .-box .-inner .-content .img .fit-img {
        padding-top: 30%;
    }
    .index-page .-innovation .wal .list ul li .-box .-inner .-content {
        padding-top: 0.3rem;
    }
    .index-page .-innovation .wal .list ul li .-box .-inner .-content .context {
        margin-top: 0.3rem;
    }




    .index-page .long-section .-process .-process-wrapper .-process-body .-list .-top ul li, .index-page .long-section .-process .-process-wrapper .-process-body .-list .-bottom ul li {
        background: none;
        padding: 0;
    }
    .index-page .long-section .-process .-process-wrapper .-process-body .-list .-top ul li .-content, .index-page .long-section .-process .-process-wrapper .-process-body .-list .-bottom ul li .-content {
        padding: 0.2rem;
        background-color: var(--bgc);
        border-radius: 0.24rem;
    }
        .index-page .long-section .-process .-process-wrapper .-process-body .-list .-top ul li.active, .index-page .long-section .-process .-process-wrapper .-process-body .-list .-bottom ul li.active {
        background: none;
        box-shadow: none;
    }
    .index-page .long-section .-process .-process-wrapper .-process-body .-list .-top ul li.active .-content , .index-page .long-section .-process .-process-wrapper .-process-body .-list .-bottom ul li.active .-content  {
        box-shadow: 0px 0px 1.5rem 0px #DBE6ED;
    }
    .index-page .long-section .-process .-process-wrapper .-process-body .-list .-top ul li.active-after .-content, .index-page .long-section .-process .-process-wrapper .-process-body .-list .-bottom ul li.active-after  .-content{
        box-shadow: none;
    }
    .index-page .common__banner .banner_wrapper .banner_main .banner_list .banner_item > a .inner_content .inner-box .sub-title {
        text-align: justify;
    }
    .index-page .long-section .-about .-about-wrapper .about-body .-button {
        margin-top: 1.6rem;
    }
    .x-section ._scene_container ._con_box .mobile_show {
        height: auto;
    }
    .product_detail-page .-scene .wal {
        padding-top: 1.4rem;
    }

}
@media screen and (max-height: 760px) {
    .index-page .x-section-outter .x-section .section_swiper_con_si .swiper-wrapper .swiper-slide .right {
        margin-top: 0;
    }
    .solution-page .com-main .why .card-box .right-img .mc-list .mc-li .pos-center .name {
        padding: 0;
    }
}
.news-page .-foot .-list ul li a .-name {
    -webkit-line-clamp: 3;
}
.news-page .-banner > .wal .-body .-swiper .swiper-wrapper .swiper-slide a .-right .-content .-name {
    -webkit-line-clamp: 3;
}
.intelli-mfg .imp-eq .switch-eq .swiper-wrapper .swiper-slide .text {
    text-align: center;
}