.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;
    }
}

.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;
    }
}


.s_title {
    font-size: 16px;
    color: #333333;
    line-height: 1;
    font-family: Arial;
}
body{font-family: "PingFang SC", "Microsoft YaHei", sans-serif;}
p{margin:0;} 
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}
.fl{float:left;}
.fr{float:right;}

.of{overflow:hidden;}
.wh{max-width:1600px;width:94%;margin: 0 auto;}



.flexc{display: flex;justify-content: center;flex-wrap:wrap;align-items: center;}
.flexf{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flexs{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.flexd{display: flex;justify-content: space-between;align-items:flex-end;flex-wrap:wrap;}
.bold{font-weight:bold;}
.oh{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.upc{text-transform:uppercase;}
.bcg{background-size:100% 100%;}


.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);}



.top2.scroll{position:fixed;top:0;left:0;}
.top2{background:#fff;position:relative;z-index:999;width:100%;box-shadow: 0px 3px 14px rgb(0 0 0 / 12%);}
.logos{max-width:120px;}
.logos img{width:100%;}






.icon {
    font-size: 16px;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-top: -3px;
    fill: currentColor;
}



.ss_btn .icon {
    margin: 0;
    width: 18px;
     fill: #fff; 
    margin-left: 3px;
    height: 18px;
    margin-top: 3px;
}


.ss_btn .icon path {
    fill: #fff;
    transition: all 0.4sease-in-out;
}






.header-ss {
    margin:0 2.19vw;
    position: relative;
    width: 38px;
    height: 38px;background-color: #393a91;border-radius:50%;
}

.header-ss .ss_btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    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:#393a91;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(//wm.cdn.cn86.cn/asddlznkj/2026/09/93ce4fb14cvwb4fb.png)
}

.top2 .language-group .btn{color:#212529;}





/* 导航样式 */
.x-menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left:auto;
}

.x-menu>li {
    margin: 0;
    text-align: center;
    float: none;
    position: relative;
}

.x-menu>li>a {
    font-size: 16px;
    color: #111!important;
    line-height: 90px;
    display: block;padding:0 20px;
}

.x-menu>li:hover>a {
 /*   color: #FFB300;*/
}

.x-menu>li.active>a {
    /*color: #FFB300;*/
}

.x-menu .lastli {
    width: 6% !important;
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
     background: #f5f5f5;
    border-bottom: 1px solid #ccc;
    width: 150px;
    left:0%;
    top: 100%;
    z-index: 99;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    opacity: 0;
    box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    z-index:-1;
    -webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);

  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;
}


.x-sub-menu>li{position:relative;}

.x-sub-menu>li>a {
font-size: 15px;
    line-height: 40px;
    display: block;
    text-align: left;
    transition: all ease .3s;
    padding-left: 13px;color:#212529;
}


.x-sub-menu>li>a:hover {
   color: #fff!important;
   background-color: #393a91;
}



.x-menu>li .x-sub-menux {
    display: none;
    background: #f5f5f5;
    width: 220px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 9;
    border-radius: 5px;
    border-top-left-radius: 0px;
}



.x-menu>li .x-sub-menux li {
    position: relative;
}

.x-menu>li .x-sub-menux li a {
     font-size: 15px;
    line-height: 40px;
    display: block;
    text-align: left;
    opacity: 1;
    transition: all ease .3s;
    padding-left: 13px;color: #212529;
}



.x-menu>li .x-sub-menu li:hover .x-sub-menux {
    display: block;
}

.x-menu>li .x-sub-menux li a:hover {
    color: #fff!important;
   background-color: #393a91;
}



.syabt{
    line-height: 2;
    font_radio: 2;
    display-radio: 1;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 16px;
    margin-top: 20px;
    color: rgba(108, 108, 108, 1);
    width: 80%;
    max-width: 1200px;
    font-family: Arial;
    }


