@charset "gb2312";
.about-holder {
	width: 100%;
}
.about-banner li {
	width: 100%;
	height: 500px;
	background-image: url(../img/about-banner.jpg);
	background-position: center;
}
/*---------------------------------------------------------*/
.about-profile {
	width: 100%;
	background-image: url(../img/about-1-bg.png);
	background-position: center top;
}
/*---------------------------------------------------------*/
.about-culture {
	width: 100%;
	background-color: #fcf8ef;
	background-image: url(../img/r-bg.png);
	background-position: center;
}
/*---------------------------------------------------------*/
.about-history {
	width: 100%;
}
/*---------------------------------------------------------*/
.about-honor {
	width: 1200px;
	margin: 50px auto;
	position: relative;
	background-color: #fcf8ef;
	background-image: url(../img/r-bg.png);
	background-position: center;
}
.about-honor-title {
	width: 100%;
	height: 42px;
	background-color: #222;
	border-left: 5px solid #c00000;
	padding-left: 10px;
	font-size: 18px;
	line-height: 42px;
	color: #FFF;
}
.about-honor-title span {
	padding-left: 10px;
	text-transform: uppercase;
	color: #666;
}
.about-honor-list {
	width: 100%;
	padding: 15px;
}
.about-honor-list .list {
	display: block;
	float: left;
	width: 285px;
	height: 260px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.about-honor-list .list:nth-child(4n) {
	margin-right: 0px;
}
.about-honor-list .list .img {
	display: block;
	width: 100%;
	height: 220px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.about-honor-list .list .title {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0px 10px;
	background-color: #c00000;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
/*---------------------------------------------------------*/
.about-text {
	width: 1200px;
	margin: auto;
	padding-bottom: 40px;
	line-height: 24px;
	text-align: justify;
}
.about-text img {
	max-width: 100%;
}
/*---------------------------------------------------------*/
.about-title {
	position: relative;
	width: 100%;
	padding: 60px 0px;
	text-align: center;
}
.about-title .en-title {
	display: block;
	width: 100%;
	height: 50px;
	font-family: 'medioroman';
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #C00000;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.about-title .cn-title {
	position: relative;
	z-index: 66;
	display: inline-block;
	height: 40px;
	padding: 0px 30px;
	border: 1px solid #C00000;
	background-color: #FFF;
	line-height: 36px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #C00000;
}
.about-title .parting-line {
	display: block;
	position: relative;
	top: -20px;
	left: 0px;
	width: 100%;
	border-top: 1px solid #C00000;
}