/* header */
@import "../../css/iconfont.css";
.header {
  height: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index:99999;
}
.header .logo img {
  display: block;
  height:50px;
}
.header .sele_city {
  margin-left: 46px;
  position: relative;
  z-index: 22999;
}
.header .sele_city .sele_city_btn {
  text-align: center;
  line-height: 46px;
  display: block;
  font-size: 16px;
  color: #313131;
  padding-left: 20px;
  background: url(../images/icon/icon1.png) left center no-repeat;
}
.header .sele_city .sele_city_btn span {
  font-size: 16px;
  color: #919191;
}
.header .sele_city .city_list {
  position: absolute;
  top: 46px;
  left: 50%;
  width: 400px;
  border: 1px solid #eee;
  background: #fff;
  z-index: 11299;
  padding: 10px;
  margin-left: -60px;
  display: none;
}
.header .sele_city .city_list li{
  float:left;
  padding:0 10px;
}
.header .sele_city .city_list a {
  display: block;
  font-size: 16px;
  line-height: 32px;
  margin-left: 0;
  text-align: center;
}

.header .sear_box {
  position: absolute;
  left: 50%;
  top: 35px;
  margin-left: -225px;
}
.navBar .fast_nav {
  width: 232px;
  height: 100%;
  z-index: 1000;
  position: relative;
}
.navBar .fast_nav h3 {
  font-size: 18px;
  position: relative;
  z-index: 100;
  text-align: center;
  line-height: 50px;
  font-weight: normal;
  color: #fff;
}
.navBar .m {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 9;
}
.navBar .fast_nav .list {
  height: 380px;
  padding: 60px 20px 10px;
  width: 192px;
  position: relative;
  z-index: 99;
}
.navBar .fast_nav .list h4 {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
.navBar .fast_nav ol {
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
  margin-left: -12px;
}
.navBar .fast_nav ul > li:last-child ol {
  border: 0;
}
.navBar .fast_nav ol li {
  float: left;
  margin-left: 12px;
}
.navBar .fast_nav ol a {
  display: block;
  line-height: 22px;
  color: #ccc;
}
.navBar .fast_nav ol a:hover {
  color: #fff;
}
.navBar .fast_nav .opacity {
  background: #000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.navBar .nav_list {
  margin-left: 55px;
}
.topBar .navBar .nav_list{margin-left:0;}
.banner {
  width: 100%;
   background: url(../images/bn1.jpg) center top no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  overflow: hidden;
}
.banner-1{height: 413px;}
.banner-1 .switchable-box{height:413px;}
.banner-1 a{display:block;height:413px;background-repeat:no-repeat;background-size:auto 500px;background-position: center center; }
.banner-1 a img{display:none;}
.banner li{width:100%;height:100%;}
.label_menu {
  padding: 20px 0;
}
.label_menu .item {
  width: 25%;
  position: relative;
}
.label_menu .item:after {
  display: block;
  content: '';
  position: absolute;
  height: 60px;
  width: 1px;
  background: #eee;
  right: 0;
  top: 50%;
  margin-top: -30px;
}
.label_menu .item:last-child:after {
  display: none;
}
.label_menu h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
}
.label_menu .l {
  width: 48px;
  height: 2px;
  margin: 0 auto;
}
.label_menu .link {
  margin-top: 22px;
  text-align: center;
  line-height: 100%;
}
.label_menu .link a {
  display: inline-block;
  padding: 0 13px;
  line-height: 100%;
  color: #616161;
  font-size: 18px;
}

