html {
	font-size: 16px;
}

body {
	width: 100%;
	font-weight: normal;
	font-family: "Microsoft Yahei", "微软雅黑", Helvetica, PingFangSC, Arial, sans-serif;
}

@media screen and (max-width: 576px) {
	html {
		font-size: 12px;
	}
}

/* 头部 */
.pc-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 97;
	width: 100%;
	/* min-width: 1600px; */
	box-sizing: border-box;
}
.header_search_box {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.9;
	background: #ab191a;
	opacity: 0.9;
	cursor: pointer;
	transition: all ease-in-out 0.5s;
	overflow: hidden;
}
.header_search_box.active {
	height: 56.25rem;
}
.search_close_btn {
	display: inline-block;
	width: 3.5rem;
	height: 3.5rem;
	position: absolute;
	top: 3.5rem;
	right: 3.5rem;
}
.search_close img {
	width: 3.5rem;
	height: 3.5rem;
}
.search_input_box {
	position: relative;
	width: 57.75rem;
	height: 5.375rem;
	margin: 0 auto;
	font-size: 1.375rem;
}
.search_input_box a {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	width: 5.375rem;
	height: 5.375rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search_input_box a img {
	width: 2.25rem;
	height: 2.25rem;
}
.form-control {
	font-size: 1.25rem;
}

.slideBlock {
	display: none;
	position: absolute;
	top: 5rem;
	/* left: auto; */
	left: 40px;
	/* right: auto; */
	/* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
	/* float: right; */
}
.slideBox::before {
	content: "";
	/* width: 72px; */
	height: 16px;
	background-color: transparent;
	position: absolute;
	top: -16px;
	left: 0;
}
.slideBox {
	display: flex;
	padding: 20px 20px;
	background-color: #fff;
	color: #333;
	font-size: 1rem;
	font-weight: normal;
}
.on .slideBlock {
	display: block;
}
.slideBox img {
	width: 14.5rem;
	height: 9.5625rem;
	margin-right: 1.5625rem;
}
.slideBox ul {
	width: 28.125rem;
	height: 6.875rem;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.slideBox li {
	width: 30%;
	font-size: 1.125rem;
	margin-right: 0;
}
.slideBox li:hover {
	cursor: pointer;
}

.pc-header a {
	color: #fff;
}
.top_lks {
	padding: 1.1875rem 4.5rem 1.25rem;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.top_lks_right {
	display: flex;
	align-items: center;
}
.top_lks_right span {
	display: inline-block;
	width: 1px;
	height: 0.625rem;
	background: #fff;
}

.orz_navlks {
	height: 100%;
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	padding: 0 4.375rem;
	box-sizing: border-box;
}
.orz_navlks_logo {
	width: 31.0625rem;
	height: 5.75rem;
	margin-right: 5.5625rem;
}
.orz_crumbs {
	position: relative;
	flex: 1;
	display: flex;
}
.orz_crumbs ol {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
}
.orz_crumbs a {
	padding: 0.75rem 0;
	white-space: nowrap;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
	.orz_crumbs a {
		font-size: 12px;
	}
}
.orz_crumbs a:hover {
	border-bottom: 8px solid #fff;
}
.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	width: 100%;
	/* min-width: 1600px; */
	height: 7.5rem;
	padding: 0.875rem 0;
	box-sizing: border-box;
	background: #fff;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.fixed-header a {
	color: #333;
}

.mobile_header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 98;
	width: 100%;
	height: 5rem;
	color: #fff;
	background: #fff;
}
.mobile_header_logo {
	width: 11.25rem;
}
.navbar-toggler {
	border: 1px solid #ab191a;
	border-radius: 2px;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.toggler-i {
	width: 2.5rem;
	height: 1px;
	margin: 0.5rem 0;
	background-color: #ab191a;
}
.mobile_header .navbar {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
#navbarSupportedContent {
	position: absolute;
	top: 4rem;
	left: 0;
	width: 100%;
	padding: 1.875rem;
	box-sizing: border-box;
	background: #fff;
	transition: all linear 0.5s;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
#navbarSupportedContent ol {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 1rem;
}

/* 脚部 */
footer {
	width: 100%;
	color: #fff;
	white-space: nowrap;
}

.friend-lks {
	height: 3.75rem;
	padding: 0 8.75rem;
	box-sizing: border-box;
	background: #ab191a;
}
.friend-lks img {
	width: 1.3125rem;
	height: 1.3125rem;
}
.friend-lks li:first-of-type {
	margin-right: 20px;
}
.friend-lks li:not(:first-of-type):not(:last-of-type)::after {
	content: "|";
	margin: 0 20px;
}
.friend-lks .footer_line {
	width: 1px;
	height: 0.625rem;
	background: #fff;
}
.friend-lks a {
	color: #fff;
}

.footer-address {
	width: 100%;
	padding: 20px 140px;
	color: #fff;
	background-image: url("../../imgs/bottom/bg.png");
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
/* .footer-address ul li {
  margin-right: 2.5rem;
} */
.footer-address ul li:last-of-type {
	margin-right: 0;
}
.footer-logo img {
	width: 31.0625rem;
	height: 92px;
}
.footer-title {
	font-size: 1.125rem;
}
.part-line {
	width: 100%;
	height: 1px;
	margin: 10px 0;
	background: rgba(255, 255, 255, 0.2);
}
.footer-code img {
	width: 7rem;
	height: 7rem;
}
.footer-copyright {
	background: #930001;
	padding: 12px 0;
	color: #fff;
	box-sizing: border-box;
}
.footer-copyright li {
	padding: 0 0.625rem;
}
.footer-copyright a {
	color: #fff;
}
.footer-beian img {
	width: 1.125rem;
	height: 1.125rem;
	margin-right: 0.25rem;
}
.sydw {
	width: 2.5rem;
}
.mobile_footer {
	box-sizing: border-box;
}
.mobile_footer a {
	color: #fff;
}
.mobile_footer_lks {
	padding: 30px;
	box-sizing: border-box;
	background: #ab191a;
}
.mobile_footer_lks ol li {
	margin: 0.5rem 0;
	text-indent: 1.5em;
}
.mobile_footer_address {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 0;
	color: #fff;
	background-image: url("../../imgs/bottom/bg.png");
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
.mobile_contact {
	padding: 30px;
	box-sizing: border-box;
	background: #930001;
}
.yjw_main_box {
	padding: 0 8.75rem;
	box-sizing: border-box;
}

@media screen and (max-width: 576px) {
	.yjw_main_box {
		padding: 0 1.875rem;
	}
}
