.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: 94%;
    margin: 0 auto;
}

.max1500 {
    max-width: 1500px;
    width: 94%;
    margin: 0 auto;
}

.max1440 {
    max-width: 1440px;
    width: 94%;
    margin: 0 auto;
}


.wh {
    max-width: 1350px;
    width: 94%;
    margin: 0 auto;
}

.flexf {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.bold {
    font-weight: bold;
}

.oh {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bcg {
    background-size: 100% 100%;
}


/* header */
.header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.top-mid-flex {
    height: 110px
}

.logo {
    position: relative
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
    max-height: 58px
}

.header-ss {
    margin-left: 1.25vw;
    position: relative;
    width: 36px;
    height: 36px
}

.header-ss .ss_btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    background: url(//wm.cdn.cn86.cn/huizhoukerui/2025/03/912029ca77vmcw3b.png) no-repeat center;
    cursor: pointer
}

.search-box {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    display: none;
    background: #fff;
    padding: 16px 20px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%)
}

.header-ss .ss-search {
    width: 220px;
    position: relative;
    background: #fff;
    border: 1px solid var(--main-theme-color);
    display: flex
}

.header-ss .ss-search input {
    height: 34px;
    line-height: 34px;
    outline: 0;
    border: none;
    font-size: 0
}

.header-ss .ss-search #keyword {
    width: calc(100% - 50px);
    padding-left: 10px;
    color: #000;
    font-size: 14px
}

.header-ss .ss-search #s_btn {
    width: 50px;
    background-color: var(--main-theme-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(//cdn.myxypt.com/1a7e079f/24/06/a56ff77c79b014cb5708c10b590703e9baedb3fa.png)
}

.topicon {
    background: #038b37;
    padding: 1vw 1.3vw;
    font-size: 22px;
    color: #fff;
    margin-left: 1vw;
}

.topicon a {
    display: block;
    color: #fff;
}

@media(max-width:1280px) {
    .topicon {
        font-size: 18px;
    }
}

@media(max-width:780px) {
    .topicon {
        display: none;
    }

    .header {
        padding: 10px 0;
    }

}

/*  */
.x-menu {
    position: relative
}

.x-menu>li {
    position: relative;
    text-align: center
}

.x-menu>li>a {
    display: block;
    font-size: 20px;
    color: #333333;
    height: 100px;
    line-height: 100px;
    font-weight: 400
}

.x-menu>li:hover>a {
    color: var(--main-theme-color) !important
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    top: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0 0
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .6em .3em
}

.x-sub-menu>li>a:hover {
    color: #fff !important;
    background-color: var(--main-theme-color)
}

@media(max-width:1280px) {
    .x-menu>li>a {
        font-size: 18px;
    }

    .language-group .btn {
        font-size: 14px;
    }
}

@media (min-width:1200px) {
    .x-menu>li {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:1440px) {
    .x-menu>li {
        margin-left: 40px;
        margin-right: 40px
    }
}


/* banner */
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner-main {
    width: 100%;
    position: relative;
}

.banner-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(570/1920*100%);
}

.banner-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.00);
    transition: all ease .5s;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14rem;
    text-align: center;
}

.banner-titles {
    width: 100%;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
}

.banner-bottom {
    position: relative;
    width: 100%;
    padding: .25rem .3rem;
}

.banner-cont {
    width: 100%;
    max-width: 14rem;
    margin: 0 auto;
}

.banner-cont:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.banner-right {
    float: right;
    font-size: 0;
}

.banner-one {
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    line-height: 1.6;
    font-weight: lighter;
}

.banner-one:after {
    content: '>';
    margin: 0 .08rem;
}

.banner-one:last-child:after {
    display: none;
}

