.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px){
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.youduf{
    color: #050038;
    font-size: 18px;
    line-height: 35px;
    font-weight: 600;
    text-align: left;
    padding-left: 15px;
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-he.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder #uioi {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-su.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ 
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, 
    .xymob-menu-click .xypg-left-keys, 
    .xymob-menu-click .xypg-left-contact, 
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}

/*  */
p{margin:0;}
body{overflow-x:hidden;}
.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

.com-img2{ display:block; overflow:hidden;}
.com-img2 img{ transition:transform .3s ease-out; -webkit-transition:transform .3s ease-out; -moz-transition:transform .3s ease-out; -o-transition:transform .3s ease-out;}
.com-img2:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

.qighg .com-text {padding-top: 15px;}
.qighg .com-text .p1 { font-size: 24px; color: #050038; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight: 600;}
.qighg .com-text .p2 { font-size: 15px; color: rgba(5,0,56,0.6); margin-top: 10px; text-align: center;}

.relative{position: relative;}

.flex2{ display: flex;display: -webkit-flex;justify-content: center;}
.wrap{flex-wrap:wrap}
.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}

.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.clamp4 {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}

.max1600{max-width: 1200px;width:90.625%;margin:0 auto;}
.max1500{max-width: 1280px;width:90.625%;margin:0 auto;}
.max1400{max-width: 1280px;padding-left: 24px;padding-right: 24px;margin: 0 auto;}
.max1200{max-width: 1280px;padding-left: 24px;padding-right: 24px;margin: 0 auto;}


/* header */
.header{left:0;top:0;width:100%;z-index:9999;position:fixed;-webkit-transition:all .3s ease;transition:all .3s ease;
 
}


.yngofnghg li:nth-child(1) .shipingzhd_aaa{
    display: none;
}
.yngofnghg li:nth-child(2) .shipingzhd_aaa{
    display: none;
}

.yngofnghg li:nth-child(3) .shipingzhd_aaa{
    display: none;
}
.yngofnghg li:nth-child(4) .shipingzhd_aaa{
    display: none;
}
.yngofnghg li:nth-child(5) .shipingzhd_aaa{
    display: none;
}

.yngofnghg li:nth-child(8) .shipingzhd_aaa{
    display: none;
}

.yngofnghg li:nth-child(9) .shipingzhd_aaa{
    display: none;
}

.yngofnghg li:nth-child(10) .shipingzhd_aaa{
    display: none;
}

.ffffggjj li:nth-child(3) .shipingzhd_aaa{
    display: block;
}

.top-mid-flex{height:90px}
.logo{position:relative}
.logo a{display:block}
.logo a img{max-width:100%;max-height:58px}

.header-ss{margin-left:1.25vw;position:relative;width:36px;height:36px}
.header-ss .ss_btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:50%;background:url(//wm.cdn.cn86.cn/huizhoukerui/2025/03/912029ca77vmcw3b.png) no-repeat center;cursor:pointer}
.search-box{position:absolute;top:100%;right:0;z-index:99;display:none;background:#fff;padding:16px 20px;-webkit-box-shadow:0 0 15px 0 rgb(0 0 0 / 30%);box-shadow:0 0 15px 0 rgb(0 0 0 / 30%)}
.header-ss .ss-search{width:220px;position:relative;background:#fff;border:1px solid var(--main-theme-color);display:flex}
.header-ss .ss-search input{height:34px;line-height:34px;outline:0;border:none;font-size:0}
.header-ss .ss-search #keyword{width:calc(100% - 50px);padding-left:10px;color:#000;font-size:14px}
.header-ss .ss-search #s_btn{width:50px;background-color:var(--main-theme-color);background-position:center center;background-repeat:no-repeat;background-image:url(//cdn.myxypt.com/1a7e079f/24/06/a56ff77c79b014cb5708c10b590703e9baedb3fa.png)}


.x-menu{position:relative}
.x-menu>li{position:relative;text-align:center}
.x-menu>li:nth-child(1){
    position: static;
}
.x-menu>li:nth-child(2){
    position: static;
}

.x-menu>li>a{display:block;font-size:18px;color:#050038;height:90px;line-height:90px;font-weight:400}
.x-menu>li:hover>a{color:#2B5BFD!important}
.x-sub-menu{position:absolute;z-index:999;width:250%;left:-25%;top:100%;display:none;background:#fff;border-radius:0;padding:10px}
.x-sub-menu>li>a{display:block;font-size:16px;color:#4b4770;line-height: 35px;text-align: left;padding-left: 15px;}
.x-sub-menu>li>a:hover{color: #4b4770!important;background: #f5f4f4;}


.x-sub-menua{
    position:absolute;
    z-index:999;
    width: 240%;
    left: -71%;
    display:none;
    background:#fff;
    border-radius:0;
    padding:2% 4%;
}
.x-sub-menua>li>a{display:block;font-size:16px;color:#4b4770;line-height: 35px;text-align: left;padding-left: 15px;}
.x-sub-menua>li>a:hover{color: #4b4770!important;background: #f5f4f4;}

.deep1 li{
    width: 22%;
     text-align: left;
     margin-right: 2%;
}
.deep1 li:nth-child(4){
    margin-right: 0px;
}
.deep11 li{
    width: 48%;
     text-align: left;
     margin-right: 2%;
}
.deep11 li:nth-child(2){
    margin-right: 0px;
}
.deep11 li a{
    color: #050038;
    font-size: 18px;
    line-height: 35px;
    font-weight: 600;
    text-align: left;
    padding-left: 15px;
}
.deep1 li a{
    color: #050038;
    font-size: 18px;
    line-height: 35px;
    font-weight: 600;
    text-align: left;
    padding-left: 15px;
}
.deep2 li{
    width: 100%;
    text-align: left;
}
.deep2 li:hover{
   background: #f5f4f4;
}
.deep2 li a{
    color: #4b4770;
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
    text-align: left;
    padding-left: 15px;
}
.deep2 li:hover a{
    color: #4b4770;
}
@media (min-width:1200px){
    .x-menu>li{margin-left:15px;margin-right:15px}
}
@media (min-width:1440px){
    .x-menu>li{margin-left:22px;margin-right:22px}
}
.laidnifhg{
    width: 144px;
    height: 54px;
    background: linear-gradient( 90deg, #4262FF 0%, #40A3F9 100%);
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 9999px 9999px 9999px 9999px;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
}
.laidnifhg a{
    color: #fff;
}
.language-group .btn {
    color: #050038;
}
.btn-group{
    margin:0 5%; 
}
.top_right {
    width: 78%;
}
.scroll{
    border-radius: 0px 0px 0px 0px;
    /* border: 1px solid rgba(203,205,209,0.5); */
    background: #fff;
}
.scroll .x-menu>li>a{
    color: #050038;
}
.flex55{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

/*neiyri*/
.neiyri{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/e9186505aah5wvz5.png) top center no-repeat #f4f6ff;
    background-size: 100% 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10% 0 4% 0;
}
.abbt{
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.abbt_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 58px;
    color: #050038;
    line-height: 65px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.abbt_b{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 5%;
}
.abyy{
    margin-top: 4%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.abyyle{
    width: 289px;
    height: 65px;
    background: linear-gradient( 90deg, #4262FF 23%, #40A3F9 100%);
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 9999px 9999px 9999px 9999px;
    line-height: 65px;
    font-size: 18px;
    text-align: center;
}
.abyyle img{
    margin-left: 10px;
}
.abyyle a{
    color: #fff;
}
.abyyle:hover a{
    color: #fff!important;
}
.abyyrt{
    width: 253px;
    height: 65px;
    background: #FFFFFF;
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 9999px 9999px 9999px 9999px;
    line-height: 65px;
    margin-left: 20px;
    font-size: 18px;
    text-align: center;
}
.abyyrt img{
    margin-left: 10px;
}
.abyyrt a{
    color: #18191B;
}
.abyyrt:hover{
      background: linear-gradient( 90deg, #4262FF 23%, #40A3F9 100%);
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 9999px 9999px 9999px 9999px;
}
.abyyrt:hover a{
    color: #fff;
}
.abyyrt:hover img{
     filter: invert(49%) sepia(93%) saturate(369%) hue-rotate(900deg) brightness(260%) contrast(93%);
}
/*nei2*/
.nei2{
    background: #f4f6ff;
    box-sizing: border-box;
    padding: 0% 0;
    overflow: hidden;
}
.wenidng{
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    width: 70%;
    margin: 0 auto;
}
.jkdhf{
    margin-top: 4%;
    text-align: center;
}
.jkdhf img{
    max-width: 100%;
    height: auto;
}
/*nei3*/
.nei3{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/e9186505aah5wvz5.png) top center no-repeat #f4f6ff;
    background-size: 100% 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 3% 0 2% 0;
}
.youishd{
    font-family: Arial;
    font-weight: bold;
    font-size: 48px;
    color: #050038;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.youfenff{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.youfenff li{
    width: 24%;
    margin-bottom: 3%;
}
.youfenff_img{
    height: 41px;
}
.youfenff_img img{
    max-width: 100%;
    height: auto;
}
.youfenff_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #050038;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 10px;
    height: 52px;
}
.youfenff_b{
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: rgba(5,0,56,0.6);
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 10px;
    letter-spacing: 0px;
}

.more_case {
    position: relative;
    width: 100%;
    padding: 0px 0 0 0;
    margin-top: 3%;
}

.more_case::after{
    height: 100%;
    width: 212px;
    margin-top: 0;
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 999;
}
.more_case::before{
    height: 100%;
    width: 212px;
    margin-top: 0;
    position: absolute;
    background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 60%, rgba(255, 255, 255, 0) 100%);
    top:0px;
    right: 0px;
    z-index: 999;
}

@media (max-width: 1200px) {
    .more_case {
        padding-left: 15px;
        padding-right: 15px;
    }
    .more_case {
        height: 420px;
        width: 100%;
        padding: 30px 0 0 0;
    }
}

@media (max-width: 900px) {
    .more_case {
        padding-left: 15px;
        padding-right: 15px;
    }
    .more_case {
        height: 320px;
        width: 100%;
        padding: 0;
    }
}

.more_case .more_case_swiper {
    padding-top: 15px;
    padding-bottom: 15px;
}

.more_case_swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.more_case .more_case_box {
    position: relative;
}

.more_case .swiper-slide {
    box-shadow: 0px 4px 14px 0px rgba(204, 213, 222, 0.5);
    border-radius: 4px;
    overflow: hidden;
    height: auto;
    position: relative;
}

.more_case .swiper-slide a {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    left: 0;
    top: 0;
    display: flex;
}

.more_case .swiper-slide:hover a {
    opacity: 1;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 105, 234, 0.8);
    font-size: 16px;
    color: #fff;
}

@media (max-width: 1200px) {
    .more_case .swiper-slide:hover a {
        font-size: 12px;
    }
}

.more_case img {
    max-width: 100%;
    width: 100%;
}

.more_case .swiper_case_prev {
    height: 100%;
    width: 212px;
    top: 0;
    left: 0;
    margin-top: 0;
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 1200px) {
    /* .more_case .swiper_case_prev {
        display: none;
    } */
    .more_case .swiper_case_prev {
        height: 100%;
        width: 100px;
        top: 0;
        left: 0;
        margin-top: 0;
        background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, rgba(255, 255, 255, 0) 100%);
    }
}

@media (max-width: 768px) {
    /* .more_case .swiper_case_prev {
        display: none;
    } */
    .more_case .swiper_case_prev {
        height: 100%;
        width: 20px;
        top: 0;
        left: 0;
        margin-top: 0;
        background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, rgba(255, 255, 255, 0) 100%);
    }
}

.more_case .swiper_case_prev:after {
    content: "";
}

.more_case .swiper_case_next {
    height: 100%;
    width: 212px;
    top: 0;
    right: 0;
    margin-top: 0;
    background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 60%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 1200px) {
    /* .more_case .swiper_case_next {
        display: none;
    } */
    .more_case .swiper_case_next {
        height: 100%;
        width: 100px;
        top: 0;
        right: 0;
        margin-top: 0;
        background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 60%, rgba(255, 255, 255, 0) 100%);
    }
}

@media (max-width: 768px) {
    /* .more_case .swiper_case_next {
        display: none;
    } */
    .more_case .swiper_case_next {
        height: 100%;
        width: 20px;
        top: 0;
        right: 0;
        margin-top: 0;
        background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 60%, rgba(255, 255, 255, 0) 100%);
    }
}

.more_case .swiper_case_next:after {
    content: "";
}

.more_case .swiper-button-disabled {
    opacity: 1;
}

.more_case .more {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #0069EA;
    line-height: 33px;
    margin-top: 50px;
}

@media (max-width: 1200px) {
    .more_case .more {
        margin-top: 20px;
        font-size: 12px;
        line-height: 20px;
    }
    .more_case .more i {
        font-size: 12px;
    }
}

.more_case .more span {
    font-size: 32px;
}

@media (max-width: 1200px) {
    .more_case .more span {
        font-size: 16px;
    }
}

@media (max-width: 768px) {

    .more_case .check_client {
        display: inline-block;
        position: relative;
        text-align: center;
        top: 10px;
        width: 100%;
        font-size: 12px;
        font-family: "PingFang-SC";
        font-weight: 500;
        color: #0069EA;
    }
    .more_case .check_client span {
        font-size: 16px;
        font-family: "PingFang-SC";
        font-weight: 500;
        color: #0069EA;
    }
}










/*nei4*/
.nei4{
 
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/e9186505aah5wvz5.png) top center no-repeat #f4f6ff;
    overflow: hidden;
    box-sizing: border-box;
    padding: 3% 0 5% 0;
    background-size: 100% 100%;
}
.biaotidf{
    font-family: Arial;
    font-weight: bold;
    font-size: 48px;
    color: #050038;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding: 0 10%;
}
.qihuand{
    overflow: hidden;
    margin-top: 4%;
}
.qihuand_img{
   background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #E4E4E4;
}
.qihuand_img img{
    width: 100%;
    height: auto;
}
/*nei5*/
.nei5{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/10/d3d114ac58plc0ot.png) center center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 4% 0;
    overflow: hidden;
}
.gngtrr{
    font-family: Arial;
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 56px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.gundngh{
    margin-top: 4%;
    position: relative;
}
.uhhjf{
    overflow: hidden;
    box-sizing: border-box;
}
.uhhjf .swiper-wrapper .swiper-slide{ 
    position: relative;
    box-sizing: border-box;
    padding-bottom: 4%;
}

.hutytrd{
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    padding: 3%;
}
.uhhjf_img img{
    width: 100%;
    height: auto;
}
.uhhjf_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #050038;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 10px 0;
}
.uhhjf_b{
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.6);
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding: 10px 0 62px 0;
    height: 27vh;
}
.uhhjf_m{
    position: absolute;
    width: 125px;
    height: 68px;
    background:url(//wm.cdn.cn86.cn/wixusnd/2025/09/81af1b15bb9zcdnj.png) center center no-repeat #FFFFFF;
    box-shadow: 0px 10px 60px 0px rgba(0,0,0,0.15);
    border-radius: 16px 16px 16px 16px;
    left: 20px;
    bottom: 20px;
}
.uhhjf .swiper-wrapper .swiper-slide:hover .uhhjf_m{
    background:url(//wm.cdn.cn86.cn/wixusnd/2025/09/00f679a1c1r1hjpi.png) center center no-repeat #FFFFFF;
}
.swiat{
    position: absolute;
    top:-105px;
    right: 0;
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/92c83975b8wnp4hv.png) center center no-repeat rgba(255,255,255,0.2);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
    z-index: 9;
}
.swiat:hover{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/141e2e69c9dxvnh8.png) center center no-repeat rgba(255,255,255,1);
}
.swiev{
    position: absolute;
    top:-105px;
    right: 70px;
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/8790c4256ar3rpes.png) center center no-repeat rgba(255,255,255,0.2);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
    z-index: 9;
}
.swiev:hover{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/79ec76733849y10v.png) center center no-repeat rgba(255,255,255,1);
}
/*nei6*/
.nei6{
    background: #f4f6ff;
    box-sizing: border-box;
    padding: 7% 0;
    overflow: hidden;
}
.shjidgfyt{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.shjidgfyt_a{
    font-family: Arial;
    font-weight: 400;
    font-size: 40px;
    color: #2B5BFD;
    font-style: normal;
    text-transform: none;
    line-height: 45px;
    text-align: left;
}
.shjidgfyt_a em{
    font-style: normal;
    font-size: 62px;
    font-weight: 600;
}
.shjidgfyt_a span{
    font-size: 62px;
    font-weight: 600;
}
.shjidgfyt_b{
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 20px;
    color: #050038;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 30px;
}
.flex99{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.goutytrle{
    width: 25%;
}
.goutytrle_a{
    font-size: 18px;
    line-height: 30px;
    color: #2B5BFD;
    font-weight: 600;
    margin-bottom: 3%;
}
.hsufhg{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-top: 8px;
}
.hsufhg a{
    color: #fff;
}
.deasd li a{
    font-size: 14px;
    line-height: 30px;
    color: #b6b6c8;
}
.goutytr{
    margin-top: 3%;
    padding: 0 50px 0 20px;
}
.xssft{
    border-top: #757391 1px solid;
    margin-top: 3%;
}
.digefdingle{
    width: 72%;
}
.digefdingle li{
    font-size: 16px;
    line-height: 30px;
}
.digefdingle li:nth-child(2){
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/10/338b67af752hbxfd.png) left center no-repeat;
    box-sizing: border-box;
    padding-left: 30px;
    background-size: 10% 67%;
}
.digefdingle li a{
    color: #fff;
}
.digefding{
    margin-top: 3%;
}
.digefdingrt{
    width: 19%;
}
.digefdingrt li{
    width: 18%;
}
.youduing img{
    max-width: 100%;
    height: auto;
}


/*联系我们*/
.giuyuyf{
     background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/e9186505aah5wvz5.png) top center no-repeat #f4f6ff;
    background-size: 100% 100%;
    box-sizing: border-box;
    position: relative;
}
.giuyuyf::after{
    position: absolute;
    bottom: 10%;
    left: 0px;
    width: 662px;
    content: '';
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/c2a22e77c9gybzy2.png) no-repeat;
    background-size: 100% 100%;
    z-index: 9;
    height: 840px;
}
.giuyuyf::before{
    position: absolute;
    bottom:10%;
    right: 0px;
    width: 440px;
    content: '';
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/b79f6e2ac2yxw4sn.png) no-repeat;
    background-size: 100% 100%;
    z-index: 9;
    height: 667px;
}
.pmaodubgf{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 14px;
    color: rgba(5,0,56,0.72);
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.pmaodubgf a{
    color: rgba(5,0,56,0.72);
}
.lianxnei{
    padding-top: 6%;
    padding-bottom: 5%;
}
.lixnbei_a{
    margin-top: 3%;
    font-family: Arial;
    font-weight: bold;
    font-size: 48px;
    color: #050038;
    line-height: 65px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lixnbei_ad{
    margin-top: 3%;
    font-family: Arial;
    font-weight: bold;
    font-size: 48px;
    color: #050038;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding: 3% 15% 1% 15%;
}
.lixnbei_b{
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #050038;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 1%;
}
.lixnbei_c{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding: 1% 0;
}
.lixnbei_cc{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding: 1% 0;
}
.lixnbei{
    box-sizing: border-box;
    width: 94%;
    margin: 0 auto;
}
.liuyan{
    background: #FFFFFF;
    box-shadow: 0px 4px 60px 0px rgba(217,217,217,0.2);
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #E4E4E4;
    margin-top: 4%;
    box-sizing: border-box;
    padding: 3%;
    margin-bottom: 6%;
}
.liuygngle{
    width: 49%;
}
.liuygngle_a{
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.yophhf{
    margin-top: 1%;
}
.contsid .mb-15{
    margin-left: -10px!important;
    margin-top: 1%!important;
}
.liuygngle_b .form-control{
    border: none;
}
.liuygng .btn{
    width: 300px;
    height: 54px;
    background: linear-gradient( 90deg, #4262FF 23%, #40A3F9 100%);
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 67px 67px 67px 67px;
    border: none;
    color: #fff;
}

/*  */
.sbox1{margin-bottom: 4.1vw;}
.simg{box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);width: 51%;}
.simg img{width: 100%;}
.sright{width: 42.5%;}
.st1{
   
font-weight: bold;
font-size: 38px;
color: #050038;
line-height: 46px;
}
.fl{float: left;}
.fr{float:right;}
.scon1{
    font-weight: 400;font-size: 17px;line-height: 28px;color: rgba(5,0,56,0.72);margin: 13px 0;
}
.scon2{
    font-weight: 400;
font-size: 16px;
color: rgba(5,0,56,0.6);
line-height: 28px;
text-align: left;
}
.scon2 p{padding-left: 21px;position: relative;}
.scon2 p:after{content: '';display: block;position: absolute;left: 0;top:8px;width: 8px;height: 8px;background: #F5BC06;border-radius: 50%;}
.smore a{display: block;width: 350px;
height: 54px;
background: #0098FD;font-weight: bold;
font-size: 18px;
color: #FFFFFF;line-height: 54px;text-align: center;margin-top: 15px;
box-shadow: 2px 2px 5px 0px rgba(24,42,102,0.15);
border-radius: 30px;}



@media(max-width: 1200px){
    .st1{font-size: 32px;}
    .scon1{font-size: 15px;line-height: 24px;}
    .scon2{font-size: 14px;line-height: 26px;}
    .smore a{width: 320px;height: 46px;line-height: 46px;font-size: 16px;}
}
@media(max-width: 768px){
    .simg,.sright{float: none;width: 100%;}
    .sright{margin: 20px 0;}
}
@media(max-width: 640px){
    .st1{font-size: 26px;}
    .smore a{width: 100%;font-size: 15px;}
}



/*联系我们伙伴*/
.lianhuoba{
    width: 95%;
    margin: 2% auto 0;
    position: relative;
    z-index: 99;
}
.lianhuoba_a img{
    width: 100%;
    height: auto;
}
.lianhuoba_b{
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #050038;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 3% 0;
}
.youdinga{
    font-family: Arial;
    font-weight: bold;
    font-size: 38px;
    color: #0098FD;
    line-height: 50px;
    text-align: left;
    font-style: normal;
    text-transform: none;

}
.lianhuobakief li{
    margin: 4% 0;
}
.lianhuobakief_img img{
    max-width: 100%;
    height: auto;
}
.lianhuobakief_a{
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 10px;
}

.lianhuobakief_a a{
    color: #2B5BFD;
}

/*解决方案*/
.jienei{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/e9186505aah5wvz5.png) top center no-repeat #f4f6ff;
    background-size: 100% 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 3% 0 2% 0;
}
.fangnd{
    box-sizing: border-box;
    width: 94%;
    margin: 0 auto;
}
.fangnd_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 48px;
    color: #050038;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.fangnd_b{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 3%;
}
.hongye{
    margin-top: 3%;
}
.hongye li{
    width: 32%;
    margin-bottom: 2%;
    background: #FFFFFF;
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #E4E4E4;
}
.hongye_img img{
    width: 100%;
    height: auto;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.hongyenei{
    box-sizing: border-box;
    padding: 4% 4% 7% 4%;
}
.hongyenei_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #050038;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.hongyenei_b{
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: rgba(5,0,56,0.72);
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    height: 12vh;
    margin-top: 12px;
}
.hongyenei_b p{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/64b20cac02zwtfty.png) left 8px no-repeat;
    box-sizing: border-box;
    padding-left: 15px;
}
.hongyenei_m{
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #2B5BFD;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 4%;
    margin-left: 15px;
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/6adc84b654vwaabc.png) 100px center no-repeat;
}
.fangnd_hh{
    margin-top:5%;
    font-family: Arial;
    font-weight: 500;
    font-size: 18px;
    color: #2B5BFD;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.fangnd_hh p{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/64b20cac02zwtfty.png) left 12px no-repeat;
    box-sizing: border-box;
    padding-left: 15px;
}
.gonglie{
    margin-top: 3%;
}
.gonglie_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 38px;
    color: #050038;
    line-height: 46px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.gonglie_b{
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding: 3% 0;
}
.jienei1{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/1bdabec00bbmrd3l.png) center center no-repeat;
    box-sizing: border-box;
    padding: 5% 0 7% 0;
    background-size: 100% 100%;
    overflow: hidden;
    color: #fff;
}
.gongbitt{
    font-family: Arial;
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 90px;
}
.gongbittfenle{
    width: 48%;
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.gongbittfenle p{
    box-sizing: border-box;
    padding-left: 15px;
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/64b20cac02zwtfty.png) left 13px no-repeat;
}
.gongbittfen{
    margin-top: 2%;
}
.gongbittfenrt{
    width: 49%;
}
.gongbittfenrt img{
    max-width: 100%;
    height: auto;
}
.flexhh{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.jienei2{
    box-sizing: border-box;
    padding: 4% 0;
    overflow: hidden;
    background: #f4f6ff;
    position: relative;
    z-index: 99;
}
.jienei2::after{
    position: absolute;
    top:10%;
    right: 0px;
    width: 340px;
    height: 301px;
    content: '';
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/aa6cb6e474egdbs8.png) no-repeat;
    background-size: 100% 100%;
    z-index: 0;
}
.anlishng{
    margin-top: 3%;
    position: relative;
    z-index: 999;
}
.anlishng li{
    width:32%;
    background: #FFFFFF;
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #E4E4E4;
    margin-right: 1.1%;
}
.anlishng li:nth-child(3){
    margin-right: 0px;
}
.anlishng_img img{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    width: 100%;
    height: auto;
}
.anlishngnei{
    box-sizing: border-box;
    padding: 4%  4%  8%  4%;
}
.anlishngnei_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #050038;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
/* .anlishng li:nth-child(2){
    margin-top: 100px;
} */
.anlishngnei_m{
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 20px;
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/b3384b39f1mywf1m.png) 110px center no-repeat;
    display: flex;
    align-items: center;
}
.anlishng li:hover .anlishngnei_m{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/3f60cf768dwnchym.png) 110px center no-repeat;
    color: #4262FF;
}
.gonglianxi{
    margin-top: 5%;
}
.liangtf{
    font-family: Arial;
    font-weight: bold;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.gonglianxi{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/2a5068853ecmwwzu.png) center center no-repeat;
    background-size:  100% 100%;
    box-sizing: border-box;
    padding: 6% 14%;
    overflow: hidden;
}
.gonglianxi_b{
    width: 313px;
    line-height: 65px;
    height: 65px;
    background:url(//wm.cdn.cn86.cn/wixusnd/2025/09/b5b486c25bpnuer7.png) 80% center no-repeat #FFC247;
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 9999px 9999px 9999px 9999px;
    margin:4% auto 0;
    font-size: 22px;
    text-align: center;
}
.gonglianxi_b a{
    color: #050038;
}


.gonglianxi_b:hover{
    
    background:url(//wm.cdn.cn86.cn/wixusnd/2025/09/b5b486c25bpnuer7.png) 80% center no-repeat #fff;
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 9999px 9999px 9999px 9999px;
    margin:4% auto 0;
    font-size: 22px;
    text-align: center;
}
.gonglianxi_b:hover a{
    color: #050038;
}

.fhgytr  {

    align-items: stretch !important;
}

/*员工位置跟踪*/
.yuannei{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/8836f957205wryar.png) center center no-repeat;
    overflow: hidden;
    box-sizing: border-box;
    padding: 2% 0;
    background-size: 100% 100%;
    margin-top: 2%;
}
.yuannei1{
    box-sizing: border-box;
    padding: 2% 0;
    overflow: hidden;
}
.yngofnghg{
    margin-top: 7%;
}
.fhgytrle{
    width: 48%;
    flex-direction: column;
    display: flex;
}
.fhgytrrt{
    width: 48%;
    flex-direction: column;
    display: flex;
}
.fhgytrle_mm {  margin-top: auto !important; }
.fhgytrle_mm a{
    color: #fff;
}
.fhgytrrt img{
    max-width: 100%;
    height: auto;
    margin-bottom: 17px;
    border-radius: 10px;
     /* box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, .4); */
}
.bsniuimg{
    margin: 3% 0;
}
.fhgytrle_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 38px;
    color: #050038;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.fhgytrle_b{
    margin-top: 20px;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: rgba(5,0,56,0.72);
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;

}
.fhgytrle_b p{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/64b20cac02zwtfty.png) left 13px no-repeat;
    box-sizing: border-box;
    padding-left: 15px;
}
.yngofnghg li{
    margin-bottom:8%;
    margin-top: 3%;
}
.yuannei2{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/11/6cccda8b5br4p6yx.png) center center no-repeat;
    box-sizing: border-box;
    padding: 3% 0 5% 0;
    background-size: 100% 100%;
    overflow: hidden;
}
.tuijingen{
    margin: 3% auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.tuijingen li{
    margin: 0 1%;
    background: rgba(255,255,255,0.6);
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 9999px 9999px 9999px 9999px;
    text-align: center;
    font-size: 24px;
    color: rgba(5,0,56,0.6);
    line-height: 65px;
    width: 20%;
}
.tuijingen li:hover, .tuijingen li.on {
    background: #FFC247;
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 9999px 9999px 9999px 9999px;
    position: relative;
    color: #fff;
    cursor: pointer;
}

.jidnfgg img{
    width: 100%;
    height: auto;
}

.youidng { position: relative; }
.youidng .husnfggaa { position: absolute; left: 0; top: 0; z-index: 9; right: 0;width: 100%;}
.youidng .husnfggaa { opacity: 0; visibility: hidden; transition: all .5s ease; }
.youidng .husnfggaa.on { position: static; opacity: 1; visibility: visible; }

.mySsdsdsdwiper{
    overflow: hidden;
    position: relative;
}
.swimtaaa{
    position: absolute;
    z-index: 99;
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/92c83975b8wnp4hv.png) no-repeat;
    width: 21px;
    height: 21px;
    right: 0px;
    top: 50%;
    display: none;
}
.swimevaaa{
    position: absolute;
    z-index: 99;
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/8790c4256ar3rpes.png) no-repeat;
    width: 21px;
    height: 21px;
    left: 0px;
     top: 50%;
    display: none;
}
.tuijingen li a{
    color: rgba(5,0,56,0.6);
}
.tuijingen li:hover{
    background: #FFC247;
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 9999px 9999px 9999px 9999px;
}
.tuijingen li:hover a{
    color: #050038!important;
}
.tuifenhg{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 6%;
    /* background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/3548daf43dyn3piv.png) left bottom no-repeat; */
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 3%;
    display: none;
}
.tuifenhg li{
    width: 142px;
    text-align: center;
    margin-left: 15%;
}
.tuifenhg_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 50px;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding-right: 15px;
}


