@charset "utf-8";
.banner {
  position: relative;
  z-index: 30;
  background-color: #fff;
}
.banner .banner-tt {
  padding: 0 0.42rem;
  font-size: 0.36rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  justify-content: space-between;
  display: flex;
  align-items: end;
}
.banner .banner-tt .slide-tt-container span {
  font-size: 0.17rem;
  font-weight: 100;
}
.banner .banner-tt .link {
  float: right;
  font-size: 0.16rem;
  font-weight: 100;
}

.main-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 20;
  overflow: hidden;
}
.main-banner .main-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.main-banner .main-video::-webkit-media-controls, .main-banner .main-video::-webkit-media-controls-panel, .main-banner .main-video::-webkit-media-controls-play-button {
  display: none !important;
}
.main-banner .main-banner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.main-banner .main-banner-content .wp {
  height: 100%;
}
.main-banner .main-banner-content .main-banner-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  height: 100%;
  justify-content: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);

}
.main-banner .main-banner-content .main-banner-title .tt {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.4rem;
}
.main-banner .main-banner-content .main-banner-title .tt strong + strong {
  margin-left: 0.45rem;
}
.main-banner .main-banner-content .main-banner-title .tt span {
  color: rgb(201, 175, 117);
}
.main-banner .main-banner-content .main-banner-title .sub-tt {
  font-size: 0.21rem;
  line-height: 0.36rem;
}

.zhezhao {
  background-image: url("../images/zhezhao.png");
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  display: block;
}


