/*2020你拿什么来挑战新的一年？*/
.challenge-box,.skill,.success-box,.major,.employment {
	width: 1200px;
	margin: 0 auto 50px auto;
}
.challenge .title h2,.skill .title h2,.success .title h2,.major .title h2,.employment .title h2 {
	color: #ff6100;
	font-size: 32px;
	text-align: center;
	margin-bottom: 5px;
}
.challenge .title h3,.skill .title h3,.success .title h3,.major .title h3,.employment .title h3 {
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
	text-transform: uppercase;
}
.challenge .title,.skill .title,.success .title,.major .title,.employment .title {
	border-bottom: 2px solid #7d7d7d;
	padding-bottom: 15px;
}
.challenge .content {
	margin-top: 30px;
	position: relative;
}
.challenge .words h4 {
	font-size: 18px;
	background: #f6f6f6;
	margin: 0;
	padding: 20px 50px;
	line-height: 60px;
	font-weight: 300;
}
.challenge .words h5 {
	font-size: 18px;
	background: #ff6100;
	margin: 0;
	padding: 20px 50px;
	color: white;
	line-height: 50px;
}
.challenge .words {
	width: 57%;
	position: absolute;
	top: 0;
	left: 0;
}
/*学实用烹饪技能，迫在眉睫*/
.skill-box {
	background: #f6f6f6;
	padding-top: 10px;
	padding-bottom: 5px;
}
.skill .content {
	margin-top: 30px;
	position: relative;
}
.skill .words {
	width: 46%;
	position: absolute;
	top: 0;
	left: 0;
}
.skill .words h4 {
	font-size: 24px;
	font-weight: 600;
}
.skill .words h5 {
	font-size: 18px;
	font-weight: 100;
	line-height: 30px;
	text-align: justify;
}
.skill .words li {
	float: left;
	width: calc(100% / 3 - 24px);
	margin: 5px;
	text-align: center;
	border: 2px solid black;
	padding: 5px;
}
.skill .words ul {
	padding-left: 0;
}
/*四项硬性指标  成功只在云南新东方*/
.success ul {
	padding: 0;
}
.success li {
	float: left;
	width: calc(100% / 4 - 20px);
	margin: 10px;
	position: relative;
	color: white;
}
.success li img {
	width: 100%;
}
.success .words {
	position: absolute;
	top: 150px;
	left: 0px;
	padding: 0 15px;
}
.success .words h4 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}
.success .words p {
	font-size: 16px;
	font-weight: 100;
	text-align: justify;
	line-height: 30px;
	margin-top: 10px;
}
/*热门专业  总有一个适合你*/
.major-box {
	background: #f6f6f6;
	padding-top: 10px;
	padding-bottom: 5px;
}
.major .content .list {
	float: left;
	width: 21%;
	margin-right: 30px;
}
.major .content .list4,.major .content .list2,.major .content .list3 {
	margin-bottom: 8px;
	margin-top: 8px;
}
.major .content .list1 {
	margin-bottom: 8px;
}
.major .content .list h4 {
	font-size: 20px;
	border: 1px solid black;
	padding: 19px 5px;
	text-align: center;
	color: #ff6100;
	background: white;
	cursor: pointer;
}
.major .content .list .bian {
	border: 1px solid #ff6100;
	color: #ffffff;
	background: #ff6100;
	font-size: 20px;
	padding: 19px 5px;
	text-align: center;
	cursor: pointer;
}
.major .content .right,.major .content .righta {
	float: left;
	width: 76%;
	padding: 0;
}
.major .content .right img,.major .content .righta img {
	width: 100%;
}
.major .content .right li {
	float: left;
	width: calc(100% / 3 - 10px);
	margin: 5px;
	background: white;
	height: 295px;
}
.major .right a,.major .righta a {
	text-decoration: none;
}
.major .right p,.major .righta p {
	font-size: 20px;
	font-weight: 100;
	text-align: center;
	margin-top: 15px;
	color: black;
}
.major .right span,.major .righta span {
	font-size: 24px;
	font-weight: 600;
	padding-right: 20px;
}
.major .content .righta li {
	float: left;
	width: calc(50% - 10px);
	margin: 5px;
	background: white;
	height: 295px;
}
/*就业推荐  创业帮扶*/
.employment-box {
	background: url(../img/employment.jpg) no-repeat;
	padding-top: 10px;
	padding-bottom: 5px;
	background-size: cover;
}
.employment ul {
	padding: 0;
	margin: 30px 0 0 0;
}
.employment li {
	float: left;
	width: calc(50% - 42px);
	margin: 20px;
	background: rgba(255,255,255,0.76);
	border: 1px solid black;
}
.employment h4 {
	color: #ff6100;
	font-size: 24px;
	font-weight: 600;
	padding: 5px 30px;
}
.employment p {
	font-size: 18px;
	line-height: 40px;
	text-align: justify;
	padding: 5px 30px;
	height: 110px;	
}
.employment li .icon1 {
	padding-bottom: 20px;
	padding-left: 30px;
	display: block;
}
/**/
.swiper-container {
	width: 1200px;
	margin: 0 auto;
}
.swiper-container img {
	width: 100%;
}
/*bottom*/
.bottom {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.bottom .words h2 {
	font-size: 36px;
	text-align: center;
	color: white;
	line-height: 70px;
}
.bottom .words {
	position: absolute;
	left: 23%;
	top: 1%;
}
.bottom .words a {
	display: block;
	color: #f3620b;
	background: white;
	width: 300px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	font-size: 26px;
	text-decoration: none;
	margin: 0 auto;
	font-weight: 700;
}