@charset "UTF-8";
/**设置html**/
html {
  color: #000;
  background: #fff; }

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
form, fieldset, legend, button, input, textarea,
th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/** 设置默认字体 **/
body,
button, input, select, textarea {
  font: 12px/1.5 '微软雅黑', arial, simsun, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

address, cite, dfn, em, var {
  font-style: normal; }

/* 将斜体扶正 */
code, kbd, pre, samp {
  font-family: courier new, courier, monospace; }

/* 统一等宽字体 */
small {
  font-size: 12px; }

/* 小于 12px 的中文很难阅读，让 small 正常化 */
caption, th {
  text-align: left;
  font-weight: normal; }

/** 重置列表元素 **/
li {
  list-style: none; }

/**h标签的字体样式**/
h1 {
  font-size: 18px; }

h2 {
  font-size: 16px; }

h3 {
  font-size: 14px; }

h4, h5, h6 {
  font-size: 100%; }

/** 重置文本格式元素 **/
del, ins, u, s, a {
  text-decoration: none;
  color: #666; }

a:hover {
  text-decoration: none; }

abbr[title], acronym[title] {
  /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help; }

/*改变默认鼠标移入箭头*/
a, button {
  cursor: pointer; }

label, summary {
  cursor: default; }

/**去除em，i标签的样式**/
address, cite, dfn, em, var, i, b, strong {
  font-style: normal;
  font-weight: normal; }

/* 消除q前后的内容 */
q:before, q:after {
  content: ''; }

sup {
  vertical-align: text-top;
  font-size: 83%; }

/* 重置，减少对行高的影响 */
sub {
  vertical-align: text-bottom;
  font-size: 83%; }

/** 重置表单元素 **/
legend {
  color: #000; }

/* for ie6 */
fieldset, img {
  border: 0; }

/* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
  font-size: 100%; }

/* 使得表单元素在 ie 下能继承字体大小 */
input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

textarea {
  overflow: auto;
  resize: none; }

/* 注：optgroup 无法扶正 */
/**去除input边框，去除选中边框**/
input {
  outline: none;
  border: 0; }

/** 重置表格元素 **/
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 重置 hr */
hr {
  border: none;
  height: 1px; }

/*定义方法*/
/*定义颜色*/
/*调用方法*/
/*color:$color*/
/*定义居中的方法*/
/*定义清楚浮动*/
/*调用清楚浮动方法*/
/*定义所有buttun的圆角大小*/
/*圆角调用大小*/
/*扩展*/
/*动画*/
/*显示与隐藏*/
.hide {
  display: none; }

.show {
  display: block; }

/* font */
.f9 {
  font-size: 9px; }

.f10 {
  font-size: 10px; }

.f11 {
  font-size: 11px; }

.f12 {
  font-size: 12px; }

.f13 {
  font-size: 13px; }

.f14 {
  font-size: 14px; }

.f15 {
  font-size: 15px; }

.f16 {
  font-size: 16px; }

.f17 {
  font-size: 17px; }

.f18 {
  font-size: 18px; }

.f19 {
  font-size: 19px; }

.f20 {
  font-size: 20px; }

.f22 {
  font-size: 22px; }

/*box*/
/* box */
.pd8 {
  padding: 8px; }

.pdX8 {
  padding-left: 8px;
  padding-right: 8px; }

.pdY8 {
  padding-top: 8px;
  padding-bottom: 8px; }

.mgX8 {
  margin-left: 8px;
  margin-right: 8px; }

.mgY8 {
  margin-top: 8px;
  margin-bottom: 8px; }

.pd10 {
  padding: 10px; }

.pdX10 {
  padding-left: 10px;
  padding-right: 10px; }

.pdY10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.mgX10 {
  margin-left: 10px;
  margin-right: 10px; }

.mgY10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.pd14 {
  padding: 14px; }

.pdX14 {
  padding-left: 14px;
  padding-right: 14px; }

.pdY14 {
  padding-top: 14px;
  padding-bottom: 14px; }

.mgX14 {
  margin-left: 14px;
  margin-right: 14px; }

.mgY14 {
  margin-top: 14px;
  margin-bottom: 14px; }

.pd20 {
  padding: 20px; }

.pdX20 {
  padding-left: 20px;
  padding-right: 20px; }

.pdY20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.mgX20 {
  margin-left: 20px;
  margin-right: 20px; }

.mgY20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mt5 {
  margin-top: 5px !important; }

.mt8 {
  margin-top: 8px !important; }

.mt9 {
  margin-top: 9px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt14 {
  margin-top: 14px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb8 {
  margin-bottom: 8px !important; }

/*行高*/
.lh20 {
  line-height: 20px; }

.lh21 {
  line-height: 21px; }

.lh22 {
  line-height: 22px; }

.lh23 {
  line-height: 23px; }

.lh24 {
  line-height: 24px; }

.lh25 {
  line-height: 25px; }

.lh26 {
  line-height: 26px; }

.lh27 {
  line-height: 27px; }

.lh28 {
  line-height: 28px; }

.lh29 {
  line-height: 29px; }

.lh30 {
  line-height: 30px; }

.lh32 {
  line-height: 32px; }

.lh34 {
  line-height: 34px; }

.lh36 {
  line-height: 36px; }

.lh38 {
  line-height: 38px; }

.lh40 {
  line-height: 40px; }

.lh44 {
  line-height: 44px; }

/* color */
.red {
  color: red; }

.green {
  color: green; }

.blue {
  color: blue; }

.write {
  color: white; }

.yellow {
  color: yellow; }

.gray {
  color: gray; }

.pink {
  color: pink; }

.brown {
  color: brown; }

.silver {
  color: silver; }

.gold {
  color: gold; }

.greenyellow {
  color: greenyellow; }

.khaki {
  color: khaki; }

.chocolate {
  color: chocolate; }

.cyan {
  color: cyan; }

.maroon {
  color: maroon; }

.blue {
  color: blue; }

.navy {
  color: navy; }

.coral {
  color: coral; }

.darkviolet {
  color: darkviolet; }

.Brown {
  color: Brown; }

.maroon {
  color: maroon; }

.bisque {
  color: bisque; }

.bisque {
  color: bisque; }

.Tan {
  color: Tan; }

.wheat {
  color: wheat; }

.teal {
  color: teal; }

.snow {
  color: snow; }

.slategray {
  color: slategray; }

.seagreen {
  color: seagreen; }

.lawngreen {
  color: lawngreen; }

.azure {
  color: azure; }

.aquamarine {
  color: aquamarine; }

body {
  width: 100%;
  min-width: 1000px; }

.header {
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: block;
  /*background: #2c3050;*/
  overflow: hidden; }
  .header .logo {
    float: left; }
    .header .logo span {
      display: inline-block; }
    .header .logo .img {
      width: 84px;
      height: 40px;
      padding: 5px 10px;
      float: left; }
    .header .logo .text {
      height: 50px;
      line-height: 50px;
      font-size: 18px; }
  .header .right-list {
    float: right; }
    .header .right-list ul li {
      display: inline-block;
      float: right;
      font-size: 16px;
      padding: 0 10px 0 20px; }
      .header .right-list ul li .icon {
        width: 31px;
        height: 31px;
        display: inline-block;
        padding: 9px 10px;
        float: left; }
      .header .right-list ul li span {
        height: 50px;
        line-height: 50px; }

 
   .left-wrap {
        width: 400px;
        display: block;
        position: fixed;
        left:0;
        top: 82px;
        height: 100%;
        z-index:0;
    /*搜索列表*/ 
  }
     .left-wrap .top-search {
      width: 100%;
      height:80px;
      margin-top: 80px;
      border-radius: 6px; }
       .search-box {
        width: 300px;
        height: 45px;
        background: #ffffff;
        box-shadow: 0 0 5px #888888;
        margin-top:15px;
       }
         .search-box input.unFoucs,  .search-box textarea.unFoucs {
          color: #999999; }
         .search-box .search_road {
          width: 220px;
          padding-left: 20px;
          background: #ffffff;
          float: left;
         height: 45px;
         }
        .search-box .search_icon {
          width: 80px;
          height: 100%;
          background: #5674b9;
          display: inline-block;
          cursor: pointer;
          text-align: center;
          float: right;
         }
          .search-box .search_icon img {
            width: 45%;
            margin-top:4px;
            }
       .search-list {
           height: 50px;
           width: 472px;
           float:left;
           margin-top:15px;
       }
     .search-list dl dd {
          width: 100px;
          height: 45px;
          display: inline-block;
          background: #ffffff;
          position: relative;
          z-index: 100;
          text-align: center;
          border: 1px solid #ccc;
          margin-left:15px;
           }
            .clickUp{
                background: url("../../images/20160719/iconUp.png") no-repeat center right !important;
                background-position:80px !important;
            }
           .search-list dl dd span {
            width: 100%;
            height: 45px;
            line-height: 45px;
            display: inline-block;
            background: url("../../images/20160719/icon-2.png") no-repeat center right;
            background-position:80px;
            cursor: pointer;
            font-size: 14px;
           }
            .search-list dl dd ul li:hover{
                background: #F3F2F1;
            }
           /*.left-wrap .left-list .search-list dl dd.floor {*/
            /*margin: 0 11px; }*/
             .search-list dl dd.floor ul {
              background: #ffffff;
              position: absolute;
              width: 100%;
              border: 1px solid #5674b9;
              border-top:none;
             top:39px;}
             .search-list dl dd.floor ul li {
                padding:0;
                width: 100%;
                height: 44px;
                line-height: 44px;
                display: inline-block;
                cursor: pointer; }
                 .left-wrap .left-list .search-list dl dd.floor ul li.cur {
                  color: #000; }
           .search-list dl dd.area ul {
            background: #ffffff;
            position: absolute;
            width: 100px;
            border: 1px solid #ccc;
            border-bottom:none;
            top:43px;
            left:-1px;
           }
            .search-list dl dd.area ul li {
              padding:0;
              width: 100%;
              height: 44px;
              line-height: 44px;
              display: inline-block;
              cursor: pointer;
              border-bottom:1px solid #ccc;
            }
            .left-wrap .left-list .search-list dl dd.area ul li.cur {
              color:#000; }

/*价格*/
          .search-list dl dd.price ul {
            background: #ffffff;
            position: absolute;
            width: 100px;
            border: 1px solid #ccc;
            border-bottom:none;
            top:43px;
            left: -1px;
           }
            .search-list dl dd.price ul li {
              padding:0;
              width: 100%;
              height: 44px;
              line-height: 44px;
              display: inline-block;
              cursor: pointer;
              border-bottom:1px solid #ccc;
            }
               .left-wrap .left-list .search-list dl dd.price ul li.cur {
                color: #000; }
/*价格end*/
            /*点击消失*/
          .left-hide{width:30px;height: 130px;background: url(../../web/images/leftHide.png) center no-repeat #fff;position: absolute;right: -32px;top:40%;}
          .right-show{width:30px;height: 130px;background: url(../../web/images/rightShow.png) center no-repeat #fff;position: absolute;left: 0;top:40%;display: none}

.search-list dl dd.district .checked-list {
            position: absolute;
            width: 300px;
            top:43px;
            overflow-y:auto;
            left:-1px;
           }
          .search-list dl dd.district .checked-list ul {
              display: block;
              float: left;
              width: 100px;
              background: #fff;
              border: 1px solid #ccc;
              border-bottom:none;
             }
          .search-list dl dd.district .checked-list ul li {
                padding:0;
                width: 100%;
                height: 44px;
                line-height: 44px;
                display: inline-block;
                cursor: pointer;
                border-bottom:1px solid #ccc;
          }
          .search-list dl dd.district .checked-list ul li.cur {
                 color:#5674b9;}
          .search-list dl dd.district .checked-list ol {
              overflow-y:auto;
              height:397px !important;
              width: 200px;
              background: #fff;
              border: 1px solid #ccc;
              border-left:none;
              border-bottom:none;
             }
          .search-list dl dd.district .checked-list ol li {
                width: 100%;
                height: 44px;
                line-height:44px;
                display: inline-block;
                cursor: pointer;
                border-bottom:1px solid #ccc;
              }
          .search-list dl dd.district .checked-list ol li:hover {background:#f3f2f1;}
          .search-list dl dd.district .checked-list ol li.cur {
                  color: #e8b691; }
/*更多*/
          .search-list dl dd.more ul{
                    background: #fff;
                    width: 219px;
                    position:absolute;
                    right:-1px;
                    top:43px;
                    border:1px solid #ccc;
          }
          .search-list dl dd.more ul li {
                line-height: 44px;
                text-align: left;
                padding-left: 15px;
                border-bottom: 1px solid #ccc;
                cursor: pointer;
          }
          .search-list dl dd.more ul li p{
                width: 100%;
                display: inline-block;
          }
          .search-list dl dd.more ul li span{
                background: none;
                width: 80px;
                height: 30px;
                border: 1px solid #a1a1a1;
                float: left;
                line-height: 30px;
                text-align: center;
                margin-right: 18px;
                color: #999;
                border-radius: 5px;
                background: #fff;
          }
          .search-list dl dd.more ul li p.more-btn{
                width: 185px;
                height: 36px;
                display:block;
                margin:0 auto 10px;
                line-height: 36px;
                color:#fff;
                background: #5674b9;
                border:1px solid #5674b9;
                margin-left:0;
                text-align: center;
                font-size:16px;
                border-radius: 5px;

          }
          .search-list dl dd.more ul li.more-delete{
                font-size: 18px;
                color:#5674b9;
                text-align: center;
                background: url("../../web/images/mapmoredelete.png") no-repeat left;
                background-position: 30px;
                cursor:pointer;
            }
            .search-list dl dd.more ul li .click-span{
                color:#fff;
                background: #5674b9;
            }
          .left-wrap .left-list {
              margin-top: 10px;
              width: 400px;
              background: #fff;
              border: 1px solid #CCCCCC;
              border-radius: 6px;
              overflow: hidden;
            }
       .left-wrap .left-list .top-info {
            font-size: 16px;
           border-bottom: 1px solid #eeeeee;
       }
         .left-wrap .left-list .top-info span {
              height: 50px;
              line-height: 50px;
              width: 100%;
              display: block;
              font-size: 14px;
              border-bottom: 2px solid #5674b9;
              padding-left: 5px;
         }
           .left-wrap .left-list .top-info span .right {color:#999;float:right;padding-right:10px;}
             .left-wrap .left-list .top-info span .right em {
              color: #e4393c; }
       .left-wrap .left-list .list-info {
            height: 100%;
            overflow-y: auto; }
       .left-wrap .left-list ul {
        width: 100%;margin-bottom: 62px;}
           .left-wrap .left-list ul li:hover {
            background: #f3f1f2; }
           .left-wrap .left-list ul li span {
            display: inline-block; }
            .left-wrap .left-list ul li span span{
                color:#cccccc;margin:5px 10px 0;
            }
            .fbTime{
                position: absolute;
                bottom: 20px;
                left: 0;
                color: #fff !important;
            }
            .fbCg{
                padding: 0 0 0 18px;
                position: absolute;
                bottom: 20px;
                right: 0;
                color: #fff !important;
                background: url("../../web/images/fbcg.png") no-repeat left center;
                text-align: right;
            }
            .fbxiN{
                width:134px;
                height: 20px;
                position: absolute;
                bottom: 20px;
                background-color: rgba(0,0,0,.5);
                left: -5px;
            }
           .left-wrap .left-list ul li .left-img {
            width: 134px;
            height: 100px;
            display: inline-block;
            float: left;
            cursor:pointer;
           padding:25px 5px;}
             .left-wrap .left-list ul li .left-img img {
              width: 100%; }
           .left-wrap .left-list ul li .right-info {
            width: 235px;
            display: inline-block;
            padding:25px 10px; }
.left-wrap .left-list ul li .mapyan720img{
    background: url("/Public/web/images/720-png/pcyanz_map.png") no-repeat center center;
}
            .left-wrap .left-list ul li .right-info  a{
                float: right;
                width: 70px;
                height: 25px;
                text-align: center;
                background: #5674b9;
                color: #fff;
                line-height: 25px;
                font-size: 14px;
            }
             .left-wrap .left-list ul li .right-info span {
              display: inline-block;
               }
             .left-wrap .left-list ul li .right-info .site {
              color: #333333;
              font-size: 16px;
              line-height: 25px;
              font-weight: bold;
              margin-bottom: 5px;
             }
             .left-wrap .left-list ul li .right-info .parameter {
              color: #666666;
              font-size: 14px;
              line-height: 24px;
             /*width: 110px;*/
             }
               .left-wrap .left-list ul li .right-info .parameter em {
                width:100%;
                display: inline-block;
                float: left;
                font-size: 18px;
               }
             .left-wrap .left-list ul li .right-info .parameter em.right{
                 font-size: 14px;
             }
             .left-wrap .left-list ul li .right-info .parameter .right i {
                color: #f5464a; }
             .left-wrap .left-list ul li .four {
              width: 160px !important;
              display: inline-block;
              text-align: right;
             }
               .left-wrap .left-list ul li .four dl {
                /*width: 134px;*/
                display: inline-block;
                float: left;
               }
                 .left-wrap .left-list ul li .four dl dd {
                     width: 35px;
                     height: 20px;
                     line-height: 18px;
                     display: inline-block;
                     float: left;
                     text-align: center;
                     margin: 5px 5px 0 0;
                     font-size: 12px;
                     padding: 0;
                     border: 1px solid #79a8a9;
                     color: #79a8a9; }
                .left-wrap .left-list ul li .four a img{position: absolute;right:10px;bottom:50px;}
                .left-wrap .left-list ul li .four dl dd.f1 {
                   border:1px solid #79a8a9;
                   color: #79a8a9; }
       .left-wrap .left-list .load-more {
        width: 100%;
        height: 44px;
        line-height: 44px;
        text-align: center; }
         .left-wrap .left-list .load-more span {
          cursor: pointer; }

    .meun_kf {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    background-color: #e6e6e6;
    z-index: 100;
    padding-bottom: 30px; }
     .meun_kf .meun_top {
      width: 100px;
      height: 100px; }
       .meun_kf .meun_top a {
        width: 100px;
        height: 100px;
        overflow: hidden;
        float: left; }
         .meun_kf .meun_top a:hover {
          background-color: #f7941d; }
         .meun_kf .meun_top a img {
          margin: 13px 22px;
          float: left; }
         .meun_kf .meun_top a.meun_yy {
          background: url(../../images/20160719/yuyueshoucang.png) no-repeat center; }
       .meun_kf .meun_top a.meun_yy:hover,  .meun_kf .meun_top a.yyhover {
        background: #f7941d url(../../images/20160719/bot_yuyue2.png) no-repeat center; }
     .meun_kf .meun_bottom {
      margin-top: 20px;
      width: 100px;
      height: 140px;
      background: url(../../images/20160719/ew.png) no-repeat center; }
     .meun_kf .menu-erwm {
      position: relative;
      cursor: pointer; }
       .meun_kf .menu-erwm .da_meun_ew {
        width: 230px;
        height: 180px;
        position: absolute;
        right: 100px; }
      .mapBox{
          float: right;
          height: 100%;
          width: 100%;
      }
      #map {
          width: 100%;
          height: 100%;
          overflow: hidden;
          display: inline-block;
       }
.district_label {
    width: 100px;
    height: 64px;
    line-height: 64px;
    border: none;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    font-size: 16px;
    padding: 18px 0;
    color: #fff;
    background: rgba(86, 116, 185, 0.8);
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.24);
    /*解决其他浏览器版本不支持,圆角不支持透明情况*/
    background: url(../../images/lan.png) no-repeat;
}
.district_label i {
    font-style: normal;
    font-weight: bold;
}
.district_label:hover{
    background:rgba(225, 119, 0, 0.8);
    /*解决其他浏览器版本不支持,圆角不支持透明情况*/
    background: url(../../images/huang.png) no-repeat;
}
/*初始汽泡为蓝色*/
/************************/
.village_label {
    display:block;
    position:relative;
    background: url("../../images/map_biao1.png") no-repeat;
    width: 27px;
    height:33px;
}
/*同时，出来提示框信息红框*/
.village_label .labechen {
    position: absolute;
    background: #fff;
    border: 3px solid red;
    width: 150px;
    height: 70px;
    left: -43px;
    top: -76px;
    white-space: nowrap;
    border-radius: 5px;
    display: none;
}
.village_label .labechen p{
    font-weight: bold;
    /*line-height: 30px;*/
    line-height: 22px;
    text-indent: 12px;
}
.village_label .labechen p.p-name{
    margin-top: 4px;
}
.village_label .labechen p.muchzhuang{
    height: 70px;
    line-height: 70px;
    text-align:center;
    text-indent: 0;
}
.no-suitable {
    width: 100%;
    text-align: center;
    margin-top:100px;
}
.top-info i img{display: inline-block;vertical-align:middle;}
/*看过为绿*/

.nano-content ul li{height:150px;border-bottom:1px solid #ccc;}
.nano-content ul li .right a{width: 70px;display: inline-block;text-align: right;color:#5674b9;float: right;}
.clearText{font-size: 28px;line-height:20px;height:25px;float:left;margin:13px 0;border-left:1px solid #ccc;color:#ccc;padding-left:8px;cursor:pointer;}
.nano-content ul li .right a img{display: inline-block;vertical-align: middle;}
.paiXu{position: relative;padding:10px;z-index:1;cursor:pointer;display:inline-block;width:113px;text-align:center;background: url(../../images/20160719/icon-2.png) no-repeat center right;background-position:112px !important;}
.back{background: url(../../images/20160719/iconUp.png) no-repeat center right;}
.district+.paiXu{border-right:1px solid #eee;}
.paiXu ul{position: absolute;top:45px;left:-1px;width:134px !important;border:1px solid #eee;border-top:0;background: #fff;border-bottom: none;}
.paiXu ul li{text-align: center;height: 44px;line-height: 44px;border-bottom: 1px solid #eee;}
.paiXu img{padding-left:10px;}
.paiXu720{padding:0 25px 0 15px;background: #fff;margin:10px 5px;background: url("../../web/images/720-png/Mapgouxuan.jpg") no-repeat center right;cursor: pointer;}
.timePaixu{background: url("../../web/images/720-png/gouxuan.png") no-repeat center right;}
.left-wrap .left-list ul li .right-info .parameter em img{display: inline-block;vertical-align: middle;margin-right: 5px;}
.sy-img{float:right;margin:0 !important;}
.sy-img img{display: inline-block;vertical-align: middle;}
.goTop-left-wrap{width:400px;position:fixed;bottom:30px;height: 30px;border-top:1px solid #d7d7d7;background: url("../../web/images/GoTopLeftWrap.png") no-repeat center #ffffff;}
/*在列表添加一块可供点击跳转内容详情页面*/
.right-info .right-info-mask{width: 130px;display:inline-block;height: 100px;position: absolute;cursor:pointer;}
/*修改房价位置*/
.right-info .right-info-Price{width:75px;display:inline-block;height:50px;position:absolute;right:8px;margin-top:15px;text-align:center;color:#5674b9;}
.right-info .right-info-Price i{font-size: 23px;display: inline-block;width:100%;}
.right-info .right-info-Price span{width:auto !important;vertical-align: super;}
.right-info .right-info-Price span{width: auto !important;vertical-align: super;}

/*搜索下拉框加入价格筛选*/
.left-wrap .left-list {
    margin-top: 0;
    /*width: 578px;*/
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
}
.left-wrap .left-list .search-list dl dd {
    width: 24%;
    height: 26px;
    display: inline-block;
    background: #ffffff;
    position: relative;
    z-index: 100;
    text-align: center;
    border-right: 1px solid #ccc;
}
/*搜索下拉框加入价格筛选end*/
/*地图跳转页面按钮*/
.mapGoTo{position:absolute;top:80px;right:0;width:270px;padding:20px;}
.mapGoTo .go-page{width:100px;height:30px;float: left;background: #fff;margin-left:20px;line-height: 30px;font-size:14px;text-align:center;padding-right:10px;    box-shadow: 0 0 5px #000;cursor: pointer;}
.mapGoTo .go-page img{vertical-align: middle;padding-right: 10px;}