#navbar {
		width: 100%;
}
.header-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 60px;
	box-sizing: border-box;
	width: 100%;
	height: 78px;
	background: #FFFFFF;
}

.header-box .logo-box {
	display: flex;
	align-items: center;
	width: 192px;
	height: 40px;
}

.header-box .logo-box img {
	width: 100%;
	height: 100%;
}

.header-box .search-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 12px;
	box-sizing: border-box;
	width: 268px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 4px;
	opacity: 1;
	border: 1px solid #4B789A;
	border-right: none;
}

.header-box .search-box .left-icon {
	display: flex;
	align-items: center;
	width: 16px;
	height: 16px;
}

.header-box .search-box .left-icon img {
	width: 100%;
	height: 100%;
}

.header-box .search-box .search-input {
	width: 160px;
	/*height: 100%;*/
}

.header-box .search-box .search-input input {
	width: 100%;
	height: 100%;
	font-size: 12px;

}

.header-box .search-box .search-btn {
	width: 64px;
	height: 30px;
	/*background: linear-gradient(180deg, #3297F0 0%, #1B8AF3 50%, #0F74D2 100%);*/
	background-color: #3297F0;
	border-radius: 0px 2px 2px 0px;
	opacity: 1;
	font-size: 16px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.main-tab-box {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	/* padding: 0 40px; */
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	/*background: linear-gradient(180deg, #3297F0 0%, #1B8AF3 50%, #0F74D2 100%);*/
	background-color: #3297F0;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
}

.main-tab-box a {
	display: block;
	height: 100%;
	/* display: flex;
	justify-content: space-between;
	align-items: center; */
}

.main-tab-box .main-tab-item {
	float: left;
	flex: 1;
	padding: 0 12px;
	margin: 7px 8px;
	box-sizing: border-box;
	line-height: 34px;
	text-align: center;
	font-size: 18px;
	font-family: PingFang SC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	/* white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis; */
}

.main-tab-box .main-tab-item:hover {
	background-color: #043D81;
	height: 34px;
	line-height: 34px;
}

.main-tab-box .main-tab-line {
	margin: 9px 0;
	float: left;
	width: 3px;
	height: 30px;
	/*background: linear-gradient(180deg, rgba(0, 95, 187, 0) 0%, #2F89DA 29%, #308BDE 73%, rgba(50, 148, 237, 0) 100%);*/
	background-color: #2F89DA;
	border-radius: 12px;
	opacity: 1;
	box-shadow: -1px -1px 1px 1px rgba(0, 0, 0, .1);
}

.main-tab-box .main-tab-line-none {
	width: 0px;
	height: 30px;
}

.chenhaonan {
	display: flex !important;
	justify-content: space-between;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}