/* 自定义分页器容器 */
.swiper-pagination {
  width: 50% !important;
  bottom: 5.0625rem !important;
  /* 调整位置 */
  display: flex;
  justify-content: flex-end;
  left: calc(50% - 6.5625rem) !important;
  gap: 0.625rem;
  /* 小点间距 */
}
/* 自定义分页器子弹（bullet） */
.swiper-pagination-bullet {
  transition: all 0.3s ease;
  /* 过渡动画 */
  width: 1.75rem !important;
  height: 1.75rem !important;
  border-radius: 0 !important;
  margin: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
}
.swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #9A9B9B;
}
/* 活动状态的子弹 */
.swiper-pagination-bullet-active {
  border: 1px solid #FFFFFF;
}
.swiper-pagination-bullet-active::before {
  background-color: #FFFFFF;
}
.banner-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.banner-wrap .mySwiper {
  height: auto;
}
.banner-wrap .mySwiper img {
  width: 100%;
  height: auto;
  min-height: 500px;
  object-fit: cover;
}
.banner-wrap .banner-content {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 4.1875rem;
  z-index: 1;
}
.banner-wrap .banner-content .banner-ltd {
  display: inline-block;
  text-align: left;
  font: normal normal normal 1.125rem/1.25rem DM Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  background-color: #2A8AEE;
  margin-bottom: 1.25rem;
}
.banner-wrap .banner-content .banner-title-h1 {
  font: normal normal normal 7.375rem/7.375rem DM Sans;
  letter-spacing: -0.3688rem;
  color: #FFFFFF;
}
@media screen and (max-width: 576px) {
  .banner-wrap .banner-content .banner-title-h1 {
    font: normal normal normal 4.6rem/4.6rem DM Sans;
  }
}
.banner-wrap .banner-content .banner-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .banner-wrap .banner-content .banner-text {
    flex-direction: column;
    align-items: flex-start;
  }
}
.banner-wrap .banner-content .banner-text p {
  text-align: left;
  font: normal normal normal 1.125rem/2rem DM Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .banner-wrap .banner-content .banner-text p {
    order: 2;
    margin: 3rem 0;
  }
}
.banner-wrap .banner-content .banner-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.banner-wrap .banner-content .banner-btn div {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.0625rem;
}
.banner-wrap .banner-content .banner-btn div img {
  display: block;
  width: 1rem;
}
.banner-wrap .banner-content .banner-btn p a {
  text-align: left;
  font: normal normal normal 1.25rem/2rem DM Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.expert-section-wrap {
  position: relative;
}
.expert-section-wrap .fixed-right-img {
  position: absolute;
  right: -100px;
  bottom: 0;
  z-index: 1;
}
.expert-section-wrap .fixed-right-img img {
  display: block;
  width: 38.5625rem;
}
@media screen and (max-width: 576px) {
  .expert-section-wrap .fixed-right-img img {
    width: 30rem;
  }
}
.expert-section {
  margin-top: 6.0625rem;
  margin-bottom: 8.0625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.875rem;
}
@media screen and (max-width: 1024px) {
  .expert-section {
    grid-template-columns: 1fr;
  }
}
.expert-section .expert-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.expert-section .expert-left .expert-left-txt h2 {
  font: normal normal normal 4rem/5.625rem DM Sans;
  letter-spacing: -0.2rem;
  color: #000000;
}
@media screen and (max-width: 576px) {
  .expert-section .expert-left .expert-left-txt h2 {
    font: normal normal normal 3.5rem/5rem DM Sans;
  }
}
.expert-section .expert-left .expert-left-txt p {
  font: normal normal normal 1rem/1.625rem Inter;
  letter-spacing: 0px;
  color: #4E4E4E;
  margin-top: 3.1875rem;
}
.expert-section .expert-left .expert-left-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .expert-section .expert-left .expert-left-content {
    margin-top: 3rem;
  }
}
.expert-section .expert-left .expert-left-content .expert-left-content-block {
  box-sizing: border-box;
  padding: 2rem 1.5625rem 1.5625rem;
}
.expert-section .expert-left .expert-left-content .expert-left-content-block > img {
  display: block;
}
.expert-section .expert-left .expert-left-content .expert-left-content-block div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6.625rem;
}
@media screen and (max-width: 1024px) {
  .expert-section .expert-left .expert-left-content .expert-left-content-block div {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 576px) {
  .expert-section .expert-left .expert-left-content .expert-left-content-block div {
    margin-top: 7rem;
  }
}
.expert-section .expert-left .expert-left-content .expert-left-content-block div h4 {
  font: normal normal normal 1.5rem/1.625rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.expert-section .expert-left .expert-left-content .expert-left-content-block div img {
  display: block;
  width: 1.25rem;
}
.expert-section .expert-left .expert-left-content .expert-left-content-block:first-of-type {
  background-color: #2A8AEE;
}
.expert-section .expert-left .expert-left-content .expert-left-content-block:first-of-type > img {
  width: 3.1875rem;
}
.expert-section .expert-left .expert-left-content .expert-left-content-block:nth-of-type(2) {
  background-color: #000000;
}
.expert-section .expert-left .expert-left-content .expert-left-content-block:nth-of-type(2) > img {
  width: 3.75rem;
}
.expert-section .expert-right img {
  display: block;
  width: 100%;
}
.about-section-wrap {
  background: url("../images/index/aboutLapcom-back.png") no-repeat;
  aspect-ratio: 1920/742;
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
  transform: translateY(-3.125rem);
  margin-bottom: -3.125rem;
}
@media screen and (max-width: 576px) {
  .about-section-wrap {
    aspect-ratio: unset;
  }
}
.about-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.about-section h2 {
  font: normal normal normal 4rem/5.625rem DM Sans;
  letter-spacing: -0.2rem;
  color: #FFFFFF;
  margin-top: 6.375rem;
}
@media screen and (max-width: 576px) {
  .about-section h2 {
    margin-top: 5rem;
  }
}
.about-section .count-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 576px) {
  .about-section .count-wrap {
    grid-template-columns: 1fr 1fr;
    row-gap: 2rem;
    margin-bottom: 3rem;
    margin-top: 10rem;
  }
}
.about-section .count-wrap div p {
  font: normal normal bold 1.125rem/1.625rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
.about-section .count-wrap div h1 {
  font: normal normal bold 8.3125rem/9.9375rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .about-section .count-wrap div h1 {
    font: normal normal bold 5rem/5.9375rem Inter;
  }
}
.news-section-wrap {
  background-color: #F6F6F6;
  padding-top: 1.25rem;
  padding-bottom: 6.5rem;
}
.news-section-wrap .news-section .news-section-top {
  display: grid;
  grid-template-columns: 3fr 2fr;
  border-bottom: 1px solid #E8E8E8;
}
.news-section-wrap .news-section .news-section-top .news-top-left {
  border-right: 1px solid #E2E2E2;
}
.news-section-wrap .news-section .news-section-top .news-top-left h2 {
  font: normal normal normal 4rem/5.625rem DM Sans;
  letter-spacing: -0.2rem;
  color: #000000;
  margin: 5rem 0;
}
.news-section-wrap .news-section .news-section-top .news-top-right {
  display: flex;
  align-items: center;
}
.news-section-wrap .news-section .news-section-top .news-top-right .more-btn {
  width: 8.875rem;
  height: 3.5rem;
  background: #000000 0% 0% no-repeat padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5.125rem;
}
.news-section-wrap .news-section .news-section-top .news-top-right .more-btn span {
  text-align: left;
  font: normal normal medium 1.125rem/1.625rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-right: 1.5625rem;
}
.news-section-wrap .news-section .news-section-top .news-top-right .more-btn img {
  display: block;
  width: 1.25rem;
}
.news-section-wrap .news-section .news-section-content {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4.8125rem;
}
@media screen and (max-width: 1024px) {
  .news-section-wrap .news-section .news-section-content {
    grid-template-columns: 1fr 1fr;
    gap: 3.125rem;
  }
}
@media screen and (max-width: 576px) {
  .news-section-wrap .news-section .news-section-content {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}
.news-section-wrap .news-section .news-section-content .news-item .news-item-img {
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
}
.news-section-wrap .news-section .news-section-content .news-item .news-item-img:hover img {
  transform: scale(1.1);
}
.news-section-wrap .news-section .news-section-content .news-item .news-item-img img {
  display: block;
  width: 100%;
  transition: 0.3s;
}
.news-section-wrap .news-section .news-section-content .news-item .news-item-img div {
  width: 10.875rem;
  height: 2.9375rem;
  background: #025DBC 0% 0% no-repeat padding-box;
  text-align: center;
  font: normal normal normal 0.9375rem/2.9375rem Inter;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
}
.news-section-wrap .news-section .news-section-content .news-item .news-item-content {
  box-sizing: border-box;
  padding: 2.1875rem;
  background-color: #FFFFFF;
}
.news-section-wrap .news-section .news-section-content .news-item .news-item-content h5 {
  text-align: left;
  font: normal normal normal 1.3125rem/2.25rem Inter;
  letter-spacing: 0px;
  color: #040404;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-section-wrap .news-section .news-section-content .news-item .news-item-content p {
  text-align: left;
  font: normal normal normal 1rem/1.625rem Inter;
  margin-top: 1.625rem;
  margin-bottom: 1.625rem;
  letter-spacing: 0px;
  color: #040404;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-section-wrap .news-section .news-section-content .news-item .news-item-content .more-news {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.625rem;
}
.news-section-wrap .news-section .news-section-content .news-item .news-item-content .more-news span {
  font: normal normal normal 1rem/1.4375rem Inter;
  letter-spacing: 0px;
  color: #040404;
  margin-right: 0.8125rem;
}
.news-section-wrap .news-section .news-section-content .news-item .news-item-content .more-news img {
  display: block;
  width: 1rem;
}
