.swiper-container {
	margin-top: 100px;
	width: 100%;
	height: 900px;
	background-color: rgb(179, 189, 196);
	transition: 1s background-color 1.3s;
}

.swiper-wrapper {
	transition-delay: 1s;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}

.swiper-text {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	padding: 0 20%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 99;
}

.text-item {
	font-size: 24px;
	color: #fff;
	width: 28%;
	text-align: center;
}

.text-item:hover {
	cursor: pointer;
}

.line {
	position: relative;
	height: 2px;
	background-color: #eee;
	border-radius: 3px;
	margin-top: 8px;
}

.line-item {
	height: 100%;
	background-color: #FF3636;
}

.time-display {
	position: absolute;
	right: 0;
	top: -20px;
	font-size: 12px;
	color: #666;
}

.progress-container {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 3px;
	background-color: rgba(255, 255, 255, 0.3);
}

.progress-container .line {
	height: 100%;
	background-color: #ff4d4f;
	border-radius: 3px;
	transition: width 0.1s linear;
	width: 0;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.title {
	transition-delay: 1s;
	z-index: 10;
}

.title h3 {
	font-weight: 700;
	font-size: calc(55px + 54 * ((53vw + 53vh) - 520px) / 820);
	letter-spacing: -1px;
	color: rgba(255, 255, 255, 0);
	-webkit-text-stroke: 2px #fff;
}

.img-box {
	width: 100%;
	height: 100%;
	position: absolute;
	transform: scale(0.6, 0.6);
	transition-duration: 1s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
	opacity: 0.9;
	overflow: hidden;
}

.img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.2, 1.2) translateX(50%);
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
	transition-property: transform;
}

.button-prev,
.button-next {
	transition: 0.5s;
	outline: none;
	position: absolute;
	width: 140px;
	z-index: 10;
	top: 65vh;
	transform: translateY(-34px);
	cursor: pointer;
}

.button-prev {
	left: 4vw;
}

.button-next {
	right: 4vw;
}

.button.disabled {
	opacity: 0.2;
	cursor: default;
}

#arrow-svg-home {
	transform: translateY(353px);
}

.button-next #arrow-svg-home {
	transform: translateY(353px) rotateY(180deg);
	transform-origin: 80px 0px 0px;
}

svg {
	transition: 0.5s;
}

.cls-1 {
	transition: 0.5s;
	opacity: 0.4;
	transform-origin: -20px 40px;
	opacity: 1;
}

.cls-4 {
	transition: 0.5s;
	stroke-width: 2px;
	stroke: #fff;
	fill: none;
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	opacity: 0.4;
	transform-origin: 0px 0px 0px;
}

#arrow-trg {
	transition: 0.5s;
	fill: #fff;
	transform: rotateY(180deg) translate(-53px, 39px);
}

#line {
	transition: 0.5s;
	stroke: #fff;
	transform: translate(50px, 42px);
}

.button-prev:not(.disabled):hover svg {
	transform: translateX(-25px);
}

.button-next:not(.disabled):hover svg {
	transform: translateX(25px);
}

.button:not(.disabled):hover .cls-1 {
	transform: scale(1.1);
}

.button:not(.disabled):hover .cls-4 {
	stroke-dasharray: 2px;
	stroke-dashoffset: 2px;
	opacity: 1;
}

.button:not(.disabled):hover #arrow-trg {
	transform: rotateY(180deg) translate(-37px, 39px);
}

.button:not(.disabled):hover #line {
	transform: translate(35px, 42px) scaleX(0.33);
}


.detail {
	background-image: url('../image/xqbg.webp');
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	margin-top: 62px;

}

.detail-left {
	flex: 1;
}

.detail-title {
	font-weight: 700;
	font-size: 48px;
	color: #000000;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 10px;
}

.detail-content {
	font-size: 14px;
	font-weight: 700;
	max-width: 775px;
	margin-top: 40px;

}

.detail-count {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 60%;
}

.count-item {
	font-size: 70px;
	font-weight: 700;
}

.count-txt {
	font-weight: 700;
	font-size: 18px;
	color: #404040;
	line-height: 35px;

}

.detail-right {
	margin-left: 20px;
	width: 35%;
	object-fit: cover;
}

.detail-btn {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	width: 160px;
	height: 56px;
	border-radius: 126px 126px 126px 126px;
}

.video {
	height: 800px;
}

.business {
	display: flex;
}

.business-txt {
	font-size: 24px;
	margin-right: 96px;
	font-weight: 400;
}

.business-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.business-item-img {
	width: 100%;

}

.b-mg {
	margin: 0 18px;
}

.information-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}
.information-item {
	background-color: #fff;
	padding:2%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.information-center {
background-color: #F0F0F0;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.information-item-time {
	font-size: 18px;
	margin-bottom: 20px;
}
.information-item-title {
	font-size: 22px;
	color: #000000;
}
.information-item-txt {
	font-size: 18px;
	color: #848484;
	margin: 20px 0;
}
.information-item-arr {
	font-size: 16px;
}
.pd-1 {
	padding: 11px;
}

@media (max-width: 576px) {
	.business-item {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.business-txt {
		margin: 10px 0;
	}
	.business-item-img {
		margin-bottom: 10px;
	}

	.text-item {
		font-size: 12px !important;
	}

	.swiper-container {
		height: 350px;
	}

	.video {
		height: 350px;
	}


	.detail {
		margin-top: 20px;
		display: flex;
		flex-direction: column;
	}

	.detail-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.detail-left,
	.detail-right {
		width: 100% !important;
		margin-left: 0;
	}

	.detail-content {
		margin-top: 10px;
	}

	.count-item {
		font-size: 40px;
	}

	.count-txt {
		font-size: 14px;
	}

	.detail-btn {
		margin: 10px 0;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		color: #fff;
		width: 100px;
		height: 30px;
		border-radius: 126px 126px 126px 126px;
	}

	.business {
		margin-top: 20px !important;
	}

	.business-txt {
		font-size: 10px;
		margin-right: 0;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 1.5;
		max-height: 3em;
	}

	.b-mg {
		margin: 0 4px;
	}
	.information-top {
		padding-top: 20px;
		margin-bottom:20px;
	}
	.business {
		display: flex;
		flex-direction: column;
	}
	.information-item {
		width: 100%;
		margin-top: 10px;
		padding: 10px;
	}
	.b-mg {
		margin: 0;
	}
	.information-center  {
		width: 100%;
	}

}

@media (max-width: 768px) {}

@media (max-width: 992px) {}

@media (max-width: 1200px) {}

@media (max-width: 1400px) {

	.detail-count {
		width: 100% !important;
	}


}