html,
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 1.5;
	font-family:
		system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto,
		Helvetica, Arial,
		sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
	-ms-text-size-adjust: 100%;
}

img {
	border: 0 none;
}

a {
	text-decoration: none;
	background-color: transparent outline: none;
}

a:active,
a:hover {
	outline: 0
}

p {
	margin: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	outline: none;
}

/* .clear {
	clear: both;
} */

.clear::after {
	content: "";
	display: block;
	clear: both;
}

.container {
	/* max-width: 1200px; */
	margin: 0 auto;
	min-height: 1px;
	padding: 0 10px;
}

.container::after {
	content: "";
	clear: both;
	display: block;
}

.container-1 {
	max-width: 1420px;
}

.loading {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	left: 0;
	top: -100vh;
	opacity: 0;
	background: #FBFBFB;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.ydy .loading {
	top: 0;
	opacity: 1;
	z-index: 999;
}

.loading img {
	position: absolute;
	max-width: 200%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	max-height: 100%;
}

.cqly {
	position: relative;
	z-index: 10;
	width: 100%;
	opacity: 1;
	margin-top: 0;
	background: #FFFFFF;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	transition: all 1.5s;
}

.hidden {
	height: 100vh;
	overflow: hidden;
}

.menu {
	display: none;
}

.menu {
	right: 20px;
	top: 19px;
	width: 24px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	z-index: 30;
}

