.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;
    }
}


/*fonts */

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy-light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy-regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy-bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Gilroy", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/*  */

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;
}

.max1740 {
    max-width: 1740px;
    width: 90.625%;
    margin: 0 auto;
}

.max1600 {
    max-width: 1600px;
    width: 90.625%;
    margin: 0 auto;
}

.max1580 {
    max-width: 1580px;
    width: 90.625%;
    margin: 0 auto;
}

.max1500 {
    max-width: 1500px;
    width: 90.625%;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    width: 92%;
    margin: 0 auto;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.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%!important;
    }
}

body,
html {
    scroll-behavior: smooth;
}

.pl-80 {
    padding-left: 4.166vw;
}

.pr-80 {
    padding-right: 4.166vw;
}

.pt-80 {
    padding-top: 4.166vw;
}

.pb-80 {
    padding-bottom: 4.166vw;
}

:root {
    --orange: #efb440;
    --orange-dark: #efb440;
    --text: #252525;
    --muted: #686868;
    --light: #f1f4f8;
    --page-width: 1520px;
}

.page-width {
    width: min(var(--page-width), calc(100% - 40px));
    margin-right: auto;
    margin-left: auto;
}


/* header */

.header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    background-color: #fff;
}

.header-container {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

.top-mid-flex {
    height: 120px;
}

.logo {
    position: relative
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
    max-height: 80px;
}

.header-ss {
    margin-left: 1.25vw;
    margin-right: 1.25vw;
    position: relative;
}

.header-ss .ss_btn {
    width: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(//wm.cdn.cn86.cn/wmyqunying/2026/07/5105fdce9eaptbtu.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/mosijianshen/2026/04/161aea4c0dmorjbx.png);
}

.x-menu {
    position: static;
}

.x-menu>li {
    position: relative;
    text-align: center;
}

.x-menu>li>a {
    display: flex;
    font-size: 18px;
    color: #000000;
    height: 120px;
    font-weight: 400;
    position: relative;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.x-menu>li>a i {
    width: 9px;
    height: 5px;
    background: url(//wm.cdn.cn86.cn/raiscomwmy/2026/06/d5ed6c1191cj0hfx.png) no-repeat center;
    opacity: .6;
    color: rgba(255, 255, 255, .4);
    font-weight: normal;
    margin-left: 5px;
}

.x-menu>li>a i::before {
    display: none;
}

.x-menu>li>a::before {
    position: absolute;
    left: 50%;
    top: -5px;
    transform: translateX(-50%);
    width: 0;
    height: 10px;
    border-radius: 30px;
    background: var(--main-theme-color);
    content: "";
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.x-menu>li:hover>a::before,
.x-menu>li.active>a::before {
    width: 100%;
}

.x-menu>li:hover>a,
.x-menu>li.active>a {
    color: var(--main-theme-color)!important;
}

.x-menu>li:hover>a i,
.x-menu>li.active>a i {
    color: var(--main-theme-color)!important;
    background-image: url(//wm.cdn.cn86.cn/raiscomwmy/2026/06/75439e06d8tbroyx.png);
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 280px;
    left: -50%;
    left: 0%;
    top: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0px 0;
}

.x-sub-menu>li>a {
    display: block;
    text-align: left;
    font-size: 15px;
    color: #333;
    line-height: 2;
    padding: .6em .3em .8em 1rem;
}

.x-sub-menu>li>a:hover {
    color: #fff!important;
    background-color: var(--main-theme-color)
}

@media (min-width:1200px) {
    .x-menu>li {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width:1280px) {
    .x-menu>li {
        margin-left: 1.35vw;
        margin-right: 1.35vw
    }
}


/* 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: 2.60416vw;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 2.60416vw;
    height: 3px;
    background: rgba(255, 255, 255, .4);
    margin: 0 10px !important;
    opacity: 1;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background: #fff;
}


/* 进度条 */

.home-banner .swiper-pagination1 .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: var(--progress, 0);
    background: #fff;
    transition: width var(--progress-duration, 0ms) linear;
}


/* 激活态 */

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, .4);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}

.home-banner .swiper-slide .v_cover {
    position: absolute;
    display: flex;
    align-items: center;
    left: 0;
    bottom: 0;
    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;
    z-index: 5;
    text-align: left;
}

.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
}

.home-banner .swiper-slide-active .v_con :nth-child(4) {
    transition-delay: .9s
}

.home-banner .swiper-slide-active .v_con :nth-child(5) {
    transition-delay: 1.1s
}

.home-banner .swiper-slide-active .v_con :nth-child(6) {
    transition-delay: 1.3s
}

.home-banner .swiper-slide-active .v_con :nth-child(7) {
    transition-delay: 1.5s
}

.v_tit_aa {
    color: #fff;
    font-size: 70px;
    margin-bottom: 30px;
    line-height: 1.2;
    max-width: 850px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
}

.v_tit_aa span {
    color: var(--main-theme-color);
}

.v_tit_bb {
    font-size: 24px;
    line-height: 1.5;
    max-width: 850px;
    font-weight: 400;
    margin-bottom: 3.125vw;
    color: rgba(255, 255, 255, 1);
}

.v_tit_cc {
    display: flex;
    align-items: center;
}

.v_tit_cc a {
    padding: 12px 25px 12px 25px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--main-theme-color);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}

.v_tit_cc a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    transition: all 0.4s ease-in-out;
    background-color: var(--sub-theme-color);
    overflow: hidden;
}

.v_tit_cc a:hover span {
    color: #fff!important;
}

.v_tit_cc a span {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    color: #fff!important;
}

.v_tit_cc a:hover::before {
    width: 100%;
    left: 0px;
}

@media (max-width: 1280px) {
    .v_tit_aa {
        font-size: 32px;
        margin-bottom: 15px;
        margin-top: 0;
    }
    .v_tit_bb {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .v_tit_cc {
        line-height: 40px;
    }
}

@media (max-width: 992px) {
    .v_tit_aa {
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    .home-banner .swiper-slide .v_cover .v_con {
        width: 90%;
    }
    .v_tit_aa {
        font-size: 22px;
    }
    .v_tit_dd {
        font-size: 18px;
    }
    .v_tit_bb {
        display: none!important;
    }
}


/* section1 */

.section1 {
    position: relative;
    background-color: #fbfbfb;
    padding: 110px 0 80px;
}

.hm-title {
    position: relative;
}

.hm-title h3 {
    margin: 0;
    font-size: 48px;
    color: #000000;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.hm-title .pp {
    font-size: 20px;
    color: #333333;
    line-height: 1.5;
    font-weight: 300;
    max-width: 1000px;
    margin: 0 auto;
}

.section1-con {
    margin-top: 50px;
}

.section1-swiper {
    position: relative;
}

.section1-swiper .swiper-slide {
    position: relative;
}

.section1-swiper .swiper-slide a {
    display: block;
}

.section1-swiper .swiper-slide .img {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.section1-swiper .swiper-slide .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.section1-swiper .swiper-slide .txt {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 99;
    padding: 35px 20px;
}

.section1-swiper .swiper-slide .txt .p1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #fff;
}

.section1-swiper .swiper-slide:hover .txt .p1 {
    color: var(--main-theme-color);
}

.section1-upp {
    position: relative;
    margin-top: 60px;
}

.section1-upp .swiper-pagination-progressbar {
    background: #f3f3f3;
    position: relative;
    bottom: 0px;
    height: 4px;
    flex: 1;
}

.section1-upp .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--main-theme-color);
}

.section1-upp .swiper-button-next1,
.section1-upp .swiper-button-prev1 {
    position: relative;
    width: 50px;
    height: 50px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0;
    margin: 0 20px 0 0;
    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;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.section1-upp .swiper-button-prev1 {
    background: url(//wm.cdn.cn86.cn/wmyqunying/2026/07/930be4eac8rqvdls.png) no-repeat center #eeeeee;
}

.section1-upp .swiper-button-next1 {
    background: url(//wm.cdn.cn86.cn/wmyqunying/2026/07/3d7bf964b9f6wy4j.png) no-repeat center #eeeeee;
}

.section1-upp .swiper-button-prev1:hover {
    background-color: var(--main-theme-color);
}

.section1-upp .swiper-button-next1:hover {
    background-color: var(--main-theme-color);
}


/* section2 */

.section2 {
    position: relative;
    background: url(//wm.cdn.cn86.cn/wmyqunying/2026/07/3d025eaef3hv9pax.jpg) no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 90px;
}

.section2 .bg {
    position: relative;
    z-index: 1;
}

.section2 .bg img {
    display: block;
    width: 100%;
}

.section2-con {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.hm-title2 {
    margin-bottom: 130px;
}

.hm-title2 h3 {
    color: #fff;
    font-size: 48px;
}

.hm-title2 .pp2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    max-width: 790px;
    color: #fff;
}

.h-photo-list2 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
    margin: 0;
    padding: 0;
}

.h-photo-list2 li {
    position: relative;
    min-width: 0;
    list-style: none;
}

.h-photo-list2 li a {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 240px;
    padding: 20px;
    color: #25252b;
    background: #fff;
    border-radius: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.h-photo-list2 li .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
    background: #f7f7f7;
    border-radius: 5px;
}

.h-photo-list2 li .img img {
    display: block;
    max-width: 30px;
    max-height: 30px;
    object-fit: contain;
}

.h-photo-list2 li .text {
    flex: 1;
}

.h-photo-list2 li .text h3 {
    margin: 0 0 8px;
    color: inherit;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #292c35;
}

.h-photo-list2 li .text .pp {
    color: #505052;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.h-photo-list2 li:hover a {
    color: #fff;
    background: var(--main-theme-color);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.h-photo-list2 li:hover .img {
    background: #fff;
}

.h-photo-list2 li:hover .text * {
    color: #fff!important;
}


/* 中屏 */

@media screen and (max-width: 1280px) {
    .h-photo-list2 {
        gap: 20px;
    }
    .h-photo-list2 li a {
        min-height: 170px;
        padding: 16px;
    }
}


/* 平板 */

@media screen and (max-width: 992px) {
    .h-photo-list2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* 手机 */

@media screen and (max-width: 768px) {
    .h-photo-list2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .h-photo-list2 li a {
        min-height: auto;
        padding: 20px;
    }
    .h-photo-list2 li .text h3 {
        font-size: 16px;
    }
    .h-photo-list2 li .text .pp {
        font-size: 14px;
    }
}


/* 小屏手机 */

@media screen and (max-width: 480px) {
    .h-photo-list2 li a {
        padding: 16px;
    }
}


/* section3 */

.section3 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background-color: #f5f7f8;
}

.section3-con {
    position: relative;
    margin-top: 55px;
}


/* 顶部按钮和进度线 */

.section3-tpp {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
}


/* 左右按钮 */

.section3-tpp .swiper-button-prev3,
.section3-tpp .swiper-button-next3 {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    margin: 0;
    color: #fff;
    background-color: #edaa35;
    border-radius: 50%;
}

.section3-tpp .swiper-button-prev3 {
    margin-right: 30px;
}

.section3-tpp .swiper-button-next3 {
    margin-left: 30px;
}

.section3-tpp .swiper-button-prev3::after,
.section3-tpp .swiper-button-next3::after {
    font-size: 14px;
    font-weight: 700;
}

.section3-tpp .swiper-button-disabled {
    opacity: 0.3;
    background-color: #d9d9d9;
}


/* 中间进度条 */

.section3-tpp .swiper-pagination3 {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    flex: 1;
    width: auto;
    height: 2px;
    background-color: #e1e3e4;
}

.section3-tpp .swiper-pagination-progressbar-fill {
    background-color: #edaa35;
}


/* Swiper主体 */

.section3-swiper {
    position: relative;
    padding-top: 80px;
    max-width: 1500px;
    margin: 0 auto;
}

.section3-swiper .swiper-wrapper {
    align-items: stretch;
}

.section3-swiper .swiper-slide {
    position: relative;
    height: auto;
    text-align: center;
}


/* 进度线上的节点圆点 */

.section3-swiper .swiper-slide::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    z-index: 12;
    width: 10px;
    height: 10px;
    background-color: #edaa35;
    border-radius: 50%;
    transform: translateX(-50%);
}

.section3-swiper .swiper-slide a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    padding: 30px 10px 20px;
    color: #292929;
    border-radius: 7px;
    transition: background-color 0.3s, transform 0.3s;
}

.section3-swiper .swiper-slide .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.section3-swiper .swiper-slide .img img {
    display: block;
    max-width: 26px;
    max-height: 26px;
    object-fit: contain;
}

.section3-swiper .swiper-slide .text {
    width: 100%;
}

.section3-swiper .swiper-slide .text h3 {
    margin: 0;
    color: #333333;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.section3-swiper .swiper-slide .num {
    margin-top: 25px;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    color: rgba(120, 120, 120, 0.2);
}


/* 当前项和鼠标经过 */

.section3-swiper .swiper-slide-active a,
.section3-swiper .swiper-slide:hover a {
    background-color: #fff;
    transform: translateY(-1px);
}

.section3-swiper .swiper-slide-active .img,
.section3-swiper .swiper-slide:hover .img {
    background-color: #edaa35;
}

.section3-swiper .swiper-slide-active .img img,
.section3-swiper .swiper-slide:hover .img img {
    filter: brightness(0) invert(1);
    /* 兼容旧版 Safari 和 iOS */
    -webkit-filter: brightness(0) invert(1);
    /* 兼容旧版 Firefox */
    -moz-filter: brightness(0) invert(1);
    /* 兼容旧版 IE */
    filter: gray;
    /* IE 6-9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
    /* IE 10+ */
}


/* 父级不要建立高层级 */

.section3-tpp {
    z-index: auto;
}


/* 进度线放在底层 */

.section3-tpp .swiper-pagination3 {
    z-index: 1;
}


/* 左右按钮保持最上层 */

.section3-tpp .swiper-button-prev3,
.section3-tpp .swiper-button-next3 {
    z-index: 20;
}


/* Swiper圆点放到进度线上面 */

.section3-swiper {
    z-index: 2;
}

.section3-swiper .swiper-slide::before {
    z-index: 5;
    box-shadow: 0 0 0 3px #f5f7f8;
}


/* 1280px */

@media screen and (max-width: 1280px) {
    .section3 {
        padding: 80px 0;
    }
    .section3-con {
        margin-top: 45px;
    }
    .section3-swiper .swiper-slide a {
        padding-right: 8px;
        padding-left: 8px;
    }
    .section3-swiper .swiper-slide .text h3 {
        font-size: 13px;
    }
}


/* 768px */

@media screen and (max-width: 768px) {
    .section3 {
        padding: 60px 0;
    }
    .section3-con {
        margin-top: 35px;
    }
    .section3-tpp .swiper-button-prev3,
    .section3-tpp .swiper-button-next3 {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
    }
    .section3-tpp .swiper-button-prev3 {
        margin-right: 20px;
    }
    .section3-tpp .swiper-button-next3 {
        margin-left: 20px;
    }
    .section3-tpp .swiper-button-prev3::after,
    .section3-tpp .swiper-button-next3::after {
        font-size: 12px;
    }
    .section3-swiper {
        padding-top: 50px;
        margin: 0 50px;
    }
    .section3-swiper .swiper-slide::before {
        top: -30px;
        width: 8px;
        height: 8px;
    }
    .section3-swiper .swiper-slide a {
        min-height: 150px;
        padding: 20px 10px 16px;
    }
    .section3-swiper .swiper-slide .text h3 {
        font-size: 14px;
    }
    .section3-swiper .swiper-slide .num {
        font-size: 26px;
    }
}


/* 480px */

@media screen and (max-width: 480px) {
    .section3 {
        padding: 45px 0;
    }
    .section3-con {
        margin-top: 28px;
    }
    .section3-swiper .swiper-slide a {
        min-height: 145px;
    }
    .section3-swiper .swiper-slide .img {
        width: 46px;
        height: 46px;
    }
    .section3-swiper .swiper-slide .num {
        margin-top: 12px;
        font-size: 25px;
    }
}


/* section4 */

.section4 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: #fff url(//wm.cdn.cn86.cn/wmyqunying/2026/07/81c545ee9f4fat1w.png) no-repeat right center;
}

.section4-con {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section4-left {
    width: 50%;
}

.section4-left .p1 {
    margin-bottom: 20px;
    color: #000000;
    font-size: 48px;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
}

.section4-left .p2 {
    margin-bottom: 38px;
    color: #333333;
    font-size: 24px;
    line-height: 1.25;
}

.section4-left .p3 {
    color: #666666;
    font-size: 18px;
    line-height: 1.9;
}

.section4-left .p3 p {
    margin: 0 0 6px;
}

.section4-left .p3 p:last-child {
    margin-bottom: 0;
}

.section4-left .p4 {
    margin-top: 80px;
}

.section4-left .p4 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 155px;
    height: 52px;
    padding: 0 24px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    background-color: #edaa35;
    border: 1px solid #edaa35;
    border-radius: 5px;
    transition: color 0.3s, background-color 0.3s;
}

.section4-left .p4 a:hover {
    color: #edaa35;
    background-color: transparent;
}


/* 右侧数据 */

.section4-right {
    position: relative;
    width: 36.7%;
}

.section4-right .number {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 130px;
    row-gap: 98px;
    margin: 0;
    padding: 0;
}

.section4-right .number li {
    position: relative;
    min-width: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #dedede;
}

.section4-right .number li h3 {
    display: flex;
    align-items: flex-start;
    margin: 0 0 5px;
    color: #333333;
    font-size: 0;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.section4-right .number li h3 * {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.section4-right .number li h3 i {
    font-size: 80px;
    line-height: 0.95;
    font-weight: bold;
    color: #333333;
}

.section4-right .number li h3 span {
    margin-top: 3px;
    margin-left: 4px;
    color: inherit;
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    color: #333333;
}

.section4-right .number li p {
    margin: 0;
    color: #555555;
    font-size: 17px;
    line-height: 1.5;
}


/* 第三个数据使用橙色 */

.section4-right .number li:hover h3 * {
    color: var(--main-theme-color);
}


/* 1280px */

@media screen and (max-width: 1280px) {
    .section4 {
        padding: 80px 0;
    }
    .section4-left {
        width: 52%;
        padding-right: 5%;
    }
    .section4-right {
        width: 44%;
    }
    .section4-left .p1 {
        font-size: 30px;
    }
    .section4-left .p2 {
        margin-bottom: 25px;
        font-size: 17px;
    }
    .section4-left .p3 {
        font-size: 13px;
        line-height: 1.9;
    }
    .section4-left .p4 {
        margin-top: 40px;
    }
    .section4-right .number {
        column-gap: 40px;
        row-gap: 45px;
    }
    .section4-right .number li h3 i {
        font-size: 46px;
    }
    .section4-right .number li h3 span {
        font-size: 18px;
    }
}


/* 992px */

@media screen and (max-width: 992px) {
    .section4-con {
        display: block;
    }
    .section4-left,
    .section4-right {
        width: 100%;
    }
    .section4-left {
        padding-right: 0;
    }
    .section4-left .p3 {
        max-width: 760px;
    }
    .section4-left .p4 {
        margin-top: 30px;
    }
    .section4-right {
        margin-top: 55px;
    }
    .section4-right .number {
        column-gap: 50px;
        row-gap: 40px;
    }
}


/* 768px */

@media screen and (max-width: 768px) {
    .section4 {
        padding: 60px 0;
    }
    .section4-left .p1 {
        margin-bottom: 10px;
        font-size: 26px;
    }
    .section4-left .p2 {
        margin-bottom: 22px;
        font-size: 16px;
        line-height: 1.5;
    }
    .section4-left .p3 {
        font-size: 14px;
        line-height: 1.8;
    }
    .section4-left .p4 {
        margin-top: 28px;
    }
    .section4-left .p4 a {
        min-width: 115px;
        height: 42px;
    }
    .section4-right {
        margin-top: 45px;
    }
    .section4-right .number {
        column-gap: 30px;
        row-gap: 35px;
    }
    .section4-right .number li h3 i {
        font-size: 40px;
    }
    .section4-right .number li h3 span {
        font-size: 16px;
    }
    .section4-right .number li p {
        font-size: 12px;
    }
}


/* 480px */

@media screen and (max-width: 480px) {
    .section4 {
        padding: 45px 0;
    }
    .section4-left .p1 {
        font-size: 24px;
    }
    .section4-left .p2 {
        font-size: 15px;
    }
    .section4-left .p3 {
        font-size: 13px;
        line-height: 1.75;
    }
    .section4-right {
        margin-top: 38px;
    }
    .section4-right .number {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 18px;
        row-gap: 30px;
    }
    .section4-right .number li {
        padding-bottom: 12px;
    }
    .section4-right .number li h3 i {
        font-size: 34px;
    }
    .section4-right .number li h3 span {
        margin-left: 2px;
        font-size: 14px;
    }
    .section4-right .number li p {
        font-size: 11px;
    }
}


/* section5 */

.section5 {
    position: relative;
    padding: 140px 0;
    background: url(//wm.cdn.cn86.cn/wmyqunying/2026/07/477a1944eatuabw7.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}

.hm-title5 * {
    color: #fff!important;
}

.section5-left {
    position: relative;
    width: 50%;
}

.section5-right {
    position: relative;
    padding-left: 5.72916vw;
    width: 50%;
}

.section5-message {
    position: relative;
    z-index: 10;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 2.083vw 3.125vw;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.hh-message {
    font-size: 24px;
    color: #010101;
    line-height: 1;
    text-transform: capitalize;
}

.hh-message2 {
    font-size: 18px;
    color: #666666;
    line-height: 1.5;
    text-transform: capitalize;
}

.section5-message .form-input {
    position: relative;
}

.section5-message .form-control {
    display: block;
    width: 100%;
    height: 32px;
    border: 1px solid #e5e8ec;
    color: #8e8e99;
    font-size: 16px;
    line-height: 32px;
    padding: 0 14px;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    background: #f7f9fb!important;
}

.section5-message textarea.form-control {
    height: 82px;
    line-height: 1.6;
    padding-top: 10px;
    resize: none;
}

.section5-message .form-control:focus {
    border-color: var(--main-theme-color);
    background-color: #fff;
    outline: none;
}

.section5-message .form-control::placeholder {
    color: #8d9299;
}

.section5-message .form-input.captcha img {
    height: 28px;
    top: 3px;
    right: 3px;
}

.section5-message .mb-20 {
    margin-bottom: 10px;
}

.section5-message .mb-15 {
    margin-bottom: 0;
}

.section5-message .mt-20 {
    margin-top: 16px;
}

.section5-message .pl-10 {
    padding-left: 10px;
}

.section5-message .pr-10 {
    padding-right: 10px;
}

.section5-message .btn-primary {
    width: 100%;
    height: 36px;
    border: none;
    border-radius: 5px;
    background: var(--main-theme-color)!important;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    padding: 0 24px;
    cursor: pointer;
    box-shadow: none;
    text-transform: uppercase;
}

.section5-message .btn-primary:hover {
    opacity: .9;
}


/* section6 */

.section6 {
    position: relative;
    padding: 120px 0;
    background-color: #f5f7f8;
}

.section6 a {
    color: inherit;
    text-decoration: none;
}


/* 标题 */

.section6 .hm-title6 {
    margin-bottom: 50px;
}

.section6 .hm-title6 h3 {
    margin: 0 0 22px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.section6 .hm-title6>.pp {
    max-width: 760px;
    margin: 0 auto;
    color: #333333;
    font-size: 20px;
    line-height: 1.5;
}


/* 新闻主体 */

.section6-con {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.96fr);
    gap: 60px;
    align-items: start;
}


/* 左侧推荐新闻 */

.hnews_list1>li {
    width: 100%;
}

.hnews_list1>li>a {
    display: block;
}

.hnews_list1 .img {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #e8ebed;
    aspect-ratio: 780 / 385;
}

.hnews_list1 .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hnews_list1 .txt2 {
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr);
    padding-top: 32px;
    align-items: center;
}

.hnews_list1 .ttime {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 25px;
    border-right: 1px solid #d9dddf;
}

.hnews_list1 .ttime span:first-child {
    color: #010b12;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.hnews_list1 .ttime span:last-child {
    margin-top: 8px;
    color: #363636;
    font-size: 18px;
    line-height: 1;
}

.hnews_list1 .txt {
    min-width: 0;
    padding-left: 32px;
}


/* 右侧新闻列表 */

.hnews_list2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hnews_list2>li {
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(20, 30, 40, 0.025);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hnews_list2>li>a {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    min-height: 150px;
}

.hnews_list2 .ttime {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #e6e8e9;
}

.hnews_list2 .ttime span:first-child {
    color: #010b12;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    transition: color 0.3s ease;
}

.hnews_list2 .ttime span:last-child {
    margin-top: 8px;
    color: #363636;
    font-size: 18px;
    line-height: 1;
    transition: color 0.3s ease;
}

.hnews_list2 .txt {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px 38px;
}


/* 公共文字 */

.section6-con h3 {
    margin: 0;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.45;
    transition: color 0.3s ease;
}

.section6-con .txt .pp {
    margin-top: 12px;
    color: #333333;
    font-size: 18px;
    line-height: 1.5;
}


/* 多行省略，项目已有的话可以删除 */

.section6 .clamp1 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.section6 .clamp2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* Hover */

@media (hover: hover) {
    .hnews_list1>li>a:hover .img img {
        transform: scale(1.04);
    }
    .hnews_list1>li>a:hover h3,
    .hnews_list2>li>a:hover h3 {
        color: #e9a02d;
    }
    .hnews_list2>li:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 28px rgba(20, 30, 40, 0.08);
    }
    .hnews_list2>li:hover .ttime span,
    .hnews_list2>li:hover h3,
    .hnews_list2>li>a:hover .ttime span {
        color: #e9a02d;
    }
}


/* 1440px 以下 */

@media screen and (max-width: 1440px) {
    .section6 {
        padding: 90px 0;
    }
    .section6 .max1580 {
        width: min(1200px, calc(100% - 60px));
    }
    .section6-con {
        gap: 38px;
    }
    .hnews_list2 {
        gap: 20px;
    }
    .hnews_list2>li>a {
        grid-template-columns: 125px minmax(0, 1fr);
        min-height: 130px;
    }
    .hnews_list2 .txt {
        padding: 20px 28px;
    }
    .section6-con h3 {
        font-size: 17px;
    }
    .section6-con .txt .pp {
        font-size: 14px;
    }
}


/* 平板 */

@media screen and (max-width: 1100px) {
    .section6 {
        padding: 75px 0;
    }
    .section6 .hm-title6 {
        margin-bottom: 45px;
    }
    .section6-con {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    .hnews_list1 {
        max-width: 760px;
        margin: 0 auto;
    }
    .hnews_list2 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hnews_list2>li>a {
        grid-template-columns: 115px minmax(0, 1fr);
        height: 100%;
    }
    .hnews_list2>li:last-child {
        grid-column: 1 / -1;
    }
}


/* 手机横屏、小平板 */

@media screen and (max-width: 768px) {
    .section6 {
        padding: 60px 0;
    }
    .section6 .max1580 {
        width: calc(100% - 40px);
    }
    .section6 .hm-title6 {
        margin-bottom: 35px;
    }
    .section6 .hm-title6 h3 {
        margin-bottom: 15px;
        font-size: 28px;
    }
    .section6 .hm-title6>.pp {
        font-size: 14px;
        line-height: 1.6;
    }
    .hnews_list1 .txt2 {
        grid-template-columns: 82px minmax(0, 1fr);
        padding-top: 24px;
    }
    .hnews_list1 .ttime {
        padding-right: 18px;
    }
    .hnews_list1 .ttime span:first-child,
    .hnews_list2 .ttime span:first-child {
        font-size: 32px;
    }
    .hnews_list1 .txt {
        padding-left: 22px;
    }
    .hnews_list2 {
        display: flex;
        gap: 16px;
    }
    .hnews_list2>li:last-child {
        grid-column: auto;
    }
    .hnews_list2>li>a {
        grid-template-columns: 100px minmax(0, 1fr);
        min-height: 120px;
    }
    .hnews_list2 .txt {
        padding: 20px;
    }
}


/* 手机 */

@media screen and (max-width: 520px) {
    .section6 {
        padding: 48px 0;
    }
    .section6 .max1580 {
        width: calc(100% - 30px);
    }
    .section6 .hm-title6 {
        margin-bottom: 30px;
    }
    .section6 .hm-title6 h3 {
        font-size: 24px;
    }
    .section6-con {
        gap: 32px;
        display: block;
    }
    .hnews_list1 .img {
        /* aspect-ratio: 4 / 3; */
    }
    .hnews_list1 .txt2 {
        display: block;
        padding-top: 18px;
    }
    .hnews_list1 .ttime {
        flex-direction: row;
        align-items: baseline;
        gap: 8px;
        padding: 0 0 12px;
        border-right: 0;
        border-bottom: 1px solid #d9dddf;
    }
    .hnews_list1 .ttime span:first-child {
        font-size: 28px;
    }
    .hnews_list1 .ttime span:last-child {
        margin-top: 0;
    }
    .hnews_list1 .txt {
        padding: 15px 0 0;
    }

    .hnews_list2{
        margin-top: 20px;
    }

    .hnews_list2>li>a {
        grid-template-columns: 78px minmax(0, 1fr);
        min-height: 112px;
    }
    .hnews_list2 .ttime span:first-child {
        font-size: 27px;
    }
    .hnews_list2 .ttime span:last-child {
        font-size: 12px;
    }
    .hnews_list2 .txt {
        padding: 16px;
    }
    .section6-con h3 {
        font-size: 15px;
        line-height: 1.45;
    }
    .section6-con .txt .pp {
        margin-top: 7px;
        font-size: 13px;
        line-height: 1.5;
    }
}


/* foot */

.foot {
    position: relative;
    background-color: #313131;
}

.foot-top {
    padding: 60px 0 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.ff-logo {
    position: relative;
}

.ff-logo a img {
    max-width: 180px;
}

.ff-photo-list {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ff-photo-list a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #535353;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.ff-photo-list a:hover {
    background-color: #fff;
}

.ff-photo-list a:hover img {
    filter: brightness(0) saturate(100%) invert(74%) sepia(45%) saturate(617%) hue-rotate(353deg) brightness(98%) contrast(92%);
}

.foot-middle {
    padding: 60px 0 6.25vw;
}

.mid-item1 {
    max-width: 580px;
}

.mid-tit {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.lxwm {
    font-size: 16px;
    color: #d6d6d6;
    line-height: 1.5;
}

.lxwm p {
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
}

.lxwm p::before {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 18px;
    height: 18px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
}

.lxwm p:first-child:before {
    background-image: url(//wm.cdn.cn86.cn/wmyqunying/2026/07/7563e5f7f8ybikj9.png);
}

.lxwm p:nth-child(2):before {
    background-image: url(//wm.cdn.cn86.cn/wmyqunying/2026/07/2a0a2974d7nxxzkr.png);
}

.lxwm p:nth-child(3):before {
    background-image: url(//wm.cdn.cn86.cn/wmyqunying/2026/07/a158fd17f3uwvyiq.png);
}

.mid-item2 {
    width: 580px;
}

.dao-list li {
    line-height: 1.8;
}

.dao-list li a {
    display: block;
    color: #d6d6d6;
    font-size: 16px;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.dao-list li a::before {
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(//wm.cdn.cn86.cn/wmyqunying/2026/07/71c23b417ey2uzcz.png) no-repeat center;
    margin-right: 10px;
    content: "";
}

.dao-list li a:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

.foot-bom {
    border-top: 1px solid rgba(255, 255, 255, .2);
    position: relative;
    text-align: center;
    padding: 30px 0;
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    line-height: 1.5;
}


/* Homepage responsive overrides */

@media screen and (max-width: 1199px) {
    .top-mid-flex {
        height: 88px;
    }
    .logo a img {
        max-height: 58px;
    }
    .top_right {
        margin-left: auto;
    }
    .home-banner .swiper-pagination1 {
        bottom: 24px;
    }
    .home-banner .swiper-pagination1 .swiper-pagination-bullet {
        width: 34px;
        margin: 0 6px !important;
    }
    .section1 {
        padding: 80px 0 60px;
    }
    .hm-title h3,
    .hm-title2 h3 {
        font-size: 38px;
    }
    .hm-title .pp,
    .hm-title2 .pp2 {
        font-size: 18px;
    }
    .section1-con {
        margin-top: 38px;
    }
    .section1-upp {
        margin-top: 38px;
    }
    .section2 {
        padding: 80px 0;
    }
    .hm-title2 {
        margin-bottom: 70px;
    }
    .section5 {
        padding: 90px 0;
        background-attachment: scroll;
    }
    .section5-right {
        padding-left: 3vw;
    }
    .section5-message {
        padding: 30px;
    }
    .foot-middle {
        padding: 50px 0 70px;
    }
    .mid-item1 {
        max-width: 46%;
    }
    .mid-item2 {
        width: 48%;
    }
}

@media screen and (max-width: 992px) {
    .section5-con {
        gap: 50px;
    }
    .section5-left,
    .section5-right {
        width: 100%;
    }
    .section5-left {
        max-width: 760px;
    }
    .section5-right {
        max-width: 760px;
        padding-left: 0;
    }
    .hm-title5 {
        padding-top: 0;
    }
    .foot-top {
        padding-top: 45px;
    }
    .foot-middle {
        gap: 42px;
    }
    .mid-item1,
    .mid-item2 {
        width: 100%;
        max-width: none;
    }
    .mid-item2 {
        max-width: 580px;
    }
}

@media screen and (max-width: 768px) {
    .top-mid-flex {
        height: 72px;
    }
    .logo a img {
        max-height: 45px;
    }
    .language-group .dropdown-toggle {
        padding-right: 0;
        padding-left: 0;
        font-size: 13px;
    }
    .menu-handler {
        margin-left: 14px;
    }
    .home-banner .swiper-pagination1 {
        bottom: 14px;
    }
    .home-banner .swiper-pagination1 .swiper-pagination-bullet {
        width: 24px;
        height: 2px;
        margin: 0 4px !important;
    }
    .home-banner .swiper-slide .v_cover .v_con {
        width: 90%;
    }
    .v_tit_aa {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 1.25;
    }
    .v_tit_cc a {
        padding: 8px 16px;
    }
    .v_tit_cc a span {
        font-size: 13px;
        line-height: 20px;
    }
    .section1 {
        padding: 60px 0 45px;
    }
    .hm-title h3,
    .hm-title2 h3 {
        margin-bottom: 10px;
        font-size: 28px;
    }
    .hm-title .pp,
    .hm-title2 .pp2 {
        font-size: 15px;
        line-height: 1.6;
    }
    .section1-con {
        margin-top: 30px;
    }
    .section1-swiper .swiper-slide .txt {
        padding: 20px 15px;
    }
    .section1-swiper .swiper-slide .txt .p1 {
        font-size: 16px;
    }
    .section1-upp {
        margin-top: 28px;
    }
    .section1-upp .swiper-button-next1,
    .section1-upp .swiper-button-prev1 {
        width: 40px;
        height: 40px;
        margin-right: 12px;
    }
    .section2 {
        padding: 60px 0;
    }
    .hm-title2 {
        margin-bottom: 40px;
    }
    .section5 {
        padding: 60px 0;
    }
    .section5-con {
        gap: 35px;
    }
    .section5-message {
        padding: 24px 20px;
    }
    .hh-message {
        font-size: 21px;
    }
    .hh-message2 {
        font-size: 15px;
    }
    .section5-message .mb-15 {
        margin-bottom: 12px;
    }
    .section5-message .form-control {
        height: 42px;
        line-height: 42px;
    }
    .section5-message textarea.form-control {
        height: 110px;
        line-height: 1.6;
    }
    .section5-message .btn-primary {
        height: 42px;
        line-height: 42px;
    }
    .foot-top {
        display: block;
        padding: 40px 0 24px;
    }
    .ff-photo-list {
        flex-wrap: wrap;
        margin-top: 24px;
        gap: 10px;
    }
    .foot-middle {
        padding: 38px 0 48px;
        gap: 34px;
    }
    .mid-tit {
        margin-bottom: 14px;
        font-size: 17px;
    }
    .lxwm,
    .dao-list li a {
        font-size: 14px;
    }
    .foot-bom {
        padding: 20px 0;
        font-size: 13px;
    }
    .foot {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 480px) {
    .max1580,
    .max1740 {
        width: calc(100% - 30px);
    }
    .header {
        position: relative;
    }
    .top-mid-flex {
        height: 64px;
    }
    .logo a img {
        max-height: 38px;
    }
    .menu-handler {
        margin-left: 10px;
        padding: 8px;
    }
    .section1,
    .section2,
    .section5 {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .hm-title h3,
    .hm-title2 h3 {
        font-size: 24px;
    }
    .hm-title .pp,
    .hm-title2 .pp2 {
        font-size: 14px;
    }
    .section1-swiper .swiper-slide .txt {
        padding: 16px 12px;
    }
    .section1-upp .swiper-button-next1,
    .section1-upp .swiper-button-prev1 {
        width: 34px;
        height: 34px;
        margin-right: 8px;
    }
    .section5-message {
        padding: 20px 15px;
    }
    .section5-message .col-md-6 {
        padding-right: 0;
        padding-left: 0;
    }
    .hh-message {
        font-size: 19px;
    }
    .ff-logo a img {
        max-width: 150px;
    }
    .ff-photo-list a {
        width: 36px;
        height: 36px;
    }
    .mid-item2 {
        display: block;
    }
    .mid-item2>.dao-list+.dao-list {
        margin-top: 28px;
    }
}



/* 内页公共banner */
.page-banner {
	position: relative;
}

.page-banner>img {
	display: block;
	width: 100%;
}

.banner-fix {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%
}

.banner-fix .fll-con {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	height: 100%
}

.banner-fix h4 {
	font-size: 44px;
	line-height: 1;
	font-weight: normal;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.banner-fix h4:after {
	content: '';
	width: 20px;
	height: 6px;
	background-color: #ffffff;
	opacity: 0.8;
	position: absolute;
	left: 0;
	bottom: 0px;
}

.banner-fix p {
	line-height: 1.5;
	font-weight: normal;
	font-size: 32px;
	color: #fff;
	max-width: 850px;
}


@media (max-width:992px) {
	.page-banner>img {
		height: 300px;
		object-fit: cover;
	}

	.banner-fix h4 {
		font-size: 30px
	}

	.banner-fix p {
		font-size: 16px
	}

}

.abmbx{
    position: absolute;
    bottom: 30px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.6;
    left: calc((100% - 1500px) / 2);
    margin: 0 auto;
    z-index: 9999;
}
.abmbx a{
	color: #ffffff;
}