.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;
}

.max1720 {
    max-width: 1720px;
    width: 94%;
    margin: 0 auto;
}

.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;
}


/*  */
@media(min-width: 769px) {
    .sun-delay0 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .sun-delay1 {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .sun-delay2 {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .sun-delay3 {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }

    .sun-delay4 {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }

    .sun-delay5 {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }

    .sun-delay6 {
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }

    .sun-delay7 {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }

    .sun-delay8 {
        -webkit-transition-delay: 1.8s;
        transition-delay: 1.8s;
    }

    .sun-delay9 {
        -webkit-transition-delay: 2s;
        transition-delay: 2s;
    }

    .sun-delay10 {
        -webkit-transition-delay: 2.2s;
        transition-delay: 2.2s;
    }

    .sun-ani-left,
    .sun-ani-down,
    .sun-ani-up,
    .sun-ani-right {
        opacity: 0;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .7s;
        transition-duration: .7s;
    }

    .sun-ani-left {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    .sun-ani-down {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    .sun-ani-up {
        -webkit-transform: translateY(-200px);
        transform: translateY(200px);
    }

    .sun-ani-right {
        -webkit-transform: translatex(100px);
        transform: translatex(100px);
    }

    .actives .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .active .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .active .sun-ani-down {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .active .sun-ani-up,
    .active2 .sun-ani-up {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .active .sun-ani-right {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }

    .active2 .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .active2 .sun-ani-right {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }

}



/* header */
.header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}

.fp-viewing-page1 .header {
    opacity: 1;
}

.top-mid-flex {
    height: 80px
}

.logo {
    position: relative;
    width: 20%;
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
}

.header-ss {
    margin-left: 1.5vw;
    position: relative;
    width: 36px;
    height: 36px
}

.header-ss .ss_btn {
    width: 24px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(//wm.cdn.cn86.cn/tangshanhanheng/2026/08/54e3cb1dd5fpxjwd.png) no-repeat center;
    cursor: pointer
}

.search-box {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    display: none;
    background: #fff;
    padding: 16px 20px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%)
}

.header-ss .ss-search {
    width: 220px;
    position: relative;
    background: #fff;
    border: 1px solid var(--main-theme-color);
    display: flex
}

.header-ss .ss-search input {
    height: 34px;
    line-height: 34px;
    outline: 0;
    border: none;
    font-size: 0
}

.header-ss .ss-search #keyword {
    width: calc(100% - 50px);
    padding-left: 10px;
    color: #000;
    font-size: 14px
}

.header-ss .ss-search #s_btn {
    width: 50px;
    background-color: var(--main-theme-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(//wm.cdn.cn86.cn/tangshanhanheng/2026/08/54e3cb1dd5fpxjwd.png)
}


.x-menu {
    position: relative
}

.x-menu>li {
    position: relative;
    text-align: center
}

.x-menu>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    height: 80px;
    line-height: 80px;
    font-weight: 400;
    text-transform: uppercase;
}

.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;
    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: 100vw;
    height: 100vh;
    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: 100vw;
    height: 100vh;
}

.home-banner .swiper-pagination1 {
    width: 100%;
    margin: 0 auto;
    bottom: 2%;
    left: 0;
    right: 0;
    top: initial;
    transform: none;
    display: flex;
    justify-content: center;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 50%;
    color: #2a2a2a;
    font-size: 14px;
    margin: 0 5px !important;
    transition: width .3s ease;
    opacity: 1;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: var(--main-theme-color);
    color: #fff;
}

.bmorew {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8%;
    z-index: 99;
    width: 100%;
}

.bmore {
    color: #ffffff;
    font-size: 1.51041666666667vw;
    text-align: right;
    position: relative;
}

.bmore::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -47px;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background-color: rgb(7, 73, 208);
    z-index: -1;
}


.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}

.home-banner .swiper-button-next1,
.home-banner .swiper-button-prev1 {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    font-size: 0;
    outline: none;
    border: none;
    background: none;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.home-banner .swiper-button-prev1 {}

.home-banner .swiper-button-next1 {}

.home-banner .swiper-button-prev1:hover {
    background-color: var(--main-theme-color);
}

.home-banner .swiper-button-next1:hover {
    background-color: var(--main-theme-color);
}


/* about */
.about-index {}

.about-left {
    width: 41%;
}

.about-left .at1 {
    color: #313131;
    font-size: 2.76041666666667vw;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

.about-left .abw {
    margin: 3.6vw 0;
}

.about-left .abw p {
    color: #313131;
    font-size: 18px;
    line-height: 2.05;
}

.about-left .abmore a {
    display: flex;
    align-items: center;
}

.about-left .abmore a b {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #0749d0 url(//wm.cdn.cn86.cn/tangshanhanheng/2026/08/c92bf752d8ltzifa.png) no-repeat center;
}

.about-left .abmore a span {
    color: #2b2b2b;
    font-size: 16px;
    margin-left: 1vw;
}

.about-right {
    width: 53.14%;
}

.about-right img {
    width: 100%;
}


/* section3 */
.section3 {
    background-size: 100% 100%;
}

.ptitle {
    color: #313131;
    font-size: 2.44791666666667vw;
    font-weight: 600;
}

.productSwiper {
    overflow: hidden;
    margin-top: 5.2vw;
    position: relative;
}

.pprev {
    background: #989898 url(//wm.cdn.cn86.cn/tangshanhanheng/2026/08/10a2df211foywwxn.png) no-repeat center;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.pprev:hover {
    background: #0749d0 url(//wm.cdn.cn86.cn/tangshanhanheng/2026/08/10a2df211foywwxn.png) no-repeat center;
}

.pnext {
    background: #989898 url(//wm.cdn.cn86.cn/tangshanhanheng/2026/08/2794f4ffb5tenaut.png) no-repeat center;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
}

.pnext:hover {
    background: #0749d0 url(//wm.cdn.cn86.cn/tangshanhanheng/2026/08/2794f4ffb5tenaut.png) no-repeat center;
}

.productSwiper .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    background: #fff;
    border-radius: 40px;
}

.productSwiper .swiper-slide .img {
    position: relative;
}

.productSwiper .swiper-slide .img img {
    max-width: 100%;
}

.productSwiper .swiper-slide .wza {
    font-size: 5.26vw;
    color: rgba(49, 49, 49, 0.1);
    font-weight: 600;
    line-height: 1;
    position: relative;
    text-align: center;
}

.productSwiper .swiper-slide .text {
    color: #313131;
    font-size: 1.09375vw;
    width: 63.3%;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 31px;
    background: #fff;
    margin: 0 auto;
    margin-top: 2.7vw;
    font-weight: 600;
}

.productSwiper .swiper-slide:hover::before {
    background: #0749d0;
}

.productSwiper .swiper-slide:hover .wza {
    color: rgba(255, 255, 255, .1);
}

.productSwiper .swiper-slide:hover .text {
    background: #0749d0;
    color: #fff;
}


/* section4 */
.section4 {
    background-size: 100% 100%;
}

.partners-left {
    width: 46%;
}

.partners-left .pt {
    color: #313131;
    font-size: 2.76041666666667vw;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
}

.partners-left .pw {
    margin-top: 4.6875vw;
}

.partners-left .pw p {
    color: #313131;
    font-size: 18px;
    line-height: 2.166;
}

.partners-right a span {
    background: #0749d0 url(//wm.cdn.cn86.cn/tangshanhanheng/2026/08/c92bf752d8ltzifa.png) no-repeat center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
}


/* news */
.section5::before {
    content: '';
    position: absolute;
    background: url(//wm.cdn.cn86.cn/tangshanhanheng/2026/08/a45aca51c5ofdlxp.png) no-repeat bottom center;
    background-size: 100% 100%;
    height: 347px;
    width: 93.33333333333333vw;
    right: 0;
    bottom: 2vw;
}

.news-bg {}

.nsort {
    margin-bottom: 2vw;
}

.nsort li {
    border: 1px solid #3a3a3a;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 40px;
    width: 10.46%;
    margin-left: 1.354vw;
}

.nsort li:first-child {
    margin-left: 0;
}

.nsort li a {
    display: block;
    color: #3b3b3b;
    font-size: 16px;
}

.nsort li:hover {
    background: #0749d0;
    border: 1px solid #0749d0;
}

.nsort li:hover a {
    color: #fff;
}

.nlist1 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 24px;
    align-items: stretch;
    position: relative;
}

.nlist1 li {
    background: #eeeeee;
    padding: 35px 25px;
    border-radius: 10px;
}

.nlist1 li .img img {
    width: 100%;
}

.nlist1 li .wza {
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.555;
    margin: 1.5vw 0;
}

.nlist1 li .wzb .nmore {
    width: 81px;
    height: 81px;
    border-radius: 50%;
    background: rgba(7, 73, 208, 1) url(//wm.cdn.cn86.cn/tangshanhanheng/2026/08/c92bf752d8ltzifa.png) no-repeat center;
}

.nlist1 li .wzb .date {
    color: #3a3a3a;
    font-size: 28px;
    font-weight: 600;
}

.nlist1 li:hover .wza {
    color: #0749d0;
}

/* foot */
.footbg {
    background: #282828;
    padding-top: 4.6875vw;
}

.footindex {
    margin-bottom: 3.65vw;
}

.footl {
    width: 30.52%;
}

.ft {
    border-bottom: 1px solid rgba(111, 111, 111, 0.62);
    padding: 1.5vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.ft b {
    color: #fff;
    font-size: 3.28125vw;
    text-transform: uppercase;
}

.flx {
    margin-top: 4.6875vw;
}

.flx p {
    color: #ffffff;
    font-size: 18px;
    line-height: 2.5;
}

.flist {
    margin-top: 1.2vw;
}

.flist li {
    margin-right: 10px;
}

.flist li:last-child {
    margin-right: 0;
}

.flist li .img img {
    max-width: 100%;
}

.footr {
    width: 51.74%;
}

.wd-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2.6vw;
}

.foo-nav p {
    margin-bottom: 1.4vw;
}

.foo-nav a {
    display: block;
    color: rgba(255, 255, 255, .62);
    font-size: 16px;
}

.foo-nav a:hover {
    color: #0749d0;
}

.copindex {
    border-top: 1px solid rgba(255, 255, 255, .22);
    padding: 20px 0;
    color: rgba(255, 255, 255, .48);
    font-size: 16px;
    text-transform: uppercase;
}

.copindex a {
    color: rgba(255, 255, 255, .48);
}

@media(max-width:1440px) {
    .bmore::before {
        width: 60px;
        height: 60px;
        margin-top: -30px;
    }

    .x-menu>li>a {
        font-size: 16px;
    }

    .about-left .abw {
        margin: 1vw 0;
    }

    .about-left .abw p {
        font-size: 16px;
    }

    .about-left .abmore a b {
        width: 60px;
        height: 60px;
    }

    .partners-left .pw {
        margin-top: 2vw;
    }

    .partners-left .pw p {
        font-size: 16px;
    }

    .partners-right a span {
        width: 60px;
        height: 60px;
    }

    .nsort li {
        height: 50px;
    }

    .nlist1 li {
        padding: 20px 15px;
    }

    .nlist1 li .wzb .nmore {
        width: 60px;
        height: 60px;
    }

    .nlist1 li .wzb .date {
        font-size: 18px;
    }

    .flx {
        margin-top: 2vw;
    }

    .flx p {
        font-size: 16px;
    }
}

@media(max-width:1366px) {
    .x-menu>li>a {
        font-size: 15px;
    }

    .section5::before {
        height: 150px;
    }
}

@media(max-width:1200px) {
    .about-left .abw p {
        font-size: 14px;
    }

    .about-left .abmore a b {
        width: 40px;
        height: 40px;
    }

    .productSwiper .swiper-slide::before {
        border-radius: 20px;
    }

    .productSwiper .swiper-slide .img {
        width: 80%;
        margin: 0 auto;
    }

    .productSwiper .swiper-slide .text {
        height: 40px;
    }

    .partners-left .pw p {
        font-size: 14px;
    }

    .partners-right a span {
        width: 40px;
        height: 40px;
    }

    .nsort li {
        height: 40px;
    }

    .nsort li a {
        font-size: 14px;
    }

    .nlist1 li .wzb .nmore {
        width: 40px;
        height: 40px;
    }

    .flx p {
        font-size: 14px;
    }

    .foo-nav a {
        font-size: 14px;
    }

    .copindex {
        font-size: 14px;
    }
}

/* mobile */
@media (max-width: 1025px) {

    .fp-tableCell {
        height: auto !important;
    }

    .fp-section {
        height: auto !important;
    }

    #fp-nav {
        display: none;
    }

    .fix-copyright {
        display: none;
    }

    .section2,
    .section3,
    .section4,
    .section5,
    .section6 {
        padding: 40px 0;
    }



    .home-banner {
        width: 100%;
        height: 100%;
    }

    .home-banner .swiper-slide a>img {
        width: 100%;
        height: 100%;
    }

    .bmore {
        font-size: 14px;
    }

    .bmore::before {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .about-left .abw p {
        font-size: 14px;
    }

    .about-left .abmore a span {
        font-size: 14px;
    }

    .ptitle {
        font-size: 24px;
    }

    .productSwiper .swiper-slide .text {
        font-size: 14px;
    }

    .nsort li {
        width: 16%;
    }

    .nlist1 li .wza {
        font-size: 16px;
    }

    .nlist1 li .wzb .date {
        font-size: 14px;
    }

    .ft b {
        font-size: 20px;
    }

    .ft img {
        max-width: 20px;
        width: 100%;
    }
}

@media(max-width:780px) {
    .top-mid-flex {
        height: 50px;
    }

    .logo {
        width: 35%;
    }

    .about-left {
        width: 100%;
    }

    .about-left .at1 {
        font-size: 24px;
    }

    .about-left .abw {
        margin: 15px 0;
    }

    .about-right {
        width: 100%;
        margin-top: 20px;
    }

    .partners-left {
        width: 100%;
    }

    .partners-left .pt {
        font-size: 24px;
    }

    .partners-left .pw p {
        font-size: 13px;
        line-height: 20px;
    }

    .nsort {
        justify-content: center;
        margin: 15px 0;
    }

    .nsort li {
        width: 30%;
    }

    .nlist1 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .section5::before {
        display: none;
    }

    .footbg {
        padding-top: 30px;
    }

    .footl {
        width: 100%;
    }

    .flx {
        margin-top: 10px;
    }

    .ft {
        padding: 15px 0;
    }

    .footr {
        width: 100%;
        display: none;
    }

    .copindex {
        font-size: 13px;
    }
    .section4 {
        background: url(//wm.cdn.cn86.cn/tangshanhanheng/2026/09/fe86d43133kl5pad.jpg) top left no-repeat !important;
        background-size: 100% !important;
        padding: 20px 0 190px 0!important;
        
    }
    .partners-left .pt {
            font-size: 20px;
        }
        .partners-left .pt br {
            display: none;
        }
}