/* 格展网络模板 */
/* 精品与原创网站模板提供商，一站式建站 */
/* 主营业务：快速建站、快排、高权重域名、海外服务器 */
/* 格展网络：Www.91084.Com */
/* 主机/服务器：Www.zhaodede.Com */
/* QQ：6364544  */
body {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 14px;
	color: #333;
}
input, select, textarea {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 1em;
	;
}
.wrap {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
}
img, a {
	border: 0;
}
ul, li {
	list-style: none;
}
*, *:after, *:before {
	margin: 0;
	padding: 0;
	transition: all .5s;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
img {
	max-width: 100%;
}
/*----------top_bar 顶部信息条----------*/
.top_bar {
	background: #00b0a0;
	color: #fff;
	font-size: 13px;
	line-height: 38px;
	height: 38px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 101;
}
.top_bar .top_left {
	float: left;
}
.top_bar .top_right {
	float: right;
}
.top_bar .top_left span,
.top_bar .top_right span {
	display: inline-block;
}
.top_bar .fa {
	margin-right: 5px;
}
.top_bar strong {
	font-size: 16px;
	font-weight: bold;
}
/*----------header----------*/
.header {
	height: 78px;
	line-height: 78px;
	background: #fff;
	border-bottom: 2px solid #f1f1f1;
	position: fixed;
	top: 38px;
	left: 0;
	width: 100%;
	z-index: 100;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.header .logo {
	float: left;
}
.header .logo img {
	vertical-align: middle;
	margin-bottom: 3px; height:66px
}
.header .nav {
	float: right;
}
.header .nav ul li {
	float: left;
	margin-left: 45px;
	font-size: 16px;
	color: #222;
}
.header .nav ul li a {
	display: block;
	color: #222;
}
.header .nav ul li.on a, .header .nav ul li a:hover {
	color: #00b0a0;
	border-bottom: 2px solid #00b0a0;
}
/*----------mainer----------*/
.mainer {
	padding-bottom: 70px;
	padding-top: 1px;
	margin-top: 116px;
}
.main_index {
	padding: 0;
	margin-top: 116px;
}
.banner {
	position: relative;
}
.cur {
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 5%;
	right: 5%;
	z-index: 210;
}
.cur span {
	display: block;
	cursor: pointer;
	background: url(../images/cur1.png) no-repeat center center;
	width: 60px;
	height: 60px;
	opacity: .5;
}
.cur span.prev {
	float: left;
}
.cur span.next {
	float: right;
	background: url(../images/cur2.png) no-repeat center center;
}
.cur span:hover {
	opacity: 1;
}
.banner .item {
	position: relative;
}
.banner .item .text {
	position: absolute;
	top: 50%;
	margin-top: -75px;
	text-align: center;
	font-size: 30px;
	color: #666;
	left: 0;
	width: 100%;
}
.banner .item .text h2 {
	font-size: 2.7em;
	line-height: 80px;
	font-weight: normal;
	margin-bottom: .5em;
	color: #333;
}
.owl.owl-theme .owl-dots .owl-dot span {
	width: 40px;
	height: 5px;
	border-radius: 0;
	margin: 0 20px;
	position: relative;
	background: #000;
	opacity: .4;
}
.banner .owl-dots {
	counter-reset: nav;
}
/*.banner .owl-dots .owl-dot span:before { text-align: center; position: absolute; bottom: 10px; display: block; counter-increment: nav; content: "0" counter(nav); width: 50px; left: 50%; margin-left: -25px; text-align: center; color: #000; opacity: 0; }*/
.owl.owl-theme .owl-dots .owl-dot.active span, .owl.owl-theme .owl-dots .owl-dot:hover span {
	background: #00b0a0;
	opacity: 1;
}
.owl.owl-theme .owl-dots .owl-dot.active span:before, .owl.owl-theme .owl-dots .owl-dot:hover span:before {
	opacity: 1;
}
.banner .owl-theme .owl-controls {
	bottom: 5%;
}
.page_num {
	background: url(../images/bg1.jpg) no-repeat center center;
	background-size: cover;
	padding: 20px 0;
}
.page_num ul li {
	border-left: 1px solid rgba(255,255,255,.3);
	margin-left: -1px;
	width: 25%;
	float: left;
	padding: 25px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.page_num ul li:first-child {
	border-left: 0;
}
.page_num ul li h2 {
	font-size: 50px;
}
.page_num ul li label {
	display: block;
	width: 30px;
	height: 3px;
	background: #fcc442;
	margin: 20px auto;
}
.div_tag {
	margin-top: -50px;
	text-align: center;
}
.div_tag ul {
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
}
.div_tag ul li {
	display: inline-block;
	padding: 0 20px;
	border-left: 1px solid #ddd;
	font-size: 16px;
}
.div_tag ul li:first-child {
	border-left: 0;
}
.div_tag ul li a {
	color: #333;
}
.div_tag ul li a:hover, .div_tag ul li.on a {
	color: #00b0a0;
}
.div_work {
	background: url(../images/work.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 1px;
}
.course_owl {
	padding-bottom: 60px;
	width: 95%;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
}
.course_owl .text {
	padding: 15px;
	background: #fff;
}
.course_owl .text h3 {
	font-size: 18px;
	padding-left: 15px;
	border-left: 5px solid #00b0a0;
	font-weight: normal;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.course_owl .text p {
	padding-right: 50px;
	background: url(../images/icon8.png) no-repeat right center;
	margin-bottom: 15px;
	color: #666;
}
.course_owl a:hover .text {
	background: #00b0a0;
}
.course_owl a:hover .text h3 {
	color: #fff;
	border-color: #fcc442;
}
.course_owl a:hover .text p {
	color: #fff;
	background: url(../images/icon8-1.png) no-repeat right center;
}
.course_owl .cur {
	top: 32%;
}
.hot_list ul {
	overflow: hidden;
	padding-right: 35%;
	position: relative;
	margin: 20px -10px;
}
.hot_list ul li {
	width: 33.33%;
	float: left;
}
.hot_list ul li a {
	display: block;
	margin: 10px;
	position: relative;
}
.hot_list ul li a:hover img {
	transform: scale(1.1);
}
.hot_list ul li .img {
	overflow: hidden;
}
.hot_list ul li a:hover .text {
	height: 100%;
	background: rgba(0,176,160,.7);
}
.hot_list ul li a:hover .text p {
	transform: translateY(150%);
	text-align: center;
}
.hot_list ul li a:hover .text span {
	display: block;
	margin: 0 auto;
	float: none;
	height: 20px;
}
.hot_list ul li .text {
	position: absolute;
	height: 40px;
	bottom: 0;
	right: 0;
	left: 0;
}
.hot_list ul li .text span {
	display: inline-block;
	width: 31px;
	height: 14px;
	background: url(../images/icon5.png) no-repeat center center;
	float: right;
	height: 40px;
}
.hot_list ul li img {
	width: 100%;
	display: block;
}
.hot_list ul li .text {
	line-height: 40px;
	padding: 0 20px;
	font-size: 16px;
	color: #fff;
	background: rgba(0,0,0,.4);
}
.hot_list ul .li_more a {
	position: static;
}
.hot_list ul .li_more {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 34.5%;
}
.hot_list ul .li_more .text {
	height: auto;
	display: block;
	padding-right: 0;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 100%;
	background: #00b0a0;
}
.hot_list ul .li_more .text .cell {
	position: relative;
	height: 100%;
	vertical-align: middle;
}
.hot_list ul .li_more .text .cell p {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
}
.hot_list ul .li_more .text span {
	height: 100%;
	width: 88px;
	background: url(../images/icon6.png) no-repeat center center #fcc442;
}
.hot_list ul li.li_more a:hover .text {
	height: auto;
	background: #00b0a0;
}
.hot_list ul li.li_more a:hover .text p {
	transform: translateY(0%);
	text-align: left;
}
.hot_list ul li.li_more a:hover .text span {
	display: block;
	margin-right: 0;
	width: 100px;
	float: none;
	height: 100%;
}
.div_about .img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	bottom: 0;
}
.div_about .img img {
	opacity: 0;
}
.div_about .about {
	position: relative;
	padding: 60px 0;
	margin-top: -30px;
	background: #f3f3f3;
}
.div_about .tit {
	width: 30%;
	margin-left: 50px;
	padding: 20px;
	position: relative;
	z-index: 1;
	padding-bottom: 0;
}
.div_about .tit h3 {
	font-size: 24px;
	line-height: 40px;
	background: #f3f3f3;
	font-weight: normal;
	color: #222;
}
.div_about .tit:after {
	content: '';
	display: block;
	width: 78px;
	height: 78px;
	border: 3px solid #febb43;
	top: 0px;
	left: 0;
	position: absolute;
	z-index: -1;
}
.div_about .text {
	max-width: 95%;
	width: 950px;
	box-sizing: border-box;
	padding: 40px 50px;
	color: #fff;
	background: #00b0a0;
	line-height: 32px;
	padding-bottom: 50px;
}
.div_about .text p {
	text-align: justify;
	text-indent: 2em;
}
.div_about .btn a {
	float: right;
	margin-top: 20px;
}
.btn a {
	display: inline-block;
	width: 209px;
	line-height: 50px;
	background: #fcc442;
	text-align: center;
}
.btn a:hover {
	background: #ffb200;
}
.btn a:hover span {
	padding-right: 62px;
}
.btn a span {
	display: inline-block;
	padding-right: 52px;
	background: url(../images/icon7.png) no-repeat right center;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}
.team_owl {
	position: relative;
	background: url(../images/team.jpg) no-repeat center bottom;
	height: 533px;
	padding-top: 30px;
}
.team_owl .box {
	background: #fff;
	padding: 0 20px;
	padding-bottom: 30px;
}
.team_owl .box .tit {
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
}
.team_owl .box .tit h3 {
	padding-left: 15px;
	border-left: 5px solid #00b0a0;
	font-size: 24px;
	color: #333;
	font-weight: normal;
}
.team_owl .box .tit span {
	display: block;
	float: right;
	color: #00b0a0;
	font-size: 20px;
}
.team_owl .box .text p {
	line-height: 32px;
	color: #333;
	padding: 20px 0;
}
.team_owl .btn {
	margin-top: -25px;
	float: left;
	width: 100%;
	text-align: center;
}
.team_owl .item {
	width: 610px;
	margin: 0 auto;
	max-width: 90%;
	padding-top: 230px;
}
.team_bg {
	display: none;
}
.div_news .wrap {
	margin-top: -30px;
	margin-bottom: 30px;
}
.div_news .news_lt {
	width: 38%;
	background: #f5f5f5;
	height: 500px;
	overflow: hidden;
}
.div_news .item {
	line-height: 32px;
	color: #666;
}
.div_news .item img {
	display: block;
}
.div_news .item .text p {
	color: #666;
	height: 64px;
	overflow: hidden;
}
.div_news .item .text h3 {
	color: #333;
	background: no-repeat 80% center;
}
.div_news .item a:hover .text h3 {
	background: url(../images/icon5.png) no-repeat 95% center;
}
.news_lt .text {
	padding: 20px;
}
.news_lt .text h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.div_news .news_rt {
	width: 61%;
}
.news_rt ul li a {
	color: #333;
	display: block;
	padding: 15px 0;
	position: relative;
}
.news_rt ul li a:after {
	z-index: -1;
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	background: #ddd;
	left: 91px;
}
.news_rt ul li a:hover {
	background: #00b0a0;
}
.news_rt ul li a:hover .date label, .news_rt ul li a:hover .date span, .news_rt ul li a:hover .text p {
	color: #fff;
}
.news_rt ul li a:hover .text h3 {
	color: #fcc442;
}
.news_rt ul li a:hover .text:after {
	background: #fcc442;
}
.news_rt ul li a:hover:after {
	background: #00b0a0;
}
.news_rt ul li .date {
	font-size: 12px;
	line-height: 20px;
	float: left;
	width: 75px;
	margin-right: 15px;
	text-align: right;
}
.news_rt .date span {
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
	color: #999;
}
.news_rt .text {
	padding: 0 20px;
	overflow: hidden;
	position: relative;
}
.news_rt .text:after {
	content: '';
	display: block;
	width: 3px;
	left: 0;
	background: #00b0a0;
	top: 0px;
	position: absolute;
	height: 20px;
}
.news_rt .text h3 {
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}
.link_owl {
	margin-top: -40px;
	margin-bottom: 40px;
	position: relative;
}
.link_owl .list {
	overflow: hidden;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.link_owl .list ul li {
	width: 16.6667%;
	float: left;
}
.link_owl .list ul li a {
	background: #fff;
	display: block;
	border: 1px solid #ddd;
	margin-left: -1px;
	margin-bottom: -1px;
	line-height: 100px;
	text-align: center;
}
.link_owl .list ul li img {
	vertical-align: middle;
	display: inline-block;
}
.title {
	position: relative;
	text-align: center;
	margin: 80px 0;
}
.title h3 {
	font-size: 32px;
	font-weight: normal;
	color: #222;
	position: relative;
	z-index: 9;
}
.title.on span {
	color: #e0e0e0;
}
.title label {
	display: block;
	margin: 0 auto 0;
	height: 3px;
	width: 60px;
	background: #00b0a0;
	margin-top: 15px;
}
.title span {
	display: block;
	font-size: 60px;
	color: #f1f1f1;
	text-transform: uppercase;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}
.class_nav {
	padding: 8px 0;
	border: 1px solid #ddd;
}
.class_nav ul li {
	float: left;
	margin-left: 20px;
	width: 120px;
	line-height: 34px;
	text-align: center;
	font-size: 16px;
}
.class_nav ul li a {
	display: block;
	color: #000022;
}
.class_nav ul li.on a, .class_nav ul li a:hover {
	color: #fff;
	background: #00b0a0;
}
.curriculum_list {
	padding: 5px 0;
}
.curriculum_list ul {
	margin: 0 -1.5%;
}
.curriculum_list ul li {
	float: left;
	width: 22%;
	margin: 25px 1.5%;
}
.curriculum_list ul li * {
	transition: all 0.5s;
}
.curriculum_list ul li .img_box {
	position: relative;
}
.curriculum_list ul li .img_box img {
	display: block;
	width: 100%;
}
.curriculum_list ul li .img_box .curriculum_list_mb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,176,160,0.9);
	opacity: 0;
}
.curriculum_list ul li .img_box .curriculum_list_more {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	margin-top: -8px;
	text-align: center;
}
.curriculum_list ul li .img_box .curriculum_list_more span {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding-right: 50px;
	background: url(../images/icon1.png) no-repeat right center;
}
.curriculum_list ul li .web {
	margin-top: 22px;
}
.curriculum_list ul li .web p {
	font-size: 16px;
	color: #333;
}
.curriculum_list ul li .web p span {
	float: right;
	color: #00b0a0;
}
.curriculum_list ul li .web p span em {
	font-style: normal;
	font-size: 12px;
}
.curriculum_list ul li:hover .curriculum_list_mb {
	opacity: 1;
}
.page_size {
	text-align: center;
	margin-top: 10px;
}
.page_size a {
	display: inline-block;
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-bottom: 8px;
	border: 1px solid transparent;
	color: #999;
	margin: 0 10px;
	vertical-align: top;
}
.page_size a.prev, .page_size a.next {
	width: 31px;
	padding-bottom: 0;
	border-bottom: none;
}
.page_size a.prev {
	background: url(../images/icon2.png) no-repeat center center;
}
.page_size a.next {
	background: url(../images/icon3.png) no-repeat center center;
}
.page_size a.on, .page_size a:hover {
	border-bottom: 1px solid #ddd;
	color: #222;
}
.page_size a.prev:hover {
	background: url(../images/icon2-1.png) no-repeat center center;
	border-bottom: none;
}
.page_size a.next:hover {
	background: url(../images/icon3-1.png) no-repeat center center;
	border-bottom: none;
}
/*----------custom----------*/
.curriculum_article {
	padding-bottom: 40px;
}
.curriculum_article .img {
	float: left;
	margin-right: 2%;
	width: 37%;
}
.curriculum_article .img img {
	display: block;
	width: 100%;
}
.curriculum_article .web {
	float: left;
	width: 60%;
}
.curriculum_article .web .tit {
	margin-top: 45px;
	background: #fff;
	padding: 11px 0;
	position: relative;
}
.curriculum_article .web .tit h3 {
	font-size: 24px;
	font-weight: normal;
	color: #333;
}
.curriculum_article .web .tit p {
	font-size: 16px;
	color: #999;
	margin-top: 10px;
}
.curriculum_article .web .tit p span {
	margin-left: 50px;
}
.curriculum_article .web .tit .line {
	width: 104px;
	height: 104px;
	background: url(../images/icon4.png) no-repeat center center;
	position: absolute;
	top: 50%;
	margin-top: -52px;
	left: -60px;
}
.curriculum_article .web .text {
	margin-top: 50px;
}
.curriculum_article .web .text h4 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 32px;
}
.curriculum_article .web .text p {
	line-height: 32px;
	color: #666;
	text-indent: 2em;
}
.about_gsjj {
}
.about_gsjj .list {
	border-top: 1px solid #ddd;
	padding-top: 50px;
	margin-top: 45px;
}
.about_gsjj .list:first-child {
	border-top: none;
	margin-top: 20px;
}
.about_gsjj .list .img {
	float: right;
	margin-left: 80px;
}
.about_gsjj .list .img img {
	display: block;
	width: 100%;
}
.about_gsjj .list .web {
	overflow: hidden;
}
.about_gsjj .list .web h3 {
	font-size: 22px;
	font-weight: normal;
}
.about_gsjj .list .web .text {
	margin-top: 30px; line-height:30px
}
.about_gsjj .list .web .text p {
	line-height: 32px;
	color: #333;
}
.his_owl {
	max-width: 900px;
	width: 95%;
	margin: 0 auto;
}
.his_owl .owl {
}
.his_owl .item {
	cursor: pointer;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	padding-top: 105px;
	position: relative;
}
.his_owl .item span {
	display: block;
	line-height: 50px;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 10px;
	text-align: center;
	font-size: 26px;
}
.his_owl .item:after {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	border: 1px solid #9d9d9d;
	margin: 0 auto;
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
}
.his_owl .item span:after {
	content: '';
	display: block;
	width: 1px;
	height: 0px;
	background: #00b0a0;
	margin: 0 auto;
}
.his_owl .item.on span, .his_owl .item:hover span {
	font-size: 34px;
	color: #00b0a0;
}
.his_owl .item.on span:after, .his_owl .item:hover span:after {
	height: 20px;
}
.his_owl .item.on:after, .his_owl .item:hover:after {
	background: #00b0a0;
	border-color: #00b0a0;
}
.his_owl .owl-theme .owl-controls .owl-nav [class*=owl-] {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	border: 1px solid #9b9b9b;
	margin: 0;
	padding: 0;
	position: relative;
}
.his_owl .owl-theme .owl-controls .owl-nav .owl-prev {
	float: left;
	background: url(../images/icon9.png) no-repeat center center #fff;
}
.his_owl .owl-theme .owl-controls .owl-nav .owl-prev:after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 100%;
	top: 14px;
}
.his_owl .owl-theme .owl-controls .owl-nav .owl-next {
	float: right;
	background: url(../images/icon10.png) no-repeat center center #fff;
}
.his_owl .owl-theme .owl-controls .owl-nav .owl-next:after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #ddd;
	position: absolute;
	right: 100%;
	top: 14px;
}
.his_owl .owl-theme .owl-controls {
	left: -5%;
	right: -5%;
	width: auto;
}
.div_his .list {
	max-width: 580px;
	margin: 31px auto;
	line-height: 30px;
	position: relative;
}
.div_his .list:before {
	content: "";
	display: block;
	width: 1px;
	top: 10px;
	left: 64px;
	bottom: -10px;
	background: #ececec;
	position: absolute;
}
.div_his .list li {
	padding-bottom: 20px;
	font-size: 16px;
	color: #666;
}
.div_his .list li:hover .mouth span:after {
	background: #00b0a0;
}
.div_his .list li:hover .mouth span {
	color: #00b0a0;
}
.div_his .list li:last-child {
	float: left;
}
.div_his .list .mouth {
	width: 50px;
	text-align: right;
	float: left;
	margin-right: 110px;
	position: relative;
}
.div_his .list .mouth span:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: -20px;
	display: block;
	width: 10px;
	height: 10px;
	background: #999999;
	float: right;
	border-radius: 100%;
}
.div_his .list .mouth span {
	display: block;
	position: relative;
}
.div_his .list .text {
	overflow: hidden;
}
.div_his .list .text span {
	display: block;
	width: 75px;
	float: left;
}
.div_his .list .text p {
	overflow: hidden;
}
.team1_list ul li .img {
	float: right;
	width: 247px;
}
.team1_list ul li {
	overflow: hidden;
	margin-top: 40px;
	position: relative;
}
.team1_list ul li:after {
	content: '';
	z-index: -1;
	display: block;
	width: 1px;
	height: 400px;
	top: 60px;
	bottom: 20px;
	left: 25px;
	background: #ccc;
	position: absolute;
}
.team1_list ul li:before {
	content: '';
	z-index: 1;
	display: block;
	width: 1px;
	top: 60px;
	height: 0;
	bottom: 20px;
	left: 25px;
	background: #00b0a0;
	position: absolute;
}
.team1_list ul li .text {
	overflow: hidden;
	line-height: 32px;
	color: #666;
}
.team1_list ul li .text h3 {
	font-size: 18px;
	color: #222;
	font-weight: normal;
	padding: 20px 0;
}
.team1_list ul li .text h3 span {
	color: #666;
	font-size: 14px;
	display: inline-block;
	padding-left: 20px;
}
.team1_list ul li .box {
	max-width: 675px;
	width: 80%;
	margin: 0 auto;
}
.team1_list ul li .span_num {
	z-index: 2;
	position: absolute;
	top: 0px;
	display: block;
	font-size: 46px;
	color: #ccc;
}
.team1_list ul li:nth-child(2n) .img {
	float: left;
}
.team1_list ul li:nth-child(2n) .span_num {
	left: auto;
	right: 0;
}
.team1_list ul li:nth-child(2n):after {
	left: auto;
	right: 25px;
}
.team1_list ul li:nth-child(2n):before {
	left: auto;
	right: 25px;
}
.team1_list ul li:hover:before {
	height: 350px;
}
.team1_list ul li:hover .span_num {
	color: #00b0a0;
}
.zxns_list {
	margin-top: 40px;
}
.zxns_list .tit {
	cursor: pointer;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
}
.zxns_list .tit h3 {
	font-size: 16px;
	font-weight: normal;
	color: #222;
	padding-left: 20px;
}
.zxns_list .tit label {
	display: block;
	color: #ccc;
	text-transform: uppercase;
	float: right;
	padding-right: 30px;
	background: url(../images/icon11-1.png) no-repeat right center;
}
.zxns_list li {
	margin-top: 10px;
}
.zxns_list li.on .tit label {
	background: url(../images/icon11.png) no-repeat right center;
}
.zxns_list .text {
	display: none;
	transition: all 0s;
	padding: 20px;
	line-height: 32px;
	color: #666;
}
.zxns_list .text h4 {
	line-height: 16px;
	margin: 8px 0;
	color: #333;
	padding-left: 10px;
	font-weight: normal;
	border-left: 4px solid #00b0a0;
}
.zxns_list .text .list {
	margin-bottom: 40px;
}
.zxns_list .text .list:last-child {
	margin-bottom: 0;
}
.qyry_list .tit {
	padding: 50px 0;
	font-size: 16px;
	color: #222;
}
.qyry_list .tit h3 {
	font-size: 20px;
	margin-bottom: 25px;
}
.qyry_list li {
	width: 50%;
	float: left;
	margin-top: 40px;
}
.qyry_list ul {
	overflow: hidden;
}
.qyry_list li:nth-child(2n+1) {
	clear: both;
}
.qyry_list li .img {
	float: left;
	padding: 10px;
	width: 226px;
	margin-right: 20px;
	background: #fff;
	border: 1px solid #ccc;
	line-height: 155px;
	overflow: hidden;
	text-align: center;
}
.qyry_list li .img img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 155px;
}
.qyry_list li .text {
	overflow: hidden;
	line-height: 32px;
	font-size: 16px;
	color: #666;
	padding-right: 50px;
}
.qyry_list li .text p {
	max-width: 265px;
}
.qyry_list li .text h3 {
	font-size: 20px;
	font-weight: normal;
	color: #222;
	padding: 15px 0;
}
.team2_list ul li {
	width: 25%;
	float: left;
}
.team2_list ul li a {
	display: block;
	margin: 18px;
	border: 1px solid #f3f3f3;
}
.team2_list ul li:nth-child(4n+1) {
	clear: both;
}
.team2_list ul li .img {
	overflow: hidden;
	background: #000;
}
.team2_list ul li img {
	display: block;
}
.team2_list ul li a:hover h3 {
	color: #00b0a0;
}
.team2_list ul li a:hover img {
	transform: scale(1.1);
	opacity: .8;
}
.team2_list ul {
	overflow: hidden;
	margin: 20px -18px;
}
.team2_list .text {
	padding: 20px;
	position: relative;
}
.team2_list .text span {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(../images/icon8-1.png) no-repeat center center #00b0a0;
	top: -25px;
	right: 20px;
}
.team2_list a:hover .text span {
	background: url(../images/icon8.png) no-repeat center center #fcc442;
}
.team2_list .text h3 {
	font-size: 16px;
	color: #222;
	margin-bottom: 15px;
	font-weight: normal;
}
.team2_list .text p {
	color: #999;
}
.modal {
	display: none;
	transition: all 0s;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 1001;
}
.fp_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
}
.fp_modal .cell {
	display: table-cell;
	vertical-align: middle;
}
.modal_cont {
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
	background: #fff;
	padding: 50px;
	position: relative;
}
.modal_cont .img {
	width: 345px;
	float: left;
	margin-right: 40px;
}
.modal_cont .tit {
	border-bottom: 1px solid #ddd;
	line-height: 24px;
	padding: 20px 0;
}
.modal_cont .tit h3 {
	font-size: 24px;
	font-weight: normal;
	padding-left: 15px;
	border-left: 5px solid #00b0a0;
}
.modal_cont .tit h3 span {
	float: right;
	display: block;
	color: #00b0a0;
	font-size: 20px;
}
.modal_cont .text {
	overflow: hidden;
	line-height: 32px;
	color: #666;
}
.modal_cont .text h4 {
	font-weight: normal;
	font-size: 16px;
	color: #333;
}
.modal_cont .text p {
	text-indent: 2em;
	margin-bottom: 20px;
}
.modal_cont .close {
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(../images/close.png) no-repeat center center #666;
	border-radius: 100%;
	top: -30px;
	right: -30px;
	cursor: pointer;
}
.modal_cont .close:hover {
	background-color: #333;
}
.modal_cont .text .box {
	height: 327px;
	overflow-y: auto;
	margin-top: 20px;
}
.course_owl ul {
	margin: 0 -10px;
	overflow: hidden;
}
.course_owl ul li {
	width: 25%;
	float: left;
}
.course_owl ul li a {
	margin: 10px;
	border: 1px solid #f3f3f3;
	display: block;
}
.course_owl img {
	display: block;
}
.course_owl.wow_list {
	margin: 20px 0;
	width: 100%;
}
.div_pos {
	line-height: 42px;
	background: #f3f3f3;
	color: #999;
}
.div_pos a {
	color: #999;
}
.div_pos a:hover {
	color: #00b0a0;
}
.div_pos span {
	display: block;
	float: right;
	display: none;
}
.div_pos span a {
	display: block;
	width: 20px;
	height: 42px;
	background: url(../images/icon12.png) no-repeat center center;
}
.details {
	margin-top: 30px;
	line-height: 36px;
	color: #666;
}
.details h4 {
	font-weight: normal;
	color: #222;
}
.details .img {
	margin-top: 15px;
	text-align: center;
}
.details_tit {
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 20px;
	color: #999;
}
.details_tit h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #222;
}
.details_cur {
	line-height: 40px;
	border-top: 1px solid #f3f3f3;
	margin-top: 40px;
}
.details_cur span {
	max-width: 48%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.details_cur span a {
	color: #999;
}
.details_cur span a:hover {
	color: #00b0a0;
}
.details_cur:after {
	content: '';
	display: block;
	clear: both;
}
.news2_list {
	margin-top: 30px;
}
.news2_list ul li a {
	color: #333;
	display: block;
	padding: 15px 0;
	position: relative;
}
.news2_list ul li a:after {
	z-index: -1;
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	background: #ddd;
	left: 181px;
}
.news2_list ul li a:hover {
	background: #00b0a0;
}
.news2_list ul li a:hover .date label, .news2_list ul li a:hover .date span, .news2_list ul li a:hover .text p {
	color: #fff;
}
.news2_list ul li a:hover .text h3 {
	color: #fcc442;
}
.news2_list ul li a:hover .text:after {
	background: #fcc442;
}
.news2_list ul li a:hover:after {
	background: #00b0a0;
}
.news2_list ul li .img {
	float: right;
	margin: 0 20px; width:240px
}
.news2_list ul li:after {
	content: '';
	display: block;
	clear: both;
}
.news2_list ul li .date {
	font-size: 16px;
	line-height: 40px;
	float: left;
	width: 150px;
	margin-right: 30px;
	text-align: right;
}
.news2_list .date span {
	display: block;
	font-size: 40px;
	color: #999;
}
.news2_list .text {
	line-height: 32px;
	padding: 0 20px;
	overflow: hidden;
	position: relative;
}
.news2_list .text:after {
	content: '';
	display: block;
	width: 3px;
	left: 0;
	background: #00b0a0;
	top: 0px;
	position: absolute;
	height: 20px;
}
.news2_list .text h3 {
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}
.news2_list .text p {
	height: 64px;
	overflow: hidden;
}
.contact {
	margin-top: 100px;
	margin-bottom: 50px;
}
.contact .img {
	width: 495px;
	float: left;
	margin-right: 50px;
}
.cont_rt {
	overflow: hidden;
}
.contact_box {
	background: #fff;
	margin-bottom: 20px;
}
.contact_box .tit {
	line-height: 50px;
	height: 40px;
	background: url(../images/icon21.png) no-repeat left center;
	text-align: left;
}
.contact_box .tit h3 {
	font-size: 20px;
	display: inline-block;
	padding-left: 10px;
	height: 20px;
	border-left: 5px solid #00b0a0;
	line-height: 20px;
	font-weight: normal;
	margin-top: 10px;
	;
}
.contact_box ul {
	margin: 0 -1.5%;
}
.contact_box ul li {
	width: 30.333%;
	float: left;
	margin: 0 1.5%;
	margin-bottom: 15px;
}
.contact_box ul li span {
	display: block;
	padding-left: 10px;
	color: #888;
	line-height: 35px;
}
.contact_box .div_input {
	line-height: 40px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 15px;
}
.div_input input {
	width: 100%;
	border: 0;
	background: none;
}
.div_input textarea {
	height: 100px;
	width: 100%;
	border: 0;
	background: none;
	resize: none;
	padding: 5px 0;
}
.contact_box ul li.li_last {
	width: 97%;
}
.contact_box .btn1 a {
	border: 0;
	display: inline-block;
	width: 200px;
	text-align: center;
	;
	line-height: 40px;
	background: #00b0a0;
	color: #fff;
	border-radius: 3px;
	font-size: 16px;
}
.contact_box .btn1 a:hover {
	color: #fff;
	background: #00988a;
}
.contact_box .btn1 {
	width: auto;
	text-align: center;
	text-align: left;
}
.contact_box .btn1 span {
	display: inline-block;
	padding-right: 25px;
	color: #fff;
	background: url(../images/icon23.png) no-repeat right center;
}
.contact_box .btn1 a:hover span {
	color: #fff;
}
.c_list ul li:hover {
	transform: translateY(-20px);
}
.c_list ul li {
	line-height: 32px;
	color: #222;
	font-size: 18px;
	width: 27.333%;
	margin: 0 3%;
	float: left;
	text-align: center;
}
.c_list ul li p {
	font-size: 16px;
	color: #666;
}
.c_list ul li h4 {
	font-size: 18px;
	font-weight: normal;
}
.c_list ul li .img {
	overflow: hidden;
	width: 120px;
	height: 120px;
	border-radius: 120px;
	position: relative;
	margin: 0 auto;
}
.c_list ul li .img .i1 {
	position: absolute;
	top: 32px;
	left: 57px;
	width: 32px;
	height: 27px;
	background: url(../images/icon16.png) no-repeat center center;
	display: block;
}
.c_list ul li .img .i2 {
	position: absolute;
	top: 61px;
	left: 30px;
	width: 27px;
	height: 11px;
	background: url(../images/icon17.png) no-repeat center center;
	display: block;
}
.c_list ul li .img .i3 {
	position: absolute;
	top: 41px;
	left: 51px;
	width: 20px;
	height: 20px;
	background: url(../images/icon18.png) no-repeat center center;
	display: block;
}
.c_list ul {
	margin: 0px -3%;
	overflow: hidden;
	padding: 20px 0;
}
 @media only screen and (max-width: 1400px) {
.banner .item .text {
	font-size: 25px;
}
}
 @media only screen and (max-width: 1200px) {
.wrap {
	width: 95%;
	margin: 0 auto;
}
.header .nav ul li {
	margin-left: 20px;
}
.banner .item .text {
	font-size: 18px;
}
.banner .item .text h2 {
	line-height: 1.5em;
}
.page_num ul li h2 {
	font-size: 40px;
}
.banner .owl-carousel .owl-item img {
	width: 120%;
	margin-left: -10%;
	max-width: initial;
}
.title {
	margin: 60px 0;
}
.owl-carousel .owl-item .img {
	overflow: hidden;
}
}
 @media only screen and (max-width: 1100px) {
.curriculum_article .web .text, .curriculum_article .web .tit {
	margin-top: 30px;
}
}
@media only screen and (max-width: 800px) {
.page_num ul li h2 {
	font-size: 30px;
}
.page_num ul li {
	width: 50%;
}
.page_num ul li:nth-child(2n+1) {
	border-left: 0;
}
.hot_list ul li {
	width: 50%;
}
.hot_list ul {
	padding-right: 0;
}
.hot_list ul .li_more {
	position: initial;
	top: auto;
	left: auto;
	right: auto;
	;
	bottom: auto;
	width: 100%;
}
.hot_list ul .li_more .text {
	position: initial;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	height: 80px;
}
.div_news .news_rt, .div_news .news_lt {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.link_owl .list ul li {
	width: 25%;
}
.footer .left p a {
	margin: 0 5px;
}
.class_nav ul li {
	display: inline-block;
	float: none;
	margin: 0 5px;
	width: auto;
}
.class_nav ul li a {
	padding: 0 10px;
}
.curriculum_list ul li {
	width: 47%;
}
.about_gsjj .list .img {
	float: none;
	margin: 0 auto;
	margin-bottom: 20px;
}
.about_gsjj .list:first-child {
	padding-top: 0;
}
.team2_list ul li {
	width: 50%;
}
.team2_list ul li img {
	width: 100%;
}
.course_owl ul li {
	width: 50%;
}
.course_owl ul li:nth-child(2n+1) {
	clear: both;
}
img {
	width: 100%;
}
.contact .img {
	float: none;
	margin-bottom: 30px;
}
.contact {
	margin-top: 30px;
	margin-bottom: 10px;
	overflow: hidden;
}
.c_list {
	overflow: hidden;
}
.modal_cont {
	box-sizing: border-box;
}
.modal_cont .img {
	width: 300px;
	margin-right: 20px;
}
.modal_cont {
	padding: 20px;
}
.modal_cont .text .box {
	height: 273px;
}
.news2_list ul li .img {
	margin: 0 auto;
}
.qyry_list li {
	width: 100%;
}
.curriculum_article .img {
	width: 100%;
	margin: 20px auto;
}
.curriculum_article .web .tit {
	margin-left: 50px;
}
.curriculum_article .web {
	width: 100%;
}
}
.footer .left p a:hover {
	color: #fcc442
}
.div_news .item .text a:hover h3 {
	color: #00b0a0
}
.link_owl .list ul li a:hover img {
	opacity: .6
}
.link_owl .list ul li a:hover {
	background: #f7f8f9;
}
 @media only screen and (max-width: 750px) {
.header {
	line-height: 58px;
	height: 58px;
}
.title span {
	font-size: 30px;
}
.title h3 {
	font-size: 30px;
}
.div_news .news_lt {
	height: auto;
}
.banner .item .text {
	font-size: 14px;
	margin-top: -35px;
}
.banner .item .text h2 {
	font-size: 2em;
}
.banner .owl-carousel .owl-item .img img {
	width: 150%;
	margin-left: -25%;
}
.mainer {
	margin-top: 58px;
}
.banner_cur {
	display: none;
}
.owl.owl-theme .owl-dots .owl-dot span {
	margin: 0 10px;
}
.cur span {
	width: 40px;
	height: 40px;
}
.div_tag ul li {
	padding: 0 5px;
}
.title {
	margin: 40px 0
}
.div_tag {
	margin-top: -10px;
}
.hot_list ul li a {
	margin: 5px;
}
.div_about .about {
	margin-top: 0
}
.div_about .tit {
	width: auto;
}
.div_about .img {
	width: 100%;
	left: 0;
	opacity: 0.2
}
.div_about .text {
	max-width: initial;
	width: 95%;
	margin: 0 auto
}
.div_about .text {
	padding: 15px;
	line-height: 25px;
	padding-top: 20px;
}
.div_about .tit h3 {
	background: none;
	position: relative;
	z-index: 2
}
.div_about .tit:before {
	content: '';
	display: block;
	position: absolute;
	left: 80px;
	height: 24px;
	top: 50%;
	margin-top: -2px;
	width: 5px;
	background: #fff;
	z-index: 1;
}
.div_about .btn a {
	float: none;
}
.team_cur {
	top: auto;
	bottom: 70px
}
.team_owl .item {
	width: 95%;
	max-width: initial;
	padding-top: 10px
}
.team_owl {
	background: none;
	padding-bottom: 28px;
}
.link_owl .list ul li {
	width: 50%;
}
.link_owl .list ul li img {
	width: auto;
}
.class_nav {
	padding: 5px 10px;
}
.class_nav ul {
	margin: 0 -1%;
}
.class_nav ul li {/*width:100px;*/
	font-size: 14px;
	display: block;
	float: left;
	width: 31.333%;
	margin: 5px 1%;
}
.class_nav ul li a {
	padding: 0 10px;
}
.team2_list ul li a {
	margin: 5px;
}
.team2_list ul {
	margin: 10px 0;
}
.modal_cont .img {
	width: 150px;
	float: none;
}
.modal_cont .close {
	width: 40px;
	height: 40px;
	background: url(../images/close.png) no-repeat center center #666;
	background-size: 20px auto;
	top: -20px;
	right: -10px;
}
.team2_list .text span {
	width: 40px;
	height: 40px;
}
.course_owl .text h3 {
	font-size: 16px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.course_owl ul li a {
	margin: 5px;
}
.course_owl .text {
	padding: 10px;
}
.news2_list ul li .img {
	width: 100%;
	float: none;
}
.news2_list ul li .date {
	width: auto;
	float: left;
}
.news2_list .date label {
	float: right;
}
.news2_list .date span {
	float: right;
	font-size: 16px;
	color: #666
}
.news2_list .date span:before {
	content: '-'
}
.news2_list .date:after {
	content: '';
	display: block;
	clear: both;
}
.news2_list .text {
	clear: both;
	padding: 0 10px;
	line-height: 25px;
}
.news2_list .text h3 {
	margin-bottom: 10px
}
.news2_list ul li a:after {
	display: none;
}
.details_tit h2 {
	font-size: 20px;
}
.details_tit {
	padding-top: 0
}
.details {
	line-height: 25px;
}
.details_cur span {
	float: none;
	display: block;
	min-width: initial;
	max-width: 100%;
}
.contact_box ul li {
	width: 97%;
}
.c_list ul li {
	width: 100%;
	float: none;
	margin: 0 auto;
	clear: both;
}
.c_list ul {
	margin: 0 auto;
	padding: 0;
	overflow: initial;
}
.c_list ul li .img {
	float: left;
	margin-right: 10px;
	transform: scale(.7);
	-webkit-transform: scale(.7)
}
.c_list ul li .text {
	overflow: hidden;
	text-align: left;
	padding-top: 25px;
}
.news2_list .text p {
	height: auto;
}
.div_his .list .mouth {
	margin-right: 40px;
}
.div_his .list li {
	font-size: 14px;
	line-height: 25px;
}
.qyry_list li .img {
	width: 150px;
	line-height: 110px;
}
.qyry_list li .text h3 {
}
.qyry_list li {
	margin-top: 20px;
}
.qyry_list li .text {
	padding-right: 0;
	font-size: 14px;
	line-height: 25px;
}
.team1_list ul li .img {
	float: none;
}
.team1_list ul li .span_num {
	right: 0
}
.team1_list ul li .box {
	width: 100%;
}
.team1_list ul li:after, .team1_list ul li:before {
	right: 25px;
	left: auto;
}
.team1_list ul li:after {
	height: 266px;
}
.team1_list ul li:hover:before {
	height: 266px;
}
.team1_list ul li:nth-child(2n) .img {
	float: none;
}
.team1_list ul li .text h3 {
	padding: 10px 0;
}
.team1_list ul li .text {
	line-height: 25px;
}
.team_bg {
	display: block;
}
}
/* 格展网络模板 */
/* 精品与原创网站模板提供商，一站式建站 */
/* 主营业务：快速建站、快排、高权重域名、海外服务器 */
/* 格展网络：Www.91084.Com */
/* 主机/服务器：Www.zhaodede.Com */
/* QQ：6364544  */
.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin: 0 5px;font-size:12px}
.ab_pages ul a.page-num-current{ background:#ddd; }
.ab_pages ul a:hover{ background:#ddd}


@media screen and (max-width: 768px) {
   .header .logo img{ width:auto; height:58px;}
}

/* ---------- Features Section ---------- */
.div_features {
    background: #f8f9fa;
    padding: 60px 0;
}
.div_features .features_list ul {
    overflow: hidden;
    margin: 0 -1.5%;
}
.div_features .features_list ul li {
    width: 33.33%;
    float: left;
    padding: 20px 1.5%;
    box-sizing: border-box;
    text-align: center;
}
.div_features .features_list ul li .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00b0a0, #00988a);
    position: relative;
    transition: all 0.3s ease;
}
.div_features .features_list ul li:hover .icon {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(0, 176, 160, 0.3);
}
.div_features .features_list ul li .icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    color: #fff;
    font-family: 'FontAwesome';
}
.div_features .features_list ul li .icon.icon1:before {
    content: '\f00c';
}
.div_features .features_list ul li .icon.icon2:before {
    content: '\f0ad';
}
.div_features .features_list ul li .icon.icon3:before {
    content: '\f0c0';
}
.div_features .features_list ul li .icon.icon4:before {
    content: '\f185';
}
.div_features .features_list ul li .icon.icon5:before {
    content: '\f09c';
}
.div_features .features_list ul li .icon.icon6:before {
    content: '\f017';
}
.div_features .features_list ul li h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
}
.div_features .features_list ul li p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

/* ---------- Employment Section ---------- */
.div_employment {
    background: linear-gradient(135deg, #00b0a0 0%, #00988a 100%);
    padding: 60px 0;
    color: #fff;
}
.div_employment .title h3 {
    color: #fff;
}
.div_employment .title label {
    background: #fcc442;
}
.div_employment .title span {
    color: rgba(255, 255, 255, 0.1);
}
.employment_content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.emp_left {
    width: 55%;
}
.emp_right {
    width: 40%;
    text-align: center;
}
.emp_step {
    padding-right: 30px;
}
.step_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
}
.step_item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}
.step_item:last-child:before {
    display: none;
}
.step_num {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fcc442;
    color: #00b0a0;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
    flex-shrink: 0;
}
.step_content h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: normal;
}
.step_content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 24px;
}
.emp_stats {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}
.stat_item {
    text-align: center;
}
.stat_item h3 {
    font-size: 36px;
    font-weight: bold;
    color: #fcc442;
    margin-bottom: 5px;
}
.stat_item p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}
.emp_btn a {
    display: inline-block;
    padding: 15px 40px;
    background: #fcc442;
    color: #00b0a0;
    font-size: 16px;
    border-radius: 30px;
    font-weight: bold;
    transition: all 0.3s ease;
}
.emp_btn a:hover {
    background: #ffb200;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(252, 196, 66, 0.4);
}

