﻿.banner {
  position: relative;
  z-index: 30;
}
.banner .banner-tt {
  padding: 0 0.42rem;
  font-size: 0.36rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}

.main-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 20;
}
.main-banner .main-swiper {
  width: 100%;
  height: 100%;
}
.main-banner .main-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.main-banner .main-swiper .swiper-slide .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-banner .main-swiper .swiper-slide .slide-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.main-banner .main-swiper .swiper-slide .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 10;
}
.main-banner .main-swiper .swiper-slide .slide-content .slide-tt {
  font-size: 0.64rem;
  font-weight: bold;
  line-height: 0.78rem;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
.main-banner .main-swiper .swiper-slide .slide-content .slide-btn {
  display: inline-block;
  padding: 0.8rem 2rem;
  background-color: #bd2925;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.04rem;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.main-banner .main-swiper .swiper-slide .slide-content .slide-btn:hover {
  background-color: #a02020;
}
.main-banner .main-swiper .swiper-pagination {
  bottom: 0.93rem;
  font-size: 0;
}
.main-banner .main-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 1;
  width: 0.11rem;
  height: 0.11rem;
  margin: 0 0.07rem;
}
.main-banner .main-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #baa171;
}
.main-banner .main-swiper .swiper-button-next,
.main-banner .main-swiper .swiper-button-prev {
  color: #ffffff;
  width: 0.34rem;
  height: 0.42rem;
  background-color: #c12c28;
}
.main-banner .main-swiper .swiper-button-next:after,
.main-banner .main-swiper .swiper-button-prev:after {
  font-size: 0.1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.main-banner .main-swiper .swiper-button-prev {
  left: 0;
}
.main-banner .main-swiper .swiper-button-next {
  right: 0;
}
/* 视频背景 */
.main-banner .main-video {
  position: absolute;
  top: 0;
  left: 0;
  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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
}
.main-banner .main-banner-content .wp {
  height: 100%;
}
.main-banner .main-banner-text-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-banner .main-banner-title {
  margin-top: 1.01rem;
  
  text-align: left;
 
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}

.main-banner .main-banner-title h2{ font-size: 0.64rem;
  font-weight: bold;
  line-height: 0.78rem;
 color: #ffffff;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);

}

.heizhezhao {
  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.9rem;
  background-color: #ffffff;
  overflow: hidden;
}
.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%;

  overflow: hidden;
}
.news-banner .banner-tt {
  color: #5d1012;
  margin-top: 1.2rem;
}
.news-banner .banner-tt .link {
  float: right;
  font-size: 0.2rem;
  font-weight: 100;
}
.news-banner .news-container {
  padding: 0.38rem 0.42rem 0;
  display: flex;
}
.news-banner .news-card {
  background-color: #f5f5f5;
  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.56rem 0.49rem 0 0.45rem;
}
.news-banner .news-card-large .news-card-title {
  font-size: 0.28rem;
  font-weight: bold;
  margin-bottom: 0.19rem;
  line-height: 0.32rem;
  color: #5d1012;
}
.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.2rem;
  color: #171717;
  line-height: 0.24rem;
  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;
}
.news-banner .news-card-small .news-card-content {
  padding: 0.44rem 0.58rem 0 0.51rem;
}
.news-banner .news-card-small .news-card-title {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.21rem;
  color: #5d1012;
  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.14rem;
  line-height: 0.18rem;
  color: #191919;
  margin-top: 0.19rem;
}
.news-banner .news-card-small .news-card-meta {
  margin-top: 0.19rem;
}
.news-banner .news-card-small .news-card-meta .news-card-date {
  font-size: 0.14rem;
  margin-top: 0.17rem;
  color: #5d1012;
  line-height: 1;
}
.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-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-banner .news-card-date {
  font-size: 0.2rem;
  color: #5d1012;
  line-height: 1;
  margin-top: 0.14rem;
}
.news-banner .news-card-button {
  display: inline-block;
  padding: 0.08rem 0.16rem;
  background-color: #bd2925;
  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: #92201d;
}

