.about {
	background: #ffffff;
	padding: 15px;
	margin-bottom: 20px;
}
.about .name{
	border-bottom: #FF0000 2px solid;
	margin-bottom: 15px;
}
.about .name h4{
	width: 110px;
	height: 33px;
	font-size: 16px;
	color: #ffffff;
	background: #FF0000;
	line-height: 33px;
	text-align: center;
}
.about .info {
	height: 230px;
}
.about .info .txt {
	float: left;
	width: 630px;
	height: 195px;
	font-size: 16px;
	color: #696969;
	line-height: 28px;
	margin-top: 15px;
	margin-left: 15px;
	overflow: hidden;
}
.about .info .txt p {
    text-indent: 2em;
    margin: 14px 0;
}
.about .info .pic {
	float: right;
	width: 253px;
	margin-top: 23px;
	margin-right: 25px;
}

.environment {
	background: #ffffff;
	padding: 15px;
}
.environment .name{
	border-bottom: #FF0000 2px solid;
	margin-bottom: 35px;
}
.environment .name h4{
	width: 110px;
	height: 33px;
	font-size: 16px;
	color: #ffffff;
	background: #FF0000;
	line-height: 33px;
	text-align: center;
}
.environment .list {
	margin: 25px 10px;
}
.environment .list ul li {
	float: left;
	width: 205px;
	margin: 0 13px;
}
.environment .list ul li img {
	width: 205px;
	height: 154px;
	display: block;
}