.banner-one:nth-child(1):before {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin-right: .1rem;
    width: .875em;
    height: 1.6em;
    background-image: url('../images/a35-b.png');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.a-text-ww {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.a-text-ww .max1440 {
    height: 100%;
}

.a-text {
    height: 100%;
}

.a-text-left {
    width: 51%;
}

.a-titles {
    color: #ffffff;
    font-size: 2.5vw;
    font-weight: 600;
    margin-bottom: 1.56vw;
}

.a-intro {
    color: #ffffff;
    font-size: 1.5625vw;
    line-height: 1.7;
}

.a-more {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.a-more a {
    width: 165px;
    height: 58px;
    border-radius: 10px;
    background: #fff;
    line-height: 58px;
    color: #038b37;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-right: 18px;
}

.a-more a:hover {
    background: #038b37;
    color: #fff;
}

.a-img img {
    width: 100%;
}

.a-img2 {
    flex: 1;
    text-align: right;
}

.a-img2 img {
    max-width: 100%;
}

/*  */
.a-titles,
.a-intro,
.a-more {
    opacity: 0;
    transform: translate3d(80px, 0, 0);
}

.a-item.swiper-slide-active .a-titles {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 2s cubic-bezier(.25, .1, .25, 1), transform 2s cubic-bezier(.25, .1, .25, 1);
}

.a-item.swiper-slide-active .a-intro {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 2s cubic-bezier(.25, .1, .25, 1), transform 2s cubic-bezier(.25, .1, .25, 1);
}

.a-item.swiper-slide-active .a-more {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 2s cubic-bezier(.25, .1, .25, 1), transform 2s cubic-bezier(.25, .1, .25, 1);
}

.a-item.swiper-slide-active .a-titles {
    transition-delay: .5s;
}

.a-item.swiper-slide-active .a-intro {
    transition-delay: .8s;
}

.a-item.swiper-slide-active .a-more {
    transition-delay: 1.1s;
}

.a-pagination {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
}


.a-pagination .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
    opacity: 1;
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, .5);
}

.a-pagination .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}

@media(max-width:990px) {
    .a-titles {
        font-size: 16px;
    }

    .a-intro {
        font-size: 14px;
    }

    .a-more a {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .a-img2>img {
        max-width: 200px;
        width: 100%;
    }
}

@media(max-width:640px) {
    .a-text-left {
        width: 70%;
    }

    .a-titles {
        font-size: 14px;
    }

    .a-intro {
        font-size: 12px;
    }

    .a-more {
        margin-top: 10px;
    }

    .a-img2>img {
        max-width: 100px;
    }

    .a-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
}

/* Explore Our Transformer Category */
.box1 {
    padding: 5.2vw 0 5.2vw;
}

.sybt {
    text-align: center;
}

.sybt .wz {
    color: #111111;
    font-size: 2.5vw;
    font-weight: 600;
}

.sybt .wz2 {
    color: #878686;
    font-size: 18px;
    line-height: 1.67;
    margin-top: 1.3vw;
}

.explist {
    margin-top: 2.08vw;
}

.explist li:nth-child(1) {
    width: 100%;
    margin-top: 0;
}

.explist li {
    width: 49.26%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 1.04vw;
}

.explist li .img img {
    width: 100%;
    display: block;
}

.explist li::before {
    background-color: rgb(17, 17, 17, .6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
}

.explist li .uc_box_content {
    left: 0;
    bottom: 0;
    position: absolute;
    margin: 0;
    width: 100%;
    z-index: 3;
    overflow: hidden;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
    transition: .5s;
    transform: translateY(10px);
}

.explist li .uc_title {
    font-weight: 400;
    font-size: 28px;
    color: #fff;
    transition: 1s
}


.explist li .uc_hidden_content {
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: .5s;
    max-height: 0;
    opacity: 0;
}

.explist li .wz2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.66;
    margin: 1vw 0 1.3vw;
}

.explist li .links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.explist li .links a {
    background-color: #038b37;
    color: #fff !important;
    border-radius: 20px;
    padding: 10px 35px;
    display: block;
    font-size: 19px;
}

.explist li .links a+a {
    margin-left: 18px;
}

.explist li:hover::before {
    background-color: rgb(17, 17, 17, .3);
}

.explist li:hover .uc_hidden_content {
    max-height: 100%;
    transform: scaleY(1);
    overflow: visible;
    opacity: 1;
}

.explist li:hover .uc_title {
    transform: translateY(-10px);
}

@media(max-width:1280px) {
    .sybt .wz2 {
        font-size: 14px;
    }

    .explist li .uc_box_content {
        padding: 30px;
    }

    .explist li .uc_title {
        font-size: 20px;
    }

    .explist li .wz2 {
        font-size: 16px;
    }

    .explist li .links a {
        font-size: 14px;
    }
}

@media(max-width:990px) {
    .sybt .wz {
        font-size: 24px;
    }

    .sybt .wz2 {
        line-height: 1.5;
        font-size: 13px;
    }

    .explist li {
        width: 100%;
    }

    .explist li .uc_title {
        font-size: 16px;
    }

    .explist li .wz2 {
        font-size: 14px;
    }

    .explist li .links a {
        font-size: 12px;
    }
}

@media(max-width:780px) {
    .box1 {
        padding: 40px 0;
    }

    .explist li .img img {
        height: 230px;
    }

    .explist li .uc_box_content {
        padding: 30px 10px;
    }

    .sybt .wz2 {
        margin-top: 10px;
    }
}

/* Hot Products */
.probg {
    background: #f5f6f7;
    padding: 4.6875vw 0;
}

.plist {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px 22px;
    align-items: stretch;
    margin-top: 3.125vw;
}

.plist li .img img {
    width: 100%;
}

.plist li .text {
    color: #111111;
    font-size: 18px;
    padding: 16px 5px;
    border-bottom: 1px solid transparent;
    text-align: center;
}

.plist li:hover .text {
    border-bottom: 1px solid #038b37;
    color: #038b37;
}

@media(max-width:990px) {
    .plist {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .plist li .text {
        font-size: 16px;
    }
}

@media(max-width:780px) {
    .probg {
        padding: 40px 0;
    }

    .plist {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        margin-top: 20px;
    }

    .plist li .text {
        font-size: 14px;
    }
}


/*  */

.floor_5_main {
    height: 720px;
    overflow: hidden;
    position: relative;
}

.floor_5_main .z_school_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.floor_5_main .z_school_bg li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: ease 1s;
    transform: scale(1.1);
    opacity: 0
}

.floor_5_main .z_school_bg li.on {
    transform: scale(1, 1);
    opacity: 1
}

.floor_5_main .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;
}

