@charset "utf-8";

/* CSS Document */
/* common */
/**html{
 -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}**/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
p,
a,
form,
select,
input,
ul,
ol,
li {
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	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;
}

body ul {
	margin: 0;
}

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;
}

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

.ie7-alert a {
	top: 121px;
	left: 127px;
	width: 121px;
	height: 33px;
	display: block;
	position: absolute;
	background: url('../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: #FFFFFF !important;
}

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

.main {
	margin: 0 auto;
}

.main a h1 {
	margin: 0;
}

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

.header:hover {
	opacity: 1;
}

.header .logo {
	float: left;
	width: 177px !important;
	height: 36px !important;
	display: block;
	margin-top: 17px;
	/* margin-left: -6px; */
}

.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;
	position: relative;

}

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

.header .nav_list p {
	height: 25px;
	font-size: 30px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	/* color: #333333; */
	color: red;
	line-height: 25px;
	margin-top: 23px;
}

.header .nav_list ul {
	margin-top: 26px;
}

.header .nav_list ul li {
	float: left;
	height: 40px !important;
	line-height: 40px !important;
	/* padding:20px; */
}

.header .nav_list ul li a {
	/* 	width:0.32rem;
	height:0.24rem; */
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 40px !important;
	-webkit-background-clip: text;
	margin-right: 64px;
	display: block;
	/* transform: translateX(-50%); */
}

.header .nav_list ul li:last-child a {
	margin-right: 0px;
}

.header .nav_list ul li.act a {
	width: 64px;
	height: 24px;
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 24px;
	line-height: 40px !important;
	position: relative;
}

.header .nav_list ul li a:hover {
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	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;
} */
body .contact {
	min-width: 170px;
	/* 	float: right; */
	margin-right: 0px;
	margin-top: 17px;
	line-height: normal;
	right: 0;
	position: absolute;
}

body .contact div {
	display: flex;
	justify-content: space-between;
}

/* .contact>p{
	color:#214BF7;
	font-weight:bold;
	text-align:center;
} */
body .contact p {
	text-align: right;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: normal;
	line-height: 25px;
	margin-bottom: 0;
}

body .contact span {
	/* color: #333333; */
	color: red;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	margin-left: 2.5px;
	line-height: 21px;
}

body .contact span.gj {
	color: red;
}

body .contact span.bfb {
	color: red;
}

/*课程浮窗*/
.course_floating>div {
	float: left;
}

.course_floating {
	width: 1200px;
	height: 480px;
	background: #FFFFFF;
	box-shadow: 0px 2px 24px 1px rgba(34, 77, 255, 0.21);
	border-radius: 20px 20px 20px 20px;
	opacity: 1;
	position: absolute;
	margin: auto;
	top: 100px;
	left: 0;
	right: 0;
	z-index: 99999;
	display: none;
}

.first_modle>div {
	float: left;
}

.first_modle::after {
	content: "";
	width: 1px;
	height: 396px;
	background: #DEE7FF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	display: inline-block;
	float: left;
	margin: 54px 0 0 21px;
}

.first_modle>div>span {
	display: block;
	background: url(../image/kaifa.png) no-repeat;
	width: 628px;
	height: 92px;
	opacity: 0.7;
	margin: 30px 0 0 30px;
	font-size: 24px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 92px;
	text-align: center;
}

.first_modle>div div {
	float: left;
	width: 200px;
	height: 334px;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
}

.first_modle>div div:nth-child(2) {
	margin-left: 44px;
}

.first_modle>div div>p::before {
	content: "";
	width: 13px;
	height: 13px;
	background: #214BF7;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	display: block;
	display: inline-block;
	margin-left: 30px;
	margin-right: 17px;
}

.first_modle>div div>p {
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 19px;
	margin-top: 17px;
}

.first_modle>div div ul li {
	width: 200px;
	height: 41.5x;
	line-height: 41.5px;
	opacity: 1;
	/* border-bottom: 1px dotted #BCC9FF; */
	margin: 0 auto;
	padding-left: 26px;
	color: #666666;
	/* overflow: hidden; */
}

.first_modle>div div ul li a {
	color: #666666;
}

.first_modle>div div ul li.on {
	height: 42px;
	background: #F3F6FF;
	border-radius: 10px 10px 10px 10px;
	line-height: 42px;
	position: relative;
	color: #999999;
	/* 	transition: height 0.1s; */
}

.first_modle>div div ul li:last-child {
	border-bottom: 0px solid #BCC9FF;
}

.first_modle>div div ul li.on a {
	/* font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #999999;
	line-height: 19px;
	margin-left: 14px; */
}

.first_modle>div div ul li img {
	width: 40px;
	height: 40px;
	float: left;
}

.first_modle>div div ul li.on img {
	display: block;
}

.first_modle::after {
	content: "";
	width: 1px;
	height: 396px;
	background: #DEE7FF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	display: inline-block;
	float: left;
	margin: 54px 0 0 21px;
}

.two_modle>span {
	display: block;
	background: url(../image/shijue.png) no-repeat;
	width: 214px;
	height: 92px;
	opacity: 0.7;
	margin: 30px 0 0 30px;
	font-size: 24px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 92px;
	text-align: center;
}

.last_modle>span {
	display: block;
	background: url(../image/yuny.png) no-repeat;
	width: 214px;
	height: 92px;
	opacity: 0.7;
	margin: 30px 0 0 30px;
	font-size: 24px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 92px;
	text-align: center;
}

.last_modle .courses>div>p::before {
	content: "";
	width: 13px;
	height: 13px;
	background: #214BF7;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	display: block;
	display: inline-block;
	margin-left: 30px;
	margin-right: 17px;
}

.coursese>div>p {
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 19px;
}

.courses>div ul li {
	width: 200px;
	height: 41.5x;
	line-height: 41.5px;
	opacity: 1;
	/* border-bottom: 1px dotted #BCC9FF; */
	margin: 0 auto;
	padding-left: 26px;
	color: #666666;
	/* overflow: hidden; */
}

.courses>div ul li a {
	color: #666666;
}

.courses>div ul li.on {
	height: 42px;
	background: #F3F6FF;
	border-radius: 10px 10px 10px 10px;
	line-height: 42px;
	position: relative;
	color: #999999;
	/* 	transition: height 0.1s; */
}

.courses>div ul li:last-child {
	border-bottom: 0px solid #BCC9FF;
}

.courses>div ul li.on a {
	/* font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #999999;
	line-height: 19px;
	margin-left: 14px; */
}

.courses>div ul li img {
	width: 40px;
	height: 40px;
	float: left;
}

.courses>div ul li.on img {
	display: block;
}

/* .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;
} */

/*课程菜单*/
.sidenav {
	margin-left: -600px;
	top: 74px;
	left: 50%;
	z-index: 9999;
	position: absolute;
	transition: 0.2s;
	width: 180px;
	height: 516px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0px 7px 20px 0px rgba(115, 152, 255, 0.15);
	/* border-radius: 10px 10px 10px 10px; */
	overflow: hidden;
	opacity: 1;
}

.sidenav h2 {
	height: 49px;
	font-size: 18px;
	line-height: 49px;
	text-indent: 17px;
	color: #214BF7;
	background: #fff;
}

.sidenav h2 a {
	margin-right: 8%;
	float: right;
	width: 12px;
	height: 49px;
	cursor: pointer;
	display: none;
	background: url('../img/sidenav-jt.png') no-repeat center;
}

.sidenav ul {}

.sidenav ul.top_nav {
	width: 240px;
	height: 45px;
	background: #F77421;
	border-radius: 10px 10px 0px 0px;
	opacity: 1;
}

/* .sidenav ul li a {
  width: 75px;
  height: 21px;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
  -webkit-background-clip: text;
} */
.sidenav .m-link {
	padding-bottom: 20px;
	margin-top: 20px;
	display: none;
}

.sidenav .m-link p {
	margin-left: 10%;
}

.sidenav .m-link p a {
	font-size: 16px;
	line-height: 30px;
	color: #adadad;
}

.sidenav .tab-box {
	/* 	width: 500px;
	margin:0 auto; */
}

.sidenav .tab-box ul {
	list-style-type: none;
	/* padding-top:10px; */
	display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 516px;
}

.sidenav .tab-box .top_nav li {
	float: left;
	width: 80px;
	height: 45px;
	line-height: 45px;
	border-radius: 10px 10px 0px 0px;
	opacity: 1;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-background-clip: text;
}

.sidenav .tab-box li.active {
	width: 80px;
	height: 54px;
	line-height: 54px;
	background: #FFFFFF;
	border-radius: 10px 10px 0px 0px;
	opacity: 1;
	margin-top: -9px;
	font-size: 20px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
}

.sidenav .tab-contents {
	width: 180px;
	min-height: 518px;
	opacity: 1;
	position: relative;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
}

/* .sidenav .tab-contents .pse_icon {
	position: absolute;
	top: 32px;
	left: 0;
} */

.sidenav .tab-contents div {
	width: 180px;
	display: none;
}

.sidenav .tab-contents div ul p {
	width: 180px;
	height: 40px;
	background: #214BF7;
	border-radius: 10px 10px 0px 0px;
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	margin: 0;
}

.sidenav .tab-contents div ul li {
	width: 179px;
	height: 29.5px;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	margin: 0 auto;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 29.5px;
	text-align: left;
	display: flex;
	/* justify-content:center; */
}

.sidenav .tab-contents div ul li.on::before {
	content: "";
	width: 2px;
	height: 26px;
	background: #214BF7;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	display: block;
	margin-top: 3px;
}

.sidenav .tab-contents div ul li a {
	color: #333333;
	margin-left: 3px;
}

.sidenav .tab-contents div ul li.on a {
	color: #333333;
	margin-left: -3px;
}

.sidenav .tab-contents div ul li.on {
	width: 180px;
	height: 29.5px;
	line-height: 29.5px;
	background: #FFFFFF;
	padding-left: 0;
	position: relative;
	font-size: 14px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	/* 	transition: height 0.1s; */
}

.sidenav .tab-contents div ul li:last-child {
	border-bottom: 0px solid #BCC9FF;
}

.sidenav .tab-contents div ul li.on a {
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 19px;
	/* margin-left: 14px; */
	/* float:right; */
	width: 128px;
	height: 29.5px;
	font-size: 14px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 31px;
}

/* .sidenav .tab-contents div ul li.on a::after {
	content: "";
	background: url(../image/pse1.png) no-repeat center;
	position: absolute;
	top: 18px;
	left: -20px;
	width: 15px;
	height: 30px;
} */

.sidenav .tab-contents div ul li img {
	width: 30px;
	height: 30px;
	/* float:left; */
	/* display: none; */
	opacity: 0;
}

.sidenav .tab-contents div ul li.on img {
	display: block;
	opacity: 1;
	margin: 1px 3px 0;
}

.sidenav .tab-box div.active-txt {
	display: block;
}

/*轮播*/
.banner {
	width: 100%;
	height: 476px;
	overflow: hidden;
	position: relative;
}

.banner .swiper-container {
	width: 100%;
	height: 476px;
}

.banner .swiper-container .swiper-wrapper {
	width: 100%;
	height: 476px;
}

.banner .swiper-container .swiper-slide {
	width: 100%;
	height: 476px;
	overflow: hidden;
	position: relative;
}

.banner .swiper-button-next {
	background-image: url(../image/left1.png) !important;
	top: 50%;
	left: 32px !important;
	right: auto !important;
	background-size: 200%;
}

.banner .swiper-button-prev {
	background-image: url(../image/right1.png) !important;
	top: 50%;
	right: 32px !important;
	left: auto !important;
	background-size: 200%;
}

.banner .swiper-container-banner .swiper-button-next {
	opacity: 0.15;
}

.banner .swiper-container-banner .swiper-button-prev {
	opacity: 0.15;
}

.banner .swiper-button-next:hover {
	opacity: 1;
}

.banner .swiper-button-prev:hover {
	opacity: 1;
}

.banner .swiper-container .swiper-slide img {
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 100%;
	display: block;
	position: absolute;
	transition: 0.2s;
}

.banner .pagination {
	bottom: 20px;
	width: 100%;
	z-index: 20;
	text-align: center;
	position: absolute;
}

.banner .swiper-pagination-switch {
	margin: 0 5px;
	width: 40px;
	height: 5px;
	cursor: pointer;
	display: inline-block;
	background: #d2d6d9;
}

.banner .swiper-active-switch {
	background: #fdc12d;
}


.banner .tabs {
	position: absolute;
	bottom: 0;
	width: 1040px;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: space-between;
	transform: translateX(100px);
	z-index: 999;
}

