/*图标*/
@font-face {
    font-family: 'iconfont';
    src: url('iconfont.woff2') format('woff2'),
        url('iconfont.woff') format('woff'),
        url('iconfont.ttf') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*字体*/
@font-face {
    font-family: 'Helvetica Neue-Bold';
    src: url(HelveticaNeue-Bold.ttf);
}

@font-face {
    font-family: 'Inter-Regular';
    src: url(Inter-Regular.ttf);
}

@font-face {
    font-family: 'Mulish-Regular';
    src: url(Mulish-Regular.ttf);
}

@font-face {
    font-family: 'Open Sans-Bold';
    src: url(OpenSans-Bold.ttf);
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url(Poppins-Bold.ttf);
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url(Poppins-Regular.ttf);
}

@font-face {
    font-family: 'Source Han Sans CN-Bold';
    src: url(Source-Han-Sans-CN-Bold.otf);
}

@font-face {
    font-family: 'Source Han Sans CN-Heavy';
    src: url(Source-Han-Sans-CN-Heavy.otf);
}

@font-face {
    font-family: 'Source Han Sans CN-Light';
    src: url(Source-Han-Sans-CN-Light.otf);
}

@font-face {
    font-family: 'Source Han Sans CN-Medium';
    src: url(Source-Han-Sans-CN-Medium.otf);
}

@font-face {
    font-family: 'Source Han Sans CN-Regular';
    src: url(Source-Han-Sans-CN-Regular.otf);
}
/*==公共==*/
body,
html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}

