/* 位置区域 */
.bandOfPosition{
    width:100%;
    background-color:#fbfbfb;
    padding:20px 0;
}
.bandOfPosition .bandTraversalChunk{
    width:1200px;
    margin:0 auto;
    /* padding:20px 10px 0 30px; */
}

.bandOfPosition .bandTraversalChunk>ul{
	margin:0;
	padding:0;
}

.gain-color{
    color:var(--qiTiZiTiColor) !important;
}
/* .bandOfPosition .bandTraversalChunk>div{
    display:inline-block;
} */
/* one */
.bandOfPosition .bandTraversalChunk .prefix{
    width:6%;
    height:100%;
    float:left;
    font-size:14px;
    color:#232323;
    font-weight:bold;
    padding-top:2px;
	text-align:right;
}
/* two */
.bandOfPosition .bandTraversalChunk .AllTag{
    width:4%;
    height:100%;
    float:left;
    font-size:14px;
    color:#232323;
    padding-top:2px;
	margin-left: 50px;
}
.covering-name .name{
	color:#fff;
}
.covering-price{
	margin-left:5px;
}
.bandOfPosition .bandTraversalChunk .multiDate{
    width:83%;
    height:100%;
    float:left;
}
.bandOfPosition .bandTraversalChunk .multiDate>ul{
	margin:0;
	padding:0;
}
.bandOfPosition .bandTraversalChunk .multiDate>ul>li{
	display:inline-block;
    margin:0 10px 10px;
    font-size:14px;
    font-family:var(--zitiType);
}
.bandOfPosition .bandTraversalChunk .multiDate>ul>li>a{
    color:#232323;
}
.bandOfPosition .bandTraversalChunk .multiDate>ul>li>a:hover{
	color:var(--qiTiZiTiColor);
}

.bandOfPosition .bandTraversalChunk>ul>li{
    display:inline-block;
    margin:0 10px 10px;
    font-size:14px;
    color:#232323;
    font-family:var(--zitiType);
}
 
/* 收起 */
.bandOfPosition .packUp{
    width:100%;
    padding:16px 0 8px;
    border-bottom:1px solid #eaeaea;
    text-align:center;
    color:#666;
    font-weight:bold;
	margin-bottom:50px;
}
.bandOfPosition .packUp>span{
    cursor: pointer;
}

/* 条件筛选 */
.bandOfPosition .conditionScreening{
    width:100%;
    padding:20px 10px 0 43px;
}

/* 标题 */
.bandOfPosition .conditionScreening .conditionTitle{
    display:inline-block;
    font-size:14px;
    color:#232323;
	margin-right:10px;
}
/* ul */

.bandOfPosition .conditionScreening>.screen-out{
    list-style: none;
    display:inline-block;
    padding:0px 5px;
    border:1px solid #999;
    font-size:14px;
    color:#232323;
    margin-right:10px;
    cursor:pointer;
}
.bandOfPosition .conditionScreening>.screen-out:hover{
    border:1px solid var(--zitiMoRenColor);
    color:var(--zitiMoRenColor);
}
.bandOfPosition .conditionScreening>.screen-out:hover>a{
    color:var(--zitiMoRenColor);
}
/* 清除 */
.bandOfPosition .conditionScreening .empty{
    display:inline-block;
    font-size:14px;
    color:#232323;
    cursor:pointer;
}
#hardcore{
	width:100%;
}
#hardcore>ul{
	width:100%;
	padding:0;
    margin:0;
    border-top: 1px solid #f3f3f3;
}
#hardcore>ul>li{
	list-style:none;
	display:inline-block;
	margin:0 10px;
}
#hardcore>ul>li>a{
    font-size:14px;
    color:#232323;
}
/* 位置区域 end */







/* 左右显示 */
.AroundTheShow{
    width:1200px;
    margin-top:50px;
}

/* 左 */
.AroundTheShow .housesSum{
    width:820px;
    margin-right:58px;
    float:left;
}

