@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "siyuan-heiti-Regular";
  src: url(../font/SourceHanSansSC-Regular.ttf);
}
@font-face {
  font-family: "Oswald-Regular";
  src: url(../font/Oswald-Regular.ttf);
}
a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

.nothing {
  display: none;
}

.hide {
  position: absolute;
  opacity: 0;
}

.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
}

.fs12 {
  font-size: 12px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: max(0.833vw,16px);
}
@media screen and (max-width: 1250px) {
  .fs16 {
    font-size: 14px;
  }
}

.fs18 {
  font-size: max(0.833vw,16px);
}
@media screen and (max-width: 1250px) {
  .fs18 {
    font-size: 16px;
  }
}

.fs21 {
  font-size: max(0.833vw,16px);
}
@media screen and (max-width: 1020px) {
  .fs21 {
    font-size: 16px;
  }
}

.fs22 {
  font-size: max(0.833vw,16px);
}
@media screen and (max-width: 1020px) {
  .fs22 {
    font-size: 16px;
  }
}

.fs24 {
  font-size: max(0.9375vw,18px);
}
@media screen and (max-width: 1020px) {
  .fs24 {
    font-size: 18px;
  }
}

.fs26 {
  font-size: min(1.14vw,22px);
}
@media screen and (max-width: 980px) {
  .fs26 {
    font-size: 18px;
  }
}

.fs28 {
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  .fs28 {
    font-size: 18px;
  }
}

.fs36 {
  font-size: 29px;
}
@media screen and (max-width: 1250px) {
  .fs36 {
    font-size: 24px;
  }
}

.fs40 {
  font-size: 40px;
}

.fs48 {
  font-size: 48px;
}
@media screen and (max-width: 1020px) {
  .fs48 {
    font-size: 26px;
  }
}

.fs58 {
  font-size: 58px;
}
@media screen and (max-width: 1020px) {
  .fs58 {
    font-size: 32px;
  }
}

.fs68 {
  font-size: 64px;
}

.fs80 {
  font-size: min(3.48vw,67px);
}
@media screen and (max-width: 1020px) {
  .fs80 {
    font-size: 6.5vw;
  }
}

.fs90 {
  font-size: min(3.48vw,67px);
}
@media screen and (max-width: 1250px) {
  .fs90 {
    font-size: 6.5vw;
  }
}

.fs120 {
  font-size: 120px;
}
@media screen and (max-width: 1020px) {
  .fs120 {
    font-size: 8vw;
  }
}

.w92 {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.w82 {
  width: 82.5%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .w82 {
    width: 92%;
  }
}

.passHold {
  width: 100%;
  height: 100vh;
}

.indexBgColor-1 {
  background-color: #e6eef2;
}
.indexBgColor-1::-webkit-scrollbar {
  width: 4px;
}
.indexBgColor-1::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #0f1e64;
}

.indexBgColor-2 {
  background-color: #243272;
}
.indexBgColor-2::-webkit-scrollbar {
  width: 4px;
}
.indexBgColor-2::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #0f1e64;
}

