/*为什么*/
.index-why {
  padding: 30px 0 20px 0;
}
.index-why p {
  margin-top: 10px;
  font-size: 20px;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 28px;
}
.index-why-list {
  color: #7A7A7A;
  text-align: center;
}
.index-why-list .icon1 {
  font-size: 48px;
}
.index-why-list .line {
  height: 24px;
}
.index-why-list hr{
  border-width: 1px;
  border-style: solid;
  border-color: #7A7A7A!important;
  color: #7A7A7A!important
}
.index-why-list .icon2 {
  font-size: 44px;
}
.index-why-list .number {
  font-size: 84px;
  font-size: clamp(36px, 4vw, 84px);
  font-weight: bold;
  margin-top: 20px;
  color: #03528c;
}
.index-why-list .title {
  font-size: 18px;
  margin-bottom: 20px;
}
/*荣誉等*/
.index-honor {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50% 100%;
  background-color: rgb(229,229,229);
  margin-top: 80px;
}
.index-honor-title {
  text-align: left;
  margin-top: 45px;
  margin-bottom: 40px;
}
.index-honor-left .employ-desc {
  color: #fff;
  margin-right: 80px;
  margin-bottom: 100px;
}
.index-honor-left .index-honor-title {
  color: #fff;
}
.index-honor-img {
  padding: 0 160px 20px 30px;
}
.index-honor-img img {
  width: 100%;
}
.index-honor-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 45px 0 40px 30px;
}
.index-honor-more .index-honor-title {
  margin-bottom: 0;
  margin-top: 0;
  color: rgb(52, 52, 52);
}
/*如何*/
.index-how {
  padding: 30px 0 20px 0;
}
.index-how .div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  height: 285px;
  font-size: 30px;
  font-size: clamp(22px, 2vw, 30px);
  color: #fff;
  line-height: 52px;
}
.index-how span {
  font-size: 60px;
  font-size: clamp(28px, 4vw, 60px);
  font-weight: bold;
}
.index-how1>[carousel-item]>* {
  background-color: inherit;
}
.index-how1 {
  background-size: cover;
  background-position: center;
  height: 285px;
}
.index-how-div {
  position: relative;
  height: 100%;
}
.index-how-div p{
  width: 100%;
  font-size: 30px;
  font-size: clamp(22px, 2vw, 30px);
  color: #fff;
  line-height: 52px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  text-align: center;
}
.index-how-div span {
  font-size: 60px;
  font-size: clamp(32px, 4vw, 60px);
  font-weight: bold;
}
.how-num {
  position: relative;
}
.how-num p {
  z-index: 1;
}
.how-num::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  transform: scale(1, 0);
  transition: all 800ms ease;
  transform-origin: bottom center;
  z-index: -1;
}
.how-num:hover::before {
  transform: scale(1, 1);
  transform-origin: top center;
  z-index: 0;
  transition: all 800ms ease;
}
.how {
  background-color: #EFF4FA;
  padding: 40px 0;
  padding: clamp(20px, 2vw, 40px) 0;
}
.how-desc {
  font-size: 22px;
  font-size: clamp(16px, 2vw, 22px);
  margin-bottom: 30px;
  margin-bottom: clamp(15px, 2vw, 30px);
  text-align: center;
}
.how-list-div {
  background-color: #ffffff;
  text-align: center;
  padding: 20px 0;
  box-shadow: 0 2px 8px 2px rgba(0,0,0,.1);
  position: relative;
}
.how-list-img {
  width: 68px;
  width: clamp(34px, 2vw, 68px);
  height: 68px;
  height: clamp(34px, 2vw, 68px);
}
.how-list-title {
  font-size: 22px;
  font-size: clamp(16px, 2vw, 22px);
  margin-left: 20px;
  margin-left: clamp(5px, 1vw, 20px);
}
.how-list-desc {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  text-align: left;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  z-index: 99;
  transition: all .5s ease;
  box-shadow: 0 5px 8px 2px rgba(0,0,0,.3);
}
.how-list-div:hover {
  box-shadow: 0 2px 8px 2px rgba(0,0,0,.3);
}
.how-list-div:hover .how-list-img {
  animation: rotateAnimation 0.5s linear 1;
}
.how-list-div:hover .how-list-title {
  font-weight: bold;
}
.how-list-div:hover .how-list-desc {
  visibility: visible;
  opacity: 1;
}
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*横幅*/
.index-full1 {
  background-size: cover;
  background-position: center;
  padding: 40px 0 30px 0;
}
/**/
.index-growing {
  text-align: center;
  color: #fff;
}
.index-growing h2 {
  font-size: 38px;
  font-size: clamp(28px, 4vw, 38px);
}
.index-growing h3 {
  font-size: 28px;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 100;
}
.growing-img {
  margin: 20px 20px 30px 20px;
}
.index-growing img {
  max-width: 100%;
  border: 8px #C5DAE9 solid;
}
/*视频*/
.video-title {
  margin-top: 50px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.video-more {
  display: flex;
  justify-content: right;
  padding-bottom: 40px;
}
.video-list {
  margin-bottom: 30px;
}
/**/
.full-txt1 {
  color: #fff;
}
.full-txt1 div {
  padding: 40px;
  padding: clamp(20px, 4vw, 40px);
}
.full-txt1 i {
  font-size: 90px;
  font-size: clamp(60px, 4vw, 90px);
}
.full-txt1 h2 {
  font-size: 30px;
  font-size: clamp(24px, 4vw, 30px);
}
.full-txt1 p {
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 10px;
}
/*课程*/
.course-title {
  text-align: center;
  font-size: 38px;
  font-size: clamp(14px, 4vw, 38px);
  color: #03528c;
  margin-top: 48px;
  margin-bottom: 20px;
}
.course-list {
  width: 100%;
}
.course-list .layui-tab-title {
  text-align: center;
  display: table;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 15px;
  white-space: nowrap !important;
  overflow-x: auto !important;
}
.course-list .layui-tab-bar {
  display: none !important;
}
.course-list .layui-tab-title li{
  display: table-cell;
  width: auto;
  text-align: center;
  font-size: 22px;
  font-size: clamp(14px, 4vw, 22px);
  color: #666;
  min-width: inherit;
}
.course-list .layui-tab-title .layui-this {
  font-weight: bold;
  color: #03528c;
}
.course-list .layui-tab-title .layui-this:after {
  margin-top: 22px;
  border-bottom: #0168B7 solid 5px;
}
.course-detail {
  background-color: #0168B7;
  color: #fff;
}
.course-txt {
  padding: 10px;
}
.course-txt h3 {
  font-size: 34px;
  font-size: clamp(22px, 2vw, 34px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
  margin-bottom: 10px;
}
.course-txt p {
  height: 72px;
  line-height: 24px;
  overflow: hidden;
}
.course-txt a {
  display: block;
  width: 75%;
  border: 1px #fff solid;
  background-color: #0168B7;
  padding: 7px 0px;
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  transition: transform .6s ease,color .6s ease,background .6s ease,border .6s ease;
}
.course-txt a:hover {
  background-color: #DB9E0F;
  border: 1px #DB9E0F solid;
}
/*师资*/
.index-full2 {
  margin-top: 20px;
  background-size: cover;
  background-position: center;
  padding: 20px 0 40px 0;
}
.index-full2 h2 {
  color: #fff;
}
.index-full2 img {
  width: 100%;
}
.teachers {
  background-color: #fff;
}
.teachers-detail {
  padding: 10px 20px;
}
.teachers-detail h3 {
  font-size: 34px;
  font-size: clamp(16px, 2vw, 34px);
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: clamp(10px, 1vw, 50px);
}
.teachers-detail p {
  font-size: 18px;
  font-size: clamp(14px,1vw,18px);
  color: #666;
  line-height: 1.6
}
.teachers-more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-top: clamp(8px,1vw,40px);
}
.teacher-desc {
  color: #fff;
  font-size: 22px;
  font-size: clamp(16px, 2vw, 22px);
  margin-bottom: 30px;
  margin-bottom: clamp(15px, 2vw, 30px);
  text-align: center;
}
.teacher-list {
  min-height: 460px;
  height: auto;
  background-size: 100% 410px;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 30px;
  padding-top: 40px;
}
.teachers-list {
  width: 70%;
  margin: 0 auto 40px auto;
  padding: 40px 60px;
  padding: clamp(10px, 2vw, 40px) clamp(20px, 2vw, 60px);
  background-color: #fff;
  border-radius: 20px;
  border-radius: clamp(10px, 1vw, 20px);
  box-shadow: 0 2px 8px 2px rgba(0,0,0,.1);
  position: relative;
}
.teachers-swiper {
  width: 100%;
  height: 100%;
}
.teachers-list-img {
  width: 100%;
  border-radius: 40px;
  border-radius: clamp(10px, 1vw, 40px);
  border: 1px solid #E0E8F4;
}
.teachers-list-title {
  font-size: 48px;
  font-size: clamp(24px, 2vw, 48px);
  font-weight: bold;
  color: #666666;
  margin-top: 60px;
}
.teachers-one-title {
  font-size: 28px;
  font-size: clamp(14px, 2vw, 28px);
  font-weight: bold;
  color: #666666;
  text-align: center;
  margin: 20px auto;
  margin: clamp(10px, 2vw, 20px) auto;
}
.teachers-list-tags {
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
}
.teachers-list-tags span {
  color: #fff;
  margin-right: 10px;
  padding: 8px 12px;
  padding: clamp(4px, 1vw, 8px) clamp(8px, 1vw, 12px);
  border-radius: 8px;
  border-radius: clamp(4px, 1vw, 8px);
  white-space: nowrap;
  font-size: 14px;
  font-size: clamp(12px, 1vw, 14px);
}
.teachers-list-tags span:nth-child(1) {
  background-color: #FF732E;
}
.teachers-list-tags span:nth-child(2) {
  background-color: #0D7CFF;
}
.teachers-list-desc {
  font-size: 16px;
}
.teachers-list-title,.teachers-list-tags,.teachers-list-desc {
  margin-left: 80px;
  margin-left: clamp(10px, 2vw, 80px);
}
.teachers-one-tags {
  font-size: 12px!important;
  font-size: clamp(10px, 1vw, 12px)!important;
  padding: 0;
  margin-bottom: 0;
  margin-top: 15px;
  margin-left: 0;
  text-align: center;
}
.teachers-one-tags span {
  margin-right: 5px;
}
.teachers-list-next,.teachers-list-prev {
  background-image: inherit;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.2);
  text-align: center;
}
.teachers-list-next {
  right: -37px;
}
.teachers-list-prev {
  left: -37px;
}
.teacher-tips-div {
  background-color: #EFF4FA;
  color: #666666;
  border-radius: 10px;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-size: clamp(14px, 1vw, 20px);
  box-shadow: 2px 4px 8px rgba(0,0,0,.1);
  transition: color .3s ease, background-color .3s ease, box-shadow .3s ease;
}
.teacher-tips-div:hover {
  background-color: #0068B7;
  color: #fff;
  box-shadow: 2px 4px 8px rgba(0,104,183,.25);
}
.teacher-tips-div:hover .teacher-tips-number,.teacher-tips-div:hover .teacher-tips-add {
  color: #fff!important;
}
.teacher-tips-number {
  font-weight: bold;
  font-size: 56px;
  font-size: clamp(26px, 5vw, 56px);
}
.teacher-tips-add {
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 10px;
  margin-right: 30px;
  line-height: 1.1;
}
.environDiv {
  padding: 2px 0 60px 0;
}
/*校园环境*/
.environ {
  overflow: hidden;
}
.environ .swiper-slide {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/*风采*/
.styleImgDiv {
  margin-bottom: 60px;
  margin-bottom: clamp(20px,6vw,60px);
}
.styleImg {
  overflow: hidden;
}
.styleImg img {
  width: 100%;
  border: 2px solid #fff;
  box-shadow: 0 0 4px 2px rgba(0,0,0,.3);
}
.styleImg .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.view-img-more {
  position: relative;
}
.view-img-more::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  transform: scale(1, 0);
  transition: transform 800ms ease;
  transform-origin: bottom center;
  z-index: -1;
}
.view-img-more div{
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  z-index: 445;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.view-img-more div::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/bg1.png);
  height: 150%;
  width: 100%;
  z-index: -1;
  opacity: .75;
}
.view-img-more div .layui-icon {
  display: inline-block;
  color: #fff;
  font-size: 28px;
  font-size: clamp(16px, 4vw, 28px);
  margin-bottom: 10px;
  margin-left: 20px;
}
.view-img-more div h4 {
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 16px;
}
.view-img-more:hover::before {
  transform: scale(1, 1);
  transform-origin: top center;
  z-index: 100;
}
.view-img-more:hover div {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  z-index: 101;
}
/*就业*/
.employ-desc {
  font-size: 20px;
  font-size: clamp(14px,2vw,20px);
  color: #666;
  line-height: 2;
  margin-bottom: 30px;
}
#employImg .image-group {
  width: 100%;
}
#employImg .image-item {
  float: left;
  margin: 0 10px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  overflow: hidden;
}
#employImg .image-item img {
  width: 100%;
}
#employImg .image-item:hover {
  background-color: #0168B7;
  color: #fff;
  transition: color 0.3s ease, background-color 0.3s ease;
}
#employImg .image-item:hover img {
  opacity: .6;
  transition: opacity 0.3s ease;
}
.thumbs-cotnainer .swiper-wrapper {
  width: 100%!important;
}
.thumbs-cotnainer .swiper-slide {
  margin: 0 10px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  overflow: hidden;
}
.thumbs-cotnainer .swiper-slide img {
  width: 160px;
}
/*新闻*/
.news-qa {
  padding-top: 30px;
  padding-bottom: 20px;
}
.news-title h2{
  font-size: 38px;
  font-size: clamp(28px, 4vw, 38px);
  color: #03528c;
  margin-bottom: 10px;
}
.news-more {
  text-align: right;
  padding-top: 20px;
}
#newsList {
  color: #fff;
}
#newsList img {
  width: 100%;
}
#newsList h3 {
  text-align: center;
  font-size: 30px;
  font-size: clamp(22px, 4vw, 30px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#newsList a {
  color: #fff;
}
#newsList p {
  line-height: 28px;
  height: 84px;
  overflow: hidden;
  margin: 5px 10px 20px 10px;
}
#newsList .more {
  text-align: center;
}
#newsList .more a {
  padding: 5px 30px;
  border: 1px solid #ccc;
  transition: transform .6s ease,color .6s ease,background .6s ease,border .6s ease;
}
#newsList .more a:hover {
  background-color: #DB9E0F;
  border: 1px #DB9E0F solid;
}
#newsList>[carousel-item]>div{
  background-color: #0168B7;
  padding: 10px;
}
/*qa*/
.faq-list h2 {
  font-size: 38px;
  font-size: clamp(28px, 4vw, 38px);
  color: #03528c;
  margin-bottom: 10px;
}
.faq-list .layui-tab-content {
  padding: 11px 10px;
}
.faq-list .layui-tab-content li {
  padding: 2px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.partners-tb {
  margin-top: 80px;
  margin-top: clamp(20px,4vw,80px);
  margin-bottom: 80px;
  margin-bottom: clamp(20px,4vw,80px);
}
.job-case p{
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
/*为何*/
.whylist {
  margin-top: 60px;
  padding: 40px 0;
  color: #666;
}
.whylist img {
  width: 100%;
}
.whylist::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 33.33%;
  height: 100%;
  content: "";
  background: linear-gradient(to top right, #C8E7FC, #9BC7E2);
  z-index: 0;
}
.whylist .swiper-slide {
  width: 40%;
  background-color: #fff;
  /*border-bottom: 10px solid #666;*/
  padding: 20px 20px;
  box-shadow: 0 0 16px rgba(0,0,0,.2);
}
.whylist .swiper-slide-prev {
  opacity: 0;
  transition: opacity .2s;
}
.whylist h3 {
  font-size: 34px;
  font-size: clamp(18px,2vw,34px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.whylist p {
  margin-top: 15px;
  color: #969696;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin-bottom: 15px;
}
.whylist .swiper-button-prev, .whylist .swiper-button-next {
  background: inherit;
  width: 44px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 44px;
}
.whylist .swiper-button-prev {
  left: 15%;
}
.whylist .swiper-button-next {
  left: 20%;
}
.whylist .swiper-button-prev::before,.whylist .swiper-button-next::before {
  position: absolute;
  font-family: "layui-icon";
  content: "\e65c";
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  left: 0;
  top: 0;
  height: 44px;
  line-height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.whylist .swiper-button-next::before {
  transform: rotate(180deg);
}
.whylist .swiper-button-prev:hover, .whylist .swiper-button-next:hover {
  border: 1px solid #fff;
  transition: border 0.4s ease-in-out;
}
.why-left div{
  position: relative;
}
.why-left div:before {
  content: '';
  position: absolute;
  width: 200px;
  height: 100%;
  top: 0;
  left: -150px;
  overflow: hidden;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.5)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  opacity: 0;
}
.why-row:hover .why-left div:before {
  left: 150%;
  opacity: 1;
  transition: all 2s ease 0s;
}
.why-logo {
  position: absolute;
  z-index: 2;
  opacity: .05;
  left: 2%;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 10%;
}
.why-logo img {
  width: 100%;
}
.why-page {
  position: absolute;
  color: #fff;
  left: 16%;
  top: 60%;
  z-index: 9;
  font-family: "Bebas Neue", "Rousseau Deco", Impact, "Times New Roman", Times, serif;
  height: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 5%;
  vertical-align: bottom;
}
.why-page span {
  font-size: 40px;
  font-weight: 500;
  margin-right: 10px;
  vertical-align: bottom;
  line-height: 45px;
}
.why-page font {
  vertical-align: bottom;
}
.whylist .swiper-pagination-progress {
  width: 6.5%;
  left: 15.5%;
  top: 70%;
  height: 2px;
}
.whylist .swiper-pagination-progressbar {
  background-color: #fff;
}
.how-top {
  position: relative;
  height: 300px;
}
.how-div-new {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #D9D9D9;
  background-position: center top;
  background-repeat: no-repeat;
  height: 220px;
  padding: 20px;
  z-index: 998;
  box-shadow: 0 0 6px 3px rgba(0,0,0,.05);
  transition: height .6s ease, top .6s ease, box-shadow .6s ease, z-index .6s ease;
}
.how-div-new h2 {
  font-size: 30px;
  font-size: clamp(20px,4vw,30px);
  margin-left: 20px;
  line-height: 1.4;
}
.how-div-new span {
  position: absolute;
  z-index: 1000;
  right: 20px;
  top: 200px;
  font-size: 16px;
}
.how-div-new font {
  font-size: 40px;
  font-size: clamp(20px,4vw,40px);
  font-weight: bold;
  color: rgba(0,104,183,.85);
}
.how-div-txt{
  display: none;
  opacity: 0;
  position: absolute;
  left: 20px;
  bottom: 10px;
  z-index: 1000;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  font-weight: bold;
}
.how-div-txt p:before {
  font-family: layui-icon!important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e605";
  font-weight: 900;
  color: rgba(0,104,183,1);
  margin-right: 10px;
}
.how-div-new:hover {
  height: 360px;
  top: -50px;
  box-shadow: 0 0 6px 3px rgba(0,0,0,.15);
  z-index: 999;
}
.how-div-new:hover .how-div-txt {
  display: inherit;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: fadeInOut;
}
@keyframes fadeInOut {
  from { opacity: 0; }
  to { opacity: 1; }
}
/*分类tab*/
.cate-tab .layui-tab-title {
  text-align:center;
  margin-bottom: 10px;
}
.cate-tab .layui-tab-title li{
  font-size: 22px;
  font-size: clamp(14px, 4vw, 22px);
  color: #666;
}
.cate-tab .layui-tab-title .layui-this {
  font-weight: bold;
  color: #03528c;
}
.cate-tab .layui-tab-title .layui-this:after {
  margin-top: 6px;
  border-bottom: #0168B7 solid 5px;
}
.cate-tab-b .layui-tab-title li {
  color: rgba(255, 255, 255, .65);
}
.cate-tab-b .layui-tab-title .layui-this{
  color: #ffffff;
}
.cate-tab-b .layui-tab-title .layui-this:after {
  border-bottom: #ffffff solid 5px;
}
.cate-tab-b .layui-tab-title:after {
  border: 0;
}
@media screen and (max-width: 991.98px) {
  .index-honor {
    background-size: 100% 50%;
  }
  .index-honor-left .employ-desc {
    margin-right: 0px;
    margin-bottom: 160px;
    margin-bottom: clamp(10px, 8vw, 160px)
  }
  .index-honor-img {
    padding: 0 30px 20px 30px;
  }
  .course-txt a {
    margin-left: auto;
    margin-right: auto;
  }
  .course-list .layui-tab-title {
    display: inherit;
  }
  .course-list .layui-tab-title li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .whylist .swiper-button-prev {
    left: 10%;
  }
  .whylist .swiper-button-next {
    left: 15%;
  }
  .why-page {
    left: 12%;
    width: 5%;
    top: 62%;
  }
  .whylist .swiper-pagination-progress {
    width: 5%;
    left: 12%;
  }
}
@media screen and (max-width: 767.98px) {
  .growing-img {
    margin: 20px 15px 30px 0;
  }
  .course-txt a {
    margin-left: auto;
    margin-right: auto;
  }
  .techerdiv div {
    font-size: 14px;
  }
  .techerdiv div p {
    line-height: inherit;
    padding:10px;
  }
  .whylist .swiper-button-prev {
    left: 2%;
  }
  .whylist .swiper-button-next {
    left: 10%;
  }
  .why-page {
    left: 5%;
    width: 11%;
    top: 62%;
  }
  .whylist .swiper-pagination-progress {
    width: 11%;
    left: 5%;
  }
  .teachers-list-title,.teachers-list-tags,.teachers-list-desc {
    margin-left: 0;
  }
  .teachers-list-title {
    margin-top: 20px;
  }
  .teachers-list-tags {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}