/* ---------- Responsive for Features and Employment ---------- */
@media only screen and (max-width: 800px) {
    .div_features .features_list ul li {
        width: 50%;
    }
    .employment_content {
        flex-direction: column;
    }
    .emp_left, .emp_right {
        width: 100%;
        margin-bottom: 30px;
    }
    .emp_step {
        padding-right: 0;
    }
}

@media only screen and (max-width: 750px) {
    .div_features .features_list ul li {
        width: 100%;
        float: none;
    }
    .div_features {
        padding: 40px 0;
    }
    .div_employment {
        padding: 40px 0;
    }
    .emp_stats {
        flex-direction: column;
        gap: 20px;
    }
    .stat_item h3 {
        font-size: 28px;
    }
}

/* ---------- 子页面整体样式优化 ---------- */
/* 子导航优化 */
.class_nav {
    padding: 0;
    border: none;
    background: #f5f7fa;
    border-radius: 6px;
    overflow: hidden;
}
.class_nav ul {
    display: flex;
    flex-wrap: wrap;
}
.class_nav ul li {
    float: none;
    margin: 0;
    width: auto;
    flex: 1;
    min-width: 100px;
    line-height: 48px;
    text-align: center;
    font-size: 15px;
    border-right: 1px solid #e8eaed;
}
.class_nav ul li:last-child {
    border-right: none;
}
.class_nav ul li a {
    display: block;
    color: #555;
    padding: 0 15px;
}
.class_nav ul li.on a, .class_nav ul li a:hover {
    color: #fff;
    background: #00b0a0;
}

