@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;
}

.topBar .logo {
  line-height: 60px;
}
.topBar .logo img {
  vertical-align: middle;
  height:40px;
}
.topBar .sele_city {
  width: 120px;
  position: relative;
  height: 60px;
  z-index:1111;

}
.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: 50px;
  left: 50%;
  width: 400px;
  border: 1px solid #eee;
  background: #fff;
  z-index: 1112;
  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;
  margin-left: 0;
  text-align: center;
}


.topBar1{ float:right; display:block; }
.topBar1 .sele_city {
  width: 20px;
  position: relative;
  height: 60px;
  z-index:1111;

}
.topBar1 .sele_city .sele_city_btn {
  display: block;
  width: 100%;
  height:60px;
  line-height: 60px;
  color: #ff0000;
  text-align: center;
}
.topBar1 .sele_city .sele_city_btn .icon {
  vertical-align: middle;
  margin-left: 6px;
}
.topBar1 .sele_city .city_list {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 300px;
  border: 1px solid #666;
  background: #fff;
  z-index: 1112;
  padding: 5px;
  margin-left: -60px;
  color:#666;
  
}

.topBar1 .sele_city .city_list dd
{display: block;
  font-size: 16px;
  line-height: 32px;
  width:280px;
  text-align: left;
 
  }
.topBar1 .sele_city .city_list dd  h3{
  display: block;
  font-size: 16px;
  line-height: 32px;
  width:100px;
  text-align: left;
  color:#da0000;
  float:left;
}
.topBar1 .sele_city .city_list dd span{
  display: block;
  font-size: 14px;
  line-height: 32px;
  width:120px;
  text-align:right;
  color:#da0000;
  float:left;
}


