body {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    /*background: #fff;*/
    --main_w: 1200px;
    --main_w1: 1440px
}
@media screen and (max-width: 1650px) {
    body {
        --main_w1:1280px
    }
}

@media screen and (max-width: 1366px) {
    html {
        font-size:15px
    }

    body {
        --main_w: 84vw;
        --main_w1: 84vw
    }
}

@media screen and (max-width: 1024px) {
    body {
        --main_w:90vw;
        --main_w1: 90vw
    }

    html {
        font-size: 14px
    }
}

@media screen and (max-width: 800px) {
    body {
        --main_w:calc(100vw - 4rem);
        --main_w1: calc(100vw - 4rem)
    }
}

@media screen and (max-width: 600px) {
    body {
        --main_w:calc(100vw - 3rem);
        --main_w1: calc(100vw - 3rem)
    }
}
.xz-main {
    width: var(--main_w);
    margin: 0 auto
}
.toppic {
    position: relative;
    height: 22.3vw;
    overflow: hidden;
    background: #131521;
    margin-top: calc(var(--menu_h) + 4.5rem)
}

.toppic-pic {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none
}

.toppic-body {
    position: absolute;
    z-index: 12;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background: linear-gradient(150deg,rgba(48,142,219,.6) 20%,rgba(9,57,147,.6) 80%)
}

.toppic-body .xz-main {
    height: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center
}
.page-tit {
    text-align: center;
    margin: 0;
    font-size: 3.75rem;
    line-height: 1.2em;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto,sans-serif;
    font-weight: 500
}

.page-icon {
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    font-size: 3.75rem;
    text-align: center;
    color: #fff;
    margin-bottom: 1rem
}

.breadcrumb-x {
    margin-top: 1.5rem;
    line-height: 0;
    color: #fff
}

.breadcrumb-x p {
    margin: 0;
    font-style: italic;
    font-weight: 300;
    font-family: Roboto,sans-serif
}

.breadcrumb-x span {
    line-height: 1rem
}

.breadcrumb-x span.breadcrumb_last {
    line-height: 1rem;
    vertical-align: bottom;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 20rem
}

.breadcrumb-x a {
    color: inherit;
    transition: all .3s ease
}

.breadcrumb-x a:hover {
    color: #131521
}
.xz-container {
    flex: 1;
    padding-top: 4rem
}
.xz-main {
    width: var(--main_w);
    margin: 0 auto;
}
.loop-news {
    border-bottom: solid 1px #ededed;
    border-right: solid 1px #ededed;
    padding: 0 14.4% 0 0;
    display: flex;
    flex-flow: column;
}
li {
    list-style: none;
    margin-bottom: 0;
}
.news_thumb {
    display: block;
    overflow: hidden;
    border-radius: 2px 2px 0 0;
    margin-bottom: -1rem;
    overflow: hidden;
}
a {
    text-decoration: none;
    color: #308edb;
    transition: all .3s ease;
}
@media screen and (max-width: 1280px) {
    .hotpro_tit {
        position:static;
        opacity: 1;
        pointer-events: all
    }
}

.loop-news {
    border-bottom: solid 1px #ededed;
    border-right: solid 1px #ededed;
    padding: 0 14.4% 0 0;
    display: flex;
    flex-flow: column
}

.loop-news:nth-of-type(2n) {
    border-right: none;
    padding: 0 0 0 14.4%
}

.news_thumb img {
    display: block;
    transition: all .3s ease
}

.news_thumb:hover img {
    filter: brightness(1.05);
    transform: scale(1.05)
}

.news_info {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
    position: relative;
    flex: 1
}

.news_data {
    font-size: .875rem;
    color: #308edb;
    line-height: 1rem;
    margin: 0;
    margin-bottom: .875rem;
    font-family: Roboto,sans-serif;
    font-weight: 700;
    margin-top:0.5rem;
}

.news_tit {
    font-size: 1.625rem;
    color: #333;
    line-height: 1.875rem;
    font-family: Roboto,sans-serif;
    margin: 0 0 1rem;
    font-weight: 700
}

.news_tit a {
    color: inherit
}

.news_tit:hover a {
    color: #308edb
}

.news_des {
    font-size: .875rem;
    line-height: 1.3125rem;
    color: #666;
    margin: 0
}

.news_des p {
    margin: 0
}

