.outer {
	background: #2F35A5;
}
.outer .apply ul li.button input {
	background: #FCC101;
}
.outer .apply ul li.button input:hover {
	background: #AD9584;
}
/* MPAcc */

.mpacc_outer {
	height: 430px;
	background: #fff;
	padding: 80px 0;
}
.mpacc {
	width: 1200px;
	height: 430px;
	margin: 0 auto;
}
.mpacc .left {
	width: 560px;
	height: 430px;
	float: left;
}
.mpacc .right {
	width: 570px;
	height: 390px;
	padding:20px 35px;
	float: right;
	background: #4B51B3;
	color:#fff;
}
.mpacc .right h3 {
	text-align: right;
	height: 112px;
	font-weight: normal;
	font-size: 36px;
	line-height: 45px;
}
.mpacc .right h3 span {
	color: #999;
	font-size: 26px;
}
.mpacc .right h1 {
	color: #fff;
	font-weight: normal;
	font-size: 60px;
	height: 66px;
	line-height: 66px;
}
.mpacc .right h1 b {
	font-size: 28px;
	font-weight: normal;
}
.mpacc .right p {
	padding: 20px 0 10px 0;
	text-align: justify;
	font-size: 18px;
	line-height: 45px;
}
/* 适合人群 */

.fit_outer{ background:url(/static/w/images/mpacc/fitbg.jpg) no-repeat top center #fff; padding:20px 0 0;}

.fit {
	width: 1000px;
	height: 580px;
	margin: 0 auto;
}
.fit h2{ font-size:36px; color:#fff; font-weight:normal; height:100px; line-height:100px; text-align:center;}

.fit .people{ width:1000px; height:450px; display:flex; justify-content: space-around;}

.fit .people dl{ width:260px; padding:30px 20px; height:360px; background:#fff; color:#222;}

.fit .people dl dt{  text-align:center; height:60px; line-height:60px; font-size:24px; background:#D7D7D7; margin-bottom:5px;}

.fit .people dl dd { font-size:18px; line-height:30px; padding:12px 0 0 15px;}

.fit .people dl dd b{  font-weight:normal;}


/* MBA */
.process {
	width: 100%;
	height: 730px;
	background: #253767;
	margin: 0 auto;
}
.process h2 {
	text-align: center;
	color: #fff;
	padding: 50px 0 20px;
	font-weight: normal;
	font-size: 36px;
}
.time ul {
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	background: url(/static/w/images/mpacc/timebg.png) no-repeat center;
}
.time ul li {
	width: 275px;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	padding: 70px 0 0 0;
}
.time ul li p {
	padding: 5px 0 0 0;
	color: #eee;
}
.time ul li b {
	font-size: 28px;
	line-height: 45px;
	font-weight: normal;
}
.condition {
	width: 1200px;
	height: 200px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.condition dl {
	width: 380px;
	height: 210px;
	background: #0E235A;
	border: #eee solid 1px;
	color: #fff;
	text-align: center;
}
.condition dl dt {
	font-size: 26px;
	line-height: 30px;
	padding: 20px 0;
}
.condition dl dd {
	font-size: 16px;
	line-height: 33px;
}
.condition dl dd span {
	display: block;
	border-radius: 15px;
	cursor: pointer;
	width: 180px;
	height: 30px;
	line-height: 30px;
	background: #E7EBA3;
	color: #222;
	margin: 15px auto 0;
}
.condition dl dd span:hover {
	background: #C1C975;
}
.condition dl b {
	color: #E7CEA5;
	font-weight: normal;
}

/*  colleges  */

.collegesouter {
	width: 100%;
	background: #fff;
	padding-bottom: 40px;
}
.colleges {
	width: 1200px;
	margin: 0 auto;
	margin-bottom:40px;
}
.colleges h2 {
	text-align: center;
	padding: 30px 0 20px;
	font-weight: normal;
	font-size: 36px;
}
.colleges table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 1200px;
	margin: 0 auto;
	border-bottom: #222 solid 1px;
}
.colleges table thead {
	display: block;
	padding-right: 35px;
	background: #2F35A5;
	color:#fff;
}
.colleges table thead td {
	border: none;
}
.colleges table tbody {
	display: block;
	width: 1200px;
}
.colleges table td {
	width: 335px;
	height: 45px;
	border: 1px solid #999999;
	text-align: center;
}

.colleges table span {
	width: 80%;
	height: 40px;
	cursor: pointer;
	line-height: 40px;
	border-radius: 30px;
	font-size: 16px;
	background: #E7CEA5;
	color: #222;
	display: block;
	margin: 0 auto;
}
.colleges table span:hover {
	background: #E7EBA3;
}


.online {
	text-align: center;
	height: 80px;
}
.online span {
	width: 400px;
	height: 60px;
	cursor: pointer;
	line-height: 60px;
	border-radius: 30px;
	font-size: 24px;
	background: #E7CEA5;
	color: #222;
	display: block;
	margin: 0 auto;
}
.online span:hover {
	background: #E7EBA3;
}
/*  news  */
.news {
	width: 1200px;
	margin: 80px auto 0;
	height: 300px;
	background: #fff;
}
.news h2 {
	text-align: center;
	color: #473521;
	padding: 30px 0 20px;
	font-weight: normal;
	font-size: 36px;
}
/*  bottom  */
.bottom {
	width: 1200px;
	margin: 80px auto 0;
	height: 300px;
	background: #fff;
}
.bottom h2 {
	text-align: center;
	color: #473521;
	padding: 30px 0 20px;
	font-weight: normal;
	font-size: 36px;
}
/*   downouter */
.downouter {
	width: 100%;
	height: 540px;
	background: url(/static/w/images/common/downbg.jpg) no-repeat center;
}
.down {
	width: 1200px;
	height: 540px;
	margin: 0 auto;
}
.down h3 {
	padding-top: 18px;
	height: 110px;
	text-align: right;
	color: #fff;
	font-size: 30px;
	line-height: 125px;
	font-weight: normal;
}
.down .free {
	width: 900px;
	height: 200px;
	float: right;
}
.down .free ul {
	width: 900px;
	height: 150px;
	padding: 25px 0;
	display: flex;
	justify-content: space-between;
}
.down .free ul li {
	width: 250px;
	height: 90px;
	background: #FFF;
	padding: 60px 0 0 30px;
	font-size: 16px;
	line-height: 2;
	background: url(/static/w/images/common/freebg.jpg) no-repeat 30px 15px #fff;
}
.down .free ul li b {
	font-size: 24px;
}
.down .apply {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	background: rgba(250,250,250,0.2);
	float: right;
}
.down .apply p {
	text-align: center;
	line-height: 30px;
	height: 30px;
	padding: 10px 0;
	font-size: 28px;
	color: #fff;
}
.down .apply p b {
	color: #FFE632;
}
.down .apply ul.classname {
	width: 900px;
	height: 80px;
	margin: 0 auto;
}
.down .apply ul.classname li {
	width: 310px;
	height: 50px;
	float: left;
	border: #FFF solid 1px;
	box-sizing: border-box;
	text-align: center;
	margin: 22px 10px 0;
	cursor: pointer;
	font-size: 12px;
	background: #fff;
	border-radius: 25px;
	overflow: hidden;
}
.down .apply ul.classname li .input {
	border: none;
	width: 90%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #222;
}
.down .apply ul.classname li select {
	width: 170px;
	height: 45px;
	text-align: center;
	border: none;
	font-size: 18px;
	margin-top: 2px;
	background: #fff;
}
.down .apply ul.classname li.button {
	background: none;
	border: none;
	width: 200px;
}
.down .apply ul.classname li.button input {
	width: 90%;
	height: 50px;
	line-height: 50px;
	background: #E7CEA5;
	border: none;
	font-size: 18px;
	color: #222;
	border-radius: 3px;
	letter-spacing: 2px;
	font-size: 22px;
	text-align: center;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	border-radius: 25px;
}
.down .apply ul.classname li.button input:hover {
	background: #E7EBA3;
}

