@charset "gbk";
body {
	background: #f9f7ef;
	color: #2a2a2a;
}
.zzb_tit {
	margin-top: 1.5rem;
}
.zzb_tit h2 {
	font-size: 2.8rem;
	color: #b18c62;
	opacity: 0.15;
	text-align: center;
}
.zzb_tit h3 {
	font-size: 1.8rem;
	line-height: 3rem;
	color: #b18c62;
	text-align: center;
	margin-top: -2rem;
}
.zzb_tit p {
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: center;
	color: #b18c62;
}
.zx {
	display: block;
	width: 9em;
	font-size: 1.3rem;
	line-height: 2.4rem;
	height: 2.4rem;
	margin: 2.4rem auto 0 auto;
	text-align: center;
	border: 1px solid #dda841;
}
.zx span {
	width: 100%;
	font-size: 1.3rem;
	line-height: 2.4rem;
	display: block;
	background: #dda841;
	color: #fff;
	margin: -0.5rem 0 0 -0.5rem;
}
/*行业前景*/
.hyqj {
	width: 90%;
	overflow: hidden;
	margin: 0.5rem auto 0 auto;
}
.hyqj_box {
	width: 100%;
	overflow: hidden;
	margin-top: 1.2rem;
	display: flex;
	justify-content: space-between;
}
.hyqj_box>div {
	width: 48.5%;
}
.hyqj_box>div span {
	width: 100%;
	overflow: hidden;
	display: block;
	box-sizing: border-box;
	border: 1px solid #e7e7e7;
	padding: 1rem 5%;
}
.hyqj_box>div span:nth-child(2) {
	margin-top: 1rem;
}
.hyqj_box>div span h2 {
	width: 100%;
	text-align: center;
	font-size: 1.3rem;
	line-height: 3rem;
	color: #b18c62;
	position: relative;
}
.hyqj_box>div span img {
	height: 3rem;
	width: auto;
	margin: 0 auto;
}
.hyqj_box>div span h2:after {
	content: "";
	width: 12%;
	height: 2px;
	display: block;
	background: #666;
	position: absolute;
	bottom: 0;
	left: 44%;
}
.hyqj_box>div span p {
	width: 100%;
	font-size: 1.15rem;
	line-height: 1.8rem;
	display: block;
	text-align: justify;
	margin-top: 0.5rem;
}
/*专业介绍*/
.prof {
	width: 90%;
	overflow: hidden;
	margin: 1.5rem auto 0 auto;
	background: url(../images/prof_bg.jpg) no-repeat;
	background-size: cover;
}
.prof_tit {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 1.5rem 0 0.8rem 0;
	border-bottom: 1px solid #3d3029;
}
.prof_tit h2 {
	width: 90%;
	font-size: 1.3rem;
	line-height: 2rem;
	color: #fff;
}
.prof_tit h3 {
	width: 90%;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #ff8444;
	opacity: 0.4;
	letter-spacing: 1px;
}
.prof>img {
	margin: 1rem auto 0 auto;
}
.prof h5 {
	width: 90%;
	font-size: 1.2rem;
	margin: 0.8rem 5% 0 5%;
	font-weight: normal;
	line-height: 1.6rem;
	color: #fff;
}
.prof>p {
	width: 90%;
	font-size: 1rem;
	line-height: 1.5rem;
	display: block;
	margin: 0.8rem 5% 0 5%;
	text-align: justify;
	color: #fff;
}
.prof_box {
	width: 100%;
	margin: 1.2rem auto 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.prof_box>div {
	width: 48.5%;
}
.prof_box>div span {
	width: 100%;
	overflow: hidden;
}
.prof_box>div span .txt {
	width: 72%;
	font-size: 1.1rem;
	line-height: 1.4rem;
	display: block;
	float: left;
	color: #fff;
	margin: 0.8rem 0 0.8rem 3%;
}
.prof_box>div span .num {
	width: 22%;
	font-size: 2.8rem;
	line-height: 2.8rem;
	display: block;
	float: right;
	text-align: right;
	color: #dca538;
	margin: 0.8rem 3% 0.8rem 0; 
}
/*学习内容*/
.xxnr {
	width: 90%;
	overflow: hidden;
	margin: 1.5rem auto 0 auto;
}
.xxnr img {
	margin-bottom: 0.5rem;
}
.xxnr ul {
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.xxnr ul li {
	width: 90%;
	overflow: hidden;
	margin: 0 auto;
	border-bottom: 1px dashed #bdbdbd;
	padding: 1.5rem 0 1.2rem 0;
}
.xxnr ul li:last-child {
	border-bottom: none;
}
.xxnr ul li h5 {
	width: 100%;
	text-align: center;
	font-size: 1.3rem;
	line-height: 2rem;
	color: #b18c62;
}
.xxnr ul li h5 img {
	width: 1.5rem;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5rem;
}
.xxnr ul li p {
	font-size: 1rem;
	line-height: 1.8rem;
	text-align: center;
	display: block;
	color: #666;
	margin-top: 0.8rem;
}
/*教学作品*/
.works {
	width: 90%;
	margin: 2rem 5% 0 5%;
	overflow: hidden;
	background: url(../images/works_bg.jpg) no-repeat;
	background-size: cover;
}

.works .zzb_tit h2 {
	color: #fff;
}
.works_box {
	width: 94%;
	margin: 1.2rem 3% 0 3%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	padding-bottom: 1rem;
}
.works_box span {
	width: 48.5%;
}
.works_box span img:nth-child(n+2) {
	margin-top: 0.8rem;
}
/*名师教学*/
#xc_teacher{
	width: 90%;
	overflow: hidden;
	margin: 1.5rem auto 0 auto;
}
#xc_teacher .swiper-slide{
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative;
}
#xc_teacher .swiper-slide h4 {
	font-size: 1.3rem;
	width: 6em;
	height: 2.4rem;
	line-height: 2.4rem;
	display: block;
	position: absolute;
	top: 12%;
	left: 50%;
}
#xc_teacher .swiper-slide h4:after {
	content: "";
	width: 6em;
	font-size: 1.3rem;
	height: 2px;
	background: #0f060c;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
#xc_teacher .swiper-slide p {
	font-size: 1.2rem;
	width: 10em;
	line-height: 1.8rem;
	display: block;
	position: absolute;
	top: 30%;
	left: 50%;
}