html,body,div,ul,li,p,em,span,a,img,i,dl,dt,dd,h1,h2,h3,h4,h5,h6{
	padding:0;
	margin:0;
}

ul,li{
	list-style:none;
}

a{
	text-decoration:none;
}

img{
	border:none;
}

body{
	max-width:750px!important;
	margin:0 auto;
}

.banner{
	width:100%;
}

.banner img{
	width:100%;
	display:block;
}

.four_info{
	width:100%;
	height:3.4em;
	position:relative;
}

.four_box{
	width:96%;
	height:6em;
	background:#8ACD5C;
	position:absolute;
	left:2%;
	top:-2.6em;
	border-radius:12px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	align-content:center;
}

.four_box dl{
	width:48%;
	color:#FFF;
}

.four_box dl dt{
	text-indent:1.4em;
	font-size:.7em;
	font-weight:bold;
	margin-bottom:.4em;
}
.four_box dl dd{
	font-size:.34em;
	text-indent:2.4em;
}


.four_box dl{
	background-size:60% auto;
}

.four_box dl:nth-child(1){
	background:url(../images/icon_01.png) no-repeat left .1em;
	background-size:.8em auto;
	margin-right:2%;
	margin-left:1%;
	margin-bottom:.6em;
}
.four_box dl:nth-child(2){
	background:url(../images/icon_02.png) no-repeat left .1em;
	background-size:.8em auto;
	margin-bottom:.6em;
}
.four_box dl:nth-child(3){
	background:url(../images/icon_03.png) no-repeat left .1em;
	background-size:.8em auto;
	margin-right:2%;
	margin-left:1%;
}
.four_box dl:nth-child(4){
	background:url(../images/icon_04.png) no-repeat left .1em;
	background-size:.8em auto;
}


/*标题*/

.titles{
	width:100%;
	margin-top:2em;
	text-align:center;
}

.titles h3{
	font-size:1em;
	margin-bottom:.2em;
}

.titles h3 span{
	color:#8ACE61;
	margin-left:.4em;
}

.titles p{
	font-size:.6em;
	color:#666;
}


/*学生作品、校园环境*/

.works, .huanjing{
	width:96%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:1em;
}


.works p{
	width:32%;
	margin-bottom:.4em;
}

.huanjing p{
	width:32%;
	margin-bottom:.4em;
}

.works p img, .huanjing p img{
	width:100%;
	display:block;
}


.zixun a{
	width:50%;
	height:2.4em;
	display:block;
	margin:0 auto;
	background:#FFB518;
	border-radius:2em;
	line-height:2.2em;
	text-align:center;
	font-size:.7em;
	color:#FFF;
	margin-top:1.4em;
	font-weight:bold;
}


/*课堂*/
.ketang{
	width:100%;
	height:19.4em;
	background:url(../images/ktbg.jpg) no-repeat center top;
	background-size:100% auto;
	margin-top:2em;
	position:relative;
}

.ketang .bigtt{
	overflow:hidden;
}


.ketang .ktimg{
	width:94%;
	height:auto;
	position:absolute;
	left:3%;
	top:5.6em;
}

.ktimg ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-content:flex-start;
	flex-wrap:wrap;
}

.ktimg ul li{
	height:auto;
	display:inline-block;
	margin-bottom:.4em;
	vertical-align:top;
}

.ktimg ul li:nth-child(odd){
	width:46.3%;
}

.ktimg ul li:nth-child(even){
	width:50.7%;
}

.ktimg ul li:nth-child(3){
	margin-top:-1.4em;
}

.ktimg ul li img{
	width:100%;
	display:block;
}

/*创就业*/
.cjy{
	width:100%;
	height:30em;
	background:#7AB65E url(../images/bg2.jpg) no-repeat center top;
	margin-top:2em;
	overflow:hidden;
}

.cjy_info{
	width:94%;
	height:auto;
	margin:0 auto;
	margin-top:.8em;
	display:flex;
	justify-content:space-between;
	background:#FFF;
	margin-bottom:.4em;
}

.cjy_info dl{
	width:55%;
}

.cjy_info p{
	width:44%;
}

.cjy_info p img{
	width:100%;
	display:block;
}

.cjy_info dl dt{
	font-size:.7em;
	margin-bottom:.2em;
	padding:0 .6em;
	font-weight:bold;
	margin-top:.2em;
}

.cjy_info dl dd{
	font-size:.5em;
	line-height:1.4em;
	padding:0 .4em;
	text-indent:1em;
	color:#333;
	margin-bottom:.6em;
}

.zhuanye{
	width:94%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:1em;
	flex-wrap:wrap;
}

.zhuanye p{
	width:48.5%;
	height:auto;
	position:relative;
	overflow:hidden;
	margin-bottom:.6em;
}

.zhuanye p span{
	width:60%;
	height:2em;
	line-height:2em;
	text-align:center;
	color:#FFF;
	display:block;
	background: rgba(0,0,0,0.6);
	position:absolute;
	left:0;
	bottom:0;
	font-size:.5em;
}

.zhuanye img{
	display:block;
	width:100%;
}

