* {
  padding: 0;
  margin: 0;
}


/* 1360px */
@media screen and (min-width: 1280px) and (max-width: 1399px) {
  body {
    /* 缩放比例为 0.69 */
    transform: scale(0.695);
    /* 设置缩放原点为左上角 */
    transform-origin: 0 0;
    /* 调整宽度以确保内容完整显示 */
    width: 143.9%;
    height: 143.9vh;
  }
}

/* 1440px */
@media screen and (min-width: 1400px) and (max-width: 1440px) {
  body {
    /* 缩放比例为 0.73 */
    transform: scale(0.738);
    /* 设置缩放原点为左上角 */
    transform-origin: 0 0;
    /* 调整宽度以确保内容完整显示 */
    width: 135.5%;
    height: 135.5vh;
  }
}

/* 1600px */
@media screen and (min-width: 1441px) and (max-width: 1900px) {
  body {
    /* 使用 transform 进行缩放 */
    transform: scale(0.82);
    /* 设置缩放原点为左上角 */
    transform-origin: 0 0;
    /* 调整宽度以确保内容完整显示 */
    width: 121.5%;
    height: 121.5vh;
  }
}

/* 1080p */
@media screen and (min-width: 1901px) and (max-width: 1920px) {
  body {
    /* 使用 transform 进行缩放 */
    transform: scale(0.988);
    /* 设置缩放原点为左上角 */
    transform-origin: 0 0;
    /* 调整宽度以确保内容完整显示 */
    width: 101.2%;
    height: 101.2vh;
  }
}

/* 2k 125%*/
@media screen and (min-width: 1921px) and (max-width: 2048px) {
  body {
    /* 使用 transform 进行缩放 */
    transform: scale(1.052);
    /* 设置缩放原点为左上角 */
    transform-origin: 0 0;
    /* 调整宽度以确保内容完整显示 */
    width: 95%;
    height: 95vh;
  }
}

/* 4k 150% && 2k 100%*/
@media screen and (min-width: 2049px) and (max-width: 2560px) {
  body {
    /* 使用 transform 进行缩放 */
    transform: scale(1.321);
    /* 设置缩放原点为左上角 */
    transform-origin: 0 0;
    /* 调整宽度以确保内容完整显示 */
    width: 75.7%;
    height: 75vh;
  }
}

/* 4k 125%*/
@media screen and (min-width: 2561px) and (max-width: 3072px) {
  body {
    /* 使用 transform 进行缩放 */
    transform: scale(1.585);
    /* 设置缩放原点为左上角 */
    transform-origin: 0 0;
    /* 调整宽度以确保内容完整显示 */
    width: 63%;
    height: 63vh;
  }
}

/* 4k 100%*/
@media screen and (min-width: 3073px) and (max-width: 3840px) {
  body {
    /* 使用 transform 进行缩放 */
    transform: scale(1.981);
    /* 设置缩放原点为左上角 */
    transform-origin: 0 0;
    /* 调整宽度以确保内容完整显示 */
    width: 50.4%;
    height: 50.4vh;
  }
}

@font-face {
  font-family: Arial-BoldMT;
  src: url('../fonts/arial-boldmt.otf');
}