.tuijns{
    box-sizing: border-box;
    padding: 3% 2%;
    /* background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/3548daf43dyn3piv.png) left bottom no-repeat; */
}
.tuijns_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    color: #FFC247;
    line-height: 40px;
    font-style: normal;
    text-transform: none;
}
.tuijns_b{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.tuijns_b li{
    width: 33%;
    font-family: Arial;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 45px;
    font-style: normal;
    text-transform: none;
}
.tuijns_b li a{
    text-align: left;
    color: #fff;
}


/*叉车跟踪监控系统*/
.yuanneicd{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/e9186505aah5wvz5.png) center center no-repeat;
    background-size: contain;
    box-sizing: border-box;
    padding-bottom: 2%;
}
.Forklift_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    color: #050038;
    line-height: 56px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 3%;
}
.Forklift{
    box-sizing: border-box;
    width: 94%;
    margin: 0 auto;
}
.Forklift_b{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding: 2% 0;
}
.Forklift_c{
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 1% 0;
}
.Forklift_c p{
    box-sizing: border-box;
    padding-left: 20px;
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/ec5d6ec9f1rhfluk.png) left 10px no-repeat;
}
.fhgytrle_hh{
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: rgba(5,0,56,0.72);
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding-top: 2%;
}
.Forkliftfen{
    margin-top: 7%;
    margin-bottom: 3%;
    align-items: stretch;
}
.Forkliftfen li{
    width: 32.5%;
    background: #FFFFFF;
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    padding: 3%;
    transition: all 0.6s ease;
    margin-top: 0px;
}
.Forkliftfen li:hover{
    margin-top: -10px;
    transition: all 0.6s ease;
}
.Forkliftfen_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 32px;
    color: #050038;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 4% 0;
}
.Forkliftfen_b{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/64b20cac02zwtfty.png) left 20px no-repeat;
    box-sizing: border-box;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.6);
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 2% 0 4% 15px;
    height: 23vh;
}
.yuanneicda{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/8836f957205wryar.png) center center no-repeat;
    box-sizing: border-box;
    padding: 1% 0 3% 0;
    overflow: hidden;
    background-size: 100% 100%;
}
.Forklift_ee{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding: 2% 0 1% 0;
}


