.bannerPic{
	width: 100%;
	overflow: hidden;
}
.bannerPic img{
	width: 100%;
}
.estate{
	margin-bottom: 60px;
}
.propertyTit{
	height: 70px;
	margin-top: 30px;
	border-bottom: 2px solid #F9EFE3;
	position: relative;
	line-height: 70px;
	font-size: 24px;
	margin-bottom: 30px;
	font-weight:bold;
    color:#51508B;
	text-align: center;
}
.propertyTit img{
	position: absolute;
	bottom: -2px;
	left: 50%;
    margin-left: -40px;
}
.first_propertyWords{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}
.first_propertyWords p{
	/* width: calc(100%-23.75rem); */
	width: 100%;
	text-indent: 2em;
}
/* #cydw_icon{
	width: 500px;
	margin: 0;
	transform: translateX(-35px);
} */
.propertyWords{
	line-height: 30px;
}
.propertyWords>div{
	/* width: 100%; */
	/* margin: 30px 0; */
	width: 500px;
	margin: 0;
	transform: translateX(-35px);
}
.propertyWords>div img{
	width: 100%;
}
.logos{
	overflow: hidden;
}
.logos li{
	width: 15.2%;
	margin-right: 1.7%;
	float: left;
	height: 74px;
	border: #F4F4F4 solid 1px;
	text-align: center;
	line-height: 70px;
	margin-bottom: 20px;
}
.logos li:nth-child(6n){
	margin-right: 0;
}
.logos li img{
	vertical-align: middle;
	max-width: 126px;
	max-height: 65px;
}
@media only screen and (max-width: 980px) {
	.first_propertyWords p {
		font-size: 17px;
	}
}