.about_gsjj{
    padding-top: 1.15rem;
    padding-bottom: 1rem;
    background: url(../img/gsjj_bg.png);
    background-size: 100% 100%;
}


.aboutTitEn {
    font-family: MiSans-Bold;
    font-weight: 800;
    font-size: .6rem;
    color: #244FB7;
    opacity: .04;
    text-align: center;
    height: 0.14rem;
    text-transform: uppercase;
}

.aboutTitTitle {
    height: 0.53rem;
    font-weight: bold;
    font-size: 0.38rem;
    color: #000000;
    margin-bottom: .45rem;
    text-align: center;
}

.aboutTitCn {
    position: relative;
}

.aboutTitCn1 {
    left: -0.4rem;
}

.aboutTitCn1::before {
    content: '';
    width: .15rem;
    height: .15rem;
    position: absolute;
    top: 50%;
    left: calc(100% + .08rem);
    transform: translateY(-50%) rotate(45deg);
    background: #244FB7;
    animation: light1 2s infinite;
    border-radius: .02rem;
}

.aboutTitCn1::after {
    content: '';
    width: .15rem;
    height: .15rem;
    position: absolute;
    top: 50%;
    left: calc(100% + .2rem);
    transform: translateY(-50%) rotate(45deg);
    background: #D50000;
    animation: light2 2s infinite;
    border-radius: .02rem;
}

.aboutTitCn.aboutTitCn2::before {
    content: '';
    width: .15rem;
    height: .15rem;
    position: absolute;
    top: 50%;
    left: calc(100% + .08rem);
    transform: translateY(-50%) rotate(45deg);
    background: #244FB7;
    animation: light1 2s infinite;
    border-radius: .02rem;
}

.aboutTitCn.aboutTitCn2::after {
    content: '';
    width: .15rem;
    height: .15rem;
    position: absolute;
    top: 50%;
    left: calc(100% + .2rem);
    transform: translateY(-50%) rotate(45deg);
    background: #D50000;
    animation: light2 2s infinite;
    border-radius: .02rem;
}

@keyframes light1 {
    0% {
        /* width: .15rem;
    height: .15rem; */
        transform: translateY(-50%) rotate(45deg) scale(1);
    }

    50% {
        /* width: .1rem;
    height: .1rem; */
        transform: translateY(-50%) rotate(45deg) scale(.8);
    }

    100% {
        /* width: .15rem;
    height: .15rem; */
        transform: translateY(-50%) rotate(45deg) scale(1);
    }
}

@keyframes light2 {
    0% {
        /* width: .1rem;
    height: .1rem; */
        transform: translateY(-50%) rotate(45deg) scale(.8);
    }

    50% {
        /* width: .15rem;
    height: .15rem; */
        transform: translateY(-50%) rotate(45deg) scale(1);
    }

    100% {
        /* width: .1rem;
    height: .1rem; */
        transform: translateY(-50%) rotate(45deg) scale(.8);
    }
}

.aboutTit {
    font-weight: bold;
    font-size: 0.25rem;
    color: #000000;
    margin-bottom: 0.32rem;
    text-align: center;
}

.aboutTxt {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.4rem;
    text-align: center;
    padding-bottom: 0.32rem;
}

.numBox {
    height: 2.2rem;
    background: #FFFFFF;
    padding: .45rem .96rem;
    display: flex;
}

