.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-bottom: 0px;
}

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;
}

.max1600 {
    max-width: 1600px;
    width: 90.625%;
    margin: 0 auto;
}

.max1500 {
    max-width: 1500px;
    width: 90.625%;
    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;
}

.max1720 {
    padding-left: 5.20383vw;
    padding-right: 5.20383vw;
    margin: 0 auto;
}

@media (max-width: 1280px) {
    .max1720 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 992px) {
    .max1720 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 768px) {
    .max1720 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 500px) {
    .max1720 {
        padding-left: 18px;
        padding-right: 18px;
    }
}


/* header */

.header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    background-color: #222;
    -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: 58px
}

.header-ss {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.search-box {
    position: relative;
}

.header-ss .ss-search {
    width: 180px;
    position: relative;
    background: #393939;
    display: flex;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.header-ss .ss-search input {
    height: 40px;
    line-height: 40px;
    outline: 0;
    border: none;
    font-size: 0
}

.header-ss .ss-search #keyword {
    width: calc(100% - 50px);
    padding-left: 10px;
    color: #fff;
    font-size: 14px
}

.header-ss .ss-search #s_btn {
    width: 50px;
    background: url(//wm.cdn.cn86.cn/hbdexianjs/2025/11/d7149d308eitzrsa.png) no-repeat center;
}

.x-menu {
    position: relative
}

.x-menu>li {
    position: relative;
    text-align: center
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #fff;
    height: 100px;
    line-height: 100px;
    text-transform: uppercase;
    font-weight: 400
}

.x-menu>li:hover>a {
    color: var(--main-theme-color)!important
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    top: 100%;
    display: none;
    width: 200px;
    left: -50px;
    background: #fff;
    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: 22px;
        margin-right: 22px
    }
}


/* 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: 30px;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 10px!important;
    transition: width .3s ease;
    opacity: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: var(--main-theme-color);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}

.w-full {
    width: 100%;
}

.w-1-2 {
    width: 50%;
}

.w-1-3 {
    width: 33.3333%;
}

.w-1-4 {
    width: 25%;
}

@media (max-width: 768px) {
    .w-1-2,
    .w-1-3,
    .w-1-4 {
        width: 100%;
    }
}


/* section1 */

.section1 {
    position: relative;
    padding: 80px 0 40px;
    background: #fff;
}

.section1-top {
    position: relative;
    margin-bottom: 50px;
}

.title1 {
    position: relative;
    padding-right: 1.0416vw;
}

.title1 h3 {
    display: flex;
    align-items: center;
    font-size: 54px;
    color: #333333;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
}

