.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;
}

.max1750 {
    max-width: 1750px;
    width: 91.1453%;
    margin: 0 auto;
}

.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;
}


/* header */

.header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.top-mid-flex {
    height: 98px
}

.logo {
    position: relative;
    margin-left: 17px;
    margin-right: 5.2083vw;
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
    max-height: 60px
}

.header-ss {
    position: relative;
}

.header-ss .ss_btn {
    display: flex;
    align-items: center;
}

.header-ss .ss_btn span {
    font-size: 14px;
    color: rgba(255, 255, 255, .52);
}

.header-ss .ss_btn i {
    width: 30px;
    height: 20px;
    background: url(//wm.cdn.cn86.cn/xinghuodianqi/2025/08/939d1da59f6c5mgc.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)
}

.head-email {
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    line-height: 1;
}

.head-email a {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.head-email a:hover {
    color: #fff!important;
    text-decoration: underline;
}

.x-menu {
    position: relative
}

.x-menu>li {
    position: relative;
    text-align: center
}

.x-menu>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    padding: 0 20px;
    border-radius: 30px;
    text-transform: uppercase;
}

.x-menu>li:hover>a {
    background-color: var(--main-theme-color);
    color: #fff!important;
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0%;
    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)
}

.header.scroll {
    background: #151515;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

@media (max-width: 1500px){
    .x-menu>li>a{
        font-size: 16px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .head-email{
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1400px){
    .x-menu>li>a{
        font-size: 15px;
    }
}



/*  */

.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%;
    transform: scale(1.2);
    transition: all 2s ease-out
}

.home-banner .swiper-slide.swiper-slide-active a>img {
    transform: scale(1);
}

.home-banner .swiper-slide .text {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.home-banner .swiper-slide .text h1 {
    font-size: 2.5vw;
    opacity: 1;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    font-family: "Arial Black";
    letter-spacing: 2px;
    max-width: 1100px;
    margin-bottom: 30px;
}

.home-banner .swiper-slide:nth-child(2) .text,
.home-banner .swiper-slide:nth-child(3) .text {
    justify-content: flex-start;
    top: 25%;
}

.home-banner .swiper-slide:nth-child(2) .text h1,
.home-banner .swiper-slide:nth-child(3) .text h1 {
    text-align: center;
    margin: 0 auto;
}

.home-banner .swiper-slide .text h2 {
    font-size: 20px;
    opacity: 1;
    font-weight: normal;
    line-height: 1.7;
    color: #fff;
    max-width: 1100px;
    padding-left: 40px;
    position: relative;
}

.home-banner .swiper-slide .text h2::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1px;
    height: 50px;
    background: #fff;
    content: "";
}

.home-banner .swiper-slide .numb {
    position: absolute;
    bottom: 5.2083vw;
    left: 8.333vw;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}

.home-banner .swiper-button-next1,
.home-banner .swiper-button-prev1 {
    position: absolute;
    width: 49px;
    height: 49px;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 0px;
    font-size: 0;
    outline: none;
    border: none;
    background: none;
    z-index: 99;
    margin: 0;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.home-banner .swiper-button-prev1 {
    bottom: 100px;
    background: url(//wm.cdn.cn86.cn/xinghuodianqi/2025/08/5b6815835ezawdhx.png) no-repeat center;
}

.home-banner .swiper-button-next1 {
    bottom: 50px;
    background: url(//wm.cdn.cn86.cn/xinghuodianqi/2025/08/ec3f9d669dvoh6nn.png) no-repeat center;
}

@media (max-width: 992px) {
    .home-banner .swiper-slide .text h2 {
        display: none;
    }
}

.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%;
    }
    body {
        padding-top: 60px;
    }
    .header {
        background-color: #151515;
    }
    .top-mid-flex {
        height: 60px;
    }
    .logo a img {
        max-height: 50px;
    }
    .btn-group {
        margin-right: 0px!important;
    }
    .home-banner .swiper-slide .text h1 {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: 1px;
        margin-bottom: 0px;
    }
    .home-banner .swiper-button-next1 {
        bottom: 10px;
        right: 15px;
    }
    .home-banner .swiper-button-prev1 {
        bottom: 50px;
        right: 15px;
    }
    .home-banner .swiper-slide .numb {
        font-size: 18px;
        display: none!important;
    }
}


/* section1 */

.section1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.section1 .sec1-left {
    position: relative;
}

.section1 .sec1-left .img {
    height: 100%;
    overflow: hidden;
}

.section1 .sec1-left .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section1 .sec1-left .txt {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(3, 58, 126, 0.65);
}

.section1 .sec1-left .txt h2 {
    font-size: 3.125vw;
    color: #fff;
    font-family: "Arial Black";
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section1 .sec1-left .txt p {
    font-size: 1.5625vw;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    font-family: "Arial Bold";
    margin-bottom: 20px;
}

.btn2 {
    display: block;
    width: 160px;
    line-height: 45px;
    background-color: #008000;
    border: 2px solid #008000;
    text-align: center;
    color: #fff;
    font-size: 17px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.btn2:hover {
    background-color: var(--main-theme-color);
    border-color: #fff;
    color: #fff!important;
}

.section1 .sec1-right {
    position: relative;
    padding: 4.166vw;
    background: #eef7ef;
}

.sec1-right .yy1 {
    position: relative;
}

.sec1-right .yy1 .img2 {
    margin-bottom: 10px;
}

.sec1-right .yy1 .img2 img {
    max-width: 180px;
}

.sec1-right .yy1 .zzi {
    font-family: "Cambria";
    font-weight: bold;
    font-size: 18px;
    color: #363635;
    line-height: 1.5;
}

.sec1-right .yy1 .wenzi {
    flex: 1;
    min-width: 1px;
    margin-top: 1.56256vw;
    padding-left: 5.2083vw;
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
}

.yy2 {
    position: relative;
    margin-top: 3.125vw;
    margin-bottom: 1.5625vw;
}

.yy2 li a {
    display: block;
    line-height: 33px;
    font-size: 18px;
    color: #363635;
    font-weight: bold;
    position: relative;
}

.yy2 li a::before {
    display: inline-block;
    background: url(//wm.cdn.cn86.cn/xinghuodianqi/2025/08/4430dd0858dabd6m.png) no-repeat;
    width: 11px;
    height: 13px;
    margin-right: 10px;
    content: "";
}

.yy3 .img img {
    display: block;
    width: 100%;
}


/* section2 */

.section2 {
    position: relative;
    background: #eef7ef;
    overflow: hidden;
}

.cate_list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    border-bottom: 2px solid #c6c6c6;
}

.cate_list li {
    position: relative;
    text-align: center;
    flex: 1;
}

.cate_list li a {
    display: block;
    font-size: 24px;
    color: #151515;
    font-weight: bold;
    padding: 3.125vw 0;
    position: relative;
}

.cate_list li.on a,
.cate_list li:hover a {
    color: #033a7e;
}

.cate_list li a::before,
.cate_list li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 4px;
    background-color: #033a7e;
    width: 0%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.cate_list li.on a::before,
.cate_list li:hover a::before {
    width: 100%;
}

.pro_con {
    position: relative;
    padding: 60px 0;
}

.pro_main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.deep2-left {
    position: relative;
    width: 1000px;
    width: 57.14%;
    padding-left: 40px;
}

.deep2 {
    position: relative;
}

.deep2 li a {
    display: block;
    font-size: 2.864583vw;
    color: #151515;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1.5625vw;
    transition: all .3s ease;
    line-height: 1;
}


.deep2 li a:hover{
    text-decoration: underline;
}


.deep2-left .cate-desc {
    font-size: 16px;
    color: #878787;
    line-height: 22px;
    padding-top: 15px;
}

.deep2-left .cate-desc p {
    margin-bottom: 1rem;
}

.deep2-left .cate-more {
    padding-top: 30px;
}

.btn3 {
    display: block;
    width: 160px;
    line-height: 45px;
    background-color: transparent;
    border: 2px solid #151515;
    text-align: center;
    color: #151515;
    font-size: 17px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.btn3:hover {
    background-color: #008000;
    border-color: #008000;
    color: #fff!important;
}

.deep2-right {
    position: relative;
    text-align: center;
    width: 32.2916vw;
    height: 32.2916vw;
    margin: 0 2.60416vw;
    z-index: 99;
}

.deep2-right .img {
    width: 100%;
    height: 100%;
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.deep2-right .img img {
    max-width: 100%;
    max-height: 100%;
}

.build-aircle {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.build-aircle img {
    display: block;
    width: 100%;
    height: auto;
    animation: rolates 18s infinite linear;
}

@keyframes rolates {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* section3 */

.section3 {
    position: relative;
    background: url(//wm.cdn.cn86.cn/xinghuodianqi/2025/08/0466142019qu4leb.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.section3 .img img {
    display: block;
    width: 100%;
}

.section3 .s3txt {
    width: 660px;
    margin: 0 auto;
    z-index: 99;
    text-align: center;
    position: relative;
    background: #fff;
    padding: 4.6875vw 5.2083vw;
}

.section3 .s3txt h2 {
    font-size: 3.125vw;
    font-family: "Arial Black";
    color: #1d1e20;
    line-height: 1;
}

.section3 .s3txt .linx2 {
    margin: 3.125vw 0 2.60416vw;
    width: 2px;
    height: 4.7916vw;
    background: #cdcdcd;
    margin-left: auto;
    margin-right: auto;
}

.section3 .s3txt h3 {
    font-size: 36px;
    color: #1d1e20;
}

.section3 .s3txt p {
    font-size: 18px;
    color: #1d1e20;
    line-height: 1.5;
    margin-bottom: 3.6458vw;
}

.btn4 {
    line-height: 40px;
    padding: 1.0416vw 7.03125vw;
    background-color: #033a7e;
    border: 2px solid #033a7e;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.btn4:hover {
    background-color: #008000;
    border-color: #008000;
    color: #fff!important;
}


/* section4 */

.section4 {
    position: relative;
    background: #eef7ef;
    padding-top: 5.2083vw;
    padding-bottom: 2.60416vw;
}

.sec4-top .sec41 {
    position: relative;
    padding-left: 3.125vw;
    padding-top: 3.125vw;
    margin-bottom: 2.60416vw;
    width: 22.85%;
}

.sec4-top .sec41 .jh1 {
    font-size: 1.822916vw;
    color: #1d1e20;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1.5625vw;
}

.sec4-top .sec41 .jh2 {
    font-size: 1.25vw;
    color: #1d1e20;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 1.5625vw;
    text-transform: uppercase;
}

.sec4-top .sec41 .jh3 {
    font-size: 16px;
    color: #1d1e20;
    font-weight: normal;
    margin-bottom: 1.5625vw;
}

.sec4-top .sec42 {
    position: relative;
    width: 37.7%;
}

.sec4-top .sec42 .img img {
    max-width: 100%;
}

.sec4-top .sec43 {
    position: relative;
    padding-right: 2.60416vw;
    margin-top: 2.60416vw;
    width: 23.14%;
}

.sec4-top .sec43 .txt {
    font-size: 18px;
    color: #1d1e20;
    padding-left: 18px;
    border-left: 2px solid #1e1f1e;
    padding-bottom: 10px;
}

.sec4-top .sec43 .txt p:last-child {
    margin-top: 3rem;
}

.sec4-bom {
    position: relative;
    padding-top: 2.083vw;
    text-align: center;
}

.sec4-bom h2 {
    text-transform: uppercase;
    color: #1d1e20;
    font-size: 4.89583vw;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0px;
}

.sec4-bom p {
    font-size: 16px;
    color: #656565;
    font-weight: normal;
    line-height: 1.7;
}


/* section5 */

.section5 {
    position: relative;
    background: #fff;
    padding: 90px 0;
}

.hm-news-tit {
    position: relative;
    margin-bottom: 3.125vw;
}

.hm-news-tit p {
    font-size: 18px;
    color: #888888;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
}

.hm-news-tit h3 {
    position: relative;
    padding-bottom: 25px;
    font-size: 3.64583vw;
    color: #222222;
    font-family: "arial black";
    line-height: 1;
}

.hm-news-tit h3::before {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 60px;
    margin-left: -30px;
    height: 4px;
    background: #008000;
    content: "";
}

.pin_swiper {
    position: relative;
    overflow: hidden;
}

.pin_swiper .swiper-slide {
    position: relative;
}

.pin_swiper .swiper-slide a {
    display: block;
}

.pin_swiper .swiper-slide .img img {
    display: block;
    width: 100%;
}

.pin_swiper .swiper-slide .txt {
    position: relative;
    width: 90%;
    margin-left: 5%;
    background: #eef7ef;
    margin-top: -35px;
}

.pin_swiper .swiper-slide .op1 {
    padding: 20px 15px;
    border-bottom: 1px solid #dde4de;
}

.pin_swiper .swiper-slide .op1 .gl {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.pin_swiper .swiper-slide .op1 h3 {
    font-size: 20px;
    color: #111111;
    font-weight: normal;
    line-height: 25px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.pin_swiper .swiper-slide .op1 .gl::before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 3px;
    background: #222222;
    content: "";
}

.pin_swiper .swiper-slide .op1 .dpp {
    font-size: 16px;
    color: #999999;
    line-height: 25px;
}

.pin_swiper .swiper-slide .dtime {
    padding: 22px 18px 18px;
}

.pin_swiper .swiper-slide .dtime span {
    display: block;
    font-size: 16px;
    color: #111111;
}

.pin_swiper .swiper-slide .dtime i {
    width: 22px;
    height: 22px;
    margin-right: 15px;
    background: url(//wm.cdn.cn86.cn/xinghuodianqi/2025/08/eb40bc70fbibzljv.png) no-repeat center #033a7e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.pin_swiper .swiper-slide:hover .op1 h3 {
    color: var(--main-theme-color);
}


/* foot */

.foot {
    position: relative;
    background-color: var(--main-theme-color);
    padding: 30px 0;
}

.foot .ff-item {
    padding: 0 18px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.ff-item-phone {
    line-height: 40px;
    padding-left: 50px;
    background: url(//wm.cdn.cn86.cn/xinghuodianqi/2025/08/4b4c05ed68frd8pn.png) no-repeat left center;
}

.ff-item-phone a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.ff-item-email {
    line-height: 40px;
    padding-left: 50px;
    background: url(//wm.cdn.cn86.cn/xinghuodianqi/2025/08/fa8f445eedxcrlby.png) no-repeat left center;
}

.ff-item-email a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.ff-item-phone a:hover,
.ff-item-email a:hover {
    color: #fff!important;
    text-decoration: underline;
}

.ff-item-message a {
    font-size: 17px;
    color: #151515;
    background: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}


/* 响应式样式 */

@media (max-width: 1366px) {
    .head-email {
        display: none;
    }
}

@media (max-width: 1280px) {
    .sec1-right .yy1 .wenzi {
        font-size: 14px;
    }
    .cate_list li a {
        font-size: 20px;
        padding: 20px 0;
    }
    .deep2 li a {
        font-size: 28px;
    }
}

@media (max-width: 1200px) {
    .top_right {
        margin-right: 20px;
    }
}

@media (max-width: 992px) {
    .section4 {
        padding: 60px 0;
    }
    .sec4-top .sec41 {
        width: 100%;
        padding-left: 0px;
        padding-top: 0px;
        margin-bottom: 30px;
    }
    .sec4-top .sec41 .jh1 {
        font-size: 30px;
    }
    .sec4-top .sec41 .jh2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .sec4-top .sec41 .jh3 {
        margin-bottom: 30px;
    }
    .sec4-top .sec42 {
        width: 100%;
    }
    .sec4-top .sec43 {
        width: 100%;
        margin-top: 30px;
    }
    .sec4-bom {
        padding-top: 40px;
    }
    .section5 {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .foot {
        margin-bottom: 70px;
    }
    .foot .ff-item {
        margin-bottom: 20px;
        width: 100%;
    }
    .pin_swiper .swiper-slide .dtime span {
        font-size: 14px;
    }
    .hm-news-tit {
        margin-bottom: 30px;
    }
    .hm-news-tit h3 {
        font-size: 30px;
    }
    .section3 .s3txt {
        width: 90%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sec4-top .sec41 .jh1 {
        margin-bottom: 20px;
    }
    .section3 .s3txt h2 {
        font-size: 24px;
    }
    .section3 .s3txt h3 {
        font-size: 28px;
    }
    .section3 .s3txt p {
        font-size: 14px;
    }
    .btn4 {
        line-height: 35px;
        font-size: 14px;
    }
    .cate_list li {
        flex: 0 0 50%;
    }
    .section1 .sec1-right {
        padding: 40px 20px;
    }
    .deep2-left {
        width: 100%;
        padding-left: 0px;
    }
    .deep2-right {
        width: 600px;
        height: 600px;
        margin: 0 auto;
        margin-top: 40px;
    }
    .section1 .sec1-left .txt h2 {
        font-size: 30px;
    }
    .section1 .sec1-left .txt p {
        font-size: 16px;
    }
    .btn2,
    .btn3 {
        font-size: 14px;
        width: 140px;
        line-height: 35px;
    }
    .sec1-right .yy1 {
        display: block;
    }
    .sec1-right .yy1 .wenzi {
        margin-top: 20px;
        padding-left: 0px;
    }
    .yy2 {
        margin: 20px 0;
    }
}

@media (max-width: 600px) {
    .deep2-right {
        width: 300px;
        height: 300px;
        margin: 0 auto;
        margin-top: 40px;
    }
    .deep2-right .img img {
        max-width: 80%;
        max-height: 80%;
    }
    .cate_list li {
        flex: 0 0 100%;
    }
    .pro_con {
        padding-top: 30px;
    }
    .deep2 li a {
        margin-bottom: 15px;
    }
    .section3 {
        padding: 60px 0;
    }
    .sec4-top .sec43 .txt {
        font-size: 16px;
    }
    .sec4-bom h2 {
        font-size: 30px;
    }
    .section5 {
        padding: 40px 0;
    }
    .cate_list {
        padding-top: 0px;
    }
}


/* nei-template-wrap */

.nei-template-wrap {
    position: relative;
    background: #f6f6f6;
    padding-top: 2%;
    padding-bottom: 4%;
}

.max-all {
    margin-left: auto;
    margin-right: auto;
    width: 88%;
}

.nei-template-wrap>.max-all {
    background: #fff;
    padding: 30px 20px 20px;
}

.wmy-left {
    position: relative;
    padding: 0px 0px;
}

@media (min-width:990px) {
    .wmy-left {
        float: left;
        width: 20.59%;
        margin-right: 30px;
        position: sticky;
        top: 100px;
    }
}

.wmy-right {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 0px 10px;
}


/* 内页产品列表 */

.x-product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.x-product-list li {
    position: relative;
    width: calc(33.33% - 20px);
    margin: 0 10px 20px 10px;
    background: #f6f6f6;
    padding: 30px 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.x-product-list li a {
    display: block;
}

.x-product-list li .img {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.x-product-list li .img img {
    display: block;
    width: 100%;
}

.x-product-list li .txt {
    position: relative;
    text-align: center;
}

.x-product-list li .txt h3.tit {
    line-height: 1.3;
    color: rgba(65, 71, 87, 1);
    font-size: 1vw;
    margin-top: 25px;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    text-align: left;
}

.x-product-list li .txt .pp {
    line-height: 1.5;
    font-size: 16px;
    text-align: left;
    color: #666666;
    margin-bottom: 30px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.x-product-list li .txt .lemore {
    font-size: 16px;
    color: #fff;
    line-height: 27px;
    display: inline-block;
    background: #212121;
    padding: 10px 30px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    position: relative;
    overflow: hidden;
}

.x-product-list li .txt .lemore span {
    display: block;
    z-index: 9;
    position: relative;
}

.x-product-list li .txt .lemore::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
    transition: all .5s ease;
    z-index: 0;
    opacity: 1;
    top: 0;
    background: var(--main-theme-color);
    right: 0px;
}

.x-product-list li:hover .txt h3.tit {
    text-decoration: underline;
    color: var(--main-theme-color)
}

.x-product-list li:hover .txt .lemore::before {
    width: 100%;
}

@media (max-width:1200px) {
    .x-product-list li {
        width: calc(50% - 20px);
    }
    .x-product-list li .txt h3.tit {
        font-size: 18px;
    }
}

@media (max-width:768px) {
    .x-product-list li {
        width: calc(100% - 20px);
    }
    .x-product-list li .txt h3.tit {
        font-size: 16px;
    }
    .x-product-list li .txt .pp {
        font-size: 14px;
    }
}

.product-desc {
    background-color: #f5f5f5;
    padding: 20px 20px;
    font-size: 16px;
    line-height: 1.7;
    color: #212121;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 30px;
}


/* 产品分类 */

.p_c_content {
    position: relative;
}

.p_c_content>li {
    position: relative;
}

.p_c_content>li .p_c_title1 {
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    font-size: 15px;
    transition: all ease .3s;
    width: 100%;
    color: #333;
    background: #fff;
}

.p_c_content>li .p_c_title1 a {
    width: 100%;
    padding-left: 15px;
    display: flex;
    font-size: 20px;
    justify-content: flex-start;
    color: inherit;
}

.p_c_content>li .p_c_title1 a span {
    font-weight: normal;
}

.p_c_content>li .p_c_title1 .p_arrbtm {
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid rgb(0 0 0 / 5%);
    background: url(//wm.cdn.cn86.cn/wmy85/2025/07/284c8cd664mnfcwt.png) no-repeat center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.p_c_content>li.active .p_c_title1 {
    color: #fff;
    background: var(--main-theme-color);
    border-bottom: 1px solid var(--main-theme-color);
}

.p_c_content>li .p_c_title1:hover {
    color: #fff;
    background: var(--main-theme-color);
    border-bottom: 1px solid var(--main-theme-color);
}

.p_c_content>li .p_c_title1:hover a,
.p_c_content>li.active .p_c_title1 a {
    color: #fff!important;
}

.p_c_content>li .p_c_title1:hover .p_arrbtm,
.p_c_content>li.active .p_c_title1 .p_arrbtm {
    background-image: url(//wm.cdn.cn86.cn/wmy85/2025/07/50d9dca9a4bqfdor.png);
}

.p_c_content>li.active .p_arrbtm {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.deep-2 {
    position: relative;
    display: none;
}

.deep-2 li {
    position: relative;
}

.deep-2 li .p_c_title2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
    transition: all ease .3s;
    width: 100%;
    color: #111111;
    background: #ededed;
}

.deep-2 li .p_c_title2 a {
    width: 100%;
    padding-left: 15px;
    display: flex;
    color: #111111;
    font-size: 16px;
    justify-content: flex-start;
}

.deep-2 li .p_c_title2 a span {
    font-weight: normal;
}

.deep-2 li .p_c_title2.active {
    color: #fff;
    background: var(--main-theme-color);
    border-bottom: 1px solid var(--main-theme-color);
}

.deep-2 li .p_c_title2:hover {
    color: #fff;
    background: var(--main-theme-color);
    border-bottom: 1px solid var(--main-theme-color);
}

.deep-2 li .p_c_title2.active a {
    color: #fff!important;
}

.deep-2 li .p_c_title2:hover a {
    color: #fff!important;
}




.page-banner > img{
    display:block;
    width: 100%;
}


@media (min-width: 1921px){
    .deep2 li a{
        font-size: 55px;
    }
    .cate_list li a{
        padding: 60px 0;
    }

    .deep2-right{
        width: 617px;
        height: 617px;
    }

    .deep2-left{
        width: 52.083%;
    }

}


/*  */
#online{position:fixed;right:5px;top:40%;transform:translateY(-50%);font-family:Arial,Helvetica,sans-serif;z-index:9999}
#online *{box-sizing:border-box;font-size:12px;line-height:1.1}
.online-list{padding:0;border:1px solid #eee;background-color:#fff;max-width:78px;border-radius:4px;margin:0;position:relative}
.whatsapp-icon{display:inline-block;background:url(//wm.cdn.cn86.cn/xinghuodianqi/2025/10/21eec0a369jtsqr1.png) no-repeat;width:28px;height:28px;transform:scale(.8);background-position:left center;background-size:cover}
.email-icon{display:inline-block;background:url(//wm.cdn.cn86.cn/xinghuodianqi/2025/10/a426e8170dtzlwnw.png) no-repeat;width:28px;height:28px;transform:scale(.8);background-position:left center;background-size:cover}
.wechat-icon{display:inline-block;background:url(//wm.cdn.cn86.cn/xinghuodianqi/2025/10/49a471b9b1oo4gt0.png) no-repeat;width:28px;height:28px;transform:scale(.8);background-position:left center;background-size:cover}
.message-icon{display:inline-block;background:url(//wm.cdn.cn86.cn/xinghuodianqi/2025/10/c8ac1cc1be9i51wg.png) no-repeat;width:28px;height:28px;transform:scale(.8);background-position:left center;background-size:cover}

.online-list>li{width:100%;border-top:1px solid #eee;list-style:none;text-align:center;padding:10px 0 4px;position:relative;transition:all .2s ease-in-out}
.online-itemcont{position:absolute;top:0;right:100%;background-color:#fff;border:1px solid #eee;border-radius:4px 0 0 4px;visibility:hidden;opacity:0;transition:top .2s,opacity .2s;overflow-y:auto}
.online-list>li:hover .online-itemcont{top:0;opacity:1;visibility:visible}
.online-itemcont a{display:flex;align-items:center;border-bottom:1px solid #eee;color:#555;text-decoration:none;padding:2px 4px;text-align:left;width:195px;text-transform:capitalize}
.online-itemcont>div{border-bottom:1px solid #eee;padding-bottom:10px}
.online-itemcont>div:last-of-type{border:0}
.online-itemcont>div a{border:0}
.online-wechat-img img{display:block;margin:0 auto}
.online-itemcont p{text-overflow:ellipsis;width:100%;float:left}
.online-itemcont a:last-child{border:0}
.online-itemcont a i{transform:scale(.7);float:left;padding-right:30px}
.online-itemcont a span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}
.online-list>li .online-itemico p{margin:0;transform:scale(.9);text-transform:capitalize}
.online-list>li .online-itemico{color:#555;text-decoration:none;display:block;cursor:pointer;padding:0 2px}
.online-list>li:hover,.online-list>li:hover+li{border-color:transparent}
.online-list>li:first-child{border-radius:4px 4px 0 0;border:0}
.online-list>li:last-child{border-radius:0 0 4px 4px}
.wechatrt{width:100%;float:left}
.we-1{width:100%;float:left}
.wechatrt img{max-width:100%;height:100px}
@media (max-width:768px){
    #online{display:none}
}
