@media screen and (max-width: 1200px) {
    .ind_content_con {
        width: 100%;
    }
    .ind_first_r {
        width: 285px;
    }
    .ind_first_l {
        width: calc(100% - 300px);
    }
    .ind_two_r {
        width: 370px;
    }
    .ind_two_l {
        width: calc(100% - 385px);
    }
    .ind_two_con ul li {
        width: 49%;
        height: 170px;
    }
    .ind_two_con ul li a img {
        width: 100%;
        height: 170px;
    }
    .ind_three_con_c ul li {
        width: 22.9%;
    }
    .ind_three_con_c ul li a img {
        width: 100%;
    }
}

@media screen and (max-width: 950px) {
    .ind_first_r {
        width: 270px;
        height: 260px;
    }
    .ind_first_l {
        width: calc(100% - 280px);
        height: 260px
    }
    .ind_first_banner img {
        height: 260px;
    }
    .ind_first_r_con ul li {
        height: 45px;
    }
    .ind_first_r_con ul li a {
        font-size: 15px;
    }
    .ind_two_r {
        width: 320px;
    }
    .ind_two_l {
        width: calc(100% - 330px);
    }
    .ind_two_con ul li {
        height: 130px;
    }
    .ind_two_r_con ul li a img {
        width: 90px;
        height: 55px;
    }
    .ind_two_r_con ul li a p {
        font-size: 15px;
        margin-left: 5px;
        width: calc(100% - 98px);
        margin-top: 7px;
    }
    .ind_two_con ul li a img {
        height: 130px;
    }
    .ind_three_con_c ul li {
        width: 24.1%;
        margin: 0px 2px;
    }
    .ind_three_con_c ul li a img {
        height: 125px;
    }
    .ind_three_con_c ul li a p {
        font-size: 15px;
        margin-top: 5px;
        line-height: 18px;
    }
}

@media screen and (max-width: 750px) {
    .ind_content_con {
        margin: 70px auto;
    }
    .ind_first_l {
        width: 100%;
        float: initial;
        height: 180px;
    }
    .ind_first_r {
        width: 100%;
        float: initial;
        margin: 20px auto;
    }
    .ind_first_banner img {
        height: 180px;
    }
    .ind_first {
        margin: 12px;
    }
    .ind_two {
        margin: 12px;
    }
    .ind_two_l {
        width: 100%;
        float: initial;
    }
    .ind_two_r {
        width: 100%;
        float: initial;
        margin: 20px auto;
    }
    .ind_two_con ul li {
        height: 120px;
    }
    .ind_two_con ul li a img {
        height: 120px;
    }
    .ind_two_con ul li a .ind_two_con_z p {
        margin-left: 10px;
        font-size: 15px;
    }
    .ind_two_r_con ul li a img {
        width: 130px;
        height: 90px;
    }
    .ind_two_r_con ul li a p {
        font-size: 15px;
        margin-left: 10px;
        width: calc(100% - 140px);
        margin-top: 23px;
    }
    .ind_three {
        margin: 12px;
    }
    .ind_three_con_c ul li {
        width: 48%;
        margin: 0px 3px;
    }
    .ind_three_con_c ul li:nth-child(4n+1) {
        margin-left: initial;
        margin-top: initial;
    }
    .ind_three_con_c ul li:nth-child(4n+4) {
        margin-left: initial;
        margin-top: initial;
    }
    .ind_three_con_c ul li:nth-child(2n+1) {
        float: left;
        margin: 0;
        margin-top: 20px;
    }
    .ind_three_con_c ul li:nth-child(2n+2) {
        float: right;
        margin: 0;
        margin-top: 20px;
    }
}