@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: 10;
}
.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;
}
.sele_city .city_list:before{position:absolute;display:block;width:20px;height:10px;content:" ";top:-10px;left:42px;background-image: url(../img/arrow_top.png);}

.topBar .logo {
  line-height: 50px;
}
.topBar .logo img {
  vertical-align: middle;
  height:35px;
}
.topBar .sele_city {
  width: 80px;
  position: relative;
  height: 50px;
  z-index:11111;
}
.topBar .sele_city .sele_city_btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  height: 27px;
  line-height: 27px;
  margin-top: 11px;
  margin-left:10px;
  cursor: pointer;
  padding: 0 10px;
  font-size: 14px;
}
.topBar .sele_city .sele_city_btn .icon {
  vertical-align: middle;
  margin-left: 6px;
  width: 13px;
}
.topBar .sele_city .city_list {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 400px;
  border: 1px solid #eee;
  background: #fff;
  z-index: 1112;
  padding: 10px;
  margin-left: -60px;
  display: none;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.topBar .sele_city .city_list li{
  float:left;
  padding:0 10px;
}
.topBar .sele_city .city_list a {
  display: block;
  font-size: 14px;
  line-height: 32px;
  margin-left: 0;
  text-align: center;
}

.topBar .log_link{font-size:12px;position:relative;padding-left:20px;}
.topBar .log_link:before{font-family: "iconfont";content:"\e8ad";color:#fff;font-size:14px;position:absolute;top:15px;left:0;}
.topBar .log_link .not_log {
  line-height: 50px;
  color: #fff;
}
.topBar .log_link .not_log a {
	color: #ededed;
	text-align: center;
	line-height: 50px;
	outline: none;
	position: relative;
	z-index: 1;
}
.topBar .log_link .not_log a:hover{
  color:#fff;
}
.topBar .log_link .loged {
  position: relative;
}
.topBar .log_link .loged .user_info {
  line-height: 50px;
  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: 50px;
  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: 50px;
}
.navBar .nav_list {
  /*margin-left: 10px;*/
}
.navBar .nav_list>li {
  float: left;
  padding:0 15px;
  position:relative;
  z-index:9999;
}
.navBar .nav_list>li:hover ul{
  display:block;
}
.navBar .nav_list>li>a {
  display: block;
  text-align: center;
  line-height: 50px;
  outline: none;
  position:relative;
  z-index: 1;
  font-size: 16px;
}
.navBar .nav_list>li ul{
  display:none;
  position:absolute;
  top:61px;
  width:120px;
  left:50%;
  margin-left:-60px;
  text-align:center;
  background-color: #fff;
  color:#666;
  font-size:14px;
  border:1px solid #e7e7e7;;
}
.navBar .nav_list>li ul:before{
  display:block;
  position:absolute;
  top:-13px;
  left:0;
  width:120px;
  height:14px;
  content:' ';
  background-image: url(../img/arrow_up.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.navBar .nav_list>li ul li{
  height:40px;
  line-height: 40px;
}
.navBar .nav_list>li ul a{
  color:#666;
  display: block;
  font-weight: 300;
}
.navBar .nav_list>li ul a:hover{
  background-color: #efefef;
}
/* 搜索栏 */
.searBar {
  padding: 12px 0;
  background: #f7f8fc;
}
.sear_box {
width: 574px;
height: 44px;
border: 1px solid #eaeaea;
background:#fff;
}
.sear_box .ipt_area {
  width: 474px;
  height: 43px;
  z-index: 999;
  position: relative;
}
.sear_box .ipt_area input {
    width: 464px;
	padding-left: 10px;
    height: 43px;
    line-height: 43px;
    display: block;
    cursor: pointer;
}
.sear_box .ipt_area .placeholder {
  left: 18px;
  right: 18px;
  line-height: 36px;
}
.sear_box .btn_area .sbm_btn {
  width: 99px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: block;
  cursor: pointer;
  margin-top: 1px;
  font-size: 16px;
}
.map_btn {
  margin-top: 3px;
  display: block;
  width: 88px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ccc;
  color: #616161;
  font-size: 16px;
  padding-left: 50px;
  background: url(../img/icon2.png) 26px center no-repeat;
}
/*footer start*/
.footer-v1{background:#3b4144; min-width:1200px;}
.aboutcopy,.links-v5{border-bottom:1px solid rgba(134, 144, 153, 0.3); padding:20px 0;}
.conyfiv{padding:10px 0;}
.aboutcopy ul li{float:left; margin:0 20px 0 0; height:24px; overflow:hidden;}
.aboutcopy ul li a{color:#fff; font-size:14px; line-height:24px;}

.conyfiv p,.conyfiv p a{color:#869099; font-size:12px;}
.conyfiv p{line-height:22px;}
.conyfiv p span{padding:0 8px;color:#3f3f3f;}


.footer-v1 .linkrow{height: 22px;overflow: hidden;margin-top: 5px;color: #869099;}
.footer-v1 .linkrow.on{height: auto;overflow: visible;}
.footer-v1 .ftlinkswrap{*height: 100%;*overflow: hidden;}
.footer-v1 .ftlinkswrap,
.footer-v1 .szdhwrap .szdh-item{position: relative;padding-left: 78px;padding-right: 50px;}
.footer-v1 .ftlinkswrap .linkstit-v5,
.footer-v1 .szdhwrap .szdh-item .szdh-lab{position: absolute;top:0;left: 0;font-size:12px;line-height:22px; color:#869099;}
.footer-v1 .ftlinkswrap .linkscont-v5,
.footer-v1 .szdhwrap .szdh-item .szdh-list{line-height: 22px;font-size: 12px;}
.footer-v1 .ftlinkswrap .footmore{display: block;width:20px; height:15px; background:url(../img/icons_v5.png) top right no-repeat; cursor:pointer; position:absolute; right:0; top:3px;}
.footer-v1 .linkrow.on .ftlinkswrap .footmore{background-position:right -35px;}
.footer-v1 .linkrow .alinklist li,
.footer-v1 .szdhwrap .szdh-item .szdh-list li{float:left;padding-right: 15px;line-height: 22px;}
.footer-v1 .linkrow .alinklist a,
.footer-v1 .szdhwrap .szdh-item .szdh-list a{font-size:12px;color:#869099;white-space: nowrap;}

.footer-v1 .szdhwrap{padding: 5px 0;*display: none;}
.footer-v1 .linkrow.on .szdhwrap{*display: block;}
.footer-v1 .szdhwrap .szdh-item{padding-top:5px;padding-bottom: 5px;}
.footer-v1 .szdhwrap .szdh-item .szdh-lab,.footer-v1 .szdhwrap .szdh-item .szdh-list a{color: #888;}
.footer-v1 .szdhwrap .szdh-item .szdh-lab{top:5px;}
.footer-v1 .szdhwrap .szdh-item .szdh-detail{position: absolute;top:27px;left:0;right: 50px;z-index: 3;padding-top: 5px;display: none;}
.footer-v1 .szdhwrap .szdh-item .szdh-detail ul{background: #262626;padding: 5px 10px;}
.footer-v1 .szdhwrap .szdh-item .szdh-list li.on > a{color: #5ab331;}
.footer-v1 .links-v5{padding:10px 0 15px;}
/*footer end*/
/* 评分星级列表公用样式 */
.star_list li {
  float: left;
  width: 22px;
  height: 22px;
  background-position: center center;
  background-repeat: no-repeat;
}
.star_list .on {
  background-image: url(../img/icon25.png);
}
.star_list .off {
  background-image: url(../img/icon26.png);
}
/* 分页 */
.pagination{ float: right;}
.page_list li{display:inline;}
.page_list {
    padding: 20px 30px;
    font-size: 14px;
    color: #666;
	background: #fff;
}

.page_list a,.page_list li span {
    width: 39px;
    height: 38px;
    float: left;
    border: 1px solid #eee;
    border-left: none;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    color: #869099;
	
}
.page_list li span.current{ color: #fff; }
.page_list a:hover{border-left:none;color:#fff;}
.page_list .pre,.page_list .next{
 width: 86px;
    height: 38px;
    display: block;
    float: left;
    line-height: 38px;
    color: #869099;
	background-image: url(../img/index_icon.png);
    background-repeat: no-repeat;
}
.page_list .pre {
    border: 1px solid #eee;
    background-position: -8px -579px;
    text-indent: 10px;
}
.page_list .next{
    border: 1px solid #eee;
    border-left: none;
    background-position: 42px -617px;
    text-indent: 12px;
	text-align: left;
}
.page_list .pre:hover{color:#fff;background-position:-8px -655px;}
.page_list .next:hover{color:#fff;background-position:42px -698px;}
.page_list li.disabled span{border: 1px solid #ebebeb;background-color: #fff;color:#656565;}
.lpNum>li{ /*! position:absolute; */overflow:hidden; z-index: 7;width:74px; height:74px;
  background:url(../img/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;}


.sele_city .city_list dl{
  position:relative;
  padding-left:20px;
}
.sele_city .city_list dt{
  position:absolute;
  left:0;
  top:5px;
  width:20px;
}
.sele_city .city_list .hot a{
  font-weight: bold;
}
.sele_city .city_list dt.bold{
  font-weight: bold;
  font-size:16px;
}
.sele_city .city_list dd{
  float:left;
  padding:0 10px;
}
.sele_city .sele_city_btn span {
  font-size: 16px;
  color: #919191;
}
.sele_city .city_list {
  position: absolute;
  top: 46px;
  left: 50%;
  width: 400px;
  border: 1px solid #eee;
  background: #fff;
  z-index: 112;
  padding: 10px;
  margin-left: -60px;
  display: none;
}
.sele_city .city_list a {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #666;
  margin-left: 0;
  text-align: center;
}
.sele_city .city_list i{
  display:block;
  width:17px;
  height:20px;
  background-image: url(../img/close-1.png);
  background-size: auto 20px;
  text-indent:-9999px;
  position:absolute;
  right:5px;
  top:5px;
  cursor:pointer;
  overflow: hidden;
  z-index: 999;
}
.ripple {
  position: absolute;
  background: rgba(0, 0, 0, .15);
  border-radius: 100%;
  transform: scale(0);
  pointer-events: none;
}

.ripple.show {
  animation: ripple .75s ease-out;
}

@keyframes ripple {
  to {
    transform: scale(2);
    opacity: 0;
  }
}
.house-pano{display:inline-block;width:22px;height:22px;background-image: url(../img/pano.png);background-repeat: no-repeat;background-size: cover;}
.houseList_wrap .list_con p *{vertical-align: middle;}
.swiper-slide{background-size: cover;background-position: center center;}
.swiper-slide a{display: block;height:100%;width:100%;}
.scroll-top{position:fixed;bottom:100px;right:20px;width:50px;height:50px;cursor: pointer;display:none;}
.scroll-top span{display: block;width:49px;height:49px;}
.scroll-top span.text{padding:5px;width:40px;height:40px;text-align:center;display:none;}
.scroll-top span.ico{border:1px solid #ccc;background-color: #ddd;background-image: url(../img/arrow-up.png);background-position: center center;background-repeat: no-repeat;}
.scroll-top:hover span.ico{display:none;}
.scroll-top:hover span.text{display:block;}
.poster,.poster li{position:relative;}
.poster li:after{ content:'广告'; position:absolute; top:0; right:0; z-index:2; font-size:10px; color:#fff; background:#000; line-height:14px; padding:0 1px; background:rgba(0, 0, 0, 0.2); filter:alpha(opacity=20);}

.bgfff{ background:#fff;}