@charset "gb2312";
.large-about-banner {
	position: relative;
	width: 100%;
	height: 860px;
	background-repeat: repeat-x;
	background-position: center;
	background-size: auto 100%;
}
/*----------------------------------------------------------*/
.large-about-01 {
	position: relative;
	width: 1200px;
	margin: 40px auto 0px auto;
	padding: 40px 0px;
}
.large-about-01-title {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100px;
	padding-left: 50px;
}
.large-about-01-title .cn-title {
	float: left;
	width: 100px;
	height: 100px;
	padding: 8px;
	background-color: #E40000;
	color: #FFF;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 42px;
}
.large-about-01-title .en-title {
	float: left;
	height: 50px;
	padding: 5px;
	color: #2a2a2a;
	font-size: 30px;
	line-height: 40px;
}
.large-about-01-holder {
	width: 100%;
	padding: 9px;
	border: 1px solid #ccc;
}
.large-about-01-banner {
	width: 100%;
	height: 500px;
	background-image: url(large-about-01-banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.large-about-01-text {
	width: 100%;
	height: 520px;
}
.large-about-01-text span {
	display: block;
	float: left;
	width: 380px;
	height: 240px;
	margin: 20px 20px 0px 0px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 14px;
	line-height: 24px;
	color: #2a2a2a;
	text-align: justify;
}
.large-about-01-text span:nth-child(3n) {
	margin: 20px 0px 0px 0px;
}
/*----------------------------------------------------------*/
.large-about-02 {
	position: relative;
	width: 100%;
	background-image: url(large-about-02-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.large-about-02-holder {
	position: relative;
	width: 1200px;
	height: 700px;
	margin: auto;
}
.large-about-02-content {
	position: absolute;
	left:260px;
	top: 80px;
	width: 620px;
	padding: 35px;
	background-color: #000;
	filter: alpha(opacity=50); /*IE*/
	-moz-opacity: 0.5; /*MOZ , FF*/
	background: rgba(0,0,0,0.50)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.large-about-02-content .title {
	width: 100%;
	height: 65px;
}
.large-about-02-content .title .cn-title {
	color: #FFF;
	font-size: 24px;
}
.large-about-02-content .title .en-title {
	color: #E40000;
	font-size: 20px;
	padding-left: 5px;
	text-transform: uppercase;
}
.large-about-02-content .text {
	width: 100%;
	color: #FFF;
	line-height: 24px;
	font-size: 14px;
	text-align: justify;
}
/*----------------------------------------------------------*/
.large-about-03 {
	width: 1200px;
	margin: auto;
	background-image: url(large-about-03-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.large-about-03-text {
	width: 1200px;
	line-height: 24px;
	font-size: 14px;
	color: #2a2a2a;
	text-align: center;
	margin-bottom: 40px;
}
.large-about-03-history {
	width: 521px;
}
.large-about-03-history li {
	width: 100%;
	padding: 0px 281px 24px 0px;
	min-height: 126px;
	background-repeat: no-repeat;
	background-image: url(history-bg.png);
	background-position: center top;
}
.large-about-03-history li:nth-child(2n) {
	padding: 0px 0px 24px 281px;
}
.large-about-03-history li:nth-child(2n) .year {
	text-align: left;
}
.large-about-03-history li .year {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 32px;
	font-size: 18px;
	font-weight: bold;
	color: #2a2a2a;
	text-align: right;
}
.large-about-03-history li .text {
	display: block;
	width: 100%;
	line-height: 24px;
	font-size: 12px;
	color: #484848;
	text-align: justify;
}
/*----------------------------------------------------------*/
.large-about-04 {
	width: 1200px;
	margin: auto;
}
.large-about-04-holder {
	width: 100%;
	padding-bottom: 80px;
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.large-about-title {
	width: 100%;
	padding: 50px 0px;
}
.large-about-title li {
	width: 1200px;
	margin: auto;
}
.large-about-title li img {
	display: block;
	margin: auto;
}
.down-more {
	position: absolute;
	z-index: 999999;
	bottom: -15px;
	width: 100%;
}
.down-more li {
	width: 30px;
	height: 30px;
	margin: auto;
	background-image: url(more.png);
	cursor: pointer;
}