@charset "utf-8";

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

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

img {
	border: 0;
}

b {
	font-weight: normal;
}

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

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

p {
	margin: 0 0 0;
}

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

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

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

a:hover {
	text-decoration: none;
}

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

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

.clearfix:after {
	clear: both;
}

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

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

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

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

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

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

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

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

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

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

	background: #F6F7FB;
}

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

.main {
	margin: 0 auto;
}

.header {
	width: 100%;
	height: 100px;
	z-index: 999;
	background: #ffffff;
	position: absolute;
	/* 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: 250px;
	height: 100px;
	display: block;
	margin-left: -17px;
}

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

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

}

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

.header .nav_list ul {}

.header .nav_list ul li {
	float: left;
	height: 100px;
	line-height: 100px;
	/* 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: 100px;
	-webkit-background-clip: text;
	margin-right: 31px;
	display: block;
	/* transform: translateX(-50%); */
}

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

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

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

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

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

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

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

.contact p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 100px;
	text-align: end;
}

/*banners*/
.course_nav .tab_top {
	background: url("/zhuzhan/220824/image/cooper/banner.png") no-repeat top center;
	width: 100%;
	background-size: auto;
	height: 400px;
	overflow: hidden;
	/* margin-top: 100px; */
}

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

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

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

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

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

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

.course_nav .top_nav {
	overflow: hidden;
}

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

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

.course_nav .tab-box .top_nav li div:first-child {
	margin-left: 0;
}

.course_nav .tab-box .top_nav li div p::before {
	content: "";
	width: 34px;
	height: 4px;
	background: #214BF7;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	display: block;
	margin-bottom: 13px;
	margin-left: 4px;
}

.course_nav .tab-box .top_nav li div>span img {
	float: left;
}

.course_nav .tab-box .top_nav li div>span h5 {
	width: 132px;
	height: 33px;
	font-size: 22px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 26px;
	margin: 8px 0 0 14px;
	float: left;
	text-align: center;
}

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

.course_nav .tab-box .top_nav li div p {
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
	width: 300px;
	margin: 3px auto 0;
}

.course_nav .tab-box li>div>span {
	width: 300px;
	height: 40px;
	line-height: 86px;
	display: block;
	margin: 26px auto 0;
}

