.levels_certificate_main:after {
  background: linear-gradient(270deg, #0c4ac1 0%, #0052d9 100%);
}

/* .process_main {
  width: 100%;
  height: 600px;
  max-width: 1920px;
  display: flex;
  justify-content: center;
}

.process-box {
  width: 100%;
  height: 600px;
  background-image: url("/static/pc/img/processBg.png");
  background-size: contain;
  background-repeat: no-repeat;
} */

/* process_main随着屏幕宽度拉伸，最小宽度1200 最大宽度1920 process-box剧中显示*/
.process_main {
  display: flex;
  justify-content: center;
  max-width: 1920px;
}

.process-box {
  max-width: 2200px;
  width: 100%;
  height: 600px;
  background: url("/static/pc/img/processBg.png") no-repeat center;
  background-size: 110%;
  margin-top: 0;
  transition: all 0.5s;
  box-sizing: border-box;
  margin: 0 auto;
}

.process-content-box {
  padding-top: 6%;
  width: 1200px;
  margin: 0 auto;
}

.process-text {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 26px;
  color: #ffffff;
}

.process-text2 {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 500;
  font-size: 40px;
  color: #ffffff;
}

.summary {
  margin-top: 50px;
}

.new-value {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 35px;
}

.value-text1 {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 26px;
  color: #333333;
}

.value-text2 {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 500;
  font-size: 40px;
  color: #333333;
}

.value-item-list {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}

.value-item {
  width: 280px;
  height: 300px;
  background: #ffffff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.04),
    0px 5px 5px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #dadada;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  transition: all 0.3s;
  /* background-image: url("/static/pc/img/zysqhd.png"); */
  background-size: 370px 360px;
  background-repeat: no-repeat;
  background-position: center center;
}

.value-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 26px;
  color: #1a3d72;
  transition: all 0.3s;
}

.value-dot {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 24px;
  height: 4px;
  background: #1c52b0;
}

.value-desc {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 13px;
  color: #999999;
  transition: all 0.3s;
}

/* 新版发展历程 */
.new-history {
  width: 1200px;
  margin: 0 auto;
}

.history-text1 {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 30px;
  color: #333333;
}

.history-text2 {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: bold;
  font-size: 40px;
  color: #333333;
}

