.main-container {
	box-sizing: content-box;
	width: 100vw;
	height: 100vh;
	background: #000;
	color: #999999;
}

.main-container section {
	width: 100vw;
	height: 100vh;
}

.page-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	height: 100vh;
}

.page-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-container {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	width: 19.2rem;
	height: 100%;
	background: url(../images/page-container-bg.png) no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.page6 .videoContent:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/zz.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	pointer-events: none;
}

.page6 .page-container:after,
.page4 .page-container:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/page-container-bg.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.page-container .title-box {
	position: absolute;
	top: .55rem;
	left: .18rem;
	width: 2.9rem;
	height: .89rem;
	z-index: 2;
}

.page3 .page-container .title-box {
	width: 2.98rem;
}

.page4 .page-container .title-box {
	width: 4.7rem;
}

.page5 .page-container .title-box {
	width: 3.07rem;
}

.page6 .page-container .title-box {
	width: 4.1rem;
}

.page7 .page-container .title-box {
	width: 1.63rem;
	top: .94rem;
	left: 1.22rem;
}

.page-container .content {
	position: relative;
	z-index: 2;
}

.page-container .title-box img {
	display: block;
	width: 100%;
}

.page1 {
	width: 100%;
	height: 100%;
}

.reserve-box {
	width: 2.71rem;
	height: 2.35rem;
	position: absolute;
	/* background: url(../images/yyBtn.png) no-repeat center; */
	/* background-size: cover; */
	bottom: 1.2rem;
	left: 50%;
	margin-left: -1.355rem;
	z-index: 5;
	cursor: pointer;
}
.reserve-box img{
	display:block;
	width:100%;
}
/* .reserve-box img {
	display: block;
	width: 1.25rem;
	height: 1.08rem;
	position: absolute;
	left: 0.18rem;
	top: 0.21rem;
	opacity: 0;
	-webkit-animation: warn 2s linear both;
	-moz-animation: warn 2s linear both;
	-o-animation: warn 2s linear both;
	animation: warn 2s linear both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
} */

@-webkit-keyframes warn {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	90% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

/* @-moz-keyframes warn {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	
	100% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 0
	}
}

@-o-keyframes warn {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	
	100% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 0
	}
}

@keyframes warn {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	
	100% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 0
	}
} */

.reserve-box .delay-01 {
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0;
}

.reserve-box .delay-02 {
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s;
}

.reserve-box .delay-03 {
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s;
}
.reserve-box .delay-04 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s;
}
.page-tips {
	position: absolute;
	bottom: 0.1rem;
	left: 50%;
	z-index: 5;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	align-items: center;
	font-size: 13px;
	font-family: "HYYaKuHei-75J";
	animation: heroMouseDown 1.5s linear infinite;
	-webkit-animation: heroMouseDown 1.5s linear infinite;
}

@keyframes heroMouseDown {

	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(-50%, -10px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate(-50%, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, 8px);
	}
}

@-webkit-keyframes heroMouseDown {

	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(-50%, -10px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate(-50%, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, 8px);
	}
}

@-moz-keyframes heroMouseDown {

	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(-50%, -10px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate(-50%, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, 8px);
	}
}

