.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;
    }
}
body,
html {
    scroll-behavior: smooth;
}

/*  */
@font-face {
    font-family: 'cu';
    src: url(../fonts/cu.TTF) format('truetype');
}

@font-face {
    font-family: 'xi';
    src: url(../fonts/xi.TTF) format('truetype');
}

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;
}

.clamp5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1600 {
    max-width: 1600px;
    width: 94.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;
}

.white-logo {
    opacity: 1;
    visibility: visible;
}

.black-logo {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.pl-60 {
    padding-left: 3.125vw;
}

.pr-60 {
    padding-right: 3.125vw;
}

@media (max-width: 768px) {
    .pl-60 {
        padding-left: 15px;
    }
    .pr-60 {
        padding-right: 15px;
    }
}


/* header */

.header {
    position: relative;
    z-index: 9999;
}

.header-container.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    animation: slide-down .7s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

.top-mid-flex {
    height: 120px;
}

.header-container.fixed .top-mid-flex {
    height: 90px;
}

.header-container.fixed .logo a img {
    max-height: 70px;
}

.logo {
    position: relative
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
    max-height: 86px
}

.header-ss {
    margin-left: 1.25vw;
    margin-right: 1.25vw;
    position: relative;
}

.header-ss .ss_btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    background: url(//wm.cdn.cn86.cn/shlbxl/2025/08/236df5f4a4dpdmb2.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/shlbxl/2025/08/7ff57b5f74seodeq.png)
}

.x-menu {
    position: static;
}

.x-menu>li {
    position: relative;
    text-align: center;
}

.x-menu>li>a {
    display: flex;
    font-size: 16px;
    color: #fff;
    height: 120px;
    font-weight: 400;
    font-family: 'xi';
    position: relative;
    align-items: center;
    justify-content: center;
}

.x-menu>li>a i {
    color: rgba(255, 255, 255, .64);
    font-weight: normal;
    margin-left: 5px;
}

.x-menu>li>a::before {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--main-theme-color);
    background: #b90e1c!important;
    content: "";
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-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;
    color: #b90e1c!important;
}

.x-menu>li:hover>a i,
.x-menu>li.active>a i {
    color: var(--main-theme-color)!important;
    color: #b90e1c!important;
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 200%;
    width: 280px;
    left: -50%;
    left: 0%;
    top: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0 0
}

.x-sub-menu>li>a {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    padding: .6em .3em .6em 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: 7px;
        margin-right: 7px;
    }
}

@media (min-width:1280px) {
    .x-menu>li {
        margin-left: 1.0416vw;
        margin-right: 1.0416vw
    }
}

@media (min-width:1440px) {
    .x-menu>li {
        margin-left: 1.5416vw;
        margin-right: 1.5416vw
    }
}


/**/

