html,body{
	width: 100%;
	height: 100%;
}
.zity-main{
	min-height: 100%;
	position: relative;
}
.header{
	/*width: 100%;*/
	/*min-width: 1200px;*/
/*fmw ÐÞ¸Ä 20200707*/
	/*height: 309px;*/
	background: #fff;
}
.headerContent{
	width: 1200px;
	min-width: 1200px;
	max-width: 1200px;
/*fmw ÐÞ¸Ä 20200707*/
	/*height: 309px;*/
	overflow: hidden;
	margin: auto;
}
.logoDiv{
	float: left;
	width: 612px;
/*fmw ÐÞ¸Ä 20200707*/
	/*height: 157px;*/
	margin-top: 77px;
}
.logoDiv img{
	width: 612px;
	height: 157px;
}
.headerNav{
	/*width: 660px;*/
	width: 570px;
	height: auto;
	float: right;
	overflow: hidden;
/*fmw ÐÞ¸Ä 20200707*/
	margin-top: 20px;
}
.headerNav li{
	float: left;
	/*width: 165px;*/
	width: 142px;
	height: 40px;
	line-height: 40px;
	/*font-size: 28px;*/
	font-size: 24px;
	color: #4d4d4d;
	text-align: center;
}
.headerNav .foce a{
	color: #0070bd;
}
.headerNav li a{
	color: #4d4d4d;
}
.headerNav li a:hover{
	color: #0070bd;
}
.content{
	padding-bottom: 133px;
}
.contentInner{
	overflow: hidden;
	width: 1200px;
	min-width: 1200px;
	background: #fff;
	margin: auto;
}
.footer{
	width: 100%;
	min-width: 1200px;
	max-width: 100%;
	height: 133px;
	position: absolute;
	bottom: 0;
	/*background: url(../img/footer.png) center 0 no-repeat #0070bd;*/
	overflow: hidden;
}.footer img{
	width: 100%;
	min-width: 1200px;
	max-width: 100%;
	height: 133px;
}