.about-jai-banner {
  height: auto;
  background-image: url('../images/index-AboutJAI-bg.jpg');
  background-repeat: repeat;
}
.about-jai-banner .banner-container {
  position: relative;
  /* height: 7.67rem; */
  height: 5.7rem;
  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: 7.67rem; */
  height: 5.7rem;
}
.about-jai-banner .stats-list {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  position: absolute;
  top: 1.97rem;
  left: 50%;
  width: 15.92rem;
  margin-left: -7.96rem;
}
.about-jai-banner .stats-list .stats-item {
  text-align: center;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 2.1rem;
}
.about-jai-banner .stats-list .stats-item .stats-icon {
  width: 1.3rem;
  height: 1.4rem;
  background: no-repeat center center;
  background-size: cover;
}
.about-jai-banner .stats-list .stats-item .stats-icon.stats-icon-1 {
  background-image: url('../images/stats-icon-1.png');
}
.about-jai-banner .stats-list .stats-item .stats-icon.stats-icon-2 {
  background-image: url('../images/stats-icon-2.png');
}
.about-jai-banner .stats-list .stats-item .stats-icon.stats-icon-3 {
  background-image: url('../images/stats-icon-3.png');
}
.about-jai-banner .stats-list .stats-item .stats-icon.stats-icon-4 {
  background-image: url('../images/stats-icon-4.png');
}
.about-jai-banner .stats-list .stats-item .stats-number {
  margin-top: 0.23rem;
  font-size: 0.55rem;
  font-weight: bold;
  line-height: 0.55rem;
  margin-bottom: 0.17rem;
  display: flex;
  justify-content: center;
}
.about-jai-banner .stats-list .stats-item .stats-number .plus {
  font-size: 0.31rem;
  margin-left: 0.15rem;
  font-weight: 100;
}
.about-jai-banner .stats-list .stats-item .stats-description {
  font-size: 0.18299rem;
  line-height: 1.475;
}
.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;
}

.notice-banner {
  height: 7.46rem;
  background-repeat: repeat-y;
  background-position: top center no-repeat;
  background-image: url('../images/index-notice-bg.jpg');
  background-color: #ffffff;
  background-size: auto 7.37rem;
  background-attachment: fixed;
}
.notice-banner .banner-container {
  overflow: hidden;
}

.clr {
  clear: both;
}
.notice-banner .banner-container .banner-tt .link {
  float: right;
  font-size: 0.2rem;
  font-weight: 100;
}

