.transition-work .links {
  transition: all 0.5s;
}
.index-banner {
  width: 100%;
  height: 25.5vw;
  overflow: hidden;
  transition: height 0.5s;
}
.index-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-tit {
  width: 100%;
  left: 0;
  top: 55%;
}
.banner-tit h3 {
  font-size: 48px;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
}
.banner-tit span {
  display: block;
  padding-top: 28px;
  font-size: 45px;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}
.lv-banner-tit {
  width: 100%;
  left: 0;
  top: 35.5%;
}
.lv-banner-tit .lv-banner-tit__title {
  height: 22px;
  font-size: 24px;
  font-family: PingFang SC-Heavy, PingFang SC;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 22px;
}
.lv-banner-tit .lv-banner-tit__extra {
  max-width: 528px;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 28px;
  margin-top: 20px;
}
.ny-content {
  width: 100%;
  padding-bottom: 216px;
  overflow: hidden;
  background: #fff;
  background-size: 100% auto;
}
.bannerno {
  padding-top: 90px;
}
.tabs-menu {
  height: 60px;
  background: rgba(251, 252, 255, 0.8);
  border-bottom: 1px solid #E4E4E4;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.tabs-menu .tabs-menu__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 0;
  background: rgba(251, 252, 255, 0.5);
  filter: blur(26px);
}
.tabs-menu .tabs-menu__backdrop-filter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  backdrop-filter: blur(26px);
}
.tabs-menu .tabs-menu__ul {
  position: relative;
  max-width: 998px;
}
.tabs-menu .tabs-menu__ul .tabs-menu__li {
  line-height: 60px;
  position: relative;
  width: auto;
  background: none;
}
.tabs-menu .tabs-menu__ul .tabs-menu__li a {
  display: block;
  font-size: 14px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #3D3A2C;
  white-space: nowrap;
}
.tabs-menu .tabs-menu__ul .tabs-menu__li .tabs-menu__decro {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  height: 2px;
  background: none;
}
.tabs-menu .tabs-menu__ul .tabs-menu__li + .tabs-menu__li {
  margin-left: 70px;
}
.tabs-menu .tabs-menu__ul .tabs-menu__li.active .tabs-menu__decro {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  height: 2px;
  background: #0052D9;
}
.tabs-menu .tabs-menu__ul .tabs-menu__li.active a {
  color: #0052D9;
}
.nybase-tit {
  padding-bottom: 30px;
}
.nybase-tit h3 span {
  font-family: "楷体";
  font-size: 40px;
  font-weight: bolder;
  line-height: 1;
  margin-right: 7px;
}
.nybase-tit h3 img {
  height: 37.2px;
}
.nybase-tit .tit-py {
  display: block;
  color: #D1D1D1;
  font-size: 20px;
  padding-top: 3px;
}
@media screen and (max-width: 1280px) {
  .index-banner {
    height: 32vw;
  }
  .banner-tit {
    top: 50%;
    transition: top 0.5s;
  }
}
@media screen and (max-width: 1080px) {
  .index-banner {
    height: 40vw;
  }
}
@media screen and (max-width: 992px) {
  .index-banner {
    height: 60vw;
  }
  .banner-tit {
    left: 1em;
    top: 50%;
    transition: left 0.5s;
  }
  .banner-tit h3 {
    font-size: 1em;
  }
  .banner-tit span {
    padding-top: .5em;
    font-size: .9em;
  }
  .nybase-tit {
    padding-bottom: 1em;
  }
  .nybase-tit h3 span {
    font-family: "楷体";
    font-size: 1.8em;
    font-weight: bolder;
    line-height: 1;
    margin-right: 7px;
  }
  .nybase-tit h3 img {
    height: 1.4em;
    margin-top: .1em;
  }
  .nybase-tit .tit-py {
    display: block;
    color: #D1D1D1;
    font-size: 1em;
    padding-top: 3px;
  }
  .ny-content {
    width: 100%;
    padding-bottom: 5em;
    overflow: hidden;
  }
  .bannerno {
    padding-top: 15vw;
  }
}
