


.imgBox {
	background: url('http://www.bandashi.com.cn/theme/ywx_zufang_1/image/home-banner.jpg') no-repeat center;
	width: 100%;
	height: 640px;
}

.titleBox {
	padding: 40px 0;
}

.indexText {
	font-size: 50px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #ffffff;
}

.types {
	padding: 40px 0 0 0
}



.typeBox {
	margin-top: 30px;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	padding: 35px 40px;
	font-family: Microsoft YaHei;
	font-size: 14px;
}

.typeBox>div:not(:last-child) {
	margin-bottom: 18px;
}

.pd50 {
	padding: 50px 0;
}

.newHouse {

	background-color: #f5f5f5;
}

.zyArr {
	margin-top: 30px;
}

.zyList {
	border: 1px solid #eee;
	padding: 12px;
}

.zyList img {}

.houseTitle {
	margin: 15px 0;
}

.desc {
	/* margin-bottom: 10px; */
}

.leftZy {
	/* height: 584px; */
}

.rightZy {
	width: calc(100% - 435px);
}

.rightZy img {
	width: 100%;
}

.rightZy>div {
	width: calc((100% - 40px) / 3);
}

.rightZy>div:not(:nth-child(n + 4)) {
	margin-bottom: 20px;
}


.sHouses,
.rHouses {
	padding: 40px 0 20px 0;
}

.sHouses .houseList,
.rHouses .houseList {
	width: calc((100% - 120px) / 4);

}

.sHouses .houseList:not(:nth-child(n + 5)),
.rHouses .houseList:not(:nth-child(n + 5)) {
	margin-bottom: 40px;
}

.houseList .fs0 {
	height: 240px;
	overflow: hidden;
	border-radius: 8px;
}

.rHouses img {
	transform: scale(2);
}

.rHouses .houseList:hover img {
	transform: scale(2.1);
}

.hTitle {
	margin: 10px 0;
}

.houseList img,
.rHouses img {
	transition: 0.35s all;
}

.sHouses .houseList:hover img {
	transform: scale(1.1);
}

.rent {
	border-bottom: 1px solid #e4e6f0;
}