.head_big_box {
	position: fixed;
	width: 100%;
	/* background: rgba(255, 255, 255, 0.2); */
	height: 110px;
	top: 0;
	left: 0;
	z-index: 9999;
}

.head_big_box .head_box {
	width: 1380px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 110px;
}

.head_big_box .head_box .logo {
	display: block;
}

.head_big_box .head_box .right_box {
	display: flex;
	align-items: center;
	height: 110px;
}

.head_big_box .head_box .right_box .nav_box {
	display: flex;
	color: white;
	align-items: center;
	height: 110px;
}

.head_big_box .head_box .right_box .nav_box li {
	margin-right: 60px;
	cursor: pointer;
	height: 110px;
	line-height: 110px;
}

.head_big_box .head_box .right_box .chooseEg {
	display: block;
	background: transparent;
	border: 1px solid white;
	color: #888484;
	outline: none;
	line-height: 32px;
	height: 32px;
	width: 110px;
	padding: 0 10px;
}

.chooseNav {
	color: #00B5E9;
	font-weight: bold;
	font-size: 18px;
}

.swiper-container {
	width: 100%;
	height: 100vh;
}

.swiper-container .swiper-wrapper .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;

}

.swiper-container .swiper-wrapper .swiper-slide .bg {
	width: 100%;
	min-width: 1280px;
	height: 100%;

}

