.about {
	padding: 60px 0;
	width: 1170px;
	margin: 0 auto;
}
.about p {
	font-size: 16px;
	color: #222;
	line-height: 32px;
 	text-indent:2em;
}
.show {
	width: 1170px;
	margin: 0 auto;
	position: relative;
	z-index: 10
}
.show ul {
	font-size: 0;
	text-align: center;
	margin-bottom: 30px;
}
.show li {
	display:inline-block;
	*zoom:1;
	*display: inline;
	height: 39px;
	background: url("../img/form_bg.png") no-repeat center;
	margin: 0 15px;
}
.show li a {
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
	text-align: center;
	padding: 8px 45px 7px 46px;
	color: #fff;
}

.show li a:hover{
	color: #ff0;
}
.culture-wrap {
	margin-top: -80px;
	background-color: #9F1B29;
	padding: 160px 0 80px;
}
.culture {
	width: 1070px;
	margin: 0 auto;
	padding-left: 100px;
	position: relative;
}
.culture .culture-title {
	position: absolute; 
	left: 0;
	top: 0;
}
.culture .culture-items-left {
	float: left;
	width: 470px;
	height: 300px;
}
.culture .culture-items-left li:first-child {
	margin-bottom: 35px;
}
.culture .culture-items-left h3 {
	margin-bottom: 15px;
	font-weight: normal;
	line-height: 28px;
}
.culture .culture-items-left a {
	font-size: 18px;
	color: #fff;
	transition: 0.6s all;
	
}

.culture .culture-items-left a:hover{
	color: rgba(255,255,0,0.5);
	transform: translateX(10px);
}

.culture .culture-items-left p {
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	opacity: 0.6;
}
.culture .culture-items-right {
	float: right;
	width: 570px;
}
.culture .culture-items-right li {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 36px;
	line-height: 42px;
}
.culture .culture-items-right i {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 42px;
	font-style: normal;
	font-size: 22px;
	color: #fff;
	opacity: 0.5;
}
.culture .culture-items-right a {
	float: left; 
	max-width: 400px; 
	font-size: 18px;
	color: #fff; 
	opacity: 0.8;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: 0.6s all;
}

.culture .culture-items-right a:hover{
	opacity: 1;
	color: rgba(255,255,0,0.5);
	transform: translateX(10px);
}

.culture .culture-items-right span {
	float: right;
	font-size: 16px;
	color: #fff;
	opacity: 0.5;
}
.features {
	width: 1180px;
	margin: 0 auto;
	padding: 60px 0;
}
.features .feadtures-content {
	width: 1058px;
	height: 215px;
	background: url("../img/features_bg.png") no-repeat center;
	padding: 56px 61px 65px;
}
.honor {
	margin-top: 60px;
}
.features .features-head {
	padding-bottom: 38px;
	background: url(../img/features_t.png) no-repeat bottom center;
}
.features .features-head h3 {
	float: left;
	font-size: 24px;
	line-height: 28px;
	color: #9F1B29;
	font-family: simsun;
	padding-left: 28px;
	background: url(../img/dot-bg.png) no-repeat left center;
	zom:1;
}

.features .features-head h3 a{
	font-size: inherit;
	*zoom:1;
	*display: inline;
}

.features .features-head h3 a:hover{
	color: #9F1B29;
}

.features .features-head .more {
	float: right;
	font-size: 16px;
	color: #9F1B29;
	line-height: 28px;
}
.features .features-body {
	padding: 25px 0 43px;
	background: url(../img/features_b.png) no-repeat bottom center;
}
.features .features-body p {
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
.contact {
	width: 1170px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.contact .desc {
	line-height: 32px;
	margin-bottom: 30px;
}
.contact .desc p {
	font-size: 16px;
	color: #222;
	text-align: center;
}
.contact .desc span {
	color: #9F1B29;
	font-size: 16px;
}
