/* 所有页面的媒体查询 */




/* 
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,
    .header .wrapper{
        height: 70px;
    }
    .logo{
        height: 50px;
    }


    .d15_menu_dl{
        display: none;
    }
    .m15_banner_con{
        padding:56px 20px 0;
    }

    .bgfixed{
        background-attachment: local;
    }
    .m15_box4, .m15_box5{
        height: auto;
    }
    .m15_box2_list1 dd{
        width: calc((100% - clamp(1.25rem, 0.921rem + 1.41vw, 2.063rem)) / 2);
    }
    .m15_box6_list dd{
        width: calc((100% - clamp(1.25rem, 0.997rem + 1.08vw, 1.875rem)) / 2);
    }

    .m15_footer_t_item1{
        display: none;
    }
    .m15_footer_t_l{
        width: 47%;
    }
    .m15_footer_t_item2{
        width: 47%;
    }















}


/* 
1--------------767      手机
*/
@media screen and (min-width: 1px) and (max-width: 767px) {
    
    .p15{
        padding-left: 15px;
        padding-right: 15px;
    }

    .wrapper{
        width: 100%;
    }

    .header,
    .header .wrapper{
        height: 56px;
    }
    .logo{
        width: 45%;
        height: 36px;
    }

    .m15_banner{
        height: 500px;
    }
    .m15_banner_con{
        padding:56px 20px 0;
    }

    .d15_menu_dl{
        display: none;
    }

    .bgfixed{
        background-attachment: local;
    }
    .m15_box4, .m15_box5{
        height: auto;
    }
    .m15_box2_list1 dd{
        width: 100%;
    }
    .m15_box6_list dd{
        width: 100%;
    }
    .m15_box3_l{
        width: 100%;
    }
    .m15_box3_r{
        width: 100%;
    }
    .m15_box4_t_l{
        width: 100%;
    }
    .m15_box4_t_r{
        width: 100%;
    }
    .m15_box4_b_item{
        width: 100%;
    }

    .m15_footer_t_item1{
        display: none;
    }
    .m15_footer_t_l{
        width: 100%;
        margin-bottom: 30px;
    }
    .m15_footer_t_item2{
        width: 100%;
    }

    .m15_footer_b_l{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .m15_footer_b_r{
        width: 100%;
        justify-content:center;
        -ms-justify-content:center;
        -webkit-justify-content:center;
    }


    .popup_inquiry_form_l{
        display: none;
    }
    .popup_inquiry_form_r{
        width: 100%;
    }















}