#body #header-banner {
  width: 100vw;
  overflow: hidden;
}
#body #header-banner .swiper-slide {
  width: 100%;
  height: 37.5rem;
}
#body #header-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#body #inx-ei {
  overflow: hidden;
}
#body #inx-ei .nav {
  width: 95vw;
  margin: 1rem auto;
  white-space: nowrap;
  text-align: center;
  display: flex;
  overflow-y: hidden;
  overflow-x: scroll;
}
#body #inx-ei .nav .nav-btn {
  font: 0.75rem "PingFangSC Regular";
  color: #00a0e8;
  border: 1px solid #00a0e8;
  padding: 0.3rem 0.4rem;
  border-radius: 20px;
  white-space: nowrap;
  display: inline-block;
  margin-top: 0.5rem;
}
#body #inx-ei .nav .nav-btn:nth-child(n+2) {
  margin-left: 0.5rem;
}
#body #inx-ei .nav .nav-btn-active {
  background-color: #00a0e8;
  color: #fff;
}
#body #inx-ei .img-list {
  width: 90vw;
  margin: 0 auto;
  margin-bottom: 1rem;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
#body #inx-ei .img-list .swiper-wrapper {
  height: 10.3125rem;
}
#body #inx-ei .img-list .swiper-wrapper .swiper-slide {
  height: 100%;
  border-radius: 20px;
  padding: 0.5rem 0rem;
}
#body #inx-ei .img-list .swiper-wrapper .swiper-slide img {
  position: relative;
  display: block;
  width: 95%;
  margin: 0 auto;
  border-radius: 10px;
}
#body #inx-ei .img-list .swiper-wrapper .swiper-slide .video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#body #inx-intro {
  position: relative;
}
#body #inx-intro .intro-con {
  width: 90vw;
  font-size: 0.875rem;
  background-color: #eff8fb;
  color: #999;
  border-radius: 10px;
  margin: 0 auto;
  padding: 1rem 0.7rem;
  line-height: 1.3;
  text-align: justify;
}
#body #inx-intro .intro-con .height-light {
  color: #00a0e8;
}
#body #inx-intro .intro-con .con-text {
  font-size: 0.75rem;
  margin: 0 auto;
  text-align: center;
  padding: 0.5rem 0.2rem;
  background-color: #00a0e8;
  color: #fff;
  border-radius: 20px;
  margin-top: 0.5rem;
}
#body #inx-video {
  position: relative;
}
#body #inx-video .video-con {
  width: 90vw;
  background-color: #eff8fb;
  margin: 0 auto;
}
#body #inx-video .video-con .video {
  width: 100%;
  object-fit: contain;
}
#body #inx-en {
  width: 95vw;
  margin: 0 auto;
}
#body #inx-en .items {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 1.5rem;
}
#body #inx-en .items .item {
  width: 45%;
  background-color: #eff8fb;
  border-radius: 10px;
  overflow: hidden;
}
#body #inx-en .items .item a {
  width: 100%;
  text-decoration: none;
}
#body #inx-en .items .item a img {
  width: 100%;
  max-width: 340px;
}
#body #inx-en .items .item a .item-info {
  padding: 0.3rem;
}
#body #inx-en .items .item a .item-info .info-title {
  color: #00a0e8;
  font: bold 0.875rem "PingFangSC Medium";
  margin-bottom: 0.5rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#body #inx-en .items .item a .item-info .info-intro {
  color: #999;
  font: 0.75em "PingFangSC Regular";
  text-align: justify;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
#body #inx-en .items .item a .item-info .info-date {
  font: 0.75em "PingFangSC Regular";
  color: #00a0e8;
}
#body #inx-en .more-btn {
  width: 30vw;
  background-color: #00a0e8;
  text-align: center;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  margin: 0 auto;
  font: 0.875em "PingFangSC Regular";
  margin-bottom: 1rem;
}
#body #inx-en .more-btn a {
  color: #fff;
}
@media screen and (max-width: 320px) {
  #body #inx-ei .nav {
    transform: scale(0.8);
  }
}