.numItem {
    flex: 1;
    border-left: 0.01rem solid #DDDDDD;
    padding: .07rem .21rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.numItem::before {
    content: '';
    width: .02rem;
    height: .23rem;
    background-color: #244FB8;
    position: absolute;
    top: 0;
    left: 0;
}

.numTop {
    display: flex;
    align-items: flex-start;
    column-gap: .13rem;
}

.num {
    font-family: Poppins-bold;
    font-weight: 500;
    font-size: 0.79rem;
    color: #244FB7;
    line-height: 1;
}

.unit {
    font-weight: bold;
    font-size: 0.19rem;
    color: #244FB7;
    line-height: 2;
}

.numBottom {
    font-weight: 400;
    font-size: 0.19rem;
    color: #000000;
}

.gsjj_img{
    height: 5.9rem;
    margin-top: 0.33rem !important;
    border-radius: 1rem 1rem 0 0;
}
.gsjj_img img{
    width: 100%;
    height: 100%;
}


.about_fzlc{
    padding-top: 1.15rem;
    padding-bottom: 1.67rem;
}

.about_fzlc .aboutTitTitle{
    margin-bottom: 0.78rem;
}
.about_fzlc .fzcl_b{
    padding-bottom: 1.35rem;
}
.about_fzlc .fzcl_b:last-child{
    padding-bottom: 0;
}
.about_fzlc .fzcl_b .year{
    width: 6.51rem;
    text-align: right;
    font-family: MiSans, MiSans;
    font-weight: bold;
    font-size: 0.8rem;
    color: #A7A7A7;
    transition: all 0.6s;
}
.about_fzlc .fzcl_b .txt{
    width: 6.51rem;
}
.about_fzlc .fzcl_b .txt1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #000000;
    transition: all 0.6s;
    text-align: left;
}
.about_fzlc .fzcl_b .txt2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    margin-top: 0.11rem;
    transition: all 0.6s;
    text-align: left;
}

.about_fzlc .fzcl_b:nth-child(2n) .year{
    text-align: left;
}
.about_fzlc .fzcl_b:nth-child(2n) .txt1{
    text-align: right;
}
.about_fzlc .fzcl_b:nth-child(2n) .txt2{
    text-align: right;
}
.about_fzlc .fzcl_b .dian{
    width: 0.14rem;
    height: 0.14rem;
    background: #A7A7A7;
    border-radius: 50%;
    margin: 0 0.7rem;
    position: relative;
    transition: all 0.6s;
}
.about_fzlc .fzcl_b .dian::after{
    content: '';
    width: 0rem;
    height: 0rem;
    display: block;
    background: #D3E0FF;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    transition: all 0.6s;
}
.about_fzlc .fzcl_b.active .year{
    color: #244FB7;
}
.about_fzlc .fzcl_b.active .txt1{
    color: #D50000;
}
.about_fzlc .fzcl_b.active .dian{
    background: #244FB7;
}
.about_fzlc .fzcl_b.active .dian::after{
    content: '';
    width: 0.26rem;
    height: 0.26rem;
    background: #D3E0FF;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.fzcl_l{
    position: relative;
}
.fzcl_l .xian1{
    width: 0.02rem;
    height: calc(100% - 0.61rem);
    background: #A7A7A7;
    position: absolute;
    left: 50%;
    top: 0.11rem;
    transform: translate(-50%,0);
    overflow: hidden;
    z-index: -1;
}
.fzcl_l .xian2{
    width: 0.01rem;
    height: 0rem;
    background: #244FB7;
    transition: all 0.6s;
}


.about_qywh{
    padding: 1rem 0;
}
.about_qywh .qywh_l{
    margin-top: 1.27rem;
}
.about_qywh .qywh_lB{
    width: 5.03rem;
}
.about_qywh .qywh_lB .qywh_img{
    width: 100%;
    height: 3.49rem;
    overflow: hidden;
    transition: all 0.6s;
    border-radius: .2rem;
    overflow: hidden;
}
.about_qywh .qywh_lB .txt1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000000;
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
    text-align: center;
    transition: all 0.6s;
}
.about_qywh .qywh_lB .txt2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    text-align: center;
    transition: all 0.6s;
}
.about_qywh .qywh_lB:hover .txt1,
.about_qywh .qywh_lB:hover .txt2{
    color: #244FB7;
}
.about_qywh .qywh_lB:hover .qywh_img{
    border-radius: .2rem .2rem 1rem .2rem;
}


