.title-program{
	width: 100%;
	height: 845px;
	position: relative;
	margin-top:90px; 
	background-color: #f0f0f0;
}
.program-con{
	width: 100%;
	height: 845px;
	animation: program 3000ms;
	position:absolute;
}
.program-list{
	height: 765px;
	margin: 0 auto;
}
.program-list li{
	width: 100%;
	height: 765px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	display: none;
}

.program-list li:nth-child(1){
	display: block;
	background-image: url(../images/program/program_01.jpg);
}
.program-list li:nth-child(2){
	background-image: url(../images/program/program_02.jpg);
}
.program-list li:nth-child(3){
	background-image: url(../images/program/program_03.jpg);
}
.program-list li:nth-child(4){
	background-image: url(../images/program/program_04.jpg);
}
.program-list li:nth-child(5){
	background-image: url(../images/program/program_05.jpg);
}

.program-list div{
	width: 40%;
	font-size: 18px;
	color:#168b3c;
	position: absolute;
	left: 10%;
	top: 16%;
}

.program-list h1{
	font-size: 36px;
	margin-bottom:10px; 
}

@keyframes program{
	from {top:-765px;opacity: 0;}
	to {top:0px;opacity: 1;}
}	

.program-con .sl-menu{
	width: 80%;
	height: 120px;
	position:absolute;
	bottom: 0px;
	left:50%;
	margin-left: -40%;
}

.program-con .sl-menu ul{
	width: 100%;
	height: 100%;
}

.program-con .sl-menu ul li{
	width: 20%;
	height: 100%;
	float: left;
	background: #fff;
	line-height: 50%;
	text-align: center;
	color:#666;
	font-size: 24px;
	cursor: pointer;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	
}

.program-con .sl-menu ul li p{
	height: 80px;
	font-size: 36px;
	line-height: 80px;
}

.program-con .sl-menu ul li.act{
	background: #168b3c;
	color:#fff;
}

.program .sl-con{
	width: 100%;
	height: 2200px;
}

.program .sl-con>div{
	width: 100%;
	height: 100%;
}

.program .sl-con div.hx-school{
	width: 100%;
	height: 100%;
}

.hx-school h1{
	width: 100%;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 36px;
}
.hx-school .school-contains{
	width: 100%;
	height: 2000px;
	overflow: hidden;
}
.school-contains li{
	width: 100%;
	height: 500px;
}

.school-contains li div{
	height: 500px;
	float: left;
	position: relative;
}

.school-contains .school-pic{
	width: 56%;
	background-repeat: no-repeat;
	background-size: 98%;
	background-position: center;
	animation:schoolPic 2000ms;
}
.school-contains .pic1{background-image: url(../images/program/school_01.jpg);}
.school-contains .pic2{background-image: url(../images/program/school_02.jpg);}
.school-contains .pic3{background-image: url(../images/program/school_03.jpg);}
.school-contains .pic4{background-image: url(../images/program/school_04.jpg);}

.school-contains .school-info{
	width: 40%;
	padding:0 2%;
	animation:schoolInfo 3000ms;
}

 .school-info .school-title{
 	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 24px;
	margin-top: 200px;
	font-weight: 700;
	color: #666;
}
 .school-info  .school-intro{
 	width: 100%;
 	line-height: 32px;
 	color:#666;
 	font-size: 16px;
 }

  .school-info  .school-intro b{
 	color:#168b3c;
 	font-size: 18px;
 }


@keyframes schoolPic{
	from {left:-700px;opacity: 0;}
	to {left:0px;opacity: 1;}
}
@keyframes schoolInfo{
	from {left:500px;opacity: 0;}
	to {left:0px;opacity: 1;}
}