.menu i {
	height: 2px;
	background: #fff;
	width: 26px;
	border-radius: 1px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.menu i:nth-child(1) {
	position: absolute;
	left: 16px;
	top: 17px;
}

.menu i:nth-child(2) {
	position: absolute;
	left: 16px;
	top: 26px;
}

.menu i:nth-child(3) {
	position: absolute;
	left: 16px;
	top: 35px;
}


.menu.active i:nth-child(1) {
	transform: translate(0, 0) rotate(45deg);
	opacity: 0;
}

.menu.active i:nth-child(2) {
	transform: translate(0, 0) rotate(45deg);
}

.menu.active i:nth-child(3) {
	transform: translate(0, -8px) rotate(-45deg);
}

/* µ¼º½ */
nav {
	width: 100%;
	height: 150px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	-webkit-transition: all 1.3s;
	-moz-transition: all 1.3s;
	-ms-transition: all 1.3s;
	transition: all 1.3s;
	transition-delay: 1.5s;
}

nav.nav-two {
	height: 105px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
	transition-delay: 0s;
}

.ydy nav {
	top: -150px;
}

.top-1 {
	width: 100%;
	height: 45px;
	background: #8D1B20;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.top-1 .time {
	font-size: 0.91125rem;
	color: #FFFFFF;
	line-height: 45px;
	float: left;
}

.top-1 .ser {
	width: 140px;
	height: 20px;
	float: right;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	margin-top: 12.5px;
}

.top-1 .ser .wen {
	float: left;
	background: none;
	border: none;
	width: 115px;
	padding-left: 10px;
	height: 20px;
	color: #FFFFFF;
	font-size: 0.75rem;
}

.top-1 .ser .sou {
	float: left;
	width: 20px;
	height: 20px;
	background: none;
	border: none;
	background: url(/templates/site2021/images/sou.png) no-repeat center center;
	background-size: 14px 14px;
}


/* menu */
.top-2 {
	width: 100%;
	height: 105px;
	position: absolute;
}

.top-2 .container {
	position: relative;
	z-index: 10;
}

.top-2::before {
	content: "";
	position: absolute;
	top: 0;
	opacity: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #8D1B20;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.top-2::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/templates/site2021/images/top-2bg.png) center bottom;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.nav-two {
	/* background: #8D1B20; */
}

.nav-two .top-1 {
	height: 0;
	overflow: hidden;
}

.nav-two .top-2::before {
	opacity: 1;
	top: 0;
}

.nav-two .top-2::after {
	top: -100%;
	/* opacity: 0; */
}

.top-2 .logo {
	float: left;
	display: inline-block;
	margin-top: 20px;
}

.top-2 .logo img {}

.nav-ul {
	width: 983px;
	max-width: calc(100% - 330px);
	float: right;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-content: stretch;
}

.nav-ul>li {
	float: left;
	padding: 10px 0;
	margin-top: 27.5px;
	position: relative;
}

.nav-ul>li>i {
	display: none;
}

.nav-ul>li>a {
	font-size: 1.2rem;
	color: #FFFFFF;
	padding: 0 5px;
	display: inline-block;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-ul>li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 95%;
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	opacity: 0;
	transform: translateY(-20px) scale(0.4, 1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.nav-ul>li:hover::after {
	opacity: 1;
	transform: translateY(0) scale(1, 1);
}


/* ¶þ¼¶ */
.nav-ul>li .sub {
	position: absolute;
	top: 100%;
	top: 70%;
	width: 415px;
	height: 162px;
	background: #DEDDDE;
	background: rgba(238, 235, 234, 0.82);
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.nav-ul>li .sub::before {
	content: "";
	position: absolute;
	left: 60px;
	top: 175px;
	width: 100%;
	height: 100%;
	background: url(/templates/site2021/images/sub-fu.png) no-repeat left top;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.nav-ul>li .sub::after {
	content: "";
	position: absolute;
	right: -60px;
	top: 0;
	width: 68px;
	height: 100%;
	background: #8D1B20;
	opacity: 0;
	background: rgba(141, 27, 32, 0.82);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.nav-ul>li:hover .sub {
	visibility: inherit;
	opacity: 1;
	z-index: 20;
	top: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.nav-ul>li:hover .sub::before {
	top: 75px;
	transition-delay: 0.6s;
}

.nav-ul>li:hover .sub::after {
	right: 0;
	opacity: 1;
	transition-delay: 0.4s;
}

.sub-ul {
	width: 264px;
	float: left;
	height: 100%;
	padding: 33px 0 33px 24px;
	position: relative;
	z-index: 10;
}

.sub-ul li {
	width: 50%;
	height: 32px;
	float: left;
	line-height: 32px;
	padding-left: 33px;
}

.sub-1 .sub-ul li {
	width: 100%;
}

.sub-ul li a {
	display: inline-block;
	width: 100%;
	position: relative;
	font-size: 0.875rem;
	color: #434343;
	padding-left: 23px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.sub-ul li a::before,
.sub-ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
	background: url(/templates/site2021/images/subli-1.png) no-repeat left center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.sub-ul li a::after {
	left: -10px;
	opacity: 0;
	background-image: url(/templates/site2021/images/subli-2.png);
}

.sub-ul li a:hover::before {
	left: 10px;
	opacity: 0;
}

.sub-ul li a:hover::after {
	left: 0;
	opacity: 1;
}

.sub-ul li a:hover {
	color: #8D1B20;
}

.nav-ul>li .sub>img {
	max-width: 135px;
	max-height: 141px;
	float: right;
	position: relative;
	z-index: 10;
	margin-top: 11px;
	margin-right: 5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.nav-ul>li:hover .sub>img {
	margin-right: 15px;
	transition-delay: 0.3s;
}


/* footer */
footer {
	width: 100%;
	text-align: center;
	background: #94080B;
	padding: 20px 0;
	float: left;
}

footer .container {
	max-width: 1420px;
}

footer img {
	max-width: 80%;
}

footer p {
	margin-top: 20px;
}

footer p span {
	display: inline-block;
	font-size: 0.875rem;
	color: #FFFFFF;
	margin: 0 10px;
}

footer p span a {
	font-size: 0.875rem;
	color: #FFFFFF;
	position: relative;
}

footer p span a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	opacity: 0;
	width: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

footer p span a:hover::before {
	opacity: 1;
	width: 100%;
}