@keyframes zoomIn {
  0% {
    transform: scale(0.3);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes linearDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes linearLeft {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes shakeY {

  0%,
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  30% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

body {
  font-size: 12px;
  background-color: #fff;
  color: #000;
  font-family: SourceHanSansCN-Normal;
}

a {
  color: inherit;
  text-decoration: none;
}

a.full {
  display: inline-block;
  height: 100%;
  width: 100%;
}

img {
  border: none;
  max-width: 100%;
  outline: none;
}

ul,
ol {
  list-style: none;
}

span.star {
  display: inline-block;
  width: 22px;
  height: 20px;
  background: url('../img/star.png') no-repeat center;
}

.m-auto {
  margin: 0 auto;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.flex-b {
  display: flex;
  justify-content: space-between;
}

.grayBg {
  background-color: #efefef;
}

.title {
  padding-top: 99px;
  text-align: center;
  padding-bottom: 12px;
  background: url('../img/line.png') no-repeat center bottom;
}

.title dt {
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  font-weight: 800;
  font-size: 42px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.title dt span {
  color: #fff;
}

.title dd {
  height: 33px;
  line-height: 33px;
  font-size: 22px;
  color: #424242;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.contactBtn {
  width: 303px;
  height: 46px;
  background-image: linear-gradient(0deg, #e05f4c 0%, #eb785c 100%);
  box-shadow: 0px 3px 6px 0px rgba(75, 75, 75, 0.3);
  border-radius: 23px;
  font-family: SourceHanSansCN-Regular;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 46px;
  margin: 100px auto;
}

.headerWrapper {
  height: 85px;
  max-width: 1200px;
  align-items: center;
  background: #F4F4F4;
}

.headerWrapper .btn {
  width: 190px;
  height: 44px;
  background: url('../img/btbg.png') no-repeat center;
  border-radius: 22px;
  color: #fff;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  margin-left: 22px;
}

.headerWrapper .phone {
  height: 44px;
  display: flex;
  justify-content: space-between;
  color: #333333;
  font-family: SourceHanSansCN-Regular;
  font-size: 13px;
  flex-direction: column;
  padding-left: 50px;
  background: url('../img/phone.png') no-repeat center left;
  background-size: 40px 40px;
  line-height: 19px;
}

.headerWrapper .phone span {
  font-size: 13px;
}

.menu {
  width: 100%;
  height: 54px;
  background-color: white;
}

.menu .list {
  flex: 1;
  width: 1146px;
  display: flex;
  /* color: #fff; */
}

.menu li {
  font-family: SourceHanSansCN-Normal;
  font-size: 18px;
  flex: 1;
  text-align: center;
  line-height: 54px;
  cursor: pointer;
  position: relative;
  color: #1C3E7C;
  font-style: normal;
  text-transform: none;
  font-weight: 500;
}

.menu li:hover {
  line-height: 46px;
  border-top: solid #fff;
  border-top-width: 4px;
  border-bottom: solid #CDCDCD;
  border-bottom-width: 4px;
}

.bannerWrapper {
  height: 700px;
  width: 1920px;
  position: relative;
  background: url('../img/banner.png') no-repeat center;
  padding-top: 620px;
  box-sizing: border-box;
  
  margin-left: auto;
  margin-right: auto;
}

.bannerWrapper .btn {
  width: 481px;
  height: 67px;
  position: absolute;
  top: 400px;
  left: 50%;
  margin-left: -240px;
  z-index: 999;
}

.title_box {
  width: 100%;
  max-width: 1920px;
  text-align: center;
  justify-content: center;
  /* 水平居中 */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}

.text_1 {
  width: 719px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(25, 57, 89, 1);
  font-size: 42px;
  font-family: SourceHanSerifCN-Heavy;
  font-weight: 900;
  white-space: nowrap;
  /* line-height: 28px; */
}


.text_2 {
  width: 581px;
  height: 42px;
  overflow-wrap: break-word;
  color: rgba(244, 83, 66, 1);
  font-size: 42px;
  font-family: SourceHanSerifCN-Heavy;
  font-weight: 900;
  white-space: nowrap;
  /* line-height: 28px; */
}

.block_1 {
  background-color: rgba(34, 57, 86, 1);
  width: 600px;
  height: 2px;
  margin: 17px 0 0 542px;
}

.block_2 {
  background-color: rgba(34, 57, 86, 1);
  width: 600px;
  height: 2px;
  margin: 5px 0 0 775px;
}


.tabListWrapper {
  height: 80px;
  min-width: 1200px;
  background-color: rgba(47, 83, 131, 0.87);
  /* background-color: #2f5383; */
  position: relative;
  z-index: 9;
}

.tabListWrapper.fixedTab {
  position: fixed;
  /* top: 0; */
  left: 0;
  right: 0;
  z-index: 999;
}

.tabListWrapper.fixedTab li:hover {
  background-color: #1f3652;
}

.tabListWrapper .list {
  width: 1146px;
  color: #fff;
}

.tabListWrapper li {
  font-family: SourceHanSansCN-Normal;
  font-size: 18px;
  flex: 1;
  text-align: center;
  height: 70px;
  padding-top: 10px;
  line-height: 70px;
  cursor: pointer;
  position: relative;
}

.tabListWrapper li:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.tabListWrapper li::after {
  content: '';
  display: block;
  width: 2px;
  height: 25px;
  background-color: #fff;
  position: absolute;
  top: 32px;
  right: -1px;
}

.tabListWrapper li:last-child::after {
  display: none;
}

.advantageWrapper {
  height: 900px;
  width: 1920px;
  background: url('../img/bg1.png') no-repeat center bottom;
  margin-left: auto;
  margin-right: auto;
}

.advantageWrapper_title_text1 {
  margin: 0 0 0 542px;
}

.advantageWrapper_title_text2 {
  margin: 18px 0 0 750px;
}

.advantageWrapper .list {
  width: 1200px;
  padding-top: 150px;
  box-sizing: border-box;
  margin-bottom: 28px;
  overflow: hidden;
}

.advantageWrapper li {
  width: 269px;
  height: 356px;
  font-size: 13px;
  border-radius: 10px;
  padding-top: 53px;
  padding-left: 42px;
  box-sizing: border-box;
  line-height: 18px;
  overflow: hidden;
  position: relative;
  background: url('../img/advantage.png') no-repeat center;
}

.advantageWrapper li h5 {
  font-family: Arial;
  font-size: 16px;
  color: #1B396C;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.advantageWrapper li h3 {
  font-family: Noto Sans SC, SourceHanSansCN;
  font-weight: bold;
  font-size: 28px;
  color: #1B396D;
  margin-top: 63px;
  line-height: 38px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.advantageWrapper li h3:nth-child(3) {
  display: none;
}

.advantageWrapper li:hover {
  background: url('../img/bgadvantage.png') no-repeat center;
  animation: fadeIn linear 300ms;
  color: #fff;
  padding-top: 34px;
}

.advantageWrapper li:hover h5 {
  width: 269px;
  height: 14px;
  font-family: Arial;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 27px;
  text-align: right;
  font-style: normal;
  text-transform: uppercase;
  /*转大写用text-transform*/
  float: right;
  /* 控制右边距需要：先将元素向右浮动，用float*/
  margin-right: 35px;
}

.advantageWrapper li:hover h3 {
  width: 188px;
  height: 94px;
  font-family: Noto Sans SC, SourceHanSansCN;
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
  margin-top: 79px;
  line-height: 38px;
  text-align: right;
  font-style: normal;
  text-transform: none;
}


.advantageWrapper li:hover h3:nth-child(2) {
  display: none;
}

.advantageWrapper li:hover h3:nth-child(3) {
  font-size: 20px;
  text-decoration: dashed underline #fff 1px;
  text-underline-offset: 8px;
  color: #FFFFFF;
  text-align: justify;
  text-align-last: justify;
  display: block;
}

.applyWrapper {
  height: 1050px;
  width: 1920px;
  background: url('../img/mokuai3_BG.png') no-repeat center;
  margin-left: auto;
  margin-right: auto;
}


.applyWrapper_title_text1 {
  margin: 0 0 0 542px;
}

.applyWrapper_title_text2 {
  margin: 18px 0 0 668px;
}


.section_3 {
  position: relative;
  width: 1204px;
  height: 656px;
  margin: 83px auto;
}

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

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.box_1 {
  width: 394px;
  height: 632px;
  position: relative;
}

.text_3 {
  width: 123px;
  height: 30px;
  overflow-wrap: break-word;
  color: rgba(6, 62, 129, 1);
  font-size: 30px;
  font-family: SourceHanSerifCN-Heavy;
  font-weight: 900;
  text-align: left;
  white-space: nowrap;
  line-height: 30px;
}

.text-wrapper_1 {
  width: 392px;
  height: 248px;
  margin: 61px 0 0 2px;
}

.paragraph_1 {
  width: 17px;
  height: 197px;
  overflow-wrap: break-word;
  color: rgba(28, 62, 124, 1);
  font-size: 20px;
  font-family: SourceHanSerifCN-Regular;
  font-weight: NaN;
  text-align: left;
  line-height: 45px;
  margin-top: 2px;
}

.paragraph_2 {
  width: 369px;
  height: 248px;
  overflow-wrap: break-word;
  color: rgba(28, 62, 124, 1);
  font-size: 20px;
  font-family: SourceHanSerifCN-Regular;
  font-weight: NaN;
  text-align: left;
  line-height: 45px;
}

.text-wrapper_2 {
  width: 229px;
  height: 23px;
  position: absolute;
  bottom: -25px;
}

.text_4 {
  width: 109px;
  height: 23px;
  overflow-wrap: break-word;
  color: rgba(6, 62, 129, 1);
  font-size: 22px;
  font-family: SourceHanSerifCN-Heavy;
  font-weight: 900;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
}

.text_5 {
  width: 109px;
  height: 23px;
  overflow-wrap: break-word;
  color: rgba(246, 93, 76, 1);
  font-size: 22px;
  font-family: SourceHanSerifCN-Heavy;
  font-weight: 900;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
}

.box_2 {
  width: 354px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  z-index: 1;
}


.group_3 {
  background-color: rgba(226, 103, 84, 1);
}

.text-group_1 {
  width: 99px;
  height: 44px;
  margin: 14px 0 0 219px;
}

.text_white {
  color: rgba(255, 255, 255, 1) !important;
}

.text-group_2 {
  width: 354px;
  height: 79px;
  text-align: right;
}

.text_en {
  overflow-wrap: break-word;
  color: rgba(28, 62, 124, 1);
  font-size: 18px;
  font-family: ArialMT;
  font-weight: NaN;
  white-space: nowrap;
  line-height: 18px;
  float: right;
  margin-right: 35px;
  margin-top: 15px;
}

.text_cn {
  overflow-wrap: break-word;
  color: rgba(28, 62, 124, 1);
  font-size: 23px;
  font-family: SourceHanSansCN-Normal;
  font-weight: NaN;
  white-space: nowrap;
  line-height: 23px;
  float: right;
  margin-right: 35px;
  margin-top: 10px;
}

.text-group_3 {
  width: 140px;
  height: 43px;
  margin: 41px 0 0 179px;
}

.box_3 {
  height: 655px;
  background: url("../img/applyWrapper_01.png") 100% no-repeat;
  background-size: 100% 100%;
  width: 496px;
  position: absolute;
  left: 439px;
  top: 1px;
  display: inline-block;
  z-index: 0;
}

.box_1 ol {
  margin: 60px auto;
  list-style: number;
}

.box_1 ol li {
  width: 369px;
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  font-weight: 400;
  font-size: 20px;
  color: #1C3E7C;
  line-height: 45px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.text-wrapper_3 {
  width: 78px;
  height: 31px;
  overflow-wrap: break-word;
  font-size: 0;
  font-family: ArialMT;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 40px;
  margin: 604px 0 0 50px;
}

.text_nopage {
  width: 78px;
  height: 31px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  font-family: ArialMT;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 40px;
}

.text_totlepage {
  width: 78px;
  height: 31px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  font-family: ArialMT;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 25px;
}


.schoolWrapper {
  background: url('../img/4bg.png') no-repeat center top;
  height: 1050px;
  width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.schoolWrapper_title_text1 {
  margin: 0 0 0 480px;
  color: white;
}

.schoolWrapper_title_text2 {
  margin: 10px 0 0 715px;
  color: white;
}

.schoolWrapper_block_1 {
  background-color: white;
}

.schoolWrapper_block_2 {
  background-color: white;
}


.schoolWrapper .swiperBin {
  height: 570px;
  width: 1200px;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}

.schoolWrapper .contactBtn {
  margin-bottom: 0px;
}

.schoolWrapper .schoolSwiperWrapper {
  height: 570px;
  width: 1090px;
  padding: 10px 5px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.schoolWrapper .swiper-slide {
  height: 489px;
  background-color: #ffffff;
  /* box-shadow: 0px 0px 8px 0px rgba(151, 151, 151, 0.76); */
  box-sizing: border-box;
}

.schoolWrapper .item {
  width: 246px;
  height: 489px;
  /* background-color: #ffffff; */
  background: linear-gradient(to top, white 83%, transparent 50%);
  /* box-shadow: 0px 0px 8px 0px rgba(151, 151, 151, 0.76); */
  padding-top: 20px;
  box-sizing: border-box;
}

.schoolWrapper .item:hover {
  color: #fff;
  background: linear-gradient(to top, #eb785c 83%, transparent 50%);
  /* background-image: linear-gradient(100deg, #eb785c 22%, #e05f4c 100%); */
  /* box-shadow: 0px 0px 8px 0px rgba(151, 151, 151, 0.76); */
  animation: fadeIn linear 300ms;
}

.schoolWrapper .item:hover .info {
  background: none;
}

.schoolWrapper .icon {
  width: 129px;
  height: 129px;
  margin: 0 auto;
}

.schoolWrapper .name {
  height: 85px;
  text-align: center;
}

.schoolWrapper .name b {
  display: inline-block;
  width: 100%;
  font-family: SourceHanSansCN-Bold;
  font-size: 28px;
  line-height: 1;
}

.schoolWrapper .name span {
  height: 20px;
  display: inline-block;
  line-height: 20px;
  font-family: ArialMT;
  font-size: 12px;
  transform: scale(0.83);
}

.schoolWrapper .info {
  height: 255px;
  line-height: 20px;
  padding: 20px 20px 0;
  background-color: #e5e5e5;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  letter-spacing: 0px;
  box-sizing: border-box;
}

.schoolWrapper .info .msg {
  margin-bottom: 12px;
}

.schoolWrapper .btn {
  width: 203px;
  height: 36px;
  border: solid 2px #000000;
  margin: 20px auto 0;
  text-align: center;
  line-height: 34px;
}

.schoolWrapper .star {
  margin-right: 2px;
}

.schoolWrapper .schoolPagination {
  bottom: 25px !important;
  text-align: center;
  position: absolute;
}

.schoolWrapper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: solid 1px #1f3753;
  box-sizing: border-box;
  border-radius: 50%;
  opacity: 1;
}

.schoolWrapper .swiper-pagination-bullet-active {
  width: 10px;
  background-color: #1f3753;
  height: 10px;
  border: none;
  opacity: 1;
}

.imgBox {
  height: 587px;
  width: 1920px;
  background: url('../img/codebg.png') no-repeat center;
  color: #fff;
  font-size: 15px;
  margin: 0 auto;
}

.imgBox .box {
  height: 587px;
  width: 1200px;
  position: relative;
  padding-top: 77px;
  box-sizing: border-box;
  padding-left: 124px;
}

.imgBox .list {
  width: 599px;
  overflow: hidden;
}

.imgBox .list li {
  margin-bottom: 22px;
  cursor: pointer;
}

.imgBox .list .t {
  height: 62px;
  line-height: 56px;
  font-size: 20px;
  border-radius: 32px;
  border: solid 3px #ffffff;
  box-sizing: border-box;
  padding-left: 46px;
  position: relative;
}

.imgBox .list .icon {
  width: 27px;
  height: 15px;
  display: inline-block;
  position: absolute;
  right: 29px;
  top: 24px;
  background: url('../img/u.png') no-repeat center;
}

.imgBox .list .msg {
  display: none;
  line-height: 23px;
  margin-top: 16px;
  padding-left: 17px;
  margin-bottom: 20px;
  overflow: hidden;
}

.imgBox .list .active {
  padding: 3px;
}

.imgBox .list .active .t {
  background-image: linear-gradient(0deg, #e0604d 0%, #eb785c 100%);
  border: none;
}

.imgBox .list .active .msg {
  display: block;
  animation: linearLeft 300ms linear;
}

.imgBox .list .active .icon {
  background: url('../img/d.png') no-repeat center;
  top: 26px;
}

.imgBox .img {
  width: 300px;
  text-align: center;
  position: absolute;
  top: 180px;
  right: 58px;
  font-size: 21px;
  line-height: 32px;
}

.imgBox .img img {
  width: 145px;
  height: 145px;
  margin-bottom: 34px;
}

.schoolWrapper .swiper-button-prev {
  left: 0;
  top: 246px;
}

.schoolWrapper .swiper-button-next {
  right: 0;
  top: 246px;
}

body .swiper-button-prev {
  width: 36px;
  height: 36px;
  background: url('../img/leftbtn.png') no-repeat center;
  background-size: 36px 36px;
}

body .swiper-button-next {
  width: 36px;
  height: 36px;
  background: url('../img/rightbtn.png') no-repeat center;
  background-size: 36px 36px;
}

.suitWrapper {
  width: 1920px;
  height: 1259px;
  background-size: 1920px 1259px;
  background-image: url('../img/bg4.png');
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.suitWrapper_title_text1 {
  margin: 0 0 0 450px;
}

.suitWrapper_title_text2 {
  margin: 18px 0 0 750px;
}

@keyframes linearUp {
  0% {
    margin-top: 23px;
    padding-top: 0px;
  }

  100% {
    margin-top: 0;
    padding-top: 23px;
  }
}

.suitWrapper .contentBox {
  width: 1200px;
  height: 951px;
  margin: 48px auto 0;
  overflow: hidden;
  position: relative;
  margin-top: 85px;
}

.suitWrapper .list1 {
  align-items: baseline;
  width: 289px;
  height: 794px;
  overflow: hidden;
  position: absolute;
  background-image: url('../img/bg3.png');
  background-size: 289px 794px;
  z-index: 99;
}

.suitWrapper .list1 li {
  height: 111px;
  width: 243px;
  box-sizing: content-box;
  color: #fff;
  font-family: SourceHanSansCN-Regular;
  font-weight: 800;
  font-size: 28px;
  line-height: 111px;
  text-align: center;
  cursor: pointer;
  transition: all 300ms;
  margin-bottom: 12px;
}

.suitWrapper .list1 li:last-child {
  margin-bottom: 0px;
}

.suitWrapper .list1 li.active {
  box-shadow: 10px 10px 10px 10px rgba(66, 66, 66, 0.21);
  border-radius: 28px;
  height: 194px;
  line-height: 194px;
  width: 201px;
  margin-left: 35px;
}

.suitWrapper .list1 .l1 {
  background-color: #2851a8;
}

.suitWrapper .list1 .l2 {
  background-color: #44832BFF;
}

.suitWrapper .list1 .l3 {
  background-color: #E1C542FF;
}

.suitWrapper .list1 .l4 {
  background-color: #E49A3FFF;
}

.suitWrapper .list1 .l5 {
  background-color: #8656B9FF;
}

.suitWrapper .listBg1 {
  background-color: #5482b7;
}

/* .suitWrapper .listBg1 .tit {
  background-color: #1f3753;
} */

.suitWrapper .listBg2 {
  background-color: #73af6d;
}

/* .suitWrapper .listBg2 .tit {
  background-color: #1e8514;
} */

.suitWrapper .listBg3 {
  background-color: #eddc80;
}

.suitWrapper .listBg3 .infoList {
  color: #000;
}

/* .suitWrapper .listBg3 .tit {
  background-color: #e8c400;
} */

.suitWrapper .listBg4 {
  background-color: #fad3a1;
}

.suitWrapper .listBg4 .infoList {
  color: #000;
}

/* .suitWrapper .listBg4 .tit {
  background-color: #f3961d;
} */

.suitWrapper .listBg5 {
  background-color: #ad8ac9;
}

/* .suitWrapper .listBg5 .tit {
  background-color: #8f51bf;
} */

.suitWrapper li {
  cursor: pointer;
}

.suitWrapper .contentWrapper {
  width: 1087px;
  height: 836px;
  /* box-shadow: 0px 3px 6px 0px rgba(75, 75, 75, 0.3); */
  padding: 42px 0 0 250px;
  right: 0px;
  box-sizing: border-box;
  background-image: url('../img/bgss.png');
  background-size: 1087px 836px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}


.suitWrapper .contentWrapper .content_bg {
  width: 312px;
  height: 558px;
  background: #EA775C;
  border-radius: 47px 0px 0px 0px;
  position: absolute;
  z-index: 0;
  top: 21px;
}

.suitWrapper .contentWrapper .childContent {
  width: 757px;
  z-index: 99;
  position: absolute;
  bottom: 45px;
  right: 54px;
}

.suitWrapper .list2 {
  flex-wrap: wrap;
  display: none;
  /* margin-bottom: 32px; */
}

.suitWrapper .list2.active {
  display: flex;
}

.suitWrapper .list2 li {
  /* height: 69px;
background: #FFFFFF;
box-shadow: 3px 7px 6px 7px #4B4B4B;
border-radius: 6px 6px 6px 6px; */
  height: 55px;
  background-color: #ffffff;
  box-shadow: 3px 7px 6px 7px rgba(199, 196, 196, 0.3);
  border-radius: 6px;
  line-height: 55px;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 18px;
  color: #1f3753;
  margin-bottom: 10px;
}

.suitWrapper .list2 li.active {
  background-color: #ea775c;
  box-shadow: 0px 3px 6px 0px rgba(80, 80, 80, 0.3);
  color: #fff;
}

.suitWrapper .grandson {
  padding-left: 28px;
  z-index: 99;
  position: absolute;
}

.suitWrapper .info {
  display: none;
}

.suitWrapper .info.active {
  display: flex;
}

.suitWrapper .info .msg {
  line-height: 23px;
  padding: 3px 0;
  font-size: 14px;
}

.suitWrapper .info .tit {
  min-width: 109px;
  height: 29px;
  padding-left: 13px;
  padding-right: 18px;
  display: inline-block;
  box-sizing: border-box;
  line-height: 29px;
  border-radius: 15px;
  font-weight: 500;
}

.suitWrapper .infoList {
  margin-right: 30px;
  flex: 1;
  overflow: hidden;
  color: #fff;
  font-family: SourceHanSansCN-Regular;
  font-size: 15px;
}

.suitWrapper .infoList li {
  margin-bottom: 4px;
}

.suitWrapper .rankList {
  width: 757px;
  height: 535px;
  /* border: solid 2px #ffffff; */
  box-sizing: border-box;
  font-size: 18px;
  overflow: hidden;
}

.suitWrapper .rankList dt {
  width: 100%;
  height: 84px;
  background-color: #ea775c;
  text-align: center;
  line-height: 84px;
  box-sizing: border-box;
  font-family: SourceHanSerifCN-Bold;
  font-size: 24px;
  color: #fff;
}

.suitWrapper .rankList dd {
  height: 47px;
  box-sizing: border-box;
  width: 100%;
  /* border-top: solid 2px #ffffff; */
  line-height: 47px;
  font-family: SourceHanSansCN-Regular;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}

.suitWrapper .rankList dd:nth-child(1) {
  width: 757px;
  height: 64px;
  background: #2851A8 !important;
  border-radius: 39px 0px 0px 0px;
  opacity: 1 !important;
}

.suitWrapper .rankList dd:nth-child(2n + 1) {
  background: rgba(255, 255, 255, 0.3);
}

/* .suitWrapper .rankList dd:nth-child(n + 3):hover {
  transform: scale(1.05);
} */

.suitWrapper .rankList dd:nth-child(2n + 2) {
  background: rgba(255, 255, 255, 0.7);
}

.suitWrapper .rankList .tr1 {
  width: 80px;
  /* border-right: solid 2px #ffffff; */
}

.suitWrapper .rankList .school_name {
  width: 280px;
  height: 20px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 49px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-top: 8px;
  /* border-right: solid 2px #ffffff; */
}

.suitWrapper .rankList .tr2 {
  width: 200px;
  /* border-right: solid 2px #ffffff; */
}

.suitWrapper .rankList .tr3 {
  flex: 1;
  padding: 0 24px;
  box-sizing: border-box;
}

.suitWrapper .rankList .tr3 .l {
  margin-left: 80px;
}

.suitWrapper .rankList .tr3 .r {
  margin-right: 80px;
}

.suitWrapper .rankList .p0 {
  padding: 0;
  height: 20px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 49px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding-top: 8px;
}

.suitWrapper .rankList .r {
  box-sizing: border-box;
  min-width: 34px;
  text-align: left;
  padding-left: 13px;
}

.suitWrapper .rankList .up {
  background: url('../img/up.png') no-repeat center right;
}

.suitWrapper .rankList .down {
  background: url('../img/down.png') no-repeat center right;
}

.suitWrapper .contactBtn {
  position: relative;
  z-index: 12;
}

.suitWrapper .rankList .up {
  background: url('../img/up.png') no-repeat center left;
}

.suitWrapper .rankList .down {
  background: url('../img/down.png') no-repeat center left;
}

.timelineWrapper {
  height: 1160px;
  width: 1920px;
  position: relative;
  background-image: url('../img/bg6.png');
  background-repeat: no-repeat;
  /* center top; */
  background-size: 1920px 1160px;
  margin: 0 auto;
}

.timelineWrapper_title_text1 {
  margin: 0 0 0 440px;
}

.timelineWrapper_title_text2 {
  margin: 18px 0 0 745px;
}

.timeLineDiv {
  width: 1400px;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../img/timeline.png');
  background-repeat: no-repeat;
  background-size: 1206px 418px;
  background-position: center;
  position: relative;
  margin-top: 100px;
}

.timeLine_detail {
  position: absolute;
  list-style-type: none;
  z-index: 998;
}

.timeLine_detail li {
  display: inline-block;
  vertical-align: top;
}

.timeLine_detail li>div {
  width: 280px;
  height: 132px;
  background-repeat: no-repeat;
}

.timeLine_detail li>div>div {
  border: 10px solid transparent;
  width: fit-content;
}

.timeLine_detail li>div>div:hover {
  background: #FFFFFF;
  box-shadow: 4px 6px 10px 6px #d4dded;
  border-radius: 23px 23px 23px 23px;
}

.timeLine_detail_li_div_hover {
  background-image: none !important;
}

/* .timeLine_detail li > div > div:hover ~ div
.timeLine_detail li > div > div:hover {
  background-image: none;
} */


.timeLine_detail span {
  font-family: DINCond, DINCond;
  font-weight: 900;
  font-size: 30px;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 14px;
}

.timeLine_detail p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 15px;
  color: #3557A0;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 14px;
}

.timeLine_detail_up li>div {
  background-position: left top;
  background-size: 2px 100%;
  background-image: url("../img/jianbian_up.png");
}


.timeLine_detail_down li>div {
  background-position: left bottom;
  background-size: 2px 100%;
  background-image: url("../img/jianbian_down.png");
}


.timeLine_detail_left li>div {
  background-position: 0% 30%;
  background-size: 80% 2px;
  background-image: url("../img/jianbian_left.png");
}

.timeLine_detail_left span {
  margin-left: 0 !important;
}

.timeLine_detail_left p {
  margin-left: 0 !important;
  margin-top: 15px;
}

.timeLine_icon {
  position: absolute;
  list-style-type: none;
}

.timeLine_icon li {
  display: inline-block;
  width: 74px;
  text-align: center;
  margin-right: 65px;
  overflow: visible;
  position: relative;
}

.timeLine_icon img {
  overflow: visible;
  position: relative;
}

.timeLine_icon2 li:first-child {
  margin-right: 10px !important;
}

.serviceWrapper {
  height: 1050px;
  width: 1920px;
  background-image: url('../img/bg7.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.serviceWrapper_group_title_Div {
  width: 1200px;
  height: 103px;
  margin-top: 108px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  display: flex;
}

.serviceWrapper_group_title {
  height: 103px;
  width: 387px;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
  /* 水平居中（可根据需要添加） */
  padding-left: 9px;
  padding-right: 9px;
}

.serviceWrapper_group_title p {
  height: 29px;
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  font-weight: 800;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 0px;
  letter-spacing: 28px;
  padding-top: 50px;
}

.serviceWrapper_group_title_1 {
  background-image: url('../img/yellow.png');
}

.serviceWrapper_group_title_2 {
  background-image: url('../img/blue.png');
}

.serviceWrapper_group_title_3 {
  background-image: url('../img/orange.png');
}


.serviceWrapper_group_body_Div {
  width: 1200px;
  height: 448px;
  margin: 0 auto;
  display: flex;
}


.serviceWrapper_group_body {
  height: 448px;
  width: 387px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/transparency.png');
  text-align: center;
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
  /* 水平居中（可根据需要添加） */
  padding-left: 9px;
  padding-right: 9px;
}

.serviceWrapper_group_body_introduce {
  margin-bottom: 50px;
  width: 296px;
  margin-top: 25px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}


.serviceWrapper_group_body_introduce li {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 50px;
}

.serviceWrapper_group_body_introduce li:last-child {
  margin-bottom: 12px;
}

.serviceWrapper_group_body_introduce li p {
  display: inline;
  /* 让 h5 和 p 元素以行内元素显示，不换行 */
  margin: 0;
  /* 去除默认的外边距 */
}

.serviceWrapper_group_body img {
  width: 29px;
  height: 29px;
  margin-top: 18px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.serviceWrapper_group_body div {
  width: 334px;
  height: 95px;
  margin-top: -10px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/transparency_bg_shot.png');
}

.serviceWrapper_group_body div:hover {
  width: 334px;
  height: 410px;
  background-image: url('../img/transparency_bg_long.png');
}

/*.serviceWrapper_group_body div:hover +.serviceWrapper_group_body_introduce{
  display: none;
} */

.serviceWrapper_group_body div p {
  width: 72px;
  height: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #E76C57;
  /* 1px 宽度，实线，黑色下划线 */
  padding-bottom: 8px;
  /* 可以添加一些底部内边距，避免下划线紧贴文本 */
  padding-top: 25px;
}

.serviceWrapper_group_body_advantage {
  display: none;
  width: 286px;
  height: 247px;
  margin-top: 18px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.serviceWrapper_group_body_advantage li {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 17px;
  color: #FFFFFF;
  line-height: 23px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 30px;
}

.caseWrapper {
  height: 1050px;
  width: 1920px;
  background: url('../img/8bg.jpg') no-repeat center top;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.caseWrapper_body {
  width: 1920px;
  height: 600px;
  display: flex;
  justify-content: center;
  padding-top: 75px;
}

.caseWrapper_body>div {
  float: left;
  width: 602px;
  height: 650px;
  margin-right: 10px;
}

.caseWrapper_body_left_aboutus {
  text-align: left;
}

.caseWrapper_body_left_aboutus span {
  width: 148px;
  height: 30px;
  font-family: DINCond, DINCond;
  font-weight: 900;
  font-size: 42px;
  color: #1F3854;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.caseWrapper_body_large {
  width: 589px;
  height: 236px;
  margin-top: 30px;
  background-size: 589px 236px;
  background-repeat: no-repeat;
  background-image: url('../img/large.png');
}

.caseWrapper_body_large p {
  width: 523px;
  height: 179px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 19px;
  color: #333333;
  line-height: 32px;
  font-style: normal;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  text-align: left;
}

.caseWrapper_body_pdiv {
  display: flex;
  justify-content: left;
  padding-top: 40px;
}

.caseWrapper_body_pdiv div {
  width: 286px;
  height: 138px;
}

.caseWrapper_body_pdiv h5 {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 40px;
  padding-top: 40px;
}

.caseWrapper_body_pdiv p {
  width: 210px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
}

.caseWrapper_body_nomal {
  background-size: 286px 138px;
  background-repeat: no-repeat;
}

.caseWrapper_body_nomal:hover h5 {
  color: white;
}

.caseWrapper_body_nomal:hover p {
  color: white;
}


.caseWrapper_body_nomal_1 {
  background-image: url('../img/01-nomal.png');
}

.caseWrapper_body_nomal_1:hover {
  background-image: url('../img/01-hover.png');
}

.caseWrapper_body_nomal_2 {
  margin-left: 24px;
  background-image: url('../img/02-nomal.png');
}

.caseWrapper_body_nomal_2:hover {
  background-image: url('../img/02-hover.png');
}

.caseWrapper_body_nomal_3 {
  background-image: url('../img/03-nomal.png');
}

.caseWrapper_body_nomal_3:hover {
  background-image: url('../img/03-hover.png');
}

.caseWrapper_body_nomal_4 {
  margin-left: 24px;
  background-image: url('../img/04-nomal.png');
}

.caseWrapper_body_nomal_4:hover {
  background-image: url('../img/04-hover.png');
}

.caseWrapper_body_right {
  display: flex;
  justify-content: left;
}

.caseWrapper_body_right_bg {
  position: relative;
  width: 418px;
  height: 642px;
  background-size: 364px 642px;
  background-repeat: no-repeat;
  background-image: url('../img/creater1_bg.png');
  background-position: right bottom;
}

.caseWrapper_body_right_info {
  position: absolute;
  bottom: 0;
  width: 418px;
  height: 185px;
  background-size: 418px 185px;
  background-repeat: no-repeat;
  background-image: url('../img/transparency lan.png');
  margin-top: 0px;
}

.caseWrapper_body_right_info h5 {
  padding-top: 15px;
  margin-left: 30px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.caseWrapper_body_right_info p {
  margin-top: 35px;
  margin-left: 30px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}


.caseWrapper_body_right_creaters {
  width: 184px;
  height: 642px;
  display: flex;
  flex-direction: column-reverse;
}

.caseWrapper_body_right_creaters>div {
  width: 184px;
  height: 162px;
}

.teachers {
  width: 1920px;
  height: 1062px;
  background-image: url('../img/bg9.png');
  background-size: 1920px 1062px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


.teachers_title_text1 {
  margin: 0 0 0 515px;
  color: white;
}

.teachers_title_text2 {
  margin: 10px 0 0 725px;
  color: white;
}

.teachers_title_select {
  padding-top: 50px;
}

.teachers_title_select div {
  display: inline-block;
  width: 160px;
  height: 44px;
  background: white;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #666666;
  text-align: center;
  margin-right: 12px;
  cursor: pointer;
}

.teachers_title_select_div_select {
  background: radial-gradient(#EB795D 0%, #DF5E4C 0%, #DF5E4C 0%, #DF5E4C 0%, #DF5E4C 0%, #DF5E4C 0%), #333333 !important;
}

.teachers_title_select div p {
  width: 128px;
  height: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7px;
}

.teachers_title_select_p_select {
  color: white !important;
}

.teachers .teachers-pagination {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-family: SourceHanSansCN-Regular;
  font-size: 19px;
  bottom: 10px;
  position: absolute;
  left: 0;
  bottom: -100px !important;
  text-align: center;
}


.teachers .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../img/kyuan.png');
  border-radius: 50%;
  opacity: 1;
}

.teachers .swiper-pagination-bullet-active {
  width: 17px;
  background-size: 17px 17px;
  background-image: url('../img/yuan.png');
  height: 17px;
  border: none;
  opacity: 1;
}

.teachersShow {
  width: 1920px;
  margin-top: 58px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  /* 垂直居中 */
  justify-content: space-between;
  position: relative;
}

.teachers-button {
  width: 35px;
  height: 72px;
  background-size: 35px 72px;
  background-repeat: no-repeat;
  position: absolute;
  cursor: pointer;
}

.teachers-button-prev {
  background-image: url('../img/left_button.png');
  left: 360px;
}

.teachers-button-next {
  background-image: url('../img/right_button.png');
  right: 360px;
}

.swiper_teachers {
  width: 1066px;
  height: 531px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.teacher {
  width: 1066px;
  height: 531px;
  background-color: white;
  display: flex;
}

.teacher_img {
  width: 350px;
  height: 446px;
  background-image: url('../img/xue.png');
  background-size: 350px 446px;
  background-repeat: no-repeat;
  margin-left: 53px;
  margin-top: 42px;
  position: relative;
}

.teacher_img p {
  writing-mode: vertical-lr;
  text-orientation: sideways-right;
  width: 30px;
  height: 193px;
  font-family: DINCond, DINCond;
  font-weight: 900;
  font-size: 40px;
  color: #1A3C76;
  line-height: 51px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  background-color: white;
  margin-left: -15px;
}

.teacher_info {
  width: 600px;
  padding-left: 40px;
  padding-top: 105px;
}

.teacher_info_baseInfo {
  align-items: flex-start;
  display: flex;
}

.teacher_info_name {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 26px;
  color: #000000;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.teacher_info_school {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #717171;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 12px;
}

.teacher_info_line {
  padding-top: 18px;
}

.teacher_info_name_line {
  width: 71px;
  height: 3px;
  background: #1A3C76;
}

.teacher_info_school_line {
  width: 544px;
  height: 1px;
  background: #6D6D6D;
}


.teacher_info_detail {
  padding-top: 50px;
}

.teacher_info_detail li {
  height: 90px;
  align-items: flex-start;
  display: flex;
}

.teacher_info_detail span {
  width: 80px;
  height: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 33px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.teacher_info_detail li p {
  width: 456px;
  text-align: left;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #717171;
  line-height: 33px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 12px;
}


.students {
  width: 1920px;
  height: 1826px;
  background-image: url('../img/bg10.png');
  background-size: 1920px 1826px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.students_title_text1 {
  margin: 0 0 0 530px;
  margin-top: 50px;
}

.students_title_text2 {
  margin: 18px 0 0 760px;
}


.students_group_select {
  padding-top: 75px;
}

.students_group_select div {
  display: inline-block;
  width: 200px;
  height: 93px;
  background-image: url('../img/students_group.png');
  background-size: 200px 93px;
  text-align: center;
  margin-right: 18px;
  cursor: pointer;
}


.students_group_select_div_select {
  background: none !important;
  background-image: url('../img/students_group_select.png') !important;
  background-size: 200px 97px !important;
  width: 200px !important;
  height: 97px !important;
  box-shadow: none !important;
}

.students_group_select_div_select p {
  color: white !important;
}

.students_group_select div p {
  width: 73px;
  height: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #020431;
  line-height: 21px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}


.swiper_students {
  width: 1200px;
  height: 312px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
}

.student {
  width: 224px !important;
  height: 312px;
  display: flex;
  margin-right: 20px;
  position: relative;
}

.student:hover .student_baseInfo {
  display: none;
}

.student:hover .student_baseDetail {
  display: block;
}

.student_baseInfo {
  width: 175px;
  height: 70px;
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.84;
  position: absolute;
  bottom: 0;
  left: 12%;
}

.student_baseInfo span:first-child {
  width: 54px;
  height: 18px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 12px;
}

.student_baseInfo span:first-child::before {
  content: "";
  display: inline-block;
  width: 16px;
  /* 图片宽度 */
  height: 16px;
  /* 图片高度 */
  background-image: url('../img/jiang.png');
  /* 替换为你的图片路径 */
  background-size: contain;
  margin-right: 5px;
  /* 图片与文字的间距 */
}

.student_baseInfo div {
  width: 161px;
  height: 1px;
  background: #333333;
  margin-left: auto;
  margin-right: auto;
}

.student_baseInfo span:last-child {
  width: 159px;
  height: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.student_baseDetail {
  width: 100%;
  height: 100%;
  background-image: url('../img/djiang.png'), url('../img/reds.png');
  background-repeat: no-repeat, no-repeat;
  background-size: 42px 42px, cover;
  background-position: left 10px top 10px, center;
  display: none;
}

.student_baseDetail span {
  display: inline-block;
  height: 23px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  text-decoration: underline;
  text-underline-offset: 6px;
  margin-top: 25px;
}

.student_baseDetail ul {
  width: 204px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.student_baseDetail ul li {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 46px;
}

.students-pagination {
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-family: SourceHanSansCN-Regular;
  font-size: 19px;
  bottom: 10px;
  left: 0;
  bottom: -25px !important;
  text-align: center;
  position: relative;
  z-index: 999;
}


.students .swiper-pagination-bullet {
  width: 43px;
  height: 5px;
  background: #E3E3E3;
  border-radius: unset;
  opacity: 1;
  margin-right: 2px;
}

.students .swiper-pagination-bullet-active {
  width: 43px;
  height: 5px;
  border: none;
  background: #DF5E4C;
  opacity: 1;
}

.school_stduent {
  position: relative;
  width: 1200px;
  height: 896px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.school_stduent_message_left {
  position: absolute;
  width: 469px;
  height: 390px;
  background: #2559B1;
  top: 140px;
  z-index: 1;
}

.school_tu_left {
  position: absolute;
  width: 502px;
  height: 396px;
  background-image: url('../img/school_tu.png');
  background-size: 502px 396px;
  z-index: 2;
  top: 80px;
  left: 43px;
}

.school_stduent_message_contain {
  position: absolute;
  width: 1001px;
  height: 390px;
  background: url('../img/jianbanl.png') 100% no-repeat;
  background-size: 100% 100%;
  right: 0;
  top: 130px;
  z-index: 0;
}

.school_stduent_message_slogan {
  width: 500px;
  height: 30px;
  overflow-wrap: break-word;
  color: rgba(21, 35, 63, 1);
  font-size: 30px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 22px;
  margin: 47px 0 0 426px;
}

.school_stduent_message_student {
  width: 63px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(62, 58, 58, 1);
  font-size: 20px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin: 58px 0 0 426px;
}

.school_stduent_message_ul_unhover {
  margin: 31px 0 0 426px;
}

.school_stduent_message_ul_unhover li {
  width: 525px;
  text-align: left;
}

.school_stduent_message_ul_unhover li span {
  width: 120px;
  height: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 16px;
  color: #3E3A3A;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.school_stduent_message_ul_unhover li span:first-child::before {
  content: "";
  display: inline-block;
  width: 12px;
  /* 图片宽度 */
  height: 12px;
  /* 图片高度 */
  background-image: url('../img/yuandian.png');
  /* 替换为你的图片路径 */
  background-size: contain;
  margin-right: 5px;
  /* 图片与文字的间距 */
}

.school_stduent_message_ul_unhover li p {
  width: 410px;
  height: 33px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 15px;
  color: #3E3A3A;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.school_stduent_message_ul_hover {
  margin: 55px 0 0 400px
}

.school_stduent_message_ul_hover span {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 0px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: block;
}

.school_stduent_message_ul_hover li {
  margin-bottom: 32px;
}

.school_stduent_message_ul_hover p {
  width: 564px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 30px;
}

.school_list {
  position: absolute;
  width: 1200px;
  height: 236px;
  background: #2559B1;
  bottom: 100px;
  text-align: center;
}

.school_list ul {
  list-style-type: none;
  margin-top: 32px;
}

.school_list ul li {
  display: inline-block;
  margin-right: 20px;
  /* 为列表项之间添加一些间距 */
  width: 146px;
  position: relative;
}

.school_list ul li:first-child {
  margin-left: 16px;
  /* 为列表项之间添加一些间距 */
}

.school_list ul li img {
  position: relative;
  width: 128px;
  height: 128px;
  top: 0;
}

.school_list ul li span {
  position: relative;
  height: 19px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 0px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  top: 20px;
}

.school_stduent_message {
  width: 1000px;
}

.school_stduent_message_hover {
  background-color: #f88074;
}

.school_stduent_message_shadow {
  width: 120px;
  height: 53px;
  position: relative;
  background-image: url('../img/school_stduent_message_shadow.png');
  z-index: 3;
  top: 90px;
  right: -1060px;
}

.school_selected {
  width: 94px;
  height: 58px;
  position: relative;
  background-image: url('../img/school_list_select.png');
  background-size: 94px 58px;
  z-index: 4;
  top: 450px;
  left: 40px;
}

.news {
  background-image: url('../img/bg11.png');
  width: 1920px;
  height: 984px;
  background-size: 1920px 984px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


.news_title_text1 {
  margin: 0 0 0 470px;
  margin-top: 50px;
}

.news_title_text2 {
  margin: 18px 0 0 760px;
}

.news_body {
  display: flex;
  /* 水平居中 */
  justify-content: center;
  height: 611px;
  width: 100%;
  margin-top: 66px;
}

.Industry_Information {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.21);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  width: 734px;
  height: 598px;
}

.Industry_Information_title {
  width: 676px;
  height: 24px;
  margin: 48px 0 0 31px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.Industry_Information_title span {
  width: 95px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 24px;
  font-family: SourceHanSansCN-Regular;
  font-weight: NaN;
  text-align: justifyLeft;
  white-space: nowrap;
  line-height: 28px;
}

.Industry_Information_title div {
  height: 19px;
  background: url('../img/more_news.png') 100% no-repeat;
  background-size: 100% 100%;
  margin-top: 3px;
  width: 11px;
}

.Industry_Information_line_left {
  background-color: rgba(188, 188, 188, 1);
  height: 2px;
  width: 693px;
  margin: 18px 0 0 22px;
}

.Industry_Information_line_right {
  background-color: rgba(188, 188, 188, 1);
  height: 2px;
  width: 390px;
  margin: 18px 0 0 22px;
}

.Industry_Information_line_1 {
  background-color: rgba(223, 94, 76, 1);
  width: 115px;
  height: 5px;
  margin: -3px 0 0 -1px;
}

.Industry_Information_headline {
  height: 155px;
  background: url('../img/headline.png') 100% no-repeat;
  background-size: 100% 100%;
  width: 692px;
  margin: 21px 0 0 23px;
}

.Industry_Information_headline span {
  width: 549px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: SourceHanSansCN-Regular;
  font-weight: NaN;
  text-align: justifyLeft;
  white-space: nowrap;
  line-height: 28px;
  margin: 109px 0 0 16px;
}

.Industry_Information_news {
  width: 672px;
  height: 127px;
  margin: 21px 0 0 24px;
}

.Industry_Information_news>div {
  width: 320px;
}


.Industry_Information_news>div:nth-child(2) {
  padding-left: 40px;
}

.Industry_Information_news>div:hover span {
  color: #CE2715FF;
}

.Industry_Information_news img {
  width: 146px;
  height: 125px;
}

/* .Industry_Information_news img:nth-last-of-type(1) {
  padding-left: 46px;
} */

.Industry_Information_news_body {
  width: 146px;
  height: 113px;
  margin: 0 0 0 25px;
}

.Industry_Information_news_title {
  width: 144px;
  height: 46px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  line-height: 22px;
  margin-left: 2px;
}

.Industry_Information_news_footer {
  width: 133px;
  height: 39px;
  margin-top: 28px;
}

.Industry_Information_news_readnum {
  width: 100px;
  height: 16px;
  overflow-wrap: break-word;
  color: rgba(223, 94, 76, 1);
  font-size: 16px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
  margin-left: 2px;
}

.Industry_Information_news_updatetime {
  width: 133px;
  height: 14px;
  overflow-wrap: break-word;
  color: rgba(138, 138, 138, 1);
  font-size: 13px;
  font-family: SourceHanSansCN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
  margin-top: 9px;
}

.Good_News {
  margin-left: 13px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.21);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  width: 441px;
  height: 598px;
}

.good_news_title {
  width: 385px;
  height: 235px;
  background: url('../img/good_news_title_bg.png') 100% no-repeat;
  background-size: 100% 100%;
  margin: 21px 0 0 23px;
}

.good_news_title_student {
  width: 225px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 24px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 28px;
  margin: 23px 0 0 48px;
}

.good_news_title_major {
  width: 144px;
  height: 37px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-family: SourceHanSansCN-Normal;
  font-weight: NaN;
  text-align: left;
  line-height: 21px;
  margin: 17px 0 0 50px;
}

.good_news_title_school {
  width: 122px;
  height: 30px;
  overflow-wrap: break-word;
  color: rgba(29, 42, 77, 1);
  font-size: 30px;
  font-family: SourceHanSerifCN-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin: 24px 0 0 50px;
}

.good_news_title_school_line {
  background-color: rgba(223, 94, 76, 1);
  width: 110px;
  height: 2px;
  margin: 9px 0 0 50px;
}

.good_news_title_school_en {
  width: 90px;
  height: 14px;
  overflow-wrap: break-word;
  color: rgba(29, 42, 77, 1);
  font-size: 13px;
  font-family: SourceHanSansCN-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin: 5px 0 0 50px;
}

.good_news_title_school_ranking {
  width: 193px;
  height: 30px;
  overflow-wrap: break-word;
  color: rgba(29, 42, 77, 1);
  font-size: 30px;
  font-family: SourceHanSerifCN-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 18px;
  margin: 12px 0 8px 50px;
}

.good_news_title_detail {
  width: 355px;
  height: 52px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 23px;
  font-family: SourceHanSansCN-Bold;
  font-weight: 700;
  text-align: left;
  line-height: 28px;
  margin: 22px 0 0 33px;
}

.good_news_title_detail_line {
  background-color: rgba(188, 188, 188, 1);
  width: 390px;
  height: 2px;
  margin: 14px 0 0 20px;
  margin-bottom: 6px;
}

.good_news_other {
  width: 392px;
  height: 30px;
  margin: 0px 0 0 21px;
}

.good_news_other:hover {
  background-color: #F4F4F4;
  ;
}

.good_news_other img {
  width: 17px;
  height: 18px;
  padding-top: 6px;
}

.good_news_other span {
  width: 211px;
  height: 16px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  text-align: left;
  white-space: nowrap;
  line-height: 30px;
  padding-left: 21px;
}

.footerWrapper {
  height: 278px;
  color: #ebf1f8;
  background-color: #063e81;
}

.footerWrapper .top {
  padding-top: 27px;
  width: 1200px;
  border-bottom: 1px solid #FFFFFF;
  height: 200px;
  box-sizing: border-box;
  align-items: center;
  font-family: SourceHanSansCN-Normal;
  font-size: 14px;
}

.footerDiv {
  padding: 20px;
}

.footerWrapper_logo {
  height: 100%;
  padding-top: 20px;
}

.footerDiv p {
  margin-bottom: 20px;
}

.footerDiv ul {
  /* 去除列表的默认样式（如圆点） */
  list-style-type: none;
  /* 去除列表的默认内边距 */
  padding: 0;
  /* 为列表添加左边外边距，使其之间有间隔 */
  margin-right: 20px;
  /* 将列表元素设置为行内块元素，使其水平排列 */
  display: inline-block;
  /* 垂直对齐方式设置为顶部对齐 */
  vertical-align: top;
  line-height: 26px;
}

.footerWrapper .code {
  /* align-items: center; */
  height: 100%;
  padding-top: 20px;
  width: 232px;
  display: flex;
}

.footerWrapper .code .msg {
  line-height: 24px;
  width: 126px;
  height: 90px;
}

.footerWrapper .code .msg p {
  padding-top: 27px;
}

.footerWrapper .code img {
  margin-right: 16px;
  width: 90px;
  height: 90px;
}

.footerWrapper .copyright {
  height: 76px;
  line-height: 62px;
  font-family: SourceHanSansCN-Normal;
  font-size: 14px;
  text-align: center;
}