.floor_5_main .conx {
    margin-top: 0;
    position: relative;
    height: 100%;
}

.floor_5_main .z_school_swiper {
    width: calc(100% - 25.52%);
    overflow: hidden;
    position: relative;
    padding-left: 12.5vw;
    height: 100%;
}

.floor_5_main .z_school_swiper .swiper-slide .tf0 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 6.7vw;
    line-height: 1.1;
}

.floor_5_main .z_school_swiper .swiper-slide .tf1 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1.3vw;
}

.floor_5_main .z_school_swiper .swiper-slide .tf2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.444;
    max-width: 925px;
    margin-bottom: 1.5vw;
}

.floor_5_main .z_school_swiper .swiper-slide .ljie a {
    display: block;
    width: 55px;
    height: 55px;
    background: url(//wm.cdn.cn86.cn/dongguanzhengmao/2026/05/2996a01c18dnmkec.png) no-repeat center #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.floor_5_main .z_school_swiper .swiper-slide {
    opacity: 0 !important;
    transition-duration: 0s !important;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.floor_5_main .z_school_swiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    transition-duration: 0ms !important;
}

.floor_5_main .z_school_tab {
    width: 25.52%;
    height: 100%;
    position: absolute;
    padding-top: 0;
    right: 0px;
    top: 0px;
}

.floor_5_main .z_school_tab ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.floor_5_main .z_school_tab li {
    height: calc(100% / 6);
    width: 100%;
    background: transparent;
    border-left: 1px solid rgba(255, 255, 255, .5);
    text-align: left;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.floor_5_main .z_school_tab li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.floor_5_main .z_school_tab li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 10px 10px 3.125vw;
    height: 100%;
}

.floor_5_main .z_school_tab li::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--main-theme-color);
    transition: ease 1s;
    transform: translateX(-100%);
    opacity: 0
}

.floor_5_main .z_school_tab li.active::before {
    transform: translateX(0);
    opacity: 1
}

.floor_5_main .z_school_tab li .img {
    margin-right: 20px;
    position: relative;
    z-index: 9;
}

.floor_5_main .z_school_tab li p {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    position: relative;
    margin-bottom: 0px;
    z-index: 3;
}

.floor_5_main .z_school_tab li.active p {
    color: #fff
}

@media(max-width:1440px) {
    .floor_5_main .z_school_swiper {
        padding-left: 40px;
    }
}

@media(max-width:1280px) {
    .floor_5_main {
        height: 90vh;
    }

    .floor_5_main .z_school_swiper {
        padding-left: 4%;
        padding-right: 4%;
    }

    .floor_5_main .z_school_swiper .swiper-slide .tf2 {
        max-width: 100%;
    }

    .floor_5_main .z_school_swiper .swiper-slide .tf0 {
        font-size: 36px;
        margin-bottom: 2vw;
    }

    .floor_5_main .z_school_swiper .swiper-slide .tf1 {
        font-size: 20px;
    }

    .floor_5_main .z_school_swiper .swiper-slide .tf2 {
        font-size: 16px;
    }
}

