@keyframes gotoright {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
  }
/* pc样式 */
@media screen and (min-width: 1024px){
    .banner {
        height: 5.6rem;
    }
    .swiper-slide-img {
        height: 5.6rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .swiper-button-prev,.swiper-button-next{
        width: 0.2rem;
    }
    .swiper-button-prev {
        left: 0.4rem;
    }
    .swiper-button-next {
        right: 0.4rem;
    }

    .banner>.swiper .swiper-pagination .swiper-pagination-bullet {
        position: relative;
        width: 0.9rem;
        height: 0.1rem;
        background-color: #ffffff;
        border-radius: 0.05rem;
        opacity: 1;
    }
    .banner>.swiper .swiper-pagination .swiper-pagination-bullet-active::after {
        width: 100%;
        height: 0.1rem;
        border-radius: 0.05rem;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background-color: var(--zt_deep_color--);
        animation: gotoright 6s linear;
        animation-fill-mode: forwards;
    }

    .content-bj1 {
        padding-top: 0.9rem;
    }
    .content-box1,.content-box2 {
        display: flex;
        justify-content: space-between;
    }
    .zxjj,.hyjr {
        width: 48%;
    }
    .yjjz {
      display:none;
    }
    .xwdt {
    width: 100%;
    }
    .zxjj-box{
        box-sizing: border-box;
        min-height: 7rem;
        margin-top: 0.3rem;
        background-color: #ffffff;
        padding: 0.3rem;
    }


    .zxjj-box>p ,.hyjr-box-top p {
        text-align: justify;
        text-indent: 2em;
        font-size: 0.2rem;
        line-height: 0.36rem;
        color: #333333;
    }

    .hyjr-box {
        margin-top: 0.3rem;
        background-color: #ffffff;
    }

    .hyjr-box-top {
        box-sizing: border-box;
        min-height: 3.6rem;
        padding: 0.3rem 0.3rem 0 0.3rem;
    }

    .hyjr-box-bottom {
        box-sizing: border-box;
        padding: 0.8rem;
        height: 3.4rem;
        background-image: url(../imgs/hyjr_bg.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;
    }

    .hyjr-box-bottom>p{
        font-size: 0.2rem;
        color: #ffffff;
        margin-bottom: 0.13rem;
    }
    .hyjr-box-bottom>p>span{
        font-weight: 700;
    }


    .content-bj2 {
        padding: 0.7rem 0;
    }
    .yjjz-box,.xwdt-box {
        margin-top: 0.3rem;
        background-color: #ffffff;
        padding: 0.3rem;
    }

}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .banner {
        height: 5.6rem;
    }
    .swiper-slide-img {
        height: 5.6rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .swiper-button-prev,.swiper-button-next{
        width: 0.2rem;
    }
    .swiper-button-prev {
        left: 0.4rem;
    }
    .swiper-button-next {
        right: 0.4rem;
    }

    .banner>.swiper .swiper-pagination .swiper-pagination-bullet {
        position: relative;
        width: 0.9rem;
        height: 0.1rem;
        background-color: #ffffff;
        border-radius: 0.05rem;
        opacity: 1;
    }
    .banner>.swiper .swiper-pagination .swiper-pagination-bullet-active::after {
        width: 100%;
        height: 0.1rem;
        border-radius: 0.05rem;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background-color: var(--zt_deep_color--);
        animation: gotoright 6s linear;
        animation-fill-mode: forwards;
    }

    .content-bj1 {
        padding-top: 0.9rem;
    }
    .content-box1,.content-box2 {
        display: flex;
        justify-content: space-between;
    }
      .zxjj,.hyjr {
        width: 48%;
    }
    .yjjz {
      display:none;
    }
    .xwdt {
    width: 100%;
    }

    .zxjj-box{
        box-sizing: border-box;
        min-height: 7rem;
        margin-top: 0.3rem;
        background-color: #ffffff;
        padding: 0.3rem;
    }


    .zxjj-box>p ,.hyjr-box-top p {
        text-align: justify;
        text-indent: 2em;
        font-size: 0.2rem;
        line-height: 0.36rem;
        color: #333333;
    }

    .hyjr-box {
        margin-top: 0.3rem;
        background-color: #ffffff;
    }

    .hyjr-box-top {
        box-sizing: border-box;
        min-height: 3.6rem;
        padding: 0.3rem 0.3rem 0 0.3rem;
    }

    .hyjr-box-bottom {
        box-sizing: border-box;
        padding: 0.8rem;
        height: 3.4rem;
        background-image: url(../imgs/hyjr_bg.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;
    }

    .hyjr-box-bottom>p{
        font-size: 0.2rem;
        color: #ffffff;
        margin-bottom: 0.2rem;
    }
    .hyjr-box-bottom>p>span{
        font-weight: 700;
    }


    .content-bj2 {
        padding: 0.7rem 0;
    }
    .yjjz-box,.xwdt-box {
        margin-top: 0.3rem;
        background-color: #ffffff;
        padding: 0.3rem;
    }
}

@media screen and (max-width: 800px) {
    .content-bj1,.content-bj2 {
        padding-top: 0;
    }
    .banner,.swiper-slide-img {
        height: 3rem;
    }
    .content-box1, .content-box2 {
        flex-wrap: wrap;
    }
    .zxjj, .hyjr, .yjjz, .xwdt {
        margin-top: 30px;
        width: 100%;
    }
    .zxjj-box,.hyjr-box-top,.hyjr-box-bottom {
        height: auto
    }

    .hyjr-box-bottom {
        background-size: 100% 100%; 
    }

    .zxjj-box>p ,.hyjr-box-top>p {
        font-size: 14px;
        line-height: 26px;
    }
    .hyjr-box-bottom>p {
        font-size: 14px;
    }



}