:focus {
    outline: 0
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none;
    margin-bottom: 0
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

img {
    max-width: 100%;
}

body {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    overflow-x: hidden;
    color: #3D3D3D;
}

a {
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
}

a:hover {
    transform: translateY(-0.5rem);
}

@media screen and (max-width: 1440px) {
    html {
        font-size: 9px
    }
}

@media screen and (max-width: 600px) {
    html {
        font-size: 8.5px
    }
}
/*==H标题==*/
h1,
.h1 {
    font-family: 'Source Han Sans CN-Regular';
    font-size: 4.8rem;
    line-height: 1.5;
    font-weight: 400;
}

h2,
.h2 {
    font-family: 'Source Han Sans CN-Bold';
    font-size: 3.2rem;
    line-height: 1.5;
}

h3,
.h3 {
    font-family: 'Source Han Sans CN-Bold';
    font-size: 2.4rem;
    line-height: 1.5;
}

h4,
.h4 {
    font-family: 'Source Han Sans CN-Bold';
    font-size: 1.8rem;
    line-height: 1.5;
}

p,
.p {
    font-family: 'Source Han Sans CN-Regular';
    font-size: 1.8rem;
    line-height: 2;
}

.p2 {
    font-family: 'Source Han Sans CN-Regular';
    font-size: 1.6rem;
    line-height: 2;
}


/*==间距==*/
.mb-1{
    margin-bottom: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.pt-2 {
    padding-top: 2rem;
}

.mr-2 {
    margin-right: 2rem;
}

.pr-2 {
    padding-right: 2rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.pb-2 {
    padding-bottom: 2rem;
}

.ml-2 {
    margin-left: 2rem;
}

.pl-2 {
    padding-left: 2rem;
}
.mb-25{
    margin-bottom: 2.5rem;
}
.mt-3{
    margin-top: 3rem;
}
.mb-3{
    margin-bottom: 3rem;
}

.pt-3{
    padding-top: 3rem;
}
.pb-3{
    padding-bottom: 3rem;
}
.pl-3{
    padding-left: 3rem;
}
.pr-3{
    padding-right: 3rem;
}

.mt-4 {
    margin-top: 4rem;
}

.pt-4 {
    padding-top: 4rem;
}

.mr-4 {
    margin-right: 4rem;
}

.pr-4 {
    padding-right: 4rem;
}

.mb-4 {
    margin-bottom: 4rem;
}

.pb-4 {
    padding-bottom: 4rem;
}

.ml-4 {
    margin-left: 4rem;
}

.pl-4 {
    padding-left: 4rem;
}

.mt-5{
    margin-top: 5rem;
}
.mb-5{
    margin-bottom: 5rem;
}

.mt-6 {
    margin-top: 6rem;
}

.pl-5{
    padding-left: 5rem;
}
.pr-5{
    padding-right: 5rem;
}
.pt-5{
    padding-top: 5rem;
}

.pt-6 {
    padding-top: 6rem;
}

.mr-6 {
    margin-right: 6rem;
}

.pr-6 {
    padding-right: 6rem;
}

.mb-6 {
    margin-bottom: 6rem;
}

.pb-6 {
    padding-bottom: 6rem;
}

.ml-6 {
    margin-left: 6rem;
}

.pl-6 {
    padding-left: 6rem;
}

.p-6{
    padding: 6rem;
}

.pt-7{
    padding-top: 7rem;
}
.pb-7{
    padding-bottom: 7rem;
}
.pl-7{
    padding-left: 7rem;
}
.mb-7{
    margin-bottom: 7rem;
}

.mt-7{
    margin-top: 7rem;
}

.mt-8 {
    margin-top: 8rem;
}

.pt-8 {
    padding-top: 8rem;
}

.mr-8 {
    margin-right: 8rem;
}

.pr-8 {
    padding-right: 8rem;
}

.mb-8 {
    margin-bottom: 8rem;
}

.pb-8 {
    padding-bottom: 8rem;
}

.ml-8 {
    margin-left: 8rem;
}

.pl-8 {
    padding-left: 8rem;
}

.pt-10{
    padding-top: 10rem;
}

.pb-10{
    padding-bottom: 10rem;
}
.mb-10{
    margin-bottom: 10rem;
}
.mt-12 {
    margin-top: 12rem;
}

.pt-12 {
    padding-top: 12rem;
}

.mr-12 {
    margin-right: 12rem;
}

.pr-12 {
    padding-right: 12rem;
}

.mb-12 {
    margin-bottom: 12rem;
}

.pb-12 {
    padding-bottom: 12rem;
}

.ml-12 {
    margin-left: 12rem;
}

.pl-12 {
    padding-left: 12rem;
}

.p-4{
    padding: 4rem;
}

.p-3{
    padding: 3rem;
}

.c-g-2{
    column-gap: 2rem;
}

.gap-1{
    gap: 1rem;
}

.gap-2{
    gap: 2rem;
}

.gap-4{
    gap: 4rem;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1280px) {
    .pt-8,
    .pt-10,
    .pt-12{
        padding-top: 7rem;
    }
    .pb-8,
    .pb-10,
    .pb-12{
        padding-bottom: 7rem;
    }
}

@media screen and (max-width: 1024px) {
    .pt-8,
    .pt-10,
    .pt-12{
        padding-top: 6rem;
    }
    .pb-8,
    .pb-10,
    .pb-12{
        padding-bottom: 6rem;
    }
}

@media screen and (max-width: 800px) {
    .pt-8,
    .pt-10,
    .pt-12{
        padding-top: 5rem;
    }
    .pb-8,
    .pb-10,
    .pb-12{
        padding-bottom: 5rem;
    }
}

@media screen and (max-width: 600px) {
    .pt-8,
    .pt-10,
    .pt-12{
        padding-top: 4rem;
    }
    .pb-8,
    .pb-10,
    .pb-12{
        padding-bottom: 4rem;
    }
}

/**/
.w192{
    width: 100%;
    max-width: 192rem;
    margin-left: auto;
    margin-right: auto;
}
.w144{
    width: 100%;
    max-width: 144rem;
    margin-left: auto;
    margin-right: auto;
}
.bg-f8{
    background-color: #F8F8F8;
}
.bg-ff{
    background-color: #FFFFFF;
}
.bg-gre{
    background-color: #64C470;
}
.bg-blu{
    background-color: #0072BB;
}

.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.justify-center{
    justify-content: center;
}
.columns-2{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}
.columns-3{
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}
.columns-4{
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.columns-5{
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.columns-6{
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.columns-2 .wp-block-image,
.columns-3 .wp-block-image,
.columns-4 .wp-block-image,
.columns-5 .wp-block-image,
.columns-6 .wp-block-image{
    width: 100% !important;
}


.btn{
    width: 16.8rem;
    height: 6.4rem;
    text-align: center;
    line-height: 6.4rem;
    font-family: 'Inter-Black';
    font-size: 1.6rem;
    color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
}
.btn-s{
    width: 16rem;
    height: 4.8rem;
    text-align: center;
    line-height: 4.8rem;
    font-family: 'Inter-Black';
    font-size: 1.4rem;
    color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
}

@media screen and (max-width: 1440px) {
    .w144{
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (max-width: 1280px) {
    
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 800px) {
    
}

@media screen and (max-width: 600px) {

}


/*gsjj*/
.gsjj h1{
    margin-bottom: 1rem;
}
.gsjj h3,
.qywh h3{
    font-family: 'Source Han Sans CN-Regular';
    font-weight: 400;
}
.gsjj p+p{
    margin-top: 2rem;
}
.gsjj .wp-block-column .wp-block-columns:first-child{
    column-gap: 6.5rem;
}

/*qywh*/
.qywh{
    margin-bottom: 0;
    background: url(../images/qywh.png) no-repeat right bottom #f8f8f8;
}
.qywh p{
    margin-bottom: 3rem;
}
.qywh .wp-block-columns .wp-block-column{
    padding: 3.3rem 4.4rem 4.7rem;
    background: #FFFFFF;
}

/*mxjy*/
.mxjy h1,
.mxjy h3{
    text-align: center;
    margin-bottom: 1rem;
}
.mxjy h3{
    font-family: 'Source Han Sans CN-Regular';
    font-weight: 400;
    margin-bottom: 9rem;
}
.mxjy .is-layout-flex{
    column-gap: 0rem;
    align-items: center !important;
}
.mxjy h2{
   color: #0072BB; 
}
.mxjy h2 em{
    display: block;
    font-style: normal;
}
.mxjy .wp-block-column .wp-block-columns{
    margin-bottom: 3rem;
}
.mxjy .wp-block-image{
    margin-bottom: 0;
    margin-block-start: 0;
}
.rcyl,.xxcz{
    padding: 4rem 5.2rem 4.9rem;
    background: #F8F8F8;
}
.rcyl h2,
.xxcz h2{
    text-align: center;
    color: #3D3D3D;
    margin-bottom: 3rem;
}
.rcyl .wp-block-image{
    margin-bottom: 4.5rem;
}
.rcyl p{
    margin-bottom: 2rem;
}
.xxcz .wp-block-gallery{
    margin-bottom: 3.5rem;
}
.xxcz .slick-track{

}
#slick {
    position: relative;
    margin-bottom: 3.5rem;
}
#slick span{
    display: block;
    width: 6.4rem;
    height: 6.4rem;
    text-align: center;
    line-height: 6.4rem;
    background-color: #3D3D3D;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 1.7rem;
    position: absolute;
    top: calc((100% - 6.4rem) / 2);
    z-index: 2;
}
#slick span:hover{
    background: linear-gradient(135deg, #61E172 0%, #0073DF 100%, #0072BB 100%);
}
#slick span.pre{
    left: -3.2rem;
}
#slick span.next{
    right: -3.2rem;
}
#slick .slick-track{
    display: flex;
    column-gap: 2rem;
}
/*==动态数据==*/
ul.data {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
    text-align: center;
}
ul.data li{
    background: #F8F8F8;
    border: 1px solid #DDDDDD;
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
}
ul.data h2 {
    margin-bottom: 0;
    display: inline;
    font-family: 'Helvetica Neue-Bold';
    font-size: 4.8rem;
    background: linear-gradient(135deg, #61E172 0%, #0073DF 100%, #0072BB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.data h5 {
    font-size: 1.6rem;
    font-family: 'Source Han Sans CN-Regular';
    font-weight: 400;
    display: inline;
}

ul.data p {
    margin: 0;
}


@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 1024px) {
    ul.data{
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 800px) {}
@media screen and (max-width: 600px) {
    ul.data{
        grid-template-columns: 1fr;
    }
}
/*post-nav-links*/
.post-nav-links{
    display: flex;
    column-gap: 1.5rem;
    justify-content: center;
    font-family: 'Open Sans-Regular';
    font-size: 1.6rem;
}
.post-nav-links span,.post-nav-links a{
    width: 5.6rem;
    height: 5.6rem;
    text-align: center;
    line-height: 5.6rem;
    border-radius: 0.2rem;
    border: 1px solid #DDDDDD;
}
.post-nav-links span{
    border-color: #64C470;
    color: #FFFFFF;
    background-color: #64C470;
}
.post-nav-links a{
    color: #3D3D3D;
}
/*fzlc*/
.fzlc h1{
    font-family: 'Open Sans-Bold';
    font-weight: 700;
    margin-bottom: 2rem;
}
.fzlc h2{
    margin-bottom: 1rem;
}
.fzlc p + h2{
    margin-top: 2rem;
}
.fzlc p + p{
    margin-bottom: 1rem;
}

.fzlc .line{
    position: relative;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 8rem;
    align-items: center !important;
}
.fzlc .line::after{
    display: block;
    content: '';
    width: 0.8rem;
    height: 4rem;
    background-color: #64C470;
    position: absolute;
    top: calc((100% - 4rem) / 2);
    left: 50%;
}
.fzlc .line::before{
    display: block;
    content: '';
    width: 0.8rem;
    height: 100%;
    background-color: #EDEDED;
    position: absolute;
    top: 0;
    left: 50%;
}
.fzlc .line div:first-child{
    text-align: right;
    padding-right: 12rem;
}
.fzlc .line div:last-child{
    padding-left: 12rem;
}

/*hzhb*/
.hzhb h3{
    font-family: 'Source Han Sans CN-Regular';
    font-weight: 400;
    margin-bottom: 3.8rem;
}
.hzhb p{
    margin-left: auto;
    margin-right: auto;
    max-width: 95.4rem;
}
.hzhb .wp-block-image{
    background: #F8F8F8;
    text-align: center;
    width: 100% !important;
}
.hzhb .wp-block-image a{
    justify-content: center;
}
.hzhb .wp-block-image img{
    margin-left: auto;
    margin-right: auto;
    width: fit-content !important;
    height: fit-content !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit:none !important;
    flex: unset !important;
    height: auto !important;
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
}
.hzhb .wp-element-caption{
    position: inherit !important;
    background: transparent !important;
    font-family: 'Source Han Sans CN-Regular';
    font-size: 1.4rem !important;
    padding-top: 1.7rem !important;
    padding-bottom: 1.7rem !important;
    color: #3D3D3D !important;
    margin-top: 0;
    flex-grow:unset !important;
    flex-basis: unset !important;
}


/*yldyl*/
.yldyl>.wp-block-column>.wp-block-columns:first-of-type{
    gap: 0;
    margin-bottom: 0;
}
.yldyl>.wp-block-column>.wp-block-columns:first-of-type .wp-block-column{
    padding-top: 7rem;
    padding-bottom: 8rem;
    padding-left: 13rem;
    padding-right: 13rem;
}
.yldyl>.wp-block-column>.wp-block-columns:first-of-type .wp-block-column h2{
    margin-bottom: 2rem;
}
.yldyl>.wp-block-column>.wp-block-columns:first-of-type .wp-block-column:first-child{
    background: #EEEEEE;
}
.yldyl>.wp-block-column>.wp-block-columns:first-of-type .wp-block-column:last-child{
    background: #E0E6ED;
}
.yldyl>.wp-block-column>.wp-block-columns:last-child{
    background-color: #F6F6F6;
    padding: 5rem 12rem 8rem;
}
.yldyl .wp-block-image{
    position: relative;
    margin-bottom: 0;
}
.yldyl .wp-block-image figcaption{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    font-family: 'Source Han Sans CN-Bold';
    font-size: 2.4rem;
    color: #FFFFFF;
    text-align: center;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.yldyl>.wp-block-column>.wp-block-columns:last-child .is-layout-flex .wp-block-column{
    background-color: #FFFFFF;
}
.yldyl>.wp-block-column>.wp-block-columns:last-child figure + p{
    padding: 2.7rem 2.3rem;
    font-size: 1.6rem;
}

/*yldsb*/
.yldsb .wp-block-image{
    width: 100% !important;
}
.yldsb figcaption{
    position: unset !important;
    background: none !important;
    font-family: 'Source Han Sans CN-Regular';
    font-size: 1.6rem !important;
    color: #3D3D3D !important;
}

/*hcsczzgy*/
.hcsczzgy{
    /* background: url(../images/hcsczzgy.png) no-repeat right bottom #255F95; */
    background: url(../images/hcsczzgy.png) no-repeat right bottom #FFF;
}

.hcsczzgy h1,
.hcsczzgy h3{
    color: #FFFFFF;
}
.hcsczzgy h3{
    font-family: 'Source Han Sans CN-Regular';
    font-weight: 400;
}
.hcsczzgy h3+h3{
    margin-bottom: 5.5rem;
}

/*yldtd */
.yldtd figcaption{
    position: unset !important;
    background: none !important;
    font-family: 'Source Han Sans CN-Bold';
    font-size: 2.4rem !important;
    color: #3D3D3D !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    margin-top: 0;
}

/*yldzl*/
.yldzl table{
    width: 100%;
    font-family: 'Source Han Sans CN-Regular';
    font-size: 1.6rem;
    text-align: center;
    color: #3D3D3D;
}
.yldzl table th{
    background-color: #64C470;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    color: #FFFFFF;
}
.yldzl table td{
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.yldzl table tr:nth-child(odd){
    background-color: #F8F8F8;
}
.yldzl table tr:nth-child(even){
    background-color: #F0F0F0;
}

/*yldfw*/
.yldfw h3{
    font-family: 'Source Han Sans CN-Regular';
    font-weight: 400;
}
.yldfw hr{
    border-color: #D8D8D8;
    border-bottom: none;
}
.yldfw h4{
    color: #64C470;
}
.yldfw h4 em{
    margin-left: 1rem;
    font-style: normal;
    color: #3D3D3D;
}
.yldfw figcaption{
    position: unset !important;
    background: none !important;
    font-family: 'Source Han Sans CN-Bold';
    font-size: 1.8rem !important;
    color: #3D3D3D !important;
    padding-top: 2rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0 !important;
    text-align: left !important;
    margin-top: 0;
}
.yldfw .aligncenter>figcaption{
    text-align: center !important;
}
/*cpxq*/
.cpxq figcaption{
    position: unset !important;
    background: none !important;
    font-family: 'Source Han Sans CN-Bold';
    font-size: 1.8rem !important;
    color: #3D3D3D !important;
    padding-top: 1rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0 !important;
    text-align: left !important;
    margin-top: 0;
}

.cpxq-top{
    display: grid;
    grid-template-columns: auto 66rem;
    column-gap: 7rem;
    /* align-items: center; */
}

.cpxq-top h2,
.cpxq-top h2 + p,
.cpxq-top h4 + p
{
    margin-bottom: 3rem;
}

/*sub_nav*/
#sub_nav{
    display: flex;
    background-color: #EBEBEB;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 6rem;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
}
#sub_nav li{
    padding: 1rem 2rem;
    border-radius: 2.4rem;
    
}
#sub_nav li.active{
    background: linear-gradient(135deg, #61E172 0%, #0073DF 100%, #0072BB 100%);
}
#sub_nav li a{
    font-family: 'Source Han Sans CN-Bold';
    font-size: 1.8rem;
    color: #3D3D3D;
}
#sub_nav li.active a{
    color: #FFFFFF;
}

/*cplb*/
.cplb ul{
    display: flex;
    column-gap: 1rem;
    border-radius: 3.2rem;
    background: #F8F8F8;
    padding: 1rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.cplb ul li{
    padding: 1rem 5.5rem;
    font-family: 'Source Han Sans CN-Bold';
    font-size: 1.8rem;
}
.cplb ul li.current-menu-item,
.cplb ul li:hover
{
    background: linear-gradient(135deg, #61E172 0%, #0073DF 100%, #0072BB 100%);
    border-radius: 24px 24px 24px 24px;
}
.cplb ul li a{
    color: #3D3D3D;
}
.cplb ul li.current-menu-item a,
.cplb ul li:hover a
{
    color: #FFFFFF;
}
.cplb>.wp-block-columns{
    gap: 0;
}
.cplb>.wp-block-columns .wp-block-image{
    width: 100%;
    max-width: 71rem;
    height: 100%;
    max-height: 40rem;
    overflow: hidden;
    margin-bottom: 0;
}
.cplb>.wp-block-columns .wp-block-image a{
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.cplb>.wp-block-columns .wp-block-image a:hover{
    filter: brightness(1.03);
    transform: scale(1.03);
}
.cplb>.wp-block-columns>.wp-block-column:last-child{
    background-color: #F8F8F8;   
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 73rem;
}
.cplb h2 a{
    color: #3D3D3D;
}
.cplb p{
    color: rgba(61, 61, 61, 0.7);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/*allb*/
.allb>.wp-block-columns .wp-block-image{
    max-width: 56rem;
    margin: 0;
}
.allb>.wp-block-columns>.wp-block-column:first-child{
    max-width: 56rem;
}
.allb>.wp-block-columns>.wp-block-column:last-child{
    max-width: 100%;
}
.allb h3.wp-block-heading a{
    color: #3D3D3D;
}
.allb h3.wp-block-heading a:hover{
    background: linear-gradient(135deg, #61E172 0%, #0073DF 100%, #0072BB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.allb .btn-s:hover{
    background: linear-gradient(135deg, #61E172 0%, #0073DF 100%, #0072BB 100%);
    color: #FFFFFF;
}
/*alxq*/
.alxq{
    display: grid;
    grid-template-columns: 43rem auto;
    column-gap: 8rem;
}
.alxq p{
    color: #666666;
    margin-bottom: 3rem;
}
.xgal p{
    margin-bottom: 0;
}
.alxq figure{
    margin-bottom: 4rem;
}
.alxq .xgal{
    display: grid;
    grid-template-columns: 11rem auto;
    column-gap: 2rem;
    
}
.alxq .xgal a{
    font-family: 'Source Han Sans CN-Medium';
    color: #3D3D3D;
    line-height: 21px;
    font-size: 14px;
    font-weight: 500;
}
.alxq .xgal .wp-block-column{
    display: flex;
    align-items: center;
}
.alxq .xgal .wp-block-column img{
    display: block;
}

/*ksxp*/
.ksxp form{
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}
.ksxp input{
    font-family: 'Inter-Regular';
    font-size: 1.4rem;
    color: #3D3D3D;
    padding: 1.6rem 1rem;
    border: none;
    background-color: #FFFFFF;
}
.ksxp textarea{
    font-family: 'Inter-Regular';
    font-size: 1.4rem;
    color: #3D3D3D;
    padding: 1.6rem 1rem;
    border: none;
    background-color: #FFFFFF;
    height: 12rem;
}
.ksxp button{
    font-family: 'Inter-Bold';
    font-size: 1.4rem;
    color: #FFFFFF;
    padding: 1.6rem 1rem;
    border: none;
    background: linear-gradient(135deg, #61E172 0%, #0073DF 100%, #0072BB 100%);
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
}
.ksxp p{
    font-size: 12px;
    font-family: 'Source Han Sans CN-Regular';
    line-height: 24px;
    color: rgba(61,61,61,0.5);
    margin-bottom: 2rem;
}
/*sjfx*/
.sjfx{
    display: flex;
    font-size: 1.4rem;
    font-family: 'Source Han Sans CN-Regular';
    column-gap: 2rem;
    color: #3D3D3D;
}
.sjfx li:first-child{
    margin-right: 1rem;
}
.sjfx li:nth-child(2){
    color: #666666;
    margin-right: 1rem;
}
.sjfx li a{
    color: #999999;
}
.sjfx li:last-child a{
    color: #2889D9;
}
/*sypxyp*/
.sypxyp{
    padding: 3rem;
    font-family: 'Source Han Sans CN-Regular';
    font-size: 1.8rem;
    border: 1px solid #E9E9E9;
}
.sypxyp li+li{
    margin-top: 2rem;
}
.sypxyp li span{
    background: linear-gradient(148deg, #029EFF 0%, #0052E1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 1rem
}
.sypxyp li a{
    background: ;
    color: #666666;
}

/*xwxq*/
.xwxq{
    grid-template-columns: auto 43rem;
    column-gap: 11rem;
}

/*zxly*/
.zxly form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    font-family: 'Source Han Sans CN-Regular';
    font-size: 1.6rem;
    color: rgba(37, 41, 56, 0.30);
}
.zxly form input,
.zxly form textarea{
    padding: 1.4rem;
    border: 1px solid #DDDEDF;
}
.zxly form textarea{
    grid-area: 3 / 1 / 4 / 3;
    height: 14rem;
}
.zxly form button{
    border: none;
    background: linear-gradient(135deg, #61E172 0%, #0073DF 100%, #0072BB 100%);
    cursor: pointer;
}
.flex-right{
    display: flex;
    justify-content: right;
}

/*lxwm*/
.lxwm{
    display: grid !important;
    grid-template-columns: 46rem auto;
    gap: 0;
}
.lxwm>div:first-child{
    background: url(../images/lxwm.png) no-repeat;
    background-size: cover;
    padding: 5rem 3rem 4rem;
}
.lxwm.hzgy>div:first-child{
    /* background: url(../images/hzgy.png) no-repeat; */
    background: url(../images/hzgy.jpg) no-repeat;
    background-size: cover;
    display: flex;
}
.lxwm.hzgy>div:first-child .wp-block-columns{
    width: 100%;
    justify-content: center;
    align-items: center !important;
    color: #FFFFFF;
    gap: 0;
}
.lxwm.hzgy>div:first-child h3{
    font-family: 'Source Han Sans CN-Regular';
    font-weight: 400;
    margin-bottom: 4rem;
}
.lxwm ul{
    display: block;
    width: 100%;
    padding: 6.7rem 2.5rem;
    background-color: rgba(255, 255, 255, 0.50);
    border-radius: 4px;
    font-family: 'Source Han Sans CN-Regular';
    font-size: 1.8rem;
    backdrop-filter: blur(10px);
}
.lxwm ul h4{
    position: relative;
    margin-right: 4rem;
}
.lxwm ul h4::after{
    content: '';
    width: 1px;
    height: 24px;
    background-color: #D8D8D8;
    display: block;
    position: absolute;
    top: 0; 
    right: -2rem;
}
.lxwm ul .iconfont{
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
    text-align: center;
    line-height: 3.6rem;
    color: #FFFFFF;
    border-radius: 50%;
    background: linear-gradient(135deg, #61E172 0%, #0073DF 100%, #0072BB 100%);
    margin-right: 2.5rem;
}
.lxwm ul li{
    display: flex;
    align-items: center;
}
.lxwm ul li+li{
    margin-top: 3rem;
}
.lxwm ul li a{
    color: #3D3D3D;
}

/*lxfs*/
.lxfs{
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
}
.lxfs div{
    display: flex;
    gap: 2rem;
}
.lxfs div h4{
    
    color: #FFFFFF;
}

/*jypz*/
.jypz p{
    font-family: 'Source Han Sans CN-Light';
}
.jypz .list{
    gap: 0;
}
.jypz .list>div{
    position: relative;
}
.jypz .list figure{
    margin: 0;
}
.jypz .list figcaption{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
    display: flex;
    align-items:flex-end;
    margin: 0;
    font-family: 'Source Han Sans CN-Bold';
    font-size: 1.8rem;
    color: #FFFFFF;
    font-weight: 700;
    justify-content: center;
    padding-bottom: 4.7rem;
    background: linear-gradient(180deg, rgba(216,216,216,0) 0%, rgba(0,0,0,0.67) 100%);
}
.jypz .list .wp-block-columns{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 3;
    color: #FFFFFF;
    justify-content: center;
    background: linear-gradient(135deg, #61E172 0%, #0073DF 100%, #0072BB 100%);
    margin: 0;
}
.jypz .list .wp-block-column:hover .wp-block-columns{
    display: flex;
}
.jypz .list .wp-block-columns .wp-block-column{
    display: flex;
    max-width: 16rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.jypz .list .wp-block-columns>.wp-block-column>.iconfont{
    display: block;
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 6.6rem;
    color: #FFFFFF;
    margin-bottom: 2rem;
}
.jypz .list .wp-block-columns h4{
    margin-bottom: 2rem;
}
.jypz .list .wp-block-columns p{
    font-family: 'Source Han Sans CN-Regular';
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 2rem;
}
.jypz .list .wp-block-columns a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16rem;
    height: 4.8rem;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    line-height: 4.8rem;
    color: #64C470;
    font-size: 14px;
    font-family: 'Inter-Black';
    font-weight: 900;
}
.jypz .list .wp-block-columns a .iconfont{
    display: inline-block;
    margin-left: 2rem;
}

.hzhb.shouye .wp-block-image{
    background:none;
    min-height: 8.8rem;
    border: 1px solid #DDDDDD;
}

/*footer-link*/
.footer-link {
    background-color: #F8F8F8;
}

.footer-link>div {
    display: grid;
    grid-template-columns: auto 46.6rem;
    column-gap: 17rem;
}

.footer-link .footer-nav ul {
    display: flex;
    justify-content: space-between;
}

.footer-link .footer-nav ul>li a {
    font-family: 'Source Han Sans CN-Bold';
    font-size: 1.8rem;
    line-height: 1.5;
    color: #3D3D3D;
    font-weight: 700;
    margin-bottom: 4rem;
}

.footer-link .footer-nav .sub-menu {
    flex-direction: column;
}

.footer-link .footer-nav ul .sub-menu li a {
    margin-bottom: 2rem;
    font-family: 'Source Han Sans CN-Regular';
    font-weight: 400;
    color: rgba(61, 61, 61, 0.50);
    line-height: 21px;
    font-size: 14px;
}

.footer-contact h4 {
    color: #3D3D3D;
    margin-bottom: 4rem;
}

.footer-contact ul li {
    margin-bottom: 2rem;
    font-family: 'Source Han Sans CN-Regular';
    font-size: 14px;
    font-weight: 400;
    color: rgba(61, 61, 61, 0.50);
}

.footer-contact ul li span {
    display: inline-block;
    position: relative;
    margin-right: 2.5rem;
    color: #3D3D3D;
}

.footer-contact ul li span::after {
    display: block;
    content: '';
    width: 1px;
    height: 14px;
    background-color: #DDDDDD;
    position: absolute;
    top: 0;
    right: -1.2rem;
}

.footer-contact ul li a {
    color: rgba(61, 61, 61, 0.50);
    word-wrap: break-word;
    word-break: break-all;
}

.footer-contact>div {
    display: flex;
    column-gap: 4rem;
}

.footer-contact>div .eweima {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0.7rem;
    align-items: flex-end;
    margin-bottom: 4rem;
}

.footer-contact>div .eweima img {
    height: auto;
}

/*==copyright版权==*/
.copyright {
    background-color: #2E3438;
    font-family: 'Source Han Sans CN-Light';
    font-size: 1.6rem;
    color: #FFFFFF;
    font-weight: 300;
}

.copyright>div {
    min-height: 6.4rem;
    display: flex;
    align-items: center;
}

.copyright ul {
    display: flex;
    column-gap: 4rem;
}

.copyright ul a {
    color: #FFFFFF;
}
/*侧边工具条*/
.sider-contact {
    font-family: 'Poppins-Regular';
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: hsla(0,0%,97%,.5);
    border-radius: .8rem 0 0 .8rem;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease;
    z-index: 999
}

.sider-contact.hide {
    transform: translate(100%,-50%)
}

.sider-contact.hide #sider-contact-switcher span {
    transform: rotate(180deg)
}

.right-nav {
    align-items: center;
    display: flex;
    flex-flow: column;
    font-size: 1.2rem;
    line-height: 1.4rem
}

.right-nav .btn-tit {
    transform: scale(.8)
}

.right-nav li {
    width: 7rem;
    height: 6rem;
    position: relative;
}

.right-nav li:first-child {
    background: #0279f9;
    border-radius: .8rem 0 0 0
}

.right-nav li:first-child a {
    border-radius: .8rem 0 0 0;
    color: #fff;
    
}

.right-nav li:last-child {
    border-radius: 0 0 0 .8rem;
    overflow: hidden
}

.right-nav li a {
    align-items: center;
    color: #1f1a17;
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: center;
    transition: all .3s ease;
    width: 100%;
}

.right-nav>li>a:hover {
    background: #0279f9;
    color: #fff!important
}

.right-nav li:hover .iconfont {
    filter: brightness(1.1);
    transform: scale(1.1)
}

.right-nav li:hover .right_hide {
    opacity: 1;
    transform: translate(-100%,-50%);
    visibility: visible
}

.right-nav .iconfont {
    display: block;
    font-size: 1.6rem;
    margin-bottom: .2rem;
    transition: all .3s ease
}

.right-nav:hover li:first-child {
    background: transparent
}

.right-nav:hover li:first-child a {
    color: #1f1a17
}

.right_hide {
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 0 1rem -2px rgba(61,61,61,.15);
    color: #3d3d3d;
    font-size: 1.4rem;
    left: -10px;
    line-height: 1.6rem;
    opacity: 0;
    padding: 1rem;
    position: absolute;
    top: 50%;
    transform: translate(-110%,-50%);
    transition: all .5s ease;
    visibility: hidden;
    white-space: nowrap
}

.right_hide:before {
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    border-top: 6px solid transparent;
    content: "";
    position: absolute;
    right: -8px;
    top: calc(50% - 4px)
}

.right_hide img {
    display: block;
    max-width: 10rem
}

#sider-contact-switcher {
    align-items: center;
    color: #1f1a17;
    cursor: pointer;
    display: flex;
    height: 6rem;
    justify-content: flex-end;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-100%,-50%);
    width: 3rem;
    z-index: -1
}

#sider-contact-switcher span {
    font-size: 1.4rem;
    transition: all .3s ease
}

#sider-contact-switcher:after {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: hsla(0,0%,97%,.5);
    border-radius: .8rem;
    content: "";
    display: block;
    height: 5rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center;
    width: 5rem;
    z-index: -1
}

@media screen and (max-width: 810px) {
    .sider-contact {
        background-color:hsla(0,0%,100%,.6);
        border-radius: .8rem .8rem 0 0;
        bottom: 0;
        left: 0;
        top: auto;
        transform: translate(0);
        width: 100%
    }

    .right-nav {
        flex-flow: row
    }

    .right-nav li {
        flex: 1
    }

    .right-nav li:last-child {
        border-radius: 0 .8rem 0 0
    }

    #sider-contact-switcher,.right_hide {
        display: none
    }
}

@media screen and (max-width: 600px) {
    .right_li_swt,.right_li_wechat {
        display:none
    }

    .right-nav li {
        height: 4.6rem
    }
    .new-item, .product-item{
        max-width: 100%;
    }
}

@media screen and (max-width: 1600px) {
    .search-result{
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/*==顶部==*/
.top {
    background-color: #2A2F34;
    height: 4.8rem;
    line-height: 4.8rem;
}

.top ul{
    display: flex;
    color: rgba(255, 255, 255, 0.50);
}
.top li {
    display: inline-block;
    font-family: 'Source Han Sans CN-Regular';
    font-size: 1.4rem;
    position: relative;
    display: flex;
    gap: 1rem;
    align-items: center;
}
.top li + li{
    margin-left: 4.4rem;
}

.top li .iconfont{
    background: linear-gradient(135deg, #61E172 0%, #0073DF 100%, #0072BB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top>div ul li a {
    color: rgba(255, 255, 255, 0.50);
}
/*==header导航==*/
.header {
    background-color: #FFFFFF;
    position: sticky;
    top: 0;
    left: 0;
    transition: all .3s ease;
    z-index: 999;
}
.header.unpinned {
    transform: translate3d(0,-120%,0)
}
.header>div {
    display: flex;
    justify-content: space-between;
    height: 11.5rem;
    align-items: center;
}

.header>div .main-nav li {
    /* display: inline-block; */
    /* margin-right: 5.4rem; */
}

.header>div .main-nav a {
    font-family: 'Source Han Sans CN-Regular';
    font-size: 1.8rem;
    color: var(--parcol);
}

.header>div .tools {
    display: flex;
    justify-content: space-between;
    column-gap: 6rem;
    align-items: center;
}

.header>div .tools a {
    font-family: 'Source Han Sans CN-Bold';
    font-size: 1.4rem;
    color: var(--parcol);
    display: flex;
    align-items: center;
}

.header>div .tools a .iconfont {
    display: inline-block;
    color: #003399;
    font-size: 2.4rem;
}
/*导航*/
#menu-main {
    /* display: flex;
    flex-flow: row nowrap; */
    /* justify-content: center; */
    /* column-gap: 5rem; */
    display: flex;
    justify-content: center;
    column-gap: 5.4rem;
    transition: all .3s ease
}

#menu-main>li {
    /* height: 12rem; */
    position: relative
}

#menu-main>li>a {
    /* color: #222222; */
    /* display: inline-block;
    font-weight: 500;
    line-height: 12rem; */
    position: relative;
    transition: color .3s ease
}

#menu-main>li.current-menu-ancestor>a,
#menu-main>li.current-menu-item>a,
#menu-main>li.current-menu-parent>a,
#menu-main>li:hover>a {
    /* color: var(--hover) */
}

#menu-main>li>.sub-menu {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1.4rem 4.8rem -.2rem rgba(0,26,55,.15);
    display: none;
    left: -2.88rem;
    padding: 1.2rem 1.6rem 1.6rem;
    position: absolute;
    z-index: 99;
    top: 2.5rem;
    text-transform: capitalize;
    transition: box-shadow .3s ease
}
#menu-main>li:hover>.sub-menu {
    display: block;
}
#menu-main>li>.sub-menu>li>a {
    border-radius: 2px;
    /* color: #666; */
    display: block;
    /* font-size: 1.4rem; */
    line-height: 2rem;
    padding: .8rem 2.4rem .8rem 1.6rem;
    transition: all .3s ease;
    white-space: nowrap;
}

#menu-main>li>.sub-menu>li>a:hover {
    /* background: rgba(2,121,249,.1); */
    /* color: #3d3d3d */
}

#menu-main>li.has_lv3 {
    position: static
}

