*{
	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;
}
/*头部*/
.headt{
	width: 100%;
	height: 600px;
	background:url(/static/img/m/br2.png)no-repeat;
	background-size: 100% 100% !important;
	
}

/*导航栏大块*/
.navhead{
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,0.5);
}
/*logo*/
.logoI{
	vertical-align: sub;
	width: 110px;
	height: 28px;
	background-size: 100% 100%;
	margin-top: 15px;
	background-position: -72px 0;
	float: left;
}


/*右侧导航栏*/
.index_fl{
	width: 1200px;
	margin: 0 auto;
	height: 60px;
}

.index_fl ul li{
	list-style: none;
	height: 47px;
	display: inline-block;
}
.index_fl ul li a{
	text-decoration: none;
	font-size: 16px;
	margin:13px;
	color: white;
	line-height: 58px;
}

.dakuai{
	width: 1200px;
	height: 420px;
	margin: 0 auto;
}
/*中间大标语 连接每一个家的故事*/
.headline{
	font-size: 45px;
	font-weight: 800;
	color: white;
	text-align: center;
	padding-top: 100px;
	letter-spacing:3px;
	cursor: pointer;
}
.kuan{
	width:800px;
	height: 160px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	border-radius: 10px;
	margin-top: 90px;
}
/*找二手房的小ul块*/
.m{
	width: 800px;
	height: 50px;
	margin: 0 auto;
	margin-top: 40px;
}
.m ul li{
	float: left;
	list-style: none;
	margin-left: 30px;
	line-height: 60px;
	font-size: 14px;
	letter-spacing:1px;
}
.m li a{
	color: white;
	text-decoration: none;
	font-size: 16px;
}

.information{
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	margin-top: 80px;
	color: white;
	font-size: 14px;
}
.information img{
	float: left;
    margin-top: 3px;
    vertical-align: middle;
    background-position: -117px -34px;
    width: 16px;
    height: 15px;
    padding-right: 5px;
}

/*二手房模块*/
.second_hand{
	width: 1200px;
	height: 382px;
	margin: 0 auto;
	padding-top: 50px;
}
/*二手房好房 为你而选模块*/
.second_n{
	padding-top: 20px;
	padding-bottom: 6px;
}
.second_n1{
	font-size: 36px;
    line-height: 50px;
    color: #101d37;
    font-weight: 600;
}


/*好房源那么多板块*/
.describe{
	color: #888;
	font-size: 14px;
	padding-bottom: 30px;
}


/*每一个房源*/
.second_type{
	width: 255px;
	height: 275px;
	float: left;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
/*每一个房源的图片*/
.second_type img{
	width: 255px;
    height: 192px
}
.second_type p{
	margin: 0;
	padding:5px 2px 6px 11px;
	font-size: 18px;
    color: #101d37;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}
.second_type p span{
	float: left;
    color: #9399a5;
    font-size: 12px;
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight: normal;
    padding-right: 6px;
}



/*新房模块*/
.new_chamber{
	width: 1200px;
	/*height: 382px;*/
	height: auto;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 20px;
}

.new_list{
	width: 350px;
	height: 260px;
	background-color: oldlace;
	display: inline-block;
}

.new_list img{
	width: 350px;
	height: 260px;
}

.list_con{
	width: 350px;
	height: auto;
	position: relative;
	top: -150px;
}

.pa{
	margin: 0;
	font-size: 24px;
    color: #fff;
    font-weight: 700;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(33,33,33,0.5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pc{
	font-size: 20px;
	color: #fff2ab;
	margin: 0;
	font-weight: 700;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(33,33,33,0.5);
}

/*底部*/
.introduction{
	width: 1200px;
	height: 350px;
	margin: 0 auto;
}
