.inner_main{
	width: 17.5rem;
	padding: 0 0.08rem;
    margin: 0 auto;
}
.inner_ahbout .gsjj{
    padding-top: 0.22rem;
    padding-bottom: 0.7rem;
}
.inner_ahbout .gsjj .gjjjTxt img{
    width: revert-layer;
    height: auto;
    display: inline-block;
}
.inner_ahbout .gsjj .left .logo{
    width: 3.28rem;
    height: 1.42rem;
}
.inner_ahbout .gsjj .left .txt{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.44rem;
}
.inner_ahbout .gsjj .left .hr{
    width: 1.2rem;
    border-top: 0.01rem solid #00A0A8;
    margin-top: 0.2rem;
}

.inner_ahbout .gsjj .right{
    width: 9.74rem;
}

.inner_ahbout .aboutNum{
    justify-content: space-between;
}

.inner_ahbout .gsjj .right{
    justify-content: space-between;
}
.inner_ahbout .gsjj .right .counter{
    font-family: San FranciscoText, San FranciscoText;
    font-weight: 500;
    font-size: 0.64rem;
    color: #00A0A8;
    /*line-height: 0.44rem;*/
    color: transparent;
    background-image: linear-gradient(to bottom, #00a0a8 0%, rgba(0,160,168, 0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.inner_ahbout .gsjj .right .abNumT2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #666666;
    line-height: 0.44rem;
    text-align: center;
    margin-top: 0.12rem;
}
.inner_ahbout .gsjjHr{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 0.12rem;
    color: #E6E6E6;
    line-height: 0.44rem;
    text-align: center;
    margin: 0.2rem;
}
.inner_ahbout .gsjjHr .hr{
    width: 1.69rem;
    height: 0rem;
    border-top: 0.01rem dashed #E7E7E7;
    margin: 0 0.1rem;
}
.inner_ahbout .gsjjHr .hr:first-child{
    margin-left: 0;
}
.inner_ahbout .gjjjTxt .p{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #666666;
    line-height: 0.3rem;
    text-indent: 1em;
}
.inner_ahbout .fzs{
    width: 100%;
    background: url(../img/about_fzs.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.inner_ahbout .fzs .fzsBox{
    padding: 0.36rem 0.78rem;
}
.inner_ahbout .fzs .title1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.32rem;
    color: #00A0A8;
    line-height: 0.28rem;
}
.inner_ahbout .fzs .title2{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 0.16rem;
    color: #00A0A8;
    line-height: 0.28rem;
    margin-top: 0.07rem;
}
.inner_ahbout .fzs .title3{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.28rem;
    margin-top: 0.2rem;
}
.inner_ahbout .fzs .fzsSwiper{
    margin-top: 0.48rem;
    padding: 0 0.5rem;
}
.inner_ahbout .fzs .fzsSwiper .swiper-slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inner_ahbout .fzs .fzsSwiper .swiper-slide .box{
    width: 1.52rem;
    height: 1.52rem;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.inner_ahbout .fzs .fzsSwiper .swiper-slide .box img{
    width: 0.3rem;
    height: 0.3rem;
}
.inner_ahbout .fzs .fzsSwiper .swiper-slide .box .num{
    font-family: San FranciscoText, San FranciscoText;
    font-weight: 500;
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.3rem;
    padding-left: 0.34rem;
    margin-bottom: 0.04rem;
    margin-top: 0.3rem;
}
.inner_ahbout .fzs .fzsSwiper .swiper-slide.swiper-slide-thumb-active .box{
    background: #E2FEFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: bounceIn .75s forwards;
}


@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}


.inner_ahbout .fzs .fzsSwiper .swiper-slide.swiper-slide-thumb-active .box .num{
    margin: 0;
    padding: 0;
    width: 1.06rem;
    height: 1.06rem;
    background: #00A0A8;
    border-radius: 50%;
    font-family: San FranciscoText, San FranciscoText;
    font-weight: bold;
    font-size: 0.26rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.06rem;
}
.inner_ahbout .fzs .fzsSwiper .swiper-slide.swiper-slide-thumb-active .box img{
    display: none;
}
.inner_ahbout .fzs .fzsSwiper2 .swiper-button-next,
.inner_ahbout .fzs .fzsSwiper2 .swiper-button-prev{
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0rem 0 0.1rem rgba(198, 198, 198, 1);
    opacity: 1 !important;
    position: absolute;
    top: 3.1rem;
}
.inner_ahbout .fzs .fzsSwiper2 .swiper-button-next{
    right: 0.77rem;
}
.inner_ahbout .fzs .fzsSwiper2 .swiper-button-prev{
    left: 0.77rem
}
.inner_ahbout .fzs .fzsSwiper2 .swiper-button-next::after,
.inner_ahbout .fzs .fzsSwiper2 .swiper-button-prev::after{
    color: RGBA(166, 166, 166, 1);
    font-size: 0.2rem;
    font-weight: bold;
}
.inner_ahbout .fzs .fzsSwiper2 .swiper-button-next:hover::after,
.inner_ahbout .fzs .fzsSwiper2 .swiper-button-prev:hover::after{
    color: RGBA(0, 0, 0, 1);
}
.inner_ahbout .fzs .fzsSwiper2{
    position: unset;
    justify-content: center;
    padding-top: 0.28rem;
    padding-bottom: 0.97rem;
}
.inner_ahbout .fzs{
    position: relative;
}
.inner_ahbout .fzs .fzsSwiper2 .swiper-slide{
    display: flex;
    justify-content: center;
}
.inner_ahbout .fzs .fzsSwiper2 .swiper-slide .left{
    font-family: San FranciscoText, San FranciscoText;
    font-weight: 500;
    font-size: 0.26rem;
    color: #00A0A8;
    padding-right: 0.72rem;
    position: relative;
}
.inner_ahbout .fzs .fzsSwiper2 .swiper-slide .left::after{
    content: '';
    width: 0rem;
    height: 1.15rem;
    display: block;
    border: 0.01rem solid #D9D9D9;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.inner_ahbout .fzs .fzsSwiper2 .swiper-slide .right{
    width: 4.06rem;
    padding-left: 0.52rem;
}
.inner_ahbout .fzs .fzsSwiper2 .swiper-slide .right .year{
    font-family: San FranciscoText, San FranciscoText;
    font-weight: 500;
    font-size: 0.26rem;
    color: #00A0A8;
    line-height: 0.3rem;
    margin-bottom: 0.29rem;
}
.inner_ahbout .fzs .fzsSwiper2 .swiper-slide .right .txt{
    font-family: San Francisco Text, San Francisco Text;
    font-weight: 500;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.28rem;
}
.inner_ahbout .ryzz{
    width: 100%;
    position: relative;
}
.inner_ahbout .ryzz .title1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.4rem;
    color: #333333;
    /*line-height: 0.28rem;*/
    text-align: center;
}
.inner_ahbout .ryzz .title2{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.28rem;
    margin-top: 0.06rem;
    text-align: center;
}
.inner_ahbout .ryzz .title{
    position: absolute;
    top: 0.69rem;
    left: 50%;
    transform: translateX(-50%);
}
.inner_ahbout .ryzz .ryBG{
    width: 100%;
    height: 9.81rem;
}
.inner_ahbout .ryzz .bfry{
    padding: 0.47rem 1.45rem;
    min-height: 4.45rem;
    background: #FFFFFF;
    display: flex;
    align-items: start;
}
.inner_ahbout .ryzz .bfry .right{
    width: 1.65rem;
    justify-content: space-between;
}
.inner_ahbout .ryzz .bfry .right .jt{
    width: 0.52rem;
    height: 0.16rem;
}
.inner_ahbout .ryzz .bfry .right .txt1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #00A0A8;
    line-height: 0.28rem;
}
.inner_ahbout .ryzz .bfry .right .txt2{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 0.16rem;
    color: #00A0A8;
    line-height: 0.28rem;
    margin-top: 0.04rem;
}
.inner_ahbout .ryzz .bfry .qyryList{
    width: calc(100% - 1.65rem);
    flex-wrap: wrap;
}
.inner_ahbout .ryzz .bfry .qyryList .boxL{
    width: 50%;
    padding-right: 0.1rem;
    margin-bottom: 0.35rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.28rem;
}
.inner_ahbout .ryzz .bfry .qyryList .boxL img{
    display: inline-block;
    width: 0.14rem;
    height: 0.13rem;
    margin-right: 0.12rem;
}
.inner_ahbout .gsfb{
    padding-top: 0.52rem;
    padding-left: 0.82rem;
    padding-right: 1.19rem;
    padding-bottom: 0.12rem;
    background: #0A192B;
    background-image: url('../img/zz_map_bg.b59a3d84.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner_ahbout .gsfb .title1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.32rem;
    color: #FFFFFF;
    line-height: 0.28rem;
}
.inner_ahbout .gsfb .title2{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 0.16rem;
    color: rgba(255,255,255,0.6);
    line-height: 0.28rem;
    margin-top: 0.05rem;
    margin-bottom: 0.45rem;
}
.inner_ahbout .gsfb .gsName{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.28rem;
    margin-bottom: 0.34rem;
}
.inner_ahbout .gsfb .gsName img{
    width: 0.21rem;
    margin-right: 0.04rem;
    display: inline-block;
}
.inner_ahbout .gsfb .gsn{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 0.29rem;
}
.inner_ahbout .gsfb .right{
    width: 7.95rem;
    height: 8.45rem;
    height: auto;
    margin-top: 1.92rem;
    max-width: 50%;
    flex-shrink: 0;
} 
.inner_ahbout .gsfb .left{
    width: calc(100% - 7.95rem);
    width: 100%;
}
.inner_ahbout .gsfb .gsList{
    align-items: self-start;
}
.inner_ahbout .gsfb .gsL{
    width: 50%;
    padding-right: 0.1rem;
}
.inner_ahbout .zgsjj{
    width: 17.5rem;
    margin: 0 auto;
    padding: 0 0.08rem;
    padding-top: 0.6rem;
    padding-bottom: 0.83rem;
}
.inner_ahbout .zgsjj .tbox{
    justify-content: space-between;
    margin-bottom: 0.3rem;
}
.inner_ahbout .zgsjj .title1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.32rem;
    color: #333333;
}
.inner_ahbout .zgsjj .title2{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    margin-top: 0.07rem;
}
.inner_ahbout .zgsjj .tbox a{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #00A0A8;
    line-height: 0.28rem;
}
.inner_ahbout .zgsjj .zgsjjList {
    /*gap: .;*/
    justify-content: space-between;
}
.inner_ahbout .zgsjj .zgsjjL{
    width: 3.54rem;
    width: 20%;
    height: 3.65rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.14rem 0.01rem rgba(87,107,121,0.2);
    /*margin-right: 1.16rem;*/
}
.inner_ahbout .zgsjj .zgsjjL:last-child{
    margin-right: 0;
}
.inner_ahbout .zgsjj .zgsjjL .img{
    width: 100%;
    height: 2.9rem;
    overflow: hidden;
}
.inner_ahbout .zgsjj .zgsjjL .img img{
    transition: all 0.5s;
}
.inner_ahbout .zgsjj .zgsjjL .txt{
    height: 0.75rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.75rem;
    text-align: center;
}

