/* pc导航样式调整 */
.top-banner li {
	margin-right: 2rem !important;
}
.top-banner li:last-of-type {
	margin-right: 0 !important;
}
.top-right a,
.footer a {
	color: #fff;
}
.banner-item a:hover {
	border-bottom: 0.375rem solid #fff;
}
.active-banner-item {
	border-bottom: 0.375rem solid #fff;
}
/* pc导航样式调整结束 */
/* footer样式调整 */
/* .footer-copyright {
	font-size: 14px;
} */
.footer-code p {
	margin-top: 0 !important;
	line-height: normal !important;
}
/* footer样式调整结束 */

/* 主体 */
main {
	width: 100%;
	overflow: hidden;
	background: #fff;
	font-size: 14px;
}
.orz_header_box {
	position: relative;
}
.orz_header_box a {
	color: #fff;
	/* font-size: 1.125rem; */
	font-size: 14px;
}
.orz_header_img {
	width: 100%;
	font-size: 0;
	vertical-align: middle;
}
.orz_header_ft {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

@media screen and (max-width: 1700px) {
  .top-banner li {
    margin-right: 1.725rem !important;
  }
  .active-banner-item {
    border-bottom: 0.35rem solid #fff !important
  }
  .banner-item a:hover {
    border-bottom: 0.35rem solid #fff !important;
  }
}
@media screen and (max-width: 1600px) {
  .top-banner li {
    margin-right: 1.65rem !important;
  }
}
@media screen and (max-width: 1500px) {
  .top-banner li {
    margin-right: 1.55rem !important;
  }
}
@media screen and (max-width: 1400px) {
  .top-banner li {
    margin-right: 1.45rem !important;
  }
}
@media screen and (max-width: 1300px) {
  .top-banner li {
    margin-right: 1.35rem !important;
  }
}
@media screen and (max-width: 800px) {
	.orz_header_ft {
		display: none;
	}
	main {
		padding-top: 80px;
	}
}
.orz_header_ft a {
	text-decoration: none;
}
.orz_header_ft_cover {
	position: relative;
	width: 43.875rem;
	height: 4.8125rem;
	display: flex;
	align-items: center;
	padding-left: 8.75rem;
	box-sizing: border-box;
	background: #ab191a;
	color: #fff;
}
.orz-item a {
	text-decoration: none;
	color: #333;
	/* border: 1px solid red; */
}
.orz-item a:hover {
	color: #999;
}
.orz_header_ft_cover::after {
	content: "";
	position: absolute;
	top: 0;
	right: -3.125rem;
	width: 0;
	height: 0;
	border-left: 1.5625rem solid #ab191a;
	border-bottom: 2.4375rem solid #ab191a;
	border-right: 1.5625rem solid transparent;
	border-top: 2.4063rem solid transparent;
}
.orz_fixbox {
	padding: 0 8.75rem;
	box-sizing: border-box;
}

.orz-item {
	position: relative;
	margin: 4.8125rem 0;
	padding: 4.5rem;
	display: grid;
	row-gap: 2.5rem;
	/* grid-template-columns: repeat(4, 1fr); */
	grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
	background: #f6f6f6;
	box-sizing: border-box;
	color: #333;
}

.orz-lk-label {
	position: absolute;
	top: -1.875rem;
	left: 50%;
	transform: translateX(-50%);
	width: 13.75rem;
	height: 3.75rem;
	background: #ab191a;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.5rem;
}
.orz-lk-label img {
	width: 1.9375rem;
	height: 1.9375rem;
	margin-right: 0.6875rem;
}
.orz-item-lk {
	position: relative;
	white-space: nowrap;
	font-size: 1.25rem;
}
.orz-item-lk::before {
	content: "";
	position: absolute;
	left: -0.9375rem;
	top: 50%;
	transform: translateY(-50%);
	border-left: 0.375rem solid #ab191a;
	border-top: 0.1875rem solid transparent;
	border-right: 0.1875rem solid transparent;
	border-bottom: 0.1875rem solid transparent;
}
@media screen and (max-width: 576px) {
	.orz_fixbox {
		padding: 0 1.875rem;
	}
	.orz-item {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 1.5rem;
		padding-left: 30px;
		padding-right: 30px;
		/* padding-left: 30px; */
	}
	.orz-item-lk {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
.mx-2 {
	margin: 0 0.5rem;
}