.proBtn {
    background: linear-gradient(90deg, #393a91 10%, #393a91 100%);
    transition: all 0.4s;
    font-size: 0;
    text-align: center;
    display: block;
    height: 55px;
    width: 180px;
    border-radius: 30px;
    line-height: 55px;
}
.proBtn:hover i {
    transform: rotate(45deg);
}
.proBtn span {
    transition: all 0.4s;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 125px;
    line-height: 55px;
    overflow: hidden;
    white-space: nowrap;
}
.proBtn i {
    display: inline-flex;
    width: 45px;
    height: 45px;
    position: relative;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    background: #fff;
    border-radius: 30px;
}



a.btn-primary1 {
    color: #fff!important;
}



/*首页留言*/
.contact-section2{margin-top:20px;}
.ly{margin-bottom:1rem;}
.lya{width:49.5%;}
.hm-message-con {
    position: relative;
}

.hm-message-con input[type=text],.hm-message-con textarea {
    height:50px;
    background: #ffffff!important;
    border: 1px solid #E1E1E1;
    border-radius:2px;
    font-size:14px;
    color: #9fa19f;
    box-shadow: inherit;
    padding: 0 15px;
}







.hm-message-con input[type=text]::-webkit-input-placeholder,.hm-message-con textarea::-webkit-input-placeholder {
    color: #9fa19f
}

.hm-message-con input[type=text]:-ms-input-placeholder,.hm-message-con textarea:-ms-input-placeholder {
    color: #9fa19f
}

.hm-message-con input[type=text]::-ms-input-placeholder,.hm-message-con textarea::-ms-input-placeholder {
    color: #9fa19f
}

.hm-message-con input[type=text]::placeholder,.hm-message-con textarea::placeholder {
    color: #9fa19f
}

.hm-message-con textarea {
    padding-top: 15px;
    height: 120px;
    resize: none;
    background: #fff;
    color: #9fa19f;padding-left:15px;
}

.hm-message-con textarea:focus {
    background: 0 0;
    box-shadow: inherit;
    color: #888
}

.hm-message-con input[type=text]:focus,.hm-message-con textarea:focus {
    color: #888;
    background: #f2f2f2
}

.hm-message-con .x-submit {
display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 140px;
    padding:0 8px;
    line-height:45px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 1;
    radius_radio: 1;
    display-radio: block;
    background-color: rgba(228, 52, 59, 1);
    border-style: none;
    border-color: rgba(64, 158, 255, 1);
    color:#fff;font-size:14px;border-radius:3px;
}


.hm-message-con .x-submit:hover {
  background:rgba(64, 158, 255, 1);
}




.hm-message-con .contans {
    height:44px;
    display: flex;
    align-items: center;
    justify-content: space-between;margin:1rem 0;
}


.hm-message-con .pr-5 {
    position: relative;
    font-size: 15px;
    color: #222;
    margin-bottom: 10px
}

.hm-message-con .form-input.relative input[type=text] {
  padding-left:15px;
}


.hm-message-con .contans input[type=text]:focus {
    border: none
}

.hm-message-con .contans .yzmimg {
    cursor: pointer;
    width: 120px;
    height:44px
}


.s_button1:before {
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%)
}
.s_button1:hover:before {
    animation: style1 .75s;
    z-index: 1;
}
@keyframes style1 {
    0% {
    background: rgba(0, 0, 0, .25);
    transform: translateX(-50%) translateY(-50%) scale(0)
}
to {
    background: transparent;
    transform: translateX(-50%) translateY(-50%) scale(1)
}
}





/*页面底部*/
.bq{font-size:14px;color: rgba(35, 35, 35, 1);}
.bq a{color: rgba(35, 35, 35, 1)!important;font-size:16px;}


#c_grid-17399353720170 .p_gridbox::after {
    content: '';
    clear: left;
    display: block;
}
#c_grid-17399353720170 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}
#c_grid-17399353720170 > div > .p_gridCell {
    float: left;
    position: static;
}
#c_grid-17399353720170 > .p_gridbox.signal {
    min-height: inherit;
}
#c_grid-17399353720170 > .p_gridbox.signal > .p_gridCell {
    min-height: inherit !important;
}
#c_grid-17399353720170 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
   background_radio:2;
    display-radio: 1;
}


