.wrap{
	padding-top: 100px;
}
.head-bg>.img{
	display: block;
	width: 100%;
}
.middle{
	width: 100%;
}
.middle-con{
	width: 1200px;
	margin: 0px auto;
}
.middle-left{
	float: left;
	width: 240px;
	margin-right: 80px;
	position: relative;
	top:-100px;
}
.left-head{
	width: 240px;
	height: 100px;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgba(16,82,23,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#b2105217, endcolorstr=#b2105217);
}
.left-head>.title{
	font-size: 24px;
	font-weight: 700;
	color: #F5F5F5;
	text-align: center;
	line-height: 35px;
}
.left-head>.sub-title{
	font-size: 14px;
	color: #CCCCCC;
	text-align: center;
	line-height: 20px;
}
.list-con{
	height: 60px;
	width: 240px;
	padding: 0px 20px;
	box-sizing: border-box;
	background-color: #F5F5F5;
	border-bottom: 1px solid #dedede;
}
.list-nav>.active{
	background-color: #e3a130;
}
.list-con>a{
	display: block;
	width: 200px;
	height: 60px;
	line-height: 60px;
}
.list-con>a>img{
	float: left;
	    position: relative;
	    top: 14px;
	margin-right: 30px;
	border:0;
}
.list-con>a>.list-con-title{
	float: left;
	line-height: 60px;
	font-size: 16px;
	color: #333333;
}
.list-nav>.active>a>.list-con-title{
	color: #f5f5f5;
}
.middle-right{
	float: right;
	width: 880px;
}
.right-head{
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #E2E2E2;
}
.right-head>.border{
	float: left;
	position: relative;
	top:30px;
	height: 20px;
	width: 4px;
	border-radius: 2px;
	background-color: #105217;
	margin-right: 20px;
}
.right-head>.title{
	float: left;
	line-height: 80px;
	font-size: 20px;
	font-weight: 700;
	color: #333333;
}
.rote-nav{
	float: right;
	line-height: 80px;
	font-size: 14px;
	color: #999999;
}
.rote-nav>a{
	font-size: 14px;
	color: #999999;
}
.rote-nav>a:hover{
	color: #166A1F;
}
.rote-nav>a:last-child{
	color: #105217;
}

.news-con{
	padding: 20px;
	min-height: 500px;
}
.news-con img{
	max-width: 100% !important;
	display: block !important;
	margin: 0px auto !important;
}
.news-con p{
	line-height: 25px !important;
	font-size: 16px !important;
	background-color: transparent !important;
	color: #333333 !important;
	text-indent: 32px !important;
	font-family: "arial black" !important;
}
.foot {
	width: 100%;
	background: url(../img/xia.jpg) no-repeat center center;
}

.foot-con {
	width: 1200px;
	margin: 0px auto;
	padding: 40px 0px;
}
.foot-logo{
	float: left;
}
.foot-infor {
	float: right;
	margin-left: 235px;
	padding: 10px 0px;
}
.infor-list{
	font-size: 14px;
	line-height: 24px;
	color: #CCCCCC;
}