.page1 .main {
	width: 1280px;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page1 .main .title1 {
	font-size: 70px;
	text-align: center;
	font-weight: bold;
	color: #f5f5f5;
	line-height: 96px;
	font-style: italic;
	-webkit-animation: blurIn 1s ease both;
}

.page1 .main .title2 {
	font-size: 24px;
	text-align: center;
	color: #ffffff;
	line-height: 32px;
	-webkit-animation: slideFromUp 1s ease both;
}

.page1 .down_row {
	position: absolute;
	width: 22px;
	bottom: 5%;
	left: calc(50% - 11px);
	-webkit-animation: swipeMove 1s ease infinite both;
}


@-webkit-keyframes swipeMove {
	0% {
		opacity: 0;
		transform: translate3d(0, -7px, 0)
	}

	70% {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}

	100% {
		opacity: 0;
		transform: translate3d(0, 7px, 0)
	}
}

.page2 .main {
	width: 1280px;
	height: 640px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
}

.page2 .swiper-container2 {
	position: absolute;
	left: 100px;
	top: 50px;
	width: 460px;
	height: 640px;
	-webkit-animation: blurIn 1s ease both;
}

.page2 .right_box {
	position: absolute;
	top: 50px;
	right: 100px;
	width: 500px;
	z-index: 11;
}

.page2 .right_box .title1 {
	width: 500px;
	height: 192px;
	opacity: 1;
	font-size: 96px;
	font-weight: bold;
	text-align: left;
	color: #f5f5f5;
	line-height: 96px;
	-webkit-animation: blurIn 1s ease both;
	font-style: italic;
}

.page2 .right_box .title2 {
	width: 448px;
	height: 78px;
	opacity: 0.7;
	font-size: 18px;
	text-align: left;
	color: #f5f5f5;
	line-height: 26px;
	margin-top: 40px;
	-webkit-animation: slideFromUp 1s ease both;
}

.page2 .right_box .more {
	width: 140px;
	height: 50px;
	background: #00b5e9;
	font-size: 18px;
	text-align: center;
	color: #f5f5f5;
	line-height: 50px;
	margin-top: 240px;
	-webkit-animation: slideFromUp 1s ease both;
	cursor: pointer;
}

.page2 .swiper-container2 .swiper-wrapper {
	width: 460px;
	height: 640px;
}

.page2 .swiper-container2 .swiper-slide img {
	width: 460px;
	height: 640px;
}


.page3 .main {
	width: 1280px;
	height: 640px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
}

.page3 .left_box {
	position: absolute;
	top: 50px;
	left: 100px;
	width: 500px;
	z-index: 11;
}

.page3 .left_box .title1 {
	width: 390px;
	height: auto;
	opacity: 1;
	font-size: 96px;
	font-weight: bold;
	text-align: left;
	color: #f5f5f5;
	line-height: 96px;
	-webkit-animation: blurIn 1s ease both;
	font-style: italic;
}

.page3 .left_box .title2 {
	width: 360px;
	height: 104px;
	opacity: 0.7;
	font-size: 18px;
	text-align: left;
	color: #f5f5f5;
	line-height: 26px;
	margin-top: 40px;
	-webkit-animation: slideFromUp 1s ease both;
}

.page3 .left_box .more {
	width: 140px;
	height: 50px;
	background: #00b5e9;
	font-size: 18px;
	text-align: center;
	color: #f5f5f5;
	line-height: 50px;
	margin-top: 110px;
	-webkit-animation: slideFromUp 1s ease both;
	cursor: pointer;
}

.page3 .right_box {
	position: absolute;
	top: 50px;
	right: 100px;
	width: 606px;
	height: 606px;
	z-index: 11;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.page3 .right_box .right_box2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 606px;
	height: 606px;
	z-index: 11;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	cursor: pointer;
	-webkit-animation: zoomIn 1s ease both;
}

.page3 .right_box .right_box2 .mask_box {
	width: 202px;
	height: 202px;
	background: #00000077;
	opacity: 0;
}

.page3 .right_box img {
	width: 202px;
	height: 202px;
	display: block;
	-webkit-animation: zoomIn 1s ease both;
}

.page3 .right_box .more {
	width: 200px;
	height: 200px;
	background: #00B5E9;
	text-align: center;
	line-height: 202px;
	font-size: 22px;
	color: white;
	-webkit-animation: zoomIn 1s ease both;
	cursor: pointer;
}

.page4 .main {
	width: 900px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.page4 .main .title {
	width: 100%;
	height: 96px;
	opacity: 1;
	font-size: 96px;
	font-weight: bold;
	text-align: center;
	color: #f5f5f5;
	line-height: 96px;
	font-style: italic;
	-webkit-animation: blurIn 1s ease both;
}

.page4 .main .video_x {
	width: 900px;
	height: 500px;
	margin-top: 30px;
	-webkit-animation: fadeIn 1s ease both;
}

.page4 .main .vrbtn {
	width: 360px;
	height: 56px;
	-webkit-animation: fadeFromBottom 1s ease both;
	margin-top: 20px;
}

.page5 .main {
	width: 1080px;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	padding-top: 50px;
}

.page5 .main .about {
	width: 600px;
	height: 600px;
	-webkit-animation: blurIn 1s ease both;
	overflow: hidden;
}

.page5 .main .swiper-container5 {
	width: 600px;
	height: 600px;
	flex-shrink: 0;
}

.page5 .main .swiper-container5 .swiper-wrapper,
.page5 .main .swiper-container5 .swiper-slide {
	width: 600px;
	height: 600px;
}

.page5 .main .swiper-container5 .swiper-slide img {
	width: 600px;
	height: 600px;
	object-fit: cover;
	display: block;
}

.page5 .main .right_box {
	width: 440px;
	height: auto;
	z-index: 11;
	margin-left: 90px;
}

.page5 .main .right_box .title1 {
	width: 430px;
	height: 96px;
	opacity: 1;
	font-size: 96px;
	font-weight: bold;
	text-align: left;
	color: #f5f5f5;
	line-height: 96px;
	font-style: italic;
	-webkit-animation: blurIn 1s ease both;
}

.page5 .main .right_box .title2 {
	width: 420px;
	opacity: 0.7;
	font-size: 16px;
	text-align: left;
	color: #f5f5f5;
	line-height: 26px;
	margin-top: 30px;
	-webkit-animation: slideFromUp 1s ease both;
	text-align: justify;
}

/* 长简介：与 title2 同级覆盖，不改字体字号颜色 */
.main .right_box .title2.intro-long {
	width: 560px;
	height: auto;
}

.right_box .intro-long + .more {
	margin-top: 32px;
}

.page5 .line {
	width: 18px;
	position: absolute;
	right: 150px;
	top: 40%;
	z-index: 10;
}

.page6 .main {
	width: 1120px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	flex-wrap: wrap;
}

.page6 .main .about {
	width: 1120px;
	height: 96px;
	opacity: 1;
	font-size: 96px;
	font-weight: bold;
	text-align: center;
	color: #f5f5f5;
	line-height: 96px;
	font-style: italic;
	-webkit-animation: blurIn 1s ease both;
}

.page6 .main .title_box {
	position: relative;
	width: 1120px;
	display: flex;
	justify-content: space-around;
	height: 46px;
	border-bottom: 1px solid #979797;
	margin-top: 40px;
	-webkit-animation: fadeIn 1s ease both;
}

.page6 .main .title_box .title {
	height: 46px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	line-height: 46px;
	cursor: pointer;
}

.page6 .main .title_box .choose {
	color: #00B5E9;
	border-bottom: 1px solid #00B5E9;
}

.page6 .main .content {
	width: 1120px;
	opacity: 0.7;
	font-size: 18px;
	text-align: left;
	color: #ffffff;
	line-height: 26px;
	margin-top: 30px;
	text-align: justify;
	-webkit-animation: zoomOut 1s ease both;
}

.page6 .main .tu {
	width: 1120px;
	height: 370px;
	margin-top: 40px;
	-webkit-animation: fadeFromBottom 1s ease both;
}


.page7 .main {
	width: 1120px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	flex-wrap: wrap;
}

.page7 .main .about {
	width: 1120px;
	height: 96px;
	opacity: 1;
	font-size: 96px;
	font-weight: bold;
	text-align: center;
	color: #f5f5f5;
	line-height: 96px;
	font-style: italic;
	-webkit-animation: blurIn 1s ease both;
}

.page7 .main .content {
	width: 1120px;
	opacity: 0.7;
	font-size: 18px;
	text-align: left;
	color: #ffffff;
	line-height: 26px;
	margin-top: 30px;
	text-align: justify;
	-webkit-animation: fadeFromBottom 1s ease both;
}

.page7 .main .tu {
	width: 1120px;
	height: 270px;
	margin-top: 40px;
	-webkit-animation: fadeIn 1s ease both;
}


.page8 .main {
	width: 880px;
	height: 640px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.page8 .main .tu {
	width: 560px;
	height: 160px;
	margin: 30px auto;
	display: block;
	margin-top: 180px;
}

.page8 .main .bot_qrcode {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 32px;
	width: 100%;
	margin: 30px auto;
	margin-top: 160px;
}

.page8 .main .bot_qrcode .qr-item {
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.page8 .main .bot_qrcode .qr-item img {
	width: 120px;
	height: 120px;
	display: block;
	margin: 0 auto 10px;
	border-radius: 3px;
	background: #fff;
	transition: transform 0.6s;
	-webkit-transition: transform 0.6s;
}

.page8 .main .bot_qrcode .qr-item:hover img {
	-webkit-transform: translateY(-10px) scale(1.08);
	transform: translateY(-10px) scale(1.08);
}

.page8 .main .bot_qrcode .qr-item span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	opacity: 0.9;
}

.page8 .main .title {
	width: 880px;
	opacity: 0.7;
	font-size: 16px;
	text-align: center;
	color: #f5f5f5;
	line-height: 30px;
}

.line_box2 {
	width: 18px;
	position: absolute;
	right: 8%;
	top: 40%;
	z-index: 10;
	display: none;
}

.line_box2 .line {
	width: 18px;
	display: none;
}

.dot_box {
	position: absolute;
	left: 8%;
	top: 40%;
	width: 29px;
	-webkit-animation: fadeIn .5s ease both;
	z-index: 10;
	display: none;
}

.dot_box .dot {
	display: none;
}


#main2 {
	width: 100%;
	height: 100vh;
	background: url(../images/p2/bg.png) no-repeat;
	background-size: cover;
}

#main2 .content {
	width: 1120px;
	height: 760px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	flex-wrap: wrap;
}

.time_line_box {
	width: 1120px;
	margin: 0 auto;
}

.time_line_box .time_year {
	width: 500px;
	color: white;
	display: flex;
	justify-content: center;
	margin: 50px auto;
}

.time_line_box .time_year span {
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	line-height: 26px;
	margin: 0 30px;
}

.time_line_box .line_box {
	position: relative;
	width: 1120px;
	height: 30px;
}

.time_line_box .line_box .line4 {
	width: 1120px;
	height: 1px;
	background: white;
	display: block;
}

.time_line_box .line_box .dot_box {
	width: 1120px;
	display: flex;
	justify-content: space-around;
	left: 0;
	top: -3px;
}

.time_line_box .line_box .dot_box span {
	width: 8px;
	height: 8px;
	background: #ffffff;
	border-radius: 100%;
}


.time_line_box .month_box {
	width: 1120px;
	display: flex;
	justify-content: space-around;
	margin: 10px auto;
}

.time_line_box .month_box span {
	font-size: 18px;
	color: #ffffff;
	line-height: 26px;
}

.time_line_box .choose_year {
	color: #00B5E9 !important;
}

.time_line_box .choose_dot {
	border: 8px solid #00B5E9;
	margin-top: -8px;
}

.time_line_box .choose_month {
	color: #00B5E9 !important;
}

.day_list {
	width: 1120px;
	margin: 0 auto;
	margin-top: 70px;
}

.day_list .day_box {
	width: 1120px;
	display: flex;
	align-items: center;
}

.day_list .day_box .day {
	width: 180px;
	height: 70px;
	border: 1px solid #ffffff44;
	font-size: 38px;
	text-align: center;
	color: #ffffff;
	line-height: 70px;
	font-style: italic;
}

.day_list .day_box .meet {
	width: 900px;
	border-bottom: 1px solid #ffffff55;
	margin-left: 42px;
}

.day_list .day_box .meet .meet1 {
	width: 900px;
	font-size: 24px;
	text-align: left;
	color: #ffffff;
	line-height: 32px;
	margin-bottom: 5px;
	margin-top: 40px;
}

.day_list .day_box .meet .meet2 {
	width: 900px;
	opacity: 0.7;
	font-size: 18px;
	text-align: left;
	color: #ffffff;
	line-height: 26px;
	margin-bottom: 40px;
}

.empty_box {
	width: 100px;
	margin: 150px auto;
}

.empty_box img {
	width: 88px;
	display: block;
	margin: 10px auto;
}

.empty_box .nodata {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	line-height: 25px;
}

#main3 {
	width: 100%;
	height: 100vh;
	background: url(../images/p3/bg.png) no-repeat;
	background-size: cover;
}