.inner_ahbout .zgsjj .zgsjjL:hover .img img{
    transform: scale(1.05);
}


.inner_news{
    padding: 0 1.21rem;
    padding-top: 0.47rem;
    padding-bottom: 0.62rem;
}
.inner_news .newsL{
    width: 100%;
    padding: 0.44rem 0;
    border-bottom: 0.01rem solid #DDDDDD;
    align-items: flex-start;
    transition: all 0.8s;
}
.inner_news .newsL .newsImg{
    width: 1.22rem;
    height: 1.12rem;
    transition: all 0.8s;
}
.inner_news .newsL .detail{
    width: 0.76rem;
    height: 0.48rem;
    display: block;
    border-radius: 0rem 0rem 0rem 0rem;
    border: 0.01rem solid #00A0A8;
}
.inner_news .newsL .detail img{
    width: 0.09rem;
    height: auto;
    margin: 0.17rem auto;
}
.inner_news .newsL .center{
    /*flex: 1;*/
    width: 100%;
    padding: 0 0.36rem;
}
.inner_news .newsL .center .txt1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
}
.inner_news .newsL .center .date{
    font-family: San FranciscoText, San FranciscoText;
    font-weight: 400;
    font-size: 0.14rem;
    color: rgba(0,0,0,0.6);
    margin-top: 0.09rem;
    margin-bottom: 0.28rem;
}
.inner_news .newsL .center .txt2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: rgba(0,0,0,0.6);
}
.inner_news .newsL:first-child .newsImg{
    width: 3.8rem;
    height: 2rem;
}
.inner_news .newsL:first-child{
    padding: 0.48rem 0;
}
.inner_news .page{
    margin-top: 0.2rem;
}


.inner_news_noContent .noContent{
	min-height: 4rem;
}
.inner_news_noContent .noContent img{
	width: 4rem;
	height: auto;
    display: block;
    margin: 0 auto;
}

.inner_newsDetails{
    padding: 1.04rem 2.14rem;
    padding: 1.04rem 0rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    padding: 3vw;
}
.inner_newsDetails .left_content{
    width: 9.62rem;
}
.inner_newsDetails .left_content .title {
    font-family: AlibabaPuHuiTi-Bold;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.45rem;
    text-align: center;
    margin-bottom: 0.25rem;
}

