.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: 1630px;
    margin: 0 auto;
    padding: 0 15px;
}


.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: relative;
    -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: 60px
}

.header-ss {
    margin-left: 1.25vw;
    position: relative;
    width: 21px;
    height: 22px
}

.header-ss .ss_btn {
    width: 21px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(//wm.cdn.cn86.cn/runke/2025/10/d03ddc763114z3ft.png) no-repeat center;
    cursor: pointer
}

.search-box {
    position: absolute;
    top: 200%;
    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(//wm.cdn.cn86.cn/runke/2025/10/d03ddc763114z3ft.png)
}

.ttel {
    background: #13327b;
    height: 100px;
    padding: 0 20px;
}

.ttel .img1 {
    margin-right: 5px;
}

.ttel .wz {
    color: #fff;
    font-weight: 500;
}

.ttel .wz .wza {
    font-size: 12px;
}

.ttel .wz .wzb {
    font-size: 14px;
    margin-top: 5px;
}

.x-menu {
    position: relative;
    margin-right: 1.5vw;
}

.x-menu>li {
    position: relative;
    text-align: center;
}

.x-menu > li > a {
    display: block;
    font-size: 18px;
    color: #232323;
    height: 100px;
    line-height: 100px;
    font-weight: 500;
}

.x-menu > li:hover > a {
    color: #333;
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 250%;
    left: -75%;
    top: 100%;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 0 0
}

.x-menu li:nth-child(3) .x-sub-menu {
    width: 500%;
    left: -200%;
}

.x-menu li:nth-child(5) .x-sub-menu {
    width: 320%;
    left: -110%;
}

.x-sub-menu > li > a {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em 20px;
}

.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: 30px;
        margin-right: 30px
    }
}


/* 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: 23px;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    background: #fff;
    border-radius: 0%;
    margin: 0 10px !important;
    transition: width .3s ease;
    opacity: .25;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 0;
}

.bajian {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    left: 0;
    justify-content: flex-end;
}

.bajian .max1400 {
    max-width: 100%;
}

.home-banner .swiper-button-next1, .home-banner .swiper-button-prev1 {
    position: absolute;
    width: 94px;
    height: 94px;
    top: 50%;
    margin-top: -47px;
    font-size: 0;
    outline: none;
    border: none;
    background: none;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.home-banner .baprev {
    background: url(//wm.cdn.cn86.cn/runke/2025/10/5116176eebgt2glr.png) no-repeat center #fff;
    width: 94px;
    height: 94px;
}

.home-banner .banext {
    background: url(//wm.cdn.cn86.cn/runke/2025/10/b241c7010ains5fv.png) no-repeat center #fff;
    width: 94px;
    height: 94px;
}

.home-banner .baprev:hover {
    background: url(//wm.cdn.cn86.cn/runke/2025/10/1c98898d394ltcyu.png) no-repeat center #13327b;
}

.home-banner .banext:hover {
    background: url(//wm.cdn.cn86.cn/runke/2025/10/0d8af4a74awlicfu.png) no-repeat center #13327b;
}

@media (max-width: 991px) {
    .home-banner .swiper-pagination1 {
	    bottom: 8px;
    }

    .home-banner .swiper-pagination1 .swiper-pagination-bullet {
	    width: 20px;
	    height: 1px;
	    margin: 0 5px!important;
    }
}


/* adv */
.adv-bg {
    background: #f6f6f6;
    padding: 100px 0;
}

.advlist li {
    width: 31.42%;
    position: relative;
}

.advlist li .img {
    position: relative;
}

.advlist li .img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
}

.advlist li .img > img {
    width: 100%;
}

.advlist li .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 2.6vw;
}

