/*pc自适应*/

/*>=1100的设备*/
/*做手机端自适应*/
/* @media (min-width: 1100px) {
    body {
        font-size: 20px
    }
} */
@media screen and (max-width: 1100px) {

    /* .nav_normal {
        display: none;
    }

    .nav_btn {
        float: right;
        margin: 0;
        padding-left: 0;
        margin-left: 471px;
        display: block;
    } */
    .banner3_line1 {
        top: 275px;
        left: 395px;
    }

    .banner3_line2 {
        top: 500px;
        left: 1220px;
    }

    .banner3_txt {
        top: 330px;
        left: 60px;
    }

    .banner3_txt_en {
        top: 255px;
        left: 70px;
    }

    /*contact_us*/
    #map {
        transform: translate(3px, 0);
        left: 406px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1280px) {

    /* .th-nav-list {
        display: none;
    }

    .nav_btn {
        float: right;
        margin: 0;
        padding-left: 0;
        margin-left: 471px;
        display: block;
    } */
    .banner3_line1 {
        top: 275px;
        left: 395px;
    }

    .banner3_line2 {
        top: 500px;
        left: 1220px;
    }

    .banner3_txt {
        top: 330px;
        left: 60px;
    }

    .banner3_txt_en {
        top: 255px;
        left: 70px;
    }

    /*contact_us*/
    #map {
        transform: translate(3px, 0)!important;
        left: 406px!important;
    }
}

/*1280-1440*/
@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .banner3_line1 {
        top: 275px;
        left: 395px;
    }

    .banner3_line2 {
        top: 500px;
        left: 1220px;
    }

    .banner3_txt {
        top: 330px;
        left: 60px;
    }

    .banner3_txt_en {
        top: 255px;
        left: 70px;
    }
}

/*1440-1680*/
@media screen and (min-width: 1440px) and (max-width: 1680px) {
    .banner3_line1 {
        top: 275px;
        left: 395px;
    }

    .banner3_line2 {
        top: 500px;
        left: 1220px;
    }

    .banner3_txt {
        top: 330px;
        left: 60px;
    }

    .banner3_txt_en {
        top: 255px;
        left: 70px;
    }
}

/*1680-1920*/
@media screen and (min-width: 1680px) and (max-width: 1920px) {}

/*1920-2560*/
@media screen and (min-width: 1920px) and (max-width: 2560px) {}