/* Header: logo takes a compact slot; nav sits immediately to its right. */
.jz_web_header #row3 > .jz_web_row__content {
	align-items: center;
}

.jz_web_header #row3 > .jz_web_row__content > .jz_web_col0 {
	width: 160px;
	flex: 0 0 160px;
	min-width: 160px;
}

.jz_web_header .jz_website_title_wrap {
	width: 160px !important;
	max-width: 160px;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	align-self: center;
}

.jz_web_header .jz_website_title.type_1 {
	justify-content: flex-start;
	overflow: hidden;
}

.jz_web_header .jz_website_title .logo_wrap {
	width: 160px !important;
	max-width: 160px;
	height: 60px;
	zoom: 1 !important;
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
}

.jz_web_header .jz_website_title .logo_img {
	position: static;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	margin: 0;
	max-width: 160px;
	max-height: 50px;
	width: auto;
	height: auto;
}

.jz_web_header #row3 > .jz_web_row__content > .jz_web_col1 {
	width: auto;
	flex: 1 1 auto;
	min-width: 0;
}

.jz_web_header .jz_nav_wrap {
	width: 100% !important;
	max-width: 100%;
}

.jz_web_header .jz_nav {
	padding-left: 8px;
	padding-right: 8px;
}

/* Show every item (including 关于我们) instead of clipping overflow. */
.jz_web_header .jz_nav_pc_layout .jz_nav_content {
	overflow: visible;
}

.jz_web_header .jz_nav_pc_layout .jz_nav_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	white-space: nowrap;
}

.jz_web_header .jz_nav_item {
	min-width: 0 !important;
	flex: 0 1 auto;
	padding: 0 6px;
}

.jz_web_header .jz_nav_item .nav_item_text {
	padding: 0;
}

.jz_web_header .nav_item_septal {
	display: none;
}

.jz_web_header .nav_icon_direction {
	display: none !important;
}

@media (max-width: 1400px) {
	.jz_web_header .jz_nav_item {
		padding: 0 4px;
	}

	.jz_web_header .nav_main_name {
		font-size: 13px !important;
	}
}

@media (max-width: 1100px) {
	.jz_web_header #row3 > .jz_web_row__content > .jz_web_col0 {
		width: 130px;
		flex-basis: 130px;
		min-width: 130px;
	}

	.jz_web_header .jz_website_title_wrap,
	.jz_web_header .jz_website_title .logo_wrap,
	.jz_web_header .jz_website_title .logo_img {
		width: 130px !important;
		max-width: 130px;
	}

	.jz_web_header .jz_nav {
		padding-left: 4px;
		padding-right: 4px;
	}

	.jz_web_header .jz_nav_item {
		padding: 0 2px;
	}

	.jz_web_header .nav_main_name {
		font-size: 12px !important;
	}
}
