@media screen and (min-width:425px) and (max-width:768px) {
    .bottom-logo{
        width: 300px;
        height: 56px;
padding-top:3%;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .little-title {
        font-size: 17px;
    }

    .bottom-bq-top{
        width: 4.68rem;
    }
    .bottom-bq p{
        width: 546px;
    }
    .bottom-bq {
        margin: 0 auto;
        width: 10rem;
    }
    .bottom-bq-top li{
        margin-left: -10px;
    }
    .erweima {
        width: 145px;
    }

    .news{
        width: 90%;
    }
.gzh{
/* width:62px; */
}

.home-fwpt{
    width: 90% !important;
}
.home-fwpt-top,.home-fwpt-top-title,.swiper-father{
    width: 100% !important;
}
.swiper-father{
    margin-left: 0 !important;
}
.zt_img li{
       width: 2.8rem !important;
}



}
@media screen and (max-width:768px) {
    .bottom{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 100%;

         height: auto;
     }
     
     .bottom-bq{
         width: 90%;
     }
     .bottom-bq-top{
         width: 85%;
         display: flex;
         justify-content:space-between;
     }
     .erweima{
         width: 85%;
         display: flex;
         justify-content: space-evenly;
     }

     .top_left{
        width: 100%;
       height: 2.3rem;
    }
     .top_right{
         width: 100%;
     }
     .top_right_cont li{
         line-height: 1rem;
     }
     .top_right_tit p{
        height: 0.8rem;
        width: 1.8rem;
        line-height: .6rem;
     }
     .news-zt a img{
        width: 4.4rem;
        height: 2rem;
     }


}







@media screen and (max-width:320px) {
 	.bottom-bq-top{
    	   width: 95%;
   	 }


	
}