#menu-main>li.has_lv3>.sub-menu {
    gap: 2.4rem;
    left: calc(50vw - 130rem/2);
    padding: 3.2rem 4rem 5.6rem;
    width: 130rem;
}
#menu-main>li.has_lv3:hover>.sub-menu{
    display: flex;
    flex-flow: row wrap
}

#menu-main>li.has_lv3>.sub-menu>li {
    flex: auto;
    flex-basis: 20%
}

#menu-main>li.has_lv3>.sub-menu>li>a {
    color: #3d3d3d;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: .8rem;
    text-transform: uppercase;
    transition: all .5s ease
}

#menu-main>li.has_lv3>.sub-menu>li>a:hover {
    background: transparent;
    text-decoration: underline
}

#menu-main>li.has_lv3>.sub-menu .sub-menu {
    display: block
}

#menu-main>li.has_lv3>.sub-menu .sub-menu a {
    color: #666;
    display: block;
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: .8rem 2.4rem .8rem 1.6rem;
    transition: all .1s ease
}

#menu-main>li.has_lv3>.sub-menu .sub-menu a:hover {
    background: rgba(2,121,249,.15);
    color: #3d3d3d
}

#menu-main>li.has_lv3 .current-menu-item>a {
    color: #0279f9!important
}

.header-button{
    display: flex;
    column-gap: 6rem;
    /* margin-right: 16rem; */
    align-items: center;
}
.header-button .last a{
    display: inline-block;
    width: 5rem;
    height: 5rem;
    text-align: center;
    line-height: 5rem;
    background-color: var(--bbtn);
    border-radius: 50%;
}
.header-button .last .iconfont{
    color: #FFF;
    font-size: 2rem;
}
.header-button .last a:hover{
    background-color: var(--bbtnhover);
}
#search,#mobile,#close,#language {
    position: relative;
}
#language{
    font-family: 'Source Han Sans CN-Bold';
    font-size: 1.4rem;
    color: #02264D;
    display: flex;
    align-items: center;
    column-gap: 1rem;
    position: relative;
}

