html,body{
	height: 100%;
}
.zity-main{
	min-height: 100%;
	position: relative;
}
.headOut{
	/*overflow: hidden;*/
}
.headOut:after{
	clear:both;content:'';display:block;width:0;height:0;visibility:hidden;
}
.logoBox{
	width: 100%;
	height: 120px;
	line-height: 120px;
	background: #fff;
	overflow: hidden;
}
.logoCenter{
	width: 1000px;
	min-width: 1000px;
	overflow: hidden;
	/*height: 70px;*/
	margin: auto;
	padding: 18px 0 32px;
}
.navBox{
	width: 100%;
	height: 48px;
	background: #434a54;
	/*overflow: hidden;*/
}
.navBox:after{
	clear:both;content:'';display:block;width:0;height:0;visibility:hidden;
}
.navCenter{
	width: 1000px;
	min-width: 1000px;
	height: 48px;
	line-height: 48px;
	margin: auto;
	/*overflow: hidden;*/
}
.navCenter:after{
	clear:both;content:'';display:block;width:0;height:0;visibility:hidden;
}
.navList{
	/*overflow: hidden;*/
}
.navList:after{
	clear:both;content:'';display:block;width:0;height:0;visibility:hidden;
}
.navList li{
	width: 110.5px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	float: left;
	cursor: pointer;
	/*overflow: hidden;*/
	position: relative;
}
.navList li a{
	color: #fff;
}

.navList li:hover{
	background: #00ae9e;
}
.navList .active{
	background: #00ae9e;
}

.donwlist{
	position: absolute;
	top: 48px;
	width: 110.5px;
	overflow: hidden;
	z-index: 1000;
	background:#434a54;
	display: none;
}
.navList li:hover .donwlist{
	display: block;
}
.donwlist dd{
	height: 48px;
	line-height: 48px;
	width: 110.5px;
}
.donwlist dd:hover{
	background: #00ae9e;
}
.content{
	padding-bottom: 163px;
}
.footer{
	width: 100%;
	height: 163px;
	position: absolute;
	bottom: 0;
	background: #434a54;
	overflow: hidden;
}
.footerCenter{
	width: 1000px;
	min-width: 1000px;
	height: 163px;
	overflow: hidden;
	margin: auto;
}
.footerList{
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 15px;
}
.footerList li{
	width: 333px;
	float: left;
	overflow: hidden;
	text-align: center;
}
.footerList li dd{
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
}
.footerList li dd img{
	vertical-align: middle;
	margin-right: 5px;
}
.infoBot{
	text-align: center;
	font-size: 14px;
	color: #838588;
}
