@import url("/css/template/header.css");
@import url("/css/template/navbar.css");

body {
	background: #F5F5F5;
}

.home-banner {
	width: 100%;
	height: 460px;
}

.home-banner .swiper {
	width: 100%;
	height: 460px;
}

.home-banner .swiper .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.home-banner .swiper .swiper-slide a img {
	width: auto;
	height: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.section {
	width: 100%;
	padding: 50px 0 60px 0;
}

.layout {
	width: 1200px;
	margin: 0 auto;
}

.section .section-header {
	background: center top / auto 29px url("/images/index/section-title.png") no-repeat;
	padding-top: 25px;
	margin-bottom: 50px;
	text-align: center;
}

.section .section-header .title {
	line-height: 1;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	color: #333;
	position: relative;
	display: inline-block;
}

.section .section-header .title:before,
.section .section-header .title:after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	background: linear-gradient(135deg, #ffeddc, #ffa149);
}

.section .section-header .title:before {
	transform: translateY(-50%) rotate(-45deg);
	left: -40px;
}

.section .section-header .title:after {
	transform: translateY(-50%) rotate(135deg);
	right: -40px;
}

.introduce {
	padding: 50px 0 20px 0;
}

.introduce .introduce-list {
	width: 100%;
}

.introduce .section-cont {
	width: 1218px;
	height: 230px;
}

.introduce .introduce-list .introduce-item {
	float: left;
	width: 406px;
	height: 230px;
	box-sizing: border-box;
	/* box-shadow: 0px 4px 12px 0px rgba(5, 5, 40, 0.1); */
	border-radius: 8px;
	overflow: hidden;
	background: center top 0px / auto 230px url("/images/index/bg-introduce_01.png") no-repeat;
	padding-top: 60px;
	padding-left: 200px;
}

.introduce .introduce-list .introduce_02 {
	background-image: url("/images/index/bg-introduce_02.png");
}

.introduce .introduce-list .introduce_03 {
	background-image: url("/images/index/bg-introduce_03.png");
}

.introduce .introduce-list .introduce-item .introduce-item_title {
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	border-left: 4px solid #08c0ca;
	padding-left: 10px;
}

.introduce .introduce-list .introduce-item .introduce-item_list {
	padding-left: 28px;
	margin-top: 15px;
}

.introduce .introduce-list .introduce-item .introduce-item_list li {
	list-style: disc;
	font-size: 14px;
	line-height: 30px;
}

.demand .demand-list {
	width: 100%;
}

.demand .demand-list .demand-item {
	float: left;
	width: 386px;
	height: 250px;
	border-radius: 8px;
	overflow: hidden;
	background: center center / auto 250px url("/images/index/bg-demand_01.png") no-repeat;
	position: relative;
}

.demand .demand-list .demand_02 {
	background-image: url("/images/index/bg-demand_02.png");
	margin-left: 21px;
}

.demand .demand-list .demand_03 {
	background-image: url("/images/index/bg-demand_03.png");
	float: right;
}

.demand .demand-list .demand-item .demand-item_desc {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
}

.teacher {
	background: #f6f9fc;
}

.teacher .teacher-wrap {
	width: 1200px;
	height: 442px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 4px 29px 0px rgba(0, 0, 0, 0.04);
	border-radius: 8px;
}

.teacher .teacher-wrap .teahcer-swiper {
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}

.teacher .teacher-wrap .teahcer-swiper .swiper-slide {
	padding: 30px;
	box-sizing: border-box;
}

.teacher-info .teacher-img {
	float: left;
	width: 370px;
	height: 380px;
}

.teacher-info .teacher-desc {
	margin-left: 400px;
	padding-left: 50px;
	padding-right: 20px;
}

.teacher-info .teacher-desc .teacher-desc_title {
	border-bottom: 2px solid #edf0f5;
}

.teacher-info .teacher-desc .teacher-name {
	color: #555;
	font-size: 32px;
	line-height: 1;
}


.teacher-info .teacher-desc .teacher-name p {
	position: relative;
}

.teacher-info .teacher-desc .teacher-name p:after {
	position: absolute;
	content: "";
	height: 30px;
	width: 40px;
	left: -45px;
	top: 3px;
	background: linear-gradient(90deg, #ffd3a9, #ff8546);
}

.teacher-info .teacher-desc .teacher-name span {
	color: #999999;
	font-size: 16px;
	margin-left: 5px;
}


.teacher-info .teacher-desc .teacher-marjor {
	color: #999999;
	line-height: 1;
	margin: 15px 0;
	font-size: 18px;
}

.teacher-info .teacher-desc .teacher-desc_work {
	margin-top: 20px;
}

.teacher-info .teacher-desc .teacher-desc_work-point {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

.teacher-info .teacher-desc .teacher-desc_work-text {
	margin-top: 10px;
	font-size: 16px;
	line-height: 28px;
}

.teacher .teacher-wrap .teahcer-swiper .teacher-swiprer_pagination {
	position: absolute;
	z-index: 1;
	bottom: 25px;
	left: 435px;
	width: 710px;
	box-sizing: border-box;
	padding: 0 30px;
}

.teacher .teacher-wrap .teahcer-swiper .teacher-swiprer_pagination .teacher-swiprer_pagination-wrap {
	width: 650px;
	height: 100%;
	overflow: hidden;
}

.teacher .teacher-wrap .teahcer-swiper .teacher-swiprer_pagination .teacher-swiprer_pagination_scroll-wrap {
	position: relative;
	width: 1300px;
	left: 0;
	transition: 0.2s;
	box-sizing: border-box;
}

.teacher-swiprer_pagination .teacher-swiprer_pagination-next,
.teacher-swiprer_pagination .teacher-swiprer_pagination-prev {
	position: absolute;
	width: 24px;
	height: 30px;
	top: 20px;
	cursor: pointer;
	background: center center / 24px auto url("/images/index/page-prev.png") no-repeat;
}

.teacher-swiprer_pagination .teacher-swiprer_pagination-prev {
	left: 6px;
}

.teacher-swiprer_pagination .teacher-swiprer_pagination-next {
	background-image: url("/images/index/page-next.png");
	right: 6px;
}

.teacher-swiprer_pagination .teacher-swiprer_pagination-prev:hover {
	background-image: url("/images/index/page-prev_hover.png");
}

.teacher-swiprer_pagination .teacher-swiprer_pagination-next:hover {
	background-image: url("/images/index/page-next_hover.png");
}

.teacher .teacher-wrap .teahcer-swiper .teacher-swiprer_pagination .swiper-pagination-customs {
	float: left;
	width: 130px;
	margin: 0;
}

.teacher-swiprer_pagination .page_teacher-img {
	width: 94px;
	height: 74px;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer !important;
	margin: 0 auto;
}

.teacher-swiprer_pagination .page_teacher-img img {
	margin: 2px;
	width: 90px;
	height: auto;
	pointer-events: none;
}

.teacher-swiprer_pagination .page_teacher-img_active {
	border: 2px solid #08c0ca;
}

.teacher-swiprer_pagination .page_teacher-img_active img {
	margin: 0px !important;
}

.teacher-swiprer_pagination .page_teacher-name {
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
}


.teacher-swiprer_pagination .page_teacher-major {
	line-height: 20px;
	font-size: 16px;
	text-align: center;
}

.strategy-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.strategy-list .strategy-item {
	width: 202px;
	height: 102px;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #08c0ca;
	border-radius: 8px;
	position: relative;
}

.strategy-list .strategy-item .strategy-item_time {
	position: absolute;
	width: 130px;
	height: 34px;
	left: 36px;
	top: -17px;
	background: #00bec8;
	box-shadow: 0px 4px 18px 0px rgba(0, 190, 200, 0.31);
	border-radius: 17px;
	font-size: 16px;
	color: #fefefe;
	line-height: 34px;
	text-align: center;
}

.strategy-list .strategy-item .strategy-item_name {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #333333;
	margin-top: 35px;
	line-height: 1;
}

.strategy-list .strategy-item .strategy-item_desc {
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-top: 5px;
	line-height: 20px;
}

.strategy-list .strategy-next {
	width: 33px;
	height: 25px;
	background: center center / auto 25px url("/images/index/strategy-next.png") no-repeat;
}

.progress {
	background: #f6f9fc;
}

.progress .progress-wrap {
	height: 518px;
	background: center center / auto 518px url("/images/index/bg-progress.png") no-repeat;
	position: relative;
}

.progress .progress-wrap .progress-item {
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #666;
	width: 330px;
	position: absolute;
}

.progress .progress-wrap .progress-item:nth-child(1) {
	top: 16px;
	left: 145px;
}

.progress .progress-wrap .progress-item:nth-child(2) {
	top: 102px;
	left: 105px;
}

.progress .progress-wrap .progress-item:nth-child(3) {
	top: 186px;
	left: 90px;
}

.progress .progress-wrap .progress-item:nth-child(4) {
	top: 268px;
	left: 85px;
}

.progress .progress-wrap .progress-item:nth-child(5) {
	top: 354px;
	left: 28px;
}

.progress .progress-wrap .progress-item:nth-child(6) {
	top: 438px;
	left: 64px;
}

.progress .progress-wrap .progress-item:nth-child(7) {
	top: 16px;
	right: 78px;
}

.progress .progress-wrap .progress-item:nth-child(8) {
	top: 102px;
	right: -12px;
}

.progress .progress-wrap .progress-item:nth-child(9) {
	top: 186px;
	right: -54px;
}

.progress .progress-wrap .progress-item:nth-child(10) {
	top: 268px;
	right: -44px;
}

.progress .progress-wrap .progress-item:nth-child(11) {
	top: 354px;
	right: -20px;
}

.progress .progress-wrap .progress-item:nth-child(12) {
	top: 438px;
	right: 30px;
}

.service {
	background: linear-gradient(#08c0ca 230px, #fff 230px);
	/* // background: linear-gradient(#228DFD 20%, #00CF00 20%); */
}

.service .section-header {
	background-image: url("/images/index/section-title_linght.png");
}

.service .section-header .title {
	color: #fff;
}

.service .service-wrap {
	width: 100%;
	height: 400px;
	background: #ffffff;
	box-shadow: 0px 4px 12px 0px rgba(5, 5, 40, 0.1);
	border-radius: 8px;
	box-sizing: border-box;
	padding: 50px;
}

.service .service-nav {
	float: left;
	width: 50%;
}

.service .service-nav .service-nav-item {
	width: 280px;
	height: 80px;
	background: #f9fafc;
	box-sizing: border-box;
	padding: 25px 0;
	border-radius: 8px;
	cursor: pointer;
	transition: 0.2s;
}

.service .service-nav .service-nav-item p {
	height: 30px;
	padding: 0 30px 0 20px;
	pointer-events: none;
}

.service .service-nav .service-nav-item:nth-child(2) {
	margin: 30px 0 30px 76px;
}

.service .service-nav .service-nav-item:first-child,
.service .service-nav .service-nav-item:last-child {
	margin-left: 136px;
}

.service .service-nav .service-nav-item .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: center center / 30px auto url("/images/index/i-s_nav_1.png") no-repeat;
}

.service .service-nav .service-nav-item .icon_02 {
	background-image: url("/images/index/i-s_nav_2.png");
}

.service .service-nav .service-nav-item .icon_03 {
	background-image: url("/images/index/i-s_nav_3.png");
}

.service .service-nav .service-nav-item p span {
	display: inline-block;
	font-size: 16px;
	color: #999;
	line-height: 30px;
	margin-left: 15px;
	vertical-align: top;
}

.service .service-nav .service-nav-item .icon_arrow {
	width: 20px;
	height: 20px;
	margin: 5px 0;
	background: center center / 20px auto url("/images/index/i-arrow.png") no-repeat;
	float: right;
}

.service .service-nav .service-nav-item_active {
	background: #08c0ca;
	font-weight: bold;
}

.service .service-nav .service-nav-item_active p span {
	color: #fff;
}

.service .service-nav .service-nav-item_active .icon_arrow {
	background-image: url("/images/index/i-arrow_hove.png");
}

.service .service-cont {
	float: left;
	width: 50%;
}

.service .service-cont .service-cont_item {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	display: none;
}

.service .service-cont .service-item-show {
	display: block;
}

.service .service-cont .service-cont_title {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	line-height: 1;
}

.service .service-cont .service-cont_desc {
	font-size: 16px;
	color: #666;
	margin: 30px 0;
}

.service .service-cont .service-cont_img {
	width: 390px;
	height: 190px;
	border-radius: 8px;
	overflow: hidden;
}

.footer {
	width: 100%;
	background: #18243a;
	padding: 80px 0 20px;
}

.footer .footer-wrap {
	height: 180px;
}

.footer .footer-wrap .footer-logo {
	float: left;
	width: 440px;
	box-sizing: border-box;
}

.footer .footer-wrap .footer-logo a {
	width: 331px;
	height: 94px;
	display: block;
	margin: 43px auto;
}

.footer .footer-wrap .footer-qrcode {
	width: 540px;
	height: 180px;
	float: left;
	box-sizing: border-box;
	border: 1px solid;
	border-image: linear-gradient(to bottom, #18243a, #0f7f8f, #18243a) 1;
}

.footer .footer-wrap .qrcode-box {
	float: left;
	width: 180px;
	height: 180px;
	overflow: hidden;
	margin-left: 50px;
}

.footer .footer-wrap .qrcode-box img {
	width: 174px;
	height: 174px;
	margin: 3px auto;
}

.footer .footer-wrap .qrcode-desc {
	float: left;
	margin: 25px 0 0 30px;
	color: #fff;
}

.footer .footer-wrap .qrcode-desc .qrcode-desc_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

.footer .footer-wrap .qrcode-desc .qrcode-desc_item {
	line-height: 1;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

.footer .footer-wrap .footer-tel {
	float: left;
	margin-left: 50px;
	color: #fff;
	font-weight: bold;
}

.footer .footer-wrap .footer-tel .footer-tel_title {
	font-size: 20px;
	margin-top: 25px;
}

.footer .footer-wrap .footer-tel .footer-tel_item {
	font-size: 16px;
	margin-top: 20px;
}

.footer-copyright {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 12px;
	color: #c0c5c5;
	text-align: center;
}

.footer-copyright p {
	line-height: 30px;
}

.footer-copyright p a {
	display: inline-block;
	margin: 0 5px;
}

.footer-copyright .footer-records {
	background: left center/20px 20px url("/images/index/ba-icon.png") no-repeat;
	padding-left: 25px;
}

.rignav {
	width: 79px;
	border: 1px solid #e9ecee \9;
	position: fixed;
	-webkit-box-shadow: 2px 3px 10px rgba(118, 128, 242, 0.26);
	box-shadow: 2px 3px 10px rgba(118, 128, 242, 0.26);
	top: 50%;
	right: 20px;
	margin: -97px 0 0 0;
	z-index: 99;
}

.rignav .online-service {
	height: 97px;
	text-align: center;
}

.rignav .online-service a {
	display: block;
	background: url('/images/index/ask_op.png') no-repeat center 17px #fff;
	color: #00b2bb;
	padding-top: 72px;
	height: 25px;
}


/* 导航条 */
.nav-panel {
	background: #00B2BB;
}

.nav-panel ul {
	font-size: 0;
	white-space: nowrap;
	display: flex;
	justify-content: space-between;
}

.nav-panel ul li {
	flex: 1;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.nav-panel ul li a {
	font-weight: bold;
	font-size: 18px;
	margin-right: 0;
	color: #fff;
}

/* 主要内容 */

.main-panel {
	margin: 20px auto !important;
}

.main-panel .main-left,
.main-panel .main-middle,
.main-panel .main-right {
	height: 536px;
	background: #fff;
	-webkit-box-shadow: 0 5px 20px #efefef;
	-moz-box-shadow: 0 5px 20px #efefef;
	-ms-box-shadow: 0 5px 20px #efefef;
	-o-box-shadow: 0 5px 20px #efefef;
	box-shadow: 0 5px 20px #efefef;
}


.main-panel .main-left {
	width: 260px;
	float: left;
}

.main-panel .main-middle {
	width: 600px;
	margin-left: 10px;
	float: left;
	box-sizing: border-box;
	padding: 20px;
}

.main-panel .main-right {
	width: 320px;
	float: right;
}

/* 登录相关 */
.login-mod {
	height: 164px;
	padding: 20px;
	box-sizing: border-box;
}

.login-mod .userSun .userAvatar {
	width: 64px;
	height: 64px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	float: left;
}

.login-mod .userSun .userAvatar i {
	width: 64px;
	height: 64px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/index/icon-user-mask.png) no-repeat
}

.login-mod .userSun ul {
	margin-left: 78px;
	padding-top: 5px;
	height: 64px;
}

.login-mod .userSun ul li {
	height: 22px;
	line-height: 22px;
	margin-top: 5px;
}

.login-mod .btns,
.login-mod .my-tool {
	height: 30px;
	margin-top: 20px;
}

.login-mod .btns a,
.login-mod .my-tool a {
	width: 98px;
	font-size: 14px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #fd7400;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	display: block;
	float: left;
	text-align: center;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease
}

.login-mod .btns a:first-child {
	background: #FD7400;
}

.login-mod .btns a.reg-btn {
	background: #fff;
	color: #FD7400;
	margin-left: 22px;
	display: inline
}

.login-mod .btns a:hover {
	background: #FD7400;
	border-color: #FD7400;
	text-decoration: none
}

.login-mod .btns a.reg-btn:hover {
	background: #FD7400;
	color: #fff;
}

.login-mod .my-tool a {
	color: #fd7400
}

.login-mod .my-tool a:hover {
	text-decoration: none;
	background: #fd7400;
	color: #fff
}

.login-mod .my-tool .shopCart {
	margin-left: 22px
}

.login-mod .fastLogin {
	margin-top: 21px;
	font-size: 12px
}

.login-mod .fastLogin strong {
	line-height: 22px;
	float: left;
	font-weight: normal
}

.login-mod .fastLogin a {
	width: 22px;
	height: 22px;
	line-height: 220px;
	overflow: hidden;
	_display: inline;
	float: left;
	margin: 0 4px;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background: url(/images/index2020/fastLoginIcon-v1.png) no-repeat
}

.login-mod .fastLogin a.qq-btn {
	background-position: -30px 0
}

.login-mod .fastLogin a.weibo-btn {
	background-position: -60px 0
}

.login-mod .fastLogin a.weixin-btn:hover {
	background-position: 0 -28px
}

.login-mod .fastLogin a.qq-btn:hover {
	background-position: -30px -28px
}

.login-mod .fastLogin a.weibo-btn:hover {
	background-position: -60px -28px
}

.login-mod .fastLogin a.jxjy-btn {
	width: auto;
	line-height: 22px;
	padding-right: 9px;
	color: #07bdc7;
	background-position: right -105px;
	margin-left: 14px;
	-webkit-transition: color .3s ease, background-position 0s ease;
	-moz-transition: color .3s ease, background-position 0s ease;
	-o-transition: color .3s ease, background-position 0s ease;
	-ms-transition: color .3s ease, background-position 0s ease;
	transition: color .3s ease, background-position 0s ease
}

.login-mod .fastLogin a.jxjy-btn:hover {
	opacity: .9
}

.login-mod .loginAfter {
	display: none
}

.login-mod .userSun ul li .user-name {
	color: #07bdc7;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 160px
}

.login-mod .userSun ul li .logout-btn {
	overflow: hidden;
	font-size: 12px;
	color: #999;
	float: right;
}

.login-mod .userSun .greet {
	font-size: 16px;
	font-weight: bold;
	color: #3E3E3E;
}

.login-mod .userSun .wel {
	font-size: 14px;
	color: #8C8C8C;
}

.login-mod .learned {
	display: none;
	margin: 8px 14px 0 0;
	font-size: 12px;
	line-height: 24px
}

.login-mod .learned dt {
	height: 24px;
	padding-left: 20px;
	background-position: left -94px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.login-mod .learned dd {
	height: 24px;
	color: #999
}

.login-mod .learned dd span {
	float: left
}

.login-mod .learned dd a {
	color: #fd7400
}

.login-mod .learned dd #videoFullName {
	width: 182px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.login-mod .learned #showCourseName {
	color: #07bdc7;
	background-position: left -70px
}

.login-mod .jxjy-btnNew {
	display: block;
	width: 220px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
	color: #07bdc7;
	text-decoration: none;
	background: url("/images/index2020/jxjy-btnNew01.png") no-repeat;
	margin-top: 14px
}

.login-mod .jxjy-btnNew i {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 7px;
	height: 11px;
	background: url("/images/index2020/jxjy-btnNew02.png") no-repeat;
	margin-left: 10px;
	vertical-align: -1px
}

/* 登录相关 end */

/* 温馨提示 */
.exam_tips {
	color: #30cfdb;
	background: left 12px top 23px / 25px 23px url(/images/index/tips.png) no-repeat;
	padding: 16px 0 0 50px;
	border-top: 1px solid #f5f5f5;
	height: 72px;
	box-sizing: border-box;
}

.exam_tips a {
	color: #30cfdb;
}

.exam_tips p:nth-child(1) {
	font-size: 16px;
}

.exam_tips p:nth-child(2) {
	font-size: 14px;
	margin-top: 8px;
}

/** 九宫格 */
.table_card {}

.table_card a {
	float: left;
	width: 86px;
	height: 100px;
	box-sizing: border-box;
	border-style: solid;
	border-color: #F2F2F2;
	padding-top: 20px;
	font-size: 14px;
	text-align: center;
	color: #333;
}

.table_card a:hover {
	color: #69d5c8;
}

.table_card a:nth-child(3n+1),
.table_card a:nth-child(3n+2) {
	width: 87px;
	border-width: 1px 1px 1px 0;
}

.table_card a:nth-child(3n+3) {
	border-width: 1px 0 1px 0;
}

.table_card a p {
	pointer-events: none;
}

.table_card a p i {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background: center center / 30px auto url('/images/index/bg-cards.png') no-repeat;
}

.table_card a p span {
	display: block;
	line-height: 18px;
	margin-top: 8px;
}

.table_card a:nth-child(2) p i {
	background-position-y: -30px;
}

.table_card a:nth-child(3) p i {
	background-position-y: -60px;
}

.table_card a:nth-child(4) p i {
	background-position-y: -90px;
}

.table_card a:nth-child(5) p i {
	background-position-y: -120px;
}

.table_card a:nth-child(6) p i {
	background-position-y: -150px;
}

.table_card a:nth-child(7) p i {
	background-position-y: -180px;
}

.table_card a:nth-child(8) p i {
	background-position-y: -210px;
}

.table_card a:nth-child(9) p i {
	background-position-y: -240px;
}


.bannerSwiper {
	/* --swiper-theme-color: #ff6600; */
	--swiper-pagination-color: #fff;
	/* 两种都可以 */
}

.swiper_banner {
	width: 560px;
	height: 180px;
	position: relative;
	overflow: hidden;
}

.news-mod {
	width: 560px;
	margin: 10px auto 0;
}

.news-mod h4 {
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fd7400;
	font-size: 18px;
}

.news-mod h4 a {
	float: left;
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 6px;
}

.news-mod .news-list-row {
	min-height: 102px;
}

.news-mod .news-list-row li {
	width: 280px;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.news-mod .news-list-row li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main-right .teacher-mod {
	position: relative;
}

.main-right .switch-show {
	position: absolute;
	right: 20px;
	top: 20px;
	height: 22px;
}

.main-right .switch-show .btn {
	width: 22px;
	height: 22px;
	display: inline-block;
	cursor: pointer;
}

.main-right .switch-show .teac_prev {
	background: center center/100% 100% url("/images/zx/prev.png") no-repeat;
	margin-right: 5px;
}

.main-right .switch-show .teac_next {
	background: center center/100% 100% url("/images/zx/next.png") no-repeat;
	margin-right: 5px;
}

.main-right .switch-show .teac_prev:hover {
	background-image: url("/images/zx/prev_hover.png");
}

.main-right .switch-show .teac_next:hover {
	background-image: url("/images/zx/next_hover.png");
}


.title-mod {
	padding: 20px 20px 20px 0;
}

.title-mod a {
	line-height: 22px;
	display: inline-block;
	height: 22px;
	background-image: linear-gradient(to right, #00B2BB 4px, #fff 0);
	padding-left: 20px;
	font-weight: bold;
}

.main-right .teacher-mod .teacher-cont {
	box-sizing: border-box;
	padding: 0 20px;
}

.main-right .teacher-mod .teacher-cont .audiovisual {
	width: 280px;
	overflow: hidden;
	position: relative;
	--swiper-pagination-color: #fff;
}

.main-right .teacher-mod .teacher-cont .audiovisual .audiovisual-item {
	width: 280px;
	height: 100%;
	background: #fff;
}

.audiovisual .audiovisual-list .audiovisual-item .teacher-img {
	width: 280px;
	height: 170px;
	margin-bottom: 10px;
	overflow: hidden;
}

.audiovisual .audiovisual-list .audiovisual-item .teacher-info {
	height: 50px;
	background: #f7f7f7;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}

.audiovisual .audiovisual-list .audiovisual-item .teacher-info .teacher-name {
	line-height: 50px;
	float: left;
	color: #222;
	margin-right: 10px;
}

.audiovisual .audiovisual-list .audiovisual-item .teacher-info .teacher-course {
	line-height: 50px;
	font-size: 14px;
	float: left;
}

.audiovisual .audiovisual-list .audiovisual-item .teacher-info .teacher-btn {
	float: right;
	width: 76px;
	height: 30px;
	margin: 10px 0
}

.audiovisual .audiovisual-list .audiovisual-item .teacher-info .teacher-btn a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: linear-gradient(90deg, #00b6e2 0%, #00d662 100%);
	font-size: 12px;
	border-radius: 15px;
	transition: .3s
}

.audiovisual .audiovisual-list .audiovisual-item .teacher-info .teacher-btn a:hover {
	background: linear-gradient(270deg, #00b6e2 0%, #00d662 100%)
}

.audiovisual .audiovisual-pagination {
	position: absolute;
	bottom: 70px !important;
}

.audiovisual .audiovisual-pagination .swiper-pagination-bullet {
	background-color: #ff6600;
}

.audiovisual .audiovisual-pagination .swiper-pagination-bullet-active {
	background-color: #fff;
}

.enroll-mod .title-mod {
	padding-bottom: 5px;
}

.enroll_cont {
	padding: 0 20px;
	height: 184px;
}

.enroll_cont .enroll_list {
	height: 100%;
	padding-left: 23px;
	background: left top 18px / 11px auto url('/images/index/bg-enroll_item.png') no-repeat;
}

.enroll_cont .enroll_list .enroll_list-item {
	height: 46px;
	line-height: 46px;
}

.enroll_cont .enroll_list .enroll_list-item p {
	font-size: 16px;
	font-weight: bold;
	color: #444;
	display: inline;
	line-height: 46px;
}

.enroll_cont .enroll_list .enroll_list-item a {
	float: right;
	width: 50px;
	text-align: center;
	height: 22px;
	box-sizing: border-box;
	border: 1px solid #00B2BB;
	border-radius: 22px;
	color: #00B2BB;
	line-height: 20px;
	font-size: 12px;
	margin-top: 12px;
	transition: all .3s;
}

.enroll_cont .enroll_list .enroll_list-item a:hover {
	color: #fff;
	background: #00B2BB;
}

/* 免费试听 */

.section-panel {
	margin-bottom: 20px !important;
}

.class_header {
	margin-top: 20px;
	overflow: hidden;
}

.class_tit {
	float: left;
	padding-left: 20px;
	border-left: 4px solid #00B2BB;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}

.more {
	float: right;
	margin-right: 29px;
	color: #999ca6;
	cursor: pointer;
	font-size: 14px;
	position: relative;
}

.more:hover {
	color: #00B2BB;
}

.right {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #999ca6;
	border-right: 2px solid #999ca6;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.more:hover .right {
	border-top: 2px solid #00B2BB;
	border-right: 2px solid #00B2BB;
}

.subject_box {
	background: #fff;
	overflow: hidden;
	width: 870px;
	float: left;
	height: 240px;
}

.subject_box .class_tab p {
	margin-left: 20px;
}

.subject_box .class_tab p:nth-child(1) {
	margin-left: 36px;
}

.subject_con {
	margin-bottom: 15px;
	overflow: hidden;
	margin-top: 16px;
}

.subject_con p {
	width: 395px;
	float: left;
	margin-left: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 34px;
	color: #000;
}

.subject_con .subject_key {
	font-weight: bold;
}

.subject_con p:hover {
	color: #00B2BB;
	cursor: pointer;
}

.common_box {
	float: left;
	margin-left: 10px;
	width: 320px;
	height: 240px;
	background: #fff;
	overflow: hidden;
	position: relative;
}

.common_ul {
	margin-top: 20px;
	margin-left: 15px;
}

.common_ul li {
	position: relative;
	padding-left: 17px;
	width: 215px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 15px;
	font-size: 14px;
}

.common_ul li a {
	color: #000;
}

.common_ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	background: #d8d8d8;
	border-radius: 50%;

}

.common_ul li:hover {
	cursor: pointer;
	color: #00B2BB;
}

.common_menu {
	overflow: hidden;
	margin-top: 10px;
}

.consultation .subject_con,
.data .subject_con {
	margin-top: 8px;
}

.common_menu p {
	width: 140px;
	text-align: center;
	float: left;
	line-height: 30px;
	background: #fff8ee;
	color: #fd841c;
	margin-left: 11px;
	margin-top: 10px;
	font-size: 14px;
	cursor: pointer;
}

.common_menu p a {
	color: #fd841c;
}

.common_menu p:hover {
	background: #fd841c;
}

.common_menu p:hover a {
	color: #fff;
}

/* 流程 */
.steps {
	height: 252px;
	margin: 20px auto !important;
	background: #fff;
	padding-top: 1px;
}

.steps .steps-cont {
	width: 100%;
	height: 212px;
	background:	center top / auto 178px url('/images/index/bg_steps.png') no-repeat;
	position: relative;
}
.steps-item {
	position: absolute;
	font-size: 14px;
}

.steps-item .steps-item_time {
	font-weight: bold;
	color: #00B2BB;
	line-height: 1;
	margin-bottom: 7px;
}

.steps-item .steps-item_cont {
	line-height: 20px;
	color: #333333;
}

.steps-item:nth-child(2n+1) {
	top: 140px;
}

.steps-item:nth-child(2n) {
	top: 25px;
}

.steps-item:nth-child(1) {
	left: 160px;
}
.steps-item:nth-child(2) {
	left: 272px;
}
.steps-item:nth-child(3) {
	left: 387px;
}
.steps-item:nth-child(4) {
	top: 0;
	left: 507px;
}
.steps-item:nth-child(5) {
	left: 621px;
}
.steps-item:nth-child(6) {
	left: 739px;
}
.steps-item:nth-child(7) {
	left: 856px;
}
.steps-item:nth-child(8) {
	left: 974px;
}
.steps-item:nth-child(9) {
	left: 1090px;
}
.main-right .main-guide{
	margin: 20px 0 0 0;
	float: left;
}
.main-right .main-guide .sec-r_cont{
	margin-left: 10px;
}
.main-right .main-guide .sec-r{
	margin-bottom: 15px;
}
.main-right .main-guide .sec-r_title{
	background-image: linear-gradient(to right, #00B2BB 4px, #fff 0);
    padding-left: 20px;
	margin-bottom: 15px;
}
.main-right .main-guide .hot-search .search-word{
	width: 93px;
}