.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: #f03311;}

.w_t1{text-align: center;
	font-size: 42px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 0px;
	color: #010101;}

.w_t2{	font-family: HarmonyOS_Sans_SC;
	font-size: 18px;
	font-weight: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #666666;}

.top_90{margin-top: 90px;}

.top_60{margin-top: 60px;}




.head_11{position: static;background: #fff;padding: 20px 0;z-index: 999999;left:0px;width: 100%;transition: all .3s;}

.head_23{width: 70.625%;}

.hh_aa{width: 118px;}


.sou_11 .sou_a:before {
   display: none;
}



.head_11.scroll{position: fixed;left:0px;}






/* 导航样式 */
.x-menu{width:calc(100% - 208px);}
.x-menu > li {
    margin: 0;
    text-align: center;
    float: none;
    position: relative;
        line-height: 40px;
}

.x-menu > li > a {
    font-size: 18px;
    color: #333333;
    display: block;text-transform: capitalize;position: relative;
}
.x-menu > li:hover > a {
    color: #f03311!important;
}



.x-menu > li::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        width: 0;
        height: 1px;
        margin: 0 auto; background: #f03311;
        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: 40px;
    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;}
.hh_aa .btn{border:none;outline: none;color: #000000;}
.hh_aa .language-group .btn{color:#000000}

.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: #f03311;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent}









/* bb_swiper */
.bb_swiper{overflow: hidden;}
.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-pagination1 {
	bottom: 40px;text-align: center;
}
.bb_banner .swiper-pagination1 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #ffffff;
	border-radius: 50%;
	margin: 0 10px!important;
	transition: width .3s ease;
	opacity: 1;
}
.bb_banner .swiper-pagination1 .swiper-pagination-bullet-active {
		background-color: #f03311;opacity: 1;
}







/* about us */
.box_ab{background:url(//wm.cdn.cn86.cn/xilaibaoffx/2026/07/52d6dcb8c268ox9s.png) no-repeat 50%;background-size: cover;padding: 90px 0;}

.gywm-l{width:43.20%;padding-top:30px;}
.at1{color:#f03311;font-size:18px;margin-bottom:20px;font-weight: 400;}
.at2{font-size:42px;margin-bottom:45px;color:#010101}
.gywm-l .div1{margin:48px 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #333333;}



.gywm-l a{width:170px;height:50px;background:#f03311;color:#fff;text-transform:uppercase;font-size: 18px;display: block;text-align: center;line-height: 50px;}


.gywm-l a img{margin-left:30px;}
.gywm-l a:hover {color: #fff !important;}
.gywm-l a:hover img{-webkit-transform: translateX(10px);-ms-transform: translateX(10px);transform: translateX(10px);}


.gywm-r{width:46.875%;position:relative;z-index:2;}
.gywm-r h4{overflow:hidden;}
.gywm-r h4 img{display:block;width:100%;}
.gywm-r h4:hover img{/* transform:scale(1.1); */}
.gywm-r p{position:absolute;z-index:-1;width:100%;height: calc(100% - 30px);border:1px solid #f03311;top: 73px;right:40px;}




.gywm-b dl{width:calc((100% - 81px) / 4);background:#fff;padding:43px 35px 0 35px;box-shadow:5px 10px 20px rgba(215, 215, 215, 0.2);}
.gywm-b dl h5{font-size:16px;padding-left:20px;border-left:2px solid #f03311;margin-bottom:77px;color:#000000;font-weight: 400;}
.gywm-b dl h3{color:#f03311;text-align:right;font-size:16px;margin-bottom:-30px;font-weight: 400;}
.gywm-b dl h3 i{line-height:100%;font-size:50px;font-weight: 600;}
.gywm-b dl h3 sub{font-size: 40px;bottom:-5px!important;}






.flex22{display:flex;}
.flex-wrap{display:flex;flex-wrap:wrap;}
.flex-jcr{justify-content:space-between;}
.flex-jcc{justify-content:center;}
.flex-ait{align-items:flex-start;}
.flex-aic{align-items:center;}
.flex-aib{align-items:flex-end;}
.flex-jc{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;}





/* pp_con */
.box_pro{position: relative;padding-bottom: 85px;z-index: 99;background:url(//wm.cdn.cn86.cn/xilaibaoffx/2026/07/b2111a3716s1etnl.png) repeat-x center bottom;}
.pp_con{overflow: hidden;}
.pp_swiper li{padding: 7px 14px;
        background: #fff;
        clip-path: polygon(0px 0, calc(100% - 0px) 0, 100% 40px, 100% calc(100% - 40px), calc(100% - 40px) 100%, 40px 100%, 0 calc(100% - 0px), 0 0px);
        box-shadow: 0px 0px 28px 1px 
		rgba(0, 0, 0, 0.5);}

.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;}


.pp_swiper li:hover{background:#e50012;color:#fff;transition: all 1s;}

.clamp11{	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #242424;padding-left: 10px;}
.pp_swiper li:hover .clamp11{color:#fff}
.pp_swiper .clamp11 {
    line-height: 1.5;
    height: 3em;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.jt_cc{position: relative;width: 120px;height: 46px;}

 .jt_cc .swiper-button-prev {
        left: 0px;background:url(//wm.cdn.cn86.cn/xilaibaoffx/2026/07/6bc807c277slgimj.png) no-repeat 50%;
      }

 .jt_cc .swiper-button-prev:hover{background:url(//wm.cdn.cn86.cn/xilaibaoffx/2026/07/c1c0ef7a6dk8lewp.png) no-repeat 50%;}

      
.jt_cc .swiper-button-next{
        right: 0px;background:url(//wm.cdn.cn86.cn/xilaibaoffx/2026/07/d18fe5535dqsfmpi.png) no-repeat 50%;
      }
      
.jt_cc .swiper-button-next:hover{background:url(//wm.cdn.cn86.cn/xilaibaoffx/2026/07/14430de619xpjpey.png) no-repeat 50%;}


.jt_cc .swiper-button-next::after,
.jt_cc .swiper-button-prev::after{display: none!important;}


.jt_cc .swiper-button-next,
.jt_cc .swiper-button-prev {
        outline: none;
        position: absolute;
        top:50%;
        z-index: 9999;
        -webkit-transition: all .5s ease;
        transition: all .5s ease; width: 46px;
	height: 46px;margin-top: -23px;}


.flex_a2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    }







/* Why Choose Xinbaolai */
.box_why{background:url(//wm.cdn.cn86.cn/xilaibaoffx/2026/07/7585fcd2cez5s4bt.png);
	border-radius: 10px;width: 96%;margin: 0 auto;background-size: cover;padding: 70px 0;}

.why_ll{    display: grid;
    /* 3列等宽布局 */
    grid-template-columns: repeat(4, 1fr);
    /* 核心间距控制：第一个值是行间距，第二个是列间距 */
    gap: 45px; /* 你可以根据设计稿调整，比如 16px/20px/24px */
    list-style: none;
    padding: 0;}

.why_ll li{	border-radius: 10px;padding:35px  30px;transition-duration: .6s;
	border: solid 1px #2b384e;overflow: hidden;background:url(//wm.cdn.cn86.cn/xilaibaoffx/2026/07/e12712fb98vyeh3w.png);}


.why_ll li .img_cc{width: 48px;}
.why_ll li .img_cc img{width: 100%;}

.tta{	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;height: 50px;overflow: hidden;margin-top: 25px;}

.ttb{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #ababab;margin-top: 25px;}

.why_ll li:hover {
    transform: translateY(-27px);
}



/* Featured Products */
.probox{position: relative;z-index: 9999;}
.probox .owl-carousel {
    animation-name: fadeInUp;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.probox a{
    display: block;
    /* background: -webkit-gradient(linear, left bottom, left top, from(#888888), to(#888888));
   background: -webkit-linear-gradient(bottom, #d3d5d5, #888888);
   background: linear-gradient(to top, #d3d5d5, #eaeae8); */
   border-radius: 20px;
   border-bottom-left-radius: 20px;
   border-bottom-right-radius: 20px;
   position: relative;
   background-color: #b6b6b6;
}
.probox .text{
    position: relative;
    padding-top: 15px;
    color: #ffffff;
    font: 400 20px/80px "Arial";
    text-align: center;
}

.probox .text s1{
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
    padding: 0 2%;
    width: 100%;
    display: block;
}

.probox .text .imgico{
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -30px;
    padding: 7px;
    background-color: #f03311;
    border-radius: 30px;
    overflow: hidden;
    border: 4px solid #d2d9df;
}
.probox .text .imgico img{
    width: 40px;
    height: 40px;
}
.pro-item:hover a{
    background-color: #f03311;
}
.pro-item:hover .text .imgico{
    background-color: #e6e6e6;
}
.x-pro .owl-carousel .owl-nav .owl-prev {
    left: 21%;
    background: url(//wm.cdn.cn86.cn/wmy95/2026/06/b947d48e437oad9t.png) no-repeat center #fff;
}
.x-pro .owl-carousel .owl-nav .owl-prev:hover{
    background: url(//wm.cdn.cn86.cn/wmy95/2026/06/ee489d6e9bsrfbrl.png) no-repeat center #dc0000;
}
.x-pro .owl-carousel .owl-nav .owl-next {
    right:21%;
    background: url(//wm.cdn.cn86.cn/wmy95/2026/06/ee969d087d4o94o0.png) no-repeat center #fff;
}
.x-pro .owl-carousel .owl-nav .owl-next:hover{
    background: url(//wm.cdn.cn86.cn/wmy95/2026/06/7237432dbctcmtep.png) no-repeat center #dc0000;
}
.x-pro .owl-carousel .owl-nav button.owl-prev, .x-pro .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    height: 60px;
    width: 60px;
    margin-top: -30px;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: none;

}

.x-pro .owl-carousel .owl-nav button.owl-prev:hover, .x-pro .owl-carousel .owl-nav button.owl-next:hover {
    opacity: 1;
}

.x-pro .owl-carousel .owl-nav .icon-font:after{
    display: none;
}
.x-pro .more{
    text-align: center;
    margin-top:8.8vh;
    font-size: 0;
}
.x-pro .more {
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1.2s;
    -webkit-animation-delay:1.2s;
}


.more a{
    display: inline-block;
    width: 200px;
    background: #f03311;
    font-size: 18px;
    line-height: 54px;
    border-radius: 28px;
    color:#fff!important;
    vertical-align: top;
    border:1px solid transparent;
    position: relative;
    overflow: hidden;text-align: center;
}

.more .consle{
    margin-left:1.4vw;
    border:1px solid #f03311;
    background: none;
    color:#f03311!important;text-align: center;
}




.x-pro .more a.mpo:hover{
    background: #d71f15;
}
.x-pro .more a.mpo: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%);
    -webkit-animation: wave 1.3s infinite;
    animation: wave 1.3s infinite;
    z-index: 1;
}

.pro-item .img{border: solid 1px #dadada;border-bottom: none;}
.pro-item .img img{width: 100%;}



@-webkit-keyframes wave{
    0%{
        background:rgba(0,0,0,.25);
        transform:translateX(-50%) translateY(-50%) scale(0)
    }
    to{
        background:transparent;
        transform:translateX(-50%) translateY(-50%) scale(1)
    }
}
@keyframes wave{
    0%{
        background:rgba(0,0,0,.25);
        transform:translateX(-50%) translateY(-50%) scale(0)
    }
    to{
        background:transparent;
        transform:translateX(-50%) translateY(-50%) scale(1)
    }
}























/* Frequently Asked Questions */
.box_faq{background:#f7f7f7;padding: 66px 0;}
.faq_ll{max-width: 1245px;margin: 0 auto;}
.faq_ll .xypg-left-con{border: none;}
.faq_ll .xypg-left-nav > li {
  border-radius: 10px;
	border: solid 1px #a7a7a7;padding: 0 30px;}

    
.faq_ll .xypg-left-nav .xypg-left-subnav > li {
    border-top:none;
}


.faq_ll .xypg-left-nav > li + li{margin-top: 40px;}
.faq_ll .xypg-left-nav > li > a {
    display: block;
    font-size: 20px;
    line-height: 32px;
    color: #222222;
    padding:18px 0;
}


.faq_ll .xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 44px;
    height: 44px;
    text-align: center;
    top: 12px;
    right: 20px;
    cursor: pointer;
    background: url(//wm.cdn.cn86.cn/xilaibaoffx/2026/07/a1a24075b2onctcl.png) no-repeat;
}


.faq_ll .xypg-left-nav > li .first-nav-btn.clicked {
    background: url(//wm.cdn.cn86.cn/xilaibaoffx/2026/07/226890f8e39yrvmf.png) no-repeat;
}


.faq_ll .xypg-left-nav .xypg-left-subnav > li > a {
    padding:8px 0;
    display: block;
    	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
}

.faq_ll .xypg-left-nav .xypg-left-subnav{margin-bottom: 20px;}


.faq_ll .xypg-left-nav .xypg-left-subnav > li > a:hover{  color:#f03311!important;}

.faq_ll .xypg-left-nav > li:hover > a, 
.faq_ll .xypg-left-nav > li.clicked > a {
    color:#f03311!important;
}



.faq_ll .xypg-left-nav .xypg-left-subnav {
    padding: 0px;
}






.jjfa-s{width:100%;}

.jjfa-tr{position:relative;z-index:2;padding: 0 9px;width:69.6875%;font-size: 16px;}
.jjfa-tr a{display:block;text-align:center;line-height:100%;min-width:90px;width: 16.6666%;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
}
.jjfa-tr a h4{width:60px;height:60px;margin: 0 auto;
border-radius:60px;border:1px solid #a7a7a7;margin-bottom:20px;}








.jjfa-tr a p {
  height: 5px;
  width: 0;
  margin: 0 auto 23px;
  background: #f03311;
  border-radius: 10px;
  position: relative;
  z-index: 99;
  transition: width 0.3s ease;
}

.jjfa-tr a.active p {
  width: 100px;
}





.jjfa-tr a i{line-height:26px;transition:all 0s;}
.jjfa-tr a.active{color:#f03311;}
.jjfa-tr a.active h4{background:#f03311;border-color:#f03311;}
.jjfa-tr a.active h4 img{filter: brightness(0) invert(1);}


.jjfa-tr h5{position:absolute;z-index:1;width:100%;height:5px;border-radius:5px;background:#f1f1f1;right:0;top:80px;}

.jjfa-b{position:relative;overflow:hidden;background:#f7f7f7;}
.jjfa-b2{position:absolute;opacity:0;z-index:1;width:100%;left:0;top:0;transition:all 0.5s;}
.jjfa-b2.active{position:relative;opacity:1;z-index:2;}
.jjfa-l{width:50%;padding:0 4.818181818181818%}
.jjfa-l h3{font-size:30px;margin-bottom:25px;color:#010101;font-weight: 400;}


.f-s14{	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #4f4f4f;}


.xbt_cc{	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #f03311;margin-top: 2.5vw;}





.jjfa-l a{width:173px;height:50px;background:#f03311;color:#fff;text-transform:uppercase;margin-top: 50px;}
.jjfa-l a img{margin-left:5px;}
.jjfa-l a:hover img{-webkit-transform: translateX(10px);-ms-transform: translateX(10px);transform: translateX(10px);}
/*.jjfa-l a:hover img{transform:scale(1.1);}*/
.jjfa-l a:hover{color:#fff!important}

.jjfa-r{width:50%;overflow:hidden;}
.jjfa-r img{display:block;width:100%;}
.jjfa-r:hover img{transform:scale(1.1);}




/**/
.foot{background: #1a1a1a;padding-top: 60px;}



.tleft{width: 25%;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;}






.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: 35px;
	height: 1px;
	background-color: #3d3d3d;margin-bottom: 35px;}


.wmss{margin-top: 20px;max-width: 140px;}
.wmss img{max-width: 100%;}

.dz1{margin-bottom: 20px;}

.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;}



@media only screen and (max-width: 1440px) {
.w_t1{font-size: 35px;}
.gywm-b dl h3 i{font-size: 40px;}
.gywm-b dl h5{font-size:16px;padding-left:20px;border-left:2px solid #f03311;margin-bottom: 29px;color:#000000;font-weight: 400;}

.clamp11{
	font-size: 17px;
	font-weight: normal;
	line-height: 47px;
	letter-spacing: 0px;
	color: #242424;
	padding-left: 10px;
	}

     .tta{
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
	height: 50px;
	overflow: hidden;
	margin-top: 25px;
	}
}





@media only screen and (max-width: 1370px) {
.w_t1{font-size: 25px;}
.gywm-b dl h3 i{font-size: 30px;}
.gywm-b dl h5{font-size:16px;padding-left:20px;border-left:2px solid #f03311;margin-bottom: 29px;color:#000000;font-weight: 400;}

.clamp11{
	font-size: 17px;
	font-weight: normal;
	line-height: 47px;
	letter-spacing: 0px;
	color: #242424;
	padding-left: 10px;
	}

     .tta{
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
	height: 50px;
	overflow: hidden;
	margin-top: 25px;
	}


.gywm-l .div1{margin:28px 0;
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #333333;}

}



@media only screen and (max-width: 1280px) {

.why_ll{    display: grid;
    /* 3列等宽布局 */
    grid-template-columns: repeat(4, 1fr);
    /* 核心间距控制：第一个值是行间距，第二个是列间距 */
    gap: 25px; /* 你可以根据设计稿调整，比如 16px/20px/24px */
    list-style: none;
    padding: 0;}

.jjfa-tr{position:relative;z-index:2;padding: 0 9px;width: 80.6875%;font-size: 16px;}
}




@media only screen and (max-width: 992px) {
.gywm-l{width:100%;padding-top:30px;}
.gywm-r{width:100%;position:relative;z-index:2;margin-top: 25px;}

.gywm-l a{width:170px;height:50px;background:#f03311;color:#fff;text-transform:uppercase;font-size: 15px;display: block;text-align: center;line-height: 50px;}

.gywm-b dl h5{font-size:16px;padding-left:20px;border-left:2px solid #f03311;margin-bottom: 9px;color:#000000;font-weight: 400;}

.gywm-b dl{width:calc(50% - 5px)}
.gywm-b dl h3{color:#f03311;text-align:right;font-size:16px;margin-bottom: 10px;font-weight: 400;}

.why_ll{    display: grid;
    /* 3列等宽布局 */
    grid-template-columns: repeat(2, 1fr);
    /* 核心间距控制：第一个值是行间距，第二个是列间距 */
    gap: 10px; /* 你可以根据设计稿调整，比如 16px/20px/24px */
    list-style: none;
    padding: 0;}


    .jjfa-tr{justify-content:flex-start;width: 100%;margin-top: 30px;}
    .jjfa-tr a{width: 33.33%;min-width: 0;margin-bottom:20px;}
    .jjfa-b{border-top-left-radius:10px;}

.jjfa-r{width:100%;overflow:hidden;}
.jjfa-l{width:100%;padding:25px}
.tleft{width: 100%;margin-bottom: 20px;}
.yan{width: 100%;margin-top: 20px;}
.jt_cc{margin-top: 25px;}

.why_ll li{	border-radius: 10px;padding:15px;transition-duration: .6s;
	border: solid 1px #2b384e;overflow: hidden;background:url(//wm.cdn.cn86.cn/xilaibaoffx/2026/07/e12712fb98vyeh3w.png);}


.more a{
    display: inline-block;
    width: 171px;
    background: #f03311;
    font-size: 13px;
    line-height: 38px;
    border-radius: 28px;
    color:#fff!important;
    vertical-align: top;
    border:1px solid transparent;
    position: relative;
    overflow: hidden;
    text-align: center;
}



.top_90{margin-top: 40px;}

.top_60{margin-top: 30px;}


.box_ab{background:url(//wm.cdn.cn86.cn/xilaibaoffx/2026/07/52d6dcb8c268ox9s.png) no-repeat 50%;background-size: cover;padding: 40px 0;}

.clamp11{
	font-size: 12px;
	font-weight: normal;
	line-height: 37px;
	letter-spacing: 0px;
	color: #242424;
	padding-left: 5px;
	}
}








/*产品内页*/
.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: #f03311;color: #fff;
}
.product-cate.cate-list .category:hover .list-title {
  background: #f03311;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: #f03311;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: #f03311;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;}

.shemei { display: flex; gap: 10px; }
.shemei_item { width: 30px; height: 30px; overflow: hidden; border-radius: 50%; display: flex; background: #E8FAFF; }
.shemei_item img { width: 100%; height: 100%; object-fit: cover; }