@charset "gb2312";
.page-banner {
	width: 100%;
	max-width: 1920px;
	height: 360px;
	margin: auto;
	background-repeat: repeat-x;
	background-position: center;
	background-size: cover;
}
.page-holder {
	width: 1200px;
	padding: 40px 0px;
	margin: auto;
}
.page-left {
	float: left;
	width: 260px;
}
.page-right {
	float: right;
	width: 900px;
}
.page-title {
	width: 100%;
	height: 50px;
	padding: 15px 0px 14px 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #00516d;
}
.page-title .cn-title {
	display: block;
	float: left;
	height: 20px;
	padding: 0px 10px;
	border-left: 5px solid #00516d;
	line-height: 20px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.page-title .en-title {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	color: #999;
	font-size: 18px;
	text-transform: uppercase;
}
.page-content {
	width: 100%;
}