/* 所有页面的媒体查询 */



@media screen and (min-width: 1410px){
    .m17_box5_list_item:nth-child(4n)::after{
        display: none;
    }

}


/* 
1201-----------1410    大屏电脑
*/
@media screen and (min-width: 1201px) and (max-width: 1410px) {
    .m17_box5_list_item:nth-child(4n)::after{
        display: none;
    }

    .m17_banner_scroll .swiper-slide{
        height: 700px;
    }

    





}


/* 
1025-----------1200    中等屏幕
*/
@media screen and (min-width: 1025px) and (max-width: 1200px) {

    .d16_menu_dl{
        display: none;
    }

    .m17_banner_scroll .swiper-slide{
        height: 500px;
    }   

    .m17_box5_list_item{
        width: calc((100% - clamp(1.25rem, 0.564rem + 2.93vw, 3.125rem)*2) / 3);
    }


    .m17_box3_l{
        width: 100%;
        margin-bottom: 30px;
    }
    .m17_box3_r{
        width: 100%;
    }

    .m17_box5_list_item::after{
        display: none;
    }


    .m17_box7_l{
        width: 100%;
    }
    .m17_box7_bg{
        width: 100%;
    }

    .m17_box7_r{
        width: 100%;
    }
    .m17_box7_r img{
        float: none;
        width: 100%;
    }


    

















}


/* 
768------------1024    ipad
*/
@media screen and (min-width: 768px) and (max-width: 1024px) {


   

    .header_box{
        height: 46px;
    }
    .logo{
        height: 50px;
    }
    .d16_menu_dl{
        display: none;
    }
    .header_b .sub_wrap_a_center{
        height: 70px;
    }


    .bgfixed{
        background-attachment: local;
    }
    

   

    .m17_banner_scroll .swiper-slide{
        height: 500px;
        
    }
    .m17_banner_con{
        padding-top: 70px;
    }


    .m17_box2_list_item{
        width: calc((100% - 20px) / 2);
    }

    


    .m17_box3_l{
        width: 100%;
        margin-bottom: 30px;
    }
    .m17_box3_r{
        width: 100%;
    }


    .m17_box5_list_item{
        width: calc((100% - clamp(1.25rem, 0.564rem + 2.93vw, 3.125rem)*2) / 3);
    }
    .m17_box5_list_item::after{
        display: none;
    }


    .m17_box7_l{
        width: 100%;
    }
    .m17_box7_bg{
        width: 100%;
    }

    .m17_box7_r{
        width: 100%;
    }

    .m17_box7_r img{
        float: none;
        width: 100%;
    }

    .m17_box8_l{
        width: 100%;
        margin-bottom: 30px;
    }
    .m17_box8_r{
        width: 100%;
    }
    .m17_box8_scroll{
        width: calc(50% + 50vw);
    }
















}


/* 
1--------------767      手机
*/
@media screen and (min-width: 1px) and (max-width: 767px) {
    
    .p15{
        padding-left: 15px;
        padding-right: 15px;
    }

    .wrapper{
        width: 100%;
    }

    .header_box{
        height: 0;
    }
    .header_t{
        display: none;
    }
    .header_b .sub_wrap_a_center{
        height: 70px;
    }
    .header_b_l{
        width: calc(100% - 190px);
    }
    .d16_menu_dl{
        display: none;
    }
    .logo{
        height: 50px;
    }

    .bgfixed{
        background-attachment: local;
    }


    .m17_banner_scroll_btn_box{
        right: 15px;
        top: auto;
        bottom: 20px;
    }
    .m17_banner_scroll .swiper-slide{
        height: 500px;
        
    }
    .m17_banner_con{
        padding-top: 70px;
    }


    .m17_box2_title_l{
        width: 100%;
    }
    .m17_box2_title_r{
        width: 100%;
    }


    .m17_box2_list_item{
        width: 100%;
    }

    .m17_box3_l_con1{
        padding: 20px;
    }
    .m17_box3_l_con2{
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
    }

    .m17_box3_r_icon{
        display: none;
    }

    .m17_box3_r_clm2 .item{
        width: 100%;
    }

    
    



    


    .m17_box3_l{
        width: 100%;
    }
    .m17_box3_r{
        width: 100%;
        padding-top: 0;
    }

    .m17_box4_list_clm{
        width: 100%;
    }



    .m17_box5_list_item{
        width: 100%;
    }
    .m17_box5_list_item::after{
        display: none;
    }


    .m17_box7_l{
        width: 100%;
    }
    .m17_box7_bg{
        width: 100%;
    }

    .m17_box7_r{
        width: 100%;
    }
    

    .m17_box7_r img{
        float: none;
        width: 100%;
    }
    .m17_box7_l_clm .item{
        width: 100%;
    }



    .m17_box8_l{
        width: 100%;
        margin-bottom: 30px;
    }
    .m17_box8_r{
        width: 100%;
    }
    .m17_box8_scroll{
        width: calc(50% + 50vw);
    }


    .m17_footer_t_l{
        width: 100%;
    }
    .m17_footer_t_r{
        width: 100%;
    }


    .popup_inquiry_form_l{
        display: none;
    }
    .popup_inquiry_form_r{
        width: 100%;
    }
    














}