@charset "utf-8";

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
h1,
h2,
h3,
p,
div,
ol,
ul,
input,
button {
	margin: 0;
	padding: 0
}

body {
	-webkit-text-size-adjust: 100%;
	color: #333333;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	    background-color: #02102d;
	font-family: PingFangSC-Regular, Helvetica, "Droid Sans", Arial, sans-serif;
}

ol,
ul {
	list-style: none
}

a {
	color: #333333;
	text-decoration: none;
}

input,
button,
textarea {
	border: 0;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

button {
	outline: none
}

.view {
	position: absolute;
	width: 750px;
	height: 100%;
	overflow: hidden;
	left: 50%;
	margin-left: -375px;
	    background-color: #02102d;
}

.page {
	position: absolute;
	width: 101%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	background-color: #02102d;
	display: none;
}

.page_transition {
	transition: transform 0.45s ease;
}

.page_box {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}

.page_box.fill {
	height: 100%;
}

.page_box.cover {}

.page_box.contain {}

.scrollview {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.preload {
	display: none;
}

.preload img {
	width: 1px;
	height: 1px;
	display: none;
}

.music_btn {
	position: fixed;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	top: 20px;
	right: 20px;
}

.music_play {
	background-image: url(../img/music.png);
	animation: shunshi 2s 0s linear infinite;
}

.music_pause {
	background-image: url(../img/music_close.png);
}

.page_down {
	position: absolute;
	width: 4%;
	height: auto;
	left: 48%;
	bottom: 3%;
	opacity: 0;
}

.page_down {
	animation: fadeIn 0.5s 1.5s ease forwards, ufo 1.5s 0s ease infinite alternate;
}

.page_0 {
	display: block;
}

.loader_spin {
	position: absolute;
	width: 140px;
	height: auto;
	top: 50%;
	left: 0;
	right: 0;
	margin: -70px auto auto auto;
	animation: shunshi 2s 0s linear infinite;
}

.loader_text {
	position: absolute;
	width: 100%;
	height: 140px;
	left: 0%;
	top: 50%;
	text-align: center;
	line-height: 140px;
	font-size: 36px;
	color: white;
	margin-top: -70px;
}

.p_1_0 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.page_2,
.page_3,
.page_4 {
	background-image: url(../img/bg_4.jpg?v=2);
}

.xing_1 {
	position: absolute;
	left: 123px;
	top: 296px;
	width: 25px;
	height: auto;
	animation: xing 2s 0.4s linear infinite;
}

.xing_2 {
	position: absolute;
	left: 152px;
	top: 1220px;
	width: 20px;
	animation: xing 2s 0.8s linear infinite;
}

.xing_3 {
	position: absolute;
	left: 577px;
	top: 1320px;
	width: 30px;
	animation: xing 2s 0s linear infinite;
}

@keyframes xing {
	0% {
		transform: scale(1) rotate(0deg);
	}

	50% {
		transform: scale(0.3) rotate(360deg);
	}

	100% {
		transform: scale(1) rotate(720deg);
	}
}

.liuxing_1 {
	position: absolute;
	left: 750px;
	top: 198px;
	width: 100px;
	animation: liuxing 3s 0s linear infinite;
}
.liuxing_2 {
	position: absolute;
	left: 750px;
	top: 178px;
	width: 80px;
	animation: liuxing 3s 1s linear infinite;
}

@keyframes liuxing {
	0% {
		transform: translate(0,0);
		opacity: 1;
	}

	50% {
		transform: translate(-250px,300px);
		opacity: 1;
	}

	100% {
		transform: translate(-500px,600px);
		opacity: 0;
	}
}

.p_2_9 {
	position: absolute;
	width: 700px;
	height: auto;
	left: 27px;
	top: 285px;
}

.p_2_8 {
	position: absolute;
	width: 218px;
	height: auto;
	left: 269px;
	top: 383px;
}

.p_2_7 {
	position: absolute;
	width: 518px;
	height: 291px;
	left: 117px;
	top: 440px;
}

.p_2_7 .swiper {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: 4px solid #254ae4;
}
.p_2_7 .swiper  .swiper-slide{
	background-size: cover;
	background-position: center;
}
.swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 0 !important;
}

.swiper-pagination-bullet-active {
	background-color: #fff;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -23px;
}

.p_2_6 {
	position: absolute;
	width: 215px;
	height: auto;
	left: 274px;
	top: 795px;
}

.p_2_5 {
	position: absolute;
	left: 0;
	right: 0;
	top: 1200px;
	margin: auto;
}

.p_2_4 {
	position: absolute;
	width: 212px;
	height: auto;
	left: 130px;
	top: 1061px;
}

.p_2_3 {
	position: absolute;
	left: 130px;
	top: 890px;
}

.p_2_2 {
	position: absolute;
	right: 130px;
	top: 896px;
}

.p_2_1 {
	position: absolute;
	width: 156px;
	height: auto;
	left: 529px;
	top: 150px;
	opacity: 0;
}

.p_2_0 {
	position: absolute;
	width: 320px;
	height: auto;
	left: 82px;
	top: 149px;
}
.p_2_10 {
	position: absolute;
	left: 0;
	right: 0;
	top: 1100px;
	margin: auto;
}

.p_2_down {
	position: absolute;
	left: 0;
	right: 0;
	top: 1150px;
	margin: auto;
	animation: ufo 1s 0s ease-in-out infinite alternate;
}


.p_3_2 {
	position: absolute;
	bottom: 50px;
	right: 45px;
	left: 45px;
	top: 419px;
	border-radius: 20px;
	border: 2px solid #254ae4;
	background-color: rgba(30, 78, 219, 0.6);
}

.p_3_2 .lstbox {
	box-sizing: border-box;
	padding: 40px;
}

.p_3_2 .lst {
	width: 266px;
	float: left;
	margin-left: 0;
	margin-bottom: 30px;
}

.p_3_2 .lst:nth-child(2n) {
	margin-left: 40px;
}


.p_3_2 .lst .t {
	width: 100%;
	height: 149.5px;
	background-size: cover;
	    background-position: center;
}

.p_3_2 .lst .b {
	width: 100%;
	color: #fff;
	font-size: 26px;
	height: 120px;
	margin-top: 10px;
	line-height: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.p_3_1 {
	position: absolute;
	width: 350px;
	height: auto;
	left: 199px;
	top: 287px;
}

.p_3_0 {
	position: absolute;
	left: 540px;
	top: 146px;
}

.p_4_3 {
	position: absolute;
	width: 243px;
	height: auto;
	left: 427px;
	top: 884px;
}

.p_4_2 {
	position: absolute;
	width: 243px;
	height: auto;
	left: 427px;
	top: 630px;
}

.p_4_1 {
	position: absolute;
	width: 329px;
	height: auto;
	left: 79px;
	top: 630px;
}

.p_4_0 {
	position: absolute;
	width: 486px;
	height: auto;
	left: 133px;
	top: 384px;
}

.jq_btn {
	transition: all 0.3s;
}

.jq_btn.active {
	transform: scale(0.9);
}