/* 课程列表卡片优化 */
.curriculum_list ul li {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}
.curriculum_list ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,176,160,0.15);
}
.curriculum_list ul li .img_box {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.curriculum_list ul li .web {
    padding: 15px;
}
.curriculum_list ul li .web p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #333;
}
.curriculum_list ul li .web p span {
    color: #00b0a0;
    font-size: 18px;
    font-weight: bold;
}
.curriculum_list ul li .web p span em {
    font-size: 13px;
    font-style: normal;
}

/* 分页样式优化 */
.ab_pages ul a {
    color: #555;
    display: block;
    padding: 6px 14px;
    border: 1px solid #ddd;
    float: left;
    margin: 0 4px;
    font-size: 13px;
    border-radius: 4px;
    transition: all 0.3s;
}
.ab_pages ul a.page-num-current,
.ab_pages ul a:hover {
    background: #00b0a0;
    color: #fff;
    border-color: #00b0a0;
}

/* 新闻列表优化 */
.news2_list ul li {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: all 0.3s;
}
.news2_list ul li:hover {
    box-shadow: 0 6px 20px rgba(0,176,160,0.12);
}
.news2_list ul li .img {
    overflow: hidden;
    border-radius: 8px 0 0 8px;
}
.news2_list ul li .img img {
    transition: transform 0.4s;
}
.news2_list ul li:hover .img img {
    transform: scale(1.05);
}

