.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;
    }
}


/*  */

p {
    margin: 0;
}

body {
    overflow-x: hidden;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.com-img2 {
    display: block;
    overflow: hidden;
}

.com-img2 img {
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
}

.com-img2:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.relative {
    position: relative;
}

.flex2 {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1680 {
    max-width: 1680px;
    width: 90.625%;
    margin: 0 auto;
}

.max1600 {
    max-width: 1600px;
    width: 90.625%;
    margin: 0 auto;
}

.max1560 {
    max-width: 1560px;
    width: 90.625%;
    margin: 0 auto;
}

.max1500 {
    max-width: 1500px;
    width: 90.625%;
    margin: 0 auto;
}

.max1460 {
    max-width: 1490px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/* header */

.header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.top-mid-flex {
    height: 100px
}

.logo {
    position: relative
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
    max-height: 70px
}

.x-menu {
    position: relative;
}

.x-menu>li {
    position: relative;
    text-align: center
}

.x-menu>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    height: 100px;
}

.x-menu>li>a i {
    margin-left: 5px;
}

.x-menu>li:hover>a {
    color: var(--main-theme-color)!important
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 200%;
    left: -50%;
    top: 100%;
    display: none;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 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)
}

@media (min-width:1200px) {
    .x-menu>li {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:1440px) {
    .x-menu>li {
        margin-left: 30px;
        margin-right: 30px
    }
}


/**/

.header.scroll {
    background-color: #fff;
}

.header.scroll * {
    color: #000!important;
}

.header.scroll .pc-navbar>li>a {
    color: #000!important;
}

.header.scroll .language-group .btn span {
    color: #000!important;
}

.header.scroll .language-group .btn>img {
    /* 标准写法 */
    filter: brightness(0) grayscale(100%);
    /* 兼容旧版 Safari 和 iOS */
    -webkit-filter: brightness(0) grayscale(100%);
    /* 兼容旧版 Firefox */
    -moz-filter: brightness(0) grayscale(100%);
    /* 兼容旧版 IE */
    filter: gray;
    /* IE 6-9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
    /* IE 10+ */
}

.header.scroll2 {
    background-color: transparent;
    border-bottom: 1px solid #DBDBDB;
    position: fixed;
}

.header.scroll2 * {
    color: #000!important
}

.header.scroll2 .pc-navbar>li>a {
    color: #000!important
}

.header.scroll2 .language-group .btn span {
    color: #000!important
}

.header.scroll2 .language-group .btn>img {
    /* 标准写法 */
    filter: brightness(0) grayscale(100%);
    /* 兼容旧版 Safari 和 iOS */
    -webkit-filter: brightness(0) grayscale(100%);
    /* 兼容旧版 Firefox */
    -moz-filter: brightness(0) grayscale(100%);
    /* 兼容旧版 IE */
    filter: gray;
    /* IE 6-9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
    /* IE 10+ */
}


/* banner */

.home-banner {
    width: 100%;
    position: relative;
}

.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%;
}

.home-banner .swiper-pagination1 {
    bottom: 20px;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 10px!important;
    border: 1px solid transparent;
    opacity: 1;
    background: transparent;
    position: relative;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    border-color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}

.home-banner .swiper-slide .v_cover {
    position: absolute;
    display: flex;
    align-items: flex-end;
    left: 0;
    bottom: 6.25vw;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center
}

.home-banner .swiper-slide .v_cover .v_con {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
    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 :nth-child(1) {
    transition-delay: .3s
}

.home-banner .swiper-slide-active .v_con :nth-child(2) {
    transition-delay: .5s
}

.home-banner .swiper-slide-active .v_con :nth-child(3) {
    transition-delay: .7s
}

.v_tit_bb {
    font-size: 58px;
    color: rgba(255, 255, 255, .84);
    margin-bottom: 2.083vw;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Poppins;
    line-height: 1.2;
    max-width: 880px
}

.v_tit_cc {
    width: 175px;
    text-align: center;
    border-radius: 1.5625vw;
    overflow: hidden;
}

.v_tit_cc a {
    display: block;
    border-radius: 1.5625vw;
    overflow: hidden;
    border: 1px solid #FFF;
    background-color: transparent;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 62px;
}

.v_tit_cc a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    content: "";
    background: var(--main-theme-color);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    z-index: -1
}

.v_tit_cc a:hover {
    border-color: var(--main-theme-color);
    color: #fff!important
}

.v_tit_cc a:hover::before {
    width: 100%
}

@media (max-width:1200px) {
    .v_tit_bb {
        font-size:30px;
        margin-bottom: 20px
    }
    .v_tit_cc {
        width: 120px;
    }
}

@media (max-width:600px) {
    .home-banner .swiper-slide .v_cover .v_con {
        width: 90%
    }
    .v_tit_bb {
        font-size: 22px;
    }
     .v_tit_cc{
         width: 100px;
     }
    .v_tit_cc a{
        line-height: 38px;
        font-size: 14px;
    }

    .home-banner .swiper-pagination1{
        display: none!important;
    }
}

.swiper-slide-video {
    position: relative;
    padding-bottom: 46.875%;
}

.swiper-slide-video video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/* section1 */

.section1 {
    position: relative;
    background: url(//wm.cdn.cn86.cn/boguansuliao/2025/09/e7bc74d0d3oav5oh.png) no-repeat center bottom;
    padding-top: 7.2916vw;
    padding-bottom: 6.25vw;
}

.hm-title {
    position: relative;
}

.hm-title h3 {
    color: #0D0D0E;
    font-family: Poppins;
    font-size: 3.02083vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.hm-title p {
    color: #666666;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.product-swap {
    position: relative;
    padding-left: calc(6.25vw + 2.60416vw);
    padding-right: calc(6.25vw + 2.60416vw);
    margin-top: 4.166vw;
}

.product-swiper {
    overflow: hidden;
}

.product-swiper .swiper-slide {
    position: relative;
    border: 2px solid #D8D8D8;
    padding: 1.5625vw 1.5625vw;
    border-radius: 12px;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.product-swiper .swiper-slide .img {
    position: relative;
    max-width: 295px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 4.1666vw;
    padding-bottom: 170px;
    padding-bottom: 8.85416vw;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.product-swiper .swiper-slide .img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    max-height: 100%;
    max-width: 100%;
}

.product-swiper .swiper-slide .txt {
    position: relative;
    z-index: 99;
}

.product-swiper .swiper-slide .txt h3 {
    color: #000;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1;
}

.product-swiper .swiper-slide .txt .pp-content {
    color: #626262;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-swiper .swiper-slide .txt .pp3 {
    margin-top: 20px;
}

.product-swiper .swiper-slide .txt-img {
    color: #fff;
    width: 100%;
    transform: translateY(50%) scale(0);
    transform: translateY(0%) scale(1);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    transition: all 0.4s linear;
    /* background: url(//wm.cdn.cn86.cn/boguansuliao/2025/09/57a1b20966bicjrg.png) no-repeat center #fff; */
    background-size: 100% 100%;
    opacity: 0;
}

.product-swiper .swiper-slide:hover .txt-img {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.btn2 {
    width: 130px;
    line-height: 48px;
    border-radius: 31px;
    border: 2px solid #437AF6;
    display: inline-block;
    color: #437AF6;
    text-align: center;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.btn2:hover {
    background-color: #437AF6;
    color: #fff!important;
}

.product-swiper .swiper-slide:hover .txt h3 {
    color: var(--main-theme-color);
}

.product-swiper .swiper-slide:hover .img {
    opacity: 0;
}

.product-swap .swiper-button-next2,
.product-swap .swiper-button-prev2 {
    position: absolute;
    width: 22px;
    height: 42px;
    top: 40%;
    margin-top: -21px;
    font-size: 0;
    outline: none;
    border: none;
    background: none;
    z-index: 99;
    transition: all .3s ease;
}

.product-swap .swiper-button-prev2 {
    left: 2.60416vw;
    background: url(//wm.cdn.cn86.cn/boguansuliao/2025/09/3d3ea83264ddkbxp.png) no-repeat center;
}

.product-swap .swiper-button-next2 {
    right: 2.60416vw;
    background: url(//wm.cdn.cn86.cn/boguansuliao/2025/09/812a37f9326jbgic.png) no-repeat center;
}


/* section2 */

.section2 {
    position: relative;
    padding: 6.25vw 0;
    padding-left: 6.25%;
}

.sec2-left {
    position: relative;
    width: 28vw;
}

.about-txt {
    margin-top: 1.5625vw;
    color: #626262;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}


.about-txt p,
.about-txt p *{
    text-wrap-mode:wrap!important;
}


.gsjj-summary p,
.gsjj-summary *{
    text-wrap-mode:wrap!important;
}

.number {
    display: flex;
    flex-wrap: wrap;
}

.number li {
    width: 50%;
    position: relative;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    margin-top: 2.083vw;
}

.number li h3 {
    color: #437AF6;
    display: inline-block;
}

.number li h3 i {
    font-style: inherit;
    color: #437AF6;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 500;
    font-family: Poppins;
    text-transform: uppercase;
}

.number li h3 span {
    font-size: 2.5vw;
    font-weight: 500;
    font-style: normal;
    color: #437AF6;
}

.number li p {
    color: #4B4B4B;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
}

.about-more {
    margin-top: 2.60416vw;
}

.btn3 {
    width: 175px;
    line-height: 60px;
    border-radius: 31px;
    border: 2px solid #437AF6;
    display: inline-block;
    color: #437AF6;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.btn3:hover {
    background-color: #437AF6;
    color: #fff!important;
}


/* */

.part3 .m_map {
    position: absolute;
    top: 9.49vw;
    right: 0;
    width: 63.54vw;
    max-width: 1221px;
}

.part3 .m_map .pc {
    display: block;
}

.part3 .m_map .m {
    display: none;
}

.part3 .m_map .points {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.part3 .m_map .item {
    position: absolute;
}

.part3 .m_map .item:nth-child(1) {
    top: 45%;
    left: 76%;
}

.part3 .m_map .item:nth-child(2) {
    top: 57%;
    left: 76.5%;
}

.part3 .m_map .item:nth-child(3) {
    top: 55%;
    left: 75%;
}

.part3 .m_map .item:nth-child(4) {
    top: 40%;
    left: 58.8%;
}

.part3 .m_map .item:nth-child(5) {
    top: 31%;
    left: 21.8%;
}

.part3 .m_map .item:nth-child(6) {
    top: 16%;
    left: 14%;
}

.part3 .m_map .item:nth-child(7) {
    top: 65%;
    left: 32%;
}

.part3 .m_map .item:nth-child(8) {
    top: 40%;
    left: 18.5%;
}

.part3 .m_map .item:nth-child(9) {
    top: 27%;
    left: 46%;
}

.part3 .m_map .item:nth-child(10) {
    top: 29.2%;
    left: 45.2%;
}

.part3 .m_map .item:nth-child(11) {
    top: 73%;
    left: 84.5%;
}

.part3 .m_map .item:nth-child(12) {
    top: 85%;
    left: 95.5%;
}

.part3 .m_map .item:nth-child(13) {
    top: 18%;
    left: 46.5%;
}

.part3 .m_map .item:nth-child(14) {
    top: 24%;
    left: 47.5%;
}

.part3 .m_map .item:nth-child(15) {
    top: 22%;
    left: 49.5%;
}

.part3 .m_map .item:nth-child(16) {
    top: 26%;
    left: 50.5%;
}

.part3 .m_map .item:nth-child(17) {
    top: 14%;
    left: 51.5%;
}

.part3 .m_map .item:nth-child(18) {
    top: 14%;
    left: 69.5%;
}

.part3 .m_map .item:nth-child(19) {
    top: 31%;
    left: 77.5%;
}





.part3 .m_map .item .text {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 14px;
    color: #555;
    line-height: 1;
    word-break: normal;
    font-family: Poppins;
    transform: translate(-50%, calc(-100% - 15px));
    -webkit-transform: translate(-50%, calc(-100% - 15px));
    -moz-transform: translate(-50%, calc(-100% - 15px));
    -ms-transform: translate(-50%, calc(-100% - 15px));
    -o-transform: translate(-50%, calc(-100% - 15px));
    min-width: 100px;
    text-align: center;
}

.part3 .m_map .item:nth-child(4) .text {
    left: -0.3px;
    top: 0.2px;
}

.part3 .m_map .item:nth-child(6) .text {
    top: -0.16rem;
}

.part3 .m_map .item:nth-child(9) .text {
    left: 0.4rem;
}

.part3 .m_map .item:nth-child(17) .text {
    left: 0.6rem;
    top: 0.28rem;
}

.part3 .m_map .item .icon {
    position: relative;
    width: 16px;
    height: 16px;
}

.part3 .m_map .item .img {
    position: relative;
    vertical-align: bottom;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.part3 .m_map .item .img img {
    transform: translateY(-6px);
}

.part3 .m_map .item .img::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 19px;
    border-radius: 50%;
    animation: boderM 3s 0.75s infinite;
    z-index: 9;
    background-image: url(//wm.cdn.cn86.cn/boguansuliao/2025/09/63ebd02780aczjmi.png);
    background-size: 100% 100%;
}

.part3 .m_map .item .img::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 19px;
    border-radius: 50%;
    animation: boderM 3s infinite;
    z-index: 9;
    background-image: url(//wm.cdn.cn86.cn/boguansuliao/2025/09/99176ecf4dwwh9qh.png);
    background-size: 100% 100%;
}

@keyframes boderM {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    75% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes bordershow {
    50% {
        box-shadow: 0px 0px 10px 0 #001eb4;
    }
}


/* section3 */

.section3 {
    position: relative;
    background: url(//wm.cdn.cn86.cn/boguansuliao/2025/09/5ccf78424d5xomsl.jpg) no-repeat;
    background-size: cover;
    padding: 6.25vw 0;
}

.hm-title3 {
    position: relative;
}

.hm-title3 h3 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 3.0203vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
}

.hm-title3 .p1 {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.hm-title3 .p2 {
    position: relative;
}

.hm-title3 .p2 a {
    width: 175px;
    line-height: 60px;
    border-radius: 31px;
    border: 2px solid #fff;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.hm-title3 .p2 a:hover {
    border-color: var(--main-theme-color);
    background-color: var(--main-theme-color);
    color: #fff!important;
}


/* section4 */

.section4 {
    position: relative;
    padding-top: 5.2083vw;
    padding-bottom: 4.166vw;
    z-index: 99;
}

.section4::before {
    position: absolute;
    right: -30px;
    bottom: 30px;
    content: "";
    width: 42.5vw;
    height: 39.895vw;
    background: url(//wm.cdn.cn86.cn/boguansuliao/2025/09/cb4660e4dbodbfwo.png) no-repeat;
    background-size: 42.5vw 39.895vw;
    z-index: -1;
}

.pl-120 {
    padding-left: 6.25vw;
}

.pr-120 {
    padding-right: 6.25vw;
}

.hnews-wap {
    margin-top: 3.125vw;
}

.hm_news_list {
    position: relative;
    margin: 0 -22px;
}

.hm_news_list li {
    position: relative;
    background: transparent;
    width: calc(33.33% - 44px);
    margin: 0 22px 20px 22px;
    border-radius: 18px;
    overflow: hidden;
}

.hm_news_list li a {
    display: block;
}

.hm_news_list li .img img {
    display: block;
    width: 100%;
}

.hm_news_list li .txt {
    position: relative;
    padding: 30px 30px 20px 30px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.hm_news_list li .txt h3 {
    color: #141414;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    margin-bottom: 10px;
}

.hm_news_list li .txt .ppo {
    color: #6E6E6E;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 2.60416vw;
}

.hm_news_list li .txt .dtime span {
    color: #323232;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hm_news_list li .txt .dtime .morex {
    color: #686868;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.hm_news_list li .txt .dtime .morex i {
    background: url(//wm.cdn.cn86.cn/boguansuliao/2025/09/84b2c0b3cd0edrmv.png) no-repeat center;
    width: 8px;
    height: 11px;
    margin-left: 10px;
    display: inline-block;
}

.hm_news_list li:hover .txt {
    background-color: #F7F9FA;
}

.hm_news_list li:hover .txt h3 {
    color: #437AF6;
}

.hm_news_list li:hover .txt .dtime .morex {
    color: #437AF6!important;
}

.hm_news_list li:hover .txt .dtime .morex i {
    background-image: url(//wm.cdn.cn86.cn/boguansuliao/2025/09/cda34ac6d0coiddg.png);
}


/* foot */

.foot {
    position: relative;
    background: #F7F9FA;
}

.foot-middle {
    position: relative;
    padding-top: 3.64583vw;
    padding-bottom: 3.125vw;
}

.foot-share {
    display: flex;
    flex-wrap: wrap;
}

.foot-share a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.foot-item1 {
    position: relative;
    width: 355px;
    width: 22.75%;
}

.foot-item2 {
    width: 66.66%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ft-saleshotline>p {
    color: #5B5B5B;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

.ft-saleshotline>h2 a {
    color: #070707;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: capitalize;
    margin-top: 10px;
}

.ft-add>p {
    color: #5B5B5B;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

.ft-add-con {
    color: #5B5B5B;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

.ft-mailbox>p {
    color: #5B5B5B;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
}

.ft-mail-con a {
    color: #070707;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    text-transform: capitalize;
    margin-top: 10px;
}

.foot-middle .bti {
    color: #000;
    text-align: justify;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 20px;
}

.foot-dao {
    margin-bottom: 1rem;
}

.foot-dao li a {
    color: #5B5B5B;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
}

.foot-enquiry .btn5 {
    width: 130px;
    line-height: 42px;
    border-radius: 22px;
    border: 2px solid #437AF6;
    display: inline-block;
    color: #437AF6;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.foot-enquiry .btn5:hover {
    background-color: #437AF6;
    color: #fff!important;
}

.foot-banq {
    border-top: 1px solid #D9D9D9;
    position: relative;
    padding: 20px 0;
    color: #8D8D8D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
}

.foot-banq a {
    color: #8D8D8D;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
}

.foot-banq .sitemap a {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-transform: capitalize;
}

.foot-banq .sitemap a+a::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    background: #8D8D8D;
    content: "";
}

.foot-banq a:hover {
    color: var(--main-theme-color)!important;
    text-decoration: underline;
}

.foot a:hover {
    color: var(--main-theme-color)!important;
    text-decoration: underline;
}


/* about */

.about1 {
    position: relative;
    padding-top: 7.2916vw;
    padding-bottom: 5.2083vw;
}

.gsjj-title h2 {
    color: #0D0D0E;
    text-align: center;
    font-family: Poppins;
    font-size: 3.0208vw;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    text-transform: capitalize;
    margin-bottom: 2.60416vw;
    line-height: 1;
}

.gsjj-summary {
    color: #626262;
    text-align: left;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 3.125vw;

}

.gsjj-video {
    position: relative;
    overflow: hidden;
    border-radius: 1.5625vw;
    -webkit-border-radius: 1.5625vw;
    -moz-border-radius: 1.5625vw;
    -ms-border-radius: 1.5625vw;
    -o-border-radius: 1.5625vw;
}

.gsjj-video>img {
    width: 100%;
    display: block;
}

.video1 {
    position: absolute;
    padding-bottom: 45.89%;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
}

.video1 video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about2 {
    position: relative;
    padding-top: 4.166vw;
    padding-bottom: 8.333vw;
    background: url(//wm.cdn.cn86.cn/boguansuliao/2025/09/c09a76282ch3uqh2.png) no-repeat center bottom;
}

.number2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.number2 li {
    width: 307px;
    position: relative;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    background-color: #EFEFEF;
    margin: 0 15px 20px 15px;
    padding: 2.60416vw 28px;
}

.number2 li:nth-child(2n-1) {
    margin-top: 3.64583vw;
    background-color: #DFE8ED;
}

.number2 li h3 {
    color: #222222;
    display: inline-block;
}

.number2 li h3 i {
    font-style: inherit;
    color: #222222;
    font-size: 3.5416vw;
    font-style: normal;
    font-weight: 500;
    font-family: Poppins;
    text-transform: uppercase;
}

.number2 li h3 span {
    font-size: 3.5416vw;
    font-weight: 500;
    font-style: normal;
    font-family: Poppins;
    color: #222222;
}

.number2 li p {
    color: #6D6D6D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: capitalize;
    padding-top: 4.6875vw;
}

.about3 {
    position: relative;
    background-color: #F7F9FA;
    padding-top: 7.2916vw;
    padding-bottom: 9.375vw;
}

.about3-left {
    position: relative;
    padding-right: 7.2916vw;
    width: 40%;
}

.about3-title h3 {
    color: #0D0D0E;
    font-family: Poppins;
    font-size: 3.0208vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.about3-title p {
    color: #626262;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.about3-right {
    position: relative;
    width: 60%;
}

.n-photo-list1 li {
    position: relative;
    border-top: 1px solid #D9D9D9;
    padding: 30px 0;
}

.n-photo-list1 li h3 {
    color: #010101;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    /* 158.333% */
}

.n-photo-list1 li .pp {
    color: #626262;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
}

.about4 {
    position: relative;
    padding: 5.2083vw 0;
}

.about4-title p {
    max-width: 670px;
    margin: 0 auto;
    line-height: 22px;
}

#certify {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

#certify .swiper-container {
    padding-top: 3.125vw;
}

#certify .swiper-slide {
    width: 850px;
    width: 58.41%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#certify .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#certify .swiper-slide .slide-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 1);
    pointer-events: none;
    border-radius: 18px;
    transition: opacity 0.3s;
    opacity: .5;
}

#certify .swiper-slide.swiper-slide-active .slide-mask {
    opacity: 0;
}

#certify .swiper-button-prev,
#certify .swiper-button-next {
    width: 60px;
    height: 30px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    margin-top: -15px;
    top: 52%;
}

#certify .swiper-button-prev {
    left: 1.565vw;
    left: 10.416vw;
}

#certify .swiper-button-next {
    right: 1.565vw;
    right: 10.416vw;
}


/* 内页 */

.page-wrap {
    position: relative;
}

.nei-cates {
    padding-top: 5.2083vw;
    padding-bottom: 5.2083vw;
}

.nei-cates h2 {
    color: #0D0D0E;
    font-family: Poppins;
    font-size: 3.0208vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.nei-cates .fenlei {
    position: relative;
}

.nei-cates .fenlei a:first-child {
    padding-left: 0px;
}

.nei-cates .fenlei a {
    color: #626262;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.nei-cates .fenlei a {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    text-transform: capitalize;
}

.nei-cates .fenlei a+a::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    background: #626262;
    content: "";
}

.nei-cates .fenlei a.active,
.nei-cates .fenlei a:hover {
    color: var(--main-theme-color)!important;
    text-decoration: underline;
}


/* 产品列表 */

.x-product-list {
    margin: 0;
    padding: 0;
}

.product-group.gray {
    background-color: #F7F9FA;
}

.product-group.white {
    background-color: #fff;
}

.product-group {
    display: flex;
    /* 保持 li 横向排列 */
    flex-wrap: wrap;
    padding: 4.166vw 8.33vw;
}

.product-group li {
    flex: 0 0 25%;
    position: relative;
    border-left: 1px solid #E8E8E8;
    padding: 1.5625vw 2.60416vw;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.product-group li:first-child {
    border-left: none;
    padding-left: 25px;
}

.product-group li .img {
    position: relative;
    max-width: 295px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 4.1666vw;
    padding-bottom: 170px;
    padding-bottom: 8.85416vw;
}

.product-group li .img img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    max-height: 100%;
    max-width: 100%;
}

.product-group li .txt {
    position: relative;
}

.product-group li .txt h3 {
    color: #000;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1;
}

.product-group li .txt .pp-content {
    color: #626262;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-group li .txt .pp3 {
    margin-top: 20px;
    width: 130px;
    line-height: 48px;
    border-radius: 31px;
    border: 1px solid #437AF6;
    display: inline-block;
    color: #437AF6;
    text-align: center;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.product-group li .txt .pp3:hover {
    background-color: #437AF6;
    color: #fff!important;
}

.product-group li:hover .txt h3 {
    color: var(--main-theme-color);
}


/* 产品详情页 */

.product-detail-wrap {
    position: relative;
    padding: 5.72916vw 0;
}

.product-detail-ll {
    position: relative;
    min-height: 200px;
    padding-right: 4.166vw;
    border-right: 1px solid #E5E5E5;
    width: 50%;
    float: left;
}

.product-detail-ll p img {
    max-width: 100%!important;
    width: auto!important;
    height: auto!important;
}

.product-detail-rr {
    position: relative;
    padding-left: 4.166vw;
    width: 50%;
    float: right;
}

@media (min-width:990px) {
    .product-detail-rr {
        position: sticky;
        top: 20px;
    }
}


/*  */

.ele-aa {
    width: calc(100% - 145px);
}

.ele-bb {
    width: 130px;
}

.elementor-swiper {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
}

.elementor-main-swiper {
    position: relative;
    height: 100%;
}

.elementor-main-swiper .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #F7F9FA;
    height: 100%;
}

.elementor-main-swiper .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}


/*  */

.elementor-thumbnails-swiper {
    position: relative;
    height: 580px;
    height: 30.2083vw;
}

.elementor-thumbnails-swiper .swiper-slide {
    position: relative;
    background-color: #F7F9FA;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 5px solid transparent;
    cursor: pointer;
}

.elementor-thumbnails-swiper .swiper-slide img {
    display: block;
    max-width: 90%;
    max-height: 90%;
}

.elementor-thumbnails-swiper .swiper-slide-active {
    border-color: #437AF6;
}

.product-contentx {
    position: relative;
}

.product-contentx h1 {
    color: #0D0D0E;
    font-family: Poppins;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
}

.product-contentx .abstract {
    color: #626262;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.back_top {
    display: flex;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 46px;
    background: #437AF6;
    position: absolute;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
}


/* 新闻页面 */

.news-page-wrap {
    padding-top: 42px;
    padding-bottom: 3%;
}

.news-tj-wrap {
    position: relative;
    background-color: #F7F9FA;
    padding-top: 5.2083vw;
    padding-bottom: 3.64583vw;
}

.news_tj_swiper {
    position: relative;
    overflow: hidden;
}

.news_tj_swiper .swiper-slide {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_tj_swiper .swiper-slide .img {
    position: relative;
    width: 52.24%;
    cursor: pointer;
}

.news_tj_swiper .swiper-slide .img img {
    display: block;
    width: 100%;
}

.news_tj_swiper .swiper-slide .txt {
    position: relative;
    width: 47.76%;
    padding-left: 3.125vw;
    padding-top: 2.60416vw;
}

.news_tj_swiper .swiper-slide .txt h3 a {
    color: #0D0D0E;
    font-family: Poppins;
    font-size: 2.34375vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 2.083vw;
}

.news_tj_swiper .swiper-slide .txt .desc {
    color: #676767;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.news_tj_swiper .qie {
    position: absolute;
    left: calc(52.24% + 3.125vw);
    bottom: 0px;
    z-index: 99;
    display: flex;
    align-items: center;
}

.news_tj_swiper .swiper-button-next3,
.news_tj_swiper .swiper-button-prev3 {
    position: relative;
    width: 3.5416vw;
    height: 3.5416vw;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0;
    font-size: 14px;
    color: #000;
    outline: none;
    border: none;
    background: #fff;
    z-index: 99;
    border-radius: 0%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.news_tj_swiper .swiper-button-prev3 {
    margin-right: 10px;
}

.news_tj_swiper .swiper-button-next3 {
    margin-right: 10px;
}

.cate-list2 li {
    position: relative;
    margin-left: 4.166vw;
}

.cate-list2 li a {
    display: block;
    color: #101010;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
}

.cate-list2 li a:hover,
.cate-list2 li a.active {
    color: #437AF6;
}


/*  新闻列表 */

.news-lists2 {
    position: relative;
    margin: 0 -21px;
}

.news-lists2 li {
    position: relative;
    background: transparent;
    width: calc(33.33% - 42px);
    margin: 0 21px 42px 21px;
    border-radius: 18px;
    overflow: hidden;
}

.news-lists2 li a {
    display: block;
}

.news-lists2 li .img img {
    display: block;
    width: 100%;
}

.news-lists2 li .txt {
    position: relative;
    padding: 30px 30px 20px 30px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.news-lists2 li .txt h3 {
    color: #141414;
    text-align: justify;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    margin-bottom: 10px;
}

.news-lists2 li .txt .ppo {
    color: #6E6E6E;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 2.60416vw;
}

.news-lists2 li .txt .dtime span {
    color: #323232;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news-lists2 li .txt .dtime .morex {
    color: #686868;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.news-lists2 li .txt .dtime .morex i {
    background: url(//wm.cdn.cn86.cn/boguansuliao/2025/09/84b2c0b3cd0edrmv.png) no-repeat center;
    width: 8px;
    height: 11px;
    margin-left: 10px;
    display: inline-block;
}

.news-lists2 li:hover .txt {
    background-color: #F7F9FA;
}

.news-lists2 li:hover .txt h3 {
    color: #437AF6;
}

.news-lists2 li:hover .txt .dtime .morex {
    color: #437AF6!important;
}

.news-lists2 li:hover .txt .dtime .morex i {
    background-image: url(//wm.cdn.cn86.cn/boguansuliao/2025/09/cda34ac6d0coiddg.png);
}


/* 联系我们 */

.contact1 {
    position: relative;
    padding-top: 8.333vw;
    padding-bottom: 3.125vw;
}

.contact-title1 {
    margin-bottom: 3.125vw;
}

.contact-title1 h2 {
    color: #0D0D0E;
    text-align: center;
    font-family: Poppins;
    font-size: 3.02083vw;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    max-width: 90%;
    margin: 0 auto;
    line-height: 1.2;
}

.c-photo-list {
    position: relative;
    border-radius: 2.60416vw;
    background: #FFF;
    padding: 3.125vw 20px;
}

.c-photo-list li {
    position: relative;
    text-align: center;
    flex: 1;
}

.c-photo-list li .img {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 2.083vw;
}

.c-photo-list li .img img {
    max-height: 40px;
}

.c-photo-list li h3 {
    color: #171717;
    text-align: center;
    font-family: Poppins;
    font-size: 2.1875vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px;
}

.c-photo-list li .p {
    color: #676767;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.c-map {
    position: relative;
    margin-top: 42px;
    overflow: hidden;
    margin-bottom: 3.125vw;
    border-radius: 2.60416vw;
    text-align: center;
}

.c-map p img,
.c-map p iframe{
    width: 100%;
}

.c-message {
    position: relative;
    background-color: #fff;
    padding-top: 6.25vw;
    padding-bottom: 3.125vw;
}

.lx-title {
    margin-bottom: 3.125vw;
}

.lx-title h3 {
    color: #0D0D0E;
    text-align: center;
    font-family: Poppins;
    font-size: 2.70833vw;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.form-submit2 .form-input.captcha {
    position: relative;
}

.form-submit2 .form-input.captcha img {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 48px;
}

.form-submit2 .form-control {
    padding: 2.2rem 40px 2.2rem 2rem;
    border-radius: 10px;
    background: #F7F9FA;
    border: none;
    color: #A7A7A7;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
}

.form-submit2 .x-submit {
    width: 378px;
    height: 70px;
    border-radius: 10px;
    background: #437AF6;
    color: #F7F9FA;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border: none;
    outline: 0;
    margin: 0 auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.form-submit2 .x-submit:hover {
    background: var(--main-theme-color);
    color: #fff
}


/* 媒体查询 */

@media (max-width: 1500px) {
    .number2 li {
        width: 280px;
    }
}

@media (max-width: 1400px) {
    .number2 li {
        width: 250px;
    }
}

@media (max-width: 1280px) {
    .product-group {
        padding-left: 4.166vw;
        padding-right: 4.166vw;
    }
    .product-group li .txt h3 {
        font-size: 24px;
    }
    .number2 {
        margin: 0 -15px;
    }
    .number2 li {
        width: calc(25% - 30px);
        margin: 0 15px 20px 15px;
    }
    .about2 {
        background-size: 100% 50%;
    }
    .foot-item2 {
        width: 100%;
    }
    .foot-item1 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .section2{
        padding: 40px 20px 40px;
    }
    .sec2-left{
        width: 100%;
        margin-bottom: 30px;
    }
    .number li{
        margin-top: 20px;
    }
    .number li h3 i,
    .number li h3 span{
        font-size: 26px;
    }
    .number li p{
        font-size: 14px;
    }

    .part3 .m_map{
        width: 100%;
        position: initial;
    }
    
    .part3 .m_map .pc{
        display: none;
    }
    .part3 .m_map .m{
        display: block;
    }
    .part3 .m_map .points{
        display: none;
    }


    .product-swiper .swiper-slide{
        padding: 20px;
    }
    .product-swiper .swiper-slide .img{
        padding-bottom: 120px;
    }

    .hm-title h3{
        font-size: 30px;
    }
    .section4{
        padding: 40px 0;
    }
    .hm_news_list{
        margin: 0 0;
    }
    .hm_news_list li{
        width: calc(100% - 0px);
        margin: 0 0px 30px 0px;
    }
    .hm_news_list li .txt{
        padding: 20px 20px 20px 20px;
    }
    .hm_news_list li .txt h3{
        font-size: 20px;
    }
    .hm_news_list li .txt .ppo{
        font-size: 14px;
    }
    .hm_news_list li:last-child{
        margin-bottom: 0px;
    }
    .btn3{
        width: 150px;
        line-height: 45px;
    }
    .hm-title3{
        padding-left: 15px;
        padding-right: 15px;
    }
    .hm-title3 h3{
        font-size: 30px;
    }
    .hm-title3 .p1{
        font-size: 14px;
    }
    .hm-title3 .p2 a{
        width: 150px;
        line-height: 45px;
    }

    .product-swiper .swiper-slide .txt h3{
        font-size: 24px;
    }

    .elementor-thumbnails-swiper {
        height: 380px;
    }
    .product-detail-wrap {
        display: flex;
        flex-direction: column-reverse;
    }
    .product-detail-ll {
        float: none;
        width: 100%;
    }
    .product-detail-rr {
        float: none;
        width: 100%;
    }
    .product-group li {
        flex: 0 0 50%;
        margin-bottom: 20px;
    }
    .product-group li:nth-child(2n-1) {
        border-left: none;
    }
    .product-group li .txt .pp3 {
        line-height: 40px;
        font-size: 14px;
    }
    .news-lists2 li {
        width: calc(50% - 42px);
        margin: 0 21px 42px 21px;
    }
    .c-photo-list li h3 {
        margin-bottom: 15px;
    }
    .c-photo-list li .p {
        font-size: 16px;
    }
    .cate-list2 li {
        margin-left: 2.083vw;
    }
    .cate-list2 li a {
        font-size: 16px;
    }
    .n-photo-list1 li {
        padding: 20px 0;
    }
    .n-photo-list1 li h3 {
        font-size: 20px;
    }
    .n-photo-list1 li .pp {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .section1{
        padding: 40px 0;
    }
    .product-swap{
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 30px;
    }
    .product-swiper .swiper-slide .img{
        padding-bottom: 60px;
    }
    .product-swap .swiper-button-next2, 
    .product-swap .swiper-button-prev2{
        display: none!important;
    }

    .btn2{
        width: 110px;
        line-height: 38px;
        font-size: 14px;
    }
    .hm-title3{
        margin-bottom: 30px!important;
    }
    .hm-title3 h3{
        font-size: 26px;
    }
    .hm-title3 .p1{
        line-height: 1.3;
        font-size: 12px;
    }
    .hm-title3 .p1 br{
        display: none;
    }

    .hm-title h3{
        font-size: 26px;
    }
    .hm-title p{
        font-size: 14px;
    }
    .hnews-wap{
        margin-top: 30px;
    }
    .product-contentx h1 {
        font-size: 24px;
    }
    .elementor-thumbnails-swiper {
        height: 280px;
    }
    .ele-aa {
        width: calc(100% - 115px);
    }
    .ele-bb {
        width: 100px;
    }
    .nei-cates {
        padding: 40px 0;
    }
    .nei-cates h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .nei-cates .fenlei a {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-group {
        padding: 30px 15px;
    }
    .product-group li {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .product-group li:nth-child(2n-1) {
        padding-left: 10px;
    }
    .product-group li .img {
        padding-bottom: 60px;
    }
    .top-mid-flex {
        height: 60px;
    }
    .logo a img {
        max-height: 50px;
    }
    .news-lists2 li {
        width: calc(100% - 42px);
        margin: 0 21px 42px 21px;
    }
    .foot {
        margin-bottom: 70px;
    }
    .foot-middle {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .foot-share {
        justify-content: flex-start;
        padding-bottom: 0px;
        margin-top: 20px;
    }
    .foot-banq {
        padding: 20px 0;
    }
    .contact-title1 h2 {
        font-size: 24px;
    }
    .form-submit2 .x-submit {
        width: 100%;
        height: 60px;
        font-size: 16px;
    }
    .lx-title h3 {
        font-size: 24px;
    }
    .form-submit2 .form-control {
        font-size: 15px;
    }
    .c-photo-list {
        padding: 30px 15px 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }
    .c-photo-list li {
        flex: inherit;
        width: 100%;
        margin-bottom: 30px;
    }
    .c-photo-list li h3 {
        font-size: 18px;
    }
    .c-photo-list li .p {
        font-size: 14px;
    }
    .c-map {
        margin-bottom: 0px;
    }
    .c-message {
        padding-top: 40px;
    }
    .contact-title1 {
        margin-bottom: 30px;
    }
    .news_tj_swiper .swiper-slide {
        display: block;
    }
    .news_tj_swiper .swiper-slide>* {
        width: 100%!important;
    }
    .news_tj_swiper .swiper-slide .txt {
        padding: 30px 20px;
    }
    .news_tj_swiper .swiper-slide .txt h3 a {
        font-size: 20px;
    }
    .news_tj_swiper .qie {
        position: relative;
        left: 20px;
    }
    .news_tj_swiper .swiper-button-next3,
    .news_tj_swiper .swiper-button-prev3 {
        width: 40px;
        height: 40px;
    }
    .news-tj-wrap {
        padding: 40px 0;
    }
    .gsjj-title h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }
    .about3-left {
        width: 100%;
    }
    .about3-right {
        width: 100%;
    }
    .about3 {
        padding: 50px 0 30px;
    }
    .about3-title h3 {
        font-size: 24px;
    }
    #certify .swiper-button-prev,
    #certify .swiper-button-next {
        font-size: 14px;
    }
    .mt-50 {
        margin-top: 30px!important;
    }
    .about1 {
        padding: 40px 0;
    }
    .about2 {
        background-size: 100% 20%;
    }
    .about4 {
        padding: 40px 0;
    }
    .number2 {
        margin: 0 -10px;
    }
    .number2 li {
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px;
        padding: 20px;
    }
    .number2 li h3 i,
    .number2 li h3 span {
        font-size: 24px;
    }
    .about3-title p {
        font-size: 14px;
    }
    #certify .swiper-container {
        padding-top: 30px;
    }

    .btn3,
    .hm-title3 .p2 a{
        font-size: 14px;
        width: 130px;
        line-height: 40px;
    }
    
    .ft-saleshotline>h2 a,
    .ft-mail-con a{
        font-size: 20px;
    }
    .hm_news_list li .txt .dtime span{
        font-size: 14px;
    }
    .hm_news_list li .txt .ppo{
        margin-bottom: 20px;
    }
    .hm_news_list li .txt .dtime .morex{
        font-size: 15px;
    }

}

@media (max-width: 500px) {
    .foot-banq {
        font-size: 14px;
    }
    .foot-banq a {
        font-size: 14px;
    }
    .foot-banq .sitemap a:first-child {
        padding-left: 0px;
    }
    .foot-banq .sitemap a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .about-more{
        margin-top: 30px;
    }

}


/* 媒体查询 */

@media (min-width: 1921px) {
    .container-fluid,
    .home-banner .swiper-slide .v_cover .v_con,
    .max1680 {
        max-width: 100%;
        width: 87.5%;
    }
    .max1560{
        max-width: 100%;
        width: 81.25%;
    }


    .x-menu>li {
        margin-left: 30px;
        margin-right: 30px;
    }
    .hm-title h3,.hm-title3 h3,.gsjj-title h2,.about3-title h3,.about3-title h3{
        font-size: 58px;
    }
    .contact-title1 h2{
        font-size: 58px;
        max-width: 75%;
    }
    .c-photo-list li h3{
        font-size: 42px;
    }

    .number li h3 i,
    .number li h3 span,.product-contentx h1,
    .news_tj_swiper .swiper-slide .txt h3 a{
        font-size: 48px;
    }

    .r3 .inner .mid #cirItems .list>li h3{
        font-size: 30px!important
    }
    .r3 .inner .mid #cirItems .list>li p{
        font-size: 16px!important;
    }
    .number2 li h3 i,.number2 li h3 span{
        font-size: 68px;
    }
    .number2 li p{
        padding-top: 80px;
    }
    .about3-left{
        padding-right: 140px;
    }
    .news_tj_swiper .swiper-button-next3, .news_tj_swiper .swiper-button-prev3{
        width: 68px;
        height: 68px;
    }

    .lx-title h3{
        font-size: 52px;
    }

}


/*  */

.pictureSlider {
	height: 498px;
	margin: 50px auto;
	position: relative;
	overflow: hidden;
}

/* 按钮样式 */
.zturn-prev, .zturn-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	border: none;
	color: #fff;
	font-family: Poppins;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	z-index: 999;
	transition: background 0.3s;
}

.zturn-prev:hover, .zturn-next:hover {
	color: #fff;
}

.zturn-prev {
	left: 11.4583vw;
}

.zturn-next {
	right: 11.4583vw;
}

.poster-item {
	width: 850px;
	height: 498px;
	border-radius: 18px;
	transition: all .5s;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
}

.for_btn {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 18px;
	overflow: hidden;
}

.poster-item img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 18px;
}

/* 黑色遮罩层 */
.poster-item .mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0);
 /* 默认透明 */
	border-radius: 18px;
	pointer-events: none;
	transition: background .5s;
}

/* 小屏幕适配 */
@media (max-width: 768px) {
	.pictureSlider {
		height: 211px;
		margin: 30px 0;
	}

	.poster-item {
		width: 360px;
		height: 211px;
	}

	.zturn-prev, .zturn-next {
		font-size: 14px;
	}

	.zturn-prev {
		left: 20px;
	}

	.zturn-next {
		right: 20px;
	}
}