/* 房价排行 */
.PricesList{
    width:100%;
}
.PricesList table{
    width:100%;
    margin-top:20px;
}
.PricesList table .yanSe{
    font-size:14px;
    color:#444;
    background:#f5f5f5;
}
.PricesList table tr th{
    height:40px;
}
.PricesList table tr td{
    width:25%;
    height:45px;
    font-size:14px;
    color:#444;
    border-bottom:1px solid #e7e7e7;
}
.PricesList table tr td .red{
    color:#e42626;
}

.PricesList table tr td .green{
    color:#74a75a;
}
.PricesList table tr td:nth-child(1),
.PricesList table tr th:nth-child(1){
    padding-left:50px;
}
.PricesList table tr .middle{
    display: inline-block;
    width:25px;
    height:25px;
    line-height:25px;
    color:#fff;
    background:#bbb;
    border-radius:50%;
    text-align: center;
}
.PricesList table tr:nth-child(2) .middle,
.PricesList table tr:nth-child(3) .middle,
.PricesList table tr:nth-child(4) .middle{
    background:var(--qiTiZiTiColor);
}
/* 房价排行 end */

/* 左 end */



/* 右 */
.AroundTheShow .otherCategories{
    width:322px;
    float:left;
}

/* 通用标题 */
.GeneralTitle{
    font-size: 26px;
    color:#444;
}
.GeneralTitle>a{
    display: inline-block;
    float: right;
    clear: both;
    font-size:14px;
    color:#444;
    position: relative;
    top:15px;
} 
/* 通用标题 */



/* 查房价 */
.CheckPrices{
    width:100%;
    padding:20px;
    margin-bottom:35px;
    background:#f5f5f5;
}
/* 标题 */
.CheckPrices .chenckTiile{
    width:100%;
}
.CheckPrices .chenckTiile>span:nth-child(1){
    display:inline-block;
    width:30px;
    height:30px;
    float: left;
}
.CheckPrices .chenckTiile>span:nth-child(1) img{
    width:100%;
    height:100%;
}
.CheckPrices .chenckTiile>span:nth-child(2){
    display:inline-block;
    font-size:20px;
    font-weight:bold;
    color:#444;
    margin-left:3px;
    float: left;
}
/* 填写 */
.CheckPrices .fillIn{
    width:100%;
}
.CheckPrices .fillIn>div{
    width:100%;
    font-size: 0;
    margin-top:15px;
}
.CheckPrices .fillIn>div .name{
    display: inline-block;
    width:20%;
    height:40px;
    line-height: 40px;
    font-size:16px;
    color:#424242;
    float: left;
}
.CheckPrices .fillIn>div .name:before{
    content:"*";
    color:red;
    margin-right:5px;
}
.CheckPrices .fillIn>div .shuJu{
    display: inline-block;
    width:80%;
    height:40px;
    border-radius:4px;
    overflow: hidden;
    border:1px solid #bbb;
    background:#fff;
    float: left;
}
.CheckPrices .fillIn>div .shuJu>input{
    width:85%;
    height:37px;
    font-size:16px;
    border:none;
    outline:none;
    padding:0 10px;
}
.CheckPrices .fillIn>div .shuJu>span{
    width:10%;
    height:100%;
    font-size:16px;
    color:#999;
    text-align: center;
    line-height: 40px;
}
/* 按钮 */
.CheckPrices .fillIn .fangJiaBtn{
    width:100%;
    height:40px;
    border-radius:4px;
    margin-top:15px;
    font-size:16px;
    color:#fff;
    background:var(--qiTiZiTiColor);
    border:none;
    outline:none;
}
/* 查房价 */
.ranking{
	display:none;
}

/* 预约咨询 */
.subscribeConsult{
    width:100%;
     min-height:445px; 
	/* max-height:492px; */
    border-radius:2px;
    overflow: hidden;
    position:relative;
    margin-bottom:40px;
}
.subscribeConsult img{
    width:100%;
    height:100%;
}

