.top {
	max-width: 1920px;
	width: 100%;
	height: 36px;
	background-color: #CA0E27;
	color: white;
	text-align: center;
	letter-spacing: 8px;
	font-size: 18px;
	line-height: 36px;
	margin: 0 auto;
}
form {
	display: flex;
	flex-direction: row;
}


.daohang {
	max-width: 1920px;
	width: 100%;
	height: 100px;
	display: flex;
	flex-direction: row;
	text-align: center;
	margin: 0 auto;
	justify-content: space-around;
}

.LOGO {
	max-width: 392px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.daohang-top {
	font-size: 30px;
	color: #CA0E27;
	font-weight: 600;
}

.daohang-bottom {
	font-size: 12px;
	color: #4B4B4B;
	font-weight: 600;
}

.daohang-sousuo {
	max-width: 420px;
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sousuo-input {
	width: 340px;
	height: 56px;
	padding: 0 20px;
	border: 2px solid #CA0E27;
	border-top-left-radius: 28px;
	border-bottom-left-radius: 28px;
	outline: none;
}

.sousuo-btn {
	width: 80px;
	height: 56px;
	background-color: #CA0E27;
	border: 2px solid #CA0E27;
	border-top-right-radius: 28px;
	border-bottom-right-radius: 28px;
}

.gengduo {
	display: none;
}

.biaoti-div {
	max-width: 1920px;
	width: 100%;
	height: 50px;
	background-color: #CA0E27;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.biaoti-ul {
	max-width: 1520px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 120px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.erji-xiala {
	position: absolute;
	top: 36px;
	left: 0px;
	width: 105px;
	background-color: #CA0E27;
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
	display: none;
	z-index: 10000;
}

.biaoti-ul>li {
	position: relative;
}

.erji-item {
	height: 34px;
	line-height: 34px;
	border-top: 1px solid #ffffff;
	box-sizing: border-box;
}

.erji-menu {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
}

.biaoti-ul>li:hover .erji-xiala {
	display: block;
}

.erji-item:hover {
	background-color: #ffffff;
}

.erji-item:hover .erji-menu {
	color: #CA0E27;
}

.menu-li.active {
	background-color: #D3354A;
}

a {
	text-decoration: none;
}

.menu-li {
	color: white;
	font-size: 16px;
	padding: 14px 24px 12px 24px;
}

.carousel-wrap {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 650px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 62px;
}

.carousel-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.8s ease;
}

.carousel-item.active {
	opacity: 1;
}

.carousel-item img {
	width: 100%;
	height: 100%;
}

.text-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.text-line1 {
	width: 100%;
	font-size: 90px;
	font-weight: bold;
	margin-bottom: 60px;
}

.text-line2 {
	width: 100%;
	font-size: 40px;
	text-decoration: underline;
	text-decoration-color: #fff;
	text-decoration-thickness: 2px;
	text-underline-offset: 8px;
}

.indicator-wrap {
	position: absolute;
	bottom: 80px;
	left: 200px;
	z-index: 10;
	display: flex;
}

.indicator-item {
	width: 140px;
	height: 4px;
	background: rgba(255, 255, 255, 0.3);
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.indicator-item.active {
	background: #CA0E27;
	border-radius: 2px;
}

@media (max-width: 1280px) and (min-width: 768px) {
	.top {
		max-width: 1280px;
		width: 100%;
	}

	.daohang {
		max-width: 1280px;
		width: 100%;
	}

	.LOGO {
		max-width: 350px;
	}

	.daohang-top {
		font-size: 24px;
	}

	.daohang-bottom {
		font-size: 10px;
	}

	.daohang-sousuo {
		max-width: 400px;
		width: 100%;
	}

	.sousuo-input {
		width: 300px;
		height: 44px;
		border-top-left-radius: 22px;
		border-bottom-left-radius: 22px;
		outline: none;
	}

	.erji-xiala {
		position: absolute;
		top: 35px;
		left: 0;
		width: 68px;
	}

	.sousuo-btn {
		width: 80px;
		height: 44px;
		border-top-right-radius: 22px;
		border-bottom-right-radius: 22px;
	}

	.biaoti-div {
		max-width: 1280px;
		width: 100%;
		height: 50px;
		background-color: #CA0E27;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.biaoti-ul {
		max-width: 880px;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		display: flex;
		padding: 0;
		height: 100px;
		flex-direction: row;
		align-items: center;
		justify-content: space-around;
	}

	a {
		text-decoration: none;
	}

	.menu-li {
		color: white;
		font-size: 12px;
		padding: 15px 10px;
	}
	.erji-item {
		font-size: 10px;
	}

	.carousel-wrap {
		max-width: 1280px;
		width: 100%;
		height: 420px;
	}

	.text-line1 {
		font-size: 40px;
	}

	.text-line2 {
		font-size: 30px;
	}

	.indicator-item {
		width: 100px;
	}

	.indicator-wrap {
		position: absolute;
		bottom: 20px;
		left: 80px;
	}
}

@media (max-width: 767px) {
	.top {
		max-width: 767px;
		width: 100%;
		height: 20px;
		letter-spacing: 4px;
		font-size: 12px;
		line-height: 20px;
	}

	.daohang {
		max-width: 767px;
		width: 90%;
		height: auto;
		margin: 0 auto;
		flex-direction: column;
		justify-content: center;
		position: relative;
		padding: 10px 0;
	}

	.LOGO {
		max-width: 200px;
		width: 100%;
		margin-bottom: 10px;
	}

	.daohang-top {
		font-size: 14px;
	}

	.daohang-bottom {
		font-size: 6px;
	}

	.daohang-sousuo {
		max-width: 767px;
		width: 100%;
		height: auto;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.sousuo-input {
		width: calc(100% - 80px);
		height: 36px;
		border-top-left-radius: 18px;
		border-bottom-left-radius: 18px;
		outline: none;
		font-size: 12px;
	}

	.sousuo-btn {
		width: 80px;
		height: 36px;
		border-top-right-radius: 18px;
		border-bottom-right-radius: 18px;
		cursor: pointer;
	}

	.gengduo {
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 10px;
		right: 10%;
		z-index: 999;
		cursor: pointer;
	}

	.gengduo-img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}


	.gengduo>ul {
		position: fixed;
		top: auto;
		left: 0;
		right: 0;
		width: 100vw;
		background-color: #CA0E27;
		display: none;
		flex-direction: column;
		padding: 0;
		margin: 0;
		z-index: 998;
		max-height: calc(100vh - 50px);
		overflow-y: auto;
	}

	.gengduo>ul>li {
		padding: 15px 0;
		text-align: center;
		position: relative;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
	}

	.gengduo>ul>li>a {
		color: white;
		font-size: 18px;
		display: block;
		width: 100%;
	}

	.gengduo-child {
		display: none;
		position: relative;
		width: 100%;
		background-color: #B00C22;
		padding: 0;
		margin: 0;
		list-style: none;
		flex-direction: column;
	}

	.gengduo-child li {
		padding: 10px 0;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		width: 100%;
		box-sizing: border-box;
		margin: 0;
	}

	.gengduo-child li a {
		font-size: 16px;
		color: white;
		display: block;
		width: 100%;
	}

	.biaoti-div {
		display: none;
	}

	.carousel-wrap {
		max-width: 767px;
		width: 100%;
		height: 200px;
	}

	.text-line1 {
		font-size: 18px;
	}

	.text-line2 {
		font-size: 14px;
		text-decoration-thickness: 1px;
		text-underline-offset: 4px;
	}

	.indicator-item {
		width: 60px;
		height: 2px;
	}

	.indicator-wrap {
		position: absolute;
		bottom: 10px;
		left: 20px;
	}
}