.section_people_top {
	width: 690px;
	margin: 0 auto;
	padding: 140px 0 100px;
}
.section_people_top .sec_title {
	margin-bottom: 40px;
}
.section_people_top .sec_title img {
	display: block;
}
.section_people_top .sec_content {
	width: 550px;
	margin: 0 auto;
}
.section_people_top .sec_content .desc {
	margin-bottom: 120px;
	line-height: 1.8em;
}
.section_people_top .sec_content .ls_menu li {
	margin-top: 52px;
}
.section_people_top .sec_content .ls_menu li:first-child {
	margin-top: 0;
}

section.section_people_banner {
    max-width: 1000px;
    margin: 0 auto;
}
.section_people_banner img {
	display: block;
	width: 100%;
}
.section_people_banner .note {
	padding: 15px;
	font-size: 15px;
	line-height: 1.4em;
}

.section_people_content {
	width: 630px;
	margin: 0 auto;
	padding: 100px 0 60px;
}
.section_people_content.w-546 {
	width: 546px;
}
.section_people_content .group {
	margin-top: 80px;
}
.section_people_content .group:first-child {
	margin-top: 0;
}
.section_people_content .sec_title {
	margin-bottom: 30px;
}
.section_people_content .sec_title img {
	display: block;
}
.section_people_content .sec_content {
	line-height: 1.8em;
}
.section_people_content .sec_content.fz-16 {
	font-size: 16px;
}
.section_people_content .sec_content p {
	margin-bottom: 1em;
}
.section_people_content .sec_image {
	margin-bottom: 15px;
}
.section_people_content .sec_image .note {
	padding: 5px 0;
	font-size: 15px;
	line-height: 1.4em;
}
.section_people_content .sec_image.grid_image {
	padding-top: 10px;
}
.section_people_content .sec_image.grid_image img {
	float: left;
	margin-left: 10px;
}
.section_people_content .sec_image.grid_image img:first-child {
	margin-left: 0;
}


@media (max-width: 640px) {

	.section_people_top {
		width: auto;
		margin: 0 auto;
		padding: 60px 10px;
	}
	.section_people_top .sec_title {
		margin-bottom: 30px;
	}
	.section_people_top .sec_title img {
		width: 100%;
	}
	.section_people_top .sec_content {
		width: auto;
		margin: 0 auto;
	}
	.section_people_top .sec_content .desc {
		margin-bottom: 40px;
		line-height: 2em;
	}
	.section_people_top .sec_content .ls_menu li {
		margin-top: 10px;
	}
	.section_people_top .sec_content .ls_menu li img {
		height: 1.8em;
	}

	section.section_people_banner {
        max-width: 100%;
    }

    .section_people_banner .note {
		padding: 10px;
		font-size: 0.85em;
	}

	.section_people_content {
		width: auto;
		margin: 0 auto;
		padding: 40px 10px 0;
	}
	.section_people_content.w-546 {
		width: auto;
	}
	.section_people_content .group {
		margin-top: 30px;
	}
	.section_people_content .sec_title {
		margin-bottom: 30px;
	}
	.section_people_content .sec_title img {
		width: 100%;
	}
	.section_people_content .sec_content {
		line-height: 2em;
	}
	.section_people_content .sec_content.fz-16 {
		font-size: 1em;
	}
	.section_people_content .sec_content p {
		margin-bottom: 1em;
	}
	.section_people_content .sec_image {
		margin-bottom: 15px;
	}
	.section_people_content .sec_image img {
		display: block;
		width: 100%;
	}
	.section_people_content .sec_image .note {
		padding: 5px 0;
		font-size: 0.85em;
	}
	.section_people_content .sec_image.grid_image {
		padding-top: 10px;
	}
	.section_people_content .sec_image.grid_image img {
		width: 48.5%;
		margin-left: 3%;
	}

}