.notice-banner .banner-container .banner-tt {
  margin-top: 0.9rem;
  color: #5d1012;
}
.notice-banner .banner-container .cell-list {
  margin-top: 0.65rem;
  display: flex;
  justify-content: center;
}
.notice-banner .banner-container .cell-list .cell-item {
  position: relative;
  width: 3.56rem;
  height: 3.14rem;
  background-color: #fff;
  border-radius: 0.15rem;
  overflow: hidden;
}
.notice-banner .banner-container .cell-list .cell-item .cell-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 2.25rem;
}
.notice-banner .banner-container .cell-list .cell-item .cell-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.notice-banner .banner-container .cell-list .cell-item .cell-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;
}
.notice-banner .banner-container .cell-list .cell-item .cell-image:hover img {
  transform: scale(1.1);
}
.notice-banner .banner-container .cell-list .cell-item .cell-image:hover::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.notice-banner .banner-container .cell-list .cell-item .cell-title {
  font-size: 0.16rem;
  color: rgb(0, 0, 0);
  height: 1.14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  line-height: 0.19rem;
  padding: 0 0.22rem;
  margin-top: 0.2rem;
  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:hover {
  color: rgb(204, 181, 121);
}
.notice-banner .banner-container .cell-list .cell-item .cell-date,
.notice-banner .banner-container .cell-list .cell-item .cell-btn {
  position: absolute;
  background-color: #bd2925;
  color: #fff;
  text-align: center;
  font-size: 0.16rem;
  border-radius: 0.06rem;
  transition: background-color 0.3s ease;
}
.notice-banner .banner-container .cell-list .cell-item .cell-date:hover,
.notice-banner .banner-container .cell-list .cell-item .cell-btn:hover {
  background-color: #721310;
}
.notice-banner .banner-container .cell-list .cell-item .cell-date {
  right: 0.16rem;
  top: 0.19rem;
  width: 0.7rem;
  height: 0.28rem;
  line-height: 0.28rem;
}
.notice-banner .banner-container .cell-list .cell-item .cell-btn {
  left: 0.22rem;
  bottom: 0.22rem;
  width: 1.12rem;
  height: 0.37rem;
  line-height: 0.37rem;
  font-weight: bold;
}
.notice-banner .banner-container .cell-list .cell-item + .cell-item {
  margin-left: 0.26rem;
}

.jiadata-banner {
  height: 6.19rem;
  background: url('../images/index-jiadata-bg.jpg') top center no-repeat;
  background-size: auto 100%;
}
.jiadata-banner .wp {
  height: 100%;
}
.jiadata-banner .banner-container {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.jiadata-banner .banner-tt {
  margin-top: 0.88rem;
}
.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: 12.09rem;
  float: right;
  margin-right: 0.44rem;
}
.jiadata-banner .jiadata-swiper-container .jiadata-swiper {
  width: 100%;
  height: 2.87rem;
}
.jiadata-banner .jiadata-swiper-container .jiadata-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.jiadata-banner .jiadata-swiper-container .jiadata-swiper .jiadata-item {
  width: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
}
.jiadata-banner .jiadata-swiper-container .jiadata-swiper .jiadata-item .jiadata-content {
  width: 2.87rem;
  height: 2.87rem;
  border-radius: 50%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  color: #ffffff;
  position: relative;
}
.jiadata-banner .jiadata-swiper-container .jiadata-swiper .jiadata-item .jiadata-content::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 0.02rem dashed #ffffff;
  box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 90;
  animation: rotate 30s linear infinite;
}
.jiadata-banner .jiadata-swiper-container .jiadata-swiper .jiadata-item .jiadata-content + .jiadata-content {
  margin-left: 0.2rem;
}
.jiadata-banner .jiadata-swiper-container .jiadata-swiper .jiadata-item .jiadata-icon {
  width: 100%;
  height: 100%;
  margin: 0 auto 1rem;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 50%;
}
.jiadata-banner .jiadata-swiper-container .jiadata-swiper .jiadata-item .jiadata-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(138, 104, 31, 0.75);
  border-radius: 50%;
  z-index: 40;
}
.jiadata-banner .jiadata-swiper-container .jiadata-swiper .jiadata-item .jiadata-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.jiadata-banner .jiadata-swiper-container .jiadata-swiper .jiadata-item .jiadata-year {
  font-size: 0.6rem;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 50;
  margin-top: 0.73rem;
}
.jiadata-banner .jiadata-swiper-container .jiadata-swiper .jiadata-item .jiadata-desc {
  font-size: 0.14rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.18rem;
  position: relative;
  z-index: 50;
  margin-top: 0.3rem;
  padding: 0 0.2rem;
  word-break: break-all;
  overflow-wrap: break-word;
  white-space: normal;
}
.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: 1.3rem;
  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: auto;
  right: 1.24rem;
}
.jiadata-banner .jiadata-swiper-button-next {
  right: 0.72rem;
  background: url('../images/swiper-main-button-next-b.png') no-repeat center center;
}
.jiadata-banner .logo-mini {
  position: absolute;
  width: 0.44rem;
  height: 0.56rem;
  top: 3.22rem;
  left: 0.42rem;
}
.jiadata-banner .logo-mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jiadata-banner .line {
  height: 0.04rem;
  overflow: hidden;
  position: absolute;
  top: 3.44rem;
  left: 0.42rem;
  right: 0.44rem;
}
.jiadata-banner .line-bak {
  position: absolute;
  top: 3.45rem;
  left: 0.42rem;
  right: 0.44rem;
  background: repeating-linear-gradient(to right, #b59a82 0 3px, transparent 3px 6px);
  height: 0.03rem;
  pointer-events: none;
}
.jiadata-banner .path {
  stroke-dasharray: 8, 6;
  animation: dash1 6s linear infinite;
}

.white-banner {
  height: 5.1rem;
  background-color: #ffffff;
}
.white-banner .banner-container {
  padding: 0 44px;
  overflow: hidden;
}
.white-banner .banner-container .cnt {
  margin-top: 1.55rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.white-banner .banner-container .cnt .cell {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.white-banner .banner-container .cnt .cell img {
  width: 1.47rem;
  height: 1.43rem;
}
.white-banner .banner-container .cnt .cell h5 {
  font-size: 0.21rem;
  line-height: 1;
  text-align: center;
  color: #5d1012;
  margin-top: 0.44rem;
}
.white-banner .banner-container .cnt .line {
  width: 2.43rem;
  height: 0.02rem;
  overflow: hidden;
  transform: translateY(0.68rem);
  position: relative;
}
.white-banner .banner-container .cnt .line:after {
  position: absolute;
  display: block;
  content: '';
  background-color: #d8d8d8;
}
.white-banner .path {
  stroke-dasharray: 4, 3;
  animation: dash1 6s linear infinite;
}

@keyframes dash1 {
  to {
    stroke-dashoffset: -100;
  }
}
.link-banner {
  height: 3.3rem;
  background: url('../images/index-link-bg.png') #ffffff top center no-repeat;
  background-size: auto 2.5rem;
}
.link-banner .banner-container {
  overflow: hidden;
}
.link-banner .banner-container .banner-tt {
  margin-top: 0.85rem;
}
.link-banner .banner-container .link-cells {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  display: flex;
  justify-content: flex-start;
}
.link-banner .banner-container .link-cells a {
  color: #ffffff;
}
.link-banner .banner-container .link-cells a + a {
  margin-left: 1.28rem;
}

/* 
  机构项 合作伙伴
  2026年3月31日10:43:09
 */
.about-jai-partners {
  padding: 40px 0;
  margin-top: 30px;
  background-image: url('../images/zhezhao2.png');
  width: 100%;
  background-repeat: repeat;
}

.partners-list {
  display: flex;
  justify-content: center;
}

.partner-item {
  display: flex;
}
.partner-item + .partner-item {
  margin-left: 0.44rem;
}
.partner-logo {
  width: 1.37rem;
  height: auto;
  overflow: hidden;
  position: relative;
  &:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 39.416058394160586%;
  }
}
.partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.partner-logo img {
  max-width: 100%;
  height: auto;
}
.partner-info {
  line-height: 1;
  text-align: left;
  margin-left: 0.07rem;
  color: #fff;
}

.partner-name {
  font-size: 0.14rem;
  margin-bottom: 0.11rem;
  color: #fee69b;
}

.partner-count {
  font-size: 0.3rem;
  font-weight: 100;
}

.partner-count .plus {
}

@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;
  }
  .main-banner::before {
    content: '';
    display: block;
    padding-top: 72%;
  }
  .main-banner .main-swiper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .main-banner .main-swiper .swiper-button-next,
  .main-banner .main-swiper .swiper-button-prev {
    display: none;
  }
  .main-banner .main-swiper .swiper-slide .slide-content {
    left: 0;
    top: 62.962962963%;
    transform: translate(0, 0);
  }
  .main-banner .main-swiper .swiper-slide .slide-content .slide-tt {
    font-size: 0.36rem;
    line-height: 0.45rem;
    padding: 0 0.62rem;
  }
  .main-banner .main-banner-title {
    font-size: 0.36rem;
    line-height: 0.45rem;
  }
  .news-banner {
    margin-top: 0;
    height: 14.42rem;
  }
  .news-banner .wp {
    padding: 0;
  }
  .news-banner .news-container {
    padding: 0;
    flex-direction: column;
    width: 6.88rem;
    margin: 0.4rem 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.18rem;
    height: 2.76rem;
  }
  .news-banner .news-card-large .news-card-title {
    margin-top: 0.53rem;
  }
  .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.37rem 0.41rem 0 0.41rem;
  }
  .news-banner .news-card-small .news-card-title {
    font-size: 0.16rem;
    line-height: 0.18rem;
    height: 0.36rem;
    overflow: hidden;
  }
  .news-banner .news-card-small .news-card-excerpt {
    font-size: 0.12rem;
    line-height: 0.14rem;
  }
  .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.2rem;
  }
  .news-banner .banner-tt {
    padding: 0 0.15rem;
    font-size: 0.4rem;
  }
  .notice-banner {
    height: 11.37rem;
  }
  .notice-banner .banner-container .banner-tt {
    margin-top: 0.64rem;
  }
  .notice-banner .banner-container .cell-list {
    margin-top: 0.57rem;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 0.25rem;
    justify-content: center;
    align-items: center;
  }
  .notice-banner .banner-container .cell-list .cell-item + .cell-item {
    margin-left: 0;
  }
  .white-banner {
    height: 2.5rem;
  }
  .white-banner .banner-container .cnt .cell img {
    width: 0.69rem;
    height: 0.67rem;
  }
  .white-banner .banner-container .cnt .cell h5 {
    font-size: 0.1rem;
    margin-top: 0.19rem;
  }
  .white-banner .banner-container .cnt .line {
    width: 1.27rem;
    height: 1rem;
    transform: none;
  }
  .white-banner .banner-container .cnt {
    margin-top: 0.73rem;
  }
  .link-banner {
    height: 1.96rem;
    background-image: url(../images/friend-links-container-bg-mini.png);
    background-size: 100% 1.55rem;
  }
  .link-banner .wp {
    width: 7.5rem;
    padding: 0;
  }
  .link-banner .banner-container {
    padding: 0 0.34rem;
  }
  .link-banner .banner-container .banner-tt {
    font-size: 22px;
    margin-top: 0.52rem;
    padding: 0;
  }
  .link-banner .banner-container .link-cells {
    font-size: 0.09rem;
  }
  .link-banner .banner-container .link-cells a {
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .link-banner .banner-container .link-cells a + a {
    margin-left: 0.8rem;
  }
  .jiadata-banner {
    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;
    transform: scale(0.4494773519);
    left: -55.05226481%;
    top: -59.052265%;
  }
  .about-jai-banner {
    /* height: 2.66rem; */
    height: 4.5rem;
    background-image: url(../images/index-jiadata-bg-mini.jpg);
    background-size: 100% auto;
  }
  .about-jai-banner .wp {
    padding: 0;
  }
  .about-jai-partners {
    transform: scale(0.65) translate(-27%, -0.6rem);
    background-image: none !important;
  }

  .about-jai-banner {
    height: 5.05rem;
    background: url('../images/index-AboutJAI-bg.jpg') top center no-repeat;
    background-size: auto 100%;
  }

  .about-jai-partners .partners-list {
    width: 150%;
  }
  .about-jai-partners .partner-item {
    width: 20%;
  }
  .banner .banner-tt {
    padding: 0 0.29rem;
    font-size: 0.22rem;
    margin-top: 0.4rem;
  }
  .about-jai-banner .banner-container {
    height: 2.66rem;
  }
  .about-jai-banner .about-jai-warp {
    transform: scale(0.4711055276) translate(-50%, 0);
    transform-origin: 0 0;
    left: 50%;
  }
  .about-jai-banner .banner-btn {
    display: none;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}