@media (max-width: 768px) {
    #c_grid-17399353720170 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
        margin-top: 0rem;
        margin-bottom: 0rem;
        clear: left;
    }
}


@media (min-width: 769px) {
#c_grid-17399353720170 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
}

}


@media (max-width: 1024px) and (min-width: 769px) {
#c_grid-17399353720170 > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
}

}


#c_navigation_195-1780368572933 {
    display-radio: 1;
background_radio:2;
    background-color: rgba(242,242,255,1);
    min-height: 0px;
    padding-top: 4rem;
    padding-bottom: 20px;
}
#c_navigation_195-1780368572933 .e_container-4 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    background_radio:1;
}
#c_navigation_195-1780368572933 .e_container-4 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
#c_navigation_195-1780368572933 .e_container-5 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    width: 86%;
background_radio:1;
    padding-right: 0px;
    padding-top: 0px;
}
#c_navigation_195-1780368572933 .e_container-5 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
#c_navigation_195-1780368572933 .e_container-12 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    padding-right: 100px;
    background_radio:1;
}
#c_navigation_195-1780368572933 .e_container-12 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
#c_navigation_195-1780368572933 .e_container-5 .p_item {
    display-radio: 1;
}
#c_navigation_195-1780368572933 .e_text-15 {
    line-height: 2;
    display-radio: 1;
font_radio:2;
    font-size: 16px;
    color: rgba(70,70,70,1);
    margin-top: 0px;
    text-align: left;
    font-weight: bold;
    font-family: Arial;
}
#c_navigation_195-1780368572933 .e_container-4 .p_item {
    display-radio: 1;
}
#c_navigation_195-1780368572933 .e_provider-42 {
    text-align: left;
    display-radio: 1;
font_radio:2;
    color: rgba(0,0,0,1);
    line-height: 2;
    padding-left: 10px;
}
#c_navigation_195-1780368572933 .e_icon-44 {
    width: 30px;
    height: auto;
    font_radio:2;
    display-radio: 1;
    font-size: 16px;
    color: rgba(0,0,0,1);
    line-height: 1;
    font-family: "poppins-regular";
    margin-left: 0px;
    margin-right: auto;
}
#c_navigation_195-1780368572933 .e_icon-44 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor;
}
#c_navigation_195-1780368572933 .e_icon-45 {
    width: 30px;
    height: auto;
    font_radio:2;
    display-radio: 1;
    font-size: 16px;
    color: rgba(0,0,0,1);
    line-height: 1;
    font-family: "poppins-regular";
    margin-left: 0px;
    margin-right: auto;
}
#c_navigation_195-1780368572933 .e_icon-45 .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor;
}
#c_navigation_195-1780368572933 .e_text-47 {
    font_radio:2;
    text-align: left;
    display-radio: 1;
    color: rgba(35,35,35,1);
}
#c_navigation_195-1780368572933 .e_line-48 {
    line_radio:2;
    display-radio: 1;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(0,0,0,0.2);
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    width: 86%;
}
#c_navigation_195-1780368572933 .e_container-50 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio:1;
    display-radio: flex;
}
#c_navigation_195-1780368572933 .e_container-50 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    align-self: center;
}
#c_navigation_195-1780368572933 .e_container-50 .cbox-50-0 {
    flex: 0 0 40px;
}
#c_navigation_195-1780368572933 .e_container-51 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background_radio:1;
    display-radio: flex;
    margin-top: 20px;
}
#c_navigation_195-1780368572933 .e_container-51 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    align-self: center;
}
#c_navigation_195-1780368572933 .e_container-51 .cbox-51-0 {
    flex: 0 0 40px;
}
#c_navigation_195-1780368572933 .e_text-52 {
    line-height: 2;
    display-radio: 1;
