.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;
}

.max1350 {
    max-width: 1350px;
    width: 90.625%;
    margin: 0 auto;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/* header */

.header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    position: relative;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.top-mid-flex {
    height: 100px;
}

.logo {
    position: relative;
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
    max-height: 52px;
}

.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: 200px;
    left: 50%;
    margin-left: -100px;
    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 (min-width:1200px) {
    .x-menu>li {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:1440px) {
    .x-menu>li {
        margin-left: 25px;
        margin-right: 25px
    }
}


/* banner */

.home-banner {
    width: 100%;
    position: relative;
}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a>img {
    display: block;
    width: 100%;
}

.home-banner .swiper-pagination1 {
    bottom: 2.60416vw;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    margin: 0 10px!important;
    transition: width .3s ease;
    opacity: 1;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
}

.home-banner .swiper-slide .text {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.home-banner .swiper-slide .text h1 {
    font-size: 2.7083vw;
    opacity: 1;
    max-width: 680px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1.2;
    color: #fff;
}

.home-banner .swiper-slide .text h2 {
    opacity: 1;
    line-height: 1;
    color: #fff;
    margin-top: 2.60416vw;
    margin-bottom: 0px;
}

.home-banner .swiper-slide .text h2 a {
    display: block;
    font-size: 20px;
    color: #181818;
    text-align: center;
    padding: 10px 20px;
    line-height: 25px;
    font-weight: normal;
    background-color: #fff;
    border-radius: 30px;
    margin-right: 20px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}


/* section1 */

.section1 {
    position: relative;
    padding: 4.6875vw 0 60px;
}

.hm-title {
    position: relative;
}

.hm-title h3 {
    font-size: 40px;
    color: #222222;
    line-height: 1.5;
    margin-bottom: 20px;
}

.hm-title p {
    font-size: 20px;
    color: #555555;
    line-height: 1.5;
    max-width: 950px;
    margin: 0 auto;
}

.section1-con {
    margin-top: 3.125vw;
}

.h-product-sort {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.h-product-sort li {
    position: relative;
    width: calc(50% - 20px);
    margin: 0 10px 30px 10px;
    overflow: hidden;
}

.h-product-sort li:first-child {
    width: calc(100% - 20px);
}

.h-product-sort li .img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.h-product-sort li .img img {
    display: block;
    width: 100%;
}

.h-product-sort li .txt {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 99;
    padding: 30px;
    bottom: -150px;
    transition: all .6s ease;
}

.h-product-sort li .txt h3 {
    margin-bottom: 40px;
    transition: all .6s ease;
}

.h-product-sort li .txt h3 a {
    display: block;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
}

.h-product-sort li .txt .pp {
    height: 120px;
}

.h-product-sort li .txt .pp p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.h-product-sort li .txt .pp .mox {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.h-product-sort li .txt .pp .mox a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    margin-right: 10px;
    line-height: 20px;
    background-color: #189343;
    border-radius: 30px;
}

.h-product-sort li .txt .pp .mox a:hover {
    background-color: #189343!important;
    color: #fff!important;
    text-decoration: underline;
}

.h-product-sort li:hover .txt {
    bottom: 0px;
}


/* section2 */

.section2 {
    position: relative;
    padding-top: 5.2083vw;
    background-color: #f0f8ff;
}

.sec2-top {
    margin-bottom: 4.166vw;
}

.sec2-left {
    position: relative;
    padding-left: 3.64583vw;
    padding-right: 40px;
    width: 53.33%;
}

.pps {
    padding-right: 35px;
    height: 400px;
    overflow-y: scroll;
}


/* 滚动条 */

.pps::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f0f8ff;
    background-color: #f0f8ff;
}

.pps::-webkit-scrollbar {
    width: 3px;
    background-color: #f0f8ff;
}

.pps::-webkit-scrollbar-thumb {
    background-color: #c4e4cf;
}

.sec2-left .abb-wz1 {
    font-size: 40px;
    color: #222222;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1.5625vw;
}

.sec2-left .abb-wz2 {
    font-size: 20px;
    color: #202020;
    line-height: 1.7;
    font-weight: bold;
    margin-top: 2.083vw;
}

.sec2-left .abb-pp p {
    font-size: 18px;
    color: #3c3c3c;
    line-height: 1.7;
}

.sec2-left .abb-more {
    margin-top: 3.125vw;
}

.sec2-left .abb-more a {
    display: block;
    width: 140px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #fff!important;
    background-color: #189343;
    border-radius: 30px;
}

.sec2-left .abb-more a:hover {
    background: #52b574;
    color: #fff!important;
}

.max-img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.in-img-enlarge {
    display: block;
    overflow: hidden
}

.in-img-enlarge img {
    transition: all .5s ease-in-out
}

.in-img-enlarge:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.sec2-right {
    position: relative;
    flex: 1;
    min-width: 1px;
}

.sec2-top .thumb .switch {
    position: relative;
    width: 140px;
    z-index: 3;
}

.sec2-top .thumb .item {
    position: absolute;
    width: 105px;
    height: 105px;
    border: 10px solid rgba(232, 236, 233, 1);
    border-radius: 50%;
    cursor: pointer;
    z-index: 2
}

.sec2-top .thumb .item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sec2-top .thumb .item:first-child {
    top: 50%;
    left: 0px;
    transform: translateY(-50%)
}

.sec2-top .thumb .item:nth-child(2),
.sec2-top .thumb .item:nth-child(3) {
    width: 85px;
    height: 85px;
    bottom: 70%;
    border-width: 8px;
    left: 50px
}

.sec2-top .thumb .item:nth-child(3) {
    bottom: auto;
    top: 70%
}

.sec2-top .thumb .active-switch,
.sec2-top .thumb .item:hover {
    border-color: rgba(24, 147, 67, 0.2)
}

.sec2-top .thumb .img {
    position: relative;
    z-index: 2;
}

.sec2-top .thumb .img::before,
.sec2-top .thumb .img::after {
    content: "";
    position: absolute;
    top: 0;
    left: -28px;
    width: 100%;
    height: 100%;
    border: 1px solid #189343;
    border-radius: 50%;
    z-index: -1
}

.sec2-top .thumb .img::after {
    left: -6.25vw;
    z-index: -1
}

.sec2-top .thumb .img span {
    display: block;
    width: 28.4375vw;
    height: 28.4375vw;
    border-radius: 50%;
    overflow: hidden
}

.sec2-top .thumb .img span img {
    display: none;
    height: 100%;
    width: 100%;
    transition: all .5s
}

.sec2-top .thumb .img:hover img {
    transform: scale(1.1)
}


/* number */

.number {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 999;
    padding-bottom: 4.675vw;
}

.number li {
    display: flex;
    align-items: center;
    position: relative;
    transition: all 0.8s;
    flex: 1;
    min-width: 1px;
    justify-content: center;
    border-right: 1px solid #dadada;
    padding: 0 3.6875vw;
}

.number li .img {
    margin-right: 20px;
}

.number li .img img {
    width: 53px;
}

.number li .ex {
    flex: 1;
    min-width: 1px;
}

.number li h3 {
    color: #000000;
    display: inline-block;
    line-height: 1;
}

.number li h3 i {
    font-style: inherit;
    color: #000000;
    font-size: 45px;
    font-weight: bold;
}

.number li p {
    font-size: 17px;
    line-height: 1.3;
    color: #333333;
    font-weight: bold;
}


/* section3  */

.section3 {
    padding-top: 55px;
    padding-bottom: 5.2083vw;
}

.box3 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.box3 .item {
    width: calc(25% - 15px);
    position: relative;
    overflow: hidden;
}

.box3 .item img {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 0.3s;
}

.box3 .item .text {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 50px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box3 .item .text .top {
    display: flex;
    flex-direction: column;
}

.box3 .item .text .top h3 {
    color: #FFF;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
}

.box3 .item .text h2 {
    color: #FFF;
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
}

.box3 .item:hover .text .top span {
    background: #FF5D17;
}

.box3 .item:hover img {
    transform: scale(1.08);
}

@media (max-width: 1200px) {
    .box3 .item .text h2 {
        font-size: 18px;
    }
    .box3 .item .text {
        padding: 30px 15px;
    }
}

@media (max-width: 992px) {
    .box3 {
        display: flex;
        flex-wrap: wrap;
    }
    .box3 .item {
        width: 50%;
    }
    .box3 .item .text {
        padding: 60px 30px;
    }
}

@media (max-width: 640px) {
    .box3 {
        margin-top: 15px;
    }
    .box3 .item {
        width: 100%;
    }
    .box3 .item .text {
        padding: 45px 20px;
    }
    .box3 .item .text .top h3 {
        font-size: 24px;
    }
}


/* media */

@media screen and (max-width:1460px) {
    .sec2-top .thumb {
        width: 54%
    }
}

@media screen and (max-width:1080px) {
    .sec2-top .thumb .content .text {
        margin: 5px 0 26px;
        line-height: 30px
    }
    .sec2-top .thumb .img span {
        width: 412px;
        height: 412px
    }
}

@media screen and (max-width:768px) {
    .sec2-top .thumb {
        width: 100%;
        width: 96%
    }
    .sec2-top .thumb .img::before {
        left: -20px
    }
    .sec2-top .thumb .img::after {
        left: -50px
    }
    .sec2-top .thumb .img span {
        width: 225px;
        height: 225px
    }
    .sec2-top .thumb .switch {
        width: 52px;
        margin-left: 30px
    }
    .sec2-top .thumb .item {
        width: 62px;
        height: 62px;
        border-width: 6px
    }
    .sec2-top .thumb .item:first-child {
        left: 0
    }
    .sec2-top .thumb .item:nth-child(2),
    .sec2-top .thumb .item:nth-child(3) {
        left: 20px;
        width: 38px;
        height: 38px;
        border-width: 4px
    }
    .sec2-top .thumb .content {
        width: 100%;
        margin-top: 40px
    }
}


/**/

.con3 {
    width: 100%;
    overflow: hidden;
    background: url(//wm.cdn.cn86.cn/szyunteng/2025/11/1248a819b5szoxmc.jpg) #f1fbfd center top no-repeat;
    background-size: cover;
    padding: 85px 0;
}

.con3_lf {
    width: 51.38888888888889%;
    padding-right: 7%;
}

.hm-title2 h3 {
    padding-right: 30px;
    margin-bottom: 2.6416vw;
    color: #222222;
}

.hm-title2 p {
    font-size: 18px;
    margin-bottom: 2.083vw;
}

.con3_lf .com_more {
    font-size: 14px;
    color: #fff;
    padding: 0 35px;
    line-height: 3.5;
    display: inline-block;
    background: #189343;
    border-radius: 1000px;
    font-size: 18px;
    margin-top: 35px;
}

.con3_lf .com_more:hover {
    background: #52b574;
    color: #fff!important;
}

.con3_rt {
    width: 48.61111111111111%;
}

.con3_rtc {
    padding-right: 9.285714285714286%;
    width: 100%;
    max-height: 500px;
    overflow-y: auto;
}

.con3_rtc {
    overflow-y: auto;
}

.con3_rtc::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(0, 0, 0, .005);
}

.con3_rtc::-webkit-scrollbar-thumb {
    background: #dadada;
    border-radius: 999px;
    min-height: 20px;
}

.con3_rtc::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.con3_rtc::-webkit-scrollbar-corner {
    background: transparent;
}

.con3_list {
    width: 100%;
}

.con3_list li {
    color: #333;
    border-bottom: 1px solid #dfdfdf;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
}

.con3_list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.con3_list li h4 {
    font-size: 22px;
    font-family: "arialbd";
}

.con3_list li p {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 5px;
}


/* section5 */

.section5 {
    position: relative;
    padding: 5.2083vw 0;
}

.sec5-con {
    margin-top: 30px;
}

.hnews_list1 {
    position: relative;
    margin: 0 -13px;
}

.hnews_list1 li {
    position: relative;
    width: calc(33.33% - 26px);
    margin: 0 13px 30px 13px;
}

.hnews_list1 li a {
    display: block;
}

.hnews_list1 li .img img {
    display: block;
    width: 100%;
}

.hnews_list1 li .txt {
    position: relative;
    padding: 30px 10px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.21);
}

.hnews_list1 li .txt h3 {
    font-size: 18px;
    color: #111111;
    line-height: 1.5;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 15px;
}

.hnews_list1 li .txt .pp {
    font-size: 16px;
    color: #888888;
    line-height: 1.5;
}

.hnews_list1 li:hover .txt h3 {
    color: var(--main-theme-color);
}


/**/

.foot {
    position: relative;
    background: url(//wm.cdn.cn86.cn/szyunteng/2025/11/ec1b137be8e8uvbd.jpg) no-repeat top center;
    background-size: cover;
}

.ft1 {
    padding: 3.1vw 0 3.7vw;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.ft3 {
    padding: 20px 0;
    color: #646464;
    font-size: 15px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.ft3 a {
    color: #646464;
}

.dao li:first-child,
.dao li[data-id='2'],
.dao li[data-id='4'],
.dao li:nth-child(5),
.dao li:nth-child(6) {
    display: none;
}

.ft2 {
    padding: 3vw 0 3.5vw;
}

.dao li h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 26px;
    font-weight: normal;
}

.dao li a,
.lx {
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: rgba(255, 255, 255, .4);
}

.er img {
    width: 128px;
}

.lxs {
    max-width: 370px;
}

.foot a:hover {
    color: #fff;
}

.tlogo {
    width: 420px;
}

.tlogo a img {
    max-width: 100%;
    max-height: 80px;
}

.twz h3 {
    font-size: 18px;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 6px;
}

.twz p {
    font-size: 17px;
    color: rgba(255, 255, 255, .4);
    line-height: 26px;
}

.tmid {
    width: 100%;
    position: relative;
}

.tmid #formsearch {
    background: #fff;
    margin-top: 24px;
}

.tmid #formsearch input {
    height: 55px;
    background: #fff;
    border: none;
    line-height: 55px;
    outline: none;
}

.tmid #formsearch input#keyword {
    height: 55px;
    line-height: 55px;
    padding-left: 27px;
    color: #333333;
    font-size: 15px;
    width: calc(100% - 104px);
}

.tmid #formsearch input#s_btn {
    width: 104px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #189343;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 15px;
}

.tmid ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #333333;
}

