* {
	padding: 0px;margin: 0px;
}
body {
	color: #666;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
a {
	text-decoration: none;
	color: #666;
	cursor: pointer;
}
.h-text {
	width: 436px;
	float: right;
  display: flex;
}
#header {
  width: 100%;
}
.h-main {
	width: 1188px;
	margin: 0 auto;
  height: 96px;
}
.logo {
	width: 153px;
	height: 30px;
	line-height: 126px;
	float: left;
}
.logo2 {
	width: 153px;
	height: 49px;
}
.menu {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	width: 64px;
	margin: 40px auto;
  background-color: white;
	text-align: center;
	cursor: pointer;
}