body,
html {
	height: 100%;
}

#header {
	width: 100%;
	height: 426px;
	background: #fff url(../img/header-bg.png) no-repeat center;
}

#header .header-container {
	position: relative;
	margin: 0 auto;
	width: 916px;
	height: 100%;
}

#header .header-container .logo {
	position: absolute;
	top: 20px;
	left: -170px;
}

#header .header-container .text {
	position: absolute;
	bottom: 40px;
}

#header .header-container .decorate {
	position: absolute;
	top: 20px;
	left: 570px;
}

#content .content-top {
	margin-top: 50px;
	background: #fff;
}

#content .content-middle {
	margin-top: 40px;
	background: #f3f3f3;
}

#content .content-bottom {
	margin-top: 40px;
	background: #fff;
}

#content .content-top .container,
#content .content-middle .container,
#content .content-bottom .container {
	width: 916px;
	margin: 0 auto;
}

#content .content-middle .container {
	padding: 40px 0;
}

#content .content-bottom .container {
	padding-bottom: 50px;
}

#content .content-top .introduction {
	width: 836px;
	height: 95px;
	padding: 40px;
	background: url(../img/introduction-border.png) no-repeat center;
}

#content .content-top .introduction h2 {
	display: block;
	font-size: 22px;
	font-weight: normal;
	color: #2fa471;
}

#content .content-top .introduction span {
	display: block;
	margin-top: 15px;
	font-size: 16px;
	color: #494949;
}

#content .content-top .advantages {
	width: 100%;
	height: 366px;
	margin-top: 40px;
	background: url(../img/advantages.png) no-repeat center;
}

#content .content-middle .classification .title {
	width: 100%;
	height: 128px;
	background: url(../img/classification-title.png) no-repeat center;
}

#content .content-middle .classification .fc {
	margin-top: 40px;
}

#content .content-bottom .customers {
	width: 100%;
	height: 803px;
	background: url(../img/customers.png) no-repeat center;
}

#footer {
	position: relative;
	width: 100%;
	height: 180px;
	margin-top: 100px;
	background: url(../img/footer-bg.png) repeat-x center;
}

#footer .circle {
	position: absolute;
	top: -81px;
	width: 100%;
	height: 163px;
	background: url(../img/circle.png) no-repeat center;
}