@charset "utf-8";

/* CSS Document */
/* common */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
p,
a,
form,
select,
input,
ul,
ol,
li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Microsoft YaHei', sans-serif;
	color: #000000;
}

ul,
ol {
	list-style: none;
	text-indent: 0;
	list-style-position: outside;
}

img {
	border: 0;
}

b {
	font-weight: normal;
}

a:hover,
a:focus {
	color: #23527c;
	text-decoration: none !important;
}

a {
	text-decoration: none || underline || blink || overline || line-through
}

p {
	margin: 0 0 0;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

/* link : style */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* ul {
	margin-bottom: 0 !important;
} */

/*clear*/
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}

.clearfix:after {
	clear: both;
}

/*浏览器更新提示*/
.browserupgrade {
	margin: 0;
	z-index: 9999;
	width: 100%;
	height: 42px;
	color: #e50b71;
	text-indent: 20px;
	line-height: 42px;
	overflow: hidden;
	background: #222222;
	border-bottom: 4px solid #000000;
}

.browserupgrade a {
	font-size: 16px;
	color: #fdc12d;
	cursor: pointer;
}

.browserupgrade a.brow-close {
	font-size: 14px;
	margin-right: 20px;
	float: right;
}

/*ie7*/
.ie7-alert {
	left: 50%;
	top: 50%;
	margin-left: -276px;
	margin-top: -238px;
	width: 551px;
	height: 476px;
	position: fixed;
	z-index: 9999;
	background: url('/zhuzhan/220824/img/ie7.png') no-repeat center;
}

.ie7-alert a {
	top: 121px;
	left: 127px;
	width: 121px;
	height: 33px;
	display: block;
	position: absolute;
	background: url('/zhuzhan/220824/img/ie7-btn.png') no-repeat center;
}

html {
	width: 100%;
	font-size: 62.5%;
	overflow-x: hidden;
}

body {
	width: 100%;
	overflow-x: hidden;
}

body.fixed {
	top: 0;
	position: fixed;
}

.wrap.fixed {
	top: 0;
	position: fixed;
}

.wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	overflow: hidden;
	position: relative;

	background: #F6F7FB;
}

.wrap.fixed {
	top: 0;
	position: fixed;
}

.main {
	margin: 0 auto;
}

/* .header {
	width: 100%;
	height: 100px;
	z-index: 999;
	background: #ffffff;
	position: absolute;
	z-index: 999;
	margin: auto;
	display: block;
	left: 0;
	right: 0;
	opacity: 0.9;
} */

/* .header:hover {
	opacity: 1;
}

.header .logo {
	float: left;
	width: 250px;
	height: 100px;
	display: block;
	margin-left: -17px;
}

.header .logo-text {
	margin-top: 38px;
	margin-left: 24px;
	float: left;
	font-size: 16px;
	line-height: 23px;
}

.header .main {
	margin: 0 auto;
	width: 1200px;
	height: 100px;

} */

/* .header .nav_list {
	float: left;
	margin-left: 121px;
}

.header .nav_list ul {}

.header .nav_list ul li {
	float: left;
	height: 100px;
	line-height: 100px;
} */

/* .header .nav_list ul li a {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 100px;
	-webkit-background-clip: text;
	margin-right: 31px;
	display: block;
} */

/* .header .nav_list ul li.act a {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #214BF7;
	line-height: 100px;
	position: relative;
}

.header .nav_list ul li a:hover {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #214BF7;
	line-height: 100px;
	position: relative;
}

.header .nav_list ul li a::after {
	content: "";
	width: 0;
	height: 4px;
	background: #214BF7;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	display: block;
	margin: auto;
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
} */

/* .header .nav_list ul li.act a::after {
	content: "";
	width: 16px;
	height: 4px;
	background: #214BF7;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	display: block;
	margin: auto;
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
	transition: width 0.2s ease-in-out 0s;
}

.header .nav_list ul li a:hover::after {
	content: "";
	width: 16px;
	height: 4px;
	background: #214BF7;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	display: block;
	margin: auto;
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
	transition: width 0.2s ease-in-out 0s;
} */

/* .contact {
	width: 100px;
	height: 100px;
	line-height: 100px;
	float: right;
	margin-right: 0px;
}

.contact img {
	width: 16px;
	height: 20px;
	float: left;
	margin: 40px 7px 0 0;
}

.contact p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 100px;
	text-align: end;
} */
/*banners*/
.banner{
	position: relative;
	width: 100%;
	    height: 476px;
		margin-top:100px;
}
.banner img{
	top: 0;
	    left: 50%;
	    margin-left: -960px;
	    width: 1920px;
	    height: 100%;
	    display: block;
	    position: absolute;
	    transition: 0.2s;
}
/*课程*/
.course_nav{
	/* margin-top:100px; */
}
.course_nav .tab_top {
	background: url("../image/teachers/banner1.png") no-repeat top center;
	width: 100%;
	background-size: auto;
	height:300px;
	overflow: hidden;
	/* margin-top: 100px; */
}

.course_nav .tab_top h1 {
	font-size: 72px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 100px;
	text-align: center;
	margin-top: 130px;
}

.course_nav .tab_top h1 em {
	color: #FFEE53;
	text-align: center;
	font-style: normal;
}

.course_nav .tab_top p {
	font-size: 24px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 21px;
	letter-spacing: 4px;
	text-align: center;
}

.course_nav .tab-box {
	width: 1200px;
	margin: 0px auto 0;
	position: relative;
}

.course_nav .tab-box ul.top_nav {
	list-style-type: none;
	width: 1200px;
	height: 160px;
	background: #FFFFFF;
	box-shadow: 0px 20px 28px 1px rgba(115, 152, 255, 0.15);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	color: #666666;
	margin-top: -100px;
	margin-bottom:0;
	/* position: relative; */
}

.course_nav .tab-box>span {
	position: absolute;
	top: 214px;
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	width: 32px;
}

.course_nav .tab-box>span .tap_jt {
	display: none;
}

.course_nav .top_nav {
	overflow: hidden;
}

.course_nav .tab-box .top_nav li {
	width: 1200px;
}

.course_nav .tab-box .top_nav li div {
	width: 300px;
	opacity: 1;
	float: left;
	margin-top: 30px;
	cursor: pointer;
}

.course_nav .tab-box .top_nav li div:first-child::before {
	display: none;
}

.course_nav .tab-box .top_nav li div::before {
	content: "";
	width: 0px;
	height: 80px;
	opacity: 1;
	border: 1px solid #DEE7FF;
	float: left;
	margin-top: 22px;
}

.course_nav .tab-box .top_nav li div>span h5 {
	font-size: 64px;
	font-family: Roboto-Bold, Roboto;
	font-weight: bold;
	color: #214BF7;
	line-height: 64px;
	float: left;
	margin: 0;
}

