@charset "gb2312";
/*web×ÖÌå*/
@font-face {
	font-family: 'engryregular';
    src: url('/webfont/engry-webfont.woff2') format('woff2'),
         url('/webfont/engry-webfont.woff') format('woff'),
         url('/webfont/engry-webfont.ttf') format('truetype'),
         url('/webfont/engry-webfont.svg#engryregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.page-banner {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.page-holder {
	width: 100%;
}
.page-holder-size {
	width: 1380px;
	padding: 80px 0px;
	margin: auto;
}
.page-title {
	position: relative;
	width: 100%;
	height: 170px;
	text-align: center;
}
.page-title .en-title {
	font-family: 'engryregular';
	display: inline-block;
	line-height: 50px;
	font-size: 30px;
	text-transform: uppercase;
	color: #a67e43;
}
.page-title .cn-title {
	display: inline-block;
	padding: 0px 20px;
	line-height: 40px;
	font-size: 24px;
	border-left: 1px solid #a67e43;
	border-right: 1px solid #a67e43;
	text-transform: uppercase;
	background-color: #FFF;
	color: #000;
}
.page-title .line {
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #a67e43;
}
.page-content {
	width: 100%;
}