#language ul{
    display: none;
    flex-direction: column;
    row-gap: 1rem;
    padding: 2rem;
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1.4rem 4.8rem -.2rem rgba(0,26,55,.15);
    position: absolute;
    left: 1rem;
    top: 2rem;
    z-index: 9;
    white-space: nowrap;
}
#language ul a{
    color: #02264D;
}
#language ul a:hover{
    color: var(--hover);
}
#language:hover ul{
    display: flex;
}

#search::before,
#mobile::before,
#close::before
{
    content: '';
    display: block;
    width: 1px;
    height: 3.6rem;
    background-color: #DDDDDD;
    position: absolute;
    left: -3rem;
    top: -0.7rem;
}
.header-button span{
    display: inline-block;
    color: #3D3D3D;
    cursor: pointer;
}
.header-button .iconfont{
    font-size: 2.4rem;
    color: #0072BB;
}

#mobile{
    /* display: flex; */
    display: none;
    align-items: center;
    row-gap: 5px;
    flex-direction: column;
    cursor: pointer;
}
#mobile li{
    width: 2rem;
    height: 2px;
    background-color: #555555;
    
}
#close {
    display: none;
    position: relative;
    width: 2rem;
    cursor: pointer;
}
#close li{
    width: 2.8rem;
    height: 2px;
    background-color: #555555;
    position: absolute;
    top: 50%;
    left: 0;
}
#close li:first-child{
    transform: rotate(45deg);
}
#close li:last-child{
    transform: rotate(-45deg);
}


