body {
	overflow-x: hidden;
}
.base {
	width: 1200px;
	margin: auto;
}
/*top*/
.sy_top {
	position: relative;
	width: 100%;
	height: 37px;
	background-color: #eef0f4;
	z-index: 1000033;
}
.sy_top_c {
	height: 37px;
}
.sy_top p {
	float: left;
	height: 37px;
	line-height: 37px;
	font-size: 14px;
	color: #979797;
}
.sy_top .sy_top_left {
	width: 517px;
	float: left;
	color: #7d7d7d;
	font-size: 12px;
	line-height: 36px;
}
.sy_top .sy_top_right {
	float: right;
	width: auto;
	line-height: 24px;
	display: flex;
	align-items: center;
	height: 100%;
}
.sy_top .sy_top_right .addFavorite {
	display: inline-block;
	font-size: 14px;
	color: #979797;
	padding-right: 10px;
	margin-right: 15px;
	border-right: 1px solid #999d9f;
	height: 14px;
	line-height: 14px;
}
.sy_top .sy_top_right .addFavorite:hover {
	text-decoration: underline;
}
.sy_top .sy_top_right .weibo {
	position: relative;
	padding-left: 5px;
	width: 78px;
	height: 24px;
	background: #fff;
	border: 1px solid #999d9f;
	border-radius: 4px;
	line-height: 24px;
	box-sizing: border-box;
}
.sy_top .sy_top_right .weibo .icon {
	margin-top: 3px;
	width: 18px;
}
.sy_top .sy_top_right .weibo span {
	position: absolute;
	right: 0;
	display: inline-block;
	width: 50px;
	height: 100%;
	background: linear-gradient(1deg, #fe6662, #d90e07);
	box-sizing: border-box;
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.sy_top .sy_top_right a:last-child {
	margin-left: 20px;
	display: inline-block;
	width: 108px;
	height: 24px;
	background: #326cf6;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	position: relative;
}
.sy_top .sy_top_right a:last-child div {
	position: absolute;
	width: 140px;
	height: 180px;
	left: 50%;
	top: 27px;
	margin-left: -70px;
	box-sizing: border-box;
	padding-top: 9px;
	border-radius: 11px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	text-align: center;
	display: none;
}
.sy_top .sy_top_right a:last-child div img {
	margin-top: -8px;
}
.sy_top .sy_top_right a:last-child div p {
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.sy_top .sy_top_right a:last-child:hover div {
	display: block;
}
/*---------------------------------------------nav---------------------------*/
.nav_main {
	position: relative;
	background: #fff;
}
.nav_bg {
	position: relative;
	width: 100%;
	display: inline-flex;
	align-items: center;
	height: 103px;
}
.nav-logo-box {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 360px;
}
.nav_logo {
	width: 156px;
	height: 43px;
	/* margin-right: 30px; */
}
.index_nav_r {
	width: 174px;
	height: 18px;
}
.nav_main a:hover {
	text-decoration: none;
}
.nav_left {
	width: 132px;
	margin-left: 30px;
	padding-right: 20px;
}
.nav_left .xq_tab {
	position: relative;
	cursor: pointer;
	/* width: 65px; */
	z-index: 11;
	border-bottom: solid 1px #238be9;
	text-align: center;
	padding-bottom: 10px;
}
.nav_left .p1 {
	position: absolute;
	left: 140px;
	/* top: 40px; */
	top: -30px;
	width: 0px;
	height: 0px;
	background: #fff;
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid #fff;
	opacity: 0;
}
.nav_left:hover .p1 {
	width: 515px;
	height: 115px;
	border: 1px solid #dfdfdf;
	text-align: left;
	transition: all ease 0.3s;
	opacity: 1;
}
.nav_left i {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	display: inline-block;
	margin-bottom: 2px;
}
.nav_left .xq_tab em {
	position: relative;
	font-size: 16px;
	color: #3c3c3c;
	font-weight: normal;
}
.nav_left em::before {
	position: absolute;
	left: -24px;
	top: 0;
	width: 16px;
	height: 22px;
	content: "";
	background: url(http://www.qfedu.com/images/index2021/school_icon1.png) no-repeat;
	background-size: 16px;
}
.nav_left em:after {
	position: absolute;
	right: -18px;
	top: 8px;
	width: 10px;
	height: 6px;
	content: "";
	background: url(http://www.qfedu.com/images/index2021/school_icon2.png) no-repeat;
	background-size: 10px 6px;
}
.nav_left span {
	display: inline-block;
	font-size: 14px;
	color: #000;
	margin-left: 20px;
	padding-top: 10px;
}
.nav_left p {
	display: flex;
	margin-left: 20px;
}
.nav_left a {
	color: #333;
	font-size: 14px;
}
.nav_left a:hover {
	color: #326cf6;
}
.nav_phone {
	position: absolute;
	right: 0;
	font-size: 25px;
	color: #326cf6;
	line-height: 23px;
	display: flex;
}
@keyframes phoneIcon_ani {
	from {
		transform: scale(1);
	}
	to {
		transform: scale(1.2);
	}
}
.nav_phone .icon {
	margin-right: 9px;
	font-size: 28px;
	animation: phoneIcon_ani ease 0.5s infinite alternate;
}
.nav_right_bg {
	position: relative;
	height: 47px;
	background-color: #326cf6;
}
.nav_right {
	display: flex;
}
.nav_right .nav:nth-child(1) {
	margin-left: 0 !important;
}
.nav_right a:nth-last-child(1) {
	padding-right: 0;
}
.nav_right i a {
	padding: 0;
	display: block;
	margin: 0 auto;
	line-height: 45px;
	font-size: 16px;
	color: #000;
}
.nav_right i {
	position: relative;
	line-height: 47px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	z-index: 10;
}
.nav_right i div {
	position: absolute;
	top: 47px;
	background: #fff;
	text-align: center;
	width: 100%;
	left: -1px;
	height: 0px;
	overflow: hidden;
	white-space: nowrap;
}
.nav_right i:hover div {
	height: 130px !important;
	animation: aniHeight 0.2s;
	-webkit-animation: aniHeight 0.2s;
	border: 1px solid #38adea;
}
.nav_right i:hover div.shizi {
	height: 66px !important;
}
@keyframes aniHeight {
	from {
		transform: scale(0.5);
		transform-origin: center 0;
	}
	to {
		transform: scale(1);
		transform-origin: center 0;
	}
}
@-webkit-keyframes aniHeight {
	from {
		transform: scale(0.5);
		transform-origin: center 0;
	}
	to {
		transform: scale(1);
		transform-origin: center 0;
	}
}
@keyframes navani {
	from {
		transform: scale(0.8);
	}
	to {
		transform: scale(1);
	}
}
.nav_right i:hover {
	font-weight: 900;
}
.nav_right i em.icon {
	display: inline-block;
	font-size: 11px;
	transform: rotate(-180deg);
	transition: all ease 0.3s;
}
.nav_right i:hover em.icon {
	display: inline-block;
	font-size: 11px;
	transform: rotate(0);
}
.nav_right a,
.nav_right span,
.nav_right i {
	flex: 1;
	text-align: center;
	padding: 0 !important;
	height: 47px;
	line-height: 47px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.nav_right i div a {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}
.nav_right i div a:hover {
	background: #e6eef7;
	font-weight: normal;
}
.nav_right span {
	position: relative;
}
.nav_right span:before {
	position: absolute;
	display: block;
	right: 18px;
	top: 23px;
	width: 0;
	height: 0;
	border-width: 5px 5px;
	border-color: #fff transparent transparent transparent;
	border-style: solid;
}
.nav_right span.on:before {
	border-color: #fff transparent transparent transparent;
	left: 50%;
	margin-left: -7px;
	top: 37px;
	-webkit-transform: rotate(180deg);
	border-width: 7px 7px;
}
.nav_right a:hover {
	font-weight: 900;
}
.nav_right span {
	position: relative;
}
.nav_right span p {
	position: absolute;
	top: 60px;
	height: 0;
	overflow: hidden;
}
.nav_right p a {
	display: block;
	width: 70px;
	height: 40px;
	padding: 0;
	border-bottom: 1px solid #515258;
	line-height: 40px;
	color: #f5f5f5;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.5);
}
.nav_right span:hover p {
	height: 410px;
	font-weight: 100;
}
.nav_right span p a:hover {
	color: #ea4c06;
	background: rgba(0, 0, 0, 0.5);
}
a.nav_on,
i.nav_on {
	font-weight: 900;
}
.nav_right span p .cloud {
	font-size: 12px;
}
.nav {
	background: none;
	height: auto;
	margin-bottom: 0;
}
.nav_right span {
	border-bottom: none;
	position: relative;
}
.nav_right span.on {
	font-weight: 900;
	border-bottom: none;
	background: #38adea;
}
.nav_right span.on:after {
	display: block;
}
.nav_right span:hover p {
	height: 0;
}
.nav_right_bg .nav_dropmenu_box {
	display: none;
	z-index: 999999999;
	position: absolute;
	top: 47px;
	left: 0;
	width: 100%;
	background: #ffffff;
	box-sizing: border-box;
}
.nav_right_bg .nav_dropmenu_box .base {
	height: 327px;
}
.nav_right_bg .nav_dropmenu_box .base ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nav_right_bg .nav_dropmenu_box .base ul li a {
	margin-top: 20px;
	display: flex;
	align-items: center;
	width: 185px;
	height: 70px;
	background: #f6faff;
	border-radius: 4px;
	font-size: 16px;
	color: #000;
	transition: all ease 0.3s;
}
.nav_right_bg .nav_dropmenu_box .base ul li a .icon {
	margin: 0 17px 0 20px;
	display: inline-block;
	width: 33px;
	height: 33px;
	background: #326cf6;
	border-radius: 50%;
	text-align: center;
	line-height: 33px;
	color: #fff;
	font-size: 18px;
	transition: all ease 0.3s;
}
.nav_right_bg .nav_dropmenu_box .base ul li a:hover {
	background: #326cf6;
	color: #fff;
}
.nav_right_bg .nav_dropmenu_box .base ul li a:hover .icon {
	background-color: #fff !important;
	color: #326cf6 !important;
}
.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(1) a .icon {
	background: #e84325;
}
.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(3) a .icon {
	background: #ea652b;
}
.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(4) a .icon {
	background: #e83e25;
}
.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(5) a .icon {
	background: #5dc297;
}
.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(6) a .icon {
	background: #5da938;
}
.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(7) a .icon {
	background: #397dda;
}
.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(8) a .icon {
	background: #7b28d9;
}
.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(9) a .icon {
	background: #1b42c3;
}
.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(10) a .icon {
	background: #d12e7f;
}
.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(11) a .icon {
	background: #ffa209;
}
.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(12) a .icon {
	background: #761ede;
}
.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(13) a .icon {
	background: #60c960;
}
.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(14) a .icon {
	background: #5cc1af;
}
.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(15) a .icon {
	background: #4f1bc3;
}
.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(16) a .icon {
	background: #d60000;
}
.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(17) a .icon {
	background: #326cf6;
}
.nav_right_bg .nav_dropmenu_box .base ul li:nth-of-type(18) a .icon {
	background: #ff2700;
}
.nav_right_bg .nav_dropmenu_box .base2 {
	height: 150px;
	background: #ffffff;
	box-sizing: border-box;
	padding: 40px 0;
}
.nav_right_bg .nav_dropmenu_box .base2 ul {
	width: 1200px;
	margin: auto;
	display: flex;
}
.nav_right_bg .nav_dropmenu_box .base2 ul li {
	margin-right: 15px;
	flex: 1;
}
.nav_right_bg .nav_dropmenu_box .base2 ul li:last-child {
	margin-right: 0;
}
.nav_right_bg .nav_dropmenu_box .base2 ul li a {
	width: 100%;
	height: 70px;
	background: #f6faff;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	transition: all ease 0.3s;
}
.nav_right_bg .nav_dropmenu_box .base2 ul li a .icon {
	margin-right: 12px;
	font-size: 25px;
	transition: all ease 0.3s;
}
.nav_right_bg .nav_dropmenu_box .base2 ul li a:hover {
	background: #326cf6;
	color: #fff;
}
.nav_right_bg .nav_dropmenu_box .base2 ul li a:hover .icon {
	color: #fff !important;
}
/*  ----------底部---------- */
/* .edu-footer {
	padding-top: 79px;
	background: #0467fb url(http://www.qfedu.com/imgs2022/foot-bg.png) no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
}
.edu-footer .base {
	display: flex;
}
.edu-footer .base .con-left {
	width: 306px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	height: 178px;
}
.edu-footer .base .con-left .edu-footer-logo {
	width: 221px;
}
.edu-footer .base .con-left .edu-footer-sologan {
	margin: 18px 0 40px 0;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.5em;
}
.edu-footer .base .con-left .edu-footer-phoneNumber {
	font-size: 25px;
	height: 23px;
	line-height: 23px;
}
.edu-footer .base .con-left .edu-footer-phoneNumber .icon {
	font-size: 26px;
}
.edu-footer .base .con-right {
	width: 803px;
	display: flex;
	padding-left: 93px;
}
.edu-footer .base .con-right .edu-footer-about-links {
	display: flex;
}
.edu-footer .base .con-right .edu-footer-about-links .list {
	margin-right: 89px;
}
.edu-footer .base .con-right .edu-footer-about-links .list:last-of-type {
	margin-right: 125px;
}
.edu-footer .base .con-right .edu-footer-about-links .list h4 {
	margin-bottom: 30px;
	line-height: 20px;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	white-space: nowrap;
}
.edu-footer .base .con-right .edu-footer-about-links .list ul li {
	height: 31px;
	line-height: 31px;
}
.edu-footer .base .con-right .edu-footer-about-links .list ul li a {
	color: #fff;
	font-size: 14px;
}
.edu-footer .base .con-right .edu-footer-about-links .list ul li a:hover {
	text-decoration: underline;
}
.edu-footer .base .con-right .qrcode-box {
	width: 191px;
	color: #fff;
	text-align: center;
}
.edu-footer .base .con-right .qrcode-box .qrcode {
	margin: auto;
	width: 135px;
	height: 135px;
	background: #ffffff;
	border-radius: 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.edu-footer .base .con-right .qrcode-box .qrcode img {
	width: 128px;
	height: 128px;
}
.edu-footer .base .con-right .qrcode-box h4 {
	white-space: nowrap;
	margin: 16px 0 7px 0;
	line-height: 16px;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
}
.edu-footer .base .con-right .qrcode-box h4 span {
	font-size: 14px;
}
.edu-footer .base .con-right .qrcode-box p {
	font-size: 14px;
}
.edu-footer .yqlj {
	margin-top: 38px;
	padding: 40px 0 52px 0;
	background-color: #0030af;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	box-sizing: border-box;
}
.edu-footer .yqlj p {
	line-height: 15px;
}
.edu-footer .yqlj p:first-child {
	line-height: 25px;
}
.edu-footer .yqlj p a {
	padding: 0 4px;
	text-align: center;
	display: inline-block;
	color: rgba(255, 255, 255, 0.6);
}
.edu-footer .yqlj p a:hover {
	color: #fff;
}
.edu-footer .yqlj .copyright-p {
	margin: 14px 0;
}
.edu-footer .yqlj .copyright-p img {
	width: 18px;
} */

.edu-footer {
	background: #2f3234;
	box-sizing: border-box;
}

.edu-footer .base1 {
	padding: 55px 0 40px 0;
	display: flex;
}

.edu-footer .base1 .con-right {
	width: 220px;
	color: #fff;
}

.edu-footer .base1 .con-right .edu-footer-logo {
	width: 100%;
	height: 60px;
}

.edu-footer .base1 .con-right .edu-footer-sologan {
	margin: 18px 0 40px 0;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.5em;
}

.edu-footer .base1 .con-right .edu-footer-phoneNumber {
	font-size: 25px;
	line-height: 23px;
	color: #ff2400;
	white-space: nowrap;
}

.edu-footer .base1 .con-right .edu-footer-phoneNumber .icon {
	font-size: 26px;
}

.edu-footer .base1 .con-right .edu-footer-phoneNumber a {
	margin: 9px auto 0 auto;
	display: block;
	width: 130px;
	height: 30px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 4px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
	transition: all ease 0.2s;
}

.edu-footer .base1 .con-right .edu-footer-phoneNumber a:hover {
	background-color: #fff;
	color: #2f3234;
}

.edu-footer .base1 .con-center {
	margin: 0 65px 0 130px;
	width: 313px;
	display: flex;
	justify-content: space-between;
}

.edu-footer .base1 .con-center .qrcode-box {
	color: #fff;
	text-align: center;
}

.edu-footer .base1 .con-center .qrcode-box .qrcode {
	margin: auto;
	width: 129px;
	height: 129px;
	padding: 8px;
	background: #ffffff;
	border-radius: 20px;
	box-sizing: border-box;
}

.edu-footer .base1 .con-center .qrcode-box .qrcode img {
	width: 100%;
	height: 100%;
}

.edu-footer .base1 .con-center .qrcode-box h4 {
	white-space: nowrap;
	margin: 13px 0 0 0;
	line-height: 16px;
	font-size: 14px;
	color: #c6c7c9;
	font-weight: normal;
}

.edu-footer .base1 .con-center .qrcode-box h4 span {
	margin-top: 5px;
	display: block;
	font-weight: 400;
}

.edu-footer .base1 .con-center .qrcode-box p {
	font-size: 14px;
}

.edu-footer .base1 .con-left {
	flex: 1;
}

.edu-footer .base1 .con-left .edu-footer-about-links {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.edu-footer .base1 .con-left .edu-footer-about-links .list h4 {
	margin-bottom: 26px;
	line-height: 20px;
	font-size: 20px;
	color: #c6c7c9;
	white-space: nowrap;
	font-weight: normal;
}

.edu-footer .base1 .con-left .edu-footer-about-links .list ul li {
	height: 33px;
	line-height: 33px;
}

.edu-footer .base1 .con-left .edu-footer-about-links .list ul li a {
	color: #676b6f;
	font-size: 14px;
	transition: all ease 0.3s;
}

.edu-footer .base1 .con-left .edu-footer-about-links .list ul li a:hover {
	color: #fff;
}

.edu-footer .base2 {
	background: #2c2f31;
	padding-bottom: 35px;
}

.edu-footer .base2 .tab-btns {
	display: flex;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.edu-footer .base2 .tab-btns .tab-btn {
	margin-right: 30px;
	width: 62px;
	height: 47px;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px;
	color: rgba(240, 240, 240, 0.6);
	line-height: 47px;
	transition: all ease 0.1s;
	cursor: pointer;
}

.edu-footer .base2 .tab-btns .tab-btn.active {
	color: #ff2400;
	border-bottom: 1px solid #ff2400;
	font-weight: bold;
}

.edu-footer .base2 .tab-content {
	padding-top: 15px;
}

.edu-footer .base2 .tab-content-item {
	display: flex;
	flex-wrap: wrap;
	display: none;
}

.edu-footer .base2 .tab-content-item.active {
	display: flex;
}

.edu-footer .base2 .tab-content-item a {
	padding-right: 18px;
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
	line-height: 30px;
}

.edu-footer .base2 .tab-content-item a:hover {
	opacity: 1;
}

.edu-footer .copyright-box {
	padding: 16px 0 20px 0;
	background-color: #25282a;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	box-sizing: border-box;
}

.edu-footer .copyright-box p {
	line-height: 15px;
}

.edu-footer .copyright-box p a {
	padding: 0 4px;
	text-align: center;
	display: inline-block;
	color: rgba(255, 255, 255, 0.6);
}

.edu-footer .copyright-box p a:hover {
	color: #fff;
}

.edu-footer .copyright-box .copyright-p {
	margin: 14px 0;
}

.edu-footer .copyright-box .copyright-p img {
	width: 18px;
}
#teacher-20230227 {
	box-sizing: border-box;
}
#teacher-20230227 * {
	box-sizing: border-box;
}
#teacher-20230227 .list2 {
	position: relative;
	z-index: 2;
	width: 1200px;
	margin: 44px auto 0;
	padding-left: 360px;
}
#teacher-20230227 .list2 .icon-list {
	overflow: auto;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 26px;
}
#teacher-20230227 .list2 .icon-list .icon-wrap {
	cursor: pointer;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
#teacher-20230227 .list2 .icon-list .icon-wrap + .icon-wrap {
	margin-left: 14px;
}
#teacher-20230227 .list2 .icon-list .icon-wrap.active .icon-parent {
	border-color: #6b7beb;
}
#teacher-20230227 .list2 .icon-list .icon-wrap .icon-parent {
	position: relative;
	overflow: hidden;
	width: 92px;
	height: 112px;
	background: linear-gradient(238deg, #d4d7df, #b4b9c7);
	border: 2px solid rgba(255, 255, 255, 0);
	border-radius: 10px;
}
#teacher-20230227 .list2 .icon-list .icon-wrap .icon-parent .teacher {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 109px;
}
#teacher-20230227 .list3 {
	position: relative;
	height: 431px;
}
#teacher-20230227 .list3 .swiper-teacher-20230227 {
	padding-top: 192px;
	width: 1290px;
	background-image: url(http://www.qfedu.com/web/images/bg-teacher.png);
	background-repeat: no-repeat;
	background-position: center 175px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -145px;
}
#teacher-20230227 .list3 .swiper-teacher-20230227 .swiper-slide {
	height: 384px;
	padding-left: 420px;
}
#teacher-20230227 .list3 .swiper-teacher-20230227 .swiper-slide .left {
	position: absolute;
	left: 30px;
	top: -145px;
	height: 529px;
	overflow: hidden;
	width: 389px;
}
#teacher-20230227 .list3 .swiper-teacher-20230227 .swiper-slide .left .teacher-img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 100%;
	max-height: 100%;
}
#teacher-20230227 .list3 .swiper-teacher-20230227 .swiper-slide .right {
	padding-top: 47px;
	position: relative;
}
#teacher-20230227 .list3 .swiper-teacher-20230227 .swiper-slide .right .name {
	font-size: 30px;
	font-weight: bold;
	color: #424242;
	line-height: 34px;
	width: 781px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f2f2f2;
}
#teacher-20230227 .list3 .swiper-teacher-20230227 .swiper-slide .right .post {
	margin-top: 25px;
	font-size: 20px;
	font-weight: 400;
	color: #424242;
	line-height: 24px;
}
#teacher-20230227 .list3 .swiper-teacher-20230227 .swiper-slide .right .dec {
	height: 156px;
	overflow: auto;
	padding-top: 15px;
	margin-bottom: 15px;
	width: 759px;
	font-size: 16px;
	font-weight: 400;
	color: #86869b;
	line-height: 28px;
}
#teacher-20230227 .list3 .swiper-teacher-20230227 .swiper-slide .right .btn {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	display: block;
	padding-left: 36px;
	width: 190px;
	line-height: 46px;
	background: linear-gradient(90deg, #f88559, #f54559);
	position: relative;
	margin: 0;
	text-align: left;
}
#teacher-20230227 .list3 .swiper-teacher-20230227 .swiper-slide .right .btn::before {
	content: "";
	background-image: url(http://www.qfedu.com/web/images/bg-btn.png);
	top: 12px;
	right: 32px;
	position: absolute;
	width: 19px;
	height: 23px;
	-webkit-animation: ani 1s ease 0s infinite;
	animation: ani 1s ease 0s infinite;
}
#teacher-20230227 .list3 .swiper-teacher-20230227 .swiper-teacher-20230227-prev {
	width: 36px;
	height: 36px;
	background-image: url(http://www.qfedu.com/web/images/arrow6-left.png);
	background-size: 100%;
	margin-top: 0;
	top: 238px;
	right: 124px;
	left: auto;
}
#teacher-20230227 .list3 .swiper-teacher-20230227 .swiper-teacher-20230227-prev::after {
	content: none;
}
#teacher-20230227 .list3 .swiper-teacher-20230227 .swiper-teacher-20230227-prev:hover {
	background-image: url(http://www.qfedu.com/web/images/arrow6-right.png);
	transform: rotateY(180deg);
}
#teacher-20230227 .list3 .swiper-teacher-20230227 .swiper-teacher-20230227-prev:hover ::after {
	content: none;
}
#teacher-20230227 .list3 .swiper-teacher-20230227 .swiper-teacher-20230227-next {
	width: 36px;
	height: 36px;
	background-image: url(http://www.qfedu.com/web/images/arrow6-left.png);
	background-size: 100%;
	margin-top: 0;
	transform: rotateY(180deg);
	top: 238px;
	right: 73px;
}
#teacher-20230227 .list3 .swiper-teacher-20230227 .swiper-teacher-20230227-next::after {
	content: none;
}
#teacher-20230227 .list3 .swiper-teacher-20230227 .swiper-teacher-20230227-next:hover {
	background-image: url(http://www.qfedu.com/web/images/arrow6-right.png);
	transform: rotateY(0deg);
}
#teacher-20230227 .list3 .swiper-teacher-20230227 .swiper-teacher-20230227-next:hover ::after {
	content: none;
}
#teacher-20230227 .list3 .swiper-teacher-20230227 .swiper-teacher-20230227-pagination {
	right: 185px;
	left: auto;
	top: 242px;
	bottom: auto;
	width: auto;
	font-size: 20px;
	font-weight: 400;
	color: #d5d5d5;
	line-height: 24px;
}
#teacher-20230227 .list3 .swiper-teacher-20230227 .swiper-teacher-20230227-pagination .swiper-pagination-current {
	color: #424242;
}