/*仓库优化*/
.Warehousefen{
    margin-top: 2%;
    margin-bottom: 3%;
}
.Warehousefen li{
    background: #FFFFFF;
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 12px 12px 12px 12px;
    border: 0px solid #E4E4E4;
    box-sizing: border-box;
    padding: 3%;
    width: 32%;
}
.tufegfle{
    width: 45px;
    height: 45px;
}
.tufegfrt{
    width: 80%;
    text-align: left;
    font-family: Arial;
    font-weight: bold;
    font-size: 26px;
    color: #050038;
    line-height: 35px;
    font-style: normal;
    text-transform: none;
    height: 65px;
}
.fhgytrle_kkk{
    font-family: Arial;
    font-weight: 500;
    font-size: 18px;
    color: #2B5BFD;
    line-height: 46px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/*精益生产*/
.Leanfen{
    margin-top: 5%;
}
.Leanfen li{
    width: 24%;
    background: #FFFFFF;
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 12px 12px 12px 12px;
    border: 0px solid #E4E4E4;
    margin-bottom: 2%;
    box-sizing: border-box;
    padding: 3% 2% 6% 2%;
}
.Leanfennei{
    margin-top: 8%;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.6);
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    height: 21vh;
}
.Leanfennei p{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/64b20cac02zwtfty.png) left 10px no-repeat;
    box-sizing: border-box;
    padding-left: 25px;
}
/*减少浪费*/
.Leanneitd{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/e9186505aah5wvz5.png) center center no-repeat;
    background-size: contain;
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
}
.jianfeifg{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.jianfeifgle{
    width: 48%;
}
.jianfeifgle img{
    max-width: 100%;
    height: auto;
}
.jianfeifg_r{
    width: 49%;
}
.jianfeifg_r_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 38px;
    color: #050038;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.jianfeifg_r_b{
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding: 3% 0;
}
.jianfeifg_r_c{
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.6);
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.jianfeifg_r_c p{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/64b20cac02zwtfty.png) left 8px no-repeat;
    box-sizing: border-box;
    padding-left: 15px;
}
.Leanneitdfebef{
    box-sizing: border-box;
    margin: 5% 0;
}
.Leanneitdfebef li{
    background: #FFFFFF;
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 16px 16px 16px 16px;
    border: 0px solid #E4E4E4;
    width: 32%;
    box-sizing: border-box;
    padding: 2% 2% 4% 2%;
}
.Leanneitdfebef_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 32px;
    color: #050038;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 4% 0;
    height: 72px;
}
.Leanneitdfebef_b{
    box-sizing: border-box;
    padding: 3% 0;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.6);
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    height: 25vh;
}
.Leanneitdfebef_b p{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/64b20cac02zwtfty.png) left 8px no-repeat;
    box-sizing: border-box;
    padding-left: 15px;
}
/*叉车防撞*/
.Forklift_bg{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding: 1% 8%;
}
/*开放*/
.Avoidancenei{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/e9186505aah5wvz5.png) center center no-repeat;
    background-size: contain;
    box-sizing: border-box;
    padding:0 0 3% 0;
    overflow: hidden;
}
.Forklift_imgh{
    text-align: center;
    margin: 3.5% 0 3% 0;
}
.Forklift_imgh img{
    max-width: 100%;
    height: auto;
}
.Avoidancefen{
    margin: 5% 0;
}
.Avoidancefen li{
    width: 49%;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
    border-radius: 12px 12px 12px 12px;
    box-sizing: border-box;
    padding-bottom: 3%;
}
.Avoidancefen_img img{
    width: 100%;
    height: auto;
   border-top-left-radius: 12px;
   border-top-right-radius: 12px;
}
.Avoidancefen_a{
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 28px;
    color: #050038;
    line-height: 90px;
    font-style: normal;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Avoidancelier_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    color: #050038;
    line-height: 46px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/10/24c9fd7bb9vzdgro.png) left center no-repeat;
    box-sizing: border-box;
    padding-left: 30px;
}
.Avoidancelier li{
    box-sizing: border-box;
    padding: 1% 0 1% 25px;
}
.Avoidancelier_b{
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
     box-sizing: border-box;
    padding: 1% 30px;
}
.Avoidancelier li:nth-child(3) .Avoidancelier_b p{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/64b20cac02zwtfty.png) left 8px no-repeat;
    box-sizing: border-box;
    padding-left: 25px;
}
.Avoidancebido{
    margin-top: 3%;
    position: relative;
    z-index: 999;
}
.Avoidancebido.flex99 {
    align-items: stretch;
}
.Avoidancebidole{
    width: 46%;
}
.Avoidancebidort{
     width: 52%;
}
.Avoidancebidole li{
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px 12px 12px 12px;
    box-sizing: border-box;
    padding-bottom: 4%;
}
.Avoidancebidort li{
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px 12px 12px 12px;
    box-sizing: border-box;
    padding-bottom: 3%;
    margin-bottom: 5%;
}
.Avoidancebidort li:nth-child(2){
    margin-bottom: 0px;
}
.Avoidancebidoleaa{
    width: 56%;
}
.Avoidancebidortbb{
    width: 41.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}


.Avoidancebidoleaa li{
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px 12px 12px 12px;
    box-sizing: border-box;
    height: 100%;
}
.Avoidancebidortbb li{
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px 12px 12px 12px;
    box-sizing: border-box;
    padding-bottom: 3%;
}
.Avoidancefen_aa{
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    color: #050038;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding: 2% 4%;
}
.Forkliftgngg{
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding: 3% 0;
}
.Forkliftgngg p{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/10/24c9fd7bb9vzdgro.png) left 6px no-repeat;
    box-sizing: border-box;
    padding-left: 25px;
}

/*RTLSd*/
.RTLSd{
    margin:2% 3%;
}
.RTLSd_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #050038;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.RTLSd_b{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding: 1% 0;
}
.RTLSd_b p{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/64b20cac02zwtfty.png) left 6px no-repeat;
    box-sizing: border-box;
    padding-left: 25px;
}
.RTLSnei{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/e9186505aah5wvz5.png) top center no-repeat;
    overflow: hidden;
    background-size: contain;
    box-sizing: border-box;
    padding: 3% 0;
}
.RTLSlbbg_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    color: #0098FD;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.RTLSlbbg_b{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding: 1% 0;
}
.RTLSlbbg_b p{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/64b20cac02zwtfty.png) left 6px no-repeat;
    box-sizing: border-box;
    padding-left: 15px;
}
/*Demo*/
.lixnbei_agg{
    font-family: Arial;
    font-weight: bold;
    font-size: 48px;
    color: #050038;
    line-height: 60px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 3%;
}
.lixnbei_aggbb{
    font-family: Arial;
    font-weight: bold;
    font-size: 35px;
    color: #050038;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.Demogfh{
    margin-top: 8%;
    margin-bottom: 6%;
}
.Demogfhle{
    width: 52%;
}
.Demogfhle img{
    max-width: 100%;
    height: auto;
}
.Demogfhrt{
    width: 45%;
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    color: rgba(5,0,56,0.6);
    line-height: 56px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.Demogfhrt p{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/10/24c9fd7bb9vzdgro.png) left 16px no-repeat;
    box-sizing: border-box;
    padding-left: 25px;
}
.Demonei{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/1bdabec00bbmrd3l.png) center center no-repeat;
    box-sizing: border-box;
    padding: 3% 0 6% 0;
    overflow: hidden;
    background-size: 100% 100%;
}
.Demonebb{
    margin-top: 0%;
    position: relative;
    z-index: 99;
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/9f0852792c3prnkg.png) 20px center no-repeat;
    background-size: 98% 51%;
}
.Demonebb li{
    color: #fff;
    width: 18%;
    margin-top: 9%;
    text-align: center;
    cursor: pointer;
    margin-bottom: 1%;
}
.Demonebb li:nth-child(5n){
    margin-right: 4%;
}
.Demonebb li:hover .Demonebb_a, .Demonebb li.on .Demonebb_a{
    background: #FFC247;
    position: relative;
    color: #333;
    cursor: pointer;
    border-radius: 20px;
    width: 60%;
    margin: 0 auto;
}

.Demonebb li:hover .Demonebb_b, .Demonebb li.on .Demonebb_b{
    display: block;
    opacity: 1;
}


