/* 媒体查询 */
@media all and (min-width: 1600px) {
}
@media all and (max-width: 1600px) {
  /* 首页 */
  .home_top .top_nav li {
    padding: 0 13px;
  }
  /* .z_home .home_con .zh_introduce .zh_word p {
    width: 57%;
  } */
  .z_home .home_con .map_left {
    width: 50%;
  }
  .z_home .home_con .map_right {
    width: 40%;
  }
  .z_home .home_con .map_right img {
    margin-top: -20px;
  }
  .z_home .home_con .con_down .mh_list img {
    width: 255px;
  }
  .z_home .home_con .zh_introduce {
    padding-bottom: 160px;
  }
  .home_footer .footer_top .footer_right .footer_r_top .footer_r_right {
    width: 220px;
  }
  .home_footer .footer_top .footer_right {
    width: 57%;
  }
}
@media all and (max-width: 1440px) {
  .home_top .top_nav li {
    padding: 0 9px;
  }
  .home_top .top_nav li {
    font-size: 15px;
  }
  .home_top .top_nav .nav_right .el-dropdown .el-button--primary {
    width: 180px;
  }
  .kaowu {
    width: 175px;
  }

  .home_top .top_nav .nav_left img {
    width: 300px;
    height: 45px;
  }
  /* .z_home .home_con .zh_introduce .zh_word p {
    width: 52%;
  } */
  .z_home .home_con .con_down .mh_list > div {
    width: 250px;
  }
  .home_footer .footer_top .footer_right {
    width: 56%;
  }
  .z_home .home_con .map_right img {
    margin-top: 0;
  }
  .z_home .home_con .zh_introduce {
    padding-bottom: 140px;
  }
}
@media all and (max-width: 1280px) {
  .z_home .home_con .con_down .mh_list img {
    height: 130px;
  }
  .home_top .top_nav .nav_right {
    white-space: nowrap;
    /* overflow-x: scroll; */
  }
  .home_top .top_nav .nav_right .el-input {
    width: 190px;
  }
  .home_top .top_nav .nav_right .el-input .el-input__inner {
    width: 190px;
  }
  .home_top .top_nav .nav_right .el-input .el-input__icon {
    width: 40px;
  }
  .home_footer .footer_top .footer_right {
    width: 60%;
  }
  .z_home .home_con .con_down .yq_list img {
    display: block;
    width: 240px;
  }
  .z_home .home_con .zh_introduce {
    padding-bottom: 120px;
  }
}
@media all and (max-width: 1024px) {
}
@media all and (max-width: 960px) {
}
@media all and (max-width: 840px) {
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 600px) {
}
