
.content .banner{
    width: 100%;
    height: 656px;
    position: relative;
}
.content .banner .banner_items img{
    width: 100%;
    height: 100%;
}
.content .banner .ze_search{
    background: rgba(0,0,0,0.2);
    border-radius: 4px;
    width:700px;
    padding: 24px 50px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: calc(50% - 350px);
    top:306px;
}
.content .banner .ze_search p{
    font-size: 24px;
    letter-spacing: 0.3em;
    height: 36px;
    line-height: 36px;
    font-weight: 700;
}
.search_wrapper:after { clear:both;content:'';display:block;width:0;height:0;visibility:hidden; }
.search_wrapper{
    margin-top: 15px;
    position: relative;
}
#housetype{
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 100%;
    border-right: 1px solid #c2c2c2;
    font-size: 18px;
}
#housetype div{
    width: 100%;
    height: 100%;
    color: #000;
}
#housetype input{
    width: 100%;
    height: 100%;
    border:0 ;
    text-align: center;
}
.search_wrapper>input{
    width: 100%;
    float: left;
    height: 52px;
    margin: 0;
    padding-left: 150px;
    padding-right: 127px;
    border-radius: 5px;
    font-size: 18px;
}
.search_wrapper button{
    width: 127px;
    height: 52px;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
}
.content .areaResidential:after { clear:both;content:'';display:block;width:0;height:0;visibility:hidden; }
.content .areaResidential{
    margin-top: 10px;
}
.content .areaResidential li{
    float: left;
    margin:5px 8px;
    cursor: pointer;
}
.content .areaResidential li:hover{
    color:  #ff6b00;
}

.ze_nav{
    height: 150px;
   border-bottom: 1px solid #f0f0f0;
    width: 100%;
    /*background: rgba(0,0,0,0.5);*/
    position: relative;
    z-index: 9999;
}
.ze_nav>div>div{
    text-align: center;
    cursor: pointer;
    padding-top: 15px;
    height: 100%;
}
.ze_nav>div>div img{
    width: 80px;
    height: 80px;
}
.ze_nav>div>div p{
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    color: #f40;
}
.ze_nav>div>div:hover{
    background: rgba(204,204,204,0.4);
}

/*填写购买意向*/
.center .purHouse{
    width: 100%;
    height: 221px;
    padding: 33px 0;
}
.center .purHouse .layui-form-checked span{
    color: #ff8d56 !important;
}
.center .purHouse .layui-form-checked[lay-skin=primary] i{
    background-color: #ff8d56 !important;
    border-color: #ff8d56 !important;
}
.center .purHouse .layui-form-checkbox[lay-skin=primary]:hover i{
    border-color: #ff8d56 !important;
}
.center .purHouse h4{
    font-size: 30px;
    color: #333;
}
.center .purHouse h4 i{
    font-size: 30px;
    color: #333;
    margin-right: 5px;
}
.center .purHouse>ul:after { clear:both;content:'';display:block;width:0;height:0;visibility:hidden; }
.center .purHouse>ul{
    width: 100%;
    height: 85px;
    border: 1px solid #eee;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    margin-top: 24px;
}
.center .purHouse>ul li{
    width: calc(33% - 40px);
    padding: 16px;
    position: relative;
    cursor: pointer;
}
.center .purHouse>ul li:nth-last-child(1){
    width:120px;
}
.center .purHouse>ul li p{
    height: 22px;
    line-height: 22px;
    padding-bottom: 3px;
}
.center .purHouse>ul li input{
    height: 32px;
    outline: none;
}
.center .purHouse>ul li .hideIf{
    position: absolute;
    display: none;
    left: 0;
    top: 84px;
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 10px;
    z-index: 9999;
}
.center .purHouse>ul li i.iconxiajiantou{
    position: absolute;
    right:18px;
    top: 44px;
    font-size: 20px;
}
.center .purHouse>ul li:hover i.iconxiajiantou{
    transform: rotate(180deg);
}