.about_zpxx{
    background: #F7F7F7;
    padding-top: 1.15rem;
    padding-bottom: 1rem;
}
.about_zpxx .serachBox{
    margin-top: 0.64rem;
    margin-bottom: 0.29rem;
    width: 12rem;
    height: 0.8rem;
    margin: 0 auto;
    box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0,0,0,0.11);
    border-radius: 0.14rem 0.1rem 0.1rem 0.14rem;
}
.about_zpxx .serachBox .serachInput{
    width: calc(100% - 1.81rem);
    padding: 0 0.38rem;
    background: #FFFFFF;
    align-items: center;
    border-radius: 0.1rem 0rem 0rem 0.1rem;
}
.about_zpxx .serachBox .serachInput img{
    width: 0.24rem;
    height: 0.24rem;
}
.about_zpxx .serachBox .serachInput input{
    width: calc(100% - 0.24rem);
    height: 0.8rem;
    padding-left: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000;
    line-height: 0.8rem;
}
.about_zpxx .serachBox .serachInput input::placeholder{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #848484;
}
.about_zpxx .serachBox button{
    width: 1.81rem;
    height: 0.8rem;
    background: #244FB7;
    border-radius: 0rem 0.1rem 0.1rem 0rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.8rem;
    text-align: center;
}
.about_zpxx .cityGroup{
    width: 12rem;
    margin: 0 auto;
    padding-top: 0.33rem;
    padding-bottom: 0.96rem;
    align-items: center;
}
.about_zpxx .cityGroup .gzdd{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.36rem;
    padding-right: 0.3rem;
}
.about_zpxx .cityGroup .city{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    padding-right: 0.4rem;
    display: flex;
    align-items: center;
}
.about_zpxx .cityGroup .city input{
    width: 0.19rem;
    height: 0.19rem;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #ADADAD;
    margin-right: 0.08rem;
    padding: 0;
    background: transparent;
}
.about_zpxx .gwnum{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #000000;
}
.about_zpxx .gwnum span{
    color: #FF0000;
    padding: 0 0.06rem;
}
.about_zpxx .gwserach .gwB{
    width: 5rem;
    height: 3rem;
    background: #FFFFFF;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.39rem 0.23rem;
    transition: all 0.6s;
    flex-direction: column;
}
.about_zpxx .gwserach .gwB:hover{
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.16);
}
.about_zpxx .gwserach .gwB:nth-child(3n){
    margin-right: 0;
}
.about_zpxx .gwserach .gwL{
    flex-wrap: wrap;
    margin-bottom: 0.93rem;
}
.about_zpxx .gwserach .gwL .gwname{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
}

.about_zpxx .gwserach .gwB:hover .gwname{
    color: #244FB7;
}
.about_zpxx .gwserach .gwL .gwgz{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #D50000;
}
.about_zpxx .gwserach .gwL .gwBox1{
    padding-bottom: 0.19rem;
    border-bottom: 0.01rem solid #D6D6D6;
}
.about_zpxx .gwserach .gwL .gwBox2{
    justify-content: space-between;
    margin-top: 0.24rem;
    margin-bottom: 0.19rem;
}
.about_zpxx .gwserach .gwL .gwBox2 .gwnr{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #555555;
}
.about_zpxx .gwserach .gwL .gwBox3 .gwbb{
    padding: 0 0.13rem;
    height: 0.29rem;
    background: #F4F4F4;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #A5A5A5;
    line-height: 0.29rem;
    margin-right: 0.17rem;
    margin-bottom: 0.33rem;
}
.about_zpxx .gwserach .gwL .comMore{
    margin-top: 0;
    background: #EDEDED;
}
.about_zpxx .gwserach .gwB:hover .comMore{
    background-color: #D50000;
}
.about_zpxx .gwserach .gwL .comMore span{
    color: #555555;
}
.about_zpxx .gwserach .gwB:hover .comMore span{
    color: #fff;
}
.about_zpxx .gwserach .gwL .comMore .moreLine{
    background: #555555;
}
.about_zpxx .gwserach .gwB:hover .comMore:hover span{
    color: #FFFFFF;
}
.about_zpxx .gwserach .gwB:hover .comMore .moreLine{
    background: #FFFFFF;
}
.about_zpxx .gwserach .gwL .comMore:hover span{
    color: #FFFFFF;
}
.about_zpxx .gwserach .comMore .moreLine .moreImg{
    background: transparent;
    border-color: #555555;
}
.about_zpxx .gwserach .gwB:hover .comMore .moreLine .moreImg{
    background: transparent;
    border-color: #fff;
    left: 100%;
    border-radius: 50%;
}
.about_zpxx .comMore .moreLine .moreImg {
    left: -0.07rem;
}
input[type="checkbox"] {
    appearance: none;
    width: 0.2rem;
    height: 0.2rem;
    background-color: #fff;
    border: 0.02rem solid #000;
    border-radius: 0.04rem;
    position: relative;
}

