@charset "UTF-8";
:root {
  --Primary-color:#DA4B24;
  --Secondary-color:#C9B574;
  --color-white:#fff;
  --color-gray:#6e6e73;
  --color-black:#000000;
  --lineHeight:1;
  --inputHeight:90px;
}

/*
字体: 56。28。20。16。14。
间距: 100。50。
*/
.textColor {
  color: var(--Primary-color);
}

.textColorGray {
  color: var(--color-gray);
}

.textCenter {
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justifyCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

img {
  display: inline-block;
}

a:hover {
  color: var(--Primary-color);
}

.title-uppercase {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
}

.title .p {
  color: var(--color-gray);
  line-height: 1.6;
}

.titleWeight {
  font-weight: 700;
}

.Leadership .more a.a_btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 140px;
  height: 50px;
  background: #eee;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.Leadership .more a.a_btn2:hover {
  background: #f60;
  color: #fff;
}

.Leadership .con_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  background: #F6F6F8;
}

.Leadership .list_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 560px;
          flex: 0 0 560px;
}

.Leadership .list_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.Leadership .list_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 100px;
  padding-right: 80px;
}

.Leadership .list_text .title h3 {
  width: 90%;
}

.Leadership .list_text .title span {
  font-weight: 500;
}

.Leadership .list_text .p {
  color: #777;
  line-height: 1.6;
}

.Leadership .list_text .p p {
  margin-bottom: 1vw;
}

.Leadership .con_list:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.Leadership .con_list:nth-of-type(2n) .list_text {
  padding-right: 100px;
  padding-left: 80px;
}

.Leadership .con_list:nth-of-type(1) {
  margin-top: 0px;
}