.course_nav .tab-box .top_nav li div>span h5.ons {
	transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	-webkit-transition: transform .5s ease-out;
	-moz-transition: transform .5s ease-out;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);

}
.course_nav .tab-box .top_nav li div>span h5.onss {
	transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	-webkit-transition: transform .5s ease-out;
	-moz-transition: transform .5s ease-out;
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);

}
.course_nav .tab-box .top_nav li div>span i {
	font-size: 24px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 28px;
	float: left;
	font-style: normal;
	margin-top: 28px;
	margin-left: 12px;
}

.course_nav .tab-box .top_nav li div p {
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	text-align: center;
}

.course_nav .tab-box li>div>span {
	/* 	width:220px; */
	height: 86px;
	line-height: 86px;
	display: block;
	margin: 0 auto;
}

.course_nav .tab-box li>div:nth-child(1)>span {
	padding-left: 77px;
}

.course_nav .tab-box li>div:nth-child(2)>span {
	padding-left: 88px;
}

.course_nav .tab-box li>div:nth-child(3)>span {
	padding-left: 59px;
}

.course_nav .tab-box li>div:nth-child(4)>span {
	padding-left: 114px;
}

/*标准*/
.standards {
	width: 1200px;
	margin: 70px auto 0;
	overflow: hidden;
	height: 712px;
}

.headline h5 {
	font-size: 36px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 42px;
	text-align: center;
	margin:0 auto 10px;
}

.headline p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	text-align: center;
	margin-bottom: 0;
}

.Giant_list ul {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom:0;
}

.Giant_list li {
	width: 380px;
	height: 70px;
	background: rgba(33, 75, 247, 0.0400);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 2px solid rgba(33, 75, 247, 0.2000);
	display: flex;
}

.Giant_list li.on {
	background: #FFFFFF;
}

.Giant_list li span {
	width: 81px;
	height: 70px;
	background: #214BF7;
	border-radius: 10px 10px 10px 10px;
	display: block;
	font-size: 22px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 70px;
	text-align: center;
	margin: -3px;
}

.Giant_list li p {
	font-size: 26px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	font-size: 22px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height:66px;
	margin: 0;
	text-indent: 17px;
}

.standards .list1 {
	width: 1200px;
	margin-top: 40px;
}

.standards .list2 {
	width: 1200px;
	margin-top: 40px;
}

.standards .list3 {
	width: 1200px;
	margin-top: 40px;
}

.standards .list1 .top_tits {
	width: 1130px;
	height: 103px;
	margin: 0 auto;
}

.standards .list1 .top_tits h5 {
	width: 254px;
	height: 45px;
	font-size: 30px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 35px;
	float: left;
	margin-top: 32px;
	margin-left: 13px;
}

.standards .list1 .top_tits button {
	width: 122px;
	height: 48px;
	background: #F77521;
	border-radius: 10px 10px 10px 10px;
	font-size: 20px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 23px;
	float: right;
	outline: none;
	border: none;
	margin-top: 28px;
}

.standards .list2 .top_tits {
	width: 1130px;
	height: 103px;
	margin: 0 auto;
}

.standards .list2 .top_tits h5 {
	width: 254px;
	height: 45px;
	font-size: 30px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 35px;
	float: left;
	margin-top: 32px;
	margin-left: 13px;
}

.standards .list2 .top_tits button {
	width: 122px;
	height: 48px;
	background: #F77521;
	border-radius: 10px 10px 10px 10px;
	font-size: 20px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 23px;
	float: right;
	outline: none;
	border: none;
	margin-top: 28px;
}

.standards .list3 .top_tits {
	width: 1130px;
	height: 103px;
	margin: 0 auto;
}

.standards .list3 .top_tits h5 {
	width: 254px;
	height: 45px;
	font-size: 30px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 35px;
	float: left;
	margin-top: 32px;
	margin-left: 13px;
}

.standards .list3 .top_tits button {
	width: 122px;
	height: 48px;
	background: #F77521;
	border-radius: 10px 10px 10px 10px;
	font-size: 20px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 23px;
	float: right;
	outline: none;
	border: none;
	margin-top: 28px;
}

.list_zs {
	background: url(/zhuzhan/220824/image/teachers/t1-1.png) no-repeat;
	width: 1200px;
	height: 150px;
	margin-bottom: 20px;
	border-radius: 15px;
	background-color: #ffffff !important;
}

.standards .list1>div:nth-child(1) {
	background: url(/zhuzhan/220824/image/teachers/bg1.png) no-repeat;
}

.standards .list1>div:nth-child(2) {
	background: url(/zhuzhan/220824/image/teachers/bg2.png) no-repeat;
}

.standards .list1>div:nth-child(3) {
	background: url(/zhuzhan/220824/image/teachers/bg3.png) no-repeat;
}

.standards .list2>div:nth-child(1) {
	background: url(/zhuzhan/220824/image/teachers/bg4.png) no-repeat;
}

.standards .list2>div:nth-child(2) {
	background: url(/zhuzhan/220824/image/teachers/bg5.png) no-repeat;
}

.standards .list2>div:nth-child(3) {
	background: url(/zhuzhan/220824/image/teachers/bg6.png) no-repeat;
}

.standards .list2>div:nth-child(4) {
	background: url(/zhuzhan/220824/image/teachers/bg7.png) no-repeat;
}

.standards .list3>div:nth-child(1) {
	background: url(/zhuzhan/220824/image/teachers/bg8.png) no-repeat;
}

.standards .list3>div:nth-child(2) {
	background: url(/zhuzhan/220824/image/teachers/bg9.png) no-repeat;
}

.standards .list3>div:nth-child(3) {
	background: url(/zhuzhan/220824/image/teachers/bg10.png) no-repeat;
}

.standards .list3>div:nth-child(4) {
	background: url(/zhuzhan/220824/image/teachers/bg10.png) no-repeat;
}

.list_zs>h5 {
	width: 78px;
	height: 129px;
	font-size: 111px;
	font-family: Arial-Bold, Arial;
	font-weight: bold;
	line-height: 129px;
	/* background: linear-gradient(180deg, #CED8FF 0%, rgba(136, 159, 255, 0) 100%); */
	color: #CED8FF;
	float: left;
	text-align: center;
}

.list_zs>span {
	float: left;
	width: 179px;
	position: relative;
	margin-top:10px;
}

.list_zs>span::after {
	content: "";
	width: 1px;
	height: 114px;
	border: 1px dashed #DEE7FF;
	display: block;
	/* float: left; */
	position: absolute;
	top: 20px;
	right: 0;
}

.list_zs>span img {
	margin: 0 auto;
	display: block;
}

.list_zs>span h5 {
	font-size: 22px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	text-align: center;
}

.list_zs>div {
	float: left;
}

