@charset "UTF-8";
.index .swiper {
  width: 100%;
  height: 878px; }
  .index .swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .index .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0; }
  .index .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1; }

.index .our-team {
    background-color: #F9FAFF;
    padding: 104px 0;
    padding-bottom: 72px; }
    .index .our-team .our-team-box {
      position: relative;
      max-width: 1460px;
      margin: 0 auto; }
    .index .our-team .team-title {
      font-size: 48px;
      font-weight: 700;
      max-width: 1400px;
      margin: 0 auto 80px;
      opacity: 0;
      transform: translateY(40px);
      transition: all .8s ease; }
    .index .our-team .team-swiper {
      overflow: hidden;
      position: relative;
      max-width: 1400px;
      margin: 0 auto; }
    .index .our-team .navigation {
      position: absolute;
      z-index: 9;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer; }
      .index .our-team .navigation img {
        transition: .3s; }
      .index .our-team .navigation:hover img {
        transform: scale(1.1); }
      .index .our-team .navigation.team-swiper-left {
        left: -40px; }
      .index .our-team .navigation.team-swiper-right {
        right: -40px; }
    .index .our-team .team-lists {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 36px; }
      .index .our-team .team-lists .team-item {
        background-color: #fff;
        padding: 8px;
        border-radius: 220px 220px 0 0;
        opacity: 0;
        transform: translateY(60px);
        transition: transform .6s ease, opacity .6s ease, box-shadow .3s ease; }
        .index .our-team .team-lists .team-item:hover {
          transform: translateY(-3px);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); }
        .index .our-team .team-lists .team-item .name {
          margin-top: 32px;
          font-size: 24px;
          color: #1a1a1a;
          text-align: center; }
        .index .our-team .team-lists .team-item .span {
          width:220px;
          text-align: center;
          margin-top: 5px;
          color: #999;
          font-size: 16px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 5; }
        .index .our-team .team-lists .team-item .avatar {
          width: 220px;
          height: 220px;
          position: relative;
          margin: 8px auto 0;
          overflow: hidden; }
          .index .our-team .team-lists .team-item .avatar img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            transition: transform .4s; }
          .index .our-team .team-lists .team-item .avatar .label {
            position: absolute;
            height: 37px;
            text-align: center;
            line-height: 37px;
            color: #252726;
            border-radius: 60px;
            font-size: 16px;
            background-color: #99E5FF;
            left: 30px;
            right: 30px;
            bottom: 0;
            font-weight: 100;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
    .index .our-team .moresee {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 192px;
      height: 52px;
      background: #252726;
      border-radius: 34px;
      margin: 72px auto 0;
      transition: .3s; }
      .index .our-team .moresee span {
        font-weight: 600;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 29px;
        margin-right: 16px; }
      .index .our-team .moresee img {
        transition: .3s; }
      .index .our-team .moresee:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); }
      .index .our-team .moresee:hover img {
        transform: translateX(6px); }
  .index .our-team.show .team-title {
    opacity: 1;
    transform: translateY(0); }
  .index .our-team.show .team-item {
    opacity: 1;
    transform: translateY(0); }
  .index .our-team.show .team-item:nth-child(1) {
    transition-delay: .1s; }
  .index .our-team.show .team-item:nth-child(2) {
    transition-delay: .2s; }
  .index .our-team.show .team-item:nth-child(3) {
    transition-delay: .3s; }
  .index .our-team.show .team-item:nth-child(4) {
    transition-delay: .4s; }
  .index .our-team.show .team-item:nth-child(5) {
    transition-delay: .5s; }