@media(max-width:992px) {
    .floor_5_main {
        height: 70vh;
    }

    .floor_5_main .z_school_tab li p {
        font-size: 16px;
    }

    .floor_5_main .z_school_swiper .swiper-slide .tf0 {
        font-size: 24px;
    }

    .floor_5_main .z_school_swiper .swiper-slide .tf1 {
        font-size: 18px;
    }

    .floor_5_main .z_school_swiper .swiper-slide .tf2 {
        font-size: 14px;
    }

    .floor_5_main .z_school_swiper .swiper-slide .ljie a {
        width: 30px;
        height: 30px;
    }

    .floor_5_main .z_school_tab li p {
        font-size: 14px;
    }
}

@media(max-width:780px) {

    .floor_5_main {
        height: 80vh;
    }

    .floor_5_main .z_school_swiper {
        width: 100%;
        padding-bottom: 150px;
    }

    .floor_5_main .z_school_tab {
        width: 100%;
        top: auto;
        bottom: 0px;
        height: auto;
    }

    .floor_5_main .z_school_tab ul {
        flex-direction: row;
    }

    .floor_5_main .z_school_tab li {
        width: 33.33%;
        height: 70px;
    }

    .floor_5_main .z_school_tab li .img {
        margin-right: 10px;
    }

    .floor_5_main .z_school_tab li .img img {
        max-height: 30px;
    }

    .floor_5_main .z_school_tab li p {
        font-size: 14px;
    }
}

@media(max-width:640px) {
    .floor_5_main .z_school_swiper .swiper-slide .ljie a {
        width: 40px;
        height: 40px;
    }

    .product-click .swiper-button-next1,
    .product-click .swiper-button-prev1 {
        width: 40px;
        height: 40px;
    }

    .product-click {
        margin-top: 25px;
    }

    .floor_5_main .z_school_tab ul {
        border-top: 1px solid rgba(255, 255, 255, .2);
    }

    .floor_5_main .z_school_swiper .swiper-slide .tf2 {
        margin: 15px 0;
    }
}



/* about */
/* hm-section5 */

.hm-section5 {
    position: relative;
    overflow: hidden;
}

.hm-about-txt {
    position: relative;
    padding: 20px 3.125vw 20px 7.2916vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 50%;
}

.hm-about-txt h3 {
    font-size: 2.5vw;
    color: #000000;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 1.5vw;
}

.abb-txt {}

.abb-txt p {
    font-size: 16px;
    color: #3e3e3e;
    line-height: 2;
    text-align: justify;
    margin-bottom: 1.5vw;
}

.abb-txt p:last-child {
    margin-bottom: 0;
}

.abb-more {
    position: relative;
    margin-top: 2vw;
}

.abb-more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    line-height: 52px;
    background: var(--main-theme-color);
    color: #fff;
    font-size: 16px;
    border-radius: 40px;
    text-transform: uppercase;
}

