#header{
	width:100%;
	padding:20px 3%;
	box-sizing:border-box;
	border-bottom:1px solid #e5e5e5;
	display:inline-block;
}

#header .logo{
	width:180px;
	display:inline-block;
	margin-top:10px;
}

#header .logo img{
	width:100%;
}

#header .menu{
	width:60px;
	display:inline-block;
	float:right;
}

#header .menu img{
	width:100%;
}


#header .mo_menu{
	display:none;
}



#footer{
	width:100%;
}

#footer .footLogo{
	padding:80px 0px;
	width:227px;
	margin:0 auto;
}

#footer .footLogo img{
	width:100%
}

#footer .copyright{
	width:100%;
	background:#000000;
	color:#fff;
	text-align:Center;
	padding:15px 0px;
	font-size:14px;
}