.index .our-core-strengths {
  padding: 110px 0;
  position: relative;
  /* 模块进入动画 */
  opacity: 0;
  transform: translateY(60px);
  transition: all .9s ease;
  /* stagger 动画 */ }
  .index .our-core-strengths.show {
    opacity: 1;
    transform: translateY(0); }
  .index .our-core-strengths .strengths-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 80px;
    text-align: center;
    opacity: 0;
    transform: translateY(40px);
    transition: all .7s ease; }
  .index .our-core-strengths.show .strengths-title {
    opacity: 1;
    transform: translateY(0); }
  .index .our-core-strengths .our-core-strengths-menu {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .index .our-core-strengths .our-core-strengths-menu .shu {
      height: 180px;
      width: 1px;
      background: #D8D8D8;
      opacity: 0;
      transform: scaleY(0.5);
      transition: all .6s ease; }
    .index .our-core-strengths .our-core-strengths-menu .menu-item {
      width: 400px;
      text-align: center;
      padding: 20px;
      border-radius: 16px;
      transition: all .35s ease;
      opacity: 0;
      transform: translateY(40px); }
      .index .our-core-strengths .our-core-strengths-menu .menu-item img {
        width: 100px;
        height: 100px;
        margin: auto;
        transition: all .4s ease; }
      .index .our-core-strengths .our-core-strengths-menu .menu-item .title {
        font-size: 30px;
        font-weight: 700;
        margin-top: 56px;
        transition: color .3s; }
      .index .our-core-strengths .our-core-strengths-menu .menu-item .span {
        font-size: 18px;
        color: #999;
        margin-top: 24px;
        line-height: 28px; }
      .index .our-core-strengths .our-core-strengths-menu .menu-item:hover {
        transform: translateY(-10px);
        background: #fff;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); }
      .index .our-core-strengths .our-core-strengths-menu .menu-item:hover img {
        transform: translateY(-6px) scale(1.1); }
  .index .our-core-strengths.show .menu-item:nth-child(1) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .1s; }
  .index .our-core-strengths.show .menu-item:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .25s; }
  .index .our-core-strengths.show .menu-item:nth-child(5) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .4s; }
  .index .our-core-strengths.show .shu {
    opacity: 1;
    transform: scaleY(1); }

.index .our-core-values {
  display: flex;
  justify-content: space-between;
  margin: 120px auto; }
  .index .our-core-values .left {
    font-size: 60px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(40px);
    transition: all .8s ease; }
  .index .our-core-values .right {
    width: 920px;
    opacity: 0;
    transform: translateY(40px);
    transition: all .8s ease .2s; }
    .index .our-core-values .right .text {
      font-size: 20px;
      color: #999;
      line-height: 1.8; }
    .index .our-core-values .right .right-menu {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 75px; }
      .index .our-core-values .right .right-menu .menu-item {
        width: 144px;
        text-align: center;
        transition: all .3s; }
        .index .our-core-values .right .right-menu .menu-item:hover {
          transform: translateY(-6px) scale(1.05); }
        .index .our-core-values .right .right-menu .menu-item .num {
          font-size: 52px;
          font-weight: 700;
          color: #222;
          transition: all .3s; }
          .index .our-core-values .right .right-menu .menu-item .num span {
            font-size: 32px; }
        .index .our-core-values .right .right-menu .menu-item .title {
          font-size: 16px;
          color: #666;
          margin-top: 6px; }
  .index .our-core-values.show .left,
  .index .our-core-values.show .right {
    opacity: 1;
    transform: translateY(0); }

