header{
	width: 100%;
	height: 720px;
	background: url(/kzwltst/zhwm/img/bannner.jpg) no-repeat center 0;
}
nav{
	width: 100%;
	height: 100px;
	background:#804f1f;
}
nav .middle div{
	width: 50%;
	float: left;
	height: 100%;
	line-height: 100px;
	background: #c78340;
	font-family: "微软雅黑";
	font-size: 36px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
nav .middle div.active{
	background: #ce6839;
}
section{
	height: auto;
	width: 100%;
	padding-bottom: 40px;
}
section .middle{
	height: auto;
	
}
section .middle>div{
	display: none;
}
section .middle>div.active{
	display: block;
}
section .middle>div .list-box{
	width: 100%;
	height: 408px;
	background: #fff;
	margin-top: 45px;	
}
section .middle>div .list-box>a{
	display: block;
	width: 559px;
	height: 330px;
	margin-top: 40px;
	margin-left: 49px;
	margin-right: 65px;
	float: left;
}
section .middle>div .list-box img{
	width: 559px;
	height: 330px;
}
section .middle>div .list-box .txt{
	float: left;
	width: 450px;
	margin-top: 40px;
}
section .middle>div .list-box .txt h3{
	font-family: "微软雅黑";
	font-size: 36px;
	margin-bottom: 30px;
}
section .middle>div .list-box .txt h3 a{
	color: #333;
}
section .middle>div .list-box .txt p{
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 36px;
}
