@import "color.css";
.opacity {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: #fff;
  z-index: 1;
}
.modal_bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  z-index: 100;
  display: none;
}
.placeholder {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  color: #888;
  display: none;
}

.topBar .logo {
  line-height: 60px;
}
.topBar .logo img {
  vertical-align: middle;
}
.topBar .sele_city {
  width: 120px;
  position: relative;
  height: 60px;
}
.topBar .sele_city .sele_city_btn {
  display: block;
  width: 100%;
  line-height: 60px;
  color: #fff;
  text-align: center;
}
.topBar .sele_city .sele_city_btn .icon {
  vertical-align: middle;
  margin-left: 6px;
}
.topBar .sele_city .city_list {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 400px;
  border: 1px solid #eee;
  background: #fff;
  z-index: 112;
  padding: 10px;
  margin-left: -60px;
  display: none;
}
.topBar .sele_city .city_list li{
  float:left;
  padding:0 10px;
}
.topBar .sele_city .city_list a {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  margin-left: 0;
  text-align: center;
}

.topBar .log_link .not_log {
  line-height: 60px;
  color: #fff;
}
.topBar .log_link .not_log a {
  color: #fff;
}
.topBar .log_link .loged {
  position: relative;
}
.topBar .log_link .loged .user_info {
  line-height: 60px;
  cursor: pointer;
}
.topBar .log_link .loged .user_info img {
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.topBar .log_link .loged .user_info .name {
  font-size: 14px;
}
.topBar .log_link .loged .slide_tog {
  position: absolute;
  left: 50%;
  top: 60px;
  padding: 10px 0;
  width: 158px;
  border: 1px solid #eee;
  margin-left: -80px;
  background: #fff;
  z-index: 11;
}
.topBar .log_link .loged .slide_tog a {
  display: block;
  color: #333;
  line-height: 32px;
  text-align: center;
}

.navBar {
  height: 60px;
}
.navBar .nav_list {
  /*margin-left: 10px;*/
}
.navBar .nav_list li {
  float: left;
  width: 84px;
}

.navBar .nav_list a {
  display: block;
  text-align: center;
  line-height: 60px;
}
/* 搜索栏 */
.searBar {
  padding: 40px 0;
  background: #f8f8f8;
}
.sear_box {
  /*width: 550px;
	height: 40px;*/
  width: 460px;
  height: 36px;
  border-width:2px;
  border-style:solid;
}
.sear_box .ipt_area {
  width: 380px;
  height: 36px;
  position: relative;
}
.sear_box .ipt_area input {
  width: 380px;
  height: 24px;
  line-height: 24px;
  padding: 6px 18px;
  font-size: 14px;
}
.sear_box .ipt_area .placeholder {
  left: 18px;
  right: 18px;
  line-height: 36px;
}
.sear_box .btn_area .sbm_btn {
  width: 80px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  cursor: pointer;
}
.map_btn {
  margin-top: 3px;
  display: block;
  width: 88px; margin-right: 220px; margin-top: 22px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e8e8e8;
  color: #616161;
  font-size: 16px;
  padding-left: 40px;
  background: url(../images/icon/icon2.png) 6px center no-repeat;
}
.footer {
  padding-top: 56px;
  height: 334px;
  background: #333;
}
.footer .link_box {
  border-bottom: 1px solid #9d9ea8;
}
.footer .leftArea {
  width: 900px;
}
.footer .house_link a {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #222222;
  margin-right: 20px;
  float: left;
}
.footer .house_link a:hover {
  background: #6b6a6a;
}
.footer .tab_link {
  margin-top: 26px;
  height: 90px;
  overflow: hidden;
}
.footer .tab_link a {
  display: block;
  float: left;
  color: #dedee0;
  margin-right: 12px;
  line-height: 30px;
}
.footer .tab_link a:hover {
  text-decoration: underline;
}
.footer .other_link a {
  display: block;
  float: left;
  font-size: 14px;
  color: #9d9ea8;
  line-height: 20px;
  margin-right: 40px;
}
.footer .ewm {
  width: 140px;
}
.footer .ewm .img {
  display: block;
}
.footer .ewm p {
  line-height: 56px;
  text-align: center;
  color: #9d9ea8;
}
.footer .bottom {
  padding-top: 15px;
}
.footer .bottom p {
  color: #64646b;
  line-height: 30px;
}
/* 评分星级列表公用样式 */
.star_list li {
  float: left;
  width: 22px;
  height: 22px;
  background-position: center center;
  background-repeat: no-repeat;
}
.star_list .on {
  background-image: url(../images/icon/icon25.png);
}
.star_list .off {
  background-image: url(../images/icon/icon26.png);
}
/* 分页 */
.page_list li{display:inline;}
.page_list li span{}
.page_list {
  text-align: center;
  margin-top: 50px;
}
.page_list a,.page_list li span,
.page_list .more {
  display: inline-block;
  line-height: 100%;
  padding: 7px 18px;
  border-radius: 2px;
  font-size: 14px;
  text-align: center;
  margin-left: 6px;
  cursor: pointer;
}
.page_list a,.page_list li span {
  border: 1px solid #ebebeb;
}
.page_list .prev {
  margin-left: 0;
}
.lpNum>li{ /*! position:absolute; */overflow:hidden; z-index: 7;width:74px; height:74px;
  background:url(../images/map-circleBg.png) no-repeat -1px -1px; cursor:pointer;}
.lpNum>li>a{ display:block;  font-size:12px; color:#fff; text-align:center; line-height:18px; margin-top:8px; }
.lpNum>li:hover,.lpPrice>li:hover{background-position:0px -88px;}
.lpNum>li.on,.lpPrice>li.on{  background-position:-1px -175px;  }
#search-box{display:none;position:absolute;z-index:999;padding:10px;width:446px;background-color: #fff;top:38px;left:-2px;border-width:2px;border-style:solid;border-top:none;}
#search-box li{padding:5px 0;}
#search-box li em{float:right;}
#search-box li span{display:block;}
#search-box li span.address{color:#999;}
.nowarp{width:100%;display:inline-block;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;}

.ad-txt{
    right: 5px;
    left: initial;
    background-image: url(../images/ad-img.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    width: 24px;
    position: absolute;
    bottom: 2px;
    z-index: 3;
}
.slide-content li{ position: relative;}