  div.info-top {
    position: relative;
    background: none repeat scroll 0 0 #000;
    border-bottom: 1px solid #CCC;
    border-radius: 5px 5px 0 0;
  }
  
  div.info-top div {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    padding: 4px 10px;
  }
  
  div.info-top img {
    position: absolute;
    top: 11px;
    right: 10px;
    transition-duration: 0.25s;
    cursor: pointer;
  }
  
  div.info-top img:hover {
    box-shadow: 0px 0px 5px #000;
  }
  
  .header_a_a {
    background: #595552;
  }
  
  div.info-middle {
    font-size: 12px;
    padding: 13px 112px;
    line-height: 20px;
  }
  
  div.info-bottom {
    height: 0px;
    width: 100%;
    clear: both;
    text-align: center;
  }
  
  div.info-bottom img {
    position: relative;
    z-index: 104;
  }
  
  span {
    margin-left: 35px;
    font-size: 14px;
  }
  
  .info-middle img {
    float: left;
    margin-right: 6px;
  }
  
  .room1 {
    float: right;
    margin: -103px 36px;
  }
  
  .room1-span {
    float: right;
    margin: -105px -26px;
  }
  
  .room1-span1 {
    float: right;
    margin: -104px -37px;
  }
  
  .room2 {
    float: right;
    margin: -70px 36px;
  }
  
  .room2-span {
    float: right;
    margin: -72px -35px;
  }
  
  .room2-span1 {
    float: right;
    margin: -71px -61px;
  }
  
  .room3 {
    float: right;
    margin: -36px 36px;
  }
  
  .room3-span {
    float: right;
    margin: -38px -58px;
  }
  
  .room3-span1 {
    float: right;
    margin: -37px -95px;
  }
  
  .room-detail {
    background: #FFFFFF;
    padding: 5px 20px 3px 18px;
    /* background-position-x: 4px; */
    border: 1px solid #000000;
    margin-left: 4px;
  }
  
  .room-detail-img {
    float: right;
  }
  
  .amap-marker-label {
    /*改变marker lable原有的样式  */
    border-color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
  }
  
  .lableText {
    font-family: sans-serif;
    font-weight: bold;
  }
  /*搜索框*/
  
  ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    z-index: 999;
  }
  
  ul.dropdown {
    position: relative;
    width: 100%;
    margin-top: 8%;
    margin-left: 22%;
    z-index: 999;
  }
  
  ul.dropdown li {
    font-weight: bold;
    float: left;
    width: 180px;
    position: relative;
    background: #ffffff;
  }
  
  ul.dropdown a:hover {
    color: #000;

  }
  
  ul.dropdown li a {
    display: block;
    padding: 20px 8px;
    color: #34495e;
    position: relative;
    z-index: 2000;
    text-align: center;
    text-decoration: none;
  }
  
  ul.dropdown li a:hover,
  ul.dropdown li a.hover {
    background: #3498db;
    position: relative;
    color: #fff;
  }
  
  ul.dropdown ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    z-index: 1000;
  }
  
  ul.dropdown ul li {
    font-weight: normal;
    background: #ffffff;
    color: #000;
    border-bottom: 1px solid #ccc;
  }
  
  ul.dropdown ul li a {
    display: block;
    color: #000 !important;
    background: #ffffff !important;
  }
  
  ul.dropdown ul li a:hover {
    display: block;
    background: #3498db !important;
    color: #fff !important;
  }
  
  .drop>a {
    position: relative;
  }
  
  .drop>a:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 40%;
    border-left: 5px solid transparent;
    border-top: 5px solid #333;
    border-right: 5px solid transparent;
    z-index: 999;
  }
  
  .drop>a:hover:after {
    content: "";
    border-left: 5px solid transparent;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
  }
  /*搜索框*/
  
  #real {
    /*点击弹出模态框的图片*/
    margin: 7px 61px;
    width: 113px;
    border-radius: 6px;
    margin-bottom: 19px;
    margin-left: -91px;
  }
  
  #real:hover {
    opacity: 0.6;
  }
  
  #mo {
    display: none;
    /*隐藏*/
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
    z-index: 999;
  }
  
  #moimg {
    display: block;
    margin: 144px auto;
    width: 60%;
    max-width: 750px;
  }
  
  #moimg {
    -webkit-animation: first 1s;
    -o-animation: first 1s;
    animation: first 1s;
  }
  
  @keyframes first {
    from {
      transform: scale(0.1);
    }
    to {
      transform: scale(1);
    }
  }
  
  .close1 {
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: 132px;
    right: 14%;
    color: #ffffff;
    opacity: 1;
  }
  
  .close1:hover,
  .close1:focus {
    color: #ffffff;
    cursor: pointer;
  }

  .housemap-20{
    background: url(../img/maptolist.svg) no-repeat left;
    border: 1px solid #000000;
    float: right;
    margin-top: 0.5%;
    margin-right: 17%;
    padding: 12px 9px 14px 35px;
    background-color: #000;
    color: #ffffff;
    position: absolute;
    margin-left: 2%;
    border-radius: 3px;
    font-size: 15px;
  }


  @media screen and (max-width: 1400px) {
    ul.dropdown {
    position: relative;
    width: 100%;
    margin-top: 8%;
    margin-left: 14%;
  }

  }


  @media screen and (max-width: 1280px) {
     ul.dropdown {
    position: relative;
    width: 100%;
    margin-top: 11%;
    margin-left: 12%;
  }

    ul.dropdown li {
    font-weight: bold;
    float: left;
    width: 151px;
    position: relative;
    background: #ffffff;
  }

  }



 @media screen and (max-width: 1024px) {
     ul.dropdown {
    position: relative;
    width: 100%;
    margin-top: 11%;
    margin-left: 9%;
  }

    ul.dropdown li {
    font-weight: bold;
    float: left;
    width: 135px;
    position: relative;
    background: #ffffff;
  }

  }

   @media only screen and(max-width:750px) {
    #moimg {
      width: 100%;
    }
  }