.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;
}

.max1680 {
    max-width: 1710px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1600 {
    max-width: 1630px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1500 {
    max-width: 1500px;
    width: 90.625%;
    margin: 0 auto;
}

.max1460 {
    max-width: 1490px;
    padding-left: 15px;
    padding-right: 15px;
    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: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #f2f2f2;
}

.top-mid-flex {
    height: 96px
}

.logo {
    position: relative
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
}

.header-ss {
    margin-left: 1.25vw;
    position: relative;
    width: 36px;
    height: 36px
}

.header-ss .ss_btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    background: url(//wm.cdn.cn86.cn/laiyade/2026/08/a36b24a8aaf9d0qy.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(//wm.cdn.cn86.cn/laiyade/2026/08/9c662c20adu48atw.png)
}


.x-menu {
    position: relative
}

.x-menu>li {
    position: relative;
    text-align: center;
    transition: 0.5s;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #333333;
    height: 66px;
    line-height: 66px;
    font-weight: 600
}

.x-menu>li:hover {
    background: #112780;
}

.x-menu>li:hover>a {
    color: #fff;
}

.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)
}

@media (min-width:1200px) {
    .x-menu>li {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:1440px) {
    .x-menu>li {
        padding-left: 22px;
        padding-right: 22px
    }
}


/* 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: 30px;
}

.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: 1;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: var(--main-theme-color);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}

.home-banner .swiper-button-next1,
.home-banner .swiper-button-prev1 {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    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 .swiper-button-prev1 {}

.home-banner .swiper-button-next1 {}

.home-banner .swiper-button-prev1:hover {}

.home-banner .swiper-button-next1:hover {}


/* company-bg */
.company-bg {
    padding: 4.167vw 0;
}

.pubtitle {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2vw;
}

.pubtitle span {
    width: 50px;
    height: 4px;
    background: #112780;
    display: block;
}

.pubtitle b {
    color: #112780;
    font-size: 2.60416666666667vw;
    margin: 0 2vw;
}

.alist1 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 22px;
    align-items: stretch;
}

.alist1 li {
    background: #112780;
    padding: 5.2vw 1.56vw 2.6vw 1.56vw;
    text-align: center;
}

.alist1 li .img1 img {
    max-width: 100%;
}

.alist1 li .wza {
    color: #ffffff;
    font-size: 1.25vw;
    font-weight: 600;
    margin: 1vw 0;
}

.alist1 li .wzb {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.67;
}

/* Enterprise Strength */
.strength-bg {
    padding-bottom: 4.167vw;
}

.slist1 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 22px;
    align-items: stretch;
}

.slist1 li {
    position: relative;
}

.slist1 li .img1 img {
    width: 100%;
}

.slist1 li .wza {
    background: rgba(0, 0, 0, 0.6);
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: #ffffff;
    font-size: 1.45833333333333vw;
    font-weight: 600;
    line-height: 1;
    padding: 1.3vw 1.5vw;
    margin-top: 16px;
}

.slist1 li .wwhh {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 3.125vw 1.5vw;
    opacity: 0;
    transition: 0.5s;
}

.slist1 li .wwhh .wwhha {
    color: #112780;
    font-size: 1.45833333333333vw;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1vw;
}

.slist1 li .wwhh .wwhhb {
    color: #112780;
    font-size: 16px;
    line-height: 1.5;
}

.slist1 li:hover .wza {
    opacity: 1;
    background: #112780;
}

.slist1 li:hover .wwhh {
    opacity: 1;
}


/* about */
.about-bg {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 2.864vw;
    margin-bottom: 2.864vw;
}

.aimg {
    position: relative;
}

.aimg>img {
    width: 100%;
}

.awen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.ring {
    position: absolute;
}

