.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;
    }
}




/*  */
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.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;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin: 0;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.flex2{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;}

.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);}

body {
    overflow-x: hidden;
}
.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}
.wh{
    /*max-width: 1696px;width: 92%;margin:0 auto;*/
    margin: 0 5.5vw;}


.top1{border-bottom: 1px solid #e6e6e6;}
.top1 .wh{height: 39px;}
.wel{color: #666666;font-size: 14px;}
.yx{padding-left: 32px;color: #333333;font-size: 16px;background: url(//wm.cdn.cn86.cn/szlanlinzhih/2026/03/40452c4083wuq4tw.png) no-repeat left center;margin-right: 2.4vw;}
.dh{padding-left: 30px;color: #333333;margin-right: 14px; font-size: 16px;background: url(//wm.cdn.cn86.cn/szlanlinzhih/2026/03/09f6969df3aq7gf0.png) no-repeat left center;}

.x-menu {
    position: relative;margin-right: 2vw;
}

.x-menu>li {
    text-align: center;
    padding: 0 1.6vw;
     position: relative;
}
.x-menu > li:hover> a{color: #005ad2;}
/*.x-menu > li> a:after{
content: '';
width:0px;
height: 4px;
background-color: #15488d;
transition: all ease .3s;
margin:0 auto;
display: block;
bottom: 29px;
position: relative;
}*/
.x-menu > li:hover> a:after{
width:100%;
}
.x-menu>li>a {
    display: block;
    font-size: 18px;
    color: #333333;
    height: 110px;
    line-height: 110px; 
    position: relative;
}

.x-menu>li:hover>a {
    
}
.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 {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    margin-top: 110px;
    background: #fff;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    width: 160%;
    left: -30%;
    z-index: -1;
    border-radius: 0 0 10px 10px;
    -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>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .6em .3em
}

.x-sub-menu>li>a:hover {
    color: #fff!important;
    background-color: var(--main-theme-color)
}






/**/
/* banner */
.bandd{position: relative;}
.home-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ban{position: absolute;width: 100%;z-index: 99999;bottom: 7.5%;}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a>img {
    display: block;
    width: 100%;
    transform: scale(1);
    transition: all 2s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.home-banner .swiper-slide.swiper-slide-active a>img {
    transform: scale(1);
}


.home-banner .swiper-pagination1{min-width: 93px;}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
   width: 12px;
    height: 12px;
    background-color: #ffffff;
    opacity: 0.7;
    margin: 0 4px!important;
    transition: width .3s ease;
    border-radius: 6px;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
   width: 45px;
    opacity: 1;
}

.home-banner .swiper-slide .v_cover {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 9%;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: right;
    padding-right: 12vw;
}

.home-banner .swiper-slide .v_cover .v_con {
    max-width: 56%;
    position: relative;
    z-index: 5;
}

.home-banner .swiper-slide .v_con * {
    transition-delay: transform 1s, opacity 0s;
    transition-duration: 1s;
    transform: translate3d(0, 80px, 0);
    opacity: 0
}

.home-banner .swiper-slide-active .v_con * {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.home-banner .swiper-slide-active .v_con .v_tit_aa {
    transition-delay: .3s
}

.home-banner .swiper-slide-active .v_con .v_tit_bb {
    transition-delay: .5s
}


.v_tit_aa {
    font-size: 2.96875vw;
    line-height: 1.35;
    color: #000000;
    font-weight: bold;
    margin-bottom: 1.8vw;
    text-align: right;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 1),
        -2px -2px 2px rgba(255, 255, 255, 1),
        2px -2px 2px rgba(255, 255, 255, 1),
        -2px 2px 2px rgba(255, 255, 255, 1); /* 白色阴影 */
    
}
.v_tit_bb{font-size:1.666vw;color: #000000;text-align: right; line-height: 1.318;text-shadow: 2px 2px 2px rgba(255, 255, 255, 1),
        -2px -2px 2px rgba(255, 255, 255,1),
        2px -2px 2px rgba(255, 255, 255,1),
        -2px 2px 2px rgba(255, 255, 255, 1); /* 白色阴影 */}
.ban .wh{position: relative;}
.bmore{margin-top: 2.8vw;}
.bmore a:first-child{margin-right: 1.4vw;}
.v_cover a{display: block;width: 200px;height: 54px;background-color: #005ad2;border-radius: 26px;line-height: 54px;margin: 0 auto;color: #ffffff;font-size: 18px;text-align: center;}
.v_cover a:last-child{background: #fff;color: #005ad2;}
.jian{position: relative;right: 0;}
.swiper-button-prev1,.swiper-button-next1{width: 51px;height: 51px;text-align: center;line-height: 49px;display: block;position: relative; border: dashed 1px #ffffff;border-radius: 50%;outline: none;transition:all 0.3s;}
.swiper-button-prev1{margin-right: 28px;}
.swiper-button-prev1:hover{border-color: #d60018; background-color: #d60018;}
.swiper-button-next1:hover{border-color: #d60018;background-color: #d60018;}
.logo img{max-width: 180px;}
.shub{ -webkit-animation: myfirst 1.5s infinite; animation: myfirst 1.5s infinite;}
@-webkit-keyframes myfirst{
    0%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
    50%{-webkit-transform: translate(0px, -10px); transform: translate(0px, -10px);}
    100%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
}
@keyframes myfirst{
    0%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
    50%{-webkit-transform: translate(0px, -10px); transform: translate(0px, -10px);}
    100%{-webkit-transform: translate(0px, 0px); transform: translate(0px, 0px);}
}

.scroll_to_top2{display: none;}

.top2{
    position: sticky;
    z-index: 9999;
    width: 100%;
    background:#fff;
    top:0;
}
.x-menu li.lastli{padding:0 ;margin-right: 26px;}
.x-menu li.diq{padding: 0;line-height: 110px;}
.so {
    line-height: 110px;
    cursor: pointer;
}

.so img {
    max-width: 100%;
    max-height: 25px;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 110px;
    width: 238px;
    padding: 20px;
    border-radius: 20px;
    z-index: 999;
    background: rgb(21, 72, 141, 0.5);
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 20%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #1c4086;
    float: left;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 80%;
    background: none;
    border: 1px solid #fff;
    outline: none;
    font-size: 13px;
    color: #fff;
    float: left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #fff;
}


.language{
    height:100%;
    font-size:16px;
    color:#212123;
    text-align:center;
    line-height:110px;
    position:relative;
    text-transform: uppercase;
}
.language .language-group .btn{padding: 0;}
.language .dropdown-toggle::after{display: none;}
.language a{
    font-size:16px;
    color:#212123;    text-transform: uppercase;
}
.language a > img{
    margin-right:10px;
}
.language a i{
    margin-left:8px;
}
.language .languagenr{
    width:100px;
    display: none;
    position: absolute;
    right: 0;
    top: 110px;
}
.language .languagenr p{
    width:100%;
    padding:0;
    background: rgba(230,33,41,0.8);
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin:1px 0 0 0;
}
.language .languagenr p a {
    width:100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    display:block;
}
.language .languagenr p:hover{
    background:#e62129;
}
.small{
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); 
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}




/**/
.box1{padding-top: 4.7%;overflow: hidden;}
.pbt{color: #005ad2;font-size: 2.5vw;font-weight: bold;line-height: 1;}
.pmore a{display:block;color: #333333;font-size: 24px;margin-top: 1.2vw;width: 140px;border-bottom: 1px solid #333333;padding-bottom: 13px;text-align: center;}
.pul {margin-top: 44px;}
.pul li:first-child{width: 45.36%;margin-right: 1.6%;}
.pul li:nth-child(2){width: 52.84%;margin-bottom: 1.768%;}
.pul li{width: 25.93%;}
.pul li a{display: block;border: solid 1px #a7a7a7;position: relative;}
.pbt3{position: absolute;bottom: 1.5vw;padding:0 1.5vw;width: 100%;color: #1f1f1f;font-size:1.3541vw;transition:all 0.5s;}
.pul li:hover .pbt3{color: #005ad2;font-weight: bold;}
.pul li .img{overflow: hidden;}
.pul li .img img{transition: 1s;}
.pul li:hover .img img{transform: scale(1.05);}
.pul li:last-child{margin-left: 1.18%;}


/**/
.box2{overflow: hidden;padding-top: 5.2%;}
.box2 .pbt{color: #1f1f1f;text-align: center;}
.move{display: none;}
@media(max-width:992px){
    .pc{display: none !important;}
    .move{display: block;}
}
.SolutionList{margin-top: 2.7vw;}
.SolutionList .swiper{overflow: hidden;}

.indexSolution ul li{
    position: relative;
    display: block;
}
.indexSolution ul li .image img{
    width: 100%;
}
.indexSolution .SolutionList {position: relative;}
.indexSolution .SolutionList .columns{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10.416667vw 0 0 ;
    display: block;

    animation: fadeInUp 1.5s  ;
    -webkit-animation: fadeInUp 1.5s ;
    animation-timing-function:ease;
    display: none;
}
.indexSolution .list.on .columns{
    display: block;
}
.indexSolution .columns .title{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 2.145833vw;
    margin: auto;
}
.indexSolution .columns .intro{
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 2;
    padding: 0 0 1.5vw;
    text-align: center;
}
.indexSolution .columns a{display: block;margin: 0 auto;color: #ffffff;font-weight: bold;font-size: 14px;width: 220px;height: 52px;background-color: #005ad2;border-radius: 26px;line-height: 52px;text-align:center;}
.indexSolution .SolutionList dl {
    position: absolute;
    padding:14px 1.6vw;
    border-radius: 38px;
    overflow: hidden;
    bottom: 2.1vw;
    background:#fff;
    z-index: 1;
    display: flex;
    margin-bottom: 0;
    left:50%;transform:translateX(-50%);
}
.indexSolution .SolutionList dl dd{
    border-radius: 24px;
    margin: 0;
}
.indexSolution .SolutionList dl dd.on{
    background: #005ad2;
}
.indexSolution .SolutionList dl dd a {
    font-size: 18px;
    white-space: nowrap;
    color: #1f1f1f;
    display: block;
    margin: 0 0.6vw;
    padding: 12px 18px;
}
.indexSolution .SolutionList dl dd.on a{
    color: #FFFFFF;
    font-weight: bold;
}

@media(max-width:992px){ 
    .indexSolution{
        padding: 35px 0 0;
        overflow: hidden;
    }
    .indexSolution .title {
        margin: 0 0 5px;
    }
    .indexSolution ul{
        padding: 20px 0 0 ;
    }
    .indexSolution .SolutionList {
        margin: 0 -5.5%;
    }
    .indexSolution .SolutionList .columns{
        width: 90%;
        left: 5%;
        padding: 70px 0 0;
    }
    .indexSolution .columns .title {
        padding: 0 0 12px;
    }
    .indexSolution .columns .intro{
        padding: 0 0 18px;
    }
    .indexSolution .SolutionList dl {
        bottom: 15px;
        width: 90%;
        padding: 2px;
        overflow: auto;
        background: rgb(255 255 255 / 60%);
    }
    .indexSolution .SolutionList dl dd{
       
        /* width: 25%;
        min-width: 25%; */
        width: 33.03%;
        min-width: 33.03%;
        margin: 0 .15%;
        padding: 0;
    }
    .indexSolution .SolutionList dl dd a{
        /* padding: 0 18px; */
        text-align: center;
        /* font-size: 12px; */
    }
    .indexSolution .SolutionList dl::after {
        display: none;
    }
}


/**/

/* About Us */
.wmybox1{padding: 4.5% 0;overflow: hidden;}
.ab_a{width: 49.9%;}

.ab_a h2{   font-size: 52px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #005ad2;padding-bottom: 10px;
    background:url(//wm.cdn.cn86.cn/szlanlinzhih/2026/03/c1f007d88dxy8mea.png) repeat-x 0 100%;}

.abnr{
    font-size: 18px;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 0px;
    color: #333333;margin-top: 60px;}



.moreaa{max-width: 250px;margin-top: 3.5vw;}

.moreaa h3{width: 130px;line-height: 46px;border-bottom: 1px solid #d3d4d6;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #111111;text-align: center;}
.moreaa h3 a{color: #111111;text-align: center;line-height: 46px;}

.moreaa h3 a:hover{color: #005ad2!important;}

.moreaa h4{width: 86px;
    height: 86px;position: relative;z-index: 77;}

.dj{width: 60px;margin:0 auto;margin-top:13px;
    height: 60px;
    background-color: #005ad2;border-radius: 50%;overflow: hidden;text-align: center;line-height: 60px;z-index: 999;position: relative;}


.moreaa h4::after{position: absolute;content: "";border: dashed 1px #005ad2;left:0px;top:0px;width: 86px;
    height: 86px;border-radius: 50%;   animation: zhuan 7s infinite linear .65s;z-index: 88;}

@keyframes zhuan {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}





.ab_b{width: 41%;}
.ab_b li .flex_a{align-items: flex-start;}
.ab_b li{border-bottom: solid 1px #d3d4d6;padding: 15px 0;}
.ab_b li .tb_a{width: 70px;}
.ab_b li .tb_a img{max-width: 100%;}
.ab_b li .tb_b{width: calc(100% - 90px);}
.ab_b li .tb_b h2{  font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #333333;height:25px;overflow: hidden;}

.ab_b li .tb_b h3{  font-size: 17px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;font-weight: 400;margin-bottom: 0;}


.pp_swiper{margin-top: 48px;overflow: hidden;}
.pp_ll li{position: relative;}
.pp_ll li .img{width: 100%;overflow: hidden;border-radius: 8px;}
.pp_ll li .img img{width: 100%;}

.flex_a{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}

/* wmybox2 */
.wmybox2{overflow: hidden;position: relative;padding: 4.5% 0 48px; background-color: #f1f7ff;overflow: hidden;}
.wmybox2 .pbt{text-align: center;color: #1f1f1f;}
.wptt{  font-size: 52px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;text-align: center;line-height: 1.2;}


.pp_con{margin-top: 40px;position: relative;}
.cp11_swiper .swiper-slide a {
    display: block;
    position: relative;
}
.cp11_swiper.swiper-slide a.xw_imga {
    overflow: hidden;
}
.cp11_swiper .swiper-slide a.xw_imga img {
    width:100%;
}

.cp11_swiper .swiper-slide {
    width: 63%;position: relative;
}









.cp11_swiper .swiper-slide a {
    transition: 0.2s;position: relative;display: block;
}

.cp11_swiper .swiper-slide .clamp1{ font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #111111;text-align: center;}

.pp_con .swiper-pagination2{width: 100%;text-align: center;line-height: 1;font-size: 0;margin-top: 30px;}
.pp_con .swiper-pagination2 .swiper-pagination-bullet {
    width: 29px;
    height: 4px;
    background-color: #a7a7a7;
    border-radius: 2px;
    margin:0 5px;
    opacity: 1;
    transition:all 0.5s;
}

.pp_con .swiper-pagination2 .swiper-pagination-bullet-active {
    background: #005ad2;
}

.cbj{bottom: 1.6vw;width: 100%;position: absolute;border-radius: 10px;background: rgba(0,90,210,.9);width: 94%;left: 3%;padding: 23px 20px;}
.cbj h3{color: #ffffff;font-size: 22px;font-weight: bold;margin-bottom: 14px;}
.con1{color: #ffffff;font-size: 16px;line-height: 25px;}










/**/
.foot{background:#202020;}
.foot .wh{max-width: 1640px;}
.ft1{padding: 3.1vw 0 25px;border-bottom: 1px solid #3b3b3b;}
.ft3{padding: 15px 0;color: #8b8b8b;font-size: 16px;text-align: center;}
.ft3 a{color: #8b8b8b;}
.ft2{padding: 1.7vw 0 2vw;border-bottom: 1px solid #3b3b3b;}
.dao li h3{color: #ffffff;font-size: 24px;margin-bottom: 15px;font-weight: normal;}
.dao li a,.lx,.dao li{display: block;line-height: 29px;font-size: 16px;color:#c8c8c8;}
.lx{color: #fff;}
.er img{width: 128px;}
.foot a:hover{color: #fff;}
.tlogo img{max-width: 190px;}
.twz h3{font-size: 18px;color: rgba(255,255,255,.9);margin-bottom: 6px;}
.twz p{font-size: 17px;color: rgba(255,255,255,.4);line-height: 26px;}
.tmid{width: 32.3%;}
.tmid #formsearch{background: #fff;margin-top: 24px;}
.tmid #formsearch input{height:55px;background:#fff;border:none;line-height:55px;outline: none;}
.tmid #formsearch input#keyword{height:55px;line-height:55px;padding-left:27px;color: #333333;font-size: 15px;width: calc(100% - 104px);}
.tmid #formsearch input#s_btn{width:104px;height:55px;line-height:55px;text-align:center;background-color:#15488d;color:#fff;border:none;cursor:pointer;font-size: 15px;}
.tmid ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #333333;
}
.tmid :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #333333;
}
.tmid ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #333333;
}
.tmid :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #333333;
}
.tright{width: 31.4%;}
.sjtb {margin-top: 27px;justify-content:flex-start;}
.sjtb li{margin-right: 21px;}
.sjtb li:last-child{margin-right: 0;}
.sjtb li img{max-width: 31px;}
.tewm {margin-top: 2vw;justify-content: flex-start;}
.tewm li{width: 120px;text-align: center;margin-right: 1.4vw;}
.tewm li:last-child{margin-right: 0;}
.tewm li p{color: #c8c8c8;font-size: 16px;margin-top: 6px;}

/**/
@media(max-width: 1500px){
    .x-menu>li{padding: 0 1.2vw;}
    .yx,.language a{font-size: 15px;}
    .x-menu>li>a{font-size: 16px;}
}

@media(max-width: 1400px){  
    .wh{margin: 0 4%;}
    .yx{margin-right: 2vw;}
    .x-menu{margin-right: 1vw;}
    .x-menu>li{padding: 0 1vw;}
}


/* wmybox5 */
.wmybox5{padding: 4.5% 0 4.6%;overflow: hidden;}
.news_11{overflow: hidden;margin-top: 60px;}
.news_11 li{width: 100%;}
.news_11 li .xw_img_a{width: 100%;overflow: hidden;position: relative;}
.news_11 li .xw_img_a img{width: 100%;}

.news_11 li .xw_img_a h4{width: 126px;
    height: 39px;
    background-color: #005ad2;position: absolute;bottom:0px;left:0px;
    color: #ffffff;font-size: 18px;text-align: center;font-weight: 400;line-height: 39px;margin: 0px!important;}


.xw_nr{position: relative;  font-size: 18px;
    font-weight: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #444444;padding: 1.2vw 0 12px;}

.nei{height:68px;overflow: hidden;}
.xw_nr::after{position: absolute;width: 20px;height: 1px;background-color: #005ad2;transition: all .3s;content:"";left:0px;bottom: 0px;}

.news_11 li:hover .xw_nr{color: #005ad2;}

.news_11 li:hover .xw_nr::after{width: 100%;}
.nsort li a{color: #333333;font-size: 20px;}
.nsort li a:hover{color: #005ad2;}
.nsort li{margin-right: 2.9vw;}
.nsort li:last-child{margin-right:0;}
.nn{align-items: flex-end;}



@media(max-width: 1600px){
    .pmore a{font-size:20px;}
}





/* 媒体查询样式 */

@media (max-width: 1440px) {

   /* 11 */ 
.ab_a h2{font-size: 42px;}
.ab_b li .tb_b h2{font-size: 20px;}



   /* 22 */ 
.wptt{font-size: 42px;}


.cp11_swiper .swiper-slide::after{
        content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 100%;
    border: 1px solid #dddddd;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    z-index: -1;
    transition: all ease 1.5s .3s
}

.pp_con .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    background: #cfcfcf;
}

   /* 33 */ 
.gstt{  font-size: 35px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #ffffff;max-width: 570px;}

.p4a li h3{font-size: 40px;}

}





/* 媒体查询样式 */
@media (max-width: 1280px) {
   /* 11 */ 
.ab_a h2{font-size: 32px;}
.ab_b li .tb_b h2{font-size: 18px;}
.pbt3{font-size: 16px;}
.pul{margin-top: 30px;}

   /* 22 */ 
.wptt{font-size: 32px;}


.cp11_swiper .swiper-slide::after{
        content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 100%;
    border: 1px solid #dddddd;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    z-index: -1;
    transition: all ease 1.5s .3s
}

   /* 33 */ 
.gstt{  font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #ffffff;max-width: 570px;}

.p4a li h3{font-size: 30px;}



.news_11{overflow: hidden;margin-top: 30px;}

}




/* 媒体查询样式 */
@media (max-width: 992px) {
   /* 11 */ 
.ab_a h2{font-size: 25px;}
.ab_b li .tb_b h2{font-size: 16px;}
.ab_b li .tb_b h3{font-size: 15px;line-height: 23px;}
.ab_a{width: 100%;}

.ab_b{width: 100%;margin-top: 20px;}


   /* 22 */ 
.wptt{font-size: 25px;}





   /* 33 */ 
.gstt{  font-size: 25px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #ffffff;max-width: 470px;}
.p4a{width: 46%;}
.p4a li h3{font-size: 25px;}
.p4a li p{font-size: 15px;}

.Ptb_ll  li{width: 25%;margin-bottom: 20px;}


.wmybox3{margin-top: 40px;background:#d7000f;padding: 30px 0;}

.pp_con .swiper-button-next,
.pp_con .swiper-button-prev {
       display: none!important;}



.nav11{max-width: 272px;}

.ps_rot li a{   font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color:rgba(255, 255, 255, 0.6);position: relative;display: block;}
    
.ps_rot p{margin-bottom: 10px;  line-height: 30px;color:rgba(255, 255, 255, 0.6);font-size: 15px;}
.ps_rot{line-height: 30px;color:rgba(255, 255, 255, 0.6);font-size: 15px;}



/* wmybox4 */
.wmybox4{background:url(//wm.cdn.cn86.cn/wmy90/2025/09/23eabf433a9tr4q1.png) no-repeat 50%;padding: 50px 0;background-size: cover;
   background-position: center center;
    background-attachment: fixed;}
.Ptb_ll  li{width: 50%;margin-bottom: 20px;}

}



@media (max-width: 990px) {

.nav11{max-width: 640px;}

.cp11_swiper .swiper-slide::after{
        content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 1px solid #dddddd;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    z-index: -1;
    transition: all ease 1.5s .3s
}


.cp11_swiper .swiper-slide {
    position: relative;
}




.gstt{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #ffffff;
    max-width: 470px;
    }


.p4a{width: 100%;margin-top: 25px;}
.p4a li h3{font-size: 22px;}
.p4a li p{font-size: 14px;}


}





@media (max-width: 768px) {

    .dff{background:#222222;padding-top: 3.5vw;margin-top: 40px;padding-bottom: 6.5vw;}

.df_logo{max-width: 110px;margin:0 auto;margin-top: 25px;}
.nav11{max-width: auto;width: 100%;margin-top: 15px;}
.dff22{margin-bottom: 65px;}
}




















/*样式*/
@media (max-width: 1440px) {

.psort_22 li a{color: #747474;padding-left: 15px;}
.psort_22 li:hover a{color: #d7000f;}

.psort_22 li + li{margin-left: 15px;
background:url(//wm.cdn.cn86.cn/wmy90/2025/09/98c50ef1b3zfpwln.png) no-repeat 0% 50%;}

.ny_tt11{font-size: 30px;}

.pp_list li .pp_cont h3{font-size: 30px;}

  }


@media (max-width: 1280px) {
.v_cover a{width: 160px;height: 45px;line-height: 45px;font-size: 16px;}
.pbt{font-size: 36px;}
.psort_22 li a{color: #747474;padding-left: 10px;}
.psort_22 li:hover a{color: #d7000f;}

.psort_22 li + li{margin-left: 10px;
background:url(//wm.cdn.cn86.cn/wmy90/2025/09/98c50ef1b3zfpwln.png) no-repeat 0% 50%;}

.ny_tt11{font-size: 25px;}

.pp_list li .pp_cont h3{font-size: 25px;}


.pp_list li a.img_pp{display: block;width: 430px;}
.pp_list li .pp_cont{width:calc(100% - 450px);}

.xxpp{  width: 100%;
    height: 1px;
    background-color: #eaeaec;margin: 20px 0;}


.psort_22 li{font-size: 14px;}

.pp_list li{background:#ffffff;padding: 15px;margin-bottom: 35px;}

  }


@media (max-width: 992px) {
.psort_22{display: none;}
}


@media (max-width: 900px) {
.pp_list li a.img_pp{display: block;width: 100%;}
.pp_list li .pp_cont{width:calc(100% - 0px);margin-top: 15px;}

.pp_list li .pp_cont h3{font-size: 20px;}

.xxpp{  width: 100%;
    height: 1px;
    background-color: #eaeaec;margin: 10px 0;}


a.morett{   width: 128px;
    height: 40px;
    border: solid 1px #cecdcd;  color: #666666; font-size: 14px;line-height: 38px;display: block;text-align: center;margin-top:10px;}

.pp_list li{background:#ffffff;padding: 15px;margin-bottom: 25px;}

.poorder .tab-list{display: none!important;}

.pp_yan{background:#eff0f4;padding-top: 25px;}

.ny_tt11{margin-bottom: 20px;}
}


@media(max-width: 1500px){
    .indexSolution .columns .title{font-size: 26px;}
    .indexSolution .columns .intro{font-size: 18px;}
    .indexSolution .SolutionList dl dd a{font-size: 16px;}
    .indexSolution .SolutionList .columns{padding-top: 6vw;}
    .indexSolution .SolutionList dl{padding: 10px 20px;}
    .indexSolution .columns a{height: 46px;line-height: 46px;}
    .cbj h3{font-size: 20px;}
    .dao li h3{font-size: 22px;}
    .nsort li a{font-size: 18px;}
    .con1{font-size: 15px;line-height: 23px;}
    .tewm li p,.ft3{font-size: 14px;}
    .dao li a, .lx, .dao li{font-size: 14px;line-height: 26px;}
    .dao li{margin-bottom: 20px;}
    .ft2{padding-bottom: 20px;}

}

@media(max-width: 1200px){
    .indexSolution .columns .title{font-size: 22px;}
    .indexSolution .columns .intro{font-size: 16px;line-height: 1.6}
    .indexSolution .SolutionList dl dd a{font-size: 14px;}
    .indexSolution .SolutionList .columns{padding-top: 6vw;}
    .indexSolution .SolutionList dl{padding: 10px 20px;}
    .indexSolution .columns a{height: 46px;line-height: 46px;}
    .pbt{font-size: 30px;}
    .nsort li a{font-size: 16px;}
    .cbj h3{font-size: 18px;}
    .dao li h3{font-size: 20px;}
    .con1{font-size: 14px;line-height: 22px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 3;}
    .news_11 li .xw_img_a h4{width: 116px;height: 32px;line-height: 32px;font-size: 16px;}
}


@media(max-width: 991px){
    .indexSolution .SolutionList dl dd a{white-space: wrap;}
    body{padding-bottom: 70px;}
}

@media(max-width: 768px){
    .pp_con{margin-top: 30px;}
    .indexSolution .SolutionList dl dd{display: flex;align-items: center;justify-content: center;}
    .indexSolution .SolutionList dl dd a{padding: 6px;font-size: 12px;line-height: 1.2;margin: 0;}
}

@media(max-width: 640px){
    .v_cover a{width: 120px;height: 30px;line-height: 30px;font-size: 12px;margin-left: 0;}
    .home-banner .swiper-slide .v_cover .v_con{max-width: 100%;}
    .v_tit_aa{font-size: 12px;}
    .v_tit_bb{font-size: 10px;}
    .box1{padding-top: 30px;}
    .pbt{font-size: 24px;}
    .pmore a{width: 80px;font-size: 16px;padding-bottom: 6px;}
    .pul{margin-top: 20px;}
    .pul li:first-child{width: 100%;margin-right: 0;}
    .pul li:nth-child(2){margin: 4% 0;width: 100%;}
    .pul li{width: 48%;}
    .pul li:last-child{margin-left: 4%;}
    .pbt3{font-size: 14px;}
    .wmybox1{padding: 30px 0;}
    .abnr{margin-top: 25px;font-size: 16px;line-height: 28px;}
    .pp_swiper{margin-top: 25px;}
    .cbj{position: static;width: 100%;left: 0;border-radius:0;}
    .cp11_swiper .swiper-slide{width: 70%;}
    .cbj h3{font-size: 16px;margin-bottom: 8px;}
    .cbj{padding: 15px;}
    .wmybox2,.wmybox5{padding: 30px 0;}
    .pp_con{margin-top: 20px;}
    .nn{display: block;}
    .nsort{margin-top: 20px;}
    .news_11{margin-top: 25px;}
    .xw_nr{font-size: 16px;line-height: 28px;padding-top: 10px;}
    .nei{height: 56px;}
    .ft1{padding: 20px 0;}
    .tlogo img{max-width: 130px;}
    .ft1{display: block;}
    .sjtb{margin-top: 15px;}
    .dao li{display: none;margin-bottom: 0;}
    .dao li.lxs{display: block;}
    .ft2{padding: 15px 0;}
    .ft3{font-size: 12px;}
}