.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
}

.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}

.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}

.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}

.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}

.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}

table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px) {
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor: pointer;
}

.poorder #ert {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-he.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder #uioi {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-su.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder .tab-list .list .current {
    background-image: url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image: url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}


/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}


/* 手机站 左侧导航弹出特效 */

.xymob-left-close-btn {
    display: none;
}

@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/
    body.no-scroll,
    html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }
    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }
    .xymob-menu-click .xypg-left-news,
    .xymob-menu-click .xypg-left-keys,
    .xymob-menu-click .xypg-left-contact,
    .xymob-menu-click .page-message-img {
        display: none;
    }
    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }
    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }
    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }
    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */

.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav>li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav>li:last-child {
    border-bottom: none;
}

.xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav>li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav>li:hover .first-nav-btn,
.xypg-left-nav>li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav>li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav>li>a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li>a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}


/*  */

p {
    margin: 0;
}

body {
    overflow-x: hidden;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.com-img2 {
    display: block;
    overflow: hidden;
}

.com-img2 img {
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
}

.com-img2:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.relative {
    position: relative;
}

.flex2 {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.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;
}

.max1100 {
    max-width: 1130px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.w-full {
    width: 100%;
}

.w-1-2 {
    width: 50%;
}

.w-1-3 {
    width: 33.3333%;
}

.w-1-4 {
    width: 25%;
}

@media (max-width: 768px) {
    .w-1-2,
    .w-1-3,
    .w-1-4 {
        width: 100%!important;
    }
}

@font-face {
    font-family: 'Inter-bold';
    src: url(../fonts/inter-bold.otf) format('opentype');
}

@font-face {
    font-family: 'Inter-var';
    src: url(../fonts/inter-var.ttf) format('truetype');
}


/* header */

.header {
    position: relative;
    z-index: 999;
    padding: 3px 0;
    background-color: #009b4c;
}

.header-container {
    position: relative;
    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);
    border-top-left-radius: 30px;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    100% {
        transform: translateY(0)
    }
}

.top-mid-flex {
    height: 104px;
}

.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
}

.head-message {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    padding: 12px 26px;
    background-color: var(--main-theme-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.head-message a {
    font-size: 14px;
    color: #fff!important;
    font-family: "Inter-bold";
}

.head-message a i {
    display: inline-block;
    background: url(//wm.cdn.cn86.cn/yousuxc/2026/01/f63ce32abezmfdpe.png) no-repeat;
    margin-left: 10px;
    width: 12px;
    height: 12px;
}

.head-message:hover {
    background-color: var(--sub-theme-color);
}

.x-menu {
    position: static;
}

.x-menu>li {
    position: relative;
    text-align: center;
}

.x-menu>li>a {
    display: flex;
    font-size: 20px;
    color: #333333;
    height: 104px;
    font-weight: 400;
    font-family: 'Inter-bold';
    position: relative;
    align-items: center;
    justify-content: center;
}

.x-menu>li>a i {
    color: rgba(0, 0, 0, .3);
    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);
    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;
}

.x-menu>li:hover>a i,
.x-menu>li.active>a i {
    color: var(--main-theme-color)!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: 10px;
        margin-right: 10px;
    }
}

@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
    }
}


/* banner */

.banner {
    height: 795px;
    height: 41.40625vw;
    overflow: hidden;
    position: relative;
}

.banner .z_school_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.banner .z_school_bg li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: ease 1s;
    transform: scale(1.1);
    opacity: 0
}

.banner .z_school_bg li.on {
    transform: scale(1, 1);
    opacity: 1
}

.banner .z_school_bg li .imgbg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease 1s;
    -webkit-transition: ease 1s;
    -moz-transition: ease 1s;
    -ms-transition: ease 1s;
    -o-transition: ease 1s;
}

.banner .conx {
    margin-top: 0;
    position: relative;
    height: 100%;
}

.banner .z_school_swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.banner .z_school_swiper .swiper-slide {
    opacity: 0!important;
    transition-duration: 0s!important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 9.375vw;
    height: 100%;
}

.banner .z_school_swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    transition-duration: 0ms !important;
}

.banner .z_school_swiper .swiper-slide .oo {
    padding-left: 10.9375vw;
    border-left: 11px solid var(--main-theme-color);
}