.ring span {
    background: url(//wm.cdn.cn86.cn/laiyade/2026/08/725df50dfbqqed3b.png) no-repeat top center;
    background-size: 100% 100%;
    width: 37px;
    height: 36px;
    display: block;
}

.ring1 {
    /* top: 36.82%;
    left: 22.5%; */
    top: 30.82%;
    left: 19.5%;
}

.ring2 {
    /* top: 57.16%;
    left: 26.61%; */
    top: 69.16%;
    left: 31.61%;
}

.ring3 {
    /* top: 22.76%;
    left: 44.17%; */
    display: none;
}

.ring4 {
    /* top: 27.11%;
    left: 50.12%; */
    top: 30.11%;
    left: 55.12%;
}

.ring5 {
    /* top: 46.3%;
    left: 57.62%; */
    top: 76.3%;
    left: 83.62%;
}

.ring6 {
    /* top: 74.94%;
    left: 51.19%; */
    top: 52.94%;
    left: 53.19%;
}

/*  */
.ring7 .btns_bwen {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.ring7 .circle,
.ring7 .circle1,
.ring7 .circle2,
.ring7 .circle3 {
    width: 300%;
    height: 300%;
    background: rgba(243, 122, 31, .4);
    border-radius: 50%;
    position: absolute;
    top: -100%;
    left: -100%;
    right: 0;
    bottom: 0;
}

.ring7 .circle1,
.ring7 .circle2 {
    animation-name: circleChange;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.ring7 .circle1 {
    animation-delay: 1s
}

.ring7 .circle2 {
    animation-delay: 2s
}

@keyframes circleChange {
    0% {
        transform: scale(1);
        opacity: .95
    }

    25% {
        transform: scale(1.2);
        opacity: .75
    }

    50% {
        transform: scale(1.4);
        opacity: .5
    }

    75% {
        transform: scale(1.6);
        opacity: .25
    }

    100% {
        transform: scale(1.8);
        opacity: .05
    }
}

.ringimg {
    position: absolute;
    top: 16.36%;
    left: 58.57%;
}

.ringimg img {
    max-width: 100%;
}

/*  */
.ring7 {
    top: 40.28%;
    right: 22.91%;
}

.abw .abw1 {
    text-align: center;
    color: #112780;
    font-size: 3.48958333333333vw;
    font-weight: 600;
    line-height: 1;
    margin-top: -5.5vw;
    position: relative;
}

.abw .abw2 {
    margin-top: 1vw;
    margin-bottom: 1.5vw;
}

.abw .abw2 p {
    color: #333333;
    font-size: 18px;
    line-height: 2;
    text-align: center;
}

.abw3 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background: #112780;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


/*  */
.help-bg {
    margin-bottom: 2vw;
}

.pubtitle2 {
    text-align: center;
    color: #112780;
    font-size: 2.08333333333333vw;
}

.helpindex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54.76%;
    margin: 0 auto;
    border: 1px solid #112780;
    height: 87px;
    line-height: 85px;
    border-radius: 30px;
    margin-top: 1.56vw;
}

.helpindex input {
    width: calc(100% - 18.47%);
    color: #112780;
    font-size: 1.25vw;
    padding-left: 2vw;
}

.helpindex input::placeholder {
    color: #112780;
}

.helpindex a {
    width: 18.47%;
    background: #112780;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    text-align: center;
    color: #fff;
    font-size: 1.25vw;
    font-weight: 600;
}


/* news */
.newstitle {
    border-bottom: 1px solid #cccccc;
    color: #112780;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 20px;
    font-style: italic;
    margin-bottom: 20px;
}

.newslist1 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 38px 20px;
    align-items: stretch;
}

.newslist1 li {
    position: relative;
}

.newslist1 li .img1 img {
    width: 100%;
}

.newslist1 li .wz {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 20px;
}

.newslist1 li .wz .wza {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newslist1 li .wz .date {
    color: #ffffff;
    font-size: 14px;
    border-top: 1px solid #bdbdbe;
    padding-top: 10px;
}


/* Exhibition */
.exhibition-bg {
    margin-top: 2.6vw;
    margin-bottom: 5.5vw;
}

/* foot */
.footbg {
    background: #112780;
    padding: 30px 0;
    padding-bottom: 4.167vw;
}

.footl {
    width: 34%;
}

.ft {
    color: #fff;
    font-size: 1.25vw;
    font-weight: 600;
    padding: 10px 0;
}

.ft2 {
    color: #fff;
    font-size: 1.04166666666667vw;
    font-weight: 600;
    line-height: 1.5;
    margin: 1vw 0;
}

.flx p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 1vw;
}

.flx p span {
    text-decoration: underline;
}

.footm {
    width: 44.52%;
    position: relative;
    padding: 0 4.16vw;
}

.footm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 85%;
    background: rgba(0, 0, 0, 0.4);
}

