body{
	padding: 0;
	margin: 0;
	font: 16px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    color: #333;
}
body ul{
	padding: 0;
	margin: 0;
}
body ul li{
	list-style: none;	
}
a:link, a:active, a:visited {
    color: #666;
    text-decoration: none;
}
.tHome{
	font-size: 16px;
}
.tHome .tban-bg{
	/*background: #000 url(../images/1.jpg) no-repeat;*/
    width: 100%;
    height: 470px;
    background-position: center 0;
    display: block;
    position: relative;
    color: #fff;
}
.tban-head{
	position: relative;
	background: #fff;
	padding: 5px 0px;
}
 .tban{
	width: 1200px;
	margin:0 auto;		
}
.tban .head_nav{
	display: flex;
	justify-content: space-between;
	padding-top: 5px;
}

 .tban .head_nav .nav_left,.tHome .tban-bg .tban .head_nav .nav_right{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.tban .head_nav .nav_left .nav_img{
	width: auto;
	height: 53px;
}
.tban .head_nav .nav_left .nav_city{
	position: relative;
	width: 90px;
	height: 53px;
	line-height: 53px;
	text-align: center;
}

.tban .head_nav .nav_left .nav_menu{
	display: flex;
	justify-content: space-between;
	margin-left: 10px;
	max-width: 630px;
}
	
.tban .head_nav ul li{
	margin-right: 25px;
}
.tban .head_nav ul li a{
	color: #666;
}
 .tban .head_nav .eqcode_box{
	position: relative;
}
.tban .head_nav .eqcode_box .code{
	width: 165px;
    height: 165px;
    position: absolute;
    left: -40px;
    top: 10px;
    z-index: 99;
    text-align: center;
}
.tban .head_nav .nav_right{
	padding-left: 10px;
	display: inline-flex;
	align-items: center;
	width: 255px;
}
.tban .head_nav .nav_right .fo-sz{
	font-size: 30px;
	margin-right: 5px;
	/*color: #666;*/
	color: #32bba4;
}

.tban .head_nav .nav_right .fo-szwx{
	color: #07b906;
}
.tban .head_nav .nav_right .fo-txt{
	font-size: 16px;
	vertical-align: super;
}


.tHome .tban-bg .tban-search{
	width: 1200px;
	margin:0 auto;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: max-content;
}

.tban-search .tbanBox{
	width: 590px;
	margin-bottom: 50px;
}
.tban-search .tbanBox .tbanNeg{
	font-size: 30px;
}
.tban-search .tbanBox h1{
	margin: 5px 0px 35px;
	font-size: 58px;
}
.tban-search .search-box .search-menu{
	height: 41px;
	position: relative;
}

.tban-search .search-box .search-menu ul{
	display:inline-flex;
	padding:0;
	margin:0;
}
.tban-search .search-box .search-menu ul li{
	list-style: none;
	font-weight: bold;
	padding: 0 15px;
    position: relative;
}
.tban-search .search-box .search-menu ul li:hover,.search-box .search-btn:hover{
	cursor:pointer;
}
.tban-search .search-box .search-menu .icon-sanjiaoxing:before{
	position: absolute;
    font-size: 20px;
    bottom: -4px;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.tban-search .search-box .search-box{
	background: #fff;
	border-radius: 5px;
    clear: both;
    height: 52px;
    box-shadow: 1px 0 5px rgb(0 0 0 / 20%);
    display:inline-flex;
    
}
.tban-search .search-box .search-box .search-txt{
	padding-left: 20px;
    width: 380px;
    border: none;
    outline: none;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    font-size: 16px;
}

.tban-search .search-box .search-box .search-add{
	color: #999;
	line-height: 50px;
}
.tban-search .search-box .search-box .search-add i{
	font-size: 20px;
}
.tban-search .search-box .search-box .search-btn{
	width: 80px;
	background: #F2304A;
	border: 0;
	border-radius: 0px 5px 5px 0;
	color: #fff;
}

.tban-search .search-box .search-box .search-btn i{
	font-size: 28px;
}


.tHome .inner{
	width: 1200px;
	margin:0 auto;
	position: relative;
	margin-top: 60px;
}

.inner .Title{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.inner .subTit{
	display: flex;
	justify-content: space-between;
	font-size: 16px;
}
.inner .subTit .sub-more{
	color: #F2304A;
	font-size: 14px;
}

.inner .hotHouse,.inner .erpHouse,.inner .saleHouse{
	display: flex;
	justify-content:flex-start;
}
.inner .saleHouse{
	flex-wrap: wrap;
}
.inner .hotHouse li{
	width: 376px;
	background: #fff;
	border-radius:5px;
	position: relative;
	box-shadow: 0 0 8px rgb(0 0 0 / 40%);
	box-sizing: border-box;
	margin-right: 36px;
	margin-top: 36px;
}
.inner .hotHouse li:last-child{
	margin-right: 0;
}
.inner .hotHouse .img{
	width: 376px;
	height: 211px;
	border-radius: 5px;	
}
.inner .hotHouse img{
	border-radius: 5px 5px 0px 0px;
}
.inner .hotHouse .hosInfo{
	background: #fff;
	border-radius: 0px 0px 5px 5px;
	padding: 30px 20px;
}
.inner .saleHouse li{
	margin-right: 36px;
	margin-top: 36px;
	max-width: 273px;
}
.inner .erpHouse li:last-child{
	margin-right: 0;
}
.inner .saleHouse li:nth-child(4n){
	margin-right: 0;
}

.inner .saleHouse .saleInfo{
	background: #fff;
	border-radius: 0px 0px 5px 5px;
	padding: 30px 0px 0px;
}

.inner .hotHouse .hosInfo .hosTit
{
	max-width: 376px;
}

.inner .saleHouse .saleInfo .saleTit
{
	max-width: 273px;
}
.inner .hotHouse .hosInfo .hosTit,.inner .saleHouse .saleInfo .saleTit{
	font-size: 20px;
	font-weight: bold;
	word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.inner .hotHouse .hosInfo .hosAdd,.inner .saleHouse .saleInfo .saleAdd{
	font-size: 14px;
	word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;	
	}
.col99{
		color: #999;
	}

.mg10{
	margin-top: 5px;
}
.inner .hotHouse .hosInfo .hosPice,.inner .saleHouse .saleInfo .salePice{
	display: flex;
	justify-content: space-between;
}
.inner .hotHouse .hosInfo .hosPice .fw,.inner .saleHouse .saleInfo .salePice .fw{
	max-width: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
	font-weight: bold;
	color: #F2304A;
}
.inner .hotHouse .hosInfo .hosPice .iic,.inner .saleHouse .saleInfo .salePice .iic{
	max-width: 130px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 2px;
	padding: 2px 4px;
	border:1px solid #bababa;
	font-size: 12px;
}
.inner .saleHouse .sale-img{
	position: relative;	
}
.inner .saleHouse .sale-img .img{
	width: 273px;
	height: 205px;
	position: relative;		
}
.inner .saleHouse .sale-img .img img{
	border-radius: 5px;
}
.inner .saleHouse .sale-img .img .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 10px;
	background: #000000;
	opacity: .2;
	border-radius: 5px;	
}

.inner .saleHouse .sale-img .salePrice{
	position: absolute;
	top: 12px;		
	left: 0px;	
	border-radius: 0px 5px 5px 0px;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(to right,#f87b81, #F2304A);
	padding: 5px 10px;
}

.inner .erpHouse li{
	width: 273px;
	height: 315px;    
    border-radius: 5px;
    margin-right: 36px;
    margin-top:36px;
    
}
.inner .erpHouse .imgbox{
	width: 273px;
	height: 205px;
	position: relative;
	color: #fff;
	border-radius: 5px;
}
.inner .erpHouse .imgbox .img img{
	border-radius: 5px;
}
.inner .erpHouse .imgbox .sale-icon{
    max-width: 273px;
    position: absolute;
    top: 12px;
    left: -6px;
    background: linear-gradient(to right,#f87b81, #F2304A);
   	padding: 5px 10px;
   	border-radius: 5px 5px 5px 0;
   	z-index: 99;
}

.inner .erpHouse .imgbox .sale-icon:after{
	content: "";
    position: absolute;
    top: 32px;
    left: 0;
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    border-width: 2px 3px;
    border-color: #ba3546 #ba3546 transparent transparent;
}

.inner .erpHouse .imgbox .sale-icon .sltit{
	font-size: 16px;
	font-weight: bold;
}
.inner .erpHouse .imgbox .sale-icon .sltxt{
	font-size:xx-small;
}

.inner .erpHouse .erpInfo{
	margin-top: 20px;
}
.inner .erpHouse .erpInfo .erpTit{
	font-size: 20px;
	font-weight: bold;
	word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.inner .erpHouse .erpInfo .erpPice{
	display: flex;
	justify-content: space-between;
}
.inner .erpHouse .erpInfo .erpPice .erpmj{
	font-size: 14px;
	max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inner .erpHouse .erpInfo .erpPice .fw{
	font-weight: bold;
	color: #F2304A;
	font-size: 16px;
	max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inner .optPerty .optHouse{
	display: flex;
	justify-content:flex-start;
	position: relative;
	margin-top: 40px;
}

.inner .optPerty .optHouse li{
	width: 376px;
	height: 282px;
	position: relative;
	margin-right: 36px;
}
.inner .optPerty .optHouse li:last-child{
	margin-right: 0;
}
.inner .optPerty .optHouse .img{
	width: 376px;
	height: 282px;
	border-radius: 5px;
}
.inner .optPerty .optHouse img{
	border-radius: 5px;
}
.inner .optPerty .optHouse .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	background: #000000;
	opacity: 0.2;	
	border-radius: 5px;	
}
.inner .optPerty .optHouse .optInfo{
	position: absolute;
	left: 50%;
	top: 50%;		
	margin: auto;
	color: #fff;
	max-width: 300px;
	max-height: 100px;
	text-align: center;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}

.inner .optPerty .optHouse .optInfo .optline{
	border: 1px solid #fff;
	padding: 0px 10px;
	word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inner .optPerty .optHouse .optInfo .optTit{
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	margin-bottom: 10px;
}
.hotHouse .img img,.erpHouse .img img{	
	cursor: pointer;
	transition: all .6s;
	}
.inner .optPerty .optHouse .optInfo .optPrice{
	font-weight: bold;
	font-size: 20px;
}
.hotHouse .img,.optHouse .img,.erpHouse .img,.saleHouse .img{
	overflow: hidden;
	border-radius: 5px;	
	}
.hotHouse img:hover,.erpHouse img:hover{
-webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);    
}

.optHouse li .img:hover img,.saleHouse li .img:hover img
{
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.optHouse li .img:hover img,.saleHouse li .img:hover img{
	-webkit-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    transition: all ease-in-out .6s;
}

.newsPerty .news{
	margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.newsPerty .news .news-lf{
	width: 786px;
}
.newsPerty .news .news-lf li{
	display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.newsPerty .news .news-lf li:last-child{
	margin-bottom: 0;
}
.newsPerty .news .news-lf a{
	display: flex;
    justify-content: space-between;
}
.newsPerty .news .news-lf .lf-img{
	width: 179.5px;
	height: 134.5px;
	margin-right: 30px;
	border-radius: 5px;
}
.newsPerty .news .news-lf .lf-img{
	overflow: hidden;
	}
.newsPerty .news .news-lf .lf-img img{
	cursor: pointer;
    transition: all .6s;   
}
.newsPerty .news .news-lf .lf-img:hover img{
	 -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);   
}

.newsPerty .news .news-lf .lf-img img{
	border-radius: 5px;
}
.newsPerty .news .news-lf .lf-box .lf-tit{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	word-break: break-all;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsPerty .news .news-lf .lf-box .lf-txt{
	max-height: 45px;
	color: #999;
	word-break: break-all;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    
}
.newsPerty .news .news-lf .lf-box .lf-time{
	font-size: 14px;
	color: #999;
	align-self: flex-end;
}



.newsPerty .news .news-rg{
	width: 357px;
}
.newsPerty .news .news-rg li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.newsPerty .news .news-rg li a{
	display: flex;
	justify-content: space-between;
}
.newsPerty .news .news-rg li:last-child{
	margin-bottom: 0;
}

.newsPerty .news .news-lf .lf-box{
	width:561px;
	height: 134.5px;
	display: grid;
}


.newsPerty .news .news-rg li img{
	border-radius: 5px;
	margin-right: 20px;
	width: 110px;
	height: 83px;
}

.news-rg .rg-box .rg-tit{
	max-height: 45px;
	word-break: break-all;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}
.news-rg .rg-box .rg-time{
	margin-top: 10px;
    font-size: 14px;
    color: #999;
    align-self: flex-end;
}
.newsPerty .news .news-rg .rg-img{
	margin-right: 12px;
	width: 118px;
	height: 88px;
	overflow: hidden;
}
.newsPerty .news .news-rg .rg-img:hover img{
	-webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.newsPerty .news .news-rg .rg-img{
	border-radius: 5px;
}
.newsPerty .news .news-rg .rg-img img{
	cursor: pointer;
    transition: all .6s; 
}

.newsPerty .news .news-rg .rg-box{
	width: 227px;
	display: grid;
	
}
.pdbt{
	padding-bottom: 60px;
}












.bot-copyright{
  padding: 30px 0 46px 0;
  text-align: center;
  background-color: #000;
}
.bot-copyright p{
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.bot-copyright p a
{
	color: #666;
}

/*nick*/
.container{
	position: relative;
	margin: 0 auto;
	width: 1200px;
	display: flow-root;
}
.Title span{
	cursor: pointer;
}
.tHome .hotPerty .Title span,.tHome .salePerty .Title span{
	margin-right: 20px;
}
span.active {
	color: #F2304A;
}
.search-box .option{
	display: none;
	margin: 0 105px;
	position: absolute;
	left: -105px;
	right: 506px;
	padding: 0 20px;
	font-size: 14px;
	color: #333;
	background-color: rgba(246,246,246,.95);
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 999;
}
.option-1 li{
	line-height: 20px;
}
.option-1 li:hover{
	background: #0c0c0c;
}
.foldclose{
	background: #f2304a;
	position: absolute;
	right: -25px;
	top: 5px;
	color: black;
	font-size: 13px;
	z-index: 1;
	width: 20px;
	word-wrap: break-word;
	color: white;
	line-height: 18px;
	text-align: center;
	padding: 1px;
	border-radius: 2px;
}
.index-more{
    margin: 20px 0;
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    text-align: center;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.nav_city{
	cursor: pointer;
}
.area_list {
	z-index: 1;
	position: relative;
}
.ic-arrow-down {
	margin-left: 4px;
	width: 11px;
	height: 6px;
	vertical-align: 2px;
	background-position: 0 0;
}
/*nick end*/