/*复用样式 用于以后更换皮肤*/
button:focus,
button:active:focus,
button.active:focus,
button.focus,
button:active.focus,
button.active.focus {
	outline: none;
}
input:focus,
input:active:focus,
input.active:focus,
input.focus,
input:active.focus,
input.active.focus {
	outline: none;
}

.quyu{
	color: #FF8400;
}


/*房源列表小导航栏样式*/
.de_men ul li{
	float: left;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    padding: 0 26px;
    cursor: pointer;
    list-style: none;
}

.de_men{
	width: 1200px;
	height: 46px;
	border-bottom: 2px solid #FF8400;
    margin-top: 32px;
}
/*共找到多少套房源里面的数字样式*/
.fanyuan_name span{
	padding-left: 10px;
	padding-right: 10px;
	color: #ff8400;
}

/*二手房 房源名称鼠标移上效果*/
.fantype_cont a:hover{
	color: #FF8400;
}

/*logo+在售信息区域*/
.men_left{
	display: inline-block;
    padding-top: 20px;
}
.men_left img{
    width: 100px;
    height:40px;
    margin-top: 3px;
    display: inline-block;
    background-position: -385px -39px;
    vertical-align: middle;
    background-size: 100% 100%;
}


/*标签颜色*/
.yans1{
	background: #E8EEFD;
    color: #638FF9;
}
.yans2{
	background: #e1f5ed;
    color: #33BE85;
}