.inner_newsDetails .left_content img{
    max-width: 100%;
    width: revert-layer;
    height: auto;
}

.inner_newsDetails .left_content .body_txt, 
.inner_newsDetails .left_content .body_txt .body_time, 
.inner_newsDetails .left_content .body_txt .body_num {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.21rem;
    padding: 0 0.1rem
}

.inner_newsDetails .left_content  .body_hr {
    width: 100%;
    height: 0rem;
    border-bottom: 0.01rem solid #DCDCDC;
    margin-bottom: 0.25rem;
    margin-top: 0.2rem;
}

.inner_newsDetails .left_content .fy{
    display: flex;
    justify-content: space-between;
    margin-top: 0.85rem;
}
.inner_newsDetails .left_content .fy>a{
    width: 1.89rem;
    height: 0.4rem;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    border: 0.01rem solid #DDDDDD;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.14rem;
    color: #606266;
    line-height: 0.4rem;
    text-align: center;
    white-space: nowrap;   
    overflow: hidden;   
    text-overflow: ellipsis; 
    padding: 0 0.1rem
}
.inner_newsDetails .left_content .fy>a.noCon{
    border: 0.01rem solid #DDDDDD;
    color: #A8ABB2;
}
.inner_newsDetails .right_r{
    width: 3.3rem;
}
.inner_newsDetails .right_r>input{
    width: 3.3rem;
    height: 0.42rem;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #DDDDDD;
    margin-top: 0.38rem;
    margin-bottom: 0.41rem;
    padding: 0 0.21rem;
}
.inner_newsDetails .right_r>input::placeholder{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #9CA3AF;
    line-height: 0.32rem;
}
.inner_newsDetails .right_r>.hr{
    width: 100%;
    border-bottom: 0.01rem solid #DDDDDD;
    margin-bottom: 0.4rem;
}
.inner_newsDetails .right_r .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    margin-bottom: 0.14rem;
}
.inner_newsDetails .right_r .rel_btn{
    width: 3.3rem;
    height: 0.32rem;
    border-radius: 0rem 0rem 0rem 0rem;
    border: 0.01rem solid #00A0A8;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #00A0A8;
    line-height: 0.32rem;
    text-align: center;
    display: block;
    margin-bottom: 0.13rem;
}
.inner_newsDetails .right_r .rel_xwzx{
    margin-bottom: 0.3rem;
}
.inner_newsDetails .right_r .rel_rj{
    width: 3.3rem;
    border: 0.01rem solid #DDDDDD;
    padding: 0.3rem 0;
    padding-left: 0.13rem;
    padding-right: 0.33rem;
    display: block;
    margin-bottom: 0.12rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
}

.inner_ddjs{
    padding: 0 0.08rem;
    padding-top: 0.43rem;
    padding-bottom: 0.5rem;
}
.inner_ddjs .djhd .djTitle{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #666666;
    padding-left: 0.08rem;
}
.inner_ddjs .djhd .djHr{
    width: 0.4rem;
    height: 0rem;
    border: 0.02rem solid #D52721;
    margin-top: 0.05rem;
    margin-bottom: 0.94rem;
    margin-left: 0.08rem;
}
.inner_ddjs .djhdS{
    position: relative;
    /*padding-left: 1.66rem;*/
    /*padding-right: 1.4rem;*/
}
.inner_ddjs .djhdSwiper{
    width: 15.38rem;
    max-width: 100%;
    height: 23vw;
    padding-right: 0.06rem; 
    position: unset;
}
.inner_ddjs .djhdSwiper .swiper-slide{
    position: relative;
}
.inner_ddjs .djhdSwiper .swiper-slide .djImg{
    width: 4.48rem;
    max-width: 55%;
    height: 3.42rem;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.inner_ddjs .djhdSwiper .swiper-slide .djImg .date{
    position: absolute;
    top: 0;
    left: 0;
    width: 0.84rem;
    height: 0.48rem;
    background: #D52721;
    border-radius: 0rem 0rem 0.48rem 0rem;
    font-family: San Francisco Display, San Francisco Display;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.48rem;
    text-align: center;
}
.inner_ddjs .djhdSwiper .swiper-slide .djTxt{
    padding-left: 4.84rem;
    position: absolute;
    top: 0.25rem;
    left: 0.16rem;
    width:100%;
    height: 3.81rem;
    background: #F1F1F1;
    padding: 0.23rem 0.24rem;
    padding-left: 4.64rem;
    
    padding-left: 60%;
}
.inner_ddjs .djhdSwiper .swiper-slide .djTxt .txt1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.36rem;
}
.inner_ddjs .djhdSwiper .swiper-slide .djTxt .txt2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.24rem;
    margin-top: 0.33rem;
}
.inner_ddjs .djhdSwiper .swiper-button-next,
.inner_ddjs .djhdSwiper .swiper-button-prev{
    width: 0.58rem;
    height: 0.58rem;
    background: #FFFFFF;
    border: 0.01rem solid #E4E7ED;
    border-radius: 50%;
    opacity: 1;
}
.inner_ddjs .djhdSwiper .swiper-button-next::after,
.inner_ddjs .djhdSwiper .swiper-button-prev::after{
    font-size: 0.15rem;
    font-weight: bold;
    color: rgba(181, 183, 189, 1);
}
.inner_ddjs .djhdSwiper .swiper-button-next{
    right: 1.4rem;
}
.inner_ddjs .djhdSwiper .swiper-button-prev{
    left: 1.66rem;
}
.inner_ddjs .dhhdList{
    margin-top: 0.79rem;
        margin-bottom: 0.5rem;
    flex-wrap: wrap;
    padding: 0 0.08rem;
}
.inner_ddjs .dhhdList .djhdL{
    width: 7.49rem;
    max-width: 47%;
    padding: 0.14rem 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.01rem solid #DDDDDD;
    margin-right: 0.81rem;
    margin-right: 6%;
    margin-bottom: 0.25rem;
}
.inner_ddjs .dhhdList .djhdL:nth-child(2n){
    margin-right: 0;
}
.inner_ddjs .dhhdList .djhdL a{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
}
.inner_ddjs .dhhdList .djhdL a img{
    width: 0.19rem;
    height: 0.19rem;
    margin-right: 0.1rem;
    display: inline-block;
}
.inner_ddjs .dhhdList .djhdL .date{
    font-family: San Francisco Text, San Francisco Text;
    font-weight: 500;
    font-size: 0.14rem;
    color: #00A0A8;
    padding-right: 0.45rem;
    white-space: nowrap;
}

