*{
	padding: 0;
	margin: 0;
}
body {
	font-family: Hiragino Sans GB, Microsoft Yahei UI, Microsoft Yahei, "\5FAE\8F6F\96C5\9ED1", Segoe UI, Tahoma, "\5B8B\4F53 b8b\4F53", SimSun, sans-serif;
	color: #101d37;
}
/*头部第一个导航栏*/
.new_header{
	width: 100%;
	height: 36px;
	color: #333;
	background:#303035 ;
	box-shadow:0 1px 0 0 #eee;
}

.header_warrp{
	width: 1200px;
	height: 36px;
	margin: 0 auto;
}
.header_warrp ul li{
	float: left;
	list-style: none;
}
.header_warrp ul li a{
	text-decoration: none;
	display: inline-block;
	height: 100%;
	padding-right: 24px;
	font-size: 13px;
	color: #9b9b9b;
	line-height: 36px;
}
.header_warrp ul li a:hover{
	color: white;
}

/*中间大块*/
.content_bro{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
/*查询条件*/
.inquire{
	width: 1200px;
    height: 50px;
    background-color: #FBFBFB;
    margin-top: 20px;
    box-shadow: 0 1px 2px -1px rgba(0,0,0,0.2);
    font-size: 12px;
}
.area{
	color: #888;
	height: 10px;
	line-height: 2;
	margin-left: 24px;

}

.area div{
	width: auto;
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	cursor: pointer;
}
/*导航栏*/
.de_men{
	width: 1200px;
    height: 46px;
    border-bottom: 2px solid #FF8400;
}
.de_men ul li{
	list-style: none;
	float: left;
	background-color: #FF8400;
	color: white;
	font-size: 16px;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    padding: 0 26px;
    cursor: pointer;
}

/*经纪人数量*/
.count{
	font-weight: 700;
    font-size: 22px;
    color: #394043;
    padding-top: 30px;
    width: 1200px;
    height: 50px;
}
.count span{
	padding-left: 10px;
    padding-right: 10px;
    color: #FF8400;
    font-family: 'tahoma';
}

/*具体的每一个经纪人*/
.broker_list{
	width: 1200px;
	height: 160px;
	border-bottom: 1px solid #f3f3f3;
}
.broker_list a{
	text-decoration: none;
	 color: #333;
}
.broker_list:hover{
	background-color: #F9F9F9;
}
/*经纪人头像*/
.pric{
	float: left;
    width: 69px;
    height: 90px;
    margin-top:37px;
    margin-right: 30px;
}
.pric img{
	width: 68px;
    height: 90px;
    background-size: 100% 100%;
}

/*具体的介绍*/
.details{
	width: 490px;
	height: 100px;
	float: left;
	margin-top: 32px;
	margin-right: 50px;

}
.deta_name{
	font-size: 20px;
    font-weight:500;
}


.star img{vertical-align: sub;}

/*地址*/
.bro_add{
	font-size: 14px;
  	margin-top:25px;
    color: #777;
}

.bro{
    font-size: 14px;
    margin-top: 4px;
}
.bro span{
	margin-left: 4px;
	color: #151515;
}

/*评分模块*/
.grade{
	width: 100px;
	height: 50px;
	float: left;
	margin-left: 50px;
	margin-top: 20px;
}

.scole{
	font-size: 18px;
    color: #333;
    font-weight: 700
}

.scole small{
	background-color: #F7271B;
	color: white;
	font-weight: normal;
	margin-left: 4px;
	
}

.scole_type{
	font-size: 12px;
    color: #999;
    margin-top:4px;
}

/*分页*/
.fen{
	width: 1200px;
	height: 50px;
	padding-top: 50px;
	margin: 0 auto;
}
.fenye{
	float: right;
    margin-right: -8px;
    margin-top: 10px;
    height: 28px;
    min-width: 1px;
}
.fenye a{
	float: left;
    background: #f5f5f5;
    height: 26px;
    font-family: HelveticaNeue;
    font-size: 12px;
    color: #555;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 8px;
}
/*底部*/
.introduction{
	width: 1200px;
	height: 350px;
	margin: 0 auto;
}