/*合作*/
.Giant_cooperation {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.Giant_cooperation span {
	overflow: hidden;
}

.Giant_cooperation span h5 {
	font-size: 36px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #000000;
	line-height: 54px;
	text-align: center;
	margin-top: 69px;
}

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

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

/*咨询*/
.information {
	width: 1200px;
	margin: 70px auto 0;

}

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

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

.information>div:last-child .top_navs {
	overflow: hidden;
}

.information>div:last-child .top_navs>span {
	display: block;
	margin-bottom: 20px;
}

.information>div:last-child .top_navs>span h5 {
	float: left;
}

.information>div:last-child .top_navs>span p {
	float: left;
	font-size: 22px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 21px;
	/* text-indent:10px; */
}

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

.information>div:last-child .top_navs>span span {
	width: 98px;
	height: 25px;
	line-height:18px;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #214BF7;
	display: block;
	float: right;
	padding-left: 13px;
	color: #214BF7;
}

.information>div:last-child .top_navs>span span:hover {
	background: #214BF7;
	color: #FFFFFF;
}

.information>div:last-child .top_navs>span span:hover h5 {
	color: #FFFFFF;
}

.information>div:last-child .top_navs>span span h5 {
	font-size: 16px;
	line-height: 23px;
	font-family: Resource Han Rounded J-Normal, Resource Han Rounded J;
	font-weight: 400;
	margin: 0;
	color: #214BF7;
}

.information>div:last-child .top_navs>span span img {
	margin-left: 8px;
}

.information>div:nth-child(2) {
	width: 1200px;
	border-radius: 20px 20px 20px 20px;
	opacity: 1;
}

.information .list_md {
	margin: 0 auto;
}

.information .list_md>div {
	width: 277px;
	height:364px;
	background: #F6F7FB;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #DEE7FF;
	float: left;
	margin-right: 30px;
	overflow: hidden;
	position: relative;
}

.information .list_md>div:hover {
	background: #FFFFFF;
	border: 1px solid #DEE7FF;
}

.information .list_md>div:hover>div h3 {
	color: #214BF7;
}

.information .list_md>div:nth-child(4) {
	margin-right: 0;
}

.information .list_md>div>span {
	position: absolute;
	width: 68px;
	height: 62px;
	background: #214BF7;
	border-radius: 10px 10px 10px 10px;
	top: 13px;
	right: 11px;
}

.information .list_md>div>span h5 {
	width: 84px;
	height: 24px;
	background: #F77421;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	display: block;
	margin-top: 21px;
	text-align: center;

}

.information .list_md>div>span div h3 {
	text-align: center;
	font-size: 32px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 38px;
	margin: 0;
}

.information .list_md>div>span div p {
	text-align: center;
	font-size: 12px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 14px;
}

.information .list_md>div>div {
	width: 251px;
	margin: 0 auto;
}

.information .list_md>div>div h3 {
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 19px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 5px;
}

.information .list_md>div>div img {
	width: 251px;
	max-height: 196px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	margin: 13px 0 17px 0;
}

.information .list_md>div>div p {
	width: 241px;
	height: 100px;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	-webkit-background-clip: text;
	margin: 10px auto 0;
}

.information .list_md>div>div h5 {
	float: right;
	margin-top: 17px;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #F77521;
	line-height: 16px;
	margin-right: 11px;
}

/*职场*/
.job_market {
	width: 1200px;
	margin: 40px auto 0;
}

.job_market>div:last-child .top_navs {
	overflow: hidden;
}

.job_market>div:last-child .top_navs>span {
	display: block;
	margin-bottom: 20px;
}

.job_market>div:last-child .top_navs>span h5 {
	float: left;
}

.job_market>div:last-child .top_navs>span p {
	float: left;
	font-size: 22px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
}

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

.job_market>div:last-child .top_navs>span span {
	width: 98px;
	height: 25px;
	/* line-height:25px; */
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #214BF7;
	display: block;
	float: right;
	padding-left: 13px;
	color: #214BF7;
}

.job_market>div:last-child .top_navs>span span:hover {
	background: #214BF7;
	color: #FFFFFF;
}

.job_market>div:last-child .top_navs>span span:hover h5 {

	color: #FFFFFF;
}

.job_market>div:last-child .top_navs>span span h5 {
	font-size: 16px;
	line-height: 23px;
	font-family: Resource Han Rounded J-Normal, Resource Han Rounded J;
	font-weight: 400;
	margin: 0;
	color: #214BF7;
}

.job_market>div:last-child .top_navs>span span img {
	margin-left: 8px;
}

.job_market>div:nth-child(2) {
	width: 1200px;
	height: 410px;
	background: #FFFFFF;
	border-radius: 20px 20px 20px 20px;
	opacity: 1;
}

.dynamic_container {
	width: 585px;
	height: 420px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #DEE7FF;
	float: left;
	position: relative;
}

.swiper-container1 {
	width: 560px;
	overflow: hidden;
	margin-top: 13px;
}

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

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

.dynamic_container  .swiper-container1 .swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 22px !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;
}

.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 div:first-child .swiper-slide a>div {
	height: 407px;
	overflow: hidden;
}

.dynamic_modal div:first-child .swiper-slide a>div>div:first-child {
	width: 559px;
	height: 354px;
	overflow: hidden;
	    border-radius: 10px;
}

.dynamic_modal div:first-child .swiper-slide a>div>div:first-child>img {
	width: 559px;
	opacity: 1;
	border-radius: 10px;
	display: block;
}

.dynamic_modal div:first-child .swiper-slide a>div>div:nth-child(2) {
	width: 68px;
	height: 68px;
	background: #214BF7;
	border-radius: 10px 10px 10px 10px;
	position: absolute;
	bottom: 53px;
	left: 0;
}

.dynamic_modal div:first-child .swiper-slide a>div>div:nth-child(2) h4 {
	font-size: 32px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
}

.dynamic_modal div:first-child .swiper-slide a>div>div:nth-child(2) p {
	font-size: 12px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 14px;
	text-align: center;
}