.title1 i.ddi {
    display: inline-block;
    background: url(//wm.cdn.cn86.cn/hbdexianjs/2025/11/0aef436664yodo5b.png) no-repeat;
    margin-left: 20px;
    width: 53px;
    height: 10px;
}

.title1 .pp {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.section1-top .cate1 {
    position: relative;
    padding-left: 65px;
    padding-right: 65px;
}

.cp_swiper {
    overflow: hidden;
}

.cp_swiper .swiper-slide {
    background-color: #000000;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.cp_swiper .swiper-slide a {
    display: block;
    color: #fff;
}

.cp_swiper .swiper-slide a span {
    display: block;
    font-size: 16px;
}

.cate1 .swiper-button-next1,
.cate1 .swiper-button-prev1 {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    font-size: 0;
    outline: none;
    border: none;
    background: none;
    z-index: 99;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.cate1 .swiper-button-prev1 {
    left: 0px;
    background: url(//wm.cdn.cn86.cn/hbdexianjs/2025/11/6985c9c15550loia.png) no-repeat center #000;
}

.cate1 .swiper-button-next1 {
    right: 0px;
    background: url(//wm.cdn.cn86.cn/hbdexianjs/2025/11/b901adfe40pa3dik.png) no-repeat center #000;
}

.cp_swiper .swiper-slide:hover {
    background: #e52129;
}

.cp_swiper .swiper-slide:hover a {
    color: #fff!important;
}

.cp_swiper2 {
    position: relative;
    overflow: hidden;
}

.cp_swiper2 .swiper-slide {
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    border: 1px solid #dcdcdc;
}

.cp_swiper2 .swiper-slide a {
    display: block;
}

.cp_swiper2 .swiper-slide .img img {
    display: block;
    width: 100%;
}

.cp_swiper2 .swiper-slide .txt {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 1.5625vw 0;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
}

.cp_swiper2 .swiper-slide .txt h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1;
}

.cp_swiper2 .swiper-slide .kuan {
    position: absolute;
    top: 2%;
    left: 2%;
    border: #d2201b 3px solid;
    width: 97%;
    height: 97%;
    background: rgba(0, 0, 0, 0);
    z-index: 999;
    opacity: 0;
}

.cp_swiper2 .swiper-slide:hover .kuan {
    opacity: 1;
}


/* section2 */

.section2 {
    position: relative;
    background: #f7f7f7;
    padding: 80px 0;
}

.section2-left {
    position: relative;
    padding-right: 3.6458vw;
    width: 35.75%;
}

.about-more2 {
    margin-top: 20px;
}

.about-more2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222222;
    color: #fff;
    font-size: 16px;
    width: 168px;
    line-height: 46px;
    border-right: 3px solid #d2201b;
}

.about-more2 a i {
    display: block;
    width: 17px;
    height: 14px;
    background: url(//wm.cdn.cn86.cn/hbdexianjs/2025/11/6ee9f82d09rzqso9.png) no-repeat;
    margin-left: 15px;
}

.section2-left .section2-img {
    margin-top: 75px;
}

.section2-left .section2-img img {
    display: block;
    width: 100%;
}

.section2-right {
    position: relative;
    min-width: 1px;
    flex: 1;
}

.cp_swiper3 {
    position: relative;
    overflow: hidden;
}

.cp_swiper3 .swiper-slide {
    position: relative;
}

.cp_swiper3 .swiper-slide a {
    display: block;
}

.cp_swiper3 .swiper-slide .img img {
    display: block;
    width: 100%;
}

.cp_swiper3 .swiper-slide .txt {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px 30px;
    z-index: 99;
}

.cp_swiper3 .swiper-slide .txt h3 {
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff;
    line-height: 1;
}

.cp_swiper3 .swiper-slide .txt .p {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    line-height: 1;
}

.cp_swiper3 .swiper-pagination2 {
    bottom: 20px;
    width: auto;
    left: auto;
    right: 30px;
}

.cp_swiper3 .swiper-pagination2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 0 10px!important;
    transition: width .3s ease;
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.cp_swiper3 .swiper-pagination2 .swiper-pagination-bullet-active {
    background-color: var(--main-theme-color);
}


/**/

.learn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 169px;
    line-height: 47px;
    background: #222222;
    border-right: 3px solid #d2201b;
    font-size: 16px;
    color: #fff;
}

.learn-more i {
    display: block;
    margin-left: 20px;
    width: 17px;
    height: 19px;
    background: url(//wm.cdn.cn86.cn/hbdexianjs/2025/11/ddaddeb1dboazm9h.png) no-repeat;
}


/* section3  */

.section3 {
    position: relative;
    padding-top: 6.25vw;
    padding-bottom: 5.2083vw;
    background: #ffffff;
}

.section3-top {
    position: relative;
    margin-bottom: 30px;
}

.section3-top .cate2 {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.sec3-left {
    position: relative;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 58%;
    z-index: 9;
}

.sec3-left::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 280px;
    height: 180px;
    background: #000;
    content: "";
    z-index: -1;
}

.sec3-left .zjian {
    padding: 30px;
    background: #f7f7f7;
}

.cp_swiper4 {
    position: relative;
    overflow: hidden;
}

.cp_swiper4 .swiper-slide {
    position: relative;
}

.cp_swiper4 .swiper-slide a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cp_swiper4 .swiper-slide .img {
    width: 470px;
}

.cp_swiper4 .swiper-slide .img img {
    display: block;
    width: 100%;
}

.cp_swiper4 .swiper-slide .txt {
    position: relative;
    flex: 1;
    min-width: 1px;
    padding: 10px 30px 20px 50px;
}

.cp_swiper4 .swiper-slide .txt::before {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 20px;
    height: 2px;
    background: #d2201b;
    content: "";
}

.cp_swiper4 .swiper-slide .txt h3 {
    font-size: 36px;
    color: #000000;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 20px;
}

.cp_swiper4 .swiper-slide .txt .p {
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
}

.ssy {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 3.125vw;
}

.ssy .swiper-button-prev3,
.ssy .swiper-button-next3 {
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0;
    width: 50px;
    height: 50px;
    background: #000;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 20px;
    font-size: 0;
    outline: none;
}

.ssy .swiper-button-prev3 {
    background-image: url(//wm.cdn.cn86.cn/hbdexianjs/2025/11/6985c9c15550loia.png);
}

.ssy .swiper-button-next3 {
    background-image: url(//wm.cdn.cn86.cn/hbdexianjs/2025/11/b901adfe40pa3dik.png);
}

.sec3-right {
    flex: 1;
    min-width: 1px;
    position: relative;
    padding-left: 30px;
}

.h-photo-list3 {
    display: flex;
    flex-wrap: wrap;
}

.h-photo-list3 li {
    position: relative;
    width: calc(33.33% - 25px);
    margin-left: 25px;
    margin-bottom: 25px;
}

.h-photo-list3 li a {
    display: block;
    border: 1px solid #e5e5e5;
}

.h-photo-list3 li img {
    display: block;
    width: 100%;
}


/* section4  */

.section4 {
    position: relative;
    padding-top: 60px;
    padding-bottom: 6.875vw;
    background: url(//wm.cdn.cn86.cn/hbdexianjs/2025/11/a8e9146a25myhasp.png) no-repeat;
    background-size: 100% 100%;
}

.hm-title h3 {
    line-height: 1;
    margin: 0px;
    font-size: 54px;
    color: #333333;
    font-weight: 500;
    margin: 0 20px;
    text-transform: uppercase;
}

.hm-title .pp {
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
}

.section4-con {
    margin-top: 50px;
    padding: 0 50px;
    position: relative;
}

.cp_swiper5 {
    position: relative;
    overflow: hidden;
}

.cp_swiper5 .swiper-slide {
    text-align: center;
}

.cp_swiper5 .swiper-slide .img img {
    max-width: 100%;
    height: auto;
}

.section4-con .swiper-button-prev4,
.section4-con .swiper-button-next4 {
    position: absolute;
    top: 50%;
    bottom: auto;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: #000;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    outline: none;
}

.section4-con .swiper-button-prev4 {
    left: 0px;
    background-image: url(//wm.cdn.cn86.cn/hbdexianjs/2025/11/6985c9c15550loia.png);
}

.section4-con .swiper-button-next4 {
    right: 0px;
    background-image: url(//wm.cdn.cn86.cn/hbdexianjs/2025/11/b901adfe40pa3dik.png);
}


/* section5 */

.section5 {
    position: relative;
    padding: 4.6875vw 0;
}

.section5-top {
    position: relative;
    margin-bottom: 30px;
}

.section5-top .cate2 {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.h-news-left {
    position: relative;
}

.news_swiper {
    position: relative;
    overflow: hidden;
}

.news_swiper .swiper-slide {
    position: relative;
}

.news_swiper .swiper-slide a {
    display: block;
}

.news_swiper .swiper-slide .img img {
    display: block;
    width: 100%;
}

.news_swiper .swiper-slide .txt {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    padding: 1.0416vw 3%;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 99;
}

.news_swiper .swiper-slide .txt h3 {
    font-weight: 500;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.h-news-right {
    position: relative;
    padding-left: 40px;
}

.h-news-list2 {
    position: relative;
}

.h-news-list2 li {
    position: relative;
    padding: 35px 30px;
    border-bottom: 1px solid #eaeaea;
    transform: all .3s;
    -webkit-transform: all .3s;
    -moz-transform: all .3s;
    -ms-transform: all .3s;
    -o-transform: all .3s;
}

.h-news-list2 li a {
    display: block;
}

.h-news-list2 li .pu1 {
    background: url(//wm.cdn.cn86.cn/hbdexianjs/2025/11/b8c5f0f119qdhr9j.png) left center no-repeat;
    padding-left: 28px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 5px;
}

.h-news-list2 li .pu2 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #333333;
}

.h-news-list2 li .pu3 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #666666;
}

.h-news-list2 li:hover {
    background-color: #eaeaea;
}

.h-news-list2 li:hover .pu2 {
    color: #d2201b;
}


/* foot */

.foot {
    position: relative;
    background: #000000;
}

.foot-top {
    position: relative;
    padding: 4.6875vw 0;
}

.foot-top .ft-item {
    position: relative;
}

.foot-top .ft-item1 {
    width: 24.5%;
}

.foot-top .ft-item2 {
    width: 18.5%;
}

.foot-top .ft-item3 {
    width: 18.5%;
}

.foot-top .ft-item4 {
    width: 360px;
}

.foot-top .ft-logo {
    max-width: 170px;
    margin: 0 0 20px 0
}

.foot-top .ft-mishu {
    font-size: 16px;
    color: #808080;
    font-family: "arial";
    max-width: 320px;
    line-height: 2.2;
}

.foot-top .bti {
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 20px;
    color: #b2b2b2
}

.foot-top .bti::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 16.66vw;
    height: 1px;
    background: #333333;
    content: "";
    z-index: 1;
}

.foot-top .bti::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 20px;
    height: 1px;
    background: #d2201b;
    content: "";
    z-index: 2;
}

.foot-top .menu {
    padding: 0 0 10px 0
}

.foot-top .menu li>a {
    font-size: 16px;
    color: #808080;
    line-height: 35px;
    text-transform: capitalize;
    display: inline-block;
}

.foot-top .ft-lxwm {
    font-size: 16px;
    color: #808080;
    line-height: 35px;
}

.foot-ewm-list li {
    text-align: center;
    width: calc(33.33% - 10px);
    margin: 10px 5px 20px 5px;
}

.foot-ewm-list li .img img {
    max-width: 100%;
}

.foot-ewm-list li .p {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
}

.foot-share {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.foot-share a {
    display: block;
    margin: 0 20px 0 0;
}

.foot-share a img {
    max-width: 24px;
    opacity: .5;
}

.foot-share a:hover img {
    opacity: .8;
}

.foot-link {
    position: relative;
    padding: 1.5625vw 0;
    border-top: 1px solid #333333;
    font-size: 16px;
    color: #b2b2b2;
    line-height: 20px;
}

.foot-link a {
    font-size: 16px;
    color: #b2b2b2;
}

.foot-link span {
    font-size: 18px;
    text-transform: uppercase;
}

.min1200-hidden {
    display: none!important;
}


/* @media */

@media (max-width: 1360px) {
    .top-mid-flex {
        height: 90px;
    }
    .x-menu>li>a {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 1280px) {
    .logo a img {
        max-height: 40px;
    }
    .title1 h3,
    .hm-title h3 {
        font-size: 45px;
    }
    .cp_swiper .swiper-slide {
        line-height: 50px;
        height: 50px;
    }
    .cate1 .swiper-button-next1,
    .cate1 .swiper-button-prev1 {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    .h-news-list2 li {
        padding: 25px 20px;
    }
    .foot-top .menu li>a,
    .foot-top .ft-lxwm {
        font-size: 14px;
    }
    .foot-top .ft-logo {
        max-width: 120px;
    }
    .section1 {
        padding-top: 60px;
    }
    .section2 {
        padding: 60px 0;
    }
}

@media (max-width: 1200px) {
    .home-banner .swiper-pagination1 {
        bottom: 15px;
    }
    .home-banner .swiper-pagination1 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 992px) {
    .section2-left {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 30px;
    }
    .sec3-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .sec3-right {
        padding-left: 0px;
    }
    .h-photo-list3 li {
        margin: 0 12.5px 20px 12.5px;
    }
    .cp_swiper4 .swiper-slide .img {
        width: 300px;
    }
    .cp_swiper4 .swiper-slide .txt h3 {
        font-size: 28px;
    }
}

@media (max-width:768px) {
    .header {
        position: relative;
    }
    .section1 {
        padding-top: 40px;
    }
    .section2 {
        padding: 40px 0;
    }
    .top-mid-flex {
        height: 65px;
    }
    .logo a img {
        max-height: 30px;
    }
    .foot {
        margin-bottom: 70px;
    }
    .foot-link {
        padding: 15px 0;
    }
    .foot-top .ft-item2,
    .foot-top .ft-item3 {
        display: none!important;
    }
    .foot-top .ft-item1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .h-news-right {
        padding-left: 0px;
        margin-top: 30px;
    }
    .section5-top .cate2 {
        justify-content: flex-start;
        margin-top: 20px;
    }
    .title1 h3,
    .hm-title h3 {
        font-size: 28px;
    }
    .title1 {
        margin-bottom: 20px;
    }
    .cp_swiper4 .swiper-slide .img {
        width: 100%;
        margin-bottom: 20px;
    }
    .cp_swiper4 .swiper-slide .txt {
        padding-left: 25px;
    }
    .cp_swiper3 .swiper-slide .txt {
        padding: 15px 20px;
    }
    .cp_swiper3 .swiper-slide .txt h3 {
        font-size: 18px;
    }
    .cp_swiper3 .swiper-slide .txt .p {
        font-size: 14px;
    }
    .cp_swiper3 .swiper-pagination2 {
        right: 15px;
        bottom: 20px;
    }
    .section2-left .section2-img {
        margin-top: 30px;
    }
    .cp_swiper2 .swiper-slide .txt {
        padding: 15px 0;
    }
}

@media (max-width: 500px) {
    .sec3-left .zjian {
        padding: 20px;
    }
    .cp_swiper4 .swiper-slide .txt h3 {
        font-size: 20px;
    }
    .cp_swiper4 .swiper-slide .txt .p {
        font-size: 14px;
    }
    .ssy .swiper-button-prev3,
    .ssy .swiper-button-next3 {
        width: 40px;
        height: 40px;
    }
    .section3-top .cate2 {
        justify-content: flex-start;
    }
    .foot-top {
        padding: 40px 0;
    }
    .title1 h3,
    .hm-title h3 {
        font-size: 24px;
    }
    .hm-title .pp {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .section1,
    .section2,
    .section3,
    .section4,
    .section5,
    .section6 {
        padding: 40px 0;
    }
    .news_swiper .swiper-slide .txt h3 {
        font-size: 15px;
    }
    .learn-more {
        width: 150px;
        line-height: 45px;
        font-size: 14px;
    }
}