body {
    font-family: "Helvetica Neue",Helvetica,Arial,"microsoft Yahei","Hiragino Sans GB","Hiragino Sans GB W3","WenQuanYi Micro Hei",sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.wrap1200{
	width: 1200px;
	margin: 0 auto;
	/*background: lightblue;*/
}
.bg-grey{
	background: #eeeef1;
}
.word-blue{
	color: #3490FF;
}
.float-l{
	float: left;
}
.float-r{
	float: right;
}
.header{
	position: relative;
	height: 460px;
	background: url(../images/index/banner.jpg) no-repeat center bottom;
}
.header .bannerWrap{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/*轮播图*/
.header .bannerList{
	position: relative;
}
.header .bannerList li{
	float: left;
	width: 1920px;
	height: 460px;
}
.header .pointers{
	position: absolute;
	bottom: 58px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	text-align: center;
}
.header .pointers span{
	display: inline-block;
	width: 50px;
	height: 2px;
	background: #fff;
	cursor: pointer;
}
.header .pointers span.active{
	background: #2e97ff;
}
.header .headerMain{
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -600px;
}
/*顶部菜单*/
.header .headerMain .topmenu a{
	color: #fff;
}
.header .headerMain .topmenu .topmenuLeft{
	float: left;
}
.header .headerMain .topmenu .topmenuLeft .logo{
    float: left;
    /* width: 110px; */
    /* height: 38px; */
}
.header .headerMain .topmenu .topmenuLeft .logo img{
	width: 100%;
	height: 100%;
}
.header .headerMain .topmenu .topmenuLeft .location{
	float: left;
	width: 70px;
	height: 30px;
	margin-top: 4px;
	margin-left: 20px;
    border-radius: 15px;
    /*cursor: pointer;*/
	background: rgba(0,0,0,0.25);
	font-size: 12px;
	color: #eee;
	line-height: 30px;
	text-align: center;
}
.header .headerMain .topmenu .topmenuLeft .location img{
	vertical-align: middle;
}
.header .headerMain .topmenu .topmenuLeft .navList{
	float: left;
    margin-left: 60px;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
}
.header .headerMain .topmenu .topmenuLeft .navList > li{
    float: left;
    margin-right: 42px;
}
.header .headerMain .topmenu .topmenuLeft .navList > li:last-child{
	margin-right: 0;
}
.header .headerMain .topmenu .topmenuLeft .navList > li a:hover{
    color: #28b0f2;
    text-decoration: none;
}
.header .headerMain .topmenu .topmenuLeft .navList .dropdown-menu{
	display: none;
	background: rgba(0,0,0,0.3);
	color: #fff;
	border-radius: 0px 0px 10px 10px;
	width: 100px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.header .headerMain .topmenu .topmenuLeft .navList .dropdown-menu li a{
	display: block;
	padding: 0 15px;
	height: 100%;
}
.header .headerMain .topmenu .topmenuLeft .navList .dropdown-menu li a:hover{
	background: rgba(52,144,255,0.63);
	color: #fff;
}
.header .headerMain .topmenu .topmenuRight{
	float: right;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
}
/*搜索*/
.header .headerMain .headerSearch{
	width: 1000px;
	margin: 95px auto 0;
}
.header .headerMain .headerSearch .searchType ul{
	height: 60px;
	line-height: 60px;
	font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.header .headerMain .headerSearch .searchType ul li{
	float: left;
	margin: 0 15px;
	cursor: pointer;
	opacity: .5;
}
.header .headerMain .headerSearch .searchType ul li:hover{
	opacity: .7;
}
.header .headerMain .headerSearch .searchType ul li.active{
	opacity: 1;
}
.header .headerMain .headerSearch .searchType ul li .searchType-a{
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.header .headerMain .headerSearch .searchMain .searchBox form{
	position: relative;
	width: 100%;
}
.header .headerMain .headerSearch .searchMain .searchBox form .searchIcon{
	position: absolute;
	left: 25px;
	top: 15px;
	width: 25px;
	height: 25px;
}
.header .headerMain .headerSearch .searchMain .searchBox form > .searchInput{
	float: left;
	width: 805px;
	height: 55px;
	padding-left: 60px;
	border-radius: 2px 0 0 2px;
	line-height: 55px;
}
.header .headerMain .headerSearch .searchMain .searchBox form > .submitInput{
	float: left;
	width: 135px;
	height: 55px;
	border-radius: 0 2px 2px 0;
	background: #3490FF;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	line-height: 55px;
}
/*你可能在找*/
.suggest-wrap{
    position: relative;
    zoom: 1;
    top: -1px;
    width: 865px;
    font-size: 14px;
}
.header .headerMain .headerSearch .searchMain .searchBox .suggest-wrap{
    border: 1px solid #000;
    border-top: 0;
    left: -1px;
    display: none;
}
.header .headerMain .headerSearch .searchMain .searchBox .suggest-wrap .title{
    background: #EEEEEE;
    color: #849aae;
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
}
.header .headerMain .headerSearch .searchMain .statistics{
	margin-top: 20px;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
}
.header .headerMain .headerSearch .searchMain .statistics .number{
	color: #3490ff;
	font-size: 24px;
}
.ui-autocomplete{
    padding-top: 0;
    position: relative;
    box-shadow: none;
}
.ui-front{
    z-index: 1002;
}
.ui-autocomplete{
    font-family: "Hiragino Sans GB", 微软雅黑, "Microsoft YaHei", SimHei, Tahoma, 宋体b8b体, SimSun, sans-serif;
    margin-top: 0px;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    padding: 0px 0px 15px;
    border-top: 0px;
}
.ui-autocomplete .ui-menu-item{
    position: relative;
    margin: 0;
    line-height: 35px;
    height: 35px;
    padding: 0 20px;
    cursor: pointer;
}
.ui-autocomplete .ui-menu-item{
    padding: 3px 20px;
}
.ui-autocomplete .ui-menu-item:hover{
	background: #EEEEEE;
}
.left{
    float: left;
}
.ui-autocomplete .ui-menu-item .hot-title{
    width: 325px;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
em, i, b, strong{
    font-weight: 400;
    font-style: normal;
}
.ui-autocomplete .ui-menu-item .hot-title b{
    font-weight: 700;
}
.ui-autocomplete .ui-menu-item .sub-text{
    font-size: 12px;
    color: #999;
    height: 35px;
}
.ui-autocomplete .ui-menu-item .sub-text{
    font-size: 14px;
    margin-left: 5px;
}
.right{
    float: right;
}
/*热门搜索*/
.header .headerMain .headerSearch .searchMain .sug-tips{
    clear: both;
    width: auto;
    margin-top: 1px;
}
.header .headerMain .headerSearch .searchMain .sug-tips ul{
    width: 865px;
    display: none;
    background: #fff;
    border: 1px solid #000;
    border-top: 0;
    position: relative;
    left: -1px;
    top: -1px;
    z-index: 1002;
}
.header .headerMain .headerSearch .searchMain .sug-tips li.hot-name{
    background: #EEEEEE;
    color: #849aae;
}
.header .headerMain .headerSearch .searchMain .sug-tips li{
    height: 35px;
    line-height: 35px;
    padding: 3px 20px;
}
.header .headerMain .headerSearch .searchMain .sug-tips li:hover {
    background: #EEEEEE;
}
.header .headerMain .headerSearch .searchMain .sug-tips li.hot-name .del{
    display: none;
    text-align: right;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
    float: right;
}
.header .headerMain .headerSearch .searchMain .sug-tips li a{
    color: #333;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    display: block;
    width: 100%;
}
/*今日*/
.jinri{
	padding: 90px 0 40px;
}
.moduleHeader{
	padding-bottom: 53px;
	line-height: 1;
}
.moduleHeader .leftHeader{
	float: left;
}
.moduleHeader .leftHeader .moduleTitle{
	font-size: 36px;
}
.moduleHeader .leftHeader .moduleTitle .word-blue{
	font-weight: 600;
}
.moduleHeader .leftHeader p{
	max-width: 1070px;
	margin-top: 20px;
	font-size: 14px;
	color: #888;
}
.moduleHeader .rightHeader{
	float: right;
}
.moduleHeader .rightHeader .more{
	color: #888;
}
.houseList > li{
	float: left;
	width: 285px;
	padding-bottom: 28px;
	/* margin-right: 20px; */
	box-shadow: 0 3px 3px #EEEEEE;
}
.houseList li:hover{
    box-shadow: 0px 3px 3px #ccc;
}
.houseList li ~ li{
	margin-left: 20px;
}
.houseList li > a{
	display: block;
}
.houseList li > a:hover{
	text-decoration: none;
}
.houseList li .housePic{
	position: relative;
	width: 100%;
	height: 214px;
}
.houseList li .housePic img{
	width: 100%;
	height: 100%;
}
.jinri .wrap1200 .houseList li .housePic .tag{
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 70px;
	height: 30px;
	background: rgba(0,0,0,.5);
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}


.vr_logo {width: 45px;height: 45px;position: absolute;left: 8px;bottom: 8px; background:url(../images/2019esf/vrlogo@2x.png) no-repeat 0 0; display:block;background-size: 45px 45px;}
.icon {display: inline-block;vertical-align: middle;color: #fff;padding: 0 3px;margin-right: 5px;height: 18px;line-height: 18px;font-size: 12px;font-weight: 400;}

.icon-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
	margin-top: -31px;
	margin-left: -31px;
	font-size: 0;
}
.icon-wrapper .vricon:first-of-type,.icon-wrapper .vricon:nth-of-type(2) {
    display: inline-block;
}
.icon-wrapper .vricon {
    position: relative;
    display: none;
    line-height: 31px;
    margin-right: 15px;
    background: rgba(0,0,0,.6);
    border-radius: 100px;
    width: 60px;
    height: 60px;
    background: url(../images/2019esf/vr_animation.png);
    background-position-y: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    border: 1px solid hsla(0,0%,100%,.8);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}
@-webkit-keyframes vr{to{background-position-y:100%}
}
@keyframes vr{to{background-position-y:100%}
}
.vr-animation-forever{-webkit-animation:vr 3s steps(80) infinite;animation:vr 3s steps(80) infinite}
::selection{background-color:rgba(48,114,246,.2);color:#333}
::-moz-selection{background-color:rgba(48,114,246,.2);color:#333}
::-webkit-selection{background-color:rgba(48,114,246,.2);color:#333}


.houseList li p{
	padding: 0 19px;
	line-height: 1;
}
.houseList li .houseTitle{
	padding-top: 20px;
	font-size: 16px;
	color: #333;
}
.houseList li .houseCaption{
	padding-top: 13px;
	color: #999;
    font-size: 12px;
}
/*房价*/
.fangjia{
	padding: 40px 0;
}
.fangjia .wrap1200 .fangjiaContent > div{
	width: 590px;
	height: 274px;
	background: #fff;
}
.fangjia .wrap1200 .fangjiaContent .fangjiaHeader{
	height: 51px;
	padding: 0 20px;
	border-bottom: 1px solid #ddd;
	line-height: 51px;
}
.fangjia .wrap1200 .fangjiaContent .fangjiaHeader .title{
	font-size: 16px;
}
.fangjia .wrap1200 .fangjiaContent .fangjiaHeader .area span{
	cursor: pointer;
	margin-left: 5px;
}
.fangjia .wrap1200 .fangjiaContent .fangjiaHeader .area span.active{
	color: #FA5741;
}
.fangjia .wrap1200 .fangjiaContent .fangjiaHeader .page .turnIcon{
	display: inline-block;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	cursor: pointer;
}
.fangjia .wrap1200 .fangjiaContent .fangjiaHeader .page .prev{
	background: url(../images/index/trunLeft.png) no-repeat;
	margin-right: 5px;
}
.fangjia .wrap1200 .fangjiaContent .fangjiaHeader .page .prev:hover{
	background: url(../images/index/trunLeftH.png) no-repeat;
}
.fangjia .wrap1200 .fangjiaContent .fangjiaHeader .page .next{
	background: url(../images/index/trunRight.png) no-repeat;
	margin-left: 5px;
}
.fangjia .wrap1200 .fangjiaContent .fangjiaHeader .page .next:hover{
	background: url(../images/index/trunRightH.png) no-repeat;
}
.fangjia .wrap1200 .fangjiaContent .zoushiWrap{
	height: 222px;
	overflow: hidden;
}
.fangjia .wrap1200 .fangjiaContent .zoushiWrap .zoushiList{
	position: relative;
	left: 0;
}
.fangjia .wrap1200 .fangjiaContent .zoushiWrap .zoushiList li{
	float: left;
    width: 590px;
    height: 220px;
    line-height: 24px;
    text-align: left;
}
.fangjia .wrap1200 .fangjiaContent .zoushiWrap .zoushiList li *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zoushiC{
    width: 590px;
    padding: 0 18px;
}
.zoushiC .zoushiLine{
    height: 95px;
    border-bottom: 1px solid #EEEEEE;
}
.h20{
    width: 100%;
    height: 20px;
}
.zoushiC .zoushiLine .num{
    padding-left: 44px;
}
.relativeP{
    position: relative;
}
.zoushiC .zoushiLine .num span{
    font-size: 12px;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 3px;
    border-radius: 3px;
    display: block;
    width: 36px;
    height: 18px;
    line-height: 18px;
    color: #FFFFFF;
    text-align: center;
}
.blueBg{
    background: #3490ff;
}
.yellowBg{
	background: #FFC800;
}
.f_gray9{
    color: #999999;
}
.mt8{
    margin-top: 8px;
}
.mr3{
    margin-right: 3px;
}
.iconfont2{
    font-family: "iconfont" !important;
    font-size: 21px!important;
    text-align: center;
    font-style: normal;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.mlr5{
    margin: 0 5px;
}
.f_gray3{
    color: #333333;
}
.iconfont3{
    font-family: "iconfont" !important;
    font-size: 21px!important;
    text-align: center;
    font-style: normal;
    color: #2b9532;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.f_green{
    color: #2b9532;
}
.f_red{
	color: #FF3600;
}
/*租赁*/
.zulin{
	padding: 90px 0 40px;
}
.zulin .wrap1200 .houseList li .housePic{
	/* position: static; */
}
.zulin .wrap1200 .houseList li .houseTitle{
	padding-top: 25px;
}
.zulin .wrap1200 .houseList li .houseTitle .name{
	max-width: 170px;
}
.houseList li .price{
	font-weight: bold;
	color: #FA5741;
}
.houseList li .price i{
	font-size: 12px;
	font-weight: bold;
}
.zulin .wrap1200 .houseList li .houseCaption{
	font-size: 14px;
}
.houseList li .houseLabel{
	padding: 0 19px;
	margin-top: 12px;
}
.houseList li .houseLabel span{
	display: inline-block;
	width: 75px;
	height: 23px;
	background: #EFF5FD;
	font-size: 14px;
	color: #3490FF;
	line-height: 23px;
	text-align: center;
}
/*商业*/
.shangye{
	padding: 60px 0 50px;
}
.shangye .wrap1200 .houseList li .price{
	padding-top: 18px;
}
/*资讯*/
/*左边*/
.zixun{
	padding: 50px 0;
}
.zixun *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zixun .w480{
    width: 480px;
}
.zixun .h450{
    height: 450px;
}
.zixun .whiteBg{
    background: #FFFFFF;
}
.zixun .picNews{
    margin: 0 20px;
    padding: 20px 0;
    box-sizing: border-box;
}
.zixun .borderBottom2{
    border-bottom: 1px dotted #DDDDDD;
}
.zixun .zixunContent .zoushi .borderBottom2:last-child{
    border-bottom: none;
}
.zixun a{
    color: #337ab7;
    text-decoration: none;
}
.zixun img{
    vertical-align: middle;
}
.zixun .picNews .newsPic img{
    width: 145px;
    height: 110px;
}
.zixun .picNews .newsText{
    width: 390px;
}
.zixun .line26{
    line-height: 26px;
}
.zixun .toverF{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
}
.f18{
    font-size: 18px;
}
.zixun .f_gray3 a{
    color: #333333;
    text-decoration: none;
}
.zixun .toverF a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
}
.zixun a:focus,.zixun a:hover{
    color: #23527c;
    text-decoration: underline;
}
.zixun .f_gray3 a:hover{
    text-decoration: none;
}
.zixun .picNews .newsText .cont{
    height: 75px;
    overflow: hidden;
}
.zixun .f14{
    font-size: 14px;
}
/*中间*/
.zixun .w340{
    width: 340px;
}
.zixun .ml20{
    margin-left: 20px;
}
.zixun .picNews2{
    margin: 20px;
}
.zixun .picNews2 a{
    display: block;
}
.zixun .picNews2 a:hover{
    text-decoration: none;
}
.zixun .picNews2 .newsPic2 img{
    width: 100%;
    height: 225px;
}
.zixun .picNews2 .newsPic2 .coverInfo{
    width: 100%;
    height: 40px;
    background: rgba(57,64,67,0.75);
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #FFFFFF;
    line-height: 40px;
}
.zixun .text-center{
    text-align: center;
}
.zixun .picNews2 .newsPic2 .coverInfo a{
    color: #fff;
    padding: 0 15px;
}
.zixun .toverF a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
}
.zixun .mt15{
    margin-top: 15px;
}
.zixun .f_gray6{
    color: #666666;
}
.line28{
    line-height: 28px;
}
.zixun .picNews2_title a{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 550px;
    height: 36px;
    line-height: 36px;
}
.zixun .f_gray6 a{
    /* color: #666666; */
	color: #333;
}
/*右边*/
.zixun .picNews3{
    margin: 20px;
}
.zixun .picNews3 .newsPic3 img{
    width: 302px;
    height: 122px;
}
.zixun .picNews3 .newsPic3 .coverInfo{
    text-align: center;
    width: 100%;
    height: 40px;
    background: rgba(57,64,67,0.75);
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #FFFFFF;
    line-height: 40px;
}
.zixun .picNews3 .newsPic3 .coverInfo a{
    color: #fff;
    display: block;
    text-indent: 15px;
    text-decoration: none;
}
.zixun .mt20{
    margin-top: 20px;
}
/*经济公司*/
.jingji{
	padding: 50px 0 40px;
}
.jingji .agentList{
	padding-right: 20px;
}
.agentList li{
	float: left;
	height: 206px;
	padding: 0 20px 0 21px;
	/*margin-bottom: 20px;*/
	background: url(../images/index/breakLine2.png) no-repeat 0 0;
}
.agentList li a{
	color: #333;
}
.agentList li a:hover{
	text-decoration: none;
}
.agentList li .agentPic{
	float: left;
	width: 140px;
	height: 170px;
}
.agentList li .agentPic a,.agentList li .agentPic img{
	display: block;
	width: 100%;
	height: 100%;
}
.agentList li .agentInfo{
	float: left;
	width: 200px;
	margin-left: 12px;
}
.agentList li .agentInfo .agentTitle .agentName{
	float: left;
	font-size: 20px;
	line-height: 28px;
}
.agentList li .agentInfo .agentTitle .agentCompany{
	float: left;
	max-width: 120px;
    background: #fc5f5b;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    border-radius: 3px;
    margin-left: 10px;
    margin-top: 6px;
    font-size: 12px;
    color: #fff;
}
.agentList li .agentInfo .agentTitle .chat{
	float: left;
	margin-left: 10px;
    margin-top: 6px;
}
.agentList li .agentInfo .agentRate{
	font-size: 14px;
	color: #999999;
	margin: 10px 0;
	line-height: 20px;
}
.agentList li .agentInfo .agentRate font{
	color: #fc5f5b;
}
.agentList li .agentInfo .agentXiaoqu{
	height:65px;
	overflow:hidden;
	line-height: 30px;
	/* color: #dadada; */
	color: #999999;
}
.agentList li .agentInfo .agentXiaoqu font{
	margin: 0 7px;
}
.agentList li .agentInfo .agentXiaoqu a{
	color: #666666;
}
.agentList li .agentInfo .agentPhone{
	width: 191px;
    height: 28px;
    margin-top: 10px;
    line-height: 28px;
    text-indent: 50px;
    font-size: 18px;
	font-weight: bold;
}
/*底部*/
.footer{
	padding: 40px 0 20px;
}
.footer img {
    border: 0;
    vertical-align: middle;
}
/*右侧工具栏*/
.toolBar p{
    margin: 0 0 10px;
}
.toolBar *{
    box-sizing: border-box;
}
.toolBar .emptyButton{
    position: absolute;
    top: 18px;right: 34px;
    width: 40px;
    background: #3490ff;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}
/*在线咨询*/
.consult{
    background: url(../images/index/consult-bg02.png) center center no-repeat;
    position: fixed;
    bottom: 0px;
    right: 48px;
    width: 306px;
    height: 49px;
    z-index: 5000;
}
.consult-bg{
    text-indent: 36px;
    width: 296px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-family: 微软雅黑;
    margin-left: 10px;
    margin-top: 9px;
    background: url(../images/index/consult-bg01.jpg) 13px 14px no-repeat rgb(255, 255, 255);
}
.margin-right15{
    margin-right: 15px;
}
.consult-bg .margin-right15{
    text-indent: 0px;
}
.clear{
    clear: both;
}