.banner .z_school_swiper .swiper-slide .tf0 {
    color: #fff;
    font-size: 3.75vw;
    margin-bottom: 1.5625vw;
    font-family: "Iner-bold";
    font-weight: bold;
    line-height: 1.1;
    max-width: 800px;
}

.banner .z_school_swiper .swiper-slide .tf1 {
    color: #fff;
    font-size: 1.125vw;
    font-family: "Iner-var";
    line-height: 1.5;
    max-width: 800px;
}

.banner .z_school_tab {
    width: 100%;
    position: absolute;
    left: 0%;
    bottom: 2.864583vw;
    z-index: 99;
}

.banner .z_school_tab ul {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 124px;
}

.banner .z_school_tab li {
    width: calc(25% - 20px);
    margin: 0 10px 0 10px;
    height: 100%;
    background: #fff;
    text-align: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.banner .z_school_tab li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 1.5625vw 10px 1.5625vw;
    height: 100%;
}

.banner .z_school_tab li::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--main-theme-color);
    transition: ease 1s;
    transform: translateY(100%);
    opacity: 0
}

.banner .z_school_tab li.active::before {
    transform: translateY(0);
    opacity: 1
}

.banner .z_school_tab li .img {
    margin-right: 15px;
    position: relative;
    width: 4.0625vw;
    height: 4.0625vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 155, 76, .08);
    border-radius: 50%;
    z-index: 9;
}

.banner .z_school_tab li .img img {
    max-width: 3.125vw;
}

.banner .z_school_tab li .txt {
    position: relative;
    flex: 1;
    min-width: 1px;
}

.banner .z_school_tab li h3 {
    display: block;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5px;
    font-family: "Iner-var";
}

.banner .z_school_tab li p {
    font-size: 14px;
    color: #666666;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0px;
    z-index: 3;
}

.banner .z_school_tab li.active .img {
    background-color: #fff;
}

.banner .z_school_tab li.active .txt * {
    color: #fff!important;
}


/* 初始状态：文字在下方 + 不可见 */

.banner .z_school_swiper .swiper-slide .tf0,
.banner .z_school_swiper .swiper-slide .tf1 {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}


/* tf1 稍微延迟，形成“依次”效果 */

.banner .z_school_swiper .swiper-slide .tf1 {
    transition-delay: 0.4s;
}


/* 当前激活 slide */

.banner .z_school_swiper .swiper-slide.swiper-slide-active .tf0,
.banner .z_school_swiper .swiper-slide.swiper-slide-active .tf1 {
    opacity: 1;
    transform: translateY(0);
}


/* section1 */

.section1 {
    position: relative;
    background: #f2f4f9;
    padding-top: 4.166vw;
    padding-bottom: 5.2083vw;
}

.hm-title {
    position: relative;
}

.hm-title h3 {
    color: #222222;
    font-size: 2.5vw;
    line-height: 1.2;
    font-family: "Inter-bold";
    margin-bottom: 10px;
}