.dynamic_modal div:first-child .swiper-slide span {
	width: 553px;
	height: 53px;
	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 .swiper-slide span>p {
	width: 455px;
	height: 24px;
	font-size: 16px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #214BF7;
	line-height: 19px;
	margin: 14px 0 0 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dynamic_modal div:first-child .swiper-slide span>div {
	margin: 6px 0 0 22px;
}

.dynamic_modal div:first-child .swiper-slide span>div img {
	float: left;
	margin-right: 4px;
}

.dynamic_modal div:first-child .swiper-slide span>div p {
	font-size: 16px;
	height: 15px;
	line-height: 18px;
	margin: 0;
	float: left;
	color: #fff;
}

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

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

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

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

.dynamic_modal .state_list span span h5 {
	font-size: 16px;
	line-height: 21px;
	font-family: Resource Han Rounded J-Normal, Resource Han Rounded J;
	font-weight: 400;
	margin: 0;
}

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

.dynamic_modal .state_list ul li {
	width: 585px;
	height: 126px;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #DEE7FF;
	margin-bottom: 21px;
}

.dynamic_modal .state_list ul li>a {
	display: flex;
	flex-shrink: 0;
}

.dynamic_modal .state_list ul li:first-child>p {
	margin-top: 11px;
}

.dynamic_modal .state_list ul li p i {
	font-style: normal;
	margin-right: 8px;
}
.dynamic_modal .state_list ul li a>div {
	width: 158px;
	height: 100px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	flex-shrink: 0;
	margin: 12px 20px 13px 13px;
	overflow:hidden;
}
.dynamic_modal .state_list ul li a>div>img {
	width: 158px;
}

.dynamic_modal .state_list ul li span {
	flex-shrink: 0;
}

.dynamic_modal .state_list ul li span>i {
	width: 20px;
	height: 4px;
	background: #214BF7;
	border-radius: 6px 6px 6px 6px;
	display: block;
	margin: 28px 0 11px 0;
}

.dynamic_modal .state_list ul li.on span>i {
	background: #fff;
}

.dynamic_modal .state_list ul li a span:nth-child(2) p {
	width: 275px;
	height: 48px;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 19px;
}

.dynamic_modal .state_list ul li.on a span:nth-child(2) p {
	color: #FFFFFF;
}

.dynamic_modal .state_list ul li a span:nth-child(3) {
	width: 68px;
	height: 68px;
	background: #214BF7;
	border-radius: 10px 10px 10px 10px;
	margin-top: 29px;
	margin-left: 27px;
}

.dynamic_modal .state_list ul li.on a span:nth-child(3) {
	background: #FFFFFF;
	/* border: 1px solid #214BF7; */
}

.dynamic_modal .state_list ul li a span:nth-child(3) h4 {
	text-align: center;
	font-size: 32px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 45px;
	margin: 0;
}

.dynamic_modal .state_list ul li a span:nth-child(3) p {
	text-align: center;
	font-size: 12px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 14px;
}

.dynamic_modal .state_list ul li.on a span:nth-child(3) h4 {
	color: #214BF7;
}

.dynamic_modal .state_list ul li.on a span:nth-child(3) p {
	color: #214BF7;
}

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

.dynamic_modal .state_list ul li:first-child.on {
	/* margin-top: 0px; */
}

.dynamic_modal .state_list ul li.on {
	width: 585px;
	height: 126px;
	background: #214BF7;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #DEE7FF;
	position: relative;
	transition: width 0.2s ease-in-out 0s;

}

.dynamic_modal .state_list ul li.on a>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: 32px;
	margin-top: 18px;
	margin-bottom: 10px;
}

.dynamic_modal .swiper-button-next.swiper-button-disabled {
	background: #FFFFFF;
	background-image: url(/zhuzhan/220824/image/d_r.png) !important;
	background-repeat: no-repeat;
	background-size: 25% !important;
	background-position: 10px;
	opacity: 1;
}

.dynamic_modal .swiper-button-prev.swiper-button-disabled {
	background: #FFFFFF;
	background-image: url(/zhuzhan/220824/image/d_l.png) !important;
	background-repeat: no-repeat;
	background-size: 25% !important;
	background-position: 10px;
	opacity: 1;
}

.dynamic_modal .swiper-button-prev {
	background-size: 52% !important;
}

.dynamic_modal .swiper-button-next {
	background-size: 52% !important;
}

/*视频*/
.cooperative {
	width: 1200px;
	margin: 40px auto 0;
}

.cooperative>div:last-child .top_navs {
	overflow: hidden;
}

.cooperative>div:last-child .top_navs>span {
	display: block;
	margin-bottom: 20px;
}

.cooperative>div:last-child .top_navs>span h5 {
	float: left;
}

.cooperative>div:last-child .top_navs>span p {
	float: left;
	font-size: 22px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 20px;
	/* text-indent:10px; */
}

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

.cooperative>div:last-child .top_navs>span span {
	width: 98px;
	height: 25px;
	/* line-height:25px; */
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #214BF7;
	display: block;
	float: right;
	padding-left: 13px;
	color: #214BF7;
}

.cooperative>div:last-child .top_navs>span span:hover {
	background: #214BF7;
	color: #FFFFFF;
}

.cooperative>div:last-child .top_navs>span span:hover h5 {
	color: #FFFFFF;
}

.cooperative>div:last-child .top_navs>span span h5 {
	font-size: 16px;
	line-height: 23px;
	font-family: Resource Han Rounded J-Normal, Resource Han Rounded J;
	font-weight: 400;
	margin: 0;
	color: #214BF7;
}

.cooperative>div:last-child .top_navs>span span img {
	margin-left: 8px;
}

.cooperative .list_md {
	width: 1200px;
	margin: 0 auto;
}

.cooperative .list_md>div {
	width: 277px;
	height: 200px;
	background: #FFFFFF;
	box-shadow: 0px 7px 20px 1px rgba(115, 152, 255, 0.15);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
}

.cooperative .list_md>div {
	float: left;
	margin-right: 30px;
}

.cooperative .list_md>div p {
	height: 45px;
	line-height: 45px;
	padding-left: 24px;
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
}

.cooperative .list_md>div:nth-child(4) {
	margin-right: 0;
}

.cooperative .list_md>div:nth-child(8) {
	margin-right: 0;
}

.cooperative .list_md>div:nth-child(n+5):nth-child(-n+8) {
	margin-top: 30px;
}

.cooperative .list_md>div>span {
	margin: 0 auto;
	display: block;
	position: relative;
	width: 277px;
	height: 155px;
	overflow: hidden;
}

.cooperative .list_md>div>span>a img {
	width: 100%;
	border-radius: 10px;
}

.cooperative .list_md>div>span div {
	width: 277px;
	height: 155px;
	background: rgba(68, 68, 68, 0.64);
	box-shadow: 0px 13px 12px 1px rgb(115 152 255 / 20%);
	border-radius: 10px 10px 10px 10px;
	position: absolute;
	top: 0;
	display: none;
}

.cooperative .list_md>div>span div.on {
	display: block;
}

.cooperative .list_md>div>span div img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 48px;
	height: 48px;
}