@media screen and (max-width: 1680px) {

}
@media screen and (max-width: 1600px) {
    .header .logo{
        margin-left: 6rem;
    }
    .header-button{
        margin-right: 6rem;
    }
}
@media screen and (max-width: 1440px) {
    #menu-main>li.has_lv3>.sub-menu{
        width: 100%;
        left: 0;
    }
    #menu-main{
        column-gap: 4rem;
    }
}
@media screen and (max-width: 1280px) {
    .header{
        column-gap: 5rem;
    }
    .header .logo{
        margin-left: 4rem;
    }
    .header .logo img{
        width: 85%;
    }
    .header-button{
        margin-right: 4rem;
    }
    #menu-main{
        column-gap: 2rem;
    }
    #menu-main>li>a {
        color: #3d3d3d;
        display: inline-block;
        line-height: 3rem;
        padding-bottom: 0;
        position: static;
        text-transform: uppercase;
    }
}
@media screen and (max-width: 1024px) {
    #menu-main,.mburger {
        display: block
    }

    #menu-main {
        background: #dcdcdc;
        box-sizing: border-box;
        height: 100vh;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 6rem 2rem 4rem 3rem;
        position: fixed;
        top: 0;
        transform: translateX(-100%);
        transition: all .4s;
        width: 30%;
        z-index: 999;
        column-gap: 2rem;
    }

    #menu-main.show {
        transform: translateX(0)
    }

    #menu-main>li {
        height: auto;
        margin-bottom: 1.6rem;
        position: relative;
        width: 100%
    }

    

    #menu-main>li.current-menu-ancestor>a,#menu-main>li.current-menu-item>a,#menu-main>li.current-menu-parent>a {
        color: #0279f9!important
    }

    #menu-main li:not(:first-child) {
        margin-left: 0
    }

    #menu-main>li>.sub-menu {
        background: transparent;
        box-shadow: none;
        display: none;
        padding: 0!important;
        position: static
    }

    #menu-main>li>.sub-menu a {
        font-size: 1.2rem;
        font-weight: 300
    }

    #menu-main .current-menu-ancestor .sub-menu,#menu-main .current-menu-item .sub-menu,#menu-main .current-menu-parent .sub-menu {
        display: block
    }

    #menu-main>li.has_lv3>.sub-menu {
        transform: translateX(0);
        width: auto
    }

    #menu-main>li.has_lv3>.sub-menu>li {
        margin: 1rem 0
    }
    #mobile{
        display: flex;
    }
    .header .logo img{
        width: 80%;
    }
    .home-banner>div .slick-slide img{
        min-height: 50vh;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media screen and (max-width: 800px) {
    #menu-main {
        width:50%
    }
    .header .logo{
        margin-left: 3rem;
    }
    .header-button{
        margin-right: 3rem;
    }
    .header-button .last{
        display: none;
    }
    .header .logo img{
        width: 75%;
    }
    .header-button .last a{
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
    }
    .header-button .last .iconfont{
        font-size: 1.6rem;
    }

}
@media screen and (max-width: 600px) {
    #menu-main {
        width:66.66%
    }
    #menu-main>li.has_lv3>.sub-menu>li{
        margin: 0;
        margin-left: 1rem;
    }
    #menu-main>li>.sub-menu>li>a{
        padding:0;
    }
    #menu-main>li.has_lv3:hover>.sub-menu{
        flex-direction: column;
        gap: 1rem;
        margin-top: 2rem;
    }
    .header .logo img{
        width: 70%;
    }
    .header-button .last a{
        width: 3.2rem;
        height: 3.2rem;
        line-height: 3.2rem;
    }
}

/*==page-banner内页banner==*/
.page-banner {
    height: 40rem;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.page-banner::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 28, 51, 0.8);
    position: absolute;
    top: 0;
}
.page-banner>div{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}
.page-banner h1 {
    font-family: 'Source Han Sans CN-Bold';
    font-weight: 700;
    color: #FFFFFF;
}

.page-banner p {
    font-family: 'Source Han Sans CN-Light';
    font-size: 2.4rem;
    color: #FFFFFF;
}