.center .purHouse>ul li .hideIf ul:after { clear:both;content:'';display:block;width:0;height:0;visibility:hidden; }
.center .purHouse>ul li .hideIf ul li{
    float: left;
    padding:5px 8px;
    width: auto;
    height: 36px;
    color: #333;
    font-size: 14px;
}
.center .purHouse>ul li .hideIf ul li.active_check{
    color: #f40;
}
.center .purHouse>ul li .hideIf div input{
    width: 90px;
    display: inline-block;
    margin: 0 5px;
    color: #333;
    border-color:#ccc !important;
}
.center .purHouse>ul li .hideIf div button{
    margin-left: 12px;
}

.center .purHouse>ul li.check1 ul li{
    padding: 5px 0;
    background: #fff;
}
.center .purHouse>ul li.check1 ul li:nth-child(1){
    padding: 5px 8px;
}
.center .purHouse>ul li.check1 ul li>div{
    margin: 0;
    padding-left: 20px;
}
.check_house{
    display: inline-block;
    margin-left: 5px;
}
.check_house p{
    display: inline-block;
    font-size: 24px;
    color: #666;
    margin-left: 20px;
    padding-bottom: 3px;
    cursor: pointer;
    border-bottom: 2px solid #fff;
}
.check_house p.house_type{
    color: #f40;
    border-bottom: 2px solid #f40;
}

