*{
	padding:0;
	margin:0;
}


ul,li{
	list-style:none;
}

a{
	text-decoration:none;
}


body{
	min-width:1200px;
}


.banner{
	width:100%;
	height:600px;
	background:url(../images/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:380px;
}

.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;
}



/*标题*/

.bigtitle{
	width:1200px;
	margin:0 auto;
	display:flex;
	margin-top:100px;
	margin-bottom:20px;
}


.bigtitle h3{
	width:115px;
	color:#EDEDED;
	font-size:80px;
	font-family:PmingLiu;
}

.bigtitle dl{
	width:270px;
}


.bigtitle dl dt{
	font-size:48px;
	color:#E92529;
	font-weight:400;
}

.bigtitle dl dd{
	font-size:18px;
	color:#CECECE;
	font-family:Arial;
	margin-top:5px;
}

.bigtitle p{
	width:820px;
	height:50px;
	border-bottom:1px dashed #CCC;
}




.huanjing{
	width:1200px;
	margin:0 auto;
}

.huanjing img{
	display:block;
}

.huanjing dl{
	width:100%;
	display:flex;
	justify-content:space-between;
}


.huanjing p{
	width:100%;
	display:flex;
	justify-content:space-between;
	margin:30px 0;
}




/*校园活动*/

.huodong{
	width:1200px;
	margin:0 auto;
}

.huodong ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}


.huodong ul li{
	width:386px;
	border:1px solid #ccc;
	box-sizing:border-box;
	margin-bottom:30px;
}


.huodong ul li img{
	display:block;
}

.huodong ul li p{
	height:70px;
	line-height:70px;
	text-align:center;
	font-size:20px;
}

.huodong ul li:hover p{
	font-weight:bold;
	color:#000;
}



/*更多*/

a.mores{
	width:314px;
	height:56px;
	margin:0 auto;
	display:block;
	background-image: linear-gradient(to right , #F7593C,#E52228);
	line-height:56px;
	border-radius:28px;
	text-align:center;
	color:#FFF;
	font-size:24px;
	margin-top:42px;
	margin-bottom:60px;
}

a.mores:hover{
	background-image: linear-gradient(to right ,#E52228, #F7593C);
}





