.advlist li .text .img2 {
    background: #13327b;
    width: 98px;
    height: 98px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.advlist li .text .img2 > img {
    max-width: 100%;
}

.advlist li .text1 {
    color: #fff;
    font-size: 1.5625vw;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin-top: 1.8vw;
}

.advlist li .text2 {
    width: 100%;
    margin-top: 1.8vw;
    display: none;
}

.advlist li .text2 p {
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 1.333;
}

.advlist li .more {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
    opacity: 0;
}

.advlist li:hover .img::before {
    background: rgba(0, 0, 0, 0.55);
}

.advlist li:hover .img2 {
    display: none;
}

.advlist li:hover .text1 {
    text-align: left;
}

.advlist li:hover .text2 {
    display: block;
}

.advlist li:hover .more {
    opacity: 1;
}


/* about */
.ab-bg {
    background: url(//wm.cdn.cn86.cn/runke/2025/10/cb403f309ajjasg2.jpg) no-repeat bottom center;
    background-size: cover;
    padding-top: 105px;
    padding-bottom: 120px;
}

.ab-left {
    width: 46%;
}

.abt1 {
    color: #666;
    font-size: 16px;
}

.abt1 span {
    display: block;
    width: 38px;
    height: 3px;
    background: #13327b;
    margin-bottom: 10px;
}

.abt2 {
    margin: 1.56vw 0;
    color: #232323;
    font-size: 2.8125vw;
    font-weight: 600;
}

.abt3 {
    margin-bottom: 2.6vw;
}

.abt3 p {
    color: #777;
    font-size: 18px;
    line-height: 1.77;
}

.abt4list li {
    margin-bottom: 1vw;
    background: url(//wm.cdn.cn86.cn/runke/2025/10/5e3a96aa5c5m7e2b.png) no-repeat left center;
    padding-left: 28px;
}

.abt4list li a {
    color: #555;
    font-size: 18px;
}

.abt4list li a:hover {
    color: #13327b;
}

.abt4list li:last-child {
    margin-bottom: 0;
}

.abt5 {
    width: 180px;
    height: 60px;
    background: #13327b;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 4.16vw;
}

.abt5:hover {
    background: #2eaf5c;
}

.abt5 a {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.ab-right {
    width: 44.7%;
}

.ablist li .img img {
    width: 100%;
}

.ablist li:nth-of-type(1) {
    transform: translate(115px, 80px);
}


/* adv2 */
.adv2-bg {
    background: url(//wm.cdn.cn86.cn/runke/2025/10/b787ed22548ytmew.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0 60px;
}

.adv2list li {
    width: 25%;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .1);
    padding-top: 0;
}

.adv2list li:last-child {
    border-right: none;
}

.adv2list li .img {
    background: #13327b;
    width: 98px;
    height: 98px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 1.56vw;
}

.adv2list li .text {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
}


/* project */
.project-bg {
    padding-top: 80px;
    padding-bottom: 95px;
}

.ptitle {
    text-align: center;
}

.ptitle .pt1 {
    width: 38px;
    height: 3px;
    background: #13327b;
    margin: 0 auto;
}

.ptitle .pt2 {
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
}

.ptitle .pt3 {
    color: #232323;
    font-size: 2.8125vw;
    font-weight: 600;
}

.project-roll {
    margin-top: 80px;
}

.project-roll .swiper-pagination2 {
    position: relative;
    margin-top: 3vw;
    text-align: center;
}

.project-roll .swiper-pagination2 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 0;
    margin: 0 6px;
    background: #c8c8c8;
    opacity: 1;
}

.project-roll .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #13327b;
}

.projectSwiper {
    padding: 0 16%;
    overflow: hidden;
}

.projectSwiper .swiper-slide {
    opacity: 1;
}

.projectSwiper .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.projectSwiper .swiper-slide.swiper-slide-next {
    opacity: 1;
}

.projectSwiper .swiper-slide .img1 img {
    width: 100%;
}

.projectSwiper .swiper-slide .text {
    position: absolute;
    width: 63.15%;
    height: 144px;
    overflow: hidden;
    margin: 0 auto;
    background: #13327b;
    bottom: 25px;
    left: 0;
    right: 0;
    padding: 1.45vw 2.45vw 1.45vw 1.45vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: 0.5s;
    opacity: 0;
}

.projectSwiper .swiper-slide .text .more {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.2);
}

.projectSwiper .swiper-slide .text .text1 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.projectSwiper .swiper-slide .text .text2 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
}

.projectSwiper .swiper-slide:hover .text {
    opacity: 1;
}


