.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;
    }
}

/*  */
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.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);
}

.xypg-right-content {
    font-size: 16px;
}

.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
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1630 {
    max-width: 1660px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

/* 头部 */
.x-top2 {
    z-index: 9999;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: 0.3s;
    background: #fff;
}

.top2.scroll2 {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.top2.scroll {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.x-top2 .dlogo {
    height: 100%;
    line-height: 100%;
}

.x-top2 .nnav {
    width: 72%;
}


/*主体样式*/
.x-top2 .max1630 {}

.dqiu {
    height: 100%;
    display: flex;
    align-items: center;
}

.dqiu img {
    max-width: 100%;
}

.top2.scroll2 .dqiu img {
    filter: invert(1) sepia(1) hue-rotate(180deg) brightness(1.2) saturate(10);
}

.top2.scroll .dqiu img {
    filter: invert(1) sepia(1) hue-rotate(180deg) brightness(1.2) saturate(10);
}

.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

.nnav {
    width: 46.88%;
    margin-left: 6%;
    margin-right: 6%;
}

.nnav .main {
    line-height: 30px;
}

#nav {
    height: auto;
    transition: 0.3s;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#nav li {
    line-height: 2;
    padding: 26px 0;
    font-size: 18px;
    color: #222;
    text-align: center;
    transition: 0.5s;
}

#nav>li>a {
    display: block;
    text-transform: capitalize;
    border-bottom: 2px solid transparent;
}
#nav>li>a:hover {
    color: #000;
    border-bottom-color: #dd040a;
}

#nav li .big {
    display: block;
    color: #222;
    position: relative;
    z-index: 1;

}

.top2.scroll2 #nav li .big {
    color: #222;
}

.top2.scroll #nav li {
    line-height: 70px;
}

.top2.scroll #nav li .big {
    color: #222;
}

#nav li .big:after {
    content: "";
    display: none;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fd0002;
    bottom: 19px;
    left: 0;
}


/* #nav li .big:before{ position: absolute; left: 0; bottom: 28%; background: #003e9c; content: ''; height: 4px; width: 0; transition: 0.3s;} */
#nav li:hover .big {
    color: #003e9c;
}

#nav li:hover .big:after {
    display: block;
}

#nav li:hover .big:before {
    width: 100%;
}

#nav .navli_hover a:before {
    width: 100%;
}

#nav .navli_hover a {}

#nav li .navson .main {
    line-height: 30px;
}

#nav li .navson {
    display: none;
    position: absolute;
    left: 0;
    overflow: hidden;
    border-top: 1px solid #ededed;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    color: #333;
    top: 100%;
    z-index: 20;
    width: 100vw;
}

#nav li .navson .main {
    padding: 30px 15px;
}

#nav li .navson .nav_font {
    float: left;
    width: 40%;
    padding-right: 5%;
    text-align: left;
    line-height: 30px;
}

#nav li .navson .nav_font dl {
    margin: 0;
}

#nav li .navson .nav_font dl dd {
    float: left;
    width: 45%;
    text-align: left;
    margin: 0;
    transition: 0.3s;
}

#nav li .navson .nav_font dl dd:nth-of-type(2n) {
    float: right;
}

#nav li .navson .nav_font dl dd a {
    color: #333333;
    text-transform: capitalize;
}

#nav li .navson .nav_font dl dd .tit {
    line-height: 1.5;
    padding: 10px 30px 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    transition: 0.3s;
}

#nav li .navson .nav_font dl dd .tit:before {
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
    content: '>';
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
}

#nav li .navson .nav_font dl dd:hover .tit {
    border-bottom: 1px solid #003e9c;
}

#nav li .navson .nav_font dl dd:hover .tit a {
    color: #003e9c !important;
}

#nav li .navson .nav_pic {
    float: right;
    width: 60%;
    padding: 3%;
    text-align: left;
}

#nav li .navson .nav_pic i {
    color: rgba(0, 88, 78, 0.08);
    font-size: 72px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    line-height: 30px;
    display: block;
}

#nav li .navson .nav_pic .wz {
    color: #003e9c;
    font-size: 28px;
    line-height: 1;
    font-weight: bold !important;
    margin: -30px 0 10px !important;
    position: relative;
    text-transform: capitalize;
}

