.brand-box{
	width: 1200px;
	margin: auto;
	padding-top: 90px;
}
.fl-box{
	/* border: 1px solid red; */
	margin-top: 70px;
}
.real-estate-class{
	font-family: ARUDJingXiHeiGB-MD;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
}
.fl-layer{
	margin-bottom: 80px;
	display: grid;
}
.text-style-1{
	font-family: ARUDJingXiHeiGB-MD;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #00a0e9;
}
.real-estate-ul{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
.real-estate-li{
	margin-right: 25px;
	margin-bottom: 30px;
	width: 582px;
	height: 232px;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 0 10px #666;
	top: 0;
}
.real-estate-li:hover{
	top: -3px;
}
.real-estate-li:nth-child(2n){
	margin-right: 0;
}
.real-estate-li img{
	transition: all 0.6s;
	position: relative;
	
}
.real-estate-li img:hover{
	cursor: pointer;
	transform: scale(1.1); 	
	
}
.real-estate-li p{
	margin-top: 16px;
	font-family: ARUDJingXiHeiGB-MD;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
}
.coo-more{
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.coo-more>.more{
	width: 204px;
	height: 43px;
	font-family: ARUDJingXiHeiGB-MD;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	background: #007AFF;
	line-height:43px;
	text-align: center;
	border-radius: 2px;
	cursor: pointer;
}
.coo-more>.more:hover{
	background-color: rgba(0,122,255,0.8);
}
.content-creation{
	padding: 70px 0;
}
.classify-box-in{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding: 70px 0;
	position: relative;
	left: -2000px;
	transition: 0.8s;
}
.on.classify-box-in{
	left: 0;
}
.classify-box-layer{
	position: relative;
}
.classify-box-layer img{
	width: 382px;
	height: 276px;
}
.cc-bgc{
	background-color: #DFE2E5;
}
.cool-more{
	margin: auto;
	margin-top: 60px;
	width: 204px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-family: ARUDJingXiHeiGB-MD;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	background-color: #00A0E9;
	display: block;
}
.cool-more:hover{
	background-color: rgba(0,160,233,0.8);
}