@media (min-width: 769px) {
  .pic_warp {
    width: 100%;
  }
  .pic_warp > img {
    display: block;
    width: 100%;
  }
  .content_warp {
    width: 100%;
    height: 720px;
    background: #fff;
    overflow: hidden;
  }
  .content_warp .content .content_box {
    width: 100%;
    height: 100%;
    margin-top: 50px;
    box-shadow: 0 0 5px #9F9999;
    overflow: hidden;
  }
  .content_warp .content .content_box #allmap {
    width: 1046px;
    height: 384px;
    overflow: hidden;
    font-family: "微软雅黑";
    margin: 40px auto 0 auto;
  }
  .content_warp .content .content_box .lxfs {
    width: 1046px;
    margin: 20px auto;
  }
  .content_warp .content .content_box .lxfs .left {
    width: 500px;
    height: 100%;
    float: left;
  }
  .content_warp .content .content_box .lxfs .left .lxfs_font {
    font-size: 15px;
    color: #585858;
  }
  .content_warp .content .content_box .lxfs .left .lxfs_div {
    width: 500px;
    margin-top: 30px;
  }
  .content_warp .content .content_box .lxfs .left .lxfs_div .lxfs_div_l {
    width: 100%;
    float: left;
  }
  .content_warp .content .content_box .lxfs .left .lxfs_div .lxfs_div_l .lxfs_li {
    font-size: 14px;
    color: #585858;
    line-height: 28px;
  }
  .content_warp .content .content_box .lxfs .left .lxfs_div .lxfs_div_r {
    width: 50%;
    float: left;
  }
  .content_warp .content .content_box .lxfs .left .lxfs_div .lxfs_div_r .lxfs_li {
    font-size: 14px;
    color: #585858;
    line-height: 28px;
  }
  .content_warp .content .content_box .lxfs .right {
    width: 414px;
    float: right;
    position: relative;
  }
  .content_warp .content .content_box .lxfs .right > form > p {
    font-size: 15px;
    color: #585858;
    line-height: 25px;
    font-weight: bold;
  }
  .content_warp .content .content_box .lxfs .right > form .ipt {
    width: 200px;
    height: 30px;
    font-size: 18px;
    margin-bottom: 15px;
    float: left;
    padding: 0;
    border: 1px solid #ccc;
  }
  .content_warp .content .content_box .lxfs .right > form .ipt_r {
    float: left;
    margin-left: 10px;
  }
  .content_warp .content .content_box .lxfs .right > form .ipt_b {
    width: 410px;
    height: 54px;
    font-size: 12px;
    padding: 0;
    border: 1px solid #ccc;
  }
  .content_warp .content .content_box .lxfs .right > form button {
    width: 78px;
    height: 25px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0;
    float: right;
  }
}
@media (max-width: 768px) {
  .pic_warp {
    width: 100%;
    margin-top: 50px;
  }
  .pic_warp > img {
    display: block;
    width: 100%;
  }
  .content_warp {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin: 2rem auto;
  }
  .content_warp .content .content_box {
    width: 100%;
    height: 100%;
    margin: 2.5rem auto;
    box-shadow: 0 0 5px #9F9999;
  }
  .content_warp .content .content_box #allmap {
    width: 100%;
    height: 20rem;
    overflow: hidden;
    font-family: "微软雅黑";
    margin: 0 auto;
  }
  .content_warp .content .content_box .lxfs {
    width: 90%;
    margin-left: 5%;
    margin-top: 1rem;
  }
  .content_warp .content .content_box .lxfs .left {
    width: 100%;
  }
  .content_warp .content .content_box .lxfs .left .lxfs_font {
    font-size: 15px;
    color: #585858;
  }
  .content_warp .content .content_box .lxfs .right {
    width: 100%;
    position: relative;
  }
  .content_warp .content .content_box .lxfs .right p {
    font-size: 1rem;
    color: #585858;
    line-height: 1.5rem;
    margin: 1rem auto;
    text-align: center;
  }
  .content_warp .content .content_box .lxfs .right .ipt {
    width: 80%;
    height: 2rem;
    font-size: 1rem;
    margin-bottom: 1rem;
    margin-left: 10%;
  }
  .content_warp .content .content_box .lxfs .right .ipt_b {
    width: 80%;
    margin-left: 10%;
    height: 6rem;
    font-size: 12px;
  }
  .content_warp .content .content_box .lxfs .right button {
    width: 50%;
    height: 2rem;
    margin-left: 25%;
    background: #fff;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 0;
    border: 1px solid #ccc;
  }
}