.inner_djzt{
    padding-top: 0.43rem;
    padding-bottom: 0.35rem;
}
.inner_djzt .djzt{
    padding: 0 0.08rem
}
.inner_djzt .djTitle{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #666666;
    padding-left: 0.08rem;
}
.inner_djzt .djHr{
    width: 0.4rem;
    height: 0rem;
    border: 0.02rem solid #D52721;
    margin-top: 0.05rem;
    margin-bottom: 0.94rem;
    margin-left: 0.08rem;
}
.inner_djzt .ztal{
    height: 7.01rem;
    padding-top: 0.84rem;
    padding-left: 1.18rem;
    position: relative;
    margin-bottom: 0.5rem;
}
.inner_djzt .ztal .img{
    width: 9.5rem;
    height: 6.2rem;
    position: absolute;
    top: 0;
    left: 0;
}
.inner_djzt .ztal .img .date{
    width: 0.84rem;
    height: 0.48rem;
    background: #D52721;
    border-radius: 0rem 0rem 0.48rem 0rem;
    font-family: San Francisco Display, San Francisco Display;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.48rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.inner_djzt .ztal .txt{
    width: 100%;
    height: 6.2rem;
    background: #F1F1F1;
    padding: 0.43rem 0.87rem;
    padding-left: 9.52rem;
    display: block;
}
.inner_djzt .ztal .txt1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.4rem;
    color: #333333;
    line-height: 0.56rem;
}
.inner_djzt .ztal .txt2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.26rem;
    color: #666666;
    line-height: 0.39rem;
    margin-top: 0.38rem;
}

.inner_djzt_detail{
    padding: 1.05rem 0.08rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.21rem;
    color: #333333;
    line-height: 0.39rem;
}

.inner_djzt_detail img{
    width: revert-layer;
    height: auto;
}

.index_qywh{
    padding-top: 0.54rem;
    padding-bottom: 1.73rem;
}
.index_qywh .qywhTitle{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.42rem;
    color: #333333;
}
.index_qywh .qywhTitle2{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    margin-top: 0.06rem;
    margin-bottom: 0.3rem;
}

.index_qywh .qywhL{
    height: 4.35rem;
    justify-content: space-between;
    margin-bottom: 0.65rem;
    align-items: flex-start;
    overflow: hidden;
}
.index_qywh .conImg{
    width: 9.48rem;
    height: 4.35rem;
    overflow: hidden;
}
.index_qywh .conImg img{
    transition: all 0.5s;
}
.index_qywh .qywhL:hover .conImg img{
    transform:scale(1.08);
}
.index_qywh .conTxt{
    width: 5.8rem;
}
.index_qywh .conTxt .txt1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
    margin-top: 0.22rem;
    margin-bottom: 0.08rem;
}
.index_qywh .conTxt .icon{
    width: 0.2rem;
    height: 0.17rem;
    margin-left: 0.26rem;
    margin-bottom: 0.66rem;
}
.index_qywh .conTxt .txt2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #00A0A8;
    line-height: 0.24rem;
    margin-bottom: 0.25rem;
}
.index_qywh .conTxt .txt3{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.24rem;
}
.index_qywh .conTxt .txt3 span{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.24rem;

}
.index_qywh .gslogosy .gslTitle1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.32rem;
    color: #333333;
}
.index_qywh .gslogosy .gslTitle2{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.32rem;
    letter-spacing: 0.05rem;
}
.index_qywh .gslogosy .gssyBox{
    height: 7.42rem;
    position: relative;
}
.index_qywh .gslogosy .gssyBox .logo_img{
    width: 2.31rem;
    height: 2.31rem;
    position: absolute;
}
.index_qywh .gslogosy .gssyBox .logo_img1{
    top: 1.5rem;
    left: 0;
}
.index_qywh .gslogosy .gssyBox .logo_img2{
    top: 3.02rem;
    left: 2.8rem;
}
.index_qywh .gslogosy .gssyBox .logo_img3{
    top: 4.33rem;
    left: 6.75rem;
}
.index_qywh .gslogosy .gssyBox .logo_img4{
    top: 3.02rem;
    right: 2.8rem;
}
.index_qywh .gslogosy .gssyBox .logo_img5{
    top: 1.5rem;
    right: 0;
}
.index_qywh .gslogosy .gssyBox .logo_img6{
    width: 2.95rem;
    height: 3rem;
    position: absolute;
    top: 0.3rem;
    left: 50%;
    transform: translateX(-50%);
}
.index_qywh .gssyBox2{
    justify-content: space-between;
    align-items: flex-start;
}
.index_qywh .gssyBox2 .left,
.index_qywh .gssyBox2 .right{
    width: calc((100% - 0.72rem) / 2);
}
.index_qywh .gssyBox2 .left .txt{
    display: flex;
    margin-bottom: 0.27rem;
}
.index_qywh .gssyBox2 .left .txt2{
    width: calc(100% - 0.8rem);
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.24rem;
    display: flex;
}
.index_qywh .gssyBox2 .left .txt1{
    width: 0.8rem;
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.16rem;
    color: #333333;
}

.index_qywh .gssyBox2 .right{
    display: flex;
}
.index_qywh .gssyBox2 .right .title{
    width: 1.12rem;
    height: 0.21rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.32rem;
}
.index_qywh .gssyBox2 .right .txt{
    width: 6.35rem;
    height: 0.44rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    margin-top: 0.5rem;
}


.inner_xxgk{
    padding: 0 0.1rem;
    padding-top: 0.52rem;
    padding-bottom: 0.55rem;
}
.inner_xxgk .zxns{
    justify-content: space-between;
    align-items: flex-start;
}
.inner_xxgk .zxns .left{
    width: 8.55rem;
}
.inner_xxgk .zxns .right{
    width: 6.26rem;
    height: 3.92rem;
    margin-top: 1.32rem;
    position: relative;
}

.inner_xxgk .zxns .left .title1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.42rem;
    color: #333333;
}
.inner_xxgk .zxns .left .title2{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    margin-bottom: 0.73rem;
    margin-top: 0.03rem;
}
.inner_xxgk .zxns .left .cont{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #070707;
    line-height: 0.68rem;
}
.inner_xxgk .zxns .right .txt{
    position: absolute;
    width: 6.26rem;
    height: 2.11rem;
    background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(153,101,83,0.8) 100%);
    bottom: 0;
    left: 0;
    padding-left: 1.01rem;
    padding-top: 0.64rem;
    transition: all 0.5s;
    overflow: hidden;
}


.inner_xxgk .zxns{
    margin-bottom: 1.11rem;
}
.inner_xxgk .zxns .right .txt1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.45rem;
    color: #FFFFFF;
    line-height: 0.32rem;
}

.inner_xxgk .zxns .right .txt2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    margin-top: 0.42rem;
    /* display: none; */
    opacity: 0;
    transition: all 0.5s;
}

.inner_xxgk .zxns .right:hover .txt{
    width: 100%;
    height: 100%;
    background: rgba(185,102,79,0.6);
    padding-top: 0.6rem;
}

