/* 头部样式 */
.header{
    margin: 0 auto;
    height: 70px;
    box-sizing: border-box;
}
.header-nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: #FFFFFF;
	z-index: 999999;
	border-bottom: 1px solid #dfdfdf;
	/* box-shadow: 0px 5px 5px #f4f4f4; */
}
.header-nav .main{
    position: relative;
}
.header .logo{
    display: block;
    width: 150px;
    float:left;
    margin-top: 15px;
}
.header .location-con{
    height: 23px;
    padding: 0 11px;
    line-height: 23px;
    background: #c9c8ca;
    display: inline-block;
    border-radius: 50px;
    margin-left: 15px;
    margin-top: 10px;
	cursor: pointer;
}
.header .location-con em{
    display: inline-block;
    width: 12px;
    height: 17px;
    position: relative;
    top: 2px;
}
.header .location-con .sitename{
    font-size: 12px;
    color: #FFF;
    display: inline-block;
    vertical-align: bottom;
	max-width: 80px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.header .nav-list{
    margin-left: 50px;
    width: 400px;
    float: left;
 
}
.header .nav-list .item{
    float: left;
}
.header .nav-list .title{
    color: #333333;
    font-size: 16px;
    line-height: 66px;
    display: block;
    border-bottom: 4px solid transparent;
    padding: 0 7px;
    margin-right: 30px;
    cursor: pointer;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.header .nav-list .active .title,.header .nav-list .item:hover .title{
	font-weight: bold;
}
.header .search-group{
    height: 40px;
    background-color: #f2f2f2;
    border-radius: 50px;
    line-height: 40px;
    position: relative;
    width: 395px;
    margin-top: 15px;
    float: right;
}
.header .search-group input{
    font-size: 12px;
    color: #333;
    text-align: left;
    display: block;
    width: 325px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    border: 0;
    padding-left: 30px;
    position: absolute;
    left: 0;
}
.header .search-group .search-btn{
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 20px;
    width: 100px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 0;
}
.header .complain{
    font-size: 13px;
    color: #333;
    display: block;
    cursor: pointer;
    width: 50px;
    line-height: 70px;
    float: right;
    text-align: right;
}
.header .search-relative-con{
    position: absolute;
    left: 0;
    right: 0;
    top: 47px;
    background: #FFF;
    z-index: 100;
    box-shadow: 0px 1px 2px #f4f4f4;
    padding: 20px;
}
.header .search-relative-con-1{
	padding: 20px 0;
}
.header .search-relative-bk{
    padding: 20px;
    max-height: 300px;
    overflow-y: scroll;
}
.header .search-relative-con.search-relative-bk .search-reuslt .result-item{
    max-width: 100%;
    font-size: 14px;
    line-height: 50px;
}
.header .search-relative-bk a{
    border-bottom:1px solid #f2f2f2;
}
.header .search-relative-con .floor-label{
    margin-left: 10px;
    margin-top:10px;
}
.header .search-relative-con .search-name{
    font-size: 14px;
    color: #333;
    padding-bottom: 5px;
}
.header .search-relative-con .search-name1{
    line-height: 15px;
}
.header .search-relative-con-1 .search-name{
    padding-left: 20px;
	padding-right: 20px;
}
.header .search-relative-con .search-name2{
    line-height: 15px;
    margin-top: 20px;
}
.header .search-relative-con .search-reuslt:hover{
	background-color: #f7fcff;
}
.header .search-relative-con .search-reuslt .result-item{
    color: #333;
    font-size: 12px;
    max-width: 200px;
}
.header .search-relative-con .search-result-list-show{
	max-height: 350px;
	overflow-y: scroll;
	padding: 0 20px;
}
.header .search-relative-con .result-price{
    text-align: right;
    color: #333;
    font-size: 12px;
}
.header .search-relative-con .result-price .price{
    color: #999;
    margin-right: 10px;
}
.header .search-relative-con .search-history a{
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    font-size: 12px;
    color: #666666;
    padding: 0 15px;
    border-radius: 50px;
	cursor: pointer;
}
.header .search-relative-con .empty-group{
    display: block;
    margin: 15px auto 0;
}
.search-delete-icon{
	float: right;
	margin-top: -5px;
	cursor: pointer;
}
.header .login-info{
    width: 200px;
    position: absolute;
    right: -200px;
    height: 70px;
    line-height: 70px;
    padding-left:10px;
    font-size: 14px;
    display: none;
}
.header .login-info em{
    font-style: normal;
    cursor: pointer;
}
/* 底部样式 */
/* 公共底部样式 */
.footer .foot_cnt .list_wrap{
    max-height:150px;
    overflow: hidden;
}
.footer{
    width:100%;
    height:360px;
    background-color:#363e42;
    zoom: 1;
    overflow: hidden;
    margin-top:60px;
}
.footer .foot_cnt{
    width:1182px;
    height:auto;
    margin:0 auto;
}
.footer .foot_cnt .left{
    width:900px;
    float:left;
    padding-top:20px;
}
.footer .foot_cnt .left .nav{
    margin-bottom:30px;
}
.footer .foot_cnt .left .nav li{
   float: left;
   margin-right: 16px;
}
.footer .foot_cnt .left .nav li a{
    width:120px;
    height:40px;
    border-radius:2px;
    background-color:#0f1112;
    color:#fff;
    text-align: center;
    line-height:40px;
    font-size:14px;
    display: block;
}
.footer .foot_cnt .left .nav li a:hover{
    font-size:#fff;
}

.footer .foot_cnt .left .link li{
    float: left;
    margin-bottom:24px;
    margin-right:18px;
}
.footer .foot_cnt .left .link li a{
    color:#fff;
    font-size:14px;
}
.footer .foot_cnt .left .link li a:hover{
    text-decoration: underline;
}
.footer  .site_info{
    margin-top:45px;
    color:#fff;
    margin-bottom: 20px;
    font-size:14px;
}
.footer  .site_info span{
    margin-right:15px;
}
.footer em{
    font-style: normal;
}
.footer  .copy_right{
    color:#838282;
    font-size:12px;
    margin-bottom:20px;
}
.footer .foot_cnt .right{
    width: 282px;
    float: right;
    padding-top: 24px;
}
.footer .foot_cnt .right .logo{
    height:50px;
    text-align: center;
}
.footer .foot_cnt .right .logo img{
    height:50px;
}
.footer .foot_cnt .right .qrcode img{
    width: 140px;
    height: 140px;
    margin: 0 auto;
    display: block;
}
.footer .foot_cnt .right .qrcode p{
    color:#fff;
    font-size:14px;
    text-align: center;
}
.footer .foot_cnt .right .qrcode{
    padding: 20px 0;
}
.footer .foot_cnt .inner_chain .tab_list{
    margin-bottom:30px;
}
.footer .foot_cnt .inner_chain .tab_list li{
    width: 120px;
    height: 40px;
    border-radius: 2px;
    background-color: #0f1112;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    float: left;
    margin-right: 16px;
    cursor: pointer;
}
.footer .foot_cnt .inner_chain .tab_list li.active{
    font-size: #fff;
}
.footer .foot_cnt .list_wrap .item{
    display: none;
}
.footer .foot_cnt .list_wrap .item.active{
    display: block;
}
.footer .foot_cnt .list_wrap .item a {
    float: left;
    margin-bottom: 24px;
    margin-right: 18px;
    color: #fff;
    font-size: 14px;
    line-height:20px;
}
.footer .foot_cnt .list_wrap .item a:hover{
    text-decoration: underline;
}
.home_foot .home_inves{
    width:200px;
    float:left;
}
.home_foot .foot_cnt .left{
    width:700px;
    min-height: 200px;
    margin-bottom:20px;
}
.home_foot .home_inves{
    padding-top: 20px;
}
.home_foot .home_inves h2{
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 40px;
    margin-bottom: 30px;
}
.home_foot .home_inves h2 a{
    color:#fff;
}
.home_foot .home_inves h2 a:hover{
    text-decoration: none;
}
.home_foot .home_inves .nav li{
    float: left;
    margin-bottom: 24px;
    margin-right: 18px;
}
.home_foot .home_inves .nav a{
    color: #fff;
    font-size: 14px;
}
.home_foot .wrapper{
    width:900px;
    float:left;
    position: relative;
    height: 360px;
}
.home_foot .wrapper .fixed{
    position: absolute;
    bottom: 0px;
}
.home_foot .wrapper .site_info{
    padding-top: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-size: 14px;
}
.home_foot .foot_cnt .list_wrap .item a{
    color:#999;
}
.footer .copy_right a{
    text-decoration: underline;
    color:#999;
    
}
/* 固定头部 */
.fixed-nav-container{
    background-color: #f3f3f3;
    box-shadow: 0 0 10px #ececec;
    border-bottom: 1px solid #ebebeb;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999;
    display: none;
}
.fixed-nav-container .nav-list a{
    display: inline-block;
    line-height: 70px;
    border-bottom: 3px solid transparent;
    padding: 0 10px;
    margin-right: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #333333;
}
.fixed-nav-container .fixed-nav-mobile{
    position: relative;
    line-height:73px;
    display: none;
}
.house-info-mobile{
    display: none;
}
.fixed-nav-container .fixed-nav-mobile .name{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
.fixed-nav-container .fixed-nav-mobile .name em{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    font-style: normal;
}
.fixed-nav-container .fixed-nav-mobile:hover .code-shadow{
    display: block;
}
.fixed-nav-container .code-shadow{
    position: absolute;
    position: absolute;
    top:52px;
    left: 40px;
    display: none;
}
.fixed-nav-container .code-shadow .content-group{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fixed-nav-container .code-shadow .content-group .name1{
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 20px;
    padding: 20px 0 0;
}
.fixed-nav-container .code-shadow .content-group img{
    width: 70px;
    display: block;
    height: 70px;
    margin: 0 auto;
}
/** 公共弹层样式 */
.boxTips{ position:fixed; width:0px; height:0px; margin:auto; left:0; top:0; right:0; bottom:0; z-index:99999999; }
.boxTips .tips{ background:#000; background:rgba(0, 0, 0, 0.7); filter:alpha(opacity=70); position:absolute; padding:20px 40px; border-radius:4px; -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
.boxTips .tips .tit{ font-size:20px; color:#fff; line-height:20px; text-align:center; white-space:nowrap; margin-bottom:10px; }
.boxTips .tips .desc{ font-size:16px; color:#fff; line-height:20px; text-align:center; white-space:nowrap; }

/** 全局loading */
.enter-loading{ position:fixed; width:80px; height:80px; margin:auto; top:0; right:0; bottom:0; left:0; z-index:100000; background:rgba(0, 0, 0, 0.5); border-radius:4px; }
.enter-loading img{width: 70%;display: block;margin: 12px auto;}

/** 意见反馈表单样式 */
.complain-shadow{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.8);z-index: 9999;}
.complain-container{background-color: #FFFFFF;width: 755px;padding-bottom: 30px;position: fixed;z-index: 10000;left: 0;right: 0;margin: auto;top: 0;bottom: 0;height: 760px;border-radius: 5px;}
.complain-container .close-btn{position: absolute;right: 20px;top: 20px;display: block;z-index: 10;width: 25px;cursor: pointer;}
.complain-container .back{display: block;margin: -50px auto 0;position: absolute;left: 0;right: 0;z-index: 100;}
.complain-container .content-header{position: relative;}
.complain-container .content-header .back-1{display: block;width: 100%;}
.complain-container .item-header{position: absolute;left: 0;width: 100%;top: 100px;padding: 0 80px;}
.complain-container .complain-name{font-size: 32px;color: #333333;font-weight: bold;text-align: center;}
.complain-container .complain-desc{color: #666666;font-size: 18px;line-height: 35px;text-align: center;}
.complain-container .mt15{margin-top: 15px;}
.complain-container .mt5{margin-top: 5px;}
.complain-container .complain-item-group{text-align: center;}
.complain-container .complain-item{display: inline-block;width: 100px;line-height: 30px;text-align: center;font-size: 16px;color: #666666;border-radius: 50px;border: 1px solid #c2c2c2;cursor: pointer;cursor: pointer;margin: 0 10px;}
.complain-container .complain-item.active{color: #FFF;}
.complain-container .fankui-item{margin-top: 25px;padding: 0 30px 0 17px;}
.complain-container .fankui-name{color: #333333;font-size: 18px;font-weight: bold;}
.complain-container .fankui-control{margin-top: 20px;padding-left: 18px;}
.complain-container .input-control{display: block;width: 100%;border-radius: 5px;padding: 0 10px;font-size: 14px;color: #333;line-height: 40px;border: 1px solid #c2c2c2;height:40px;}
.complain-container .input-control::-webkit-input-placeholder{color: #999;}
.complain-container .textarea{resize: none;line-height: 20px;padding: 10px;height: 145px;}
.complain-container .submit-form{margin-top: 25px;display: inline-block;border-radius: 5px;width: 120px;line-height: 40px;color: #FFF;font-size: 18px;border: 0;cursor: pointer;margin-left: 35px;}

/** 购房需求样式 */
.demand-con{position: fixed;background: #FFF;z-index: 99999;top: 100px;bottom: 20px;left: 0;border-radius: 10px;overflow: hidden;right: 0;margin: auto;width: 755px;}
.demand-con .demand-header{position: relative;}
.demand-con .demand-header img{display: block;}
.demand-con .demand-header .d-title{font-size: 26px;color: #FFF;font-weight: bold;line-height: 43px;position: absolute;top: 35px;left: 250px;}
.demand-con .demand-header .d-close{position: absolute;top: 15px;right: 15px;display: block;cursor: pointer;}
.demand-con .demand-content{padding: 25px;position: absolute;top: 160px;bottom: 0;overflow-y: scroll;width: 100%;}
.demand-con .demain-item{padding-bottom: 25px;}
.demand-con .de-title p{float: left;line-height: 30px;color: #333333;font-size: 18px;font-weight: bold;margin-left: 5px;}
.demand-con .de-title img{display: block;float: left;}
.demand-con .de-content{padding-left: 35px;}
.demand-con .de-label{min-width:80px;margin-top: 20px;margin-right: 30px;line-height: 30px;font-size: 14px;color: #666666;border: 1px solid #d6d6d6;border-radius: 50px;display: inline-block;padding: 0 20px;cursor: pointer;}
.demand-con .de-label:hover,.demand-con .de-label.active{color: #FFF;}
.demand-con .free-title{margin-top: 17px;color: #333;font-size: 14px;font-weight: bold;}
.demand-con .de-input{margin: 15px 0;line-height: 40px;height:40px;border: 1px solid #d6d6d6;background: transparent;border-radius: 10px;display: inline-block;width: 380px;padding: 0 15px;}
.demand-con .de-remark{font-size: 14px;color: #999;}
.demand-con .de-btn{line-height: 40px;font-size: 18px;color: #FFF;border-radius: 10px;width: 120px;text-align: center;display: inline-block;margin-top: 20px;cursor: pointer;}
.demand-con .de-round{width: 16px;height: 16px;border-radius: 50%;display: block;position: relative;float: left;}
.demand-con .de-round i{width: 8px;height: 8px;border-radius: 50%;display: block;background: #fff;position: absolute;top: 4px;left: 4px;}
.demand-con .de-round-1{background: #cbcbcb;}
.demand-con .de-start::before,.demand-con .de-end::before{text-align:center;left:-15px;content: '0万';position: absolute;top: -40px;width: 50px;font-size: 14px;color: #333;line-height: 30px;}
.demand-con .de-end::before{content: '200万';}
.demand-con .de-round-list{margin-top: 55px;}
.demand-con .de-line{width: 595px;height: 4px;background: #cbcbcb;margin: 6px -16px 6px -1px;}
.demand-con .active-line{height: 4px;position: relative;z-index: 100;}
.demand-con .active-line1{height: 4px;border-radius: 5px;position: absolute;}
.demand-con .active-line .de-round{margin-left: 15px;cursor: move;}
.demand-con .de-price{line-height: 30px;width: 50px;text-align: center;color: #FFF;font-size: 14px;border-radius: 5px;background: #5f94ff;position: relative;margin-bottom: 10px;}
.demand-con .de-price::after{content: '';border-top: 8px solid transparent;display: inline-block;position: absolute;bottom: -4px;transform: rotateZ(45deg);left: 17px;-webkit-transform: rotateZ(45deg);-moz-transform: rotateZ(45deg);-ms-transform: rotateZ(45deg);}
.demand-con .de-result-list{margin-top: 30px;color: #666;font-size: 14px;line-height: 20px;}
.demand-con .de-input-price{width: 50px;line-height: 20px;border: 1px solid #d6d6d6;text-align: center;font-size: 14px;margin: 0 5px;}
.demand-con .de-avg{position: absolute;width: 50px;bottom: -6px;z-index: 100;margin-left: -30px;}

/* 分页样式*/
.pagination-con{text-align: center; margin-bottom: 20px;}
.pagination-con .item{border: 1px solid #dddddd;border-radius: 5px;line-height: 28px;width: 33px;text-align: center;display: inline-block;cursor: pointer;margin-right: 8px;color: #333333;font-size: 12px;}
.pagination-con .item.active{background-color: #eeeeee;border-color: #eeeeee;}
.pagination-con .next-page{width: auto;padding: 0 10px;}
.pagination-con .page-btn{background-color: #112348;color: #FFF;line-height: 28px;border-radius: 5px;font-size: 12px;display: inline-block;padding: 0 10px;cursor: pointer;}
.pagination-con .to-page{font-size: 12px;color: #333;line-height: 28px;margin-right: 15px;display: inline-block;}
.pagination-con .to-page input{width: 35px;display: inline-block;line-height: 28px;height:32px;font-size: 12px;border: 1px solid #dddddd;border-radius: 5px;text-align: center;margin: 0 8px;}
.pagination-con .item-ellipse{margin-right: 8px;display: inline-block;}
.news-search-con{padding-bottom: 40px;}

/* 站点选择样式*/
.site-container{display:none;width: 535px;position: absolute;top: 60px;background: #FFF;z-index: 9999;margin-left: -20px;padding: 0 0px 20px 20px;max-height: 390px;overflow-y: scroll;box-shadow: 0 0 10px rgba(102, 102, 102, 0.66);border-radius: 5px;}
.site-container .address-list a{font-size: 14px;text-decoration: none;color: #1a1a1a;cursor: pointer;text-align: left;padding-right: 30px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;display: inline-block;    line-height: 30px;}
.site-container .site-area-name{font-size: 14px;color: #999;margin-top: 20px;display: block;padding-bottom: 5px;}
.header .citys-check-list{float: left;margin-top: 20px;padding-bottom: 20px;margin-bottom: -20px;}
.header .citys-check-list:hover .site-container{display: block;}
.pb30{padding-bottom: 30px;}
.weichat-call{display: block;margin: 4px auto 0;width: 73px;height: 73px;}

/* 空状态页面 */
.message-empty-list{text-align: center;padding-top: 60px;padding-bottom: 60px;}
.message-empty-list img{width: 300px;}
.message-empty-list p{font-size: 14px;color: #1a1a1a;margin-top: 30px;}

/* 面包屑导航样式 */
.threadBar-list{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #bab7b7;
}
.threadBar-list a{
	display: inline-block;
	color: #bab7b7;
}
.threadBar-list a:hover{
	text-decoration: underline;
}
.threadBar-list.threadBar-fixed{
    top: 17px;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: normal;
}
.grey-price{
    color: #999!important;
    font-weight: normal!important;
    font-size:14px!important;
}
.floor-label{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 8px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 8px;
    font-weight: normal;
}
.con-back{
    width: 13px;
    height: 15px;
    display: inline-block;
    vertical-align: bottom;
}
.con-back-package{
	background-position: 0 -33px!important;
}
.con-back-chart{
	background-position: -21px -21px!important;
    width: 16px;
}
.icon-back-notice{
	background-position: -43px -22px!important;
}
.icon-voice{
	background-position: -73px -0!important;
	width: 19px;
    height: 22px;
}


/* 楼盘详情 */
.house-container .home-bar{
    font-size: 12px;
    color: #bab7b7;
    margin-top: 15px;
}
.house-container .title-con{
    margin-top: 26px;
    margin-bottom: 35px;
}
.house-container .title-con .title{
    font-size: 30px;
    color: #333333;
    line-height: 32px;
    font-weight: 700;
    float: left;
}
.house-container .floor-label{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #808080;
    padding: 0 8px;
    display: block;
    border-radius: 2px;
    float: left;
    margin-top: 8px;
    margin-left: 15px;
}
.house-container .price{
    font-size: 16px;
    float: left;
    display: block;
    margin-left: 20px;
    font-weight: bold;
    margin-top: 9px;
}
/* 楼盘菜单 */
.house-container .menu-bar{
    line-height: 50px;
    border-bottom: 1px solid #dadada;
}
.house-container .menu-bar .menu{
    font-size: 16px;
    color: #333333;
    display: inline-block;
    padding: 0 4px;
    margin-right: 45px;
    cursor: pointer;
    border-bottom: 4px solid transparent;
}
.house-container .mobile-free{
    color: #333;
    font-size: 16px;
    font-weight: bold;
}