.top-position {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.header {
  width: 100%;
  height: 112px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.3s;
}
@media screen and (max-width: 1020px) {
  .header {
    height: 80px;
  }
}
.header .fs16 {
  font-size: 12px;
}
.header .inside {
  width: 100%;
  height: 100%;
  box-shadow: 0 1px 3px 0px rgba(15, 31, 100, 0.3568627451);
  background-color: #e6eef2;
  position: relative;
  z-index: 10;
  transition: all 0s;
}
.header .w92 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  background-color: #e6eef2;
  transition: all 0.3s;
}
.header .logo {
  position: relative;
}
.header .logo img {
  width: min(16.2vw, 312px);
  object-fit: contain;
}
@media screen and (max-width: 1000px) {
  .header .logo img {
    width: 40vw;
  }
}
.header .logo {
  transition: all 0.3s;
  margin-right: 2vw;
}
.header .header-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
}
.header .header-menu .link-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
}
.header .header-menu .link-menu .other-page-address {
  width: fit-content;
  color: #0f1e64;
  text-decoration: none;
  margin-right: 1.6vw;
  position: relative;
  transition: all 0.6s;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .header-menu .link-menu .other-page-address .menu-item-put {
  width: 220px;
  height: max-content;
  display: none;
  flex-direction: column;
  align-items: center;
  background-color: #e6eef2;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  opacity: 1;
  transition: all 0.3s;
  border: 1px solid #0f1e64;
}
.header .header-menu .link-menu .other-page-address .menu-item {
  transition: all 0.3s;
  color: #0f1e64;
  position: relative;
  margin: 0.6em 0;
  font-family: "siyuan-heiti-Regular";
  text-align: center;
}
.header .header-menu .link-menu .other-page-address .menu-item.sp {
  text-transform: uppercase;
  position: relative;
  margin: 0;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.header .header-menu .link-menu .other-page-address:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1680px) {
  .header .header-menu .link-menu .other-page-address {
    margin-right: 1.5vw;
  }
}
.header .header-menu .link-menu .other-page-address:hover .menu-item-put {
  display: flex;
}
@media screen and (max-width: 1020px) {
  .header .header-menu .link-menu {
    display: none;
  }
}
.header .header-menu .search-form {
  position: relative;
  width: 5vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}
.header .header-menu .search-form .search-button {
  width: 17px;
  height: 17px;
  object-fit: contain;
  cursor: pointer;
  filter: drop-shadow(200px 0 #0f1e64);
  transform: translateX(-200px);
}
@media screen and (max-width: 1020px) {
  .header .header-menu .search-form .search-button {
    width: 20px;
    height: 20px;
  }
}
.header .header-menu .lang-choice {
  width: 107px;
  height: 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #ffd200;
  position: relative;
  margin-left: 1.5vw;
}
@media screen and (max-width: 1020px) {
  .header .header-menu .lang-choice {
    width: 75px;
    height: 35px;
  }
}
.header .header-menu .lang-choice a {
  color: #0f1e64;
  margin-right: 20%;
}
.header .header-menu .lang-choice .more-icon {
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
  color: #0f1e64;
  font-weight: bold;
  cursor: pointer;
}
.header .header-menu .mobile-header-menu {
  display: none;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.header .header-menu .mobile-header-menu img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
@media screen and (max-width: 1020px) {
  .header .header-menu .mobile-header-menu {
    display: flex;
  }
}
.header .header-hover-menu {
  width: 100%;
  height: 360px;
  background-color: #0f1e64;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(0, -100%);
  transition: all 0.1s;
}
.header .header-search-main {
  width: 80%;
  height: 65px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.3s;
  z-index: 1;
}
.header .header-search-main.show {
  transform: translate(-50%, 122px);
  z-index: 1;
}
.header .header-search-main .search-trims {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  pointer-events: none;
}
.header .header-search-main .main-search {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #0f1e64;
  padding-left: 3.5em;
}
.header.menu-show .inside {
  background-color: #0f1e64;
}
.header.menu-show .logo {
  background-color: #e6eef2;
  padding: 5 10px;
  border-radius: 10px;
}
.header.menu-show {
  background-color: #0f1e64;
}
.header.menu-show .w92 {
  background-color: #0f1e64;
}
.header.menu-show .header-menu .link-menu {
  height: 360px;
  transform: translateY(calc(50% - 16px));
}
.header.menu-show .header-menu .link-menu .other-page-address {
  margin-right: 1.5vw;
}
.header.menu-show .header-menu .link-menu .other-page-address .menu-item.sp {
  color: #fff;
  opacity: 1;
}
.header.menu-show .header-menu .link-menu .other-page-address .menu-item {
  color: #fff;
  opacity: 0.6;
  display: block;
}
.header.menu-show .header-menu .link-menu .other-page-address .menu-item:hover {
  opacity: 1;
}
.header.menu-show .header-menu .search-form .search-button {
  filter: drop-shadow(200px 0 #e6eef2);
}
.header.menu-show .header-hover-menu {
  transform: translate(0, 0);
}
.header.menu-show .header-search-main.show {
  transform: translate(-50%, 382px);
  z-index: 1;
}
.header .mobile-header-menu-main {
  display: none;
}
@media screen and (max-width: 1020px) {
  .header .mobile-header-menu-main {
    position: fixed;
    width: 100%;
    height: 0;
    top: 80px;
    left: 0;
    background-color: #e6eef2;
    display: flex;
    flex-direction: column;
    padding: 0px;
    box-sizing: border-box;
    z-index: 9;
    overflow: auto;
    transition: all 0.3s;
  }
  .header .mobile-header-menu-main .other-page-address {
    width: 100%;
    height: 45px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex-shrink: 0;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .header .mobile-header-menu-main .other-page-address .menu-item {
    width: 100%;
    height: 45px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    color: #0f1e64;
    background-color: #dcdce1;
    position: relative;
  }
  .header .mobile-header-menu-main .other-page-address .menu-item a {
    margin: 0px 20px;
    width: fit-content;
    color: #0f1e64;
  }
  .header .mobile-header-menu-main .other-page-address .menu-item.sp {
    text-align: left;
    background-color: transparent;
  }
  .header .mobile-header-menu-main .other-page-address .menu-item.sp::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    transition: all 0.3s;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    width: 11px;
    height: 6px;
    background-image: url(/mstatic/img/more-icon-1.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header .mobile-header-menu-main .other-page-address.show {
    height: max-content;
  }
  .header .mobile-header-menu-main .other-page-address.show .menu-item.sp::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .header .mobile-header-menu-main.show {
    padding: 20px 0;
    height: calc(100vh - 80px);
  }
}

.mouse-content {
  display: none;
}

.button {
  width: 190px;
  height: 65px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
  color: #0f1e64;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.button span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.button .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 1;
  transform: scale(0);
  background-color: #0f1e64;
  pointer-events: none;
}
.button:hover {
  color: #fff;
}
.button.white {
  border: 1px solid transparent;
  background-color: #0f1e64;
  color: #fff;
}
.button.white .circle {
  background-color: #e6eef2;
}
.button.white:hover {
  color: #0f1e64;
  background-color: #e6eef2;
}
.button.white.sp {
  border: 1px solid transparent;
}
.button.white.sp .circle {
  background-color: #fff;
}

.loop-swiper {
  width: 100%;
  height: 167px;
  overflow: hidden;
}
.loop-swiper .swiper-slide {
  width: auto;
  font-size: 167px;
  font-family: "Oswald-Regular";
  line-height: 1;
  color: #fff;
  opacity: 0.6;
  text-transform: uppercase;
  font-weight: bold;
}

.page-trims-1 {
  position: absolute;
  top: 700px;
  left: 0;
  width: 100%;
  object-fit: contain;
}

.index-banner {
  width: 100%;
  height: calc(100vh - 112px);
  margin-top: 112px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1020px) {
  .index-banner {
    height: calc(45vh - 80px);
    margin-top: 80px;
  }
}
.index-banner .banner-item {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.index-banner .banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 9vw;
}

.index-slide-2 {
  width: 100%;
  position: relative;
  z-index: 2;
}
.index-slide-2 .w92 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-slide-2 .w92 .top-trims-part {
  width: 100%;
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1020px) {
  .index-slide-2 .w92 .top-trims-part {
    flex-direction: column;
    align-items: flex-start;
  }
}
.index-slide-2 .w92 .top-trims-part .school-logo {
  width: 5.4vw;
  object-fit: contain;
}
@media screen and (max-width: 1020px) {
  .index-slide-2 .w92 .top-trims-part .school-logo {
    width: 10vw;
    margin-bottom: 15px;
  }
}
.index-slide-2 .w92 .top-trims-part .trim-text {
  color: #fff;
  font-size: 7vw;
  width: calc(100% - 5.4vw - 4vw);
  overflow: hidden;
}
.index-slide-2 .w92 .top-trims-part .trim-text div {
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: -6px;
  font-weight: bold;
}
@media screen and (max-width: 880px) {
  .index-slide-2 .w92 .top-trims-part .trim-text {
    width: 100%;
  }
}
.index-slide-2 .overhidden-pass {
  overflow: hidden;
}
.index-slide-2 .main-content {
  width: 100%;
  margin-top: 110px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1020px) {
  .index-slide-2 .main-content {
    flex-direction: column;
    margin-top: 11vw;
  }
}
.index-slide-2 .main-content .left-text {
  width: 40%;
}
@media screen and (max-width: 1000px) {
  .index-slide-2 .main-content .left-text {
    width: 100%;
  }
}
.index-slide-2 .main-content .left-text {
  padding-right: 44px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.index-slide-2 .main-content .left-text .text-1 {
  font-weight: bold;
  line-height: 1;
  color: #0f1e64;
  font-family: "Oswald-Regular";
  margin-bottom: 4.3vw;
}
.index-slide-2 .main-content .left-text .text-2 {
  font-size: 54px;
  line-height: 1.25em;
  color: #0f1e64;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Oswald-Regular";
}
@media screen and (max-width: 1250px) {
  .index-slide-2 .main-content .left-text .text-2 {
    font-size: 43px;
  }
}
.index-slide-2 .main-content .left-text .text-3 {
  margin-top: 50px;
  line-height: 1.6em;
  color: #0f1e64;
  font-family: "siyuan-heiti-Regular";
}
@media screen and (max-width: 1020px) {
  .index-slide-2 .main-content .left-text .text-3 {
    margin-top: 5vw;
  }
}
.index-slide-2 .main-content .left-text .button {
  margin-top: 6vw;
}
.index-slide-2 .main-content .right-img {
  width: 60%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .index-slide-2 .main-content .right-img {
    width: 100%;
  }
}
.index-slide-2 .main-content .right-img .show-item {
  width: 48%;
  height: 33vw;
  position: relative;
  margin-top: 2vw;
  border-radius: 15px;
  overflow: hidden;
  --SecondTopdistance:16vw;
}
.index-slide-2 .main-content .right-img .show-item:nth-child(2) {
  margin-top: var(--SecondTopdistance);
}
.index-slide-2 .main-content .right-img .show-item:nth-child(3) {
  margin-top: calc(4vw - var(--SecondTopdistance));
}
.index-slide-2 .main-content .right-img .show-item:nth-child(4) {
  margin-top: 2vw;
}
.index-slide-2 .main-content .right-img .show-item:nth-child(5) {
  margin-top: calc(4vw - var(--SecondTopdistance));
}
.index-slide-2 .main-content .right-img .show-item:last-of-type {
  border-bottom-right-radius: 15%;
}
.index-slide-2 .main-content .right-img .show-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.index-slide-2 .main-content .right-img .show-item .filter {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), #0f1e64 130%);
  color: #fff;
  box-sizing: border-box;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Oswald-Regular";
  padding-top: 3vw;
  padding-left: 2vw;
}
@media screen and (max-width: 660px) {
  .index-slide-2 .main-content .right-img .show-item {
    height: 66vw;
  }
}
.index-slide-2 .school-profile {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: calc(8.3vw + 90px);
  position: relative;
}
.index-slide-2 .school-profile .center-slogan {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  transform: translate(-50%, -110%);
  color: #0f1e64;
  font-weight: bold;
  text-align: center;
}
.index-slide-2 .school-profile .left-trims-text {
  line-height: 1;
  color: #0f1e64;
  font-weight: bold;
}
@media screen and (max-width: 660px) {
  .index-slide-2 .school-profile .left-trims-text {
    display: none;
  }
}
.index-slide-2 .school-profile .right-trims-text {
  line-height: 1;
  color: #0f1e64;
  font-weight: bold;
}
@media screen and (max-width: 660px) {
  .index-slide-2 .school-profile .right-trims-text {
    display: none;
  }
}
.index-slide-2 .school-profile .center-main-content {
  margin-top: 7px;
  margin-left: 4px;
  margin-right: 4px;
  border-top: 2px solid #0f1e64;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1020px) {
  .index-slide-2 .school-profile .center-main-content {
    width: 100%;
    height: 998.4vw;
  }
}
.index-slide-2 .school-profile .center-main-content .school-profile-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  will-change: transform;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1020px) {
  .index-slide-2 .school-profile .center-main-content .school-profile-content {
    transform: translate(-50%, 0);
  }
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item {
  width: 25%;
  height: 15.6vw;
  position: relative;
  transform-origin: 0 0;
  transition: all 0.6s;
}
@media screen and (max-width: 1250px) {
  .index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item {
    width: 50%;
    height: 31.2vw;
  }
}
@media screen and (max-width: 1020px) {
  .index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item {
    width: 100%;
    height: 62.4vw;
  }
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item .inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item .icon {
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 1680px) {
  .index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item .icon {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 1020px) {
  .index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item .icon {
    width: 90px;
    height: 90px;
  }
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item .title {
  line-height: 1;
  margin-top: 1vw;
  font-weight: bold;
  font-family: "Oswald-Regular";
}
@media screen and (max-width: 1680px) {
  .index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item .title.fs90 {
    font-size: 55px;
  }
  .index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item .title {
    margin-top: 0.8vw;
  }
}
@media screen and (max-width: 1250px) {
  .index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item .title.fs90 {
    font-size: 55px;
  }
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item .trim-text {
  margin-top: 20px;
  line-height: 1.3em;
  height: 2.6em;
  overflow: hidden;
  font-family: "siyuan-heiti-Regular";
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.blue {
  background-color: #0f1e64;
  color: #fff;
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.blue .inside {
  padding: 1.56vw;
}
@media screen and (max-width: 1020px) {
  .index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.blue .inside {
    padding: 15px;
  }
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.blue img {
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(120px 0px #fff);
  transform: translateX(-120px);
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.yellow {
  background-color: #ffd200;
  color: #0f1e64;
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.yellow .inside {
  padding: 1.56vw;
}
@media screen and (max-width: 1020px) {
  .index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.yellow .inside {
    padding: 15px;
  }
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.yellow img {
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(120px 0px #0f1e64);
  transform: translateX(-120px);
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.purple {
  background-color: #a6b5e8;
  color: #fff;
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.purple .inside {
  padding: 1.56vw;
}
@media screen and (max-width: 1020px) {
  .index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.purple .inside {
    padding: 15px;
  }
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.purple img {
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(120px 0px #fff);
  transform: translateX(-120px);
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.purple-2 {
  background-color: #a6b5e8;
  color: #0f1e64;
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.purple-2 .inside {
  padding: 1.56vw;
}
@media screen and (max-width: 1020px) {
  .index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.purple-2 .inside {
    padding: 15px;
  }
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.purple-2 img {
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(120px 0px #0f1e64);
  transform: translateX(-120px);
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.ash {
  background-color: #cecece;
  color: #0f1e64;
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.ash .inside {
  padding: 1.56vw;
}
@media screen and (max-width: 1020px) {
  .index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.ash .inside {
    padding: 15px;
  }
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.ash img {
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(120px 0px #0f1e64);
  transform: translateX(-120px);
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item:nth-child(4n) {
  transform-origin: 100% 0;
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item:nth-last-child(-n+4) {
  transform-origin: 0% 100%;
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item:last-child {
  transform: 100% 100%;
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item:hover {
  transform: scale(2);
  z-index: 10;
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.img:hover {
  transform: scale(1);
}
.index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item.img:hover img {
  transform: scale(1.2);
}
@media screen and (max-width: 1020px) {
  .index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item:nth-child(2n) {
    transform-origin: 100% 0;
  }
}
@media screen and (max-width: 660px) {
  .index-slide-2 .school-profile .center-main-content .school-profile-content .school-profile-item:hover {
    transform: scale(1);
    z-index: 10;
  }
}

.index-news-content {
  margin-top: 130px;
  min-height: 132px;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  position: relative;
}
.index-news-content .page-trims-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.index-news-content .slide-title {
  margin-top: 97px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-news-content .slide-title span {
  color: #0f1e64;
  font-family: "Oswald-Regular";
  line-height: 1;
  font-weight: bold;
}
.index-news-content .slide-title .swiper-control {
  width: 200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 660px) {
  .index-news-content .slide-title .swiper-control {
    width: 120px;
  }
}
.index-news-content .slide-title .swiper-control div {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px solid #0f1e64;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
@media screen and (max-width: 660px) {
  .index-news-content .slide-title .swiper-control div {
    width: 40px;
    height: 40px;
  }
}
.index-news-content .slide-title .swiper-control div img {
  width: 37.5%;
  height: 37.5%;
  object-fit: contain;
  filter: drop-shadow(80px 0 #0f1e64);
  transform: translateX(-80px);
}
.index-news-content .slide-title .swiper-control div:hover {
  outline: 1px solid rgba(0, 0, 0, 0);
  background-color: #0f1e64;
}
.index-news-content .slide-title .swiper-control div:hover img {
  filter: drop-shadow(80px 0 #fff);
}
.index-news-content .slide-title .swiper-control .prev {
  transform: rotate(180deg);
}
.index-news-content .sp-width {
  width: 91.25%;
  margin-left: 8.75%;
}
.index-news-content .news-main {
  width: 100%;
  height: 553px;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
.index-news-content .news-main .swiper-slide {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.index-news-content .news-main .swiper-slide img {
  width: 100%;
  height: 235px;
  position: relative;
  z-index: 1;
}
.index-news-content .news-main .swiper-slide .text-part {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 235px + 15px);
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #e7ebeb;
  box-sizing: border-box;
  padding-left: 1.6vw;
  padding-right: 1.6vw;
}
@media screen and (max-width: 1020px) {
  .index-news-content .news-main .swiper-slide .text-part {
    padding: 25px;
  }
}
.index-news-content .news-main .swiper-slide .text-part .news-item-title {
  margin-top: 2.1vw;
  margin-bottom: 0.2em;
  height: 4.4em;
  overflow: hidden;
  color: #0f1e64;
  line-height: 1.4em;
  font-family: "Oswald-Regular";
  position: relative;
}
.index-news-content .news-main .swiper-slide .text-part .news-item-title span {
  padding-bottom: 2px;
  background: linear-gradient(to right, #0f1e64, #0f1e64) no-repeat;
  background-size: 0px 1px;
  background-position: left bottom;
  transition: all 0.3s;
}
.index-news-content .news-main .swiper-slide .text-part .news-item-summary {
  color: #0f1e64;
  font-family: "siyuan-heiti-Regular";
  opacity: 0.6;
  line-height: 1.75em;
  height: 7em;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
@media screen and (max-width: 1680px) {
  .index-news-content .news-main .swiper-slide .text-part .news-item-summary {
    max-height: 7em;
  }
}
.index-news-content .news-main .swiper-slide .text-part .time-put {
  color: #0f1e64;
  line-height: 1;
  margin-top: min(30px,1.5vw);
}
@media screen and (max-width: 1020px) {
  .index-news-content .news-main .swiper-slide .text-part .time-put {
    margin-top: auto;
  }
}
.index-news-content .news-main .swiper-slide:hover .text-part .news-item-title span {
  background-size: 100% 1px;
}
.index-news-content .news-main .swiper-slide:hover .text-part .news-item-summary {
  opacity: 1;
}
.index-news-content .button {
  margin-top: 81px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 110px;
}
@media screen and (max-width: 1020px) {
  .index-news-content {
    margin-top: 8vw;
  }
}

.footer {
  width: 100%;
  height: 823px;
  margin-top: -15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: linear-gradient(to right, #0f296f 0%, #0f296f 42%, #0f1e64 42%, #0f1e64 100%);
}
@media screen and (max-width: 1020px) {
  .footer {
    height: 560px;
    background: #0f1e64;
  }
}
.footer .w82 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1020px) {
  .footer .w82 {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.footer .left-part {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.footer .left-part .footer-logo {
  margin-top: 120px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1020px) {
  .footer .left-part .footer-logo {
    margin: 0;
  }
}
@media screen and (max-width: 660px) {
  .footer .left-part .footer-logo {
    display: none;
  }
}
.footer .left-part .photo-number {
  width: 320px;
  height: 70px;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.4941176471);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 35px;
}
.footer .left-part .photo-number .trim-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-left: 8px;
  background-color: #0f1e64;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .left-part .photo-number .trim-circle img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.footer .left-part .photo-number span {
  display: block;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  margin-left: 20px;
}
.footer .left-part .position-info {
  margin-top: 33px;
  line-height: 1.8em;
  color: #fff;
}
.footer .left-part .share-link {
  display: flex;
  align-items: center;
  margin-top: 128px;
}
.footer .left-part .share-link .share-item {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4941176471);
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .left-part .share-link .share-item img {
  width: 36px;
  object-fit: contain;
}
.footer .left-part .share-link .share-item img.sp {
  width: 50%;
}
@media screen and (max-width: 1020px) {
  .footer .left-part {
    width: 100%;
    height: 40%;
    margin-top: 60px;
  }
  .footer .left-part .footer-logo {
    position: absolute;
    right: 0;
  }
  .footer .left-part .share-link {
    margin-top: 40px;
  }
}
.footer .right-part {
  width: 60%;
  height: 80%;
  box-sizing: border-box;
  padding-top: 119px;
  padding-left: 114px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.footer .right-part .menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 32%;
}
.footer .right-part .menu-list .menu-item {
  color: #fff;
  opacity: 0.5;
  transition: all 0.3s;
  margin-bottom: 24px;
}
.footer .right-part .menu-list .menu-item:hover {
  opacity: 1;
}
.footer .right-part .menu-list .menu-item.sp {
  opacity: 1;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 32px;
}
.footer .right-part .bottom-info {
  position: absolute;
  left: 114px;
  top: 100%;
  line-height: 1.2em;
  font-size: 14px;
  color: #ffffff;
}
@media screen and (max-width: 1020px) {
  .footer .right-part {
    width: 100%;
    height: 10%;
  }
  .footer .right-part .menu-list {
    display: none;
  }
  .footer .right-part .bottom-info {
    left: 0;
  }
}
.footer .top-button {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  right: 3vw;
  bottom: 6vw;
  z-index: 3;
  background-color: #ffd200;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0f1e64;
}
@media screen and (max-width: 660px) {
  .footer .top-button {
    display: none;
  }
}

.banner-type-1 {
  width: 100%;
  height: 31.25vw;
  margin-top: 112px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.banner-type-1 .bg-img {
  object-fit: cover;
}
.banner-type-1 .w82 {
  height: 100%;
  display: flex;
  position: relative;
  z-index: 2;
}
.banner-type-1 .web-nav {
  display: flex;
  align-items: center;
  height: 1em;
  margin-top: 30px;
  flex-wrap: wrap;
}
.banner-type-1 .web-nav .click-text {
  color: #fff;
}
.banner-type-1 .web-nav .trims-line {
  width: 15px;
  height: 1px;
  margin: 0 15px;
  background-color: #fff;
}
.banner-type-1 .big-trims-title {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 3;
  font-family: "Oswald-Regular";
}
@media screen and (max-width: 1020px) {
  .banner-type-1 {
    margin-top: 80px;
    height: 32vh;
  }
}

.big-text-img-content {
  width: 100%;
  height: fit-content;
  position: relative;
}
.big-text-img-content .w82 {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.big-text-img-content .page-trims-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.big-text-img-content .big-title {
  font-family: "Oswald-Regular";
  color: #243272;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 120px;
}
.big-text-img-content .long-title {
  margin-top: 60px;
  font-family: "Oswald-Regular";
  color: #243272;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.big-text-img-content .text-content {
  line-height: 1.6;
  color: #243272;
  font-family: "siyuan-heiti-Regular";
  margin-top: 60px;
}
.big-text-img-content .text-content img {
  flex-shrink: 0;
  width: 100%;
  object-fit: contain;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 45px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1020px) {
  .big-text-img-content .text-content img {
    margin-top: 6vw;
    margin-bottom: 6vw;
    height: 350px;
    object-fit: cover;
  }
}
.big-text-img-content .text-content video {
  flex-shrink: 0;
  width: 100%;
  object-fit: contain;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 45px;
  margin-bottom: 45px;
}
@media screen and (max-width: 1020px) {
  .big-text-img-content .text-content video {
    margin-top: 6vw;
    margin-bottom: 6vw;
    height: 350px;
    object-fit: cover;
  }
}
.big-text-img-content .text-content iframe {
  width: 100%;
  height: 70vh;
  object-fit: contain;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 45px;
  margin-bottom: 45px;
}
.big-text-img-content .content-img {
  flex-shrink: 0;
  width: 100%;
  object-fit: contain;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 150px;
}
.big-text-img-content .loop-swiper {
  margin-top: -90px;
}
@media screen and (max-width: 1020px) {
  .big-text-img-content .loop-swiper {
    margin-top: -20px;
  }
}
.big-text-img-content .mouse-content {
  display: none;
}
.big-text-img-content .menu-content {
  width: 100%;
  height: 410px;
  margin-top: 80px;
  margin-bottom: 155px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.big-text-img-content .menu-content .page-menu-item {
  width: calc((100% - 2 * 30px) / 3);
  height: 100%;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}
.big-text-img-content .menu-content .page-menu-item .filter_text {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 48px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column-reverse;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #0f1e64 100%);
  transition: all 0.3s;
}
.big-text-img-content .menu-content .page-menu-item .filter_text .title {
  line-height: 1.2em;
  color: #fff;
  font-family: "Oswald-Regular";
  margin-bottom: 0px;
  transition: all 0.3s;
  text-align: center;
}
.big-text-img-content .menu-content .page-menu-item .filter_text .summary {
  height: 0;
  overflow: hidden;
  line-height: 1.6em;
  color: #fff;
  font-family: "siyuan-heiti-Regular";
  font-weight: lighter;
  transition: all 0.3s;
  text-overflow: ellipsis;
  text-align: center;
}
.big-text-img-content .menu-content .page-menu-item:nth-child(2) {
  border-bottom-right-radius: 75px;
}
.big-text-img-content .menu-content .page-menu-item:hover .filter_text {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0f1e64 250%);
  backdrop-filter: brightness(0.7) blur(4px);
}
.big-text-img-content .menu-content .page-menu-item:hover .title {
  margin-bottom: 35px;
}
.big-text-img-content .menu-content .page-menu-item:hover .summary {
  height: fit-content;
}
@media screen and (max-width: 1020px) {
  .big-text-img-content .menu-content {
    flex-direction: column;
    height: auto;
    margin-top: 8vw;
    margin-bottom: 12vw;
  }
  .big-text-img-content .menu-content .page-menu-item {
    width: 100%;
    height: 75vw;
    margin-bottom: 4vw;
  }
  .big-text-img-content .menu-content .page-menu-item .filter_text {
    border-radius: 18px;
  }
}
@media screen and (max-width: 1020px) {
  .big-text-img-content .big-title {
    margin-top: 12vw;
  }
  .big-text-img-content .long-title {
    margin-top: 6vw;
  }
  .big-text-img-content .text-content {
    margin-top: 6vw;
  }
  .big-text-img-content .content-img {
    margin-top: 6vw;
    margin-bottom: 15vw;
  }
}

.visit-swiper-content {
  width: 100%;
  height: 47.9vw;
  margin-top: 90px;
}
@media screen and (max-width: 1020px) {
  .visit-swiper-content {
    margin-top: 9vw;
    height: 75vh;
  }
}
.visit-swiper-content .swiper-slide {
  width: 73.3vw;
  height: 100%;
  position: relative;
  padding: 68px 58px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1020px) {
  .visit-swiper-content .swiper-slide {
    width: 95vw;
    padding: 35px 25px;
  }
}
.visit-swiper-content .swiper-slide .top-part {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.visit-swiper-content .swiper-slide .top-part .title {
  color: #fff;
  line-height: 1;
  font-family: "Oswald-Regular";
}
.visit-swiper-content .swiper-slide .top-part .number {
  flex-shrink: 0;
  width: 162px;
  display: flex;
  align-items: center;
}
.visit-swiper-content .swiper-slide .top-part .number span {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
  font-family: "Oswald-Regular";
  font-weight: bold;
}
.visit-swiper-content .swiper-slide .top-part .number span.all-slide {
  opacity: 0.5;
}
@media screen and (max-width: 1020px) {
  .visit-swiper-content .swiper-slide .top-part .number {
    width: fit-content;
  }
}
.visit-swiper-content .swiper-slide .summary {
  position: relative;
  z-index: 2;
  line-height: 1.6em;
  color: #fff;
  font-family: "siyuan-heiti-Regular";
}

.about-page-2-slide-1 {
  width: 100%;
  height: 48vw;
  position: relative;
  background-color: #fff;
}
.about-page-2-slide-1::before {
  content: "";
  width: 500px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 18.75%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  border: 1px dashed #c1d3dc;
}
.about-page-2-slide-1::after {
  content: "";
  width: 500px;
  height: 500px;
  position: absolute;
  bottom: 0;
  left: 18.75%;
  transform: translateY(50%) translateX(-50%);
  border-radius: 50%;
  border: 1px solid #f6f7fa;
}
.about-page-2-slide-1 .circle-content {
  width: 29.42vw;
  height: 29.42vw;
  position: absolute;
  z-index: 2;
  left: 18.75%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  outline: 1px solid rgba(15, 31, 100, 0.4784313725);
}
@keyframes circle-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes circle-rotate-2 {
  0% {
    transform: translate(-50%, -50%) translateX(-50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) translateX(-50%) rotate(360deg);
  }
  100% {
    transform: translate(-50%, -50%) translateX(-50%) rotate(0deg);
  }
}
.about-page-2-slide-1 .circle-content .center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 20.4%;
  object-fit: contain;
}
.about-page-2-slide-1 .circle-content .color-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76.5%;
  height: 76.5%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  z-index: 3;
  animation: circle-rotate 6s linear forwards infinite;
}
.about-page-2-slide-1 .circle-content .left-half {
  width: 13.15vw;
  height: 26.3vw;
  border-radius: 13.15vw 0 0 13.15vw;
  border-top: 1px dashed #c1d3dc;
  border-bottom: 1px dashed #c1d3dc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateX(-50%);
  transform-origin: 100% 50%;
  z-index: 2;
  animation: circle-rotate-2 12s linear forwards infinite;
}
.about-page-2-slide-1 .circle-content .left-half::before {
  position: absolute;
  left: 100%;
  top: 0;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #c1d3dc;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.about-page-2-slide-1 .circle-content .left-half::after {
  position: absolute;
  left: 100%;
  top: 100%;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #c1d3dc;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.about-page-2-slide-1 .text-content {
  height: 100%;
  position: absolute;
  top: 0;
  left: 40%;
  width: 51%;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.about-page-2-slide-1 .text-content .big-title {
  margin-top: 30%;
  line-height: 1;
  color: #243272;
  font-family: "Oswald-Regular";
  font-weight: 600;
}
.about-page-2-slide-1 .text-content .long-title {
  margin-top: 60px;
  line-height: 1;
  color: #243272;
  font-family: "Oswald-Regular";
  font-weight: 500;
}
.about-page-2-slide-1 .text-content .summary {
  margin-top: 45px;
  line-height: 1.6em;
  color: #243272;
  font-family: "siyuan-heiti-Regular";
}
@media screen and (max-width: 1020px) {
  .about-page-2-slide-1 {
    height: 100vw;
  }
  .about-page-2-slide-1 .circle-content {
    left: 50%;
    top: 35%;
    width: 50.42vw;
    height: 50.42vw;
  }
  .about-page-2-slide-1 .text-content {
    width: 92%;
    left: 4%;
    margin-top: 40%;
  }
  .about-page-2-slide-1 .text-content .long-title {
    margin-top: 6vw;
  }
  .about-page-2-slide-1 .text-content .summary {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 660px) {
  .about-page-2-slide-1 {
    height: 130vw;
  }
  .about-page-2-slide-1 .circle-content {
    top: 25%;
  }
  .about-page-2-slide-1 .text-content {
    width: 92%;
    left: 4%;
    margin-top: 45%;
  }
  .about-page-2-slide-1 .text-content .long-title {
    margin-top: 6vw;
  }
  .about-page-2-slide-1 .text-content .summary {
    margin-top: 4vw;
  }
}

.about-page-2-slide-2 {
  width: 100%;
  height: 51vw;
  background-color: #e6eef2;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.about-page-2-slide-2 .big-title {
  margin-top: 8vw;
  line-height: 1;
  color: #243272;
  font-family: "Oswald-Regular";
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.about-page-2-slide-2 .long-title {
  margin-top: 60px;
  line-height: 1.6em;
  color: #243272;
  font-family: "siyuan-heiti-Regular";
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 2;
}
.about-page-2-slide-2 .img-content {
  width: 100%;
  height: 35.1vw;
  position: relative;
}
@media screen and (max-width: 1020px) {
  .about-page-2-slide-2 .img-content {
    height: 50vw;
  }
}
.about-page-2-slide-2 .img-content .center-img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 34vw;
  height: 29.5vw;
}
.about-page-2-slide-2 .img-content .center-img .center-img-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.6s;
}
.about-page-2-slide-2 .img-content .center-img .center-img-main.show {
  opacity: 1;
}
.about-page-2-slide-2 .img-content .center-img .aroundImg-1 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 19.06vw;
  height: 20.46vw;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
  opacity: 0;
}
.about-page-2-slide-2 .img-content .center-img .aroundImg-1.show:nth-of-type(2) {
  opacity: 1;
  transform: translate(-50%, -50%) translate(-29.03vw, calc(-50% - 1.25vw));
}
.about-page-2-slide-2 .img-content .center-img .aroundImg-1.show:nth-of-type(3) {
  opacity: 1;
  transform: translate(-50%, -50%) translate(29.03vw, calc(-50% - 1.25vw));
}
.about-page-2-slide-2 .img-content .center-img .aroundImg-1.show:nth-of-type(4) {
  opacity: 1;
  transform: translate(-50%, -50%) translate(-29.03vw, calc(50% + 1.25vw));
}
.about-page-2-slide-2 .img-content .center-img .aroundImg-1.show:nth-of-type(5) {
  opacity: 1;
  transform: translate(-50%, -50%) translate(29.03vw, calc(50% + 1.25vw));
}
.about-page-2-slide-2 .img-content .center-img .aroundImg-2 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 23.38vw;
  height: 13.9vw;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.6s;
}
.about-page-2-slide-2 .img-content .center-img .aroundImg-2.show:nth-of-type(6) {
  opacity: 1;
  transform: translate(-50%, -50%) translate(-52.41vw, calc(-50% - 3.75vw));
}
.about-page-2-slide-2 .img-content .center-img .aroundImg-2.show:nth-of-type(7) {
  opacity: 1;
  transform: translate(-50%, -50%) translate(52.41vw, calc(-50% - 3.75vw));
}
.about-page-2-slide-2 .img-content .center-img .aroundImg-2.show:nth-of-type(8) {
  opacity: 1;
  transform: translate(-50%, -50%) translate(-52.41vw, calc(50% - 1.25vw));
}
.about-page-2-slide-2 .img-content .center-img .aroundImg-2.show:nth-of-type(9) {
  opacity: 1;
  transform: translate(-50%, -50%) translate(52.41vw, calc(50% - 1.25vw));
}
@media screen and (max-width: 1020px) {
  .about-page-2-slide-2 {
    height: 78vh;
  }
  .about-page-2-slide-2 .big-title {
    margin-top: 14vw;
  }
  .about-page-2-slide-2 .long-title {
    margin-top: 6vw;
    text-align: center;
  }
}
@media screen and (max-width: 660px) {
  .about-page-2-slide-2 {
    height: 58vh;
  }
}

.about-page-2-slide-3 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.about-page-2-slide-3 .w82 {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.about-page-2-slide-3 .big-title {
  line-height: 1.25em;
  color: #fff;
  font-family: "Oswald-Regular";
  margin-top: 260px;
}
.about-page-2-slide-3 .swiper-control {
  width: 200px;
  margin-top: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-page-2-slide-3 .swiper-control div {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
@media screen and (max-width: 660px) {
  .about-page-2-slide-3 .swiper-control div {
    width: 40px;
    height: 40px;
  }
}
.about-page-2-slide-3 .swiper-control div img {
  width: 37.5%;
  height: 37.5%;
  object-fit: contain;
  filter: drop-shadow(80px 0 #fff);
  transform: translateX(-80px);
}
.about-page-2-slide-3 .swiper-control div:hover {
  outline: 1px solid rgba(0, 0, 0, 0);
  background-color: #0f1e64;
}
.about-page-2-slide-3 .swiper-control .prev {
  transform: rotate(180deg);
}
.about-page-2-slide-3 .swiper-img-content {
  width: 100%;
  height: 100%;
}
.about-page-2-slide-3 .swiper-img-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1020px) {
  .about-page-2-slide-3 {
    height: 80vh;
  }
  .about-page-2-slide-3 .big-title {
    margin-top: 20%;
  }
  .about-page-2-slide-3 .swiper-control {
    width: 100px;
    margin-top: 15%;
  }
}

.about-page-3-slide-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.about-page-3-slide-1 .bg-title {
  margin-top: 120px;
  margin-bottom: 190px;
  color: #243272;
  line-height: 1;
  font-family: "Oswald-Regular";
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1020px) {
  .about-page-3-slide-1 .bg-title {
    margin-bottom: 8vw;
    margin-top: 8vw;
  }
}
.about-page-3-slide-1 .person-content {
  width: 100%;
  height: 400px;
  position: relative;
  background-color: #fff;
  margin-top: 160px;
}
.about-page-3-slide-1 .person-content .w82 {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.about-page-3-slide-1 .person-content .w82 .text-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.about-page-3-slide-1 .person-content .w82 .text-content .trims-text {
  color: #243272;
  margin-top: 90px;
  line-height: 1;
  font-family: "siyuan-heiti-Regular";
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.about-page-3-slide-1 .person-content .w82 .text-content .Slogan {
  width: 50%;
  margin-top: 55px;
  color: #243272;
  line-height: 1.25em;
  font-family: "Oswald-Regular";
  font-weight: bold;
  text-transform: uppercase;
}
.about-page-3-slide-1 .person-content .w82 .trims-part {
  width: 32vw;
  height: 100%;
  transform: translateX(-20%);
  position: absolute;
  top: 0;
  right: 0;
}
.about-page-3-slide-1 .person-content .w82 .trims-part .ash-part {
  width: 0%;
  height: 100%;
  transform: translateX(-50%) skew(30deg);
  position: absolute;
  top: 0%;
  left: 50%;
  background-color: #e6eef2;
  overflow: hidden;
  transition: all 0.6s;
}
.about-page-3-slide-1 .person-content .w82 .trims-part .ash-part .white-part {
  width: 35%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 1;
  transition: all 0.6s;
}
.about-page-3-slide-1 .person-content .w82 .trims-part .ash-part.show {
  width: 100%;
}
.about-page-3-slide-1 .person-content .w82 .trims-part .person-img-cpntent {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 50%;
  transform: translateX(-50%) translateY(50px);
  transition: all 0.3s;
  opacity: 0;
  overflow: visible;
  z-index: 2;
}
.about-page-3-slide-1 .person-content .w82 .trims-part .person-img-cpntent.show {
  transform: translateX(-50%) translateY(0px);
  opacity: 1;
}
.about-page-3-slide-1 .person-content .w82 .trims-part .person-img-cpntent .person {
  height: max-content;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
  z-index: 2;
}
@media screen and (max-width: 1020px) {
  .about-page-3-slide-1 .person-content .w82 .trims-part .person-img-cpntent .person {
    width: 60vw;
  }
}
.about-page-3-slide-1 .person-content .w82 .trims-part .person-img-cpntent .trims {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translate(40%, -40%);
}
@media screen and (max-width: 1020px) {
  .about-page-3-slide-1 .person-content .w82 .trims-part .person-img-cpntent .trims {
    width: 60vw;
  }
}
.about-page-3-slide-1 .main-content {
  padding-top: 70px;
  padding-bottom: 205px;
  color: #243272;
  line-height: 1.6em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: "siyuan-heiti-Regular";
}
@media screen and (max-width: 1020px) {
  .about-page-3-slide-1 .main-content {
    padding-top: 8vw;
    padding-bottom: 24vw;
    flex-direction: column;
  }
}
.about-page-3-slide-1 .main-content .left-text {
  width: 45%;
}
@media screen and (max-width: 1020px) {
  .about-page-3-slide-1 .main-content .left-text {
    width: 100%;
  }
}
.about-page-3-slide-1 .main-content .right-text {
  width: 45%;
}
@media screen and (max-width: 1020px) {
  .about-page-3-slide-1 .main-content .right-text {
    width: 100%;
  }
}
.about-page-3-slide-1 .main-content .right-text .signature {
  display: flex;
  align-items: center;
  line-height: 1;
}
.about-page-3-slide-1 .main-content .right-text .signature img {
  transform: translateY(15%);
  margin-left: 20px;
}
.about-page-3-slide-1 .main-content .right-text .signature .name {
  margin-left: 30px;
}
@media screen and (max-width: 1020px) {
  .about-page-3-slide-1 .main-content .right-text .signature {
    margin-top: 25px;
    flex-direction: column;
    margin-right: auto;
    align-items: flex-start;
  }
  .about-page-3-slide-1 .main-content .right-text .signature img {
    margin-left: 0;
  }
  .about-page-3-slide-1 .main-content .right-text .signature .name {
    margin-left: 0;
  }
}

.about-page-4-slide-1 {
  width: 100%;
}
.about-page-4-slide-1 .w92 {
  display: flex;
  flex-direction: column;
}
.about-page-4-slide-1 .big-title {
  margin-top: 6.25vw;
  margin-bottom: 4.2vw;
  text-align: center;
  font-family: "Oswald-Regular";
  color: #243272;
  font-weight: bold;
}
.about-page-4-slide-1 .page-menu-content {
  width: 100%;
  height: min(1250px,65.2vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
  cursor: none;
}
.about-page-4-slide-1 .page-menu-content .page-menu-item {
  width: calc((100% - 2 * 30px) / 3);
  height: calc((100% - 30px) / 2);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.about-page-4-slide-1 .page-menu-content .page-menu-item .filter_text {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 40px 75px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column-reverse;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, #0f1e64 100%);
  transition: all 0.3s;
}
.about-page-4-slide-1 .page-menu-content .page-menu-item .filter_text .title {
  line-height: 1.2em;
  color: #fff;
  font-family: "Oswald-Regular";
  margin-bottom: 0px;
  transition: all 0.3s;
}
.about-page-4-slide-1 .page-menu-content .page-menu-item .filter_text .summary {
  height: 0;
  overflow: hidden;
  line-height: 1.6em;
  color: #fff;
  font-family: "siyuan-heiti-Regular";
  font-weight: lighter;
  transition: all 0.3s;
  text-overflow: ellipsis;
}
.about-page-4-slide-1 .page-menu-content .page-menu-item:hover .filter_text {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #0f1e64 250%);
  backdrop-filter: brightness(0.7) blur(4px);
}
.about-page-4-slide-1 .page-menu-content .page-menu-item:hover .title {
  margin-bottom: 35px;
}
.about-page-4-slide-1 .page-menu-content .page-menu-item:hover .summary {
  height: fit-content;
}
.about-page-4-slide-1 .page-menu-content .page-menu-item:nth-child(1) {
  width: calc((100% - 2 * 30px) / 3 * 2 + 30px);
  border-bottom-right-radius: 75px;
}
.about-page-4-slide-1 .page-menu-content .page-menu-item:nth-child(1) .summary {
  width: 75%;
}
@media screen and (max-width: 1020px) {
  .about-page-4-slide-1 .page-menu-content {
    flex-direction: column;
    height: auto;
  }
  .about-page-4-slide-1 .page-menu-content .page-menu-item {
    width: 100% !important;
    height: 45vh;
    border-radius: 15px !important;
    margin-bottom: 3.5vh;
  }
  .about-page-4-slide-1 .page-menu-content .page-menu-item .filter_text {
    padding: 30px 8%;
  }
}

.about-page-4-slide-2 {
  width: 100%;
  height: 65.1vw;
  background-color: #243272;
}
.about-page-4-slide-2 .w92 {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.about-page-4-slide-2 .big-title {
  color: #fff;
  line-height: 1;
  font-family: "Oswald-Regular";
  margin-top: 80px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1020px) {
  .about-page-4-slide-2 .big-title {
    margin-top: 8vw;
    margin-bottom: 6vw;
  }
}
.about-page-4-slide-2 .map-content-outside {
  width: 100%;
  height: 75%;
  background-color: rgba(255, 255, 255, 0.0980392157);
  border-radius: 15px;
  position: relative;
}
.about-page-4-slide-2 .map-content-outside .map-content {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-page-4-slide-2 .map-content-outside .map-content .map-main {
  position: absolute;
  width: 60.8854166667vw;
  height: 41.9270833333vw;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1020px) {
  .about-page-4-slide-2 .map-content-outside .map-content .map-main {
    width: 100%;
    aspect-ratio: 1.43;
    height: unset;
  }
}
.about-page-4-slide-2 .map-content-outside .map-content .map-main .map-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
  border-radius: 18px;
}
.about-page-4-slide-2 .map-content-outside .map-content .map-main .map-img.sp {
  display: block;
}
.about-page-4-slide-2 .map-content-outside .map-content .map-main .position {
  position: absolute;
  z-index: 2;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
}
.about-page-4-slide-2 .map-content-outside .map-content .map-main .position .icon {
  margin-right: 5px;
}
.about-page-4-slide-2 .map-content-outside .map-content .map-main .position .position-name {
  text-transform: uppercase;
  font-weight: bold;
}
.about-page-4-slide-2 .map-content-outside .map-content .map-main .position .position-name.sp {
  position: absolute;
  bottom: 115px;
  left: 47px;
  z-index: 2;
  background-color: #ffd200;
  padding: 18px 23px;
  text-align: center;
  border-radius: 15px;
}
@media screen and (max-width: 1020px) {
  .about-page-4-slide-2 .map-content-outside .map-content .map-main .position .position-name.sp {
    left: unset;
    right: 47px;
  }
}
.about-page-4-slide-2 .map-content-outside .map-content .map-main .position .position-name.sp::after {
  position: absolute;
  content: "";
  left: -38px;
  top: 75%;
  width: 1px;
  height: 120px;
  background-color: #ffd200;
}
@media screen and (max-width: 1020px) {
  .about-page-4-slide-2 .map-content-outside .map-content .map-main .position .position-name.sp::after {
    left: unset;
    right: -38px;
  }
}
.about-page-4-slide-2 .map-content-outside .map-content .map-main .position .position-name.sp::before {
  position: absolute;
  content: "";
  left: -38px;
  top: 75%;
  width: 60px;
  height: 1px;
  background-color: #ffd200;
  transform: rotate(335deg);
  transform-origin: 0% 50%;
}
@media screen and (max-width: 1020px) {
  .about-page-4-slide-2 .map-content-outside .map-content .map-main .position .position-name.sp::before {
    left: unset;
    right: -38px;
    top: 50%;
    width: 65px;
    transform: rotate(12deg);
  }
}
.about-page-4-slide-2 .map-content-outside .map-content .map-main .position .circle-breath {
  background: #ffd200;
  box-shadow: 0 0 0 0 rgb(255, 210, 0);
  height: 18px;
  width: 18px;
  border-radius: 50%;
  animation: donghua 2.4s infinite;
  position: relative;
}
.about-page-4-slide-2 .map-content-outside .map-content .map-main .position .circle-breath::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffd200;
  box-shadow: 0 0 0 0 rgb(255, 210, 0);
  height: 18px;
  width: 18px;
  border-radius: 50%;
  animation: donghua 2.4s infinite;
  animation-delay: 0.5s;
  opacity: 0.8;
}
@keyframes donghua {
  0% {
    transform: scale(0.6);
    /* 注意rgba中的a的设置 */
    box-shadow: 0 0 0 0 rgba(255, 210, 0, 0.6);
  }
  60% {
    transform: scale(1);
    box-shadow: 0 0 0 18px rgba(255, 210, 0, 0);
  }
  100% {
    transform: scale(0.6);
    box-shadow: 0 0 0 0 rgba(255, 210, 0, 0);
  }
}
.about-page-4-slide-2 .map-content-outside .map-content .map-main .beijing {
  left: 59.7%;
  top: 36.8%;
}
.about-page-4-slide-2 .map-content-outside .map-content .map-main .shanghai {
  left: 69%;
  top: 60.6%;
}
.about-page-4-slide-2 .map-content-outside .map-content .map-main .hangzhou {
  left: 66.5%;
  top: 65.6%;
}
.about-page-4-slide-2 .map-content-outside .map-content .map-main.type-2 .position {
  display: none;
}
.about-page-4-slide-2 .map-content-outside .map-content .choice-button {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 312px;
  height: 86px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1020px) {
  .about-page-4-slide-2 .map-content-outside .map-content .choice-button {
    width: 210px;
    height: 56px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.about-page-4-slide-2 .map-content-outside .map-content .choice-button .text {
  height: 100%;
  display: flex;
  align-items: center;
  font-family: "Oswald-Regular";
  color: #243272;
  opacity: 0.5;
  box-sizing: border-box;
  cursor: pointer;
}
.about-page-4-slide-2 .map-content-outside .map-content .choice-button .text.sp {
  opacity: 1;
  border-bottom: 3px solid #ffd200;
}
@media screen and (max-width: 1020px) {
  .about-page-4-slide-2 {
    height: 100vh;
  }
}

.about-page-5-slide-1 {
  width: 100%;
  height: 753px;
  position: relative;
  overflow: hidden;
}
.about-page-5-slide-1 .bg-img {
  object-fit: cover;
  object-position: 0 25%;
}
.about-page-5-slide-1 .w82 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.about-page-5-slide-1 .left-img {
  width: 41.28%;
  border-radius: 15px;
  overflow: hidden;
}
.about-page-5-slide-1 .left-img img {
  width: 100%;
  object-fit: contain;
  transition: all 0.6s;
}
.about-page-5-slide-1 .left-img:hover img {
  transform: scale(1.2);
}
.about-page-5-slide-1 .right-text {
  width: 52.39%;
  display: flex;
  flex-direction: column;
}
.about-page-5-slide-1 .right-text .title {
  color: #243272;
  line-height: 1;
  margin-bottom: 55px;
  font-family: "Oswald-Regular";
  text-transform: uppercase;
  font-weight: bold;
}
.about-page-5-slide-1 .right-text .summary {
  color: #243272;
  line-height: 1.6em;
  color: #243272;
  font-family: "siyuan-heiti-Regular";
}
@media screen and (max-width: 1020px) {
  .about-page-5-slide-1 {
    height: fit-content;
  }
  .about-page-5-slide-1 .w82 {
    flex-direction: column;
  }
  .about-page-5-slide-1 .left-img {
    width: 100%;
    margin: 6vh 0 3vh;
    flex-shrink: 0;
  }
  .about-page-5-slide-1 .right-text {
    width: 100%;
    flex-shrink: 0;
  }
  .about-page-5-slide-1 .right-text .title {
    margin-bottom: 20px;
    margin-top: 15px;
    flex-shrink: 0;
  }
  .about-page-5-slide-1 .right-text .summary {
    margin-bottom: 2vh;
    flex-shrink: 0;
  }
}

.about-page-5-slide-2 {
  width: 100%;
  background-color: #fff;
}
.about-page-5-slide-2 .w82 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-page-5-slide-2 .big-title {
  line-height: 1;
  color: #243272;
  font-family: "Oswald-Regular";
  margin-top: 100px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-weight: bold;
}
.about-page-5-slide-2 .features-content {
  width: 100%;
  height: 660px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-page-5-slide-2 .features-content .features-item {
  width: 30%;
  height: 100%;
  background-color: #e6eef2;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.about-page-5-slide-2 .features-content .features-item .top-img {
  width: 100%;
  height: 75%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s;
}
.about-page-5-slide-2 .features-content .features-item .filter {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background-image: url("/mstatic/img/basaier-mask-1.png");
  background-position: 0 0;
  background-repeat: repeat-x;
  box-sizing: border-box;
  padding: 100px 33px 0px;
  line-height: 1.2em;
  color: #243272;
  font-family: "Oswald-Regular";
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.6s;
}
.about-page-5-slide-2 .features-content .features-item:nth-child(1) .filter {
  background-position: 0 0;
}
.about-page-5-slide-2 .features-content .features-item:nth-child(2) .filter {
  background-position: 50% 0;
}
.about-page-5-slide-2 .features-content .features-item:nth-child(3) .filter {
  background-position: 90% 0;
}
.about-page-5-slide-2 .features-content .features-item:hover .top-img {
  transform: scale(1.3);
}
.about-page-5-slide-2 .features-content .features-item:hover .filter {
  height: 50%;
}
@media screen and (max-width: 1020px) {
  .about-page-5-slide-2 .big-title {
    margin-top: 8vw;
    margin-bottom: 4vw;
  }
  .about-page-5-slide-2 .features-content {
    flex-direction: column;
    margin-bottom: 8vw;
    height: 120vw;
  }
  .about-page-5-slide-2 .features-content .features-item {
    width: 100%;
    margin-bottom: 3vw;
  }
  .about-page-5-slide-2 .features-content .features-item .top-img {
    height: 100%;
  }
  .about-page-5-slide-2 .features-content .features-item .filter {
    padding: 80px 15px 0;
    text-align: right;
    height: 53%;
  }
  .about-page-5-slide-2 .features-content .features-item:nth-child(2) .filter {
    background-position: 36% 0;
    text-align: left;
  }
  .about-page-5-slide-2 .features-content .features-item:nth-child(3) .filter {
    background-position: 98% 0;
  }
}
@media screen and (max-width: 660px) {
  .about-page-5-slide-2 .features-content {
    height: 660px;
  }
  .about-page-5-slide-2 .features-content .features-item .filter {
    padding: 40px 15px 0;
  }
}

.about-page-5-slide-3 {
  width: 100%;
  height: 830px;
  overflow: hidden;
}
.about-page-5-slide-3 .w82 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-page-5-slide-3 .left-text {
  width: 53%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-page-5-slide-3 .left-text .title {
  color: #243272;
  line-height: 1;
  font-family: "Oswald-Regular";
  margin-bottom: 55px;
  text-transform: uppercase;
}
.about-page-5-slide-3 .left-text .summary {
  color: #243272;
  line-height: 1.6em;
  font-family: "siyuan-heiti-Regular";
}
.about-page-5-slide-3 .right-swiper {
  width: 46%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.about-page-5-slide-3 .right-swiper .swiper-1 {
  width: 48%;
  height: 100%;
}
.about-page-5-slide-3 .right-swiper .swiper-2 {
  width: 48%;
  height: 100%;
}
.about-page-5-slide-3 .right-swiper .swiper-slide {
  height: 342px;
  border-radius: 15px;
  overflow: hidden;
}
.about-page-5-slide-3 .right-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1020px) {
  .about-page-5-slide-3 {
    margin-bottom: 55px;
  }
  .about-page-5-slide-3 .w82 {
    flex-direction: column;
  }
  .about-page-5-slide-3 .w82 .left-text {
    width: 100%;
    flex-shrink: 0;
  }
  .about-page-5-slide-3 .w82 .left-text .title {
    margin-bottom: 30px;
    margin-top: 55px;
  }
  .about-page-5-slide-3 .w82 .right-swiper {
    width: 100%;
    height: 100vw;
    flex-shrink: 0;
    margin-top: 6vw;
  }
}

.curriculum-page-2-slide-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 160px;
  margin-top: 100px;
}
@media screen and (max-width: 1020px) {
  .curriculum-page-2-slide-1 {
    margin-bottom: 14vw;
    margin-top: 10vw;
  }
}
.curriculum-page-2-slide-1 .slogan {
  line-height: 1;
  color: #243272;
  font-family: "Oswald-Regular";
  margin-bottom: 30px;
}
.curriculum-page-2-slide-1 .loop-swiper {
  margin-top: 110px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1020px) {
  .curriculum-page-2-slide-1 .loop-swiper {
    margin-top: 8vw;
    margin-bottom: 6vw;
  }
}
.curriculum-page-2-slide-1 .page-main-content {
  width: 100%;
  height: calc(100vh - 112px);
  overflow: hidden;
  position: relative;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(100%);
  overflow: auto;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item::-webkit-scrollbar {
  width: 2px;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: #243272;
}
@media screen and (max-width: 1020px) {
  .curriculum-page-2-slide-1 .page-main-content .page-main-item {
    flex-direction: column;
  }
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item .text-part {
  width: calc((100% - 10px) / 2);
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 8.2%;
  padding-left: 8.6%;
  padding-right: 9.3%;
  padding-bottom: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1020px) {
  .curriculum-page-2-slide-1 .page-main-content .page-main-item .text-part {
    padding-top: 3.2%;
  }
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item .text-part .title {
  line-height: 1.25em;
  color: #243272;
  font-family: "Oswald-Regular";
  font-weight: bold;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item .text-part .summary {
  margin-top: 50px;
  line-height: 1.6em;
  color: #243272;
  font-family: "siyuan-heiti-Regular";
  overflow: auto;
  flex-shrink: 0;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item .text-part .summary::-webkit-scrollbar {
  width: 2px;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item .text-part .summary::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: #243272;
}
@media screen and (max-width: 1020px) {
  .curriculum-page-2-slide-1 .page-main-content .page-main-item .text-part .summary {
    margin-top: 2vw;
    margin-bottom: 2vw;
    height: 4.8em;
  }
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item .text-part .icon {
  margin-top: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item .text-part .icon .circle {
  width: 40px;
  height: 40px;
  border: 1px solid #0f1e64;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #243272;
  font-family: "Oswald-Regular";
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item .text-part .icon .circle:nth-child(2) {
  opacity: 0.2;
  z-index: 2;
  transform: translateX(0px);
}
@media screen and (max-width: 1020px) {
  .curriculum-page-2-slide-1 .page-main-content .page-main-item .text-part {
    width: 100%;
    height: calc((100% - 10px) / 2);
  }
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item .img-part {
  width: calc((100% - 10px) / 2);
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item .img-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item .img-part:hover img {
  transform: scale(1.2);
}
@media screen and (max-width: 1020px) {
  .curriculum-page-2-slide-1 .page-main-content .page-main-item .img-part {
    width: 100%;
    height: calc((100% - 10px) / 2);
  }
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1020px) {
  .curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(1) {
  z-index: 1;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(2) {
  z-index: 2;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(3) {
  z-index: 3;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(4) {
  z-index: 4;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(5) {
  z-index: 5;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(6) {
  z-index: 6;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(7) {
  z-index: 7;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(8) {
  z-index: 8;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(9) {
  z-index: 9;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(10) {
  z-index: 10;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(11) {
  z-index: 11;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(12) {
  z-index: 12;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(13) {
  z-index: 13;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(14) {
  z-index: 14;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(15) {
  z-index: 15;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(16) {
  z-index: 16;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(17) {
  z-index: 17;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(18) {
  z-index: 18;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(19) {
  z-index: 19;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(20) {
  z-index: 20;
}
.curriculum-page-2-slide-1 .page-main-content .page-main-item:nth-child(1) {
  transform: translateY(0%);
}

.list-slide-1 {
  width: 100%;
}
.list-slide-1 .w82 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list-slide-1 .big-title {
  line-height: 1;
  color: #243272;
  font-family: "Oswald-Regular";
  font-weight: bold;
  margin-top: 120px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1020px) {
  .list-slide-1 .big-title {
    margin-top: 12vw;
    margin-bottom: 9vw;
  }
}
.list-slide-1 .nav-click {
  width: 15%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1020px) {
  .list-slide-1 .nav-click {
    width: 35%;
  }
}
.list-slide-1 .nav-click .nav-item {
  color: #243272;
  font-family: "Oswald-Regular";
  line-height: 1;
  display: flex;
  align-items: center;
  height: 100%;
  opacity: 0.5;
  transition: all 0.3s;
  box-sizing: border-box;
}
.list-slide-1 .nav-click .nav-item.sp {
  opacity: 1;
  border-bottom: 2px solid #ffd200;
}
.list-slide-1 .news-read-part {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1020px) {
  .list-slide-1 .news-read-part {
    margin-bottom: 8vw;
    margin-top: 10vw;
    flex-direction: column;
  }
  .list-slide-1 .news-read-part .button {
    width: 160px;
    height: 55px;
    margin-top: 4vw;
  }
}
.list-slide-1 .news-read-part .left-title {
  line-height: 1;
  color: #243272;
  font-family: "Oswald-Regular";
  font-weight: bold;
}
.list-slide-1 .list-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -2px;
  position: relative;
}
.list-slide-1 .list-main.read {
  margin-bottom: 155px;
}
@media screen and (max-width: 1020px) {
  .list-slide-1 .list-main.read {
    margin-bottom: 15.5vw;
  }
}
.list-slide-1 .list-main .list-item {
  width: 100%;
  height: 290px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #fff;
  position: relative;
  box-sizing: border-box;
}
.list-slide-1 .list-main .list-item .img-part {
  width: min(376px,19.58vw);
  height: 76%;
  flex-shrink: 0;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1020px) {
  .list-slide-1 .list-main .list-item .img-part {
    width: 50%;
  }
}
.list-slide-1 .list-main .list-item .img-part .inside-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-slide-1 .list-main .list-item .img-part .time-box {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 107px;
  height: 36px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #243272;
  font-family: "siyuan-heiti-Regular";
  background-color: #ffd200;
  line-height: 1;
}
.list-slide-1 .list-main .list-item .text-part {
  width: min(520px,27.08vw);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1020px) {
  .list-slide-1 .list-main .list-item .text-part {
    width: 45%;
  }
}
.list-slide-1 .list-main .list-item .text-part .title {
  color: #243272;
  font-family: "siyuan-heiti-Regular";
  line-height: 1.2em;
  max-height: 2.4em;
  padding-bottom: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 1020px) {
  .list-slide-1 .list-main .list-item .text-part .title {
    max-height: 4.8em;
    margin-bottom: 4vw;
    padding-bottom: 3px;
  }
}
.list-slide-1 .list-main .list-item .text-part .title span {
  padding-bottom: 1px;
  background: linear-gradient(to right, #0f1e64, #0f1e64) no-repeat;
  background-size: 0px 1px;
  background-position: left bottom;
  transition: all 0.6s;
}
.list-slide-1 .list-main .list-item .text-part .summary {
  color: #243272;
  font-family: "siyuan-heiti-Regular";
  line-height: 1.6em;
  max-height: 6.4em;
  overflow: hidden;
  opacity: 0.6;
  transition: all 0.3s;
}
.list-slide-1 .list-main .list-item .trims-part {
  height: 76%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1020px) {
  .list-slide-1 .list-main .list-item .trims-part {
    display: none;
  }
}
.list-slide-1 .list-main .list-item .trims-part .top-img {
  object-fit: contain;
  opacity: 0;
  transition: all 0.3s;
}
.list-slide-1 .list-main .list-item .trims-part .bottom-text {
  color: #243272;
  font-family: "siyuan-heiti-Regular";
  opacity: 0.6;
  line-height: 1;
}
.list-slide-1 .list-main .list-item:first-of-type {
  border-top: 2px solid #fff;
}
.list-slide-1 .list-main .list-item::after {
  position: absolute;
  width: 0%;
  height: 3px;
  left: 0;
  bottom: -2px;
  content: "";
  transition: all 0.6s;
  background-color: #243272;
}
.list-slide-1 .list-main .list-item:hover::after {
  width: 100%;
}
.list-slide-1 .list-main .list-item:hover .text-part .title span {
  background-size: 100% 1px;
}
.list-slide-1 .list-main .list-item:hover .text-part .summary {
  opacity: 1;
}
.list-slide-1 .list-main .list-item:hover .trims-part .top-img {
  opacity: 1;
}
.list-slide-1 .page-choice {
  width: fit-content;
  margin-top: max(110px,5.8vw);
  margin-bottom: max(160px,8.3vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1020px) {
  .list-slide-1 .page-choice {
    margin-top: 11vw;
    margin-bottom: 16vw;
  }
}
.list-slide-1 .page-choice .circle {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
@media screen and (max-width: 660px) {
  .list-slide-1 .page-choice .circle {
    width: 40px;
    height: 40px;
  }
}
.list-slide-1 .page-choice .circle img {
  width: 37.5%;
  height: 37.5%;
  object-fit: contain;
  filter: drop-shadow(80px 0 #fff);
  transform: translateX(-80px);
}
.list-slide-1 .page-choice .circle:hover {
  outline: 1px solid rgba(0, 0, 0, 0);
  background-color: #0f1e64;
}
.list-slide-1 .page-choice .click-text {
  font-family: "Oswald-Regular";
  color: #243272;
  line-height: 1;
  margin: 0 22px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s;
}
.list-slide-1 .page-choice .click-text:hover {
  opacity: 1;
}
.list-slide-1 .page-choice span {
  font-family: "Oswald-Regular";
  color: #243272;
  line-height: 1;
  margin: 0 22px;
}
.list-slide-1 .page-choice .prev {
  transform: rotate(180deg);
}

.news-read-slide {
  width: 100%;
  background-color: #fff;
  padding-top: 60px;
  margin-top: 112px;
  box-sizing: border-box;
}
@media screen and (max-width: 1020px) {
  .news-read-slide {
    margin-top: 80px;
    padding-top: 6vw;
  }
}
.news-read-slide .page-trims-6 {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
}
.news-read-slide .w82 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.news-read-slide .back-button {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-right: auto;
}
@media screen and (max-width: 1020px) {
  .news-read-slide .back-button {
    width: 35px;
    height: 35px;
  }
}
.news-read-slide .back-button img {
  width: 100%;
  filter: drop-shadow(80px 0 #0f1e64);
  transform: rotate(180deg) translateX(-80px);
  object-fit: contain;
}
.news-read-slide .news-time {
  line-height: 1;
  color: #243272;
  font-family: "siyuan-heiti-Regular";
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 75px;
}
@media screen and (max-width: 1020px) {
  .news-read-slide .news-time {
    margin-top: 6vw;
    margin-bottom: 7.5vw;
  }
}
.news-read-slide .news-big-title {
  text-align: center;
  color: #243272;
  font-family: "Oswald-Regular";
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 60px;
}
@media screen and (max-width: 1020px) {
  .news-read-slide .news-big-title {
    margin-bottom: 6vw;
  }
}
.news-read-slide .news-content {
  display: flex;
  flex-direction: column;
  line-height: 1.6em;
  color: #243272;
  font-family: "siyuan-heiti-Regular";
  margin-bottom: 50px;
}
@media screen and (max-width: 1020px) {
  .news-read-slide .news-content {
    margin-bottom: 5vw;
  }
}
.news-read-slide .news-content img {
  border-radius: 15px;
  overflow: hidden;
  object-fit: contain;
  margin: 60px auto;
}
@media screen and (max-width: 1020px) {
  .news-read-slide .news-content img {
    width: 85%;
    margin: 4vw auto;
  }
}
.news-read-slide .news-content img:first-child {
  margin-top: 0;
}

.history-slide-1 {
  width: 100%;
  position: relative;
}
.history-slide-1 .w82 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 4;
}
.history-slide-1 .big-title {
  line-height: 1;
  font-weight: bold;
  font-family: "Oswald-Regular";
  color: #243272;
  margin-top: 120px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1020px) {
  .history-slide-1 .big-title {
    margin-top: 12vw;
    margin-bottom: 6vw;
  }
}
.history-slide-1 .long-title {
  line-height: 1.25em;
  font-weight: bold;
  font-family: "Oswald-Regular";
  color: #243272;
  margin-bottom: 60px;
}
@media screen and (max-width: 1020px) {
  .history-slide-1 .long-title {
    margin-bottom: 3vw;
    text-align: center;
  }
}
@media screen and (max-width: 660px) {
  .history-slide-1 .long-title {
    margin-bottom: 6vw;
  }
}
.history-slide-1 .hidden-outside {
  width: 93%;
  height: 634px;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 1020px) {
  .history-slide-1 .hidden-outside {
    height: 660px;
  }
}
.history-slide-1 .history-card-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.history-slide-1 .history-card-content .history-card-item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 25px;
  overflow: hidden;
  position: absolute;
  transform: translateY(100%);
  transform-origin: 50% 50%;
  top: 0;
  left: 0;
}
.history-slide-1 .history-card-content .history-card-item .img-part {
  width: 50%;
  height: 100%;
  flex-shrink: 0;
}
.history-slide-1 .history-card-content .history-card-item .img-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history-slide-1 .history-card-content .history-card-item .text-part {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 60px;
  box-sizing: border-box;
}
.history-slide-1 .history-card-content .history-card-item .text-part .title {
  margin-top: 140px;
  line-height: 1;
  color: #243272;
  font-family: "Oswald-Regular";
  font-weight: bold;
}
.history-slide-1 .history-card-content .history-card-item .text-part .long-title {
  margin-top: 40px;
  line-height: 1.2em;
  color: #243272;
  font-family: "Oswald-Regular";
}
.history-slide-1 .history-card-content .history-card-item .text-part .summary {
  line-height: 1.625em;
  color: #243272;
  font-family: "siyuan-heiti-Regular";
  overflow: auto;
  height: 8.125em;
}
.history-slide-1 .history-card-content .history-card-item .text-part .summary::-webkit-scrollbar {
  width: 2px;
}
.history-slide-1 .history-card-content .history-card-item .text-part .summary::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: #243272;
}
@media screen and (max-width: 1020px) {
  .history-slide-1 .history-card-content .history-card-item .text-part {
    padding: 0 6vw;
  }
  .history-slide-1 .history-card-content .history-card-item .text-part .title {
    margin-top: 3vw;
    text-align: center;
  }
  .history-slide-1 .history-card-content .history-card-item .text-part .long-title {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 660px) {
  .history-slide-1 .history-card-content .history-card-item .text-part {
    padding: 0 6vw;
  }
  .history-slide-1 .history-card-content .history-card-item .text-part .title {
    margin-top: 6vw;
  }
  .history-slide-1 .history-card-content .history-card-item .text-part .long-title {
    margin-top: 4vw;
  }
  .history-slide-1 .history-card-content .history-card-item .text-part .summary {
    height: 33%;
  }
}
@media screen and (max-width: 1020px) {
  .history-slide-1 .history-card-content .history-card-item {
    flex-direction: column;
  }
  .history-slide-1 .history-card-content .history-card-item .img-part {
    width: 100%;
    height: 50%;
  }
  .history-slide-1 .history-card-content .history-card-item .text-part {
    width: 100%;
    height: 50%;
  }
}
.history-slide-1 .current-number-content {
  position: absolute;
  top: 50%;
  right: -75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
  height: 65%;
}
.history-slide-1 .current-number-content .number {
  line-height: 1;
  color: #243272;
  font-family: "siyuan-heiti-Regular";
  flex-shrink: 0;
  font-weight: bold;
}
.history-slide-1 .current-number-content .line {
  width: 2px;
  background-color: rgba(36, 50, 114, 0.2);
  height: 70%;
  position: relative;
}
.history-slide-1 .current-number-content .line .line-2 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #243272;
  width: 100%;
  height: 0;
  animation: line-height-ani 8s linear infinite;
}
@keyframes line-height-ani {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes line-width-ani {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media screen and (max-width: 1020px) {
  .history-slide-1 .current-number-content {
    top: 100%;
    right: unset;
    left: 0;
    width: 100%;
    height: 25px;
    flex-direction: row;
    transform: translateY(100%);
  }
  .history-slide-1 .current-number-content .line {
    width: 70%;
    height: 2px;
  }
  .history-slide-1 .current-number-content .line .line-2 {
    width: 0;
    height: 100%;
    animation: line-width-ani 8s linear infinite;
  }
}
.history-slide-1 .loop-swiper {
  margin-bottom: 55px;
}
.history-slide-1 .slogan {
  line-height: 1;
  color: #243272;
  font-family: "Oswald-Regular";
  margin-bottom: 30px;
  margin-right: auto;
}
.history-slide-1 .history-swiper-content {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 1020px) {
  .history-slide-1 .history-swiper-content {
    padding-top: 40px;
    height: auto;
  }
}
.history-slide-1 .history-swiper-content .swiper-part {
  width: 66%;
  height: 50%;
  margin-top: 50vh;
  margin-left: 8.75%;
  position: relative;
  overflow: visible;
  z-index: 3;
}
.history-slide-1 .history-swiper-content .swiper-part .page-trims-7 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  transform: translateX(-8.25vw);
  height: fit-content;
  object-fit: contain;
  z-index: 3;
}
.history-slide-1 .history-swiper-content .swiper-part .swiper-wrapper {
  position: relative;
  z-index: 4;
}
.history-slide-1 .history-swiper-content .swiper-part::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  content: "";
  background-color: #fff;
  transform: translateX(-8.75%);
}
@media screen and (max-width: 1020px) {
  .history-slide-1 .history-swiper-content .swiper-part::after {
    width: 120vw;
    transform: translateX(-10vw);
  }
}
.history-slide-1 .history-swiper-content .swiper-part::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25.25vw;
  transform: translateX(100%);
  content: "";
  height: 100vh;
  background-color: #e6eef2;
  z-index: 2;
}
@media screen and (max-width: 1020px) {
  .history-slide-1 .history-swiper-content .swiper-part::before {
    width: 0;
  }
}
.history-slide-1 .history-swiper-content .swiper-part .swiper-slide {
  width: 27vw;
  display: flex;
  flex-direction: column;
  position: relative;
  user-select: none;
  cursor: pointer;
}
@media screen and (max-width: 1020px) {
  .history-slide-1 .history-swiper-content .swiper-part .swiper-slide {
    width: 100%;
  }
}
.history-slide-1 .history-swiper-content .swiper-part .swiper-slide .trims-point {
  position: absolute;
  width: 22px;
  height: 22px;
  overflow: hidden;
  top: 0;
  left: 1em;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.history-slide-1 .history-swiper-content .swiper-part .swiper-slide .trims-point img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(80px 0 #243272);
  transform: translateX(-80px);
  object-fit: contain;
  transition: all 0.3s;
  opacity: 0.6;
}
.history-slide-1 .history-swiper-content .swiper-part .swiper-slide .time {
  position: absolute;
  top: -70px;
  left: 0%;
  line-height: 1;
  color: #99a2b9;
  transition: all 0.3s;
  font-family: "Oswald-Regular";
}
@media screen and (max-width: 1020px) {
  .history-slide-1 .history-swiper-content .swiper-part .swiper-slide .time {
    top: -50px;
    text-align: center;
  }
}
.history-slide-1 .history-swiper-content .swiper-part .swiper-slide .summary {
  margin-top: 60px;
  line-height: 1.6em;
  color: #243272;
  font-family: "siyuan-heiti-Regular";
  opacity: 0;
  transition: all 0.3s;
}
.history-slide-1 .history-swiper-content .swiper-part .swiper-slide.swiper-slide-active .trims-point img {
  opacity: 1;
}
.history-slide-1 .history-swiper-content .swiper-part .swiper-slide.swiper-slide-active .time {
  color: #243272;
}
.history-slide-1 .history-swiper-content .swiper-part .swiper-slide.swiper-slide-active .summary {
  opacity: 1;
}
@media screen and (max-width: 1020px) {
  .history-slide-1 .history-swiper-content .swiper-part {
    width: 92%;
    margin: 6vw auto 0;
  }
}
.history-slide-1 .history-swiper-content .right-img {
  position: absolute;
  right: -12%;
  top: 50%;
  width: 84vh;
  height: 84vh;
  transform: translateY(-50%);
  z-index: 6;
}
@media screen and (max-width: 1250px) {
  .history-slide-1 .history-swiper-content .right-img {
    width: 70vh;
    height: 70vh;
  }
}
@media screen and (max-width: 1020px) {
  .history-slide-1 .history-swiper-content .right-img {
    display: none;
  }
}
.history-slide-1 .history-swiper-content .right-img .trims-point-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 1px solid #fff;
  border-radius: 50%;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.history-slide-1 .history-swiper-content .right-img .trims-point-content .x-line {
  position: absolute;
  width: 100%;
  height: 21px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.history-slide-1 .history-swiper-content .right-img .trims-point-content .x-line::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 21px;
  height: 21px;
  content: "";
  transform: translate(-50%, -50%);
  background-image: url("/mstatic/img/history-circle-trims-point.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.history-slide-1 .history-swiper-content .right-img .trims-point-content .x-line::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 21px;
  height: 21px;
  content: "";
  transform: translate(50%, -50%);
  background-image: url("/mstatic/img/history-circle-trims-point.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.history-slide-1 .history-swiper-content .right-img .trims-point-content .y-line {
  position: absolute;
  width: 21px;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.history-slide-1 .history-swiper-content .right-img .trims-point-content .y-line::before {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 21px;
  height: 21px;
  content: "";
  transform: translate(-50%, -50%);
  background-image: url("/mstatic/img/history-circle-trims-point.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.history-slide-1 .history-swiper-content .right-img .trims-point-content .y-line::after {
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 21px;
  height: 21px;
  content: "";
  transform: translate(-50%, 50%);
  background-image: url("/mstatic/img/history-circle-trims-point.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.history-slide-1 .history-swiper-content .right-img .center-img {
  width: 85%;
  height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
}
.history-slide-1 .history-swiper-content .right-img .center-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.inter-page-2-slide-2 {
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
@media screen and (max-width: 1020px) {
  .inter-page-2-slide-2 {
    flex-direction: column;
  }
}
.inter-page-2-slide-2 .left-img {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.inter-page-2-slide-2 .left-img .top-text {
  margin-left: 8.75vw;
  margin-top: 90px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.inter-page-2-slide-2 .left-img .top-text .line {
  line-height: 1.25em;
  color: #243272;
  font-family: "Oswald-Regular";
  font-weight: bold;
  flex-shrink: 0;
}
.inter-page-2-slide-2 .left-img .bottom-img {
  width: 93.1%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 208px;
  z-index: 1;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  overflow: hidden;
}
@media screen and (max-width: 1020px) {
  .inter-page-2-slide-2 .left-img {
    width: 100%;
    height: 50%;
  }
  .inter-page-2-slide-2 .left-img .top-text {
    margin-top: 9vw;
  }
  .inter-page-2-slide-2 .left-img .bottom-img {
    border-radius: 15px;
    left: 50%;
    transform: translateX(-50%);
    top: 20vw;
  }
}
.inter-page-2-slide-2 .right-text {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 208px;
  padding-right: 12.75vw;
  box-sizing: border-box;
}
@media screen and (max-width: 1020px) {
  .inter-page-2-slide-2 .right-text {
    width: 92%;
    margin: 0 auto;
    height: auto;
    padding-right: 0;
    padding-top: 90vw;
  }
}
.inter-page-2-slide-2 .right-text .features-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
}
.inter-page-2-slide-2 .right-text .features-item .title {
  display: flex;
  align-items: center;
  color: #243272;
  font-family: "Oswald-Regular";
}
@media screen and (max-width: 1020px) {
  .inter-page-2-slide-2 .right-text .features-item .title {
    margin-bottom: 10px;
  }
}
.inter-page-2-slide-2 .right-text .features-item .title .number {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 40px;
  background-color: #e6eef2;
}
@media screen and (max-width: 1020px) {
  .inter-page-2-slide-2 .right-text .features-item .title .number {
    margin-right: 20px;
  }
}
.inter-page-2-slide-2 .right-text .features-item .title span {
  line-height: 1.2em;
  text-transform: uppercase;
}
.inter-page-2-slide-2 .right-text .features-item .summary {
  margin-left: 136px;
  line-height: 1.65em;
  color: #243272;
  font-family: "siyuan-heiti-Regular";
}
@media screen and (max-width: 1020px) {
  .inter-page-2-slide-2 .right-text .features-item .summary {
    margin-left: 0;
  }
}

.inter-page-2-slide-3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inter-page-2-slide-3 .big-title {
  margin-top: 120px;
  margin-bottom: 90px;
  line-height: 1;
  color: #243272;
  font-family: "Oswald-Regular";
  font-weight: bold;
}
@media screen and (max-width: 1020px) {
  .inter-page-2-slide-3 .big-title {
    margin-top: 12vw;
    margin-bottom: 9vw;
  }
}
.inter-page-2-slide-3 .step-swiper {
  width: calc(100% - 140px);
  height: 29.3vw;
}
@media screen and (max-width: 1020px) {
  .inter-page-2-slide-3 .step-swiper {
    height: 45vh;
  }
}
.inter-page-2-slide-3 .step-swiper .swiper-slide {
  width: 75.625vw;
  height: 29.3vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1020px) {
  .inter-page-2-slide-3 .step-swiper .swiper-slide {
    height: 40vh;
  }
}
.inter-page-2-slide-3 .step-swiper .swiper-slide .top-title {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.inter-page-2-slide-3 .step-swiper .swiper-slide .top-title .step {
  line-height: 1;
  color: #243272;
  font-family: "Oswald-Regular";
  margin-bottom: 45px;
}
@media screen and (max-width: 1020px) {
  .inter-page-2-slide-3 .step-swiper .swiper-slide .top-title .step {
    margin-bottom: 4vw;
  }
}
.inter-page-2-slide-3 .step-swiper .swiper-slide .top-title .title {
  line-height: 1;
  color: #243272;
  font-family: "Oswald-Regular";
  font-weight: bold;
}
@media screen and (max-width: 1020px) {
  .inter-page-2-slide-3 .step-swiper .swiper-slide .top-title {
    transform: translate(-20px, -10px);
  }
}
.inter-page-2-slide-3 .step-swiper .swiper-slide .img-part {
  width: 31.4vw;
  height: 100%;
  overflow: hidden;
  border-radius: 18px;
  position: absolute;
  top: 0;
  left: 14.6875vw;
  z-index: 1;
}
.inter-page-2-slide-3 .step-swiper .swiper-slide .img-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1020px) {
  .inter-page-2-slide-3 .step-swiper .swiper-slide .img-part {
    width: 100%;
    left: 0;
  }
}
.inter-page-2-slide-3 .step-swiper .swiper-slide .summary-part {
  margin-left: 47.65625vw;
  margin-top: auto;
  color: #243272;
  font-family: "siyuan-heiti-Regular";
  line-height: 1.6em;
}
@media screen and (max-width: 1020px) {
  .inter-page-2-slide-3 .step-swiper .swiper-slide .summary-part {
    margin-left: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4.8em;
  }
}
.inter-page-2-slide-3 .step-swiper-control {
  width: 82.5%;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  margin-bottom: 120px;
}
@media screen and (max-width: 1020px) {
  .inter-page-2-slide-3 .step-swiper-control {
    margin-top: 8vw;
    margin-bottom: 12vw;
  }
}
.inter-page-2-slide-3 .step-swiper-control .line {
  width: 100%;
  height: 2px;
  background-color: rgba(36, 50, 114, 0.2);
  position: relative;
}
.inter-page-2-slide-3 .step-swiper-control .line .line-inside {
  width: 0%;
  height: 2px;
  background-color: #243272;
  top: 0;
  left: 0;
  animation: line-width-ani 4s linear infinite;
}
@keyframes line-width-ani {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.inter-page-2-slide-3 .step-swiper-control .number {
  margin-top: 15px;
  margin-left: -0.5em;
  color: #243272;
  line-height: 1;
  font-family: "Oswald-Regular";
}

.text-img-click-slide {
  width: 100%;
  min-height: 1080px;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 1020px) {
  .text-img-click-slide {
    min-height: 125vh;
  }
}
.text-img-click-slide .w82 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1020px) {
  .text-img-click-slide .w82 {
    flex-direction: column;
    padding-bottom: 8vw;
  }
}
.text-img-click-slide .text-part {
  width: 57.1%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1020px) {
  .text-img-click-slide .text-part {
    width: 100%;
    height: 50%;
  }
}
.text-img-click-slide .text-part .slogan {
  margin-top: min(192px,10vw);
  line-height: 1;
  color: #243272;
  font-family: "siyuan-heiti-Regular";
  font-weight: bold;
  margin-bottom: min(50px,2.6vw);
}
@media screen and (max-width: 1020px) {
  .text-img-click-slide .text-part .slogan {
    margin-top: 19vw;
    margin-bottom: 5vw;
  }
}
.text-img-click-slide .text-part .title-list {
  display: flex;
  flex-direction: column;
}
.text-img-click-slide .text-part .title-list .title-item {
  margin-top: min(60px,3vw);
  line-height: 1.2em;
  font-family: "Oswald-Regular";
  color: #243272;
  font-weight: bold;
  opacity: 0.5;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1020px) {
  .text-img-click-slide .text-part .title-list .title-item {
    margin-top: 4vw;
  }
}
.text-img-click-slide .text-part .title-list .title-item::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 0%;
  height: 3px;
  background-color: #ffd200;
  transform: translateX(60%);
  transition: all 0.3s;
}
.text-img-click-slide .text-part .title-list .title-item.sp {
  opacity: 1;
}
.text-img-click-slide .text-part .title-list .title-item.sp::after {
  width: 35%;
}
.text-img-click-slide .text-part .summary-content {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.text-img-click-slide .text-part .summary-content .summary-item {
  display: none;
  line-height: 1.625em;
  color: #243272;
  font-family: "siyuan-heiti-Regular";
}
.text-img-click-slide .text-part .summary-content .summary-item.sp {
  display: block;
}
.text-img-click-slide .img-part {
  width: 38.5%;
  height: 768px;
  overflow: hidden;
  border-radius: 18px;
  position: relative;
  margin-top: 130px;
}
@media screen and (max-width: 1020px) {
  .text-img-click-slide .img-part {
    width: 100%;
    height: 50vh;
    margin-top: 8vw;
  }
}
.text-img-click-slide .img-part .img-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.3s;
}
.text-img-click-slide .img-part .img-item.sp {
  opacity: 1;
}
.text-img-click-slide.type-2 .text-part .title-list .title-item {
  font-weight: normal;
}
.text-img-click-slide.white {
  background-color: #fff;
}
.text-img-click-slide.white .page-trims-8 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.text-img-click-slide.white .w82 {
  position: relative;
  z-index: 2;
}

.global-map-content {
  width: 100%;
  margin-bottom: 140px;
}
@media screen and (max-width: 1020px) {
  .global-map-content {
    margin-bottom: 14vw;
  }
}
.global-map-content .w82 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.global-map-content .big-title {
  margin-top: 120px;
  line-height: 1;
  color: #fff;
  font-family: "Oswald-Regular";
  text-align: center;
}
@media screen and (max-width: 1020px) {
  .global-map-content .big-title {
    margin-top: 12vw;
  }
}
.global-map-content .show-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 7.6vw;
}
@media screen and (max-width: 1020px) {
  .global-map-content .show-main {
    flex-direction: column;
  }
}
.global-map-content .show-main .map-content {
  width: 60.67vw;
  aspect-ratio: 1.78;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 1020px) {
  .global-map-content .show-main .map-content {
    width: 100%;
  }
}
.global-map-content .show-main .map-content .map {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.global-map-content .show-main .map-content .point {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 18px;
  height: 18px;
}
.global-map-content .show-main .map-content .point .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  opacity: 1;
  transition: all 0.3s;
  border-radius: 50%;
  border: 4px solid #ffd200;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 2;
}
.global-map-content .show-main .map-content .point .position-name {
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  bottom: 115px;
  left: 47px;
  z-index: 2;
  font-size: 34px;
  color: #fff;
  background-color: #ffd200;
  padding: 9px 15px;
  text-align: center;
  border-radius: 15px;
  opacity: 0;
  transition: all 0.3s;
  width: fit-content;
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
}
.global-map-content .show-main .map-content .point .position-name::after {
  position: absolute;
  content: "";
  left: -38px;
  top: 75%;
  width: 1px;
  height: 120px;
  background-color: #ffd200;
}
.global-map-content .show-main .map-content .point .position-name::before {
  position: absolute;
  content: "";
  left: -38px;
  top: 75%;
  width: 60px;
  height: 1px;
  background-color: #ffd200;
  transform: rotate(335deg);
  transform-origin: 0% 50%;
}
@media screen and (max-width: 1020px) {
  .global-map-content .show-main .map-content .point .position-name {
    bottom: 200%;
    font-size: 16px;
  }
  .global-map-content .show-main .map-content .point .position-name::after {
    height: 35px;
  }
}
.global-map-content .show-main .map-content .point .circle-breath {
  background: #ffd200;
  box-shadow: 0 0 0 0 rgb(255, 210, 0);
  height: 18px;
  width: 18px;
  border-radius: 50%;
  animation: donghua 2.4s infinite;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.global-map-content .show-main .map-content .point .circle-breath::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffd200;
  box-shadow: 0 0 0 0 rgb(255, 210, 0);
  height: 18px;
  width: 18px;
  border-radius: 50%;
  animation: donghua 2.4s infinite;
  animation-delay: 0.5s;
  opacity: 0.8;
}
@keyframes donghua {
  0% {
    transform: scale(0.6);
    /* 注意rgba中的a的设置 */
    box-shadow: 0 0 0 0 rgba(255, 210, 0, 0.6);
  }
  60% {
    transform: scale(1);
    box-shadow: 0 0 0 18px rgba(255, 210, 0, 0);
  }
  100% {
    transform: scale(0.6);
    box-shadow: 0 0 0 0 rgba(255, 210, 0, 0);
  }
}
.global-map-content .show-main .map-content .point.sp .icon {
  opacity: 0;
}
.global-map-content .show-main .map-content .point.sp .position-name {
  opacity: 1;
  pointer-events: all;
}
.global-map-content .show-main .map-content .point.sp .circle-breath {
  opacity: 1;
  pointer-events: all;
}
.global-map-content .show-main .map-content .point.address-1 {
  left: 24.8%;
  top: 46.3%;
}
.global-map-content .show-main .map-content .point.address-2 {
  left: 25.5%;
  top: 42.2%;
}
.global-map-content .show-main .map-content .point.address-3 {
  left: 45.5%;
  top: 34.3%;
}
.global-map-content .show-main .map-content .point.address-4 {
  left: 49.3%;
  top: 36%;
}
.global-map-content .show-main .map-content .point.address-5 {
  left: 49.3%;
  top: 31.3%;
}
.global-map-content .show-main .map-content .point.address-6 {
  left: 52.4%;
  top: 34.2%;
}
.global-map-content .show-main .map-content .point.address-7 {
  left: 52.8%;
  top: 33.5%;
}
.global-map-content .show-main .map-content .point.address-8 {
  left: 70.1%;
  top: 52.1%;
}
.global-map-content .show-main .map-content .point.address-9 {
  left: 75.5%;
  top: 55.1%;
}
.global-map-content .show-main .map-content .point.address-10 {
  left: 80.4%;
  top: 62.4%;
}
.global-map-content .show-main .map-content .point.address-11 {
  left: 84.3%;
  top: 43.8%;
}
.global-map-content .show-main .map-content .point.address-12 {
  left: 85.8%;
  top: 40.4%;
}
@media screen and (max-width: 1020px) {
  .global-map-content .show-main .map-content .point:nth-of-type(n + 6) .position-name {
    left: unset;
    right: 47px;
  }
  .global-map-content .show-main .map-content .point:nth-of-type(n + 6) .position-name::after {
    right: -38px;
    left: unset;
  }
  .global-map-content .show-main .map-content .point:nth-of-type(n + 6) .position-name::before {
    left: unset;
    right: -38px;
    top: 50%;
    background-color: #ffd200;
    transform: rotate(10deg);
  }
}
.global-map-content .show-main .text-content {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 1020px) {
  .global-map-content .show-main .text-content {
    margin-top: 16vw;
  }
}
.global-map-content .show-main .text-content .title {
  line-height: 1;
  color: #fff;
  font-family: "Oswald-Regular";
  position: relative;
  margin-bottom: 36px;
}
.global-map-content .show-main .text-content .title .icon {
  color: #fff;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-35%);
  z-index: -1;
  font-size: 150px;
}
@media screen and (max-width: 1020px) {
  .global-map-content .show-main .text-content .title {
    margin-bottom: 3.6vw;
  }
}
.global-map-content .show-main .text-content .long-title {
  line-height: 1;
  color: #fff;
  font-family: "Oswald-Regular";
  opacity: 0.6;
  margin-bottom: 56px;
}
@media screen and (max-width: 1020px) {
  .global-map-content .show-main .text-content .long-title {
    margin-bottom: 5.6vw;
  }
}
.global-map-content .show-main .text-content .email {
  width: fit-content;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 23px 16px;
  box-sizing: border-box;
  border: 1px solid #fff;
  color: #fff;
  font-family: "siyuan-heiti-Regular";
  border-radius: 25px;
  margin-bottom: 6vw;
}

.festivals-content-slide {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1020px) {
  .festivals-content-slide {
    margin-bottom: 12vw;
  }
}
.festivals-content-slide .w92 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.festivals-content-slide .big-title {
  line-height: 1;
  color: #243272;
  font-family: "Oswald-Regular";
  text-align: center;
}
@media screen and (max-width: 1020px) {
  .festivals-content-slide .big-title {
    margin-bottom: 6vw;
  }
}
.festivals-content-slide .festivals-content {
  width: 100%;
  height: 50vw;
  padding: 0px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.festivals-content-slide .festivals-content .festivals-item {
  width: 100%;
  height: 32vw;
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(0);
  cursor: pointer;
}
.festivals-content-slide .festivals-content .festivals-item .text-part {
  width: 56%;
  height: 100%;
  padding-left: 90px;
  padding-right: 60px;
  padding-top: 3.125vw;
  padding-bottom: 3.125vw;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.festivals-content-slide .festivals-content .festivals-item .text-part .title {
  line-height: 1.25em;
  max-height: 2.5em;
  overflow: hidden;
  color: #243272;
  font-family: "Oswald-Regular";
  margin-bottom: 2vw;
  font-weight: bold;
  width: 80%;
  flex-shrink: 0;
}
.festivals-content-slide .festivals-content .festivals-item .text-part .summary {
  color: #243272;
  font-family: "siyuan-heiti-Regular";
  line-height: 1.625em;
  height: 16.25em;
  overflow: auto;
  margin-right: 2em;
}
@media screen and (max-width: 1520px) {
  .festivals-content-slide .festivals-content .festivals-item .text-part .summary {
    height: 9.75em;
  }
}
@media screen and (max-width: 1020px) {
  .festivals-content-slide .festivals-content .festivals-item .text-part .summary {
    height: max-content;
    margin-right: 0;
  }
}
.festivals-content-slide .festivals-content .festivals-item .text-part .summary::-webkit-scrollbar {
  width: 2px;
}
.festivals-content-slide .festivals-content .festivals-item .text-part .summary::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: #243272;
}
.festivals-content-slide .festivals-content .festivals-item .img-part {
  width: 44%;
  height: 100%;
  overflow: hidden;
}
.festivals-content-slide .festivals-content .festivals-item .img-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
}
.festivals-content-slide .festivals-content .festivals-item .flag-content {
  position: absolute;
  top: 0;
  left: 5%;
  transform: translateY(-30%);
  width: 45px;
  height: 45px;
  overflow: hidden;
}
.festivals-content-slide .festivals-content .festivals-item .flag-content img {
  filter: drop-shadow(80px 0 #a81f1f);
  transform: translateX(-80px);
  width: 100%;
  object-fit: contain;
}
.festivals-content-slide .festivals-content .festivals-item:first-of-type {
  transform: translateY(0);
}
.festivals-content-slide .festivals-content .festivals-item:nth-child(1n) {
  background-color: #ffd200;
}
.festivals-content-slide .festivals-content .festivals-item:nth-child(2n) {
  background-color: #cecece;
}
.festivals-content-slide .festivals-content .festivals-item:nth-child(3n) {
  background-color: #0f1e64;
}
.festivals-content-slide .festivals-content .festivals-item:nth-child(3n) .text-part .title {
  color: #fff;
}
.festivals-content-slide .festivals-content .festivals-item:nth-child(3n) .text-part .summary {
  color: #fff;
}
.festivals-content-slide .festivals-content .festivals-item:nth-child(4n) {
  background-color: #f5f5f5;
}
.festivals-content-slide .festivals-content .festivals-item:nth-child(5n) {
  background-color: #a6b5e8;
}
.festivals-content-slide .festivals-content .festivals-item.sp {
  z-index: 20;
}
@media screen and (max-width: 1020px) {
  .festivals-content-slide .festivals-content {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .festivals-content-slide .festivals-content .festivals-item {
    height: 70vw;
    position: relative;
    transform: translateY(0);
    top: unset;
    display: flex;
    flex-direction: column;
    margin-bottom: 6vw;
  }
  .festivals-content-slide .festivals-content .festivals-item .text-part {
    width: 100%;
    height: 50%;
    padding: 25px;
  }
  .festivals-content-slide .festivals-content .festivals-item .img-part {
    width: 100%;
    height: 50%;
  }
}
@media screen and (max-width: 1020px) and (max-width: 660px) {
  .festivals-content-slide .festivals-content .festivals-item {
    height: 120vw;
  }
}

.courses-slide {
  width: 100%;
  height: 950px;
  position: relative;
}
.courses-slide .w82 {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.courses-slide .text-part {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-right: 15px;
  box-sizing: border-box;
}
.courses-slide .text-part .big-title {
  line-height: 1.25em;
  color: #fff;
  font-family: "Oswald-Regular";
  margin-bottom: 50px;
  overflow: hidden;
}
.courses-slide .text-part .big-title.fs80 {
  font-size: 3.84vw;
}
@media screen and (max-width: 1020px) {
  .courses-slide .text-part .big-title.fs80 {
    font-size: 8vw;
  }
}
.courses-slide .text-part .summary {
  font-family: "siyuan-heiti-Regular";
  line-height: 1.6em;
  color: #fff;
  margin-bottom: 80px;
}
.courses-slide .text-part .courses-list {
  display: flex;
  flex-direction: column;
}
.courses-slide .text-part .courses-list .courses-item {
  line-height: 1;
  color: #fff;
  font-family: "Oswald-Regular";
  margin-bottom: 38px;
  width: fit-content;
  position: relative;
  cursor: pointer;
}
.courses-slide .text-part .courses-list .courses-item span {
  opacity: 0.6;
}
.courses-slide .text-part .courses-list .courses-item.sp span {
  opacity: 1;
}
.courses-slide .text-part .courses-list .courses-item::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  content: "";
  transition: all 0.3s;
}
.courses-slide .text-part .courses-list .courses-item.sp::after {
  width: 100%;
}
.courses-slide .text-part .courses-list .courses-item:hover::after {
  width: 100%;
}
.courses-slide .courses-item-main {
  width: 45%;
  height: 773px;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.8980392157);
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.courses-slide .courses-item-main .inside {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: 1;
  opacity: 0;
}
.courses-slide .courses-item-main .inside.sp {
  z-index: 2;
  opacity: 1;
}
.courses-slide .courses-item-main .inside {
  display: flex;
  flex-direction: column;
  padding: 0 32px;
  box-sizing: border-box;
}
.courses-slide .courses-item-main .icon {
  margin-top: 100px;
  margin-bottom: 40px;
  flex-shrink: 0;
  width: 80px;
  height: 85px;
}
.courses-slide .courses-item-main .title {
  line-height: 1;
  color: #243272;
  font-family: "Oswald-Regular";
  flex-shrink: 0;
}
.courses-slide .courses-item-main .trims-line {
  width: 100%;
  height: 2px;
  background-color: #243272;
  opacity: 0.1;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1020px) {
  .courses-slide .courses-item-main .trims-line {
    margin-top: 4vw;
    margin-bottom: 2vw;
  }
}
.courses-slide .courses-item-main .list {
  display: flex;
  flex-direction: column;
}
.courses-slide .courses-item-main .list .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
  flex-shrink: 0;
}
.courses-slide .courses-item-main .list .list-item .number {
  line-height: 1;
  color: #ffd200;
  font-family: "Oswald-Regular";
  margin-right: 30px;
}
.courses-slide .courses-item-main .list .list-item .content {
  line-height: 1.285em;
  font-family: "Oswald-Regular";
  max-height: 2.57em;
  overflow: hidden;
  color: #243272;
}
.courses-slide .bg-img-part {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.courses-slide .bg-img-part::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
  background-color: #243272;
  opacity: 0.6;
}
.courses-slide .bg-img-part img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media screen and (max-width: 1020px) {
  .courses-slide {
    height: auto;
  }
  .courses-slide .w82 {
    height: auto;
    flex-direction: column;
    padding-bottom: 70px;
  }
  .courses-slide .w82 .text-part {
    width: 100%;
  }
  .courses-slide .w82 .text-part .big-title {
    margin-top: 7vw;
    margin-bottom: 5vw;
  }
  .courses-slide .w82 .text-part .summary {
    margin-bottom: 8vw;
  }
  .courses-slide .w82 .text-part .courses-list .courses-item {
    margin-bottom: 3.8vw;
  }
  .courses-slide .w82 .courses-item-main {
    width: 100%;
    height: unset;
    min-height: 110vw;
    padding-bottom: 30px;
  }
  .courses-slide .w82 .courses-item-main .icon {
    margin-top: 10vw;
    margin-bottom: 4vw;
  }
  .courses-slide .w82 .courses-item-main .list .list-item {
    margin-bottom: 5.5vw;
  }
}

.join-slide-1 {
  width: 100%;
  height: calc(100vh - 112px);
  position: relative;
  overflow: hidden;
}
.join-slide-1 .slogan {
  line-height: 1.2em;
  font-family: "Oswald-Regular";
  color: #243272;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2000;
  width: 90%;
  user-select: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}
.join-slide-1 .slogan .play-button {
  width: 192px;
  height: 64px;
  margin-top: 80px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 28px;
  background-color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
  transform: translateY(100vh);
  opacity: 0;
  cursor: pointer;
}
.join-slide-1 .slogan .play-button span {
  line-height: 1;
  font-family: "siyuan-heiti-Regular";
  color: #fff;
}
.join-slide-1 .slogan .play-button img {
  flex-shrink: 0;
}
.join-slide-1 .img-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.join-slide-1 .img-content .img-item-join {
  position: absolute;
  z-index: 1;
  width: fit-content;
  height: fit-content;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 1020px) {
  .join-slide-1 .img-content .img-item-join {
    width: 35vw;
    height: auto;
  }
}
.join-slide-1 .img-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.join-slide-1 .video-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  opacity: 0;
}
.join-slide-1 .video-img .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: #243272;
  opacity: 0.5;
  transition: all 0.3s;
}
.join-slide-1 .video-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s;
}
.join-slide-1 .video-img .video-main {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  background-color: #000;
}
.join-slide-1.sp .slogan {
  color: #fff;
}
.join-slide-1.sp .slogan .play-button {
  transform: translateY(0vh);
  opacity: 1;
}
.join-slide-1.sp .video-img {
  opacity: 1;
}
.join-slide-1.play .slogan {
  opacity: 0;
  pointer-events: none;
}
.join-slide-1.play .video-img .filter {
  opacity: 0;
}
.join-slide-1.play .video-img img {
  opacity: 0;
}
.join-slide-1.play .video-img .video-main {
  opacity: 1;
  z-index: 3;
}

.join-slide-2 {
  width: 100%;
  height: auto;
  padding-bottom: 55px;
  background-color: #fff;
}
.join-slide-2 .w82 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1020px) {
  .join-slide-2 .w82 {
    flex-direction: column;
  }
}
.join-slide-2 .left-title {
  margin-top: 140px;
  line-height: 1;
  font-weight: bold;
  font-family: "Oswald-Regular";
  color: #243272;
}
@media screen and (max-width: 1020px) {
  .join-slide-2 .left-title {
    margin-top: 14vw;
  }
}
.join-slide-2 .right-summary {
  margin-top: 140px;
  line-height: 1.625em;
  font-family: "siyuan-heiti-Regular";
  color: #243272;
  width: 28em;
}
@media screen and (max-width: 1020px) {
  .join-slide-2 .right-summary {
    margin-top: 6vw;
    width: 100%;
  }
}
.join-slide-2 .team-swiper {
  width: 100%;
  height: 494px;
  margin-top: 85px;
}
@media screen and (max-width: 1020px) {
  .join-slide-2 .team-swiper {
    height: 360px;
  }
}
.join-slide-2 .team-swiper .swiper-slide {
  width: 720px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1020px) {
  .join-slide-2 .team-swiper .swiper-slide {
    width: 420px;
  }
}
.join-slide-2 .team-swiper .swiper-slide .left-text {
  width: 44%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #cecece;
  border-radius: 158px;
  padding: 0 30px;
  box-sizing: border-box;
}
.join-slide-2 .team-swiper .swiper-slide .left-text .index {
  color: #243272;
  font-family: "Oswald-Regular";
  line-height: 1;
  margin-top: 55%;
}
.join-slide-2 .team-swiper .swiper-slide .left-text .title {
  color: #243272;
  font-family: "Oswald-Regular";
  line-height: 1;
  margin-top: 20%;
}
.join-slide-2 .team-swiper .swiper-slide .left-text .summary {
  color: #243272;
  font-family: "siyuan-heiti-Regular";
  line-height: 1.6em;
  box-sizing: border-box;
  padding-right: 0.7em;
  height: 6.4em;
  overflow: auto;
  margin-top: 10%;
}
@media screen and (max-width: 1020px) {
  .join-slide-2 .team-swiper .swiper-slide .left-text .summary {
    height: 9.6em;
  }
}
.join-slide-2 .team-swiper .swiper-slide .left-text .summary::-webkit-scrollbar {
  width: 2px;
}
.join-slide-2 .team-swiper .swiper-slide .left-text .summary::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: #243272;
}
.join-slide-2 .team-swiper .swiper-slide .right-img {
  width: 44%;
  height: 100%;
  border-radius: 158px;
  overflow: hidden;
}
.join-slide-2 .team-swiper .swiper-slide .right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join-slide-2 .team-swiper .swiper-slide:nth-child(2n) .left-text {
  background-color: #0f1e64;
}
.join-slide-2 .team-swiper .swiper-slide:nth-child(2n) .left-text .index {
  color: #fff;
}
.join-slide-2 .team-swiper .swiper-slide:nth-child(2n) .left-text .title {
  color: #fff;
}
.join-slide-2 .team-swiper .swiper-slide:nth-child(2n) .left-text .summary {
  color: #fff;
}
.join-slide-2 .team-swiper .swiper-slide:nth-child(2n) .left-text .summary::-webkit-scrollbar {
  width: 2px;
}
.join-slide-2 .team-swiper .swiper-slide:nth-child(2n) .left-text .summary::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: #fff;
}
.join-slide-2 .team-swiper .swiper-slide:nth-child(3n) .left-text {
  background-color: #a6b5e8;
}
.join-slide-2 .team-swiper .swiper-slide:nth-child(3n) .left-text .summary {
  color: #fff;
}
.join-slide-2 .team-swiper .swiper-slide:nth-child(3n) .left-text .summary::-webkit-scrollbar {
  width: 2px;
}
.join-slide-2 .team-swiper .swiper-slide:nth-child(3n) .left-text .summary::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: #a6b5e8;
}

.join-slide-3 {
  width: 100%;
}
.join-slide-3 .w82 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.join-slide-3 .big-title {
  line-height: 1;
  font-weight: bold;
  font-family: "Oswald-Regular";
  color: #243272;
  margin-top: 115px;
  margin-right: auto;
}
@media screen and (max-width: 1020px) {
  .join-slide-3 .big-title {
    margin-top: 12vw;
  }
}
.join-slide-3 .not-show-info {
  height: 15vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0f1e64;
  font-family: "Oswald-Regular";
}
.join-slide-3 .requirement-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.join-slide-3 .requirement-list .requirement-list-item {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-top: 1px solid #fff;
}
.join-slide-3 .requirement-list .requirement-list-item .normal-show {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}
.join-slide-3 .requirement-list .requirement-list-item .normal-show .text-block {
  width: 25%;
  height: 100%;
  line-height: 1.2em;
  color: #243272;
  font-family: "Oswald-Regular";
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.join-slide-3 .requirement-list .requirement-list-item .normal-show .text-block:first-of-type {
  padding-left: 40px;
  justify-content: flex-start;
  text-align: left;
}
@media screen and (max-width: 1020px) {
  .join-slide-3 .requirement-list .requirement-list-item .normal-show .text-block:first-of-type {
    padding-left: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 1020px) {
  .join-slide-3 .requirement-list .requirement-list-item .normal-show .text-block {
    text-align: center;
  }
}
.join-slide-3 .requirement-list .requirement-list-item .normal-hide {
  width: 100%;
  height: fit-content;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 40px 30px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.join-slide-3 .requirement-list .requirement-list-item .normal-hide .title {
  line-height: 1;
  color: #243272;
  font-family: "Oswald-Regular";
  margin-top: 23px;
  margin-bottom: 30px;
}
.join-slide-3 .requirement-list .requirement-list-item .normal-hide .content {
  line-height: 2.25em;
  color: #243272;
  font-family: "siyuan-heiti-Regular";
}
.join-slide-3 .requirement-list .requirement-list-item .normal-hide .trims {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 60px;
  margin-bottom: 30px;
}
.join-slide-3 .requirement-list .requirement-list-item .normal-hide .trims img {
  margin-bottom: 30px;
}
.join-slide-3 .requirement-list .requirement-list-item .normal-hide .trims span {
  line-height: 1;
  opacity: 0.6;
  color: #243272;
  font-family: "siyuan-heiti-Regular";
}
.join-slide-3 .requirement-list .requirement-list-item.top-info {
  border-top: 0px;
  height: 90px;
}
.join-slide-3 .requirement-list .requirement-list-item.top-info .requirement-list-item {
  height: 90px;
}
.join-slide-3 .requirement-list .requirement-list-item.top-info .normal-show .text-block {
  font-weight: bold;
}
.join-slide-3 .requirement-list .requirement-list-item.test {
  height: auto;
  overflow: visible;
}
@media screen and (max-width: 1020px) {
  .join-slide-3 .requirement-list .requirement-list-item .fs26 {
    font-size: 16px;
  }
}
.join-slide-3 .page-choice {
  width: fit-content;
  margin-top: max(110px,5.8vw);
  margin-bottom: max(160px,8.3vw);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1020px) {
  .join-slide-3 .page-choice {
    margin-top: 14vw;
    margin-bottom: 18vw;
  }
}
.join-slide-3 .page-choice .circle {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
@media screen and (max-width: 660px) {
  .join-slide-3 .page-choice .circle {
    width: 40px;
    height: 40px;
  }
}
.join-slide-3 .page-choice .circle img {
  width: 37.5%;
  height: 37.5%;
  object-fit: contain;
  filter: drop-shadow(80px 0 #fff);
  transform: translateX(-80px);
}
.join-slide-3 .page-choice .circle:hover {
  outline: 1px solid rgba(0, 0, 0, 0);
  background-color: #0f1e64;
}
.join-slide-3 .page-choice .click-text {
  font-family: "Oswald-Regular";
  color: #243272;
  line-height: 1;
  margin: 0 22px;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s;
}
.join-slide-3 .page-choice .click-text:hover {
  opacity: 1;
}
.join-slide-3 .page-choice span {
  font-family: "Oswald-Regular";
  color: #243272;
  line-height: 1;
  margin: 0 22px;
}
.join-slide-3 .page-choice .prev {
  transform: rotate(180deg);
}

.poster-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 112px;
  padding-top: 65px;
  padding-bottom: 65px;
}
.poster-main img {
  width: 65%;
  object-fit: contain;
}
@media screen and (max-width: 1020px) {
  .poster-main {
    margin-top: 80px;
  }
}/*# sourceMappingURL=style.css.map */