/* 内容页优化 */
.about_gsjj .list {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}


/* 标题样式优化 */
.mainer > .wrap > .title h3 {
    font-size: 26px;
    color: #333;
}
.mainer > .wrap > .title span {
    color: #00b0a0;
}

/* ---------- 联系我们地图占位 ---------- */
.map_box {
    width: 100%;
    height: 400px;
    margin: 20px auto;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(135deg, #e8f5f3 0%, #d4ede9 100%);
    border: 1px solid #d0e8e3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.map_placeholder {
    text-align: center;
    padding: 40px 20px;
}
.map_placeholder .fa-map-marker {
    font-size: 64px;
    color: #00b0a0;
    margin-bottom: 20px;
    display: block;
}
.map_placeholder h4 {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
}
.map_placeholder p {
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.8;
}
.map_btn {
    display: inline-block;
    padding: 12px 35px;
    background: #00b0a0;
    color: #fff;
    font-size: 15px;
    border-radius: 25px;
    transition: all 0.3s ease;
}
.map_btn:hover {
    background: #00988a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 176, 160, 0.3);
}

/* ---------- 首页师资力量新样式 ---------- */
.div_team {
    background: #f8f9fa;
    padding: 60px 0;
}
.div_team .team_new {
    margin-top: 40px;
}
/* 师资轮播容器 */
.div_team .team_slider_wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}
.div_team .team_slider_viewport {
    flex: 1;
    overflow: hidden;
    min-width: 0;
}
.div_team .team_grid {
    display: flex;
    gap: 25px;
    transition: transform 0.5s ease;
    will-change: transform;
}
.div_team .team_grid .team_card {
    flex: 0 0 calc((100% - 75px) / 4);
    max-width: calc((100% - 75px) / 4);
    box-sizing: border-box;
}
/* 左右切换按钮 */
.div_team .team_slider_prev,
.div_team .team_slider_next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.3s ease;
    color: #00b0a0;
    font-size: 24px;
    z-index: 5;
    user-select: none;
}
.div_team .team_slider_prev:hover,
.div_team .team_slider_next:hover {
    background: #00b0a0;
    color: #fff;
    transform: scale(1.08);
}
.div_team .team_slider_prev.disabled,
.div_team .team_slider_next.disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
}
.div_team .team_new .team_card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}
.div_team .team_new .team_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0,176,160,0.15);
}
.div_team .team_new .team_card .team_photo {
    width: 100%;
    height: 260px;
    overflow: hidden;
    position: relative;
    background: #f0f0f0;
}
.div_team .team_new .team_card .team_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.div_team .team_new .team_card:hover .team_photo img {
    transform: scale(1.05);
}
.div_team .team_new .team_card .team_info {
    padding: 20px 15px;
    position: relative;
}
.div_team .team_new .team_card .team_info:before {
    content: '';
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 4px;
    background: #00b0a0;
    border-radius: 2px;
}
.div_team .team_new .team_card .team_info h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
    font-weight: bold;
}
.div_team .team_new .team_card .team_info .team_pos {
    font-size: 14px;
    color: #00b0a0;
    margin-bottom: 10px;
    display: block;
}
.div_team .team_new .team_card .team_info .team_desc {
    font-size: 13px;
    color: #888;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 师资力量响应式 */
@media only screen and (max-width: 1200px) {
    .div_team .team_grid .team_card {
        flex: 0 0 calc((100% - 50px) / 3);
        max-width: calc((100% - 50px) / 3);
    }
}
@media only screen and (max-width: 800px) {
    .div_team .team_grid .team_card {
        flex: 0 0 calc((100% - 25px) / 2);
        max-width: calc((100% - 25px) / 2);
    }
    .div_team .team_new .team_card .team_photo {
        height: 220px;
    }
    .div_team .team_slider_prev,
    .div_team .team_slider_next {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    .div_team .team_grid .team_card {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .div_team .team_new .team_card .team_photo {
        height: 280px;
    }
}

/* ---------- 首页实训风采图片缩小一半 ---------- */
.div_work .course_owl .item .img {
    overflow: hidden;
}
.div_work .course_owl .item .img img {
    display: block;
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}

/* ---------- 各板块样式优化 ---------- */

/* 统计数据板块 - 添加图标和渐变背景 */
.page_num {
    background: linear-gradient(135deg, #00b0a0 0%, #00988a 100%);
    padding: 50px 0;
    position: relative;
}
.page_num ul li {
    border-left: 1px solid rgba(255,255,255,.2);
    padding: 15px 0;
    transition: all 0.3s ease;
}
.page_num ul li:hover {
    background: rgba(255,255,255,.08);
}
.page_num .num_icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    background: rgba(255,255,255,.15);
    border: 2px solid rgba(255,255,255,.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_num .num_icon .fa {
    font-size: 28px;
    color: #fff;
}
.page_num ul li h2 {
    font-size: 44px;
    font-weight: bold;
    text-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.page_num ul li label {
    background: #fcc442;
    width: 40px;
    height: 3px;
    margin: 15px auto;
}
.page_num ul li p {
    font-size: 15px;
    opacity: .9;
}

/* 标题统一样式优化 */
.title {
    margin: 60px 0 40px;
}
.title h3 {
    font-size: 30px;
    font-weight: bold;
    color: #222;
    letter-spacing: 2px;
}
.title label {
    width: 50px;
    height: 4px;
    background: #00b0a0;
    border-radius: 2px;
    margin-top: 18px;
}
.title span {
    font-size: 50px;
    color: #f0f2f5;
    letter-spacing: 3px;
}
.title.on span {
    color: rgba(255,255,255,.15);
}

/* 办学优势板块优化 */
.div_features {
    background: #f8f9fa;
    padding: 60px 0 70px;
}
.div_features .features_list ul li {
    padding: 25px 1.5%;
    transition: all 0.3s ease;
    border-radius: 10px;
}
.div_features .features_list ul li:hover {
    background: #fff;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}
.div_features .features_list ul li .icon {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #00b0a0, #008d82);
    box-shadow: 0 8px 20px rgba(0,176,160,0.3);
}
.div_features .features_list ul li:hover .icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 35px rgba(0,176,160,0.4);
}
.div_features .features_list ul li h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    font-weight: bold;
}
.div_features .features_list ul li p {
    font-size: 13px;
    color: #888;
    line-height: 22px;
}

/* 热门课程板块优化 */
.div_hot {
    padding-bottom: 60px;
}
.div_hot .hot_list ul li a {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}
.div_hot .hot_list ul li a:hover .text {
    background: rgba(0,176,160,.85);
}
.div_hot .hot_list ul li .text {
    transition: height 0.3s ease, background 0.3s ease;
}
.div_hot .hot_list ul li a:hover img {
    transform: scale(1.08);
}
.hot_list ul .li_more {
    border-radius: 10px;
    overflow: hidden;
}
.hot_list ul .li_more a {
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

/* 关于我们板块优化 */
.div_about .about {
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
}
.div_about .text {
    background: linear-gradient(135deg, #00b0a0 0%, #00988a 100%);
    border-radius: 0 12px 12px 0;
}
.div_about .btn a {
    background: #fcc442;
    border-radius: 25px;
    box-shadow: 0 6px 15px rgba(252,196,66,0.4);
}
.div_about .btn a:hover {
    background: #ffb200;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(252,196,66,0.5);
}

/* 实训风采板块优化 */
.div_work {
    padding: 60px 0;
}
.div_work .course_owl .item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    background: #fff;
    transition: all 0.3s ease;
}
.div_work .course_owl .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,176,160,0.15);
}
.div_work .course_owl .item .img {
    overflow: hidden;
}
.div_work .course_owl .item:hover .img img {
    transform: scale(1.08);
}
.div_work .course_owl .item .img img {
    transition: transform 0.4s ease;
}
.div_work .course_owl .text {
    padding: 15px;
}
.div_work .course_owl .text h3 {
    font-size: 16px;
    border-left: 4px solid #00b0a0;
    padding-left: 10px;
    margin-bottom: 8px;
}
.div_work .course_owl .text p {
    font-size: 13px;
    color: #888;
    line-height: 22px;
    background: none;
    padding-right: 0;
    margin-bottom: 0;
}

/* 新闻资讯板块优化 */
.div_news {
    padding: 60px 0;
    background: #f8f9fa;
}
.div_news .wrap {
    margin-top: 0;
    margin-bottom: 0;
}
.div_news .news_lt {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}
.div_news .news_lt:hover {
    box-shadow: 0 8px 25px rgba(0,176,160,0.12);
}
.div_news .news_lt .img {
    overflow: hidden;
}
.div_news .news_lt .img img {
    transition: transform 0.4s;
}
.div_news .news_lt:hover .img img {
    transform: scale(1.05);
}
.div_news .news_lt .text h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.div_news .news_rt {
    background: transparent;
}
.div_news .news_rt ul li a {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    transition: all 0.3s;
}
.div_news .news_rt ul li a:hover {
    box-shadow: 0 6px 20px rgba(0,176,160,0.1);
    transform: translateX(5px);
}
.div_news .news_rt ul li .date {
    background: #00b0a0;
    color: #fff;
    border-radius: 6px;
    padding: 10px 0;
    text-align: center;
    width: 70px;
}
.div_news .news_rt ul li .date span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.div_news .news_rt ul li .date label {
    color: rgba(255,255,255,.8);
    font-size: 12px;
}
.div_news .news_rt ul li .text h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
}
.div_news .news_rt ul li .text p {
    font-size: 13px;
    color: #888;
}

/* 就业保障板块优化 */
.div_employment {
    background: linear-gradient(135deg, #1a3a3a 0%, #2a5d5a 100%);
    padding: 70px 0;
    color: #fff;
}
.div_employment .title h3 {
    color: #fff;
}
.div_employment .title span {
    color: rgba(255,255,255,.1);
}
.div_employment .title label {
    background: #fcc442;
}
.div_employment .emp_left .step_item {
    background: rgba(255,255,255,.08);
    border-radius: 10px;
    padding: 20px 25px;
    margin-bottom: 15px;
    border-left: 4px solid #00b0a0;
    transition: all 0.3s ease;
}
.div_employment .emp_left .step_item:hover {
    background: rgba(255,255,255,.12);
    transform: translateX(8px);
}
.div_employment .step_num {
    color: #fcc442;
    font-size: 28px;
    font-weight: bold;
}
.div_employment .step_content h4 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 5px;
}
.div_employment .step_content p {
    color: rgba(255,255,255,.7);
    font-size: 13px;
}
.div_employment .emp_right {
    background: rgba(255,255,255,.08);
    border-radius: 12px;
    padding: 30px;
}
.div_employment .stat_item h3 {
    color: #fcc442;
    font-size: 36px;
}
.div_employment .stat_item p {
    color: rgba(255,255,255,.8);
}
.div_employment .emp_btn a {
    background: #fcc442;
    color: #333;
    padding: 14px 40px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(252,196,66,0.3);
}
.div_employment .emp_btn a:hover {
    background: #ffb200;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(252,196,66,0.4);
}

/* div_tag 子导航标签优化 */
.div_tag {
    margin-top: -35px;
}
.div_tag ul li {
    padding: 8px 22px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    margin: 0 5px;
    font-size: 14px;
    transition: all 0.3s ease;
}
.div_tag ul li:first-child {
    border-left: 1px solid #eee;
}
.div_tag ul li:hover,
.div_tag ul li.on {
    background: #00b0a0;
    border-color: #00b0a0;
}
.div_tag ul li:hover a,
.div_tag ul li.on a {
    color: #fff;
}

/* ============================================================
   各板块精修样式（覆盖前面冲突定义，统一视觉层次）
   ============================================================ */

/* ---------- 首页 banner 渐变浮层 ---------- */
.banner .item .img a {
    display: block;
    position: relative;
    overflow: hidden;
}
.banner .item .img a:after {
    content: '';
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.25) 100%);
    pointer-events: none;
}
.banner .item img {
    transition: transform 6s ease;
}
.banner .item:hover img {
    transform: scale(1.04);
}

/* ---------- 各板块背景交替与间距统一 ---------- */
.div_features { background: #f8f9fa; padding: 70px 0 80px; }
.div_hot { background: #fff; padding: 70px 0 80px; }
.div_about { background: #f8f9fa; padding: 70px 0 80px; }
.div_team { background: #fff; padding: 70px 0 80px; }
.div_work { padding: 70px 0 80px; }
.div_news { background: #f8f9fa; padding: 70px 0 80px; }
.div_employment { padding: 80px 0 90px; }

/* 板块标题统一间距与对齐 */
.div_features > .wrap > .title,
.div_hot > .wrap > .title,
.div_team > .wrap > .title,
.div_work > .title,
.div_news > .title,
.div_employment > .wrap > .title,
.div_about > .title {
    margin: 0 0 45px;
    text-align: center;
}
.div_about .title { padding-left: 0; }

/* ---------- 统计板块精修 ---------- */
.page_num {
    padding: 55px 0;
}
.page_num ul li {
    padding: 20px 10px;
}
.page_num .num_icon {
    width: 70px;
    height: 70px;
    border-width: 3px;
    background: rgba(255,255,255,.18);
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
}
.page_num .num_icon .fa {
    font-size: 30px;
    text-shadow: 0 2px 4px rgba(0,0,0,.15);
}
.page_num ul li h2 {
    font-size: 46px;
    letter-spacing: 1px;
}
.page_num ul li p {
    font-size: 14px;
    letter-spacing: 1px;
}

/* ---------- 办学优势精修 ---------- */
.div_features .features_list ul li {
    padding: 35px 20px;
    margin-bottom: 30px;
    text-align: center;
}
.div_features .features_list ul li .icon {
    margin: 0 auto 20px;
    width: 80px;
    height: 80px;
}
.div_features .features_list ul li h4 {
    font-size: 19px;
    margin-bottom: 12px;
}
.div_features .features_list ul li p {
    font-size: 13px;
    line-height: 24px;
}

/* ---------- 热门课程精修 ---------- */
.div_hot .hot_list ul {
    margin: 30px -10px 0;
}
.div_hot .hot_list ul li a {
    border-radius: 12px;
}
.div_hot .hot_list ul li .text {
    line-height: 50px;
    font-size: 17px;
    font-weight: 500;
}

/* ---------- 关于我们板块精修 ---------- */
.div_about .about {
    margin-top: 0;
    padding: 50px 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 25px rgba(0,0,0,.05);
    overflow: hidden;
}
.div_about .img {
    border-radius: 14px 0 0 14px;
}
.div_about .tit {
    margin-left: 30px;
    padding: 25px 20px;
}
.div_about .tit h3 {
    font-size: 26px;
    font-weight: bold;
    color: #222;
}
.div_about .text {
    width: 92%;
    max-width: 920px;
    padding: 40px 45px;
    border-radius: 0 14px 14px 0;
    line-height: 30px;
    box-shadow: -10px 10px 30px rgba(0,176,160,.15);
}
.div_about .text p {
    font-size: 15px;
    line-height: 30px;
}
.div_about .btn a {
    width: auto;
    padding: 0 35px;
    line-height: 46px;
    border-radius: 25px;
    font-size: 15px;
    box-shadow: 0 6px 18px rgba(252,196,66,.45);
}

/* ---------- 师资力量精修 ---------- */
.div_team .team_new {
    margin-top: 0;
}
.div_team .team_new .team_grid {
    gap: 30px;
}
.div_team .team_new .team_card {
    border-radius: 12px;
}
.div_team .team_new .team_card .team_photo {
    height: 280px;
}
.div_team .team_new .team_card .team_info {
    padding: 25px 18px 28px;
}
.div_team .team_new .team_card .team_info:before {
    width: 60px;
    height: 4px;
    top: -25px;
}
.div_team .team_new .team_card .team_info h3 {
    font-size: 22px;
    margin-bottom: 8px;
}
.div_team .team_new .team_card .team_info .team_pos {
    font-size: 13px;
    color: #00b0a0;
    background: rgba(0,176,160,.08);
    display: inline-block;
    padding: 4px 14px;
    border-radius: 12px;
    margin-bottom: 12px;
}
.div_team .team_new .team_card .team_info .team_desc {
    font-size: 13px;
    line-height: 22px;
}

/* ---------- 实训风采精修 ---------- */
.div_work .course_owl {
    margin-top: 30px;
    padding-bottom: 30px;
}
.div_work .course_owl .item {
    border-radius: 12px;
}
.div_work .course_owl .item .img img {
    max-height: 220px;
}
.div_work .course_owl .text h3 {
    font-size: 17px;
    padding-left: 12px;
}
.div_work .course_owl .text p {
    font-size: 13px;
    line-height: 22px;
    color: #888;
}

/* ---------- 新闻资讯精修 ---------- */
.div_news .wrap {
    margin-top: 30px;
}
.div_news .news_lt {
    width: 38%;
    border-radius: 12px;
}
.div_news .news_lt .text {
    padding: 25px;
}
.div_news .news_lt .text h3 {
    font-size: 19px;
    margin-bottom: 12px;
}
.div_news .news_lt .text p {
    font-size: 13px;
    line-height: 24px;
    color: #888;
}
.div_news .news_rt {
    width: 60%;
}
.div_news .news_rt ul li a {
    padding: 18px 22px;
    border-radius: 10px;
    margin-bottom: 14px;
}
.div_news .news_rt ul li .date {
    width: 75px;
    padding: 12px 0;
    border-radius: 8px;
}
.div_news .news_rt ul li .text {
    padding: 0 25px;
}
.div_news .news_rt ul li .text h3 {
    font-size: 17px;
    margin-bottom: 8px;
}

/* ---------- 就业保障精修（解决step_item冲突） ---------- */
.employment_content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
}
.emp_left {
    width: 55%;
}
.emp_right {
    width: 42%;
    background: rgba(255,255,255,.08);
    border-radius: 14px;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.1);
}
.emp_step {
    padding-right: 0;
}
.div_employment .emp_left .step_item {
    background: rgba(255,255,255,.08);
    border-radius: 12px;
    padding: 22px 25px;
    margin-bottom: 18px;
    border-left: 4px solid #00b0a0;
    border-top: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
}
.div_employment .emp_left .step_item:before {
    display: none;
}
.div_employment .emp_left .step_item:hover {
    background: rgba(255,255,255,.14);
    transform: translateX(8px);
    border-left-color: #fcc442;
}
.div_employment .step_num {
    color: #fcc442;
    font-size: 32px;
    font-weight: bold;
    background: transparent;
    width: auto;
    height: auto;
    line-height: 1;
    margin-right: 25px;
    flex-shrink: 0;
    text-shadow: 0 2px 8px rgba(252,196,66,.3);
}
.div_employment .step_content h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: bold;
}
.div_employment .step_content p {
    color: rgba(255,255,255,.75);
    font-size: 13px;
    line-height: 22px;
}
.div_employment .emp_stats {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed rgba(255,255,255,.15);
}
.div_employment .stat_item {
    text-align: center;
}
.div_employment .stat_item h3 {
    color: #fcc442;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 8px;
    text-shadow: 0 2px 8px rgba(252,196,66,.25);
}
.div_employment .stat_item p {
    color: rgba(255,255,255,.8);
    font-size: 14px;
}
.div_employment .emp_btn {
    text-align: center;
}
.div_employment .emp_btn a {
    background: #fcc442;
    color: #333;
    padding: 14px 45px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(252,196,66,0.35);
}
.div_employment .emp_btn a:hover {
    background: #ffb200;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(252,196,66,0.5);
}

/* ---------- 子导航 div_tag 精修 ---------- */
.div_tag {
    margin-top: -20px;
    margin-bottom: 10px;
    text-align: center;
}
.div_tag ul li {
    padding: 7px 22px;
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 20px;
    margin: 0 6px 8px;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,.04);
}
.div_tag ul li:first-child {
    border-left: 1px solid #e8eaed;
}
.div_tag ul li:hover,
.div_tag ul li.on {
    background: #00b0a0;
    border-color: #00b0a0;
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(0,176,160,.3);
}
.div_tag ul li:hover a,
.div_tag ul li.on a {
    color: #fff;
}
.div_work .div_tag ul li {
    background: rgba(255,255,255,.95);
}

/* ---------- 课程详情页精修 ---------- */
.curriculum_article {
    padding: 30px 0 50px;
}
.curriculum_article .img {
    float: left;
    margin-right: 3%;
    width: 38%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,.1);
}
.curriculum_article .img img {
    display: block;
    width: 100%;
    transition: transform 0.5s;
}
.curriculum_article .img:hover img {
    transform: scale(1.05);
}
.curriculum_article .web {
    float: left;
    width: 59%;
}
.curriculum_article .web .tit {
    margin-top: 0;
    background: #f8f9fa;
    padding: 25px 30px;
    border-radius: 10px;
    border-left: 4px solid #00b0a0;
    position: relative;
}
.curriculum_article .web .tit .line {
    display: none;
}
.curriculum_article .web .tit h3 {
    font-size: 26px;
    font-weight: bold;
    color: #222;
}
.curriculum_article .web .tit p {
    font-size: 15px;
    color: #888;
    margin-top: 12px;
}
.curriculum_article .web .tit p span {
    margin-left: 30px;
}
.curriculum_article .web .text {
    margin-top: 25px;
    padding: 0 5px;
}
.curriculum_article .web .text h4 {
    font-size: 17px;
    font-weight: bold;
    color: #00b0a0;
    line-height: 32px;
    margin-bottom: 12px;
    padding-left: 14px;
    border-left: 3px solid #00b0a0;
}
.curriculum_article .web .text p {
    line-height: 32px;
    color: #555;
    text-indent: 2em;
    font-size: 15px;
}
.curriculum_article .web .text > .text {
    margin-top: 20px;
}

/* ---------- 新闻详情页精修 ---------- */
.details_tit {
    text-align: center;
    padding: 30px 0 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    color: #999;
    position: relative;
}
.details_tit:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #00b0a0;
    margin: 18px auto 0;
    border-radius: 2px;
}
.details_tit h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #222;
    letter-spacing: 1px;
}
.details_tit p {
    font-size: 13px;
    color: #999;
}
.details {
    margin-top: 0;
    line-height: 32px;
    color: #555;
    font-size: 15px;
}
.details .text {
    padding: 0 5px;
}
.details_cur {
    line-height: 40px;
    border-top: 1px solid #eee;
    margin-top: 40px;
    padding-top: 20px;
}
.details_cur span a {
    color: #888;
    font-size: 14px;
}

