.banner{
	min-width:1500px;
	width:100%;
	height: 400px;
}
.banner img{
	width: 100%;
	height: 400px;
}


.life{
	min-width: 1318px;
	width: 1318px;
	height: auto;
	margin: 0 auto;
	padding-top: 63px;
}
.life-title{
	min-width: 1318px;
	width: 1318px;
	height: 150px;
	text-align: center;
	margin-bottom: 16px;
	background: url(/images/title-bg.png)center bottom no-repeat;
}
.life-title h2{
	font-size: 40px;
	color: #444444;
	margin-bottom: 24px;
}
.life-title p{
	font-size: 18px;
	color: #999999;
}
.life-top{
	min-width: 1318px;
	width: 1318px;
	height: 710px;
	margin-top: 30px;
}
.life-top ul li{
	width: 400px;
	height: 620px;
	overflow: hidden;
	float: left;
	text-align: center;
}
.life-top ul li:nth-child(2){
	margin-left: 59px;
	margin-right: 59px;	
}
.life-top ul li h2{
	margin: 28px 0px;
	font-size: 26px;
	color: #444444;
}
.life-top ul li p{
	font-size: 20px;
	line-height: 34px;
	color: #999999;
}
.life-top ul li hr{
	width: 50px;
	height: 3px;
	border: none;
	background: #F39700;
	margin: 10px auto 20px;
}
.life-top-im{
	height: 400px;
	width: 400px;
}
.life-top-im img{
	width: 400px;
	height: 400px;
}

.life-top ul li:hover{
	box-shadow: 0px 0px 25px #EDECEB;
}






.school{
	width: 1400px;
	height: auto;
	padding-top: 63px;
	margin: 0 auto;
}
.school-title{
	min-width: 1400px;
	width: 1400px;
	height: 150px;
	text-align: center;
	margin-bottom: 16px;
	background: url(/images/title-bg.png)center bottom no-repeat;
}
.school-title h2{
	font-size: 40px;
	color: #444444;
	margin-bottom: 24px;
}
.school-title p{
	font-size: 18px;
	color: #999999;
}

.school-top{
	width: 1400px;
	height: auto;
	overflow: auto;
}
.school-top ul{
	display: block;
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: auto;
}
.school-top ul li{
	width: 515px;
	height: 400px;
	float: left;
	margin: 50px 42.5px;
	background: url(/images/schoolbg.jpg)center center no-repeat;
	background-size:515px 610px;
	position: relative;
	
}
.school-top ul li:nth-child(1){
	background: url(/images/life-bg1.png)center center no-repeat;
}
.school-top ul li:nth-child(2){
	background: url(/images/life-bg2.png)center center no-repeat;
}
.school-top ul li:nth-child(3){
	background: url(/images/life-bg3.png)center center no-repeat;
}
.school-top ul li:nth-child(4){
	background: url(/images/life-bg4.png)center center no-repeat;
}
.school-top-a{
	width: 230px;
	height: 80px;
	
	text-align: center;
	position: absolute;
	top: -40px;
	left: 150px;
	
}
.school-top-a a{
	display: block;
	width: 230px;
	font-size: 30px;
	line-height: 80px;
	height: 80px;
	background: #fff;
	border-radius: 100px;
	box-shadow: 0px 0px 25px #EBEAE8;
}

.school-top ul li:hover .school-top-a a{
	background: #F39700;
	line-height: 80px;
	color: #fff;
	border: 3px solid #fff;
}
.school-top ul li:hover .school-top-bom{
	margin-top: 0px;
	display: block;
	transition: 0.7s;
	transform: 0.7s;
}
.school-top-bom{
	display: none;
	margin-top: 610px;
	width: 515px;
	height: 400px;
	background: rgba(000,000,000,0.65);
	padding-top: 120px;
}
.school-top-bom p{
	width: 500px;
	height: 280px;
	margin: 0 auto;
	font-size: 28px;
	line-height: 35px;
	color: #ffffff;
	zoom: 1;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.school-top-bom-a-bom{
	width: 230px;
	height: 80px;
	margin: 0 auto;
}
.school-top-bom-a-bom a{
	display: block;
	margin-top: 60px;
	width: 230px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	color: #FFFFFF;
	background: rgba(238,119,000,0.8);
	border-radius: 100px;
	font-size: 28px;
}