.list_zs>div>p {
	width: 481px;
	height: 44px;
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 27px;
	margin: 50px 0 0 48px;
}

.list_zs>div>div {
	float: left;
	width: 166px;
	height: 150px;
	margin-left: 50px;
}

.list_zs.list_six>div>div {
	float: left;
	width: 72px;
	height: 150px;
	margin-left: 77px;
}

.list_zs.list_two>div>div {
	float: left;
	width: 365px;
	height: 150px;
	margin-left: 47px;
}

.list_zs.list_two>div>div:nth-child(2) {
	float: left;
	width: 365px;
	height: 150px;
	margin-left: 67px;
}

.list_zs.list_fours>div>div {
	float: left;
	width: 90px;
	height: 150px;
	margin-left: 136px;
}

.list_zs.list_fours>div>div:nth-child(1) {
	float: left;
	width: 90px;
	height: 150px;
	margin-left: 90px;
}

.list_zs.list_six>div>div:first-child {
	margin-left: 48px;
}

.list_zs.list_six>div>div span img {
	margin: 26px auto 0;
	display: block;
}

.list_zs.list_six>div>div h4 {
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 21px;
	margin-top: 14px;
	text-align: center;
}

.list_zs.list_fours>div>div span img {
	margin: 32px auto 0;
	display: block;
}

.list_zs.list_fours>div>div h4 {
	text-align: center;
	margin-top: 13px;
}

.list_zs>div>div span h5 {
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 21px;
	float: left;
	margin-top: 34px;
}

.list_zs>div>div span.on h5 {
	color: #214BF7;
}

.list_zs>div>div span i {
	background: url(/zhuzhan/220824/image/teachers/rob.png) no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-top: 33px;
	margin-left: 12px;
	display: none;
}

.list_zs>div>div p {
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 21px;
}

/*师资新*/
.teachers.teachers1{
	background-color:#F6F7FB;
}
.teachers{
	overflow:hidden;
	background-color:#fff;
padding-bottom:50px;
}
.teachers>span{
display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 0;
	/* width:560px; */
}
.teachers>span img{
	width:30px;
	height:20px;
}
.teachers>span h2{
	font-size: 36px;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	color: #333333;
	line-height: 34px;
	text-align:center;
	margin:0 10px;
}
.slides{
	width:1200px;
	margin:50px auto 0;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.slides_div{
	width:190px;
	height:280px;
	border-radius:10px;
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
}
.slides_div>img{
	height:286px;
}
.slides_div:hover>div{
	bottom:0;
}
.slides_div>div{
	width: 190px;
	    height: 280px;
	    background-color: #2041FE;
	    display: block;
	    overflow: hidden;
	    position: absolute;
	    bottom:-220px;
		transition: all 1s; 
	    padding-left: 18px;
}
.slides_div>div h4{
	height: 14px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #FFFFFF;
	margin:6px 0 0 0;
}
.slides_div>div i{
	width:26px;
	height:4px;
	display:block;
	background-color:#fff;
	margin:11px 0 16px 0;
}
.slides_div>div p{
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #FFFFFF;
	line-height:20px;
	width:166px;
}
.slides_div>div h5{
	height: 18px;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	margin:12px auto 4px;
}
.ts .slides_div span{
	display:block;
}
.slides_div span{
	width:190px;
	height:64px;
	background-color:#2041FE;
	display:block;
	overflow:hidden;
	position:absolute;
	bottom:0;
	padding-left:18px;
	display:none;
}
.slides_div span h5{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FEFEFE;
}
.slides_div span h5 i{
	font-size:14px;
	font-style:normal;
}
.slides_div span p{
	font-size: 12px;
	    font-family: Source Han Sans CN;
	    font-weight: 300;
	    color: #FEFEFE;
	    line-height: 16px;
	    height: 32px;
	    overflow: hidden;
		width:168px;
}

/*师资*/
.teachers .lefts>a>div>img {
	width: 394px;
	border-radius: 10px;
}

.teachers .lefts {
	margin-right: 10px;
}

.teachers .lefts>a>div {
	margin-bottom: 10px;
	position: relative;
}

.teachers .lefts>a>div:first-child {
	margin-bottom: 10px;
	width: 394px;
	    height: 394px;
	    border-radius: 10px;
		overflow:hidden;
}

.teachers .lefts>span:first-child {
	margin-bottom: 10px;
}

.teachers .lefts>a>div>span {
	width: 394px;
	height: 394px;
	background: rgba(33, 75, 247, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	border-radius: 10px;
	padding: 32px 0 0 30px;
}

.teachers .lefts>span>div {
	position: relative;
}

.teachers .lefts>span span {
	width: 192px;
	height: 192px;
	background: rgba(33, 75, 247, 0.6800);
	border-radius: 10px 10px 10px 10px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	padding: 101px 0 0 15px;

}

.teachers .lefts>span span i {
	width: 31px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 7px 7px 7px 7px;
	display: block;
}

.teachers .lefts>span span h4 {
	width: 78px;
	height: 39px;
	font-size: 26px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
}

.teachers .lefts>span span h6 {
	width:160px;
	height: 21px;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 16px;
	overflow:hidden;
}

.teachers .lefts>a>div>span i {
	width: 31px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 7px 7px 7px 7px;
	display: block;
}

.teachers .lefts>a>div>span h4 {
	width: 78px;
	height: 39px;
	font-size: 26px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
}

.teachers .lefts>a>div>span h6 {
	width:180px;
	height: 21px;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 16px;
	overflow:hidden;
}

.teachers .lefts>a>div>span p {
	width: 334px;
	height: 120px;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
}

.teachers .lefts>span {
	display: flex;
	justify-content: space-between;
}
.teachers .lefts>span>a>div {
    position: relative;
    width: 192px;
    height: 192px;
    overflow: hidden;
    border-radius: 10px;
}
.teachers .lefts>span img {
	width: 192px;
	border-radius: 10px;
}
.teachers  #swiper>div{
	width:1920px;
	overflow:hidden;
	display:flex;
}
.teachers  #swiper>div>div{
	display:flex;
}
/*轮动*/
.str_wrap {
	overflow:hidden;
	width:100%;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
}
.str_move {
	position:absolute;
	top:0;
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	vertical-align:top;
	position:absolute;
	left:0;
	top:0;
	display:flex;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;	
}


.teachers .swiper-slide {
	display: flex;
	max-width: 800px !important;
	margin: 0 10px 0 0;
}

.teachers .rights {
	width: 400px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-between;
}