.index .development-history {
  padding: 120px 0;
  background: rgba(153, 229, 255, 0.12);
  overflow: hidden;
  position: relative; }
  .index .development-history .history-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 80px;
    text-align: center;
    position: relative; }
    .index .development-history .history-title::after {
      content: '';
      width: 100px;
      height: 20px;
      border-radius: 60px;
      background-color: #99E5FF;
      position: absolute;
      top: 38px;
      left: 50%;
      z-index: -1;
      transform: translateX(-50%); }
  .index .development-history .timeline-wrapper {
    overflow: hidden;
    width: 100%; }
  .index .development-history .history-timeline {
    position: relative;
    white-space: nowrap;
    padding-bottom: 40px;
    animation: scroll 30s linear infinite; }
   /** .index .development-history .history-timeline::before {
      content: '';
      position: absolute;
      top: 46px;
      left: -42px;
      right: 0;
      height: 2px;
      background-color: rgba(213, 231, 237, 0.7); } */
    .index .development-history .history-timeline:hover {
      animation-play-state: paused; }
    .index .development-history .history-timeline .year-item {
      width: 380px;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin-left: 36px; }
      .index .development-history .history-timeline .year-item::before{
             position: absolute;
content: '';
top: 46px;
left: -42px;
right: 0;
background:  rgba(213, 231, 237, 0.7);;
height: 2px;

}
      .index .development-history .history-timeline .year-item:nth-child(1) {
        margin-left: 70px; }
      .index .development-history .history-timeline .year-item .year {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
        padding-left: 36px; }
      .index .development-history .history-timeline .year-item .dot {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 32px;
        left: calc(16px + 33px);
        z-index: 3; }
      .index .development-history .history-timeline .year-item .line {
        width: 2px;
        position: absolute;
        left: calc(32px + 32px);
        top: 36px;
        background-color: #4FD2FF;
        bottom: 30px;
        z-index: 2; }
      .index .development-history .history-timeline .year-item .events {
        margin-top: 70px;
        padding: 20px;
        background: linear-gradient(180deg, rgba(227, 248, 255, 0.72) 3%, rgba(255, 255, 255, 0.72) 100%);
        border-radius: 10px;
        border: 2px solid rgba(255, 255, 255, 0.5); }
        .index .development-history .history-timeline .year-item .events .event {
          display: flex;
          align-items: center;
          margin-bottom: 12px;
          font-size: 14px; }
          .index .development-history .history-timeline .year-item .events .event:last-child {
            margin-bottom: 0; }
          .index .development-history .history-timeline .year-item .events .event .month {
            font-weight: 500;
            color: #555555;
            width: 30px; }
          .index .development-history .history-timeline .year-item .events .event .event-dot {
            width: 18px;
            height: 18px;
            margin: 0 5px;
            position: relative;
            z-index: 3; }
          .index .development-history .history-timeline .year-item .events .event .desc {
            flex: 1;
            color: #555555;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }

@keyframes scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }

