/* ==================== 首页 - 通用间距 Start ==================== */
.index-main section {
  margin-bottom: 5.56vw;
}
.index-main section .index-text {
  margin-bottom: 2.08vw;
}
.index-main section > .mxw-box {
  padding-left: 2.78vw;
  padding-right: 2.78vw;
}
@media screen and (min-width: 1440px) {
  .index-main section {
    margin-bottom: 80px;
  }
  .index-main section .index-text {
    margin-bottom: 30px;
  }
  .index-main section > .mxw-box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .index-main section {
    margin-bottom: 6.51vw;
  }
  .index-main section .index-text {
    margin-bottom: 2.6vw;
  }
  .index-main section > .mxw-box {
    padding-left: 3.13vw;
    padding-right: 3.13vw;
  }
}
@media screen and (max-width: 500px) {
  .index-main section {
    margin-bottom: 12.21vw;
  }
  .index-main section .index-text {
    margin-bottom: 4.07vw;
  }
  .index-main section > .mxw-box {
    padding-left: 4.07vw;
    padding-right: 4.07vw;
  }
}
/* ==================== 首页 - 通用间距 Start ==================== */
/* ==================== 首页 - 通用更多按钮 Start ==================== */
.index-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.43vw;
}
.index-head .index-text1 {
  margin-bottom: 0;
}
.index-more {
  color: #0075FF;
  font-family: "Inter-Medium";
  font-size: 0.97vw;
  line-height: 1.1;
}
.index-more:hover {
  color: #0075FF;
}
@media screen and (min-width: 1440px) {
  .index-head {
    margin-bottom: 35px;
  }
  .index-more {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .index-head {
    margin-bottom: 2.86vw;
  }
  .index-more {
    font-size: 1.69vw;
  }
}
@media screen and (max-width: 500px) {
  .index-head {
    margin-bottom: 4.07vw;
  }
  .index-more {
    font-size: 3.56vw;
  }
}
/* ==================== 首页 - 通用更多按钮 End ==================== */
/* ==================== 首页 - 板块一 Start ==================== */
.index-section1 {
  overflow: hidden;
}
.index-section1:hover .swiper-btn {
  opacity: 1;
  visibility: visible;
}
.index-section1 .index-section1-swiper {
  border-radius: 16px;
  overflow: hidden;
}
.index-section1 .swiper-pagination2 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 2.08vw;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-section1 .swiper-pagination2 .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  background: none;
  position: relative;
  line-height: 1;
  opacity: 1;
}
.index-section1 .swiper-pagination2 .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  z-index: 1;
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 2px;
  left: 0;
  border-radius: 100%;
  box-sizing: border-box;
}
.index-section1 .swiper-pagination2 .swiper-pagination-bullet::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  opacity: 0.6;
}
.index-section1 .swiper-pagination2 .swiper-pagination-bullet svg {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  position: relative;
}
.index-section1 .swiper-pagination2 .swiper-pagination-bullet svg #circle {
  transition-timing-function: linear;
  stroke-dasharray: 140, 140;
  stroke-dashoffset: 140;
}
.index-section1 .swiper-pagination2 .swiper-pagination-bullet.active2 svg #circle {
  transition-duration: 3.5s;
}
.index-section1 .swiper-pagination2 .swiper-pagination-bullet.active:after {
  opacity: 1;
}
.index-section1 .swiper-pagination2 .swiper-pagination-bullet.active svg {
  opacity: 1;
}
.index-section1 .swiper-pagination2 .swiper-pagination-bullet.active #circle {
  transition-duration: 4.5s;
  stroke-dashoffset: 0;
}
.index-section1 .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
}
.index-section1 .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active svg {
  opacity: 1;
}
.index-section1 .swiper-slide {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.index-section1 .image {
  border-radius: 16px;
  overflow: hidden;
}
.index-section1 .image img {
  width: 100%;
  display: block;
}
.index-section1 .info {
  position: absolute;
  bottom: 8.33vw;
  left: 8.33vw;
  z-index: 2;
}
.index-section1 .info .text1 {
  color: #FFF;
  font-family: "Inter-Regular";
  font-size: 2.78vw;
  line-height: 1.1;
}
.index-section1 .info .text2 {
  margin-top: 0.83vw;
  color: #FFF;
  font-family: "Inter-Regular";
  font-size: 1.11vw;
  font-weight: 500;
  line-height: 1.4;
}
.index-section1 .btn-group {
  margin-top: 2.78vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.index-section1 .btn-group .common-btn {
  min-width: inherit;
  margin-right: 0.83vw;
  min-width: 100px;
}
.index-section1 .swiper-btn {
  width: 3.472vw;
  height: 3.472vw;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.index-section1 .swiper-btn.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.index-section1 .swiper-btn:before {
  font-size: 100%;
}
.index-section1 .swiper-btn-prev {
  left: 1.389vw;
}
.index-section1 .swiper-btn-next {
  right: 1.389vw;
}
@media screen and (min-width: 1440px) {
  .index-section1 .swiper-pagination {
    bottom: 30px;
  }
  .index-section1 .info {
    bottom: 0;
    top: 0;
    margin: auto;
    left: 120px;
    height: fit-content;
  }
  .index-section1 .info .text1 {
    font-size: 40px;
  }
  .index-section1 .info .text2 {
    margin-top: 12px;
    font-size: 16px;
  }
  .index-section1 .btn-group {
    margin-top: 40px;
  }
  .index-section1 .btn-group .common-btn {
    margin-right: 12px;
  }
  .index-section1 .swiper-btn {
    width: 50px;
    height: 50px;
  }
  .index-section1 .swiper-btn-prev {
    left: 20px;
  }
  .index-section1 .swiper-btn-next {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .index-section1 .swiper-pagination {
    bottom: 4.17vw;
  }
  .index-section1 .image {
    border-radius: 1.56vw;
  }
  .index-section1 .info {
    bottom: 9.11vw;
    left: 9.11vw;
  }
  .index-section1 .info .text1 {
    font-size: 3.13vw;
  }
  .index-section1 .info .text2 {
    margin-top: 1.04vw;
    font-size: 1.69vw;
  }
  .index-section1 .btn-group {
    margin-top: 3.91vw;
  }
  .index-section1 .btn-group .common-btn {
    margin-right: 2.08vw;
  }
  .index-section1 .swiper-btn {
    width: 4.688vw;
    height: 4.688vw;
  }
  .index-section1 .swiper-btn-prev {
    left: 1.823vw;
  }
  .index-section1 .swiper-btn-next {
    right: 1.823vw;
  }
}
@media screen and (max-width: 500px) {
  .index-section1 .swiper-pagination {
    bottom: 7.63vw;
    display: none;
  }
  .index-section1 .swiper-slide {
    position: relative;
  }
  .index-section1 .swiper-slide:after {
    content: "";
    display: block;
    width: 100%;
    height: 73.79vw;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(216, 239, 255, 0) 11.85%, #7DB7E2 47.11%, #80BEEB 100%, #75BCEE 100.01%);
  }
  .index-section1 .image {
    border-radius: 2.04vw;
    padding-bottom: 20.356vw;
  }
  .index-section1 .info {
    bottom: 0;
    left: 0;
    padding-left: 4.07vw;
    padding-right: 4.07vw;
    width: 100%;
    padding-bottom: 11.705vw;
    z-index: 3;
    text-align: center;
  }
  .index-section1 .info .text1 {
    font-size: 7.12vw;
    font-family: "Inter-SemiBold";
  }
  .index-section1 .info .text2 {
    margin-top: 3.05vw;
    font-size: 3.31vw;
  }
  .index-section1 .btn-group {
    margin-top: 9.41vw;
    justify-content: center;
  }
  .index-section1 .btn-group .common-btn {
    margin-right: 2.036vw;
    padding-left: 4.58vw;
    padding-right: 4.58vw;
  }
  .index-section1 .swiper-btn {
    width: 9.16vw;
    height: 9.16vw;
  }
  .index-section1 .swiper-btn-prev {
    left: 3.562vw;
  }
  .index-section1 .swiper-btn-next {
    right: 3.562vw;
  }
}
/* ==================== 首页 - 板块一 End ==================== */
/* ==================== 首页 - 板块二 Start ==================== */
.index-section2 {
  overflow: hidden;
}
.index-section2 .itembox {
  display: flex;
  flex-wrap: wrap;
}
.index-section2 .item {
  width: 49.5%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background-color: #F6F6F6;
}
.index-section2 .item:nth-child(2n) {
  margin-left: 1%;
}
.index-section2 .item:nth-child(2) ~ .item {
  margin-top: 1%;
}
.index-section2 .item:hover .info .index-text3 {
  color: #0075FF;
}
.index-section2 .item:hover .image img {
  transform: scale(1.05);
}
.index-section2 .item .image img {
  transition: all 0.4s;
}
.index-section2 .item .info {
  position: absolute;
  top: 2.78vw;
  left: 2.78vw;
  z-index: 2;
  width: 22.22vw;
}
.index-section2 .item .info .index-text8 {
  margin-top: 0.69vw;
}
@media screen and (min-width: 1440px) {
  .index-section2 .item {
    border-radius: 1.56vw;
  }
  .index-section2 .item .info {
    top: 40px;
    left: 40px;
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .index-section2 .item {
    border-radius: 1.56vw;
  }
  .index-section2 .item .info {
    top: 3.13vw;
    left: 3.13vw;
    width: 20.83vw;
  }
}
@media screen and (max-width: 500px) {
  .index-section2 .itembox {
    display: block;
  }
  .index-section2 .item {
    width: 100%;
    border-radius: 2.04vw;
    margin: 0 !important;
  }
  .index-section2 .item:nth-child(1) ~ .item {
    margin-top: 3.05vw !important;
  }
  .index-section2 .item .info {
    top: 6.11vw;
    left: 6.11vw;
    width: 40vw;
  }
}
/* ==================== 首页 - 板块二 End ==================== */
/* ==================== 首页 - 板块三 Start ==================== */
.index-section3 {
  overflow: hidden;
}
.index-section3 .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5.56vw;
}
.index-section3 .item:nth-child(2n) .image {
  order: 2;
  margin-right: 0;
  margin-left: 4.17vw;
}
.index-section3 .item:nth-child(2n) .info {
  text-align: right;
}
.index-section3 .item:nth-child(2n) .info .common-btn {
  margin-right: 0;
  margin-left: auto;
}
.index-section3 .item:last-child {
  margin-bottom: 0;
}
.index-section3 .item .image {
  width: 51.39vw;
  display: block;
  margin-right: 4.17vw;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
}
.index-section3 .item .image img {
  width: 100%;
}
.index-section3 .item .index-info .text1 {
  margin-bottom: 2.78vw;
  font-size: 2.78vw;
  font-family: "Inter-SemiBold";
}
.index-section3 .item .index-info .common-btn {
  display: table;
  margin-top: 2.78vw;
}
@media screen and (min-width: 1440px) {
  .index-section3 .item {
    margin-bottom: 80px;
  }
  .index-section3 .item:nth-child(2n) .image {
    margin-left: 60px;
  }
  .index-section3 .item .image {
    width: 740px;
    margin-right: 60px;
  }
  .index-section3 .item .index-info .text1 {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .index-section3 .item .index-info .common-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .index-section3 .item {
    margin-bottom: 6.51vw;
  }
  .index-section3 .item:nth-child(2n) .image {
    margin-left: 5.21vw;
  }
  .index-section3 .item .image {
    width: 52.08vw;
    margin-right: 5.21vw;
  }
  .index-section3 .item .index-info .text1 {
    margin-bottom: 3.13vw;
    font-size: 3.13vw;
  }
  .index-section3 .item .index-info .common-btn {
    margin-top: 5.21vw;
  }
}
@media screen and (max-width: 500px) {
  .index-section3 .itembox {
    display: block;
  }
  .index-section3 .item {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  .index-section3 .item:nth-child(2n) .image {
    margin-left: 0;
  }
  .index-section3 .item:last-child {
    margin-bottom: 0;
  }
  .index-section3 .item .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4.07vw;
  }
  .index-section3 .item .index-info .text1 {
    margin-bottom: 16px;
    font-size: 6.11vw;
  }
  .index-section3 .item .index-info .common-btn {
    margin-top: 10.18vw;
  }
}
/* ==================== 首页 - 板块三 End ==================== */
/* ==================== 首页 - 板块四 Start ==================== */
.index-section4 {
  overflow: hidden;
  padding-top: 3.89vw;
  padding-bottom: 3.89vw;
}
.index-section4 .index-section4-swiper {
  position: relative;
}
.index-section4 .index-section4-swiper .swiper-slide {
  padding-left: 9.72vw;
  padding-right: 9.72vw;
}
.index-section4 .item {
  position: relative;
}
.index-section4 .item .text1 {
  height: 6.944vw;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 4.17vw;
}
.index-section4 .item .text1 img {
  height: 100%;
  width: auto;
}
.index-section4 .item .desc {
  color: #000;
  text-align: center;
  font-size: 1.11vw;
  line-height: 1.4;
  font-family: "Inter-Regular";
}
.index-section4 .swiper-pagination {
  position: static;
  transform: translate(0, 0);
  margin-top: 5.56vw;
}
.index-section4 .swiper-btn.swiper-button-disabled {
  display: none;
}
@media screen and (min-width: 768px) {
  .index-section4 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .index-section4 .index-section4-swiper .swiper-slide {
    padding-left: 140px;
    padding-right: 140px;
  }
  .index-section4 .item .text1 {
    height: 100px;
    margin-bottom: 60px;
  }
  .index-section4 .item .desc {
    font-size: 16px;
  }
  .index-section4 .swiper-pagination {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .index-section4 {
    padding-top: 9.11vw;
    padding-bottom: 3.13vw;
  }
  .index-section4 .index-section4-swiper .swiper-slide {
    padding-left: 13.02vw;
    padding-right: 13.02vw;
  }
  .index-section4 .item .text1 {
    height: 13.021vw;
    margin-bottom: 5.99vw;
  }
  .index-section4 .item .desc {
    font-size: 1.82vw;
  }
  .index-section4 .swiper-pagination {
    margin-top: 9.11vw;
  }
}
@media screen and (max-width: 500px) {
  .index-section4 {
    padding-top: 21.63vw;
    padding-bottom: 6.11vw;
  }
  .index-section4 .index-section4-swiper {
    padding-top: 2.54vw;
  }
  .index-section4 .index-section4-swiper .swiper-slide {
    padding-left: 0;
    padding-right: 0;
  }
  .index-section4 .item .text1 {
    height: 12.723vw;
    margin-bottom: 12.72vw;
  }
  .index-section4 .item .desc {
    font-size: 3.31vw;
  }
  .index-section4 .swiper-pagination {
    margin-top: 17.81vw;
  }
  .index-section4 .swiper-btn {
    top: 0;
    transform: translateY(0);
  }
}
/* ==================== 首页 - 板块四 End ==================== */
/* ==================== 首页 - 板块五 Start ==================== */
.index-section5 {
  overflow: hidden;
}
.index-section5 .item {
  display: block;
  cursor: pointer;
}
.index-section5 .item .image {
  overflow: hidden;
  border-radius: 16px;
}
.index-section5 .item .index-info {
  margin-top: 2.78vw;
  text-align: center;
}
.index-section5 .item .index-info .index-text3 {
  font-size: 20px;
}
.index-section5 .item .index-info .index-text8 {
  margin-top: 0.83vw;
}
.index-section5 .swiper-btn {
  transform: translate(0, 0);
  top: 35%;
}
.index-section5 .swiper-btn.swiper-button-disabled {
  display: none;
}
.index-section5 .swiper-btn-prev {
  left: 1.67vw;
}
.index-section5 .swiper-btn-next {
  right: 1.67vw;
}
.index-section5 .index-text3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index-section5 .index-text8 {
  opacity: 0.5;
}
@media screen and (min-width: 1440px) {
  .index-section5 .item .index-info {
    margin-top: 40px;
  }
  .index-section5 .item .index-info .index-text3 {
    font-size: 20px;
  }
  .index-section5 .item .index-info .index-text8 {
    margin-top: 12px;
  }
  .index-section5 .swiper-btn-prev {
    left: 24px;
  }
  .index-section5 .swiper-btn-next {
    right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .index-section5 {
    overflow: hidden;
  }
  .index-section5 .item .index-info {
    margin-top: 2.08vw;
  }
  .index-section5 .item .index-info .index-text8 {
    margin-top: 1.04vw;
  }
  .index-section5 .index-section5-swiper {
    overflow: visible;
  }
  .index-section5 .swiper-btn {
    display: none;
  }
  .index-section5 .swiper-btn-prev {
    left: 0;
  }
  .index-section5 .swiper-btn-next {
    right: 0;
  }
}
@media screen and (max-width: 500px) {
  .index-section5 .item .index-info {
    margin-top: 4.07vw;
  }
  .index-section5 .item .index-info .index-text8 {
    margin-top: 2.04vw;
  }
  .index-section5 .swiper-slide {
    max-width: 100%;
  }
  .index-section5 .swiper-pagination {
    margin-top: 8.14vw;
    position: static;
  }
  .index-section5 .swiper-btn-prev {
    left: 0;
  }
  .index-section5 .swiper-btn-next {
    right: 0;
  }
}
/* ==================== 首页 - 板块五 End ==================== */
/* ==================== 首页 - 板块六 Start ==================== */
.index-section6 {
  overflow: hidden;
  position: relative;
}
.index-section6 .body {
  width: 100%;
  position: relative;
}
.index-section6 .body .image {
  border-radius: 16px;
  overflow: hidden;
}
.index-section6 .body .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.index-section6 .body .index-text2 {
  color: #fff;
}
.index-section6 .body .index-text9 {
  color: #fff;
  margin-top: 0.69vw;
}
.index-section6 .body .common-btn {
  margin-top: 3.33vw;
}
.index-section6 .body .common-btn.active {
  color: #0075FF;
}
@media screen and (min-width: 1440px) {
  .index-section6 .body .index-text9 {
    margin-top: 10px;
  }
  .index-section6 .body .common-btn {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .index-section6 .body .index-text9 {
    margin-top: 1.04vw;
  }
  .index-section6 .body .common-btn {
    margin-top: 4.69vw;
  }
}
@media screen and (max-width: 500px) {
  .index-section6 .body .info {
    top: auto;
    height: auto;
    display: block;
    bottom: 14.5vw;
    padding-left: 4.07vw;
    padding-right: 4.07vw;
    text-align: center;
  }
  .index-section6 .body .index-text9 {
    margin-top: 4.07vw;
  }
  .index-section6 .body .common-btn {
    margin-top: 8.14vw;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ==================== 首页 - 板块六 End ==================== */
/* ==================== 首页 - 板块七 Start ==================== */
.index-section7 {
  overflow: hidden;
}
.index-section7 .itembox {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.index-section7 .item {
  display: block;
  width: 32%;
}
.index-section7 .item:nth-child(3n-1) {
  margin-left: 2%;
  margin-right: 2%;
}
.index-section7 .item .image {
  overflow: hidden;
  border-radius: 16px;
  display: block;
  margin-bottom: 1.11vw;
}
.index-section7 .item .image img {
  width: 100%;
}
.index-section7 .item .info {
  display: block;
  width: 100%;
}
.index-section7 .item .info .index-text5 {
  color: #000;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.index-section7 .item .info .index-text8 {
  margin-top: 1.39vw;
  color: #666;
  font-family: "Inter-Regular";
}
.index-section7 .item .info .common-btn {
  margin-top: 2.08vw;
  display: table;
}
@media screen and (min-width: 1440px) {
  .index-section7 .item .image {
    margin-bottom: 16px;
  }
  .index-section7 .item .info .index-text8 {
    margin-top: 20px;
  }
  .index-section7 .item .info .common-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .index-section7 .item {
    width: 32.6666%;
  }
  .index-section7 .item:nth-child(3n-1) {
    margin-left: 1%;
    margin-right: 1%;
  }
  .index-section7 .item .image {
    margin-bottom: 2.08vw;
  }
  .index-section7 .item .info .index-text8 {
    margin-top: 1.04vw;
  }
  .index-section7 .item .info .common-btn {
    margin-top: 3.13vw;
  }
}
@media screen and (max-width: 500px) {
  .index-section7 .item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 !important;
    padding-bottom: 6.11vw;
    padding-top: 6.11vw;
    border-bottom: 1px solid #F6F6F6;
  }
  .index-section7 .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .index-section7 .item:first-child {
    padding-top: 0;
  }
  .index-section7 .item .image {
    margin-bottom: 0;
    order: 2;
    flex-shrink: 0;
    width: 24.43vw;
    height: 24.43vw;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 3.31vw;
  }
  .index-section7 .item .image img {
    width: auto;
    max-width: inherit;
    height: 100%;
  }
  .index-section7 .item .info {
    min-width: 0;
    flex-grow: 1;
  }
  .index-section7 .item .info .index-text8 {
    margin-top: 3.05vw;
  }
  .index-section7 .item .info .common-btn {
    margin-top: 0;
    display: none;
  }
}
/* ==================== 首页 - 板块七 End ==================== */
/* ==================== 首页 - 板块八 Start ==================== */
.index-section8 {
  overflow: hidden;
  margin-bottom: 0 !important;
  padding-bottom: 6.667vw;
}
.index-section8 .itembox {
  max-width: 70.56vw;
  margin-left: auto;
  margin-right: auto;
}
.index-section8 .item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  cursor: pointer;
}
.index-section8 .item:first-child ~ .item {
  margin-top: 1%;
}
.index-section8 .item:nth-child(2n) .image {
  order: 2;
  margin-left: 1%;
  margin-right: 0;
}
.index-section8 .item .image {
  width: 49.5%;
  margin-right: 1%;
  border-radius: 16px;
  overflow: hidden;
}
.index-section8 .item .image img {
  width: 100%;
}
.index-section8 .item ul {
  width: 49.5%;
  display: flex;
  flex-wrap: wrap;
}
.index-section8 .item ul li {
  width: 49%;
  border-radius: 16px;
  overflow: hidden;
}
.index-section8 .item ul li:nth-child(2n) {
  margin-left: 2%;
}
.index-section8 .item ul li:nth-child(2) ~ li {
  margin-top: 2%;
}
.index-section8 .item ul li img {
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .index-section8 {
    margin-bottom: 0 !important;
    padding-bottom: 96px;
  }
  .index-section8 .itembox {
    max-width: 1016px;
  }
}
@media screen and (max-width: 768px) {
  .index-section8 {
    padding-bottom: 10vw;
    margin-bottom: 0 !important;
  }
  .index-section8 .itembox {
    max-width: 83.333vw;
  }
}
@media screen and (max-width: 500px) {
  .index-section8 {
    padding-bottom: 15vw;
  }
  .index-section8 .itembox {
    max-width: 100%;
  }
  .index-section8 .item {
    position: relative;
    padding-bottom: 46.82vw;
  }
  .index-section8 .item:first-child ~ .item {
    margin-top: 2.54vw;
  }
  .index-section8 .item:nth-child(2n) .image {
    margin-left: 2%;
  }
  .index-section8 .item .image {
    width: auto;
    min-width: 0;
    flex-grow: 1;
    margin-right: 2%;
  }
  .index-section8 .item ul {
    display: block;
    width: 32.2%;
    flex-shrink: 0;
  }
  .index-section8 .item ul li {
    width: 100%;
    margin: 0 !important;
  }
  .index-section8 .item ul li:nth-child(1) {
    margin-bottom: 5% !important;
  }
  .index-section8 .item ul li:nth-child(2) ~ li {
    position: absolute;
    width: 49%;
  }
  .index-section8 .item ul li:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .index-section8 .item ul li:nth-child(4) {
    left: 51%;
    bottom: 0;
  }
}
/* ==================== 首页 - 板块八 End ==================== */
/*# sourceMappingURL=index.css.map */