/* 当复选框被选中时 */
input[type="checkbox"]:checked {
    background-color: #D50000!important;
    /* 改变背景颜色 */
}

/* 可选：添加一个对勾符号（或其他图标） */
input[type="checkbox"]:checked::after {
    content: '';
    display: block;
    width: 0.05rem;
    height: 0.06rem;
    border: solid white;
    border-width: 0 0.03rem 0.03rem 0;
    transform: rotate(45deg);
    position: absolute;
    top: 0.03rem;
    left: 0.05rem;
}

.zpBanner{
    margin-top: 1rem;
    height: 2.5rem;
    position: relative;
}
.zpBanner .zpBannerImg{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}
.zpBanner .zpBannerImg img{
    width: 100%;
    height: 100%;
}
.zpBanner .zpBannerTitle{
    position: absolute;
    left: 1.6rem;
    top: 50%;
    transform: translate(0,-50%);
}
.zpBanner .zpBannerTxt1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.4rem;
    color: #FFFFFF;
}
.zpBanner .zpBannerTxt2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-top: 0.06rem;
}
.bread2{
    position: unset !important;
    background: #F7F7F7 !important;
}
.bread2 .bread_right a::after,
.bread2 .bread_right a{
    color: #000 !important;
}
.about_zpxq{
    padding-top: 0.5rem;
    padding-bottom: 1.2rem;
}
.about_zpxq .zpxq_title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.34rem;
    color: #141414;
    margin-bottom: 0.38rem;
}
.about_zpxq .zpxq_cont{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #797979;
    line-height: 0.3rem;
}
.zpxq_bg{
    background: #F7F7F7;
}
.about_zpxq .zpxq{
    padding-bottom: 0.63rem;
    margin-bottom: 0.64rem;
    border-bottom: 0.01rem solid #E8E8E8;;
}
.about_zpxq .sq{
    width: 1.13rem;
    height: 0.43rem;
    background: #244FB7;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 600;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.43rem;
    text-align: center;
    margin-right: 0.23rem;
}
.about_zpxq .fh{
    width: 1.13rem;
    height: 0.43rem;
    background: #C70000;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 600;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.43rem;
    text-align: center;
    margin-right: 0.23rem;
}