.uw-seminars {
  padding-top: 96px;
  padding-bottom: 104px;
  max-width: 1400px;
  margin: 0 auto;
  /* 整体进入动画 */
  opacity: 0;
  transform: translateY(60px);
  transition: all .9s ease; }
  .uw-seminars.show {
    opacity: 1;
    transform: translateY(0); }
  .uw-seminars-top {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .uw-seminars-top h1 {
      font-weight: 700;
      font-size: 60px;
      color: #1A1A1A;
      line-height: 60px; }
    .uw-seminars-top .menu {
      display: flex;
      align-items: center;
      position: relative;
      justify-content: center;
      width: 332px;
      height: 60px;
      background: #252726;
      border-radius: 30px 30px 30px 30px;
      padding: 6px; }
      .uw-seminars-top .menu .item {
        flex: 1;
        font-weight: 500;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 32px;
        text-align: center;
        position: relative;
        z-index: 10;
        cursor: pointer; }
        .uw-seminars-top .menu .item.active {
          color: #252726; }
      .uw-seminars-top .menu .huankuan {
        background: #99E5FF;
        border-radius: 30px;
       line-height: 48px;
        width: 160px;
        height: 48px;
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1); }
  .uw-seminars-menu {
    margin-top: 88px; }
    .uw-seminars-menu .item {
      display: flex;
      gap: 48px;
      padding: 40px 0;
      position: relative;
      transition: all .35s ease;
      /* 分隔线 */ }
      .uw-seminars-menu .item::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #eee; }
      .uw-seminars-menu .item:hover {
        transform: translateY(-6px); }
      .uw-seminars-menu .item img {
        width: 400px;
        height: 266px;
        border-radius: 16px;
        object-fit: cover;
        transition: transform .5s ease; }
      .uw-seminars-menu .item:hover img {
        transform: scale(1.05); }
      .uw-seminars-menu .item .in {
        flex: 1;
        min-width: 0;
        padding: 27px 0; }
        .uw-seminars-menu .item .in h3 {
          font-weight: 600;
          font-size: 28px;
          color: #1A1A1A;
          line-height: 36px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          margin-bottom: 32px;
          transition: color .3s ease; }
        .uw-seminars-menu .item .in p {
          font-weight: 400;
          font-size: 18px;
          color: #999999;
          line-height: 24px;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        .uw-seminars-menu .item .in .more {
          display: inline-flex;
          align-items: center;
          margin-top: 48px;
          cursor: pointer; }
          .uw-seminars-menu .item .in .more span {
            font-weight: 500;
            font-size: 18px;
            color: #444444;
            line-height: 24px;
            transition: color .3s ease; }
          .uw-seminars-menu .item .in .more img {
            width: 20px;
            height: 20px;
            margin-left: 6px;
            transition: transform .35s ease; }
          .uw-seminars-menu .item .in .more:hover img {
            transform: translateX(6px); }

.uw-institutes-width {
  position: relative;
  background-color: #fff; }
  .uw-institutes-width::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 384px;
    background: linear-gradient(180deg, #FFFFFF 0%, #F7FCFF 100%);
    border-radius: 0px 0px 0px 0px; }

.uw-institutes {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  opacity: 0;
  transform: translateY(60px);
  transition: all 1s ease; }
  .uw-institutes.show {
    opacity: 1;
    transform: translateY(0); }
  .uw-institutes .top {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .uw-institutes .top h1 {
      font-weight: 700;
      font-size: 60px;
      color: #1A1A1A;
      line-height: 60px;
      position: relative;
      opacity: 0;
      transform: translateY(40px);
      transition: all .8s ease; }
 .uw-institutes .top h1{
 opacity: 1;
    transform: translateY(0);
}
    .uw-institutes .top img {
      width: 80px;
      height: 80px;
      width: 80px;
      height: 80px;
      animation: arrowMove 2s infinite ease-in-out; }
  .uw-institutes-box {
    width: 100%;
    height: 522px;
    background: url("../image/institutesbg.png") no-repeat 0 0;
    background-size: 100% 100%;
    margin-top: 4px;
    padding-right: 500px;
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 24px;
    padding-top: 28px;
    position: relative;
    overflow: hidden;
    transition: all .4s; }
    .uw-institutes-box:hover {
      transform: translateY(-8px); }
    .uw-institutes-box::before {
      content: "";
      position: absolute;
      top: 0;
      left: -120%;
      width: 120%;
      height: 100%;
      background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.35), transparent); }
    .uw-institutes-box:hover::before {
      animation: lightMove 1.4s ease; }
  .uw-institutes-level {
    display: flex;
    padding-top: 84px;
    padding-bottom: 108px; }
    .uw-institutes-level .left {
      width: 346px;
      height: 68px;
      font-weight: 700;
      font-size: 28px;
      color: #4FD2FF;
      line-height: 34px;
      flex-shrink: 0; }
    .uw-institutes-level p {
      font-weight: 400;
      font-size: 16px;
      color: #999999;
      line-height: 20px; }

@keyframes lightMove {
  from {
    left: -120%; }
  to {
    left: 120%; } }

@keyframes arrowMove {
  0% {
    transform: translateX(0); }
  50% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

.uw-global {
  width: 100%;
  margin: 0 auto;
  padding-top: 128px;
  /* 两侧幻灯片半透明效果 */
  /* 自定义导航按钮 */ }
  .uw-global-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 91px; }
    .uw-global-top h1 {
      font-weight: 700;
      font-size: 60px;
      color: #1A1A1A;
      line-height: 60px; }
    .uw-global-top .serial {
      display: flex;
      align-items: center;
      gap: 0 56px;
      border-bottom: 3px solid #1a1a1a;
      padding-bottom: 29px;
      padding-top: 29px;
      position: relative; }
      .uw-global-top .serial span {
        font-weight: 500;
        font-size: 18px;
        color: #666666;
cursor: pointer;
        line-height: 22px; }
        .uw-global-top .serial span.active {
          color: #1A1A1A; }
      .uw-global-top .serial .huakuai {
transition: transform .35s cubic-bezier(.4, 0, .2, 1);
        width: 192px;
        height: 3px;
        background: #4FD2FF;
        border-radius: 465px 465px 465px 465px;
        position: absolute;
        left: 0;
        bottom: -3px; }
  .uw-global .swiper-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden; }
  .uw-global .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 1176px;
    height: 630px;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease; }
  .uw-global .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
  .uw-global .swiper-slide-prev,
  .uw-global .swiper-slide-next {
    opacity: 0.4;
    height: 630px; }
  .uw-global .swiper-button-prev,
  .uw-global .swiper-button-next {
    display: flex;
    align-items: center; }
  .uw-global .swiper-button-prev:after,
  .uw-global .swiper-button-next:after {
    font-size: 16px;
    font-weight: bold;
    display: none; }
  .uw-global .swiper-button-prev img,
  .uw-global .swiper-button-next img {
    width: 24px;
    height: 24px; }
  .uw-global .swiper-button-prev span,
  .uw-global .swiper-button-next span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    line-height: 22px;
    text-transform: uppercase; }
  .uw-global .swiper-button-prev {
    left: 10%;
    top: 70px; }
  .uw-global .swiper-button-next {
    right: 10%;
    top: 70px; }

