.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;
    }
}


/*  */

h3,
h4,
h2 {
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'zi';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

.wh,
.container-fluid {
    max-width: 1430px;
    padding: 0 15px;
    margin: 0 auto;
    width: 90%
}

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);
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.relative {
    position: relative;
}

.flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
}

.flex22 {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1600 {
    max-width: 1600px;
    width: 90.625%;
    margin: 0 auto;
}

.max1500 {
    max-width: 1500px;
    width: 90.625%;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/* header */

.header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.topzd{
    width: 100%;
    background: #fff;
}
.top-mid-flex {
    height: 100px
}

.logo {
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
        display: inline-block;
    vertical-align: top;
    max-width: 30%;
    width: 100%;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 225px;
    width: 100%;
}
.site-tagline {
    display: flex;
    flex: 1;
    justify-content: right;
    align-items: center;
    width: 100%;
    max-width: 40%;
    font-size: 18px;
    color: #000;
    text-align: center;
}
.site-tagline a {
    color: #000;
    font-weight: 700;
    font-size: 18px;
}
.site-tagline-inner > div:not(:last-child) {
    border-bottom: 1px solid #2163a0;
}
.site-tagline .tagline-text {
    font-style: italic;
}
.header-ss {
    margin-left: 1.25vw;
    position: relative;
    width: 36px;
    height: 36px
}
.topdh{
    width: 100%;
    background: #2163a0;
}
.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/wmy54/2025/05/d7f59fd5d3ifg37o.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/wmy54/2025/05/dc3cbf2f52cyqeif.png)
}

