/* 首页 */
.index,
.index>.about,
.index>.train-content,
.index>.team,
.index>.news {
	width: 100%;
	background: #ffffff;
}

.index>.about>.content,
.index>.train-content>.content,
.index>.news>.content {
	width: 100%;
}

.index>.about>.content .index>.about>.content {
	background: #ffffff;
}

.index>.about>.content>.topic {
	width: 100%;
}

.index>.about>.content>.topic ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
	padding-bottom: 20px;
}

.index>.about>.content>.topic ul li {
	float: left;
	margin: 0 4px;
	margin-top: 15px;
}

.index>.about>.content>.topic ul li a {
	display: block;
	text-align: center;
	color: #ffffff;
	position: relative;
}

.index>.about>.content>.topic ul li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.index>.about>.content>.topic ul li a>h3 {
	font-size: 1.5rem;
	position: absolute;
	top: 19%;
	left: 50%;
	transform: translateX(-50%);
}

.index>.about>.content>.topic ul li a>p {
	width: 100%;
	font-size: 1.2rem;
	position: absolute;
	top: 56%;
	left: 50%;
	transform: translateX(-50%);
}

.index>.about>.content>.topic ul li a>.arrow {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 32px;
	background: #a6e2f5;
	border-radius: 50%;
	position: absolute;
	top: 20px;
	right: 27px;
	display: none;
}

.index>.about>.content>.topic ul li a>.arrow>img {
	width: 22px;
	height: 14px;
}

.index>.about>.content>.bottom {
	width: 100%;
	margin-top: 30px;
}

.index>.about>.content>.bottom>.left {
	width: 100%;
	margin-bottom: 20px;
}