.Demonebb_c{
    width: 10px;
    height: 10px;
    background: #4272fe;
    border-radius: 50px;
    border: #fff 2px solid;
    margin: 4% auto 0;
    position: relative;
    z-index: 99;
}
.Demonebb li:nth-child(6){
   margin-left: 3%;
}
.Demonebb_b{
    font-family: Arial;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding: 4%;
    opacity: 0;
    height: 127px;
}
.Demonebb li:hover .Demonebb_b{
    opacity: 1;
}
/*内页头部*/
#anchor{
    padding-top: 7%;
}
/*新闻*/
.xwwfg_img{
    width: 42%;
    box-shadow: 0px 9px 16px 0px rgba(0,0,0,0.24);
    border-radius: 12px 12px 12px 12px;
}
.xwwfgnei{
    width: 55%;
}
.xwwfg_img img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.xwwfgnei_a{
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.xwwfgnei_b{
    font-family: Arial;
    font-weight: bold;
    font-size: 32px;
    color: #050038;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding: 2% 0;
}
.news-lists li:hover .xwwfgnei_b{
    color: #2B5BFD;
}

/*案例*/
.anmingd{
    text-align: center;
    box-sizing: border-box;
    padding: 1% 20%;
}
.flex3333{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 2%;
}
.case-list .content  li{
    width: 32%;
    margin-right: 2%;
    background: #FFFFFF;
    box-shadow: 3px 3px 6px 0px rgba(24, 42, 102, 0.15);
    border-radius: 16px 16px 16px 16px;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    margin-bottom: 2%;
    position: relative;
    z-index: 999;
}
.case-list .content  li:nth-child(3n){
    margin-right: 0px;
}
.anhdgf_img img{
    width: 100%;
    height: auto;
    border-top-left-radius:16px;
    border-top-right-radius:16px;
}
.anmrofng{
    box-sizing: border-box;
    padding: 3%;
}
.anmrofng_a{
    font-family: Arial;
    font-weight: 500;
    font-size: 20px;
    color: #0098FD;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.anmrofng_aa{
    font-family: Arial;
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: none;
    font-weight: bold;
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.anmrofng_b{
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    color: #050038;
    text-align: left;
    font-style: normal;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.5vw;
}
.anmrofng_c{
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 3% 0;
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/b3384b39f1mywf1m.png) 100px center no-repeat;
}
.case-list .content  li:hover .anmrofng_c{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/3f60cf768dwnchym.png) 100px center no-repeat;
    color: #4262FF;
}
.anmingds{
    text-align: center;
}
.sunfbfggf{
    width: 328px;
    height: 54px;
    background: linear-gradient( 90deg, #4262FF 23%, #40A3F9 100%);
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 67px 67px 67px 67px;
    line-height: 54px;
    text-align: center;
    margin: 3% auto 0;
    font-size: 18px;
}
.sunfbfggf a{
    color: #fff;
}
/*Technology*/
.jishdug{
    box-sizing: border-box;
    padding: 2% 0;
    overflow: hidden;
}
.shufenle{
    width: 25%;
}
.shufenle li{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 50px;
    font-style: normal;
    text-transform: none;
}
.shufenle li a{
    color: #000000;
}
.shufenrt{
    width: 73%;
    padding-bottom: 5%;
}
.shufenrt_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 48px;
    color: #050038;
    line-height: 56px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.shufenrt_b{
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #050038;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 3% 0 1% 0;
}
.shufenrt_c{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.shufenrt_c p{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/64b20cac02zwtfty.png) left 10px no-repeat;
    box-sizing: border-box;
    padding-left: 15px;
}
.shufenrt_img{
    margin-top: 2%;
    text-align: center;
}
.shufenrt_img img{
    max-width: 100%;
    height: auto;
}
.shufenrt_cs{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 2%;
}

.shufenrt_csa{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 2%;
}
.shufenrt_csa p{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/64b20cac02zwtfty.png) left 10px no-repeat;
    box-sizing: border-box;
    padding-left: 15px;
}
.shufenle li {
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
    z-index: 999;
}
.shufenle li:hover a{
    color: #2B5BFD;
}
.shufenle li::after{
    position: absolute;
    top:0px;
    right: 0px;
    content: '';
    background: #2B5BFD;
    width: 4px;
    height: 100%;
    opacity: 0;
}
.shufenle li.active {
   color: #2B5BFD;
    background-color: #fff;
    font-weight: bold;
}
.shufenle li.active::after{
    opacity: 1;
}
.shufenle li.active a{
    color: #2B5BFD;
}
.shufenle li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #333;
}
/*yudufng*/
.yudufng{
    margin-top: 2%;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.yudufng p{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/10/24c9fd7bb9vzdgro.png) left 6px no-repeat;
    box-sizing: border-box;
    padding-left: 25px;
}
/*lixnbei_chh*/
.lixnbei_chh{
    text-align: center;
    padding: 2% 8%;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 28px;
    font-style: normal;
    text-transform: none;
}
.fhgytrle_mm{
    background: linear-gradient( 90deg, #4262FF 23%, #40A3F9 100%);
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 67px 67px 67px 67px;
    width: 55%;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 3%;
}
/*FAQ*/
.qishudng{
    position: relative;
    z-index: 999;
}
.youdiungg{
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #050038;
    line-height: 55px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 2%;
}
.lixnbei_ca{
    background: #FFFFFF;
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 8px 8px 8px 8px;
    box-sizing: border-box;
    padding: 2%;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.6);
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 3%;
}
.qiehun{
    position: relative;
    background: #FFFFFF;
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    line-height: 72px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 15px;
}
.qiehun span{
    position: absolute;
    top:40px;
    right: 20px;
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/4519b33ae80d9b4t.png) no-repeat;
    width: 14px;
    height: 8px;
}
.zhanshi {
    display: none; /* 初始隐藏所有内容 */
    padding: 10px;
    background: #fff;
    color: rgba(5,0,56,0.72);
    border-radius: 15px;
}
.sideMenu .active{
    background: #fff;
    box-shadow: none;
}
.qiehun {
    padding: 8px 12px;
    background: #FFFFFF;
    cursor: pointer;
    color: #050038;
    margin-top: 1%;
}

.qiehun span {
    color: #0066cc;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

/* 激活状态样式 */
.qiehun.active span {
    transform: rotate(180deg);
    display: inline-block;
}


/* 关于我们 */
.guwnei{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/11faecc6abqjfqfs.png) center center no-repeat;
    box-sizing: border-box;
    padding: 6% 0;
    overflow: hidden;
    background-size: 100% 100%;
    position: relative;
    z-index: 99;
}
.guangshuf_a{
    font-family: Arial;
    font-weight: 400;
    font-size: 62px;
    color: #2B5BFD;
    text-align: center;
    font-style: normal;
    text-transform: none;
    line-height: 45px;
}
.guangshuf_a span{
    font-weight: 600;
}
.guangshuf_b{
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    font-style: normal;
    text-transform: none;
    line-height: 45px;
}
.guwneitu{
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
    position: relative;
    z-index: 999;
    background: #fff;
}
.qiehuangd_img img{
    max-width: 100%;
    height: auto;
}
.qiehung{
    margin-top: 2%;
}
.qiehungs{
    margin-top: 10px;
}
.qiehuangdb{
    margin-top: 10px;
}
.qiehuangd_img{
    border: #eaecef 1px solid;
}
.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}
.qiehuangda{
    overflow: hidden;
}
.guwneigg{
    box-sizing: border-box;
    padding: 2% 0;
    overflow: hidden;
}
.bandhing{
    margin-top: 3%;
    box-sizing: border-box;
    padding:6% 3%;
  
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/e8066e5ab4vkfafy.png) center center no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 9px 16px 0px rgba(0,0,0,0.24);
    border-radius: 16px 16px 16px 16px;
}
.youifngg li{
    width: 32%;
    color: #fff;
}
.youifnggg_img{
    width: 60px;
}
.youifnggg_img img{
    max-width: 100%;
    height: auto;
}
.youifngggnri{
    width: 80%;
}
.youifngggnri_a{
    font-family: Arial;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.youifngggnri_b{
    font-family: Arial;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
/*keshineif*/
.keshineif{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/8836f957205wryar.png) center center no-repeat;
    overflow: hidden;
    box-sizing: border-box;
    padding: 3% 0;
    background-size:  100%  100%;
    position: relative;
    z-index: 999;
}
.uofenlei{
    margin-top: 2%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.uofenlei li{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/10/24c9fd7bb9vzdgro.png) left center no-repeat;
    box-sizing: border-box;
    padding-left: 25px;
    width: 20%;
    font-family: Roboto, Roboto;
    font-weight: 600;
    font-size: 20px;
    color: rgba(5,0,56,0.72);
    line-height: 28px;
    font-style: normal;
    text-transform: none;
}
.uofenlei li a{
     color: rgba(5,0,56,0.72);
}
.youding{
    width: 286px;
    height: 65px;
    background: linear-gradient( 90deg, #4262FF 23%, #40A3F9 100%);
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 9999px 9999px 9999px 9999px;
    line-height: 65px;
    margin: 4% auto 0;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}
.youding a{
    color: #FFFFFF;
}
.youding span{
    margin-left: 10px;
}
.shipingzhd{
    position: relative;
    margin-top: 3%;
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/21158c2a9bvl2jti.jpg) center center no-repeat;
    box-sizing: border-box;
    width: 100%;
    padding: 26% 0;
}
.shipingzhd {
     position: relative;
     display: inline-block;
}
        

.shipingzhd img {
    display: block;
    max-width: 100%;
    height: auto;
}

.shipingzhd_a {
    position: relative;
    display: inline-block;
}
.shipingzhd_a{
    position: absolute;
    top: 51%;
    left: 50%;
}

.liubsidnggf{
    margin-top: 3%;
}
.shipingzhd_aaa {
    position: relative;
    display: inline-block;
}
.shipingzhd_aaa{
    position: absolute;
    top: 8%;
    right:5%;
}

.shipingzhd_aaa:hover .play-btn{
    background: #ccc;
}

/* 播放按钮样式 */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    border: none;
    transition: transform 0.3s ease;
}

.play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}
        
/* 播放图标 */
.play-icon {
    width: 0;
    height: 0;
    margin-left: 5px;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #000;
}

/* 扩散效果动画 */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.7);
        transform: translate(-50%, -50%) scale(1);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(52, 152, 219, 0);
        transform: translate(-50%, -50%) scale(1.05);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(52, 152, 219, 0);
        transform: translate(-50%, -50%) scale(1);
    }
}

.pulse-animation {
    animation: pulse 2s infinite;
}