.inner_xxgk .zxns .right:hover .txt2{
    /* display: block; */
    opacity: 1;
}

.inner_xxgk .zxns_box{
    position: relative;
}
.inner_xxgk .zxns_box1{
    width: 100%;
    height: 5.28rem;
    margin-bottom: 0.62rem;
}
.inner_xxgk .zxns_box1 .txt{
    width: 100%;
    height: 2.11rem;
    background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(18,77,131,0.8) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 0.65rem;
    padding-left: 1rem;
    padding-right: 1.46rem;
    transition: all 0.5s;
}
.inner_xxgk .zxns_box1 .txt1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.45rem;
    color: #FFFFFF;
}
.inner_xxgk .zxns_box1 .txt2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.26rem;
    margin-top: 0.4rem;
    opacity: 0;
    transition: all 0.5s;
}
.inner_xxgk .zxns_box1:hover .txt{
    width: 100%;
    height: 100%;
    padding-top: 0.64rem;
    background: rgba(18,77,131,0.6);
}
.inner_xxgk .zxns_box1:hover .txt2{
    opacity: 1;
}
.inner_xxgk .zxns_boxL{
    justify-content: space-between;
    margin-bottom: 1.24rem;
}
.inner_xxgk .zxns_box2,
.inner_xxgk .zxns_box3{
    width: 7.6rem;
    height: 4.69rem;
    position: relative;
}
.inner_xxgk .zxns_box2 .txt{
    width: 7.6rem;
    height: 1.67rem;
    background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(223,156,94,0.8) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 0.54rem;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: all 0.5s;
    overflow: hidden;
}
.inner_xxgk .zxns_box3 .txt{
    width: 7.6rem;
    height: 1.67rem;
    background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(33,154,154,0.8) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 0.54rem;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: all 0.5s;
    overflow: hidden;
}
.inner_xxgk .zxns_box .txt1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.45rem;
    color: #FFFFFF;
}
.inner_xxgk .zxns_box .txt2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.26rem;
    opacity: 0;
    transition: all 0.5s;
}
.inner_xxgk .zxns_box2 .txt2{
    margin-top: 0.24rem;
}
.inner_xxgk .zxns_box3 .txt2{
    margin-top: 0.51rem;
}
.inner_xxgk .zxns_box:hover .txt{
    width: 100%;
    height: 100%;
}
.inner_xxgk .zxns_box:hover .txt2{
    opacity: 1;
}
.inner_xxgk .zxns_box2:hover .txt{
    background: rgba(223,156,94,0.6);
}
.inner_xxgk .zxns_box3:hover .txt{
    background: rgba(33,154,154,0.6);
}
.inner_xxgk .zpxx .zpTitle1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.42rem;
    color: #333333;
}
.inner_xxgk .zpxx .zpTitle2{
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    margin-top: 0.03rem;
    margin-bottom: 0.34rem;
}
.inner_xxgk .zpxx .zpxxBox{
    /* height: 5.58rem; */
    padding: 0.58rem 0;
    background: #FFFFFF;
    box-shadow: 0rem 0.02rem 0.08rem 0.01rem rgba(99,99,99,0.33);
    margin-bottom: 0.21rem;
}
.inner_xxgk .zpxx .zpxxBox .box1{
    padding: 0 0.25rem;
}
.inner_xxgk .zpxx .zpxxBox .box1 .left{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.28rem;
    color: #333333;
    padding-right: 1.77rem;
    height: 1.01rem;
    border-right: 0.01rem solid #DDDDDD;
}
.inner_xxgk .zpxx .zpxxBox .box1 .left img{
    width: 1rem;
    height: 0.97rem;
    margin-right: 0.04rem;
}
.inner_xxgk .zpxx .zpxxBox .box1 .right{
    padding-left: 1.72rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.13rem;
    color: #8A8B8C;
}
.inner_xxgk .zpxx .zpxxBox .zpHr{
    width: calc(100% - 0.52rem);
    height: 0;
    margin: 0 auto;
    margin-top: 0.29rem;
    border-top: 0.01rem solid #DDDDDD;
}

.inner_xxgk .zpxx .zpxxBox .box2{
    margin: 0.52rem;
    margin-bottom: 0;
    flex-wrap: wrap;
}
.inner_xxgk .zpxx .zpxxBox .box2 .zpxxLBox{
    width: 4.6rem;
    height: 2.6rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.12rem 0.01rem rgba(0,0,0,0.12);
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #E4E7ED;
    margin-right: 0.47rem;
    padding: 0.23rem;
    margin-bottom: 0.5rem;
}
.inner_xxgk .zpxx .zpxxBox .box2 .zpxxLBox:nth-child(3n){
    margin-right: 0;
}
.inner_xxgk .zpxx .zpxxBox .box2 .zpxxLBox .zpLTitle{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.4rem;
    text-align: center;
    margin-bottom: 0.26rem;
}
.inner_xxgk .zpxx .zpxxBox .box2 .zpxxLBox .zpLT{
    justify-content: space-between;
    padding: 0 0.33rem;
}
.inner_xxgk .zpxx .zpxxBox .box2 .zpxxLBox .zpLT .txt{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.13rem;
    color: #999999;
}
.inner_xxgk .zpxx .zpxxBox .box2 .zpxxLBox .zpLT .txt img{
    width: 0.1rem;
    height: auto;
}
.inner_xxgk .zpxx .zpxxBox .box2 .zpxxLBox .ckgd{
    width: 1.49rem;
    height: 0.4rem;
    display: block;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    border: 0.01rem solid #00A0A8;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.13rem;
    color: #00A0A8;
    line-height: 0.4rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.6rem;
} 
.inner_xxgk .zpxx{
    position: relative;
}
.inner_xxgk .zpxx .drop-down{
    /*content: '';*/
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    background: #00A0A8;
    border-radius: 50%;
    position: absolute;
    top: 2.1rem;
    right: -0.1rem;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner_xxgk .zpxx .drop-down img{
    width: 0.11rem;
    height: 0.06rem;
}

/*.inner_xxgk .zpxx::before{*/
/*    content: '';*/
/*    width: 0.11rem;*/
/*    height: 0.06rem;*/
/*    display: block;*/
/*    background: url(../img/b_icon.png);*/
/*    background-size: 100% 100%;*/
/*    position: absolute;*/
/*    top: 2.17rem;*/
/*    right: -0.06rem;*/
/*    z-index: 9;*/
/*}*/

.gg{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}
.xxgg_gg{
    padding: 0.2rem;
    width: 10.3rem;
    height: 6.16rem;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.xxgg_gg .ggTitle{
    padding: 0 0.68rem;
    padding-bottom: 0.15rem;
    justify-content: space-between;
    border-bottom: 0.01rem solid #E5E5E5;
}
.xxgg_gg .ggTitle .txt1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
    margin-top: 0.14rem;
    margin-bottom: 0.19rem;
}
.xxgg_gg .ggTitle .txt2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: rgba(153,153,153,0.6);
}
.xxgg_gg .ggTitle .xz{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: rgba(153,153,153,0.6);
    line-height: 0.26rem;
    padding-top: 0.7rem;
}
.xxgg_gg .cont{
    height: 4.77rem;
    overflow-y: auto;
    padding-top: 0.39rem;
}
.xxgg_gg .cont .cont_title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.29rem;
    color: #606266;
    line-height: 0.4rem;
    text-align: center;
}
.xxgg_gg .cont .contTxt{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.21rem;
    color: #606266;
    line-height: 0.38rem;
}
.xxgg_gg .close{
    width: 0.1rem;
    height: 0.1rem;
    position: absolute;
    top: 0.26rem;
    right: 0.2rem;
}

