.header-content {
	position: relative;
	width: 1200px;
	left: 50%;
	right: 50%;
	margin: 0px -600px 0px -600px;
	padding: 0px;
	z-index: 3;
	height: auto;
}

.header-box {
	width: auto;
	height: 100px;
	min-width: 1200px;
	background-color: #ffffff;
}

.top-left-logo {
	width: 170;
	height: 70px;
	/*width: 54px;
	height: 60px;*/
	float: left;
	margin-top: 10px;
	background: url('../images/logo-img.png');
	background-size: 100% 100%;
}

.top-right-logo {
	width: 128px;
	height: 36px;
	float: left;
	margin: 32px 0 0 -30px;
	background-image:
		url('../images/top-right-logo.png');
}

.nav-box {
	float: left;
	margin: 25px 0px 0px 45px;
}

.header-nav-ul {
	list-style: none;
}

.header-nav-ul li {
	float: left;
	height: 100%;
	text-align: center;
}

.header-nav-ul li a {
	color: #3f3f3f;
	font-size: 16px;
	/*font-weight: bold;*/
	text-decoration: none;
}

.nav-li-general {
	width: 135px;
}

.nav-li-min {
	width: 115px;
}

.nav-li-max {
	width: 165px;
}
#submenu-nav {
	background-color: rgb(242, 242, 242);
	height: 60px;
	width:100%;
	position: absolute;
	top: 100px;
	z-index: 99999;
	display: none;
}
#submenu-nav1 {
	background-color: rgb(242, 242, 242);
	height: 60px;
	width:100%;
	position: absolute;
	top: 100px;
	z-index: 99999;
	display: none;
}
#submenu-nav2 {
	background-color: rgb(242, 242, 242);
	height: 60px;
	width:100%;
	position: absolute;
	top: 75px;
	z-index: 99999;
	display: none;
}
#submenu-nav div {
	width: 100%;
	margin: 0px auto;
}

#submenu1 {
	
	display: flex;
	align-items: center;
	justify-content: center;
}

#submenu2 {
	margin-left: 470px;
}

#submenu2 li {
	float: left;
	color: #3f3f3f;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
}

#submenu2 li:HOVER {
	float: left;
	color: #3f3f3f;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
}

#submenu1 li {
	float: left;
	color: #3f3f3f;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
}
#submenu2 li {
	float: left;
	color: #3f3f3f;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
}
#submenu1 li:HOVER {
	color: #235fb7;
}