/*header start*/
.header-bg{
    background-color: #f5f5f6;
}
.header{
    padding: 40px 0;
    height: 64px;
}
.header.w-1200{
    width: 1200px!important;
    margin: 0 auto;
    border-bottom: none;
}
.header .header-right{
    padding-top: 12px;
}
.header .logo{
    display: inline-block;
    width: 228px;
    height: 79px;
    background: url(http://gl.91jlb.com/Uploads/Logo/2016-08-16/57b2c7f947bf3.png) center center no-repeat;
    cursor: pointer;
}

.header .local-city{
    background: #F8F8F8;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666666;
    margin-left: 18px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 15px;
    padding: 0 12px;
    font-size: 14px;
}
.header-bg .header .local-city{
    background-color: #fff;
}
.header .local-city i{
    background: url(../images/header/location.png);
    width: 14px;
    height: 19px;
    display: inline-block;
    position: relative;
    margin-right: 6px;
    top: 4px;
}

.header ul.menu{
    display: inline-block;
    margin-left: 32px;
}
.header ul.menu li{
    color: #666666;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    margin-right: 30px;
    cursor: pointer;
}
.header ul.menu li.on a{
    color: #f24f00;
}

.header .search{
    position: relative;
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}
.header .search input{
    vertical-align: top;
    box-sizing: border-box;
    width: 450px;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
    border-radius: 4px;
}
.header .search input::-webkit-input-placeholder {  color: #a8a8a8;  }
.header .search input:-moz-placeholder {  color:#a8a8a8;  }
.header .search input::-moz-placeholder {  color:#a8a8a8;  }
.header .search input:-ms-input-placeholder {  color:#a8a8a8;  }

.header .search button{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    border: 1px solid #FFCD16;
    box-sizing: border-box;
    width: 132px;
    height: 40px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: inline-block;
    text-align: center;
    background-color: #FFCD16;
}

.header .map-house{
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #424242;
    background-color: #F8F8F8;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    margin-left: 10px;
    cursor: pointer;
}
.header .map-house i{
    background: url(../images/header/location.png);
    width: 14px;
    height: 19px;
    display: inline-block;
    position: relative;
    margin-right: 8px;
    top: 4px;
}

.header .search .search-res{
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    width: 450px;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 1px 2px -1px rgba(0,0,0,0.5);
    z-index: 3;
}
.header .search .search-res ul{
    max-height: 240px;
    overflow: auto;
}
.header .search .search-res ul li{

}
.header .search .search-res ul li:hover{
    background-color: #F8F8F8;
}
.header .search .search-res ul li a{
    display: block;
    padding: 0 20px;
    line-height: 40px;
    position: relative;
}
.header .search .search-res ul li a span{
    margin: 0;
}
.header .search .search-res ul li a .msg-title{
    display: inline-block;
    width: 84%;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header .search .search-res ul li a .msg-add{
    display: inline-block;
    color: #b0b3b4;
    width: 16%;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

/* 只对IE8有效 */
@media \0screen {
    .header .search .search-res
    {
        border: 1px solid #eeeeee;
    }
}
/*header end*/


/*nav start*/
.nav {
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #394043;
}

.nav ul {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    text-align: right;
}

.nav ul li {
    display: inline-block;
    position: relative;
    margin-right: 36px;
}
.nav ul li.saas-tab{
    margin-right: 0;
}

.nav ul li a {
    display: inline-block;
    position: relative;
    color: #bbbbbb;
}

.nav ul li a {
    display: inline-block;
    position: relative;
    color: #bbbbbb;
}
.nav ul li a:hover{
    text-decoration: none;
    color: #fff;
}
.nav ul li.icon-tab a{
    font-size: 12px;
    font-weight: normal;
}
.nav ul li.selected {
}
.nav ul li.selected > a {
    color: #f24f00;
    font-weight: bold;
}
.nav ul li a i{
    vertical-align: -1px;
    display: inline-block;
    width: 12px;
    height: 18px;
    margin-right: 9px;
    background-position: center center;
    background-repeat: no-repeat;
}
.nav ul li a i.app-icon{
    width: 11px;
    background-image: url(../images/nav/app_icon.png);
    vertical-align: sub;
}
.nav ul li a i.saas-icon{
    width: 17px;
    background-image: url(../images/nav/saas_icon.png);
    vertical-align: sub;
}

.nav .app-download{
    display: none;
    position: absolute;
    top: 38px;
    margin-left: -64px;
    text-align: center;
    z-index: 20;
    width: 206px;
    height: 264px;
    padding-top: 48px;
    box-sizing: border-box;
    background: url(../images/nav/app_download_bg.png);
}
.nav .app-tab:hover .app-download{
    display: block;
}
.nav .app-download .app-code{
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    background: url(../images/nav/app_code.png);
}
.nav .app-download .tips{
    color: #424242;
    line-height: 14px;
    margin-top: 16px;
}
.nav .app-download .slogan{
    font-size: 12px;
    line-height: 12px;
    color: #666;
    margin-top: 8px;
}
/*nav end*/


/*filter start*/
body .filter{
    position: relative;
    background-color: #fbfbfb;
    margin-top: 26px!important;
    line-height: 1;
    overflow: hidden;
}
.filter .position{
    padding-left: 12px;
    border-bottom: 1px solid #E6E6E6;
}
.filter .position a{
    display: inline-block;
    text-align: center;
    width: 80px;
    line-height: 50px;
    height: 50px;
    margin-right: 40px;
}
.filter .position a.on{
    color: #f24f00;
    font-weight: bold;
    border-bottom: 2px solid #f24f00;
}
.filter-list{
    padding: 14px 25px;
    line-height: 1;
}
.filter dl{
    overflow: hidden;
    padding-top: 13px;
}
.filter dl.bussiness{
    padding-top: 4px;
    margin-bottom: 7px;
}
.filter dt{
    float: left;
    width: 4.5%;
    font-weight: bold;
    font-size: 12px;
}
.filter dd {
    float: right;
    width: 95.5%;
}
.filter dd a{
    font-size: 12px;
    float: left;
    color: #444444;
    position: relative;
    margin-right: 24px;
    margin-bottom: 10px;
}
.filter dd a.on{
    color: #f24f00;
}
.filter dd a i{
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 8px;
    background: url(../images/filter/choose_none.png) center no-repeat;
}
.filter dd a.on i{
    background: url(../images/filter/choose_on.png) center no-repeat;
}
.filter dl b {
    float: left;
    font-weight: bold;
    font-size: 12px;
    color: #444444;
    margin-right: 8px;
}
.filter dl.bussiness dd,.filter dl.subway dd{
    border-radius: 4px;
    border: 1px solid #FFCDB5;
    padding: 15px 10px 4px;
    box-sizing: border-box;
    background-color: #ffffff;
}
.filter .custom-filter *{
    float: left;
}
.filter .custom-filter{
    margin-top: -6px;
}
.filter .custom-filter .line-m{
    color: C5C5C5;
}
.filter .custom-filter input{
    width: 40px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #b7b7b7;
}
.filter .custom-filter span{
    line-height: 20px;
    margin: 1px 8px 0;
}
.filter .custom-filter button{
    width: 50px;
    color: #ffffff;
    background-color: #666666;
    font-size: 12px;
    line-height: 22px;
    margin-left: 2px;
}

.filter .btn-more {
    width: 200px;
    margin: 0 auto 25px;
    color: #666666;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.filter .btn-more .arrow {
    display: inline-block;
    vertical-align: 2px;
    margin-left: 8px;
    width: 11px;
    height: 6px;
}
.filter .btn-more .up-arrow{
    background-image: url(../images/filter/arrow_up.png);
}
.filter .btn-more .down-arrow{
    background-image: url(../images/filter/arrow_down.png);
}

/*已选条件*/
.filter .settings{
    padding: 14px 25px;
    background: #fff;
}
.filter .settings dl dd span{
    font-size: 12px;
    float: left;
    position: relative;
    margin-right: 10px;
    color: #f24f00;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 0 25px 0 8px;
    line-height: 25px;
    box-sizing: border-box;
}
.filter .settings dl dd span a{
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 25px;
    top: 0;
    right: 0;
    float: none;
    margin-right: 0;
    vertical-align: 0px;
    background: url(../images/filter/filter_del.png) center no-repeat;
}
.filter .settings dl dd a.clear-settings{
    line-height: 27px;
    border: none;
    padding: 0;
    color: #999999;
}
.filter .settings dl dd{
    margin-top: -8px;
}
.filter .settings dl dd a {
    margin-bottom: 0;
}
/*已选条件/*/
/*filter end*/


/*footer start*/
.recommend-box {
    background-color: #f7f7f7;
}
.recommend-header {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
.recommend-header .title {
    padding: 10px 0;
}
.recommend-header .title .relevant {
    font-size: 14px;
    color: #2e2e2e;
    line-height: 20px;
    cursor: pointer;
}
.recommend-header .recommend-content {
    display: none;
}
.recommend-header .recommend-header a {
    float: left;
    display: block;
    margin-right: 10px;
    font-size: 14px;
    color: #808080;
    line-height: 20px;
}
.footer {
    width: 100%;
    min-width: 1200px;
    min-height: 330px;
    /*background: url(../images/footer/footer.png) no-repeat center bottom #383838;*/
    background: url(../images/footer/footer.png) no-repeat center bottom #424242;
    clear: both;
    width: 100%;
}
.footer .wrapper{

}
.footer .uu-link-box{
    padding: 48px 0 26px 0;
    background: none;
    border-bottom: 1px dashed rgb(110, 100, 110);
    overflow: hidden;
}
.footer .uu-link-box .fl .tab{
    height: 40px;
}
.footer .uu-link-box .fl .tab span{
    display: inline-block;
    padding: 11px 12px;
    background: #2F2F2F;
    color: #999999;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer .uu-link-box .fl .tab span.hover{
    background: #555555;
    color: #fff;
}
.footer .uu-link-box .fl .link-list{
    clear: both;
}
.footer .uu-link-box .fl .link-list>div{
    display: none;
    min-height: 96px;
}
.footer .uu-link-box .fl .link-list div a{
    color: #999999;
    font-size: 12px;
    display: inline-block;
    margin: 16px 18px 0 0;
}
.footer .uu-link-box .fl .link-list div a:hover{
    text-decoration: underline;
}

.footer .bottom{
    color: #999;
    font-size: 12px;
    text-align: center;
    padding-bottom: 46px;
}
.footer .bottom .m-nav-footer{
    display: inline-block;
    padding-top: 26px;
    margin: 0px auto 16px;
    overflow: hidden;
    text-align: center;
}
.footer .bottom .m-nav-footer li{
    float: left;
    color: #999;
    word-break: keep-all;
    margin: 0 6px;
}
.footer .bottom .m-nav-footer li a{
    color: #999;
}
.footer .bottom .m-nav-footer li em{
    font-style: normal;
    color: #999;
}
.footer .bottom p{
    text-align: center;
    clear: both;
    margin-bottom: 20px;
}
.footer .bottom .ft-ban{
    margin-bottom: 0;
}
.footer .bottom .ft-ban a{
    display: inline-block;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    margin-left: 20px;
}
.footer .bottom .ft-ban a img{
    float: left;
}
.footer .bottom .ft-ban a span{
    height: 20px;
    line-height: 20px;
    margin: 0px 0px 0px 5px;
    color: #999999;
}
/*footer end*/


/*房源对比悬浮盒子*/
.compare-box{
}
.compare-box .mini{
    position: fixed;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.25);
    width: 40px;
    height: 140px;
    right: 0;
    top: 50%;
    margin-top: -100px;
    background: #fff;
    text-align: center;
    cursor: pointer;
}
/* 只对IE8有效 */
@media \0screen {
    .compare-box .mini,.compare-box .max {
        border: 1px solid #E6E6E6;
    }
}

.compare-box .mini .arrow{
    cursor: pointer;
    padding: 14px;
    width: 14px;
    height: 14px;
    background: url(../images/compare/arrow_l.png) center center no-repeat;
    border-bottom: 1px solid #e6e6e6;
}
.compare-box .mini .title{
    line-height: 16px;
    font-size: 14px;
    padding:  18px 0;
}
.compare-box .mini .nums{
    position: absolute;
    right: 0;
    top: 54px;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 12px;
}
/* Max */
.compare-box .max{
    position: fixed;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.25);
    right: 0;
    top: 50%;
    margin-top: -100px;
    width: 350px;
    overflow: hidden;
    background: #fff;
    padding-bottom: 26px;
    box-sizing: border-box;
    z-index: 99;
}
.compare-box .max .title{
    height: 60px;
    margin-left: 20px;
    border-bottom: 1px solid #E6E6E6;
    overflow: hidden;
}
.compare-box .max .title span{
    display: inline-block;
    line-height: 60px;
}
.compare-box .max .title .title-text{
    font-size: 16px;
    font-weight: bold;
}
.compare-box .max .title .tips{
    color: #999999;
    margin-left: 12px;
    font-size: 14px;
}
.compare-box .max .title .arrow{
    cursor: pointer;
    position: relative;
    width: 60px;
    height: 60px;

}
.compare-box .max .title .arrow i{
    position:absolute;
    width: 14px;
    height: 14px;
    background: url(../images/compare/arrow_r.png) center center;
    top: 23px;
    right: 20px;
}
.compare-box .max ul{
    padding: 8px 0;
    overflow: hidden;
}
.compare-box .max ul li{
    padding: 10px 0;
    padding-left: 20px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.compare-box .max ul li a.img{
    width: 80px;
    height: 60px;
    background: #F6F6F6 url(../images/default/house/logo_40x37.png) center no-repeat;
}
.compare-box .max ul li a.img img{
    display: block;
    width: 100%;
    height: 100%;
}
.compare-box .max ul li .info{
    width: 250px;
    padding-left: 12px;
    box-sizing: border-box;
    vertical-align: top;
    color: #666666;
    font-size: 14px;
    max-width: 660px;
}
.compare-box .max ul li .info .info-title{
    display: block;
    line-height: 15px;
    height: 15px;
    font-size: 15px;
    padding-right: 20px;
    box-sizing: border-box;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: -1px;
}
.compare-box .max ul li .info-title a:hover{
    color: #f24f00;
}
.compare-box .max ul li .info-title a:visited{
    color: #999;
}
.compare-box .max ul li .info .house-info{
    color: #666666;
    font-size: 13px;
    margin-top: 6px;
}
.compare-box .max ul li .info .price{
    font-size: 13px;
    color: #f24f00;
    margin-top: 6px;
}
.compare-box .max ul li .info .price span{
    font-size: 18px;
    font-weight: bold;
}
.compare-box .max ul li .del-btn{
    display: none;
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 13px;
    color: #666666;
    cursor: pointer;
}
.compare-box .max ul li .del-btn i{
    display: inline-block;
    width: 12px;
    height: 14px;
    vertical-align: -1px;
    margin-right: 5px;
    background: url(../images/compare/del_btn.png);
}
.compare-box .max ul li:hover{
    background-color: #F8F8F8;
}
.compare-box .max ul li:hover .del-btn{
    display: block;
}

.compare-box .bottom{
    padding: 0 20px;
}
.compare-box .bottom span{
    display: inline-block;
    line-height: 46px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}
.compare-box .bottom .btn-compare{
    width: 220px;
    color: #424242;
    background-color: #FFCD16;
}
.compare-box .bottom .btn-clear{
    background-color: #999999;
    color: #ffffff;
    width: 80px;
}

.compare-box .max .no-data{
    position: relative;
    width: 144px;
    height: 151px;
    margin: 24px auto 44px;
    background: url(../images/compare/no_data.png) no-repeat;
}

/*房源对比悬浮盒子*/

body .content{
    line-height: 1;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}
.mb-120{
    margin-bottom: 120px;
}
.content .left-content{
    width: 910px;
    float: left;
    padding-top: 20px;
}
.content .left-content .filter-again{

}
.content .left-content .filter-again .filter-tag{
    border-bottom: 2px solid #f24f00;
    line-height: 0;
}
.content .left-content .filter-again .filter-tag ul{
    display: inline-block;
    line-height: 50px;
}
.content .left-content .filter-again .filter-tag ul li{
    display: inline-block;
    width: 110px;
    text-align: center;
    position: relative;
}
.content .left-content .filter-again .filter-tag ul li a{
    text-align: center;
    width: 110px;
    height: 100%;
    vertical-align: middle;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
}
.content .left-content .filter-again .filter-tag ul li.selected{
    background: #f24f00;
}
.content .left-content .filter-again .filter-tag ul li.selected a{
    color: #fff;
    font-weight: bold;
}
.content .left-content .filter-again .order-content{

}
.content .left-content .filter-again .order-content .order-tag{
    display: inline-block;
}
.content .left-content .result-des{
    overflow: hidden;
    line-height: 90px;
}
.content .left-content .result-des .total{
    font-weight: bold;
    font-size: 24px;
}
.content .left-content .result-des .total span{
    margin: 0 4px;
}
.content .left-content .result-des .order-tag{
    color: #010101;
    font-size: 12px;
}
.content .left-content .result-des .order-tag a{
    color: #000;
    margin-left: 16px;
}
.content .left-content .result-des .order-tag a i{
    display: inline-block;
    width: 10px;
    height: 11px;
    vertical-align: -1px;
    margin-left: 4px;
    background: url(../images/order/down.png);
}
.content .left-content .result-des .order-tag a.red-up i{background: url(../images/order/up_red.png);}
.content .left-content .result-des .order-tag a.red-down i{background: url(../images/order/down_red.png);}
.content .left-content .result-des .order-tag a.up i{background: url(../images/order/up.png);}
.content .left-content .result-des .order-tag a.down i{background: url(../images/order/down.png);}

.content .right-layout{
    float: right;
    width: 220px;
}
.list-content-line{
    border-bottom: 1px solid #e6e6e6;
}

/*加入对比*/

.list-content li .info .add-compare{
    display: none;
    position: absolute;
    right: 0;
    bottom: 36px;
    width: 84px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    color: #424242;
    background-color: #f8f8f8;
    font-size: 14px;
    cursor: pointer;
}
.list-content li .info .has-added{
    position: absolute;
    right: 0;
    bottom: 36px;
    width: 84px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    color: #424242;
    background-color: #f8f8f8;
    font-size: 14px;
}
.list-content li:hover .info .add-compare{
    display: block;
}
.list-content li .info .add-compare:hover{
    border-color:#ccc;
    color:#394043
}

/*页码*/
.content .left-content .content-bottom{
    padding:  30px 0;
    overflow: hidden;
}
.content .left-content .content-bottom .u-bread{
	float: left;
    height: 28px;
    line-height: 28px;
}
.content .left-content .content-bottom .u-bread a{
	font-size: 12px;
    color: #aaa;
}
.content .left-content .content-bottom .u-bread a:hover{
	text-decoration: none;
    color: #f24f00;
}
.content .left-content .content-bottom .u-bread .gt{
	font-size: 12px;
    color: #aaa;
	margin: 0 5px;
}
.content .left-content .content-bottom .page-box{
    text-align: right;
}
.page-box a {
    height: 28px;
    padding: 0 11px;
    margin-left: 5px;
    text-align: center;
    line-height: 28px;
    border: 0;
    border-radius: 4px;
    overflow: hidden;
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}

.content .left-content .page-box a{
    background-color: #F6F6F6;
    border: 0;
}
.content .left-content .page-box span{
    font-size: 16px;
    margin: 0 5px 0 9px;
}
.content .left-content .page-box a.on{
    background-color: #FFCD16;
}
/*页码/*/


/*城市切换*/
.city-change {
    display: none;
    z-index: 1002;
}
.overlay-bg{width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .6;
    filter: alpha(opacity=60);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.city-box{
    width: 750px;
    height: 500px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border-radius: 6px;
    position: fixed;
    z-index: 999;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 40px 20px 40px 30px;
    box-sizing: border-box;

}
.city-box .close{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: url(../images/city/close.png);
}
.city-box .title{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 30px;
}
.city-box .city-list{
    height: 370px;
    overflow-y: auto;
}
.city-box .city-list dl{
    float: left;
    font-size: 14px;
    color: #333;
    min-width: 100%;
}
.city-box .city-list dl dt{
    display: inline-block;
    float: left;
    margin-right: 18px;
    line-height: 41px;
}
.city-box .city-list dl dd {
    float: left;
    display: inline-block;
    line-height: 41px;
    max-width: 650px;
}
.city-box .city-list dl dd a{
    margin-right: 16px;
    display: inline-block;
}
.city-box .city-list dl dd a:hover{
    color: #f24f00;
}
.city-box .city-list dl dd a.on{}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.city-box .city-list::-webkit-scrollbar{width:10px;background-color:#f8f8f8;}

/*定义滑块 */
.city-box .city-list::-webkit-scrollbar-thumb{background-color:#e6e6e6;}


/*reset start*/
/* CSS Document */
html{color:#333;background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{ margin:0; padding:0}
fieldset,img{ border:0; vertical-align:middle}
:focus{outline:0}
/*font*/
th{ font-style:normal; font-weight:normal}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal}
input,button,textarea,select,optgroup,option{ font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit; vertical-align:middle; color:#333333;}
input,button,textarea,select{*font-size:100%}
ol,ul{ list-style:none}
table{ border-collapse:collapse; border-spacing:0}
:link,:visited,ins{ text-decoration:none}
i{font-style: normal;}
/*Çå¸¡¶¯*/
.clearfix:after{content:" ";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*zoom:1}
.clear{height:0;font-size:0;line-height:0;clear:both;overflow:hidden}
/*body*/
body{ font-size:14px; font-family:"Hiragino Sans GB","Microsoft Yahei UI","Microsoft Yahei","微软雅黑",'Segoe UI',Tahoma,"宋体b8b\4f53",SimSun,sans-serif;}
a{color:#333;text-decoration:none;}
a:hover{ text-decoration:none;}
/*public*/
.floatl,.fl{ float:left}
.floatr,.fr{ float:right}
.alingC{text-align:center;}
.alignR{ text-align:right}
.font14{ font-size:14px}
.font16{ font-size:16px}
.font18{ font-size:18px}
.blod{font-weight:700}
.bold{ font-weight:bold}
.Arial{ font-family:Arial; padding:0 2px}
.SimSun{ font-family:SimSun}
.YaHei{ font-family:Microsoft YaHei}

/* color */
.blue,.blue a{color:#05a;}.blue a:hover{color:#c00}
.org,.org a{color:#de3438}.org a:hover{color:#c00}
.gray6,.gray6 a{color:#666}.gray6 a:hover{color:#c00;}
.gray9,.gray9 a{color:#999;}.gray9 a:hover{color:#c00;}
.green,.green a{color:#090;}.green a:hover{color:#c00;}
.black,.black a{color:#333;}.black a:hover{color:#c00;}
.yellow, .yellow a, .yellow a:link,.yellow a:active,.yellow a:visited,.yellow a:hover{color:#f24f00!important}

/*自定义样式*/

.w-1200{width: 1200px;margin: 0 auto;}
.rel{position:relative;}
.block{display: block;}
.in-block,.inb{display: inline-block;}
.fixed{
    position: fixed;
}
button{border: none;}
.hide{display: none;}
/*reset end*/


/*new nav start*/
.nav {
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #394043;
}

.nav ul {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    text-align: right;
}
.nav .nav-f-left{
    float: left;
}
.nav .right{
    float: right;
}
.nav ul li {
    display: inline-block;
    position: relative;
    margin-right: 36px;
}
.nav ul li.saas-tab{
    margin-right: 0;
}

.nav ul li a {
    display: inline-block;
    position: relative;
    color: #bbbbbb;
}

.nav ul li a {
    display: inline-block;
    position: relative;
    color: #bbbbbb;
}
.nav ul li a:hover{
    text-decoration: none;
    color: #fff;
}
.nav ul li.icon-tab a{
    font-size: 12px;
    font-weight: normal;
}
.nav ul li.selected {
}
.nav ul li.selected > a {
    color: #f24f00;
    font-weight: bold;
}
.nav ul li a i{
    vertical-align: -1px;
    display: inline-block;
    width: 12px;
    height: 18px;
    margin-right: 9px;
    background-position: center center;
    background-repeat: no-repeat;
}
.nav ul li a i.app-icon{
    width: 11px;
    background-image: url(../images/nav/app_icon.png);
    vertical-align: sub;
}
.nav ul li a i.saas-icon{
    width: 17px;
    background-image: url(../images/nav/saas_icon.png);
    vertical-align: sub;
}
.nav ul li a i.login_icon{
    width: 20px;
    height: 20px;
    background-image: url(../images/nav/login_icon.png);
    vertical-align: sub;
    vertical-align: -5px;
}

.nav .app-download{
    display: none;
    position: absolute;
    top: 38px;
    margin-left: -64px;
    text-align: center;
    z-index: 20;
    width: 206px;
    height: 264px;
    padding-top: 48px;
    box-sizing: border-box;
    background: url(../images/nav/app_download_bg.png);
}
.nav .app-tab:hover .app-download{
    display: block;
}
.nav .app-download .app-code{
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    background: url(../images/nav/app_code.png);
}
.nav .app-download .tips{
    color: #424242;
    line-height: 14px;
    margin-top: 16px;
}
.nav .app-download .slogan{
    font-size: 12px;
    line-height: 12px;
    color: #666;
    margin-top: 8px;
}

/*微信登录退出*/
.nav .icon-tab.has-loginin{
    position: relative;
}
.nav .icon-tab.has-loginin .menu-wrap{
    padding: 15px 20px 5px 20px;
    right: 11px;
}
.nav .icon-tab.has-loginin .menu-wrap.pop-up{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 90% 0;
    -ms-transform-origin: 90% 0;
    transform-origin: 90% 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.31, 0.57, 0.68, 1.36) 0.5s;
    transition: all 0.3s cubic-bezier(0.31, 0.57, 0.68, 1.36) 0.5s;
    position: absolute;
    min-width: 140px;
    right: -13px;
    top: 48px;
    background: #fff;
    background-clip: padding-box;
    border: solid 4px rgba(221, 221, 221, 0.5);
    padding: 10px 15px;
}
.nav .icon-tab.has-loginin .menu-wrap.pop-up:before{
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
    background-clip: padding-box;
    border: solid 4px rgba(221, 221, 221, 0);
    border-width: 4px 4px 0 0;
    position: absolute;
    top: -7px;
    right: 13px;
    content: " ";
}
.nav .icon-tab.has-loginin .menu-wrap.pop-up:after{
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border: 5px solid rgba(221, 221, 221, 0.5);
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: -14px;
    right: 15px;
}
.nav .icon-tab.has-loginin:hover .menu-wrap.pop-up{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 100;
}
.nav .icon-tab.has-loginin .menu-wrap .brief{
    padding-bottom: 10px;
    display: block;
    border-bottom: solid 1px #eee;
}
.nav .icon-tab.has-loginin .menu-wrap .brief .brief-img{

    float: left;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    margin-right: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.nav .icon-tab.has-loginin .menu-wrap .brief span{
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    text-align: left;
}
.nav .icon-tab.has-loginin .menu-wrap .menu{
    display: block;
    height: 36px;
    line-height: 36px;
    border-top: solid 1px #eee;
    padding: 0 6px;
    font-size: 13px;
}
.nav .icon-tab.has-loginin .menu-wrap .menu .wx-logout{
    display: block;
    height: 36px;
    line-height: 36px;
    border-top: solid 1px #eee;
    padding: 0 6px;
    font-size: 13px;
    color: #333333;
    text-decoration: none;
    text-align: center;
}
/*微信登录退出/*/
/*new nav end*/



/* 推荐楼盘 */
.build-push{

}
.build-push .build-push-container{

}
.build-push .build-push-container h3{
    padding-top: 20px;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
.build-push .build-push-container h3 i{
    display: inline-block;
    width: 6px;
    height: 20px;
    background-color: #f24f00;
    margin-right: 6px;
}
.build-push .build-push-container h3 a{
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    color: #666666;
    float: right;
}

.build-push .build-push-container ul{
    margin-top: 26px;
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 150px;
}
.build-push .build-push-container ul li{
    vertical-align: top;
    display: inline-block;
    width: 280px;
    margin-right: 24px;
    position: relative;
}
.build-push .build-push-container ul li .pic{
    display: block;
    height: 190px;
    position: relative;
    background: #F6F6F6 url(../images/default/house/house_280x200.png) center center no-repeat;
}
.build-push .build-push-container ul li .pic img{
    width: 100%;
    height: 100%;
}
.build-push .build-push-container ul li .info{
    padding-top: 26px;
}
.build-push .build-push-container ul li .info .title{
    font-size: 16px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.build-push .build-push-container ul li .info .price{
    padding-top: 10px;
    font-weight: bold;
    color: #f24f00;
}