/*logo*/
.Corporate_logo {
	width: 1200px;
	margin: 71px auto 0;

}

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

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

.Corporate_logo>div img {
	margin-right: 30px;
	margin-bottom: 30px;
	width: 175px;
	height: 80px;
	display: block;
	float: left;
}

.Corporate_logo>div img:hover {
	transform: scale(1.1);
	transition: 0.8s;
}

.Corporate_logo>div img:nth-child(6) {
	margin-right: 0;
}

.Corporate_logo>div img:nth-child(12) {
	margin-right: 0;
}

.Corporate_logo>div img:nth-child(18) {
	margin-right: 0;
}

.Corporate_logo>div img:nth-child(24) {
	margin-right: 0;
}

.Corporate_logo>div img:nth-child(30) {
	margin-right: 0;
}




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

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

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

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

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

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

.top_banner img {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.sidenavs>span div {
	display: flex;
}

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

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

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

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

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

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

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

.banner_list .onshows {
	display: none;
}

.banner_list .tap_navs {
	width: 2rem;
	border-radius: 0.2rem;
	opacity: 1;
	margin: 0rem auto 0;
	justify-content: space-between;
	border-radius: 0.15rem;
	opacity: 1;
}

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

.banner_list .tap_navs>div img {
	width: 2rem;
	height: 1.6rem;
}

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

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

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

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

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

.banner_list .tap_navs p {
	font-size: 0.28rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 0.33rem;
	margin-top: 0.20rem;
	text-align: center;
}

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

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

.banner_list ul li {
	width: 2rem;
}

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

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

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

/*大厂*/
.cooperation_pomp {
	margin-top:2.4rem;
	position: relative;
}

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

.Giant_list_m {
	width: 6.9rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0rem;
	z-index: 999;
	margin: auto;
}

.Giant_list_m ul {
	margin-top: 0.5rem;
	border-radius: 0.1rem;
	overflow: hidden;
	width: 6.6rem;
	margin: 0 auto 0.23rem;
}

.Giant_list_m ul li {
	width: 2.2rem;
	height: 0.7rem;
	background: rgba(255, 255, 255, 0.6);
	/* 	box-shadow: 0px 20px 28px 1px rgba(115, 152, 255, 0.15); */
	float: left;
}

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

.Giant_list_m ul li.on {
	opacity: 1;
	background: rgba(255, 255, 255, 1);

}

.Giant_list_m ul li h5 {
	text-align: center;
	font-size: 0.28rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 0.33rem;
}

/*咨询*/
.information_m {
	width: 7.5rem;
	margin: 0.7rem auto 0;
}

.information_m>div:first-child 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;
	text-align: center;
}

