h2 {
	font-size: 24px;
	padding-left: 30px;
	height: 60px;
	width: 1120px;
	margin: 0 auto;
	line-height: 55px;
	position: relative;
	font-weight: normal;
}
h2:after {
	content: "";
	background: #405FDE;
	display: block;
	position: absolute;
	top: 15px;
	left: 5px;
	width: 2px;
	height: 30px;
}

/* banner */

#banner {
	width: 100%;
	background: #fff;
	line-height: 0;
}
#banner img {
	width: 100%;
}

/* class  */
.course {
	width: 1150px;
	height: 310px;
	padding: 25px;
	margin: 0 auto;
	background: #fff;
	box-shadow: #eee 1px 1px 2px;
}
.environment {
	float: left;
	width: 550px;
	height: 310px;
	background: #eee;
}
.environment .swiper-button-next, .environment .swiper-container-rtl .environment .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.environment .swiper-button-prev, .environment .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.info {
	float: right;
	width: 570px;
	height: 310px;
}
.info h1 {
	font-size: 32px;
	font-weight: normal;
	height: 55px;
	line-height: 55px;
	color: #222;
}
.info ul {
	width: 600px;
	margin: 0 auto;
	font-size: 18px;
}
.info ul li {
	padding: 10px 0;
	font-size: 16px;
}
.info ul li span {
	font-size: 22px;
}
.info ul li.free {
	padding: 15px 0;
}
.info ul li.free i {
	font-style: normal;
	background: #FFF0F1;
	color: #EC2A35;
	border-radius: 15px;
	padding: 5px 20px;
	font-size: 14px;
	cursor: pointer;
}
.info ul li.free i:hover {
	background: #EC2A35;
	color: #fff;
}


/* applyouter */
.applyouter {
	width: 100%;
	height: 60px;
	padding: 20px 0;
	background: #333333;
	margin-top: 20px;
}
.apply {
	width: 1200px;
	margin: 0 auto;
}
.apply ul {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.apply ul li {
	width: 240px;
	height: 50px;
	border: #FFF solid 1px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	background: #fff;
	border-radius: 25px;
	overflow: hidden;
}
.apply ul li:nth-child(1) {
	background: url(/static/w/images/index/namebg.png) no-repeat 20px 10px #fff;
	background-size: 30px 30px;
}
.apply ul li:nth-child(2) {
	background: url(/static/w/images/index/mobilebg.png) no-repeat 20px 10px #fff;
	background-size: 30px 30px;
}
.apply ul li:nth-child(3) {
	background: url(/static/w/images/index/cousebg.png) no-repeat 20px 10px #fff;
	background-size: 30px 30px;
}
.apply ul li .input {
	border: none;
	width: 90%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #222;
	background: none;
}
.apply ul li select {
	width: 170px;
	height: 50px;
	text-align: center;
	border: none;
	font-size: 18px;
	margin-top: 2px;
	background: none;
	color: #999;
}
.apply ul li.button {
	background: none;
	border: none;
	width: 300px;
}
.apply ul li.button input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #F61827;
	border: none;
	font-size: 18px;
	color: #FFF;
	border-radius: 3px;
	letter-spacing: 2px;
	font-size: 22px;
	text-align: center;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	border-radius: 20px;
}


/* recommend */

.recommend{ width:1200px;  padding:15px 0; margin:20px  auto 0; background:#FFF;}

.hot{ width:1145px; height:200px; padding:20px 0; margin:0 auto; display:flex;justify-content: space-between ;}

.hot dl{ width:215px; height:180px; background:#e9e9e9; position:relative; padding-left:150px;}

.hot dl dt{ text-align:center; font-weight:bold; font-size:20px; padding:15px 0 5px; line-height:35px; height:35px; color:#EC2A35;}

.hot dl dd { padding:0 10px 10px; text-align:justify; font-size:16px;}

.hot dl p{ position:absolute; top:20px; left:10px; display:block; width:140px; height:140px;}

.hot dl p img{ border:#FFF 5px solid;}

.hot dl a{ color:#777;}


/* student */

.student{ width:1200px;  padding:15px 0; margin:20px auto 0; background:#FFF;}

 
.student ul {
	width: 1150px;
	height: 400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.student ul li {
	width: 265px;
	height: 170px;
	margin: 0 0 30px 0;
}
.student ul li:nth-child(4n) {
	margin-right: 0;
}
.student ul li img {
	box-sizing: border-box;
	padding: 2px;
	border: #CCC solid 1px;
}