.inner_gkxx_contact{
    padding: 0 0.1rem;
    padding-top: 0.46rem;
    padding-bottom: 0.59rem;
}
.inner_gkxx_contact .contact_box1{
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.05rem;
}
.inner_gkxx_contact .contact_box1 .left{
    width: 5.6rem;
    padding-top: 0.04rem;
}
.inner_gkxx_contact .contact_box1 .right{
    width: 9rem;
    height: 4.12rem;
    position: relative;
}

.inner_gkxx_contact .contact_box1 .right img{
        object-fit: contain;
}

.inner_gkxx_contact .contact_box1 .right .dzxx{
    width: 4.12rem;
    height: 1.59rem;
    position: absolute;
    top: 0.22rem;
    left: 50%;
    transform: translateX(-50%);
}
.inner_gkxx_contact .ctTitle1{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.4rem;
    color: #333333;
}
.inner_gkxx_contact .ctTitle2{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
    margin-top: 0.06rem;
}
.inner_gkxx_contact .ctBox{
    width: 5.6rem;
    height: 2.88rem;
    background: url(../img/inner_cont1bg.png);
    background-size: 100% 100%;
    padding-top: 0.91rem;
    padding-left: 0.09rem;
    padding-right: 0.16rem;
    margin-top: 0.42rem;
    align-items: flex-start;
}
.inner_gkxx_contact .ctBox .logo{
    width: 2rem;
    height: 0.97rem;
    margin-right: 0.19rem;
}
.inner_gkxx_contact .ctBox .r_txt{
    flex: 1;
}
.inner_gkxx_contact .ctBox .r_txt .txt{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.2rem;
    margin-bottom: 0.13rem;
}
.inner_gkxx_contact .zgsmpL{
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
    margin-top: 0.3rem;
}
.inner_gkxx_contact .zgsmpL .zgsmp{
    width: 4.86rem;
    max-width: 30%;
    height: 2.6rem;
    background: url(../img/zgsmpBg.png);
    background-size: 100% 100%;
    margin-right: 0.58rem;
    margin-right: 5%;
    padding-left: 0.19rem;
    padding-right: 0.33rem;
    margin-top: 0.61rem;
    justify-content: space-between;
}
.inner_gkxx_contact .zgsmpL .zgsmp:nth-child(1),
.inner_gkxx_contact .zgsmpL .zgsmp:nth-child(2),
.inner_gkxx_contact .zgsmpL .zgsmp:nth-child(3){
    margin-top: 0;
}
.inner_gkxx_contact .zgsmpL .zgsmp:nth-child(3n){
    margin-right: 0;
}
.inner_gkxx_contact .zgsmpL .zgsmp .left{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.24rem;
    width: 0.98rem;
}
.inner_gkxx_contact .zgsmpL .zgsmp .right{
    width: 2.79rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.22rem;
}
.inner_gkxx_contact .zgsmpL .zgsmp .right .txt2{
    margin-top: 0.11rem;
}

.inner_news.search{
    width: 16.8rem;
    margin: 0 auto;
    padding: 0;
    padding: 0.4rem 0;
}
.inner_news.search .search_r{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.21rem;
}
.searchBanner{
    height: 5rem;
}
.inner_news.search .search_empty{
    padding-bottom: 0.33rem;
}
.inner_news.search .search_empty img{
    width: 4rem;
    margin: 0 auto;
}

.inner_ywbk .ywbkBg {
    width: 11rem;
    width: 4rem;
    height: 4rem;
    object-fit: inherit;
    margin: 0 auto;
}

