.view,
.idx_bg2 {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.view {
	background-color: #00004b;
	background-size: 100% 100%;
}

.idx_bg {
	background-image: url(../img/bg.jpg?v=3);
}


.icon_1,
.logo {
	position: absolute;
	top: 36.8%;
	left: 0;
	right: 0;
	margin: auto;
}

.icon_1 {
	animation: shine 1s 0s ease-in infinite alternate;
}

.logo {
	top: 42%;
}

.icon_2_l,
.icon_2_r {
	position: absolute;
	top: 32%;
	margin-top: -36px;
}

.icon_2_l {
	left: 4%;
}

.icon_2_r {
	right: 3.5%;
}

.topicon,
.boticon {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.topicon {
	top: 24%;
}

.boticon {
	bottom: 16%;
}

.btn.filtercolor {
	/* filter: grayscale(1); */
}

.btn.shine {
	animation: shine 0.6s 0s ease-in infinite alternate;
}

@keyframes shine {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0.2;
	}
}

.view .list {}

.view .list ul li {
	position: absolute;
	width: 11.6%;
	height: 6%;
	display: flex;
	align-items: center;
	font-size: 13.37px;
	line-height: 67px;
	font-weight: bold;
	justify-content: center;
	background-image: -webkit-linear-gradient(top, #05f2f6, #17adea, #073478);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.view .list ul li:nth-child(1) {
	top: 18.6%;
	left: 15.7%;
}

.view .list ul li:nth-child(2) {
	top: 27.4%;
	left: 14%;
}

.view .list ul li:nth-child(3) {
	top: 36.4%;
	left: 14%;
}

.view .list ul li:nth-child(4) {
	top: 45.3%;
	left: 14%;
}

.view .list ul li:nth-child(5) {
	top: 56.7%;
	left: 14%;
}

.view .list ul li:nth-child(6) {
	top: 65.5%;
	left: 14%;
}

.view .list ul li:nth-child(7) {
	top: 74.4%;
	left: 14%;
}

.view .list ul li:nth-child(8) {
	top: 83.2%;
	left: 15.7%;
}

.view .list ul li:nth-child(9) {
	top: 18.6%;
	left: 31.7%;
}

.view .list ul li:nth-child(10) {
	top: 26.9%;
	left: 30.9%;
}

.view .list ul li:nth-child(11) {
	top: 35.2%;
	left: 30%;
}

.view .list ul li:nth-child(12) {
	top: 43.5%;
	left: 29.2%;
}

.view .list ul li:nth-child(13) {
	top: 58.6%;
	left: 29.2%;
}

.view .list ul li:nth-child(14) {
	top: 67%;
	left: 30%;
}

.view .list ul li:nth-child(15) {
	top: 75.4%;
	left: 30.9%;
}

.view .list ul li:nth-child(16) {
	top: 83.6%;
	left: 31.7%;
}

.view .list ul li:nth-child(17) {
	top: 18.6%;
	left: 55.4%;
}

.view .list ul li:nth-child(18) {
	top: 26.9%;
	left: 56.5%;
}

.view .list ul li:nth-child(19) {
	top: 35.2%;
	left: 57.7%;
}

.view .list ul li:nth-child(20) {
	top: 43.5%;
	left: 59.1%;
}

.view .list ul li:nth-child(21) {
	top: 58.6%;
	left: 59.1%;
}

.view .list ul li:nth-child(22) {
	top: 67%;
	left: 57.7%;
}

.view .list ul li:nth-child(23) {
	top: 75.4%;
	left: 56.5%;
}

.view .list ul li:nth-child(24) {
	top: 83.6%;
	left: 55.4%;
}


.view .list ul li:nth-child(25) {
	top: 18.6%;
	left: 72.6%;
}

.view .list ul li:nth-child(26) {
	top: 27.4%;
	left: 74%;
}

.view .list ul li:nth-child(27) {
	top: 36.2%;
	left: 74%;
}

.view .list ul li:nth-child(28) {
	top: 45%;
	left: 74%;
}

.view .list ul li:nth-child(29) {
	top: 57.1%;
	left: 74%;
}

.view .list ul li:nth-child(30) {
	top: 66%;
	left: 74%;
}

.view .list ul li:nth-child(31) {
	top: 74.8%;
	left: 74%;
}

.view .list ul li:nth-child(32) {
	top: 83.6%;
	left: 72.6%;
}

.view .list ul li {
	opacity: 0;
}

.view .list ul.active li {
	animation-name: sbin;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
	
	    line-height: 19px;
	    width: 10.3%;
	    margin-left: 15px;

}

@keyframes sbin {
	0% {
		transform: scale(0);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.rgba_page {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0, 0, 0, 0.6);
}

.rgba_page img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.rgba_page span {
	position: absolute;
	width: 14.2%;
	height: 11.4%;
	top: 62%;
	left: 0;
	right: 0;
	margin: auto;
}

.wary {
	position: relative;
	margin: auto;
}

.video_box {
	width: 100%;
	height: 100%;
}

.video_box video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.alt_page {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.6);*/
}

.alt_page_box {
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 1s;
	transform: scale(0);
}

.alt_page_box.active {
	opacity: 1;
	transform: scale(1);
}

.alt_page .alt_bg {
	position: absolute;
	width: 73.8%;
	height: auto;
	top: 25.9%;
	left: 0;
	right: 0;
	margin: auto;
}

.alt_page .logo_icon {
	position: absolute;
	width: 20.8%;
	height: 7.2%;
	top: 25.7%;
	left: 19.6%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.alt_page .logo_icon img {
	max-width: 100%;
	height: auto;
}

.alt_page .alt_tit {
	position: absolute;
	width: 20.6%;
	height: 5.6%;
top: 29.1%;
    left: 59.8%;
    color: #fff;
    font-size: 1rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	line-height: 60px;
}

.alt_page .alt_cn,
.alt_page .alt_en {
    position: absolute;
    top: 36%;
    width: 39.2%;
    height: 58.2%;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    transform: scale(0.8);
    transform-origin: top left;
}

.alt_page .alt_cn img{    width: 80%;
    margin-left: 4.5%;}
	.alt_page .alt_en img{    width: 80%;
	    margin-left: 9.5%;}
.alt_page .alt_cn {
	left: 15.5%;
}

.alt_page .alt_cn p {
	    line-height: 1.6rem;
	    margin-top: 20px;
	    text-indent: 2em;
	    font-size: 1.1rem;
		    text-align: justify;
}

.alt_page .alt_en {
	left: 53.4%;
}

.alt_page .alt_en p {
line-height: 1.2rem;
    font-size: 0.7rem;
    text-align: justify;
}


.alt_logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	/* background-color: #fff; */
}

.alt_logo img {
	display: block;
	width: 100%;
}
.bef_logo{
	position: absolute;
	top: 8.5%;
	left: 0;
	right: 0;
	bottom: 0;
	width: 12%;
	height: auto;
	margin: auto;
	
}
.active_l{
	animation: fadeIn 1s 0s ease-in-out forwards;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}