.news-more {
    display: inline-block;
    position: absolute;
    bottom: 1.625rem;
    right: 0;
    line-height: 1.25rem;
    color: #308edb;
    opacity: 0
}

.news-more:hover {
    text-decoration: underline;
    color: #174b84
}

.loop-news:hover .news-more {
    opacity: 1
}
@media screen and (max-width: 600px) {
    .loop-news {
        padding:0 7%!important;
        border-left: solid 1px #ededed!important;
        border-right: solid 1px #ededed!important;
        border-bottom: solid 1px #ededed!important
    }

    .loop-news:first-child {
        border-top: solid 1px #ededed
    }

    .news_thumb {
        margin-top: 1.5rem
    }

    .news_tit {
        font-size: 1.25rem;
        line-height: 1.5rem
    }

    .news-more {
        display: none
    }
}
.xz-single {
    background: #f8f8f8;
    padding-top: 0;
}
.post-body {
    background: #fff;
    margin-top: -3.5rem;
    position: relative;
    z-index: 100;
    padding: 5rem 8.3% 7.5rem;
    box-shadow: 0 0.5rem 1.5625rem -0.5rem rgb(0 0 0 / 20%);
    margin-bottom: 5rem;
}
.post-nav {
    padding-bottom: 5rem;
}
.post-body {
    background: #fff;
    margin-top: -3.5rem;
    position: relative;
    z-index: 100;
    padding: 5rem 8.3% 7.5rem;
    box-shadow: 0 .5rem 1.5625rem -.5rem rgba(0,0,0,.2);
    margin-bottom: 5rem
}

.post-tit {
    text-align: center;
    margin-bottom: 2.375rem
}

.post-meta {
    padding-bottom: 2rem;
    border-bottom: solid 1px #d8d8d8;
    line-height: 1.125rem;
    margin: 0 0 4.25rem;
    display: flex;
    justify-content: center
}

.post-data {
    background: #f4f9fd;
    line-height: 1.5rem;
    font-size: .875rem;
    color: #174b84;
    margin-right: 4rem;
    padding: 0 1rem;
    border-radius: 3px
}

.post-data i {
    font-size: .875rem;
    display: inline-block;
    margin-right: .5rem
}

.post-content div {
    max-width: 100%!important
}

.post-content li,.post-content p {
    color: #333;
    line-height: 1.625rem;
    margin: 0 0 1rem
}

.post-content .wp-block-image,.post-content .wp-caption {
    margin: 2rem 0
}

.post-content .wp-block-image img,.post-content .wp-caption img {
    display: block
}

.post-content .wp-caption-text,.post-content figcaption {
    line-height: 1rem;
    margin: 1rem 0;
    font-style: italic;
    font-weight: 300
}

.post-content ol li {
    list-style: decimal
}

.post-content>ul li,.xz-turns .content>ul li {
    position: relative;
    padding-left: 1.5rem
}

.post-content>ul li:before,.xz-turns .content>ul li:before {
    position: absolute;
    content: "";
    width: .5rem;
    height: .5rem;
    border-radius: 1rem;
    background: #174b84;
    display: block;
    left: 0;
    top: .75rem
}

.post-content h2,.post-content h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 4rem 0 1rem;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #333
}

.post-content h2 strong,.post-content h3 strong {
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    font-weight: 500
}

.post-content h3 {
    font-size: 1.2rem;
    line-height: 1.75rem;
    margin-top: 2rem
}

.post-content a {
    transition: all .3s ease;
    color: #308edb;
    text-decoration: underline
}

.post-content a:hover {
    color: #174b84
}

.post-nav {
    padding-bottom: 5rem
}

.rel-posts-x {
    padding-top: 3.875rem;
    padding-bottom: 1rem
}

.rel-posts-x .loop-news {
    border-bottom: none
}

.rel-case-x {
    background: #f8f8f8;
    dding-top: 0
}

.loop-news {
    border-bottom: solid 1px #c4c4c4;
    border-right: solid 1px #c4c4c4;
    padding: 0 14.4% 0 0;
    display: flex;
    flex-flow: column
}
.h1 {
    color: #092c42;
    font-family: Roboto,sans-serif;
    line-height: 3rem;
    font-size: 2.5rem;
    margin: 0 0 4rem;
}
.xz-news-ul {
    margin-bottom: 5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 0.66667em);
    margin-right: 1em;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(33% - 1em);
}
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    width: 100%;
    height: 100%;
    flex: 1;
    object-fit: cover;
}
.post-content li, .post-content p {
    color: #333;
    line-height: 1.625rem;
    margin: 0 0 1rem;
}
.xz-pn-next,.xz-pn-pre {
    margin: 1rem 0;
    display: flex;
    align-items: baseline;
    overflow: hidden
}