/* 蓝色块 */
.subscribeConsult .blueBack{
    width:100%;
    height:100%;
    background:rgba(0, 198, 235,0.7);
    color:#fff;
    padding:28px 28px 0;
    position:absolute;
    top:0;
    left:0;
}
.subscribeConsult .blueBack>h3{
    text-align: center;
    font-size:24px;
    font-weight:bold;
    margin-bottom:18px;
}
.subscribeConsult .blueBack>p{
    font-size:16px;
    margin:7px 0;
}
.subscribeConsult .blueBack>p.inRed{
    display: inline-block;
    width: 100%;
    max-height:20px;
    color:#fff;
    font-size:14px;
    margin:3px 0;
}
.subscribeConsult .blueBack>p.inRed>span>i{
    color:red;
    background:#fff;
    display: inline-block;
    padding:2px 3px;
    border-radius:50%;
    margin-right:3px;
}
/* 手机号码 */
.subscribeConsult .blueBack .shouJiPhone{
    width:100%;
    height:40px;
    border-radius:2px;
    overflow: hidden;
    border:1px solid #fff;
    margin-top:10px;
}
.subscribeConsult .blueBack .shouJiPhone>span{
    display:inline-block;
    width:40px;
    height:100%;
    text-align: center;
    line-height:40px;
    font-size:36px;
    background:#fff;
    color:var(--qiTiZiTiColor);
    float:left;
}
.subscribeConsult .blueBack .shouJiPhone>input{
    display:inline-block;
    width:221px;
    height:38px;
    line-height: 38px;
    padding:0 10px;
    color:#fff;
    float:left;
    border:none;
    outline:none;
    background:none;
    border-radius:0 2px 2px 0;
}
.subscribeConsult .blueBack .SubscribeNow{
    width:100%;
    height:38px;
    border-radius:2px;
    overflow: hidden;
}
.subscribeConsult .blueBack .SubscribeNow>button{
    width:100%;
    height:100%;
    border:none;
    outline:none;
    background:#fff;
    color:var(--qiTiZiTiColor);
    font-size:16px;
    font-weight:bold;
}

/* 获取验证码 */
.subscribeConsult .blueBack .getCode{
    width:100%;
    margin:0px 0 20px;
}
.subscribeConsult .blueBack .getCode input,.subscribeConsult .blueBack .getCode button{
    border:1px solid #fff;
    outline:none;
    background:#fff;
    height:40px;
    border-radius:2px;
    overflow: hidden;
    font-size:14px;
	color:#888;
    float: left;
}
.subscribeConsult .blueBack .getCode input{
    width:60%;
    margin-right:4%;
    padding:0 10px;
}
.subscribeConsult .blueBack .getCode button{
    width:36%;
    color:#999;
}
.subscribeConsult .blueBack .getCode button:hover{
    color:var(--qiTiZiTiColor);
}



/* 服务热点 */
.subscribeConsult .blueBack .ServiceHot{
    display:inline-block;
    font-size:16px;
    float: right;
    margin-top:10px;
}
.subscribeConsult .blueBack .ServiceHot>b{
    font-size:22px;
}

/* 局部 输入框 - 占位符的颜色 */
/* WebKit browsers */
.subscribeConsult .blueBack .getCode>input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}
/* Mozilla Firefox 4 to 18 */
.subscribeConsult .blueBack .getCode>input:-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 14px;
}
/* Mozilla Firefox 19+ */
.subscribeConsult .blueBack .getCode>input::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-size: 14px;
}
/* Internet Explorer 10+ */
.subscribeConsult .blueBack .getCode>input:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}
/* 局部 输入框 - 占位符的颜色 end */

/* 局部2 输入框 - 占位符的颜色 */
/* WebKit browsers */
.subscribeConsult .blueBack .shouJiPhone>input::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
}
/* Mozilla Firefox 4 to 18 */
.subscribeConsult .blueBack .shouJiPhone>input:-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 14px;
}
/* Mozilla Firefox 19+ */
.subscribeConsult .blueBack .shouJiPhone>input::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 14px;
}
/* Internet Explorer 10+ */
.subscribeConsult .blueBack .shouJiPhone>input:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
}
/* 局部2 输入框 - 占位符的颜色 end */

/* 蓝色块 */
/* 预约咨询 end */