/*热门房源*/
.hotHouse{
    font-size: 24px;
    color: #484848;
    height: 36px;
    line-height: 36px;
    position: relative;
    font-weight: bold;
}
.hotHouse_box{
    width: 100%;
    margin-bottom: 26px;
    padding-top: 24px;
}
.hotHouse_box:after { clear:both;content:'';display:block;width:0;height:0;visibility:hidden; }
.hotHouse_box>li{
    width: 392px;
    height: 408px;
    margin-right: 12px;
    float: left;
    margin-bottom: 24px;
    cursor: pointer;
}
.hotHouse_box>li:nth-child(n+9){
    margin-bottom: 0;
}
.hotHouse_box>li:hover{
    box-shadow: 0 0 0 #888, 0 0 0 #888, 0 0 0 #888, 0 5px 10px #888;
    transition: all 0.3s;
}
.hotHouse_box>li:nth-child(3n){
    margin-right: 0;
}
.hotHouse_box>li img{
    width: 100%;
    height: 288px;
}
.check_more{
    float: right;
    color: #999;
    font-size: 16px;
    vertical-align: bottom;
    padding-top: 5px;
}
.check_more:hover{
    color: #f40;
}
.hotHouse_box>li .house_infor{
    width: 100%;
    height: calc(100% - 373px);
    padding: 15px;
    background: #f0f0f0;
}
.hotHouse_box>li .house_infor p{
    width: 100%;
    margin-bottom: 7px;
}
.hotHouse_box>li .house_infor p span.house_name1{
    float: left;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.hotHouse_box>li .house_infor .house_name span.house_adress{
    max-width: 135px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: right;
    font-size: 14px;
    color: #FE5955;
}
.hotHouse_box>li .house_infor p:after { clear:both;content:'';display:block;width:0;height:0;visibility:hidden; }
.hotHouse_box>li .house_state{
    width: 40px;
    height: 24px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin-left: 10px;
    line-height: 24px;
    border-radius: 2px;
    background-color: #AFAFAF;
}
.hotHouse_box>li .house_state.bg_green{
    background: #54c47c;
    color: #fff;
}
.hotHouse_box>li .house_state.bg_red{
    background: red;
    color: #fff;
}
.hotHouse_box>li .house_price{
    height: 24px;
    line-height: 24px;
}
.hotHouse_box>li .house_price .price{
    font-size: 14px;
    color: #666;
}
.hotHouse_box>li .house_price .layout{
    white-space: nowrap;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
    font-size: 14px;
    color: #666;
}
.hotHouse_box>li .house_type span{
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 12px;
    padding: 0;
    /*padding: 6px 5px;*/
    margin-top: 5px;
    border-radius: 1px;
    background-color: #F3F5F7;
    color: #879DB0;
    margin-right: 3px;
    width: 90%;
}
.hotHouse_box>li .house_type span i{
    margin-right: 5px;
}

.hotHouse_box>li .u_agent{
    width: 100%;
    height: 85px;
    padding: 0 15px 20px;
    background: #f0f0f0;
}
.hotHouse_box>li .u_agent>img{
    height: 100%;
    width: 65px;
    float: left;
}
.hotHouse_box>li .u_agent div{
    height: 100%;
    width: calc(100% - 65px);
    padding-left: 8px;
    float: left;
}
.hotHouse_box>li .u_agent .agent_infor{
    font-size: 12px;
    color: #666;
    padding-top: 3px;
}
.hotHouse_box>li .u_agent .agent_infor img{
    width: 14px;
    height: 18px;
    margin: 0 6px 0 10px;
    vertical-align: top;
}
.hotHouse_box>li .u_agent .agent_infor .agent_name{
    font-weight: bold;
    font-size: 14px;
    color: #333;
    display: inline-block;
    height: 18px;
}
.hotHouse_box>li .u_agent .agent_infor .title{
    display: inline-block;
    height: 18px;
}
.hotHouse_box>li .u_agent .agent_infor p{
    margin-top: 5px;
    width: 70%;
}
.hotHouse_box>li .u_agent button.consultation{
    position: absolute;
    line-height: 24px;
    height: 28px;
    text-align: center;
    font-size: 12px;
    color: #ffc73f;
    border: solid 1px #ffc73f;
    padding: 2px 4px 2px 24px;
    background:#fff9eb url(/img/wo.png) no-repeat 5px center;
    cursor: pointer;
    right: 8px;
    top: 12px;
}
.hotHouse_box>li .u_agent button.consultation:hover{
    background-image: url(/img/wi.png);
    color: #fff;
    background-color: #ffc73f;
}


/*推荐二手房*/
.recommend:after { clear:both;content:'';display:block;width:0;height:0;visibility:hidden; }
.recommend{
    margin-top: 18px;
    margin-bottom: 24px;
}
.recommend li{
    width: 392px;
    height: 369px;
    margin-right: 12px;
    float: left;
    margin-bottom: 18px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    cursor: pointer;
}
.recommend li:hover{
    box-shadow: 0 0 0 #888, 0 0 0 #888, 0 0 0 #888, 0 5px 10px #888;
    transition: all 0.3s;
}
.recommend li:nth-child(3n-1){
    margin-right: 0;
}
.recommend li:nth-child(n+5){
    margin-bottom: 0;
}
.recommend li.first_li{
    width: 796px;
}
.recommend li.first_li img{
    width: 100%;
    height: 100%;
}
.recommend li img{
    width: 100%;
    height: 288px;
}
.recommend li .recommend_infor{
    width: 100%;
    height: calc(100% - 288px);
    padding: 15px;
}
.recommend li .recommend_infor p:after { clear:both;content:'';display:block;width:0;height:0;visibility:hidden; }
.recommend li .recommend_infor p{
    margin-bottom: 7px;
    height: 24px;
    line-height: 24px;
}
.recommend li .recommend_infor .recom_name{
    display: block;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.recommend li .recommend_infor .recom_adress{
    display: block;
    max-width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: right;
    font-size: 14px;
    color: #666;
}
.recommend li .recommend_infor .recom_adress i{
    margin-right: 5px;
}
.recommend li .recommend_infor .price{
    color: #FE5955;
    font-size: 16px;
}
.recommend li .recommend_infor .apartment{
    float: right;
    font-size: 14px;
    color: #666;
}

/*热点新闻*/
.information:after { clear:both;content:'';display:block;width:0;height:0;visibility:hidden; }
.information{
    margin-bottom: 18px;
}
.information>div{
    float: left;
    /*background: orchid;*/
}
.information>.infor_left{
    width: 591px;
    margin-right: 18px;
}
.information>.infor_right{
    width: 591px;
}
.information div hr{
    background-color: #DFDFDF;
    border: none;
    height: 1px;
    width: 100%;
    margin-top: 7px;
}
.information>.infor_left .infor_details li:after { clear:both;content:'';display:block;width:0;height:0;visibility:hidden; }
.information>.infor_left .infor_details li{
    width: 100%;
    height: auto;
   line-height:34px;
    cursor: pointer;
    position: relative;
}
.information>.infor_left .infor_details li span.title{

    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.information>.infor_left .infor_details li:hover span.title{
    color: #f40;
}
.information>.infor_left .infor_details li p{
    width: 500px;
    text-indent: 1em;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: none;
}
.information>.infor_left .infor_details li span.time{
    font-size: 12px;
    color: #999999;
    position: absolute;
    right: 0;
    top:0;
    line-height: 24px;
    height: 24px;
}
.information>.infor_left .infor_details li div{
    float: left;
}
.information>.infor_left .infor_details li img{
    width: 148px;
    height: 111px;
    float: right;
    margin-right: 10px;
    display: none;
}
.information>div .infor_details li hr{
    float: left;
    width: 100%;
}
.information>.infor_left li i {
    font-size: 18px;
    vertical-align: middle;
    /* float: left; */
    margin-right: 5px;
}
/* .information>.infor_left .infor_details li.active_news{
    min-height: 130px;
}
.information>.infor_left .infor_details li.active_news p{
    display: block;
}
.information>.infor_left .infor_details li.active_news span{
    position: static;
    right: 0;
    top:0;
    line-height: unset;
    height: auto;
}
.information>.infor_left .infor_details li.active_news img{
    display: block;
} */

/*楼盘动态*/
.information>.infor_right .infor_dynamic li{cursor: pointer;line-height: 34px;}
.information>.infor_right .infor_dynamic li div:after { clear:both;content:'';display:block;width:0;height:0;visibility:hidden; }
.information>.infor_right .infor_dynamic li:hover .title{
    color: #f40 !important;
}
.information>.infor_right .infor_dynamic li i{
    font-size: 18px;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
}
.information>.infor_right .infor_dynamic li .title{
    font-size: 16px;
    color: #333333;
    max-width: 480px;
    float: left;
    font-weight: bold;
}
.information>.infor_right .infor_dynamic li .time{
    float: right;
    right: 0;
    font-size: 12px;
    color: #999999;
    text-align: right;
    margin-right: 3px;
    line-height: 22px;
}

/*最美经纪人*/
.beautBroker{
    width: 100%;
    height: 320px;
    position: relative;
    margin-top: 18px;
    margin-bottom: 30px;
}
.beautBroker>div{
    width: 100%;
    height: 100%;
}
.beautBroker .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.beautBroker .swiper-slide img.broker_pic{
    width: 100%;
    height: 100%;
}
.beautBroker .swiper-slide div.hideTrue{
    background-color: rgba(254, 130, 90, 0.8);
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    z-index: 5;
    width: 100%;
    bottom: 0;
    padding: 15px;
    max-height: 100%;
    overflow: hidden;
    display: none;
}
.beautBroker .swiper-slide:hover .hideTrue{
    display: block;
}
.beautBroker .swiper-slide .hideTrue div.broker_name{
    font-size: 18px;
    margin-bottom: 12px;
    vertical-align: middle;
}
.beautBroker .swiper-slide .hideTrue .broker_name img{
    width: 14px;
    height: 18px;
    margin-left: 10px;
    margin-right: 6px;
}
.beautBroker .swiper-slide .hideTrue .broker_name span.title{
    font-size: 14px;
    font-weight: 100;
}
.beautBroker .swiper-slide .hideTrue .broker_infor p{
    line-height: 24px;
    height: 24px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.beautBroker .swiper-slide .hideTrue .broker_infor .broker_label span{
    display: inline-block;
    font-size: 12px;
    color: #FE5955;
    background-color: #e6eefe;
    line-height: 22px;
    padding:0 3px;
    margin-right: 6px;
    height: 22px;
}