.xz-pn-next:before,.xz-pn-pre:before {
    content: "Previous: ";
    display: inline-block;
    font-size: 1.125rem;
    color: #131521;
    margin-right: .4rem;
    text-align: right;
    font-family: Roboto,sans-serif;
    font-weight: 700
}

.xz-pn-next a,.xz-pn-pre a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #174b84;
    transition: all .3s ease;
    flex: 1;
    text-decoration: underline
}

.xz-pn-next a:hover,.xz-pn-pre a:hover {
    color: #308edb
}

.xz-pn-next .xz-pn-link,.xz-pn-pre .xz-pn-link {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.xz-pn-next:before {
    content: "Next: "
}

.xz-contact h1 {
    color: #174b84;
    font-family: Roboto,sans-serif;
    text-align: center;
    font-size: 2rem;
    line-height: 2.375rem;
    margin: 0
}

.xz-contact h1:after {
    content: "";
    display: block;
    width: 3rem;
    height: .25rem;
    background: #308edb;
    border-radius: 2px;
    margin: 1.3125rem auto 3.875rem
}

.xz-contact .wp-block-columns {
    margin-bottom: 3.5rem
}

.xz-contact .wp-block-columns p {
    color: #666;
    line-height: 1.625rem;
    margin: 0
}

.xz-contact .wp-block-columns p strong {
    display: inline-block;
    font-family: Roboto,sans-serif;
    color: #333;
    font-size: 1.125rem;
    line-height: 1em;
    margin: 1.25rem 0 .75rem
}

.xz-contact .wp-block-columns a {
    color: inherit
}

.xz-contact .wp-block-columns a:hover {
    color: #308edb;
    text-decoration: underline
}

.xz-contact .wp-block-columns>div:first-child {
    flex: 1
}

.xz-contact .wp-block-columns>div:last-child {
    flex: none;
    width: 43%
}

.xz-contact .wp-block-columns>div:last-child img {
    display: block
}

.xz-contact img {
    display: block;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none
}
.wp-container-1 > .alignleft {
    float: left;
    margin-inline-start: 0; margin-inline-end: 2em; }

.wp-container-1 > .alignright {
    float: right;
    margin-inline-start: 2em; margin-inline-end: 0; }

.wp-container-1 > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-container-2 > .alignleft {
    float: left;
    margin-inline-start: 0; margin-inline-end: 2em; }

.wp-container-2 > .alignright {
    float: right;
    margin-inline-start: 2em; margin-inline-end: 0; }

.wp-container-2 > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-container-3 {
    display: flex;
    gap: 2em;
    flex-wrap: nowrap;
    align-items: center;
}

.wp-container-3 > * {
    margin: 0;
}

.wp-container-4 > .alignleft {
    float: left;
    margin-inline-start: 0; margin-inline-end: 2em; }

.wp-container-4 > .alignright {
    float: right;
    margin-inline-start: 2em; margin-inline-end: 0; }

.wp-container-4 > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-container-5 > .alignleft {
    float: left;
    margin-inline-start: 0; margin-inline-end: 2em; }

.wp-container-5 > .alignright {
    float: right;
    margin-inline-start: 2em; margin-inline-end: 0; }

.wp-container-5 > .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}
.add-x {
    background: #f8f8f8;
    padding: 2.1875rem 1.25rem;
    margin-bottom: 4.2rem;
    border-top: solid 2px #308edb;
    margin-top:2rem;
}
wp-block-group {
    box-sizing: border-box;
}
#xz-form {
    margin-top: 0.25rem;
    background: url(../img/form_bg.jpg) 50% 50% no-repeat #131521;
    background-size: cover;
    display: flex;
    flex-flow: row wrap
}

#xz-form>div {
    flex: none;
    width: 50%
}

#xz-form h2 {
    font-size: 2.5rem;
    color: #fff;
    line-height: 2.875rem;
    margin: 0;
    margin-bottom: 2rem;
    font-family: Roboto,sans-serif;
    font-weight: 500
}

#xz-form h2+p {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin: 0 0 2.875rem
}