.banner .tabs li {
	width: 172px;
	height: 30px;
	border-radius: 0px 0px 0px 0px;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.banner .tabs li.on {
	background: rgba(255, 255, 255, 0.43);
	border-radius: 0px 0px 0px 0px;
	font-size: 14px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
}

/*课程*/
.curriculums_table {
	width: 100%;
	height: 0px;
	/* background: #F6F7FB; */
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	position: relative;
}

@media screen and(-ms-high-contrast:active),
(-ms-high-contrast:none) {

	.curriculums_table>div {
		margin: -32px auto 0;
	}

}

.curriculums_table>div {
	width: 1200px;
	height: 100px;
	margin: -51px auto 0;
	position: absolute;
	z-index: 999;
	left: 0;
	right: 0;
	top: 0;
	/* *top:10px; */
	bottom: 0;
}

.curriculums_table ul {
	width: 100%;
	height: 100px;
	margin-left: 220px;
	margin-bottom: 0px;
}

.curriculums_table ul li.on {
	/* background: #FFFFFF; */
	background: linear-gradient(180deg, #E4EDFF 0%, #FFFFFF 100%);
}

.curriculums_table ul li {
	float: left;
	width: 230px;
	height: 100px;
	background: #FFFFFF;
	/* 	background: linear-gradient(180deg, #E4EDFF 0%, #FFFFFF 100%); */
	box-shadow: 0px 7px 20px 1px rgba(115, 152, 255, 0.15);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	/* 	border: 1px solid #FFFFFF; */
	margin-right: 20px;
	cursor: pointer;
	overflow: hidden;
}

.curriculums_table ul li>span {
	float: left;
	width: 230px;
	height: 100px;
}

.curriculums_table ul li>span div img {
	float: left;
	margin: 23px 0 0 25px;
}

.curriculums_table ul li>span div p:hover {
	color: #214BF7;
}

.curriculums_table ul li>span span p:hover {
	color: #214BF7;
}

.curriculums_table ul li>span div p {
	float: left;
	text-align: center;
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 21px;
	margin: 30px 0 0 8px;
}

.curriculums_table ul li>span span p {
	float: left;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 16px;
	margin: 8px 0 0 25px;
}

.curriculums_table ul li>span span {
	display: block;
}

.curriculums_table ul li>span span {
	display: block;
}

/* .curriculums_table ul li.on {
	margin-left: 81px;
	margin-right: -50px;
	margin-top: -23px;
	z-index: 9999;
	background: #FFFFFF;
	box-shadow: 0px 7px 20px 1px rgba(115, 152, 255, 0.15);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
} */
.curriculums_table .active_on>div {
	width: 150px;
	height: 200px;
	margin: 0 auto;
	opacity: 1;
	text-align: center;
}

.curriculums_table .active_on>div>div a:nth-child(even) {
	margin-left: 30px;
	display: inline-block;
}

.curriculums_table .on .active_on p {
	font-size: 18px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	-webkit-background-clip: text;
}

.curriculums_table .on .active_on div a {
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 16px;
	-webkit-background-clip: text;
}

.curriculums_table .on .active_on div a:hover {
	color: #214BF7;
}

.curriculums_table .on .active_on {
	display: block;

}

/*动态*/
.dynamic_state {
	margin: 70px auto 0;
	width: 1200px;
	overflow: hidden;
	/* padding-bottom: 70px; */
}

.state_nav {
	margin: 0px auto 40px;
	text-align: center;
}

.state_nav h2 {
	font-size: 40px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 47px;
	-webkit-background-clip: text;
	margin: 0 0 10px 0;
}

.state_nav h2 a {
	font-size: 40px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 47px;
}

.state_nav h2 a:hover {
	color: #333333;
}

.state_nav h3 {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	-webkit-background-clip: text;
}

.dynamic_modal {
	margin-bottom: 33px;
}

.dynamic_modal>div:first-child {
	float: left;
	position: relative;
}

.dynamic_modal>div:first-child h4 i {
	float: left;
	position: relative;
}

.dynamic_modal>div:first-child>p {
	font-size: 22px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 22px;
	margin-bottom: 23px;
	text-indent: 10px;
}

.dynamic_modal .ccH5playerBox {
	width: 580px !important;
	height: 400px !important;
}

.dynamic_modal .ccH5playerBox video {
	width: 104%;
	height: 100%;
	background-color: #fff;
	margin: auto;
	transform: translateX(-14px);
}

.dynamic_modal .ccH5PlayBtn {
	background: url(../image/play.svg) no-repeat !important;
	width: 150px;
	height: 150px;
	top: 37%;
	left: 42%;
	z-index: 9;
}

.dynamic_modal .ccH5Poster {
	background-color: #fff;
}

.dynamic_modal div:first-child .videos {
	width: 580px;
	height: 400px;
	border-radius: 10px;
	display: block;
	margin: 0;
	overflow: hidden;
}

.dynamic_modal div:first-child .videos>div {
	width: 580px;
	height: 400px;
	border-radius: 10px;
	display: block;
	margin: 0;
}

.dynamic_modal>div:first-child>p::before {
	content: "";
	width: 4px;
	height: 22px;
	line-height: 22px;
	background: #214BF7;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	float: left;
	/* margin-right: 10px; */
}

.dynamic_modal div:first-child img {
	width: 580px;
	height: 400px;
	border-radius: 10px;
	display: block;
}

.dynamic_modal div.shade {
	width: 580px;
	height: 400px;
	background: #333333;
	border-radius: 10px;
	opacity: 0;
	position: absolute;
	bottom: 0;
}

.dynamic_modal div.shade img {
	width: 90px;
	height: 90px;
	display: block;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

.dynamic_modal div:first-child>span {
	width: 580px;
	height: 60px;
	background: rgba(51, 51, 51, 0.6);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	display: none;
	display: block;
	border-radius: 0 0 10px 10px;
	bottom: 0;
	z-index: 999;
	position: absolute;
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 60px;
	text-indent: 52px;
	position: absolute;
}

.dynamic_modal div:first-child span img {
	position: absolute;
	width: 15px;
	height: 19px;
	top: 21px;
	left: 26px;
}

.dynamic_modal .state_list {
	float: left;
	margin-left: 30px;
	height: 444px;
}

.dynamic_modal .state_list>span {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	/* margin-left: 39px; */
}

.dynamic_modal .state_list>span h5 {
	float: left;
}

.dynamic_modal .state_list span ul {
	display: flex;
	margin-left: 32px;
	cursor: pointer;
}

.dynamic_modal .state_list span ul li {
	/* 	float: left; */
	font-size: 18px;
	line-height: 20px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	margin: 0;
	width: 116px;
	text-align: center;
	/* text-indent:10px; */
	position: relative;
}
.dynamic_modal .state_list span ul li a{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.dynamic_modal .state_list span ul li a:hover{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.dynamic_modal .state_list span ul li.on {
	color: #214BF7;
}
.dynamic_modal .state_list span ul li.on a {
	font-size: 18px;
	font-weight: bold;
	color: #214BF7;
}
.dynamic_modal .state_list span ul li.on a:hover {
	font-size: 18px;
	font-weight: bold;
	color: #214BF7;
}

.dynamic_modal .state_list span ul li.on::after {
	display: block;
}

.dynamic_modal .state_list span ul li::after {
	content: "";
	width: 87px;
	height: 2px;
	background: #214BF7;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	display: block;
	margin: 0px auto;
	top: 32px;
	position: absolute;
	left: 0;
	right: 0;
	display: none;
}

.dynamic_modal .state_list span>p::before {
	content: "";
	width: 4px;
	height: 22px;
	background: #214BF7;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	display: inline-block;
	margin-right: 10px;
	line-height: 22px;
	float: left;
}

.dynamic_modal .state_list span span {
	width: 70px;
	height: 25px;
	line-height: 20px;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	/* border: 1px solid #214BF7; */
	display: block;
	/* 	float: right; */
	padding-left: 13px;
	color: #214BF7;
}

.dynamic_modal .state_list div ul {
	display: none;
}

.dynamic_modal .state_list div ul.on {
	display: block;
}

/* .dynamic_modal .state_list span span:hover {
	background: #214BF7;
	color: #FFFFFF;
} */

/* .dynamic_modal .state_list span span:hover a {
	color: #FFFFFF;
} */

.dynamic_modal .state_list span span a {
	color: #214BF7;
}

.dynamic_modal .state_list span span a h5 {
	font-size: 16px;
	font-family: Resource Han Rounded J-Regular, Resource Han Rounded J;
	font-weight: 400;
	color: #214BF7;
	line-height: 19px;
	margin: 0;
}

.dynamic_modal .state_list span span a img {
	margin-left: 8px;
}

.dynamic_modal .state_list ul li {
	margin-left: 34px;
}

.dynamic_modal .state_list ul li p {
	margin-bottom: 21.5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 410px;
}

.dynamic_modal .state_list div ul li span {
	display: none;
}

.dynamic_modal .state_list div ul li.on span {
	display: block;
}

.dynamic_modal .state_list div ul li.on {
	display: block;
	width: 590px;
	height: 107px;
	background: #FFFFFF;
	box-shadow: 0px 7px 20px 1px rgba(115, 152, 255, 0.15);
	border-radius: 10px;
	opacity: 1;
	overflow: hidden;
	margin-bottom: 23px;
	margin-left: 0;
	position: relative;

}

.dynamic_modal .state_list div ul li.on::after {
	content: "";
	display: block;
	display: block;
	width: 35px;
	height: 25px;
	background: url(../image/icon_y.png) no-repeat center;
	margin-bottom: 100px;
	position: absolute;
	top: 0px;
	right: 0;
}

.dynamic_modal .state_list div ul li.on p {
	font-size: 16px;
	font-family: Resource Han Rounded J-Bold, Resource Han Rounded J;
	font-weight: bold;
	color: #214BF7;
	line-height: 19px;
	-webkit-background-clip: text;
	margin-left: 34px;
	margin-top: 12px;
	margin-bottom: 10px;
}

.dynamic_modal .state_list div ul li.on span {
	width: 500px;
	height: 50px;
	font-size: 14px;
	font-family: Resource Han Rounded J-Normal, Resource Han Rounded J;
	font-weight: 400;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 24px;
	-webkit-background-clip: text;
	margin-left: 44px;
	transition: width 0.2s ease-in-out 0s;
}

/*课程*/
.kb_md {
	width: 565px;
	height: 294px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	margin-left: 12px;
	flex-shrink: 0;
}

.kb_nav {
	display: flex;
	width: 539px;
	height: 34px;
	background: linear-gradient(271deg, #173FFD 0%, #617CFF 100%);
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	margin: 0 auto;
}

.kb_nav span {
	display: flex;
	/* width:270px; */
	width: 270px;
	justify-content: space-around;
}

.kb_nav span p {
	height: 34px;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 34px;
	text-align: center;
}

.kb_times {
	display: flex;
	justify-content: space-around;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 196px;
	margin: 15px auto 0;
	width: 540px;
}

.course_nav {
	background: #F6F7FB;
	padding-bottom: 40px;
}

.course_nav .tab_top {
	/* background: url("../image/tab_nav.png") no-repeat; */
	/* 	background-size:100%; */
	background: #fff;
	height: 280px;
	overflow: hidden;
}

.ggw {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	cursor: pointer;
}

.ggw img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.course_nav .tab_top h2 {
	margin-top: 50px;
	font-size: 40px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 47px;
	text-align: center;
	-webkit-background-clip: text;
}

.course_nav .tab_top h2 a {
	font-size: 40px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 47px;
}

.course_nav .tab_top h2 a:hover {
	color: #333333;
}

.course_nav .tab_top h3 {
	margin-top: 8px;
	height: 24px;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 47px;
	text-align: center;
}

.course_nav .tab-box {
	width: 1260px;
	margin: 0px auto 0;
}

.active_ul {
	margin-bottom: 0;
}

.course_nav .tab-box ul.top_nav {
	list-style-type: none;
	height: 274px;
	width: 1260px;
	margin: -100px auto 0;
}

.course_nav .top_nav {
	overflow: hidden;
}

.course_nav .tab-box .top_nav li {
	width: 1260px;
	height: 70px;
	line-height: 45px;
	border-radius: 10px 10px 0px 0px;
	opacity: 1;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0 auto;
	position: relative;
}

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

.course_nav .tab-box .top_nav li .swiper-button-prev7 {
	background-image: url(../image/left1.png) !important;
	top: 30%;
	left: -7px !important;
	right: auto !important;
	background-size: 100%;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	width: 32px;
	height: 32px;
}

.course_nav .tab-box .top_nav li .swiper-button-next7 {
	background-image: url(../image/right1.png) !important;
	top: 30%;
	right: 0px !important;
	left: auto !important;
	background-size: 100%;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	width: 32px;
	height: 32px;
}

.swiper-button-next7.swiper-button-disabled,
.swiper-button-prev7.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

/* .course_nav .tab-box .top_nav li span:nth-child(3) {
	margin-right: 0px;
} */

/* .course_nav .tab-box .top_nav li.active {
	width: 564px;
	height: 146px;
	background: #FFFFFF;
	border-radius: 20px 20px 0px 0px;
	font-size: 16px;
	font-family: Resource Han Rounded J-Regular, Resource Han Rounded J;
	font-weight: 400;
	color: #333333;
	line-height: 19px;
	opacity: 1;
	border-bottom: 6px solid #F77421;
	padding: 37px 20px 0 37px;
	margin-left: 0px;
} */
.course_nav .tab-box li.active span {
	display: block;
	/*width: 120px;*/
	/* height: 110px; */
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	/*margin: 0 12px 10px 0;*/
	/*padding: 0 10px 0;*/
}

.course_nav .tab-box li .swiper-slide {
	width: 75px;
	/* height: 70px; */
}

.course_nav .tab-box li.active span:nth-child(6) {
	margin-right: 0;
}

.course_nav .tab-box li.active span:nth-child(12) {
	margin-right: 0;
}

.course_nav .tab-box li.active span.on {
	font-size: 16px;
	font-family: Resource Han Rounded J-Regular, Resource Han Rounded J;
	font-weight: 400;
	/*padding: 0 10px 0;*/
	color: #214BF7;
	border-bottom: 2px solid #214BF7;
}

/* .course_nav .tab-box li.active span.ons {
	font-size: 16px;
	font-family: Resource Han Rounded J-Regular, Resource Han Rounded J;
	font-weight: 400;
	background-color: #ffffff;
	border-radius: 15px;
	padding: 0 10px 0;
	color: #214BF7;
} */

.course_nav .tab-box li.active span img {
	width: 50px;
	height: 50px;
	/* 	margin: 10px 0 9px; */
}

.course_nav .tab-box li.active span img:nth-child(2) {
	display: none;
}

.course_nav .tab-box li.active span.on img:nth-child(2) {
	display: block;
}

.course_nav .tab-box li.active span.ons img:nth-child(2) {
	display: block;
}

.course_nav .tab-box li.active span p {
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	/*width: 100px;*/
}

.course_nav .tab-box li.active span.on p {
	font-size: 15px;
	font-family: Resource Han Rounded J-Regular, Resource Han Rounded J;
	font-weight: 400;
	color: #214BF7;
	margin-bottom: 5px;
}

/* .course_nav .tab-box li.active span.ons p {
	font-size: 16px;
	font-family: Resource Han Rounded J-Regular, Resource Han Rounded J;
	font-weight: 400;
	color: #214BF7;
} */

.course_nav .tab-box>.tab-contents {
	width: 1200px;
	height: 552px;
	background: linear-gradient(93deg, #5882F7 0%, #3871FF 100%);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	margin: -134px auto 0;
	padding: 12px;
	/* 	margin-bottom:63px; */
}

.course_nav .tab-contents div.active_div {
	display: none;
}

.course_nav .tab-contents div.active_div.on {
	display: block;
}

.course_nav .tab-contents div.active_div>li {
	display: none;
}

.course_nav .tab-contents div.active_div.on {
	display: block;
}

.course_nav .tab-contents div.active_div>li {
	display: none;
}

.course_nav .tab-contents div.active_div .active_ul>li {
	/* width:1160px; */
	/* display:none; */
}

.course_nav .tab-contents div.active_div .active_ul>li.on {
	display: block;
}

.course_nav .tab-contents div ul li:last-child {
	border-bottom: 0px solid #BCC9FF;
}

/* .course_nav .tab-contents div ul li:first-child a {
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
} */

.course_nav .tab-contents div ul li:first-child img {
	display: block;
}

.course_nav .tab-box div.active-txt {
	display: block;
}

.course_nav .top_navs {
	/* width:1160px; */
	border-radius: 10px 10px 10px 10px;
	margin: 0 auto;
}

.course_nav .top_navs>div {
	display: flex;
}

.course_nav .top_nav_img {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.course_nav .top_navs>div .swiper-containers .swiper-slide {
	width: 294px !important;
}

.course_nav .top_navs>div .swiper-containers {
	width: 294px;
	height: 294px;
	border-radius: 10px;
}

.course_nav .top_navs>div>div:first-child img {
	width: 294px;
	height: 294px;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

.course_nav .swiper-button-prev {
	background-image: url(../image/left1.png) !important;
	right: 64px !important;
	left: auto !important;
	background-size: 74% !important;
}

.course_nav .swiper-button-next {
	background-image: url(../image/right1.png) !important;
	right: 38px !important;
	left: auto;
	background-size: 74% !important;
}

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

.course_nav .swiper-button-next,
.course_nav .swiper-button-prev {
	position: absolute;
	top: 220px !important;
	width: 26px !important;
	height: 26px !important;
	margin-top: -5px !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;
	background-color: #214BF7;
}

.course_nav .swiper-container .swiper-pagination-bullet {
	/* background: #C4C4C4; */
	position: absolute;
	left: 20px;
	bottom: 5px;
	width: 20px;
	height: 4px;
	border-radius: 2px 2px 2px 2px;
}

.course_nav .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}

.course_nav .top_navs>div>div:last-child {
	width: 311px;
	height: 250px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	margin-left: 10px;
}

.course_nav .top_navs>div>div:last-child a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.course_nav .center_rq>div:first-child {
	width: 281px;
	margin: 15px auto 0;
	display: flex;
	justify-content: space-between
}

.course_nav .center_rq>div:last-child {
	width: 286px;
	margin: 10px auto 0;
}

.course_nav .center_rq>div:first-child div {
	width: 56px;
}

.center_rq>div:first-child div:hover p {
	font-size: 14px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7 !important;
	line-height: 17px;
}

.center_rq>div:last-child a {
	display: flex;
}

.center_rq>div:last-child div {
	width: 140px;
	height: 53px;
	background: rgba(33, 75, 247, 0.05);
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	border: 1px solid #214BF7;
	margin-bottom: 13px;
}

.center_rq>div:last-child div:hover p {
	color: #214BF7 !important;
}

.course_nav .top_navs>div>div:last-child a div:nth-child(3) {
	margin-bottom: 0;
}

.course_nav .top_navs>div>div:last-child a div:nth-child(4) {
	margin-bottom: 0;
}

.course_nav .top_navs>div>div:last-child a div img {
	margin: 0px auto 4px;
}

.bss p::before {
	content: "";
	width: 5px;
	height: 11px;
	background: #214BF7;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	display: block;
	position: absolute;
	left: -12px;
	top: 2px;
}

.bss p {
	position: relative;
	margin: 9px 0 0 12px;
}

/* .course_nav .top_navs>div>div:last-child a div p {
	width: 56px;
	height: 17px;
	font-size: 14px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 17px;
} */
.course_nav .top_navs>div>div:last-child a div p {

	text-align: left;
	height: 17px;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 17px;

}

.course_nav .top_nav_img>div {
	display: flex;
}

.course_nav .top_nav_img h5 {
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 19px;
	margin: 17px 24px 0 0;
}

.course_nav .top_nav_img img:nth-child(1) {
	margin: 13px 7px 0 11px;
	width: 26px;
	height: 26px;
}

.course_nav .top_nav_img a {
	font-size: 14px;
	line-height: ;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #F77421;
	line-height: normal;
	margin: 16px 13px 0 0;
}

.course_nav_list {
	width: 870px;
	height: 223px;
	background: #F6F7FB;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	flex-shrink: 0;
}

.course_nav_list ul {
	margin-left: 13px;
	margin-top: 15px;
}

.course_nav_list li:first-child {
	margin-left: 0;
}

.course_nav_list li {
	display: block !important;
	float: left;
	width: 151px;
	height: 140px;
	border-radius: 10px 10px 10px 10px;
	margin-left: 14px;
	cursor: pointer;
}

.course_nav_list.fours li {
	width: 192px;
}

.course_nav_list.three li {
	width: 261px;
}

.course_nav_list.two li {
	width: 398px;
}
.course_nav_list.six li {
	width: 131px;
}

/* .course_nav_list li:hover {
	background: #FFFFFF;
	box-shadow: 0px 7px 20px 0px rgba(115, 152, 255, 0.1500);
	border-radius: 10px 10px 10px 10px;
} */
.course_nav_list li.on {
	background: #FFFFFF;
	box-shadow: 0px 7px 20px 0px rgba(115, 152, 255, 0.1500);
	border-radius: 10px 10px 10px 10px;
}

.course_nav_list li i {
	width: 13px;
	height: 3px;
	background: #DEE7FF;
	border-radius: 7px 7px 7px 7px;
	display: block;
	margin: 6px auto 0;
}

.course_nav_list li h5 {
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 16px;
	text-align: center;
}

.course_nav_list li p {
	font-size: 14px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 16px;
	text-align: center;
	margin-top: 16px;
}

.course_nav_list li img {
	margin: 0 auto;
	display: block;
	/* width:61.58px;
	height:61.58px; */
}

.course_nav_list li span {
	width: 106px;
	height: 52px;
	display: block;
	margin: 14px auto 0;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 23px;
	text-align: center;
	overflow: hidden;
}

.course_nav_list.fours li span {
	width: 134px;
}

.course_nav_list.two li span {
	width: 350px;
}

.course_nav .bottom_list {
	margin-top: 20px;
}

.course_nav .bottom_list {
	/* width:1160px; */
	margin: 12px 0 0 0;
	display: flex;
}

.course_nav .bottom_list>div:nth-child() {
	float: left;
	width: 700px;
	height: 210px;
	background: #F6F7FB;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
}

.course_nav .bottom_list>div:last-child {
	float: left;
	width: 297px;
	height: 266px;
	background: #F6F7FB;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	padding: 14px 13px;
	margin-top: -44px;
}

.course_nav .bottom_list .tab_nav {
	display: flex;
	justify-content: space-between;
}

.course_nav .bottom_list>div:nth-child(2) {
	margin-left: 12px;
}

.course_nav .bottom_list>div:nth-child(3) {
	margin-left: 21px;
}

.course_nav .bottom_list>div .top_rq {
	margin: 18px 20px 0;
	width: 350px;
	height: 48px;
}

.course_nav .bottom_list>div .top_rq img {
	float: left;
}

.course_nav .bottom_list>div .top_rq h5 {
	float: left;
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 19px;
	margin: 3px 0 0 7px;
}

.course_nav .bottom_list>div .top_rq span {
	width: 233px;
	height: 12px;
	background: linear-gradient(117deg, #ECF0FF 0%, rgba(236, 240, 255, 0) 100%);
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	display: block;
	float: left;
	margin: 8px 0 0 15px;
}

.course_nav .bottom_list .center_rq {
	/* width: 100%; */
	padding: 0px 0px 0px 21px;
}

.course_nav .bottom_list .center_rq div {
	width: 100px;
	float: left;
	margin-bottom: 24px;
}

.course_nav .bottom_list .center_rq div img {
	width: 330px;
	height: 238px;
}

.course_nav .bottom_list .center_rq div:nth-child(even) {
	margin-left: 46px;
}

.course_nav .bottom_list .center_rq img {
	margin: 0 auto;
	display: block;
	/* width:73px;
	height:73px; */
}

.course_nav .bottom_list .center_rq p {
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 16px;
	text-align: center;
	-webkit-background-clip: text;
	margin-top: 10px;
}

.course_nav .bottom_list .tab-box {
	width: 386px;
	height: 333px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
}

.course_nav .bottom_list .tab-boxs .tab_nav li {
	width: 81px;
	height: 36px;
	border-radius: 10px;
	line-height: 36px;
	text-align: center;
	float: left;
	cursor: pointer;
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #666666;
}
.course_nav .bottom_list .tab-boxs .tab_nav li a{
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

.course_nav .bottom_list .tab-boxs .tab_nav li.active {
	color: #333;
	background-color: #DADADA;
}
.course_nav .bottom_list .tab-boxs .tab_nav li.active a{
	color: #333;
	background-color: #DADADA;
}
.course_nav .bottom_list .tab-boxs .tab_nav li a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
.course_nav .bottom_list .tab-contents {
	width: 220px;
	height: 132px;
	font-size: 14px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 17px;
	margin-top: 14px;
}

.course_nav .bottom_list .tab-contents div {
	display: none;
}

.course_nav .bottom_list .tab-contents div.active-more {
	display: block;
}

.course_nav .bottom_list .tab-boxs .tab-contents ul {
	margin-left: 6px;
}

.course_nav .bottom_list .tab-boxs .tab-contents ul li {
	margin-bottom: 20px;
}

.course_nav .bottom_list .tab-boxs .tab-contents ul a {
	font-size: 14px;
	font-family: Source Han Sans CN-Normal;
	color: #666666;
	line-height: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.course_nav .bottom_list .tab-boxs .tab-contents ul a:hover {
	color: #214BF7;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
}

.kbs {
	display: flex;
	margin: 16px 0 0 14px;
}

.kbs img {
	width: 26px;
	height: 26px;
	margin-right: 7px;
}

.kbs p {
/*	width: 64px;*/
	width: 100px;
	height: 24px;
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
}

.kbxq {
	width: 260px;
}

.kbxq li {
	margin-bottom: 3px !important;
	display: flex;
	justify-content: space-around;
	position: relative;
	align-items: center;
	height: 34px;
}

.kbxq p {
	color: #666666;
	/* font-weight: bold; */
	margin-bottom: 0;
}

.kbxq p:first-child {
	/* margin-left:8px; */
}

.kbxq img {
	position: absolute;
	right: 0px;
	top: 8px;
	width: 15px;
	height: 15px;
}

.kbxq .reds {
	color: #FF585D !important;
	font-weight: bold;
}

.kbxq .ys {
	color: #F77521 !important;
	font-weight: bold;
}

/*课程*/
.lessons {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #ffffff;
}

.lessons_nav h2 {
	text-align: center;
	font-size: 40px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 47px;
	margin-top: 70px;
}

.lessons_nav h2 a{
	font-size: 40px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 47px;
}

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

.tab_box2 {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

.tab_box2 .top_nav2 {
	width: 1200px;
	height: 40px;
	/* background: linear-gradient(271deg, #173FFD 0%, #617CFF 100%); */
	border-bottom: 1px solid #DEE7FF;
	/* border-radius: 10px; */
	opacity: 1;
	margin-top: 40px;
}

.tab_box2 .top_nav2 li {
	width: 122px;
	height: 40px;
	border-radius: 10px 10px 0 0;
	opacity: 1;
	float: left;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	text-align: center;
	margin-left: 20px;
	cursor: pointer;
}
.tab_box2 .top_nav2 li a{
	color: #333333;
	font-size: 16px;
}

.tab_box2 .top_nav2 li.active {
	background: #214BF7;
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
}
.tab_box2 .top_nav2 li.active a{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.tab_box2 .top_nav2 li.active a:hover{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.tab_box2 .top_nav2 span {
	float: left;
	font-size: 22px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 22px;
	margin: 8px 0px 0 0;
	display: flex;
}

.tab_box2 .top_nav2 span::before {
	content: "";
	width: 4px;
	height: 22px;
	background: #214BF7;
	border-radius: 4px 4px 4px 4px;
	display: block;
	margin-right: 10px;
}

.tab-contents2 {
	margin-top: 20px;
}

.tab-contents2>div {
	display: none;
}

.tab-contents2>div.active-txts {
	display: block;
	overflow: hidden;
}

.tab-contents2 ul {
	margin-bottom: 50px;
}

.top_nav2 ul {
	float: right;
}

.tab-contents2 ul.tab_ul1 li {
	width: 224px;
	height: 214px;
	background-color: #FFFFFF;
	/* background: linear-gradient(180deg, #BCC9FF 0%, rgba(255, 255, 255, 0) 100%); */
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #DEE7FF;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.tab-contents2 ul.tab_ul1 li:hover {
	/* background: linear-gradient(180deg, #BCC9FF 0%, rgba(255, 255, 255, 0) 100%); */
	background-color: #FFFFFF;
}

.tab-contents2 ul.tab_ul1 li:nth-child(5) {
	margin-right: 0;
}

.tab-contents2 ul.tab_ul1 li:last-child {
	margin-right: 0;
}

.tab-contents2 ul.tab_ul1 li>div {
	position: relative;
}

.tab-contents2 ul.tab_ul1 li>div>img {
	width: 224px;
	height: 126px;
	background: linear-gradient(180deg, #BCC9FF 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	/* transform: scale(1.06); */
}

.tab-contents2 ul.tab_ul1 li>div div {
	width: 224px;
	height: 126px;
	background: rgba(33, 75, 247, 0.8);
	box-shadow: 0px 13px 12px 1px rgba(115, 152, 255, 0.2);
	border-radius: 10px 10px 10px 10px;
	position: absolute;
	top: 0;
	display: none;
}

.tab-contents2 ul.tab_ul1 li>div div.on {
	display: block;
}

.tab-contents2 ul.tab_ul1 li>div div img {
	width: 59px;
	height: 59px;
	opacity: 1;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.tab-contents2 ul.tab_ul1 li h5 {
	font-size: 14px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	margin: 9px 0 8px 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tab-contents2 ul.tab_ul1 li span {
	display: block;
	margin-left: 12px;
}

.tab-contents2 ul.tab_ul1 li span>a:nth-child(4) {
	background: #173FFD;
}

.tab-contents2 ul.tab_ul1 li span p {
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 23px;
	float: left;
	width: 74px;
	overflow: hidden;
}

.tab-contents2 ul.tab_ul1 li span i {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

.tab-contents2 ul.tab_ul1 li:hover span a {
	background: #F36103;
}

.tab-contents2 ul.tab_ul1 li:hover span>a:nth-child(4) {
	background: #0532ED;
}

.tab-contents2 ul.tab_ul1 li span a {
	width: 75px;
	height: 34px;
	background: #F77521;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	float: left;
	margin-left: 43px;
	font-size: 15px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	/* font-weight: bold; */
	color: #FFFFFF;
	line-height: 35px;
	text-align: center;
	margin-top: 7px;
}

.tab_div2 {
	width: 100%;
	margin-top: 70px;
	background-color: #FFFFFF;
}

.tab_div2>div {
	width: 1200px;
	margin: 0 auto;
}

.tab_div2 .left_img {
	float: left;
	background: url(/zhuzhan/220824/image/ys_ban.png) no-repeat;
	width: 300px;
	height: 380px;
}

.tab_div2 .left_img>div {
	margin: 256px 0 0 20px;
}

.tab_div2 .left_img>div h5 {
	font-size: 22px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 26px;
	margin: 0 0 20px 0;
}

.tab_div2 .left_img>div p {
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 16.5px;
	text-indent: 20px;
}

.tab_div2>div>div {
	float: left;
	width: 880px;
	margin-left: 20px;

}

.tab_div2 li {
	width: 280px;
	height: 180px;
	background: #FFFFFF;
	box-shadow: 0px 7px 20px 1px rgba(115, 152, 255, 0.15);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #DEE7FF;
	float: left;
	margin-left: 20px;
	padding: 10px 0 0px 25px;
}

.tab_div2 li:nth-child(1) {
	margin-left: 0px;
}

.tab_div2 li:nth-child(4) {
	margin-left: 0px;
	margin-top: 20px;
}

.tab_div2 li:nth-child(5) {
	margin-top: 20px;
}

.tab_div2 li:nth-child(6) {
	margin-top: 20px;
}

.tab_div2 li:hover {
	border: 1px solid #214BF7;
}

.tab_div2 li img {
	display: block;
	/* width: 66px; */
	height: 67px;
}

.tab_div2 li h5 {
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	display: block;
	margin: 5px 0 10px;
}

.tab_div2 li p {
	width: 230px;
	height: 45px;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	display: block;
}

/*第二tab模块*/
.tab-contents2 ul.tab_ul2 li {
	width: 224px;
	height: 214px;
	/* background: linear-gradient(180deg, #BCC9FF 0%, rgba(255, 255, 255, 0) 100%); */
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #DEE7FF;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #fff;
}

.tab-contents2 ul.tab_ul2 li:nth-child(5) {
	margin-right: 0px;
}

.tab-contents2 ul.tab_ul2 li:nth-child(10) {
	margin-right: 0px;
}

.tab-contents2 ul.tab_ul2 li:last-child {
	margin-right: 0;
}

.tab-contents2 ul.tab_ul2 li a>div {
	position: relative;
}

.tab-contents2 ul.tab_ul2 li a>div>img {
	width: 224px;
	height: 126px;
	background: linear-gradient(180deg, #BCC9FF 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 10px;
	opacity: 1;
	/* transform: scale(1.06); */
}

.tab-contents2 ul.tab_ul2 li a>div div {
	width: 224px;
	height: 126px;
	background: rgba(33, 75, 247, 0.8);
	box-shadow: 0px 13px 12px 1px rgba(115, 152, 255, 0.2);
	border-radius: 10px 10px 10px 10px;
	position: absolute;
	top: 0px;
	display: none;
}

.tab-contents2 ul.tab_ul2 li a>div div.on {
	display: block;
}

.tab-contents2 ul.tab_ul2 li a>div div img {
	width: 59px;
	height: 59px;
	opacity: 1;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.tab-contents2 ul.tab_ul2 li h5 {
	font-size: 14px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	margin: 23px 0 18px 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tab-contents2 ul.tab_ul2 li span {
	margin-top: 15px;
	display: block;
	margin-left: 12px;
}

.tab-contents2 ul.tab_ul2 li span p {
	/* 	width: 28px;
	height: 21px; */
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	float: left;
}

.tab-contents2 ul.tab_ul2 li span i {
	height: 21px;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	float: right;
	text-align: center;
	font-style: normal;
	margin-right: 12px;
}

/*第三tab模块*/
.tab-contents2 ul.tab_ul3 li {
	width: 224px;
	/* 	height: 220px; */
	background: linear-gradient(180deg, #BCC9FF 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #DEE7FF;
	float: left;
	margin-right: 20px;
	/* margin-bottom: 20px; */
	margin-bottom: 15px;
}

.tab-contents2 ul.tab_ul3 li:nth-child(5) {
	margin-right: 0px;
}

.tab-contents2 ul.tab_ul3 li:nth-child(10) {
	margin-right: 0px;
}

.tab-contents2 ul.tab_ul3 li:nth-child(15) {
	margin-right: 0px;
}

/* .tab-contents2 ul.tab_ul3 li:last-child {
	margin-right: 0;
} */
.tab-contents2 ul.tab_ul3 li>div {
	position: relative;
}

.tab-contents2 ul.tab_ul3 li>div>img {
	width: 224px;
	height: 100%;
	background: linear-gradient(180deg, #BCC9FF 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 10px;
	opacity: 1;
	/* transform: scale(1.06); */
}

/*第四模块*/
.tab-contents2 ul.tab_ul4 li {
	width: 224px;
	height: 220px;
	background: linear-gradient(180deg, #BCC9FF 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #DEE7FF;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.tab-contents2 ul.tab_ul4 li:nth-child(5) {
	margin-right: 0;
}

.tab-contents2 ul.tab_ul4 li:last-child {
	margin-right: 0;
}

.tab-contents2 ul.tab_ul4 li>div {
	position: relative;
}

.tab-contents2 ul.tab_ul4 li>div>img {
	width: 224px;
	height: 126px;
	background: linear-gradient(180deg, #BCC9FF 0%, rgba(255, 255, 255, 0) 100%);
	border-radius: 10px;
	opacity: 1;
	/* transform: scale(1.06); */
}

.tab-contents2 ul.tab_ul4 li>div div {
	width: 224px;
	height: 126px;
	background: rgba(33, 75, 247, 0.8);
	box-shadow: 0px 13px 12px 1px rgba(115, 152, 255, 0.2);
	border-radius: 10px 10px 10px 10px;
	position: absolute;
	top: 0;
	display: none;
}

.tab-contents2 ul.tab_ul4 li>div div.on {
	display: block;
}

.tab-contents2 ul.tab_ul4 li>div div img {
	width: 59px;
	height: 59px;
	opacity: 1;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.tab-contents2 ul.tab_ul4 li a {
	width: 64px;
	height: 21px;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 16px;
	margin-left: 12px;
}

.tab-contents2 ul.tab_ul4 li a:hover {
	color: #F77521;
	cursor: pointer;
}

.tab-contents2 ul.tab_ul4 li span {
	display: block;
	margin-left: 12px;
	margin-top: 14px;
}

.tab-contents2 ul.tab_ul4 li span p {
	width: 37px;
	height: 24px;
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
	float: left;
}

.tab-contents2 ul.tab_ul4 li span a {
	width: 64px;
	height: 24px;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	float: right;
	margin-right: 12px;
}

/*学员*/
.open_class {
	/* margin-top: 70px; */
	background: url(../image/index/fwjhbg.png) no-repeat top center;
	/* background-size: 100%; */
	width: 100%;
	overflow: hidden;
	background-color: #F6F7FB;
}

.open_class>a {
	width: 100%;
	height: 24px;
	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;
	display: block;
	margin-top: 41px;
}

.open_class .top_title {
	background: url(../image/kb_sk.png) no-repeat center;
	/* background-size: 100%; */
	width: 100%;
	height: 340px;
	overflow: hidden;
}

.open_class .top_title h2 {
	font-size: 40px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 36px;
	text-align: center;
	-webkit-background-clip: text;
	margin: 70px auto 8px;
}

.open_class .top_title h2 a {
	font-size: 40px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 36px;
}
.open_class .top_title h2 a:hover {
	color: #FFFFFF;
}

.open_class .top_title h3 {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 19px;
	text-align: center;
	-webkit-background-clip: text;
}

.open_class .swiper-container1 {
	margin-top: -170px;
	position: relative;
}

.open_class .swiper-slide {
	/* width: 480px !important; */
	/* height: 250px; */
	/* border-radius: 5px; */
	margin-top: 0;
	z-index: 99;
	transition: 0.2s;
	/* margin: 0 5px 0 5px; */
	position: relative;
	overflow: hidden;
}

.open_class .swiper-slide img {
	/* width: 440px;
	height: 320px; */
	/* width: 126%; */
	height: auto;
	/* border-radius: 10px 10px 10px 10px;
	border-radius: 10px; */
	margin-top: 0;
	z-index: 99;
	transition: 0.2s;
	/* position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0); */
	z-index: 1;
}

/* .open_class .swiper-slide a::after {
	content: "";
	width: 440px;
	height: 320px;
	background: linear-gradient(90deg, rgba(51, 51, 51, 0.69) 0%, rgba(51, 51, 51, 0.47) 100%);
	border-radius: 10px 10px 10px 10px;
	opacity: 0.2;
	display: block;
	position: absolute;
	top: 0;
} */

.open_class .swiper-slide-active a::after {
	content: "";
	width: 440px;
	height: 320px;
	background: none;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	display: block;
	position: absolute;
	top: 0;
}

.open_class .swiper-slide-active {
	/* border: 2px solid #fff; */
}

.open_class .swiper-slide-active img {
	/* border: 2px solid #fff; */
}

/* .open_class .swiper-slide a:hover{
	opacity:.6;
	}	 */
.open_class .swiper-pagination {
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

.open_class .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background: #02328d;
}

.open_class .swiper-slide-active {
	opacity: 1;
	position: relative;
}

.open_class .swiper-slide>div {
	position: relative;
}

.open_class .swiper-slide>div:hover span {
	display: block;
}

.open_class .swiper-slide span {
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	text-align: center;
}

/* .swiper-slide-active */
.open_class .swiper-slide span {
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	text-align: center;
	color: #333333;
	display: block;
	position: absolute;
	bottom: 0;
	display: block;
	box-shadow: 0px 20px 28px 1px rgb(115 152 255 / 15%);
	z-index: 999;
	display: none;
}

.open_class .swiper-button-prev {
	width: 50px;
	left: 150px;
	top: 46.5%;
	background: url(../image/zuo-b.png) no-repeat 0 0;
	margin-top: 0;
	z-index: 99;
	transition: 0.2s;
}

.open_class .swiper-button-prev:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 100%;
	background: url(../images/slide_prev.png) no-repeat 0 center;
	left: 94%;
	top: 50%;
	margin-top: -180px;
}

.open_class .swiper-button-next {
	width: 50px;
	right: 150px;
	top: 46.5%;
	background: url(../image/you-b.png) no-repeat 0 0;
	margin-top: 0;
	z-index: 99;
	transition: 0.2s;
}

.open_class .swiper-button-next:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 100%;
	background: url(../images/slide_prev.png) no-repeat 0 center;
	right: 94%;
	top: 50%;
	margin-top: -180px;
	transform: rotate(180deg);
}

.open_class .swiper-button-prev:hover,
.swiper-button-next:hover {
	/* opacity: 0.6; */
}

.open_class .bottom_text {
	width: 1200px;
	margin: 0 auto;
	/* 	padding-bottom: 70px; */
	overflow: hidden;
}

.open_class .bottom_text>span {
	/* background: url(../image/ten.png) no-repeat center left; */
	/* background-color: rgb(238, 241, 246, 0.1); */
	width: 1062px;
	height: 92px;
	display: block;
	overflow: hidden;
	margin: 40px auto 30px;
}

.open_class .bottom_text>span h5 {
	height: 47px;
	font-size: 40px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 47px;
	margin-top: 16px;
	margin-bottom: 6px;
	text-align: center;
}

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

.open_class .bottom_text ul.modal-title>li {
	float: left;
	overflow: hidden;
	position: inherit;
}

.open_class .bottom_text ul.modal-title {
	position: relative;
	width: 1200px;
	height: 340px;
	overflow: hidden;
}

/* .open_class .bottom_text ul.modal-title>li.left_img {
	background: url(../image/left_img.png) no-repeat;
} */
.open_class .bottom_text ul.modal-title>li.left_img.on {
	width: 480px;
	height: 340px;
	/* transition: width 1s; */
}

.open_class .bottom_text ul.modal-title>li.left_img.on>span:nth-child(2) {
	/* display: block; */
	position: absolute;
	/* right: 34px; */
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

/* .open_class .bottom_text ul.modal-title>li span:nth-child(1) i {
    width: 29px;
    height: 6px;
    background: #F77521;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    display: block;
} */
.open_class .bottom_text ul.modal-title>li:nth-child(1)>span:nth-child(2) {
	position: absolute;
	left: 178px;
}

.open_class .bottom_text ul.modal-title>li:nth-child(2)>span:nth-child(2) {
	position: absolute;
	left: 180px;
}

.open_class .bottom_text ul.modal-title>li:nth-child(3)>span:nth-child(2) {
	position: absolute;
	left: 182px;
}

.open_class .bottom_text ul.modal-title>li:nth-child(4)>span:nth-child(2) {
	position: absolute;
	/* right: 34px; */
}

.open_class .bottom_text ul.modal-title>li {
	width: 240px;
	height: 340px;
	transition: width 1s;
}

.open_class .bottom_text ul.modal-title>li:nth-child(1) {
	background: url(../image/left_img.png) no-repeat;
}

.open_class .bottom_text ul.modal-title>li:nth-child(2) {
	background: url(../image/lf1-1.png) no-repeat;
}

.open_class .bottom_text ul.modal-title>li:nth-child(3) {
	background: url(../image/lf1-2.png) no-repeat;
}

.open_class .bottom_text ul.modal-title>li:nth-child(4) {
	background: url(../image/lf1-3.png) no-repeat;
	border-right: 1px solid #C3CFFF;
}

.open_class .bottom_text ul.modal-title>li>span:nth-child(1) i {
	width: 29px;
	height: 6px;
	background: #F77521;
	border-radius: 5px 5px 5px 5px;
	opacity: 1;
	display: block;
}

.open_class .bottom_text ul.modal-title>li>span:nth-child(1) p {
	font-size: 24px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
	margin: 14px auto 7px;
}

.open_class .bottom_text ul.modal-title>li>span:nth-child(1) h6 {
	width: 145px;
	height: 14px;
	font-size: 12px;
	font-family: Arial-Regular, Arial;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
}

.open_class .bottom_text ul.modal-title>li.left_img>span {
	float: left;
	transition: opacity .3s;
}

.open_class .bottom_text ul.modal-title>li>span:nth-child(1) {
	margin: 31px 0 0 31px;
	display: block;
	cursor: pointer;
}

.open_class .bottom_text ul.modal-title>li.left_img.on>span:nth-child(2) {
	margin: 34px 0 0 84px;
	cursor: pointer;
}

.open_class .bottom_text ul.modal-title>li.left_img>span:nth-child(2) {
	margin: 34px 0 0 84px;
}

/* .open_class .bottom_text ul.modal-title>li.left_img>span:nth-child(2) {
	margin: 34px 0 0 84px;
} */
.open_class .bottom_text ul.modal-title>li.left_img span:nth-child(2) li {
	width: 186px;
	height: 74px;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #A0C5FF;
	padding: 14px 0 0 19px;
	margin-bottom: 23px;
}

.open_class .bottom_text ul.modal-title>li.left_img span:nth-child(2) li span {
	display: block;
}

.open_class .bottom_text ul.modal-title>li.left_img span:nth-child(2) li span:nth-child(1) {
	width: 85px;
	height: 28px;
	font-size: 24px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
}

.open_class .bottom_text ul.modal-title>li.left_img span:nth-child(2) li span:nth-child(2) {
	font-size: 14px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 16px;
}

.open_class .bottom_text ul.modal-title>li.left_img.last_img span:nth-child(2) li {
	width: 186px;
	height: 74px;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #A0C5FF;
	margin-bottom: 23px;
	padding: 0;
}

.open_class .bottom_text ul.modal-title>li.left_img.last_img span:nth-child(2) li span {
	display: block;
}

.open_class .bottom_text ul.modal-title>li.left_img.last_img span:nth-child(2) li span:nth-child(1) {
	font-size: 24px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 74px;
	text-align: center;
	width: 100%;
}

/*新版师资*/
#tcs {
	padding-bottom: 70px;
}

.teacherss {
	background-color: #F6F7FB;
	overflow: hidden;
}

.tcss {
	position: relative;
	width: 1350px;
	margin: 0 auto;
}

.teacherss>span h5 {
	height: 60px;
	font-size: 40px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 47px;
	text-align: center;
	margin-top: 80px;
}

.teacherss>span h5 a {
	font-size: 40px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 47px;
}

.teacherss>span p {
	height: 24px;
	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: 32px;
}

.tcSwiper {
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
	height: 462px;
}

.teacherss>div .swiper-button-prev1 {
	background-image: url(../image/zuo-h.png) !important;
	width: 50px;
}

.teacherss>div .swiper-button-next1 {
	background-image: url(../image/you-h.png) !important;
	width: 50px;
}

.teacherss>a {
	text-align: center;
	height: 24px;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	display: block;
	margin-top: 30px;
}

.tcSwiper .swiper-slide {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tcSwiper .swiper-slide>div {
	width: 190px;
	height: 220px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 12px;
}

.tcSwiper .swiper-slide>div img {
	width: 190px;
	/* height:220px; */
}

.tcSwiper .swiper-slide>div:hover span {
	top: 0;
}

.tcSwiper .swiper-slide>div span {
	width: 190px;
	height: 220px;
	background: #214BF7;
	border-radius: 10px;
	opacity: 1;
	display: block;
	position: absolute;
	top: 160px;
	padding-left: 11px;
	transition: 1.2s;
}

.tcSwiper .swiper-slide>div span h5 {
	height: 27px;
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 27px;
	margin: 5px 0 0;
}

.tcSwiper .swiper-slide>div span h4 {
	height: 21px;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 21px;
	margin: 2px 0;
}

.tcSwiper .swiper-slide>div span i {
	width: 25px;
	height: 3px;
	background: #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	opacity: 1;
	display: block;
	margin: 5px 0;
}

.tcSwiper .swiper-slide>div span p {
	width: 169px;
	height: 139px;
	font-size: 12px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 18px;
}

.ds_teacher {
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ds_teacher>div {
	width: 291px;
	height: 300px;
	margin-bottom: 12px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

/* .ds_teacher>div:hover div{
	top:0;
} */
.ds_teacher>div div span {
	display: flex;
}

.ds_teacher>div:hover div {
	bottom: 0px;
}

.ds_teacher>div div {
	width: 291px;
	height: 300px;
	background: #214BF7;
	border-radius: 10px;
	opacity: 1;
	display: block;
	position: absolute;
	bottom: -205px;
	padding-left: 11px;
	transition: 1.2s;
}

.ds_teacher>div div h5 {
	font-size: 18px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 21px;
	margin: 12px 0 0;
}

.ds_teacher>div div h4 {
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 16px;
	margin: 15px 0 10px 7px;
}

/* .ds_teacher>div span i{
	width: 25px;
	height: 3px;
	background: #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	opacity: 1;
	display:block;
	margin:5px 0;
} */
.ds_teacher>div div p {
	width: 270px;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
}

.ds_teacher>div div i {
	width: 25px;
	height: 3px;
	background: #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	opacity: 1;
	display: block;
}

.ds_teacher>div div h6 {
	width: 260px;
	height: 111px;
	font-size: 12px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
}

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

.teacher_nav h2 {
	text-align: center;
	font-size: 36px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: 500;
	color: #000000;
	line-height: 42px;
	margin-top: 70px;
}

.teacher_nav h3 {
	text-align: center;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	margin-top: 8px;
}

.tab_teacher {
	margin-top: 40px;
}

.tab_teacher .left_img {
	float: left;
	background: url(../image/tct_img.png) no-repeat center;
	width: 200px;
	height: 210px;
	border: 1px solid #DEE7FF;
	border-radius: 10px;
}

.tab_teacher .left_img span:first-child {
	width: 140px;
	height: 108px;
	font-size: 24px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 38px;
	margin: 38px 22px 0;
	display: block;
}

.tab_teacher .left_img span:last-child {
	width: 34px;
	height: 5px;
	background: #F77521;
	border-radius: 3px 3px 3px 3px;
	opacity: 1;
	display: block;
	margin: 14px 0 0 22px;
}

.tab_teacher div {
	/* float: left; */
	/* width: 880px; */
	/* margin-left: 20px; */

}

.tab_teacher li {
	width: 190px;
	height: 100px;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #DEE7FF;
	float: left;
	margin-left: 10px;
	padding: 10px 0 0px 25px;
	position: relative;
}

.tab_teacher li:nth-child(6) {
	margin-top: 10px;
}

.tab_teacher li:nth-child(7) {
	margin-top: 10px;
}

.tab_teacher li:nth-child(8) {
	margin-top: 10px;
}

.tab_teacher li:nth-child(9) {
	margin-top: 10px;
}

.tab_teacher li:nth-child(10) {
	margin-top: 10px;
}

.tab_teacher li:hover {
	border: 1px solid #2964FE;
}

.tab_teacher li img {
	display: block;
}

.tab_teacher li h5 {
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	display: block;
	margin: 2px 0 10px;
	position: absolute;
	z-index: 999;
}

.tab_teacher li p {
	position: absolute;
	top: 10px;
	right: 4px;
	width: 81px;
	height: 85px;
	font-size: 60px;
	font-family: Arial-Black, Arial;
	font-weight: 900;
	color: #F6F7FB;
	line-height: 70px;
	-webkit-background-clip: text;
}

.rel {
	position: relative;
}

.absl {
	position: absolute;
	left: 0;
	top: 0;
}

.absr {
	position: absolute;
	right: 0;
	top: 0;
}

.abslt {
	position: absolute;
	left: 0;
	bottom: 0;
}

#next {
	width: 100px;
	height: 100px;
	background: #ff5f6d;
	top: 350px;
	cursor: pointer;
}

#next img {
	margin-top: 52px;
}

.p6 .teachers {
	width: 1200px;
	height: 468px;
	margin: 0 auto;
	overflow: hidden;
}

.p6 {
	margin-top: 29px;
}

.p6 h2,
.p6 .txt {
	color: #fff;
}

.p6 .txt {
	margin-bottom: 30px;
}

.p6 .teachers {
	height: 524px;
}

.p6 .teachers .left {
	width: 320px;
	height: 421px;
	left: 280px;
}

.p6 .teachers .left .swiper-slide {
	width: 320px !important;
	height: 421px;
	overflow: hidden;
}

.p6 .teachers .left img {
	/* border-radius: 10px 10px 10px 10px; */
	width: 320px;
}

.p6 .teachers .left p {
	width: 320px;
	height: 80px;
	background: #FFFFFF;
	/* border-radius: 0px 0px 10px 10px; */
	opacity: 1;
	bottom: 45px;
	position: absolute;
	margin: 0;
}

.p6 .teachers .left .swiper-slide-active {
	background-color: #fff;
	/* border-radius: 0px 0px 10px 10px; */
	overflow: hidden;
}

/* .p6 .teacher .left .swiper-slide-active p{
	border-radius: 0px 0px 10px 10px;
} */
.p6 .teachers .left p i {
	font-size: 20px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	font-style: normal;
	margin: 19px 0 0 33px;
	display: block;
}

.p6 .teachers .left p span {
	/* width: 88px; */
	height: 16px;
	font-size: 14px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 16px;
	display: block;
	margin: 4px 0 0 33px;
}

.p6 .teachers .tbox {
	width: 300px;
	height: 256px;
	left: 0px;
	top: 50px;
	color: #fff;
	overflow: hidden;
}

.p6 .teachers .tbox h3 {
	width: 40px;
	height: 4px;
	background: #214BF7;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	margin: 0 0 0 28px;
}

.p6 .teachers .tbox p {
	text-align: justify;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	width: 218.32px;
	height: 160px;
	line-height: 23px;
	margin: 18px 0 0 28px;
	overflow: hidden;
}

#swiper2 {
	overflow: hidden;
	width: 100%;
	border-radius: 10px;
}

.p6 .teachers .tbox a>span {
	width: 134px;
	height: 34px;
	line-height: 34px;
	text-indent: 21px;
	background: #214BF7;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	display: block;
	position: absolute;
	bottom: -18px;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 10px;
}

.p6 .teachers .tbox a>span img {
	margin-left: 18px;
}

.p6 .teachers .tbox li {
	top: -300px;
	transition: 0.6s;
	border: 1px solid #fff;
	width: 300px;
	height: 218px;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #DEE7FF;
}

.p6 .teachers .tbox li.on {
	top: 16px;
	transition: 0.6s;
}

.p6 .teachers .tbox h3.wid {
	width: 244px;
}

.p6 .teachers .clearfix {
	width: 600px;
	right: 0px;
	top: 40px;
}

.p6 .teachers .clearfix div {
	width: 120px;
	height: 120px;
	overflow: hidden;
	cursor: pointer;
	transition: 0.6s;
	position: relative;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

.p6 .teachers .clearfix div>img {
	width: 100%;
	height: auto;
}

.p6 .teachers .clearfix div span {
	width: 120px;
	height: 120px;
	background: rgba(33, 75, 247, 0.5);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	position: absolute;
	top: 0;
	z-index: 999;
	display: none;
	-webkit-animation-name: fadeIn;
	/*动画名称*/
	-webkit-animation-duration: 0.9s;
	/*动画持续时间*/
	-webkit-animation-iteration-count: 1;
	/*动画次数*/
	-webkit-animation-delay: 0s;
	/*延迟时间*/
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
		/*初始状态 透明度为0*/
	}

	50% {
		opacity: 0.75;
		/*中间状态 透明度为0*/
	}

	100% {
		opacity: 1;
		/*结尾状态 透明度为1*/
	}
}

.p6 .teachers .clearfix .act {
	background: #fff;
	transition: 0.6s;
}

.p6 .teachers .clearfix .act>span {
	display: block;
}

.p6 .teachers .clearfix div>span>img {
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

#marl {
	margin-left: 100px;
}

#marr {
	margin-right: -10px;
}

.dot1 {
	top: 34px;
}

.dot2 {
	bottom: 34px;
}

.p6 .swiper-button-prev {
	background-image: url(../image/left1.png) !important;
	right: -32px !important;
	left: auto !important;
	background-size: 80% !important;
}

.p6 .swiper-button-next {
	background-image: url(../image/right1.png) !important;
	right: -64px !important;
	left: auto;
	background-size: 80% !important;
}

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

.p6 .swiper-button-next,
.p6 .swiper-button-prev {
	position: absolute;
	top: 13px !important;
	width: 32px !important;
	height: 32px !important;
	margin-top: -5px !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;
	background-color: #214BF7;
}

.bottom_teacher {
	background: url(../image/tab_nav2.png) center;
	width: 100%;
	height: 260px;
	margin-top: -182px;
}

.bottom_teacher .tc_modle {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.bottom_teacher .tc_modle span {
	float: left;
	margin-top: 96px;
	overflow: hidden;
}

.bottom_teacher .tc_modle span h5 {
	overflow: hidden;
}

.bottom_teacher .tc_modle span h5 img {
	float: left;
}

.bottom_teacher .tc_modle span i {
	font-size: 24px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 28px;
	font-style: normal;
	display: inline-block;
	/* margin: 32px 0 0 5px; */
	margin: 22px 0 0 10px;
	float: left;
}

.bottom_teacher .tc_modle span p {
	/* 	width: 72px;
	height: 21px; */
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 21px;
	margin-top: 20px;
	text-align: center;
}

.bottom_teacher .tc_modle span:nth-child(1) {
	margin-left: 51px;
}

.bottom_teacher .tc_modle span:nth-child(2) {
	margin-left: 166px;
}

.bottom_teacher .tc_modle span:nth-child(3) {
	margin-left: 174px;
}

.bottom_teacher .tc_modle span:nth-child(4) {
	margin-left: 185px;
}

.Giant_cooperation {
	background: url(../image/p4-bg.png) no-repeat;
	width: 100%;
	overflow: hidden;
	/* margin-top:70px; */
}

.Giant_cooperation span {
	overflow: hidden;
}

.Giant_cooperation span h5 {
	height: 60px;
	font-size: 40px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 47px;
	text-align: center;
	margin-top: 70px;
}

.Giant_cooperation span p {
	height: 24px;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 19px;
	text-align: center;
}

.Giant_list {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.Giant_list ul {
	margin: 40px 0 0 0;
	display: flex;
}

.Giant_list ul li {
	width: 190px;
	height: 80px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	margin-right: 12px;
	flex-shrink: 0;
}

.swiper-container-list1 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.Giant_list .swiper-button-prev71 {
	background-image: url(../image/left1.png) !important;
	top: 53%;
	left: -32px !important;
	right: auto !important;
	background-size: 100%;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	width: 32px;
	height: 32px;
}

.Giant_list .swiper-button-next71 {
	background-image: url(../image/right1.png) !important;
	top: 53%;
	right: -32px !important;
	left: auto !important;
	background-size: 100%;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	width: 32px;
	height: 32px;
}

.swiper-button-next71.swiper-button-disabled,
.swiper-button-prev7.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.Giant_list ul li>a {
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.Giant_list ul li:last-child {
	margin-right: 0px;
}

.Giant_list ul li.on {
	background: #FFFFFF;
	box-shadow: 0px 11px 14px 1px rgba(11, 55, 238, 0.6);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	/* border: 1px solid #FFFFFF; */
	/* border: 1px solid #DEE7FF; */

}

.Giant_list ul li img {
	display: block;
	margin: 0px auto 0;
}

.mySwiper {
	width: 1200px;
	margin: 30px auto 0;
	overflow: hidden;
	border-radius: 10px;
	height: 426px;
}

.mySwiper .swiper-slide {
	border-radius: 10px;
	box-shadow: 50px 6px 19px 5px rgb(0 0 0 / 6%);
	overflow: hidden;
	height: 400px;
}

.mySwiper .swiper-slide img {
	width: 100%;
	display: block;
	margin: 0 auto;
	box-shadow: 0px 20px 28px 1px rgba(255, 255, 255, 0.15);
}

.talents {
	position: relative;
}

.talents>span h5 {
	font-size: 40px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 47px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 70px;
}

.talents>span 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;
	-webkit-background-clip: text;
	margin: 0;
}

.talents div ul.list_ul li {
	float: left;
	margin-right: 20px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.talents div ul.list_ul li:last-child {
	margin-right: 0;
}

.talents div ul.list_ul li>span {
	width: 224px;
	height: 240px;
	display: block;
}

.talents div ul.list_ul li>span img {
	border-radius: 10px 10px 0 0;
}

.talents div ul.list_ul li>span span {
	width: 224px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 0px 0px 10px 10px;
	opacity: 1;
	font-size: 18px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 50px;
	display: block;
	text-align: center;
}

.talents div ul.list_ul li div {
	width: 224px;
	height: 146px;
	background: #214BF7;
	border-radius: 0px 0px 10px 10px;
	opacity: 1;
	/* border: 1px solid #FFFFFF; */
	position: absolute;
	/* 	display: none; */
	/* opacity:0; */
	transition: 0.7s;
	bottom: -90px;
}

.talents div ul.list_ul li div.shows {
	visibility: visible;
	/* 	animation: fadein 1s; */
	opacity: 1;
	bottom: 0;
}

@keyframes fadein {
	from {
		bottom: -90px;
	}

	to {
		bottom: 0px;
	}
}

.talents div ul.list_ul li div i {
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 21px;
	text-align: center;
	font-style: normal;
	width: 100%;
	display: block;
	margin: 20px 0 10px;
}

.talents div ul.list_ul li div h6 {
	width: 197px;
	height: 60px;
	font-size: 14px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	margin: 0 auto;
	display: block;
}

.talents .talents_list {
	width: 1200px;
	height: 100%;
	margin: 40px auto 0;
	z-index: 999;
}

.center_bx {
	width: 100%;
	height: 396px;
	background: linear-gradient(271deg, #173FFD 0%, #617CFF 100%);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	margin-top: -146px;
	/* overflow:hidden; */
}

.center_bx>div {
	width: 1200px;
	margin: 145px auto;
	overflow: hidden;
}

.center_bx>div>span {
	display: block;
	background: url(../image/ten.png) no-repeat center;
	/* background-size:100%; */
	width: 1062px;
	height: 92px;
	margin-top: 14px;
	opacity: 0.1;
}

.center_bx>div p.nav_p {
	width: 176px;
	height: 33px;
	font-size: 22px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 33px;
	opacity: 9;
	margin: -62px 0 0 17px;
}

.center_bx ul {
	margin-top: 27px;
}

.center_bx ul li:last-child {
	margin-right: 0;
}

.center_bx ul li {
	float: left;
	width: 224px;
	height: 87px;
	background: #FFFFFF;
	border-radius: 10px;
	opacity: 1;
	border: 1px solid #DEE7FF;
	margin-right: 20px;
}

.center_bx ul li span {
	margin: 19px 0 0 26px;
	display: block;
	float: left;
}

.center_bx ul li span i {
	width: 21px;
	height: 4px;
	background: #F77521;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	display: block;
}

.center_bx ul li span p {
	width: 96px;
	height: 24px;
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 19px;
	margin: 16px 0 0 2px;
}

.center_bx ul li img {
	float: right;
}

/*大学*/
.college {
	background: url(../image/dx.png) no-repeat center center;
	overflow: hidden;
	height: 689px;
	margin-top: 80px;
}

.college>span h5 {
	text-align: center;
	height: 60px;
	font-size: 40px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 47px;
	margin-top: 40px;
}

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

.college>ul {
	width: 1200px;
	margin: 35px auto 0;
	display: flex;
	flex-wrap: wrap;
}

.college>ul li {
	width: 300px;
	height: 30px;
	line-height: 30px;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #FFFFFF;
	flex-shrink: 0;
	
	text-indent: 20px;
	position: relative;
}

.college>ul li::after {
	position: absolute;
	top: 9px;
	right: 6px;
	content: "";
	width: 6px;
	height: 12px;
	background: #FFFFFF;
	opacity: 1;
	display: block;
	background: url(../image/dxs.png) no-repeat center center;
}

.college>ul li:hover {
	background: #214BF7;
	color: #fff;
}

/*合作*/
.hz_logo {
	width: 1200px;
	margin: 40px auto 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hz_logo>div {
	width: 190px;
	height: 70px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #DEE7FF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 13px;
}

.hz_logo>div img {}

.hz_logo>div:hover {
	/* 	width: 190px;
	height: 70px; */
	background: #FFFFFF;
	box-shadow: 0px 4px 17px 0px rgba(33, 75, 247, 0.26);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #214BF7;
}

/*校区地址*/
.campus {
	/* background: url(../image/map.png) no-repeat center center; */
	background-color: #F6F7FB;
	overflow: hidden;
	/* height: 682px; */
	padding-bottom: 70px;
}

.campus>div {
	background: url(../image/map.png) no-repeat center center;
	overflow: hidden;
}

.campus>div>span {
	margin-top: 70px;
	display: block;
}

.campus>div>span h5 {
	font-size: 40px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 47px;
	text-align: center;
	margin: 0;
}

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

.List_campus {
	width: 1200px;
	margin: 0 auto 30px;
	height: 430px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
}

.left_campus {
	width: 488px;
	float: left;
	padding: 20px 0 20px 18px;
}

.left_campus>div {
	float: left;
}

.left_campus>div span {
	width: 100px;
	height: 40px;
	background: #214BF7;
	border-radius: 5px 5px 5px 5px;
	opacity: 1;
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
	display: block;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}

.left_campus>div {}

.left_campus>div ul {
	float: left;
	width: 370px;
	margin-bottom: 0;
}

.left_campus>div ul li {
	width: 77px;
	height: 40px;
	border-radius: 5px 5px 5px 5px;
	opacity: 1;
	border: 1px solid #DEE7FF;
	font-size: 16px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 40px;
	float: left;
	text-align: center;
	margin-left: 10px;
	margin-bottom: 10.6px;
	cursor: pointer;
}

.left_campus>div ul li:hover {
	background: #fff;
	color: #214BF7;
	font-weight: bold;
	border: 1px solid #214BF7;
}

.left_campus>div ul li.on {
	background: #fff;
	color: #214BF7;
	font-weight: bold;
	border: 1px solid #214BF7;
}

.right_campus div.onshow {
	display: block;
}

.right_campus {
	float: left;
	width: 712px;
	height: 424px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	overflow: hidden;

}

.right_campus>span {
	font-size: 24px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
	margin: 20px 0 0 20px;
	display: block;
}

.right_campus>div {
	display: none;
	height: 360px;
	margin-top: 10px;
	margin-left: 20px;
	overflow-y: scroll;
}

/*修改滚动条样式*/
div::-webkit-scrollbar {
	width: 5px;
	height: 30px;
	margin-right: 5px;
	/**/
}

div::-webkit-scrollbar-track {
	/* background: rgb(239, 239, 239); */
	border-radius: 2px;
}

div::-webkit-scrollbar-thumb {

	background: #C3CFFF;
	border-radius: 10px;
}

div::-webkit-scrollbar-thumb:hover {
	background: #C3CFFF;
}

div::-webkit-scrollbar-corner {
	background: #179a16;
}

.right_campus>div>div {
	width: 672px;
	min-height: 61px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #DEE7FF;
	margin-top: 10px;
}

.right_campus>div>div:first-child {
	margin-top: 0;
}

.right_campus>div>div:hover {
	border: 1px solid #214BF7;
}

.right_campus>div>div>span {
	float: left;
	margin: 0px 0 0 20px;
	/* width:317px; */
	width: 400px;
}

.right_campus>div>div>span p {
	margin: 0px 0 6px 0px;
}

.right_campus>div>div>div {
	float: right;
}

.right_campus>div>div>div a {
	display: block;
	text-align: center;
	line-height: 31px;
	float: left;
	margin-top: 15px;
}

.right_campus>div>div>div a:first-child {
	width: 96px;
	height: 31px;
	background: #214BF7;
	border-radius: 5px 5px 5px 5px;
	opacity: 1;
	color: #FFFFFF;
}

.right_campus>div>div>div a:last-child {
	width: 96px;
	height: 31px;
	background: #C3CFFF;
	border-radius: 5px 5px 5px 5px;
	opacity: 1;
	color: #214BF7;
	margin-left: 15px;
	margin-right: 10px;
}

/*校区环境*/
.zhiye_c {
	width: 1200px;
	margin: 0 auto;
}

.zhiyefz_list * {
	box-sizing: border-box;
}

.zhiyefz_list {
	margin-top: 30px;
}

.zhiyefz_item1 {
	position: relative;
}

.zhiyefz_item1 span {
	width: 300px;
	height: 220px;
	background: linear-gradient(1deg, #2964FE 0%, rgba(41, 100, 254, 0) 100%);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0px 0px 0px 10px;
	display: none;
}

.zhiyefz_item1 span.on {
	display: block;
}

.zhiyefz_item1 span p {
	font-size: 24px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 28px;
	margin: 134px 0 5px 13px;
}

.zhiyefz_item1 span i {
	font-size: 14px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 16px;
	font-style: normal;
	margin-left: 13px;
}

.zhiyefz_list .zhiyefz_item a img {
	width: 100%;
	height: auto;
}

.zhiyefz_list .zhiyefz_item1 {
	width: 300px;
	max-width: 440px;
	float: left;
	padding-bottom: 1px;
}

.zhiyefz_list .zhiyefz_item1 img {
	border-radius: 10px 0px 0px 10px;
}

.zhiyefz_list .zhiyefz_item2 {
	width: 900px;
	float: left;
	display: block;
}

/* .zhiyefz_list .zhiyefz_item2>div:nth-child(odd){
	margin:0 4px 4px 4px;
} */
/* .zhiyefz_list .zhiyefz_item2>div:nth-child(3){
	margin:0 0px 4px 4px;
} */
.zhiyefz_list .zhiyefz_item2 .zhiyefz_img {
	width: 300px;
	height: 100%;
	float: left;
	position: relative;
}

.zhiyefz_list .zhiyefz_item2 .zhiyefz_img:nth-child(1) a img {
	border-left: 4px solid #fff;
}

.zhiyefz_list .zhiyefz_item2 .zhiyefz_img:nth-child(2) a img {
	border-left: 4px solid #fff;
}

.zhiyefz_list .zhiyefz_item2 .zhiyefz_img:nth-child(3) a img {
	border-radius: 0px 10px 0px 0px;
	border-left: 4px solid #fff;
}

.zhiyefz_list .zhiyefz_item2 .zhiyefz_img:nth-child(5) a img {
	border-left: 4px solid #fff;
	border-top: 6px solid #fff;
}

.zhiyefz_list .zhiyefz_item2 .zhiyefz_img:nth-child(4) a img {
	border-left: 4px solid #fff;
	border-top: 6px solid #fff;
}

.zhiyefz_list .zhiyefz_item2 .zhiyefz_img:nth-child(6) a img {
	border-radius: 0px 0px 10px 0px;
	border-left: 4px solid #fff;
	border-top: 6px solid #fff;
}

.zhiyefz_list .zhiyefz_item2 .zhiyefz_img:nth-child(6) span {
	border-radius: 0px 0px 10px 0px;
}

.zhiyefz_img span {
	position: absolute;
	width: 296px;
	height: 50px;
	background: rgba(41, 100, 254, 0.5);
	border-radius: 0px 0px 0px 0px;
	display: block;
	bottom: 0;
	left: 4px;
	/* text-align: right; */
	line-height: 50px;
	display: none;
	cursor: pointer;
}

.zhiyefz_img span.on {
	display: block;
}

.zhiyefz_img span p {
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
}

.zhiyefz_img span img {
	display: block;
	float: right;
	margin: 19px 26px 0;
}

/* @media (max-width: 1200px) {
    .zhiyefz_list{
      display: flex;
    }
    .zhiyefz_list .zhiyefz_item1{
       flex: 0 0 39%;
        width: 39%;
        float: left;
    }
    .zhiyefz_list .zhiyefz_item2 .zhiyefz_img{
       width: 30.33%;
       height:auto;
    }
}
@media (max-width: 768px) {
    .zhiyefz_list{
        display: flex;
    }
    .zhiyefz_list .zhiyefz_item1{
        flex: 1;
        width: 100%;
    }
    .zhiyefz_list .zhiyefz_item2{
        display: none;
    }
} */

/*合作*/
.wrap .cooperation_img {
	background: url(../image/p11bg.png) no-repeat;
	width: 100%;
	height: 110px;
	line-height: 110px;
	margin-top: 0;
}

.cooperation_img ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
    justify-content: space-around;
}

.cooperation_img img {
	display: block;
	width: 285px;
	 	height:110px; 
	float: left;
}

/*foot*/
.footer {
	width: 1200px;
	margin: 0 auto;
}

.footer .foot_nav {
	margin: 28px 0 18px;
}

.footer .foot_nav span {
	width: 56px;
	height: 21px;
	font-size: 14px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
	margin-right: 38px;
	cursor: pointer;
}

.footer .foot_nav span.on {
	font-size: 14px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	position: relative;
}

.footer .foot_nav span.on::after {
	content: "";
	width: 16px;
	height: 4px;
	background: #214BF7;
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	display: block;
	margin: auto;
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
}

.foot_list {
	width: 100%;
	border-bottom: 1px solid #DEE7FF;
	padding-bottom: 16px;
	display: none;
}

.foot_list.on {
	display: block;
}

.foot_list div {
	width: 100%;
	font-size: 12px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 27px;
}

.foot_list div span {
	float: left;
	display: block;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}

.foot_list div ul {
	float: left;
	width: 1140px;
}

.foot_list div ul li {
	float: left;
}

.foot_list div ul li a {
	float: left;
	font-size: 12px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 27px;
	margin-left: 24px;
}

.foot_list div ul li a:hover {
	color: #214BF7;
	font-weight: bold;
}

.foot_list.blogroll div ul li a {
	margin-right: 24px;
	margin-left: 0;
}

.bootom_list {
	margin-top: 19px;
	border-bottom: 1px solid #DEE7FF;
	 padding-bottom:9px; 
}

.left_modle {
	float: left;
}

.bootom_list>div div {
	margin-bottom: 9px;
}

.bootom_list>div div.bt-block {
	margin: 15px 0 20px;
}

.bootom_list div span {
	float: left;
	font-size: 14px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
}

.bootom_list div span {
	float: left;
	font-size: 14px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
	position: relative;
}

.bootom_list div span>span {
	width: 120px;
	height: 120px;
	background: #FFFFFF;
	box-shadow: 0px 20px 28px 1px rgb(115 152 255 / 15%);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	/* border: 1px solid #214BF7; */
	position: absolute;
	top: -136px;
	left: -6px;
	display: none;
}

.bootom_list div span>span img {
	margin: 12px auto 0;
	display: block;
	/* width: 100%; */
	width: 100px;
	height: 100px;
}

.bootom_list div ul {
	float: left;
}

.bootom_list div ul li {
	float: left;
	font-size: 12px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
	margin-left: 14px;
}

.bootom_list div ul li a {
	font-size: 12px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	cursor: pointer;
}


.bootom_list div ul li a:hover {
	color: #214BF7;
}

.bt-block {
	margin-top: 5px;
}

.bt-block span {
	margin-right: 40px;
}

.left_modle span img {
	float: left;
}

.left_modle span div {
	float: left;
	font-size: 16px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	margin-left: 7px;
	margin-bottom: 0;
	cursor: pointer;
}

.left_modle span div p {
	display: inline-block;
	font-size: 16px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
}

.left_modle span div p:hover {
	color: #214BF7;
}

.right_modle {
	/* float: right; */
	margin-top: 6px;
}

.right_modle>span>img:first-child {
	margin-left: 20px;
}

.right_modle>span img:nth-child(2) {
	position: absolute;
	width: 70px;
	height: 70px;
	top: 0;
	left: 21px;
	display: none;
}

.bottom_texts {
	margin: 36px 0 34px;
}

.bottom_texts p {
	font-size: 12px;
	font-family: Source Han Sans CN-Normal, Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 14px;
	text-align: center;
	margin: 0;
}

/*浮窗*/
.floating {
	position: fixed;
	top: 130px;
	left: 81px;
	z-index: 9999;
	width: 55px;
	height: 349px;
	background: url(../image/you-bg.png) no-repeat center / 100% 100%;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	box-shadow: 0px 20px 28px 1px rgba(115, 152, 255, 0.15);
}

.floating li {
	margin-top: 10px;
}

.floating li:nth-child(4) {
	margin-top: 15px;
	width: 230px;
	margin-left: -86px;
}

.floating li:nth-child(5) {
	width: 230px;
	margin-left: -86px;
}

.floating li a img {
	width: 38px;
	height: 38px;
	display: block;
	margin: 0 auto;

}

.floating li {
	position: relative;
}

.floating li:hover span {
	display: flex;
}

.floating li span {
	position: absolute;
	top: 10px;
	right: -70px;
	width: 147px;
	height: 30px;
	background: #FFFFFF;
	box-shadow: 0px 3px 14px 0px rgba(115, 152, 255, 0.15);
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	display: none;
}

.floating li span img {
	width: 20px;
	height: 20px;
	display: block;
	margin: 0 5px 0 8px;
}

.floating li p {
	width: 38px;
	/* height: 32px; */
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 16px;
	margin: 0 auto;
	display: block;
	text-align: center;
	cursor: pointer;
}

.floating li p:hover {
	font-size: 14px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FF5B5B;
	line-height: 16px;
}

.floating>span {
	position: absolute;
	width: 32px;
	height: 32px;
	background: #FFFFFF;
	opacity: 1;
	border: 1px solid #214BF7;
	border-radius: 15px;
	bottom: -16px;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 0px 20px 28px 1px rgba(115, 152, 255, 0.15);
}

.floating>span img {
	width: 20px;
	height: 20px;
	margin: 4px auto 0;
	display: block;
}

@media (max-width:1400px) {

	/*浮窗*/
	.floating {
		position: fixed;
		top: 130px;
		left: 0px;
		z-index: 9999;
		width: 55px;
		height: 349px;
		background: url(../image/you-bg.png) no-repeat center / 100% 100%;
		border-radius: 10px 10px 10px 10px;
		opacity: 1;
		box-shadow: 0px 20px 28px 1px rgba(115, 152, 255, 0.15);
	}
}

/*底部悬浮*/
.floating_Window {
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 0;
	width: 100%;
	/* height: 200px; */
	height: 193px;
	z-index: 9999;
	background: url(../image/index/bimgs.png) no-repeat top center;
	opacity: 1;
	display: none;
}

.floating_Window>span {
	position: absolute;
	top: 7px;
	right: 0;
	left: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	z-index: 9999;
	background: url(../image/index/close1.png) no-repeat top center / 100% 100%;
	display: block;
	transform: translateX(400px);
}

.floating_Window>button {
	position: absolute;
	top: 127px;
	right: 0;
	left: 0;
	margin: auto;
	width: 700px;
	height: 64px;
	z-index: 9999;
	display: block;
	transform: translateX(0px);
	opacity: 0;
}

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

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

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

.wrap_m .header_m img:nth-child(1) {

	margin-left: 0rem;
}

.wrap_m .header_m a:nth-child(2) {
	width: 3.27rem;
}

.wrap_m .header_m a:nth-child(2) img {
	width: 3.27rem;
	height: 1.1rem;
	opacity: 1;
	margin-top: 0;
}

.wrap_m .header_m a:nth-child(3) {
	width: 0.5rem;
	display: block;
}

.wrap_m .header_m a>img {
	width: 0.7rem;
	height: 0.7rem;
	opacity: 1;
	margin-top: 0.2rem;
	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: none;
	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(../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(../image/m/kaifa.png) no-repeat center;
	background-size: 100%;
	color: #214BF7;
}

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

.sidenavs>div:nth-child(4) span {
	background: url(../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>div ul li a {
	color: #333333;
}

.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;
}

.banner_list {
	width: 6.9rem;
	height: 2.5rem;
	background: #FFFFFF;
	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 a {
	margin-top: 0.46rem;
	/*width:1.2rem;*/
}

/* .banner_list span {
	margin-top: 0.46rem;
} */

.banner_list span img {
	width: 1rem;
	height: 1rem;
}

.banner_list span h5 {
	margin-top: 0.16rem;
	font-size: 0.28rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	/* 	line-height: 33px; */
}

.news_trends {
	margin-top: 2.65rem;
}

.news_trends>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: 0 0 40px 0;
}

.news_trends>h5>a {
	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 40px 0;
}

.news_trends>span {
	width: 6.9rem;
	height: 4rem;
	margin: 0 auto;
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 0.15rem;
}

.news_trends .CCH5playerContainer {
	width: 5.8rem !important;
	height: 4rem;
	margin: 0 auto;
	display: block;
	border-radius: 0.1rem;
}

.news_trends .ccH5playerBox {
	width: 5.8rem !important;
	height: 4rem;
	margin: 0 auto;
	display: block;
	border-radius: 0.1rem;
}

.news_trends>span img.videos {
	width: 5.8rem;
	height: 4rem;
	margin: 0 auto;
	display: block;
	border-radius: 0.1rem;
}

.news_trends>span img.videos .ccH5Poster img {
	max-width: 100%;
	max-height: 104%;
}

.news_trends .ccH5PlayBtn {
	/* background:url(../image/play.png) no-repeat !important; */
	background-size: 100%;
}

.news_trends .ccH5Poster img {
	width: 110%;
	height: 105%;
	background-color: #fff;
}

.news_trends .ccH5playerBox video {
	background-color: #fff;
}

.news_trends .ccH5Poster {
	background-color: #fff;
}

/* .news_trends>span span:nth-child(2) {
	width: 6.9rem;
	height: 0.66rem;
	background: rgba(57, 57, 57, 0.5);
	border-radius: 0px 0rem 0.1rem 0.1rem;
	opacity: 1;
	display: block;
	position: absolute;
	bottom: 0;
	font-size: 0.24rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.66rem;
	text-indent: 0.3rem;
} */

.news_trends>span img:nth-child(3) {
	width: 0.88rem;
	height: 0.88rem;
	opacity: 0.8;
	position: absolute;
	top: 0;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
}

.news_trends>div {
	width: 6.58rem;
	margin: 0.2rem auto 0;
}

.news_trends>div ul li {
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 0.52rem;
}

.news_trends>div ul li>a p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 6.5rem;
	color: #666666;
}

.Most_courses>span {
	display: block;
	width: 7.5rem;
	height: 2.80rem;
	background: url(../image/m/p2-bj.png) no-repeat center;
	background-size: 100%;
	margin-top: 0.6rem;
	overflow: hidden;
}

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

.Most_courses .swiper-container {
	padding-bottom: 0.8rem;
	overflow: hidden;
	margin-top: -1.3rem;
}

.Most_courses .swiper-container .swiper-slide {
	width: 6.18rem;
	height: 6.24rem;
}

/* .Most_courses .swiper-container .swiper-slide img {
	width: 6.74rem;
	height: 5.56rem;
} */
.Most_courses .top_navs {
	width: 6.18rem;
	height: 6.24rem;
	background: #fff;
	border-radius: 0.20rem;

	box-shadow: 0px 20px 28px 0px rgba(115, 152, 255, 0.1500);
}

.Most_courses .top_navs>div>div:first-child img {
	width: 5.58rem;
	height: 1.68rem;
	background: linear-gradient(93deg, #5882F7 0%, #3871FF 100%);
	border-radius: 0.1rem;
	margin: 0.30rem auto;
	display: block;
}

.Most_courses .top_navs>div>div:last-child {
	width: 5.6rem;
	margin: 0 auto;
}

.Most_courses .top_navs>div>div:last-child>div {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
}

.Most_courses .top_navs>div>div:last-child>div>div {
	width: 2.64rem;
	height: 1.68rem;
	background: #F6F7FB;
	border-radius: 0.1rem;
	margin-bottom: 0.31rem;
}

.Most_courses .top_navs>div>div:last-child>div>div img {
	width: 0.60rem;
	height: 0.60rem;
	margin: 0.2rem auto 0.05rem;
	display: block;
}

.Most_courses .top_navs>div>div:last-child>div>div 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: 0;
}

.Most_courses .swiper-container .swiper-pagination {
	height: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0.3rem;
}

.Most_courses .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
	background: #C4C4C4;
}

.Most_courses .swiper-container .swiper-pagination-bullet {
	background: #C4C4C4;
}

.Most_courses .swiper-container {
	--swiper-theme-color: #ff6600;
	--swiper-pagination-color: #00ff33;
	/* 两种都可以 */
}

/*直播课*/
.live_lesson>span {
	display: block;
	width: 7.5rem;
	height: 1.5rem;
	background-size: 100%;
	overflow: hidden;
}

.live_lesson>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-top: 0.39rem;
}

.live_lesson .swiper-container {
	width: 7.5rem;
	height: 6.27rem;
}

.live_lesson .swiper-container .swiper-slide {
	width: 6.40rem;
	height: 6.07rem;
	box-shadow: 0px 0.07rem 0.2rem 0.01rem rgb(115 152 255 / 15%);
	border-radius: 0.1rem;
	opacity: 1;
	border: 0.01rem solid #DEE7FF;
}

.live_lesson .swiper-container .swiper-slide>a>div {
	width: 6.40rem;
	height: 6.07rem;
	/* box-shadow: 0px 0.07rem 0.2rem 0.01rem rgb(115 152 255 / 15%); */
	border-radius: 0.1rem;
	opacity: 1;
}

.live_lesson .swiper-container .swiper-slide>a>div>div>img {
	width: 6.40rem;
	height: 3.4rem;
	box-shadow: 0px 0.07rem 0.2rem 0.01rem rgb(115 152 255 / 15%);
	border-radius: 0.1rem;
	opacity: 1;
	/* transform: scale(1.06); */
}

.live_lesson .swiper-container .swiper-slide>a>div h5 {
	font-size: 0.36rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 0.42rem;
	margin: 0.3rem 0 0.08rem 0.37rem;
}

.live_lesson .swiper-container .swiper-slide>a>div span {
	display: flex;
	margin-left: 0.37rem;
	margin-top: 0.5rem;
	/* justify-content:space-around; */
}

.live_lesson .swiper-container .swiper-slide>a>div span p {
	font-size: 0.32rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 0.52rem;
}

.live_lesson .swiper-container .swiper-slide>a>div span i {
	font-size: 0.32rem;
	font-weight: normal;
	font-style: normal;
}

.live_lesson .swiper-container .swiper-slide>a>div span button {
	width: 2.46rem;
	height: 0.96rem;
	background: #F77521;
	border-radius: 0.1rem;
	opacity: 1;
	margin-left: 1.74rem;
	font-size: 0.36rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.4rem;
	text-align: center;
	margin-top: 0.04rem;
	outline: none;
	border: none;
}

.live_lesson .swiper-button-prev {

	background: url(../image/m/m_left.png) no-repeat center !important;
	left: 0.25rem !important;
	top: 1.57rem !important;
	/* left: auto !important; */
	background-size: 100% !important;
	background: none;
	width: 0.6rem;
	height: 0.6rem
}

.live_lesson .swiper-button-next {
	background: url(../image/m/m_right.png) no-repeat center !important;
	right: 0.25rem !important;
	top: 1.57rem !important;
	left: auto;
	background-size: 100% !important;
	background: none;
	width: 0.6rem;
	height: 0.6rem
}

/*开班盛况*/
.Class_pomp {
	min-height: 9.9rem;
}

.Class_pomp>span {
	display: block;
	width: 7.5rem;
	height: 3.40rem;
	background: url(../image/m/p4-bg.png) no-repeat center;
	background-size: 100%;
	margin-top: 0.5rem;
	overflow: hidden;
}

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

.Class_pomp>div {
	width: 6.9rem;
	height: 9.4rem;
	background: #FFFFFF;
	border-radius: 0.20rem;
	opacity: 1;
	margin: -1.8rem auto 0;
	overflow: hidden;
}

.Class_pomp>div ul {
	width: 6.9rem;
	height: 8.84rem;
	overflow: hidden;
	margin: 0rem auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.Class_pomp>div ul li {
	width: 3rem;
	height: 2.55rem;
	background: #FFFFFF;
	box-shadow: 0px 0.2rem 0.28rem 0.01rem rgba(115, 152, 255, 0.15);
	border-radius: 0.2rem;
	opacity: 1;
	position: relative;
	overflow: hidden;
}

.Class_pomp>div ul li {
	margin-top: 0.3rem;
}

.Class_pomp>div li img {
	width: 3rem;
	/* height:2.55rem; */
	border-radius: 0.15rem;
}

.Class_pomp>div li h5 {
	width: 3rem;
	height: 0.53rem;
	line-height: 0.6rem;
	background: #FFFFFF;
	/* 	opacity: 0.5; */
	font-size: 0.28rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	text-align: center;
	position: absolute;
	bottom: 0.2rem;
	z-index: 1;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	margin: 0;
}

.Class_pomp>div>img {
	margin: 0.2rem auto;
	display: block;
	width: 0.38rem;
	height: 0.18rem;
}

/*大厂*/
.cooperation_pomp {
	background-color: #fff;
}

.cooperation_pomp>span {
	display: block;
	width: 7.5rem;
	height: 2.80rem;
	margin-top: 0.6rem;
	overflow: hidden;
}

.cooperation_pomp>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.49rem;
}

.cooperation_pomp .swiper-container {
	width: 6.9rem;
	padding-bottom: 0.8rem;
	border-radius: 0.15rem;
	overflow: hidden;
	margin-top: -1.3rem;
}

.cooperation_pomp .swiper-container .swiper-slide {
	width: 6.9rem;
	height: 4rem;
	border-radius: 0.15rem;
	overflow: hidden;
}

.cooperation_pomp .swiper-container .swiper-slide img {
	width: 6.90rem;
	height: 4.01rem;
}

.cooperation_pomp .swiper-container .swiper-pagination {
	height: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0.3rem;
}

.cooperation_pomp .swiper-container {
	--swiper-theme-color: #ff6600;
	--swiper-pagination-color: #00ff33;
	/* 两种都可以 */
}

.cooperation_pomp .swiper-pagination-bullet {
	width: 0.32rem;
	height: 0.08rem;
	display: inline-block;
	border-radius: 0.5rem;
	background: #DDDEE0;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #C4C4C4;
}

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

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

.invite>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.49rem;
}

.invite>div {
	position: relative;
	width: 7.5rem;
	height: 14.27rem;
}

.invite>div div:nth-child(1) {
	width: 6.9rem;
	height: 5.38rem;
	background: #FFFFFF;
	box-shadow: 0px 0.2rem 0.28rem 0.01rem rgb(115 152 255 / 15%);
	border-radius: 0.2rem;
	opacity: 1;
	border: 0.01rem solid #DEE7FF;
	margin: 0 auto;
	position: absolute;
	/* top: 0; */
	left: 0;
	right: 0;
	/* bottom: 0; */
	z-index: 999;
}

.invite>div div:nth-child(1) img {
	width: 6.9rem;
	height: 3.5rem;
	border-radius: 0.15rem;
}

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

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

.invite>div div:nth-child(2) {
	width: 7.5rem;
	height: 11.7rem;
	background: linear-gradient(271deg, #173FFD 0%, #617CFF 100%);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	position: absolute;
	z-index: 1;
	top: 2.67rem;
}

.invite>div div:nth-child(2) ul {
	width: 6.9rem;
	margin: 3.03rem auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.invite>div div:nth-child(2) ul li {
	width: 3.3rem;
	height: 3.88rem;
	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:nth-child(2) ul li:nth-child(3) {
	margin-top: 0.3rem;
}

.invite>div div:nth-child(2) ul li:nth-child(4) {
	margin-top: 0.3rem;
}

.invite>div div:nth-child(2) li img {
	width: 3.3rem;
	height: 2rem;
	border-radius: 0.15rem;
}

.invite>div div:nth-child(2) li h5 {
	font-size: 0.32rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 0.38rem;
	text-align: center;
}

.invite>div div:nth-child(2) li p {
	width: 2.9rem;
	height: 0.77rem;
	font-size: 0.28rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 0.35rem;
	text-align: center;
	margin: 0 auto;
}

/*校区*/
.campus_m {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 0.6rem;
}

.campus_m>span {
	display: block;
	width: 7.5rem;
	margin-top: 0rem;
	margin-bottom: 0.6rem;
	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.49rem;
}

.campus_m>div {
	width: 7.5rem;
	/*   height: 14.27rem; */
}

.campus_m>div div:nth-child(1) {
	width: 7.5rem;
	/*  height: 11.7rem; */
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
}

.campus_m>div div:nth-child(1) ul {
	width: 6.9rem;
	margin: 0rem auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.campus_m>div div:nth-child(1) ul li {
	width: 3.3rem;
	height: 3rem;
	background: #FFFFFF;
	box-shadow: 0px 0.2rem 0.28rem 0.01rem rgba(115, 152, 255, 0.15);
	border-radius: 0.2rem;
	opacity: 1;
	position: relative;
	overflow: hidden;
}

.campus_m>div div:nth-child(1) ul li:nth-child(3) {
	margin-top: 0.3rem;
}

.campus_m>div div:nth-child(1) ul li:nth-child(4) {
	margin-top: 0.3rem;
}

.campus_m>div div:nth-child(1) li img {
	width: 3.3rem;
	height: 3rem;
	border-radius: 0.15rem;
}

.campus_m>div div:nth-child(1) li h5 {
	width: 3.31rem;
	height: 0.6rem;
	line-height: 0.6rem;
	background: rgba(33, 75, 247, 0.5);
	/* 	opacity: 0.5; */
	font-size: 0.32rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 1;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
}

.campus_m>div div:nth-child(2) a {
	width: 6.9rem;
	height: 0.7rem;
	line-height: 0.7rem;
	border-radius: 0.2rem;
	opacity: 1;
	border: 0.02rem solid #214BF7;
	margin: 0.30rem auto 0;
	text-align: center;
	display: block;
	color: #214BF7;
}



.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;
}
/*职业技能*/
.zyjn_nav{
	width: 1200px;
	margin: 0 auto;
}
.zyjn_nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.zyjn_nav ul li{
  list-style: none;
  width: 205px;
  cursor: pointer;
  height: 64px;
}
.zyjn_nav ul li:nth-child(1){
  list-style: none;
  width: 195px;
  cursor: pointer;
}
.zyjn_nav ul li:nth-child(6){
  list-style: none;
  width: 195px;
  cursor: pointer;
}
.zyjn_nav ul li.on{
	background: url("../image/zyjn_navbg2.png") no-repeat;
}
.zyjn_nav ul li:nth-child(1).on{
	background: url("../image/zyjn_navbg1.png") no-repeat;
}
.zyjn_nav ul li:nth-child(6).on{
	background: url("../image/zyjn_navbg3.png") no-repeat;
}
.zyjn_nav ul li span{
	width: 185px;
	margin: 0 auto;
	display: block;
  background: #95B2FF;
  border-radius: 10px;
  line-height: 50px;
  text-align: center;
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
.zyjn_nav ul li:nth-child(1) span{
	margin: 0;
}
.zyjn_nav ul li:nth-child(6) span{
	margin-right: 0;
}
.zyjn_nav ul li.on span {
    background: none;
}
.zyjn_box{
	width: 1200px;
	margin: 0 auto;
	margin-top: -0.6px;
}
.zyjn_box1{
	width: 1200px;
	height: 460px;
	background: url("../image/zyjnbg.png") no-repeat;
	display: none;
	padding: 17px;
}
.zyjn_box1.on{
	display: block;
}
.zyjn_box1:nth-child(1){
	background: url("../image/zyjnbg1.png") no-repeat;
}
.zyjn_box1:nth-child(6){
	background: url("../image/zyjnbg2.png") no-repeat;
}
.zyjn_top1{
	display: flex;
	justify-content: space-between;
}
.zyjn_top1_left{
	width: 784px;
}
.zyjn_top1_right{
	width: 341px;
}
.zyjn_top1_right img{
	height: 256px;
}
.zyjn_line{
	width: 6px;
height: 27px;
background: #F6F7FB;
    margin-top: 8px;
    margin-right: 12px;
}
.zyjn_title{
font-family: Source Han Sans CN;
font-weight: 800;
font-size: 28px;
color: #FFFFFF;
}
.zyjn_top1_left1{
	    display: flex;
    justify-content: unset;
}
.zyjn_top1_left2{
font-family: Source Han Sans CN;
font-weight: 400;
font-size: 15px;
color: #FFFFFF;
line-height: 29px;
margin-top: 8px;
height: 150px;
}
.zyjn_top1_left3{
	width: 218px;
height: 51px;
background: #FF7821;
border-radius: 26px;
text-align: center;
line-height: 51px;
font-family: Source Han Sans CN;
font-weight: bold;
font-size: 22px;
color: #FFFFFF;
}
.zyjn_top2{
height: 156px;
background: #FFFFFF;
}
.zyjn_top2{
	display: flex;
	justify-content: space-around;
    margin-top: 14px;
}
.zyjn_pp1{
font-family: Source Han Sans CN;
font-weight: bold;
font-size: 16px;
color: #335AFF;
text-align: center;
margin-top: 16px;
line-height: 26px;
}
.zyjn_pp2{
	width: 40px;
height: 8px;
background: #FF7821;
border-radius: 4px;
margin: 0 auto;
margin-top: 13px;
    margin-bottom: 10px;
}
.zyjn_pp3{
font-family: Source Han Sans CN;
font-weight: 500;
font-size: 14px;
color: #666666;
line-height: 23px;
text-align: center;
}
.zyjn_b{
	margin-top: 14px;
}

/*职业技能*/
.zyjn_pomp {
}

.zyjn_pomp>span {
	display: block;
	width: 7.5rem;
	height: 2.8rem;
	overflow: hidden;
}

.zyjn_pomp>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.3rem;
}
.zyjn_pomp>span h3 {

font-family: Source Han Sans CN;
font-weight: 400;
font-size: 0.24rem;
color: #777777;
line-height: 0.36rem;
text-align: center;
margin-top: 0.2rem;

}
.zyjn_pomp .swiper-container {
	width: 6.9rem;
	padding-bottom: 0.8rem;
	border-radius: 0.15rem;
	overflow: hidden;
	margin-top: -1.3rem;
}

.zyjn_pomp .swiper-container .swiper-slide {
	height: 9.10rem;
	background: #4F7DF9;
	box-shadow: 0px 0.05rem 0.17rem 1px rgba(78,78,78,0.09);
	border-radius: 0.1rem;
	width: 6.9rem;
	overflow: hidden;
}
.zyjnm_title{
	width: 6.19rem;
height: 0.8rem;
background: #99B5FF;
border-radius: 0px 0px 0.42rem 0.42rem;
margin: 0 auto;

font-family: Source Han Sans CN;
font-weight: bold;
font-size: 0.36rem;
color: #FFFFFF;
line-height: 0.8rem;
text-align: center;
}
.zyjnm_img{
	margin-top: 0.25rem;
	text-align: center;
}
.zyjnm_img img{
	width: 4.98rem;
	height: 3.76rem;
}
.zyjnm_txt{
	width: 6.17rem;
	height: 2.8rem;
	margin: 0 auto;

	font-family: Source Han Sans CN;
	font-weight: 500;
	font-size: 0.23rem;
	color: #FFFFFF;
	line-height: 0.38rem;
	margin-top: 0.2rem;
}
.zyjnm_bt{
	width: 5.92rem;
height: 0.9rem;
background: #FF7821;
border-radius: 0.45rem;
font-family: Source Han Sans CN;
font-weight: 800;
font-size: 0.38rem;
color: #FFFFFF;
line-height: 0.9rem;
margin: 0 auto;
text-align: center;
}


.zyjn_pomp .swiper-container .swiper-pagination {
	height: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0.3rem;
}

.zyjn_pomp .swiper-container {
	--swiper-theme-color: #ff6600;
	--swiper-pagination-color: #00ff33;
	/* 两种都可以 */
}

.zyjn_pomp .swiper-pagination-bullet {
	width: 0.32rem;
	height: 0.04rem;
	display: inline-block;
	background-color: #266AF2;
	opacity: 0.3;
	border-radius: 0.01rem;
	margin: 0 0.06rem;
}
.zyjn_pomp .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #266AF2;
	width: 0.6rem;
}
/*校区动态*/
.xqdynamic_state {
	margin: 70px auto 0;
	width: 1200px;
	overflow: hidden;
	padding-bottom: 70px; 
	margin-bottom: -70px;
}
.xqdt_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xqdt_box1{
	width: 156px;
	height: 55px;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #214BF7;
	position: relative;
	margin-bottom: 18px;
}
.xqdt_box1 img{
	width: 154px;
	height: 53px;
}
.xqdt_p1{
	width: 156px;
	height: 55px;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: space-between;
	    align-items: center;
    padding: 0 13px 0 15px;
}
.xqdt_p1 a{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	text-align: left;
	font-style: normal;
	text-transform: none;
	font-weight: bold;
}
.xqdt_p1 a:hover{
	color:#214BF7
}
.xqdt_p1 img{
	width: 22px;
	height: 22px;
}
.xqdt_p1 img:nth-child(3){
	display: none;
}
.xqdt_p2{
	display: none;
}
.xqdt_p2 a{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	display: block;
	padding-left: 15px;
	padding-right: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xqdt_p2 a:hover{
	color:#214BF7
}
.xqdt_box1:hover{
	border-radius: 6px 6px 0px 0px;
	border-bottom: 0;
}
.xqdt_box1:hover .xqdt_p2{
	display: block;
	background: #FFFFFF;
	width: 156px;
	height: 74px;
	position: absolute;
	top: 54px;
	left: -1px;
	z-index: 999;
	border-radius: 0px 0px 6px 6px;
	border: 1px solid #214BF7;
	border-top: 0;
	padding-top: 7px;
}
.xqdt_box1:hover .xqdt_p1 img:nth-child(2){
	display: none;
}
.xqdt_box1:hover .xqdt_p1 img:nth-child(3){
	display: block;
}
/*校区动态移动*/
.xqdtm_pomp {
	padding-bottom: 0.3rem;
}

.xqdtm_pomp>span {
	display: block;
	width: 7.5rem;
	height: 1.3rem;
	overflow: hidden;
}

.xqdtm_pomp>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.3rem;
}
.xqdtm_box{
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	width: 7rem;
	margin: 0 auto;
	height: 4.5rem;
	overflow: hidden;
}
.xqdtm_box1 {
  width: 1.56rem;
  height: 0.55rem;
  background: #FFFFFF;
  border-radius: 0.06rem;
  border: 1px solid #214BF7;
  position: relative;
  margin-bottom: 0.22rem;
}
.xqdtm_box11 {
  width: 1.56rem;
  height: 0.55rem;
}
.xqdtm_box1 img {
  width: 1.52rem;
  height: 0.51rem;
}
.xqdtm_p1 {
  width: 1.56rem;
  height: 0.55rem;
  position: absolute;
  top: 0;
  padding-left: 0.15rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xqdtm_p1 a {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.28rem;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  font-weight: bold;
}
.xqdtm_p1 a:hover {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.28rem;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  font-weight: bold;
}
.xqdtm_more{
	display: flex;
	justify-content: center;
  align-items: center;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 0.26rem;
	color: #214BF7;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top: 0.2rem;
}
.xqdtm_more img{
	width: 0.24rem;
	height: 0.24rem;
	margin-left: 0.1rem;
}