.hm-title p {
    color: #666666;
    font-size: 18px;
    line-height: 1.5;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.product-swiper {
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}

.product-swiper .swiper-slide {
    position: relative;
    padding: 8px;
}

.product-swiper .swiper-slide a {
    display: block;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 10px 10px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.product-swiper .swiper-slide .img {
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.product-swiper .swiper-slide .img img {
    display: block;
    width: 100%;
}

.product-swiper .swiper-slide .txt {
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
}

.product-swiper .swiper-slide .txt h3 {
    color: #333333;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: "Inter-bold";
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.product-swiper .swiper-slide .txt .pmore {
    display: inline-block;
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    background: transparent;
    border: 1px solid #333;
    padding: 10px 30px;
    border-radius: 30px;
    font-family: "Inter-bold";
    -webkit-border-radius: 30px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.product-swiper .swiper-slide:hover a {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
}

.product-swiper .swiper-slide:hover .txt h3 {
    color: var(--main-theme-color);
}

.product-swiper .swiper-slide:hover .txt .pmore {
    background: var(--main-theme-color);
    border-color: var(--main-theme-color);
    color: #fff!important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}


/* section2 */

.section2 {
    position: relative;
    background-color: #fff;
    padding-top: 4.166vw;
    padding-bottom: 4.166vw;
}

.h-section2-list {
    position: relative;
    margin-top: 3.125vw;
    margin-left: -15px;
    margin-right: -15px;
}

.h-section2-list li {
    position: relative;
    width: calc(25% - 30px);
    margin: 0 15px 30px 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.h-section2-list li .txt {
    padding-top: 20px;
}

.h-section2-list li .txt a {
    display: block;
}

.h-section2-list li .txt h3 {
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
    font-weight: normal;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.h-section2-list li .tip {
    position: relative;
    overflow: hidden;
}

.h-section2-list li .img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.h-section2-list li .img img {
    display: block;
    width: 100%;
}

.h-section2-list li .tip .sk {
    position: absolute;
    right: 0px;
    bottom: -100%;
    z-index: 99;
    padding: 10px;
    display: flex;
    align-items: center;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
}

.h-section2-list li .tip .sk a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.h-section2-list li .tip .sk a.sk1 i {
    background: url(//wm.cdn.cn86.cn/yousuxc/2026/01/09bde8a0671glbdr.png) no-repeat center;
    width: 21px;
    height: 21px;
    display: block;
}

.h-section2-list li .tip .sk a.sk2 i {
    background: url(//wm.cdn.cn86.cn/yousuxc/2026/01/9edbe25530zwybeo.png) no-repeat center;
    width: 21px;
    height: 21px;
    display: block;
}

.h-section2-list li:hover .txt h3 {
    color: var(--main-theme-color);
    font-family: "Inter-bold";
}

.h-section2-list li:hover .tip .sk {
    bottom: 0px;
}

.h-section2-list li .tip .sk a:hover {
    background-color: var(--main-theme-color);
}

.h-section2-list li .tip .sk a.sk1:hover i {
    background-image: url(//wm.cdn.cn86.cn/yousuxc/2026/01/a37b4d622agpzzae.png);
}

.h-section2-list li .tip .sk a.sk2:hover i {
    background-image: url(//wm.cdn.cn86.cn/yousuxc/2026/01/c9fa216e00va2nuu.png);
}

.explore-more {
    position: relative;
}

.explore-more a {
    display: inline-block;
    font-family: "Inter-bold";
    text-align: center;
    width: 188px;
    line-height: 58px;
    background: var(--main-theme-color);
    box-shadow: 0px 14px 14px 0px rgba(0, 155, 76, 0.1);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 16px;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.explore-more a:hover,
.explore-more a:focus {
    color: #fff!important;
    background-color: var(--sub-theme-color);
}

.explore-more1 {
    margin-top: 30px;
}


/* section3 */

.section3 {
    position: relative;
    background-color: #f2f4f9;
    padding-top: 4.166vw;
    padding-bottom: 4.166vw;
}

.section3-con {
    margin-top: 50px;
}

.h-section3-list {
    position: relative;
}

.h-section3-list li {
    position: relative;
    width: calc(25% - 26px);
    margin: 0 13px 26px 13px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.h-section3-list li a {
    display: block;
}

.h-section3-list li .img {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.h-section3-list li .img img {
    display: block;
    width: 100%;
}

.h-section3-list li .txt {
    position: relative;
    padding: 20px 0 0;
}

.h-section3-list li .txt h3 {
    display: block;
    font-size: 24px;
    color: #222222;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: "Inter-bold";
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.h-section3-list li .txt .pp {
    font-size: 16px;
    color: #666666;
    line-height: 1.3;
}

.h-section3-list li:hover .txt h3 {
    color: var(--main-theme-color);
}


/* section4 */

.section4 {
    position: relative;
    background-color: #fff;
    padding-top: 6.77083vw;
    padding-bottom: 6.77083vw;
    z-index: 99;
}

.section4 .yuanm {
    position: absolute;
    left: -13vw;
    bottom: -13vw;
    z-index: -1;
    width: 32.916vw;
    height: 32.916vw;
    /* 关键：旋转动画 */
    animation: yuanRotate 20s linear infinite;
    transform-origin: center center;
}

.section4 .yuanm img {
    width: 100%;
    height: 100%;
}


/* 旋转关键帧 */

@keyframes yuanRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.hm-title4 {
    position: relative;
    width: 32%;
}

.hm-title4 h3 {
    margin-bottom: 2.083vw;
}

.hm-title4 .explore-more2 {
    margin-top: 6.7708vw;
}

.section4-con {
    position: relative;
    width: 57.33%;
}

.h-section4-list {
    position: relative;
    margin: 0 -13px;
}

.h-section4-list li {
    position: relative;
    width: calc(50% - 26px);
    margin: 0 13px 26px 13px;
    border: 2px solid #eeeeee;
    padding: 2.083vw 2.083vw;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
     transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.h-section4-list li a {
    display: block;
}

.h-section4-list li .img {
    margin-bottom: 15px;
    height: 68px;
    width: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.h-section4-list li .img img {
    max-width: 100%;
}

.h-section4-list li .txt h3 {
    display: block;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: "Inter-bold";
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.h-section4-list li .txt .pp {
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}

.h-section4-list li:hover {
    transform: translateY(-6px);
    box-shadow: 1px 3px 17px 14px rgba(0, 155, 76, 0.1);
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}


.h-section4-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+ */
}

.h-section4-list li:hover * {
    color: #fff!important;
}


/* section5  */

.section5 {
    position: relative;
    background-color: var(--main-theme-color);
}

.section5-left {
    width: 46.35vw;
    position: relative;
}

.section5-left .img {
    height: 100%;
}

.section5-left .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.section5-right {
    flex: 1;
    min-width: 1px;
    padding-left: 5.72916vw;
    padding-right: 11.97916vw;
    padding-top: 4.1666vw;
    padding-bottom: 30px;
}

.section5-right .uu1 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.section5-right .uu2 {
    font-size: 2.1875vw;
    color: #fff;
    line-height: 1.1;
    font-weight: bold;
    font-family: "Inter-bold";
    margin-bottom: 20px;
}

.section5-right .uu3 {
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
    font-weight: normal;
    margin-bottom: 2.60416vw;
}

.section5-right .uu4 a {
    display: flex;
    align-items: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 10px 30px;
    line-height: 34px;
    border: 1px solid #fff;
    font-family: "Inter-bold";
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 9;
}

.section5-right .uu4 a i {
    margin-left: 20px;
    width: 12px;
    height: 12px;
    background: url(//wm.cdn.cn86.cn/yousuxc/2026/01/f63ce32abezmfdpe.png) no-repeat;
    display: block;
}

.section5-right .uu4 a:first-child {
    margin-right: 14px;
}

.section5-right .uu4 a:hover,
.section5-right .uu4 a:first-child {
    border-color: #f29016;
    color: #fff!important;
}



.section5-right .uu4 a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    content: "";
    background: #f29016;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    z-index: -1
}

.section5-right .uu4 a:hover::before,
.section5-right .uu4 a:first-child::before {
    width: 100%;
}


/* section6 */

.section6 {
    position: relative;
    background-color: #f2f4f9;
    padding: 4.166vw 0;
}

.h-section6-list {
    position: relative;
    margin: 0 -10px;
}

.h-section6-list li {
    position: relative;
    width: calc(25% - 20px);
    margin: 0 10px 10px 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    overflow: hidden;
}

.h-section6-list li a {
    display: block;
    position: relative;
}

.h-section6-list li .img {
    margin-bottom: 0px;
}

.h-section6-list li .img img {
    width: 100%;
}

.h-section6-list li .txt {
    position: absolute;
    left: 0px;
    bottom: -100%;
    width: 100%;
    z-index: 99;
    padding: 10px 0;
    background-color: rgba(0, 155, 76, .84);
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
}

.h-section6-list li .txt h3 {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 0px;
    text-align: center;
    font-family: "Inter-bold";
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.h-section6-list li:hover .txt {
    bottom: 0px;
}


/*section7 */

.section7 {
    position: relative;
    background-color: #fff;
    padding: 5.2083vw 0;
}

.section7-con {
    position: relative;
    margin-top: 50px;
}

.sec7-photo-list {
    position: relative;
    overflow: hidden
}

.sec7-photo-list li {
    position: relative;
    background: transparent;
    border: 1px solid #cfd6da;
    margin-bottom: 20px;
    padding: 20px 25px 15px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.sec7-photo-list li.on {
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}

.sec7-photo-list li .tip-tit {
    padding: 10px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.sec7-photo-list li .tip-tit span {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}

.sec7-photo-list li.on .tip-tit span,
.sec7-photo-list li .tip-tit span.clicked {
    color: #fff;
    font-weight: bold;
    font-family: "Inter-bold";
}

.sec7-photo-list li .tip-cont {
    color: #fff;
    font-size: 15px;
    display: none
}

.circle-chevron {
    width: 14px;
    height: 14px;
    background: url(//wm.cdn.cn86.cn/yousuxc/2026/01/92e1f19962c0fxql.png) no-repeat center;
    flex-shrink: 0;
    place-items: center;
    transition: all .2s ease-in-out;
    display: grid
}

.circle-chevron.clicked {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-image: url(//wm.cdn.cn86.cn/yousuxc/2026/01/c2a8649a8cchbf8k.png)
}

@media (max-width:768px) {
    .section7-con {
        margin-top: 30px;
    }
    .sec7-photo-list li .tip-tit span {
        font-size: 18px
    }
}


/* section8 */

.section8 {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
}

.hm-title8 h3 {
    color: #fff;
}

.hm-title8 p {
    color: #fff;
    line-height: 1.7;
    max-width: 1000px;
}

.hm-title8 .pmo {
    position: relative;
    margin-top: 3.15vw;
}

.hm-title8 .pmo a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 56px;
    text-align: center;
    border-radius: 5px;
    width: 172px;
    margin: 0 auto;
    font-family: "Inter-bold";
    background-color: #009b4c;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.hm-title8 .pmo a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    content: "";
    background: var(--sub-theme-color);
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    z-index: -1
}

.hm-title8 .pmo a:hover {
    color: #fff!important;
    border-color: var(--sub-theme-color);
}

.hm-title8 .pmo a:hover::before {
    width: 100%;
}


/* section9 */

.section9 {
    position: relative;
    background-color: #292929;
}

.section91 {
    padding-top: 4.6875vw;
    padding-bottom: 3.6458vw;
    background-color: #fff;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
}

.section9-con {
    margin-top: 50px;
}

.hm-news-list {
    position: relative;
    margin: 0 -20px;
}

.hm-news-list li {
    position: relative;
    width: calc(33.33% - 40px);
    margin: 0 20px 20px 20px;
    padding: 10px 10px;
    border: 1px solid #e5e5e5;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05);
}

.hm-news-list li a {
    display: block;
}

.hm-news-list li .img {
    position: relative;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.hm-news-list li .img img {
    display: block;
    width: 100%;
}

.hm-news-list li .img .stime {
    position: absolute;
    left: 18px;
    bottom: -18px;
    z-index: 99;
    background-color: var(--main-theme-color);
    padding: 5px 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.hm-news-list li .img .stime span {
    padding-left: 24px;
    background: url(//wm.cdn.cn86.cn/yousuxc/2026/01/dc7127bf4e5vprow.png) no-repeat left center;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}

.hm-news-list li .txt {
    padding: 40px 15px 15px 15px;
    position: relative;
}

.hm-news-list li .txt h3 {
    font-size: 24px;
    color: #333333;
    line-height: 1.3;
    font-weight: bold;
    font-family: "Inter-bold";
    margin-bottom: 15px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.hm-news-list li .txt .pp {
    font-size: 14px;
    color: #888888;
    line-height: 1.5;
    margin-bottom: 1.5625vw;
}

.hm-news-list li .txt .read {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.hm-news-list li .txt .read i {
    width: 10px;
    height: 10px;
    background: url(//wm.cdn.cn86.cn/yousuxc/2026/01/388582bb26gebp5j.png) no-repeat center;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.hm-news-list li:hover {
    box-shadow: 0px 0px 15px rgba(0, 155, 76, 0.2);
    border-color: #b1d9c5;
}

.hm-news-list li:hover .txt h3 {
    color: var(--main-theme-color);
}

.hm-news-list li:hover .txt .read {
    color: var(--main-theme-color);
}

.hm-news-list li:hover .txt .read i {
    background-image: url(//wm.cdn.cn86.cn/yousuxc/2026/01/251bb79971kuzzec.png);
}

.explore-more3 {
    margin-top: 3.125vw;
    font-size: 18px;
    color: #222222;
    font-family: "Inter-bold";
}

.explore-more3 a {
    color: var(--main-theme-color);
    font-family: "Inter-bold";
    border-bottom: 2px solid var(--main-theme-color);
}


/* foot */

.foot {
    position: relative;
    background: #292929;
}

.foot-top {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.foot-item1 {
    width: 380px;
    position: relative;
    margin-right: 8.33vw;
}

.foot-item2 {
    flex: 1;
    min-width: 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot-item2 .ft-item {
    max-width: 230px;
}

.ft-flogo-wz {
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
    margin-bottom: 30px;
    font-family: "Inter-bold";
}

.form-submit2 {
    position: relative;
    padding-right: 40px;
}

.form-submit2 .form-input.captcha {
    position: relative;
}

.form-submit2 .form-input.captcha img {
    position: absolute;
    right: 7px;
    top: 7px;
}

.form-submit2 .form-control {
    background-size: 30px 30px;
    border-radius: 4px;
    border: none;
    background-color: #4e4e4e;
    padding: 1.5rem 40px 1.5rem .75rem;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.form-submit2 .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-submit2 .form-control:focus {
    box-shadow: inherit;
}

.form-submit2 .captcha .form-control {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.form-submit2 .form-control.content {
    height: 90px;
    padding: 1.2rem 40px 1.9rem .75rem;
}

.form-submit2 .btn {
    width: 100%;
    font-size: 14px;
    padding: .7rem 2rem;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: "Inter-bold";
    background-color: var(--main-theme-color) !important;
    border-color: var(--main-theme-color) !important;
    color: #fff;
}

.form-submit2 .btn:hover {
    background-color: var(--sub-theme-color) !important;
    border-color: var(--sub-theme-color) !important;
    color: #fff;
}

.foot-top .bti {
    font-size: 20px;
    font-family: "Inter-bold";
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    margin-bottom: 15px;
}

.foot-dao {
    margin-bottom: 1rem;
}

.foot-dao li {
    margin-bottom: 1em;
}

.foot-dao li a {
    display: block;
    line-height: 25px;
    font-size: 16px;
    color: #fff;
}

.foot-dao li a:hover {
    color: var(--main-theme-color)!important;
}

.foot-dao1 li a {
    font-size: 20px;
}

.foot-lxwm {
    line-height: 25px;
    font-size: 16px;
    color: #fff;
}

.foot-lxwm p {
    margin-bottom: 1em;
}

.foot-banq {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    padding: 25px 0;
    line-height: 1.5;
}

.foot-banq a {
    color: rgba(255, 255, 255, 0.5);
}

.foot-banq a:hover {
    color: var(--main-theme-color)!important;
}

.foot-share {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.foot-share a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 30px;
    height: 30px;
    margin-left: 7px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.foot-share a:hover {
    background-color: var(--main-theme-color);
}

.foot-share a:hover 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+ */
}


/* 响应式 */

@media (max-width: 1280px) {
    .logo a img {
        max-height: 40px;
    }
    .top-mid-flex {
        height: 84px;
    }
    .head-message {
        padding: 8px 15px;
    }
    .head-message a {
        font-size: 14px;
    }
    .x-menu>li>a {
        font-size: 16px;
        height: 84px;
    }
    .banner .z_school_tab ul {
        padding-left: 4%;
        padding-right: 4%;
    }
    .banner .z_school_swiper .swiper-slide .oo {
        padding-left: 4%;
    }
    .banner .z_school_tab ul {
        height: 95px;
    }
    .banner .z_school_tab li h3 {
        font-size: 18px;
    }
    .banner .z_school_tab li .img {
        width: 40px;
        height: 40px;
    }
    .banner .z_school_tab li .img img {
        max-width: 20px;
    }
    .section5-right {
        padding-left: 4%;
        padding-right: 4%;
        padding-top: 2.1666vw;
    }
    .section5-right .uu3 {
        font-size: 16px;
    }
    .section5-right .uu4 a {
        font-size: 14px;
        padding: 5px 15px;
    }
    .hm-title p {
        font-size: 16px;
    }
    .product-swiper {
        margin-top: 40px;
    }
    .product-swiper .swiper-slide .txt {
        padding-bottom: 20px;
    }
    .product-swiper .swiper-slide .txt h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .product-swiper .swiper-slide .txt .pmore {
        padding-left: 20px;
        padding-right: 20px;
    }
    .h-section2-list li .txt h3 {
        font-size: 16px;
    }
    .explore-more a {
        width: 160px;
        line-height: 45px;
        font-size: 15px;
    }
    .explore-more1 {
        margin-top: 10px;
    }
    .h-section3-list li .txt h3 {
        font-size: 20px;
    }
    .h-section3-list li .txt .pp {
        font-size: 14px;
    }
    .h-section4-list li .img {
        width: 50px;
        height: 50px;
    }
    .h-section4-list li .txt h3 {
        font-size: 20px;
    }
    .h-section4-list li .txt .pp {
        font-size: 14px;
    }
    .h-section6-list li .txt h3 {
        font-size: 16px;
    }
    .sec7-photo-list li .tip-cont {
        font-size: 14px;
    }
    .hm-news-list li .txt h3 {
        font-size: 20px;
    }
    .foot-dao1 li a {
        font-size: 17px;
    }
    .foot-dao li a,
    .foot-lxwm {
        font-size: 14px;
    }
    .section9-con {
        margin-top: 30px;
    }
    .foot-top {
        padding: 40px 0;
    }
}

@media (max-width: 992px) {
    .top-mid-flex {
        height: 70px;
    }
    .section1,
    .section2,
    .section4,
    .section5,
    .section6,
    .section7,
    .section8 {
        padding: 50px 0;
    }
    .hm-title h3 {
        font-size: 30px;
    }
    .banner {
        height: 60vh;
    }
    .banner .z_school_tab ul {
        height: auto;
    }
    .banner .z_school_tab li {
        width: calc(50% - 20px);
        margin-bottom: 10px;
    }
    .banner .z_school_tab li h3 {
        margin-bottom: 0px;
        font-size: 14px;
    }
    .banner .z_school_tab li a {
        padding: 5px 10px;
    }
    .banner .z_school_tab li p {
        display: none;
    }
    .banner .z_school_swiper .swiper-slide .tf0 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .banner .z_school_swiper .swiper-slide .tf1 {
        font-size: 14px;
    }
    .h-section2-list li {
        width: calc(50% - 30px);
        margin: 0 15px 30px 15px;
    }
    .h-section3-list li {
        width: calc(50% - 26px);
        margin: 0 13px 26px 13px;
    }
    .hm-title4 {
        width: 100%;
        margin-bottom: 30px;
    }
    .section4-con {
        width: 100%;
    }
    .section4 {
        padding-bottom: 30px;
    }
    .section5 {
        padding: 0px;
    }
    .section5-left {
        width: 100%;
    }
    .section5-right {
        width: 100%;
        padding: 40px 4%;
    }
    .section5-right .uu2 {
        font-size: 26px;
    }
    .section5-right .uu3 {
        margin-bottom: 30px;
    }
    .h-section6-list li {
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px;
    }
    .hm-title8 .pmo a {
        width: 150px;
        line-height: 45px;
    }
    .hm-news-list li {
        width: calc(100% - 40px);
        margin: 0 20px 20px 20px;
    }
}

@media (max-width:768px) {
    .top-mid-flex {
        height: 60px;
    }
    .x-none {
        display: inline-block!important;
    }
    .hm-title h3 {
        font-size: 24px;
    }
    .hm-title p {
        font-size: 14px;
    }
    .section1,
    .section2,
    .section3,
    .section4,
    .section5,
    .section6,
    .section7,
    .section8 {
        padding: 40px 0;
    }
    .section3 {
        padding-bottom: 20px;
    }
    .section5 {
        padding: 0px;
    }
    .section6 {
        padding-bottom: 20px;
    }
    .section91 {
        padding: 40px 0;
    }
    .product-swiper {
        margin-top: 20px;
    }
    .product-swiper .swiper-slide .txt h3 {
        font-size: 16px;
    }
    .foot-item1 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 40px;
    }
    .form-submit2 {
        padding-right: 0px;
    }
    .foot-item2 .ft-item {
        max-width: 100%;
    }
    .foot {
        margin-bottom: 70px;
    }
    .foot-top {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .foot-banq {
        padding: 20px 0;
    }
}

@media (max-width: 500px) {
    .foot-banq {
        font-size: 14px;
    }
    .foot-share {
        margin-top: 16px;
    }
    .section5-right .uu2 {
        font-size: 24px;
    }
    .h-section4-list li {
        padding: 10px 10px;
    }
    .h-section4-list li .txt h3 {
        font-size: 15px;
    }
    .hm-title p {
        padding-left: 0px;
        padding-right: 0px;
    }
    .banner .z_school_swiper .swiper-slide {
        padding-top: 10%;
    }
    .sec7-photo-list li {
        margin-bottom: 15px;
        padding: 15px 25px 10px;
    }
    .h-section6-list li .txt h3 {
        font-size: 14px;
        line-height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        white-space: wrap;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

.tab-content p span {
    white-space: normal !important;
    /* 覆盖原来的 nowrap */
    word-break: break-word;
    /* 单词太长也可断行 */
}