.banner{
	text-align:center;
	height:500px;
	background-image:url(/img/banner.png?id=4);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#3e3a39;
	padding:30px;
  background-size: cover;
}
.banner .searchbox{
	width:100%; 
	max-width:750px;
	margin-left:auto;
	margin-right:auto;	
}
.banner .searchbox .boxtitle{ 
	text-align:center;
	margin-bottom:10px
}
.banner .searchbox .boxtitle img{
	width:100%;
	max-width:240px;
}
.banner .searchbox .searchitem{
	background-color:#ffffffc4;
	border-radius:10px !important;
	width:100%; 
	padding:10px;
}
 
.banner .searchbox .search_inner{ 
 
}

.banner .searchbox .search_inner table{ 
	border-collapse:collapse; 
	width:100%;
}
.banner .searchbox .others{
	margin-top:5px;
	width:100%;
}
.banner .searchbox #rent{
	display:none;
}
.banner .searchbox .others .selectbtn{
	width:100%;
	height:44px;
	line-height:15px;
	border:1px solid #dbdbdb;
	text-align:left;
	background-color:#ffffff;
	color:#505050;
	padding:5px;
	font-size:15px;
	border-radius:10px !important;
}
.banner .searchbox .others select{
	width:100%;
	height:44px;
	border:1px solid #dbdbdb;
	color:#505050;
	padding:5px;
	font-size:15px;
	border-radius:10px !important;
}
.banner .searchbox .stypediv{
	text-align:center; 
}
.banner .searchbox .stypediv .stable{ 
	width: 294px;
  height: 50px;
  overflow: hidden;
  margin: auto;
  display: flex;
  justify-content: center;
}
.banner .searchbox .stypediv .stable a{
	display: block;
    float: left;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 50px;
    font-size: 17px;
    background-color: #8b8b8b;
    color: #ffffff;
    border-radius: 10px 10px 0 0 !important;
}
.banner .searchbox .buy{
	width:100px
}
.banner .searchbox .rent{ 
	width:100px
}
 
.banner .searchbox a.active{
	color:#ffffff;
	background-color:#bd8e62  !important
}
.banner .searchbox #dcode {
    width: 100%;
    height: 44px;
	border:1px solid #dbdbdb;
	background-color:#ffffff;
	color:#505050;
	padding-left:8px;
	padding:5px;
	font-size:15px;
	border-radius:10px !important;
}
.banner .searchbox #bname {
    width: 100%;
    height: 44px;
	border:1px solid #dbdbdb;
	color:#505050;
	padding-left:8px;
	padding:5px;
	font-size:15px;
	border-radius:10px !important;
}
.banner .searchbox .search_inner select{
	width:100%;
	height:44px;
	border:1px solid #d7d7d7; 
	color:#909090;
	font-size:17px;
	padding:5px;
}
.banner .searchbox .searchbtn{
	width:90px;
	white-space:normal; 
	background-color:#b77d59;
	text-align:left;
	vertical-align:middle; 
	border-radius:10px !important;
}
.banner .searchbox .searchbtn a{
	display:block;
	background-image:url(image/zoomicon.svg);
	background-size:20px;
	background-repeat:no-repeat;
	background-position:right 10px center;  
	padding:10px;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
}

.banner .searchbox .advsearch{
	text-align:right;
	padding-top:10px; 
}
.banner .searchbox .advsearch a{
	color:#ff0000; 
}
.banner .searchbox .spacing{
	padding-right:10px
}

