#body{
	width: 100%;
	position: relative;
}
header{
	height:640px;
	width: 100%;
	position: relative;
	background: url(../img/education/header-bg.jpg);
}
#close_nav{
	cursor: pointer;
}
#open_nav{
	cursor: pointer;
}
.box{
	width: 70%;
	box-sizing: border-box;
	margin: auto;
}
.baner{
	width: 100%;
	height: 130px;
	position: relative;
	
}
.baner i{
	display: block;
	color: #FFFFFF;
	position: absolute;
	top: 30%;
	right: 0;
}
/*隐藏的*/
#nav{
	width: 100%;
	height: 650px;
	background: rgba(228,92,95,0.8);
	position: absolute;
	top: -650px;
	left: 0;
	z-index: 10;
	transition: all 0.4s ease-in-out; 
	
}
.nav_box{
     position: absolute;
     top: 200px ;
     left: 50%;
     margin-left: -100px;
    
}
#close_nav{
 	position: absolute;
 	top: 120px;
 	right:10%;
 	color: #FFF6F0;
 	font-size: 50px;
}
#nav ul{
	width: 210px;
}
#nav ul li a{
	display: block;
	line-height: 40px;
	margin: 10px 0;
	width: 200px;
	text-align: center;
	border: 1px solid #FFF6F0;
	border-radius:10px ;
	transition: all 0.5s; 
}

#nav ul li a:hover{
	background: #E45C5F;
}




.move_down{
	transform: translateY(650px);
}
.move_up{
	transform: translateY(0px);
}
.head_box{
	width: 80%;
	height: 100%;
	position: relative;
	margin: auto;
}
.head h1{
	text-align: right;
	color: #FFFFFF;
	font-size: 60px;
	padding-top: 30px;
	position: relative;
	z-index: 1;
	
	animation: head_ani_h1 1s ease-in-out 0.0s;
	animation-fill-mode: forwards;
	transform: translateY(-200px);
	opacity: 0;
}
.head p{
	text-align: right;
	color: #FFFFFF;
	font-size: 40px;
	padding-top: 40px;
	position: relative;
	z-index: 1;
	animation: head_ani_p 1s ease-in-out 0.2s;
	animation-fill-mode: forwards;
	transform: translateY(200px);
	opacity: 0;
}
.img_box{
	min-width: 400px;
	width: 45%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.img_edu{
	width:100%;
	animation: home 1s ease-in-out 0.3s;
	animation-fill-mode: forwards;
	transform: translateX(-400px);
	opacity: 0;
}
.cloud1{
	min-width: 70px;
	width: 20%;
	position: absolute;
	left: 0;
	top: 25%;
	animation: cloud1 2s ease-in 1s;
	/*animation-fill-mode: forwards;*/
	transform: translateX(-30px);
	opacity: 0;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.cloud2{
	min-width: 50px;
	width: 15%;
	position: absolute;
	right: 10%;
	top: 15%;
	animation: cloud2 2.5s ease-in-out 1.3s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	transform: translateX(40px);
	opacity: 0;
}
.cloud3{
	min-width: 30px;
	width: 10%;
	position: absolute;
	right: 30%;
	top: 0;
	animation: cloud3 4s ease-in-out 1.6s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	transform: translateX(30px);
	opacity: 0;
}
#next{
	display: inline-block;
	color: #FFFFFF;
	width: 160px;
	height: 50px;
	border: 3px solid #FFFFFF;
	line-height: 50px;
	text-align: center;
	position: absolute;
	right: 0;
	margin-top: 50px;
	z-index: 1;
	cursor: pointer;
	border-radius:30px ;
	animation: head_ani_span 1.2s ease 1s;
	animation-direction: alternate;
	transform: scale(0);
	opacity: 1;
	animation-iteration-count: infinite;
}


.content_top{
	background: #f4f4f4;
	padding: 110px 0;
	position: relative;
}
.school_decs{
	min-width: 300px;
	width: 35%;
	height: 300px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.school_decs h1{
	color: #545454;
	margin-bottom: 40px;
	font-size: 38px;
}
.school_decs p{
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 20px;
	color: #7e7e7e;
	border-left:5px solid #4eacdd;
	padding:4px 0 4px 10px;
}
.content_top img{
	 
	float: right;
	display: inline-block;
	
	transform: translateY(-280px);
	opacity: 0;
	animation-fill-mode: forwards;
	transition: all 0.8s  ease-in-out;
}
.pic_book_down{
	animation: book_down 2s ease-in-out;
}


.content_middle{
	padding: 100px 0;
	width: 100%;
	position: relative;
}
.middle_box{
	width: 80%;
	margin: auto;
	font-size: 0;
	text-align: center;
}
.middle_box h1{
	text-align: center;
	color: #545454;
	font-size: 34px;
	margin-bottom: 50px;
}

#eur{
	height: 400px;
	width: 350px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	text-align: left;
	background: #F67C78;
	
	transform: translateY(200px);
	opacity: 0;
	transition: all 0.8s ease-in-out;
	
}
#asi{
	height: 400px;
	width: 350px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	text-align: left;
	background: #79C4CA;
	
	transform: translateY(-200px);
	opacity: 0;
	transition: all 0.8s ease-in-out;
}
#afr{
	height: 400px;
	width: 350px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	text-align: left;
	background: #A8C269;
	
	transform: translateY(200px);
	opacity: 0;
	transition: all 0.8s ease-in-out;
}