/*breadcrumbs*/
.breadcrumbs{
    font-family: 'Source Han Sans CN-Regular';
    font-size: 1.4rem;
    color: rgba(37, 41, 56, 0.80);
}
.breadcrumbs .iconfont{
    color: #444444;
    margin-right: 1rem;
    margin-left: 1rem;
}
.breadcrumbs span a{
    color: rgba(37,41,56,0.8);
}
.breadcrumbs div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.breadcrumbs.border{
    border-bottom: 1px solid #DDDDDD;
}
.breadcrumbs div>ul{
    display: flex;
    font-family: 'Source Han Sans CN-Regular';
    font-size: 1.6rem;
}
.breadcrumbs div>ul li{
    padding: 1.2rem 2rem;
}
.breadcrumbs div>ul li a{
    color: #3D3D3D;
}
.breadcrumbs div>ul li.current-menu-item,
.breadcrumbs div>ul li:hover{
    background: linear-gradient(135deg, #61E172 0%, #0073DF 100%, #0072BB 100%);
}
.breadcrumbs div>ul li.current-menu-item a,
.breadcrumbs div>ul li:hover a{
    color: #FFFFFF;
}

/*xcfl*/
.xcfl>div{
    position: relative;
    overflow: hidden;
}
.xcfl>div::before{
    display: block;
    content: '';
    width: 6.3rem;
    height: 6.3rem;
    background: #64C470;
    position: absolute;
    top: -3rem;
    left: -3rem;
    border-radius: 50%;
}
.xcfl h3{
    font-family: 'Source Han Sans CN-Regular';
    
    font-weight: 400;
    margin-left: 0 !important;
    margin-bottom: 1.6rem;
}
.xcfl ul{
    padding-left: 0;
}
.xcfl ul li{
    position: relative;
    padding-left: 2.7rem;
    font-family: 'Source Han Sans CN-Regular';
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
}
.xcfl ul li::before{
    display: block;
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #64C470;
    position: absolute;
    top: 1rem;
    left: 0;
}
.xcfl>div .iconfont{
    font-size: 12rem;
}
.xcfl>div .wp-block-columns{
    display: grid;
    grid-template-columns: 15rem auto;
}
.xcfl>div .wp-block-columns .wp-block-column{
    display: flex;
    flex-basis: fit-content;
    flex-direction: column;
    justify-content: center;
}

/*yldgy*/
.yldgy h3{
    margin-left: auto;
    margin-right: auto;
    max-width: 50rem;
    font-family: 'Source Han Sans CN-Regular';
    font-weight: 400;
}
.yldgy .wp-block-columns{
    column-gap: 8.5rem;
    margin: 0;
}
.yldgy .wp-block-columns>.wp-block-column{
    position: relative;
}
.yldgy .wp-block-columns>.wp-block-column::after{
    content: '';
    display: block;
    width: 8.5rem;
    height: 0;
    border-bottom: 2px solid;
    border-image: linear-gradient(135deg, rgba(97.42181718349457, 224.6295064687729, 114.37564104795456, 1), rgba(0, 115.28124645352364, 223.125, 1), rgba(0, 114.0000008046627, 187.00000405311584, 1)) 2 2;
    position: absolute;
    top: 50%;
    right: -8.5rem;
}
.yldgy .wp-block-columns>.wp-block-column::before{
    content: '';
    width: 1.7rem;
    height: 1.7rem;
    border-right: 2px solid;
    border-top: 2px solid;
    border-image: linear-gradient(135deg, rgba(97.42181718349457, 224.6295064687729, 114.37564104795456, 1), rgba(0, 115.28124645352364, 223.125, 1), rgba(0, 114.0000008046627, 187.00000405311584, 1)) 2 2;
    display: block;
    position: absolute;
    top: calc((100% - 1.7rem) / 2);
    right: -4.2rem;
    transform: rotate(45deg);
}
.yldgy .wp-block-columns>.wp-block-column:last-child::after,
.yldgy .wp-block-columns>.wp-block-column:last-child::before{
    display: none;
}

/*=.home-banner=*/
.home-banner {
    background: linear-gradient(123deg, #00194D 0%, rgba(37, 54, 91, 0) 100%);
    position: relative;
}
.home-banner .nav{
    position: absolute;
    top: 46.6rem;
    width: 100%;
}
.home-banner .nav ul{
    display: flex;
    gap: 1rem;
    width: 100%;
    max-width: 144rem;
    margin-left: auto;
    margin-right: auto;

}
.home-banner .nav ul li{
     width: 100%;
     border-radius: 0.2rem;
     /* background-color: #FFFFFF; */
     background-color: rgba(255, 255, 255, 0.75);
     padding: 3.7rem 4rem;
}
.home-banner .nav ul li h4{
    margin-bottom: 1rem;
}
.home-banner .nav ul li p{
    font-size: 1.4rem;
}
.home-banner .img {
    width: 100%;
    height: 0;
    padding-bottom: 42%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.home-banner>div .slick-slide {
    position: relative;
}

.home-banner>div .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #FFFFFF;
    animation: mymove 3.6s;
    -webkit-animation: mymove 3.6s;
    /* Safari 和 Chrome */
    /* text-shadow: 2px 2px 2px #000; */
}
.home-banner>div .text p{
    font-family: 'Source Han Sans CN-Light';
    font-size: 3.2rem;
    font-weight: 300;
}
.home-banner .slick-slide img {
    width: 100%;
}

@keyframes mymove {
    from {
        transform: translateY(-100rem);
        opacity: 0.1;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes mymove {
    from {
        transform: translateY(-100rem);
        opacity: 0.1;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.home-banner>div .text>div {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 152rem;
    margin: 24rem auto 0;
}

@media screen and (max-width: 1600px) {
    .home-banner>div .text>div {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.home-banner>div .text h1 {
    font-family: 'Source Han Sans CN-Regular';
    font-size: 5.6rem;
    color: #FFFFFF;
    margin-bottom: 1.7rem;
    width: 100%;
    font-weight: 400;
}

.home-banner>div .text p {
    color: #FFFFFF;
}

.home-banner>div .text a {
    /* width: 17.6rem;
    height: 5.6rem;
    text-align: center;
    line-height: 5.6rem;
    font-family: 'Source Han Sans CN-Regular';
    font-size: 1.8rem;
    color: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    background: #21A4F6; */
    color: #FFFFFF;
}

.home-banner .slick-dots{
    bottom: 7rem;
}
.home-banner .slick-dots li{
    width: 7rem;
    height: 4px;
    background: #FFFFFF;
}
.home-banner .slick-dots li.slick-active{
    background-color: #64C470;
}
.home-banner .slick-dots li+li{
    margin-left: 2rem;
}
.home-banner .slick-dots li button:before{
    content: '';
}
.home-banner .slick-dotted.slick-slider{
    margin-bottom: 0;
}
@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {
    .home-banner>div .text>div {
        margin-top: 15rem;
    }

    .home-banner .img {
        padding-bottom: 50%;
    }
}

@media screen and (max-width: 1440px) {
    .home-banner>div .text>div {
        margin-top: 16rem;
    }

    .home-banner>div .text>div>span {
        margin-bottom: 3rem;
        font-size: 3rem;
    }

    .home-banner>div .text h1 {
        font-size: 4rem;
        line-height: 4rem;
        margin-bottom: 3rem;
    }

    .home-banner .img {
        padding-bottom: 55%;
    }
}

@media screen and (max-width: 1280px) {

    /* .home-banner>div .text p{
        display: none;
    } */
    .home-banner .img {
        padding-bottom: 60%;
    }
}

@media screen and (max-width: 1024px) {
    .home-banner>div .slick-slide img {
        min-height: 50vh;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .home-banner .img {
        padding-bottom: 65%;
    }
}

@media screen and (max-width: 800px) {
    .home-banner>div .text>div {
        margin-top: 10vh;
    }

    .home-banner>div .text>div>span {
        margin-bottom: 2rem;
        font-size: 2rem;
    }

    .home-banner>div .text h1 {
        font-size: 3.6rem;
        line-height: 3.6rem;
        margin-bottom: 2rem;
    }

    .home-banner>div .text h1>span {
        display: inline-block;
    }

    .home-banner>div .text p {
        /* display: none; */
    }

    .home-banner .img {
        padding-bottom: 70%;
    }
}

@media screen and (max-width: 600px) {
    .home-banner .img {
        padding-bottom: 75%;
    }
}


@media screen and (max-width: 1440px) {

}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 800px) {

}
@media screen and (max-width: 600px) {

}

/*gyjyhb*/
.gyjyhb h1{
    position: relative;
}
.gyjyhb h1::after{
    display: block;
    content: '';
    width: 9.8rem;
    height: 4px;
    background: linear-gradient(135deg, #61E172 0%, #0073DF 100%, #0072BB 100%);
    position: absolute;
    bottom: -4rem;
}
.gyjyhb p{ 
    color: rgba(61,61,61,0.8);
}
.gyjyhb .list{
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.gyjyhb .list>div{
    padding: 3rem;
    background: #F8F8F8;
    display: flex;
    width: 100%;
    column-gap: 2rem;
    flex-basis:auto;
    color: #3D3D3D;
}
.gyjyhb .list>div a{
    color: #3D3D3D;
}
.gyjyhb .list>div:hover{
    background: linear-gradient(135deg, #61E172 0%, #0073DF 100%, #0072BB 100%);
    color: #FFFFFF;
}
.gyjyhb .list>div:hover p{
    color: #FFFFFF;
}
.gyjyhb .list>div:hover a{
    color: #FFFFFF;
}
.gyjyhb .list .iconfont{
    display: block;
    width: 7rem;
    height: 7rem;
    text-align: center;
    line-height: 7rem;
    background: #FFFFFF;
    border-radius: 50%;
    color: #64C470;
    font-size: 3.6rem;
}
.gyjyhb .list .wp-block-columns{
    align-items: center !important;
}
.gyjyhb .list .wp-block-columns>.wp-block-column{
    flex-basis:auto;
}



/*topic-news*/

.topic-news {
    width: 100%;
    max-width: 192rem;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/xwzx.png) no-repeat right center #F8F8F8;
}

.topic-news .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 2rem;
    border-bottom: 1px solid #D8D8D8;
}
.topic-news .title ul{
    display: flex;
    font-size: 2.4rem;
    font-family: 'Source Han Sans CN-Bold';
    font-weight: 700;
    column-gap: 4rem;
}
.topic-news .title ul li{
    cursor: pointer;
}
.topic-news .title ul li.active{
    color: #64C470;
}

.topic-news .list {
    display: grid;
    grid-template-columns: 46.7rem auto;
    row-gap: 4rem;
    column-gap: 14rem;
}

.topic-news .list .item {
    display: flex;
    padding-bottom: 4rem;
    border-bottom: 1px solid #D8D8D8;
}

.topic-news .list .item h3 {
    margin-bottom: 1rem;
}

.topic-news .list .item h3 a {
    color: #3D3D3D;
}

.topic-news .list .item p {
    margin-bottom: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.topic-news .list .item span {
    font-family: 'Open Sans-Regular';
    font-size: 1.4rem;
    color: #3D3D3D;
}

.topic-news .list .item .img a:hover {
    filter: brightness(1.03);
    transform: scale(1.03);
}

.topic-news .list .item:first-child {
    grid-area: 1 / 1 / 4 / 1;
    display: block;
    position: relative;
    border: 0;
    background-color: #FFFFFF;
    padding-bottom: 0;
}

.topic-news .list .img {
    overflow: hidden;
}

.topic-news .list .item .img a {
    width: 100%;
    padding-bottom: 75%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;     
}

.topic-news .list .item:first-child .text {
    background: #FFFFFF;
    padding: 2rem 1.2rem;
}
.topic-news .list .item:first-child .text h5{
    padding: 4px 10px;
    width: fit-content;
    background: #F8F8F8;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 2rem;
    color: rgba(61, 61, 61, 0.40);
    font-family: 'Mulish-Regular';
    font-size: 1.4rem;
}
.topic-news .list .item:first-child h3 a {
   margin-bottom: 2rem;
}

.topic-news .list .item:first-child p {
    display: flex;
    justify-content: space-between;
}
.topic-news .list .item:first-child p a{
    font-size: 14px;
    font-family: 'Source Han Sans CN-Regular';
    font-weight: 400;
    color: #3D3D3D;
    text-decoration: underline;
}
.topic-news .list .item:first-child span {
    opacity: 0.5;
}


@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1280px) {
    .page-home .wp-block-column h1{
        margin-bottom: 8rem;
    }
    .page-home .wp-block-columns+.data{
        margin-top: 6rem;
        margin-bottom: 18rem;
    }
}
@media screen and (max-width: 1024px) {
    .page-home .wp-block-column h1{
        margin-bottom: 6rem;
    }
    .page-home .wp-block-columns+.data{
        margin-top: 4rem;
        margin-bottom: 14rem;
    }
}
@media screen and (max-width: 800px) {
    .page-home .wp-block-column h1{
        margin-bottom: 4rem;
    }
    .page-home .wp-block-columns+.data{
        margin-bottom: 10rem;
    }
}
@media screen and (max-width: 600px) {
    .page-home .wp-block-columns+.data{
        margin-bottom: 6rem;
    }
}
/*cpfw*/
.cpfw{
    background:url(../images/cpfw.png) no-repeat right bottom #F8F8F8;
}
.cpfw>p{
    font-family: 'Source Han Sans CN-Light';
    font-weight: 300;
}
.cpfw>div{
    display: grid;
    grid-template-columns: 41.6rem auto;
}
.cpfw>div .cp-list{
    position: relative;
}
.cpfw>div .cp-list>div{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.cpfw ul#cpfw li{
    padding: 5.6rem 3rem;
    background: linear-gradient(135deg, #61E172 0%, #0073DF 100%, #0072BB 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.cpfw ul#cpfw li a{
    color: #F8F8F8;
}
.cpfw ul#cpfw li h3{
    margin-bottom: 1rem;
}
.cpfw ul#cpfw li .iconfont{
    font-size: 3rem;
    color: #FFFFFF;
}
.cpfw ul#cpfw li p{
    font-size: 1.4rem;
}
.cpfw ul#cpfw li.active{
    padding-left: 9rem;
    background: #FFFFFF;
    position: relative;
}
.cpfw ul#cpfw li.active::after{
    display: block;
    content: '';
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #61E172 0%, #0073DF 100%, #0072BB 100%);
    border-radius: 50%;
    position: absolute;
    border: 8px solid #FFFFFF;
    top: calc((100% - 106px) / 2);
    left: -53px;
}
.cpfw ul#cpfw li.active::before{
    display: block;
    content: '';
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(97.42181718349457, 224.6295064687729, 114.37564104795456, 1), rgba(0, 115.28124645352364, 223.125, 1), rgba(0, 114.0000008046627, 187.00000405311584, 1));
    position: absolute;
    top: calc((100% - 116px) / 2);
    left: -58px;
}
.cpfw ul#cpfw li.active a{
    color: #0072BB;
}
.cpfw ul#cpfw li.active a p{
    opacity: 0.7;
}
.cpfw ul#cpfw li.active .iconfont{
    color: #0072BB;
}
.cpfw .list .slick-list{
    height: 100%;
}
.cpfw .list .slick-track{
    height: 100%;
}
.cpfw .list a{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    position: relative;
}
.cpfw .list a::after{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.cpfw .list a h2{
    margin-bottom: 1rem;
    z-index: 3;
}

.cpfw .list a p{
    max-width: 40rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    z-index: 3;
}
.cpfw .list .slick-dots,.cpxq .slick-dots{
    bottom: 5rem;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.cpfw .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.cpfw .list .slick-dots li,.cpxq .slick-dots li{
    margin: 0;
    width: 17px;
    height: 2px;
    background-color: #FFFFFF;
}
.cpfw .list .slick-dots li.slick-active,.cpxq .slick-dots li.slick-active{
    height: 6px;
    background: linear-gradient(135deg, #61E172 0%, #0073DF 100%, #0072BB 100%);
    border-radius: 2px 2px 2px 2px;
}
.cpfw .list .slick-dots li button:before,.cpxq .slick-dots li button:before{
    content: '';
}
.zpgw{
    background: #F8F8F8;
    border: 1px solid #DDDDDD;
}
.zpgw>ul{
    background: #F1F1F1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    font-size: 'Source Han Sans CN-Regular';
    align-items: center;
    font-size: 1.4rem;
    color: #3D3D3D;
    padding: 1.8rem 3rem;
    font-weight: 400;
}
.zpgw>ul>li{
    display: flex;
    gap: 1rem;
    align-items: center;
    position: relative;
}
.zpgw>ul>li>select{
    border: none;
    background: transparent;
    color: #3D3D3D;
}
.zpgw .list{
    padding-bottom: 1rem;
}
.zpgw .list:nth-of-type(odd){
    background: #F8F8F8;
}
.zpgw .list:nth-of-type(even){
    background: #FFFFFF;
}
.zpgw .list>ul{
    font-family: 'Source Han Sans CN-Regular';
    font-size: 1.6rem;
    color: #3D3D3D;
    font-weight: 400;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding: 1.6rem 3rem;
    cursor: pointer;
}
.zpgw .list>ul>li .iconfont{
    margin-left: 4.6rem;
}
.zpgw .list>ul li:last-child{
    text-align: right;
}
.zpgw .list>ul li a{
    color: #2260DF;
    text-decoration: underline;
}
.zpgw .list .text{
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    margin: 0 3rem 1rem;
    padding: 1.8rem 3rem 3rem;
    color: #3D3D3D;
    display: none;
}
.zpgw .list:nth-of-type(odd) .text{
    
}
.zpgw .list:nth-of-type(even) .text{
    background: #F8F8F8;
}
.zpgw .list .text>ul{
    display: flex;
    gap: 4.5rem;
    font-size: 1.4rem;
    font-family: 'Source Han Sans CN-Regular';
    margin-bottom: 1.6rem;
}

.zpgw .list .text h4{
    font-family: 'Source Han Sans CN-Bold';
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
}
.zpgw .list .text h5{
    font-family: 'Source Han Sans CN-Medium';
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    margin-left: 1.6rem;
    position: relative;
}
.zpgw .list .text h5::before{
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    background: #F8C300;
    position: absolute;
    top: calc((100% - 6px) / 2);
    left: -1.6rem;
    border-radius: 50%;
}
.zpgw .list .text p{
    margin-left: 1.6rem;
    font-family: 'Source Han Sans CN-Regular';
    font-size: 1.4rem;
}
.zpgw .list .text p + h4{
    margin-top: 4.5rem;
}

/*page-404*/
.page-404 {
    background: url(../images/404.png) no-repeat 100%;
}

.page-404>div {
    display: flex;
    align-items: center;
    padding-top: 29rem;
    padding-bottom: 29rem;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.30);
}

.page-404 h1 {
    font-size: 12rem;
    color: #FFFFFF;
    margin-bottom: 1.2rem;
    font-weight: 700;
}

.page-404 p {
    font-family: 'Source Han Sans CN-Bold';
    font-size: 3.2rem;
    line-height: 1.5;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 3.8rem;
}

.page-404 a,
.search-404 a {
    background: linear-gradient(135deg, #61E172 0%, #0073DF 100%, #0072BB 100%);
}

.page-404 a .iconfont {
    margin-left: 2.3rem;
}

/*search-404*/
.search-404 {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 15rem;
    padding-bottom: 6.8rem;
}

.search-404 img {
    margin-bottom: 5.5rem;
}

.search-page{
    width: 100%;
    padding-top: 8rem;  
    background: #F8F8F8;
}
.search-page .search-form{
    margin-bottom: 6rem;
    display: flex;
    justify-content: center;
}
.search-page .search-form form{
    display: grid;
    grid-template-columns:10rem auto 5.6rem;
    align-items: center;
    width: 100%;
    max-width: 56rem;
    height: 5.6rem;
    line-height: 5.6rem;
    border-radius: 4px;
    background-color:#FFF;
    overflow: hidden;
}
.search-page .search-form select{
    height: 5.4rem;
    border: 0;
    color: #02264D;
    font-family: 'Source Han Sans CN-Medium';
    font-size: 1.8rem;
    text-align: center;
}
.search-page .search-form input{
    height: 5.4rem;
    border: 0;
    color: #02264D;
    font-family: 'Source Han Sans CN-Medium';
    font-size: 1.8rem;
    margin-left: 1.8rem;
}
.search-page .search-form button{
    width: 5.6rem;
    height: 5.6rem;
    border: 0;
    background: linear-gradient(135deg, #61E172 0%, #0073DF 100%, #0072BB 100%);
    color: #FFFFFF;
    cursor: pointer;
}
.search-page .search-form button .iconfont{
    font-size: 2.4rem;
}
.search-page .result-nav>div{
    display: flex;
    justify-content: space-between;
    padding-top: 6rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #D8D8D8;
}
.search-page .result-nav p{
    font-family: 'Source Han Sans CN-Bold';
    font-size: 2.4rem;
    color: #02264D;
}
.search-page .result-nav p span{
    color: #21A4F6;
}
.search-page .result-nav p span#count{
    color: #02264D;
}
.search-page .result-nav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 8.3rem;
    font-family: 'Source Han Sans CN-Medium';
    font-size: 1.8rem;
    
}
.search-page .result-nav ul li a{
    color: #02264D;
}
.search-page .result-nav ul li.active a{
    color: #21A4F6;
}
.result-box .anliliebiao{
    padding-top: 6.6rem;
    background-color: #fff;
}
.result-box .anliliebiao .zixiang{
    margin-bottom: 0;
}

.search_pro>div{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    gap: 2rem;
}

.search_pro>div .item {}

.search_pro>div .item .img {
    overflow: hidden;
}

.search_pro>div .item .img a,
.home-pro .item .img a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.search_pro>div .item .img a:hover,
.home-pro .item .img a:hover {
    filter: brightness(1.03);
    transform: scale(1.03);
}

.search_pro>div .item .text,
.home-pro .item .text {
    padding: 1.2rem 2rem;
    background-color: #F8F8F8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_pro>div .item .text:hover,
.home-pro .item .text:hover {
    background-color: #21A4F6;
}

.search_pro>div .item .text h5 a {
    color: #02264D;
}

.search_pro>div .item .text:hover h5 a {
    color: #FFFFFF;
}

.search_pro>div .item .text .left span,
.home-pro .item .text .left span {
    font-family: 'Poppins-Medium';
    color: #96A4C2;
    font-size: 1.4rem;
}

.search_pro>div .item .text:hover .left span {
    color: #FFFFFF;
}

.search_pro>div .item .text .btn {
    width: 8.8rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    border: 1px solid #DDDDDD;
    border-radius: 16px 16px 16px 16px;
    font-family: 'Poppins-Medium';
    color: #21A4F6;
    font-size: 1.2rem;
}

.search_pro>div .item .text:hover .btn {
    background: #FFFFFF;
    border: 0;
}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1280px) {
    .footer-link>div{
        column-gap: 7rem;
    }
    .yldyl>.wp-block-column>.wp-block-columns:last-child{
        padding: 4rem 6rem;
    }
    .yldyl>.wp-block-column>.wp-block-columns:last-child .is-layout-flex{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .yldyl .wp-block-image img{
        width: 100%;
    }
    .yldyl>.wp-block-column>.wp-block-columns:first-of-type .wp-block-column{
        padding: 7rem 10rem;
    }
    .yldgy .wp-block-columns{
        column-gap: 4rem;
    }
    .yldgy .wp-block-columns>.wp-block-column::before{
        right: -2rem;
    }
    .fzlc .line div:first-child{
        padding-right: 8rem;
    }
    .fzlc .line div:last-child{
        padding-left: 8rem;
    }
    .cpxq-top{
        grid-template-columns: auto 50rem;
        column-gap: 4rem;
    }
}

@media screen and (max-width: 1024px) {
    .zxly form{
        grid-template-columns: 1fr;
    }
    .zxly form textarea{
        grid-area: unset;
    }
    .footer-link>div{
        grid-template-columns: auto;
    }
    .columns-6
    {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .zpgw .list>ul>li .iconfont{
        margin-left: 1rem;
    }
    .yldyl>.wp-block-column>.wp-block-columns:last-child{
        padding: 4rem;
    }
    .yldyl>.wp-block-column>.wp-block-columns:first-of-type .wp-block-column{
        padding: 5rem 8rem;
    }
    .breadcrumbs div{
        display: grid;
        grid-template-columns: auto;
    }
    .breadcrumbs div span{
        margin: 1.2rem 0;
    }
    .yldgy .wp-block-columns{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .yldgy .wp-block-columns>.wp-block-column img{
        width: 100%;
    }
    .alxq{
        display: block;
    }
    .alxq>div:first-child{
        display: none;
    }
    .fzlc .line div:first-child{
        padding-right: 6rem;
    }
    .fzlc .line div:last-child{
        padding-left: 6rem;
    }
    .cpxq-top{
        grid-template-columns: auto 40rem;
        column-gap: 3rem;
    }
    .home-banner .nav{
        top: 40rem;
    }
    .cpfw>div{
        grid-template-columns: 30rem auto;
    }
    .cpfw ul#cpfw li{
        padding: 4rem 3rem;
    }
    .jypz .list{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .jypz .list img{
        width: 100%;
        object-fit: cover;
        max-height: 40rem;
    }
    .topic-news .list{
        grid-template-columns: 40rem auto;
        column-gap: 4rem;
    }
}

@media screen and (max-width: 800px) {
    .lxwm{
        grid-template-columns: auto;
    }
    .footer-link .footer-nav>ul{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .page-banner{
        height: 30vh;
    }
    .columns-3,
    .columns-4,
    .columns-5,
    .columns-6
    {
        grid-template-columns: 1fr 1fr;
    }
    .zpgw>ul,
    .zpgw .list>ul{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .zpgw .list .text>ul{
        flex-wrap: wrap;
    }
    .yldyl>.wp-block-column>.wp-block-columns:last-child .is-layout-flex{
        grid-template-columns: 1fr 1fr;
    }
    .yldyl>.wp-block-column>.wp-block-columns:first-of-type .wp-block-column{
        padding: 4rem;
    }
    .breadcrumbs div>ul{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .yldgy .wp-block-columns{
        grid-template-columns: 1fr 1fr;
    }
    .allb>.wp-block-columns>.wp-block-column:first-child,
    .allb>.wp-block-columns .wp-block-image{
        max-width: 100%;
    }
    .allb>.wp-block-columns>.wp-block-column:last-child{
        padding: 0;
    }
    .cplb>.wp-block-columns{
        row-gap: 3rem;
    }
    .fzlc .line::before,.fzlc .line::after{
        display: none;
    }
    .fzlc .line div:first-child,.fzlc .line div:last-child{
        text-align: center;
        padding: 0;
    }
    .cpxq-top{
        grid-template-columns: auto;
    }
    .home-banner .nav{
        top: 30rem;
    }
    .home-banner .nav ul li{
        padding: 2rem;
    }
    .cpfw>div{
        grid-template-columns: auto;
    }
    .cpfw>div ul{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .cpfw>div ul li{
        padding: 3rem;
    }
    .cpfw .list a{
        height: 40rem;
    }
    .jypz .list{
        grid-template-columns: 1fr 1fr;
    }
    .topic-news .list{
        grid-template-columns: 30rem auto;
        column-gap: 2rem;
    }
    .copyright{
        margin-bottom: 5.4rem;
    }
    .copyright ul li:last-child{
        display: none;
    }
    .gyjyhb>div:first-child img{
        object-fit: cover;
        width: 100%;
        max-height: 50rem;
    }
}

@media screen and (max-width: 600px) {
    #search{
        display: none;
    }
    .footer-link .footer-nav ul{
        display: grid;
        grid-template-columns: 1fr;
    }
    .columns-2,
    .columns-3,
    .columns-4,
    .columns-5,
    .columns-6
    {
        grid-template-columns: 1fr;
    }
    .yldyl>.wp-block-column>.wp-block-columns:last-child .is-layout-flex{
        grid-template-columns: 1fr;
    }
    .jypz .list{
        grid-template-columns: 1fr;
    }
    .topic-news .list{
        grid-template-columns: auto;
    }
    .topic-news .title{
        flex-direction: column;
        align-items: flex-start;
    }
}