.bannerPic{
	width: 100%;
	overflow: hidden;
}
.bannerPic img{
	width: 100%;
}
.property{
	overflow: hidden;
}
.propertyTit {
    height: 70px;
    margin-top: 30px;
    border-bottom: 2px solid #F9EFE3;
    position: relative;
    line-height: 70px;
    font-size: 24px;
    font-weight:bold;
    color:#51508B;
    margin-bottom: 30px;
    text-align: center;
}
.desc_style{
	font-size: 18px;
	line-height: 35px;
	width: 96%;
	margin-left: 2%;
	text-indent:2em;
}
.propertyTit img {
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -40px;
}
.propertyWords{
	margin-bottom: 40px;
	overflow: hidden;
}
.leftWords {
    width: 700px;
    float: left;
    padding-top: 0px;
    line-height: 30px;
    margin-left: 4%;

}
.rightPics{
	width: 357px;
	float: right;
	margin-right: 5%;
}

ul.awards{
	margin-bottom: 40px;
	overflow: hidden;
}
ul.awards{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
/* .awards li{
	width: 15%;
	height: 204px;
	border: 1px solid #EDEDED;
	text-align: center;
	line-height: 204px;
	margin-bottom: 20px;
	margin-right: 2%;
}
.awards li:nth-of-type(5n){
	margin-right: 0;
} */
.awards li{
	float: left;
	width: 18.6%;
	margin-right: 1.67%;
	height: 224px;
	border: 1px solid #EDEDED;
	text-align: center;
	line-height: 224px;
	margin-bottom: 20px;
}
.awards li:nth-child(5n){
	margin-right: 0;
}
.awards li img{
	vertical-align: middle;
	max-height: 167px;
	/* max-width: 164px; */
	max-width: 180px;
}
.map{
	width: 590px;
	height: 360px;
	float: right;
	margin-bottom: 40px;
}
.leftWords li{
	line-height: 40px;
}
.leftWords li img{
	margin-right: 20px;
	vertical-align: middle;
}
#image_gsjs_big_small{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(40, 40, 40, 0.5);
	z-index: 111111111;
}
#image_gsjs_big_small img{
	width: 60%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media only screen and (max-width: 980px) {
	.propertyWords > div {
		font-size: 17px;
	}
}