/*
body{
	background-color: #F5F5F5;
}
*/
.main_gd{
	width: 100%;
	background-color: #F5F5F5;
}
.flex{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	flex-direction:row;
	flex-wrap:wrap
}
/* gd_title */
.gd_title h5{
	font-size: 36px;
	}
.gd_title{
	
	padding-bottom: 3px;
	width: 20%;
	margin: 0 auto;
	text-align: center;
	line-height: 64px;
}
.gd_title .line{
	width: 100%;
	height: 1px;
	position: relative;
	background-color: #000;
}
.gd_title  .line::before{
	display: inline-block;
	content: '';
	width: 50%;
	height: 3px;
	background-color: #000;
	bottom: -1px;
	position: absolute;
	left: 50%;
	margin-left:-25% ;
	z-index: 2;
}
/* intro */
.intro{
	margin-top: 38px;
}
.intro_list{
	padding: 46px 0;
	margin-top: 70px;
}
.intro_list .img{
	position: absolute;
	left: 0;
	top:-102px;
}
.intro_list .list_a{
	width:18% ;
	background-color:#dddddd ;
	padding: 0 5px;
	position: relative;
	padding-top:130px;
	padding-bottom: 20px;
}
.intro_list .list_a .img{
	
}
.intro_list .list_a h6{
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.consult_btn{
	width: 100%;
	text-align: center;
	font-size: 30px;
}
.consult_btn a{
	display: inline-block;
	width: 360px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #035dab;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	color: #fff;
}
/* course_content */
.course_content{
	padding-top: 34px;
	margin-top: 38px;
	margin-bottom: 35px;
	background-color: #f5f5f5;
	width: 100%;
}
.course_content .course_list{
	margin-top: 48px;
	background-color: #e9f6ff;
	width: 100%;
}
.course_img{
	width: 40%;
}
.course_word{
	width: 60%;
	padding-top: .36rem;
}
.course_word h6{
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #0061b2;
	font-weight: normal;
	padding-top: 36px;
}
.course_word .course_a{
	padding: 0 50px;
	margin-top: 30px;
}
.course_word .course_a a{
	border: 1px solid #000;
	padding: 0 18px;
	margin-right: 15px;
	white-space:nowrap;
	margin-bottom: 12px;
	display: inline-block;
}
/* student_fc */
.student_fc{
	margin-top: 30px;
	margin-bottom: 30px;
}
.student_fc a{
	display: inline-block;
	margin-bottom: 12px;
}
.gd_title.gd_all{
	width: 50%;
	margin-top: 30px;
}
.recomend_job .img{
	margin-top: 40px;
	margin-bottom: 40px;
}
.student{
	margin-top: 60px;
	
}