.xz-form-sec1 {
    background: rgba(48,142,219,.9);
    padding: 3.75rem 4% 3.75rem calc(50vw - var(--main_w)/ 2)
}

.xz-form-sec2 {
    background: rgba(23,75,132,.9);
    padding: 3.75rem calc(50vw - var(--main_w)/ 2) 3.75rem 4%
}

.xz-form-sec2 ul {
    margin-bottom: 2.875rem
}

.xz-form-sec2 .swt-btn {
    border-color: #fff;
    color: #fff
}

.xz-form-sec2 .swt-btn:hover {
    border-color: #308edb
}

.xz-contact-ul li {
    display: flex;
    align-items: center
}

.xz-contact-ul li:not(:first-child) {
    margin-top: 2.25rem
}

.xz-contact-ul i {
    display: block;
    flex: none;
    margin-right: 1.625rem;
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    color: #fff;
    background: #308edb;
    text-align: center;
    font-size: 1.25rem;
    border-radius: 2rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none
}

.xz-contact-ul .tit {
    margin: 0 0 .375rem;
    font-size: .875rem;
    line-height: 1rem;
    color: #fff
}

.xz-contact-ul .txt {
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.5rem;
    margin: 0
}

.xz-contact-ul .txt a {
    color: inherit
}

.xz-contact-ul .txt a:hover {
    color: #308edb;
    text-decoration: underline
}
@media screen and (max-width: 1650px) {
    .page-tit {
        font-size:2.8rem
    }
}

@media screen and (max-width: 1366px) {
    .page-tit {
        font-size:2.5rem
    }

    .page-icon {
        width: 2.8rem;
        height: 2.8rem;
        font-size: 2.8rem;
        margin-bottom: .5rem
    }

    .breadcrumb-x {
        margin-top: 1rem
    }
}

@media screen and (max-width: 1024px) {
    .toppic {
        height:19rem;
    }

    .page-icon {
        width: 2rem;
        height: 2rem;
        font-size: 2rem
    }
}

@media screen and (max-width: 800px) {
    .page-tit {
        font-size:2.2rem
    }

    .breadcrumb-x {
        display: none
    }

    .toppic {
        height: 15rem
    }

    .page-icon {
        width: 1.75rem;
        height: 1.75rem;
        font-size: 1.75rem
    }
}

@media screen and (max-width: 600px) {
    .page-tit {
        font-size:1.5rem
    }

    .toppic {
        height: 12rem
    }
}
@media screen and (max-width: 300px) {
    .xz-container{
        margin:10px 150px 0px 150px;
    }
}
@media screen and (max-width: 400px){
    .xz-news-ul {
        margin-bottom: 5rem;
        display: block;
        grid-template-columns: 1fr 1fr;
    }
    .xz-contact .wp-block-columns>div:first-child {
        width: 100%
    }

    .xz-contact .wp-block-columns>div:last-child {
        width: 100%
    }

}
@media screen and (max-width: 600px){
    .xz-news-ul {
        margin-bottom: 5rem;
        display: block;
        grid-template-columns: 1fr 1fr;
    }
    .wp-block-columns {
        display: block !important;
    }
    .xz-contact .wp-block-columns>div:first-child {
        width: 100%
    }

    .xz-contact .wp-block-columns>div:last-child {
        width: 100%
    }
}
@media screen and (max-width: 800px){
    .xz-news-ul {
        margin-bottom: 5rem;
        display: block;
        grid-template-columns: 1fr 1fr;
    }
    .wp-block-columns {
        display: block !important;
    }
    .xz-contact .wp-block-columns>div:first-child {
        width: 100%
    }

    .xz-contact .wp-block-columns>div:last-child {
        width: 100%
    }
}

@media screen and (max-width: 400px){
    .row{
        display:block;
    }
    .jpress-form-control{
        min-width:200px;
    }
    #xz-form>div {
        flex: none;
        width: 100%;
    }
}
@media screen and (max-width: 600px){
    .row{
        display:block;
    }
    .jpress-form-control{
        min-width:200px;
    }
    #xz-form>div {
        flex: none;
        width: 100%;
    }
}
@media screen and (max-width: 800px){
    .row{
        display:block;
    }
    .jpress-form-control{
        min-width:200px;
    }
    #xz-form>div {
        flex: none;
        width: 100%;
    }
}
.jpress-label-left{
    color:#000;
}
.formInfo button{
    margin-left: 40%;
}