/* 所有页面的媒体查询 */








/* 
1025-----------1200    中等屏幕
*/
@media screen and (min-width: 1025px) and (max-width: 1200px) {


    .p1Five1_r_03 .item .icon {
        width: 20px;
    }

    .p1Five1_r_03 .item .text {
        width: calc(100% - 20px);
        padding: 0 0 0 12px;
    }

    .p1Two1 .item .icon {
        width: 40px;
    }

    .p1Two1 .item .r_box {
        width: calc(100% - 40px);
    }

    .p1Two1 .item .r_box .text {
        padding-top: 2px;
    }

    .p1One1_r_form .btn input {
        width: 215px;
    }











}


/* 
768------------1024    ipad
*/
@media screen and (min-width: 768px) and (max-width: 1024px) {

    .ind_video_maskBox .video_Box_1 {
        width: 92%;
        height: 400px;
    }

    .p1One1_l {
        width: 100%;
        padding-bottom: 30px;
    }

    .p1One1_r {
        width: 100%;
    }

    .p1One1_r_form .btn input {
        width: 200px;
    }

    .p1Two1 .item {
        width: calc(100% / 2);
    }

    .p1Two1 > .item:nth-child(2n) {
        border-right: none;
    }

    .p1Four1 .item {
        width: 100%;
        margin: 0 0 15px;
    }

    .p1Five1_r_03 .item .icon {
        width: 22px;
    }

    .p1Five1_r_03 .item .text {
        width: calc(100% - 22px);
        padding: 0 0 0 12px;
    }

    .p1Six1 {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .p1Six1 .item {
        width: calc((100% - 25px) / 2);
        margin-right: 0;
        margin-bottom: 25px;
    }

    .p1Seven1 .item {
        width: calc((100% - 10px) / 2);
        margin: 0 0 10px;
    }

    .p1Seven1 {
        -ms-justify-content: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

























}


/* 
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;
    }



    .p1One1_l {
        width: 100%;
        padding-bottom: 25px;
    }

    .p1One1_l_04 .icon {
        width: 40px;
    }

    .p1One1_l_04 .text {
        width: calc(100% - 40px);
        padding: 12px 0 0 10px;
    }

    .p1One1_r {
        width: 100%;
    }

    .p1One1_r_form .btn input {
        width: 170px;
    }

    .wrap {
        width: 100%;
    }

    .p1Two1 .item {
        width: calc(100% / 2);
    }

    .p1Two1 > .item:nth-child(2n) {
        border-right: none;
    }

    .p1Two1 .item .icon {
        width: 32px;
    }

    .p1Two1 .item .r_box {
        width: calc(100% - 32px);
        padding-left: 10px;
    }

    .p1Two1 .item .r_box .text {
        padding-top: 2px;
    }

    .ptb {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page_module_title .icon .shape {
        width: 12px;
        height: 12px;
    }

    .page_module_title .icon::after, .page_module_title .icon::before {
        width: calc((100% - 32px) / 2);
    }
    
    .popup_inquiry_form {
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .popup_inquiry_form_r {
        width: 100%;
    }

    .popup_inquiry_form_l {
        width: 100%;
    }

    .p1Eight1_l_01 {
        display: none;
    }

    .p1Eight1_l_02 {
        padding-top: 0;
    }

    .p1Four1 .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .p1Five1_l {
        width: 100%;
    }

    .p1Five1_r {
        width: 100%;
        padding-top: 15px;
    }

    .p1Five1_r_03 .item .icon {
        width: 18px;
    }

    .p1Five1_r_03 .item .text {
        width: calc(100% - 18px);
        padding: 2px 0 0 12px;
    }

    .p1Five1_r_04 {
        padding-top: 10px;
    }

    .p1Five2_l {
        width: 100%;
        padding-bottom: 20px;
    }

    .p1Five2_r {
        width: 100%;
    }

    .p1Six1 .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .p1Seven1 .item {
        width: 100%;
        margin-right: 0;
    }

    .p1Eight1_l {
        width: 100%;
    }

    .p1Eight1_r {
        width: 100%;
    }
























}