font_radio:2;
    font-size: 16px;
    color: rgba(66,66,66,1);
    margin-top: 0px;
    text-align: left;
    font-weight: bold;
    font-family: Arial;
}
#c_navigation_195-1780368572933 .e_image-54 {
    overflow: hidden;
    display-radio: 1;
    max-width: 110px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
}
#c_navigation_195-1780368572933 .e_image-54 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#c_navigation_195-1780368572933 .e_text-55 {
    line-height: normal;
    font_radio:2;
    display-radio: 1;
    color: rgba(0,0,0,1);
    margin-top: 10px;
    width: 110px;
    font-size: 14px;
    text-align: center;
    margin-left: 0px;
    margin-right: auto;
    font-weight: normal;
}
#c_navigation_195-1780368572933 .e_container-5 .cbox-5-0 {
    flex: 0 0 75%;
}
#c_navigation_195-1780368572933 .p_level2Box {
    margin-top: 15px;
}
#c_navigation_195-1780368572933 .e_bottomNav-57 .p_level1Item:nth-child(1) {
    display: none;
}
#c_navigation_195-1780368572933 .e_bottomNav-57 span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
}
#c_navigation_195-1780368572933 .e_bottomNav-57 .p_level1Item {
    width: auto;
    padding-right: 25px;
    flex-grow: 1;
}
#c_navigation_195-1780368572933 .e_bottomNav-57 .p_level2Box {
}
#c_navigation_195-1780368572933 .e_bottomNav-57 .p_level3Box {
    display: none;
}
#c_navigation_195-1780368572933 .e_bottomNav-57 {
    font_radio:1;
    display-radio: 1;
    max-width: 1100px;
}
#c_navigation_195-1780368572933 .e_bottomNav-57 .p_menu1Item {
    display-radio: 1;
    font-size: 18px;
    font-family: Arial;
    line-height: 1.4;
}

#c_navigation_195-1780368572933 .e_bottomNav-57 .p_menu1Item a{color:#333!important;}

#c_navigation_195-1780368572933 .e_bottomNav-57 .p_menu2Item {
    display-radio: 1;
    font-size: 16px;
    line-height: 1.7;
    padding-top: 3px;
    padding-bottom: 3px;
    color: rgba(68,68,68,1);
    font-family: Arial;
}

#c_navigation_195-1780368572933 .e_bottomNav-57 .p_menu2Item a{
    color: rgba(68,68,68,1)!important;
}



#c_navigation_195-1780368572933 .e_container-59 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 86%;
background_radio:1;
    display-radio: flex;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
}
#c_navigation_195-1780368572933 .e_container-59 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
#c_navigation_195-1780368572933 .e_container-59 .cbox-59-0 {
    flex: 0 0 auto;
    align-self: center;
}


@media (max-width: 768px) {
    #c_navigation_195-1780368572933 .e_container-5 {
        display-radio: 1;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #c_navigation_195-1780368572933 .e_container-5 .p_item {
        display-radio: 1;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    #c_navigation_195-1780368572933 .e_text-15 {
        display-radio: 1;
        font_radio: 2;
        font-family: "b127722d-fb8f-411a-a6b1-e5c526dcfaa3";
        font-size: 24px;
    }
    #c_navigation_195-1780368572933 .e_container-12 {
        display-radio: 1;
        padding-right: 0px;
    }
    #c_navigation_195-1780368572933 .e_text-47 {
        display-radio: 1;
        font_radio: 2;
        color: rgba(106,106,106,1);
        text-align: center;
    }
    #c_navigation_195-1780368572933 .e_text-52 {
        display-radio: 1;
        font_radio: 2;
        font-family: "b127722d-fb8f-411a-a6b1-e5c526dcfaa3";
        font-size: 24px;
    }
    #c_navigation_195-1780368572933 .e_bottomNav-57 .p_menu1Item,
    #c_navigation_195-1780368572933 .e_bottomNav-57 .p_menu2Item {
        display: flex;
        justify-content: space-between;
    }
    #c_navigation_195-1780368572933 .e_bottomNav-57 .p_level1Box ul {
        display: none;
    }
    #c_navigation_195-1780368572933 .e_bottomNav-57 .p_jtIcon {
        width: auto;
        height: auto;
        max-width: 20px;
        font-size: inherit;
        transition: 0.5s;
        margin: 0;
    }
    #c_navigation_195-1780368572933 .e_bottomNav-57 .p_jtIcon.active {
        transform: rotateZ(90deg);
    }
    #c_navigation_195-1780368572933 .e_bottomNav-57 a {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #c_navigation_195-1780368572933 .e_bottomNav-57 .p_level1Item {
        padding: 0;
    }
    #c_navigation_195-1780368572933 .e_bottomNav-57 .p_menu2Item svg {
        opacity: .5;
    }

}


