@media screen and (max-width:321px){
    .swiperImg svg text{
      font-size: 30px;
    } 
}


@media screen and (min-width:322px) and (max-width: 376px){
    .swiperImg svg text{
      font-size: 40px;
    } 
    .gssl img{
        transform: scale(1.2);
    }
    .zxfw img{
        transform: scale(1.3);
    }
    .bm img{
        transform: scale(1.1);
    }
    .ly img{
        transform: scale(1.1);
    }
    .alzs img,.sjtd img,.fwlc img,footer img,.b-bj img{
        transform: scale(1.1);
    }
    .dc img{
        transform: scale(1.3);
    }

    .xwzx img .fwlc img{
        transform: scale(1.2);
    }
    .vr-content{
        height: 400px;
    }
}
@media screen and (min-width:377px) and (max-width: 425px){
    .swiperImg svg text{
      font-size: 46px;
    } 
    .gssl img{
        transform: scale(1.2);
    }
    .zxfw img{
        transform: scale(1.3);
    }
    .bm img{
        transform: scale(1.1);
    }
    .ly img{
        transform: scale(1.1);
    }
    .alzs img,.sjtd img,.fwlc img,footer img,.b-bj img{
        transform: scale(1.1);
    }
    .dc img{
        transform: scale(1.3);
    }

    .xwzx img .fwlc img{
        transform: scale(1.2);
    }


    .vr-content{
        height: 400px;
    }
}

@media screen and (min-width:500px) and  (max-width: 1000px){
    .swiperImg svg text{
      font-size: 50px;
    } 
}