.uw-exchanges {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 200px;
  position: relative;
  overflow: hidden;
  /* 初始状态 */
  opacity: 0;
  transform: translateY(60px);
  transition: all .9s ease;
  /* hover 微动 */ }
  .uw-exchanges.show {
    opacity: 1;
    transform: translateY(0); }
  .uw-exchanges hgroup {
    text-align: center; }
    .uw-exchanges hgroup h1 {
      font-weight: 700;
      font-size: 60px;
      color: #1A1A1A;
      line-height: 60px;
      opacity: 0;
      transform: translateY(40px);
      transition: all .7s ease; }
    .uw-exchanges hgroup h2 {
      font-weight: 400;
      font-size: 20px;
      color: #444444;
      line-height: 32px;
      margin-top: 40px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
      opacity: 0;
      transform: translateY(40px);
      transition: all .7s ease .2s; }
  .uw-exchanges.show h1,
  .uw-exchanges.show h2 {
    opacity: 1;
    transform: translateY(0); }
  .uw-exchanges img {
    width: 100%;
    margin-top: 48px;
    display: block;
    opacity: 0;
    transform: scale(0.92);
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1) 0.3s; }
  .uw-exchanges.show img {
    opacity: 1;
    transform: scale(1); }
  .uw-exchanges img:hover {
    transform: scale(1.03); }

