.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
}

.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}

.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}

.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}

.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}

.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}

table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px) {
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor: pointer;
}

.poorder #ert {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-he.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder #uioi {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-su.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder .tab-list .list .current {
    background-image: url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image: url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}


/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}


/* 手机站 左侧导航弹出特效 */

.xymob-left-close-btn {
    display: none;
}

@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/
    body.no-scroll,
    html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }
    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }
    .xymob-menu-click .xypg-left-news,
    .xymob-menu-click .xypg-left-keys,
    .xymob-menu-click .xypg-left-contact,
    .xymob-menu-click .page-message-img {
        display: none;
    }
    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }
    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }
    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }
    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */

.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav>li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav>li:last-child {
    border-bottom: none;
}

.xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav>li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav>li:hover .first-nav-btn,
.xypg-left-nav>li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav>li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav>li>a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li>a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}


/*  */

p {
    margin-bottom: 0px;
}

body {
    overflow-x: hidden;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.com-img2 {
    display: block;
    overflow: hidden;
}

.com-img2 img {
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
}

.com-img2:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.relative {
    position: relative;
}

.flex2 {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1600 {
    max-width: 1600px;
    width: 90.625%;
    margin: 0 auto;
}

.max1500 {
    max-width: 1500px;
    width: 90.625%;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.white-logo {
    opacity: 1;
    visibility: visible;
}

.black-logo {
    opacity: 0;
    visibility: hidden;
    display: none;
}


/* header */

.header {
    position: fixed;
    width: 100%;
    left: 0%;
    right: 0%;
    top: 0px;
    z-index: 999;
    transition: all .5s ease;
    background: rgba(255, 255, 255, 1);
}

@media (min-width: 768px) {
    .header {
        width: 90%;
        left: 5%;
        right: 5%;
        top: 30px;
        background: rgba(0, 0, 0, .1);
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
}

.h_container {
    width: 94%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    flex: 0 0 280px;
    align-self: center;
    position: relative;
    max-width: 230px;
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
    max-height: 60px
}

.top_right {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    justify-content: flex-end;
}

.x-menu {
    position: relative
}

.x-menu>li {
    position: relative;
    text-align: center
}

.x-menu>li::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    border: 8px solid;
    border-color: transparent transparent var(--main-theme-color) transparent;
    opacity: 0;
    transition: all .5s ease;
}

.x-menu>li>a {
    font-size: 0.9vw;
    padding: 0 1vw;
    line-height: 80px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.x-menu>li>a .yx_cn {
    transition: all 0.6s;
}

.x-menu>li>a .yx_en {
    font-size: 0.9vw;
    line-height: 100px;
    width: 100%;
    transition: all 0.6s;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 100%;
    text-align: center;
    opacity: 0;
}

.x-menu>li:hover::before {
    opacity: 1;
    bottom: 0px;
}

.x-menu>li:hover a .yx_cn {
    opacity: 0;
}

.x-menu>li:hover a .yx_en {
    top: 0;
    line-height: 80px;
    opacity: 1;
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    display: none;
    width: 230px;
    left: 50%;
    top: 100%;
    z-index: 99;
    transform: translateX(-50%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.x-sub-menu>li>a {
    font-size: 15px;
    padding: 0 20px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #666;
    opacity: 1;
    transition: all ease .3s;
    color: rgba(0, 0, 0, .8);
    border-bottom: rgba(0, 0, 0, .1) solid 1px;
}

.x-sub-menu>li>a:hover {
    color: #fff!important;
    background-color: var(--main-theme-color)
}


.language-group .btn a{
    color: #fff;
}

@media (min-width: 768px) {
    .header.scroll {
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        background: rgb(255 255 255 / 60%) !important;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
        backdrop-filter: blur(24px);
        -webkit-backdrop-filter: blur(24px);
    }
    .header.scroll .x-menu>li>a {
        color: #333;
        overflow: hidden;
    }
    .header.scroll .language-group .btn {
        color: #333;
    }
    .header.scroll .white-logo {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
    .header.scroll .black-logo {
        opacity: 1;
        visibility: visible;
        display: inline-block;
    }
}


/* 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.125vw;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: url(//wm.cdn.cn86.cn/xinjiuyang/2025/06/a683984770y9uqgi.png) no-repeat center;
    border-radius: 0%;
    margin: 0 8px!important;
    transition: width .3s ease;
    opacity: 1;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background-image: url(//wm.cdn.cn86.cn/xinjiuyang/2025/06/a424e5f96fnw2vxn.png);
}

.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;
}

.home-banner .swiper-slide .v_cover .v_con {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 5;
    WIDTH: 90%;
    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
}

.v_tit_aa {
    color: #fff;
    font-size: 3.64583vw;
    margin-bottom: 2.083vw;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    margin-top: 6%;
}

.v_tit_bb {
    color: #fff;
    font-size: 1.4583vw;
    font-weight: 400;
    line-height: 1.5;
}

@media (max-width: 1200px) {
    .v_tit_aa {
        font-size: 30px;
    }
    .v_tit_bb {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .home-banner .swiper-slide .v_cover .v_con {
        width: 90%;
    }
    .v_tit_aa {
        font-size: 22px;
        margin-bottom: 0;
    }
    .v_tit_bb {
        display: none;
    }
}

.home-banner .saf-bannerPagenation {
    left: 5.2083vw;
    bottom: 4.166vw;
    width: auto;
    display: flex;
}

.saf-bannerPagenation span {
    color: #fff;
    font-size: 16px;
    opacity: 1;
    width: auto;
    height: auto;
    background: none;
    display: flex;
    align-items: center
}

.saf-bannerPagenation span saf-i {
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: all 0.5s;
    margin-left: 10px;
    overflow: hidden
}

.saf-bannerPagenation span.swiper-pagination-bullet-active saf-i {
    width: 50px
}

.saf-bannerPagenation span saf-i:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: var(--main-theme-color);
    transition: all 4s;
    -webkit-transition: all 4s;
    -moz-transition: all 4s;
    -ms-transition: all 4s;
    -o-transition: all 4s;
}

.saf-bannerPagenation span.swiper-pagination-bullet-active saf-i:before {
    width: 100%
}


/* hm-product */

.e_container1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.hm-product {
    position: relative;
    overflow: hidden;
}

.hm-product-tit {
    position: relative;
    padding-bottom: 3%;
    padding-top: 4%;
}

.hm-product-tit .s_title1 {
    line-height: normal;
    letter-spacing: 2px;
    color: var(--main-theme-color);
    font-size: 20px;
}

.hm-product-tit .s_title2 {
    color: rgba(33, 47, 58, 1);
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 20px;
}

.hm-product-tit .s_title3 {
    line-height: normal;
    text-align: left;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    padding-top: 0px;
    padding-bottom: 10px;
}

.hm-product-con {
    padding-top: 5%;
    padding-bottom: 5%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(//wm.cdn.cn86.cn/wmy85/2025/07/6edabecf940fctyl.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.h-product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.h-product-list li {
    position: relative;
    width: calc(25% - 20px);
    margin: 0 10px 20px 10px;
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.h-product-list li a {
    display: block;
}

.h-product-list li .img img {
    display: block;
    width: 100%;
}

.h-product-list li .txt {
    position: relative;
}

.h-product-list li .txt h3.tit {
    line-height: 1.3;
    color: rgba(65, 71, 87, 1);
    font-size: 1vw;
    margin-top: 25px;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    text-align: left;
}

.h-product-list li .txt .pp {
    line-height: 1.5;
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.h-product-list li .txt .lemore {
    font-size: 16px;
    color: #fff;
    line-height: 27px;
    display: inline-block;
    background: #3a99af;
    padding: 10px 30px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    position: relative;
    overflow: hidden;
}

.h-product-list li .txt .lemore span {
    display: block;
    z-index: 9;
    position: relative;
}

.h-product-list li .txt .lemore::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
    transition: all .5s ease;
    z-index: 0;
    opacity: 1;
    top: 0;
    background: #96cc4d;
    right: 0px;
}

.h-product-list li:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.h-product-list li:hover .txt h3.tit {
    text-decoration: underline;
}

.h-product-list li:hover .txt .lemore::before {
    width: 100%;
}

.hm-pro-more {
    margin-top: 4.166vw;
}

.hm-pro-more a {
    position: relative;
    display: inline-block;
    padding: 15px 38px;
    background-image: -moz-linear-gradient( 0deg, rgb(150, 204, 77) 0%, rgb(58, 153, 175) 100%, rgb(0, 112, 192) 100%, rgb(3, 33, 220) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(150, 204, 77) 0%, rgb(58, 153, 175) 100%, rgb(0, 112, 192) 100%, rgb(3, 33, 220) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(150, 204, 77) 0%, rgb(58, 153, 175) 100%, rgb(0, 112, 192) 100%, rgb(3, 33, 220) 100%);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    overflow: hidden;
}

.hm-pro-more a::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
    transition: all .5s ease;
    z-index: 0;
    opacity: 1;
    top: 0;
    background: #3c9aad;
    right: 0px;
}

.hm-pro-more a span {
    display: block;
    z-index: 99;
    position: relative;
    font-size: 18px;
    color: #fff;
}

.hm-pro-more a:hover::before {
    width: 100%;
}


/* hm-about */

.hm-about {
    position: relative;
    padding-top: 3%;
    padding-bottom: 3%;
    min-height: 300px;
}

.hm-about-tit {
    position: relative;
    padding-bottom: 3%;
    padding-top: 4%;
}

.hm-about-tit .s_title1 {
    line-height: normal;
    letter-spacing: 2px;
    color: var(--main-theme-color);
    font-size: 20px;
}

.hm-about-tit .s_title2 {
    color: rgba(33, 47, 58, 1);
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 20px;
}

.about-con {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.about-con .img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 37.7%;
}

.about-con .img img {
    display: block;
    width: 100%;
}

.about-con .txt {
    position: relative;
    flex: 1;
    min-width: 1px;
    padding-left: 40px;
}

.about-con .txt .ab-txt {
    font-size: 18px;
    color: #555555;
    line-height: 1.7;
}

.ab-more {
    position: relative;
    margin-top: 20px;
}

.ab-more a {
    position: relative;
    display: inline-block;
    padding: 15px 3.125vw;
    background-image: -moz-linear-gradient( 0deg, rgb(150, 204, 77) 0%, rgb(58, 153, 175) 100%, rgb(0, 112, 192) 100%, rgb(3, 33, 220) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(150, 204, 77) 0%, rgb(58, 153, 175) 100%, rgb(0, 112, 192) 100%, rgb(3, 33, 220) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(150, 204, 77) 0%, rgb(58, 153, 175) 100%, rgb(0, 112, 192) 100%, rgb(3, 33, 220) 100%);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    overflow: hidden;
}

.ab-more a::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
    transition: all .5s ease;
    z-index: 0;
    opacity: 1;
    top: 0;
    background: #3c9aad;
    right: 0px;
}

.ab-more a span {
    display: block;
    z-index: 99;
    position: relative;
    font-size: 18px;
    color: #fff;
}

.ab-more a:hover::before {
    width: 100%;
}


/* hm-choose */

.hm-choose {
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
    min-height: 300px;
    background: #4ba2be;
}

.h-choose-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.h-choose-list li {
    position: relative;
    width: calc(25% - 50px);
    margin: 0 25px 50px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    transition: all 0.3s;
    background: rgb(255 255 255 / 60%);
    box-shadow: 0px 13px 18px 0px rgb(35 53 78 / 16%) !important;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.h-choose-list li * {
    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-choose-list li .img {
    position: relative;
    text-align: center;
    margin: 20px auto;
}

.h-choose-list li .img img {
    display: inline-block;
    max-width: 50px;
}

.h-choose-list li .txt h3 {
    width: 60%;
    margin: 0 auto;
    color: #111111;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.5;
    text-align: center;
    font-size: 22px;
}

.h-choose-list li .txt .pp {
    font-size: 15px;
    color: #666666;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 10px;
}

.h-choose-list li:hover {
    background-color: var(--main-theme-color);
}

.h-choose-list li:hover * {
    color: #fff !important;
}

.h-choose-list li: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+ */
}


/* application-con */

.application-con {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.application-con .z_school_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.application-con .z_school_bg li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: ease 1s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.application-con .z_school_bg li.on {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.application-con .z_school_bg li .imgbg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease 1s
}

.about-photo-list32 {
    display: flex; justify-content: space-between;flex-wrap:wrap;
    height: 100%;
    width: 100%;
}

.about-photo-list32 li {
    position: relative;
    height: 100%;
    width:20%;
    border-right: 1px solid rgba(255, 255, 255, .3);
    padding: 20px;
    padding-bottom: 50px;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}

.about-photo-list32 li a {
    display: block;
    width: 100%;
}

.about-photo-list32 li .img {
    margin-bottom: 2.083vw;
}

.about-photo-list32 li .img img {
    max-width: 80px;
}

.about-photo-list32 li .txt {
    position: relative;
    transition: height .5s;
    height: 50px;
    overflow: hidden;
}

.about-photo-list32 li .txt h3 {
    color: #fff;
    font-size: 1.35416vw;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.about-photo-list32 li .txt .pp {
    color: #eff1f0;
    font-size: 16px;
    line-height: 28px
}

.about-photo-list32 li .mox {
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    margin-top: 20px;
}

.about-photo-list32 li:hover .txt {
    height: 170px
}

.about-photo-list32 li:nth-child(odd):hover:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(58, 153, 175, .8));
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-photo-list32 li:nth-child(even):hover:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(134, 184, 72, .8));
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/* hm-service */

.hm-service {
    position: relative;
}

.h-service-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.h-service-list li {
    position: relative;
    width: calc(25% - 50px);
    margin: 0 25px 0px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px 30px;
    transition: all 0.3s;
    background: #dee6ee;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    overflow: hidden;
}

.h-service-list li * {
    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-service-list li .img {
    position: relative;
    margin: 20px 0;
}

.h-service-list li .img img {
    display: inline-block;
    max-width: 3.125vw;
}

.h-service-list li .txt h3 {
    color: #111111;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 24px;
}

.h-service-list li .txt .pp {
    font-size: 18px;
    color: #444444;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 2.083vw;
}

.h-service-list li .num {
    position: absolute;
    left: 10px;
    bottom: -1.5625vw;
    line-height: 1;
    font-size: 3.64583vw;
    font-weight: bold;
    color: #fff;
}

.h-service-list li:hover {
    background-color: #3a99af;
}

.h-service-list li:hover * {
    color: #fff !important;
}

.h-service-list li: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+ */
}


/* hm-news */

.hm-news {
    position: relative;
    padding-bottom: 50px;
}

.hm-news-tit {
    padding-bottom: 1%;
}

.hm-news_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.hm-news_list li {
    position: relative;
    width: calc(50% - 30px);
    margin: 0 15px 30px;
    padding: 4.6875vw 25px;
    background: #fff;
    box-shadow: 0 0 10px #c4e0e7;
    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;
}

.hm-news_list li a {
    display: flex;
    align-items: center;
}

.hm-news_list li .img {
    width: 262px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    max-width: 34%;
}

.hm-news_list li .img img {
    display: block;
    width: 100%;
}

.hm-news_list li .txt {
    flex: 1;
    min-width: 1px;
    padding-left: 15px;
}

.hm-news_list li .txt span {
    display: block;
    font-size: 18px;
    color: #555555;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.hm-news_list li .txt h3 {
    display: block;
    font-size: 22px;
    color: #111111;
    font-weight: bold;
    margin-bottom: 20px;
}

.hm-news_list li .txt .pp {
    font-size: 17px;
    color: #555555;
    line-height: 1.5;
}

.hm-news_list li:hover {
    background-color: #dee6ee;
}


/* foot */

.foot {
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(141.0deg, rgba(58, 153, 176, 1) 0.0, rgba(144, 200, 81, 1) 100.0%);
}

.foot-top {
    position: relative;
    padding-top: 4.166vw;
    padding-bottom: 6.25vw;
}

.foot-top .ft-item {
    flex: 0 0 300px;
}

.foot-top .bti {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

.foot-dao {
    margin-bottom: 1rem;
}

.foot-dao li a {
    display: block;
    font-size: 18px;
    line-height: 35px;
    color: rgba(255, 255, 255, 0.7);
}

.foot-dao li a:hover {
    color: #fff!important;
    text-decoration: underline;
}

.foot-lxwm {
    font-size: 18px;
    line-height: 35px;
    color: rgba(255, 255, 255, 0.7);
}

.foot-banq {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    padding: 15px 0;
    line-height: 1.5;
}

.foot-banq a {
    color: rgba(255, 255, 255, .5);
}

.foot-banq .sitemap a {
    padding-left: 20px;
    background: url(//wm.cdn.cn86.cn/wmy85/2025/07/470b80f221snatp4.png) no-repeat left center;
}

.foot-banq a:hover {
    color: #fff!important;
}


/* left-sidebar */

.left-sidebar {
    position: relative;
}

.left-sidebar .pp-item {
    position: relative;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.left-sidebar .pp-item .df {
    width: 30px;
}

.left-sidebar .pp-item .df svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.left-sidebar .pp-item .dr {
    flex: 1;
    min-width: 1px;
    padding-left: 10px;
    font-size: 14px;
    color: #fff;
}

.left-sidebar .pp-item .dr a {
    font-size: 16px;
    color: #fff
}

.left-sidebar .pp-item1 {
    background-image: linear-gradient(123.0deg, rgba(59, 153, 175, 1) 0.0, rgba(120, 187, 108, 1) 100.0%);
}

.left-sidebar .pp-item2 {
    background-color: rgba(33, 33, 33, 1);
}


/* nei-template-wrap */

.nei-template-wrap {
    position: relative;
    background: #f6f6f6;
    padding-top: 3%;
    padding-bottom: 4%;
}

.max-all {
    margin-left: auto;
    margin-right: auto;
    width: 88%;
}

.wmy-left {
    position: relative;
    padding: 0px 0px;
}

@media (min-width:990px) {
    .wmy-left {
        float: left;
        width: 20.59%;
        margin-right: 30px;
        position: sticky;
        top: 100px;
    }
}

.wmy-right {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 30px;
}


/* 内页产品列表 */

.x-product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.x-product-list li {
    position: relative;
    width: calc(33.33% - 20px);
    margin: 0 10px 20px 10px;
    background: #f6f6f6;
    padding: 30px 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.x-product-list li a {
    display: block;
}

.x-product-list li .img {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.x-product-list li .img img {
    display: block;
    width: 100%;
}

.x-product-list li .txt {
    position: relative;
}

.x-product-list li .txt h3.tit {
    line-height: 1.3;
    color: rgba(65, 71, 87, 1);
    font-size: 1vw;
    margin-top: 25px;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    text-align: left;
}

.x-product-list li .txt .pp {
    line-height: 1.5;
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.x-product-list li .txt .lemore {
    font-size: 16px;
    color: #fff;
    line-height: 27px;
    display: inline-block;
    background: #3a99af;
    padding: 10px 30px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    position: relative;
    overflow: hidden;
}

.x-product-list li .txt .lemore span {
    display: block;
    z-index: 9;
    position: relative;
}

.x-product-list li .txt .lemore::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
    transition: all .5s ease;
    z-index: 0;
    opacity: 1;
    top: 0;
    background: #96cc4d;
    right: 0px;
}

.x-product-list li:hover .txt h3.tit {
    text-decoration: underline;
    color: #96cc4d;
}

.x-product-list li:hover .txt .lemore::before {
    width: 100%;
}

@media (max-width:1200px) {
    .x-product-list li {
        width: calc(50% - 20px);
    }
    .x-product-list li .txt h3.tit {
        font-size: 18px;
    }
}

@media (max-width:768px) {
    .x-product-list li {
        width: calc(100% - 20px);
    }
    .x-product-list li .txt h3.tit {
        font-size: 16px;
    }
    .x-product-list li .txt .pp {
        font-size: 14px;
    }
}

.product-desc {
    background-color: #4aa1bd;
    padding: 30px 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 30px;
}


/* 产品分类 */

.p_c_content {
    position: relative;
}

.p_c_content>li {
    position: relative;
}

.p_c_content>li .p_c_title1 {
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    font-size: 15px;
    transition: all ease .3s;
    width: 100%;
    color: #333;
    background: #fff;
}

.p_c_content>li .p_c_title1 a {
    width: 100%;
    padding-left: 15px;
    display: flex;
    justify-content: flex-start;
    color: inherit;
}

.p_c_content>li .p_c_title1 a span {
    font-weight: bold;
}

.p_c_content>li .p_c_title1 .p_arrbtm {
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid rgb(0 0 0 / 5%);
    background: url(//wm.cdn.cn86.cn/wmy85/2025/07/284c8cd664mnfcwt.png) no-repeat center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.p_c_content>li.active .p_c_title1 {
    color: #fff;
    background: var(--main-theme-color);
    border-bottom: 1px solid var(--main-theme-color);
}

.p_c_content>li .p_c_title1:hover {
    color: #fff;
    background: #4aa1bd;
    border-bottom: 1px solid #4aa1bd;
}

.p_c_content>li .p_c_title1:hover a,
.p_c_content>li.active .p_c_title1 a {
    color: #fff!important;
}

.p_c_content>li .p_c_title1:hover .p_arrbtm,
.p_c_content>li.active .p_c_title1 .p_arrbtm {
    background-image: url(//wm.cdn.cn86.cn/wmy85/2025/07/50d9dca9a4bqfdor.png);
}

.p_c_content>li.active .p_arrbtm {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.deep-2 {
    position: relative;
    display: none;
}

.deep-2 li {
    position: relative;
}

.deep-2 li .p_c_title2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
    transition: all ease .3s;
    width: 100%;
    color: #666;
    background: #ededed;
}

.deep-2 li .p_c_title2 a {
    width: 100%;
    padding-left: 15px;
    display: flex;
    justify-content: flex-start;
}

.deep-2 li .p_c_title2 a span {
    font-weight: normal;
}

.deep-2 li .p_c_title2.active {
    color: #fff;
    background: var(--main-theme-color);
    border-bottom: 1px solid var(--main-theme-color);
}

.deep-2 li .p_c_title2:hover {
    color: #fff;
    background: #4aa1bd;
    border-bottom: 1px solid #4aa1bd;
}

.deep-2 li .p_c_title2.active a {
    color: #fff!important;
}

.deep-2 li .p_c_title2:hover a {
    color: #fff!important;
}


/* */

@media (max-width:1280px) {
    .x-menu>li>a {
        font-size: 16px;
    }
    .about-con .txt .ab-txt {
        font-size: 16px;
    }
    .h-choose-list,
    .h-service-list {
        margin: 0 -10px;
    }
    .h-choose-list li,
    .h-service-list li {
        width: calc(25% - 20px);
        margin: 0 10px 30px;
    }
    .h-choose-list li .txt h3 {
        width: 80%;
        font-size: 20px;
    }
    .h-choose-list li .txt .pp {
        font-size: 14px;
    }
    .h-service-list li .txt h3 {
        font-size: 20px;
    }
    .h-service-list li .txt .pp {
        font-size: 14px;
        line-height: 26px;
    }
    .hm-news_list li {
        padding: 2.6875vw 15px;
    }
    .hm-news_list li .txt span {
        font-size: 15px;
    }
    .hm-news_list li .txt h3 {
        font-size: 18px;
    }
    .hm-news_list li .txt .pp {
        font-size: 14px;
    }
    .foot-dao li a,
    .foot-lxwm {
        font-size: 16px;
    }
    .h-product-list li .txt h3.tit {
        font-size: 18px;
    }
    .h-product-list li .txt .pp {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .h-product-list li .txt .lemore {
        font-size: 14px;
        padding: 7px 20px
    }
}

@media (max-width:992px) {
    .h-product-list li {
        width: calc(50% - 20px);
    }
    .about-con .img {
        width: 100%;
        margin-bottom: 30px;
    }
    .about-con .txt {
        padding-left: 0px;
    }
    .h-choose-list li .txt h3 {
        width: 100%;
        font-size: 18px;
    }
    .h-choose-list li .txt .pp {
        line-height: 26px;
    }
    .about-photo-list32 li .img img {
        max-width: 35px;
    }
    .about-photo-list32 li .txt {
        height: 40px;
    }
    .about-photo-list32 li .txt h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .about-photo-list32 li .txt .pp {
        font-size: 14px;
        line-height: 22px;
    }
    .about-photo-list32 li:hover .txt {
        height: 145px;
    }
}

@media (max-width:768px) {
    .home-banner {
        padding-top: 60px;
    }
    .saf-bannerPagenation span {
        font-size: 14px;
    }
    .h-choose-list li,
    .h-service-list li {
        width: calc(50% - 20px);
    }
    .hm-news {
        padding-bottom: 20px;
    }
    .hm-news_list li {
        width: calc(100% - 30px);
    }
    .foot-top .ft-item {
        margin-bottom: 1rem;
    }
    .foot-top .bti {
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 20px;
    }
    .foot {
        margin-bottom: 70px;
    }
    .foot-top {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .foot-dao li a,
    .foot-lxwm {
        line-height: 28px;
    }
    .logo {
        height: 60px;
        flex: 0 0 150px;
    }
    .logo a {
        display: flex;
        align-items: center;
        height: 100%;
    }
    .logo a img {
        max-height: 40px;
    }
    .about-photo-list32 {
        flex-wrap: wrap;
    }
    .about-photo-list32 li {
        height: 33.33%;
        width: 50%;
    }
    .about-photo-list32 li .txt h3 {
        font-size: 16px;
    }
    .about-photo-list32 li .txt .pp {
        display: none;
    }
    .about-photo-list32 li .txt {
        height: 30px;
    }
    .about-photo-list32 li:hover .txt {
        height: 50px;
    }
}

@media (max-width:500px) {
    .h-product-list li {
        width: calc(100% - 20px);
    }
    .hm-product-con {
        padding-top: 40px;
    }
    .h-choose-list li {
        padding: 15px 15px;
    }
    .hm-product-tit .s_title2,
    .hm-about-tit .s_title2 {
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .hm-product-tit .s_title3 {
        line-height: 1.7;
        font-size: 14px;
    }
    .hm-news_list li {
        padding: 20px 15px;
    }
    .hm-news_list li .txt h3 {
        margin-bottom: 12px;
    }
    .h-service-list li .num {
        font-size: 30px;
        bottom: -10px;
    }
    .h-service-list li .img img {
        max-width: 30px;
    }
    .hm-pro-more a {
        padding: 12px 28px;
    }
    .hm-pro-more a span {
        font-size: 15px;
    }
    .foot-top .ft-item {
        flex: 0 0 100%;
    }
    .ab-more a {
        padding: 12px 28px;
    }
    .ab-more a span {
        font-size: 15px;
    }
}