.header.scroll .white-logo {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.header.scroll .black-logo {
    opacity: 1;
    visibility: visible;
    display: inline-block;
}

.header.scroll * {
    color: #000!important;
}

.header.scroll .x-menu>li>a {
    height: 90px;
}

.header.scroll .pc-navbar>li>a {
    color: #000!important;
}

.header.scroll .header-ss .ss_btn {
    background-image: url(//wm.cdn.cn86.cn/shlbxl/2025/08/e72aa094fblfvgyk.png);
}


/* banner */

.home-banner {
    width: 100%;
    position: relative;
    margin-top: -120px;
}

.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: 3.125vw;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 3.125vw;
    height: 2px;
    background: rgba(255, 255, 255, .5);
    border-radius: 0%;
    margin: 0 10px!important;
    transition: width .3s ease;
    opacity: 1;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    width: 5.72916vw;
    background: rgba(255, 255, 255, 1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}

.home-banner .swiper-slide .v_cover {
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.home-banner .swiper-slide .v_cover .v_con {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
    max-width: 1500px;
    width: 90.625%;
    text-align: left;
    top: 5%;
}

.home-banner .swiper-slide .v_con * {
    transition-delay: transform 1s, opacity 0s;
    transition-duration: 1s;
    transform: translate3d(0, 80px, 0);
    opacity: 0
}

.home-banner .swiper-slide-active .v_con * {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.home-banner .swiper-slide-active .v_con :nth-child(1) {
    transition-delay: .3s
}

.home-banner .swiper-slide-active .v_con :nth-child(2) {
    transition-delay: .5s
}

.home-banner .swiper-slide-active .v_con :nth-child(3) {
    transition-delay: .7s
}

.v_tit_aa {
    color: #fff;
    font-size: 3.6583vw;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'cu';
    line-height: 1.2;
    max-width: 800px;
    text-transform: uppercase;
    position: relative;
     padding-top: 10.416vw;
}

.v_tit_bb {
    font-size: 22px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 2.2083vw;
    font-weight: 400;
    font-family: 'xi';
    line-height: 2;
    max-width: 630px
}

.v_tit_cc {
    width: 164px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    overflow: hidden
}

.v_tit_cc a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: rgba(226, 7, 20, .8);
    border-radius: 30px;
}

.v_tit_cc a span {
    padding-left: 25px;
    display: block;
    font-family: 'cu';
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.v_tit_cc a i {
    display: block;
    width: 28px;
    height: 28px;
    background: url(//wm.cdn.cn86.cn/shlbxl/2025/08/32fd81db09s2yh5t.png) no-repeat center #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-left: 15px;
}

.v_tit_cc a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    content: "";
    background: rgba(226, 7, 20, 1);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    z-index: -1
}

.v_tit_cc a:hover {
    color: #fff!important
}

.v_tit_cc a:hover::before {
    width: 100%
}


.ppaa p::before{
    display: inline-block;
    width: 16px;
    height: 11px;
    margin-right: 10px;
    background: url(//wm.cdn.cn86.cn/shlbxl/2025/11/e1b0b0d7eax0sesv.png) no-repeat center;
    content: "";
}


@media (max-width:1200px) {
    .v_tit_aa {
        font-size: 28px;
        margin-bottom: 20px;
        margin-top: 0
    }
    .v_tit_bb {
        font-size: 14px;
        margin-bottom: 20px
    }
    .v_tit_cc {
        line-height: 50px
    }
    .v_tit_cc a span{
        font-size: 14px;
    }
}

@media (max-width:600px) {
    .home-banner .swiper-slide .v_cover .v_con {
        width: 90%
    }
    .home-banner .swiper-slide>a>img{
        min-height: 260px;
    }

    .v_tit_aa {
        font-size: 20px;
        padding-top: 30px
    }
    .v_tit_bb {
        display: none!important
    }
    .v_tit_cc{
        width: 150px;
        line-height: 40px;
    }
    .v_tit_cc a span{
         padding-left: 18px;
    }

}

.swiper-slide-video {
    position: relative;
    padding-bottom: 48.9583%;
}

.swiper-slide-video video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/* .section1 */

.section1 {
    position: relative;
    padding: 75px 0;
    background: url(//wm.cdn.cn86.cn/shlbxl/2025/08/749732bdfdh7ltsw.jpg) no-repeat;
    background-size: cover;
}

.hm-title {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.hm-title .p1 {
    font-size: 50px;
    color: #111111;
    line-height: 1;
    font-family: "cu";
    margin-bottom: 20px;
}

.hm-title .p2 {
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
    max-width: 1150px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.section1-con {
    margin-top: 50px;
}

.product_swiper {
    position: relative;
    overflow: hidden;
}

.product_swiper .swiper-slide {
    position: relative;
    padding: 15px 10px;
}

.product_swiper .swiper-slide a {
    display: block;
    overflow: hidden;
    position: relative;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-color: rgb(255, 255, 255);
    border-radius: 10px;
    background-image: -moz-linear-gradient( -90deg, rgb(243, 244, 246) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(243, 244, 246) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(243, 244, 246) 0%, rgb(255, 255, 255) 100%);
}

.product_swiper .swiper-slide a .img img {
    display: block;
    width: 100%;
}

.product_swiper .swiper-slide .txt {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    width: 100%;
    height: 100%;
    padding: 2.083vw 2.60416vw;
    text-align: center;
}

.product_swiper .swiper-slide .txt2 {
    inset-block-start: 0px;
    transition: inset-block-start .5s;
    position: relative;
}

.product_swiper .swiper-slide .txt h3 {
    color: #333;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    font-family: "cu";
    margin-bottom: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.product_swiper .swiper-slide .txt .pp1 {
    font-size: 14px;
    color: #888888;
    line-height: 22px;
    margin-bottom: 20px;
}

.product_swiper .swiper-slide .txt .lemore {
    display: inline-block;
    width: 120px;
    color: #666666;
    font-size: 13px;
    font-family: "xi";
    text-align: center;
    line-height: 38px;
    border-radius: 19px;
    border: 1px solid #e3e3e3;
    background-color: transparent;
    transition: all .3s ease;
}

.product_swiper .swiper-slide:hover .txt2 {
    top: 0px;
}

.product_swiper .swiper-slide:hover .txt h3 {
    color: var(--sub-theme-color);
}

.product_swiper .swiper-slide:hover .txt .lemore {
    background-color: var(--sub-theme-color);
    border-color: var(--sub-theme-color);
    color: #fff;
}

.section1-con .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.08);
    background: none;
    position: relative;
    margin-top: 4.166vw;
    bottom: 0px;
    width: 100%;
    height: 1px;
}

.section1-con .swiper-pagination-progressbar::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    content: "";
    background: rgba(0, 0, 0, 0.08);
}

.section1-con .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--sub-theme-color);
}


/* section2 */

.section2 {
    position: relative;
    padding-top: 4.166vw;
    padding-bottom: 5.72916vw;
}

.hm-title2 {
    position: relative;
}

.hm-title2 h3 {
    font-family: "cu";
    color: #111111;
    font-size: 50px;
    margin-bottom: 0px;
    font-weight: bold;
    line-height: 1;
}

.hm-title2 .pp-swiper {
    position: relative;
    display: flex;
    align-items: center;
}

.product-swiper {
    margin-top: 4.166vw;
}

.product-swiper .swiper-slide {
    position: relative;
    padding: 0 10px;
}

.product-swiper .swiper-slide a {
    display: block;
    overflow: hidden;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.05);
    transition: transform .25s;
}

.product-swiper .swiper-slide .img {
    position: relative;
}

.product-swiper .swiper-slide .img img {
    display: block;
    width: 100%;
}

.product-swiper .swiper-slide .txt {
    /* position: absolute;
    left: 0px;
    bottom: 0px; */
    width: 100%;
    text-align: center;
    padding: 20px 10px;
}

.product-swiper .swiper-slide .txt h3 {
    font-weight: normal;
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    font-family: 'xi', sans-serif;
    height: 45px;
}

.product-swiper .swiper-slide:hover a {
    border-color: #f4ddde;
    box-shadow: 0 12px 30px -12px rgba(1, 1, 1, .36);
    transform: translateY(-8px);
}

.product-swiper .swiper-slide:hover .txt h3 {
    color: var(--main-theme-color);
    /* font-weight: bold;
    font-family: "cu"; */
}

/* .product-swiper .swiper-slide:hover .img 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);
} */

.pp-swiper .swiper-button-next2,
.pp-swiper .swiper-button-prev2 {
    position: relative;
    width: 70px;
    height: 70px;
    top: 0;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0;
    margin-left: 20px;
    font-size: 0;
    outline: none;
    border: none;
    z-index: 99;
    background: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.pp-swiper .swiper-button-prev2 {
    background: url(//wm.cdn.cn86.cn/shlbxl/2025/08/1118e995358nkubq.png) no-repeat center #efefef;
}

.pp-swiper .swiper-button-next2 {
    background: url(//wm.cdn.cn86.cn/shlbxl/2025/08/3835520490kxr9qu.png) no-repeat center #e20714;
}


/* section3 */

.section3 {
    position: relative;
}

.about-con {
    position: relative;
    z-index: 99;
}
.about-left{
    width: 59%;
    z-index: 99;
    position: relative;
    background: #e9ebef;
}
.aleft-top {
    position: relative;
    padding-left: 18.42%;
    padding-right: 18.42%;
    padding-top: 4.6875vw;
}

.about-left .ap1 {
    font-size: 50px;
    color: #111111;
    line-height: 1.2;
    font-family: "cu";
    margin-bottom: 30px;
}

.about-left .ap2 {
    font-size: 18px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 4.166vw;
}

.about-left .ap3 {
    display: flex;
    align-items: center;
}

.about-left .ap3 a {
    padding: 18px 35px;
    margin-right: 2.083vw;
    position: relative;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .4);
    border: 2px solid #c1030e;
    transition: all 0.5s ease-out 0s;
}

.about-left .ap3 a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #c1030e;
    transition: all 0.4s ease-in-out;
    border-radius: 0;
}

.about-left .ap3 a span {
    display: flex;
    align-items: center;
    font-family: "cu";
    font-size: 16px;
    color: #c1030e;
    line-height: 20px;
    position: relative;
}

.about-left .ap3 a span i {
    display: block;
    margin-left: 15px;
    background: url(//wm.cdn.cn86.cn/shlbxl/2025/08/90cb01ea03eaom5q.png) no-repeat center;
    width: 17px;
    height: 17px;
}

.about-left .ap3 a:hover::before {
    width: 100%;
    left: 0px;
}

.about-left .ap3 a:hover span {
    color: #fff!important;
}
.about-left .ap3 a:hover span i {
    background-image: url(//wm.cdn.cn86.cn/shlbxl/2025/08/83d683d423zm64lw.png);
}


.aleft-bom {
	position: relative;
	padding-left: 13.15%;
	padding-right: 9.21%;
	margin-top: 5.2083vw;
	background: #c90611
}

.number {
	display: flex;
	padding: 2.60416vw 0;
	justify-content: space-between
}

.number li {
	position: relative;
	text-align: center;
	transition: all .8s;
	-webkit-transition: all .8s;
	flex: 1
}

.number li+li {
	border-left: 1px solid rgba(255,255,255,.26)
}

.number li h3 {
	color: #fff;
	display: inline-block
}

.number li h3 i {
	font-style: inherit;
	color: #fff;
	font-size: 3.75vw;
	font-weight: 700;
	font-family: cu
}

.number li h3 span {
	font-size: 3.75vw;
	font-weight: 700;
	font-style: inherit;
	color: #fff
}

.number li p {
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255,255,255,.8);
	padding-top: 0;
	font-weight: 400
}


.about-right {
    position: relative;
    margin-left: -5%;
    z-index: 100;
    width: 46%;
}

.about-right .img {
    position: relative;
    overflow: hidden;
}

.about-right .img img {
    display: block;
    width: 100%;
}

.about-right .img a.playx{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
}
.about-right .img a.playx i{
    display: block;
    width: 98px;
    height: 98px;
    background: url(//wm.cdn.cn86.cn/shlbxl/2025/08/7b96ec9b93khnijl.png) no-repeat;
    background-size: cover;
}


/* section4 */
.section4{
    position: relative;
    padding-top: 5.2083vw;
    padding-bottom: 4.6875vw;
}

.sec4-con{
    margin-top:70px;
}

.casesort-swiper{
    position: relative;
    overflow: hidden;
}

.casesort-swiper .swiper-slide {
    width: 400px;   /* 默认未展开的宽度 */
    transition: all 0.4s ease;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transform: scale(1);
}

.casesort-swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.4s ease;
}

@media (min-width: 1025px){
    .casesort-swiper .swiper-slide .img img{
         height: 545px;
    }
}

.casesort-swiper .swiper-slide .txt {
    position: absolute;
    left: 35px;
    bottom: 35px;
    z-index: 2;
}

.casesort-swiper .swiper-slide .txt span{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: "cu";
    display: block;
}

/* 展开状态（宽度拉大） */
.casesort-swiper .swiper-slide.slide-active {
    width: 680px;  /* 展开后的宽度 */
    z-index: 5;
}

.casesort-swiper .swiper-slide.slide-active .img img {
    transform: scale(1);
}

.casesort-swiper .swiper-pagination4 {
    position: relative;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0;
    margin-top: 3.125vw;
}
.casesort-swiper .swiper-pagination4 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #cccccc;
	border-radius: 50%;
	margin: 0 10px!important;
	transition: width .3s ease;
	opacity: 1;
}
.casesort-swiper .swiper-pagination4 .swiper-pagination-bullet-active {
	background-color: var(--main-theme-color);
}


/* section5 */
.section5{
    position: relative;
    padding-top: 4.166vw;
    padding-bottom: 4.166vw;
    background-color: #f3f4f7;
}

.section5-con {
    margin-top: 3.125vw;
}

.h-news_list1 {
    position: relative;
    margin: 0 -24px;
}

.h-news_list1 li {
    position: relative;
    width: calc(33.33% - 48px);
    margin: 0 24px 20px 24px;
    background: #fff;
    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-news_list1 li a {
    display: block;
}

.h-news_list1 li .img img {
    display: block;
    width: 100%;
}

.h-news_list1 li .txt {
    position: relative;
    padding: 30px 30px;
}
.h-news_list1 li .txt h3 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    font-family: 'cu';
    line-height: 1.2;
    margin-bottom: 15px;
    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-news_list1 li .txt .pp{
    font-size: 16px;
    color: #888888;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: normal;
    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-news_list1 li .txt .dtime span {
    display: block;
    font-size: 14px;
    color: #666666;
    width: 118px;
    line-height: 36px;
    text-align: center;
    background-color: #faf4f5;
}
.h-news_list1 li:hover .txt h3 {
    color: var(--main-theme-color);
}

.h-news_list1 li:hover .img 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);
}

.h-news_list1 li:hover{
    box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.03);
}


/* section6 */
.section6{
    position: relative;
    background-color: #fff;
    background: url(//wm.cdn.cn86.cn/shlbxl/2025/09/d082eb2f29uhtmvd.jpg) no-repeat center bottom;
    padding: 5.72916vw 0;
}

.sec6-left{
    position: relative;
    width: 36.66%;
    margin-bottom: 30px;
}

.hm-title6 {
    position: relative;
}

.hm-title6 .p1 {
    font-size: 50px;
    color: #111111;
    line-height: 1;
    font-family: "cu";
    margin-bottom: 30px;
    font-weight: bold;
}

.hm-title6 .p2 {
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
    font-weight: normal;
}
.hm-title6 .p3{
    margin-top: 4.166vw;
}

.pub-more {
    z-index: 1;
    color: #fff;
    position: relative;
    overflow: hidden;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-family: "cu";
    line-height: 34px;
    padding: 10px 30px;
    background-color: var(--sub-theme-color);
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
}

.pub-more i {
    margin-right: 10px;
    width: 14px;
    height: 14px;
    background: url(//wm.cdn.cn86.cn/shlbxl/2025/08/94d2d30db8imcazg.png) no-repeat center;
    display: inline-block;
}

.pub-more::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    border-radius: 0%;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    background: var(--main-theme-color);
    z-index: -1
}

.pub-more:hover {
    color: #fff!important;
}

.pub-more:hover::before {
    width: 100%;
}

.sec6-right{
    position: relative;
    width: 51.33%;
}

.hm-message-con{position:relative;margin:0 -10px}
.hm-message-con input[type=text],.hm-message-con textarea{height:65px;background:#fff;border:none;border-radius:0;font-size:14px;color:#999999;box-shadow:inherit;border: 1px solid #eeeeee;}
.hm-message-con input[type=text]::-webkit-input-placeholder,.hm-message-con textarea::-webkit-input-placeholder{color:#999999}
.hm-message-con input[type=text]:-ms-input-placeholder,.hm-message-con textarea:-ms-input-placeholder{color:#999999}
.hm-message-con input[type=text]::-ms-input-placeholder,.hm-message-con textarea::-ms-input-placeholder{color:#999999}
.hm-message-con input[type=text]::placeholder,.hm-message-con textarea::placeholder{color:#999999}
.hm-message-con textarea{padding-top:15px;height:130px;resize:none;background:transparent;color:#999999;padding-left:1.2rem}
.hm-message-con textarea:focus{background:0 0;box-shadow:inherit;color:#999999}
.hm-message-con input[type=text]:focus,.hm-message-con textarea:focus{color:#999999;background:transparent}
.hm-message-con .x-submit{width:100%;height:65px;background:#c1030e;color:#fff;font-size:18px;border:none;outline:0;margin:0 auto;-webkit-transition:all .5s ease;transition:all .5s ease;font-family: "cu";}
.hm-message-con .x-submit:hover{background:var(--main-theme-color);color:#fff}
.hm-message-con .pr-5{position:absolute;font-size:14px;color:#c1030e;left: 10px;top: 25px;}
.hm-message-con .cce .pr-5{top: 15px;}

.hm-message-con .form-input.relative input[type=text]{padding-left:1.2rem}
.hm-message-con .form-input.captcha {
    position: relative;
}
.hm-message-con .form-input.captcha img {
    position: absolute;
    right: 7px;
    top: 7px;
    height:45px;
    width: 120px;
}

@media (max-width:768px){
    .hm-message-con input[type=text],.hm-message-con textarea{height:50px;font-size:14px}
    .hm-message-con textarea{height:100px}
    .hm-message-con .x-submit{height:45px;font-size:14px}
    .hm-message-con .pr-5{top: 15px;}
    .hm-message-con .form-input.captcha img{height: 35px;}
}


.section6 canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%!important;
    height:300px!important;
    z-index:2;
}


/* foot */

.foot {
    position: relative;
    background: #141a24;
}
.foot-top {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.foot-middle {
    position: relative;
    padding-top: 4.166vw;
    padding-bottom: 4.166vw;
}

.ff-logo {
    position: relative;
}
.ff-logo a {
    display: block;
}
.ff-logo a img {
    max-width: 170px;
    max-height: 100px;
}
.foot-share {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.foot-share a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 47px;
    height: 47px;
    margin-left: 20px;
    background: #272b32;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.foot-share a:hover {
    background-color: #e20714;
}

.foot-item1 {
    position: relative;
    width: 37.66%;
}

.foot-item2 {
    flex: 1;
    min-width: 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ft-saleshotline > p{
    padding-left: 22px;
    background: url(//wm.cdn.cn86.cn/shlbxl/2025/08/18e2573bfdzfx7q2.png) no-repeat left 5px;
}
.ft-saleshotline > h2 a{
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-family: "cu";
    margin-top: 10px;
}
.ft-add > p{
    padding-left: 22px;
    background: url(//wm.cdn.cn86.cn/shlbxl/2025/08/d2846b7558g9e3oj.png) no-repeat left 5px;
}
.ft-add-con{
    font-size: 14px;
    font-family: "xi";
    line-height: 1.5;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.5);
    max-width: 370px;
}
.ft-mailbox > p{
    padding-left: 22px;
    background: url(//wm.cdn.cn86.cn/shlbxl/2025/08/70064de8c2ximr9t.png) no-repeat left 5px;
}
.ft-mail-con a{
    display: inline-block;
    font-size: 14px;
    font-family: "xi";
    line-height: 2.286;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.5);
}

.foot-middle .bti {
    color: #fff;
    font-size: 18px;
    font-family: "cu";
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.foot-dao {
    margin-bottom: 1rem;
}
.foot-dao li a {
    display: block;
     font-size: 14px;
    font-family: "xi";
    color: rgba(255, 255, 255, 0.502);
    line-height: 2.286;
}
.foot-dao li a:hover {
    color: #fff!important;
    text-decoration: underline;
}

.foot-banq {
    position: relative;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    padding: 30px 0;
    line-height: 1.5;
    font-family: "xi";
}

.foot-banq a {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
}

.foot-banq .sitemap a {
    margin-left: 20px;
    text-transform: capitalize;
}

.foot-banq a:hover {
    color: #fff!important;
    text-decoration: underline;
}

.foot a:hover {
    text-decoration: underline;
}


/* 媒体查询 */

@media (max-width: 1280px) {
    .top-mid-flex {
        height: 90px;
    }
    .logo a img {
        max-height: 58px;
    }
    .header-container.fixed .logo a img{
         max-height: 58px;
    }

    .x-menu>li>a {
        height: 90px;
    }
    .h-news_list1{
        margin: 0 -20px;
    }
    .h-news_list1 li{
        width: calc(33.33% - 20px);
        margin: 0 10px 20px 10px;
    }
    .h-news_list1 li .txt h3{
        font-size: 20px;
    }

    .hm-title .p1,.hm-title2 h3,.about-left .ap1,.hm-title6 .p1{
        font-size: 40px;
    }

    .pp-swiper .swiper-button-next2, .pp-swiper .swiper-button-prev2{
        width: 55px;
        height: 55px;
    }

    .product-swiper .swiper-slide .txt h3{
        font-size: 16px;
    }

    .casesort-swiper .swiper-slide .txt span{
        font-size: 20px;
    }

    .foot-item1 {
        width: 35.66%;
    }

    .aleft-top{
        padding-left: 10.42%;
        padding-right: 12.42%;
    }

    .aleft-bom{
        padding-left: 10.42%;
    }

  
}

@media (max-width: 992px) {
     .top-mid-flex,.header-container.fixed .top-mid-flex {
        height: 65px;
    }
    .home-banner,
    .nbanner {
        margin-top: -66px;
    }

    .nbanner>img {
		min-height: 220px;
	}


    .hm-title .p1,.hm-title2 h3,.about-left .ap1,.hm-title6 .p1{
        font-size: 30px;
    }
    .h-news_list1{
        margin: 0 -20px;
    }
    .h-news_list1 li{
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px;
    }

    .foot-item1 {
        width: 100%;
    }

    .about-left{
        width: 100%;
    }
    .about-left .ap2{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .about-right{
        width: 100%;
        margin-left: 0px;
    }
    .aleft-top{
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 40px;
    }
    .aleft-bom{
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 40px;
    }
    .section4{
        padding: 40px 0;
    }
    .sec4-con{
        margin-top: 30px;
    }
    .section5{
        padding: 40px 0;
    }
    .section5-con{
        margin-top: 30px;
    }

    .section6{
        padding: 40px 0;
    }

    .about-left .ap3 a{
        padding: 12px 20px;
    }
    .about-left .ap3 a span{
        font-size: 14px;
    }


}

@media (max-width: 768px) {
    .logo a img,.header-container.fixed .logo a img {
        max-height: 38px;
    }
    .h-news_list1{
        margin: 0 0px;
    }
    .h-news_list1 li{
        width: 100%;
        margin: 0 0px 20px 0px;
    }

    .foot {
        margin-bottom: 70px;
    }
    .foot-middle {
        padding-top: 40px;
    }

    .ff-logo a img{
        max-height: 80px;
    }

    .foot-share {
        justify-content: flex-start;
        padding-bottom: 0px;
        margin-top: 20px;
    }
    .foot-share a {
        margin-left: 0px;
        margin-right: 15px;
    }
    .foot-banq {
        padding: 20px 0;
    }
    .foot-banq .sitemap a{
        margin-left: 0px;
        margin-right: 10px;
    }

    .sec6-left,
    .sec6-right{
        width: 100%;
    }
    
    .section1 {
        padding: 40px 0;
    }
    .hm-title .p2{
        font-size: 14px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .section1-con{
        margin-top: 30px;
    }
    .product_swiper .swiper-slide .txt{
        padding: 18px;
    }
   
    .section2 {
        padding: 40px 0;
    }
    .product-swiper{
        margin-top: 30px;
    }

    .hm-title2 .pp-swiper{
        display: none!important;
    }

    .number{
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .number li h3 i,
    .number li h3 span{
        font-size: 30px;
    }
    .number li{
        width: 100%;
        border: none!important;
        flex: inherit;
        margin: 15px 0;
    }

    .about-right .img a.playx i{
        width: 60px;
        height: 60px;
        background-size: 60px 60px;
    }

    .casesort-swiper .swiper-pagination4{
        margin-top: 30px;
    }
    .casesort-swiper .swiper-pagination4 .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }   
    .casesort-swiper .swiper-slide,
    .casesort-swiper .swiper-slide.slide-active{
        width: 100%!important;
    }

}

@media (max-width: 500px) {
    .top-mid-flex {
        height: 65px;
    }
   .logo a img {
        max-height: 38px;
    }
    .foot-banq{
        font-size: 14px;
    }
   
    .foot-share a {
        width: 40px;
        height: 40px;
    }

}


/* 媒体查询 */
@media (min-width: 1921px){
    .container-fluid,
    .home-banner .swiper-slide .v_cover .v_con,
    .max1500 {
        max-width: 100%;
        width: 78.125%;
    } 

    .x-menu>li{
        margin-left: 30px;
        margin-right: 30px;
    }
    .v_tit_aa{
        font-size: 60px;
    }
}



/* about */

.about-section1{
    position: relative;
    padding: 75px 0;
}
.about-section1-top {
    position: relative;
}

.about-section1-top .ap1 {
    margin-bottom: 1rem;
}

.about-section1-top .ap1 .line {
    position: relative;
    width: 32px;
    height: 2px;
    background: #e44341;
    margin-right: 10px;
}

.about-section1-top .ap1 .line::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #e44341;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    animation: 2s linear 0.5s infinite hua2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


@keyframes hua2 {
    from {
        left: 0%;
    }
    to {
        left: 95%;
    }
}

.about-section1-top .ap1 span {
    font-size: 18px;
    color: #e20714;
    font-family: "xi";
}

.about-section1-top .ap2 {
    font-size: 38px;
    color: #222222;
    line-height: 1.2;
    font-weight: bold;
    max-width: 1000px;
    font-family: "cu";
    margin-bottom: 40px;
}

.about-section1-top .ap3 {
    font-size: 16px;
    color: #666666;
    line-height: 1.9;
    margin-bottom: 20px;
    font-family: "xi";
}

.about-section1-mid{
    position: relative;
}
.about-number{
    position: relative;
    width: 28.66%;
}
.about-number li {
	position: relative;
	transition: all .8s;
	-webkit-transition: all .8s;
    margin-bottom: 20px;
}

.about-number li .btt{
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0;
}

.about-number li h3 {
	color: #e20714;
	display: inline-block
}

.about-number li h3 i {
	font-style: inherit;
	color: #e20714;
	font-size: 3.125vw;
	font-weight: 600;
    line-height: 1;
	font-family: "cu";
}

.about-number li h3 span {
	font-size: 3.125vw;
	font-weight: 600;
	font-style: inherit;
	color: #e20714;
    line-height: 1;
    font-family: "cu";
}

.about-number li .img img{
    max-width: 60px;
    max-height: 50px;
}

.about-number li p {
	font-size: 16px;
	line-height: 1.1;
	color: #666666;
	padding-top: 20px;
	font-weight: 400;
    font-family: "xi";
}
.about-number li .btt::before{
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 1px;
    background: #000;
    content: "";
    transition: all .3s ease;
}
.about-number li:hover .btt::before{
    width: 13.5416vw;
    background-color: #e20714;
}

.about-section1-mid > .img{
    position: relative;
    width: 58.66%;
    padding-left: 10px;
    padding-bottom: 10px;
    z-index: 9;
}
.about-section1-mid > .img::before{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: #e20714;
    content: "";
    z-index: -1;
}
.about-section1-mid > .img .img2{
    position: relative;
}
.about-section1-mid > .img .img2 img{
    display: block;
    width: 100%;
    cursor: pointer;
}

.tab-con { position: relative; }
.tab-con .tab-main { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con .tab-main { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con .tab-main.on { position: static; opacity: 1; visibility: visible; }

.about-section2{
    position: relative;
    background: #eeeeee url(//wm.cdn.cn86.cn/shlbxl/2025/09/4e08213709elwu0f.jpg) no-repeat;
    background-size: cover;
    padding-top: 4.166vw;
    padding-bottom: 4.166vw;
}

.titx h3{
    font-family: "cu";
    font-size: 38px;
    color: #222222;
    margin-bottom: 20px;
    line-height: 1;
}
.about-section2-top .tab-li{
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 3.125vw;
}
.about-section2-top .tab-li li{
    position: relative;
    margin: 0 1.5625vw;
}
.about-section2-top .tab-li li a{
    display: block;
    font-size: 18px;
    color: #666666;
    font-family: "xi";
    border-bottom: 3px solid transparent;
    line-height: 60px;
}
.about-section2-top .tab-li li.on a,
.about-section2-top .tab-li li:hover a{
    color: #e20714;
    border-bottom-color: #e20714;
}

.about-honor{
    position: relative;
    overflow: hidden;
}
.about-honor .swiper-slide a img{
    display: block;
    width: 100%;
}


/* about-section3 */

.about-section3{
    position: relative;
    background: url(//wm.cdn.cn86.cn/shlbxl/2025/09/84da4bf0dfcetwf6.jpg) no-repeat;
    background-size: cover;
    padding-top: 4.6875vw;
    padding-bottom: 6.25vw;
}

.titx p{
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
    font-family: "HONOR San Regular";
    max-width: 1050px;
    margin: 0 auto;
}

.about-section3-con{
    margin-top: 3.125vw;
}

.pin_swiper{
    position: relative;
    overflow: hidden;
}
.pin_swiper .swiper-slide a img{
    display: block;
    width: 100%;
}

.pin_swiper .swiper-pagination {
    margin-top: 3.125vw;
    position: relative;
	bottom: 0px;
}
.pin_swiper .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: transparent;
	border-radius: 50%;
	margin: 0 10px!important;
	transition: width .3s ease;
    border: 1px solid #e20714;
	opacity: 1;
}
.pin_swiper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #e20714;
}


@media (max-width: 1280px){
    .about-section1-top .ap2{
        font-size: 30px;
    }
    .titx h3{
        font-size: 30px;
    }
    .about-section2-top .tab-li li a{
        font-size: 16px;
    }
    .titx p{
        font-size: 14px;
    }

}


@media (max-width: 992px){
     .about-section1-top .ap2{
        font-size: 25px;
    }
    .titx h3{
        font-size: 25px;
    }
    .about-number{
        width: 100%;
        margin-bottom: 30px;
    }

    .about-section1-mid > .img{
        width: 100%;
    }
    
}


@media (max-width: 768px){
    .about-section1{
        padding: 40px 0;
    }
    .about-section2{
        padding: 40px 0;
    }
    .about-section3{
        padding: 40px 0;
    }
    
    .about-section2-top .tab-li{
        margin-bottom: 30px;
    }
    .about-section2-top .tab-li li a{
        line-height: 40px;
    }
    .about-section1-top .ap2{
        margin-bottom: 20px;
        font-size: 22px;
    }
    .about-section1-top .ap3{
        font-size: 14px;
    }
    .about-number li h3 i,
    .about-number li h3,
    .about-number li h3 span{
        font-size: 30px;
    }
    .about-number li .btt{
        padding: 10px 0;
    }
    .about-number li p{
        font-size: 14px;
    }
    .about-section3-con{
        margin-top: 30px;
    }
    .about-section2-top .tab-li li a{
        font-size: 14px;
    }

}


/*  */




.cplbfl{
    display: grid;  grid-template-columns:repeat(auto-fill,minmax(358px,1fr));  gap:26px;
    margin-top: -10px;
}

.cplbfl li{
    margin-bottom: 5px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
    background-color: #fff;
}



.cplbfl li a{display: block;}
.cplbfl li .img {
    position: relative;
}

.cplbfl li .img img {
    display: block;
    width: 100%;
}

.cplbfl li .img .f-click {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, .14);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
}

.cplbfl li .img .f-click i {
    display: block;
    width: 60px;
    height: 60px;
    background: url(//wm.cdn.cn86.cn/xinjiuyang/2025/06/65f6d2fae1lhnii6.png) no-repeat center rgba(185, 14, 28, 0.95);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .3s ease;
    transform: translate(0%, 82%);
}


.cplbfl li .txt {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 1.5625vw 1.5625vw;
    border-top: 1px solid #eeeff1;
}

.cplbfl li .txt h3 {
    font-family: "cu";
    font-weight: bold;
    color: #444f62;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.cplbfl li:hover .img .f-click {
    opacity: 1;
}

.cplbfl li:hover .img .f-click i {
    opacity: 1;
    transform: scale(1.05);
}


.cplbfl li:hover .txt h3 {
    color: var(--main-theme-color);
}

.cplbfl li:hover .img 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);
}

.pr-35{
    padding-right: 35px;
}

.bbnycs{
    padding-top: 50px;
}




/* page-banner */

.page-banner {
    position: relative;
}

.page-banner>img {
    display: block;
    width: 100%;
}

.banner-fix {
    position: absolute;
    left: 0px;
    top: 0px;
    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: 52px;
    line-height: 1;
    font-family: "Arial";
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.banner-fix p {
    line-height: 1;
    font-size: 16px;
    font-family: "arial";
    color: rgba(255, 255, 255, .8)
}
.banner-fix p a{
     color: rgba(255, 255, 255, .8)
}

@media (max-width:992px) {
    .page-banner>img {
        height: 220px;
        object-fit: cover;
    }
    .banner-fix h4 {
        font-size: 30px;
    }
    .banner-fix p {
        font-size: 14px;
    }
}


