
#footer2{
	text-align: center;
	font-size: 12px;
	color: #fff;
	opacity: 0.2;
	position: absolute;
	left: 0;
	bottom: 2.78vh;
	width: 100%;
}
body{
	background-color: #02321f;
	background-repeat: no-repeat;
	background-image: url(../images/index_bg.png);
	background-size: 72.865% auto;
	background-position: -55.47% 10%;
	overflow: hidden;
}
#main{
	position: relative;
}
#main .img{
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
#main .inner{
	width: 1520px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	-moz-display: flex;
	-moz-align-items: center;
	-moz-justify-content: flex-start;
	-o-display: flex;
	-o-align-items: center;
	-o-justify-content: flex-start;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#main .text{
	width: 41.71%;
}
#main .ball1{
	position: absolute;
	left: 3.33%;
	top: 35.185%;
	height: 7.59%;
	-webkit-animation: ball2 2s linear infinite alternate both;
	-moz-animation: ball2 2s linear infinite alternate both;
	-o-animation: ball2 2s linear infinite alternate both;
	animation: ball2 2s linear infinite alternate both;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
#main .ball2{
	position: absolute;
	left: 32.96875%;
	top: 8.8%;
	height: 23.88%;
	-webkit-animation: ball2 2s linear infinite alternate both;
	-moz-animation: ball2 2s linear infinite alternate both;
	-o-animation: ball2 2s linear infinite alternate both;
	animation: ball2 2s linear infinite alternate both;
}
#main .ball3{
	position: absolute;
	left: 8.49%;
	top: 74.815%;
	height: 25.185%;
	-webkit-animation: ball1 2s linear infinite alternate both;
	-moz-animation: ball1 2s linear infinite alternate both;
	-o-animation: ball1 2s linear infinite alternate both;
	animation: ball1 2s linear infinite alternate both;
}
#main .ball4{
	position: absolute;
	left: 47.8125%;
	top: 64.63%;
	height: 35.37%;
	-webkit-animation: ball1 2s linear infinite alternate both;
	-moz-animation: ball1 2s linear infinite alternate both;
	-o-animation: ball1 2s linear infinite alternate both;
	animation: ball1 2s linear infinite alternate both;
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
@-webkit-keyframes ball1 {
	100%{
		-webkit-transform: translate3d(10%,-10%,0);
	}
}
@-moz-keyframes ball1 {
	100%{
		-moz-transform: translate3d(10%,-10%,0);
	}
}
@-o-keyframes ball1 {
	100%{
		-o-transform: translate3d(10%,-10%,0);
	}
}
@keyframes ball1 {
	100%{
		transform: translate3d(10%,-10%,0);
	}
}
@-webkit-keyframes ball2 {
	100%{
		-webkit-transform: translate3d(10%,10%,0);
	}
}
@-moz-keyframes ball2 {
	100%{
		-moz-transform: translate3d(10%,10%,0);
	}
}
@-o-keyframes ball2 {
	100%{
		-o-transform: translate3d(10%,10%,0);
	}
}
@keyframes ball2 {
	100%{
		transform: translate3d(10%,10%,0);
	}
}



#header .enter{
	display: inline-block;
	border: 1px solid #fff;
	text-align: center;
	width: 100px;
	height: 40px;
	line-height: 38px;
	border-radius: 20px;
	font-size: 18px;
	color: #fff;
	margin-right: -80px;
	margin-left: 20px;
}

.cover{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
@media only screen and (max-width:1366px){
	#header .enter{
		margin-right: -60px;
	}
}
@media only screen and (max-width:1023px){

	#footer2{
		font-size: 0.5625rem;
		bottom: 0.9375rem;
		z-index: 1;
	}
	body{
		background-size: 128.133% auto;
		background-position: -10.0625rem -4.0625rem;
	}
	#main .img{
		height: 57.12%;
	}
	#main .inner{
		-webkit-display: block;
		-moz-display: block;
		-o-display: block;
		display: block;
		text-align: center;
		padding-top: 6.25rem;
	}
	#main .text{
		width: 88.9855%;
	}
	#main .ball1{
		left: 41.866%;
		top: 80.36%;
		height: 4.123%;
	}
	#main .ball2{
		left: 80.266%;
		top: 38%;
		height: 11.994%;
	}
	#main .ball3{
		display: none;
	}
	#main .ball4{
		left: 6.666%;
		top: 82.38%;
		height: 15.29%;
	}


	#header .enter{
		width: 4.5rem;
		height: 1.8125rem;
		line-height: 1.75rem;
		border-radius: 0.90625rem;
		font-size: 0.8125rem;
		margin-right: 0;
		margin-left: 0.625rem;
		vertical-align: top;
	}
}