.abb-more a i {
    display: block;
    width: 16px;
    height: 8px;
    background: url(//wm.cdn.cn86.cn/beijinwmcn86/2025/08/ae866c2941daduxf.png) no-repeat center;
    margin-left: 1.2vw;
}

.abb-more a:hover {
    color: #fff !important;
    background: #f49628;
}

.hm-about-img {
    width: 50%;
}

.hm-about-img .bf {
    position: relative;
}

.hm-about-img .bf>img {
    width: 100%;
}

.hm-about-img .v1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media(max-width:1366px) {
    .abb-txt p {
        line-height: 1.5;
    }
}

@media(max-width:1280px) {
    .abb-more a {
        font-size: 14px;
    }
}

@media(max-width:990px) {
    .hm-section5 .flex2 {
        flex-wrap: wrap;
    }

    .hm-about-txt {
        width: 100%;
        padding: 20px;
    }

    .hm-about-img {
        width: 100%;
    }
}

/* hm-section6 */

.hm-section6 {
    position: relative;
    background: #f5f6f7;
    padding: 4.4vw 0 4.1vw;
}

.number2 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.number2 li {
    flex: 1;
    position: relative;
    text-align: center;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.number2 li+li::before {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 1px;
    height: 77%;
    content: "";
    background: #d9d9d9;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.number2 li .img {
    margin-bottom: 10px;
}

.number2 li .img img {
    max-width: 80px;
}

.number2 li h3 {
    color: #333333;
    display: inline-block;
}

.number2 li h3 i {
    font-style: inherit;
    color: #333333;
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
}

.number2 li h3 span {
    font-size: 32px;
    font-weight: normal;
    font-style: inherit;
    color: #333333;
    font-family: "Microsoft Yahei";
}

.number2 li p {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    padding-top: 0px;
}


@media(max-width:1280px) {
    .hm-about-txt {
        padding-left: 4%;
    }

    .abb-txt p {
        font-size: 14px;
    }

    .number2 li h3 i {
        font-size: 24px;
    }

    .number2 li h3 span {
        font-size: 24px;
    }
}

@media(max-width:1024px) {
    .abb-txt p {
        line-height: 1.5;
    }

    .abb-more a {
        font-size: 12px;
    }

    .number2 li .img img {
        max-width: 50px;
    }

    .number2 li h3 {
        margin-bottom: 0;
    }
}

@media(max-width:780px) {
    .hm-section5 .flex2 {
        flex-wrap: wrap;
    }

    .hm-about-txt {
        width: 100%;
    }

    .hm-about-img {
        width: 100%;
    }

    .number2 li h3 i {
        font-size: 20px;
    }

    .number2 li h3 span {
        font-size: 20px;
    }
}

@media(max-width:640px) {
    .hm-about-txt {
        padding: 20px 15px;
        margin-top: 20px;
    }

    .hm-about-txt h3 {
        font-size: 24px;
    }

    .abb-txt p {
        font-size: 13px;
        word-break: break-all;
    }

    .abb-more a {
        height: 35px;
    }

    .hm-about-img .v1 img {
        max-width: 40px;
        width: 100%;
    }

    .hm-section6 {
        padding: 20px 0;
        padding-top: 30px;
    }

    .number2 {
        flex-wrap: wrap;
    }

    .number2 li {
        width: 50%;
        flex: none;
        margin-bottom: 10px;
    }

    .number2 li .img img {
        max-width: 30px;
    }

    .number2 li .img {
        margin-bottom: 5px;
    }

    .number2 li p {
        font-size: 13px;
    }

    .number2 li:nth-of-type(3)::before {
        display: none;
    }

    .number2 li:nth-of-type(5)::before {
        display: none;
    }
}


/*  Quality Certification  */
.honorbg {
    padding: 5.2vw 0;
}

.honorbg .sybt .wz {
    text-align: left;
}

.honor-roll {
    position: relative;
    margin-top: 3.125vw;
}

.hnext {
    background: #a7a7a7 url(//wm.cdn.cn86.cn/dongguanzhengmao/2026/05/36c14db24b6ag7fj.png) no-repeat center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    left: -73px;
    z-index: 99;
}

.hnext:hover {
    background: #038b37 url(//wm.cdn.cn86.cn/dongguanzhengmao/2026/05/36c14db24b6ag7fj.png) no-repeat center;
}

.hprev {
    background: #a7a7a7 url(//wm.cdn.cn86.cn/dongguanzhengmao/2026/05/6efa8c9999uzwarg.png) no-repeat center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    right: -73px;
    z-index: 99;
}

.hprev:hover {
    background: #038b37 url(//wm.cdn.cn86.cn/dongguanzhengmao/2026/05/6efa8c9999uzwarg.png) no-repeat center;
}


.honorSwiper {
    overflow: hidden;
}

.honorSwiper .swiper-slide .img1 img {
    width: 1000%;
}

@media(max-width:1440px) {
    .hnext {
        left: 0;
    }

    .hprev {
        right: 0;
    }
}

@media(max-width:780px) {
    .honorbg {
        padding: 40px 0;
    }

    .honor-roll {
        margin-top: 20px;
    }
}

/* news */
.newsbg {
    background: #f5f6f7;
    padding: 5.2vw 0;
}

.xw1 {
    margin-top: 3.5vw;
}

.xw1 li {
    width: 30.56%;
}

.xw1 li .img img {
    width: 100%;
    display: block;
}

.xw1 li .det {
    background: #fff;
    width: 90%;
    margin: 0 auto;
    margin-top: -40px;
    position: relative;
    z-index: 99;
}

.xw1 li .nr {
    padding: 26px 20px;
}

.xw1 li .wz {
    color: #111111;
    font-size: 20px;
    line-height: 1.5;
    height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xw1 li .xhx {
    width: 39px;
    height: 3px;
    background-color: #038b37;
    margin: 16px 0;
    transition: all 0.8s
}



.xw1 li .wz2 {
    color: #737373;
    font-size: 16px;
    line-height: 1.625;
    height: 52px;
    overflow: hidden;
}

.xw1 li .xhx2 {
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
}

.xw1 li .aa {
    padding: 0 17px;
    height: 62px;
}

.xw1 li .tm {
    color: #535353;
    font-size: 16px;
}

.xw1 li .mo {
    width: 22px;
    height: 22px;
    background: url(//wm.cdn.cn86.cn/dongguanzhengmao/2026/05/615335655ezku5k1.png) no-repeat center center #038b37;
    border-radius: 50%;
}

.xw1 li:hover .wz {
    color: #038b37;
}

.xw1 li:hover .xhx {
    width: 70px;
}

@media(max-width:1440px) {
    .xw1 li .wz {
        font-size: 20px;
        line-height: 1.4;
    }

    .xw1 li .tm {
        font-size: 15px;
    }

    .xw1 li .wz2 {
        font-size: 15px;
        line-height: 23px;
        height: 46px;
    }
}

@media(max-width:1280px) {
    .xw1 li .wz {
        font-size: 16px;
    }
}

@media(max-width:780px) {
    .newsbg {
        padding: 40px 0;
    }

    .xw1 {
        margin-top: 20px;
    }

    .xw1 li {
        width: 100%;
    }

    .xw1 li:nth-child(n+2) {
        margin-top: 25px;
    }

    .xw1 li .wz {
        font-size: 18px;
    }

    .xw1 li .aa {
        height: 50px;
    }
}

@media(max-width:640px) {
    .xw1 li .nr {
        padding: 20px 10px;
    }

    .xw1 li .xhx {
        margin: 10px 0;
    }

    .xw1 li .wz {
        font-size: 14px;
    }

    .xw1 li .wz2 {
        font-size: 13px;
        line-height: 20px;
    }

    .xw1 li .tm {
        font-size: 13px;
    }

}

/* foot */
.foot-bg {
    background: #313131;
    padding-top: 3.65vw;
}

.foot-index {
    padding-bottom: 5.2vw;
}

.footl {
    width: 50%;
}

.footl dl {
    width: 50%;
}

.footl dl dt {
    font-weight: normal;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
}

.footl dl dd {
    margin: 0;
}

.footl dl dd a {
    display: block;
    font-size: 16px;
    line-height: 2.25;
    color: #fff;
}

.footl dl dd a:hover {
    color: #038b37;
}

.footr {
    flex: 1;
}

.flx {
    width: 52%;
}

.ft {
    font-weight: normal;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
}

.fct p {
    color: #fff;
    font-size: 16px;
    line-height: 2.25;
    padding-left: 25px;
}

.fct p:nth-of-type(1) {
    background: url(//wm.cdn.cn86.cn/dongguanzhengmao/2026/05/5a2ed5c650yehefb.png) no-repeat left center;
}

.fct p:nth-of-type(2) {
    background: url(//wm.cdn.cn86.cn/dongguanzhengmao/2026/05/1d78670f37bxnejy.png) no-repeat left center;
}

.fct p:nth-of-type(3) {
    background: url(//wm.cdn.cn86.cn/dongguanzhengmao/2026/05/19878df6583wak0d.png) no-repeat left center;
}

.fct p:nth-of-type(4) {
    background: url(//wm.cdn.cn86.cn/dongguanzhengmao/2026/05/9f66532219cyghm2.png) no-repeat left 5px;
}

.ferq img {
    max-width: 100%;
}


.ss-search2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.ss-search2 #keyword {
    flex: 1;
    min-width: 1px;
    outline: 0;
    border: none;
    padding-left: 10px;
    color: #565e65;
    font-size: 16px;
    line-height: 44px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-right: 10px;
}

.ss-search2 #s_btn {
    color: #fff;
    line-height: 44px;
    background: #038b37;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 16px;
    padding: 0 15px;
}

.ss-search2 #s_btn:hover {
    color: #fff;
    text-decoration: underline;
}

.foot-share {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.foot-share a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 33px;
    height: 30px;
    margin-right: 7px;
    background: rgba(255, 255, 255, .2);
    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);
}

.cop-bg {
    border-top: 1px solid rgba(218, 218, 218, .2);
    padding: 30px 0;
}

.cop-index {
    color: #e4e6e8;
    font-size: 16px;
    line-height: 1.6;
}

.cop-index a {
    color: #e4e6e8;
}

.cop-index a:hover {
    color: #038b37;
}

.copl {
    width: 50%;
    float: left;
}

.copr {
    width: 50%;
    float: right;
    text-align: right;
}

@media(max-width:1280px) {
    .footl dl dd a {
        font-size: 14px;
    }

    .fct p {
        font-size: 14px;
    }

    .ss-search2 #keyword {
        font-size: 14px;
    }

    .ss-search2 #s_btn {
        font-size: 14px;
    }

    .cop-index {
        font-size: 14px;
    }
}

@media(max-width:780px) {
    .foot-bg {
        padding-top: 30px;
        padding-bottom: 20%;
    }

    .footl {
        width: 100%;
        display: none;
    }

    .footr {
        width: 100%;
    }

    .flx {
        width: 100%;
    }

    .ferq {
        width: 100%;
        margin-top: 20px;
    }

    .ft {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .cop-bg {
        padding: 20px 0;
    }

    .copl {
        float: none;
        width: 100%;
        text-align: center;
    }

    .copr {
        float: none;
        width: 100%;
        text-align: center;
    }

}



/*产品内页*/
.cpbj {
    background: #f5f5f5;
    padding-top: 4.2vw;
}

.wmy-left {
    background: #fff;
    padding: 20px 20px;
    margin-bottom: 30px;
}

.wmy-left .left-title {
    color: #222222;
    font-size: 24px;
    padding: 10px 0 32px;
}

@media (min-width:990px) {
    .wmy-left {
        float: left;
        width: 26.7%;
        margin-right: 48px;
    }
}

.wmy-right {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 40px 30px 47px;
}

.product-cate.cate-list .list-title {
    border: none;
    padding-left: 1.4vw;
    border-bottom: 1px solid rgba(225, 221, 221, .5);
    color: #333333;
    font-size: 15px;
    line-height: 48px;
    font-weight: normal;
}

.product-cate.cate-list {
    border: none;
}

.product-cate.cate-list .category span {
    background: url(//wm.cdn.cn86.cn/dongguanzhengmao/2026/05/ae74533eb3btpzla.png) center no-repeat;
}

.product-cate.cate-list .active {
    background: #038b37;
    color: #fff !important;
}

.product-cate.cate-list .category:hover .list-title {
    background: #038b37;
    color: #fff !important;
}

.sou1 #formsearch {}

.sou1 #formsearch input {
    height: 55px;
    background-color: #f5f5f5;
    border: none;
    line-height: 55px;
    outline: none;
}

.sou1 #formsearch input#keyword {
    height: 55px;
    line-height: 55px;
    padding-left: 27px;
    color: #555555;
    font-size: 15px;
    width: calc(100% - 200px);
}

.sou1 #formsearch input#s_btn {
    width: 200px;
    height: 55px;
    background-color: #038b37;
    line-height: 55px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 15px;
}

.sou1 ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #555555;
}

.sou1 :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #555555;
}

.sou1 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #555555;
}

.sou1 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #555555;
}

.product-list {
    margin-top: 2.8vw;
}

a.more3 {
    display: inline-block;
    background: #038b37;
    color: #fff !important;
    text-align: center;
    padding: 10px 20px;
    margin-top: 10px;
}

a:hover.miao1 {
    color: #fff !important;
}

a.miao1 {
    font-size: 12px;
    text-align: left;
    padding: 0 2px;
    line-height: 20px;
}



@media only screen and (max-width: 992px) {
    .wmy-left {
        background: none;
        margin: 0;
        padding: 0;
    }

    .nei-page-wrap {
        padding-bottom: 40px;
    }

    .poorder {
        display: none;
    }
}

@media(max-width: 640px) {
    .wmy-right {
        padding: 20px 15px;
    }

    .sou1 #formsearch input#s_btn {
        width: 100px;
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }

    .sou1 #formsearch input#keyword {
        font-size: 14px;
        padding-left: 15px;
        width: calc(100% - 100px);
        height: 42px;
        line-height: 42px;
    }

    .product-list {
        margin-top: 20px;
    }

    .product-list .content .list .cont .product-title {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }

    .more2 {
        width: 80%;
        margin: 0 auto;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }
}