/* ---------- 子页面位置导航精修 ---------- */
.div_pos {
    line-height: 46px;
    background: #f8f9fa;
    color: #888;
    border-bottom: 1px solid #eee;
}
.div_pos a {
    color: #888;
}
.div_pos a:hover {
    color: #00b0a0;
}

/* ---------- 关于我们子页面 about_gsjj 精修 ---------- */
.about_gsjj .list {
    background: #fff;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 4px 18px rgba(0,0,0,.05);
    border-top: none;
    margin-top: 35px;
}
.about_gsjj .list:first-child {
    margin-top: 30px;
}
.about_gsjj .list .img {
    float: right;
    margin-left: 50px;
    width: 42%;
    border-radius: 8px;
    overflow: hidden;
}
.about_gsjj .list .img img {
    border-radius: 8px;
    transition: transform 0.5s;
}
.about_gsjj .list:hover .img img {
    transform: scale(1.04);
}
.about_gsjj .list .web {
    overflow: hidden;
}
.about_gsjj .list .web h3 {
    font-size: 22px;
    color: #222;
    font-weight: bold;
    margin-bottom: 18px;
    padding-left: 14px;
    border-left: 4px solid #00b0a0;
}
.about_gsjj .list .web .text p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin-bottom: 10px;
}

/* ---------- 内容页正文精修 ---------- */
#maximg {
    line-height: 30px;
    color: #555;
    font-size: 15px;
    padding-left: 40px;
    padding-right: 40px;
}
#maximg p {
    margin-bottom: 18px;
}
#maximg img {
    border-radius: 8px;
    margin: 15px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
}
#maximg h3, #maximg h4 {
    color: #222;
    margin: 20px 0 12px;
    font-weight: bold;
}