.tdjl{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0,0.5);
    z-index: 99;
    display: none;
}
.tdjl.active{
    display: block;
}
.tdjl .tdjlbox{
    width: 5.79rem;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.tdjl .tdjlbox .tdjlTxt1{
    padding-top: 0.14rem;
    padding-bottom: 0.12rem;
    padding-left: 0.29rem;
    padding-right: 0.29rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    background: #F7F7F7;
    position: relative;
}
.tdjl .tdjlbox .tdjlTxt1 span{
    display: block;
    width: 0.26rem;
    height: 0.26rem;
    position: absolute;
    right: 0.18rem;
    top: 0.12rem;
}
.tdjl .tdjlbox .tdjlTxt1 span img{
    width: 100%;
    height: 100%;
}
.tdjl .tdjlbox .tdjltx{
    padding-top: 0.29rem;
    padding-left: 0.33rem;
    padding-right: 0.33rem;
    padding-bottom: 0.44rem;
}
.tdjl .tdjlbox .tdjltx .xxBox{
    font-size: 0.16rem;
}
.tdjl .tdjlbox .tdjltx .xxBox label{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #6D6D6D;
    margin-bottom: 0.14rem;
    display: block;
}
.tdjl .tdjlbox .tdjltx .xxBox input{
    width: 100%;
    height: 0.44rem;
    background: #FFFFFF;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #D4DEE2;
    margin-bottom: 0.2rem;
    padding: 0 0.1rem;
}
.tdjl .tdjlbox .tdjltx .xxBox .scbtn{
    width: 1.6rem;
    height: 0.44rem;
    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
    border: 0.01rem solid #0051A0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #0051A0;
    cursor: pointer;
    margin-bottom: 0.2rem;
}
.tdjl .tdjlbox .tdjltx .xxBox .scbtn img{
    width: 0.1rem;
    height: 0.19rem;
    margin-left: 0.27rem;
}
.tdjl .tdjlbox .tdjltx .xxBox #fileInput{
    display: none;
}
.tdjl .tdjlbox .tdjltx .xxBox .filename{
    width: 100%;
    height: 0.4rem;
    background: #F8F8F8;
    padding-left: 0.21rem;
    padding-right: 0.1rem;
    line-height: 0.4rem;
    display: none;
    position: relative;
}
.tdjl .tdjlbox .tdjltx .xxBox .fileN{
    width: 80%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #6D6D6D;
}
.tdjl .tdjlbox .tdjltx .xxBox .filename img{
    width: 0.26rem;
    height: 0.26rem;
    position: absolute;
    top: 0.08rem;
    right: 0.1rem;
}
.tdjl .tdjlbox .tdjltx .tdBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.38rem;
}
.tdjl .tdjlbox .tdjltx .tdBtn div{
    width: 1.6rem;
    height: 0.44rem;
    border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
    border: 0.01rem solid #0051A0;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #0051A0;
    text-align: center;
    line-height: 0.44rem;
    margin: 0 0.1rem;
    cursor: pointer;
}
.tdjl .tdjlbox .tdjltx .tdBtn .tj{
    background: #0051A0;
    color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
.aboutTxt{
    font-size: 0.24rem;
    line-height: .4rem;
}
.numBox{
    display: block;
    height: auto;
    overflow: hidden;
    padding: 0.3rem;
}
.numItem{
width: 50%;
  float: left;
  margin-bottom: .2rem;
}
.num{
    font-size: 0.5rem;
}
.unit{
    font-size: 0.24rem;
}
.numBottom{
    font-size: 0.24rem;
}
.gsjj_img{
    height: auto;
}
.about_fzlc .fzcl_b{
    width: 90%;
    margin: 0 auto;
}
.about_fzlc .fzcl_b .year{
    font-size: 0.35rem;
    width: 50%;
}
.about_fzlc .fzcl_b .txt2{
    font-size: 0.24rem;
}
.about_fzlc .fzcl_b .txt{
    width: 50%;
}
.about_qywh .qywh_lB{
    width: 48%;
    float: left;
    margin-right: 4% !important;
    margin-bottom: .2rem;
}
.about_qywh .qywh_lB:nth-of-type(2n){
    margin-right: 0 !important;
}
.about_qywh .qywh_lB .txt2{
    font-size: 0.24rem;
}
.about_zpxx .serachBox{
    width: 100%;
}
.about_zpxx .serachBox .serachInput input::placeholder{
    font-size: 0.24rem;
}
.about_zpxx .serachBox button{
    width: 30%;
    font-size: 0.24rem;
}
.about_zpxx .cityGroup{
    font-size: 0.24rem;
    width: 100%;
}
.about_zpxx .cityGroup .gzdd{
    font-size: 0.24rem;
}
.about_zpxx .cityGroup .city{
    font-size: 0.24rem;
}
.about_zpxx .gwnum{
    font-size: 0.24rem;
}
.about_zpxx .gwserach .gwB{
    width: 100%;
    margin-right: 0;
    height: auto;
}

.about_zpxx .gwserach .gwL .gwBox1{
    overflow: visible;
}

.about_zpxx .gwserach .gwL .gwname{
    font-size: 0.24rem;
}

.about_zpxx .gwserach .gwL .gwgz{
    font-size: 0.24rem;
}
.about_zpxx .gwserach .gwL .gwBox2 .gwnr{
    font-size: 0.24rem;
}
.about_zpxx .gwserach .gwL .gwBox3 .gwbb{
    font-size: 0.24rem;
}
.zpBanner .zpBannerTitle{
    left: 5%;
}
.zpBanner .zpBannerTxt2{
    font-size: 0.24rem;
}
.about_zpxq .zpxq_cont{
    font-size: 0.24rem;
    line-height: 0.4rem;
}
.about_zpxq .sq{
    width: 30%;
    font-size: 0.24rem;
}

.about_zpxq .fh{
       width: 30%;
    font-size: 0.24rem;
}
.form_title span{
    font-size: 0.24rem !important;
}
.formItem label, .formItem span{
      font-size: 0.24rem !important;
}
.jianli label{
    width: 40% !important;
}




}