* {
	padding: 0;
	margin: 0;
}
/*.top{
	position: fixed;
	top:0;
	z-index: 1000;
}*/
.wrap{
	width: 1280px;
	margin: 0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
ul li{
	list-style:none;
}
img{
border:0;
}
.ceee{
	color: #ccc;
	display: inline-block;
	margin: 0 6px;
}
/****** 顶部  ******/
.header{
	overflow: hidden;
	position: relative;
	padding: 30px 0;
}
.header-position{
	margin-left: 30px;
	margin-top: 15px;
	padding: 1px 8px;
	border-radius: 50px;
	border: 1px solid #000000;
	font-size: 16px;
}
.header-position .dwimg{
	width: 10px;
	margin-right: 5px;
	margin-bottom: -1px;
}	
.login{
	margin-top: 10px;
	padding: 8px 20px;
	border-radius: 50px;
	border: 1px solid #000000;
}
.login .loginimg{
	width: 20px;
	margin-bottom: -4px;
}
.login a{
	text-decoration: none;
	color: #000000;
	font-size: 16px;
}
/***** 导航下拉菜单 *****/
/*一级菜单*/
.navMenu {
	width: 1280px;
	margin: 0 auto;  
	z-index: 1000;
    position: absolute;
}
.navMenu ul li {
	float: left;
	position: relative;
}
.navMenu ul li {
	list-style: none;
	background-color: #eee;
	width: 177px;
	height: auto;
	text-align: center;
}
li.one-nav {
	height: 50px;
	background-image: linear-gradient(to bottom, #fff,#e0e0e0);
	/*background: -ms-linear-gradient(#fff 0%,#e0e0e0 100%);/** IE9 IE10 **/
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#e0e0e0',grandientType=1); /** IE7 **/ 
	/*-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#e0e0e0',grandientType=1); /** IE8 **/
	border-bottom: 2px solid #c6c4c4;
	border-top: 2px solid #c6c4c4;
	font-size: 18px;
}
li.one-nav:first-child{
	border: 0px;
}
li.one-nav:nth-child(2){
	border-left: 2px solid #C6C4C4;
}
li.one-nav:last-child{
	border-right: 2px solid #C6C4C4;
}
ul li.one-nav>a {
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	display: block;
}

li.one-nav span{
	float:right;
	margin-top: -39px;
	color: #aeaead;
	font-size: 20px;
	margin-right: -3px;
}
li.fast-select{
	/*background-image: linear-gradient(to top, #fff,#e0e0e0);*/
	background: url(../img/index/nav1.png) no-repeat center center;
	width: 210px;
}
li.one-nav.fast-select>a{
	color: #b01818;
	font-weight: bold;
}
li.one-nav.active{
	/*background: linear-gradient(to top,#e63d3e,#b31a1a);*/
	background: url(../img/index/nav-bg1.png) no-repeat center center;
	background-size: 100% 100%;
}
li.one-nav.active a{
	color: #FFFFFF;
}
li.one-nav.alone:hover{
	/*background: linear-gradient(to top,#e63d3e,#b31a1a);*/
	
	background: url(../img/index/nav-bg1.png) no-repeat center center;
	background-size: 100% 100%;
}
li.one-nav.alone:hover a{
	color: #FFFFFF;
}
ul li dl{
	width: 170px;
    margin: 0 auto;
    padding: 10px 0;
}
ul li dl dd {
	display: inline-block;
	margin-right: 11px;
	padding:3px 0;
	font-size:14px;
}
ul li dl dt {
	color: red;
	font-weight: bold;
}
/*二级菜单*/
.navMenu ul li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 52px;
	width: 210px;
}

.navMenu ul li ul li {
	float: none;
	width: 210px;
	background: #fbfbfb;
}
.navMenu ul li ul li.two-nav>a {
	line-height: 20px;
	text-align: left;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 5px;
}
/*三级菜单*/
.navMenu ul li ul li ul {
	display: none;
	left: 210px;
	top: -54px;
}
.navMenu ul li ul li ul li.three-nav{
	border: 2px solid #d1d1d1;
	border-left: 0;
	background: #FFFFFF;
}
.navMenu ul li ul li:first-child ul li.three-nav{
	border-top: 0;
}
.navMenu ul li ul li ul li.three-nav>a {
	line-height: 20px;
	text-align: left;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 5px;
}
/********* banner *******/
/*.swiper-pagination-bullet{
	width: 40px;
	border-radius: 20px;
	background: #FFFFFF;
	opacity:1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin-right:20px;
}
.swiper-pagination-bullet-active{
	background: #000;
}
.swiper-slide,.swiper-container{
	min-width: 1280px;
}*/

/********* 搜索  **********/
.bg-wrap{
	width: 100%;
	background:url(../img/index/bg.png) no-repeat center top;
	background-size: 100%;
	min-width: 1280px;
}
.search-wrap{
	width: 900px;
	overflow: hidden;
	padding: 50px 0;
}
.search-box{
	width:55%;
	padding-top: 40px;
}
.search-box .newHouse{
	font-size: 18px;
}
.search-box .search{
	/*border: 5px solid #b21919;*/
	/*background: linear-gradient(to bottom,#e63d3e,#b31a1a);*/
	background: url(../img/index/bg3.png) no-repeat center top;
	height: 55px;
	line-height: 55px;
	margin-top: 15px;
}
.search-box .search input{
	height: 43px;
	line-height: 40px;
	border: 0;
	top: -2px;
	left:10px;
    position: relative;
	padding-left: 10px;	
	width: 70%;
	font-size: 16px;
}
.search-box .search .selectbtn{
    position: relative;
	margin-left: 30px;
	top: 10px;
	padding:0 20px;
}
input::-webkit-input-placeholder{ /*WebKit browsers*/
	color: #8b8b8b;
	font-size: 16px;
}

input::-moz-input-placeholder{ /*Mozilla Firefox*/
	color: #8b8b8b;
	font-size: 16px;
}

input::-ms-input-placeholder{ /*Internet Explorer*/ 
	color: #8b8b8b;
	font-size: 16px;
}
/********* 视野聚焦 *********/
.vision-focus{
	overflow: hidden;
}
hr{
	height:2px;
	border:none;
	border-top:3px solid #a0a0a0;
}
.focus-box{
	margin-top: 10px;
}
.focus-box .focus-tab{
	width: 185px;
  	position: relative;
  	margin-right: 10px;
}
.focus-box .focus-tab>a>div{
	height: 145px;
	text-align: center;
	line-height: 145px;
	background: #d2d2d2;
	font-size: 20px;
	margin-bottom: 5px;
	position: relative;
}
.focus-box .focus-tab>a{
	text-decoration: none;
	color: #232323;
}
.focus-box .focus-tab>a>div.active{
	background: #b01818;
	color: #FFFFFF;
	font-weight: bold;
}
.focus-tab .active:after {
  border: 18px solid transparent;
  border-left: 18px solid #b01818;
  width: 0;
  height: 0;
  position: absolute;
  right: -36px;
  top:55px;
  content: ' '
}
/*列表*/
.focus-list{
	width: 1085px;
}
.focus-list ul li{
	float: left;
	width: 263px;
	height: 290px;
	margin-right: 8px;
	margin-bottom: 5px;
}
.focus-list ul a:last-child li{
	margin-right: 0;
}
.focus-list ul li .imgDiv{
	width: 263px;
	height: 190px;
 	overflow: hidden;
}
.focus-list ul li img{
	width: 263px;
	height: 190px;
	transition: all 0.6s;
	-moz-transition:all 0.6s;
	-webkit-transition:all 0.6s;
	-o-transition: all 0.6s;
	border: 0;
}
.focus-list ul li img:hover{
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  width: 350px;
  height: 230px;
  margin-left:-30px;
  margin-top:-20px;
}
.text .focus-name{
	overflow: hidden;
	margin: 4px 0;
}
.text .focus-name .name{
	font-weight: bold;
	font-size: 18px;
	color: #545454;
}
.text .focus-name .area{
	color: #808080;
	font-size: 16px;
}
.cb31a1a{
	color: #b31a1a;
	display: block;
	font-weight: bold;
}
.focus-info .addr{
	color: #808080;
	font-size: 16px;
}
.focus-type{
	margin-top: 3px;
}
.focus-type span{
	color: #b01818;
	border: 1px solid #b01818;
	margin-right: 10px;
	padding: 0px 5px;
	border-radius: 5px;
	font-size: 14px;
}
/*楼市资讯*/
.information{
	margin:20px auto;
}
.info-wrap{
	width: 640px;
	margin-top: 10px;
}
.buy-info {
	border: 2px solid #bfbfbf;
	overflow: hidden;
	padding:5px 10px;
}
.buy-info .buy-tit{
	color: #FFFFFF;
	background: #B01818;
	width: 120px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	font-size: 24px;
  	position: relative;
}
.buy-info .buy-tit:after{
  border: 50px solid transparent;
  border-left: 15px solid #b01818;
  width: 0;
  height: 0;
  position: absolute;
  right: -65px;
  top:0px;
  content: ' '
}
.buy-info .info-list{
	margin-left: 45px;
}
.buy-info .info-list ul li a{
	text-decoration: none;
	color: #4e4d4d;
	font-size: 16px;
	line-height: 28px;
}
.buy-info .info-list ul li{
	position: relative;
}
.buy-info .info-list ul li:before{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: -18px;
  top:10px;
  content: ' ';
  background: #818181;
}
.info-box{
	margin-left: 10px;
	width: 630px;
	margin-top: 10px;
}
.info-box ul li{
	float: none;
	height: 120px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 5px;
}
.info-box .info-text{
	margin-left: 10px;
	padding-top: 10px;
}
.info-box .info-text .btit{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	display: block;
	margin-bottom: 10px;
}
.info-box .info-text p{
	color: #4e4d4d;
	font-size: 16px;
}
.info-box .info-text .info-footer{
	margin-top: 10px;
	color: #777;
	font-size: 14px;
}
.info-box .info-text .info-footer .time{
	color: #c7c6c6;
}
.info-box  ul li .imgDiv{
	width: 198px;
	height: 111px;
 	overflow: hidden;
}
.info-box  ul li img{
	width: 198px;
	height: 111px;
	transition: all 0.6s;
	-moz-transition:all 0.6s;
	-webkit-transition:all 0.6s;
	-o-transition: all 0.6s;
	border: 0;
}
.info-box  ul li img:hover{
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
	width: 250px;
	height: 170px;
  margin-left:-30px;
  margin-top:-20px;
}
/*广告*/
.gg{
	width: 100%;
	margin: 20px 0;
}
/*商圈热卖*/
.area-list{
	overflow: hidden;
	margin-bottom: 10px;
	width: 100%;
}
.area-list ul li{
	float: left;
	background: #D2D2D2;
	text-align: center;
	width: 110px;
	height: 50px;
	line-height: 50px;
	margin-right: 6px;
}
.area-list ul a{
	color: #232323;
	font-size: 18px;
}
.area-list ul a li.active{
	background: #B01818;
	color: #FFFFFF;
}
.area-list ul a li:hover{
	background: #B01818;
	color: #FFFFFF;
}
.arcile{
	width: 174px;
	height: 174px;
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	margin-top: -230px;
	margin-left: 140px;
	background: url(../img/index/map-top.png) no-repeat center;
}
.arcile span{
	display: block;
	margin-top: 40px;
}
.trade-map img{
	width: 456px;
	height: 294px;
}
.rankings-list{
	background: #e3e3e3;
	width: 165px;
	margin-right: 10px;
	padding: 10px;
}
.rankings-list .rankings-name{
	color: #b01818;
	display: block;
	padding-bottom:10px;
	border-bottom: 1px solid #B01818;
}
.cb01818{
	color: #b01818;
}
.rankings-list ul li{
	color: #343434;
	padding: 16px 5px;
	border-bottom: 1px dashed #c5c5c5;
}
.bg1-wrap{
	width: 100%;
	background:url(../img/index/bg1.png) no-repeat center bottom;
	background-size: 100%;
	min-width: 1280px;
}
.bgcfff{
	background: rgba(255,255,255,0.7);
}
/*底部*/
.footer ul{
overflow: hidden;
}
.footer{
	margin-top: 20px;
}
.footer a{
	text-decoration: none;
	color: #4f4f4f;
}
.footer a:hover{
	color: #B01818;
}
.footer hr{
	height:2px;
	border:none;
	border-top:1px solid #575757;
}

.footer ul li{
	padding: 10px 10px;
	float: left;
	color: #4f4f4f;
	font-size: 16px;
}
.footer .other{
	background: #2a2a2a;
	color: #FFFFFF;
	padding: 20px 0;
	margin-top: 20px;
}
.wrap1000{
	width: 1000px;
	margin: 0 auto;
}
.other ul li{
	color: #FFFFFF;
}
.footer .other a:hover{
	color: #FFFFFF;
}
.other img{
	margin-top: 10px;	
}
.other .link{
	margin-bottom: 10px;
}
.other .link span{
	font-size: 14px;
	color: #FFF;
	padding-left: 10px;
}
.other .link ul li{
	padding: 5px 10px;
}
.other .link ul li a{
	text-decoration: none;
	color: #666;
	font-size: 12px;
}
.other .footerNum{
	font-size: 12px;
	display: block;
	margin-top: 10px;
	padding-left: 10px;
}


	/* 资讯轮播 */
	.focusBox { position: relative; width: 640px; height: 367px; overflow: hidden; font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white; }
	.focusBox .pic img { width: 640px; height: 367px; display: block; }
	.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 40px; width:100%;  background: #000; filter: alpha(opacity=60); opacity: 0.6; overflow: hidden; }
	.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 40px; width:100%; overflow: hidden; }
	.focusBox .txt li{ height:40px; line-height:40px; position:absolute; bottom:-40px;}
	.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 18px;text-decoration: none; }
	.focusBox .num { position: absolute; z-index: 3; bottom: 12px; right: 8px; }
	.focusBox .num li{ float: left; border-radius:50%;position: relative; width: 15px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 10px; cursor: pointer; }
	.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
	.focusBox .num li span { z-index: 1; background: #fff; filter: alpha(opacity=100); opacity:1; }
	.focusBox .num li.on a,.focusBox .num a:hover{ background:#b01818;}
	/*banner*/
	.fullSlide{ min-width:1280px; position:relative; height:474px; overflow:hidden;  }
	.fullSlide .bd{ position:relative; z-index:0;  }
	.fullSlide .bd ul{ width:100% !important;  }
	.fullSlide .bd li{ width:100% !important;  height:474px; overflow:hidden; text-align:center;  }
	.fullSlide .bd li a{ display:block; height:474px; }

	.fullSlide .hd{ width:1280px; left:50%; margin-left:-500px; bottom:15px; position:absolute; z-index:1; bottom:15px; overflow:hidden;  }
	.fullSlide .hd ul{ float:right;  }
	.fullSlide .hd ul li{ float:left; margin:0 5px; display:inline; cursor:pointer; }
	.fullSlide .hd ul li img{ width:80px; line-height:41px; display:block; border:2px solid #fff; filter:alpha(opacity=50);opacity:0.5;  }
	.fullSlide .hd ul .on img{ border-color:#FF8106; filter:alpha(opacity=100);opacity:1;  }
	
	.fullSlide .hd{width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; text-align:center; }
	.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:40px; height:11px; margin:4px; background:#FFFFFF; overflow:hidden; 
		line-height:9999px;border-radius: 5px;}
	.fullSlide .hd ul .on{ background:#000;filter:alpha(opacity=100);opacity:1;}
	