@-ms-keyframes heroMouseDown {

	0%,
	30% {
		opacity: 0;
		-webkit-transform: translate(-50%, -10px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate(-50%, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, 8px);
	}
}

.page1 .page-tips img {
	width: 1.041666vw;
	height: 2.916666vw;
}

.page1 .channel-list {
	position: absolute;
	bottom: 0.5rem;
	left: 1rem;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 16px;
}

.page2 {
	position: relative;
	width: 100%;
	height: 100%;
}

.page2 .title-box img {
	width: 100%;
}

.page2 .reserve-num {
	position: absolute;
	top: 1.4rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 2.5rem;
}

.page2 .reserve-num .title {
	width: 100%;
}

.page2 .reserve-num .num {
	text-align: center;
	font-size: 0.3rem;
	font-family: "xiaozi";
	color: #ff6a13;
	margin-top: 0.06rem;
}

.page2 .progress-box {
	position: absolute;
	top: 1.02rem;
	left: 0;
	width: 100%;
	height: auto;
	display: flex;
	padding: 0 1.74rem 0 1.48rem;
	gap: 0.72rem;
}

.page2 .progress-box .progress-item {
	position: relative;
	width: 2.04rem;
	height: 3.4rem;
	padding-top: 0.8rem;
}

.page2 .progress-box .progress-item:nth-child(1) {
	margin-top: 2.8rem;
}

.page2 .progress-box .progress-item:nth-child(2) {
	margin-top: 2.24rem;
}

.page2 .progress-box .progress-item:nth-child(3) {
	margin-top: 1.68rem;
}

.page2 .progress-box .progress-item:nth-child(4) {
	margin-top: 1.12rem;
}

.page2 .progress-box .progress-item:nth-child(5) {
	margin-top: 0.56rem;
}

.page2 .progress-box .progress-item .content {
	position: relative;
	width: 2.04rem;
	height: 2.71rem;
	background: url(../images/reserve-num-box.png) no-repeat;
	background-size: cover;
	margin-left: -1px;
	overflow: hidden;
}

.page2 .progress-box .progress-item .content::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2.01rem;
	height: 1px;
	background-color: #5c5c5c;
}

.page2 .progress-box .progress-item .content::after {
	content: "";
	position: absolute;
	right: -0.81rem;
	bottom: 0.29rem;
	width: 0.92rem;
	height: 1px;
	background-color: #5c5c5c;
	transform: rotate(-36deg);
}

.page2 .progress-box .progress-item:nth-child(1) .content::before {
	width: 3.5rem;
	left: -1.48rem;
}

.page2 .progress-box .progress-item:nth-child(6) .content::after {
	width: 1.74rem;
	right: -1.71rem;
	bottom: 0;
	transform: rotate(0);
}

.page2 .progress-box .progress-item .num {
	width: 100%;
	text-align: center;
	color: #838383;
	font-size: 0.18rem;
	margin-top: 0.16rem;
	font-family: "HYYaKuHei-75J";
}

.page2 .progress-box .progress-item.active {
	background: url(../images/reserve-num-box-wrapper-bg.png) no-repeat;
	background-size: contain;
}

.page2 .progress-box .progress-item.active .content {
	background: url(../images/reserve-num-box-active.png) no-repeat;
	background-size: cover;
}

.page2 .progress-box .progress-item.active .content img:nth-child(1) {
	display: block;
}

.page2 .progress-box .progress-item .content img:nth-child(1) {
	display: none;
	width: 1.84rem;
	margin: .19rem 0 0 .1rem;
}
.page2 .progress-box .progress-item .content img:nth-child(2){
	display:none;
}
.page2 .progress-box .progress-item.active .content img:nth-child(2){
	display:block;
	width:1.9rem;
	height:2.46rem;
	position:absolute;
	left:0.06rem;
	top:0.05rem;
	opacity:0;
	z-index:2;
	cursor: pointer;
}
.page2 .progress-box .progress-item.active .content img:nth-child(2).active{
	opacity:1;
	display:block;
}
.page2 .progress-box .progress-item.active .content::before {
	background-color: #ff6a13;
}

.page2 .progress-box .progress-item.active .content::after {
	background-color: #ff6a13;
}

