.index-page .swiper-container {
  overflow: hidden;
}
.index-page .swiper-container:hover .swiper-button-prev {
  left: 4.3%;
}
.index-page .swiper-container:hover .swiper-button-next {
  right: 4.3%;
}
.index-page .swiper-container .swiper-slide {
  position: relative;
}
/* .index-page .swiper-container .swiper-slide::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(44, 59, 77, 0.6);
  z-index: 1;
} */
.index-page .swiper-container .swiper-slide a > img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 800px;
}
.index-page .swiper-container .swiper-slide .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
.index-page .swiper-container .swiper-slide .text p {
  color: #fff;
  font-family: PingFang SC;
  font-size: 86px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.index-page .swiper-container .swiper-slide .text p:nth-child(1) {
  margin-bottom: 11px;
}
.index-page .swiper-container .swiper-button-prev,
.index-page .swiper-container .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* 取消插件自带的背景图 */
  background-image: none;
  transition: all 0.5s;
}
.index-page .swiper-container .swiper-button-prev .active,
.index-page .swiper-container .swiper-button-next .active {
  display: none;
}
.index-page .swiper-container .swiper-button-prev:hover .default,
.index-page .swiper-container .swiper-button-next:hover .default {
  display: none;
}
.index-page .swiper-container .swiper-button-prev:hover .active,
.index-page .swiper-container .swiper-button-next:hover .active {
  display: block;
}
.index-page .swiper-container .swiper-button-prev {
  left: -100%;
}
.index-page .swiper-container .swiper-button-next {
  right: -100%;
}
.index-page .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
}
.index-page .content .left {
  width: 79.25%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* 上方区域 ，修改*/
}
.index-page .content .left .section {
  width: 622px;
  height: 448px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.index-page .content .left .section:nth-child(n + 2) {
  margin-bottom: 24px;
}
.index-page .content .left .section1 {
  margin-right: 24px;
}
.index-page .content .left .section1 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.index-page .content .left .section1 li {
  width: 80px;
  height: 246px;
  border-radius: 16px;
  border: 2px solid #b3bfd1;
  background: rgba(0, 0, 0, 0.6);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 43px;
  transition: 0.45s ease;
}
.index-page .content .left .section1 li:last-child {
  margin-right: 0;
}
.index-page .content .left .section1 li:hover {
  background: rgba(27, 40, 51, 0.3);
}
.index-page .content .left .section1 li a {
  color: #fff;
  font-family: PingFang SC;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
  writing-mode: vertical-lr;
  letter-spacing: 10px;
}
.index-page .content .left .section2 ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.index-page .content .left .section2 ul li {
  height: 100%;
  width: 150px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.45s ease;
}
.index-page .content .left .section2 ul li:hover {
  background: rgba(27, 40, 51, 0.3);
}
.index-page .content .left .section2 ul li a {
  color: #fff;
  font-family: PingFang SC;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
  writing-mode: vertical-lr;
  letter-spacing: 10px;
}
.index-page .content .left .section3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-page .content .left .section3 .item {
  text-align: center;
  margin-right: 29px;
}
.index-page .content .left .section3 .item:last-child {
  margin-right: 0;
}
.index-page .content .left .section3 .item .img {
  width: 160px;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index-page .content .left .section3 .item .title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-top: 20px;
}
.index-page .content .left .section3 .item .desc {
  color: #fff;
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  margin-top: 4px;
}
.index-page .content .left .section4 {
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-page .content .right {
  width: 20%;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-page .content .right .section {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  /* 公用*/
  background-color: rgba(0, 0, 0, 0.7);
  padding: 32px 34px 36px 35px;
}
.index-page .content .right .section:last-child {
  margin-bottom: 0;
}
.index-page .content .right .section .title {
  color: #fff;
  font-family: PingFang SC;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
.index-page .content .right .section1 {
  padding-bottom: 20px;
  padding-top: 19px;
}
.index-page .content .right .section1 > div {
  width: 78.5%;
  height: auto;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 6px auto 0;
  padding-left: 21px;
  padding-top: 10px;
  padding-bottom: 11px;
  padding-right: 10px;
}
.index-page .content .right .section1 > div p {
  margin-bottom: 5px;
  max-width: 100%;
  word-break: break-all;
}
.index-page .content .right .section1 > div p a {
  color: #fff;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
}
.index-page .content .right .section1 > div p a:hover {
  font-weight: 900;
}
.index-page .content .right .section2 > div {
  margin-top: 10px;
}
.index-page .content .right .section2 > div p {
  width: 251px;
  height: 53px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
}
.index-page .content .right .section2 > div p:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.index-page .content .right .section2 > div p:last-child {
  margin-bottom: 0;
}
.index-page .content .right .section2 > div a {
  color: #fff;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  display: block;
  width: fit-content;
  max-width: 100%;
}
.index-page .content .right .section3 p {
  width: 251px;
  height: 53px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.index-page .content .right .section3 p:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.index-page .content .right .section3 a {
  color: #fff;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  display: block;
  width: fit-content;
  max-width: 100%;
}
.index-page .content .right .section4 div {
  margin-top: 10px;
}
.index-page .content .right .section4 div p {
  width: 251px;
  height: 53px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
}
.index-page .content .right .section4 div p:last-child {
  margin-bottom: 0;
}
.index-page .content .right .section4 div p:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.index-page .content .right .section4 div p a {
  color: #fff;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  display: block;
  width: fit-content;
  max-width: 100%;
}
.index-page .info-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 49px;
}
.index-page .info-box .left {
  width: 79.25%;
  height: 151px;
  /* background: rgba(39, 39, 39, 0.95); */
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 5.92%;
  padding-right: 5.69%;
  /* 设置字体样式 */
}
.index-page .info-box .left p,
.index-page .info-box .left a {
  color: #fff;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  /* font-weight: 700; */
  line-height: normal;
  letter-spacing: 0.8px;
}
.index-page .info-box .left p {
  margin-bottom: 9px;
}
.index-page .info-box .right {
  width: 20%;
  height: 151px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.index-page .info-box .right .title {
  color: #fff;
  font-family: PingFang SC;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.index-page .info-box .right .desc {
  color: #fff;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
}
@media (max-width: 1650px) {
  .index-page .swiper-container .swiper-slide .text p {
    font-size: 65px;
  }
  .index-page .content .left .section {
    width: 48.5%;
  }
  .index-page .content .right .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .index-page .content .right .section1 > div {
    width: 100%;
  }
  .index-page .content .left .section1 {
    margin-right: 0;
  }
  .index-page .content .left .section2 ul li {
    width: 24%;
  }
  .index-page .content .right .section2 > div p {
    width: 100%;
  }
  .index-page .content .right .section3 p,
  .index-page .content .right .section4 div p {
    width: 100%;
  }
  /* 修改图片区域,section3 */
  .index-page .content .left .section3 .item {
    width: 25.7%;
  }
  .index-page .content .left .section3 .item .desc {
    white-space: nowrap;
    font-size: 10px;
  }
  .index-page .content .left .section3 .item .img {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  .index-page .swiper-container .swiper-slide .text p {
    font-size: 45px;
  }
  .index-page .content .left .section1 ul {
    width: 90%;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  .index-page .content .left .section1 li {
    width: 20%;
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .index-page .content {
    flex-wrap: wrap;
  }
  .index-page .content .left {
    width: 100%;
  }
  .index-page .content .right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .index-page .content .right .section {
    width: 48.5%;
    margin-bottom: 24px;
  }
  .index-page .content .right .section3 {
    order: 1;
  }
  .index-page .info-box {
    margin-top: 24px;
  }
  .index-page .info-box .left {
    padding-left: 2%;
    padding-right: 2%;
    width: 83.25%;
  }
  .index-page .info-box .right {
    width: 15%;
  }
  .index-page .info-box .right .title {
    font-size: 16px;
  }
  .index-page .info-box .right .desc {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .index-page .content .left .section3 .item {
    overflow: hidden;
  }
  .index-page .content .left .section {
    height: 390px;
  }
  .index-page .info-box .left {
    flex-wrap: wrap;
    padding-top: 25px;
    padding-bottom: 25px;
    height: auto;
  }
  .index-page .info-box .right {
    height: auto;
  }
}
@media (max-width: 768px) {
  .index-page .swiper-container .swiper-slide .text p {
    font-size: 24px;
    white-space: nowrap;
  }
  .index-page .swiper-container .swiper-button-prev,
  .index-page .swiper-container .swiper-button-next {
    top: 60%;
  }
  .swiper-button-next img,
  .swiper-button-prev img {
    width: 20px;
    object-fit: contain;
  }
  .index-page .content .left .section {
    width: 100%;
    margin-bottom: 25px;
  }
  .index-page .content .right .section {
    width: 100%;
    margin-bottom: 25px;
  }
  .index-page .content .right .section:last-child {
    margin-bottom: 25px;
  }
  .index-page .info-box {
    flex-wrap: wrap;
  }
  .index-page .info-box .left {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .index-page .info-box .right {
    width: 100%;
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  /* .index-page .swiper-container .swiper-slide a > img {
    height: 450px;
    object-fit: cover;
    object-position: center;
  } */
}