/* ---------- 课程列表卡片精修 ---------- */
.curriculum_list ul li {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0,0,0,.06);
    transition: all 0.3s ease;
}
.curriculum_list ul li:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,176,160,.15);
}
.curriculum_list ul li .img_box {
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
.curriculum_list ul li .img_box img {
    transition: transform 0.5s;
}
.curriculum_list ul li:hover .img_box img {
    transform: scale(1.06);
}
.curriculum_list ul li .web {
    padding: 18px 20px 22px;
}
.curriculum_list ul li .web p {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.curriculum_list ul li .web p span {
    color: #00b0a0;
    font-size: 18px;
    font-weight: bold;
}

/* ---------- 分页精修 ---------- */
.ab_pages {
    clear: both;
    padding: 30px 0;
    font-size: 14px;
    text-align: center;
}
.ab_pages ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}
.ab_pages ul a {
    color: #555;
    display: block;
    padding: 8px 14px;
    border: 1px solid #ddd;
    float: left;
    margin: 0 5px;
    font-size: 13px;
    border-radius: 6px;
    transition: all 0.3s;
}
.ab_pages ul a.page-num-current,
.ab_pages ul a:hover {
    background: #00b0a0;
    color: #fff;
    border-color: #00b0a0;
    box-shadow: 0 4px 10px rgba(0,176,160,.25);
}

/* ---------- 子导航 class_nav 精修 ---------- */
.class_nav {
    margin: 25px 0 30px;
    padding: 0;
    border: none;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
.class_nav ul {
    display: flex;
    flex-wrap: wrap;
}
.class_nav ul li {
    float: none;
    margin: 0;
    width: auto;
    flex: 1;
    min-width: 100px;
    line-height: 52px;
    text-align: center;
    font-size: 15px;
    border-right: 1px solid #f0f2f5;
    transition: all 0.3s;
}
.class_nav ul li:last-child {
    border-right: none;
}
.class_nav ul li a {
    display: block;
    color: #555;
    padding: 0 15px;
}
.class_nav ul li.on a,
.class_nav ul li a:hover {
    color: #fff;
    background: #00b0a0;
}

/* ---------- 移动端响应式精修 ---------- */
@media only screen and (max-width: 1000px) {
    .div_about .img {
        position: static;
        width: 100%;
        height: 280px;
        border-radius: 14px 14px 0 0;
    }
    .div_about .about {
        padding: 30px 0;
    }
    .div_about .tit {
        margin: 20px auto 0;
        padding: 15px 20px;
    }
    .div_about .text {
        width: 92%;
        margin: 20px auto 0;
        padding: 30px 30px;
        border-radius: 14px;
        box-shadow: 0 8px 25px rgba(0,176,160,.15);
    }
    .div_about .btn a {
        float: none;
        margin-top: 15px;
    }
    .employment_content {
        flex-direction: column;
        gap: 25px;
    }
    .emp_left, .emp_right {
        width: 100%;
    }
    .curriculum_article .img,
    .curriculum_article .web {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }
    .curriculum_article .web .tit {
        margin-top: 0;
    }
    .about_gsjj .list .img {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }
}

@media only screen and (max-width: 768px) {
    .div_features,
    .div_hot,
    .div_about,
    .div_team,
    .div_work,
    .div_news,
    .div_employment {
        padding: 50px 0 55px;
    }
    .title h3 {
        font-size: 24px;
    }
    .title span {
        font-size: 36px;
    }
    .div_features .features_list ul li,
    .div_team .team_new .team_grid {
        width: 100%;
    }
    .div_news .news_lt,
    .div_news .news_rt {
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }
    .class_nav ul li {
        flex: 1 1 33.33%;
        min-width: 33.33%;
        border-bottom: 1px solid #f0f2f5;
    }
}

/* ============================================================
   新模板功能样式模块
   ============================================================ */

/* ---------- 1. 移动端导航样式 ---------- */
.menu_toggle {
    display: none;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #00b0a0;
    border-radius: 6px;
    cursor: pointer;
    z-index: 102;
    transition: all 0.3s ease;
}
.menu_toggle:hover {
    background: #00988a;
}
.menu_toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    margin: 6px auto;
    border-radius: 1px;
    transition: all 0.3s ease;
}
.menu_toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.menu_toggle.active span:nth-child(2) {
    opacity: 0;
}
.menu_toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.mobile_nav {
    display: none;
    position: fixed;
    top: 116px;
    left: -100%;
    width: 280px;
    height: calc(100vh - 116px);
    background: #fff;
    box-shadow: 5px 0 20px rgba(0,0,0,0.15);
    z-index: 99;
    overflow-y: auto;
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile_nav.open {
    left: 0;
}
.mobile_nav ul {
    padding: 15px 0;
}
.mobile_nav ul li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #f0f2f5;
}
.mobile_nav ul li a {
    display: block;
    padding: 15px 25px;
    color: #333;
    font-size: 16px;
    transition: all 0.3s;
}
.mobile_nav ul li a:hover,
.mobile_nav ul li.on a {
    background: #00b0a0;
    color: #fff;
    padding-left: 30px;
}
.mobile_nav .mobile_contact {
    padding: 20px 25px;
    border-top: 1px solid #f0f2f5;
    margin-top: 10px;
}
.mobile_nav .mobile_contact p {
    font-size: 14px;
    color: #666;
    line-height: 2;
}
.mobile_nav .mobile_contact p i {
    color: #00b0a0;
    margin-right: 8px;
}
/* 移动端菜单遮罩层 */
.menu_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 98;
}
.menu_overlay.show {
    display: block;
}
/* 菜单打开时禁止body滚动 */
body.menu_open {
    overflow: hidden;
}

