.header{
	width: 100%;
	border-bottom:1px solid #E4E4E4 ;
}
.headerCenter{
	width: 1200px;
	height: 69px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.logo img{
	display: block;
	width: 312px;
	height: 56px;
}
.nav{
	display: flex;
	justify-content: space-between;
	margin-left: 46px;
}
.nav .navItem{
	width: 102px;
	height: 40px;
	color: #000000;
	text-align: center;
	line-height: 40px;
	
}
.nav .navAction{
	color: #FFFFFF;
	background: url(../img/icon.png)no-repeat;
	background-size: 100% 100%;
}
/* footer */
.footer{
	width:100%;
	background: url(../img/footer.png)no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 201px;
	margin-top: 90px;
}
.foot{
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footleft{
	color: #fff;
	line-height: 38px;
}
.footRight{
	display: flex;
}
.footRight img{
	width: 95px;
	height: 112px;
}
.footRight img:nth-child(1){
	margin-right: 38px;
}