#nav li .navson .nav_pic .content {
    color: #666666;
    font-size: 16px;
    padding: 3% 0;
}

#nav li .navson .nav_pic .content p {
    margin-bottom: 0;
}

#nav li .navson .nav_pic .more {
    height: 35px;
    line-height: 35px;
    background: #003e9c;
    width: 165px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
}

/* #nav li .navson .nav_pic .more:hover{background:#f4a708;} */
#nav li .navson .nav_pic .content p {
    margin-bottom: 0;
}

.x-banner {
    position: relative;
}

.pc-banner {
    position: relative;

}

.pc-banner .banner-item .img {
    position: relative;
    display: block;
}

.pc-banner .banner-item .img::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    background: url(//wm.cdn.cn86.cn/jiangsuyizhong/2026/08/509be4193egnbqzg.png)no-repeat right center;
    width: 50%;
    height: 100%;
}

.x-banner .owl-item {
    position: relative;
}

.x-banner .owl-item .wz {
    position: absolute;
    top: 35%;
    width: 100%;
    z-index: 9;

}

.x-banner .owl-item .wz h3 {
    font-size: 72px;
    color: #0137a4;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

.x-banner .owl-item .wz .ck {
    width: 211px;
    height: 59px;
    border: 1px solid #0137a4;
    padding-left: 23px;
    font-size: 16px;
    color: #0137a4;
    display: flex;
    justify-content: left;
    align-items: center;
    line-height: 57px;
    margin-top: 4vw;

}


.x-banner .owl-item .wz .ck span {
    display: block;
    margin-left: 55px;

    width: 39px;
    font-weight: normal;
    height: 39px;
    background: url(//wm.cdn.cn86.cn/jiangsuyizhong/2026/08/4d8f7d12c5cw8msl.png)no-repeat center;
    background-size: cover;
}

.x-banner .owl-item .wz .ck:hover {
    background: #fd0002;
    border-color: #fd0002;
    color: #fff;
}

.x-banner .owl-item .wz .ck:hover span {
    background: url(//wm.cdn.cn86.cn/jiangsuyizhong/2026/08/b4563137062amfoz.png)no-repeat center;
}

.x-banner .owl-item .wz h5 p:nth-child(1) {
    font-size: 56px;
    color: #0137a4;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    margin-top: 34px;

}

.x-banner .owl-item .wz h5 p:nth-child(2) {
    font-size: 26px;
    color: #0137a4;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    margin-top: 26px;

}

.x-banner .custom-number-indicator {
    position: absolute;
    z-index: 99;
    top: 49%;
    right: 5.5%;
    font-size: 26px;
    line-height: 1;
    color: #fff;
}

.sbsxhd {
    position: absolute;
    width: 80px;
    bottom: 62px;
    left: 50%;
    margin-left: -40px;
    color: #fff;
    font-size: 14px;
    line-height: 2;
    z-index: 99;
    padding-bottom: 0px;
    text-align: center;
    -webkit-animation: nudgeMouse 1.6s linear infinite;
    animation: nudgeMouse 1.6s linear infinite;
}

@-webkit-keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


.bandd {
    position: relative;
}

.home-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ban {
    position: absolute;
    width: 100%;
    z-index: 99999;
    bottom: 7.5%;
}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide>a.img {
    display: block;
}

.home-banner .swiper-slide a.img>img {
    display: block;
    width: 100%;
    transform: scale(1);
    transition: all 2s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.home-banner .swiper-slide.swiper-slide-active a.img>img {
    transform: scale(1);
}


.home-banner .swiper-pagination1 {
    min-width: 93px;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 99;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    background-color: #003e9c;
    opacity: 1;
    margin: 0 4px !important;
    transition: width .3s ease;
    border-radius: 0px;
    position: relative;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: 9;

    background: #fd0002;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active::after {
    width: 100%;
    transition: 7s;
}

.home-banner .swiper-slide .v_cover {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 19%;
    width: 100%;
    height: 100%;
    color: #fff;
}

.home-banner .swiper-slide .v_cover .v_con {

    position: relative;
    z-index: 5;
}

.v_tit_aa,
.v_tit_bb,
.v_tit_cc,
.v_cover .gd {
    transition-delay: transform 1s, opacity 0s;
    transition-duration: 1s;
    transform: translate3d(0, 80px, 0);
    opacity: 0
}

.home-banner .swiper-slide-active .v_con .v_tit_aa,
.home-banner .swiper-slide-active .v_con .v_tit_bb,
.home-banner .swiper-slide-active .v_con .v_tit_cc,
.home-banner .swiper-slide-active .v_cover .gd {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.home-banner .swiper-slide-active .v_con .v_tit_aa {
    transition-delay: .3s
}

.home-banner .swiper-slide-active .v_con .v_tit_bb {
    transition-delay: .5s
}

.home-banner .swiper-slide-active .v_con .v_tit_cc {
    transition-delay: .7s
}

.home-banner .swiper-slide-active .gd {
    transition-delay: 0.9s;
}

.v_tit_aa {
    font-size: 1.5625vw;
    color: #0137a4;
    margin-bottom: 2vw;
    line-height: 1;
}

.v_tit_bb {
    font-size: 2.6vw;
    color: #0137a4;
    font-weight: bold;
    line-height: 1;
}

.v_tit_cc {
    font-size: 0.83vw;
    color: #0137a4;
    margin-top: 1.4vw;
}

.ban .wh {
    position: relative;
}

.v_cover a {
    width: 180px;
    height: 50px;
    border-radius: 8px;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 2.8vw;
    transition: all 0.4s;
    background: #004ea1 url(//wm.cdn.cn86.cn/jiangsuyizhong/2026/08/70127f8471fsnrat.png) no-repeat 134px center;
    padding-left: 37px;
    display: block;
}

.v_cover a:hover {
    color: #004ea1;
    background: #fff url(//wm.cdn.cn86.cn/jiangsuyizhong/2026/08/f1243e7880auo6eh.png) no-repeat 144px center;

}




.box1 {
    padding: 3.8125vw 0 3.25vw;
    background: url(//wm.cdn.cn86.cn/jiangsuyizhong/2026/08/31d30afbf7bbgrvn.jpg) no-repeat center;
    background-size: cover;
}

.about1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;

}

.about1 .about1-wz {
    width: 47.5%;

}

.title h3 {
    font-weight: bold;
    font-size: 3.125vw;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0;

}

.title h4 {
    font-weight: normal;
    font-size: 1.40625vw;
    color: #000;
    line-height: 1;

    margin: 0;
    margin-top: 1vw;
    font-weight: 600;
    font-size: 1.6vw;
}

.title span {
    display: block;
    width: 23.833vw;
    height: 5px;
    background: #0137a4;
    margin-top: 28px;

}

.box1 .about1-wz2 {
    margin-top: 2.8125vw;
}

.box1 .about1-wz2 h3 {
    font-weight: normal;
    font-size: 1.40625vw;
    color: #000;
    line-height: 1;

    margin: 0;

}

.box1 .about1-wz2 h4 {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.78;
    color: #000;
    margin: 0;
    margin-top: 1vw;
}

.box1 .ckgd {
    margin-top: 2.35vw;
}

.ckgd {

    width: 231px;
    height: 57px;
    background: #0137a4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    line-height: 57px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;

}

.ckgd:hover {
    background: #fd0002;
    color: #fff;
}

.ckgd span {
    display: block;
    width: 12px;
    height: 21px;
    background: url(//wm.cdn.cn86.cn/jiangsuyizhong/2026/08/bc47852268pyx1wn.png)no-repeat center;

}

.aboutfl {
    width: 24.28vw;

}

.aboutfl ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.aboutfl ul li {
    width: 50%;
    display: block;
    height: 12.14vw;
    padding-left: 1.5625vw;
    padding-top: 2.0833vw;
    position: relative;
}

.aboutfl ul li:nth-child(1) {
    background: #3ec2b2;
    margin-left: 50%;
}

.aboutfl ul li:nth-child(2) {
    background: #2074f0;

}

.aboutfl ul li:nth-child(3) {
    background: #0137a4;

}


.aboutfl ul li h3 {
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    margin: 0;
}

.aboutfl ul li h4 {
    font-size: 22px;
    color: #fff;
    font-family: "Arial";
    margin: 0;
    font-weight: 700;
    line-height: 1;
    margin-top: 10px;
}

.aboutfl ul li span {
    position: absolute;
    left: 1.5625vw;
    bottom: 1.875vw;
    color: #fff;
    font-size: 22px;
    line-height: 1;

}

.abszgd {
    margin-top: 2.77vw;
    padding: 0 4%;
}

.abszgd ul {
    display: flex;
    justify-content: space-between;
}

.abszgd ul li {
    width: 33%;
    position: relative;
    border-right: 1px solid #dd040a;

}

.abszgd ul li:nth-child(3) {
    border: none;
}

.abszgd ul li h3 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0;
}

.abszgd ul li h3 .count {
    font-size: 3.75vw;
    font-weight: bold;
    line-height: 1;
    color: #dd040a;
    font-family: "Arial";
    letter-spacing: 4px;
}

.abszgd ul li h3 span:nth-child(2) {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 2.5;
    margin-left: 10px;
}

.abszgd ul li h4 {
    text-align: center;
    margin: 0;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 1;

}


.product {
    background: url(//wm.cdn.cn86.cn/jiangsuyizhong/2026/08/5091182e9fzbamab.png)no-repeat bottom center;
    background-size: 100% auto;
    padding-top: 4.47vw;
    padding-bottom: 3.02vw;
}

.product .title h3 {
    color: #0137a4;
}

.product .title h4 {
    color: #0137a4;
}

.product2 {

    width: 95%;
    margin: 0 auto;
    border: 1px solid #a3a3a3;
    margin-top: 2.916vw;
}

.product2 .product2fltit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product2 .product2fltit li {
    position: relative;
    width: 33.333%;
}

.product2 .product2fltit li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.product2 .product2fltit li .img {
    margin-right: 2.44vw;
}

.product2 .product2fltit li .img1 {
    display: block;
    max-width: 100%;
}

.product2 .product2fltit li .img2 {
    display: none;
    max-width: 100%;
}

.product2 .product2fltit li h3 {
    font-size: 22px;
    color: #0137a4;
    font-weight: normal;
    line-height: 3.8;
    margin: 0;
}

.product2 .product2fltit li:nth-child(2):after {
    content: "";
    display: block;
    position: absolute;
    right: -3px;
    top: 14%;
    width: 2px;
    height: 72%;
    background: #0137a4;
}

.product2 .product2fltit li:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    left: -3px;
    top: 14%;
    width: 2px;
    height: 72%;
    background: #0137a4;
}

.product2 .product2fltit li.cur:nth-child(2)::after,
.product2 .product2fltit li.cur:nth-child(2)::before {
    display: none;
}

.product2 .product2fltit li.cur {
    background: #0137a4;
}

.product2 .product2fltit li.cur .img1 {
    display: none;
}

.product2 .product2fltit li.cur .img2 {
    display: block;
}

.product2 .product2fltit li.cur h3 {
    color: #fff;
}

.product2img .product2img1 {
    display: none;
    position: relative;

}

.product2img .product2img1 img {
    max-width: 100%;
}

.product2img .product2img1 .wz {
    position: absolute;
    left: 0;
    z-index: 9;
    bottom: 4.166vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 5vw;
    padding-right: 4.58vw;

}

.product2img .product2img1 .wz .wz1 {
    width: 87%;
}

.product2img .product2img1 .wz h3 {
    font-size: 22px;
    margin: 0;
    line-height: 1;
    color: #fff;
    font-weight: normal;

}

.product2img .product2img1 .wz p {
    font-size: 22px;
    margin: 0;
    line-height: 1;
    color: #fff;
    font-weight: normal;
    margin-top: 1.25vw;
}


.product2img .product2img1 .wz .ckgd {
    width: 11%;
    padding: 0 10px;
}

.product3 {
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
}

.product3 .item img {
    max-width: 100%;
}

.product3 .item h3 {
    font-size: 18px;
    color: #000100;
    font-weight: normal;
    margin: 0;
    line-height: 1;
    margin-top: 1vw;
    text-align: center;
}

.product3 .product3_1 .owl-nav .owl-prev,
.product3 .product3_1 .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    display: block;

}

.product3 .product3_1 .owl-nav button span {
    display: none;
}

.product3 .product3_1 .owl-nav .owl-prev {
    background: url(//wm.cdn.cn86.cn/jiangsuyizhong/2026/08/38b0b6e84b1eknjt.png)no-repeat center;
    left: -8%;

}

.product3 .product3_1 .owl-nav .owl-next {
    background: url(//wm.cdn.cn86.cn/jiangsuyizhong/2026/08/cfb3c2c3f9op5lbm.png)no-repeat center;
    right: -8%;
}

.product3 .product3_1 .owl-nav .owl-prev:hover {
    background: url(//wm.cdn.cn86.cn/jiangsuyizhong/2026/08/dde4c918f1ridvgn.png)no-repeat center;
}

.product3 .product3_1 .owl-nav .owl-next:hover {
    background: url(//wm.cdn.cn86.cn/jiangsuyizhong/2026/08/31c22c7c158ys4pq.png)no-repeat center;
}

.syyyly {
    position: relative;

}

.syyyly .title {
    position: absolute;
    left: 0;
    top: 6.09vw;
    z-index: 9;
    width: 100%;
}

.syyyly .title h3 {
    color: #fff;
}

.syyyly .title h4 {
    color: #fff;
}

.syyyly .title span {
    background: #fff;
}


.syyyly .pernr51 {
    position: relative;
    overflow: hidden;
}

.syyyly .pernr51 li img {
    /* max-width: 100%; */
    width: 100vw;
}

.syyyly .pernr51 .swiper-button-prev2 {
    position: absolute;
    width: 56px;
    height: 56px;
    background: url(//wm.cdn.cn86.cn/jiangsuyizhong/2026/08/c0df53f556ldjpjw.png) no-repeat center;
    left: 60px;
    top: 50%;
    margin-top: -28px;
    z-index: 9;
}

.syyyly .pernr51 .swiper-button-prev2:hover {
    background: url(//wm.cdn.cn86.cn/jiangsuyizhong/2026/08/dde4c918f1ridvgn.png) no-repeat center;
}


.syyyly .pernr51 .swiper-button-next2 {
    position: absolute;
    width: 56px;
    height: 56px;
    background: url(//wm.cdn.cn86.cn/jiangsuyizhong/2026/08/5ee3c1cd2ea7ihvs.png) no-repeat center;
    right: 60px;
    top: 50%;
    margin-top: -28px;
    z-index: 9;
}

.syyyly .pernr51 .swiper-button-next2:hover {
    background: url(//wm.cdn.cn86.cn/jiangsuyizhong/2026/08/31c22c7c158ys4pq.png) no-repeat center;
}


.syyyly .pernr52_con {
    position: absolute;
    width: 100%;

    z-index: 9;
    left: 0;
    bottom: 7.34vw;
}

.syyyly .pernr52_con .max1630 .pernr52 {
    width: 100%;
    overflow: hidden;
}

.syyyly .pernr52_con .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .6);

}

.syyyly .pernr52_con .swiper-slide h2 {
    margin: 0;
    font-size: 1.66vw;
    color: #fff;
    font-weight: normal;
    line-height: 3.65;


}

.syyyly .pernr52_con .swiper-slide h2 a {
    color: #fff;
}

.syyyly .pernr52_con .swiper-slide img {
    width: 46px;

}

.syyyly .pernr52_con .swiper-slide.on {
    background: rgba(1, 55, 164, 0.65);
    border: none;
}


.box-news {
    padding: 4.58vw 0 4.166vw;
}

.box-news .title h3 {
    color: #0137a4;
}

.box-news .title h4 {
    color: #0137a4;
}

.box-news .ntit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-news .ntit .newfl {
    margin-top: 58px;

}

.box-news .ntit .newfl ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.box-news .ntit .newfl ul li {
    width: 205px;
    height: 51px;
    border-radius: 25px;
    margin-left: 23px;
    background: #0137a4;
}

.box-news .ntit .newfl ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 27px;
}

.box-news .ntit .newfl ul li a h3 {
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    line-height: 51px;

}

.box-news .ntit .newfl ul li a span {
    display: block;
    width: 12px;
    height: 21px;
    background: url(//wm.cdn.cn86.cn/jiangsuyizhong/2026/08/bc47852268pyx1wn.png) no-repeat center;

}

.box-news .ntit .newfl ul li:hover {
    background: #fd0002;
}


.box-news1 {
    margin-top: 46px;

}

.box-news1 .news_tab {
    display: none;
}

.box-news1 .news_tab .box-news1-left {
    width: 43%;
    float: left;

}

.box-news1 .news_tab .box-news1-left li .imgs {
    width: 100%;
}

.box-news1 .news_tab .box-news1-left li .imgs img {
    max-width: 100%;
}

.box-news1 .news_tab .box-news1-left li h4 {
    margin: 0;
    font-size: 20px;
    line-height: 1;
    color: #1e1e1e;
    margin-top: 1.25vw;
    font-weight: normal;
}

.box-news1 .news_tab .box-news1-left li:hover h4 {
    color: #0137a4;
}

.box-news1 .news_tab .box-news1-left li .sums {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    margin-top: 15px;

}

.box-news1 .news_tab .box-news1-left li .time {
    margin-top: 10px;
    color: #929292;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;

}

.box-news1 .news_tab .box-news1-right {
    float: right;
    width: 54%;
    border-left: 1px solid #a3a3a3;
    padding-left: 5%;

}

.box-news1 .news_tab .box-news1-right ul li {
    margin-bottom: 1.35vw;
    width: 100%;
}

.box-news1 .news_tab .box-news1-right ul li:nth-child(3) {}

.box-news1 .news_tab .box-news1-right ul li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.box-news1 .news_tab .box-news1-right ul li a .imgs {
    width: 23.3%;

}

.box-news1 .news_tab .box-news1-right ul li a .imgs img {
    max-width: 100%;
}

.box-news1 .news_tab .box-news1-right ul li a .text {
    width: 71%;

}

.box-news1 .news_tab .box-news1-right ul li a .text h4 {
    margin: 0;
    line-height: 1;
    font-size: 20px;
    color: #1e1e1e;
    font-weight: normal;

}

.box-news1 .news_tab .box-news1-right ul li:hover a .text h4 {
    color: #0137a4;
}

.box-news1 .news_tab .box-news1-right ul li a .sums {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;


}

.box-news1 .news_tab .box-news1-right ul li a .time {
    margin-top: 10px;
    color: #929292;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5vw;

}

.foot1 {
    background: #eaeaea;
    padding: 2.5vw 0 3.25vw;

}

.foot1 .max1630 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot1 .max1630 .footlogo {
    width: 25.2%;
    margin-left: 4%;

}

.foot1 .max1630 .footlogo .ftlogo {
    width: 100%;
}

.foot1 .max1630 .footlogo .ftlogo img {
    max-width: 100%;
}

.foot1 .max1630 .footlogo .ftewm {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 2.3vw;

}

.foot1 .max1630 .footlogo .ftewm .ftewm1 {
    width: 38%;
    margin-right: 7%;
}

.foot1 .max1630 .footlogo .ftewm .ftewm1 img {
    max-width: 100%;
}

.foot1 .max1630 .footlogo .ftewm .ftewm1 h3 {
    text-align: center;
    margin: 0;
    line-height: 1;
    margin-top: 13px;
    font-size: 15px;
    color: #000100;
    font-weight: normal;

}

.foot1 .max1630 .footlogo .ftewm .ftewm2 {
    width: 38%;
    margin-right: 0%;
}

.foot1 .max1630 .footlogo .ftewm .ftewm2 img {
    max-width: 100%;
}

.foot1 .max1630 .footlogo .ftewm .ftewm2 h3 {
    text-align: center;
    margin: 0;
    line-height: 1;
    margin-top: 13px;
    font-size: 15px;
    color: #000100;
    font-weight: normal;

}

.foot1 .max1630 .ftnav {
    width: 34%;
}

.foot1 .max1630 .ftnav .foot_nav {
    display: flex;
    justify-content: space-between;

}

.foot1 .max1630 .ftnav .foot_nav>li>a {
    font-size: 18px;
    color: #222;
    font-weight: normal;
    line-height: 1;
    text-align: left;
}

.foot1 .max1630 .ftnav .foot_nav>li .x-nav-menu {
    margin-top: 13px;

}

.foot1 .max1630 .ftnav .foot_nav>li .x-nav-menu dd {
    text-align: left;
    font-size: 14px;
    color: #838383;
    font-weight: normal;
    line-height: 40px;
    display: block;
}

.foot1 .max1630 .ftnav .foot_nav>li .x-nav-menu dd a {
    color: #838383;
    line-height: 40px;
}

.foot1 .max1630 .ftnav .foot_nav>li .x-nav-menu dd:hover a {
    color: #0137a4;
}

.foot1 .max1630 .ftlx h3 {
    margin: 0;
    font-size: 18px;
    color: #222;
    font-weight: normal;
    line-height: 1;
    text-align: left;
}

.foot1 .max1630 .ftlx h5 {
    margin: 0;
    margin-top: 13px;
}

.foot1 .max1630 .ftlx h5 p {
    text-align: left;
    font-size: 14px;
    color: #838383;
    font-weight: normal;
    line-height: 40px;
    display: block;
}

.foot2 {
    background: #0137a4;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    color: #ececec;
    font-weight: normal;
    line-height: 60px;

}

.foot2 .max1630 a {
    color: #ececec;
}


@media (max-width: 1630px) {
    .x-banner .owl-carousel .owl-dots {
        left: 5px;
    }

    .product3 .product3_1 .owl-nav .owl-prev {
        left: -2%;
    }

    .product3 .product3_1 .owl-nav .owl-next {
        right: -2%;
    }
}

@media (max-width: 1280px) {
    .x-banner .owl-carousel .owl-nav .owl-prev {
        right: 12%;
    }

    .x-banner .owl-item .wz h5 p:nth-child(1) {
        font-size: 40px;
    }

    .title h4 {
        font-size: 20px;
    }

}

@media (max-width: 991px) {
    .foot1 .max1630 .ftnav {
        display: none;
    }

    .foot1 .max1630 .footlogo {
        width: 48%;
    }

    .box-news1 .news_tab .box-news1-left li h4 {
        font-size: 18px;
    }

    .box-news1 .news_tab .box-news1-right ul li a .text h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .box-news1 .news_tab .box-news1-right ul li a .sums {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}

@media (max-width: 767px) {
    .x-top2 {
        position: relative;
        padding: 10px 0;
    }

    .about1 .about1-wz {
        width: 100%;
    }

    .aboutfl {
        width: 100%;
        margin-top: 20px;
    }

    .aboutfl ul li:nth-child(1) {
        margin-left: 0;
    }

    .aboutfl ul li {
        width: 33%;
    }

    .aboutfl ul li span {
        left: 80%;
        bottom: 50%;
    }

    .product2img .product2img1 .wz p {
        font-size: 15px;

    }

    .box-news1 .news_tab .box-news1-right ul li {
        margin-bottom: 15px;
    }

    .box-news1 .news_tab .box-news1-right ul li a .time {
        line-height: 1;
    }

    .foot2 {
        font-size: 14px;
        text-align: center;
        padding: 20px 0;
        line-height: 2;
    }

    .foot2 .fl {
        float: none;

    }

    .foot2 .fr {
        float: none;

    }

    .title h3 {
        font-size: 30px;
    }

    .title h4 {
        font-size: 20px;
        margin-top: 10px;
    }


    .syyyly .pernr52_con .swiper-slide h2 {
        font-size: 13px;
    }


    .x-banner .owl-carousel .owl-dots button.owl-dot {
        height: 50px;
    }

    .box1 .about1-wz2 h3 {
        font-size: 20px;
        line-height: 2;
    }
}

@media (max-width: 640px) {
    .aboutfl ul li {
        width: 50%;
        height: 80px;
    }

    .abszgd ul li h3 .count {
        font-size: 25px;
    }

    .product2 .product2fltit li {
        width: 100%;
    }

    .product2 .product2fltit li:nth-child(2)::before,
    .product2 .product2fltit li:nth-child(2)::after {
        display: none;
    }

    .product2img .product2img1 .wz {
        flex-wrap: wrap;
    }

    .product2img .product2img1 .wz .wz1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .syyyly .pernr51 .swiper-button-prev2 {
        display: none;
    }

    .syyyly .pernr51 .swiper-button-next2 {
        display: none;
    }

    .box-news .ntit .newfl ul li {
        width: 175px;
    }

    .box-news1 .news_tab .box-news1-left {
        width: 100%;
    }

    .box-news1 .news_tab .box-news1-right {
        width: 100%;
        border: none;
        padding: 0;
        margin-top: 20px;
    }

    .foot1 .max1630 .footlogo {
        width: 100%;
    }

    .ftlx {
        margin-top: 20px;
    }

    .sbsxhd {
        width: 30px;
        bottom: 20px;
        margin-left: -15px;
    }

    .sbsxhd img {
        max-width: 100%;
    }

    .abszgd {
        padding: 0;
    }

    .abszgd ul li h3 .count {
        letter-spacing: 0;

    }

    .abszgd ul li h3 span:nth-child(2) {
        line-height: 1.5;
    }

    .product2 .product2fltit li h3 {
        font-size: 20px;
        line-height: 3;
    }

    .product2 .product2fltit li a {
        justify-content: left;
        padding-left: 20%;

    }

    .ckgd {
        width: 175px !important;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    .box-news .ntit .newfl ul li {
        width: 160px;
        margin-left: 5px;
        height: 45px;

    }

    .box-news .ntit .newfl ul li a {
        padding: 0 10px;
    }

    .box-news .ntit .newfl ul li a h3 {
        font-size: 12px;
    }
}


.page-position {
    padding: 15px 0;
    font-size: 14px;
    color: #aaaeb1;
    z-index: 9;
    position: relative;

}

.page-position h2 {
    color: #ffffff !important;
    font-size: 36px !important;
    font-weight: 600;
    margin-bottom: 10px;
}

.page-position h2 a {
    color: #fff
}



.page-position a {
    color: #aaaeb1;
}

.page-position a:hover {
    color: #014099;
}


@media (max-width: 1024px) {
    .page-position {
        color: #aaaeb1;
        margin-top: 1.5%;
        z-index: 99999;
        position: relative;
        margin-bottom: 1.5%;
    }

    .page-position h2 {
        color: #014099 !important;
        font-size: 30px !important;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .page-position h2 a {
        color: #014099
    }

}

@media (max-width: 990px) {
    .page-position h2 {
        color: #014099 !important;
        font-size: 18px !important;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .page-position h2 a {
        color: #014099
    }

}

.about-nav-top.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;

}

.nyaaf {
    margin-bottom: 3.5%;
}

.nyaaf .cate-list {
    border: none;
    margin: 0;
}

.nyaaf .xypg-left-nav {
    display: block;
}

.nyaaf .category {
    position: relative;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.nyaaf .category {
    border: none;
}

.nyaaf .category a {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #444444;
    padding: 10px 30px;
    background: #eeeeee;
    border-radius: 6px;
    border: none;
    font-weight: normal;
}

.nyaaf .category span {
    display: none;
}

.nyaaf .category a:hover,
.nyaaf .category a.active {
    color: #fff;
    background: #014099;
}


.about-nav-top.fixed .xypg-left-con2 {
    margin: 20px 0;
}

@media(max-width: 991px) {
    .home-banner .swiper-slide .v_cover {
        padding-top: 15%;
    }
}

@media(max-width: 767px) {
    .home-banner .swiper-slide .v_cover {
        padding-top: 15%;
    }
}

@media(max-width: 640px) {
    .v_tit_aa {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .v_tit_bb {
        font-size: 14px;
    }

    .v_tit_cc {
        font-size: 10px;
    }

    .v_cover a {
        width: 120px;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
        padding-left: 13px;
        background-position: 88px center;
    }

    .v_cover a:hover {
        background-position: 98px center;
    }

    .home-banner .swiper-slide .v_cover {
        padding-top: 9%;
    }
}


/* 内页 */
.nbanner {
    padding-top: 91px;
}

@media(max-width:1024px) {
    .nbanner {
        padding-top: 0;
    }
}

.about-nav-top-news .cate-list {
    display: flex;
    flex-wrap: wrap;
    border: none;
    border-bottom: 1px solid #0137a4;
}

.about-nav-top-news .cate-list .list-title {
    border: none;
    padding: 0;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    padding: 15px 0;
    font-weight: normal;

}

.about-nav-top-news .cate-list .category {
    margin-right: 10px;
}

.about-nav-top-news .cate-list .category:last-child {
    margin-right: 0;
}


.about-nav-top-news .cate-list .category span {
    display: none;
}

.about-nav-top-news .cate-list .category a:hover {
    color: #0137a4;
}

.about-nav-top-news .cate-list .category a.active {
    color: #0137a4;
}

.shemei { display: flex; gap: 10px; }
.shemei_item { width: 30px; height: 30px; overflow: hidden; border-radius: 50%; display: flex; }
.shemei_item img { width: 100%; height: 100%; object-fit: cover; }