.index .wrap {
  padding: 30px 0 30px;
  background: #f5f6f7;
}
.index .wrap .l_box {
  width: 230px;
}
.index .wrap .c_box {
  width: 660px;
}
.index .wrap .r_box {
  width: 250px;
}
.index .wrap .content {
  padding: 20px 0;
}
.hot_house {
  background: #fff;
}
.hot_house ul{padding: 20px 0;}
.hot_house li {
  float: left;
  width: 270px;
  height: 180px;
  margin-left: 24px;
}
.hot_house li a {
  display: block;
  width: 100%;
  height: 100%;
}
.hot_house li img {
  display: block;
}
/* 公共样式 */
.cm_wrap {
  margin-top: 20px;
  padding: 8px 20px;
  background: #fff;
}
.cm_wrap .head {
  border-bottom: 3px solid #eee;
}
.cm_wrap .head h2 {
  font-size: 24px;
  /*font-weight: normal;*/
  color: #313131;
  padding-left: 43px;
}
.cm_wrap .head .r_nav li {
  float: left;
  height: 45px;
  position: relative;
  margin-left: 40px;
}
.cm_wrap .head .r_nav li a {
  display: block;
  width: 100%;
  line-height: 54px;
  color: #313131;
  text-align: center;
}
.cm_wrap .head .r_nav li .b_l {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 8px;
  z-index: 3;
  background: url(../images/icon/icon3.png) center bottom no-repeat;
  display: none;
}
.cm_wrap .head .r_nav li.active .b_l,
.cm_wrap .head .r_nav li:hover .b_l {
  display: block;
}
/* 新房 */
.new_house .head h2 {
  background: url(../images/icon/icon4.png) left center no-repeat;
}
/* 最近开盘 */
.lastly_open {
  /*width: 230px;*/
}
.lastly_open h3 {
  font-size: 18px;
  padding-bottom: 9px;
  line-height: 100%;
  font-weight: normal;
  color: #313131;
}
.lastly_open .list {
  height: 280px;
  overflow: auto;
  *position: relative;
}
.lastly_open .list .item {
  padding-left: 20px;
  position: relative;
}
.lastly_open .list .item h4 {
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  background: #d9d9d9;
  margin: 9px 0;
}
.lastly_open .list .item .tit {
  background: url(../images/icon/icon7.png) no-repeat;
  width: 72px;
  color: #fff;
}
.lastly_open .list .item .time {
  width: 68px;
  background: #d9d9d9;
  color: #313131;
}
.lastly_open .list .item li {
  padding: 5px 0;
}
.lastly_open .list .item li span,
.lastly_open .list .item li a {
  display: block;
  color: #616161;
  line-height: 20px;
}
.lastly_open .list .item li .name {
  width: 110px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lastly_open .list .item li .name:hover {
  text-decoration: underline;
}
.lastly_open .list .item li .price {
  width: 80px;
  text-align: right;
  color: #919191;
  font-size: 12px;
}
.lastly_open .list .item .l_l {
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  width: 9px;
  background: url(../images/icon/icon5.png) center 30px repeat-y;
}
.lastly_open .list .item .l_l .c {
  /*width: 8px;
					height: 8px;
					border: 1px solid #ccc;
					border-radius: 50%;*/
  width: 9px;
  height: 9px;
  background: url(../images/icon/icon6.png) no-repeat;
}
/* 新房列表 */
.build_list {
  /*width: 660px;*/
}
.build_list ul {
  margin-top: -12px;
}
.build_list li {
  margin-top: 12px;
  float: left;
  width: 200px;
  /*height: 200px;*/
  overflow: hidden;
  margin-left: 20px;
}
.build_list li a,
.news-left-list li a{
  display: block;
  width: 100%;
  height: 100%;
}
.build_list li .img {
  display: block;
  width: 100%;
  height: 140px;
  overflow: hidden;
  position: relative;
}
.news-left-list li .img {
  display: block;
  width: 100%;
  height: 140px;
  overflow: hidden;
  position: relative;
}
.build_list li .img img,
.news-left-list li .img img
{
  display: block;
  width: 100%;
  height: 100%;
}
.build_list li .img .img_ft,
.build_list li .img .txt_box,
.build_list li .img .tit_bg,
.news-left-list li .img .tit_bg,
.news-left-list li .img .txt_box
{
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 32px;
}
.build_list li .img .tit_bg,
.news-left-list li .img .tit_bg
{
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  background: #000;
  z-index: 1;
}
.build_list li .img .txt_box,
.news-left-list li .img .txt_box
{
  overflow: hidden;
  z-index: 2;
  left: 12px;
  right: 12px;
}
.build_list li .img .txt_box .tit,
.build_list li .img .txt_box .area,
.news-left-list li .img .txt_box .tit
{
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  z-index: 2;
}
.build_list li .ft .area,
.build_list li .ft .price,
.build_list li .ft .type_area {
  display: block;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
.build_list li .ft .area,
.build_list li .ft .type_area {
  color: #616161;
  width:109px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-left-list{
  margin-top:15px;
}
.news-left-list li{
  float:left;
}
.news-left-list li:first-child{
  margin-right:20px;
}
/* 房产资讯 */
.house_news {
  /*width: 250px;*/
}
.house_news .hd h3 {
  float: left;
  font-size: 18px;
  color: #313131;
  font-weight: normal;
  line-height: 24px;
}
.house_news .hd .more {
  display: block;
  float: right;
  line-height: 24px;
  color: #616161;
}
.house_news .list {
  height: 410px;
  margin-top: 5px;
  overflow: auto;
}
.house_news .list h4 {
  font-size: 16px;
  line-height: 30px;
  height:30px;
  white-space:nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.house_news .list ol a {
  display: block;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #616161;
}
.house_news .list ol a:hover {
  text-decoration: underline;
}
/* 楼盘导购 */
.build_shoppers {
  /* 购房宝典 && 房产百科 */
}
.build_shoppers .head h2 {
  background: url(../images/icon/icon8.png) left center no-repeat;
}
.build_shoppers .content h3 {
  font-size: 18px;
  font-weight: normal;
  color: #313131;
  line-height: 100%;
}
.margin-right-120{margin-right:120px;}
.build_shoppers .l_box {
  /*width: @w;*/
  /*  看房团 */
  /* 预约看房 */
}
.build_shoppers .l_box .look_team .list {
  margin: 16px 0;
  height: 104px;
  overflow: hidden;
}
.build_shoppers .l_box .look_team li .name,
.build_shoppers .l_box .look_team li .time {
  display: block;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  color: #616161;
}
.build_shoppers .l_box .look_team li .name {
  float: left;
  width: 140px;
}
.build_shoppers .l_box .look_team li .name:hover {
  text-decoration: underline;
}
.build_shoppers .l_box .look_team li .time {
  width: 80px;
}
.build_shoppers .l_box .appoint .form_box .sct {
  margin-top: 13px;
}
.build_shoppers .l_box .appoint .form_box .sct_ipt {
  width: 230px;
}
.build_shoppers .l_box .appoint .form_box .sct_ipt .ipt {
  width: 208px;
}
.build_shoppers .l_box .appoint .form_box .btn_area {
  width: 230px;
}

.build_shoppers .r_box .list {
  margin-top: 16px;
  height: 140px;
  overflow: hidden;
}
.build_shoppers .r_box .list li {
  list-style-position: inside;
  list-style-type: disc;
  list-style-color: #eee;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.build_shoppers .r_box .list a {
  color: #616161;
}
.build_shoppers .r_box .list a:hover {
  text-decoration: underline;
}
.build_shoppers .r_box .house_klg {
  margin-top: 20px;
}
.sed_house .head h2 {
  background: url(../images/icon/icon9.png) left center no-repeat;
  margin-bottom:10px;
}
.sed_house .ads_img {
  height: 392px;
}
.sed_house .ads_img a,
.sed_house .ads_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.sed_house .top_director .list li {
  margin-top: 25px;
}
.sed_house .top_director .list .tx_img {
  width: 50px;
  height: 50px;
  font-size: 0;
}
.sed_house .top_director .list .tx_img img {
  display: block;
  border-radius: 50%;
}
.sed_house .top_director .list .c_con {
  margin-left: 6px;
}
.sed_house .top_director .list .r_con{
  text-align:right;
}
.sed_house .top_director .list p {
  font-size: 12px;
  line-height: 25px;
  color: #919191;
}
.sed_house .top_director .list .name {
  font-size: 16px;
  color: #313131;
  font-weight: bold;
}
.sed_house .top_director .list .mark b {
  font-weight: bold;
  font-size: 16px;
}
.sed_house .top_director .ft_link {
  margin-top: 19px;
}
.sed_house .top_director .ft_link a {
  display: block;
  width: 110px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
}
.rent_house {
  padding-left: 0;
  padding-right: 0;
}
.icon-rent{background: url(../images/icon/icon-rent.png) left center no-repeat;background-size: 32px;}
.icon-group{background: url(../images/icon/icon-group.png) left center no-repeat;background-size: 32px;}
.icon-news{background: url(../images/icon/icon-news.png) left center no-repeat;background-size: 32px;}
.icon-office{background: url(../images/icon/office.png) left center no-repeat;background-size: 32px;}
.icon-shops{background: url(../images/icon/shops.png) left center no-repeat;background-size: 32px;}
.rent_house .head{margin:0 24px;}
.rent_house .head h2,.build_office .head h2,.build_shops .head h2 {
  margin-bottom:10px;
}
.rent_house .build_list li {
  width: 270px;
  margin-left: 24px;
}
.rent_house .build_list li .img {
  height: 180px;
}
/*  新盘涨幅&&房价走势&&二手涨幅&&房价走势&&楼盘活动 */
.order_modl {
  padding: 20px;
}
.order_modl .sct {
  width: 360px;
}
.order_modl .c_area {
  margin-left: 40px;
}
.order_modl .head .tit {
  position: relative;
  height: 50px;
  width: 86px;
  margin-right: 36px;
}
.order_modl .head .tit.active .b_l {
  display: block;
}
.order_modl .head h3 {
  line-height: 50px;
  font-size: 20px;
  color: #313131;
  text-align: center;
}
.order_modl .head .b_l {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 8px;
  z-index: 3;
  background: url(../images/icon/icon3.png) center bottom no-repeat;
  display: none;
}
.order_modl .esf_chart {
  width: 360px;
  height: 278px;
}
.order_modl .list {
  padding-top: 6px;
}
.order_modl .list li {
  list-style-position: inside;
  height: 34px;
  padding-left: 20px;
  position: relative;
}
.order_modl .list li .num {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.order_modl .list li a,
.order_modl .list li span {
  display: block;
  font-size: 14px;
  line-height: 34px;
}
.order_modl .list li .name {
  width: 160px;
  color: #313131;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.order_modl .list li .name:hover {
  text-decoration: underline;
}
.order_modl .list li .price {
  margin: 0 5px;
  width: 90px;
  text-align: center;
}
.order_modl .list li .price b,
.order_modl .list li .price_float {
  overflow: hidden;
}
.order_modl .list li .price_float.down{
  color:green;
}
.order_modl .list li .price_float {
  text-align: right;
  width: 80px;
}
.build_actv .list li .name {
  width: 100%;
}
.group_time{background:url(../images/time.png) 0 center no-repeat; padding-left:24px; margin-right:45px; display:block; float:left}
.swiper-container{height:400px;}
.news-left{width:400px;}
.news-left-slide{width:400px;height:260px;overflow: hidden;}
.news-left-slide .slider{height:260px;}
.news-left-slide .switchable-box{height:260px;min-height:260px;}
.news-left-list{width:100%;padding-left:10px;}
.news-left-list li{width:180px;height:140px;}
.news-center{width:470px;margin:0 15px;}
.news-center h2{margin-bottom:10px;font-size:24px;font-weight: 500;font-style: normal;text-align:center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-center a{color:#333;}

.news-center li p{line-height: 24px;margin-bottom:10px;font-size:14px;color:#666;}
.news-center li{font-size:16px;margin-top:4px;}
.news-center li.nowarp{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.news-right{padding-left:10px;background-color: #f6f6f6;height:407px;padding-top:10px;}
.news-right li{width:240px;}
.poster-margin-top{margin-top:20px;}
.index .banner-2 .switchable-box{height: 500px;min-height:500px;}
.index .banner-2{height:500px;position:relative;}
.index .search-box{width:560px;height:150px;position:absolute;left:50%;top:200px;margin-left:-280px;z-index: 9;}
.index .search-box .opacity{background-color: #000;border-radius: 5px;}
.index .search-content{position: absolute;top:0;left:0;padding:20px 30px;z-index:99;color:#fff;}
.index .search-type a{padding:5px 20px;margin-right:5px;color:#fff;font-size:16px;position:relative;}

.index .search-input{height:40px;line-height: 40px;margin-top:20px;width:500px;}
.index .search-input .search-input-text{height:30px;line-height: 30px;width:400px;padding:5px 10px;border:none;background-color: #fff;border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.index .search-input .search-btn{height:40px;width:80px;line-height:40px;text-align:center;border-top-right-radius: 3px;border-bottom-right-radius: 3px;}
.index .search-keyword{margin-top:10px;}
.index .search-keyword a{color:#fff;margin-right:10px;}
.l_box .filter-row{height:100px;box-sizing: border-box;border-top:1px solid #efefef;position:relative;z-index:999;}
.l_box .filter-row .filter-row-title{color:#111;font-size:14px;line-height: 32px;font-weight:bold;}
.l_box .filter-row .filter-row-title:after{content:"\e603";position:absolute;right:0;}
.l_box .filter-row .filter-val a,
.l_box .filter-row .filter-more a{display:inline-block;margin-right:8px;line-height: 26px;}
.l_box .filter-row .filter-more{display:none;box-sizing:border-box;border:1px solid #EFEFEF;padding-left:10px;border-bottom:none;padding-top:32px;border-left:none;position:absolute;right:-250px;width:250px;background-color: #fff;top:-1px;min-height: 101px;}
.l_box .filter-row .filter-val a:hover,
.l_box .filter-row .filter-more a:hover{color:#D32F2F;}
.build_shoppers .r_box .list.office-list{height:360px;}
.build_shoppers .r_box .list.office-list li{list-style: none;}
.office-list li{position:relative;padding-right:80px;line-height:30px;box-sizing: border-box;width:100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.office-list li span{color:#D32F2F;position:absolute;right:0;top:0;}

.cony_qq {
    font-family: "Microsoft YaHei",Tahoma,Helvetica,SimSun,sans-serif;
    display: block;
    width: 80px;
    height: 33px;
    color: #119C17;
    font-weight: normal;
    float: left;
    margin-left: 25px;font-size:14px;padding-top:12px;
    background: url(gzh.png) left center no-repeat;
    padding-left: 35px;
    line-height: 21px;
}

#cony_qqmin {
    position: absolute;
    border: 1px solid #119C17;
    z-index: 999;
    background-color: #fff;
    display: none;
}
.cony_qq:hover #cony_qqmin{display:block !important;}