.information_m>div:first-child p {
	font-size: 0.16rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 0.19rem;
	text-align: center;
	margin-bottom: 0.50rem;
}

.information_m>div:last-child .top_navs {
	overflow: hidden;
}

.information_m>div:last-child .top_navs>span {
	width: 6.9rem;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.22rem;
	margin-top: 0.20rem;
}

.information_m>div:last-child .top_navs>span h5 {
	float: left;
}

.information_m>div:last-child .top_navs>span p {
	font-size: 0.3rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 0.35rem;
	margin:0;
}

.information_m>div:last-child .top_navs>span p::before {
	content: "";
	width: 0.06rem;
	height: 0.26rem;
	background: #214BF7;
	border-radius: 0.04rem;
	opacity: 1;
	display: inline-block;
	margin-right: 0.01rem;
	line-height: 22px;
	margin-right: 0.25rem;
}

.information_m>div:last-child .top_navs>span span {
	width: 1.36rem;
	height: 0.37rem;
	line-height: 0.37rem;
	border-radius: 0.10rem;
	opacity: 1;
	border: 0.01rem solid #214BF7;
	display: block;
	float: right;
	color: #214BF7;
	display: flex;
	justify-content: space-around;
}

/* .information_m>div:last-child .top_navs>span span:hover {
	background: #214BF7;
	color: #FFFFFF;
} */

.information_m>div:last-child .top_navs>span span h5 {
	font-size: 0.24rem;
	font-family: Resource Han Rounded J-Normal, Resource Han Rounded J;
	font-weight: 400;
	margin: 0;
	height: 0.37rem;
	line-height: 0.34rem;
}

.information_m>div:last-child .top_navs>span span img {
	width: 0.08rem;
	height: 0.15rem;
	display: inline-block;
	margin-top: 0.08rem;
	margin-right: 0.03rem;
}

.information_m>div:nth-child(2) {
	width: 6.90rem;
	border-radius: 0.20rem;
	opacity: 1;
	margin: 0 auto;
}

.information_m .list_md {
	width:7.2rem;
	margin: 0 auto;
	display: flex;
	overflow-x: scroll;
	overflow-y: hidden;
	padding-right: 0.01rem;
}

/*修改滚动条样式*/
.information_m .list_md::-webkit-scrollbar {
	width: 6.3rem;
	height: 0.2rem;
	background: #F6F7FB;
	border-radius: 0.1rem;
	display: none;
	/**/
}

.information_m .list_md::-webkit-scrollbar-track {
	/* background: rgb(239, 239, 239); */
	background: #F6F7FB;
	border-radius: 0.1rem;
	display: none;
}

.information_m .list_md::-webkit-scrollbar-thumb {
	background: #214BF7;
	border-radius: 0.1rem;
	display: none;
}

.information_m .list_md>div {
	width: 4.8rem;
	height:5.6rem;
	background: #FFFFFF;
	/* box-shadow: 0px 0.2rem 0.28rem 0px rgba(115, 152, 255, 0.1500); */
	border-radius: 0.2rem;
	border: 0.01rem solid #DEE7FF;
	margin-right: 0.3rem;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
}

.information_m .list_md>div:hover {
	background: #FFFFFF;
	border: 1px solid #DEE7FF;
}

.information_m .list_md>div:hover>div h3 {
	color: #214BF7;
}

.information_m .list_md>div:nth-child(4) {
	margin-right: 0;
}

.information_m .list_md>div>span {
	position: absolute;
	    width: 1.1rem;
	    height: 1.1rem;
	    background: #214BF7;
	    border-radius: 0.2rem;
	    top: 0.26rem;
	    right: 0.24rem;
}