.tmid :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333333;
}

.tmid ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333333;
}

.tmid :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333;
}

.tright {
    width: 31.4%;
}

.sjtb {
    margin-top: 27px;
    justify-content: flex-start;
}

.sjtb li {
    margin-right: 12px;
}

@media(max-width:1430px) {
    .dao li a,
    .lx {
        font-size: 14px;
        line-height: 26px
    }
    .twz p {
        font-size: 15px;
        line-height: 23px
    }
    .tlogo img {
        max-width: 250px
    }
    .lxs {
        max-width: 340px
    }
}

@media(max-width:1280px) {
    .dao li {
        display: none
    }
    .dao li.lxs,
    .dao li:last-child {
        display: block
    }
    .lxs {
        max-width: 400px
    }
    .top-mid-flex {
        height: 80px;
    }
    .x-menu>li>a {
        height: 80px;
        line-height: 80px;
        font-size: 18px;
    }
    .home-banner .swiper-slide .text h2 a {
        font-size: 16px;
    }
    .hm-title h3 {
        font-size: 32px;
    }
    .hm-title p {
        font-size: 16px;
    }
    .h-product-sort li .txt h3 {
        margin-bottom: 20px;
    }
    .h-product-sort li .txt h3 a {
        font-size: 22px;
    }
    .h-product-sort li .txt .pp p {
        font-size: 14px;
        height: 40px;
        line-height: 25px;
    }
    .h-product-sort li .txt .pp .mox a {
        font-size: 14px;
    }
    .sec2-left .abb-pp {
        font-size: 16px;
    }
    .sec2-left .abb-more a {
        font-size: 16px;
    }
    .number li h3 i {
        font-size: 32px;
    }
    .number li p {
        font-size: 15px;
    }
    .hnews_list1 li .txt {
        padding-top: 20px;
    }
    .tlogo a img {
        max-height: 60px;
    }
    .sec2-left {
        padding-left: 0px;
    }
}