.middle_box h2{
	color: #FFFFFF;
	text-align: center;
	font-size: 32px;
	margin: 40px 0 20px;
}

.middle_box span{
	width: 150px;
	font-size: 20px;
	color: #FFFFFF;
	display: inline-block;
	text-align: left;
	padding-left: 20px;
	margin: 4px 0;
}
.content_foot{
	background: url(../img/education/strip-bg.jpg);
	width: 100%;
}
.content_foot_box{
	width: 80%;
	margin: auto;
	position: relative;
	height: 200px;
	padding: 100px 0;
}
.info{
	float: right;
	width: 32%;
	margin-right: 3em;
}
.info h1{
	font-size: 40px;
	color: #FFFFFF;
	padding-bottom: 20px;
	border-bottom: 1px solid #FFFFFF;
	
	transform: translateY(-200px);
	opacity: 0;
	transition: all 1s ease-in-out;
}

.info p{
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 40px;
	

	transform: translateY(200px);
	opacity: 0;
	transition: all 1s ease-in-out;
}

.content_foot_box img{
	position: absolute;
	bottom: 0;
	min-width: 500px;
	width: 50%;
	
	transform: translateX(-600px);
	opacity: 0;
	transition: all 1.2s ease-in-out;
	
}



.content_end{
	width: 100%;
	background: #f4f4f4;
}
.content_end_box{
	width: 70%;
	margin: auto;
	
}
div.zy_text{
	width: 100%;
	 
}
div.text_tit{
	padding: 20px 0;
}
div.text_tit h1{
	width: 70%;
	color: #4eacdd;
	font-size: 30px;
	margin: 20px auto;
	padding-left:10px;
	border-left:4px solid #4eacdd ;
}
 
.zy_text li{
	display: inline-block;
	vertical-align: top;
	transition: all 0.5s ease-in-out;
	min-width: 150px;
}

.zy_text li:hover{
	transform: rotateY(180deg);
}


.martop70{
	margin-top:70px ;
}

.copyright{
	padding: 20px 0;
}
.copyright p{
	padding: 10px 0;
	text-align: center;
	color: #A1A1A1;
}


/*动画*/

@keyframes book_down{
	 0%{
	 	
	 }
	 50%{
	 	opacity: 1;
	 	transform: translateY(0);
	 	opacity: 1;
	 }
	 75%{
	 	transform: translateY(-60px);
	 	opacity: 1;
	 }
	 100%{
	 	transform: translateY(0);
	 	opacity: 1;
	 }
}

@keyframes cloud1{
	0%{
	}
	100%{
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes cloud2{
	0%{
	}
	100%{
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes cloud3{
	0%{
	}
	100%{
		opacity: 1;
		transform: translateX(0);
	}
}


	
@keyframes home{
	100%{
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes head_ani_h1{
	100%{
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes head_ani_p{
	100%{
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes head_ani_span{
	 
	0%{
		transform: scale(0.9);
		
	}
	 100%{
	 	transform: scale(1.1);
	 }
}