.page2 .progress-box .progress-item.active.last .content::after {
	background: linear-gradient(to right, #ff6a13, #5c5c5c);
}

.page2 .progress-box .progress-item.active .num {
	color: #fff;
}

.page2 .progress-box .progress-item .active-arrow {
	display: none;
	position: absolute;
	top: 0.415rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0.23rem;
}

.page2 .progress-box .progress-item .active-tips {
	display: none;
	position: absolute;
	top: 0.98rem;
	left: 0;
	z-index: 5;
	width: 1.04rem;
}

.page2 .progress-box .progress-item.active .active-arrow {
	display: block;
}

.page2 .progress-box .progress-item.active .active-tips {
	display: block;
}

.page3 {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
}

.page3 .content {
	position: relative;
	width: 13.93rem;
	height: 5.12rem;
	display: flex;
	margin: 0 auto;
	top: 55%;
	transform: translate(0, -45%);
	-webkit-transform: translate(0, -45%);
	display: -webkit-flex;
	justify-content: space-between;
}

.page3 .news-left {
	position: relative;
	width: 8.1rem;
	height: 100%;
}

.page3 .news-left .mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page3 .news-left .news-swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.page3 .news-left .news-swiper img {
	width: 7.96rem;
	height: 4.57;
	object-fit: cover;
	margin: .06rem 0 0 0.06rem;
}

.page3 .news-left .news-swiper .news-swiper-pagination {
	width: 4.47rem;
	height: 0.7rem;
	position: absolute;
	bottom: 4px;
	left: 0;
	z-index: 5;
	display: flex;
	align-items: center;
}

.page3 .news-swiper .news-swiper-pagination .swiper-pagination-bullet {
	box-sizing: border-box;
	border-radius: 0;
	width: 1.426rem;
	height: 100%;
	padding-top: 0.3rem;
	line-height: 0.36rem;
	text-align: center;
	margin: 0;
	color: #fff;
	font-size: 0.16rem;
}

.page3 .news-swiper .news-swiper-pagination .swiper-pagination-bullet-active {
	background: url(../images/news-swiper--pagination-active.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
}

.page3 .news-right {
	position: relative;
	width: 5.37rem;
	height: 4.61rem;
}

.page3 .tabs {
	width: 100%;
}

.page3 .tabs .tabs-header {
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #3b3b3b;
	box-sizing: border-box;
}

.page3 .tabs .tabs-header .tabs-nav {
	width: 1.34rem;
	height: 100%;
	text-align: center;
	font-size: 0.34rem;
	font-family: "xiaozi";
	color: #999999;
	cursor: pointer;
	padding-bottom: .1rem;
}
.page3 .tabs .tabs-header .tabs-nav:hover{
	color: #ff6a13;
	border-bottom: 2px solid #ff6a13;
}
.page3 .tabs .tabs-header .tabs-nav.active {
	color: #ff6a13;
	border-bottom: 2px solid #ff6a13;
}

.page3 .tabs .tabs-content {
	width: 100%;
}

.page3 .tabs .tabs-content .tabs-panel {
	display: none;
}

.page3 .tabs .tabs-content .tabs-panel.active {
	display: block;
}

.page3 .news-right .dot {
	width: 3px;
	height: 3px;
	background-color: #999999;
	margin-right: 0.16rem;
	margin-left: .14rem;
}

.page3 .news-right .left {
	color: #fff;
	font-size: 0.16rem;
	letter-spacing: 0.35rem;
	margin-right: 0.17rem;
}

.page3 .news-right .right {
	flex: 1;
	color: #999999;
	font-size: 0.16rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.page3 .news-right .right a {
	color: inherit;
}

.page3 .news-list {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.page3 .tabs-commend {
	width: 100%;
	height: .55rem;
	position: relative;
	line-height: .55rem;
	border-bottom: 0.01rem solid #999999;
	font-size: .26rem;
	color: #ff6a13;
	text-indent: .32rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: 'xiaozi';
}
.page3 .tabs-commend a{
	color: #ff6a13;
	text-decoration:none;
}
.page3 .news-list .list-item {
	width: 100%;
	height: .55rem;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #999999;
	cursor: pointer;
	text-decoration: none;
	font-size: .18rem;
	color: #bcbcbc;
	font-family: 'xiaozi';
}

.page3 .news-list .list-item a {
	text-decoration: none;
}

.page3 .news-list .list-item:hover {
	color: #fff;
}

.page3 .news-list .list-item:hover .dot {
	background: #fff;
}

.page3 .news-list .list-item:hover .right {
	color: #fff;
}

.page3 .news-right-bottom {
	float: right;
	width: 1.64rem;
	height: .23rem;
}

.page3 .news-right-bottom a {
	display: block;
	width: 1.64rem;
}

.page3 .news-right-bottom a img {
	display: block;
	width: 100%;
}

.page4 {
	position: relative;
	width: 100%;
	height: 100%;
}

.page4 .content {
	width: 2.61rem;
	height: 4.3rem;
	position: absolute;
	top: 2.27rem;
	left: .87rem;
	z-index: 2;
}

.page4 .content .page4Prev {
	width: .52rem;
	height: .25rem;
	position: absolute;
	left: 50%;
	margin-left: -.26rem;
	top: 0;
	overflow: hidden;
	z-index: 2;
	cursor: pointer;
}

.page4 .content .page4Prev img {
	display: block;
	width: 100%;
}

.page4 .content .page4Prev:hover img:nth-child(1) {
	display: none;
}

.page4 .content .page4Next {
	width: .52rem;
	height: .25rem;
	position: absolute;
	left: 50%;
	margin-left: -.26rem;
	bottom: 0;
	overflow: hidden;
	z-index: 2;
	cursor: pointer;
}

.page4 .content .page4Next img {
	display: block;
	width: 100%;
}

.page4 .content .page4Next:hover img:nth-child(1) {
	display: none;
}

.page4 .content .page4Swiper {
	width: 100%;
	height: 3.4rem;
	overflow: hidden;
	position: relative;
	margin: .47rem auto 0;
}

.page4 .content .page4Swiper ul li {
	width: 100%;
	height: 1.04rem;
	cursor: pointer;
}

.page4 .content .page4Swiper ul li .page4item {
	width: 1.99rem;
	height: 1.04rem;
	background: url(../images/w.png) no-repeat center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	margin: 0 auto 0;
}

.page4 .content .page4Swiper ul li.swiper-slide-active .page4item {
	background: url(../images/h.png) no-repeat center;
	background-size: cover;
}

.page4 .content .page4Swiper ul li .page4item .page4itemPic {
	display: block;
	width: 1.91rem;
	height: .94rem;
	margin: 0.05rem auto 0;
}

.page4 .content .page4Swiper ul li .page4item .page4Bot {
	width: 1.91rem;
	height: .26rem;
	background: url(../images/ww.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 50%;
	margin-left: -.955rem;
	bottom: 0.05rem;
}

.page4 .content .page4Swiper ul li.swiper-slide-active .page4item .page4Bot {
	background: url(../images/hh.png) no-repeat center;
	background-size: cover;
}

.page4 .content .page4Swiper ul li.swiper-slide-active .page4item .page4Bot p {
	color: #fff;
}

.page4 .content .page4Swiper ul li.swiper-slide-active:after {
	display: block;
	content: '';
	width: 2.61rem;
	height: 1.02rem;
	background: url(../images/yy.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0.01rem;
}

.page4 .content .page4Swiper ul li .page4item .page4Bot p {
	font-size: .16rem;
	color: #717171;
	font-family: 'HYYaKuHei-55J';
	text-indent: 0.05rem;
	line-height: .26rem;
}

.page4 .page4TabMain {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}
.page4 .page4TabMain>video{
	display:none;
}
.page4 .page4TabMain>video.active{
	display:block;
}
.page4 .page4TabTxt{
	width:4.25rem;
	position:absolute;
	left:.9rem;
	top:6.82rem;
}
.page4 .page4TabTxt>div{
	width:100%;
	display:none;
	position:relative;
	font-family:'xiaozi'
}
.page4 .page4TabTxt>div.active{
	display:block;
}
.page4 .page4TabTxt>div h3{
	font-size:.33rem;
	color:#fff;
	position:relative;
	padding-bottom:.12rem;
}
.page4 .page4TabTxt>div h3:after{
	display:block;
	content:'';
	width:3.29rem;
	height:.02rem;
	background:url(../images/xian.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:0;
	bottom:0;
}
.page4 .page4TabTxt>div h3 span{
	color:#ff6a13;
}
.page4 .page4TabTxt>div p{
	font-size:.21rem;
	color:#999999;
	line-height:.28rem;
	padding:.12rem 0;
	position:relative;
}
.page4 .page4TabTxt>div p:after{
	display:block;
	content:'';
	width:3.29rem;
	height:.02rem;
	background:url(../images/xian.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:0;
	bottom:0;
}
.page4 .introduce-item {
	position: absolute;
	top: 2.75rem;
	left: 1.24rem;
	width: 4.5rem;
	height: auto;
}

.page4 .introduce-item .title {
	width: 100%;
	padding: 0.05rem 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #838383;
}

.page4 .introduce-item .title .title-left {
	height: 0.8rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page4 .introduce-item .title .title-en {
	color: #838383;
	font-size: 0.1rem;
	font-family: "HYYakuHei-HEW";
	margin-bottom: 0.05rem;
}

.page4 .introduce-item .title .title-cn {
	color: #fff;
	font-size: 0.32rem;
	font-family: "HYYakuHei-HEW";
}

.page4 .introduce-item .title .title-right {
	background: url(../images/kuang-bg.png) no-repeat;
	background-size: cover;
	width: 2.16rem;
	height: 0.7rem;
	text-align: center;
	line-height: 0.7rem;
}

.page4 .introduce-item .title .name {
	font-size: 0.45rem;
	color: #ff6a13;
	letter-spacing: 0.05rem;
}

.page4 .introduce-item .desc {
	color: #999999;
	font-size: 0.14rem;
	font-family: "HYYakuHei-HEW";
	line-height: 0.22rem;
	padding: 0.16rem 0;
	border-bottom: 1px solid #838383;
}

.page4 .introduce-item .desc p {
	margin-bottom: 0.1rem;
}

.page4 .introduce-item .desc p:last-child {
	margin-bottom: 0;
}

.page4 .introduce-item .source {
	background: url(../images/kuang-bg-1.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 2.25rem;
	padding: 3px;
	margin-top: 0.18rem;
}

.page4 .introduce-item .source img {
	width: 100%;
	height: 100%;
}

.page5 {
	position: relative;
	width: 100%;
	height: 100%;
}

.page6 .back-list {
	position: absolute;
	top: 25vh;
	left: 0.85rem;
}

.page5 .content {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	width: 19.2rem;
	height: 100%;
	margin: 0 auto;
}

.page5 .page-container {
	background: url(../images/page5-bgc.png) no-repeat;
	background-size: cover;
}

.page5 #slidePic {
	width: 14.26rem;
	height: .62rem;
	position: absolute;
	left: 50%;
	margin-left: -7.13rem;
	bottom: .5rem;
	z-index: 11;
}

.page5 #slidePic img {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	opacity: 0;
}

.page5 #slidePic img.active {
	opacity: 1;
}

.page6 .back-list .item {
	box-sizing: border-box;
	width: 2.61rem;
	height: 1.04rem;
	background: url(../images/page5-list-item-bg.png) no-repeat;
	background-size: cover;
	margin-bottom: 0.12rem;
	cursor: pointer;
	position: relative;
}

.page6 .back-list .item.active {
	width: 2.61rem;
	height: 1.04rem;
	background: url(../images/page5-list-item-active-bg.png) no-repeat;
	background-size: cover;
	margin-left: 0;
}

.page6 .back-list .item.active i {
	display: none;
}

.page6 .back-list .item img {
	margin: .05rem 0 0 .37rem;
}

.page6 .back-list .item img {
	width: 1.91rem;
	height: 0.94rem;
	object-fit: cover;
}

.page6 .back-list .item i {
	display: block;
	width: 1.91rem;
	height: .94rem;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	top: .05rem;
	left: .37rem;
	z-index: 1;
}

.page6 .back-swiper {
	position: absolute;
	top: 65vh;
	left: 1rem;
	width: 5.88rem;
	height: auto;
	overflow: hidden;
}

.page6 .back-swiper img {
	display: block;
	width: 100%;
}

.page6 .introduce-item {
	width: 4.5rem;
}

.page6 .introduce-item .title {
	width: 100%;
	padding: 0.05rem 0;
	display: flex;
	align-items: center;
}

.page6 .introduce-item .title .title-left {
	height: 0.8rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page6 .introduce-item .title .title-en {
	color: #838383;
	font-size: 0.1rem;
	font-family: "HYYakuHei-HEW";
	margin-bottom: 0.05rem;
}

.page6 .introduce-item .title .title-cn {
	color: #fff;
	font-size: 0.32rem;
	font-family: "HYYakuHei-HEW";
}

.page6 .introduce-item .title .title-right {
	background: url(../images/kuang-bg.png) no-repeat;
	background-size: cover;
	width: 2.16rem;
	height: 0.64rem;
	text-align: center;
	line-height: 0.64rem;
}

.page6 .introduce-item .title .name {
	font-size: 0.45rem;
	color: #ff6a13;
	letter-spacing: 0.05rem;
}

.page6 .introduce-item .line {
	width: 2rem;
	border-bottom: 1px solid #838383;
}

.page6 .introduce-item .line div {
	width: 0.5rem;
	height: 1px;
	background-color: #838383;
}

.page6 .introduce-item .desc {
	color: #999999;
	font-size: 0.14rem;
	font-family: "HYYakuHei-HEW";
	line-height: 0.22rem;
	padding: 0.16rem 0;
}

.page6 .introduce-item .desc p {
	margin-bottom: 0.1rem;
}

.page6 .introduce-item .desc p:last-child {
	margin-bottom: 0;
}

.videoContent {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: -1;
	pointer-events: none;
}

.videoContent>div {
	width: 100%;
	height: 100%;
	position: relative;
	display: none;
}

.videoContent>div.active {
	display: block;
}

.videoContent>div video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page6 {
	position: relative;
	width: 100%;
	height: 100%;
}

.page7 .feature-swiper {
	position: absolute;
	top: 1.8rem;
	left: 0;
	width: 100%;
}

.page7 .feature-swiper .swiper-wrapper {}

.page7 .feature-swiper .swiper-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page7 .feature-swiper .swiper-wrapper .swiper-slide {
	box-sizing: border-box;
	background: url(../images/kuang-bg-2.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	transition: 300ms;
	transform: scale(0.6);
	width: 12.44rem !important;
	height: 5.78rem !important;
	padding: 0.1rem;
	filter: grayscale(100%);
	position: relative;
	z-index: -1;
	opacity: 0.3;
}

.page7 .feature-swiper .swiper-wrapper .swiper-slide-active {
	filter: none;
	opacity: 0.9;
	transform: scale(1);
}

.page7 .feature-swiper-pagination {
	width: 12.44rem !important;
	height: 0.01rem !important;
	position: absolute;
	top: auto !important;
	left: 50% !important;
	bottom: -0.5rem !important;
	transform: translateX(-50%);
}

.page7 .feature-swiper-pagination.swiper-pagination-progressbar {
	background: #ffffff !important;
}

.page7 .feature-swiper-pagination .swiper-pagination-progressbar-fill {
	top: -0.01rem !important;
	height: 0.02rem !important;
	background: #ff6a13 !important;
}

.page7 .feature-swiper-button-prev {
	position: absolute;
	left: 2.8rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.25rem;
	height: 0.52rem;
	background: url(../images/page6-swiper-prev-btn.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}

.page7 .feature-swiper-button-prev:hover {
	background: url(../images/page6-swiper-prev-active-btn.png) no-repeat;
}

.page7 .feature-swiper-button-next {
	position: absolute;
	right: 2.8rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.25rem;
	height: 0.52rem;
	background: url(../images/page6-swiper-next-btn.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}

.page7 .feature-swiper-button-next:hover {
	background: url(../images/page6-swiper-next-active-btn.png) no-repeat;
}