.active-services{
	border-bottom: 2px solid white;
}
.bg1{
	background-image: url('../../img/community/community_banner_1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-bottom: 220px;
}
.bg1 h3{
	margin-top: 200px;
	margin-left: 200px;
	color: white;
}
.bg1 p{
	width: 560px;
	margin-left: 200px;
	color: white;
	margin-top: 60px;
	text-align: justify;
}

.title{
	font-size: 40px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	height: 200px;
	line-height: 200px;
}
.bg2 p{
	margin: 0 auto;
	width: 950px;
}
@media (max-width:768px) {
	.bg1{
		height: 300px;
	}
	.bg1 h3{
		margin-top: 80px;
		margin-left: 30px;
	}
	.bg1 p{
		margin-top: 30px;
		margin-left: 30px;
		margin-right: 30px;
		width: auto;
		font-size: 14px;
	}
	.title{
		font-size: 25px;
	}
	.bg2 p{
		width: auto;
	}
}
.bg-community-title1{
	background-image: url('../../img/community/community_title_1.png');
	background-repeat: no-repeat;
	background-position: 50%;
}
.bg-community-title2{
	background-image: url('../../img/community/community_title_2.png');
	background-repeat: no-repeat;
	background-position: 50%;
}
.bg2{
	text-align: center;	
}
.bg2-bg{
	margin-top: 100px;
	height: 160px;
	background-image: url('../../img/community/community_bg_1.png');
	background-size: 100%;
	background-repeat: no-repeat;
}
.bg3{
	height: 500px;
	background-image: url('../../img/community/community_banner_2.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
}
.bg3 h1{
	height: 500px;
	line-height: 500px;
	text-align: center;
	color: white;
}
.bg4,.bg5{
	background-color: #F6F9FF;
	padding-top: 60px;
	padding-bottom: 80px;
}
.bg4 .p1{
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.bg4 ul{
	list-style: none;
	padding-top: 1px;
}
.bg4 ul li{
	margin-top: 30px;
}
.img-size{
	width: 100%;
	height: auto;
}
@media (max-width:468px) {
	.bg-community-title1,.bg-community-title2{
		background-size: 100%;
	}
	.bg4 ul{
		margin-top: 0px;
		margin-left: -35px;
	}
	.bg3{
		height: 100px;
	}
	.bg3 h1{
		height: 100px;
		line-height: 100px;
		font-size: 16px;
	}
	.bg2-bg{
		height: 45px;
	}
	.bg4 .p1{
		width: 100%;
		text-align: left;
		text-indent: 2em;
	}
	.bg4 ul li{
		font-size: 14px;
	}
}