.information_m .list_md>div>span h5 {
	width: 84px;
	height: 24px;
	background: #F77421;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	display: block;
	margin-top: 21px;
	text-align: center;

}

.information_m .list_md>div>span div h3 {
	text-align: center;
	font-size: 0.54rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.68rem;
	margin: 0;
}

.information_m .list_md>div>span div p {
	text-align: center;
	font-size: 0.24rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.28rem;
}

.information_m .list_md>div>div {
	width: 4.3rem;
	margin: 0 auto;
}

.information_m .list_md>div>div h3 {
	font-size: 0.28rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 0.33rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 0.05rem;
}

.information_m .list_md>div>div img {
	width: 4.3rem;
	/* height: 3.35rem; */
	background: #FFFFFF;
	border-radius: 0.2rem;
	margin: 0.25rem auto 0.19rem;
	display: block;
}

.information_m .list_md>div>div p {
	width: 4.24rem;
	height: 1.33rem;
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 0.47rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	-webkit-background-clip: text;
	margin: 0.1rem auto 0;
}

.information_m .list_md>div>div h5 {
	float: right;
	font-size: 0.24rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #F77521;
	line-height: 0.28rem;
	margin-right: 0.05rem;
	margin-top:0.32rem;
}

/*职场*/
.job_market_m {
	width: 6.9rem;
	margin: 0.4rem auto 0;
}

.job_market_m>div:first-child 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;
	text-align: center;
}

.job_market_m>div:last-child .top_navs {
	overflow: hidden;
}

.job_market_m>div:last-child .top_navs>span {
	width: 6.9rem;
	display: flex;
	justify-content: space-between;
}

.job_market_m>div:last-child .top_navs>span h5 {
	float: left;
}

.job_market_m>div:last-child .top_navs>span p {
	font-size: 0.3rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 0.35rem;
	margin-bottom:0.20rem;
}

.job_market_m>div:last-child .top_navs>span p::before {
	content: "";
	width: 0.06rem;
	height: 0.26rem;
	background: #214BF7;
	border-radius: 0.04rem;
	opacity: 1;
	display: inline-block;
	margin-right: 0.01rem;
	line-height: 22px;
	margin-right: 0.25rem;
}

.job_market_m>div:last-child .top_navs>span span {
	width: 1.36rem;
	height: 0.37rem;
	line-height: 0.37rem;
	border-radius: 0.10rem;
	opacity: 1;
	border: 0.01rem solid #214BF7;
	display: block;
	float: right;
	color: #214BF7;
	display: flex;
	justify-content: space-around;
}



.job_market_m>div:last-child .top_navs>span span h5 {

	font-size: 0.24rem;
	height: 0.37rem;
	line-height: 0.34rem;
	font-family: Resource Han Rounded J-Normal, Resource Han Rounded J;
	font-weight: 400;
	color: #214BF7;
	margin: 0;
}

.job_market_m>div:last-child .top_navs>span span img {
	/* margin-right:0.13rem; */
	width: 0.08rem;
	height: 0.15rem;
	display: inline-block;
	margin-top: 0.08rem;
}

.job_market_m>div:nth-child(2) {
	width: 6.9rem;
	height: 4.1rem;
	background: #FFFFFF;
	border-radius: 0.20rem;
	opacity: 1;
}

.dynamic_containers {
	width: 6.9rem;
	height: 5.5rem;
	background: #FFFFFF;
	box-shadow: 0px 0.2rem 0.28rem 0px rgba(115, 152, 255, 0.1500);
	border-radius: 0.2rem;
	opacity: 1;
	border: 1px solid #DEE7FF;
	position: relative;
}

.swiper-container2 {
	width: 6.9rem;
	height:5.3rem;
	overflow: hidden;
	margin-top: 0.13rem;
}

.swiper-container2 .swiper-button-prev {
	background-image: url(/zhuzhan/220824/image/left1.png) !important;
	right:1rem !important;
	left: auto !important;
	background-size: 80% !important;
}

.swiper-container2 .swiper-button-next {
	background-image: url(/zhuzhan/220824/image/right1.png) !important;
	right: 0.5rem !important;
	left: auto;
	background-size: 80% !important;
}

.dynamic_containers .swiper-container2 .swiper-button-next {
	position: absolute;
	top:0.30rem !important;
	width:0.50rem !important;
	height:0.50rem !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;
}
.dynamic_containers .swiper-container2 .swiper-button-prev{
	position: absolute;
	top:0.30rem !important;
	width:0.50rem !important;
	height:0.50rem !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;
}
.dynamic_modals div:first-child h4 i {
	float: left;
	position: relative;
}