.actions-wrap {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.navi-icon {
  width: 12px;
  height: 20px;
}

.history-button-prev,
.history-button-next {
  width: 60px;
  height: 60px;
  border: 1px solid #484848;
  backdrop-filter: blur(2px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
}

.history-button-prev1,
.history-button-next1 {
  width: 60px;
  height: 60px;
  border: 1px solid #484848;
  backdrop-filter: blur(2px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
}

.history-swiper-list {
  /* width: 1400px; */
  display: flex;
  align-items: center;
  overflow-x: clip;
}

.history-swiper-list .swiper-wrapper {
  width: 1200px;
}

.history-swiper-item {
  /* width: 417px; */
  height: 265px;
  background: #ffffff;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.04),
    0px 13px 14px 0px rgba(0, 0, 0, 0.08), 0px 7px 12px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 18px 20px;
  cursor: pointer;
  margin-right: 25px;
  flex-shrink: 0;
}

.history-item1 {
  width: 417px !important;
}

.years-wrap {}

.top-contents {
  display: flex;
  justify-content: space-between;
}

.years {
  color: #007bff;
  font-size: 45px;
  font-weight: 600;
}

.years-line {
  width: 40px;
  height: 114px;
}

.caie-icon {
  width: 270px;
}

.item1-desc {
  font-family: SourceHanSansCNVF, SourceHanSansCNVF;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
}

.history-item2 {
  width: 600px !important;
}

.caie-wy-icon {
  width: 354px;
  height: 225px;
  margin-right: 26px;
}

.flex-contents {
  display: flex;
}

.item2-desc {
  font-family: SourceHanSansCNVF, SourceHanSansCNVF;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  position: relative;
  top: -24px;
}

.history-item3 {
  width: 504px !important;
  background: #000000;
}

.nvidia-icon {
  width: 349px;
}

.item3-desc {
  font-family: SourceHanSansCNVF, SourceHanSansCNVF;
  font-weight: 400;
  font-size: 16px;
  color: #b7d5f7;
  position: relative;
  top: -24px;
}

.history-item4 {
  width: 304px !important;
  position: relative;
}

.item4-desc {
  font-family: SourceHanSansCNVF, SourceHanSansCNVF;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin-left: 8px;
}

.wfsb-icon {
  position: absolute;
  right: 20px;
  bottom: 19px;
  width: 206px;
  height: 116px;
}

.history-item5 {
  width: 427px !important;
}

.gxb-icon {
  margin-left: 13px;
  width: 286px;
  height: 134px;
}

.item5-bottom-text {
  position: relative;
  top: -20px;
}

.item5-text-title {
  font-family: SourceHanSansCNVF, SourceHanSansCNVF;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  padding-bottom: 7px;
}

.item5-text-desc {
  font-family: SourceHanSansCNVF, SourceHanSansCNVF;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
}

.history-item6 {
  width: 620px !important;
  background-image: url("/static/pc/img/newIndex/2024.png");
  background-size: 650px 300px;
  background-repeat: no-repeat;
  /* 顶部 头部对齐 */
  background-position: center top;
}

.pad-left-contents {
  padding-left: 380px;
}

.item6-desc {
  position: relative;
  top: -24px;
  font-family: SourceHanSansCNVF, SourceHanSansCNVF;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}

.history-item7 {
  width: 410px !important;
  background-image: url("/static/pc/img/newIndex/2025.png");
  background-repeat: no-repeat;
  /* 顶部 头部对齐 */
  background-position: center top;
  background-size: 443px 300px;
}

.white-years {
  color: #fff;
}

.item7-desc {
  position: relative;
  top: -24px;
  font-family: SourceHanSansCNVF, SourceHanSansCNVF;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  width: 227px;
}

.history-item8 {
  width: 353px !important;
}

.zad-icon {
  width: 136px;
  height: 135px;
}

.item8-bottom-text {
  position: relative;
  top: -20px;
  font-family: SourceHanSansCNVF, SourceHanSansCNVF;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}

/* end */
/* 新版理事成员 */
.new_members_list {
  width: 1200px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 65px;
}

.members-title {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 30px;
  color: #333333;
}

.members-title2 {
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: bold;
  font-size: 40px;
  color: #333333;
}

.members-swiper-list {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}

.new-member-item {
  position: relative;
  width: 180px !important;
  height: 220px;
  box-sizing: border-box;
  padding: 20px 10px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  margin-right: 20px;
}

.member-item1 {
  background-image: url("/static/pc/img/newMember/zjy.png");
  background-size: 180px 220px;
}

/* desc-text与name-text两个类的文字 都是竖着文字排列 */
.desc-text {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.name-text {
  font-size: 16px;
  color: #333333;
  font-weight: 900;
  line-height: 20px;
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.member-description {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: white;
  font-size: 14px;
  transform: translateY(100%);
  box-sizing: border-box;
  padding: 20px;
  overflow-y: scroll;
  scrollbar-width: none;
  overscroll-behavior: contain;
  background: linear-gradient(180deg, #ffffff 0%, #f0f4ff 100%);
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.04),
    0px 13px 14px 0px rgba(0, 0, 0, 0.08), 0px 7px 12px 0px rgba(0, 0, 0, 0.06);
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.member-item2 {
  background-image: url("/static/pc/img/newMember/yf.png");
  background-size: 180px 220px;
}

.member-item3 {
  background-image: url("/static/pc/img/newMember/cgz.png");
  background-size: 180px 220px;
}

.member-item4 {
  background-image: url("/static/pc/img/newMember/dyj.png");
  background-size: 180px 220px;
  align-items: flex-end;
}

.member-item5 {
  background-image: url("/static/pc/img/newMember/gxy.png");
  background-size: 180px 220px;
}

.member-item6 {
  background-image: url("/static/pc/img/newMember/qzy.png");
  background-size: 180px 220px;
  justify-content: flex-end;
}

.member-item7 {
  background-image: url("/static/pc/img/newMember/zhc.png");
  background-size: 180px 220px;
}

.member-item8 {
  background-image: url("/static/pc/img/newMember/bfc.png");
  background-size: 180px 220px;
}

.member-item9 {
  background-image: url("/static/pc/img/newMember/zrg.png");
  background-size: 180px 220px;
  justify-content: flex-end;
}

.member-item10 {
  background-image: url("/static/pc/img/newMember/xy.png");
  background-size: 180px 220px;
}

.member-item11 {
  background-image: url("/static/pc/img/newMember/xxl.png");
  background-size: 180px 220px;
  justify-content: flex-end;
}

.scale-animation {
  animation: scale 1s infinite;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/* end */