.bannerPic{
	width: 100%;
	overflow: hidden;
}
.bannerPic img{
	width: 100%;
}
.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;
}
.quality_desc p{
	text-indent: 0 !important;
	margin-bottom: 20px;
}
.propertyTit img{
	position: absolute;
	bottom: -2px;
	left: 50%;
    margin-left: -40px;
}
.propertyWords{
	line-height: 30px;
	font-size: 17px;
}
.propertyWords img{
	width: 100%;
	margin: 30px 0;
}
.propertyWords p{
	text-indent: 2em;
}
.map{
	width: 100%;
	height: 360px;
	margin-bottom: 80px;
}

@media only screen and (max-width: 1348px) {
	.bannerWrap{
		width: 100%;
	}
}