.dynamic_modals 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_modals div:first-child .swiper-slide {
	width: 6.9rem;
}

.dynamic_modals div:first-child .swiper-slide a>div {
	height: 6.4rem;
	overflow: hidden;
	margin: 0 auto;
}

.dynamic_modals div:first-child .swiper-slide a>div>div:first-child {
	width: 6.4rem;
	height: 4.06rem;
	overflow: hidden;
	margin: 0 auto;
}

.dynamic_modals div:first-child .swiper-slide a>div>div:first-child>img {
	width: 6.4rem;
	opacity: 1;
	border-radius: 0.1rem;
	display: block;
	margin: 0 auto;
}

.dynamic_modals div:first-child .swiper-slide a>div>div:nth-child(2) {
    width: 1.1rem;
    height: 1.1rem;
    background: #214BF7;
    border-radius: 0.2rem;
    position: absolute;
    bottom: 1.25rem;
    left: 0.25rem;
}

.dynamic_modals div:first-child .swiper-slide a>div>div:nth-child(2) h4 {
	font-size: 0.54rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.63rem;
	text-align: center;
	margin:0;
}

.dynamic_modals div:first-child .swiper-slide a>div>div:nth-child(2) p {
	font-size: 0.24rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height:0.24rem;
	text-align: center;
}

.dynamic_modals div:first-child .swiper-slide span {

}

.dynamic_modals div:first-child .swiper-slide span>p {
	width: 6.06rem;
	height: 0.78rem;
	font-size: 0.26rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 0.4rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	margin:0.20rem 0 0 0.30rem;
}

.dynamic_modals div:first-child .swiper-slide span>div {
	margin: 6px 0 0 22px;
}

.dynamic_modals div:first-child .swiper-slide span>div img {
	float: left;
	margin-right: 4px;
}

.dynamic_modals div:first-child .swiper-slide span>div p {
	font-size: 16px;
	height: 15px;
	line-height: 18px;
	margin: 0;
	float: left;
	color: #fff;
}

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

.dynamic_modals .swiper-button-next.swiper-button-disabled {
	background: #FFFFFF;
	background-image: url(/zhuzhan/220824/image/d_r.png) !important;
	background-repeat: no-repeat;
	background-size: 25% !important;
	background-position: 10px;
	opacity: 1;
}

.dynamic_modals .swiper-button-prev.swiper-button-disabled {
	background: #FFFFFF;
	background-image: url(/zhuzhan/220824/image/d_l.png) !important;
	background-repeat: no-repeat;
	background-size: 25% !important;
	background-position: 10px;
	opacity: 1;
}

.dynamic_modals .swiper-button-prev {
	background-size: 52% !important;
}

.dynamic_modals .swiper-button-next {
	background-size: 52% !important;
}

/*视频*/
.cooperative_m {
	width: 7.5rem;
	margin: 0.40rem auto 0;
}

.cooperative_m>div:first-child 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;
	text-align: center;
}

.cooperative_m>div:last-child .top_navs {
	overflow: hidden;
}

.cooperative_m>div:last-child .top_navs>span {
	width: 6.9rem;
	display: flex;
	justify-content: space-between;
	margin: 0rem auto 0.20rem;
}

.cooperative_m>div:last-child .top_navs>span h5 {
	float: left;
}

.cooperative_m>div:last-child .top_navs>span p {
	font-size: 0.3rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 0.3rem;
	margin-left: 0.1rem;
}

.cooperative_m>div:last-child .top_navs>span p::before {
	content: "";
	width: 0.06rem;
	height: 0.26rem;
	background: #214BF7;
	border-radius: 0.04rem;
	opacity: 1;
	display: inline-block;
	margin-right: 0.01rem;
	line-height: 22px;
	margin-right: 0.16rem;
}

.cooperative_m>div:last-child .top_navs>span span {
	width: 1.36rem;
	height: 0.37rem;
	line-height: 0.37rem;
	border-radius: 0.10rem;
	opacity: 1;
	border: 0.01rem solid #214BF7;
	display: block;
	float: right;
	margin-right: 0.1rem;
	color: #214BF7;
	display: flex;
	justify-content: space-around;
}

