/* 所有页面的媒体查询 */




/* 
1201-----------1410    大屏电脑
*/
@media screen and (min-width: 1201px) and (max-width: 1410px) {



    .p3Five1 .item {
        width: calc((100% - 100px) / 6);
        margin-right: 20px;
    }





}


/* 
1025-----------1200    中等屏幕
*/
@media screen and (min-width: 1025px) and (max-width: 1200px) {



    .p3Two1_list .item {
        font-size: 16px;
    }


    .p3Five1 .item {
        width: calc((100% - 75px) / 6);
        margin-right: 15px;
    }

    .p3Eight1 .item {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
    }

    .p3Nine1 .item {
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
    }





}


/* 
768------------1024    ipad
*/
@media screen and (min-width: 768px) and (max-width: 1024px) {

    .ind_video_maskBox .video_Box_1 {
        width: 92%;
        height: 400px;
    }


    .p3Two {
        display: none;
    }

    .p3Three1 .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .p3Four_float_img {
        display: none;
    }

    .p3Four2 {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .p3Four2 .item {
        width: calc((100% - 30px) / 2);
        margin-right: 0;
        margin-bottom: 30px;
    }

    .p3Five1 .item {
        width: calc((100% - 50px) / 3);
        margin-right: 25px;
        margin-bottom: 25px;
    }

    .p3Five1>.item:nth-child(6n) {
        margin-right: 25px;
    }

    .p3Five1>.item:nth-child(3n) {
        margin-right: 0;
    }

    .p3Six1_l {
        width: 100%;
    }

    .p3Six1_r {
        width: 100%;
    }

    .p3Eight1 {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .p3Eight1 .item {
        width: calc((100% - 30px) / 2);
        margin-right: 0;
        margin-bottom: 30px;
    }

    .p3Nine1 .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 18px;
    }

    .p3Ten1_01_l {
        width: 100%;
    }

    .p3Ten1_01_r {
        width: 100%;
        padding-bottom: 30px;
    }

    .p3Ten2_01 {
        width: 100%;
        text-align: center;
    }

    .p3Ten2_02 {
        width: 100%;
        padding-top: 8px;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .p3Ten1_01 {
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }




}


/* 
1--------------767      手机
*/
@media screen and (min-width: 1px) and (max-width: 767px) {
    
    .plr_15 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ind_video_maskBox .video_Box_1 {
        width: 92%;
        height: 220px;
    }





    .wrap {
        width: 100%;
    }

    .p3Two {
        display: none;
    }

    .p3_inquiry_pop_form_l {
        display: none;
    }

    .p3_inquiry_pop_form_r {
        width: 100%;
    }

    .ptb {
        padding-left: 15px;
        padding-right: 15px;
    }

    .p3Three1 .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 18px;
    }

    .p3Four_float_img {
        display: none;
    }

    .p3Four2 .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .p3Five1 {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .p3Five1 .item {
        width: calc((100% - 10px) / 2);
        margin-right: 0;
        margin-bottom: 15px;
    }

    .p3Six1_l {
        width: 100%;
    }

    .p3Six1_r {
        width: 100%;
    }

    .p3Eight1 .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .p3Nine1 .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .p3Ten1_01 {
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .p3Ten1_01_r {
        width: 100%;
        padding-bottom: 15px;
    }

    .p3Ten1_01_l {
        width: 100%;
    }

    .p3Ten2_01 {
        width: 100%;
        text-align: center;
    }

    .p3Ten2_02_l {
        padding-right: 10px;
    }

    .p3Ten2_02 {
        width: 100%;
        padding-top: 5px;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }


}