.partyGroup-section1 {
  position: relative;
  font-size: 0;
}

.partyGroup-section1 img {
  width: 100%;
}

.partyGroup-section1-title {
  /* height: 100%; */
  position: absolute;
  top: 75%;
  /* transform: translateY(-50%); */
  font-family: WDCH, WDCH;
}

.partyGroup-title {
  font-family: WDCH, WDCH;
  font-weight: 600;
  font-size: 64px;
  line-height: 90px;
  background: -webkit-linear-gradient(to bottom, #ea0000 0%, #fefbb6);
  /* Chrome, Safari */
  background: linear-gradient(to bottom, #ea0000 0%, #fefbb6);
  /* 标准语法 */
  -webkit-background-clip: text;
  /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Chrome, Safari */
  color: transparent;
  /* 其他浏览器 */
}

/* --------------------------section2----------------------------- */
.partyGroup-section2 {
  background: #616161;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.partyGroup-section2-box {
  display: flex;
}

.partyGroup-section2-box-item {
  width: 20%;
  color: #f5f7ff;
  font-size: 24px;
  line-height: 56px;
  font-weight: 500;
  color: #f5f7ff;
  text-align: center;
  cursor: pointer;
  border-radius: 0px 0px 0px 0px;
  /* border-left: 0.5px solid #000000; */
  /* border-right: 0.5px solid #000000; */
}

.partyGroup-section2-box-item.active {
  background: url(../images/partyGroup/8216.png) center no-repeat;
  /* background: #C20000; */
  /* box-shadow: inset 0px 0px 14px 0px rgba(255, 255, 255, 0.53); */
}

.partyGroup-section2-box-item:hover {
  background: url(../images/partyGroup/8216.png) center no-repeat;

  /* background: #C20000; */
  /* box-shadow: inset 0px 0px 14px 0px rgba(255, 255, 255, 0.53); */
}

/* --------------------------section3----------------------------- */

.partyGroup-section3-subtitle {
  font-weight: 530;
  font-size: 38px;
  color: #cc3029;
  text-align: left;
  margin: 63px 0 85px 0;
}

.partyGroup-section3-box {
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 0px 0px;
  border: 3px solid #d6000f;
  padding: 30px;
  margin-top: 80px;
}

.partyGroup-section3-boxtt {
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  z-index: 1;
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
  line-height: 32px;
  white-space: nowrap;
}
.partyGroup-section3-boxt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.partyGroup-section3-img {
  position: relative;
}

.partyGroup-section3-img1 {
  top: -15%;
}

.partyGroup-section3-box p {
  font-weight: 500;
  font-size: 16px !important;
  color: #626875;
  line-height: 32px !important;
  text-align: left;
}

.partyGroup-top {
  margin-top: 70px;
}

/* --------------------------section4----------------------------- */
/* swiper */
#scroll-container {
  margin-bottom: 50px;
}

.swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.partyGroup-section4-box {
  width: 100%;
}

.partyGroup-section4-boxitem {
  /* display: flex; */
  width: 100%;
  text-align: center;
  /* margin-bottom: 50px; */
  /* margin-right: 3%; */
  /* overflow: hidden; */
  /* 确保放大后的图片不超出容器 */
  cursor: pointer;
}

.partyGroup-section4-boxitem img {
  width: 100%;
}

.partyGroup-section4-boxitem-con {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  background: #ae3f38;
  text-align: left;
}

/* .partyGroup-section4-boxitem:hover img {
  transform: scale(1.1);
  放大效果
  filter: drop-shadow(8px 8px 10px gray);
} */

.partyGroup-section4-scrollcontainer {
  width: 100%;
  /* 设置父容器宽度为100% */
  overflow: hidden;
  /* 隐藏溢出内容 */
  white-space: nowrap;
  /* 子元素横向排列 */
}

.partyGroup-section4-line {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}

.partyGroup-section4-m {
  width: 100%;
  height: 4px;
  display: flex;
  justify-content: center;
  text-align: center;
  /* padding: 0 40px 0 40px; */
  position: relative;
  z-index: 0;
  margin: 5px 30px;
  background: #ffedc4;
  border-radius: 0px 0px 0px 0px;
}

.partyGroup-section4-mm {
  display: block;
  width: 0%;
  height: 4px;
  background: #d6000f;
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  z-index: 1;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .partyGroup-section1-title .partyGroup-title {
    line-height: normal;
    font-size: 24px;
  }

  /* -----------------section2 ----------------- */
  .partyGroup-section2-box-item {
    font-size: 16px;
  }

  /* -----------------section3 ----------------- */
  .partyGroup-section3-box {
    margin-top: 40px;
  }
  .partyGroup-section3-box {
    width: 100%;
    display: block;
    padding: 20px;
    padding-top: 30px;
  }
  .partyGroup-section3-box p {
    font-size: 14px !important;
    line-height: 28px !important;
  }
  .partyGroup-section3-boxtt {
    font-size: 16px;
  }
  .partyGroup-section3-img {
    height: 48px;
  }
  .partyGroup-section3-boxtt1 {
  }

  .partyGroup-section3-items {
    width: 100%;
  }

  .partyGroup-section4-box {
    width: 100%;
    display: block;
  }

  .partyGroup-section4-boxitem {
    width: 100%;
  }

  .xbox ul li {
    float: none !important;
  }

  .partyGroup-section2-box-item {
    width: auto;
    padding: 0 20px;
    line-height: 40px;
  }
  .partyGroup-section1-title {
    top: auto;
    bottom: 20px;
  }
  .partyGroup-section3-subtitle {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