.teachers .rights>a>div {
	width: 192px;
	height: 192px;
	margin-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.teachers .rights>a>div span {
	width: 192px;
	height: 192px;
	background: rgba(33, 75, 247, 0.6800);
	border-radius: 10px 10px 10px 10px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	padding: 101px 0 0 15px;

}

.teachers .rights>a>div span i {
	width: 31px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 7px 7px 7px 7px;
	display: block;
}

.teachers .rights>a>div span h4 {
	width: 78px;
	height: 39px;
	font-size: 26px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
}
.teachers .rights>a>div span h6 {
    width: 160px;
    height: 21px;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
.teachers .rights>a>div>img {
	width: 192px;
/* 	height: 192px; */

}

.teachers .rights>a>div>span {
	display: none;
}

.teachers {
	/* width: 1200px; */
	margin:0px auto 0;
	overflow: hidden;
}

.teachers .headline_nav h5 {
	font-size: 36px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 42px;
	text-align: center;
	margin:0 0 10px;
}

.teachers .headline_nav p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	text-align: center;
	margin-bottom:40px;
}

.teachers div .top_nav li span {
	width: 200px;
	height: 150px;
	float: left;
	/* display:none; */
}

.teachers div .top_nav li span.on {
	border-bottom: 5px solid #214BF7;
	/* display:none; */
}

.teachers div .top_nav li span img {
	margin: 15px auto 0;
	display: block;
	width: 70px;
	height: 70px;
}

.teachers div .top_nav li span p {
	text-align: center;
	margin: 25px 0 0 0;
}

.teachers div .top_nav li span:nth-child(n+7):nth-child(-n+12) {
	margin-top: 620px;
}


.p6 .swiper-button-prev {
	background-image: url(/zhuzhan/220824/image/teachers/left.png) !important;
	left: -40px !important;
	top: 54% !important;
	background-size: 80% !important;
}

.p6 .swiper-button-next {
	background-image: url(/zhuzhan/220824/image/teachers/right.png) !important;
	right: -40px;
	top: 54% !important;
	background-size: 80% !important;
}

.swiper {
	--swiper-navigation-color: #ffffff !important;
	/* 单独设置按钮颜色 */
	--swiper-navigation-size: 30px;
	/* 设置按钮大小 */
}

.p6 .swiper-button-next,
.p6 .swiper-button-prev {
	position: absolute;
	width: 32px !important;
	height: 32px !important;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

/*团队*/
.team {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.team>div h5 {
	font-size: 36px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 42px;
	text-align: center;
	margin-top:60px;
}

.team>div p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	text-align: center;
}

.team>div:nth-child(2) {
	margin-top:40px;
}

.team>div:nth-child(2) img:last-child {
	margin-left: 25px;
}

.team>div:nth-child(2) div:last-child {
	margin-top: 30px;
}

.team>div:nth-child(2) div:last-child img:first-child {
	margin-left: 0px;
}

.team>div:nth-child(2) div:last-child img {
	margin-left: 25px;
}

.right_modles {
	width: 303px;
	height: 526px;
	background: #214BF7;
	border-radius: 10px 10px 10px 10px;
	position: absolute;
	right: 0;
	top: 172px;
}

.right_modles img {
	width: 235px;
	margin: 20px auto;
	display: block;
}

.team_list ul {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	width: 860px;
	margin-bottom: 30px;
}

.team_list li {
	width: 275px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #214BF7;
	display: flex;
	cursor: pointer;
}

.team_list li.on {

	background: #214BF7;
}

.team_list li.on span>img:first-child {
	display: none;
}

.team_list li.on span>img:last-child {
	display: block;
}

.team_list li span>img {
	margin: 5px 0 0 27px;
	width: 50px;
	height: 50px;
}

.team_list li span>img:last-child {
	display: none;
}

.team_list li.on p {
	font-size: 22px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}

.team_list li span {
	text-align: center;
}

.team_list li p {
	font-size: 26px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 58px;
	margin: 0;
	text-indent: 20px;
}

.team_Swiper {
	width: 1170px;
}

.team_Swiper .swiper-slide {
	width: 1171px;
	height: 466px;
	background: #FFFFFF;
	box-shadow: 0px 20px 28px 0px rgba(115, 152, 255, 0.1500);
	border-radius: 10px 10px 10px 10px;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-between;
}

.team_Swiper .swiper-slide div {
	width: 124px;
	height: 124px;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.team_Swiper .swiper-slide div img {
	width: 124px;
	/* background: #214BF7; */
	border-radius: 10px 10px 10px 10px;
}

.team_Swiper .swiper-slide div span {
	width: 124px;
	height: 30px;
	border-radius: 0px 0px 10px 10px;
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: space-around;
	background: rgba(33, 75, 247, 0.6800);
	opacity: 0;
}

.team_Swiper .swiper-slide div span p {
	width: 48px;
	height: 24px;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 27px;
}

.team_Swiper .swiper-slide div span I {
	display: block;
	width: 11px;
	height: 2px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	margin-top: 10px;
}

/*移动*/
.wrap_m {
	width: 7.5rem;
	margin: 0 auto;
	background-color: #F6F7FB;
}

.header_m {
	width: 7.5rem;
	display: flex;
	justify-content: space-around;
}

.header_m img:nth-child(1) {
	width: 0.5rem;
	height: 0.5rem;
	opacity: 1;
	margin-top: 0.20rem;
	margin-left: -0.4rem;
}

.header_m img:nth-child(2) {
	width: 2.7rem;
	height: 0.89rem;
	opacity: 1;
}

.header_m img:nth-child(3) {
	width: 0.5rem;
	height: 0.5rem;
	opacity: 1;
	margin-top: 0.20rem;
	margin-right: -0.6rem;
}

.top_banner {
	width: 7.5rem;
	position: relative;
}

.top_banner img {
	width: 100%;
}

/*课程导航*/
.sidenavs {
	background-color: #FFFFFF;
	overflow: hidden;
	width: 7.5rem;
	height: 100%;
	margin-left: auto;
	top: 0;
	left: 0;
	height: 100%;
	position: fixed;
	overflow: auto;
	display: block;
	z-index: 9999999;
	box-shadow: 2px 2px 6px rgb(0 0 0 / 30%);
	transform: translate(-7.6rem, 0);
	transition: transform .3s;
}

.sidenavs.show {
	transform: translate(0, 0);
}

.sidenavs i {
	background: url(/zhuzhan/220824/image/m/x.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0.30rem;
	display: block;
	width: 0.32rem;
	height: 0.32rem;
	top: 0.20rem;
}

.sidenavs>h5 {
	font-size: 0.32rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.32rem;
	text-align: center;
	margin: 0.28rem 0 0.24rem;
}

.sidenavs>div span {
	text-align: center;
	display: block;
	width: 7rem;
	height: 0.7rem;
	line-height: 0.7rem;
	margin: 0 auto;
	font-size: 0.3rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
}

.sidenavs>div:nth-child(2) span {
	background: url(/zhuzhan/220824/image/m/kaifa.png) no-repeat center;
	background-size: 100%;
	color: #214BF7;
}

.sidenavs>div:nth-child(3) span {
	background: url(/zhuzhan/220824/image/m/sj.png) no-repeat center;
	background-size: 100%;
	color: #F7216E;
}

.sidenavs>div:nth-child(4) span {
	background: url(/zhuzhan/220824/image/m/yys.png) no-repeat center;
	background-size: 100%;
	color: #8C5009;
}

.sidenavs>div ul {
	width: 7rem;
	margin: 0.30rem auto 0.08rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sidenavs>div ul li {
	width: 2.18rem;
	height: 0.6rem;
	line-height: 0.6rem;
	background: #F6F7FB;
	border-radius: 0.15rem;
	opacity: 1;
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin-bottom: 0.22rem;
	text-align: center;
}

.sidenavs>span {
	width: 7rem;
	height: 1.38rem;
	background: #F6F7FB;
	border-radius: 0.1rem;
	opacity: 1;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.sidenavs>span div {
	display: flex;
}

.sidenavs>span div p {
	margin: 0 0 0 0.20rem;
}

.sidenavs>span div:nth-child(1) {
	margin: 0.30rem 0 0.22rem 0.30rem;
}

.sidenavs>span div:nth-child(2) {
	margin: 0rem 0 0rem 0.30rem;
}

.sidenavs>span div img {
	width: 0.30rem;
	height: 0.30rem;
}

.sidenavs>span div p {
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 0.26rem;
}

#list-top-m {
	position: fixed;
	top: 1.45rem;
	left: 0;
	right: 0;
	z-index: 999
}

.banner_list {
	width: 6.9rem;
	height: 4.1rem;
	background: #FFFFFF;
	box-shadow: 0px 0.2rem 0.28rem 0.01rem rgba(115, 152, 255, 0.15);
	border-radius: 0.2rem;
	opacity: 1;
	display: flex;
	justify-content: space-around;
	margin: -0.46rem auto 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 999;
}

.banner_list .onshows {
	display: none;
}

/* .banner_list .onshows.on {
	display:none;
} */
.banner_list .tap_navs {
	width: 2.5rem;
	border-radius: 0.2rem;
	opacity: 1;
	margin: 0.32rem auto 0;
	justify-content: space-between;
	border-radius: 0.15rem;
	opacity: 1;
}

.banner_list .tap_navs>div {
	display: flex;
	line-height: 0.7rem;
	justify-content: center;
}

.banner_list .tap_navs>div:nth-child(2) {
	height: 0.32rem;
	opacity: 1;
	margin: 0.20rem 0.19rem 0 0;
}

.banner_list .tap_navs>div:nth-child(2) img {
	width: 0.30rem;
	height: 0.30rem;
	opacity: 1;
}

.banner_list .tap_navs>div:nth-child(2) img:nth-child(1) {
	display: none;
}

.banner_list .tap_navs>div.on:nth-child(2) img:nth-child(1) {
	display: block;
}

.banner_list .tap_navs>div.on:nth-child(2) img:nth-child(2) {
	display: none;
}

.banner_list .tap_navs>div img.left_icon {
	width: 0.4rem;
	height: 0.4rem;
	margin-left: 0.18rem;
	margin-top: 0.19rem;
}

.banner_list .tap_navs h5 {
	font-size: 0.64rem;
	height: 0.7rem;
	line-height: 0.7rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	margin: 0 0 0 0rem;
}

.banner_list .tap_navs i {
	font-style: normal;
	font-size: 0.24rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 0.28rem;
	margin: 0.3rem 0 0 0.12rem;
}

.banner_list .tap_navs p {
	font-size: 0.28rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 0.3rem;
	margin-top: 0.20rem;
	text-align: center;
}

.banner_list .tap_navs h5.on {
	color: #214BF7;
}

.banner_list ul {
	width: 6.7rem;
	margin: 0.22rem auto 0.22rem !important;
	display: flex;
	flex-wrap: wrap;
}

.banner_list ul li {
	/* margin-bottom:0.20rem; */
	/* margin-left: 0.20rem; */
	width: 3.30rem;
	height: 1.80rem;
	border-right: 0.01rem solid #DEE7FF;
	border-bottom: 0.01rem solid #DEE7FF;
}

.banner_list ul li:nth-child(2) {
	border-right: 0rem solid #000000;
}

.banner_list ul li:nth-child(3) {
	border-bottom: 0rem solid #000000;
}

.banner_list ul li:nth-child(4) {
	border-bottom: 0rem solid #000000;
	border-right: 0rem solid #000000;
}

.banner_list ul li .content {
	position: absolute;
	height: 3.7rem;
	width: 6.9rem;
	background: rgba(255, 255, 255, 1);
	border-radius: 0.2rem;
	opacity: 1;
	margin: 0rem auto 0;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	display: flex;
	flex-wrap: wrap;
	left: 0;
	justify-content: space-between;
	padding: 0 0.25rem 0 0.25rem;
}

.banner_list ul li .content:after {
	content: "";
	height: 0.62rem;
	width: 2rem;
}

.banner_list ul li .content a {
	margin-top: 0.3rem;
	height: 0.62rem;
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 0.62rem;
	margin-bottom: 0;
	display: block;
	width: 2rem;
	border-radius: 0.1rem;
	opacity: 1;
	border: 0.01rem solid #DEE7FF;
	text-align: center;
}

/*招聘*/
.Giant_lists {
	width: 6.9rem;
	margin: 0 auto;
}

.Giant_lists ul {
	display: flex;
	justify-content: space-between;
	margin-top: 0.3rem;
}

.Giant_lists li {
	width: 2.16rem;
	height: 1rem;
	
background: rgba(33,75,247,0.0400);
	border-radius: 0.2rem;
	opacity: 1;
	border: 0.02rem solid #214BF7;
	display: flex;
}
.mySwipers{
	height:5.13rem;
}
.Giant_lists li.on {
	background: #FFFFFF;
}

.Giant_lists li span {
	width: 0.69rem;
	height: 1rem;
	background: #214BF7;
	border-radius: 0.2rem;
	opacity: 1;
	text-align: center;
	font-size: 0.28rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.34rem;
	padding-top: 0.15rem;
	margin: -0.02rem;
}

.Giant_lists li p {
	font-size: 0.28rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.34rem;
	margin: 0.16rem 0 0 0.2rem;
}

/*招聘*/
.invite {
	/* background-color: #fff; */
	overflow: hidden;
	margin-top:3.5rem;
}

.invite>div:nth-child(1) {
	width: 7.5rem;
}

.invite>div:nth-child(1) h5 {
	font-size: 0.4rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 0.47rem;
	text-align: center;
	margin-top: 0.7rem;
}

.invite>div:nth-child(1) p {
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 0.3rem;
	text-align: center;
	margin: 0;
}

.invite>div div ul {
	width: 6.9rem;
	margin: 0rem auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.invite>div div ul li {
	width: 6.9rem;
	height: 1.50rem;
	background: #FFFFFF;
	box-shadow: 0px 0.2rem 0.28rem 0.01rem rgba(115, 152, 255, 0.15);
	border-radius: 0.2rem;
	opacity: 1;
	border: 0.01rem solid #DEE7FF;
}

.invite>div div.list1 ul li:nth-child(1) {
	background: url(/zhuzhan/220824/image/m/teacher/bg-1.png) no-repeat;
	background-size: 100%;
	display: flex;
}

.invite>div div.list1 ul li:nth-child(2) {
	background: url(/zhuzhan/220824/image/m/teacher/t1-2.png) no-repeat;
	background-size: 100%;
	display: flex;
}

.invite>div div.list1 ul li:nth-child(3) {
	background: url(/zhuzhan/220824/image/m/teacher/t1-3.png) no-repeat;
	background-size: 100%;
	display: flex;
}

.invite>div div.list2 ul li:nth-child(1) {
	background: url(/zhuzhan/220824/image/m/teacher/t1-4.png) no-repeat;
	background-size: 100%;
	display: flex;
}

.invite>div div.list2 ul li:nth-child(2) {
	background: url(/zhuzhan/220824/image/m/teacher/t1-5.png) no-repeat;
	background-size: 100%;
	display: flex;
}

.invite>div div.list2 ul li:nth-child(3) {
	background: url(/zhuzhan/220824/image/m/teacher/t1-6.png) no-repeat;
	background-size: 100%;
	display: flex;
}

.invite>div div.list2 ul li:nth-child(4) {
	background: url(/zhuzhan/220824/image/m/teacher/t1-7.png) no-repeat;
	background-size: 100%;
	display: flex;
}

.invite>div div.list3 ul li:nth-child(1) {
	background: url(/zhuzhan/220824/image/m/teacher/t1-8.png) no-repeat;
	background-size: 100%;
	display: flex;
}

.invite>div div.list3 ul li:nth-child(2) {
	background: url(/zhuzhan/220824/image/m/teacher/t1-9.png) no-repeat;
	background-size: 100%;
	display: flex;
}

.invite>div div.list3 ul li:nth-child(3) {
	background: url(/zhuzhan/220824/image/m/teacher/t1-10.png) no-repeat;
	background-size: 100%;
	display: flex;
}

.invite>div div.list2 ul li:nth-child(1)>div:last-child {
	display: block;
	/* flex-wrap:wrap; */
	margin-left: 0.27rem;
	margin-top: 0.22rem;
}

.invite>div div.list2 ul li:nth-child(2)>div:last-child {
	display: block;
	/* flex-wrap:wrap; */
	margin-left: 0.27rem;
	margin-top: 0.22rem;
}

.invite>div div.list2 ul li:nth-child(1)>div:last-child>div {
	display: flex;
	/* flex-wrap:wrap; */
	margin-top: 0.14rem;
}

.invite>div div.list2 ul li:nth-child(2)>div:last-child>div {
	display: flex;
	/* flex-wrap:wrap; */
	margin-top: 0.14rem;
}

.invite>div div.list2 ul li:nth-child(3)>div:last-child>div {
	display: flex;
	/* flex-wrap:wrap; */
	/* margin-top:0.2rem; */
}

.invite .list3 {
	position: relative;
}

.invite .list3>img {
	position: absolute;
	top: 0.75rem;
	right: 0.5rem;
	height: 0.406rem;
	width: 0.175rem;
}

.invite>div div ul li>div:first-child {
	margin-left: 1.04rem;

}

.invite>div div ul li>span {
	width: 0px;
	height: 1.14rem;
	opacity: 1;
	border: 0.01rem dashed #DEE7FF;
	display: inline-block;
	margin: 0.18rem 0rem 0 0.22rem;
}

.invite>div div ul li>img {
	width: 0.41rem;
	height: 0.18rem;
	position: absolute;
	top: 0.15rem;
	right: 0;
	display: block;
}

.invite>div div.list1 ul li>div:first-child h4 {
	font-size: 0.3rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	margin: 0.24rem 0 0rem;
	text-align: center;
}

.invite>div div.list1 ul li>div:first-child img {
	width: 1rem;
	height: 0.90rem;
}

.invite>div div.list1 ul li>div:last-child {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0.27rem;
	margin-top: 0.36rem;
}

.invite>div div.list1 ul li>div:last-child div {
	width: 2.14rem;
	height: 0.40rem;
	display: flex;
}

.invite>div div.list2 ul li>div:first-child h4 {
	font-size: 0.3rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	margin: 0.24rem 0 0rem;
	text-align: center;
}

.invite>div div.list2 ul li>div:first-child img {
	width: 1rem;
	height: 0.90rem;
}

.invite>div div.list2 ul li:nth-child(3)>div:last-child {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0.1rem;
	justify-content: space-evenly;
	margin-top: 0.27rem;
}

.invite>div div.list2 ul li:nth-child(4)>div:last-child {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0.27rem;
	justify-content: space-between;
	margin-top: 0.35rem;
}

.invite>div div.list2 ul li>div:last-child {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0.1rem;
	justify-content: space-evenly;
}

.invite>div div.list2 ul li>div:last-child::after {
	content: "";
	width: 1.32rem;
	height: 0.4rem;
	display: block;
}

.invite>div div.list2 ul li>div:last-child div {
	width: 2.14rem;
	height: 0.40rem;
	display: flex;

}

.invite>div div.list3 ul li>div:first-child h4 {
	font-size: 0.3rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	margin: 0.24rem 0 0rem;
	text-align: center;
}

.invite>div div.list3 ul li>div:first-child img {
	width: 1rem;
	height: 0.90rem;
}

.invite>div div.list3 ul li>div:last-child {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0.1rem;
	justify-content: space-evenly;
}

.invite>div div.list3 ul li:nth-child(2)>div:last-child {
	margin-top: 0.2rem;
}

.invite>div div.list3 ul li:nth-child(1)>div:last-child {
	margin-top: 0.3rem;
}

.invite>div div.list3 ul li>div:last-child::after {
	/* content:"";
	width: 1.32rem;
	    height: 0.4rem;
		display:block; */
}

.invite>div div.list3 ul li>div:last-child div {
	width: 2.14rem;
	height: 0.40rem;
	display: flex;
}

.invite>div div.list3 ul li:nth-child(3)>div:last-child div {
	width: 4.06rem;
	height: 1.00rem;
	display: flex;
	margin-top: 0.18rem;
	margin-left: 0.17rem;
}

.invite>div div.list3 ul li:nth-child(3)>div:last-child p {
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.39rem;
}

.invite>div div.list1 ul li:nth-child(3)>div:last-child {
	justify-content: space-evenly;
	margin-top: 0.27rem;
	margin-left: 0.10rem;
}

.invite>div div.list1 ul li:nth-child(3)>div:last-child div {
	width: 1.32rem;
	height: 0.4rem;
	background: #EEF1FF;
	border-radius: 0.1rem;
	opacity: 1;
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.4rem;
	text-align: center;
}

.invite>div div.list1 ul li:nth-child(3)>div:last-child div h5 {
	background: #EEF1FF;
	border-radius: 0.1rem;
	opacity: 1;
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.4rem;
	text-align: center;
	margin: 0;
	width: 100%;
}

.invite>div div.list2 ul li:nth-child(3)>div:nth-child(3) div {
	width: 1.32rem;
	height: 0.4rem;
	background: #EEF1FF;
	border-radius: 0.1rem;
	opacity: 1;
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.4rem;
	text-align: center;
}

.invite>div div.list2 ul li:nth-child(3)>div:nth-child(3) div h5 {
	background: #EEF1FF;
	border-radius: 0.1rem;
	opacity: 1;
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.4rem;
	text-align: center;
	margin: 0;
	width: 100%;
}

.invite>div div.list3 ul li:nth-child(2)>div:nth-child(3) div {
	width: 1.32rem;
	height: 0.4rem;
	background: #EEF1FF;
	border-radius: 0.1rem;
	opacity: 1;
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.4rem;
	text-align: center;
}

.invite>div div.list3 ul li:nth-child(2)>div:nth-child(3) div h5 {
	background: #EEF1FF;
	border-radius: 0.1rem;
	opacity: 1;
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.4rem;
	text-align: center;
	margin: 0;
	width: 100%;
}

.invite>div div.list1 ul li>div:last-child div img {
	width: 0.20rem;
	height: 0.20rem;
	margin-top: 0.28rem;
	margin-top: 0.03rem;
}

.invite>div div.list1 ul li>div:last-child div h5 {
	font-size: 0.25rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.3rem;
	margin: 0rem 0 0 0.12rem;
}

.invite>div div.list2 ul li>div:last-child div img {
	width: 0.20rem;
	height: 0.20rem;
	margin-top: 0.02rem;
}

.invite>div div.list2 ul li>div:last-child div h5 {
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.3rem;
	margin: 0rem 0 0 0.12rem;
}

.invite>div div.list3 ul li>div:last-child div img {
	/* margin-top:0.30rem; */
	width: 0.42rem;
	height: 0.18rem;
	margin-left: 0.28rem;
}

.invite>div div.list3 ul li>div:last-child div h5 {
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.3rem;
	margin: 0rem 0 0 0.12rem;
}

.invite>div div ul li {
	margin-top: 0.2rem;
}

/*师资*/
.teacher_m {
	position: relative;
	width: 7.5rem;
	overflow:hidden;
}
.teacher_m.bgb{
	background-color: #F6F7FB;
}
.teacher_m>a{
	width: 4rem;
	height: 0.8rem;
	background: #2041FE;
	border-radius: 0.4rem;
	font-size: 0.36rem;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.8rem;
	display:block;
	text-align:center;
	margin:0.3rem auto;
}
.teacher_m>span {
	display: flex;
	    /* width: 4.8rem; */
	    overflow: hidden;
	    margin: 0.4rem auto 0.5rem;
	    align-items: center;
	    justify-content: center;
}

.teacher_m>span h2 {
	font-size: 0.4rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	line-height: 0.47rem;
	text-align: center;
	margin: 0 0.2rem;
}

.teacher_m>span img {
	width:0.30rem;
	height: 0.2rem;
	display:block;
}
.teacher_ms{
	display: flex;
	    width:6.9rem;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    margin: 0 auto;
}
.teacher_ms div{
	width:3.30rem;
	height:3.3rem;
	position:relative;
	margin-bottom:0.3rem;
	overflow:hidden;
	border-radius:0.1rem;
}
.teacher_ms div img{
	width:3.30rem;
}
.teacher_ms div span{
	width: 3.3rem;
	height: 1rem;
	background: #2041FE;
	border-radius: 0rem 0rem 0rem 0rem;
	display:block;
	border-radius:0 0 0.1rem 0.1rem;
	position:absolute;
	bottom:0;
	padding-left:0.38rem;
}
.teacher_ms.ms1 div span{
	width: 3.3rem;
	height: 1rem;
	background:url(../image/m/teacher/bgb1.png) no-repeat top center;
	border-radius: 0rem 0rem 0rem 0rem;
	display:block;
	border-radius:0 0 0.1rem 0.1rem;
	position:absolute;
	bottom:0;
	padding-left:0.38rem;
}
.teacher_ms div span h4{
	font-size: 0.34rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FEFEFE;
	line-height: 0.34rem;
	margin:0.12rem auto 0.12rem;
}
.teacher_ms div span h6{
	font-size: 0.24rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FEFEFE;
	line-height: 0.34rem;
	margin:0;
}
.teacher_m .lefts {
	margin-right: 0.3rem;
}

.teacher_m .lefts>a>div {
	margin-bottom: 0.1rem;
	position: relative;
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 0.1rem;
	overflow: hidden;
}

.teacher_m .lefts>a>div:first-child {
	margin-bottom: 0.3rem;
}

.teacher_m .lefts>span:first-child {
	margin-bottom: 0.3rem;
}

.teacher_m .lefts>a>div>span {
	width: 4.5rem;
	height: 0.60rem;
	background: rgba(33, 75, 247, 0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0rem 0 0.1rem 0.1rem;
	display:flex;
}

.teacher_m .lefts>span>div {
	position: relative;
}

.teacher_m .lefts>span span {
	width: 2.1rem;
	height: 0.60rem;
	background: rgba(33, 75, 247, 0.6800);
	border-radius: 0rem 0 0.1rem 0.1rem;
	position: absolute;
	bottom: 0;
	left: 0;
}

.teacher_m .lefts>span span h4 {
	font-size: 0.28rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.6rem;
	margin: 0rem 0.13rem 0 0rem;
	text-align: center;
}

.teacher_m .lefts>span span h6 {
	width: 87px;
	height: 21px;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 16px;
}

.teacher_m .lefts>a>div>span h4 {
	font-size: 0.28rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.6rem;
	margin: 0rem 0.13rem 0 0.3rem;
}

.teacher_m .lefts>a>div>span h6 {
	font-size: 0.22rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.26rem;
}

.teacher_m .lefts>span {
	display: flex;
	justify-content: space-between;
}
.teacher_m .lefts>span div{
	position:relative;
	width: 2.1rem;
    height: 2.1rem;
    border-radius: 0.1rem;
	overflow:hidden;
}
.teacher_m .lefts>span img {
	width: 2.1rem;
	border-radius: 0.1rem;
}

.teacher_m .swiper-slide {
	display: flex;
	/* 	width: 800px !important; */
	margin: 0 0.1rem 0 0;
}

.teacher_m .rights {
	width: 2.1rem;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-between;
}

.teacher_m .rights>a>div {
	width: 2.1rem;
	height: 2.1rem;
	margin-bottom: 0.3rem;
	border-radius: 0.1rem;
	overflow: hidden;
	position: relative;
}

.teacher_m .rights>a>div span {
	width: 2.1rem;
	height: 0.6rem;
	background: rgba(33, 75, 247, 0.6800);
	border-radius: 0rem 0 0.1rem 0.1rem;
	position: absolute;
	bottom: 0;
	left: 0;
}

.teacher_m .rights>a>div span h4 {
	font-size: 0.28rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.6rem;
	margin: 0rem 0.13rem 0 0rem;
	text-align: center;
}

.teacher_m .rights>a>div>img {
	width: 2.1rem;
/* 	height: 2.1rem; */

}
.teacher_m .swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: #214BF7;
	border-radius: 10px;
	left: 0;
	top: 0;
}

.teacher_m .swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(255, 255, 255, 1);
	top: 0px;
}

.teacher_m .swiper-container {
	width: 6.9rem;
	height: 7.25rem;
}

.teacher_m .swiper-wrapper {
	margin-top: 0.30rem;
}

.teacher_m .swiper-container .swiper-slide {}

/*团队*/
.campus_m {
	overflow: hidden;
	padding-bottom: 0.5rem;
}

.campus_m>span {
	display: block;
	width: 7.5rem;
	margin-top: 0rem;
	margin-bottom: 0.4rem;
	overflow: hidden;
}

.campus_m>span h5 {
	font-size: 0.4rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	line-height: 0.47rem;
	text-align: center;
	margin-top: 0.7rem;
}

.campus_m>span p {
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 0.3rem;
	text-align: center;
	margin: 0;
}

.campus_m>div {
	width:6.9rem;
	margin:0 auto;
}
.campus_m .team_lists ul {
	display: flex;
	justify-content: space-between;
	margin-top: 0.4rem;
	width:6.9rem;
	margin-bottom: 0.3rem;
}

.campus_m .team_lists li {
	width: 2.1rem;
	height: 1.33rem;
	background: #FFFFFF;
	border-radius: 0.2rem;
	border: 0.01rem solid #214BF7;
	cursor: pointer;
}

.campus_m .team_lists li.on {
	background: #214BF7;
}

.campus_m .team_lists li.on span>img:first-child {
	display: none;
}

.campus_m .team_lists li.on span>img:last-child {
	display: block;
}

.campus_m .team_lists li span>img {
	margin: 0.1rem auto 0;
	width: 0.6rem;
	height: 0.6rem;
	display:block;
}

.campus_m .team_lists li span>img:last-child {
	display: none;
}

.campus_m .team_lists li.on p {
	color: #FFFFFF;
}

.campus_m .team_lists li span {
	text-align: center;
}

.campus_m .team_lists li p {
	font-size: 0.28rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color:#333333;
	line-height: 0.34rem;
	text-align:center;
	margin-top:0.1rem;
}

.campus_m .team_Swipers {
	width:6.9rem;
	margin: 0 auto;
}

.campus_m .team_Swipers .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-between;
}

.campus_m .team_Swipers .swiper-slide div {
	width:2.1rem;
	height:2.1rem;
	border-radius: 0.1rem;
	overflow: hidden;
	position: relative;
	margin-bottom: 0.2rem;
}

.campus_m .team_Swipers .swiper-slide div img {
	width:2.1rem;
	/* background: #214BF7; */
	border-radius: 0.1rem;
}

.campus_m .team_Swipers .swiper-slide div span {
	width: 2.1rem;
	height: 0.6rem;
	background: rgba(33,75,247,0.6800);
	border-radius: 0px 0px 0px 0px;
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: space-around;
	background: rgba(33, 75, 247, 0.6800);
}

.campus_m .team_Swipers .swiper-slide div span p {
	font-size: 0.28rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.6rem;
}

.campus_m .team_Swipers .swiper-slide div span I {
	display: block;
	width: 0.32rem;
	height: 0.04rem;
	background: #FFFFFF;
	border-radius: 0.04rem;
	margin-top: 0.21rem;
}





/*foots*/
.content {
	display: none;
}

.tabbar {
	background: #214BF7;
	overflow: hidden;
}

.tap_nav {
	width: 6.9rem;
	height: 0.8rem;
	background: #FFFFFF;
	border-radius: 0.2rem;
	opacity: 1;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}

.tap_nav>div {
	display: flex;
	line-height: 0.8rem;
}

.tap_nav>div:nth-child(2) {
	height: 0.32rem;
	opacity: 1;
	margin: 0.26rem 0.4rem 0 0;
}

.tap_nav>div:nth-child(2) img {
	width: 0.36rem;
	height: 0.36rem;
	opacity: 1;
}

.tap_nav>div:nth-child(2) img:nth-child(1) {
	display: none;
}

.tap_nav>div img.left_icon {
	width: 0.4rem;
	height: 0.4rem;
	margin-left: 0.18rem;
	margin-top: 0.19rem;
}

.tap_nav h5 {
	font-size: 0.32rem;
	height: 0.8rem;
	line-height: 0.8rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin: 0 0 0 0.17rem;
}

.tabbar ul {
	margin: 0.3rem 0 0.33rem !important;
}

.tabbar ul li {
	margin-bottom: 0.20rem;
}

.tabbar ul li .content {
	width: 6.9rem;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 0.2rem;
	opacity: 1;
	margin: -0.3rem auto 0;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

.tabbar ul li .content a {
	margin-top: 0.3rem;
	margin-left: 0.68rem;
	height: 0.42rem;
	font-size: 0.28rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.42rem;
	margin-bottom: 0;
	display: block;
}

/*底部*/
.footer_m div:nth-child(1) {
	display: flex;
	width: 6.9rem;
	height: 1rem;
	line-height: 1rem;
	opacity: 1;
	border-bottom: 0.01rem dashed #999999;
	margin: 0 auto;
}

.footer_m div:nth-child(1) img {
	width: 0.35rem;
	height: 0.35rem;
	display: block;
	margin: 0.32rem 0 0 1.74rem;
}

.footer_m div:nth-child(1) p {
	font-size: 0.28rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	margin-left: 0.17rem;
}

.footer_m div:nth-child(2) {
	width: 6.9rem;
	opacity: 1;
	border-bottom: 0.01rem dashed #999999;
	margin: 0.23rem auto 0.02rem;
	text-align: center;
}

.footer_m div:nth-child(2) p {
	font-size: 0.24rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #999999;
}

.footer_m div:nth-child(3) {
	height: 1.07rem;
	line-height: 1.07rem;
}

.footer_m div:nth-child(3) p {
	height: 0.41rem;
	font-size: 0.24rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	text-align: center;
}