/* 最新楼盘推荐 */
.TheLatestRecommended{
    width:100%;
}
.TheLatestRecommended>ul{
    width:100%;
    margin:0;
}
.TheLatestRecommended>ul>li{
    width:100%;
    height:80px;
    margin-top:20px;
}
.TheLatestRecommended>ul>li .thisThePhoto{
    display: block;
    width:133px;
    height:100%;
    float: left;
    border-radius:2px;
    overflow: hidden;
    cursor:pointer;
}
.TheLatestRecommended>ul>li .thisThePhoto:hover img{
    transform: scale(1.1);
    transition: all 0.4s;
}

.TheLatestRecommended>ul>li .thisThePhoto img{
    width:100%;
    height:100%;
}

.TheLatestRecommended>ul>li .thisThecontent{
    width:189px;
    height:100%;
    padding-left:12px;
    float:left;
}
.TheLatestRecommended>ul>li .thisThecontent>div{
    width:100%;
    margin:3px 0;
    font-size:14px;
    color:#343434;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}
.TheLatestRecommended>ul>li .thisThecontent>div:nth-child(1) a{
    font-size:16px;
    font-weight:bold;
    color:#444;
}
.TheLatestRecommended>ul>li .thisThecontent>div:nth-child(2) span{
    font-size:14px;
    color:#666;
}
/* 最新楼盘推荐 end */


/* 右 end */

/* 左右显示 end  */




/* 价格变动end 小宇写的 */
.priceChange{
    width: 100%;
    color: #444;
    margin-bottom: 25px;
}

.priceChange .priceChange-left{
    float: left;
    width: 50%;
}
.priceChange .chang-one{
    color: #999999;
	font-size:16px;
}
.priceChange .priceChange-right{
    width: 50%;
    float: left;
}

.priceChange .chang-two .price-red{
    font-size: 26px;
    font-weight: bold;
}

.priceChange .chang-two .price-red,.priceChange .chang-two .percent-red{
    color: var(--nextColorHue);
    font-weight: bold;
}
.priceChange .chang-two .percent-green{
    color: #74a75a;
    font-weight: bold;
}
.priceChange .chang-three{
    font-size: 14px;
}
.priceChange .chang-three .chang-three-left{
    margin-right: 30px;
}
.priceChange .chang-three .zaishou,.priceChange .chang-three .kaipan{
    font-weight: bold;
    color:#444444;
}
.change-bottom{
    margin-top: 18px;
    background-color: #f1f1f1;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--qiTiZiTiColor);
	cursor: pointer;
}


/* 咨询顾问 小宇写的  */

.consult-box  .consult-list{
    margin-top: 30px;
}
.consult-box .detail{
    font-size: 18px;
    margin-left: 10px;
}
.consult-list .consult-item{
    width: 31%;
    border: 1px solid #ccc;
    padding: 20px 10px;
    margin-right: 20px;
    height: 130px;
    float: left;
}
.consult-list .consult-item:last-child{
    margin-right: 0px;
}
.consult-list .consult-item .pic{
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 15px;
    margin-top: 10px;
}
.consult-list .consult-item .pic img{
    width:100%;
    height: 100%;
    border-radius: 50%;
}
.consult-list .consult-item .info{
    float: left;
    position: relative;
}
.consult-list .consult-item .info .info-top .post{
    color: var(--qiTiZiTiColor);
    
}
.consult-list .consult-item .info .info-top a {
    position: relative;
    top: 5px;
    display: inline-block;
    max-width: 70px;
    /* 字体溢出隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.consult-list .consult-item .info .info-top .name{
    font-weight: bolder;
    color: #444;
}
.consult-list .consult-item .info .info-center{
    font-size: 14px;
    color: #828282;
    margin: 4px 0;
}
.consult-list .consult-item .info .info-bottom{
    position: absolute;
}
.consult-list .consult-item .info-bottom button {
    /* position: absolute; */
    display: inline-block;
    padding: 5px 10px;
    max-width: 100%;
    min-width: 100px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    background: var(--qiTiZiTiColor);
    position: relative;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    outline: none;
    border: none;
}
.clearfloat:after{
    content: '';
    clear: both;
    display: block;
    height: 0;
}

/* 咨询顾问end 小宇写的  */

/* 区域房价排行start */
.PricesList {
    width: 48%;
    float: left;
    margin-right: 44px;
}

.PricesList2{
    width: 48%;
    float: left;
    margin-right: 0px;
}


.PricesList .title-xf{
    float: right;
    color: var(--qiTiZiTiColor);
}
.titleTwos{
    line-height: 40px;
}


/* 房价走势 */

.house-price-trend{
    margin-top: 30px;
}
.price-trend-item{
    border: 1px solid #ccc;
	margin: 35px 0;
}
.price-trend-item .left-chart{
    width: 300px;
    height: 190px;
    margin-right: 12px;
    margin-left:12px;
    float: left;
    margin-top: 20px;
}
.price-trend-item .right-list{
    margin-top: 26px;
    float: left;
}
.price-trend-item .left-chart .left-chart-title{
    font-size: 14px;
}
.price-trend-item .left-chart .chart{
    height: 180px;
    background-color: #cccc;
}
.city-area{
    color: var(--qiTiZiTiColor);
    padding-left: 12px;
    border-left: 4px solid var(--qiTiZiTiColor);
}

.trend-item-top {
    font-size: 20px;
    line-height: 40px;
    color: #444;
    border-bottom: 1px solid #ccc;
    padding:20px;

}


.price-trend-list .total{
    font-size: 14px;
    color: #444;
    float: right;
    clear: both;
    position: relative;
    top: 3px;
    right: 0;
}
.left-chart-title .price{
    font-weight: bold;
}
.left-chart-title .price,.left-chart-title .percent{
    color: #e32525;
}

.price-trend-item .right-list{
    margin-top: 26px;
}
.price-trend-item .right-list .right-list-item{
    float: left;
    margin-right: 24px;
    margin-bottom: 20px;
	overflow:hidden;
}
.price-trend-item .right-list .right-list-item .desc-top a{
	display:block;
	width:100%;
	margin-bottom:3px;
}
.price-trend-item .right-list .right-list-item .desc .name{
    font-weight: bolder;
    margin-right: 14px;
}
.price-trend-item .right-list .right-list-item .desc .price{
    color:var(--nextColorHue);
}
.price-trend-item .right-list .right-list-item .pic{
    width: 190px;
    height: 140px;
}
.price-trend-item .right-list .right-list-item .pic img{
    width: 100%;
    height: 100%;
}
.desc-bottom{
    margin-top: 5px;
    width: 190px;
    height: 20px;
    margin-top: 5px;
    overflow: hidden;
}
.desc-bottom .zs{
    color: #fff;
    padding: 2px 4px;
    border-radius: 4px;
    background-color: var(--Listcolor);
}
.desc-bottom .traitTxt{
    display: inline-block;
    color:var(--qiTiZiTiColor);
    background-color: #f1f3f7;
    margin-left: 4px;
}

/* 中山房价走势 */

.trend-chart .you{
    float: right;
}
.trend-chart .you a{
    color: #444;
}

.trend-chart .you .one-year{
    margin-left: 20px;
    color: var(--qiTiZiTiColor);
}

.trend-chart .chart-box{
    height: 400px;
    margin-bottom: 20px;
}
/* 中山房价走势 */


/* 中山房价地图 */

.fangjia-map{
    margin-bottom: 20px;
}

.fangjia-map .you{
    float: right;
}
.fangjia-map .you .xinfang{
    color: var(--qiTiZiTiColor);
}

.fangjia-map .map-box{
    height: 440px;
}
/* 中山房价地图 */


.highcharts-credits{
	display: none;
}

.area-covering{
 overflow: hidden;
 position: relative;
}

.area-covering>.covering-param>a>.price,.area-covering>.covering-param>a>.pTotal{
	color: aliceblue;
}

.covering-param{
	text-align: center;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	width: 100%;
}



/* 价格分布 */
.jiagefenbu{
    margin:30px 0;
    height: 460px;
}
.jiagefenbu .title-detail{
    color: #959595;
}
.jiagefenbu .title-xf{
	margin-right: 45px;
}
.jiagefenbu .title-xf,.jiagefenbu .title-sf{
	cursor: pointer;
    float: right;
    color: var(--qiTiZiTiColor);
}

/* 价格分布 */








.char-label{
	color:var(--qiTiZiTiColor) !important;
}