.ztdetail p {
    margin-bottom: 0.15rem;
}
@media screen and (max-width: 1024px) {    
	.inner_ahbout .zgsjj,
	.inner_main{
		width: 100%;
		padding: 0 3%;
	}
	.inner_ahbout .aboutNum{
		flex-direction: column;
	}
	.inner_ahbout .gsjj .left,
	.inner_ahbout .gsjj .right{
		width: 100%;
	}
    .inner_ahbout .gsjj .right{
        margin-top: 0.2rem;
    }
    .inner_ahbout .gsjj .left .txt{
        font-size: 0.4rem;
    }
    .inner_ahbout .gsjj .left .logo {
        width: 3rem;
        height: auto;
    }
    .inner_ahbout .gsjjHr{
        margin: 0;
    }
    .inner_ahbout .gsjj .right .abNumT2{
        font-size: 0.36rem;
    }
    .inner_ahbout .gjjjTxt .p{
        font-size: 0.32rem;
    }
    .inner_ahbout .fzs .fzsBox{
        padding-bottom: 0;
        padding-left: 3%;
        padding-right: 3%;
    }
    .inner_ahbout .ryzz .bfry .right .txt1,
    .inner_ahbout .zgsjj .title1,
    .inner_ahbout .gsfb .title1,
    .inner_ahbout .ryzz .title1,
    .inner_ahbout .fzs .title1{
        font-size: 0.5rem;
        line-height: 1.1;
    }
    .inner_ahbout .ryzz .bfry .right .txt2,
    .inner_ahbout .zgsjj .title2,
    .inner_ahbout .gsfb .title2,
    .inner_ahbout .ryzz .title2,
    .inner_ahbout .fzs .title2{
        font-size: 0.36rem;
        line-height: 1.1;
    }
    .inner_ahbout .fzs .title3{
        font-size: 0.32rem;
        line-height: 1.1;
    }
    .inner_ahbout .fzs{
        background-size: auto 3.25rem;
    }
    .inner_ahbout .fzs .fzsSwiper .swiper-slide.swiper-slide-thumb-active .box .num{
        font-size: 0.36rem;
    }
    .inner_ahbout .fzs .fzsSwiper2 .swiper-slide .right .year,
    .inner_ahbout .fzs .fzsSwiper2 .swiper-slide .left,
    .inner_ahbout .fzs .fzsSwiper .swiper-slide .box .num{
        font-size: 0.36rem;
    }
    .inner_ahbout .fzs .fzsSwiper2 .swiper-slide .right .txt{
        font-size: 0.32rem;
        line-height: 1.4;
    }
    .inner_ahbout .fzs .fzsSwiper2{
        padding-bottom: 0.3rem;
    }
    .inner_ahbout .fzs .fzsSwiper2 .swiper-slide .left{
        padding-right: 0.3rem;
    }
    .inner_ahbout .fzs .fzsSwiper2 .swiper-slide .right{
        width: 5.6rem;
    }
    .inner_ahbout .fzs .fzsSwiper2 .swiper-slide .left::after {
        content: '';
        width: 0rem;
        height: 2.3rem;
        display: block;
        border: 0.01rem solid #D9D9D9;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .inner_ahbout .fzs .fzsSwiper2 .swiper-button-next{
        right: 0.14rem;
        top: 3.4rem;
    }
    .inner_ahbout .fzs .fzsSwiper2 .swiper-button-prev{
        left: 0.14rem;
        top: 3.4rem;
    }
    .inner_ahbout .ryzz .ryBG{
        height: 5.4rem;
    }
    .inner_ahbout .ryzz .title{
        top: 0.2rem;
    }
    .inner_ahbout .gsfb,
    .inner_ahbout .ryzz .bfry{
        padding: 0.4rem 3%;
        flex-direction: column-reverse;
    }
    .inner_ahbout .ryzz .bfry .qyryList{
        width: 100%;
        flex-direction: column;
    }
    .inner_ahbout .ryzz .bfry .qyryList .boxL{
        width: 100%;
        font-size: 0.32rem;
        line-height: 1.4;
        margin-bottom: 0.14rem;
    }
    .inner_ahbout .ryzz .bfry .right{
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .inner_ahbout .gsfb .left,.inner_ahbout .gsfb .right{
        width: 100%;
    }
    .inner_ahbout .gsfb .gsList{
        flex-direction: column;
    }
    .inner_ahbout .gsfb .gsL{
        width: 100%;
    }
    .inner_ahbout .gsfb .gsName{
        width: 100%;
        margin-bottom: 0.2rem;
        font-size: 0.36rem;
    }
    .inner_ahbout .gsfb .gsn{
        width: 100%;
        margin-bottom: 0.2rem;
        font-size: 0.32rem;
    }
    .inner_ahbout .gsfb .right{
        margin-top: 0;
    }
    .inner_ahbout .zgsjj{
        padding: 0.3rem 3%;
    }
    .inner_ahbout .zgsjj .tbox a{
        font-size: 0.32rem;
    }
    .inner_ahbout .zgsjj .zgsjjL{
        margin-right: 0;
        width: 100%;
        height: auto;
        margin-bottom: 0.2rem;
    }
    .inner_ahbout .zgsjj .zgsjjL .img{
        height: 4rem;
    }
    .inner_ahbout .zgsjjList {
        flex-direction: column;
    }
    .inner_ahbout .zgsjj .zgsjjL .txt {
        height: 1rem;
        font-size: 0.32rem;
        line-height: 1rem;
    }
    .inner_djzt_detail,
    .inner_news{
        padding: 0.3rem 3%;
    }
    .inner_news{
        padding-top: 0;
    }
    .inner_ahbout .ryzz .bfry .right .jt{
        display: none;
    }
    .ztdetail p{
        font-size: 0.32rem;
        line-height: 1.6;
    }
    .inner_djzt_detail img{
        width: 100%;
    }
    .inner_news .newsL:first-child{
        padding: 0.2rem 0;
    }
    .inner_news .newsL{
        flex-direction: column;
        padding: 0;
    }
    .inner_news .newsL .center{
        padding: 0.2rem 0;
    }
    .inner_news .newsL .center .txt1{
        font-size: 0.36rem;
        padding: 0.1rem 0 !important;
    }
    /* .inner_news .newsL .center .txt1,
    .inner_news .newsL .center .txt2{
        margin: 0 !important;
    } */
    .inner_news .newsL .center .txt1{
        font-size: 0.36rem !important;
    }
    .inner_news .newsL .center .txt2{
        font-size: 0.32rem;
        margin-top: 0.2rem 0 !important;
    }
    .inner_news .newsL .newsImg{
        display: none;
    }
    .inner_news .newsL{
        padding: 0 !important;
    }
    .inner_news .newsL .detail{
        width: 2rem !important;
        height: .5rem !important;
        font-size: 0.28rem;
        margin-bottom: 0.2rem;
    }
    .inner_news .newsL .center .date{
        font-size: 0.3rem;
        margin: 0.1rem 0;
    }
    .inner_newsDetails{
        padding: 0.3rem 3%;
        flex-direction: column;
    }
    .inner_newsDetails .right_r,
    .inner_newsDetails .right_r .rel_btn,
    .inner_newsDetails .right_r .rel_rj,
    .inner_newsDetails .left_content{
        width: 100%;
    }
    .inner_newsDetails .left_content .title{
        font-size: 0.4rem;
    }
    .inner_newsDetails .body_time,
    .inner_newsDetails .body_num{
        font-size: 0.32rem !important;
    }
    .inner_newsDetails .content p{
        font-size: 0.32rem !important;
    }
        
    .inner_newsDetails .left_content .fy>a {
        width: 3.3rem;
        height: 0.6rem;
        font-size: 0.3rem;
        line-height: 0.6rem;
    }
    .inner_newsDetails .right_r>input {
        width: 100%;
        height: 0.6rem;
        margin-top: 0.5rem;
        margin-bottom: 0.2rem;
    }
    .inner_newsDetails .right_r>input::placeholder{
        font-size: 0.32rem;
    }
    .inner_newsDetails .right_r .title{
        font-size: 0.36rem;
    }
    .inner_newsDetails .right_r .rel_btn{
        height: 0.6rem;
        font-size: 0.32rem;
        line-height: 0.6rem;
    }
    .inner_newsDetails .right_r .rel_rj{
        padding: 0.2rem;
        /* height: 0.6rem; */
        font-size: 0.32rem;
        line-height: 0.6rem;
    }
    .inner_ddjs .djhdS{
        padding: 0.3rem 3%;
    }
    .inner_djzt .ztal,
    .inner_ddjs .djhdSwiper{
        width: 100%;
    }
    .inner_djzt .ztal{
        padding: 0;
        height: auto;
    }
    .inner_djzt .djTitle,
    .inner_ddjs .djhd .djTitle{
        font-size: 0.4rem;
    }
    .inner_djzt .djHr,
    .inner_ddjs .djhd .djHr{
        width: 0.8rem;
        margin-bottom: 0.4rem;
    }
    .inner_djzt .ztal .img,
    .inner_ddjs .djhdSwiper .swiper-slide .djImg{
        width: 100%;
        height: auto;
        position: unset;
    }
    .inner_djzt .ztal .txt,
    .inner_ddjs .djhdSwiper .swiper-slide .djTxt{
        padding: 0.23rem 0.24rem;
        position: unset;
        height: auto;
    }
    .inner_djzt .ztal .txt1,
    .inner_ddjs .djhdSwiper .swiper-slide .djTxt .txt1{
        font-size: 0.36rem;
    }
    .inner_djzt .ztal .txt2,
    .inner_ddjs .djhdSwiper .swiper-slide .djTxt .txt2{
        font-size: 0.32rem;
        line-height: 1.5;
        margin-bottom: 0;
    }
    .inner_ddjs .djhdSwiper{
        height: auto;
    }
    .inner_ddjs .dhhdList{
        margin-top: 0.3rem;
    }
    .inner_ddjs .dhhdList .djhdL{
        margin-right: 0;
        max-width: none;
    }
    .inner_ddjs .dhhdList .djhdL a{
        font-size: 0.32rem;
        width: calc(100% - 1.5rem);
    }
    .inner_djzt .ztal .img .date,
    .inner_ddjs .dhhdList .djhdL .date{
        padding-right: 0;
        font-size: 0.32rem;
        width: 1.5rem;
        padding-left: 0.1rem;
    }
    .inner_ddjs .djhdSwiper .swiper-slide .djImg .date{
        width: 1.84rem;
        height: 0.6rem;
        font-size: 0.3rem;
        line-height: 0.6rem;
    }
    .inner_djzt_detail .djztTit{
        font-size: 0.4rem !important;
        line-height: 1.3;
    }
    .inner_djzt_detail .djztInfo span{
        font-size: 0.28rem !important;
    }
    .index_qywh .conImg{
        display: none;
    }
    .index_qywh .qywhTitle2{
        font-size: 0.3rem;
    }
    .index_qywh .conTxt .txt1{
        font-size: 0.36rem;
    }
    .index_qywh .conTxt .icon{
        margin-bottom: 0;
    }
    .index_qywh .conTxt .txt3{
        font-size: 0.32rem;
        line-height: 1.4;
    }
    .index_qywh .conTxt{
        width: 100%;
    }
    .index_qywh .qywhL{
        width: 100%;
        height: auto;
        margin-bottom: 0.2rem;
    }
    .index_qywh{
        padding: 0.3rem 3%;
    }
    .index_qywh .conTxt .txt2{
        font-size: 0.33rem;
        line-height: 1.4;
    }
    .index_qywh .gslogosy .gssyBox .logo_img1{
        position: unset;
    }
    .index_qywh .gslogosy .gssyBox{
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .index_qywh .gslogosy .gssyBox .logo_img6,
    .index_qywh .gslogosy .gssyBox>div{
        position: unset !important;
        width: 2rem;
        height: auto;
        transform: unset;
    }
    .index_qywh .gslogosy .gslTitle1{
        font-size: 0.4rem;
    }
    .index_qywh .gslogosy .gslTitle2{
        font-size: 0.3rem;
    }
    .index_qywh .gssyBox2{
        flex-direction: column;
    }
    .index_qywh .gssyBox2 .left, .index_qywh .gssyBox2 .right{
        width: 100%;
    }
    .index_qywh .gssyBox2 .right .title,
    .index_qywh .gssyBox2 .txt1{
        width: 1.8rem !important;
        font-size: 0.32rem !important;
    }
    .index_qywh .gssyBox2 .right .txt,
    .index_qywh .gssyBox2 .txt2{
        font-size: 0.32rem !important;
        line-height: 1.5 !important;
        margin-top: 0 !important;
    }
    .index_qywh .gssyBox2 .right .txt{
        height: auto !important;
    }
    .inner_xxgk .zxns{
        flex-direction: column;
    }
    .inner_xxgk .zxns .right{
        margin-top: 0.2rem;
    }
    .inner_xxgk .zxns .right,
    .inner_xxgk .zxns .left{
        width: 100%;
    }
    .inner_xxgk .zpxx .zpxxBox .box1 .right,
    .inner_xxgk .zpxx .zpTitle2,
    .inner_xxgk .zxns .left .cont,
    .inner_xxgk .zxns .left .title2{
        font-size: 0.32rem;
    }
    .inner_xxgk .zpxx .zpxxBox .box1 .left{
        padding-right: 0.2rem;
    }
    .inner_xxgk .zpxx .zpxxBox .box1 .right{
        padding-left: 0.2rem;
    }
    .inner_xxgk .zpxx .zpxxBox .box2 .zpxxLBox{
        width: 100%;
        margin-right: 0;
    }
    .xxgg_gg .ggTitle .txt1,
    .inner_xxgk .zpxx .zpxxBox .box2 .zpxxLBox .zpLTitle{
        font-size: 0.36rem;
    }
    
    .inner_gkxx_contact .zgsmpL .zgsmp .left,
    .inner_gkxx_contact .zgsmpL .zgsmp .right>div,
    .inner_gkxx_contact .ctBox .r_txt .txt,
    .inner_gkxx_contact .ctTitle2,
    .inner_xxgk .zpxx .zpxxBox .box2 .zpxxLBox .zpLT>div{
        font-size: 0.32rem;
    }
    .xxgg_gg .ggTitle .txt2,
    .xxgg_gg .ggTitle .xz{
        font-size: 0.28rem;
        margin-top: 0;
    }
    .inner_xxgk .zpxx .zpxxBox .box2 .zpxxLBox .ckgd{
        margin-top: 0.3rem;
        font-size: 0.32rem;
        width: 2rem;
        height: 0.6rem;
        line-height: 0.6rem;
    }
    .inner_gkxx_contact .zgsmpL .zgsmp .left,
    .inner_gkxx_contact .zgsmpL .zgsmp .right>div,
    .inner_gkxx_contact .ctBox .r_txt .txt{
        line-height: 1.3;
    }
    .inner_gkxx_contact .zgsmpL .zgsmp{
        height: 4rem;
        width: 100%;    
    }
    .inner_gkxx_contact .zgsmpL .zgsmp .left{
        width: 2rem;
    }
    .inner_gkxx_contact .zgsmpL .zgsmp .right{
        width: calc(100% - 2.3rem);
    }
    .inner_gkxx_contact .ctBox,
    .xxgg_gg{
        width: 100%;
        height: auto;
    }
    .xxgg_gg .close{
        width: 0.4rem;
        height: 0.4rem;
    }
    .inner_gkxx_contact .contact_box1{
        flex-direction: column;
    }
    .inner_gkxx_contact .contact_box1 .left,
    .inner_gkxx_contact .contact_box1 .right{
        width: 100%;
    }
}