@media(max-width:1080px) {
    .twz h3 {
        font-size: 16px
    }
    .tlogo img {
        max-width: 200px
    }
    .tmid #formsearch input#keyword {
        padding-left: 15px
    }
}

@media(max-width:992px) {
    .tmid {
        display: none
    }
    .tright {
        width: 60%
    }
    .hnews_list1 li {
        width: calc(100% - 26px);
        margin: 0 13px 30px 13px;
    }
    .con3_lf {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 30px;
    }
    .con3_rt {
        width: 100%;
    }
    .sec2-left {
        width: 100%;
    }
}

@media(max-width:768px) {
    body {
        margin-bottom: 70px
    }
    .tlogo a img {
        max-height: 40px;
    }
    .h-product-sort li {
        width: calc(100% - 20px);
    }
    .h-product-sort li .img img {
        height: 240px;
        object-fit: cover;
    }
    .h-product-sort li .txt .pp p {
        line-height: 20px;
    }
    .h-product-sort li .txt .pp .mox a {
        padding: 10px 10px;
    }
    .h-product-sort li .txt .pp {
        height: 100px;
    }
    .h-product-sort li .txt {
        bottom: -130px;
    }
    .hm-title h3 {
        line-height: 1.2;
    }
    .home-banner .swiper-slide .text h1 {
        font-size: 20px;
    }
    .home-banner .swiper-slide .text h2 a {
        font-size: 14px;
        padding: 10px 10px;
        line-height: 20px;
    }
    .logo a img {
        max-height: 32px;
    }
    .top-mid-flex {
        height: 70px;
    }
    .sec2-left {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 30px;
    }
    .pps {
        padding-right: 20px;
    }
    .number {
        display: block;
    }
    .number li {
        flex: 0 0 100%;
        padding: 20px 0;
    }
    .section3 {
        padding: 20px 0;
    }
    .con3,
    .section5 {
        padding: 40px 0;
    }
    .section1 {
        padding: 40px 0 10px;
    }
    .section2 {
        padding-top: 40px;
    }
    .section1-con {
        margin-top: 30px;
    }
    .hm-title h3 {
        font-size: 24px;
    }
    .sec2-left .abb-wz1 {
        font-size: 30px;
    }
    .sec2-left .abb-wz2 {
        font-size: 18px;
    }
    .sec2-left .abb-pp {
        font-size: 14px;
    }
    .number li .img img {
        width: 38px;
    }
    .number li h3 i {
        font-size: 24px;
    }
    .number li p {
        font-weight: normal;
        font-size: 14px;
    }
    .con3_lf .com_more {
        margin-top: 20px;
        padding: 0 20px;
        line-height: 40px;
        font-size: 16px;
    }
    .con3_list li h4 {
        font-size: 18px;
    }
    .con3_list li p {
        font-size: 14px;
    }
    .hnews_list1 li .txt h3 {
        font-size: 16px;
    }
    .hnews_list1 li .txt .pp {
        font-size: 14px;
    }
    .ft1 {
        padding: 20px 0;
    }
    .sec2-left .abb-more {
        margin-top: 30px;
    }
}

@media(max-width:640px) {
    .tlogo {
        text-align: center;
        width: 100%
    }
    .tright {
        width: 100%;
        margin-top: 20px
    }
    .tlogo img {
        max-width: 40%
    }
    .dao li h3 {
        margin-bottom: 15px
    }
    .dao li {
        width: 100%
    }
    .lxs {
        max-width: 100%
    }
    .dao li:last-child {
        text-align: center;
        margin-top: 15px
    }
}


/*  */

.xypg-left-con2 {
    margin-bottom: 10px;
    margin-top: 30px;
}

.xypg-left-con2 .xypg-left-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.xypg-left-con2 .xypg-left-nav>li {
    width: 18%;
    position: relative;
    text-align: center;
    background: #f7f7f7;
    border-right: 1px solid #dedede
}

.xypg-left-con2 .xypg-left-nav>li:last-child {
    border: none
}

.xypg-left-con2 .xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    padding: 15px 18px
}

.xypg-left-con2 .xypg-left-nav>li.clicked>a,
.xypg-left-con2 .xypg-left-nav>li:hover>a {
    color: #fff!important;
    background: var(--main-theme-color)
}