.topBar .log_link .not_log {
  line-height: 60px;
  color: #fff;
}
.topBar .log_link .not_log a {
  color: #ededed;
}
.topBar .log_link .not_log a:hover{
  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;
  outline: none;
  position:relative;
  z-index: 1;
  font-size: 16px;
  
}
/* 搜索栏 */
.searBar {
  padding: 20px 0;
  background: #f8f8f8;
}
.sear_box {
  /*width: 550px;
	height: 40px;*/
  width: 546px;
  height: 36px;
  border-width:2px;
  border-style:solid;
}
.sear_box .ipt_area {
  width: 466px;
  height: 36px;
  z-index: 999;
  position: relative;
}
.sear_box .ipt_area input {
  width: 430px;
  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;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ccc;
  color: #616161;
  font-size: 16px;
  padding-left: 50px;
  background: url(../images/icon2.png) 26px 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 {
	color:#F00
   
}
.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;
}
.footer .bottom p a{
  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/icon25.png);
}
.star_list .off {
  background-image: url(../images/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 15px;
  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;
}
.page_list li.disabled span{border: 1px solid #ebebeb;background-color: #fff;color:#656565;}
/*.lpNum>li{ overflow:hidden; z-index: 7;width:74px; height:74px;
  background:url(../images/map-circlebg.png) no-repeat -1px -1px; cursor:pointer;}*/

.lpNum>li{ /*! position:absolute; */overflow:hidden; z-index: 7;width:120px; height:120px;
  background:url(../images/map-circlebg2.png) no-repeat -1px -1px; cursor:pointer;}


.lpNum>li>a{ display:block;  font-size:16px; color:#fff; text-align:center; line-height:18px; margin-top:28px; }
.lpNum>li:hover,.lpPrice>li:hover{background-position:0px -140px;}
.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;font-weight:400}
#search-box li span{display:block; font-weight:600}
#search-box li span.address{color:#999;font-weight:400}
.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: #333;
  margin-left: 0;
  text-align: center;
}
.sele_city .city_list i{
  display:block;
  width:17px;
  height:20px;
  background-image: url(../images/close-1.png);
  background-size: auto 20px;
  text-indent:-9999px;
  position:absolute;
  right:-10px;
  top:-10px;
  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(../images/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(../images/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;}



.wrap1{ margin:0 auto; width:1200px; display:block; overflow:hidden}
h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,select,object{margin:0;padding:0;outline: none;}
#top{margin-bottom:5px;border-bottom:1px solid #F5F5F5;}

#top .inner{ height:34px; line-height:34px;  padding: 0 5px;font-size: 12px;width: 1200px;margin: 0 auto;}
#top a{float:left; color: #666;white-space:nowrap;}

#top a:hover,#top a.fcr{color: #da0000;}

#top .indico:hover{text-decoration: none;}

#top .indico .ico08{color: #4E97D2;float: left;margin: 0 3px 0 0;}
#top .qy-area,#top .lmore{ float:left;position:relative; top:6px; z-index:1000;margin-right:5px; }
/*top*/

.z-dq li{ float:left;}

.z-dq li a{ color:#da0000; padding:0px 5px}

.z-dq li span{ font-weight:bold; color:#da0000}
.z-dq li span a{ font-weight:bold; color:#da0000}

.z-dq li span.spn_ch{ color:#332c2b}



.z-tel{ float:right;}

.z-tel span,.z-tel a{ display:block; float:left;}

.z-tel span{padding-right:15px}

.z-tel a{ width:20px; height:35px;  background-repeat:no-repeat; margin-right:3px}

.z-tel a.z-weibo{ background-position:0px center}

.z-tel a.z-tx{ background-position:-23px center}

.z-tel a.z-weixin{ background-position:-45px center}



/*ad*/


.ad{line-height: 0; float:left; text-align:center;  position:relative;}
.ad1{line-height: 0; float:left; text-align:center;  position:relative;}

.ad a{ display:block; height:60px; padding-bottom:6px}


.ad img{ height:60px}
.ad_1{line-height: 0; float:left; text-align:center; width:595px; min-height:60px;_height:60px;  position:relative;}

.ad_1 a{ display:block; height:60px; padding-bottom:3px}


.ad_1 img{ height:60px}
.guanggao_ad{ position: absolute;
left: 5px;
bottom: 8px;
width: 185px;
height: 16px;
line-height:16px;
display:block;
color:#FFF;
font-size:12px;
text-align:left;
padding-left:40px;

background:rgba(0,0,0,0.5)  url(../images/guanggao.png) left no-repeat;
background-position: initial initial;
background-repeat: no-repeat no-repeat}

.ad-link{display:block;position:relative;background:url(../images/blank.gif) ;filter:alpha(opacity:0); opacity:0; }

.w1200{ margin:5px auto; width:1200px; display:block; overflow:hidden}


.icpa, .icpb, .icpc {
  height: 16px;
  overflow: hidden;
  margin-top: 3px;
  padding-left: 20px;
}

.icpa {
  background: url(../images/trust.png) no-repeat left top;
}

.icpb {
  background: url(../images/trust.png) no-repeat left -16px;
}

.icpc {
  background: url(../images/trust.png) no-repeat left -32px;
}

.blank5{ height:5px; display:block; clear:both}
.blank10{ height:10px; display:block; clear:both}
.blank20{ height:20px; display:block; clear:both}
.blank0{ height:0px; display:block; clear:both}
.tit1{ font-size:16px; font-weight:normal; height:40px; line-height:40px;}
.lp-yx1{ border:0px solid #ddd; min-height:150px;background:#fff; float:left;  display:block;  margin-top:22px; overflow:hidden}
.lp-yx2{ border:1px solid #ddd;height:350px; background:#fff; float:right; display:block; width:480px;   margin-top:22px; overflow:hidden}
.lp-yx1 { font-size:14px}
.lp-yx1  a{ color:#F60}
.lp-yx1  a:hover{ color:#333}
.lp-coltit2 span{ float:right; display:block; padding-right:15px; color:#FFF; font-size:14px; overflow:hidden}
.lp-yx2 img{ width:125px; height:125px;}

.lp-coltit2 {height:38px; line-height:38px; background-color:#da0000; border-bottom:3px solid #F1F1F1; padding-left:10px}

.lp-coltit2 h3{float: left;  padding: 0 5px; font-size: 20px;color:#FFF;}
table {border-collapse:collapse;border-spacing:0;}

.tabxk{ margin:0 auto;}
.tabxk td{ padding:5px; border-bottom:#CCC dotted 1px }

.table-style-b {
    BORDER-LEFT: #d6d6d6 1px solid
}
.table-style-b TD {
     PADDING-LEFT: 15px; VERTICAL-ALIGN: middle; BORDER-RIGHT: #d6d6d6 1px solid;BORDER-BOTTOM: #d6d6d6 1px solid;
}
.table-style-b TH {
    BORDER-top: #d6d6d6 1px solid; PADDING-LEFT: 15px; VERTICAL-ALIGN: middle; BORDER-RIGHT: #d6d6d6 1px solid;BORDER-BOTTOM: #d6d6d6 1px solid;
    PADDING-BOTTOM: 10px; LINE-HEIGHT: 22px;  PADDING-TOP: 10px
}
.table-style-b TH {
    BACKGROUND: #fefef3
}
.brends-table TD {
    PADDING: 10px; LINE-HEIGHT: 22px; 
}
.brends-table TD A {
    COLOR: #F00; font-size:16px; font-family:微软雅黑; background: #FF0; border-left:#FFF 1px solid;border-right:#FFF 1px solid; margin:5px auto; padding:2px 5px 2px 5px;
}
.brends-table span{ color:#FFF; font-size:16px; font-family:微软雅黑; border-right:#FFF 2px solid;border-left:#FFF 2px solid;background: #FF0000; margin:5px auto;padding:2px 6px 2px 6px; }
.brends-table TD A:hover{ color:#000;background: #F00; margin:5px auto;padding:2px 5px 2px 5px;}

#aa a{ COLOR: #F00; float:left; width:100px;display:block;font-size:16px; text-align:center; height:22px; font-family:微软雅黑; background: #FF0; }

#aa  A:hover{ color:#000;background: #F00;}

.bb{ min-width:110px;position:relative;cursor:pointer;}

.bb #cc{width:130px; height:135px;position:absolute; z-index:9999;display:none;border:1px solid #ff000; background-color:#FF9;top:60px;left:80px;clear:both; overflow:hidden;}
.bb:hover #cc{display:block;}


.bb #dd{width:130px; height:135px;position:absolute; z-index:9999;display:none;border:1px solid #ff000; background-color:#FF9;top:-136px;left:-30px;clear:both; overflow:hidden;}
.bb:hover #dd{display:block;}

/*楼盘loudong*/

.lp-tlist2 li{ border-bottom:1px dashed #ddd; *zoom:1; overflow:hidden; padding: 15px 0}

.lp-tlist2 li h2{height:26px;overflow:hidden;font:bold 16px/26px Microsoft yahei;margin-bottom: 5px;}

.lp-tlist2 li strong{background: #da0000;font-weight: normal;color: #fff;padding:0 10px;height:24px;line-height:24px;float: left;font-size: 12px;position: relative;margin-right: 10px;border-radius: 2px;}

.lp-tlist2 li span{font-size: 12px;font-weight: normal;width: 140px;}

.lp-tlist2 li .ico08{margin-right: 3px;font-size: 14px;}

.lp-tlist2 p{line-height:22px;color:#666;text-indent:2em;}

.lp-tlist2 a:hover{ text-decoration:none; }

.zxxq{ height:47px; line-height:17px; font-size:14px;}
.zxxq a{ color:#2c2c2c}
.zxxq a:hover{ color:#da0000}

.ls{ font-size:16px; color:#F00}




.sear_boxnews {
  /*width: 550px;
	height: 40px;*/
  width: 316px;
  height: 36px;
  margin-top:5px;
  border-width:2px;
  border-style:solid;
  border-color:#d32f2f
  
}
.sear_boxnews .ipt_area {
  width: 236px;
  height: 36px;
   line-height: 34px;
  z-index: 999;
  position: relative;
}
.sear_boxnews .ipt_area input {
  width: 210px;
  height: 24px;
  line-height: 24px;
  padding: 0px 18px;
  font-size: 14px;
}
.sear_boxnews .ipt_area .placeholder {
  left: 18px;
  right: 18px;
  line-height: 24px;
}
.sear_boxnews .btn_area .sbm_btn {
  width: 80px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: block;
  cursor: pointer;
  color:#FFF;
  background-color:#d32f2f;
}

.h50{height:50px; display:block; width:1200px; overflow:hidden}