/* video */
.video-bg {
    background: url(//wm.cdn.cn86.cn/runke/2025/10/475f105e1450dmh4.jpg) no-repeat top center;
    background-size: cover;
    padding: 85px 5%;
}

.v1 img {
    max-width: 100%;
}

.v2 p {
    color: #fff;
    font-weight: 600;
    font-size: 2.8125vw;
}


/* news */
.news-bg {
    padding-top: 80px;
    padding-bottom: 125px;
}

.news-con {
    margin-top: 80px;
}

.news_list1 li {
    width: 31.14%;
}

.news_list1 li .img {
    position: relative;
}

.news_list1 li .img img {
    width: 100%;
}

.news_list1 li .img .date {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
    width: 70px;
    height: 70px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 600;
    color: #232323;
    font-size: 18px;
}

.news_list1 li .text {
    padding: 2vw 0;
}

.news_list1 li .text .text1 {
    color: #232323;
    font-size: 24px;
    line-height: 1.333;
    margin-bottom: 1.6vw;
}

.news_list1 li .text .text2 {
    color: #666666;
    font-size: 18px;
    line-height: 1.33;
}

.news_list1 li:hover .img .date {
    background: #13327b;
    color: #fff;
}

.news_list1 li:hover .text .text1 {
    color: #13327b;
}


/* flogo */
.flogo-bg {
    background: #f6f6f6;
    padding: 60px 0;
}

.flogoSwiper {
    overflow: hidden;
}

.flogoSwiper .swiper-slide .img img {
    max-width: 100%;
}


/* foot */
.foot-bg {
    background: url(//wm.cdn.cn86.cn/runke/2025/10/efa6f01cf4p7wazg.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0;
}

.foot1 {
    width: 23.4%;
}

.foot2 {
    width: 15%;
}

.foot3 {
    width: 27.4%;
}

.foot4 {
    width: 20%;
}

.ft {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2vw;
}

.foot1 .ww1 {
    font-size: 16px;
    line-height: 1.625;
    color: rgba(255, 255, 255, .6);
}

.foot1 .more {
    width: 180px;
    height: 60px;
    background: #13327b;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    margin-top: 3.4vw;
}

.foot1 .more:hover {
    background: #2eaf5c;
}

.foot1 .more a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.linklist li {
    margin-bottom: 1vw;
}

.linklist li:last-child {
    margin-bottom: 0;
}

.linklist li a {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
}

.lxlist li {
    padding: .4vw 0;
}

.lxlist li:nth-of-type(1) {
    padding-top: 0;
}

.lxlist li .img {
    width: 30px;
}

.lxlist li .img img {
    max-width: 100%;
}

.lxlist li .wz {
    width: calc(100% - 25px);
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    line-height: 1.625;
}

.foot4 .emore {
    background: #fff;
    padding: .75vw;
    display: flex;
    align-self: center;
    justify-content: space-between;
}

.foot4 .emore input {
    padding: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.fxlist {
    margin-top: 3.125vw;
}

.fxlist li {
    margin-right: 1.15vw;
}

.cop-bg {
    background: #171717;
    padding: 35px 0;
}

.cop-index {
    color: rgba(255, 255, 255, 0.6);
}

.cop-index a {
    color: rgba(255, 255, 255, 0.6);
}

.copl {
    width: 45%;
    float: left;
}

.copr {
    width: 45%;
    float: right;
    text-align: right;
}

.coplist {
    justify-content: flex-end;
}

.coplist li {
    margin-left: .75vw;
}

@media(max-width:1366px) {
    .home-banner .banext {
        width: 50px;
        height: 50px;
    }

    .home-banner .baprev {
        width: 50px;
        height: 50px;
    }

    .advlist li .text2 p {
        font-size: 16px;
    }

    .abt3 p {
        font-size: 16px;
    }

    .abt4list li {
        font-size: 16px;
    }

    .projectSwiper .swiper-slide .text .text1 {
        font-size: 20px;
    }

    .projectSwiper .swiper-slide .text .text2 {
        font-size: 20px;
    }

    .news_list1 li .text .text1 {
        font-size: 20px;
    }

    .news_list1 li .text .text2 {
        font-size: 16px;
    }
}

@media(max-width:1200px) {
    .advlist li .text .img2 {
        width: 80px;
        height: 80px;
    }

    .advlist li .text .img2 img {
        max-width: 40px;
        width: 100%;
    }

    .adv2list li .img {
        width: 80px;
        height: 80px;
    }

    .adv2list li .img img {
        max-width: 40px;
        width: 100%;
    }

    .adv2list li .text {
        font-size: 20px;
    }

    .projectSwiper .swiper-slide .text {
        height: 120px;
    }

    .v1 img {
        max-width: 80px;
        width: 100%;
    }

    .foot1 .ww1 {
        font-size: 14px;
    }

    .foot1 .more {
        width: 140px;
        height: 50px;
    }

    .foot1 .more a {
        font-size: 12px;
    }

    .linklist li a {
        font-size: 14px;
    }

    .lxlist li .wz {
        font-size: 14px;
    }

    .foot4 .emore input {
        font-size: 14px;
    }
}

@media(max-width:1199px) {
    .top-mid-flex {
        height: 80px;
    }
    .logo a img {
        max-height: 50px
    }
}

@media(max-width:1100px) {
    .adv-bg {
        padding: 40px 0;
    }

    .ab-bg {
        padding: 40px 0;
    }

    .advlist li .text2 p {
        font-size: 14px;
    }

    .abt3 p {
        font-size: 14px;
    }

    .abt4list li {
        font-size: 14px;
    }

    .abt5 {
        width: 120px;
        height: 40px;
    }

    .abt5 a {
        font-size: 12px;
    }

    .adv2list li .text {
        font-size: 16px;
    }

    .project-bg {
        padding: 40px 0;
    }

    .projectSwiper .swiper-slide .text {
        width: 80%;
    }

    .project-roll .swiper-pagination2 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .news-bg {
        padding: 40px 0;
    }

    .news-con {
        margin-top: 40px;
    }

    .news_list1 li .text .text1 {
        font-size: 18px;
    }

    .news_list1 li .text .text2 {
        font-size: 15px;
    }

    .flogo-bg {
        padding: 40px 0;
    }
}

@media(max-width:780px) {
    .home-banner .banext {
        background-size: 50% 30%;
    }

    .home-banner .baprev {
        background-size: 50% 30%;
    }

    .advlist {
        flex-wrap: wrap;
    }

    .advlist li {
        width: 100%;
        margin-bottom: 20px;
    }

    .advlist li .text1 {
        font-size: 16px;
    }

    .advlist li .text2 {
        margin-top: 20px;

    }

    .advlist li .text2 p {
        text-align: center;
    }

    .ab-left {
        width: 100%;
    }

    .ab-right {
        width: 100%;
        margin-top: 20px;
    }

    .ablist {
        justify-content: space-between;
    }

    .ablist li:nth-of-type(1) {
        transform: none;
    }

    .ablist li {
        width: 48%;
    }

    .adv2-bg {
        padding: 20px 0;
        padding-bottom: 0;
    }

    .adv2list {
        flex-wrap: wrap;
    }

    .adv2list li {
        width: 50%;
        margin-bottom: 20px;
    }

    .project-roll {
        margin-top: 20px;
    }

    .projectSwiper .swiper-slide .text {
        height: 80px;
    }

    .projectSwiper .swiper-slide .text .text1 {
        font-size: 16px;
    }

    .projectSwiper .swiper-slide .text .text2 {
        font-size: 16px;
    }

    .video-bg {
        padding: 40px 25px;
    }

    .v2 p {
        font-size: 16px;
    }

    .news_list1 li {
        width: 100%;
        margin-bottom: 20px;
    }

    .foot-bg {
        padding: 40px 0;
    }

    .foot1,
    .foot2,
    .foot3,
    .foot4 {
        width: 100%;
    }

    .foot2 {
        display: none;
    }

    .foot3 {
        margin: 20px 0;
    }
}

@media(max-width:640px) {
    .top-mid-flex {
        height: 60px;
    }

    .logo a img {
        max-height: 36px
    }

    .home-banner .banext {
        width: 40px;
        height: 40px;
    }

    .home-banner .baprev {
        width: 40px;
        height: 40px;
    }

    .ttel {
        display: none;
    }

    .advlist li .text .img2 {
        width: 60px;
        height: 60px;
    }

    .advlist li .text .img2 img {
        max-width: 35px;
    }

    .advlist li .text1 {
        margin-top: 15px;
    }

    .abt2 {
        margin: 20px 0;
        font-size: 16px;
    }

    .abt3 {
        margin-bottom: 20px;
    }

    .abt3 p {
        line-height: 22px;
    }

    .abt4list li {
        margin-bottom: 10px;
    }

    .abt5 {
        margin-top: 20px;
    }

    .adv2list li:nth-of-type(2) {
        border-right: none;
    }

    .adv2list li .img {
        width: 60px;
        height: 60px;
    }

    .adv2list li .img img {
        max-width: 35px;
    }

    .adv2list li .text {
        font-size: 14px;
    }

    .ptitle .pt2 {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .ptitle .pt3 {
        font-size: 20px;
    }

    .projectSwiper {
        padding: 0;
    }

    .projectSwiper .swiper-slide .text {
        height: auto;
        padding: 10px 10px;
    }

    .projectSwiper .swiper-slide .text .text1 {
        font-size: 14px;
    }

    .projectSwiper .swiper-slide .text .text2 {
        font-size: 14px;
    }

    .v1 img {
        max-width: 40px;
    }

    .v2 p {
        font-size: 14px;
    }

    .news-con {
        margin-top: 20px;
    }

    .news_list1 li .text {
        padding: 20px 0;
    }

    .news_list1 li .text .text1 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .news_list1 li .text .text2 {
        font-size: 13px;
    }

    .flogo-bg {
        padding: 25px 0;
    }

    .foot1 .more {
        width: 120px;
        height: 40px;
    }

    .lxlist li {
        padding: 10px 0;
    }

    .ft {
        margin-bottom: 15px;
    }

    .foot4 .emore {
        padding: 15px 10px;
    }

    .fxlist {
        margin-top: 20px;
    }

    .fxlist li {
        margin-right: 15px;
    }

    .cop-bg {
        padding: 15px 0;
        padding-bottom: 25%;
    }

    .copl {
        width: 100%;
        float: none;
    }

    .copr {
        width: 100%;
        float: none;
        text-align: center;
    }

    .cop-index {
        text-align: center;
        font-size: 12px;
        line-height: 1.3;
    }

    .coplist {
        justify-content: center;
    }
}










.lx-bg {
    padding: 3.5%;
}
.lx-bt {
    font-size: 36px;
    font-weight: bold;
    color: #13327b;
    line-height: 1.2;
}
.lx-nm {
    font-size: 18px;
    color: #999;
    line-height: 1;
}
.lx-tx {
    font-size: 24px;
    color: #333;
    line-height: 1.5;
    margin-top: 10px;
}
.lx-ig {
    margin: 35px 0 0;
}

@media (max-width: 767px) {
    .lx-bg {
        padding: 15px;
    }
    .lx-bt {
        font-size: 30px;
    }
    .lx-nm {
        font-size: 15px;
    }
    .lx-tx {
        font-size: 20px;
        padding-right: 0;
    }
}
@media (max-width: 480px) {
    .lx-bg {
        padding: 5px;
    }
    .lx-bt {
        font-size: 28px;
    }
    .lx-nm {
        font-size: 14px;
    }
    .lx-tx {
        font-size: 18px;
        padding-right: 0;
    }
}





.key-tag { color: inherit;}
.key-tag strong { font-weight: inherit;}

.mb-75 { margin-bottom: 75px !important;}





.jscs { font-size: 16px; line-height: 32px;}
.jscs p:first-child { font-size: 20px; color: #333; margin: 10px 0;}

@media (max-width: 640px) {
    .jscs { font-size: 14px; line-height: 24px;}
    .jscs p:first-child { font-size: 18px;}
}





.jscs { font-size: 16px; line-height: 32px;}
.jscs p:first-child { font-size: 20px; color: #333; margin: 10px 0;}

@media (max-width: 640px) {
    .jscs { font-size: 14px; line-height: 24px;}
    .jscs p:first-child { font-size: 18px;}
}