.banner{
	width:100%;
	height:600px;
	background:url(banner.jpg) no-repeat center center;
}


.schools{
	width:100%;
	height:600px;
	background:#F5F5F5;
	overflow:hidden;
}


.schools ul{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:50px;
}

.schools ul li{
	width:585px;
}

.schools ul li img{
	width:100%;
	display:block;
}


.schools ul li h3{
	width:100%;
	line-height:100px;
	text-align:center;
	font-size:28px;
	color:#E3393A;
}

.schools dl{
	width:800px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:60px;
}


.schools dl dd{
	width:310px;
	height:58px;
}


.schools dl dd:nth-child(2){
	width:360px;
}

.schools dl dd a{
	width:100%;
	height:100%;
	line-height:58px;
	display:block;
	background-image: linear-gradient(to right , #F7593C,#E52228);
	border-radius:29px;
	font-size:24px;
	color:#FFF;
	text-align:center;
}



/*类*/

.clalssname{
	width:880px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:100px;
}

.clalssname p{
	width:240px;
	height:50px;
	border:1px solid #CCC;
	line-height:50px;
	box-sizing:border-box;
	text-align:center;
	border-radius:10px;
}

.clalssname p a{
	width:240px;
	height:50px;
	display:block;
	color:#666;
	font-size:24px;
}


.clalssname p.change{
	border:none;
	background-image: linear-gradient(to right , #F7593C,#E52228);
}

.clalssname p.change a{
	color:#FFF;
}
