@media screen and (min-width:1px)
{
.AboutUs_Title {
	width: 200px;
}
.AboutUs_Content {
	width: 85%;
}
.People_Title {
	width: 200px; padding-top: 50px;
}
.People_NoTitle {
	width: 200px; padding-top: 0px;
}
.People_Content {
	width: 85%;
}
.People_Content_Content {
	width: 85%;
}
.People_Content_Image {
	width: 90%;
}
.People_Content_Image img {
	background-size: 70% 70%;
}
}
@media screen and (min-width:800px)
{
.AboutUs_Title {
	width: 200px;
}
.AboutUs_Content {
	width: 50%;
}
.People_Title {
	width: 200px; padding-top: 100px;
}
.People_NoTitle {
	width: 50px; padding-top: 100px;
}
.People_Content {
	width: 50%;
}
.People_Content_Content {
	width: 50%; padding-top: 150px;
}
.People_Content_Image {
	width: 35%;
}
.People_Content_Image img {
	width: 100%; background-size: contain;
}
}
@media screen and (min-width:1024px)
{
.AboutUs_Title {
	width: 200px;
}
.AboutUs_Content {
	width: 50%;
}
.People_Title {
	width: 200px; padding-top: 100px;
}
.People_NoTitle {
	width: 50px; padding-top: 100px;
}
.People_Content {
	width: 50%;
}
.People_Content_Content {
	width: 50%; padding-top: 50px;
}
.People_Content_Image {
	width: 35%;
}
}
.WaitFade {
	padding-left: 0px !important; opacity: 0 !important;
}
.WaitFade_right {
	padding-left: 200px !important; opacity: 0 !important;
}
.AboutUs_box {
	padding: 15% 0px; width: 100%; font-size: 16px; -ms-overflow-x: hidden;
}
.AboutUs_Title {
	transition:2s; text-align: left; color: rgb(0, 0, 0); line-height: 40px; padding-bottom: 50px; padding-left: 10%; font-size: 36px; font-weight: bold; vertical-align: top; display: inline-block;
}
.AboutUs_Content {
	transition:2s; text-align: left; line-height: 25px; padding-left: 10%; font-size: 16px; vertical-align: top; display: inline-block;
}
.People_box {
	padding: 15% 0px; width: 100%; font-size: 16px; -ms-overflow-x: hidden;
}
.People_Title {
	transition:2s; text-align: left; color: rgb(0, 0, 0); line-height: 40px; padding-bottom: 50px; padding-left: 10%; font-size: 36px; font-weight: bold; vertical-align: top; display: inline-block;
}
.People_NoTitle {
	transition:2s; text-align: left; color: rgb(0, 0, 0); line-height: 40px; padding-left: 10%; font-size: 36px; font-weight: bold; vertical-align: top; display: inline-block;
}
.People_Content {
	transition:2s; text-align: left; line-height: 25px; padding-left: 10%; font-size: 16px; vertical-align: top; display: inline-block;
}
.People_Content_Image {
	background-position: center; text-align: center; display: inline-block; background-repeat: no-repeat;
}
.People_Content_Image img {
	
}
.People_Content_Content {
	padding-left: 10%; vertical-align: top; display: inline-block;
}