@media (min-width: 769px) {
    #c_navigation_195-1780368572933 .e_bottomNav-57 .p_level1Box {
        display: flex;
    }
    #c_navigation_195-1780368572933 .e_bottomNav-57 .p_jtIcon {
        display: none;
    }
}


#c_effect_109-1778211139502 .e_loop_sub-1 {
    position: fixed;
    right: 0;
    bottom: 14%;
    z-index: 9999999;
}
#c_effect_109-1778211139502 .e_loop_sub-1 .p_loopItem {
    position: relative;
    transition: all ease .3s;
}
#c_effect_109-1778211139502 .e_text-2 {
    line-height: 1;
    text-align: center;
    font-size: 13px;
    color: #fff;
}
#c_effect_109-1778211139502 .e_subImg-4 {
    overflow: hidden;
    display-radio: 1;
    max-width: 150px;
    display: none;
    margin: 0px auto 0;
}
#c_effect_109-1778211139502 .e_subImg-4 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#c_effect_109-1778211139502 .e_subImg-4 img[src="/npublic/img/no-img.svg"] {
    display: none;
}
#c_effect_109-1778211139502 .e_container-5 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#c_effect_109-1778211139502 .e_icon-10{
    width: 60px;
    height: 60px;
    display: none !important;
}
#c_effect_109-1778211139502 .e_icon-10 .icon{
    margin:0;
    width: 100%;
    height: 100%;
    fill: currentColor;
}
#c_effect_109-1778211139502 .zx_11 .e_icon-10{
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: auto;
    width: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}
#c_effect_109-1778211139502 .zx_11 .e_icon-10 svg{
    color: #fff;
}