/* ---------- 2. 页面布局通用样式 ---------- */
/* 面包屑导航 */
.breadcrumb {
    background: #f8f9fa;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}
.breadcrumb ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.breadcrumb li {
    font-size: 14px;
    color: #888;
}
.breadcrumb li:after {
    content: '/';
    margin: 0 10px;
    color: #ccc;
}
.breadcrumb li:last-child:after {
    display: none;
}
.breadcrumb li a {
    color: #666;
    transition: color 0.3s;
}
.breadcrumb li a:hover {
    color: #00b0a0;
}

/* 页面主布局 */
.page_main {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    gap: 40px;
}
.container_left {
    width: 68%;
}
.container_right {
    width: 30%;
}

/* 侧边栏 */
.sidebar {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.06);
}
.sidebar .sidebar_title {
    background: linear-gradient(135deg, #00b0a0 0%, #00988a 100%);
    padding: 18px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.sidebar .sidebar_list {
    padding: 10px 0;
}
.sidebar .sidebar_list li {
    border-bottom: 1px solid #f5f5f5;
}
.sidebar .sidebar_list li:last-child {
    border-bottom: none;
}
.sidebar .sidebar_list li a {
    display: block;
    padding: 14px 20px;
    color: #555;
    font-size: 15px;
    transition: all 0.3s;
    position: relative;
    padding-left: 30px;
}
.sidebar .sidebar_list li a:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #00b0a0;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s;
}
.sidebar .sidebar_list li a:hover,
.sidebar .sidebar_list li.on a {
    color: #00b0a0;
    background: #f8f9fa;
    padding-left: 35px;
}
.sidebar .sidebar_list li a:hover:before,
.sidebar .sidebar_list li.on a:before {
    opacity: 1;
}

/* ---------- 3. 学员评价板块样式 ---------- */
.div_testimonials {
    background: linear-gradient(135deg, #f8f9fa 0%, #eef2f5 100%);
    padding: 70px 0;
}
.testimonials_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}
.testimonial_card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    position: relative;
}
.testimonial_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0,176,160,0.15);
}
.testimonial_card .quote_icon {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 36px;
    color: rgba(0,176,160,0.1);
    font-family: Georgia, serif;
}
.testimonial_card .user_info {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.testimonial_card .user_avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    border: 3px solid #f0f0f0;
}
.testimonial_card .user_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial_card .user_detail h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 3px;
    font-weight: bold;
}
.testimonial_card .user_detail span {
    font-size: 13px;
    color: #888;
}
.testimonial_card .rating {
    margin-bottom: 15px;
}
.testimonial_card .rating i {
    color: #fcc442;
    font-size: 16px;
    margin-right: 2px;
}
.testimonial_card .rating i.empty {
    color: #ddd;
}
.testimonial_card .content {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    position: relative;
}
.testimonial_card .content:before {
    content: '"';
    font-size: 40px;
    color: #00b0a0;
    font-family: Georgia, serif;
    position: absolute;
    top: -15px;
    left: -10px;
    opacity: 0.3;
}