.footm::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 85%;
    background: rgba(0, 0, 0, 0.4);
}

.ferq {
    justify-content: space-between;
}

.ferq .img1 {
    width: 30%;
}

.ferq .img1 img {
    max-width: 100%;
}

.ferq .wz {
    width: calc(100% - 40%);
}

.ferq .fw {
    color: #fff;
    font-size: 0.9375vw;
    line-height: 1.666;
    margin-top: 5px;
}

.fct {
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    margin-top: 1vw;
    padding: 10px 0;
}

.lxlist {
    margin-top: 10px;
}

.lxlist li {
    display: flex;
    margin-bottom: 10px;
}

.lxlist li .img1 {
    width: 20px;
    margin-right: 10px;
}

.lxlist li .img1 img {
    max-width: 100%;
}

.lxlist li .wz {
    color: #fff;
    font-size: 16px;
    width: calc(100% - 30px);
}

.footr {
    width: 21.4%;
    padding-left: 4.167vw;
}

.fxlist li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.fxlist li:last-child {
    margin-bottom: 0;
}

.fxlist li .img1 {
    width: 53px;
}

.fxlist li .img1 img {
    max-width: 100%;
}

.fxlist li .wz {
    color: #ffffff;
    font-size: 16px;
    width: 40%;
    text-align: center;
}

.cop-bg {
    background: #8a8a8a;
    padding: 20px 0;
}

.cop-index {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.714;
}

.cop-index a {
    color: #fff;
}

.cop-index a:hover {
    color: #112780;
}



/* nbanner */
.nbanner {
    position: relative;
}

