.about-r1 {
	width: 100%;
	min-width: 1200px;
	height: 750px;
	text-align: center;
	color: #FFF;
	background: url(../images/aboutus/aboutUsTopBackground.jpg) top center no-repeat;
}

	.about-r1 h2 {
		font-size: 80px;
		text-shadow: 3px 3px 3px #000;
		letter-spacing: 5px;
		line-height: normal;
	}

	.about-r1 p:nth-of-type(1) {
		font-size: 40px;
		font-family: Arial;
		text-shadow: 3px 3px 3px #000;
		margin-bottom: 30px;
	}

	.about-r1 p:nth-of-type(2) {
		font-size: 24px;
		letter-spacing: 5px;
		text-shadow: 2px 2px 1px #000;
	}

.about-r2 {
	width: 100%;
	min-width: 1200px;
	height: auto;
	background: #fff url(../Images/aboutus/aboutUsContBg.png) bottom center no-repeat;
}

	.about-r2 .about-r2-h2 {
		width: 1200px;
		margin: 0 auto;
		height: auto;
		text-align: center;
	}

		.about-r2 .about-r2-h2 h2 {
			font-size: 40px;
			color: #303030;
			letter-spacing: 3px;
		}

		.about-r2 .about-r2-h2 p {
			font-size: 20px;
			font-family: Arial;
			font-weight: 600;
			color: #303030;
		}

	.about-r2 .about-r2-box {
		width: 1200px;
		height: auto;
		margin: 0 auto;
		display: table;
		padding: 30px 0 170px 0;
		background: url(../Images/aboutus/aboutUsBackground.png) right center no-repeat;
	}

		.about-r2 .about-r2-box p {
			text-indent: 2em;
			font-size: 16px;
			line-height: 200%;
			color: #303030;
			text-shadow: 1px 1px 0 #dbdbdb;
			padding-right: 420px;
		}

		.about-r2 .about-r2-box h3 {
			margin-bottom: 10px;
			color: #FF9900;
			text-shadow: 1px 1px 0 #dbdbdb;
		}

.about-r3 {
	width: 100%;
	min-width: 1200px;
	height: auto;
	background: #eaeaea;
}

	.about-r3 .about-r3-h2 {
		width: 1200px;
		height: auto;
		margin: 0 auto;
		text-align: center;
		text-shadow: 1px 1px 0 #FFF;
	}

		.about-r3 .about-r3-h2 h2 {
			font-size: 40px;
			color: #303030;
			letter-spacing: 3px;
		}

		.about-r3 .about-r3-h2 p {
			font-size: 20px;
			font-family: Arial;
			font-weight: 600;
			color: #303030;
		}

	.about-r3 .about-r3-box {
		width: 1200px;
		height: auto;
		margin: 0 auto;
	}

		.about-r3 .about-r3-box .r3-box-body {
			width: 600px;
		}

		.about-r3 .about-r3-box .r3-box-left {
			float: left;
		}

		.about-r3 .about-r3-box .r3-box-right {
			float: right;
		}

		.about-r3 .about-r3-box .r3-box-body .r3-body-list {
			width: 480px;
			height: 320px;
			margin: 0 auto 160px;
		}

			.about-r3 .about-r3-box .r3-box-body .r3-body-list h3 {
				font-size: 26px;
				margin-bottom: 20px;
				color: #666;
				text-shadow: 1px 1px 0 #FFF;
				padding-left: 30px;
				background: url(../Images/aboutus/aboutTitlePic.png) left center no-repeat;
				background-size: 24px auto;
			}

			.about-r3 .about-r3-box .r3-box-body .r3-body-list p {
				font-size: 14px;
				color: #666;
				line-height: 240%;
				text-shadow: 1px 1px 0 #FFF;
			}

.about-r4 {
	width: 100%;
	min-width: 1200px;
	height: auto;
}

	.about-r4 .about-r4-h2 {
		width: 1200px;
		height: auto;
		margin: 0 auto;
		text-align: center;
		text-shadow: 1px 1px 0 #FFF;
	}

		.about-r4 .about-r4-h2 h2 {
			font-size: 40px;
			color: #303030;
			letter-spacing: 3px;
		}

		.about-r4 .about-r4-h2 p {
			font-size: 20px;
			font-family: Arial;
			font-weight: 600;
			color: #303030;
		}

	.about-r4 .about-r4-box {
		width: 1200px;
		display: table;
		margin: 0 auto;
		padding: 0;
		list-style: none;
	}

		.about-r4 .about-r4-box li {
			display:inline;
			width: 390px;
			height: 320px;
			float: left;
			padding-top:100px;
		}

			.about-r4 .about-r4-box li img {
				display: block;
				width: 100%;
				height: auto;
			}
			.about-r4 .about-r4-box li p {
				font-size: 16px;
				margin-bottom: 20px;
				color: #666;
				text-shadow: 1px 1px 0 #dbdbdb;
			}

			.about-r4 .about-r4-box li:nth-of-type(1) p {
				text-align: right;
			}

			.about-r4 .about-r4-box li:nth-of-type(2) {
				width: 320px;
				padding:0;
				margin:0 50px;
			}

			.about-r4 .about-r4-box li:nth-of-type(3) p {
				text-align: left;
			}
