.banner {
	width: 100%;
	height: 522px;
	background: url(../images/banner.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.contant {
	width: 100%;
	background: #f6f6f6;
	margin: 0 auto;
}

.contant .main-title {
	font-size: 28px;
	color: #424b5b;
	padding: 34px 0 80px;
}

.contant .main-title .iconfont {
	font-size: 28px;
}

.contant .inner {
	display: flex;
	justify-content: space-between;
}

.contant .inner .left {
	width: 780px;
	/* background: yellowgreen; */
}

.contant .inner .right  {
	width: 338px;
}

.contant .inner .left img {
	width: 284px;
	height: 284px;
	float: left;
	margin-right: 32px;
	margin-bottom: 10px;
}

.contant .inner .left h3 {
	display: flex;
	align-items: center;
	font-size: 18px;
	height: 26px;
	color: #464646;
	border-left: 3px solid #ed6d1f;
	padding-left: 10px;
	margin-bottom: 26px;
	position: relative;
	z-index: 99;
	overflow: hidden;
}

.contant .inner .left h3 b {
	display: block;
	height: 100%;
	z-index: 999;
	background: #f6f6f6;
	padding-right: 10px;
}

.contant .inner .left h3:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #afafaf;
}

.contant .inner .left p {
	line-height: 24px;
	margin-bottom: 26px;
}


.contant .inner .right .title {
	display: flex;
	align-items: center;
	font-size: 28px;
	color: #464646;
	border-left: 3px solid #ed6d1f;
	padding-left: 10px;
	position: relative;
	z-index: 99;
	overflow: hidden;
}

.contant .inner .right .title b {
	display: block;
	height: 100%;
	z-index: 999;
	background: #f6f6f6;
	padding-right: 10px;
}

.contant .inner .right .title:after  {
	content: '';
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #afafaf;
}

.contant .inner .right .cooperation {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contant .inner .right .cooperation img {
	width: 164px;
	height: 242px;
	margin-bottom: 22px;
}

.contant .inner .right .form-box {
	width: 100%;
	height: 390px;
	background: #424b5b;
	border-radius: 8px;
}

.contant .inner .right .form-box img {
	width: 338px;
	height: 150px;
}

.contant .inner .right .form-box form {
	padding-top: 26px;
}

.contant .inner .right .form-box form .item {
	width: 266px;
	height: 46px;
	border-bottom: 1px solid #fff;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.contant .inner .right .form-box form .item .iconfont {
	font-size: 38px;
	color: #ff2d6f;
}

.contant .inner .right .form-box form .item input {
	width: 100%;
	height: 100%;
	background: #424b5b;
	border: none;
	color: #fff;
}

.form-box .apply {
	display: block;
	width: 122px;
	height: 30px;
	background: #ff2d6f;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	margin: 0 auto;
	margin-top: 50px;
}

.student_case {
	width: 100%;
	height: 432px;
	background: #fff;
	padding-top: 44px;
	padding-bottom: 54px;
}

.student_case .title {
	font-size: 28px;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

.student_case .title:after {
	content: '';
	width: 114px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 50%;
	bottom: -6px;
	transform: translateX(-50%);
}

.student_case .inner {
	width: 1200px;
	display: flex;
	justify-content: space-between;
}

.student_case .inner .item {
	width: 274px;
	height: 271px;
	display: block;
}

.student_case .inner .item img {
	width: 274px;
	height: 271px;
}

/* 课程资讯 */
.class_case {
	width: 100%;
	/* height: 432px; */
	background: #fff;
	padding-top: 44px;
	padding-bottom: 154px;
}

.class_case .title {
	font-size: 28px;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

.class_case .title:after {
	content: '';
	width: 114px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 50%;
	bottom: -6px;
	transform: translateX(-50%);
}

.class_case .inner {
	width: 1200px;
	display: flex;
	justify-content: space-between;
}

.class_case .inner .item {
	width: 274px;
	height: 271px;
	position: relative;
	display: block;
}

.class_case .inner .item h3 {
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
}

.class_case .inner .item img {
	width: 274px;
	height: 271px;
}

.class_case .inner .item p {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 4px;
	color: #fff;
	background: rgba(0,0,0,.5);
	display: none;
}














footer {
	color: #fff;
}

footer .link {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #333333;
	border-bottom: #585858;
	display: flex;
	justify-content: center;
}

footer .link a {
	color: #fff;
	font-size: 16px;
	margin: auto 20px;
}

footer .main {
	width: 100%;
	height: 250px;
	background: #333;
	border-top: 1px solid #515151;
	border-bottom: 1px solid #515151;
	padding-top: 28px;
	display: flex;
	justify-content: center;
}

footer .main .contact_us {
	color: #fff;
}

footer .main .contact_us h3 {
	font-size: 16px;
	margin-bottom: 14px;
}

footer .main .contact_us ul {

}

footer .main .contact_us ul li {
	font-size: 12px;
	margin-bottom: 10px;
}

footer .main .online_message {
	width: 414px;
	height: 100%;
	margin-left: 80px;
	margin-right: 80px;
}

footer .main .online_message h3 {
	font-size: 16px;
	margin-bottom: 14px;
}

footer .main .online_message .mes_form .top {
	width: 100%;
	height: 28px;
	display: flex;
	justify-content: space-between;
}

footer .main .online_message .mes_form .top input {
	height: 100%;
	flex: 1;
	color: #fff;
	background: #333;
	border: 2px solid #585858;
	padding-left: 10px;
}

footer .main .online_message .mes_form .top input:first-of-type {
	margin-right: 30px;
}

footer .main .online_message .mes_form .bottom {
	margin-top: 14px;
}
footer .main .online_message .mes_form .bottom textarea {
	background: #333;
	color: #fff;
	border: 2px solid #585858;
	padding: 10px;
}

textarea::-webkit-input-placeholder {
	color: #fff;
}

.online_mes_apply {
	display: block;
	width: 140px;
	height: 26px;
	color: #fff;
	background: #930b03;
	text-align: center;
	line-height: 26px;
	font-size: 18px;
	float: right;
	margin-top: 20px;
}


footer .copyright {
	width: 100%;
	height: 52px;
	font-size: 16px;
	color: #999;
	background: #242424;
	line-height: 52px;
	text-align: center;
}

footer .copyright h3 {
	font-size: 16px;
	margin-bottom: 14px;
}

footer .main .online_message .mes_form .top input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #333 inset;
}

.form-box form .item input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #424b5b inset;
}