.mainContainer {
	text-align: center;
	background-color: #fafafa;
	background-image: url(../Image/index/3-b.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
}
.contentContainer {
	padding: 10px;
	margin: 0 auto;
	font-size: 0;
	position: relative;
	z-index: 2;
}
.aboutUsContainer {
	text-align: center;
	position: relative;
}
.aboutUsContainer>div {
	padding: 40px 20px;
	margin: 0 auto 20px auto;
	background-color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,.3);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,.3);
}
.aboutUsContainer h1,
.aboutUsContainer h2 {
	font-size: 24px;
	font-family: "PingHei", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif"!important;
	text-align: left;
	margin-bottom: 20px;
	letter-spacing: 2px;
	color: #111;
}
.aboutUsContainer h1 {
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
}
.aboutUsContainer h2:first-child {
	margin-top: 0;
}
.aboutUsContainer p {
	font-size: 14px;
	text-align: justify;
	letter-spacing: 2px;
	line-height: 28px;
	margin-bottom: 20px;
	color: #222;
}
.aboutUsContainer p:last-child {
	margin-bottom: 0;
}
.aboutText>ol {
	list-style-type: decimal-leading-zero;
}
.aboutText>ol>li {
	text-align: left;
	margin-left: 26px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 28px;
}
.aboutText>ol>li p {
	margin-bottom: 0;
}
.aboutText>ol>li>ol {
	list-style-type: disc;
}
.aboutText>ol>li>ol>li {
	margin-left: 20px;
}
.aboutText ol strong {
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 2px;
	font-weight: 600;
}
.friendsLinkLogo a {
	margin-right: 20px;
}
.friendsLinkLogo a:last-child {
	margin-right: 0;
}
.footer {
	position: relative;
	background-color: rgba(238, 246, 253, 0.8);
}
.footer .bottomPart .rightPart a {
	color: #35A0D1;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.footer .bottomPart .rightPart a:hover {
	color: #026593;
}
b {
	color: red;
}













