body{
	background-color: #000;
}
.header img{
	height: 50px;
	margin:10px 0;
}
.box{
	width: 1200px;
	margin: 0 auto;
}
.part3{
	height: 800px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/qipan.jpg);
}
.banner{
	width: 100%;
	height: 1000px;
	background-image: url("../img/bg2.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}
.bge{
	width: 665px;
	height: 720px;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%,0%);
	background-image: url("../img/bge.png");
	background-size: cover;
	background-position: center;
}
.fj{
	animation-name: fly;
	animation-delay:0s;
	animation-duration: 6s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	width: 100px;
	transform-origin: center;
	position: absolute;
	top: 190px;
	left: 560px;
}
.ty{
	animation-name: show;
	animation-delay:0s;
	animation-duration: 4s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	position: absolute;
	top: 0px;
	right: -150px;
	opacity: .5;
}
.tit{
	width: 1920px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%,0);
}
.into{
	width: 100%;
	background-position: center;
	background-image: url(../img/005.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0px 80px;
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	text-indent: 2em;
}
.into img{
	width: 500px;
	margin: 30px auto;
	display: block;
	margin-top: 0;
}
.part3{
	background-color: #1E1E1E;
	position: relative;
}
.part3 img{
	display: block;
	width: 800px;
	margin: 30px auto;
	border:solid 5px #0083C5;
}
.btn{
	font-size: 24px;
	padding: 20px 60px 50px;
	color: #fff;
	display: inline-block;
	border: dashed 2px #fff;
	margin: 0 30px;
	transition: all .2s;
	border-radius: 10px;
	position: relative;
}
.btn span{
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translate(-50%,0);
}
.btn:hover{
	transform: scale(1.1);
}
.pos3{
	width: 800px;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -400px;
	cursor: pointer;
}
@keyframes show{
	0% {
		opacity: 0.5
	}
	50%{
		opacity: 0.8
	}
	100%{
		opacity: 0.5
	}
}
@keyframes fly{
	0% {
		top: 190px;left: 560px;opacity: 0
	}
	20%{
		top: 143px;left: 479px;opacity: 1
	}
	40%{
		top: 116px;left: 398px;opacity: 1
	}
	50%{
		top: 120px;left: 358px;opacity: 1
	}
	60%{
		top: 155px;left: 318px;opacity: 1
	}
	80%{
		top: 250px;left: 252px;opacity: 1
	}
	100% {
		top: 290px;left: 233px;opacity: 0;
	}
}


.day{
	display: block;
	width: 100%;
	height: 300px;
	margin: 80px 0;
	font-size: 50px;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	line-height: 250px;
	position: relative;
	opacity: .7;
	transition: all 0.5s;
}
.day span{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,0%);
	font-size: 30px;
	line-height: 40px;
}
.day:hover{
	opacity: 1;
}
.ttit{
	display: block;
	text-align: center;
	background-image: url(../img/gx.png);
	background-repeat: no-repeat;
	background-position:  center 40%;
	background-size: cover;
	color: #1FB2FF;
	font-size: 36px;
	padding: 25px 40px 40px;
	background-size: 50%;
}
.video{
	width: 560px;
	height: 380px;
	/*background-color: ;*/
	margin: 30px 0;
}
.part6{
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../img/bbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}
.part6 img{
	display: inline-block;
	width: 394px;
	cursor: pointer;
	overflow: hidden;
	opacity: 0.7;
	transition: all .5s;
}
.part6 img:hover{
	opacity: 1;
}