/*在线客服*/
.zxbox{
    display: flex;
    flex-direction: column;
    background: #e4343b;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    transition: all ease .3s;
    position: relative;
    right: 0;
}
.zx_btm_o{
    background: #e4343b;
    width: 45px;
    height: 45px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
    background-image:url(//wm.cdn.cn86.cn/asddlznkj/2026/09/cfbe7ce76cin0g7e.png);
    background-repeat:no-repeat;
    background-position:center;
    position: absolute;
    bottom: -50px;
    right: 0;
    transition: all ease .3s;
}
.zx_right{
    right: -45px;
}
.zx_right + .zx_btm_o{
    width: 30px;
    height: 30px;
    bottom: -35px;
}
.zx_xjie{
    position: absolute;
    right: 55px;
    top: 0;
    background: #fff;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: all ease .3s;
    padding: 5px;
    -webkit-box-shadow: 0 1px 3px rgb(18 18 18 / 10%);
    box-shadow: 0 1px 3px rgb(18 18 18 / 10%);
    min-width: 230px;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zx_xjie img{
    min-width:150px;
}
.zxbox > div:hover .zx_xjie{
    z-index: 3;
    opacity: 1;
    pointer-events: visible;
    right: 45px;
}
.zxbox > div > p a{
    font-size: 0;
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    transition: all ease .3s;
}
.zxbox a:hover{
    opacity: .6;
}
.zx_1 > p a{
    background-image:url(../images/bf49c288-d0cd-44ed-a4a7-805d20aea5b8.png);
    background-repeat:no-repeat;
    background-position:center;
}
.zx_2 > p a{
    background-image:url(../images/288fad94-0e7f-43ff-bbcc-d02ff6c26794.png);
    background-repeat:no-repeat;
    background-position:center;
}
.zx_3 > p a{
    background-image:url(../images/89a8ff12-4c02-48f6-b1d2-d78ce284e8ed.png);
    background-repeat:no-repeat;
    background-position:center;
}
.zx_4 > p a{
    background-image:url(../images/de9f937f-fe9e-4ffa-bb93-d9f944a70d98.png);
    background-repeat:no-repeat;
    background-position:center;
}
.zx_5 > p a{
    background-image:url(../images/fadbdafe-62f5-4c0e-9b34-fb3074db7436.png);
    background-repeat:no-repeat;
    background-position:center;
}
.zx_6 > p a{
    background-image:url(../images/b2de35bb-1aa2-4b0e-a333-f6425c2b4126.png);
    background-repeat:no-repeat;
    background-position:center;
    pointer-events: none;
}
.zx_7 > p a{
    background-image:url(../images/cb20fd0d-c1d3-4de5-8c98-cc11a01ee7ed.png);
    background-repeat:no-repeat;
    background-position:center;
    pointer-events: none;
}
.af2 a{
    background-image:url(//wm.cdn.cn86.cn/asddlznkj/2026/09/8528a19c8cq4huyh.png);
    background-repeat:no-repeat;
    background-position:center;
}
.af1 a{
    background-image:url(//wm.cdn.cn86.cn/asddlznkj/2026/09/17cf4de2fbcjnpob.png);
    background-repeat:no-repeat;
    background-position:center;
}

.af3 a{
    background-image:url(//wm.cdn.cn86.cn/asddlznkj/2026/09/3981fe57edeiqush.png);
    background-repeat:no-repeat;
    background-position:center;background-size:30px 30px;
}

.zx_10 > p a{
    background-image:url(../images/067691a1-cb3d-4f5f-82e7-25d3482abdb5.png);
    background-repeat:no-repeat;
    background-position:center;
}
.zx_type{
    line-height: normal;
}
.zx_type.vpHide:not([nd_deleted]){
    display: none !important;
}
.zx_zh{
    text-align: left;
    color: #e4343b;
    font-size: 24px;
    white-space: nowrap;
    min-height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-family: arial;
    text-align: center;
}

.zx_zh a{
    color: #e4343b!important;
}



.zx_type{
    display: none;
}
.zx_ts{
    font-size: 14px;
    color: #a7aeb5;
    line-height: 1;
    margin-bottom: 10px;
}
.zx_6 .zx_xjie{
    min-height: 250px;
}
.zx_6 .zx_zh a{
    display:none;
}
.zx_6 .zx_bts{
    font-size: 14px;
    color: #a7aeb5;
    line-height: 1;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px;
}
.zx_6 .zx_ts{
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 30px;
    margin-top: 10px;
}
.zx_6 .zx_ts:nth-child(2){
    display:none;
}
.p_backtop{
    background-image:url(//wm.cdn.cn86.cn/asddlznkj/2026/09/f4235c0658cmdobp.png);
    background-repeat:no-repeat;
    background-position:center;
    width: 45px;
    height: 0px;
    cursor: pointer;
    transition: all ease .3s;
    opacity: 0;
}
.p_backtop.zx_hi{
    height: 45px;
    opacity: 1;
}
.p_backbottom{
    background-image:url(//wm.cdn.cn86.cn/asddlznkj/2026/09/f4235c0658cmdobp.png);
    background-repeat:no-repeat;
    background-position:center;
    transform: rotate(180deg);
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: all ease .3s;
}
.zx_btm_o:hover,
.p_backbottom:hover,
.zxbox > div > p a:hover,
.p_backtop:hover{
    background-color: #3d3a90;
}

@media screen and (max-width:768px){
  .p_backbottom {
      width: 35px;
      height: 35px;
  }
  .zxbox > div > p a{
      width: 35px;
      height: 35px;
      pointer-events: none;
  }
  .p_backtop{
      width: 35px;
  }
  .p_backtop.zx_hi {
      height: 35px;
      opacity: 1;
  }
  .zx_btm_o{
      width: 35px;
      height: 35px;
      bottom: -40px;
  }
  .zx_xjie {
      min-width: 160px;
      min-height: 70px;
  }
  .zx_zh {
      font-size: 16px;
  }
  .zx_ts {
      font-size: 12px;
      margin-bottom: 4px;
  }
  .zx_6 .zx_bts {
      font-size: 12px;
      margin-bottom: 4px;
      margin-top: 0px;
  }
  .zx_6 .zx_ts {
      font-size: 12px;
      margin-bottom: 0px;
      margin-top: 0px;
  }
  .zx_xjie img {
      min-width: 90px;
      max-width: 100px;
  }
  .zx_6 .zx_xjie {
      min-height: 190px;
      min-width: 130px;
  }
}



.stmp{font-size:14px;color: rgba(35, 35, 35, 1);}
.stmp a{color: rgba(35, 35, 35, 1)!important;font-size:16px;}




/*侧边滚动条*/
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar {
    height: 0px;
    background-color: #ffffff00;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    border: solid 0 #fff;
    height: 0px;
    border-radius: 2px;
    background-color: #00b050;
}




/*内页公共样式*/
.nbanner{position:relative;height:22vw;overflow:hidden;}
.nbanner:before{content:"";width:100%;height:100%;background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
position:absolute;display: block;left:0;top:0;z-index:1;opacity:.7;}
.nyba{width:100%;position:absolute;left:50%;top: 50%;transform: translate( -50%,-50%);text-align:center;z-index:99;}
.nbanner img{width: 100%;
    height: 100%;
    object-fit: cover;
}

.nyba .wz{
    font-size: 40px;
    font-weight: normal;
    margin-bottom:1.88vw;
    line-height: 1.2;color:#fff;
}
.anchor2 .icon{width:14px;height:14px;}
.anchor2 a{color:#fff!important;}
.anchor2{font-size:14px;color:#fff!important;line-height:1.5}


.nymask{background-color: rgba(0, 0, 0, 0.5);width:100%;position:relative;z-index:99;margin-top:-71px;}
.wh1360{max-width: 1360px;width: 86%;margin:0 auto;}
.ndao{display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ndao li{flex: 0 0 auto;
        margin-right: 0px;
        flex-basis: calc(100% / 5);
        padding: 0 0px;text-align:center;
    }

.ndao li a{
    display: block;
    font-size: 15px;
    transition: all .5s ease;
    position: relative;
    z-index: 1;color:#fff!important;line-height:71px;position:relative;
}

.ndao li a:before {
    position: absolute;
    content: '';
    left: 0%;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: #393a91;
    transition: all .3s;
    z-index: -1;
}

.ndao li a:hover:before{
    height: 100%;
    transition: all .3s;
}


.ndao li.clicked a:before{
    height: 100%;
    transition: all .3s;
}


#page-wrap .right{padding:4% 0;}


/*下载*/
.downloadlist li{width:49%;border:1px solid rgba(0, 0, 0, 0.199);padding:15px;margin:10px 0;}
.downloadlist li .wz{color: rgba(57, 58, 145, 1);
    font-size: 20px;
    font-weight: normal;
    line-height: 2;}

.downloadlist li .mo{
    width: 50px;
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    color: rgba(57, 58, 145, 1);
    line-height: 1;
    height: auto;
}

.downloadlist li .mo .icon {
    margin: 0;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.downloadlist li:hover{background: rgba(242, 242, 242, 1);}



/*案例*/
.caselist{display: flex;flex-wrap: wrap;margin: 0 -10px;}
.caselist li{position: relative;width: calc(33.333% - 20px);margin:10px 10px;text-align:center;box-shadow: 1px 1px 5px rgb(0 0 0 / 5%);
    transition: all .5s ease;padding:20px;}
.caselist li .img img{width:100%;display:block;}

.caselist li .wz {
    line-height: normal;
    display-radio: -webkit-box;
    font_radio: 2;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    color: rgba(51, 51, 51, 1)!important;
    font-weight: normal;
    text-align: left;
    margin-top: 20px;margin-bottom:10px;
}



.caselist li:hover{
    background: rgba(57, 58, 145, 1);
}
.caselist li:hover .wz{color:#fff!important;}









@media (max-width:1440px) {
 .caselist li .wz{font-size:18px;}
}

@media (max-width:1280px) {
  .ndao li a{font-size:14px;line-height:50px;}
 .nymask{margin-top:-50px;}
 .downloadlist li .wz{font-size:18px;}
 .cate-list .list-title{font-size:14px;line-height:50px;}
 .caselist li .wz{font-size:16px;}
 .detail-list-item li{font-size:14px;}
 .detail-list-item li.service a{font-size:16px;}
 .detail-list-item h1{font-size:28px;}
 .proy{width:36%;}
 .proz{width:60%;}
}

@media (max-width: 768px) {
 .nyba .wz{font-size:22px;margin-bottom:5px;}
 .nbanner{height:250px;}
 .downloadlist li{width:100%;}
 .downloadlist li .mo{width:40px;}
  .cate-list{
    font-size: 0;
        display: block;
        margin: 0 auto;
        padding: 0px;
        text-align: center;
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: center;
        overflow-y: hidden;
        white-space: nowrap;
 }
.cate-list .category{width:auto;display:inline-block;max-width:100%;}
.cate-list .list-title{padding:0 20px;}
.caselist li{width:100%;padding:5px 5px 20px;}
#anchor{font-size:12px;padding:10px 0;}
 .proy{width:100%;}
 .proz{width:100%;display:none;}
 .detail-list-item{padding:0;border:none;border-radius:0;}
 .detail-list-item h1{font-size:22px;}
}




@media (max-width:640px) {
 #c_static_001-1781592207494{min-height:auto;}
 #c_product_list_325-1779091239858 .e_scrollNumber-25 .p_num{font-size:40px;}
 #c_product_list_325-1779091239858 .e_scrollNumber-25 .p_plus{font-size:21px;}
 #c_product_list_325-1779091239858{background-size:cover;}
 #c_product_list_358-1781594715249 .e_text-21{font-size:24px;}
#c_product_list_358-1781594715249 .e_text-43{font-size:16px;}
#c_links_list_010-1781596440132 .e_loop-4 .p_list{justify-content: space-between;}
#c_links_list_010-17815968879940 .e_text-28{font-size:18px;}
#c_links_list_010-17815968879940 .e_richText-29,#c_links_list_010-17815968879940 .e_text-31{font-size:14px;}
#c_static_001-1781597741388 .e_container-2 .cbox-2-0{width:100%;flex:100%;}
#c_static_001-1781597741388 .e_container-2 > .p_item{width:100%;padding-left:0;border:none;margin-top:10px;}
#c_navigation_195-1780368572933 .e_text-15,#c_navigation_195-1780368572933 .e_text-52{font-size:17px;}
#c_navigation_195-1780368572933 .e_container-5 .p_item{margin-top:10px;}
.bq,.stmp{line-height:22px;}
 .ndao{
    font-size: 0;
        display: block;
        margin: 0 auto;
        padding: 0px;
        text-align: center;
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: center;
        overflow-y: hidden;
        white-space: nowrap;
 }
 .ndao li{width:auto;padding:0 16px;display:inline-block;}
 .downloadlist li .wz{font-size:16px;}
}