.nbanner .ww {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.nbanner .ww .wz {
    padding-top: 4.16666666666667vw;
}

.nbanner .ww .wz .wza {
    color: #fff;
    font-size: 1.875vw;
    font-weight: 600;
    text-transform: uppercase;
}

.nbanner .ww .wz .wzb {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
}

.nywww {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.nyww {
    background: rgba(0, 0, 0, 0.5);
    width: 27.857%;
    padding: 1.56vw 1.56vw;
}

.nyww .nywwa {
    color: #ffffff;
    font-size: 1.77083333333333vw;
    margin-bottom: 5px;
}

.nyww .nywwb {
    font-size: 18px;
    color: #ffffff;
    line-height: 2;
    margin-bottom: 1vw;
}

.nyww .nywwc a {
    color: #112780;
    font-size: 18px;
    text-decoration: underline;
    display: inline-block;
    font-style: italic;
}

@media(max-width:1440px) {
    .alist1 li .wzb {
        font-size: 16px;
    }

    .abw .abw2 p {
        font-size: 16px;
    }

    .ringimg {
        top: 10.36%;
    }

    .helpindex {
        height: 72px;
        line-height: 70px;
    }

    .newslist1 li .wz .wza {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .newslist1 li .wz .date {
        font-size: 12px;
    }
}

@media(max-width:1280px) {
    .alist1 li .wza {
        font-size: 16px;
    }

    .alist1 li .wzb {
        font-size: 14px;
    }
}

@media(max-width:1200px) {
    .slist1 li .wwhh .wwhhb {
        font-size: 14px;
    }

    .ringimg {
        top: 5.36%;
    }

    .ft {
        font-size: 16px;
    }

    .ft2 {
        font-size: 14px;
    }

    .lxlist li .wz {
        font-size: 14px;
    }

    .fxlist li .wz {
        font-size: 14px;
    }

    .ferq .fw {
        font-size: 14px;
    }
}

@media(max-width:1024px) {
    .pubtitle b {
        font-size: 24px;
    }

    .alist1 li .img1 img {
        max-width: 50px;
        width: 100%;
    }

    .alist1 li .wzb {
        font-size: 13px;
    }

    .slist1 li .wwhh .wwhhb {
        font-size: 12px;
    }

    .abw3 {
        font-size: 20px;
    }

    .helpindex {
        height: 52px;
        line-height: 50px;
    }

    .helpindex input {
        font-size: 14px;
    }

    .helpindex a {
        font-size: 14px;
    }

    .newslist1 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }
}

@media(max-width:780px) {
    .company-bg {
        padding: 40px 0;
    }

    .pubtitle {
        margin-bottom: 20px;
    }

    .alist1 {
        gap: 20px 0;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .slist1 {
        gap: 20px 0;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .slist1 li .wza {
        font-size: 16px;
        padding: 10px;
    }

    .slist1 li .wwhh .wwhha {
        font-size: 16px;
    }

    .ring span {
        width: 25px;
        height: 24px;
    }

    .ringimg img {
        max-width: 50px;
        width: 100%;
    }

    .abw .abw1 {
        font-size: 24px;
    }

    .abw .abw2 p {
        font-size: 14px;
        line-height: 1.5;
    }

    .abw3 {
        font-size: 16px;
        height: 60px;
    }

    .helpindex {
        width: 80%;
    }

    .newslist1 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .newslist1 li .wz {
        padding: 5px 10px;
    }

    .footl {
        width: 100%;
    }

    .footm {
        width: 100%;
        margin: 20px 0;
        padding: 0;
    }

    .footm::before {
        display: none;
    }

    .footm::after {
        display: none;
    }

    .footr {
        width: 100%;
        padding-left: 0;
    }

    .fct {
        margin-top: 20px;
    }
}

@media(max-width:640px) {
    .home-banner .swiper-pagination1 {
        bottom: 10px;
    }

    .home-banner .swiper-pagination1 .swiper-pagination-bullet {
        width: 25px;
    }

    .pubtitle span {
        width: 30px;
    }

    .pubtitle b {
        font-size: 20px;
    }

    .alist1 li .wza {
        margin: 10px 0;
    }

    .strength-bg {
        padding-bottom: 40px;
    }

    .abw .abw1 {
        font-size: 20px;
    }

    .ring span {
        width: 20px;
        height: 19px;
    }

    .ring5 .circle,
    .ring5 .circle1,
    .ring5 .circle2,
    .ring5 .circle3 {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .ringimg img {
        max-width: 30px;
    }

    .about-bg {
        padding: 40px 0;
        margin-bottom: 40px;
    }

    .abw .abw2 {
        margin-top: 15px;
    }

    .abw .abw2 p {
        font-size: 13px;
    }

    .abw3 {
        width: 100%;
    }

    .pubtitle2 {
        font-size: 16px;
    }

    .helpindex {
        width: 100%;
        margin-top: 15px;
        height: 42px;
        line-height: 40px;
    }

    .helpindex input {
        font-size: 12px;
    }

    .helpindex a {
        font-size: 12px;
    }

    .newslist1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .ferq .fw {
        font-size: 12px;
    }

    .lxlist {
        margin-top: 0;
    }
}
.header {
    position: fixed;
}
@media (min-width: 1000px) {
    body {
        padding-top: 96px;
    }
}