.cooperative_m>div:last-child .top_navs>span span h5 {
	font-size: 0.24rem;
	height: 0.37rem;
	line-height: 0.34rem;
	font-family: Resource Han Rounded J-Normal, Resource Han Rounded J;
	font-weight: 400;
	color: #214BF7;
	margin: 0;
}

.cooperative_m>div:last-child .top_navs>span span img {
	width: 0.08rem;
	height: 0.15rem;
	display: inline-block;
	margin-top: 0.08rem;
}

.cooperative_m .list_md {
	width: 7.15rem;
	margin: 0 0 0 0.35rem;
	display: flex;
}

.cooperative_m .list_md .swiper-slide {
	width: 277px;
	height: 200px;
	background: #FFFFFF;
	box-shadow: 0px 7px 20px 1px rgba(115, 152, 255, 0.15);
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	overflow: hidden;
}

.cooperative_m .list_md .swiper-slide img {
	width: 277px;
}

.cooperative_m .list_md>div p {
	height: 45px;
	line-height: 45px;
	padding-left: 24px;
}

.cooperative_m .list_md>div:nth-child(4) {
	margin-right: 0;
}

.cooperative_m .list_md>div:nth-child(8) {
	margin-right: 0;
}

.cooperative_m .list_md>div:nth-child(n+5):nth-child(-n+8) {
	margin-top: 30px;
}

.cooperative_m .list_md>div>span {
	margin: 0 auto;
	display: block;
	position: relative;
}

.cooperative_m .list_md>div>span div {
	width: 277px;
	height: 155px;
	background: rgba(68, 68, 68, 0.64);
	box-shadow: 0px 13px 12px 1px rgb(115 152 255 / 20%);
	border-radius: 10px 10px 10px 10px;
	position: absolute;
	top: 0;
	display: none;
}

.cooperative_m .list_md>div>span div.on {
	display: block;
}

.cooperative_m .list_md>div>span div img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/*资源*/
.resources_m {
	width: 7.5rem;
	margin: 0.8rem auto 0;
}

.resources_m>div:first-child h5 {
	font-size: 0.4rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 0.47rem;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0.50rem;
}

.resources_m>div:last-child {
	margin-bottom: 0.50rem;
	position: relative;
	width:7.5rem;
	overflow:hidden;
}
.resources_m>div:last-child>div{
	display:flex;
}
.resources_m>div:last-child img{
	width: 100%;
	/* height: 0.8rem; */
	margin-bottom: 0.30rem;
}
.resources_m>div:last-child>div:nth-child(1){
	-webkit-animation:8s rowup linear infinite normal;
	animation:8s rowup linear infinite normal;
}
.resources_m>div:last-child>div:nth-child(2) {
	-webkit-animation: 8s rowup2 linear infinite normal;
	animation: 8s rowup2 linear infinite normal;
}
.resources_m>div:last-child>div:nth-child(3) {
	-webkit-animation: 8s rowup linear infinite normal;
	animation: 8s rowup linear infinite normal;
}
.resources_m>div:last-child>div:nth-child(4) {
	-webkit-animation: 8s rowup2 linear infinite normal;
	animation: 8s rowup3 linear infinite normal;
}
.resources_m>div:last-child>div:nth-child(5) {
	-webkit-animation: 8s rowup3 linear infinite normal;
	animation: 8s rowup3 linear infinite normal;
}
@keyframes rowup {
				0% {
					-webkit-transform: translate3d(-2.5rem, 0, 0);
					transform: translate3d(-2.5rem, 0, 0);
				}
 
				100% {
					-webkit-transform: translate3d(2.5rem, 0px, 0);
					transform: translate3d(2.5rem, 0px, 0);
				}
			}
			@keyframes rowup2 {
							0% {
								-webkit-transform: translate3d(-1.5rem, 0, 0);
								transform: translate3d(-1.5rem, 0, 0);
							}
			 
							100% {
								-webkit-transform: translate3d(3rem, 0px, 0);
								transform: translate3d(3rem, 0px, 0);
							}
						}
@keyframes rowup3 {
				0% {
					-webkit-transform: translate3d(-2.5rem, 0, 0);
					transform: translate3d(-2.5rem, 0, 0);
				}
 
				100% {
					-webkit-transform: translate3d(3.5rem, 0px, 0);
					transform: translate3d(3.5rem, 0px, 0);
				}
			}
/*foots*/
.content {
	display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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