.x-menu {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.x-menu>li {
    position: relative;
    text-align: center
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-transform:uppercase;
    font-weight: 700;
}

.x-menu>li:hover>a {
    color: #c7d8e7!important
}

.x-sub-menu {
    min-width: 200px;
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    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: var(--main-theme-color);
}
@media (max-width:1000px) {.x-menu{display: none;}}
@media (min-width:1200px) {
    .x-menu>li {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:1440px) {
    .x-menu>li {
        margin-left: 22px;
        margin-right: 22px
    }
}

@media (max-width:768px) {
    .top-mid-flex {
        height: 65px;
    }
    .logo{max-width: 100%;text-align: center;padding: 0px;}
    .logo a img {
        text-align: center;
    }
    .site-tagline{display: none;}
    .home-banner{margin-top: 0px;}
}


/* banner */

.home-banner {
    width: 100%;
    position: relative;
    margin-top: 6%;
}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a>img {
    display: block;
    width: 100%;
}

.home-banner .swiper-pagination1 {
    bottom: 2.5%;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: url(//wm.cdn.cn86.cn/wmy54/2025/05/bbd7035c2a3dwdhc.png) no-repeat center;
    border-radius: 0%;
    margin: 0 5px!important;
    transition: width .3s ease;
    opacity: 1;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background-image: url(//wm.cdn.cn86.cn/wmy54/2025/05/cadc41acceb3f86z.png);
}


/**/

.lastli {
    position: relative;
}

.top2 {
    background-color: rgba(7, 72, 155, .75);
    position: absolute;
    height: 100px;
    width: 100%;
    z-index: 999;
}

.top2 .wh {
    height: 100px;
}

.so {
    cursor: pointer;
}

.so img {
    max-width: 100%;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 62px;
    width: 258px;
    padding: 20px;
    border-radius: 20px;
    z-index: 999;
    background: rgb(7, 72, 155, 0.5);
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 30%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #1c4086;
    float: left;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 70%;
    background: none;
    border: 1px solid #fff;
    outline: none;
    font-size: 13px;
    color: #fff;
    float: left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #fff;
}

.top2 .logo img {
    max-width: 209px;
}

.flex_a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.flex_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


/**/

.head_11 {
    background: rgba(7, 72, 155, .75);
    height: 100px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 99999;
}

.logo_1 {
    line-height: 100px;
}

.logo_1 img {
    max-width: 100%;
}

.lastli {
    position: relative;
}


/* box1 */

.box1 {
    margin-top: 3vw;
}

.bt1 {
    text-align: center;
}

.bt1 dd {
    color: #07489b;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Arial';
}

.bt1 dt {
    color: #999999;
    font-size: 18px;
    font-family: 'Arial';
    margin-top: 4px;
}

.pp_ll {
    width: 29.14%;
    position: relative;
    margin-top: 50px;
    overflow: hidden;
}

.pp_ll img {
    width: 100%;
}

.pp_ll .dkk {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: -100%;
    background: rgba(7, 72, 155, .9);
    padding: 1.8vw;
    transition: all 0.5s;
}

.pp_ll .dkk h2 {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    margin-top: 55px;
}

.pp_ll .dkk h3 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    word-break: break-all;
    color: #ffffff;
    height: 150px;
    overflow: hidden;
    margin-top: 55px;
}

.pp_ll .dkk h4 {
    width: 127px;
    height: 38px;
    background: #ffffff;
    line-height: 38px;
    font-weight: normal;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 2.5vw;
    text-align: center;
    color: #07489b;
    font-size: 18px;
}

.pp_ll:hover .dkk {
    bottom: 0;
}

.pp_22 {
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.pp_22 li {
    width: 32%;
    position: relative;
    overflow: hidden;
}

.pp_22 li h3 {
    color: #ffffff;
    font-size: 26px;
    position: absolute;
    left: 1vw;
    bottom: 1vw;
    font-weight: 600;
}

.pp_22 img {
    width: 100%;
}
.pp_22 li:nth-child(n+4) {
    margin-top: 20px;
}

.pp_22 li:hover h3 {
    display: none;
}

.pp_22 li:hover .dkk {
    bottom: 0;
}

.pp_22 .dkk {
    transition: all 0.5s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: -100%;
    background: rgba(7, 72, 155, 100);
    padding: 1.6vw 1vw;
}

.pp_22 .dkk h2 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}
.pp_22 li .dkk h5 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    word-break: break-all;
    color: #ffffff;
    overflow: hidden;
    margin-top: 1vw;
    text-align: center;
}
.pp_22 li .dkk h4 {
    width: 105px;
    height: 28px;
    background: none!important;
    line-height: 26px;
    border: 1px solid #fff;
    font-weight: normal;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 2vw;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

@media (max-width: 1440px) {
    .pp_22 .dkk h2 {
        font-size: 25px;
    }
    .pp_ll .dkk h2 {
        font-size: 25px;
    }
}

@media (max-width: 1370px) {
    .pp_ll .dkk h3 {
        margin-top: 35px;
    }
}

@media (max-width: 1280px) {
    .pp_22 .dkk h2 {
        font-size: 20px;
    }
    .pp_ll .dkk h2 {
        font-size: 20px;
    }
    .pp_ll .dkk h3 {
        font-size: 14px;
        line-height: 20px;
        height: 100px;
    }
}

@media (max-width: 992px) {
    .pp_22 li .dkk h4 {
        margin-top: 20px;
    }
    .pp_ll .dkk h4 {
        margin-top: 20px;
    }
    .pp_ll .dkk h3 {
        margin-top: 20px;
    }
}

@media (max-width: 990px) {
    .pp_ll {
        width: 100%;
    }
    .pp_22 {
        width: 100%;
    }
    .pp_22 li {
        width: 100%;
        margin-top: 20px;
    }
}


/* box111 */

.pport {
    background: #07489b;
    padding: 25px 0;
    margin-top: 35px;
}

.pport li {
    margin: 0 1.5vw
}

.pport li a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.product_list11 {
    margin-top: 35px;
}

.product_list11 li {
    width: 32%;
    border: 1px solid #07489b;
    margin-bottom: 15px;
    position: relative;
}

.product_list11 li a.img {
    display: block;
}

.product_list11 li a.img img {
    width: 100%;
}

.product_list11 li h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
    color: #07489b;
    font-size: 16px;
    left: 0px;
    z-index: 99999;
}

.product_list11 li h3 a {
    font-size: 16px;
}

@media (max-width: 768px) {
    .product_list11 li {
        width: 48.5%;
        border: 1px solid #07489b
    }
    .pport li {
        margin: 10px;
        width: 100%;
    }
    .pport li a {
        color: #fff;
        font-size: 15px;
        text-align: center;
        text-transform: uppercase;
    }
}


/* box2 */

.box2 {
    margin-top: 3vw;
}
.wp-block-genesis-blocks-gb-columns {
    position: relative
}

.gb-layout-column-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.gb-block-layout-column.gb-is-vertically-aligned-top {
    align-self: flex-start
}

.gb-block-layout-column.gb-is-vertically-aligned-center {
    align-self: center
}

.gb-block-layout-column.gb-is-vertically-aligned-bottom {
    align-self: flex-end
}

.gb-block-layout-column-inner,.gb-layout-column-wrap>.gb-block-layout-column-inner,.gb-has-background-dim>* {
    position: relative;
    z-index: 1
}

.wp-block-genesis-blocks-gb-layout.alignfull {
    padding: 0 2em
}

@media only screen and (max-width: 600px) {
    .wp-block-genesis-blocks-gb-layout.alignfull {
        padding:0 15px
    }
}

.gb-block-layout-column {
    display: block;
    width: 35%
}

.gb-columns-center .gb-layout-column-wrap {
    margin: 0 auto
}

.gb-block-layout-column-gap-0 {
    grid-gap: 0 0
}
/* CIF - Text and Media */
.wp-block-cif-text-media .gb-layout-column-wrap {
    width: 100%;

}
/*.container-max-width*/
.wp-block-cif-text-media .wp-block-heading {
    padding-bottom: 10px;
    border-bottom: 4px solid #1588ca;
    font-size: 30px;
    margin-bottom: 3%;
    font-weight: 700;
    color: #2163a0;
    text-transform: uppercase;
}
.wp-block-cif-text-media .gb-block-layout-column-content .gb-block-layout-column-inner {
    /*padding: 20px 0;*/
}
.wp-block-cif-text-media .gb-block-layout-column:nth-child(2n + 1) {
    /*width: 115%;*/
    z-index: 1;
}
.wp-block-cif-text-media .gb-block-layout-column:nth-child(2n + 2) {
    z-index: 0;
}
.wp-block-cif-text-media .wp-block-heading .heading-inner {
    display: inline-block;
}
.wp-block-cif-text-media .wp-block-content {}
.wp-block-cif-text-media .wp-block-summary {
    color: #2163a0;
    font-weight: 700;
}
.wp-block-cif-text-media .wp-block-summary{
    margin-bottom: 1.2em;
    font-size: 18px;
}
.wp-block-cif-text-media .wp-block-description p{
    margin-bottom: 1.2em;
    line-height: 1.6;
    font-size: 18px;
}
.wp-block-cif-text-media .wp-block-image {
    margin-bottom: 0;
}

.jsgd{
    width: 20%;
    background: #2163a0;
    line-height: 45px;
    text-align: center;
    border-radius: 25px;
}
.jsgd a{
    font-size: 16px;
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .wp-block-cif-text-media .gb-block-layout-column:nth-child(2n + 1) {
        width: 60%;
    }
    .wp-block-cif-text-media .gb-block-layout-column-content .gb-block-layout-column-inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .wp-block-cif-text-media.gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "col1" "col2"
    }

    .wp-block-cif-text-media .gb-block-layout-column-content .gb-block-layout-column-inner {
        padding-top: 20px;
        padding-bottom: 20px;
        /*padding-right: 15px;*/
        /*padding-left: 15px;*/
    }
}

.box22 {
    background: url(//wm.cdn.cn86.cn/gbbone/2025/12/3e42d6d4eftfzgph.jpg) no-repeat center top;
    padding-top: 80px;
    padding-bottom: 50px;
    background-size: cover;
}
.dtzs{
    width: 100%;
}
.dtzs img{width: 100%;}
.box_a {
    width: 50%;
    padding: 2.5vw 1.73vw;
}

.pa_nn li h3 {
    font-size: 38px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
}

.pa_nn li h3 span {
    font-size: 18px;
    padding-left: 10px;
}

.lx_nn {
    margin-top: 3.3vw;
}

.lx_nn h2 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
}

.lx_nn h3 {
    margin-top: 15px;
}

.box_a h4 {
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.box_a .ab_a {
    width: 100%;
    margin-top: 100px;
}

.box_a .ab_a img {
    width: 100%;
}

@media (max-width: 1440px) {
    .pa_nn li h3 {
        font-size: 30px;
    }
    .box_a h4 {
        font-size: 20px;
    }
}

@media (max-width: 1280px) {
    .pa_nn li h3 {
        font-size: 25px;
    }
    .box_a h4 {
        font-size: 18px;
    }
    .lx_nn h2 {
        font-size: 16px;
    }
}

@media (max-width: 990px) {
    .box_a {
        width: 100%;
    }
    .box22 {
        background-size: cover;
        padding-top: 35px;
    }
    .box_a .ab_a {
        width: 100%;
        margin-top: 20px;
    }
    .lx_nn {
        margin-top: 20px;
    }
    .pa_nn li {
        width: 100%;
        margin-bottom: 15px;
    }
}


/* box3 */

.box3 {
    margin-top: 80px;
    margin-bottom: 60px;
}
.bjht{
    width: 100%;
    font-size: 30px;
    color: #2163a0;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.bjxx{
    width: 100%;
    font-size: 18px;
    color: #333;
    margin-top: 3%;
    text-align: center;
}
.bjxx p{
    margin-bottom: 1.2em;
}
.bjan{
    display: flex;
    justify-content:center;
}
.bjan1{width: 20%;background: #2163a0;text-align: center;line-height: 50px;border-radius: 10px; margin-top: 1.5em;}
.bjan1 a{font-size: 16px;color: #fff;}
.nbj {
    padding: 15px 15px;
}

.nn_list {
    width: 100%;
    margin-top: 45px;
}

.nn_list li {
    width: 20%;
    padding-bottom: 10px;
    font-size: 16px;
    display: flex;
    line-height: 30px;
    color: #333;
}
.nn_list li::before {
  content: "•"; /* 使用Unicode字符创建黑点 */
  color: black; /* 设置颜色为黑色 */
  font-size: 20px; /* 设置大小 */
  display: inline-block; /* 使黑点与文本在同一行 */
  width: 1em; /* 设置宽度，以便更好地控制位置 */
  margin-left: -1em; /* 调整位置，使黑点与文本对齐 */
}
.nn_list li .img {
    overflow: hidden;
}

.nn_list li img {
    width: 100%;
    transition: all 0.5s;
}

.nn_list li:hover img {
    transform: scale(1.1);
}

.nn_list li h2 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #999999;
}

.nn_list li h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #666666;
    height: 36px;
    overflow: hidden;
}

.nn_list li h4 {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999999;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.hyjyjs{width: 100%;margin-top: 40px;}
.hyjyjs ul li{width: 24%;background: #ebf5ff;padding: 25px; border-radius: 15px;}
.hyjyjs ul li .hyjyjsnm{font-size: 18px; color: #2163a0; margin-bottom: 15px;}
.hyjyjs ul li .hyjyjswz{font-size: 16px; color: #333;}
.hyjyjs ul li:hover{box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);}
.nn_list2 li {
    padding: 0.9vw 1.2vw 15px 1.2vw;
    transition: all 0.5s;
}

.nn_list2 li:hover {
    background-color: #ffffff;
    box-shadow: 0 0 10px #07489b;
}

.nn_list2 li:hover h2 {
    color: #07489b
}

.nn_list2 li:hover h3 {
    color: #07489b
}

@media (max-width: 1370px) {
    .nn_list2 li+li {
        margin-top: 13px;
    }
    .nn_list li h3 {
        font-size: 18px;
    }
    .nn_list li h4 {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .nn_list {
        width: 100%;
    }
}
.box4{width: 100%;margin:80px 0px 70px 0px;}
.zyzs{
    width: 48%;
}
.zyzs img{width: 100%;}
.zyzsnr{width: 48%;}
.zyzsnm{font-size: 30px;color:#2163a0;font-weight: 700; margin-bottom: 20px;}
.box5{
    width: 100%;
     background: url(//wm.cdn.cn86.cn/gbbone/2025/12/72102024410lqvcj.jpg) no-repeat center top;
     padding: 3% 0px;
     background-size: cover;
}
.ysnr{width: 100%;margin-top: 50px;}
.ysnr ul li{width: 32%;padding: 25px;margin-bottom: 20px;background: #fff;border-radius: 15px;}
.ysnr ul li .ysnrnm{width: 100%; font-size: 18px;color: #2163a0;margin-bottom: 15px;text-transform:uppercase;}
.ysnr ul li .ysnrwz{width: 100%;font-size: 16px;color: #333;line-height: 25px;}
/*yunshu*/
.yunshu{width: 100%;background: url(//wm.cdn.cn86.cn/gbbone/2025/12/fb8197c8abbyuskc.jpg) no-repeat center center;background-size: cover;}
.yunshunr{width: 100%;padding: 3em 1em;}
.yunshunr ul li{width: 23%;}
.yunshunr ul li .yunshuimg{width: 100%;}
.yunshunr ul li .yunshuimg img{width: 100%;}
.yunshunr ul li .yunshunm{font-size: 16px;color: #fff;line-height: 30px;margin-top: 20px; text-align: center;}
/* box33 */

.box33 {
    background: #07489b;
    padding: 25px 0; 
}

.box33_aa {
    width: 100%;
    text-align: center;
}

.box33_aa h2 {
    font-size: 30px;
    font-stretch: normal;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
}

.box33_aa h3 {
    font-family: ArialMT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 40px;
}

.dh_a {
    width: 27%;
    height: 55px;
    border-radius: 27px;
    border: solid 1px #ffffff;
    padding: 0 2.5vw;
    margin: auto;
}

.dh_a h4 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 53px;
    letter-spacing: 0px;
    color: #ffffff;
}

.liuyan {
    width: 31%;
    margin-right: 6vw;
    background-color: #ffffff;
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.ytt {
    font-size: 25px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #07489b;
    font-weight: 700;
}

.x-message {
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
}

.x-message li {
    margin-bottom: 10px;
}

.x-message li input {
    border: solid 1px #a9a9a9;
    display: block;
    outline: none;
    color: #d0cece;
    font-size: 16px;
    padding-left: 15px;
    border-radius: 5px;
    height: 45px;
}

.x-message ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #d0cece;
}

.x-message :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #d0cece;
}

.x-message ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #d0cece;
}

.x-message :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #d0cece;
}
.x-submit {
    width: 128px;
    height: 34px;
    background-color: #2163a0;
    border-radius: 5px;
    border: solid 1px #2163a0;
    line-height: 32px;
    outline: none;
    color: #d0cece;
    font-size: 16px;
    margin-top: 40px;
}

.dgr {
    border-radius: 5px;
    border: solid 1px #a9a9a9;
    color: #d0cece;
    padding-left: 15px;
    width: calc(100% - 120px)
}

@media (max-width: 990px) {
    .box33_aa {
        width: 100%;
    }
    .liuyan {
        width: 100%;
        margin-top: 25px;
    }
    .dh_a {
        width: 100%;
    }
}

.nyditu{width: 100%;}
/* dff */

.dff {
    background: #333333;
    padding: 25px 0;
}

.logo_df img {
    max-width: 100%;
}

.ft2 {
    border-top: 1px solid #e4e4e4;
    color: #999999;
    font-size: 16px;
    line-height: 26px;
    padding-top: 1rem;
}

.ft2 a {
    color: #999;
}

.lxwm {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 10px;
}

.wm_33 {
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    border: solid 1px #ffffff;
    padding: 20px;
}

.wm_33 {
    text-align: center;
}

.wm_33 img {
    max-width: 79px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 12px;
}

.wm_33 h2 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

.fotb {
    width: 33%;
}

.ft1 {
    margin-top: 15px;
    margin-bottom: 5vw;
}

.flex_d {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.dao li dd {
    color: #ffffff;
    font-size: 19px;
    margin-bottom: 1.2vw;
}

.dao li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 27px;
}

@media (max-width: 1200px) {
    .wm_33 {
        border-radius: 5px;
        border: solid 1px #ffffff;
        padding: 15px;
    }
    .wm_33 h2 {
        font-size: 14px;
    }
    .fotb {
        display: none;
    }
}

@media (max-width: 768px) {
    .wm_33 {
        margin: 0 auto;
        margin-top: 15px
    }
}


/* ç½‘ç«™æ–‡å­— */

.pt_t {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #07489b;
    text-align: center;
    text-transform: uppercase;
}

.pt_t span {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #999999;
    display: block;
    margin-top: 8px;
    text-align: center;
}

@media (max-width: 1280px) {
    .pc-navbar>li>a {
        font-size: 18px;
    }
    .top2 .logo img {
        max-width: 179px;
    }
    .pp_22 li h3 {
        font-size: 18px;
    }
    .x-message {
        width: 88%;
    }
    .x-message li input,
    .x-submit {
        font-size: 14px;
    }
}

@media(max-width: 768px) {
    .bt1 dd,
    .pt_t {
        font-size: 30px;
    }
    .bt1 dt {
        font-size: 14px;
        margin-top: 0;
    }
    .box1,
    .box2,
    .nn_list {
        margin-top: 20px;
    }
    .pp_ll,
    .pp_22,
    .box22 {
        margin-top: 20px;
    }
    .pp_ll .dkk,
    .pp_22 .dkk {
        padding-top: 13%;
    }
    .pp_22 li h3 {
        left: 15px;
        top: 18%;
    }
    .box_a h4 {
        font-size: 16px;
    }
    .box33 {
        margin-top: 20px;
    }
    .box33_aa h2 {
        font-size: 22px;
    }
    .box33_aa h3 {
        font-size: 14px;
    }
    .dh_a img {
        width: 24px;
    }
    .dh_a {
        padding: 0 20px;
    }
    .box33_aa {
        padding-left: 0;
    }
    .dh_a {
        height: 45px;
        margin-top: 13px;
    }
    .dh_a h4 {
        line-height: 43px;
        font-size: 20px;
    }
    .ft2 {
        font-size: 14px;
        line-height: 24px;
    }
    .x-message li input {
        height: 40px;
    }
    .wh,
    .container-fluid {
        max-width: 1430px;
        padding: 0 15px;
        margin: 0 auto;
        width: 100%
    }
    .dff {
        margin-bottom: 0px;
    }
    .header {
        position: relative;
        background: rgba(7, 72, 155, 1);
    }
    .nn_list2 li {
        padding: 15px 15px;
    }
    .liuyan {
        margin-right: 0px;
    }
}
/*ny*/
.nyhylc{width: 100%;padding: 3% 0px;}
.nyhylcnm{width: 100%;font-size:30px;color: #2163a0;font-weight: 700;margin-bottom: 30px;}
.nyhylc ul li{width: 31%;}
.nyhylc ul li .nyhylcwz{font-size: 20px;color: #2163a0;}
.nyhylc ul li .nyhylcnr{font-size: 16px;padding-left: 20px;color: #666;line-height: 30px; margin-top: 20px;}
.nycnagchu{width: 100%;padding: 3% 0px;}
.nycangchunm{width: 100%;font-size: 30px;color: #2163a0;font-weight: 700;margin-bottom: 30px; text-align: center;}
.nycangchufnm{width: 50%;margin: auto;font-size: 18px;color: #666;line-height: 30px;text-align: center;}
.nycangchuwz{width: 100%;margin-top: 20px;}
.nycangchuwz ul li{width: 31%;}
.nycangchuwz ul li .nycangchuwznm{font-size: 20px;color: #2163a0;}
.nycangchuwz ul li  .nycangchuwznr{font-size: 16px;color: #666;line-height: 30px; margin-top: 20px;}
.nylianxi{width: 100%;padding: 3% 0px;}
.nylxfs{width: 48%;box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); padding: 25px;}
.nylxly{width: 48%;box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);padding: 25px;}
.nylxfsnm{font-size: 25px;font-weight: 700;color: #2163a0;}
.nylxfsnr{font-size: 18px;color: #333;margin-top: 25px;line-height: 30px;}

@media (max-width:768px) {
.home-banner{margin-top: 0px;}
    .ysnr ul li,.yunshunr ul li{width: 100%;}
    .bjan1{width: 68%;}
    .zyzs,.zyzsnr{width: 100%;}
    .hyjyjs ul li{width: 100%;margin-bottom: 15px;}
    .gb-block-layout-column,.gb-block-layout-column{width: 100%;}
    .jsgd{width: 40%;}
    .nn_list li{width: 48%;}
    .nn_list li::before{margin-left: 0px;}
    .nyhylc ul li,.nycangchuwz ul li{width: 100%;margin-bottom: 15px;}
    .nycangchufnm{width: 100%;}
    .nylxfs{width: 100%;margin-bottom: 30px;}
    .nylxly{width: 100%;}
}