/* ---------- 4. 合作伙伴板块样式 ---------- */
.div_partners {
    background: #f8f9fa;
    padding: 60px 0;
}
.partners_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
    margin-top: 40px;
}
.partner_logo {
    background: #fff;
    border-radius: 10px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 3px 12px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}
.partner_logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,176,160,0.12);
    border-color: #00b0a0;
}
.partner_logo img {
    max-width: 140px;
    max-height: 60px;
    opacity: 0.7;
    transition: opacity 0.3s;
    filter: grayscale(30%);
}
.partner_logo:hover img {
    opacity: 1;
    filter: grayscale(0%);
}

/* ---------- 5. 在线咨询板块样式 ---------- */
.div_consult {
    background: linear-gradient(135deg, #00b0a0 0%, #00988a 100%);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.div_consult:before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}
.div_consult .title h3 {
    color: #fff;
}
.div_consult .title label {
    background: #fcc442;
}
.div_consult .title span {
    color: rgba(255,255,255,0.08);
}
.consult_content {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-top: 40px;
}
.consult_form {
    width: 60%;
    background: #fff;
    border-radius: 14px;
    padding: 35px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}
.consult_form h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    font-weight: bold;
}
.consult_form .form_group {
    margin-bottom: 18px;
}
.consult_form .form_group label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
    font-weight: 500;
}
.consult_form .form_group input,
.consult_form .form_group select,
.consult_form .form_group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    transition: all 0.3s;
    box-sizing: border-box;
}
.consult_form .form_group input:focus,
.consult_form .form_group select:focus,
.consult_form .form_group textarea:focus {
    border-color: #00b0a0;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,176,160,0.1);
}
.consult_form .form_row {
    display: flex;
    gap: 15px;
}
.consult_form .form_row .form_group {
    flex: 1;
}
.consult_form .form_btn {
    margin-top: 25px;
    text-align: center;
}
.consult_form .submit_btn {
    background: linear-gradient(135deg, #00b0a0 0%, #00988a 100%);
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
    font-weight: bold;
    width: 100%;
}
.consult_form .submit_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,176,160,0.4);
}
.consult_info {
    width: 35%;
}
.contact_card {
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 30px 25px;
    margin-bottom: 20px;
    border: 1px solid rgba(255,255,255,0.15);
    transition: all 0.3s;
}
.contact_card:hover {
    background: rgba(255,255,255,0.15);
}
.contact_card .icon {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.contact_card .icon i {
    font-size: 22px;
    color: #fff;
}
.contact_card h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: bold;
}
.contact_card p {
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    line-height: 24px;
}

/* ---------- 8. 响应式适配 ---------- */
/* 平板适配 */
@media only screen and (max-width: 1200px) {
    .testimonials_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .partners_grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .consult_content {
        flex-direction: column;
        gap: 30px;
    }
    .consult_form,
    .consult_info {
        width: 100%;
    }
    .consult_form .form_row {
        flex-direction: column;
        gap: 18px;
    }
}

@media only screen and (max-width: 1000px) {
    .page_main {
        flex-direction: column;
        gap: 30px;
    }
    .container_left,
    .container_right {
        width: 100%;
    }
}

/* 移动端适配 */
@media only screen and (max-width: 768px) {
    /* 移动端导航显示 */
    .menu_toggle {
        display: block;
    }
    .mobile_nav {
        display: block;
        top: 58px;
        height: calc(100vh - 58px);
    }
    .header .nav {
        display: none;
    }
    
    /* 学员评价 */
    .div_testimonials {
        padding: 50px 0;
    }
    .testimonials_grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .testimonial_card {
        padding: 25px 20px;
    }
    
    /* 合作伙伴 */
    .div_partners {
        padding: 50px 0;
    }
    .partners_grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    .partner_logo {
        padding: 15px 10px;
    }
    .partner_logo img {
        max-width: 100px;
        max-height: 45px;
    }
    
    /* 在线咨询 */
    .div_consult {
        padding: 50px 0;
    }
    .consult_form {
        padding: 25px 20px;
    }
    .consult_form h3 {
        font-size: 18px;
    }
    .contact_card {
        padding: 20px 18px;
    }
    
    /* 侧边栏 */
    .sidebar {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .partners_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .breadcrumb li {
        font-size: 13px;
    }
    .breadcrumb li:after {
        margin: 0 6px;
    }
}


