.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;
    }
}




/*样式*/
.wh{max-width: 1520px;width: 96%;margin:0 auto;}


.flex_a{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}



.flex_b{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}





.flex_c{    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}




.w_t{	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 39px;
	letter-spacing: 0px;
	color: #0056a3;}

.w_t1{text-align: center;
	font-size: 36px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 0px;
	color: #010101;}

.w_t2{
	font-size: 16px;
	font-weight: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #484848;text-align: center;margin-top: 10px;}

.top_90{margin-top: 80px;}

.top_60{margin-top: 60px;}




.head_11{position: absolute;background: #fff;z-index: 999;left:0px;width: 100%;transition: all .3s;}



.sou_11 .sou_a:before {
   display: none;
}



.head_11.scroll{position: fixed;left:0px;}



.logo_a{padding-left: 12.5%;}
.logo_a img{max-width: 100%;line-height: 76px;}





/* 导航样式 */

.head_23{width: 60%;}

.x-menu > li {
    margin: 0;
    text-align: center;
    float: none;
    position: relative;
        line-height: 40px;
}

.x-menu > li > a {
    font-size: 18px;
    color: #000000;padding: 0 1.5vw;
    display: block;text-transform: capitalize;position: relative;
}
.x-menu > li:hover > a {
    color: #0056a3!important;
}




.x-menu > li::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        width: 0;
        height: 1px;
        margin: 0 auto; background: #0056a3;
        transition: all ease .5s
    }


.x-menu > li:hover::after {
        width: 48px
    }






.x-menu > li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 300%;
    left: -100%;
    top: 58px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}


.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu > li > a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;display: none;
}

.x-menu > li .x-sub-menux {
    position: absolute;
    left: 100%;
    width: 100%;
    background: #fff;
    top: 40px;
    border-radius: 5px;
    padding: 10px 0;
    display: none;
}

.x-menu > li .x-sub-menux li {
    position: relative;
}

.x-menu > li .x-sub-menux li a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #010101;
    line-height: 1.5;
    padding: 0.5em
}

.x-menu > li .x-sub-menu li:hover .x-sub-menux {
    display: block;
}
.x-menu > li .x-sub-menux li a:hover {
    background: #e9eaeb;
}