.index>.about>.content>.bottom>.left>h2 {
	font-size: 3.5rem;
	color: #a3b4c7;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

.index>.about>.content>.bottom>.left>h3 {
	font-size: 1.5rem;
	color: #333333;
	text-align: center;
	margin-top: 10px;
}

.index>.about>.content>.bottom>.right {
	width: 100%;
	padding: 0 14px;
	    box-sizing: border-box;
}

.index>.about>.content>.bottom>.right>h2 {
	font-size: 40px;
	color: #333333;
	margin-top: 0;
	margin-bottom: 47px;
}

.index>.about>.content>.bottom>.right>p {
	font-size: 1.3rem;
	color: #999999;
	line-height: 1.8;
	margin-bottom: 25px;
	text-align: center;
}

.index>.about>.content>.bottom .arrow-wrap {
	    width: 100%;
	    margin-top: 20px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
}
.index>.about>.content>.bottom .arrow-wrap>.more {
	font-size: 1.3rem;
	color: #077AF6;
	font-weight: bold;
}

.index>.about>.content>.bottom .arrow-wrap>.arrow {
	display: block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	background: #077af6;
	border-radius: 50%;
	margin-right: 5px;
}

.index>.about>.content>.bottom .arrow-wrap>.arrow>img {
	width: 14px;
	height: auto;
}

.index>.about {
	padding-bottom: 60px;
}


/* train */
.index>.train-content {
	background: #f7f7f7;
	padding-bottom: 120px;
}

.index>.train-content .left {
	width: 100%;
	padding-top: 20px;
	margin-bottom: 20px;
}

.index>.train-content .left>h2 {
	font-size: 3.5rem;
	    color: #a3b4c7;
	    text-align: center;
	    margin-top: 0;
	    margin-bottom: 0;
}

.index>.train-content .left>h3 {
	    font-size: 1.5rem;
	    color: #333333;
	    text-align: center;
	    margin-top: 10px;
}

.index>.train-content ul {
	width: 100%;
	padding: 0 14px;
	box-sizing: border-box;
}

.index>.train-content .list-card {
  width: 100%;
  height: 10.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
  margin-bottom: 14px;
  overflow: hidden;
}

.index>.train-content .list-card .img-wrap {
      width: 7.5rem;
      height: 10.5rem;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
	  background-color: #077AF6;
}
.index>.train-content .list-card:nth-child(2) .img-wrap {
	background-color: #1ac37f;
}

.index>.train-content .list-card .img-wrap img {
  width: 4.5rem;
  height: auto;
  vertical-align: bottom;
}

.index>.train-content .list-card .list {
  width: 0;
  flex-grow: 1;
  border: none;
  padding-left: 14px;
}

.index>.train-content .list-card .list h2 {
  font-size: 20px;
  margin-top: 15px;
  color: #333333;
}

.index>.train-content .list-card .list p {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #aaaebc;
  margin: 15px 0;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
}

.index>.train-content .list-card .list h2>a {
  color: #333333;
  font-size: 1.4rem;
}
.index>.train-content .list-card .list p>a {
	color: #077af6;
	font-size: 1.2rem;
}
.index>.train-content .list-card .list img {
  width: 12px;
  height: 12px;
}

.index>.train-content .list-card .list .time {
  font-size: 14px;
  color: #999999;
  margin-left: 7px;
}

/* team */
.index>.team {
	background: #ffffff;
}

.index>.team .left {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	/* float: left; */
}

.index>.team .left>h2 {
	font-size: 3.5rem;
	    color: #a3b4c7;
	    text-align: center;
	    margin-top: 0;
	    margin-bottom: 0;
}

.index>.team .left>h3 {
	    font-size: 1.5rem;
	    color: #333333;
	    text-align: center;
	    margin-top: 10px;
}

/* 首页新闻 */
.index>.news {
	width: 100%x;
	margin: 0 auto;
	padding-top: 20px;
	background-color: #f3f4fa;
}

.index>.news>.left {
	width: 100%;
	    margin: 0 auto;
	    margin-top: 20px;
	    margin-bottom: 20px;
}

.index>.news>.left>h2 {
	font-size: 3.5rem;
	    color: #a3b4c7;
	    text-align: center;
	    margin-top: 0;
	    margin-bottom: 0;
}

.index>.news>.left>h3 {
	font-size: 1.5rem;
	    color: #333333;
	    text-align: center;
	    margin-top: 10px;
}

.index>.news>.content .topic {
	width: 100%;
}

.index>.news>.content .topic ul {
	width: 1220px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: -20px;
}

.index>.news>.content .topic ul li {
	width: 384px;
	float: left;
	margin-left: 20px;
	padding-bottom: 40px;
	background: url(../img/arrow-top.png) left bottom no-repeat;
	background-size: 17px 19px;
}

.index>.news>.content .topic ul li.on {
	background: url(../img/arrow-top-on.png) left bottom no-repeat;
	background-size: 30px 30px;
	border-bottom: 5px solid #077af6;
}

.index>.news>.content .topic ul li>img {
	width: 340px;
	height: 190px;
}

.index>.news>.content .topic ul li>h3>a {
	display: block;
	font-size: 20px;
	color: #1b1b1b;
}

.index>.news>.content .topic ul li>h3>a:hover {
	color: #077af6;
}

.index>.news>.content .topic ul li p.des {
	color: #6c7377;
	font-size: 14px;
	line-height: 1.8;
	padding-bottom: 24px;
	border-bottom: 1px solid #f0f2f3;
}

.index>.news>.content .topic ul li p.time {
	width: 100%;
	height: 30px;
}

.index>.news>.content .topic ul li>p.time span {
	font-size: 30px;
	color: #6a7479;
	display: none;
}

/* 在线报名 */
.enroll {
	width: 100%;
	margin: 0 auto;
}

.enroll>.title {
  width: 100%;
  padding: 2.5rem 14px;
  box-sizing: border-box;
  background-color: #f6f9fd;
}

.enroll>.title>.left {
  font-size: 2rem;
  color: #333333;
  font-weight: bold;
  float: left;
}

.enroll>.title>.left span:first-child {
  color: #077af6;
}

.enroll>.title>.more {
  float: left;
  position: relative;
  top: 4px;
}
.enroll>.title>.more a {
  font-size: 1.2rem;
  color: #a3b4c7;
}

.enroll .form {
	width: 100%x;
	margin: 0 auto;
	margin-top: 2.6rem;
	box-sizing: border-box;
	margin-bottom: 48px;
	padding: 0 10px;
	position: relative;
}

.enroll .form .form-item {
	margin-bottom: 28px;
	position: relative;
}
.enroll .form .form-item label {
	font-size: 1.4rem;
	font-weight: bold;
	color: #333333;
	padding-left: 1.62rem;
}
.enroll .form .form-item label.name {
	background: url(../img/name.png) left center no-repeat;
	background-size: 1.2rem 1.2rem;
}
.enroll .form .form-item label.tel {
	background: url(../img/phone.png) left center no-repeat;
	background-size: 1.2rem 1.2rem;
}
.enroll .form .form-item label.email {
	background: url(../img/email.png) left center no-repeat;
	background-size: 1.2rem 1.2rem;
}
.enroll .form .form-item label.course {
	background: url(../img/course.png) left center no-repeat;
	background-size: 1.2rem 1.2rem;
}
.enroll .form .form-item label.message {
	background: url(../img/message.png) left center no-repeat;
	background-size: 1.2rem 1.2rem;
}
.enroll .form .arrow {
	width: 17px;
	height: 11px;
	position: absolute;
	top: 62px;
	right: 40px;
}

.enroll .form .verify {
	width: 100px;
	height: 42px;
	position: absolute;
	top: 52px;
	right: 25px;
	cursor: pointer;
}

.enroll .form .title {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}

.enroll .form .title h3 {
	margin-right: 5px;
	margin: 0;
	font-weight: normal;
	color: #333333;
	font-size: 20px;
}

.enroll .form .title h3>span {
	display: inline-block;
	width: 36px;
}

.enroll .form .title .star {
	color: #f10707;
	display: inline-block;
	margin-right: 18px;
	position: relative;
	top: 3px;
}

.enroll .form input {
	width: 100%;
	padding: 1rem 0;
	background: #ffffff;
	box-sizing: border-box;
	outline: none;
	font-size: 16px;
	color: #afb4b8;
	border-bottom: 1px solid #E0E2ED;
}

.enroll .form .form-item>img.icon {
	width: 24px;
	height: auto;
	position: absolute;
	left: 16px;
	top: 27px;
	margin-top: -12px;
}

.enroll .form .form-item.textarea>img {
	margin-top: -7px;
}

.enroll .form .form-item>.arrow-icon {
	position: absolute;
	right: 27px;
	top: 24px;
	width: 1rem;
	height: auto;
}

/* 自定义select */
.enroll .form input.type-select {
	/* 添加右侧箭头 */
	background-image: url(../img/arrow-bootom.png);
	/* 从右侧偏移7px */
	background-position: right 20px center;
	background-size: 13px 7px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.enroll input::-webkit-input-placeholder,
.enroll textarea::-webkit-input-placeholder {
	color: #afb4b8;
	font-size: 16px;
}

.enroll .form .option {
	width: 100%;
	margin-top: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333333;
	background: #f8f9fe;
	padding-left: 25px;
	box-sizing: border-box;
	position: absolute;
	top: 60px;
	z-index: 100;
	display: none;
}

.enroll .form .option li {
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
}

.enroll .form textarea {
	width: 100%;
	line-height: 1.8;
	padding: 16px;
	box-sizing: border-box;
	border: none;
	outline: none;
	font-size: 16px;
	border-radius: 5px;
	padding-left: 0;
}

.enroll .form .input-wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.enroll .form button {
	width: 100%;
	height: 3.8rem;
	line-height: 3.8rem;
	font-size: 1.5rem;
	color: #ffffff;
	background: #077af6;
	border-radius: 5px;
	cursor: pointer;
}

/* 上传 */
.enroll .form .upload-des {
	font-size: 16px;
	color: #f54b4b;
	margin-left: 17px;
}

.enroll .form .upload-area {
	width: 100%;
	background: #f8f9fe;
	font-size: 16px;
	color: #f54b4b;
	padding: 30px;
	box-sizing: border-box;
}

.enroll .form .upload-image {
	float: left;
}

.enroll .form .upload-image>.item {
	width: 120px;
	height: 120px;
	overflow: hidden;
	border: 1px dashed #c3c8de;
	margin-right: 20px;
	position: relative;
}

.enroll .form .upload-image>.item>img {
	width: 120px;
	height: auto;
}

.enroll .form .upload-image>.item>img.close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
}

.enroll .form .upload-icon {
	width: 120px;
	height: 120px;
	line-height: 144px;
	text-align: center;
	border: 1px dashed #c3c8de;
	background: #f8f9fe;
	float: left;
	cursor: pointer;
	position: relative;
	/* z-index: 2;
	pointer-events: auto; */
}

.enroll .form .upload-icon>input {
	width: 120px;
	height: 120px;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
}

.enroll .form .upload-icon img {
	width: 33px;
	height: 36px;
	position: relative;
	/* z-index: 2; */
	/* top: 40px; */
}

/* 学校设施 */
.teach {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 4rem;
}
.teach .news-cover {
  width: 100%;
  min-height: 557px;
  background-color: #ffffff;
  margin-top: 2.2rem;
  padding: 0 14px;
  box-sizing: border-box;
}

.teach .news-cover li {
	width: 100%;
	padding-bottom: 1.5rem;
	margin-bottom: 2rem;
	box-shadow:2px 2px 5px #ebecf1, -2px 2px 5px #ebecf1;
}

.teach .news-cover li>img {
  width: 100%;
  height: auto;
}

.teach .news-cover li>h3 {
  font-size: 1.4rem;
  color: #333333;
  margin-top: 1.5rem;
  text-align: center;
}

.teach .news-cover .time {
  margin-top: 30px;
}
/* tab-swiper没用了 */
.teach>.tab-swiper {
	width: 100%;
	min-height: 400px;
	margin-top: 70px;
}

.teach>.tab-swiper .slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.teach>.tab-swiper .slideBox .hd {
	width: 1000px;
	margin: 0 auto;
	position: absolute;
	left: 0%;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.teach>.tab-swiper .slideBox .hd ul {
	width: 100%;
	overflow: hidden;
	zoom: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.teach>.tab-swiper .slideBox .hd ul li {
	width: 33.3333%;
	height: 86px;
	line-height: 86px;
	font-size: 18px;
	color: #202020;
	float: left;
	text-align: center;
	background: #ffffff;
	cursor: pointer;
}

.teach>.tab-swiper .slideBox .hd ul li.on {
	background: #ffffff;
	color: #077af6;
}

.teach>.tab-swiper .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.teach>.tab-swiper .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.teach>.tab-swiper .slideBox .bd a {
	position: relative;
	display: block;
}

.teach>.tab-swiper .slideBox .bd img {
	width: 100%;
	height: auto;
	display: block;
}

.teach>.tab-swiper .slideBox .bd .des {
	width: 705px;
	position: absolute;
	top: 130px;
	left: 50%;
	transform: translateX(-50%);
}

.teach>.tab-swiper .slideBox .bd .des>h2 {
	font-size: 36px;
	color: #ffffff;
	margin-bottom: 50px;
}

.teach>.tab-swiper .slideBox .bd .des>h2>span {
	font-size: 50px;
	position: relative;
	top: 10px;
}

.teach>.tab-swiper .slideBox .bd .des>p {
	font-size: 18px;
	line-height: 1.8;
	color: #ffffff;
	margin-left: 36px;
}

/* .teach>.tab-swiper .slideBox .bd ul li h1 a {
  display: block;
  position: relative;
} */


/* 下面是前/后按钮代码，如果不需要删除即可 */
.teach>.tab-swiper .slideBox .prev,
.teach>.tab-swiper .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 36px;
	height: 59px;
	background: url(images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.teach>.tab-swiper .slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.teach>.tab-swiper .slideBox .prev:hover,
.teach>.tab-swiper .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.teach>.tab-swiper .slideBox .prevStop {
	display: none;
}

.teach>.tab-swiper .slideBox .nextStop {
	display: none;
}

.teach>.tab-swiper .slideBox .prev img {
	width: 36px;
	height: 59px;
}

.teach>.tab-swiper .slideBox .next img {
	width: 36px;
	height: 59px;
}

/* 学校动态详情 */
.school-detail {
	width: 100%;
}

.school-detail>.content-detail {
	width: 100%;
	min-height: 800px;
	padding: 0 14px;
	padding-top: 25px;
	box-sizing: border-box;
	margin-bottom: 30px;
	overflow:hidden;
}

.school-detail>.content-detail h1 {
	font-size: 1.6rem;
	color: #333333;
	text-align: center;
	line-height: 1.6;
}

.school-detail>.content-detail .label {
	width: 100%;
	color: #74797d;
	font-size: 14px;
	padding-bottom: 13px;
	border-bottom: 1px solid #eeeeee;
	margin-top: 16px;
}

.school-detail>.content-detail .label>.l {
	width: 580px;
	float: left;
}

.school-detail>.content-detail .label>.l span {
	margin-right: 28px;
}

.school-detail>.content-detail .label>.right {
	float: right;
}

.school-detail>.content-detail .label>.right .text-set {
	font-size: 14px;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	background: #31b16c;
	border-radius: 3px;
	margin-right: 13px;
	cursor: pointer;
}

.school-detail>.content-detail .label>.right .text-set:last-child {
	background: #bdc2ca;
}

.school-detail>.content-detail>.content {
	font-size: 16px;
	color: #212121;
	line-height: 2.4;
	margin-top: 25px;
}
.school-detail>.content-detail>.content img {
	width: 100%;
	margin: 10px 0;
}

.school-detail>.content-detail>.content {
	text-indent: 32px;
}

.school-detail>.content-detail .other-news {
	margin-top: 30px;
}

.school-detail>.content-detail .other-news>h3 {
	font-size: 1.8rem;
	text-align: center;
	color: #31B16C;
	background: url(../img/news-title.png) center no-repeat;
	background-size: 11.2rem;
	margin-bottom: 2rem;
}

.school-detail>.content-detail .other-news .news-list {
  width: 100%;
}

.school-detail>.content-detail .other-news .news-list ul {
  width: 100%;
}

.school-detail>.content-detail .other-news .news-list ul li {
  background-image: url(../img/li-dot.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 0.4rem;
  padding: 5px 0;
  padding-left: 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 1rem 1.2rem;
  box-sizing: border-box;
  background-color: #F6F9FD;
}

.school-detail>.content-detail .other-news .news-list ul li a {
  color: #333333;
  font-size: 1.4rem;
}

.school-detail>.content-detail .other-news .news-list ul li span {
  float: right;
  font-size: 1.4rem;
  color: #999999;
  padding-left: 0.8rem;
}

.school-detail>.content-detail .other-news .news-list .li-active {
  background-color: #4056d7 !important;
  background-image: url(../img/li-dot.png) !important;
}

.school-detail>.content-detail .other-news .news-list .li-active a {
  color: #ffffff !important;
}

.school-detail>.content-detail .other-news .news-list .li-active span {
  color: #ffffff !important;
  background: url(../img/time-active.png) !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px !important;
}

/* 网站地图 */
.map {
	width: 100%;
}

.map .map-container {
	width: 100%x;
	min-height: 490px;
	margin-bottom: 40px;
}

.map .map-container .map-list {
	width: 100%;
	margin-top: 80px;
}

.map .map-container .map-list dl {
	float: left;
	margin-right: 23px;
}

.map .map-container .map-list dl dt {
	padding: 10px 20px;
	margin-bottom: 28px;
}

.map .map-container .map-list dl dt a {
	display: block;
	height: 100%;
	color: #202020;
	font-size: 18px;
}

.map .map-container .map-list dl dt a:hover {
	color: #314cd6;
}

.map .map-container .map-list dl dd {
	margin-left: 0;
	text-align: center;
	margin: 24px 0;
}

.map .map-container .map-list dl dd a {
	display: block;
	color: #333333;
}

.map .map-container .map-list dl dd a:hover {
	color: #314cd6;
}

.map .map-container .map-list .dt-active {
	color: #077af6;
}

.map .map-container .map-list dt:hover {
	color: #077af6;
}

/* 关于我们 tab */
.about-tab-container {
	width: 1200px;
	margin: 0 auto;
	margin-top: -37px;
	position: relative;
	/* 两边添加内边距，让tab右侧含有边距，设置.tab不生效，只能设置.tab-container */
	padding: 0 12px;
	box-sizing: border-box;
	background: #eef1f3;
}

.about-tab-container .tab {
	width: 100%;
	margin-bottom: 63px;
	/* 让产出屏幕的子元素可滚动 */
	overflow-x: auto;
	padding: 0 240px;
}

.about-tab-container ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/* 让多个字元素超出屏幕后不换行，撑开ul，ul不需要写宽度 */
	white-space: nowrap;
	/* padding: 0 395px; */
}

.about-tab-container .tab li {
	/* 给margin-right即可 */
	margin-right: 38px;
}

.about-tab-container .tab li>a {
	display: block;
	padding: 30px 40px;
	box-sizing: border-box;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1px;
}

.about-tab-container .tab li:hover>a {
	font-size: 16px;
	color: #077af6 !important;
	background-image: url(../img/about-tab-on.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 115px 2px;
}

.about-tab-container .tab li.tab-active-index>a {
	font-size: 16px;
	color: #077af6 !important;
	background-image: url(../img/about-tab-on.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 115px 2px;
}

.about-bread-container {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 53px;
}

/* 荣誉资质预览弹窗 */
.modal-mask-honnor {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	display: none;
}

.modal-mask-honnor .inner {
	width: 700px;
	padding: 30px 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #797A7C;
	border-radius: 10px;
	text-align: center;
}

.modal-mask-honnor .inner .title {
	font-size: 34px;
	color: #ffffff;
	text-align: center;
	margin: 30px 0;
}

.modal-mask-honnor .inner .preview {
	width: 700px;
	height: auto;
}

.modal-mask-honnor .inner .close {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 40px;
	right: -85px;
}

/* 教师团队 */
.teacher {
	/* height: 500px; */
	/* margin: 15px; */
	background: #f7f7f7;
	border: none;
}
.teacher>a {
	display: block;
}
.teacher .avatar {
	width: 50%;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	border-radius:50%;
}

.teacher .name {
	text-align: center;
	font-size: 1.5rem;
	color: #333333;
	margin-bottom: 0 !important;
}

.teacher .des {
	text-align: center;
	color: #8f9398;
	font-size: 1.2rem;
}

.teacher .arrow {
	display: block;
	width: 20px;
	height: auto;
	margin: 0 auto;
	margin-top: 2rem;
}

.teacher:hover {
	background: #077af6;
}

.teacher:hover .name {
	color: #ffffff;
}

.teacher:hover .des {
	color: #d8dbdf;
}

/* 培训领域 */
.train {
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
	margin-top: 40px;
	padding: 0 14px;
	box-sizing: border-box;
}

.train img {
	width: 100%;
}

.train .train-cover>img {
	width: 100%;
	height: auto;
}

.train>h3 {
	font-size: 1.5rem;
	color: #1e1e1e;
	margin-top: 30px;
	margin-bottom: 20px;
}

.train p {
	font-size: 1.3rem;
	color: #666666;
	line-height: 1.8;
	margin-bottom: 26px;
}

.about-container>.title {
  width: 100%;
  padding: 30px 14px 20px 14px;
  box-sizing: border-box;
}

.about-container>.title>.left {
  font-size: 2rem;
  color: #333333;
  font-weight: bold;
  float: left;
  margin-right: 5px ;
}

.about-container>.title>.left span:first-child {
  color: #077af6;
}

.about-container>.title>.more {
  float: left;
  position: relative;
  top: 7px;
}
.about-container>.title>.more a {
  font-size: 1.2rem;
  color: #a3b4c7;
}
/* .about-container>.title>.more a:hover {
  color: #1d2f80;
} */
.about-container .tab-container {
  width: 100%;
  /* 两边添加内边距，让tab右侧含有边距，设置.tab不生效，只能设置.tab-container */
  padding: 0 12px;
  box-sizing: border-box;
}

.about-container .tab-container .tab {
  width: 100%;
  margin-bottom: 63px;
  /* 让产出屏幕的子元素可滚动 */
  overflow-x: auto;
}

.about-container .tab-container ul {
  display: flex;
  justify-content: center;
  align-items: center;
  /* 让多个字元素超出屏幕后不换行，撑开ul，ul不需要写宽度 */
  white-space: nowrap;
}

.about-container .tab-container .tab li {
	margin: 0 4px;
}

.about-container .tab-container .tab li>a {
  display: block;
  padding: 4px 10px;
  box-sizing: border-box;
  font-size: 1.3rem;
  color: #333333;
	background: #e0e2ed;
	border-radius: 3px;
  letter-spacing: 1px;
}

.about-container .tab-container .tab li a.tab-active-index {
  color: #ffffff !important;
  background-color: #077af6;
}
/* 学校动态 */
.xxdt ul.list {
  width: 100%;
  padding: 0 14px;
  box-sizing: border-box;
}

.xxdt ul.list li {
  background-color: #ffffff;
  padding: 16px 14px;
  margin-bottom: 12px;
  /* border-top: 1px solid #e5e5e5; */
  box-sizing: border-box;
  box-shadow: 0px 2px 3px 2px #f8f8fa, -1px 0px 3px 2px #f8f8fa;
}

.xxdt ul.list li a {
	display: block;
  color: #333333;
  font-size: 1.4remx;
  box-sizing: border-box;
}
.xxdt ul.list li p {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #6a7479;
  margin-top: 13px;
}
.xxdt ul.list li p.time {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xxdt ul.list li p.time>img {
	width: 2.2rem;
	height: 2.2rem;
}
.xxdt .tab-container {
  width: 100%;
  /* 两边添加内边距，让tab右侧含有边距，设置.tab不生效，只能设置.tab-container */
  padding: 0 12px;
  box-sizing: border-box;
  background-color: #f6f9fd;
}

.xxdt .tab-container .tab {
  width: 100%;
  /* 让产出屏幕的子元素可滚动 */
  overflow-x: auto;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.xxdt .tab-container ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* 让多个字元素超出屏幕后不换行，撑开ul，ul不需要写宽度 */
  white-space: nowrap;
}

.xxdt .tab-container .tab li {
	margin: 0 4px;
}

.xxdt .tab-container .tab li>a {
  display: block;
  padding: 4px 10px;
  box-sizing: border-box;
  font-size: 1.3rem;
  color: #333333;
	background: #e0e2ed;
	border-radius: 3px;
  letter-spacing: 1px;
}

.xxdt .tab-container .tab li a.tab-active-index {
  color: #ffffff !important;
  background-color: #077af6;
}

/* 网站地图 */
.map-container {
	width: 100%;
	margin: 0 auto;
	margin-top: 28px;
	padding-bottom: 20px;
	min-height: 500px;
	/* padding: 0 12px; */
	box-sizing: border-box;
}

.map-container .row {
	margin-bottom: 10px;
}

.map-container .main {
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 0 14px;
	box-sizing: border-box;
}

.map-container .main a {
	display: block;
	float: left;
	height: 25px;
	line-height: 24px;
	border-radius: 3px;
	border: none;
	margin-right: 18px;
	color: #171717;
	font-size: 15px;
}

/* .map-container .main.mb {
	margin-bottom: 30px;
} */
.map-container .main.mb>a {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #077AF6;
	padding: 0.9rem 0;
	color: #ffffff;
	font-size: 1.5rem;
}
.map-container .child {
	margin-bottom: 5px;
	/*	display: flex;*/
	
	justify-content: flex-start;
	align-items: center;
	padding: 0 10px;
	box-sizing: border-box;
	    margin-top: 30px;
	    margin-bottom: 60px;
}

.map-container .child a {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	font-size: 1.3rem;
	color: #333333;
	border-radius: 3px;
	border: none;
	background-color: #E0E2ED;
	margin: 0 0.4rem 0.3rem;
	padding: 0.3rem 1rem;
}
/* 教师团队 */
.teacher-list {
	width: 100%;
	padding: 0 0.4rem;
	margin-top: 2.8rem;
	box-sizing: border-box;
}
.teacher-list li.teacher {
	width: 43%;
	display: inline-block;
	margin: 0 0.9rem;
	margin-bottom: 1.8rem;
	padding-bottom: 1.4rem;
	box-shadow: 0px 1px 5px 1px #d4dce5, 1px 0px 4px 1px #d4dce5;
}
.teacher-list li.teacher a {
	padding: 0;
	padding-top: 2rem;
}
.teacher-list li.teacher a .name {
	padding-top: 1.6rem;
	padding-bottom: 1.2rem;
}
.teacher-list li.teacher a .des {
	font-size: 1.2rem;
	color: #8f9398;
}
/* 视频课程 */
.spkc .list {
	width: 100%;
	padding: 0 14px;
	margin-top: 2.5rem;
	box-sizing: border-box;
}
.spkc .list ul {
	width: 100%;
}
.spkc .list ul li {
	width: 100%;
	position: relative;
	margin-bottom: 1.5rem;
}
.spkc .list ul li>img {
	width: 100%;
	height: auto;
}
.spkc .list ul li>.title-bar {
	width: 100%;
	min-height: 6.0rem;
	background: url(../img/play-bg.png) left bottom no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.spkc .list ul li>.title-bar>h3 {
	font-size: 1.4rem;
	color: #ffffff;
	position: relative;
	bottom: 0.7rem;
	left: 1.5rem;
}
.spkc .list ul li>.title-bar>a {
	display: block;
	position: relative;
	bottom: 1rem;
	right: 1.3rem;
}
.spkc .list ul li>.title-bar>a img.play-btn {
	width: 2.7rem;
	height: 2.7rem;    
}
/* 登录 */
.login-container {
	width: 100%;
	min-height: 100vh;
	background: url(../img/login-bg.png) center no-repeat;
	background-size: 100% 100%;
	padding: 12.6rem 2.8rem 20rem 2.8rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

	.login-container h3 {
		font-size: 1.8rem;
		color: #077AF6;
		text-align: center;
		margin-bottom: 7.5rem;
	}

	.login-container input {
		width: 100%;
		background-color: transparent;
		font-size: 1.4rem;
		color: #cbcbcb;
		border-bottom: 1px solid #EEEEEE;
		border-radius: 5px;
		padding: 2.3rem 0;
		box-sizing: border-box;
		margin-bottom: 1.7rem;
		display: block;
	}

		.login-container input::-webkit-input-placeholder {
			font-size: 1.4rem;
			color: #cbcbcb;
		}

	.login-container a.button {
		display: block;
		width: 100%;
		height: 4.5rem;
		line-height: 4.5rem;
		text-align: center;
		background-color: #077AF6;
		font-size: 1.4rem;
		color: #ffffff;
		border-radius: 5px;
		cursor: pointer;
		margin-top: 3.2rem;
	}