.news-banner {
  margin-top: calc(100vh + 0.6rem);
  height: 8.6rem;
  background-color: #ffffff;
  overflow: visible;
}
.news-banner .wp {
  position: relative;
  height: 100%;
}
.news-banner .banner-container {
  background-color: #ffffff;
  border-radius: 0.4rem 0.4rem 0 0;
  position: absolute;
  top: -0.6rem;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-banner .banner-tt {
  color: #0085c3;
  margin-top: 0.44rem;
}
.news-banner .news-container {
  padding: 0.38rem 0.42rem 0;
  display: flex;
}
.news-banner .news-card {
  border-radius: 0.08rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.news-banner .news-card + .news-card {
  margin-top: 0.1rem;
}
.news-banner .news-card-image {
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.news-banner .news-card-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
  pointer-events: none;
}
.news-banner .news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.news-banner .news-card-image:hover::after {
  background-color: rgba(0, 0, 0, 0.4);
}
.news-banner .news-card-image:hover img {
  transform: scale(1.05);
}
.news-banner .news-card-large {
  grid-row: span 3;
  width: 6.72rem;
}
.news-banner .news-card-large .news-card-image {
  width: 100%;
  height: 4.04rem;
}
.news-banner .news-card-large .news-card-content {
  padding: 0.12rem 0 0;
}
.news-banner .news-card-large .news-card-title {
  font-size: 0.24rem;
  line-height: 1.125;
  font-weight: bold;
  margin-bottom: 0.18rem;
  line-height: 0.32rem;
  color: #0085c3;
}
.news-banner .news-card-large .news-card-title a {
  transition: color 0.3s ease;
}
.news-banner .news-card-large .news-card-title a:hover {
  color: rgb(204, 181, 121);
}
.news-banner .news-card-large .news-card-excerpt {
  font-size: 0.16rem;
  color: rgb(23, 23, 23);
  line-height: 0.24rem;
  line-height: 1.375;
  margin-bottom: 0.27rem;
}
.news-banner .news-list {
  width: 8.22rem;
  margin-left: 0.09rem;
}
.news-banner .news-list .news-card-image {
  width: 2.92rem;
  height: 2.18rem;
}
.news-banner .news-card-small {
  flex-direction: row;
  border-radius: 0.08rem 0 0 0.08rem;
}
.news-banner .news-card-small .news-card-content {
  padding: 0.12rem 0 0 0.51rem;
}
.news-banner .news-card-small .news-card-title {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 1.5;
  line-height: 0.21rem;
  color: #0085c3;
  word-break: break-all;
  overflow-wrap: break-word;
}
.news-banner .news-card-small .news-card-title a {
  transition: color 0.3s ease;
}
.news-banner .news-card-small .news-card-title a:hover {
  color: rgb(204, 181, 121);
}
.news-banner .news-card-small .news-card-excerpt {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #191919;
  margin-top: 0.4rem;
  height: 0.66rem;
}
.news-banner .news-card-small .news-card-meta {
  margin-top: 0.22rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-banner .news-card-small .news-card-meta .news-card-date {
  font-size: 0.14rem;
  color: #5d1012;
  line-height: 1;
  margin-top: 0;
}
.news-banner .news-card-image img:hover {
  transform: scale(1.05);
}
.news-banner .news-card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.news-banner .news-card-large .news-card-meta {
  padding-right: 0.63rem;
}
.news-banner .news-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news-banner .news-card-date {
  font-size: 0.2rem;
  color: #5d1012;
  line-height: 1;
}
.news-banner .news-card-button {
  display: inline-block;
  padding: 0.08rem 0.25rem;
  background-color: #0085c3;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.news-banner .news-card-button:hover {
  background-color: #006290;
}

.notice-banner {
  height: 4.96rem;
  background: #fafafa;
  background-size: auto 7.37rem;
}
.notice-banner .banner-container {
  overflow: hidden;
}
.notice-banner .banner-container .banner-tt {
  color: #0085c3;
  margin-top: 1.01rem;
}
.notice-banner .banner-container .cell-list {
  margin-top: 1.16rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 0.46rem;
}
.notice-banner .banner-container .cell-list::before {
  content: "";
  position: absolute;
  top: 0.34rem;
  left: 0.46rem;
  width: 100%;
  height: 0.01rem;
  background-color: #dfdfe1;
}
.notice-banner .banner-container .cell-list .cell-item {
  position: relative;
  font-size: 0.18rem;
  width: 2.88rem;
  overflow: hidden;
  z-index: 31;
}
.notice-banner .banner-container .cell-list .cell-item::before {
  content: "";
  position: absolute;
  top: 0.33rem;
  left: 0;
  width: 0.03rem;
  height: 0.03rem;
  background-color: #0085c3;
}
.notice-banner .banner-container .cell-list .cell-item .cell-date {
  color: #0085c3;
  line-height: 1;
}
.notice-banner .banner-container .cell-list .cell-item .cell-title {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.25rem;
  margin-top: 0.41rem;
  transition: color 0.3s ease;
  word-break: break-all;
  overflow-wrap: break-word;
  white-space: normal;
}
.notice-banner .banner-container .cell-list .cell-item .cell-title a {
  color: rgb(0, 0, 0);
}
.notice-banner .banner-container .cell-list .cell-item .cell-title a + :hover {
  color: rgb(204, 181, 121);
}

.about-jai-banner {
  height: 8.61rem;
  background: url("../images/index-AboutJAI-bg.jpg") top center no-repeat;
  background-size: auto 100%;
  /* 
   机构项 合作伙伴
   2026年3月31日10:43:09
  */
}
.about-jai-banner .banner-container {
  position: relative;
  height: 5.78rem;
  overflow: hidden;
}
.about-jai-banner .banner-tt {
  margin-top: 0.9rem;
}
.about-jai-banner .about-jai-warp {
  position: absolute;
  top: 0;
  left: 0;
  width: 15.92rem;
  height: 5.78rem;
}
.about-jai-banner .stats-list {
  display: flex;
  gap: 1.67rem;
  justify-content: center;
  position: absolute;
  top: 2.4rem;
  left: 50%;
  width: 15.92rem;
  margin-left: -7.96rem;
}
.about-jai-banner .stats-list .stats-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1.96rem;
}
.about-jai-banner .stats-list .stats-item .stats-number {
  color: #0085c3;
  margin-top: 0.23rem;
  font-size: 0.87rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.28rem;
  display: flex;
  justify-content: center;
}
.about-jai-banner .stats-list .stats-item .stats-description {
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #000;
}
.about-jai-banner .banner-txt {
  font-size: 0.23rem;
  color: #baa172;
  line-height: 0.36rem;
  width: 8.3rem;
  position: absolute;
  top: 0.93rem;
  right: 0;
  text-align: right;
}
.about-jai-banner .banner-btn {
  position: absolute;
  width: 1.5rem;
  height: 0.41rem;
  border: 1px solid #c4a374;
  background-color: transparent;
  text-align: left;
  padding-left: 0.2rem;
  line-height: 0.39rem;
  border-radius: 0.2rem;
  color: #fee69b;
  font-size: 0.18rem;
  bottom: 0.93rem;
  left: 50%;
  margin-left: -0.75rem;
}
.about-jai-banner .banner-btn i {
  display: inline-block;
  float: right;
  font-style: normal;
  margin-right: 0.12rem;
  transition: all 0.3s ease;
}
.about-jai-banner .banner-btn:hover i {
  margin-right: 0.08rem;
}
.about-jai-banner .about-jai-partners {
  height: 2.83rem;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0;
}
.about-jai-banner .partners-wrapper {
  overflow: hidden;
}
.about-jai-banner .partners-list {
  display: flex;
  justify-content: center;
  margin-top: 1.14rem;
}
.about-jai-banner .partners-list .partner-item {
  display: flex;
}
.about-jai-banner .partners-list .partner-item + .partner-item {
  margin-left: 0.44rem;
}
.about-jai-banner .partners-list .partner-logo {
  width: 1.37rem;
  height: auto;
  overflow: hidden;
  position: relative;
}
.about-jai-banner .partners-list .partner-logo:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 39.4160583942%;
}
.about-jai-banner .partners-list .partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.about-jai-banner .partners-list .partner-logo img {
  max-width: 100%;
  height: auto;
}
.about-jai-banner .partners-list .partner-info {
  line-height: 1;
  text-align: left;
  margin-left: 0.07rem;
}
.about-jai-banner .partners-list .partner-name {
  font-size: 0.14rem;
  margin-bottom: 0.11rem;
  color: #000000;
}
.about-jai-banner .partners-list .partner-count {
  font-size: 0.3rem;
  font-weight: 100;
  color: #0085c3;
}
.jiadata-banner {
  height: 8.5rem;
  background-color: #fff;
  background-size: auto 100%;
}
.jiadata-banner .wp {
  overflow: hidden;
}
.jiadata-banner .banner-tt {
  margin-top: 0.89rem;
  position: relative;
  z-index: 90;
}
.jiadata-banner .jiadata-banner-main {
  height: 7.5rem;
  background: url("../images/index-jiadata-bg.jpg") #9c9797 top center no-repeat;
}
.jiadata-banner .banner-container {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.jiadata-banner .jiadata-swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jiadata-banner .jiadata-swiper-container {
  margin-top: 2.16rem;
  width: 100%;
  float: right;
  margin-right: 0.44rem;
}
.jiadata-banner .jiadata-swiper-container .jiadata-swiper {
  width: 100%;
  height: 30rem;
}
.jiadata-banner .jiadata-swiper-container .jiadata-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: self-start;
}
.jiadata-banner .jiadata-swiper-container .jiadata-swiper .jiadata-item {
  width: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 0.17rem;
}
.jiadata-banner .jiadata-swiper-container .jiadata-swiper .jiadata-item .jiadata-content {
  width: 3.57rem;
}
.jiadata-banner .jiadata-swiper-container .jiadata-swiper .jiadata-item .jiadata-content .jiadata-avatar {
  width: 3.57rem;
  height: 3.01rem;
  overflow: hidden;
  position: relative;
}
.jiadata-banner .jiadata-swiper-container .jiadata-swiper .jiadata-item .jiadata-content .jiadata-avatar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
  pointer-events: none;
}
.jiadata-banner .jiadata-swiper-container .jiadata-swiper .jiadata-item .jiadata-content .jiadata-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.jiadata-banner .jiadata-swiper-container .jiadata-swiper .jiadata-item .jiadata-content .jiadata-avatar:hover::after {
  background-color: rgba(0, 0, 0, 0.4);
}
.jiadata-banner .jiadata-swiper-container .jiadata-swiper .jiadata-item .jiadata-content .jiadata-avatar:hover img {
  transform: scale(1.05);
}
.jiadata-banner .jiadata-swiper-container .jiadata-swiper .jiadata-item .jiadata-content .jiadata-title {
  margin-top: 0.32rem;
  font-size: 0.16rem;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.jiadata-banner .jiadata-swiper-pagination {
  width: 2.96rem;
  position: absolute;
  bottom: auto;
  top: 3.32rem;
  left: 0.42rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jiadata-banner .jiadata-swiper-pagination .swiper-pagination-bullet {
  background-color: #baa171;
  opacity: 1;
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 0.07rem;
}
.jiadata-banner .jiadata-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.31rem;
  height: 0.28rem;
  background: url("../images/horse-mini.png") transparent no-repeat center center;
}
.jiadata-banner .jiadata-swiper-button-next,
.jiadata-banner .jiadata-swiper-button-prev {
  position: absolute;
  top: initial;
  bottom: 0.77rem;
  color: #ffffff;
  width: 0.19rem;
  height: 0.35rem;
  z-index: 100;
  margin-top: 0;
}
.jiadata-banner .jiadata-swiper-button-next::after,
.jiadata-banner .jiadata-swiper-button-prev::after {
  font-size: 0.35rem;
}
.jiadata-banner .jiadata-swiper-button-next:hover,
.jiadata-banner .jiadata-swiper-button-prev:hover {
  color: #baa171;
}
.jiadata-banner .jiadata-swiper-button-prev {
  left: 50%;
  right: auto;
  margin-left: -0.36rem;
}
.jiadata-banner .jiadata-swiper-button-next {
  left: auto;
  right: 50%;
  margin-right: -0.36rem;
}

@media screen and (max-width: 1880px) {
  .partner-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 18%;
  }
  .partner-item + .partner-item {
    margin-left: 0;
  }
  .partner-logo {
    width: 100%;
    max-width: 1.37rem;
    margin-bottom: 0.16rem;
  }
  .partner-info {
    text-align: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .main-banner {
    position: relative;
    height: auto;
    margin-top: 1.01rem;
  }
  .news-banner {
    margin-top: 0;
    height: auto;
  }
  .news-banner .wp {
    padding: 0;
  }
  .news-banner .news-container {
    padding: 0;
    flex-direction: column;
    width: 6.88rem;
    margin: 0.2rem auto 0;
  }
  .news-banner .news-card-large {
    width: 100%;
  }
  .news-banner .news-card-large .news-card-image {
    height: 4.14rem;
  }
  .news-banner .news-card-large .news-card-content {
    padding: 0 0;
    height: auto;
  }
  .news-banner .news-card-large .news-card-title {
    margin-top: 0.2rem;
  }
  .news-banner .news-card-large .news-card-meta {
    padding: 0;
    align-items: center;
  }
  .news-banner .news-list {
    width: 100%;
    margin-left: 0;
    margin-top: 0.1rem;
  }
  .news-banner .news-list .news-card-image {
    width: 2.45rem;
    height: 1.83rem;
  }
  .news-banner .news-card-small {
    height: 1.83rem;
  }
  .news-banner .news-card-small .news-card-content {
    padding: 0 0 0 0.2rem;
  }
  .news-banner .news-card-small .news-card-title {
    font-size: 0.16rem;
    line-height: 1.4em;
    max-height: 3.6em;
    overflow: hidden;
  }
  .news-banner .news-card-small .news-card-excerpt {
    font-size: 0.12rem;
    line-height: 1.4em;
    margin-top: 0.2rem;
    max-height: 0.6rem;
  }
  .news-banner .news-card-small .news-card-meta .news-card-date {
    font-size: 0.12rem;
  }
  .news-banner .banner-container {
    position: relative;
    width: 6.88rem;
    margin: 0 auto;
    overflow: hidden;
    top: 0;
  }
  .news-banner .banner-tt {
    padding: 0 0.15rem;
    font-size: 0.4rem;
  }
  .notice-banner {
    height: auto;
    padding-bottom: 0.3rem;
  }
  .notice-banner .banner-container .cell-list::before {
    display: none;
  }
  .notice-banner .banner-container .cell-list .cell-item::before {
    top: 0.2rem;
    left: 0.2rem;
    width: 0.1rem;
    height: 0.2rem;
  }
  .notice-banner .banner-container .cell-list .cell-item .cell-date {
    padding-left: 0.2rem;
  }
  .notice-banner .banner-container {
    width: 6.88rem;
    margin: 0 auto;
  }
  .notice-banner .banner-container .banner-tt {
    margin-top: 0.64rem;
  }
  .notice-banner .banner-container .cell-list {
    margin-top: 0.25rem;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 0.25rem;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }
  .notice-banner .banner-container .cell-list .cell-item {
    width: 100%;
    background-color: #f0f0f0;
    padding: 0.2rem;
    border-radius: 0.08rem;
  }
  .notice-banner .banner-container .cell-list .cell-item + .cell-item {
    margin-left: 0;
  }
  .notice-banner .banner-container .cell-list .cell-item .cell-title {
    margin-top: 0.2rem;
  }
  .jiadata-banner,
  .jiadata-banner .jiadata-banner-main {
    height: 2.85rem;
  }
  .jiadata-banner .wp {
    padding: 0;
    width: 7.5rem;
  }
  .jiadata-banner .banner-tt {
    padding: 0 0.34rem;
    margin-top: 0.4rem;
  }
  .jiadata-banner .jiadata-swiper-wrapper {
    width: 15.92rem;
    height: 6.19rem;
    left: 50%;
    margin-left: -7.96rem;
    transform: scale(0.5);
    top: -2rem;
  }
  .jiadata-banner .jiadata-swiper-container {
    margin-right: 0;
  }
  .about-jai-banner {
    height: auto;
  }
  .about-jai-banner .wp {
    padding: 0;
  }
  .banner .banner-tt {
    padding: 0 0rem;
    font-size: 0.22rem;
    margin-top: 0.2rem;
  }
  .about-jai-banner .banner-container {
    height: 2.3rem;
  }
  .about-jai-banner .about-jai-warp {
    transform: scale(0.7711055276) translate(-50%, 0);
    transform-origin: 0 0;
    left: 50%;
    position: relative;
    height: auto;
    top: 0.5rem;
  }
  .about-jai-banner .stats-list {
    position: relative;
    top: 0;
    gap: 0.2rem;
  }
  .about-jai-banner .banner-btn {
    display: none;
  }
  .about-jai-banner .about-jai-partners {
    height: auto;
    padding: 0 0.12rem;
  }
  .about-jai-partners .partners-list {
    width: 100%;
    padding: 0.2rem 0;
    margin-top: 0;
  }
  .about-jai-partners .partner-item {
    width: 20%;
  }
  .about-jai-banner .partners-list .partner-item + .partner-item {
    margin-left: 0.2rem;
  }
  .about-jai-banner .partners-list .partner-logo {
    margin-bottom: 0.2rem;
    width: 100%;
  }
  .about-jai-banner .partners-list .partner-info {
    margin-left: 0;
    text-align: center;
  }
  .about-jai-banner .partners-list .partner-name {
    margin-bottom: 0.1rem;
  }
  .about-jai-banner .partners-list .partner-count {
    font-size: 0.24rem;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}