.hh_aa{float: right;background:#0056a3;height: 76px;padding-top: 20px;}
.hh_aa .btn{border:none;outline: none;color: #fff;}
.hh_aa .language-group .btn{color:#fff}

.hh_aa .btn.focus,.hh_aa .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25)
}
.hh_aa .language-group .btn span{font-family: PingFang-SC-Regular;}

.head_11.scroll{position: fixed;left:0px;}

.hh_aa .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";color: #fff;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent}



.head_33{background:#0e64c9;line-height: 76px;font-size: 16px;padding: 0 10px;}
.head_33 a{color: #ffffff;}





/* bb_swiper */
.bb_swiper{overflow: hidden;position: relative;}
.bb_swiper li .img{width: 100%;overflow: hidden;}
.bb_swiper li .img img{width: 100%;}
.bb_banner{position: relative;z-index: 99;}



 .bb_banner .swiper-button-prev {
        left: 5.5%;background:url(//wm.cdn.cn86.cn/mingrxffx/2026/08/cd79f6cf1auuyxwa.png) no-repeat 50% #8c8c8c;
      }

 .bb_banner .swiper-button-prev:hover{background:url(//wm.cdn.cn86.cn/mingrxffx/2026/08/cd79f6cf1auuyxwa.png) no-repeat 50% #0e64c9;}

      
.bb_banner .swiper-button-next{
        right: 5.5%;background:url(//wm.cdn.cn86.cn/mingrxffx/2026/08/c6bc035b10i8hinq.png) no-repeat 50% #8c8c8c;
      }
      
.bb_banner .swiper-button-next:hover{background:url(//wm.cdn.cn86.cn/mingrxffx/2026/08/c6bc035b10i8hinq.png) no-repeat 50% #0e64c9;}


.bb_banner .swiper-button-next::after,
.bb_banner .swiper-button-prev::after{display: none!important;}


.bb_banner .swiper-button-next,
.bb_banner .swiper-button-prev {
        outline: none;
        position: absolute;
        top:50%;
        z-index: 9999;
        -webkit-transition: all .5s ease;
        transition: all .5s ease; width: 60px;
	height: 60px;margin-top: -30px;border-radius: 50%;}








/* pp_con */
.box_pro{position: relative;overflow: hidden;}
.pp_con{position: relative;}
.pp_swiper{overflow: hidden;}
.pp_swiper li .xw_imga{width: 100%;position: relative;}
.pp_swiper li .xw_imga img{width: 100%;}
.pp_swiper li .xw_imga span{position: absolute;	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #242424;left:15px;top:15px;
    background:url(//wm.cdn.cn86.cn/xilaibaoffx/2026/07/989127c66abscwvg.png) no-repeat left 75%;padding-left: 60px;}


.pp_swiper li:hover .xw_imga span{display: none;}


.clamp11{	font-size: 18px;
	font-weight: 600;
	line-height: 37px;
	letter-spacing: 0px;
	color: #1b1b1b;text-align: center;margin-top: 20px;}


.clamp22{	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0px;overflow: hidden;text-align: center;
	color: #484848;width: 94%;margin: 0 auto;height: 56px;}



 .pp_con .swiper-button-prev {
        left: -3.5%;background:url(//wm.cdn.cn86.cn/mingrxffx/2026/08/cd79f6cf1auuyxwa.png) no-repeat 50% #8c8c8c;
      }

 .pp_con .swiper-button-prev:hover{background:url(//wm.cdn.cn86.cn/mingrxffx/2026/08/cd79f6cf1auuyxwa.png) no-repeat 50% #0e64c9;}

      
.pp_con .swiper-button-next{
        right: -3.5%;background:url(//wm.cdn.cn86.cn/mingrxffx/2026/08/c6bc035b10i8hinq.png) no-repeat 50% #8c8c8c;
      }
      
.pp_con .swiper-button-next:hover{background:url(//wm.cdn.cn86.cn/mingrxffx/2026/08/c6bc035b10i8hinq.png) no-repeat 50% #0e64c9;}


.pp_con .swiper-button-next::after,
.pp_con .swiper-button-prev::after{display: none!important;}


.pp_con .swiper-button-next,
.pp_con .swiper-button-prev {
        outline: none;
        position: absolute;
        top:50%;
        z-index: 9999;
        -webkit-transition: all .5s ease;
        transition: all .5s ease; width: 60px;
	height: 60px;margin-top: -30px;border-radius: 50%;}



.more_pp{	width: 159px;
	height: 53px;
	background-color: #ffffff;line-height: 51px;text-align: center;margin: 0 auto;margin-top:20px;
	border: solid 1px #000000;	color: #000000;font-size: 14px;}




.xx_pp{width: 100%;
	height: 2px;
	background-color: #a7a7a7;position: relative;margin-top: 25px;}



.xx_pp::after{width: 0%;height: 2px;background-color: #0056a3;position: absolute;left:0px;top:0px;transition: all .3s;content: "";}

.pp_swiper li:hover .xx_pp::after{width: 100%;}
.pp_swiper li:hover .more_pp{background-color: #0056a3;border-color: #0056a3;color:#fff}


a.mm_pp{display: block;	border-radius: 10px;padding: 0 28px;
	border: solid 1px #0056a3;line-height: 62px;	color: #0056a3;font-size: 16px;}


a.mm_pp:hover{background:#0056a3; color:#fff!important}






/*  banner下面小图标  */

.bs_ll{    display: grid;
    /* 3列等宽布局 */
    grid-template-columns: repeat(4, 1fr);
    /* 核心间距控制：第一个值是行间距，第二个是列间距 */
    gap: 22px; /* 你可以根据设计稿调整，比如 16px/20px/24px */
    list-style: none;
    padding: 0;}

.bs_ll li{	background-color: #ffffff;
	box-shadow: 0px 0px 27px 2px 
		rgba(12, 3, 7, 0.09);padding: 25px;}

.bs_ll li .img_cc{width: 75px;}
.bs_ll li .img_cc img{max-width: 100%;}
.bs_ll li .p_ck{width: calc(100% - 85px);}
.bs_ll li .p_ck .tta{	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;}
.bs_ll li .p_ck .ttb{	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #999999;height: 44px;overflow: hidden;margin-top: 8px;}









/* Solutions */
.box_sol{background:#f5f5f5;padding-top: 60px;}
.De_ll li .img_a1{width: 50%;}
.De_ll li .img_a1 img{width: 100%;}

.dcc22{padding-left: 10%!important;}
.dcc{padding-left:3%;width: 50%;}

.dcc span{	font-size: 36px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #0056a3;display: block;}

.dcc .tta{	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #0f0f0f;height: 28px;overflow: hidden;margin: 28px 0;}


.dcc .ttb{	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;height: 56px;overflow: hidden;}


.more_ss{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;padding-bottom: 10px;
	color: #0056a3;border-bottom: 1px solid #0056a3;max-width: 645px;margin-top: 25px;}






/* About Us */

.ab_a{width: 50.17%;}

.ab_a h2{	font-size: 42px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #0056a3;padding-bottom: 10px;
    background:url(//wm.cdn.cn86.cn/mingrxffx/2026/08/5af9d8ab99pxqmkd.png)  no-repeat 0 100%;}


.ab_tt1{	color: #151515;font-size: 24px;margin-top: 20px;font-weight: 600;}

.abnr{
	font-size: 18px;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;margin-top: 30px;}



.moreaa{max-width: 250px;margin-top: 40px;}

.moreaa h3{width: 130px;line-height: 46px;border-bottom: 1px solid #d3d4d6;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #111111;text-align: center;}
.moreaa h3 a{color: #111111;text-align: center;line-height: 46px;}

.moreaa h3 a:hover{color: #0056a3!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: #0056a3;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 #0056a3;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: 47%;}
.ab_b li{	background-color: #f2f2f2;
	border-radius: 10px;width: 47%;padding: 45px 35px;margin-bottom: 35px;float: left;}
.ab_b li:nth-child(2n){float: right;}
.ab_b li h2 em{font-size: 48px;	color: #0056a3;font-weight: 600;font-style: normal; display: inline-flex;}
.ab_b li h2 span{	font-size: 48px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0px;
	color: #0056a3;}


.ab_b li h3{	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #0056a3;margin-top: 10px;margin-bottom: 0px;height: 60px;overflow: hidden;}



.ab_b li:hover{background-color: #0056a3;}
.ab_b li:hover h2 em{color:#fff;}
.ab_b li:hover h2 span{color:#fff;}
.ab_b li:hover h3{color:#fff;}
.ab_b li:nth-child(2){margin-top: 20px;}
.ab_b li:nth-child(4){margin-top: 5px;}



.xxaa{width: 100%;height: 1px;background:#e6e6e6;margin: 3vw 0;}





/* Video Center  */
.video_11{overflow: hidden;}
.video_11 li .img_vv{border-radius: 10px;width: 100%;position: relative;overflow: hidden;}
.video_11 li .img_vv img{width: 100%;}
.sp{position: absolute;top:50%;transform: translateY(-50%);width: 42px;height: 42px;left:50%;margin-left: -21px;
background:url(//wm.cdn.cn86.cn/mingrxffx/2026/08/a30a02f778cqssbh.png) no-repeat 50%}

.video_11 .tt_vvt{	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #303030;margin-left: 15px;margin-top: 15px;}









/* Client Partners */
.more_hz{	width: 172px;
	height: 50px;
	background-color: #0056a3;color:#fff;text-align: center;
	border-radius: 25px;line-height: 50px;	font-size: 16px;}

.more_hz a{color:#fff;}
.hz_ll{    display: grid;
    /* 3列等宽布局 */
    grid-template-columns: repeat(5, 1fr);
    /* 核心间距控制：第一个值是行间距，第二个是列间距 */
    gap: 16px; /* 你可以根据设计稿调整，比如 16px/20px/24px */
    list-style: none;}
.hz_ll li{	border: solid 1px #e6e6e6;}
.hz_ll li .img{width: 100%;}
.hz_ll li .img img{width: 100%;}





/* Latest Blog Posts */
.news_bg{background:#f5f5f5;padding: 70px 0;}

.news_11{overflow: hidden;margin-top: 40px;}
.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%;}
.xw_nr{padding: 25px;}
.xw_nr dt{	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0px;padding-left: 10px;
	color: #0056a3;margin: 0px;background:url(//wm.cdn.cn86.cn/mingrxffx/2026/08/fb903904dekgst7z.png) no-repeat left 50%;}

.xw_nr span{	font-size: 20px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #020b1b;height: 56px;overflow: hidden;display: block;margin-top: 10px;}

.xw_nr dl{	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #3f4349;height: 44px;overflow: hidden;margin-top: 15px;}


.more_news{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #0056a3;margin-top: 10px;}













/* Ready to build your battery lab? */
.box_ready{background:#0056a3;padding:100px 0;}
.read_t1{	font-size: 30px;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;text-align: center;}

.more_read{	width: 262px;margin: 0 auto;
	height: 58px;
	background-color: #ffffff;
	border-radius: 10px;margin-top: 2vw;text-align: center;font-size: 18px;}


.more_read a{line-height: 58px;color: #0056a3;}








/**/
.foot{background: #1a1a1a;padding-top: 60px;padding-bottom: 15px;}



.tleft{width: 21.5%;margin-bottom: 20px;}

.bt3{color: rgba(255,255,255,.3);	font-size: 14px;}
.dh2{color: #ffffff;font-size: 16px;line-height: 1.55;margin-top: 10px;}


.dz1{margin-bottom: 35px;}



.she a{margin-right: 16px;}
.she a:last-child{margin-right: 0;}
.she{margin-top: 6px;}
.yan{width: 48.8%;}
.yan li{width: 32%;border-bottom: 1px solid #3c3c3c;}
.yan li input{display: block;outline: none;border:none;color: #fff;font-size: 16px;height: 56px;}
.yan li textarea{display: block;outline: none;border:none;color: #fff;font-size: 16px;height: 55px;padding-top: 10px;}
.yan ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.yan :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
}
.yan ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
}
.yan :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}

.yan li.ny{width: 100%;margin: 20px 0;}
.yzm1{display: block;outline: none;border:none;color: #fff;font-size: 16px;height: 36px;border-bottom: 1px solid #3c3c3c;width: calc(100% - 120px);}

.tj input{display:block;width: 184px;height: 53px;text-align: left; font-weight: bold;color: #fff;background:#313131 url(//wm.cdn.cn86.cn/hemingxinj/2026/05/694052f689bx0v3k.png) no-repeat 90% center;padding-left: 20px;margin-top: 20px;}


.show-detail .more2{margin: 0;}
.product-list.show-detail li .list .img{border: 1px solid #e3e2e2;}


.dff_lk .social-share .icon-facebook {
  color: #fff;
  border-color: #3b57a0;
   background: #3b57a0;
}



.dff_lk .social-share .icon-linkedin {
  color: #fff;
  border-color: #3b57a0;
   background: #3b57a0;
}


.dff_lk .social-share .icon-twitter {
  color: #fff;
  border-color: #3b57a0;
   background: #3b57a0;
}


.dff_lk .social-share .icon-tencent {
  color: #fff;
  border-color: #3b57a0;
   background: #3b57a0;
}



.xxff{	width: 100%;margin-top: 15px;
	height: 1px;
	background-color: #3d3d3d;margin-bottom: 15px;}


.wmss{margin-top: 20px;max-width: 140px;}
.wmss img{max-width: 100%;}



.copyright a{	color: #828282;text-align: center;}
.copyright{	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #828282;text-align: center;}

.copyright p{margin: 0px;}


.footer_media{
    display:flex;
    gap:18px;margin-top: 40px;
}

.media_item{
    width:34px;
    height:34px;

    display:flex;
    align-items:center;
    justify-content:center;

    position:relative;

    cursor:pointer;

    transition:.35s;
}

.media_item i{
    font-size:24px;
    color:#8c8c8c;
}

.media_item:hover{
    border-color:#70BA2B;
}

.media_item:hover i{
    color:#70BA2B;
}

.qrcode{
    position:absolute;
    bottom:65px;
    left:50%;
    transform:translateX(-50%) translateY(20px);
    width:120px;
    height:120px;
    background:#fff;
    padding:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
    opacity:0;
    visibility:hidden;
    transition:.35s;
    z-index:20;
}

.qrcode img{
    width:100%;
    display:block;
}

.qrcode:after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-8px;
    width:16px;
    height:16px;
    background:#fff;
    transform:translateX(-50%) rotate(45deg);
}

.media_item:hover .qrcode{
    opacity:1;
    visibility:visible;
    transform:translateX(-50%) translateY(0);
}


















@media only screen and (max-width: 1660px) {
.logo_a{padding-left: 2.5%;}
.head_23{width: 70%;}
}


@media only screen and (max-width: 1440px) {
.bs_ll li .img_cc{width: 40px; margin-right: 10px;}
.bs_ll li .p_ck{width: calc(100% - 50px);}
.bs_ll li .p_ck .tta { font-size: 14px; line-height: 1.5; }
.bs_ll li .p_ck .ttb { font-size: 12px; line-height: 1.5; height: 3em; }
.w_t1{font-size: 30px;}

.ab_b li h2 em{font-size: 40px;}
.ab_b li h2 span{font-size: 30px;}
}







@media only screen and (max-width: 1370px) {
.logo_a{padding-left: 1.5%;width: 260px;}
.logo_a img{max-width: 100%;}
.head_23{width: 78%;}
}



@media only screen and (max-width: 1280px) {
.x-menu > li > a {
    font-size: 16px;
    color: #000000;padding: 0 8px;
    display: block;text-transform: capitalize;position: relative;
}
.head_23{width: 70%;}


.bs_ll li{	background-color: #ffffff;
	box-shadow: 0px 0px 27px 2px 
		rgba(12, 3, 7, 0.09);padding: 7px;}


    .ab_b li h2 em{font-size: 30px;}
.ab_b li h2 span{font-size: 25px;}

}




@media only screen and (max-width: 990px) {
.head_33{display: none;}
.top_90{margin-top: 40px;}
.top_60{margin-top: 30px;}

.bs_ll{    display: grid;
    /* 3列等宽布局 */
    grid-template-columns: repeat(2, 1fr);
    /* 核心间距控制：第一个值是行间距，第二个是列间距 */
    gap: 22px; /* 你可以根据设计稿调整，比如 16px/20px/24px */
    list-style: none;
    padding: 0;}


.De_ll li .img_a1{width: 100%;}
.dcc{padding:15px;width: 100%;}

.ab_a{width: 100%;}
.ab_b{width: 100%;margin-top: 25px;}

.ab_b li{	background-color: #f2f2f2;
	border-radius: 10px;width: 47%;padding:15px;margin-bottom: 15px;}



    .ab_b li h2 em{font-size: 25px;}
.ab_b li h2 span{font-size: 20px;}


.hz_ll{    display: grid;
    /* 3列等宽布局 */
    grid-template-columns: repeat(2, 1fr);
    /* 核心间距控制：第一个值是行间距，第二个是列间距 */
    gap: 16px; /* 你可以根据设计稿调整，比如 16px/20px/24px */
    list-style: none;}


    .tleft{width: 100%;margin-bottom: 20px;}
    .yan{width: 100%;margin-top: 20px;}
    .yan_sss{width: 100%;margin-top: 20px;}

.foot{margin-bottom: 62px;}


a.mm_pp{
	display: block;
	border-radius: 10px;
	padding: 0 17px;
	border: solid 1px #0056a3;
	line-height: 44px;
	color: #0056a3;
	font-size: 12px;
	}

.w_t1{font-size: 25px;line-height: 30px;}

.read_t1{	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;text-align: center;}


.bb_banner .swiper-button-next,
.bb_banner .swiper-button-prev{display: none;}
}








/*产品内页*/
.cpbj{background: #f5f5f5;padding-top: 4.2vw;}
.wmy-left {
    background: #fff;
    padding: 20px 20px;
    margin-bottom: 30px;
}
.wmy-left .left-title{color: #222222;font-size: 24px;padding: 10px 0 32px;}

@media (min-width:990px) {
    .wmy-left {
        float: left;
        width: 26.7%;
        margin-right: 48px;
    }
}

.wmy-right {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 40px 30px 47px;
}

.product-cate.cate-list .list-title{border:none;padding-left: 1.4vw; border-bottom: 1px solid rgba(225,221,221,.5);color: #333333;font-size: 15px;line-height: 48px;font-weight: normal;}
.product-cate.cate-list{border:none;}
.product-cate.cate-list .category span{background: url(//wm.cdn.cn86.cn/szlaiyinzhin/2026/05/f499b2f7dfc5e4jt.png) center no-repeat;}
.product-cate.cate-list .active {
  background: #0056a3;color: #fff;
}
.product-cate.cate-list .category:hover .list-title {
  background: #0056a3;color: #fff;
}
.sou1 #formsearch{}
.sou1 #formsearch input{height:55px;background-color: #f5f5f5;border:none;line-height:55px;outline: none;}
.sou1 #formsearch input#keyword{height:55px;line-height:55px;padding-left:27px;color:#555555;font-size: 15px;width: calc(100% - 200px);}
.sou1 #formsearch input#s_btn{width: 200px;height: 55px;background-color: #0056a3;line-height:55px;text-align:center;color:#fff;border:none;cursor:pointer;font-size: 15px;}
.sou1 ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #555555;
}
.sou1 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #555555;
}
.sou1 ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #555555;
}
.sou1 :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #555555;
}

.product-list{margin-top: 2.8vw;}

.more3{display: inline-block;background: #0056a3;color: #fff;text-align: center;padding:10px 20px;margin-top: 10px;width: 166px;}


.miao1{font-size: 12px;text-align: left;padding: 0 5px;line-height: 20px;}

@media only screen and (max-width: 992px) {
    .wmy-left {
        background: none;
        margin: 0;
        padding: 0;
    }
    .nei-page-wrap {
        padding-bottom: 40px;
    }
}

@media(max-width: 640px){
    .wmy-right{padding: 20px 15px;}
    .sou1 #formsearch input#s_btn{width: 100px;height: 42px;line-height: 42px;font-size: 14px;}
    .sou1 #formsearch input#keyword{font-size: 14px;padding-left: 15px;width: calc(100% - 100px);height: 42px;line-height: 42px;}
    .product-list{margin-top: 20px;}
    .product-list .content .list .cont .product-title{font-size: 14px;line-height: 24px;height: 48px;}
    .more2{width: 80%;margin:0 auto;height: 38px;line-height: 38px;font-size: 14px;}
    .xin1{margin-top: 0;}
    .box2{margin: 10px 0;}
    .news_wap .tabli li{font-size: 16px;margin-right: 15px;}
    .news_wap .tabli li:last-child{margin-right: 0;}
    .news_tit{margin-top: 0;}
    .news_wap_left,.news_wap .tab_1 .n2{margin-top: 20px;}
    .news_wap .tab_1 .n2 li a,.news_nr h3 a{font-size: 16px;}
    .news_wap_right .news_list_3 li .time .shi1{font-size: 35px;}
    .news_nr{padding-left: 0;width: calc(100% - 70px);}
    .news_wap_right .news_list_3 li{padding-bottom: 10px;}
    .news_nr span{line-height: 22px;}
}



.flex2{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;}

.line { border-top: 1px solid #efefef; margin: 3vw 0; }
.more_hz a:hover {
    color: #fff !important;
}