@media only screen and (max-width: 1600px) {
  .Leadership .list_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .Leadership .list_text {
    padding-left: 6vw;
    padding-right: 4vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .Leadership .con_list:nth-of-type(2n) .list_text {
    padding-right: 6vw;
    padding-left: 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .Leadership .more a.a_btn2 {
    width: 120px;
    height: 45px;
  }
  .Leadership .list_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .Leadership .list_img img {
    height: 100%;
  }
  .Leadership .list_text {
    padding: 8vw 5vw;
  }
  .Leadership .list_text .p p {
    margin-bottom: 3vw;
  }
  .Leadership .con_list:nth-of-type(2n) .list_text {
    padding: 8vw 5vw;
  }
}
.teamSwiper {
  background: #F6F6F8;
  overflow: hidden;
}
.teamSwiper .css_swiper {
  position: relative;
  overflow: visible;
}
.teamSwiper .css_swiper .img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.teamSwiper .css_swiper .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.teamSwiper .css_swiper .img .imgBtn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 20px;
  height: 20px;
  z-index: 2;
}
.teamSwiper .css_swiper .img .imgBtn svg {
  width: 100%;
  height: 100%;
}
.teamSwiper .css_swiper .swiper-slide {
  width: 340px;
}
.teamSwiper .css_swiper .text {
  padding: 10px 0px;
}
.teamSwiper .css_swiper h3 {
  margin-bottom: 7px;
  font-weight: 500;
}
.teamSwiper .css_swiper p {
  opacity: 0.7;
  overflow: hidden;
}

.together {
  width: 100%;
  overflow: hidden;
}
.together h3 {
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.together .ticker-row {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.together .ticker-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-bottom: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.together .ticker-list li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 310px;
  height: 224px;
  margin-left: 20px;
}
.together .ticker-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1600px) {
  .together .ticker-list {
    margin-bottom: 1.04vw;
  }
  .together .ticker-list li {
    width: 16vw;
    height: 11.14vw;
    margin-left: 1.04vw;
  }
}
@media only screen and (max-width: 1000px) {
  .together h3 {
    margin-bottom: 3vw;
  }
  .together h3 br {
    display: none;
  }
  .together .ticker-list {
    margin-bottom: 1.3vw;
  }
  .together .ticker-list li {
    width: 26vw;
    height: 18vw;
    margin-left: 1.3vw;
  }
}
.teachers {
  background: #F6F6F8 url(../img/mapbg.png) no-repeat center bottom;
  background-size: 100%;
  overflow: hidden;
}
.teachers .title {
  text-align: center;
}
.teachers .title .p {
  max-width: 1250px;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  color: var(--color-gray);
}
.teachers .con .top {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.teachers .con .dl {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.teachers .con .dl dl:nth-of-type(1) dt {
  color: #DA4B24;
}
.teachers .con .dl dl:nth-of-type(2) dt {
  color: #88A7B2;
}
.teachers .con .dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}
.teachers .con .dl dt {
  font-size: 80px;
  line-height: 0.8;
  margin-bottom: 10px;
}
.teachers .con .dl dd {
  color: var(--color-gray);
  padding-right: 50px;
}
.teachers .con .dl i {
  font-size: 40px;
}
.teachers .con .dl .numCX {
  display: inline-block;
}
.teachers .con .dl .shuj > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.teachers .con .dl:nth-of-type(3) dl:nth-of-type(1) dt {
  color: #9ABF93;
}
.teachers .con .dl:nth-of-type(3) dl:nth-of-type(2) dt {
  color: #808080;
}

@media only screen and (max-width: 1600px) {
  .teachers .title {
    width: 90%;
  }
}
@media only screen and (max-width: 1300px) {
  .teachers .con .dl dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .teachers .con .dl dt {
    font-size: 50px;
  }
  .teachers .con .dl i {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .teachers .con .dl {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .teachers .title .p {
    text-align: left;
  }
  .teachers .title .p br {
    display: none;
  }
  .teachers .con .top {
    margin-bottom: 8vw;
  }
  .teachers .con .dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .teachers .con .dl dd {
    padding-right: 0px;
  }
  .teachers .con .dl dl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 8vw;
  }
}
.teachers .top {
  position: relative;
  margin-bottom: 4.5vw;
}

.teachers .top .btn {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.teachers .top .video {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.teachers .top .video img {
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.teachers .top .video video {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .teachers .con .top {
    width: 90%;
  }
}
@media only screen and (max-width: 700px) {
  .teachers .top .btn {
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .teachers .top .btn svg {
    width: 20px;
    height: 20px;
  }
}
.staticHeader.index .header{
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.staticHeader.index .section {
  padding: 0px;
}

.staticHeader.index .scrollHeader.header {
  background-color: #fff;
}

.Inbanner {
  height: calc(100vh - 90px);
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  position: relative;
  margin-top:90px;
}
.Inbanner .img {
  height: 100%;
}
.Inbanner .img img {
  width: 100%;
  height: 100%;
 

}
.Inbanner .treeWrap {
  width: 100%;
  height: 100%;
}
.Inbanner .img img:nth-of-type(1) {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 5;
}
.Inbanner .treeWrap {
  position: relative;
  z-index: 2;
  -webkit-transform: translate(0, 0) !important;
      -ms-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
  opacity: 1 !important;
  text-align: center;
}
.Inbanner .text {
  max-width: 500px;
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 6;
}
.Inbanner .text > img {
  width: 100%;
}
.Inbanner .text .birdE {
  pointer-events: none;
  position: absolute;
  top: -68%;
  left: 33%;
  width: auto;
  opacity: 0 !important;
}
.Inbanner .bird {
  pointer-events: none;
  position: absolute;
  left: 30%;
  top: 10%;
  width: 160px;
  height: 172px;
  overflow: hidden;
  z-index: 3;
  background-image: url(../img/bird.png);
  display: none;
}
.Inbanner .mountain {
  z-index: 2;
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
}

.Inbanner .treeWrap video {
  width: 70%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(-15px);
}

.Inbanner .treeWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Inbanner .img svg {
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 4;
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
  position: absolute;
}

@media only screen and (max-width: 1700px) {

  .Inbanner .img svg {
    height: 12vw;
  }
  .Inbanner .text{bottom:7%;}
}
@media only screen and (max-width: 1500px) {
    .Inbanner .text{width:33%;bottom:4%;}
}
@media only screen and (max-width: 1300px) {
    .Inbanner .text{bottom:6%;}
}
@media only screen and (max-width: 1200px) {
    .Inbanner {
  height: calc(100vh - 60px);

  margin-top:60px;
}
.Inbanner .treeWrap video{width:80%;}

.Inbanner .img img{object-fit:cover;}
}
@media only screen and (max-width: 1000px) {
  .Inbanner .bird {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .Inbanner .text .birdE {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    top: -85%;
  }
  .Inbanner .img svg {
    height: 23vw;
  }
  .Inbanner .text {
    width: 30vw;
    bottom: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .Inbanner {
    height: 80vh;
  }
  .Inbanner .treeWrap video{width:100%;transform:translateX(0);}
  .Inbanner .bird {
    -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
  }
  .Inbanner .text {
    width: 80%;
    bottom: 8%;
  }
  .Inbanner .img svg {
    height: 52vw;
  }
  .Inbanner .text .birdE {
    top: -183%;
    left: 8%;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.Invision {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  background: #688dc1;
  position: relative;
}
.Invision:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 20%;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(104, 141, 193)), to(rgba(104, 141, 193, 0)));
  background: linear-gradient(to top, rgb(104, 141, 193), rgba(104, 141, 193, 0));
}
.Invision span.title-uppercase {
  font-weight: normal;
}
.Invision .con {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 15%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.Invision .con .text {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #fff;
  width: 100%;
}
.Invision .con .text h3 {
  line-height: 1.125;
  width: 100%;
  will-change: transform;
}
.Invision .con .text h3 p {
  will-change: transform;
  font-weight: 500;
}
.Invision .con .text span {
  display: inline-block;
  line-height: 0.9;
  will-change: transform;
}
.Invision .con .text3 dl {
  opacity: 0;
}
.Invision .con .text2 span.title-uppercase, .Invision .con .text2 h3 p {
  opacity: 0;
}
.Invision .con .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Invision .con .top dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24.4%;
          flex: 0 0 24.4%;
}
.Invision .con .top dl:nth-of-type(4n) {
  margin-right: 0px;
}
.Invision .con .top dl:nth-of-type(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.6%;
          flex: 0 0 20.6%;
}
.Invision .con .top dl:nth-of-type(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28.4%;
          flex: 0 0 28.4%;
}
.Invision .con .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Invision .con .bottom dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49.6%;
          flex: 0 0 49.6%;
}
.Invision .con .bottom dl:nth-of-type(2n) {
  margin-right: 0px;
}
.Invision .con .bottom dl:nth-of-type(3), .Invision .con .bottom dl:nth-of-type(4) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.Invision .con .bottom dl:nth-of-type(3) .p {
  padding-left: 70px;
}
.Invision .con .bottom dl:nth-of-type(4) .p {
  margin-bottom: 20px;
}
.Invision .con .bottom .img {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.Invision .con .bottom .img img {
  margin-left: 10px;
}
.Invision .con dl {
  padding: 30px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(248, 248, 248, 0.82);
  margin-right: 10px;
  margin-bottom: 10px;
}
.Invision .con dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  padding-left: 40px;
}
.Invision .con dl .p span {
  display: inline-block;
  font-weight: 500;
  margin: 0 5px;
}
.Invision .con dl .p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.Invision .con dl h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}
.Invision .con dl dt {
  background: #648CC4;
  border-radius: 15px 15px 15px 15px;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Invision > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@media only screen and (max-width: 1600px) {
    .chancellor .con{
        padding: 3.5vw 3vw;
    }
  .Invision .con .top dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 24%;
  }
  .Invision .con .bottom dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 49%;
  }
  .Invision .con .top dl:nth-of-type(4) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 18%;
  }
  .Invision .con .top dl:nth-of-type(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 19%;
  }
}
@media only screen and (max-width: 1500px) {
  .Invision .con .top dl {
    padding: 2vw 1vw;
    border-radius: 10px;
  }
  .Invision .con dl dd {
    padding-left: 1vw;
  }
  .Invision .con dl .p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .Invision .con dl .p span {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: 0;
  }
  .Invision .con .bottom .img img {
    width: 20px;
    margin-left: 5px;
  }
  .Invision .con .bottom dl:first-child .p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .Invision .con .bottom dl:first-child .p span {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1400px) {
  .Invision .con dl dt {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }
  .Invision .con dl dt img {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media only screen and (max-width: 1000px) {
  .Invision .con .top dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 50%;
  }
  .Invision .con dl {
    padding: 2vw 1vw;
    border-radius: 10px;
  }
  .Invision .con .top dl {
    min-width: 48%;
  }
  .Invision .con .top dl:nth-of-type(2n) {
    margin-right: 0px;
  }
  .Invision .con .top dl:nth-of-type(4) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 48%;
  }
  .Invision .con .top dl:nth-of-type(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 48%;
  }
  .Invision .con .bottom dl:first-child .p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .Invision .con .text h3 p {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  .Invision .con {
    top: 10%;
  }
  .Invision .con dl {
    padding: 2vw 3vw;
  }
  .Invision .con .bottom .img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Invision .con .bottom .img img {
    margin-top: 5px;
  }
  .Invision .con .bottom dl {
    margin-right: 0;
    min-width: 100%;
  }
  .Invision .con .bottom dl:nth-of-type(3) .p {
    padding-left: 0px;
  }
  .Invision .con .bottom dl:nth-of-type(4) .p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-bottom: 0px;
  }
  .Invision .con .bottom dl:nth-of-type(4) .p span {
    margin-left: 5px;
    margin-right: 0px;
  }
}
.chancellor {
  position: relative;
}
.chancellor > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chancellor .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 10%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.chancellor .con {
  width: 742px;
  background: rgba(255, 255, 255, 0.93);
  padding: 70px 60px;
  border-radius: 0px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chancellor .con .img {
  width: 262px;
  height: 366px;
}
.chancellor .con .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chancellor .con .text {
  text-align: center;
}
.chancellor .con h3 {
  margin: 30px 0;
  font-weight: 500;
}
.chancellor .con .p {
  color: var(--color-gray);
}
.chancellor .con .a {
  margin: 30px auto;
}
.chancellor .con .a a {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1700px) {
  .chancellor .con {
    width: 40vw;
    padding: 3.5vw 3vw;
  }
  .chancellor .con .img {
    width: 11vw;
    height: 16vw;
  }
}
@media only screen and (max-width: 1200px) {
  .chancellor .con {
    width: 55vw;
  }
  .chancellor .wrap {
    position: relative;
    z-index: 2;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .chancellor > img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  .chancellor .con .img {
    width: 20vw;
    height: 28vw;
  }
}
@media only screen and (max-width: 768px) {
  .chancellor .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .chancellor .con {
    padding: 5vw 5vw;
    width: 80vw;
  }
  .chancellor .con .img {
    width: 40vw;
    height: 56vw;
  }
}
.balance {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: relative; /* NOTE: li/dl 绝对定位的参照容器 */
  background: #E5E7DB;
}
.balance .animation-section {
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.balance svg {
  width: 100%;
  height: auto;
}
.balance path {
  fill: none;
  stroke-width: 80;
  stroke-linecap: round;
  mix-blend-mode: multiply;
  will-change: opacity;
  opacity: 0.9;
}
.balance .titleT {
  text-align: right;
  color: #000;
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 500;
  z-index: 5;
}
.balance .titleO {
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 500;
  z-index: 5;
}
.balance .textO {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.balance .textO ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.balance .textO h3 {
  line-height: 0.9;
  margin-bottom: 7px;
}
.balance .textO li {
  pointer-events: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  color: var(--color-gray);
  height: 15vw;
  padding-left: 30px;
  border-left: 1px solid var(--color-gray);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.balance .textO li:after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -20px;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: block;
}
.balance .textO li.li0 {
  left: 50%;
  top: 10%;
}
.balance .textO li.li1 {
  left: 20%;
  top: 35%;
  height: 20vw;
  border-right: 1px solid var(--color-gray);
  padding-right: 30px;
  padding-left: 0px;
  border-left: 0;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.balance .textO li.li1:after {
  top: -20px;
  bottom: auto;
  left: auto;
  right: -10px;
}
.balance .textO li.li2 {
  left: 3%;
  top: 60%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.balance .textO li.li2:after {
  top: -20px;
  bottom: auto;
}
.balance .textO li.li3 {
  left: 5%;
  top: 17%;
}
.balance .textO li.li4 {
  left: 55%;
  top: 55.2%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  height: 12vw;
}
.balance .textO li.li4:after {
  top: -20px;
  bottom: auto;
}
.balance .textO li.li0 h3 {
  color: #CE4A27;
}
.balance .textO li.li1 h3 {
  color: #ACD7E2;
}
.balance .textO li.li2 h3 {
  color: #97BA90;
}
.balance .textO li.li3 h3 {
  color: #C5B172;
}
.balance .textO li.li4 h3 {
  color: #85A3AE;
}
.balance .textT {
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32vw;
  height: 35vw;
  pointer-events: none;
  z-index: 8;
}
.balance .textT dl {
  pointer-events: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.balance .textT dt {
  width: 100%;
  height: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}
.balance .textT dd {
  position: absolute;
  z-index: 6;
  width: 24vw;
  left: 0px;
  top: 50px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--color-black);
  visibility: hidden;
}
.balance .textT dd::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 60px;
  top: -60px;
  background-color: transparent;
}
.balance .textT dl.dl0 {
  left: 50%;
  top: 3%;
  -webkit-transform: translateX(-50%) !important;
      -ms-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}
.balance .textT dl.dl0 dd {
  left: calc(100% + 13vw);
}
.balance .textT dl.dl0 dd::before {
  right: 100%;
  height: 120px;
}
.balance .textT dl.dl0 dt {
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  text-align: center;
}
.balance .textT dl.dl2 {
  left: -15%;
  top: 85%;
}
.balance .textT dl.dl2 dt {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}
.balance .textT dl.dl2 dd {
  left: auto;
  right: 80%;
  top: auto;
  bottom: 60px;
}
.balance .textT dl.dl2 dd::before {
  bottom: -60px;
  top: auto;
  left: 20%;
  height: 120px;
}
.balance .textT dl.dl3 {
  right: -1%;
  left: auto;
  top: 85%;
}
.balance .textT dl.dl3 dt {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.balance .textT dl.dl3 dd {
  top: auto;
  bottom: 60px;
  left: 145%;
}
.balance .textT dl.dl3 dd::before {
  bottom: -60px;
  top: auto;
  left: -20%;
  height: 120px;
}
.balance .textT dl.dl1 {
  left: auto;
  right: 100%;
  top: 25%;
}
.balance .textT dl.dl1 dt {
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}
.balance .textT dl.dl1 dd {
  left: auto;
  right: 50%;
}
.balance .textT dl.dl4 {
  left: 101%;
  top: 25%;
}
.balance .textT dl.dl4 dt {
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}
.balance .textT dl.dl4 dd {
  left: 50%;
  right: auto;
}
.balance .textT dl:hover dt {
  color: var(--Primary-color);
  -webkit-transform: scale(1.6);
      -ms-transform: scale(1.6);
          transform: scale(1.6);
}
.balance .textT dl:hover dd {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.balance .textT dl.dl0:hover dt {
  color: #CE4A27;
}
.balance .textT dl.dl1:hover dt {
  color: #ACD7E2;
}
.balance .textT dl.dl2:hover dt {
  color: #97BA90;
}
.balance .textT dl.dl3:hover dt {
  color: #C5B172;
}
.balance .textT dl.dl4:hover dt {
  color: #85A3AE;
}
.balance .whiteY {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 7%;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background: #fff;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.balance[class*=wave-] .animation-section path {
  opacity: 0.3;
  mix-blend-mode: normal;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.balance.wave-0 #wave1,
.balance.wave-1 #wave2,
.balance.wave-2 #wave3,
.balance.wave-3 #wave4,
.balance.wave-4 #wave5 {
  opacity: 1;
}

.balance[class*=wave-] .titleO {
  opacity: 0 !important;
}

.balance[class*=wave-] .textT dl {
  opacity: 0 !important;
}

.balance.wave-0 .textT dl.dl0,
.balance.wave-1 .textT dl.dl1,
.balance.wave-2 .textT dl.dl2,
.balance.wave-3 .textT dl.dl3,
.balance.wave-4 .textT dl.dl4 {
  opacity: 1 !important;
}

.balance .titleO {
  opacity: 0;
}

.balance .textT dl {
  opacity: 0;
}

.balance .whiteY {
  opacity: 0;
}

@media only screen and (max-width: 1600px) {
  .balance .textO li.li1 {
    top: 40%;
  }
  .balance .textO li {
    height: 28vh;
  }
  .balance .textT dl.dl1 dd {
    right: 52%;
  }
}
@media only screen and (max-width: 1500px) {
  .balance .textT {
    top: 58%;
  }
  .balance .whiteY {
    width: 6vw;
    height: 6vw;
    top: 8%;
  }
  .balance .textT dl.dl0 {
    top: -6%;
  }
  .balance .textT dl.dl2 {
    top: 80%;
  }
  .balance .textT dl.dl3 {
    top: 80%;
  }
  .balance .textT dl.dl1 dd {
    right: 42%;
  }
  .balance .textT dl.dl2 dd {
    right: 85%;
  }
}
@media only screen and (max-width: 1400px) {
  .balance .textT dl.dl2 {
    left: -16%;
  }
  .balance .textT dd {
    font-size: 14px;
    top: 35px;
  }
  .balance .textT dl.dl0 {
    top: -3%;
  }
  .balance .textT dl.dl0 dd {
    left: calc(100% + 11.5vw);
  }
}
@media only screen and (max-width: 1300px) {
  .balance .textO li.li1 {
    left: 27%;
    top: 42%;
  }
  .balance .textO li.li0 {
    left: 43%;
    top: 9%;
  }
  .balance .textO li.li4 {
    left: 70%;
    top: 55%;
  }
  .balance .textO li:after {
    width: 14px;
    height: 14px;
    left: -7px;
  }
  .balance .textO li:after {
    bottom: -14px;
  }
  .balance .textO li.li1:after {
    top: -14px;
    right: -7px;
  }
  .balance .textO li.li2:after {
    top: -14px;
  }
  .balance .textO li.li4:after {
    top: -14px;
  }
}
@media only screen and (max-width: 1200px) {
  .balance .textO li {
    width: 210px;
  }
  .balance .textO li.li0 {
    top: 15%;
  }
  .balance .whiteY {
    top: 15%;
  }
}
@media only screen and (max-width: 1000px) {
  .balance .textT {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .balance .textO li {
    height: 100px !important;
  }
  .balance .textO li.li0 {
    top: 25%;
    left: 50%;
  }
  .balance .textO li.li0 h3 {
    color: #CE4A27;
  }
  .balance .textO li.li0:after {
    background-color: #CE4A27;
  }
  .balance .textO li.li1 {
    top: 60%;
    left: 60%;
  }
  .balance .textO li.li1 h3 {
    color: #ACD7E2;
  }
  .balance .textO li.li1:after {
    background-color: #ACD7E2;
  }
  .balance .textO li.li2 {
    top: 60%;
    left: 40%;
  }
  .balance .textO li.li2 h3 {
    color: #97BA90;
  }
  .balance .textO li.li2:after {
    background-color: #97BA90;
  }
  .balance .textO li.li3 {
    top: 25%;
    left: 5%;
  }
  .balance .textO li.li3 h3 {
    color: #C5B172;
  }
  .balance .textO li.li3:after {
    background-color: #C5B172;
  }
  .balance .textO li.li4 {
    top: 60%;
    left: 5%;
  }
  .balance .textO li.li4 h3 {
    color: #85A3AE;
  }
  .balance .textO li.li4:after {
    background-color: #85A3AE;
  }
  .balance .animation-section {
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .balance .whiteY {
    width: 50px;
    height: 50px;
    top: 35%;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
  .balance .textT dl {
    width: 90%;
  }
  .balance .textT dd {
    width: 100%;
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100% !important;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
    text-align: left !important;
    height: 4.8em;
    overflow-y: auto;
    line-height: 1.2;
  }
  .balance .textT dl.dl0 {
    top: 10%;
    left: 5%;
    -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
  }
  .balance .textT dl.dl1 {
    top: 25%;
    left: 5%;
  }
  .balance .textT dl.dl2 {
    top: 52%;
    left: 5%;
  }
  .balance .textT dl.dl3 {
    top: 67%;
    left: 5%;
  }
  .balance .textT dl.dl4 {
    top: 82%;
    left: 5%;
  }
  .balance .textT dl dt {
    -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  .balance .textT dt {
    height: auto;
    margin-bottom: 7px;
  }
  .balance .textT dl.dl0 dt {
    color: #CE4A27;
  }
  .balance .textT dl.dl1 dt {
    color: #ACD7E2;
  }
  .balance .textT dl.dl2 dt {
    color: #97BA90;
  }
  .balance .textT dl.dl3 dt {
    color: #C5B172;
  }
  .balance .textT dl.dl4 dt {
    color: #85A3AE;
  }
  .balance .textT dl dd::before {
    display: none;
  }
  .balance[class*=wave-] .titleO {
    opacity: 1 !important;
  }
  .balance[class*=wave-] .textT dl {
    opacity: 1 !important;
  }
  .balance[class*=wave-] .animation-section path {
    opacity: 1 !important;
    mix-blend-mode: multiply !important;
  }
  .balance .titleO {
    -webkit-transform: translate(-50%, -100%) !important;
        -ms-transform: translate(-50%, -100%) !important;
            transform: translate(-50%, -100%) !important;
  }
  .balance .textT dl.dl0 dd p {
    width: 100%;
    position: static;
  }
  .balance .textT dl {
    width: 80%;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
  .balance .textT dl.dl0 {
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
}
@media only screen and (max-width: 500px) {
  .balance .textO li {
    height: auto !important;
    width: auto !important;
    padding-left: 0px !important;
    border: 0px !important;
  }
  .balance .textO li:after {
    display: none;
  }
  .balance .textO li.li0 {
    left: 5%;
    top: 10%;
  }
  .balance .textO li.li1 {
    left: 5%;
    top: 33%;
    text-align: left;
  }
  .balance .textO li.li2 {
    left: 5%;
    top: 20%;
  }
  .balance .textO li.li3 {
    left: 5%;
    top: 60%;
  }
  .balance .textO li.li4 {
    left: 5%;
    top: 75%;
  }
  .balance .textO li .p {
    font-size: 18px !important;
  }
  .balance .whiteY {
    width: 30px;
    height: 30px;
    top: 40%;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
  .balance .textT dl.dl0 {
    top: 12%;
  }
  .balance .textT dl.dl1 {
    top: 24%;
  }
  .balance .textT dl dd {
    color: #888;
    height: 3.6em;
    font-size: 14px;
  }
  .balance .textT dl.dl2 {
    top: 57%;
  }
  .balance .textT dl.dl3 {
    top: 69%;
  }
  .balance .textT dl.dl4 {
    top: 81%;
  }
}
.students.otherBg {
  background: #F7F7F8;
}
.students.otherBg .con_list .img:after{
    background: linear-gradient(to top, rgba(247,247,248,1), rgba(247, 247, 248, 0));
}
.students {
  overflow: hidden;
}
.students .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.students .swiper {
  overflow: visible;
}

.students .swiper-slide {
  width: 330px;
  margin-right: 20px;
}

.students .con_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.students .con_list .img {
  position: relative;
  color: #fff;
  overflow: hidden;
  height: 400px;
}

.students .con_list .img:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 33%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(0, 0, 0, 0));
}

.students .con_list .img img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.students .con_list .text h3 {
  margin-bottom: 10px;
  line-height: 1.2;
}

.students .con_list .text h3 a {
  color: var(--color-black);
  font-weight: 500;
}

.students .con_list .text h3 a:hover {
  color: var(--Primary-color);
}

.students .con_list .text .p {
  color: var(--color-gray);
  overflow: hidden;
}

.students .con_list .text .tip {
  margin-bottom: 10px;
}

.students .con_list .tip {
  color: var(--color-black);
}

.students .con_list a:hover {
  color: var(--Primary-color);
}

.students .list_top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.students .con_list .text {
  padding: 20px 15px 0px;
}

.students .list_bottom {
  padding: 0px 14px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.students .list_bottom .p {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.students .list_bottom .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.students .list_bottom .more .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.students .list_bottom .more .icon img {
  margin-right: 10px;
}

.students .con_list:hover img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 1600px) {
  .students .con_list .text {
    padding: 2vw 2vw 0vw;
  }
  .students .con_list .img {
    height: 22vw;
  }
  .students .list_bottom {
    padding: 2vw 2vw 3vw;
  }
}
@media screen and (max-width: 1500px) {
  .students .con_list .text {
    padding: 0;
  }
  .students .list_bottom {
    padding: 0;
    padding-top: 1vw;
  }
}
@media screen and (max-width: 1300px) {
  .students .con_list .img {
    height: 30vw;
  }
  .students .con_list .text {
    padding: 1vw 1vw 0vw;
  }
  .students .list_bottom {
    padding: 1vw 1vw 2vw;
  }
}
@media screen and (max-width: 1000px) {
  .students .con_list .img {
    height: 45vw;
  }
}
@media screen and (max-width: 767px) {
  .students .con_list {
    margin-right: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .students .con_list .text {
    padding: 5vw 5vw 0vw;
  }
  .students .list_bottom {
    padding: 5vw 5vw 0vw;
  }
}
@media screen and (max-width: 500px) {
  .students .con_list .img {
    height: 100vw;
  }
}
.students .con {
  position: relative;
}
.students .con .sw_btn_all {
  position: absolute;
  z-index: 3;
  margin-top: 0px;
  right: -130px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1600px) {
  .students .con .sw_btn_all {
    top: 45%;
  }
}
@media screen and (max-width: 1300px) {
  .students .con .sw_btn_all {
    right: -120px;
  }
}
@media screen and (max-width: 1200px) {
  .students .con .sw_btn_all {
    right: 0px;
  }
}
.become .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #D4D4D4;
}
.become h3 {
  line-height: 1;
}
.become li {
  text-align: right;
  margin-bottom: 10px;
}
.become li a {
  color: var(--color-black);
  font-weight: 500;
}
.become li a:hover {
  color: var(--Primary-color);
}
.become li svg {
  position: relative;
  top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.become li path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.become li a:hover svg {
  -webkit-transform: rotate(45deg) translateY(2px);
      -ms-transform: rotate(45deg) translateY(2px);
          transform: rotate(45deg) translateY(2px);
}
.become li a:hover path {
  fill: var(--Primary-color);
}

@media screen and (max-width: 768px) {
  .become .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .become .left {
    margin-bottom: 5vw;
  }
  .become li {
    text-align: left;
    margin-bottom: 0px;
  }
  .become li svg {
    top: 15px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.xuekeWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
  position: relative;
}
.xuekeWrap .left {
  width: 410px;
  position: sticky;
  top: 0px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 330px;
}
.xuekeWrap .left img {
  width: 100%;
}
.xuekeWrap .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.xuekeWrap .right .title {
  margin-bottom: 15px;
  margin-top: 30px;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: 500;
}
.xuekeWrap .right .title1 {
  margin-top: 0px;
  color: #C6522B;
  background-image: url(../img/Frame23.svg);
}
.xuekeWrap .right .title2 {
  color: #88A7B2;
  background-image: url(../img/Frame24.svg);
}
.xuekeWrap .right .title3 {
  color: #9BC094;
  background-image: url(../img/Frame25.svg);
}
.xuekeWrap .right .list1 {
  font-weight: normal;
}
.xuekeWrap .right li {
  color: var(--color-gray);
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
  line-height: 1.2;
  font-weight: normal;
}
.xuekeWrap .right li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: var(--color-gray);
}

@media screen and (max-width: 1600px) {
  .xuekeWrap .left {
    width: 30%;
  }
}
@media screen and (max-width: 1300px) {
  .xuekeWrap .right li:after {
    top: 10px;
  }
  .tan_conCss .vid_dom {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .xuekeWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xuekeWrap .left {
    width: 100%;
    position: static;
  }
  .xuekeWrap .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-bottom: 8vw;
  }
}
.counselling {
  overflow: hidden;
}

.exploration img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.university .con {
  overflow: hidden;
}
.university .ul {
  gap: 30px;
}
.university .ul li {
  background: #f7f7f7;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.university .ul span {
  color: #DA4B24;
  font-weight: 500;
}
.university .ul strong {
  color: #DA4B24;
}
.university .ul .ulO {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  gap: 30px;
}
.university .ul .ulO li {
  padding: 10px 20px;
}
.university .ul .ulO li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.university .ul .ulO li:nth-of-type(1) span {
  display: inline-block;
  margin: 0 10px;
}
.university .ul .ulO li:nth-of-type(2) > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.university .ul .ulO li:nth-of-type(2) span {
  letter-spacing: -0.4px;
}
.university .ul .ulT {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 30px;
}
.university .ul .ulT li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 15px 20px 38px;
}
.university .notable h3 {
  color: var(--color-black);
}
.university .notable .p p {
  margin-bottom: 30px;
  line-height: 1.6;
  color: var(--color-gray);
}
.university .notable .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.university .universitylist {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  width: 100%;
}
.university .universitylist dl {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  background: #fff;
  color: var(--color-gray);
}
.university .universitylist dt {
  font-weight: 700;
  color: var(--color-black);
}
.university .universitylist dd .name {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 20px;
  background: #f5f5f5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.university .universitylist dd .name:nth-of-type(odd) {
  background: #fffdf0;
}
.university .logo-wall {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(10, 1fr);
  width: 100%;
  background-color: #fff;
}
.university .logo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 135px;
 /* border: 1px solid #F6F6F8;*/
  grid-column: span 1;
}
.university .logo-item.logo-wide {
  grid-column: span 2;
}
.university .logo-item img {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 1600px) {
  .university .ul .ulO li:nth-of-type(2) > div {
    display: block;
  }
  .university .ul .ulO li:nth-of-type(2) span {
    letter-spacing: 0px;
  }
  .university .ul {
    gap: 20px;
  }
  .university .ul .ulO {
    gap: 20px;
  }
  .university .ul .ulT {
    gap: 20px;
  }
  .university .ul .ulT li {
    padding: 1.8vw 1.8vw 1.8vw 1.8vw;
  }
  .university .ul .ulO li:nth-of-type(1) span {
    margin: 0 5px;
  }
  .university .universitylist dd .name p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1300px) {
  .university .ul .ulO li:nth-of-type(1) span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .university .ul .ulO li:nth-of-type(1) > div {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .university .logo-wall {
    grid-template-columns: repeat(6, 1fr);
  }
  .university .ul .ulO {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .university .ul .ulT {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .university .ul .ulO li:nth-of-type(1) > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media only screen and (max-width: 900px) {
  .university .universitylist {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media only screen and (max-width: 768px) {
  .university .logo-wall {
    grid-template-columns: repeat(4, 1fr);
  }
  .university .logo-item {
    height: 80px;
    padding: 10px;
  }
  .university .ul .ulO li:nth-of-type(1) > div {
    display: block;
  }
  .university .ul .ulT {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .university .ul .ulT li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 5vw;
  }
  .university .ul .ulO li {
    padding: 5vw;
  }
  .university .universitylist dd .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .university .universitylist dd .name p {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0px;
  }
  .university .universitylist dd .name span {
    text-align: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media only screen and (max-width: 480px) {
  .university .logo-wall {
    grid-template-columns: repeat(2, 1fr);
  }
  .university .logo-item.logo-wide {
    grid-column: span 1;
  }
  .university .logo-item {
    height: 70px;
  }
}
.Advisory {
  width: 100%;
  overflow: hidden;
}

.personalised {
  background: #F6F6F8;
  overflow: hidden;
  width: 100%;
}
.personalised .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.personalised .swiper_button {
  position: absolute;
  top: 42%;
}
.personalised .personalised_swiper {
  width: 1124px;
  position: relative;
}
.personalised .personalised_swiper .swiper {
  overflow: visible;
}
.personalised .personalised_swiper .swiper-slide {
  width: 1140px;
  position: relative;
}
.personalised .personalised_swiper .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0%;
  height: 50%;
  width: 100%;
  background-color: #fff;
  z-index: 0;
}
.personalised .personalised_swiper .con {
  position: relative;
  z-index: 2;
}
.personalised .personalised_swiper .text {
  height: 100%;
  background-color: #fff;
  padding: 80px 100px 300px;
}
.personalised .personalised_swiper .text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.personalised .personalised_swiper .text dt {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #89A7B2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  position: relative;
  z-index: 99;
}
.personalised .personalised_swiper .text dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(242, 242, 242, 0.3);
  border-radius: 60px;
  position: relative;
  left: -20px;
  padding: 20px 30px 20px 40px;
}
.personalised .personalised_swiper .text > img {
  position: absolute;
  right: 20px;
  bottom: 20px;
  mix-blend-mode: multiply;
  max-width: 40%;
}

.personalised .personalised_swiper .swiper-slide:nth-of-type(2n) .text dt {
  background-color: #AC8791;
}

@media only screen and (max-width: 1600px) {
  .personalised .personalised_swiper .text {
    padding: 3vw 5vw 16vw;
  }
  .personalised .personalised_swiper .text > img {
    width: 25vw;
  }
  .personalised .personalised_swiper {
    width: 65vw;
  }
  .personalised .personalised_swiper .text dd br {
    display: none;
  }
  .personalised .personalised_swiper .text dt {
    width: 60px;
    height: 60px;
  }
  .personalised .personalised_swiper .text dl {
    margin-bottom: 15px;
  }
  .personalised .personalised_swiper .text dd {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1400px) {
  .personalised .personalised_swiper .text {
    padding: 3vw 5vw 16vw;
  }
}
@media only screen and (max-width: 1200px) {
  .personalised .personalised_swiper {
    width: 75vw;
  }
}
@media only screen and (max-width: 768px) {
  .personalised .personalised_swiper {
    width: 95%;
  }
  .personalised .personalised_swiper .text {
    padding: 3vw 3vw 20vw;
  }
  .personalised .personalised_swiper .text dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
  .personalised .personalised_swiper .text dd {
    left: 0px;
    border-radius: 0px;
    padding: 5vw 3vw;
  }
  .personalised .personalised_swiper .text dt {
    width: 40px;
    height: 40px;
    top: 10px;
    font-size: 16px;
  }
  .personalised .swiper_button {
    top: 39.5%;
  }
  .personalised .swiper-button-prev {
    left: -20px;
  }
  .personalised .swiper-button-next {
    right: -20px;
  }
}