/*lianxneifg*/
.lianxneifg{
    box-sizing: border-box;
    padding: 0% 0;
    overflow: hidden;
}
.youinfggrt{
    width: 48%;
}
.youinfggrt img{
    max-width: 100%;
    height: auto;
}
.youinfggle{
    width: 48%;
}
.youinfggle_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    color: #050038;
    line-height: 46px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/10/24c9fd7bb9vzdgro.png) left center no-repeat;
    box-sizing: border-box;
    padding-left: 25px;
}
.youinfggle_b{
    box-sizing: border-box;
    padding: 1% 0 1% 25px;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.6);
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.lianrong{
    box-sizing: border-box;
    padding: 2% 0;
    overflow: hidden;
}
.tidnggf{
    margin: 2% 0;
    text-align: center;
}
.tidnggf img{
    max-width: 100%;
    height: auto;
}
.fangchuangfen li{
    width: 48%;
    margin-bottom: 6%;
}
.fangchuangfen_img img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.fangchuangfen_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #050038;
    line-height: 45px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding-left: 7%;
}
.yousinhhg{
    box-sizing: border-box;
    padding-left: 7%;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #4262FF;
    line-height: 45px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/141e2e69c9dxvnh8.png) 160px center no-repeat;
}
.liashio{
    /* background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/1bdabec00bbmrd3l.png) bottom center no-repeat; */
    box-sizing: border-box;
    padding-bottom: 6%;
    position: relative;
    margin-top: 10%;
    height: 35vh;
}
.shipung{
    position: relative;
    width: 100%;
    height: 50vh;
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/10/0fe3f92f024rtoqz.jpg) center center no-repeat;
    border-radius: 24px 24px 24px 24px;
    margin-top: -15%;
    background-size: cover;
}
.youding_shi{
    position: absolute;
    top:-10%;
    left: 20%;
    width: 60%;
    height: 100%;
}
.shiinneir{
    margin: 6% 0;
}
/*Hardwarefen*/
.Hardwarefen{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 4%;
    display: none!important;
}
.Hardwareliesle{
    width: 45%;
    position: relative;
}
.Hardwareliesle img{
    width: 100%;
    height: auto;
}
.Hardwarelies_er{
    width: 51%;
}
.Hardwarelies_er_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #050038;
    text-align: left;
    font-style: normal;
    line-height: 45px;
    margin-bottom: 6px;
    text-transform: none;
}
.Hardwarelies_er_b{
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: rgba(5,0,56,0.72);
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 28px;
}
.Hardwarelies_er_b span{
    font-weight: bold;
    font-size: 16px;
    color: #050038;
}
.Hardwarelies_er_c{
    border-top: 1px solid #D9D9D9;
    margin: 8px 0;
}
.Hardwarelies_er_e{
    font-family: Arial;
    font-weight: 400;
    font-size: 14px;
    color: rgba(5,0,56,0.72);
    text-align: left;
    font-style: normal;
    text-transform: none;
    line-height: 28px;
}
.Hardwarelies_er_e a{
    color: rgba(5,0,56,0.72);
}
.Hardwarefen li{
    line-height: 64px;
    border-radius: 9999px 9999px 9999px 9999px;
    border: 2px solid #18191B;
    text-align: center;
    width: 14%;
    font-size: 18px;
    margin: 1% 1% 1% 1%;
}
.Hardwarefen li{
    color: #18191B;
}
.Hardwarefen li a{
    color: #18191B;
}
.Hardwarenei { position: relative; }
.Hardwarenei .Hardwarelies { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.Hardwarenei .Hardwarelies { opacity: 0; visibility: hidden; transition: all .5s ease; }
.Hardwarenei .Hardwarelies.on { position: static; opacity: 1; visibility: visible; }

.Hardwarefen li:hover, .Hardwarefen li.on {
    background: linear-gradient( 90deg, #4262FF 23%, #40A3F9 100%);
    border-radius: 9999px 9999px 9999px 9999px;
    position: relative;
    color: #fff;
    cursor: pointer;
    border: 2px solid #f4f6ff;
}

.Hardwarefen li:hover a, .Hardwarefen li.on a {
    color: #fff;
}
.Hardwarelies_er_m{
    width: 186px;
    line-height: 54px;
    background: #0098FD;
    box-shadow: 2px 2px 5px 0px rgba(24,42,102,0.15);
    border-radius: 8307px 8307px 8307px 8307px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-top: 3%;
    color: #fff;
}
.Hardwarelies_er_m a{
    color: #fff;
}
/*Opennei*/
.Opennei{
    margin: 4% 0;
}
.Opennei_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    color: #050038;
    line-height: 46px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/ec5d6ec9f1rhfluk.png) left center no-repeat;
    box-sizing: border-box;
    padding-left: 25px;
}
.Opennei_b{
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding-left: 25px;
}
.Opennei li{
    box-sizing: border-box;
    padding: 1% 0;
}
/*lianxneipind*/
.lianxneipind{
    box-sizing: border-box;
    padding-bottom: 3%;
    overflow: hidden;
    position: relative;
    z-index: 999;
}
.lianxneia{
    padding-top: 7%;
    padding-bottom: 1%;
}
.tuimngd{
    margin: 5% 0;
}
.tuimngd li{
    width: 26%;
    text-align: center;
    box-sizing: border-box;
    margin: 2% 0;
}
.tuimngd_img img{
    max-width: 100%;
    height: auto;
}
.tuimngd_a{
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    color: #484570;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.hindgbbgd{
    margin: 4% 0 3% 0;
    font-family: Arial;
    font-weight: 600;
    font-size: 28px;
    color: #0098FD;
    line-height: 45px;
    font-style: normal;
    text-transform: none;
}
.liubsidnggf li{
    width: 48%;
    background: #FFFFFF;
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 12px 12px 12px 12px;
    text-align: center;
    margin-bottom: 3%;
    padding: 2% 0;
}
.liubsidnggfa li{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 12px 12px 12px 12px;
    text-align: center;
    margin-bottom: 3%;
    padding: 2% 0;
}
.liubsidnggf_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 28px;
    color: #050038;
    line-height: 46px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.liubsidnggf_b{
    font-family: Arial;
    font-weight: normal;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.liubsidnggf_img img{
    max-width: 100%;
    height: auto;
}
.liubsidnggf_img{
    margin: 2% 0;
}
.liubsidnggf_mm{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/b5b486c25bpnuer7.png) 90% center no-repeat;
    margin: 2% 0;
    height: 30px;
}
.liubsidnggfaHhf{
    font-family: Arial;
    font-weight: 500;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 40px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.tuimng{
    margin: 3% 0;
    text-align: center;
}
.tuimng img{
    max-width: 100%;
    height: auto;
}
/*Software*/
.lixnbei_ahh{
   font-family: Arial;
    font-weight: bold;
    font-size: 48px;
    color: #050038;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 3%;
    box-sizing: border-box;
    padding: 0 16%;
}
.lixnbei_css{
    margin-top: 3%;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.yiuydjgggf{
    margin: 3% 0;
    text-align: center;
}
.yiuydjgggf img{
    width: 100%;
    height: auto;
}
.fhgytrle_aaa{
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: rgba(5,0,56,0.72);
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding: 2% 0;
}
.fhgytrle_hhaa{
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: rgba(5,0,56,0.6);
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.fhgytrle_bhh{
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: rgba(5,0,56,0.6);
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 2% 0;
}
/* .fhgytrle_bhh p {
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/10/24c9fd7bb9vzdgro.png) left 4px no-repeat;
    box-sizing: border-box;
    padding-left: 25px;
} */

/*OpenHardware*/

.onenfgt{
    margin-top: 3%;
}
.onenfgt li{
    box-sizing: border-box;
    padding: 1% 0;
}
.onenfgt_a{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/10/24c9fd7bb9vzdgro.png) left 4px no-repeat;
    box-sizing: border-box;
    padding-left: 25px;
    font-size: 22px;
    font-weight: 600;
    color: #050038;
    line-height: 30px;
}
.onenfgt_b{
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding: 1% 0 1% 25px;
}

/*xindhfyt*/
.xindhfyt{
    margin-top: 4%;
}
.xindhfyt_a{
    font-family: Arial;
    font-weight: bold;
    font-size: 38px;
    color: #050038;
    line-height: 46px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.xindhfyt_b{
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding: 1% 0;
}
.xindhfyt_c{
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #050038;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.xindhfyt_d{
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: rgba(5,0,56,0.6);
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    box-sizing: border-box;
    padding: 1% 0;
}
.xindhfyt_d p{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/64b20cac02zwtfty.png) left 12px no-repeat;
    box-sizing: border-box;
    padding-left: 20px;
}
.xindhfyt_e{
    width: 33%;
    line-height: 54px;
    background: linear-gradient( 90deg, #4262FF 23%, #40A3F9 100%);
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 67px 67px 67px 67px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.xindhfyt li:nth-child(1) .xindhfyt_f{
    display: block;
}
.xindhfyt_f{
    width: 25%;
    line-height: 54px;
    background: #0098FD;
    box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
    border-radius: 67px 67px 67px 67px;
     text-align: center;
    font-size: 18px;
    color: #fff;
    margin-left: 30px;
    display: none;
}

.xindhfytfen{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 1%;
    margin-bottom: 2%;
}

.lixnbei_bss{
    font-family: Arial;
    font-weight: normal;
    font-size: 18px;
    color: rgba(5,0,56,0.72);
    line-height: 40px;
    font-style: normal;
    text-transform: none;
    text-align: center;
}
.lianxneimm{
    background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/8836f957205wryar.png) center center no-repeat;
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
    background-size: 100% 100%;
}
.lianxneihh{
    padding-top: 6%;
    padding-bottom: 2%;
}
.youidng{
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.youidng em{
    font-weight: 600;
    font-style: normal;
}
.youidngle{
    width: 45%;
    font-family: Arial;
    font-size: 20px;
    color: #050038;
    line-height: 45px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.youidngrt{
    width: 40%;
}
.youidngrt img{
    max-width: 100%;
    height: auto;
}
.lianxneiaa{
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
}
.tuimngdd{
    margin-top: 2%;
}


.picMarquee-left .bd{ padding:10px;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ overflow:hidden; text-align:center;  width: 15%;float: left;margin: 0 5px;}
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ max-width:100%; height:auto; display:block; }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }

.kdnjfhg .bd ul li{ overflow:hidden; text-align:center;  width: 14%;float: left;margin: 0 5px;}

/*
.more_case::after {
    width: 230px;
    top: 0px;
    left: 0;
    margin-top: 0;
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 60%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    content: '';

    z-index: 999;
}
.more_case::before {
    width: 212px;
   top: 0px;
    right: 0;
    margin-top: 0;
    background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 60%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    content: '';
    z-index: 999;
}*/

@media(max-width: 1600px){
    .guangshuf_a{
        font-size: 50px;
    }
     .xindhfyt_e , .xindhfyt_f{
        font-size: 16px;
        line-height: 50px;
    }
    .xindhfyt_d{
        font-size: 16px;
        line-height: 30px;
    }
    .xindhfyt_b{
        font-size: 16px;
        line-height: 26px;
    }
    .xindhfyt_c{
        font-size: 22px;
        line-height: 30px;
    }
    .xindhfyt_a{
        font-size: 33px;
        line-height: 40px;
    }
    .Demogfhrt{
        font-size: 18px;
        line-height: 50px;
    }
    .lixnbei_agg{
       font-size: 40px;
        line-height: 45px; 
    }
    .lixnbei_ahh{
        font-size: 42px;
        line-height: 45px;
    }
    .liubsidnggf_b{
        font-size: 17px;
        line-height: 28px;
    }
    .liubsidnggf_a{
        font-size: 24px;
        line-height: 40px;
    }
    .tuimngd_a{
        font-size: 18px;
        line-height: 30px;
    }
    .Opennei_b{
        font-size: 16px;
        line-height: 28px;
    }
    .Opennei_a{
        font-size: 20px;
        line-height: 40px;
    }
    .Hardwarelies_er_m{
        font-size: 16px;
    }
    .Hardwarelies_er_b{
        font-size: 15px;
    }
    .Hardwarelies_er_a{
        font-size: 22px;
        line-height: 40px;
    }
    .Hardwarefen li{
        line-height: 55px;
        font-size: 17px;
    }
    .lixnbei_chh{
        font-size: 16px;
        line-height: 28px;
    }
    .yousinhhg{
        font-size: 16px;
    }
    .youinfggle_a{
        font-size: 20px;
        line-height: 42px;
    }
    .Avoidancefen_aa{
        font-size: 18px;
    }
    .Avoidancelier_b{
        font-size: 15px;
        line-height: 28px;
    }
    .Avoidancelier_a{
        font-size: 20px;
        line-height: 40px;
    }
    .Avoidancefen_a{
        font-size: 26px;
        line-height: 60px;
    }
    .Leanneitdfebef_b{
        font-size: 16px;
        line-height: 28px;
    }
    .Leanneitdfebef_a{
        font-size: 25px;
        height: 50px;
    }
    .jianfeifg_r_b , .jianfeifg_r_c{
        font-size: 16px;
        line-height: 28px;
    }
    .jianfeifg_r_a{
        font-size: 33px;
        line-height: 40px;
    }
    .tufegfrt{
        font-size: 24px;
        line-height: 33px;
    }
    .Forkliftfen_b{
        font-size: 16px;
        line-height: 30px;
    }
    .Forkliftfen_a{
        font-size: 26px;
        line-height: 30px;
    }
    .fhgytrle_hh{
        font-size: 16px;
        line-height: 28px;
    }
    .fhgytrle_b{
        font-size: 16px;
        line-height: 33px;
    }
    .Forklift_c{
        font-size: 17px;
        line-height: 30px;
    }
    .Forklift_b{
        font-size: 17px;
        line-height: 30px;
    }
    .Forklift_a{
        font-size: 21px;
        line-height: 50px;
    }
    .tuijns_b li{
        font-size: 20px;
        line-height: 40px;
    }
    .tuifenhg_a{
        font-size: 22px;
        line-height: 45px;
    }
    .tuijingen li{
        font-size: 22px;
        line-height: 60px;
    }
    .lixnbei_a {
        font-size: 35px;
        line-height: 45px;
    }
    .fhgytrle_a{
        font-size: 34px;
        line-height: 38px;
    }
    .lixnbei_ad{
        font-size: 42px;
        line-height: 48px;
        padding: 3% 10% 1% 10%;
    }
    .liangtf{
        font-size: 35px;
        line-height: 45px;
    }
    .anlishngnei_a{
        font-size: 22px;
        line-height: 25px;
    }
    .gongbittfenle{
        font-size: 18px;
        line-height: 33px;
    }
    .gongbitt{
        font-size: 44px;
        line-height: 80px;
    }
    .gonglie_b{
        font-size: 17px;
        line-height: 30px;
    }
    .gonglie_a{
        font-size: 35px;
        line-height: 45px;
    }
    .hongyenei_m{
        font-size: 16px;
    }
    .hongyenei_a{
        font-size: 22px;
        line-height: 38px;
    }
    .fangnd_a{
        font-size: 42px;
        line-height: 48px;
    }
    .qiehun{
        line-height: 60px;
        font-size: 16px;
    }
    .youdiungg{
        font-size: 22px;
        line-height: 50px;
    }
    .shufenle li{
        font-size: 14px;
        line-height: 45px;
    }
    .shufenrt_c , .shufenrt_cs{
        font-size: 16px;
        line-height: 26px;
    }
    .shufenrt_b{
        font-size: 22px;
        line-height: 26px;
    }
    .shufenrt_a{
       font-size: 40px;
       line-height: 55px;
    }
    .lianhuobakief_a{
        font-size: 16px;
        line-height: 30px;
    }
    .youdinga{
        font-size: 33px;
        line-height: 45px;
    }
    .liuygngle_a{
        font-size: 16px;
        line-height: 35px;
    }
    .lixnbei_c{
        font-size: 16px;
        line-height: 32px;
    }
    .lixnbei_b{
        font-size: 22px;
        line-height: 30px;
    }
    .lixnbei_a{
        font-size: 40px;
        line-height: 50px;
    }
    .deep2 li a{
        font-size: 15px;
        line-height: 30px;
    }
    .x-menu>li>a{
        font-size: 17px;
    }
    .digefdingle li{
        font-size: 15px;
        line-height: 28px;
    }
    .deasd li a{
        font-size: 13px;
        line-height: 28px;
    }
    .hsufhg{
        font-size: 15px;
        line-height: 28px;
    }
    .shjidgfyt_b{
        font-size: 18px;
        line-height: 28px;
    }
    .shjidgfyt_a em {
        font-style: normal;
        font-size: 45px;
        font-weight: 600;
    }
    .shjidgfyt_a{
        font-size: 35px;
    }
    .shjidgfyt_a span {
        font-size: 55px;
        font-weight: 600;
    }
    .uhhjf_b{
        font-size: 16px;
        line-height: 28px;
    }
    .uhhjf_a{
        font-size: 22px;
        line-height: 26px;
    }
    .gngtrr{
        font-size: 42px;
        line-height: 50px;
    }
    .biaotidf{
        font-size: 44px;
        line-height: 50px;
    }
    .youfenff_a{
        font-size: 22px;
        line-height: 24px;
    }
    .abbt_a{
        font-size: 50px;
        line-height: 60px;
    }
    .youishd{
        font-size: 44px;
        line-height: 50px;
    }
}


@media(max-width: 1500px){
     .guangshuf_a{
        font-size: 45px;
    }
     .xindhfyt_e , .xindhfyt_f{
        font-size: 15px;
        line-height: 48px;
    }
    .xindhfyt_d{
        font-size: 15px;
        line-height: 28px;
    }
    .xindhfyt_b{
        font-size: 15px;
        line-height: 25px;
    }
    .xindhfyt_c{
        font-size: 20px;
        line-height: 28px;
    }
    .xindhfyt_a{
        font-size: 30px;
        line-height: 35px;
    }

     .Demogfhrt{
        font-size: 16px;
        line-height: 45px;
    }
    .lixnbei_agg{
       font-size: 35px;
        line-height: 40px; 
    }
    .fhgytrle_aaa{
        font-size: 16px;
        line-height: 28px;
    }
    .lixnbei_ahh {
        font-size: 35px;
        line-height: 40px;
    }
    .hindgbbgd{
        font-size: 24px;
        line-height: 40px;
    }
    .tuimngd_a {
        font-size: 16px;
        line-height: 26px;
    }
    .Opennei_b {
        font-size: 15px;
        line-height: 26px;
    }
    .Opennei_a {
        font-size: 18px;
        line-height: 35px;
    }
    .Hardwarelies_er_b {
        font-size: 14px;
    }
    .Hardwarelies_er_a {
        font-size: 20px;
        line-height: 35px;
    }
    .fangchuangfen_a{
        font-size: 22px;
        line-height: 40px;
    }
    .youinfggle_b{
        font-size: 16px;
        line-height: 28px;
    }
    .youinfggle_a {
        font-size: 18px;
        line-height: 40px;
    }
    .Avoidancefen_a {
        font-size: 22px;
        line-height: 55px;
    }
    .Leanneitdfebef_a {
        font-size: 22px;
        height: 40px;
    }
    .jianfeifg_r_b, .jianfeifg_r_c {
        font-size: 15px;
        line-height: 27px;
    }
    .jianfeifg_r_a {
        font-size: 30px;
        line-height: 35px;
    }
    .Leanfennei{
        font-size: 16px;
        line-height: 28px;
    }
    .tufegfrt {
        font-size: 20px;
        line-height: 30px;
    }
    .Forklift_a {
        font-size: 20px;
        line-height: 45px;
    }
    .tuijns_b li {
        font-size: 18px;
        line-height: 35px;
    }
    .tuifenhg_a {
        font-size: 20px;
        line-height: 40px;
    }
    .tuijingen li {
        font-size: 20px;
        line-height: 55px;
    }
    .lixnbei_a {
        font-size: 30px;
        line-height: 40px;
    }
    .fhgytrle_a {
        font-size: 30px;
        line-height: 35px;
    }
    .lixnbei_ad {
        font-size: 35px;
        line-height: 45px;
        padding: 3% 1% 1% 1%;
    }
    .liangtf {
        font-size: 30px;
        line-height: 40px;
    }
    .anlishngnei_a {
        font-size: 20px;
        line-height: 24px;
    }
    .gongbittfenle {
        font-size: 16px;
        line-height: 30px;
    }
    .gongbitt {
        font-size: 40px;
        line-height: 70px;
    }
     .gonglie_a {
        font-size: 30px;
        line-height: 40px;
    }
    .gonglie_b {
        font-size: 15px;
        line-height: 28px;
    }
    .gonglie_a {
        font-size: 30px;
        line-height: 40px;
    }
    .fangnd_hh{
        font-size: 17px;
        line-height: 34px;
    }
    .fangnd_a {
        font-size: 35px;
        line-height: 40px;
    }
    .hongyenei_m {
        font-size: 15px;
    }
    .hongyenei_b{
        font-size: 15px;
        line-height: 26px;
    }
    .hongyenei_a {
        font-size: 20px;
        line-height: 35px;
    }
    .fangnd_a {
        font-size: 40px;
        line-height: 45px;
    }
    .lixnbei_c {
        font-size: 15px;
        line-height: 30px;
    }
    .lixnbei_a {
        font-size: 30px;
        line-height: 40px;
    }
    .qiehun {
        line-height: 55px;
        font-size: 15px;
    }
    .youdiungg {
        font-size: 20px;
        line-height: 45px;
    }
    .shufenrt_b {
        font-size: 18px;
        line-height: 22px;
    }
    .shufenrt_c, .shufenrt_cs {
        font-size: 15px;
        line-height: 24px;
    }
    .shufenrt_b {
        font-size: 20px;
        line-height: 24px;
    }
    .shufenrt_a {
        font-size: 35px;
        line-height: 50px;
    }
    .lianhuobakief_a {
        font-size: 15px;
        line-height: 28px;
    }
    .youdinga {
        font-size: 30px;
        line-height: 40px;
    }
    .lianhuoba_b{
        font-size: 22px;
    }
  
    .btn-group{
        font-size: 15px;
    }
    .deep2 li a{
        font-size: 15px;
        line-height: 30px;
    }
    .x-menu>li>a{
        font-size: 17px;
    }
    .digefdingle li{
        font-size: 15px;
        line-height: 28px;
    }
    .deasd li a{
        font-size: 13px;
        line-height: 28px;
    }
    .hsufhg{
        font-size: 15px;
        line-height: 28px;
    }
    .shjidgfyt_b{
        font-size: 18px;
        line-height: 28px;
    }
    .shjidgfyt_a em {
        font-style: normal;
        font-size: 40px;
        font-weight: 600;
    }
    .shjidgfyt_a{
        font-size: 30px;
    }
    .shjidgfyt_a span {
        font-size: 55px;
        font-weight: 600;
    }
    .uhhjf_b{
        font-size: 15px;
        line-height: 26px;
    }
    .uhhjf_a{
        font-size: 22px;
        line-height: 26px;
    }
    .gngtrr{
        font-size: 40px;
        line-height: 45px;
    }
    .biaotidf{
        font-size: 40px;
        line-height: 45px;
    }
    .youfenff_a{
        font-size: 20px;
        line-height: 22px;
    }
    .abbt_a {
        font-size: 45px;
        line-height: 50px;
    }
    .youishd{
        font-size: 40px;
        line-height: 45px;
    }
    .youfenff_b{
        font-size: 15px;
        line-height: 21px;
    }
}

@media(max-width: 1440px){
     .guangshuf_a{
        font-size: 40px;
    }
    .xindhfyt_d{
        font-size: 14px;
        line-height: 26px;
    }
    .xindhfyt_b{
        font-size: 14px;
        line-height: 26px;
    }
    .xindhfyt_c{
        font-size:18px;
        line-height: 26px;
    }
    .xindhfyt_a{
        font-size: 25px;
        line-height: 30px;
    }


    .youidngle{
        font-size: 18px;
        line-height: 40px;
    }
    .lianxneihh{
        padding-top: 9%;
    }
    .lixnbei_aggbb{
        font-size: 30px;
        line-height: 35px;
    }
     .Demogfhrt{
        font-size: 14px;
        line-height: 40px;
    }
    .lixnbei_agg{
       font-size: 30px;
        line-height: 35px; 
    }
    .fhgytrle_b {
        font-size: 14px;
        line-height: 28px;
    }
    .fhgytrle_bhh{
         font-size: 14px;
        line-height: 30px;
    }
    .fhgytrle_aaa {
        font-size: 14px;
        line-height: 26px;
    }
    .lixnbei_ahh {
        font-size: 30px;
        line-height: 35px;
    }
    .hindgbbgd {
        font-size: 22px;
        line-height: 35px;
    }
    .liubsidnggf_b {
        font-size: 16px;
        line-height: 26px;
    }
    .liubsidnggf_a {
        font-size: 22px;
        line-height: 35px;
    }
    .Opennei_a {
        font-size: 16px;
        line-height: 30px;
    }
    .Hardwarelies_er_b span{
        font-size: 14px;
    }
    .Hardwarelies_er_b{
        font-size: 14px;
    }
    .Hardwarelies_er_a {
        font-size: 18px;
        line-height: 30px;
    }
    .Hardwarefen li {
        line-height: 50px;
        font-size: 16px;
    }
    .lixnbei_chh{
        font-size: 14px;
        line-height: 26px;
        padding: 2% 0;
    }
    .youinfggle_b {
        font-size: 14px;
        line-height: 26px;
    }
    .youinfggle_a {
        font-size: 16px;
        line-height: 35px;
    }
    .Forkliftgngg{
        font-size: 16px;
        line-height: 30px;
    }
    .Forkliftfen_b {
        font-size: 14px;
        line-height: 28px;
    }
    .tufegfrt{
        height: 45px;
    }
    .Leanneitdfebef_a {
        font-size: 20px;
        height: 28px;
    }
    .jianfeifg_r_b, .jianfeifg_r_c {
        font-size: 14px;
        line-height: 26px;
    }
    .jianfeifg_r_a {
        font-size: 25px;
        line-height: 30px;
    }
    .Leanfennei {
        font-size: 14px;
        line-height: 26px;
    }
    .fhgytrle_hh {
        font-size: 15px;
        line-height: 26px;
    }
    .tufegfrt {
        font-size: 18px;
        line-height: 28px;
    }
    .Forkliftfen_a {
        font-size: 20px;
        line-height: 28px;
    }
    .Forklift_b {
        font-size: 15px;
        line-height: 28px;
    }
    .Forklift_a {
        font-size: 18px;
        line-height: 40px;
    }
    .tuijns_a{
        font-size: 20px;
        line-height: 35px;
    }
    .tuijns_b li {
        font-size: 16px;
        line-height: 30px;
    }
    .tuifenhg_a {
        font-size: 18px;
        line-height: 35px;
    }
    .tuijingen li {
        font-size: 18px;
        line-height: 50px;
    }
   
     .fhgytrle_b{
         font-size: 16px;
         line-height: 30px;
     }
    .fhgytrle_a {
        font-size: 25px;
        line-height: 30px;
    }
    .lixnbei_ad {
        font-size: 30px;
        line-height: 40px;
        padding: 3% 1% 1% 1%;
    }
    .liangtf {
        font-size: 25px;
        line-height: 35px;
    }
    .gongbitt {
        font-size: 35px;
        line-height: 60px;
    }
    .gonglie_b {
        font-size: 14px;
        line-height: 25px;
    }
    .gonglie_a {
        font-size: 25px;
        line-height: 35px;
    }
    .fangnd_hh {
        font-size: 16px;
        line-height: 30px;
    }
    .hongyenei_b {
        font-size: 14px;
        line-height: 24px;
    }
    .hongyenei_a {
        font-size: 18px;
        line-height: 30px;
    }
    .fangnd_a {
        font-size: 35px;
        line-height: 40px;
    }
    .qiehun {
        line-height: 50px;
        font-size: 14px;
    }
    .youdiungg {
        font-size: 18px;
        line-height: 40px;
    }
    .shufenrt_a {
        font-size: 30px;
        line-height: 45px;
    }
    .lianhuoba_b {
        font-size: 20px;
    }
    .lianhuobakief_a {
        font-size: 14px;
        line-height: 26px;
    }
    .youdinga {
        font-size: 25px;
        line-height: 35px;
    }
    .liuygngle_a {
        font-size: 14px;
        line-height: 31px;
    }
    .lixnbei_c {
        font-size: 14px;
        line-height: 30px;
    }
    .lixnbei_b {
        font-size: 20px;
        line-height: 28px;
    }
    .Forklift_ee{
        font-size: 16px;
        line-height: 30px;
    }
    .shjidgfyt_b {
        font-size: 16px;
        line-height: 24px;
    }
    .shjidgfyt_a em {
        font-style: normal;
        font-size: 30px;
        font-weight: 600;
    }
    .shjidgfyt_a span {
        font-size: 45px;
        font-weight: 600;
    }
    .uhhjf_b {
        font-size: 13px;
        line-height: 24px;
    }
    .uhhjf_a {
        font-size: 20px;
        line-height: 24px;
    }
    .gngtrr {
        font-size: 35px;
        line-height: 39px;
    }
    .biaotidf {
        font-size: 35px;
        line-height: 40px;
    }
    .youfenff_a{
        height: 45px;
        margin-top: 5px;
    }
    .youfenff_b {
        font-size: 14px;
        line-height: 20px;
    }
    .youfenff_a {
        font-size: 18px;
        line-height: 20px;
    }
    .youishd {
        font-size: 35px;
        line-height: 40px;
    }
    .abbt_a {
        font-size: 40px;
        line-height: 40px;
    }
    .abbt_b{
        font-size: 16px;
        line-height: 30px;
    }
    .abyyle{
        width: 250px;
        line-height: 50px;
        height: 50px;
        font-size: 16px;
    }
    .abyyrt{
        width: 250px;
        line-height: 50px;
        height: 50px;
        font-size: 16px;
    }
    .wenidng{
        font-size: 16px;
        line-height: 28px;
    }
   
}



@media(max-width: 1366px){
    .guangshuf_a{
        font-size: 35px;
    }
    .xindhfyt_d{
        font-size: 13px;
        line-height: 23px;
    }
    .xindhfyt_b{
        font-size: 13px;
        line-height: 23px;
    }
    .xindhfyt_c{
        font-size:16px;
        line-height: 24px;
    }
    .xindhfyt_a{
        font-size: 20px;
        line-height: 25px;
    }

    .lixnbei_bss{
        font-size: 16px;
        line-height: 35px;
    }

     .lixnbei_aggbb{
        font-size: 25px;
        line-height: 30px;
    }
     .Demogfhrt{
        font-size: 14px;
        line-height: 40px;
    }
    .lixnbei_agg{
       font-size: 25px;
        line-height: 30px; 
    }

    .liubsidnggf_b {
        font-size: 14px;
        line-height: 26px;
    }
    .liubsidnggf_a {
        font-size: 20px;
        line-height: 30px;
    }
    .tuimngd_a {
        font-size: 14px;
        line-height: 24px;
    }
    .Hardwarefen li {
        line-height: 45px;
        font-size: 15px;
    }
    .fangchuangfen_a {
        font-size: 20px;
        line-height: 35px;
    }
    .Avoidancelier_a {
        font-size: 18px;
        line-height: 35px;
    }
    .Avoidancefen_a {
        font-size: 20px;
        line-height: 50px;
    }
    .Forklift_c {
        font-size: 16px;
        line-height: 28px;
    }
    .Forklift_bg{
        font-size: 16px;
        line-height: 30px;
    }
    .fhgytrle_hh {
        font-size: 14px;
        line-height: 24px;
    }
    .fhgytrle_b {
        font-size: 14px;
        line-height: 28px;
    }
    .tufegfrt {
        font-size: 16px;
        line-height: 26px;
    }
    .Forklift{
        width: 100%;
    }
    .tuijns_b li {
        font-size: 14px;
        line-height: 28px;
    }
    .tuijns_a {
        font-size: 18px;
        line-height: 30px;
    }
    .tuifenhg_a {
        font-size: 16px;
        line-height: 30px;
    }
    .tuijingen li {
        font-size: 16px;
        line-height: 45px;
    }
    .lixnbei_a {
        font-size: 20px;
        line-height: 30px;
    }
    .fhgytrle_a {
        font-size: 20px;
        line-height: 28px;
    }
    .lixnbei_cc{
        font-size: 16px;
        line-height: 28px;
    }
    .lixnbei_ad {
        font-size: 25px;
        line-height: 35px;
        padding: 3% 1% 1% 1%;
    }
    .gonglianxi_b{
        width: 250px;
        line-height: 50px;
        height: 50px;
        font-size: 20px;
    }
    .anlishngnei_a {
        font-size: 18px;
        line-height: 22px;
    }
    .gongbitt {
        font-size: 30px;
        line-height: 50px;
    }
    .gonglie_b {
        font-size: 13px;
        line-height: 23px;
    }
    .gonglie_a {
        font-size: 20px;
        line-height: 30px;
    }
     .fangnd_b{
         font-size: 16px;
         line-height: 26px;
     }
    .fangnd_a {
        font-size: 30px;
        line-height: 35px;
    }
    .shufenrt_c, .shufenrt_cs {
        font-size: 14px;
        line-height: 22px;
    }
    .shufenrt_b {
        font-size: 18px;
        line-height: 22px;
    }
    .shufenrt_a {
        font-size: 25px;
        line-height: 40px;
    }
    .lixnbei_c {
        font-size: 13px;
        line-height: 27px;
    }
    .lixnbei_b {
        font-size: 18px;
        line-height: 26px;
    }
    .lixnbei_a {
        font-size: 25px;
        line-height: 35px;
    }
    .btn-group .btn{
        font-size: 13px;
    }
    .hsufhg {
        font-size: 13px;
        line-height: 25px;
    }
    .shjidgfyt_a em {
        font-style: normal;
        font-size: 25px;
        font-weight: 600;
    }
    .shjidgfyt_a span {
        font-size: 40px;
        font-weight: 600;
    }
    .uhhjf_a {
        font-size: 18px;
        line-height: 22px;
    }
    .gngtrr {
        font-size: 30px;
        line-height: 35px;
    }
    .biaotidf {
        font-size: 30px;
        line-height: 35px;
    }
    .youfenff_b {
        font-size: 13px;
        line-height: 20px;
    }
    .youfenff_a {
        font-size: 15px;
        height: 27px;
        line-height: 20px;
    }
    .youishd {
        font-size: 30px;
        line-height: 35px;
    }
    .abbt_a {
        font-size: 30px;
        line-height: 35px;
    }
}



@media(max-width: 1200px){
    .guangshuf_b{
        font-size: 18px;
    }
    .guangshuf_a{
        font-size: 25px;
    }
    .Demonebb_b {
        height: 111px;
    }
    .lixnbei_bss {
        font-size: 14px;
        line-height: 30px;
    }
    .youidngle {
        font-size: 16px;
        line-height: 35px;
    }
    .lixnbei_css{
        font-size: 16px;
        line-height: 26px;
    }
    .lixnbei_ahh {
        font-size: 25px;
        line-height: 30px;
    }
    .lianxneia{
        padding-top: 9%;
    }
    .liubsidnggf_a {
        font-size: 20px;
        line-height: 30px;
    }
    .Hardwarelies_er_m{
        width: 150px;
        line-height: 40px;
        font-size: 15px;
    }
    .Hardwarelies_er_e{
        font-size: 13px;
    }
    .youding_shi {
        position: absolute;
        top: -10%;
        left: 0%;
        width: 100%;
        height: 100%;
    }
    .uofenlei li{
        width: 30%;
    }
    .Forkliftgngg {
        font-size: 14px;
        line-height: 28px;
    }
    .Avoidancelier_b {
        font-size: 14px;
        line-height: 26px;
    }
    .Avoidancelier_a {
        font-size: 16px;
        line-height: 30px;
    }
    .Avoidancefen_a {
        font-size: 18px;
        line-height: 45px;
    }
    .fhgytrle_hh {
        font-size: 13px;
        line-height: 22px;
    }
    .Forkliftfen_a {
        font-size: 18px;
        line-height: 26px;
    }
    .anlishngnei_m{
        font-size: 16px;
    }
    .tuijingen li {
        font-size: 14px;
        line-height: 40px;
    }
    .lixnbei_a {
        font-size: 20px;
        line-height: 30px;
    }
    .fhgytrle_b {
        font-size: 14px;
        line-height: 28px;
    }
    .lixnbei_cc {
        font-size: 14px;
        line-height: 26px;
    }
    .lixnbei_ad {
        font-size: 20px;
        line-height: 30px;
        padding: 3% 1% 1% 1%;
    }
    .gonglianxi_b {
        width: 200px;
        line-height: 45px;
        height: 45px;
        font-size: 18px;
        background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/b5b486c25bpnuer7.png) 90% center no-repeat #FFC247;
    }
    .liangtf {
        font-size: 20px;
        line-height: 30px;
    }
    .anlishngnei_a {
        font-size: 16px;
        line-height: 20px;
    }
    .gongbittfenle {
        font-size: 14px;
        line-height: 28px;
    }
    .gongbitt {
        font-size: 25px;
        line-height: 45px;
    }
    .gonglie_b{
        padding: 2% 0;
    }
    .gonglie_a {
        font-size: 18px;
        line-height: 29px;
    }
    .max1600{
        position: relative;
        z-index: 999;
    }
    .fangnd_hh {
        font-size: 14px;
        line-height: 28px;
    }
    .fangnd_a {
        font-size: 20px;
        line-height: 25px;
    }
    .youdiungg {
        font-size: 16px;
        line-height: 35px;
    }
    .shufenrt_b {
        font-size: 16px;
        line-height: 21px;
    }
    .shufenrt_a {
        font-size: 20px;
        line-height: 35px;
    }
    .lianxnei{
        padding-top: 11%;
    }
    .shjidgfyt_a span {
        font-size: 35px;
        font-weight: 600;
    }
    .shjidgfyt_a em {
        font-style: normal;
        font-size: 20px;
        font-weight: 600;
    }
    .shjidgfyt_a {
        font-size: 25px;
    }
    .gngtrr {
        font-size: 25px;
        line-height: 30px;
    }
    .biaotidf {
        font-size: 25px;
        line-height: 30px;
    }
    .youishd {
        font-size: 25px;
        line-height: 30px;
    }
    .abbt_a {
        font-size: 25px;
        line-height: 30px;
    }
    .wenidng{
        width: 100%;
    }
    .abbt{
        width: 100%;
    }
    .top_right {
        width: 78%;
    }
}


@media(max-width: 1024px){
    .xindhfyt_a {
        font-size: 18px;
        line-height: 22px;
    }
    .xindhfyt_e{
        font-size: 12px;
        line-height: 40px;
        width: 40%;
    }
    .xindhfyt_f {
        font-size: 12px;
        line-height: 40px;
        width: 35%;
    }
    .lianxneihh {
        padding-top: 11%;
    }
    .youidngle {
        font-size: 14px;
        line-height: 30px;
    }
    .Demonebb {
        background: url(//wm.cdn.cn86.cn/wixusnd/2025/09/9f0852792c3prnkg.png) 25px 40% no-repeat;
        background-size: 98% 51%;
    }
    .lixnbei_css {
        font-size: 14px;
        line-height: 24px;
    }
    .lixnbei_ahh {
        font-size: 20px;
        line-height: 25px;
    }
    .Hardwarelies_er_a {
        font-size: 16px;
        line-height: 28px;
    }
    .yousinhhg {
        font-size: 14px;
        line-height: 40px;
    }
    .fangchuangfen_a {
        font-size: 18px;
        line-height: 30px;
    }
    .uofenlei li{
        font-size: 16px;
    }
    .Avoidancefen_aa {
        font-size: 15px;
    }
    .Avoidancelier_b {
        font-size: 13px;
        line-height: 22px;
    }
    .Avoidancefen_a {
        font-size: 15px;
        line-height: 35px;
    }
    .Avoidancelier_a {
        font-size: 15px;
        line-height: 26px;
    }
    .Avoidancefen_a {
        font-size: 16px;
        line-height: 40px;
    }
    .Forklift_bg {
        font-size: 14px;
        line-height: 28px;
    }
    .Leanneitdfebef_b {
        font-size: 14px;
        line-height: 26px;
    }
    .Leanneitdfebef_a {
        font-size: 18px;
        height: 26px;
    }
    .tufegfrt {
        font-size: 14px;
        line-height: 24px;
    }
    .Forklift_ee{
        font-size: 14px;
        line-height: 26px;
    }
    .Forklift_b {
        font-size: 14px;
        line-height: 26px;
    }
    .Forklift_c {
        font-size: 14px;
        line-height: 28px;
    }
    .Forkliftfen_a {
        font-size: 16px;
        line-height: 24px;
    }
    .lixnbei_a {
        font-size: 18px;
        line-height: 28px;
    }
    .fhgytrle_a {
        font-size: 18px;
        line-height: 26px;
    }
    .lixnbei_b{
        margin-top: 0px;
    }
    .lixnbei_ad{
        font-size: 18px;
        padding: 0px;
    }
    .anlishngnei_m{
        font-size: 15px;
    }
    .anlishngnei_a {
        font-size: 15px;
        line-height: 19px;
    }
    .gongbitt {
        font-size: 20px;
        line-height: 40px;
    }
    .gonglie_b {
        font-size: 12px;
        line-height: 22px;
    }
    .gonglie_a {
        font-size: 16px;
        line-height: 25px;
    }
    .hongyenei_b {
        font-size: 13px;
        line-height: 22px;
    }
    .hongyenei_a {
        font-size: 16px;
        line-height: 25px;
    }
    .fangnd_b {
        font-size: 14px;
        line-height: 24px;
    }
    .fangnd_a {
        font-size: 18px;
        line-height: 20px;
    }
    .lixnbei_a {
        font-size: 20px;
        line-height: 30px;
    }
    .shufenrt_c, .shufenrt_cs {
        font-size: 13px;
        line-height: 23px;
    }
    .shufenrt_a {
        font-size: 18px;
        line-height: 30px;
    }
    .lianhuoba_b {
        font-size: 18px;
    }
    .youdinga {
        font-size: 20px;
        line-height: 30px;
    }
    .lianhuoba{
        width: 100%;
    }
    .lixnbei{
        width: 100%;
    }
    .shjidgfyt_a span {
        font-size: 30px;
        font-weight: 600;
    }
    .uhhjf_m{
        width: 110px;
        height: 50px;
        background-size: 30% 24%;
    }
    .biaotidf {
        font-size: 20px;
        line-height: 25px;
    }
    .youishd {
        font-size: 20px;
        line-height: 25px;
    }
    .wenidng {
        font-size: 14px;
        line-height: 26px;
    }
    .abyyle , .abyyrt{
        width: 220px;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
    }
    .abbt_b {
        font-size: 14px;
        line-height: 27px;
        margin-top: 2%;
    }
    .abbt_a {
        font-size: 20px;
        line-height: 25px;
    }
    .top_right {
        width: 38%;
    }
    .qiehun{
         overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}



@media(max-width:992px){
    .lianxneihh {
        padding-top: 14%;
    }
    .Demonebb_b{
        font-size: 13px;
        line-height: 24px;
    }
    .Demonebb_b{
        opacity: 1;
    }
    .Demonebb{
        margin-top: 3%;
    }
    .Demonebb li {
        color: #fff;
        width: 32%;
        margin-top: 1%;
        text-align: center;
        cursor: pointer;
        margin-bottom: 2%;
    }

    .Demonebb{
        background: none;
    }
    .lixnbei_agg {
        font-size: 20px;
        line-height: 25px;
    }
    .lixnbei_aggbb {
        font-size: 20px;
        line-height: 25px;
    }
     .lixnbei_ahh{
        padding: 1% 0;
        font-size: 14px;
        line-height: 22px;
    }
    .liubsidnggfaHhf{
        font-size: 14px;
        line-height: 30px;
    }
    .liubsidnggf_a {
        font-size: 16px;
        line-height: 28px;
    }
    .tuimngd_a {
        font-size: 13px;
        line-height: 22px;
    }
    .Opennei_b {
        font-size: 13px;
        line-height: 24px;
    }
    .Opennei_a {
        font-size: 14px;
        line-height: 26px;
    }
    .Hardwarelies_er_b {
        font-size: 13px;
    }
    .Hardwarelies_er_b span {
        font-size: 13px;
    }
    .Hardwarelies_er_a {
        font-size: 15px;
        line-height: 26px;
    }
    .Hardwarefen li{
        width: 22%;
    }
    .fangchuangfen_a {
        font-size: 15px;
        line-height: 28px;
    }
    .youinfggle_a {
        font-size: 14px;
        line-height: 22px;
    }
    .Avoidancefen_a {
        font-size: 14px;
        line-height: 30px;
    }
    .Forklift_bg {
        font-size: 13px;
        line-height: 26px;
    }
    .Forklift_c {
        font-size: 13px;
        line-height: 24px;
    }
    .Leanneitdfebef_a {
        font-size: 16px;
        height: 24px;
        line-height: 24px;
    }
    .jianfeifg_r_a {
        font-size: 18px;
        line-height: 27px;
    }
    .tufegfrt {
        font-size: 13px;
        line-height: 24px;
        height: 19px;
    }
    .Forkliftfen_a {
        font-size: 15px;
        line-height: 22px;
    }
    .fhgytrle_hh{
       font-size: 13px;
        line-height: 24px; 
    }
    .Forklift_b {
        font-size: 13px;
        line-height: 24px;
    }
    .Forklift_a {
        font-size: 16px;
        line-height: 35px;
    }
    .fhgytrle_a {
        font-size: 16px;
        line-height: 24px;
    }
    .lixnbei_cc {
        font-size: 13px;
        line-height: 24px;
    }
    .lixnbei_ad {
        font-size: 16px;
        line-height: 24px;
        padding: 0px;
    }
    .gonglianxi_b{
        font-size: 16px;
    }
    .liangtf {
        font-size: 16px;
        line-height: 26px;
    }
    .fangnd{
        width: 100%;
    }
    .fangnd_b {
        font-size: 13px;
        line-height: 22px;
    }
    .fangnd_a {
        font-size: 16px;
        line-height: 20px;
    }
    .lixnbei_a {
        font-size: 18px;
        line-height: 28px;
    }
    .qiehun span {
        top: 30px;
    }
    .zhanshi{
        font-size: 13px;
        line-height: 22px;
    }
    .shufenrt_b{
        margin: 0px;
    }
    .yudufng , .shufenrt_csa{
        font-size: 14px;
        line-height: 22px;
    }
    .youdinga {
        font-size: 18px;
        line-height: 26px;
        margin-top: 2%;
    }
    .lianhuobakief_img img {
        max-width: 19%;
        height: auto;
    }
    .lianhuoba_b {
        font-size: 16px;
    }
    .giuyuyf::before{
        display: none;
    }
    .giuyuyf::after{
        display: none;
    }
    .lianxnei{
        overflow: hidden;
    }
    .lixnbei_b {
        font-size: 16px;
        line-height: 24px;
    }
  
     .lianxnei{
        padding-top: 14%;
    }
    .digefdingrt {
        margin-top: 10px;
        width: 36%;
    }
    .digefdingle{
        width: 100%;
    }
    .youishd {
        font-size: 18px;
        line-height: 22px;
    }
    .abbt_a {
        font-size: 18px;
        line-height: 22px;
    }
    .neiyri{
        padding-top: 16%;
    }
    .youifngg li{
        width: 100%;
    }
}

@media(max-width:500px){
    .guangshuf_b{
        font-size: 15px;
    }
    .guangshuf_a{
        font-size: 20px;
    }
    .xindhfyt_f{
        margin-top: 15px;
        width: 100%;
        margin-left: 0px;
    }
    .xindhfyt_e{
        width: 100%;
    }
    .youidngrt{
        width: 100%;
        margin-top: 15px;
    }
    .youidngle{
        width: 100%;
    }
    .Demonebb li{
        width: 48%;
    }
    .Demogfhrt{
        width: 100%;
        margin-top: 10px;
    }
    .Demogfhle{
        width: 100%;
    }
    .lixnbei_aggbb {
        font-size: 17px;
        line-height: 21px;
    }
    .lixnbei_agg {
        font-size: 18px;
        line-height: 20px;
    }
        .fhgytrle_aaa {
        font-size: 13px;
        line-height: 22px;
    }
    .liubsidnggfaHhf {
        font-size: 13px;
        line-height: 24px;
    }
    .liubsidnggf li{
        width: 100%;
    }
    .hindgbbgd {
        font-size: 20px;
        line-height: 30px;
    }
    .tuimngd li{
        width: 100%;
        margin-bottom: 15px;
    }
    .Opennei_b {
        font-size: 13px;
        line-height: 22px;
    }
    .Opennei_a {
        font-size: 13px;
        line-height: 20px;
    }
    .Hardwarelies_er{
        width: 100%;
        margin-top: 15px;
    }
    .Hardwareliesle{
        width: 100%;
    }
    .Hardwarefen li {
        width: 45%;
        font-size: 14px;
        line-height: 35px;
    }
    .liashio {
        height: 86vh;
    }
    .shipung {
        position: relative;
        width: 100%;
        height: 20vh;
        background: #050038;
        border-radius: 24px 24px 24px 24px;
        margin-top: -15%;
    }
    .fangchuangfen li{
        width: 100%;
        margin-bottom: 15px;
    }
    .youinfggrt{
        width: 100%;
        margin-top: 10px;
    }
    .youinfggle{
        width: 100%;
    }
    .youding{
        width: 180px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .uofenlei li{
        font-size: 14px;
        width: 100%;
        line-height: 30px;
    }
    .lixnbei_chh{
        font-size: 14px;
        line-height: 24px;
        padding: 0px;
    }
    .fhgytrle_mm{
        font-size: 14px;
        width: 80%;
        line-height: 45px;
    }
    .RTLSlbbg_a{
        font-size: 16px;
    }
    .RTLSd_b , .RTLSlbbg_b{
        font-size: 14px;
        line-height: 24px;
    }
    .RTLSd_a{
        font-size: 14px;
        line-height: 26px;
    }
    .Forkliftgngg {
        font-size: 13px;
        line-height: 24px;
    }
    .Avoidancebidortbb{
        margin-top: 15px;
        width: 100%;
    }
    .Avoidancebidoleaa{
        width: 100%;
    }
    .Avoidancelier_a {
        font-size: 14px;
        line-height: 23px;
    }
    .Avoidancefen li{
        width: 100%;
        margin-bottom: 15px;
    }
    .lixnbei_a {
        font-size: 14px;
        line-height: 26px;
    }
    .Forklift_bg{
        padding: 0px;
    }
    .Leanneitdfebef li{
        width: 100%;
        margin-bottom: 15px;
    }
    .jianfeifg_r_a {
        font-size: 15px;
        line-height: 24px;
    }
    .jianfeifg_r{
        margin-top: 15px;
        width: 100%;
    }
    .jianfeifgle{
        width: 100%;
    }
    .Leanfennei {
        font-size: 13px;
        line-height: 23px;
    }
    .Leanfen li{
        width: 48%;
    }
    .fhgytrle_kkk{
        font-size: 16px;
        line-height: 40px;
    }
    .lixnbei_a {
        font-size: 16px;
        line-height: 26px;
    }
    .Warehousefen li{
        width: 100%;
        margin-bottom: 2%;
    }
    .Forkliftfen li{
        width: 100%;
        margin-bottom: 2%;
    }
    .Forklift_a {
        font-size: 14px;
        line-height: 25px;
    }
    .tuijns_b li{
        width: 48%;
    }
    .tuifenhg_a {
        font-size: 14px;
        line-height: 26px;
    }
    .tuifenhg li{
        width: 30%;
    }
    .fhgytrrt{
        width: 100%;
        margin-top: 15px;
    }
    .fhgytrle{
        width: 100%;
    }
    .lixnbei_ad {
        font-size: 14px;
        line-height: 22px;
        padding: 0px;
    }
    .gonglianxi_b {
        width: 180px;
        line-height: 40px;
        font-size: 14px;
        height: 40px;
    }
    .liangtf {
        font-size: 14px;
        line-height: 23px;
    }
    .anlishng li:nth-child(2) {
        margin-top: 20px;
    }
    .anlishng li{
        width: 100%;
    }
    .gongbittfenrt{
        width: 100%;
        margin-top: 15px;
    }
    .gongbittfenle{
        width: 100%;
    }
    .gongbitt {
        font-size: 18px;
        line-height: 35px;
    }
    .hongyenei_a {
        font-size: 14px;
        line-height: 20px;
    }
    .hongyenei_b {
        height: 20vh;
    }
    .hongye li{
        width: 49%;
    }
    .lixnbei_c {
        font-size: 12px;
        line-height: 21px;
    }
    .lixnbei_a {
        font-size: 15px;
        line-height: 25px;
    }
    .qiehun {
        line-height: 40px;
        font-size: 14px;
    }
    .youdiungg {
        font-size: 15px;
        line-height: 25px;
    }
    .shufenrt{
        margin-top: 15px;
        width: 100%;
    }
    .shufenle{
        width: 100%;
    }
    .pmaodubgf{
        font-size: 13px;
        line-height: 24px;
    }
    .lianhuobakief_a {
        font-size: 13px;
        line-height: 24px;
    }
    .lianhuoba_b {
        font-size: 14px;
        line-height: 22px;
    }
    .liuygngle{
        width: 100%;
    }
    .digefdingrt {
        margin-top: 10px;
        width: 94%;
    }
    .goutytr li{
        width: 48%;
        margin-bottom: 2%;
    }
    .goutytrle_b li , .deasd li{
        width: 100%;
    }
    .shjidgfyt li{
        width: 48%;
        margin-bottom: 2%;
    }
    .gngtrr {
        font-size: 17px;
        line-height: 26px;
    }
    .biaotidf{
        padding: 0px;
        font-size: 18px;
        line-height: 22px;
    }
    .youfenff li {
        width: 48%;
        margin-bottom: 3%;
    }
    .youishd {
        font-size: 16px;
        line-height: 20px;
    }
    .wenidng {
        font-size: 13px;
        line-height: 22px;
    }
    .abyyle img , .abyyrt img{
        display: none;
    }
    .abyyle, .abyyrt {
        width: 145px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    .abbt_b {
        font-size: 13px;
        line-height: 22px;
        margin-top: 2%;
    }
    .abbt_a {
        font-size: 15px;
        line-height: 19px;
    }
    .top-mid-flex{height:45px}
    .laidnifhg{
        display: none;
    }
}

/* VSLAM */
.vbt1{text-align: center;}
.vt1{
    font-weight: bold;
font-size: 48px;
color: #050038;
line-height: 56px;
text-align: center;
margin: 3vw 0 1.5vw;
}
.vt2{
    font-weight: 400;
font-size: 18px;
color: rgba(5,0,56,0.72);
line-height: 32px;
text-align: center;
padding: 0 5vw;
}
.vimg{text-align: center;}
.vimg img{max-width: 100%;}
.lianxnei23{padding-bottom: 0;}
.vmore {text-align: center;font-size: 0;margin-top: 1.9vw;}
.vmore a{
display: inline-block;width: 350px;
height: 58px;line-height: 58px;text-align: center;
background: #0098FD;
box-shadow: 2px 2px 5px 0px rgba(24,42,102,0.15);
border-radius: 30px;
font-weight: bold;
font-size: 18px;
color: #FFFFFF;
}
.vmore a:nth-child(2){margin-left: 4vw;}
.xul{margin: 5vw 0 7vw;}
.xul li{width: 20%;text-align: center;max-width: 182px;}
.xul li .img{height: 75px;line-height: 75px;}
.xul li p{
    font-weight: bold;
font-size: 18px;
color: #484570;
line-height: 28px;
margin-top: 24px;
}
.vt3{
    font-weight: bold;
font-size: 48px;
color: #050038;
line-height: 56px;
text-align: center;
}
.xul2 {margin-top: 2.4vw;}
.xul2 li{width: 24.43%;text-align: center;background: #fff;border-radius: 16px;padding: 2.3vw 1.2vw 3.2vw;}
.xul2 li p{
    font-weight: bold;
font-size: 18px;
color: #484570;
line-height: 32px;
text-align: center;
margin-top: 20px;
height: 120px;
}
.xul2 li .img{height: 85px;line-height: 85px;}

/*  */
.vbox3{margin: 6.3% 0 8%;}
.xul3{margin-top: 3vw;}
.xul3 li{width: 24.43%;
background: #FFFFFF;
box-shadow: 3px 3px 6px 0px rgba(24,42,102,0.15);
border-radius: 16px 16px 16px 16px;
border: 1px solid #E4E4E4;
}
.xul3 li img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.flex99ss{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xul3 li:nth-child(2n){margin-top: 2vw;}
.xul3 li p{
    padding:0.9vw 1.2vw;
    font-weight: bold;
font-size: 18px;
color: #484570;
line-height: 32px;
text-align: left;
}

.vbox3 .max1600{max-width: 1229px;}
.vimg2{margin-top: 4vw;}

@media(max-width: 1500px){
    .vt3,.vt1{font-size: 42px;line-height: 52px;}
}

@media(max-width: 1200px){
    .vt3,.vt1{font-size: 36px;line-height: 42px;}
    .xul2 li p,.xul3 li p,.xul li p,.vt2{font-size: 16px;line-height: 28px;}
    .xul li{padding: 0 5px;}
    .vmore a{width: 320px;height: 46px;line-height: 46px;font-size: 16px;}
}

@media(max-width: 1025px){
    .vt3,.vt1{font-size: 32px;line-height: 42px;}
}


@media(max-width: 768px){
   .xul li p{margin-top: 15px;}
   .xul2 li .img{height: 67px;line-height: 67px;}
   .xul2 li .img img{max-width: 50%;}
    .xul2 li p,.xul3 li p,.xul li p,.vt2{font-size: 14px;line-height: 26px;}
}


@media(max-width: 640px){
   .xul li p{margin-top: 15px;}
   .xul2 li .img{height: 57px;line-height: 57px;}
   .xul2 li .img img{max-width: 40%;}
   .vt3, .vt1{font-size: 22px;line-height: 26px;}
   .vt2{padding: 0;}
    .xul2 li p,.xul3 li p,.xul li p,.vt2{font-size: 14px;line-height: 26px;}
    .vmore a{width: 49%;font-size: 11px;height: 40px;line-height: 40px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
    .vmore a:nth-child(2){margin-left: 2%;}
    .xul li{width: 48%;margin-bottom: 10px;}
    .xul li .img{height: 50px;line-height: 50px;}
    .xul li .img img{max-height: 50px;}
    .xul li p{margin-top: 10px;line-height: 20px;}
    .xul2{margin-top: 30px;}
    .xul2 li{width: 48%;margin-bottom: 20px;}
    .xul2 li p, .xul3 li p, .xul li p, .vt2{line-height: 20px;}
    .xul2 li p{margin-top: 10px;}
    .xul3{margin-top: 25px;}
    .xul3 li{width: 48%;margin-bottom: 15px;}
    .xul3 li p{padding: 10px;}
}

.ss { display: none; }
.scroll .df { display: none; }
.scroll .ss { display: block; }
.new-text .p1 { font-size: 22px; font-weight: bold; color:#090539; margin-bottom: 10px; }
.new-text .p2 { font-size: 18px; color:#616083; line-height: 1.7; }
#page-wrap .right {
    padding-top: 100px;
}














.page-content .page-left {
    display: none;
}
.page-content  {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 999999;
}
.page-content .pull-right {
    float: none;
}
.page-content  .pagination {
    display: flex;
}