/*清除浮动*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	*zoom: 1;
}
/*导航*/

body {
	width: 100%;
	height: auto;
	font-family: '黑体';
}

.nv li {
	width: auto;
	height: 17px;
	float: left;
	margin: 0 72px 0 0;
}
.nv .last {
	margin: 0;
}
.nv a {
	font-size: 18px;
	color: #666666;
}
.nv .a{
	color:#ff6600;}
.nv a:hover {
	color: #ff6600;
}
/*文化*/

.bottom-bg {
	width: 100%;
	background: #f6f7f8;
}
.context {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
}
.context-1 {
	width: 100%;
}
.ban-1 {
	width: 1000px;
	/*margin: 34px 0 0 0;*/
	margin-top: -0.8px;
}
.culture {
	padding: 40px 50px;
}
.culture p {
	font-size: 16px;
	color: #666;
	font-family: '微软雅黑';
	line-height: 32px
}
.culture-picture {
	width: 900px;
	padding: 0 50px;
}
.culture-picture li {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}
.culture-picture li img {
	width: 200px;
	height: 130px;
}
.culture-content {
	position: relative;
	width: 900px;
	height:370px;
	margin-left: 50px;
	margin-top:20px;
}
.culture-left {
	position: absolute;
	left:0px;
	top: 0px;
	width: 580px;
	height: 370px;
	z-index: 100;
}
div.title{
	width:900px;
	margin:0 auto 30px;
	color:#ff6600;
	font-size:20px;
	line-height:60px;
	border-bottom:1px #e5e5e5 solid;
}
.culture-left h2 {
	font-size: 20px;
	font-family: '微软雅黑';
	color: #666666;
	line-height:30px;
}
.culture-left p {
	font-size: 16px;
	font-family: '微软雅黑';
	color: #666666;
	line-height: 32px;
	margin-bottom:8px;
}
.culture-right {
	position: absolute;
	right: 20px;
	top: 90px;
	z-index: 10;
}
.animal-culture{
	width:900px;
	margin:0 auto 0;
	padding-bottom:30px;
}
.animal-culture li{float:left;width:288px;margin-right:12px;}
.animal-culture li img{width:288px;height:120px;}
.animal-culture li p{font-size:16px;color:#666666;line-height:32px;}