#main3 .sport_box {
	width: 1120px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	flex-wrap: wrap;
}

#main3 .sport_box .top_titles {
	height: 50px;
}

#main3 .sport_box .top_titles .swiper-wrapper {
	width: 500%;
	border-bottom: 1px solid #979797;
	height: 49px;
}

#main3 .sport_box .top_titles .choose_sport {
	color: #00B5E9 !important;
	border-bottom: 1px solid #00B5E9;
}


#main3 .sport_box .top_titles .swiper-button-next {
	right: 0;
}

#main3 .sport_box .top_titles .swiper-button-prev {
	left: 0;
}

#main3 .sport_box .top_titles .swiper-button-white::after {
	font-size: 30px !important;
}

#main3 .sport_box .bottom_tubox {
	width: 1120px;
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}

#main3 .sport_box .bottom_tubox .left_tubox {
	width: 260px;
	height: 560px;
	background: white;
}

#main3 .sport_box .bottom_tubox .left_tubox .location {
	width: 240px;
	height: 50px;
	background: #d8d8d8;
	line-height: 50px;
	padding-left: 20px;
	font-size: 16px;
	color: #222222;
}

#main3 .sport_box .bottom_tubox .left_tubox .locationtu {
	width: 240px;
	height: 360px;
}

#main3 .sport_box .bottom_tubox .left_tubox .message {
	width: 240px;
	height: 110px;
	padding-top: 10px;
	padding-left: 10px;
}

#main3 .sport_box .bottom_tubox .right_tubox {
	width: 840px;
	height: 560px;
}

#main3 .sport_box .bottom_tubox .right_tubox .gallery-top {
	width: 840px;
	height: 450px;
}

#main3 .sport_box .bottom_tubox .right_tubox .gallery-top img {
	width: 100%;
	height: 100%;
}

#main3 .sport_box .bottom_tubox .right_tubox .gallery-thumbs {
	width: 840px;
	height: 90px;
	margin-top: 20px;
}

#main3 .sport_box .bottom_tubox .right_tubox .gallery-thumbs img {
	width: 100%;
	height: 100%;
}

#main3 .sport_box .top_titles .swiper-slide {
	line-height: 48px;
	height: 48px;
	color: white;
	text-align: center;
	cursor: pointer;
}

#main3 .notu {
	width: 18px;
	position: absolute;
	right: 8%;
	top: 40%;
	z-index: 10;
}

.gallery-thumbs .swiper-slide {
	opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