.promo_content{
	 
}
.promo_content .border{
	border:1px solid #e3e3e3;
	border-radius:10px !important;
	padding:8px; 
	margin:5px;
	height:335px;
	overflow:hidden;
	/*box-shadow: 2px 2px 4px #d9d9d9;*/
}
.promo_content .border div{
	line-height:20px;
	color:#5c5c5c
}
.promo_content .img{
	display:block;
	width:100%;
	height:190px;
	background-size:cover;
	background-position:center;
	margin-bottom:5px
}
.promo_content .pname{ 
	margin-top:5px;
	font-size:16px;
	overflow:hidden;
}
.promo_content .district{
	margin-bottom:5px;
	 
}
.promo_content .room{
	float:right;
}
.promo_content .update{
	font-size:11px;
	color:#999 !important;
	position: absolute;
    bottom: 10px;
}
.promo_content .favbtn{
	position:absolute;
	cursor:hand;
	cursor:pointer;
}
.promo_content .favbtn img{
	width:28px;
	height:28px;
	margin:5px;
}

							.searchboxdiv{
								display:none;
								border-radius:10px !important;
								position:absolute;
								background-color:#FFF;
								padding:10px;
								text-align:left;
								z-index:99;
								width:100%;
								max-width: 265px; 
								overflow-y: auto;
								font-size:13px;
								border:1px solid #CCC;
								margin-top:2px;
                box-shadow: 3px 3px 6px #8d8d8d;
							}
							.searchboxdiv td{
								padding-left:0
							}
							.searchdcodediv div,.searchfcodediv div,.searchtcodediv div{
								display:block;
								cursor:hand;
								cursor:pointer;
								background-image:url(img/cb_off.svg?id=2);
								background-repeat:no-repeat;
								background-position:left center;
								padding-left:25px;
								line-height:30px;
								background-size:22px
							}
							.searchdcodediv div.active,.searchfcodediv div.active,.searchtcodediv div.active{ 
								background-image:url(img/cb_on.svg?id=2); 
							}
							.searchdcodediv input,.searchfcodediv input,.searchtcodediv input{
								margin-right:5px;
								vertical-align:bottom;
								width:20px;
								height:20px;
							}
							.searchboxdiv a.ok{
								display: block;
                margin-top: 10px;
                background-color: #c17f4a;
                border-radius: 4px !important;
                color: #ffffff;
                line-height: 32px;
                text-align: center;
							} 
						 
							.searchboxdiv .itemlist a{
								display:block;
								border:1px solid #e3e3e3;
								border-radius:5px !important;
								margin-bottom:3px;
								padding:5px;
								color:#666
							}
							.searchboxdiv .itemlist a:hover{
								background-color:#d5d5d5
							}
							.searchboxdiv input[type=number]{
								border:1px solid #CCC;
								border-radius:5px !important;
								padding:5px;
								width:100%;
							}

@media (max-width: 767px) {
	.banner .searchbox .spacing{
		padding-right:3px
	} 
	.banner{ 
		background-position:top; 
	}
	
	 .banner .logo{
		display:block;
		text-align:center;
	}

	 .banner .searchbox .searchbtn img{
		 width:83px
	 }
	 .banner .logo{
		 height:40px;
	 }
	 .banner .logo img{
		 width:170px
	 }
	.banner .searchbox .others select{
		padding:0
	}
}
@media (max-width: 550px) {
	 
	.banner .searchbox .stypediv .stable{  
		height:40px; 
	}
	.banner .searchbox .stypediv .stable a{
		 
		line-height:40px; 
	}
	 
} 
@media (max-width: 500px) {
	.banner .searchbox #dcode{
		height:34px;
		padding:0px;
		padding-left:5px;
		font-size:13px;
	}
	.banner .searchbox #bname{
		height:34px;
		padding:0px;
		padding-left:5px;
		font-size:15px !important;
	}
	.banner .searchbox .others .selectbtn{
		height:34px;
		padding:0px;
		padding-left:5px;
		line-height:15px;
		font-size:15px;
	}	
	.banner .searchbox .searchbtn a{
		font-size:15px;
		background-size:15px;
		
		
	}
	.banner{
		height:330px;
		background-size:cover;
		padding:20px;
	}
	.banner .searchbox{
		 
	}
	.banner .searchbox .boxtitle img{
		width:100%;
		max-width:150px;
	}
	.banner .searchbox .searchbtn img{
		max-width:60px;
	}
	.banner .searchbox .spacing{
		padding-right:3px
	}
	
	.banner .searchbox .searchbtn{
		width: 74px;
	}

	.banner .searchbox .searchbtn a {
		padding: 5px;
	}
	.banner .searchbox .stypediv .stable{ 
		height:40px;
	}
	.banner .searchbox .stypediv .stable a{
		line-height:40px;
	}
	.banner .searchbox .searchitem{
		padding:5px
	}
	
	.promo_content .border{
		border:1px solid #e3e3e3;
		padding:3px;
		margin:2px;
		height:310px;
	}
	.promo_content img{
		width:100%;
		height:150px;
	}
	
	.searchboxdiv{
		max-width: 90%; 
		left:20px;
	}
}

@media (max-width: 350px) {
 
}