@charset "gb2312";
.page-banner {
	width: 100%;
	height: 576px;
	background-repeat: repeat-x;
	background-position: center;
	background-size: auto 100%;
}
.page-holder {
	width: 1200px;
	padding: 40px 0px;
	margin: auto;
}
.page-holder-size {
	width: 100%;
}
.page-title {
	position: relative;
	width: 100%;
	height: 140px;
	text-align: center;
}
.page-title .en-title {
	display: inline-block;
	line-height: 50px;
	font-size: 30px;
	text-transform: uppercase;
	color: #2daa5a;
}
.page-title .cn-title {
	display: inline-block;
	padding: 0px 20px;
	line-height: 40px;
	font-size: 18px;
	border: 1px solid #c8dc96;
	text-transform: uppercase;
	background-color: #FFF;
	color: #005f50;
}
.page-title .line {
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #c8dc96;
}
.page-content {
	width: 100%;
}