/* Í·²¿ */
.top-box {
	position: relative;
}
.top-main {
	width: 100%;
	height: 240px;
	position: absolute;
	top: 0;
	z-index: 555;
	background: url(/HRSNHHSPUIcMHxVqJycEIRbpIyEsKSMTTSAIUHEoIt.jpg);
	background-size: cover;
}
.top-right {
	display: flex;
	align-items: center;
	margin: 0;
}
.top-right li:nth-of-type(2),.top-right li:nth-of-type(4) {
	width: 1px;
	height: 12px;
	margin: 0 12px;
	border-right: 1px solid #fff;
}
.top-search {
	padding-top: 20px;
	margin: 0 60px 24px;
	color: #fff;
	font-size: 16px;
}
.top-search-icon {
	width: 18px;
	height: 18px;
	margin-left: 12px;
	background: url(/HRSNHHSPUIcMHxVqJycEIRbpE1ODDSOpT0SpIN.jpg);
	background-size: cover;
}
.top-banner-container {
	margin: 0 60px;
}
.top-banner {
	flex: 1;
	justify-content: flex-end;
	margin: 0;
	font-size: 18px;
	color: #fff;
}
.top-banner a {
	color: #fff;
}
.top-banner li {
	margin-right: 0.4rem;
}
.top-banner li:last-of-type {
	margin-right: 0;
}
/* .active-banner {
} */
.slideBlock {
	display: none;
	position: absolute;
	top: 52px;
	/* left: auto; */
	left: -40px;
}
.slideBox::before {
	content: "";
	/* width: 72px; */
	width: 100%;
	height: 16px;
	background-color: transparent;
	position: absolute;
	top: -16px;
	left: 0;
}
.slideBox {
	display: flex;
	padding: 20px 20px;
	background-color: #fff;
	color: #333;
}
.slideBox a {
	color: #333;
	font-weight: 400 !important;
}
.slideBox a:hover {
	color: #ab191a;
	border-bottom: none !important;
}
.on .slideBlock {
	display: block;
}
.slideBox img {
	width: 232px;
	height: 153px;
	margin-right: 25px;
}
/* .slideBox ul {
	width: 450px;
	height: 110px;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.slideBox li {
	width: 30%;
	font-size: 18px;
	margin-right: 12px;
}
.slideBox li:nth-of-type(3) {
	margin-right: 0;
} */

.slideBox ul {
	width: 450px;
	height: 100%;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 15px;
	column-gap: 15px;
	overflow: hidden;
	box-sizing: border-box;
}
.slideBlock li {
	width: 140px;
	overflow: hidden;
	margin-right: 0;
	box-sizing: border-box;
}
.slideBlock li a {
	width: 140px;
	font-size: 18px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.banner-item a {
	padding: 10px 0;
	font-weight: bold;
	box-sizing: border-box;
}
.banner-item a:hover {
	cursor: pointer;
	border-bottom: 0.1rem solid #fff;
}
.active-banner-item {
	border-bottom: 0.1rem solid #fff;
}

/* Îü¶¥µ¼º½ */
.nav-top {
	padding: 0 60px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 15px 18px 0px rgba(0, 0, 0, 0.08);
	z-index: 999;
}
.nav-container {
	width: 100%;
	height: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav-top img {
	width: 6.2rem;
}
.nav-list {
	display: flex;
	align-items: center;
}
.nav-list a {
	margin-right: 0.4rem;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.nav-list a:last-of-type {
	margin-right: 0;
}
.nav-list a:hover {
	color: #ab191a;
}

@media screen and (max-width: 1660px) {
	.nav-container {
		height: 100px;
	}
	.nav-list a, .banner-item > a{
		font-size: 16px;
	}
  .nav-container > a, .top-banner-container > a {
		width: 25% !important;
	}
}
@media screen and (max-width: 1460px) {
	.nav-container > a, .top-banner-container > a {
		width: 20% !important;
	}
}
@media screen and (max-width: 1360px) {
	.nav-container {
		height: 80px;
	}
	.nav-container > a, .top-banner-container > a {
		width: 15% !important;
	}
}
@media screen and (max-width: 1230px) {
	.nav-container {
		height: 60px;
	}
	.nav-list {
		width: 100%;
		justify-content: space-between;
	}
	.nav-list a, .banner-item > a{
		font-size: 14px;
	}
	.nav-container > a, .top-banner-container > a {
		display: none;
	}
  .top-banner {
		justify-content: space-between !important;
	}
}
@media screen and (max-width: 1200px) {
	.top-search {
		font-size: 14px;
	}
	.top-banner {
		font-size: 16px;
	}
	.slideBox::before {
		height: 20px !important;
		top: -18px !important;
	}
}
@media screen and (max-width: 1130px) {
	.nav-top,
	.top-box,
	.nav-container {
		display: none !important;
	}
	.top-banner-container {
		display: none !important;
	}
	/* .top-search-banner {
    display: block !important;
  } */
}
@media screen and (max-width: 1130px) {
	.mobile_header,
	.mobile_nav {
		display: block !important;
	}
}
@media screen and (max-width: 768px) {
	.top-search {
		justify-content: flex-end !important;
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	.top-search > li:first-of-type {
		display: none;
	}
}