.uw-delegations {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 144px;
  position: relative;
  padding-bottom: 94px; }
  .uw-delegations .swiper-container {
    overflow: hidden; }
  .uw-delegations .swiper-slide {
    display: flex; }
    .uw-delegations .swiper-slide .left {
      flex: 1;
      padding-top: 80px; }
      .uw-delegations .swiper-slide .left h2 {
        font-weight: 700;
        font-size: 60px;
        color: #1A1A1A;
        line-height: 60px; }
      .uw-delegations .swiper-slide .left p {
        font-weight: 400;
        font-size: 20px;
        color: #444444;
        line-height: 24px;
        margin-top: 56px; }
      .uw-delegations .swiper-slide .left span {
        font-weight: 400;
        font-size: 20px;
        color: #999999;
        line-height: 32px;
        display: block;
        margin-top: 24px; }
    .uw-delegations .swiper-slide .right {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      width: 795px;
      flex-shrink: 0;
      margin-left: 60px; }
      .uw-delegations .swiper-slide .right img {
        width: 400px;
        height: 400px; }
        .uw-delegations .swiper-slide .right img:nth-child(1) {
          border-radius: 16px 0 0px 0px; }
        .uw-delegations .swiper-slide .right img:nth-child(2) {
          border-radius: 0px 16px 0px 0px; }
        .uw-delegations .swiper-slide .right img:nth-child(3) {
          width: 100%;
          border-radius: 0px 0px 16px 16px; }
  .uw-delegations .uw-delegations-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 6px;
    width: 478px !important;
    background: #F2F2F2;
    z-index: 20;
    bottom: 144px !important; }
    .uw-delegations .uw-delegations-pagination span {
      flex: 1;
      height: 6px;
      border-radius: 0;
      background: #F2F2F2;
      margin: 0 !important; }
      .uw-delegations .uw-delegations-pagination span.swiper-pagination-bullet-active {
        background: #1A1A1A; }
  .uw-delegations .seemore {
    position: absolute;
    bottom: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 192px;
    height: 52px;
    background: #252726;
    border-radius: 34px;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 29px;
    cursor: pointer;
    z-index: 99; }
    .uw-delegations .seemore img {
      margin-left: 16px; }

.uw-admissions {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 56px;
  margin-bottom: 96px;
  position: relative; }
  .uw-admissions-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 56px;
    padding-bottom: 70px; }
    .uw-admissions-top h2 {
      font-weight: 700;
      font-size: 60px;
      color: #1A1A1A;
      line-height: 60px; }
    .uw-admissions-top .more {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .uw-admissions-top .more span {
        margin-bottom: 6px;
        display: block;
        font-weight: 400;
        font-size: 20px;
        color: #999999;
        line-height: 32px; }
  .uw-admissions .swiper-container {
    overflow: hidden; }
  .uw-admissions .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .uw-admissions .item {
    position: relative;
    width: 682px;
    height: 512px; }
    .uw-admissions .item .bg {
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 20px;
      width: 100%;
      height: 512px; }
    .uw-admissions .item .box {
      position: absolute;
      z-index: 9;
      width: 682px;
      height: 280px;
      bottom: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
      border-radius: 0px 0px 20px 20px;
      padding: 0 48px;
      padding-top: 17px; }
      .uw-admissions .item .box .tag {
        display: block;
        width: 139px;
        height: 39px;
        background: #FFFFFF;
        border-radius: 20px;
        font-weight: 500;
        font-size: 16px;
        color: #444444;
opacity:0;
        line-height: 39px;
        text-align: center;
        margin-bottom: 24px; }
      .uw-admissions .item .box p {
        font-weight: 500;
        font-size: 32px;
        color: #FFFFFF;
        line-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-bottom: 8px; }
      .uw-admissions .item .box .button {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .uw-admissions .item .box .button .time {
          font-weight: 400;
          font-size: 18px;
          color: rgba(255, 255, 255, 0.6);
          line-height: 24px; }
  .uw-admissions .uw-admissions-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 6px;
    background: #F2F2F2;
    z-index: 20;
    bottom: 0 !important; }
    .uw-admissions .uw-admissions-pagination span {
      flex: 1;
      height: 6px;
      border-radius: 0;
      background: #F2F2F2;
      margin: 0 !important; }
      .uw-admissions .uw-admissions-pagination span.swiper-pagination-bullet-active {
        background: #1A1A1A; }

.uw-contact {
  position: relative;
  background: #F9FAFF;
  padding-top: 104px;
  padding-bottom: 128px;
  overflow: hidden;
  /* 初始动画状态 */
  opacity: 0;
  transform: translateY(60px);
  transition: all 1s ease; }
  .uw-contact.show {
    opacity: 1;
    transform: translateY(0); }
  .uw-contact h2 {
    font-weight: 700;
    font-size: 60px;
    color: #1A1A1A;
    line-height: 60px;
    max-width: 1400px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(40px);
    transition: all .8s ease; }
  .uw-contact.show h2 {
    opacity: 1;
    transform: translateY(0); }
  .uw-contact .box {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    margin-top: 72px; }
    .uw-contact .box .left {
      flex-shrink: 0;
      margin-right: 96px;
      opacity: 0;
      transform: translateX(-80px);
      transition: all 1s ease; }
    .uw-contact .box .right {
      flex: 1;
      min-width: 0;
      padding-top: 40px;
      opacity: 0;
      transform: translateX(80px);
      transition: all 1s ease .2s; }
      .uw-contact .box .right h3 {
        font-weight: 700;
        font-size: 32px;
        color: #1A1A1A;
        line-height: 38px;
        margin-bottom: 32px; }
      .uw-contact .box .right p {
        font-weight: 500;
        font-size: 20px;
        color: #444444;
        line-height: 32px; }
      .uw-contact .box .right .menu {
        margin-top: 72px;
        display: flex;
        align-items: center; }
        .uw-contact .box .right .menu .item {
          flex: 1;
          display: flex;
          flex-direction: column;
          justify-content: center;
          border-radius: 14px;
          transition: all .35s ease; }
          .uw-contact .box .right .menu .item img {
            width: 80px;
            height: 80px;
            transition: all .4s ease; }
          .uw-contact .box .right .menu .item p {
            font-weight: 600;
            font-size: 24px;
            color: #1A1A1A;
            line-height: 30px;
            margin-top: 24px; }
          .uw-contact .box .right .menu .item span {
            margin-top: 4px;
            font-weight: 400;
            font-size: 18px;
            color: #999999;
            line-height: 24px; }
          .uw-contact .box .right .menu .item:hover {
            transform: translateY(-10px); }
          .uw-contact .box .right .menu .item:hover img {
            transform: rotate(12deg) scale(1.1); }
  .uw-contact.show .left,
  .uw-contact.show .right {
    opacity: 1;
    transform: translateX(0); }

@keyframes contactLight {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(220px, 140px); }
  100% {
    transform: translate(0, 0); } }


.uw-structure {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 104px;
  padding-bottom: 104px;
  position: relative;
  /* 模块进入动画 */
  opacity: 0;
  transform: translateY(60px);
  transition: all .9s ease; }
  .uw-structure.show {
    opacity: 1;
    transform: translateY(0); }
  .uw-structure .top {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .uw-structure .top h2 {
      font-weight: 700;
      font-size: 66px;
      color: #1A1A1A;
      line-height: 60px;
      width: 500px;
      opacity: 0;
      transform: translateY(40px);
      transition: all .7s ease; }
    .uw-structure .top p {
      font-weight: 400;
      font-size: 16px;
      color: #999999;
      line-height: 20px;
      text-align: center;
      width: 500px;
      opacity: 0;
      transform: translateY(40px);
      transition: all .7s ease .15s; }
  .uw-structure.show .top h2,
  .uw-structure.show .top p {
    opacity: 1;
    transform: translateY(0); }
  .uw-structure .uw-structure-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 64px;
    position: relative; }
  .uw-structure .box {
    width: 272px;
    height: 588px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start; }
    .uw-structure .box .more {
      cursor: pointer;
      transition: all .3s ease; }
    .uw-structure .box img {
      margin-bottom: 6px;
      transition: transform .3s; }
    .uw-structure .box span {
      font-weight: 400;
      font-size: 20px;
      color: #999999;
      line-height: 32px;
      transition: color .3s; }
    .uw-structure .box:hover img {
      transform: translateX(6px); }
    .uw-structure .box:hover span {
      color: #4FD2FF; }
  .uw-structure .swiper-container {
    overflow: hidden;
    flex: 1; }
  .uw-structure .swiper-slide {
    transition: transform .35s ease; }
  .uw-structure .item {
    width: 360px;
    height: 588px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 2px solid #EFEFEF;
    padding: 24px;
    transition: all .35s ease;
    cursor: pointer; }
    .uw-structure .item:hover {
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); }
    .uw-structure .item img {
      width: 312px;
      height: 312px;
      border-radius: 10px;
      object-fit: cover;
      transition: transform .5s ease; }
    .uw-structure .item:hover img {
      transform: scale(1.06); }
    .uw-structure .item hgroup {
      text-align: center;
      margin-top: 32px; }
      .uw-structure .item hgroup h1 {
        font-weight: 700;
        font-size: 28px;
        color: #1A1A1A;
        line-height: 34px;
        transition: color .3s; }
      .uw-structure .item hgroup h2 {
        margin-top: 2px;
        font-weight: 500;
        font-size: 18px;
        color: #4FD2FF;
        line-height: 20px; }
    .uw-structure .item p {
      font-weight: 400;
      font-size: 16px;
      color: #444444;
      line-height: 20px;
      margin-top: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 5; }
  .uw-structure .uw-structure-pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 6px !important;
    height: 240px;
    background: #F2F2F2;
    z-index: 20;
    top: 0 !important;
    opacity: 0;
    transform: scaleY(0.6);
    transition: all .6s ease .3s; }
    .uw-structure .uw-structure-pagination span {
      flex: 1;
      width: 6px;
      border-radius: 0;
      background: #F2F2F2;
      margin: 0 !important;
      transition: background .3s; }
      .uw-structure .uw-structure-pagination span.swiper-pagination-bullet-active {
        background: #4FD2FF; }
  .uw-structure.show .uw-structure-pagination {
    opacity: 1;
    transform: scaleY(1); }