/* 所有页面的媒体查询 */




/* 
1201-----------1410    大屏电脑
*/
@media screen and (min-width: 1201px) and (max-width: 1410px) {


   






}


/* 
1025-----------1200    中等屏幕
*/
@media screen and (min-width: 1025px) and (max-width: 1200px) {




    

















}


/* 
768------------1024    ipad
*/
@media screen and (min-width: 768px) and (max-width: 1024px) {


   

    .header_box{
        height: 126px;
    }
    .header_b .wrapper{
        height: 70px;
    }
    .logo{
        height: 50px;
    }
    .d16_menu_dl{
        display: none;
    }



    .bgfixed{
        background-attachment: local;
    }
    

    .m16_box2_t_l_b .header_r_btn{
        width: auto;
    }


    .m16_box3_list .item,
    .m16_box4_list dd{
        width: calc((100% - 20px) / 2);
    }

    .m16_box6_con_item1{
        width: 100%;
    }
    .m16_box6_con_item2{
        width: 100%;
    }
    .m16_box7_scroll_btn.prev{
        left: -30px;
    }
    .m16_box7_scroll_btn.next{
        right: -30px;
    }

    .m16_footer_m .wrapper{
        gap: 20px;
    }
    .m16_footer_m_item{
        width: 48%;
    }
















}


/* 
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: 50px;
    }
    .header_t{
        display: none;
    }
    .header_b .wrapper{
        height: 50px;
    }
    .d16_menu_dl{
        display: none;
    }
    .logo{
        width: 35%;
        height: 36px;
    }

    .bgfixed{
        background-attachment: local;
    }

    .header_r{
        width: auto;
    }
    

    .header_r_btn .icon{
        width: 32px;
    }
    .header_b .header_r_btn{
        padding-left: 0;
        border-left: 0;
    }

    


    .m16_banner{
        height: 300px;
    }
    .m16_banner_con{
        padding:0 20px 0;
    }


    .m16_box2_t_l{
        width: 100%;
        margin-bottom: 30px;
    }

    .m16_box2_t_r{
        width: 100%;
    }

    .m16_box2_b .item{
        width: 100%;
        margin-bottom: 20px;
    }


    .m16_box3_list .item,
    .m16_box4_list dd{
        width: 100%;
    }

    .m16_box5_l{
        width: 100%;
        margin-bottom: 25px;
    }
    .m16_box5_r{
        width: 100%;
    }


    .m16_box6_con_item1{
        width: 100%;
    }
    .m16_box6_con_item2{
        width: 100%;
    }
    .m16_box7_scroll_btn.prev{
        left: -15px;
    }
    .m16_box7_scroll_btn.next{
        right: -15px;
    }


    .m16_footer_t_item{
        width: 100%;
    }
    .m16_footer_m .wrapper{
        gap: 20px;
    }
    .m16_footer_m_item{
        width: 100%;
    }

    .m16_footer_m_item_sm .item{
        padding: 4px;
    }



    .popup_inquiry_form_l{
        display: none;
    }
    .popup_inquiry_form_r{
        width: 100%;
    }
    














}