.prodects-header {
  height: 92px;
}
#nextButton {
  display: none;
}
.prodects-header {
  width: 100%;
  height: 60.18vh;
  background: url(/static/image/about/core-banner.jpg) no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: 100% 100%;
}

.prodects-header > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.prodects-header > div p {
  font-family: "Medium", sans-serif;
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 2px;
}
.prodects-header > div span {
  font-family: "Medium", sans-serif;
  font-size: 26px;
  color: #ffffff;
}
body {
  background-color: #ffffff;
}
.new-tag {
  width: 100%;
  height: 73px;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  left: 0;
  top: -73px;
}
.new-tag > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-tag > div > a {
  width: 20%;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.new-tag > div > .new-tag-bg {
  background: #2f318b;
}
.company-core {
  width: 100%;
}
.company-core > span {
  font-family: "Medium", sans-serif;
  font-size: 45px;
  color: #000000;
}
.company-core > i {
  font-family: "Medium", sans-serif;
  font-size: 20px;
  color: #cacaca;
  display: block;
  font-style: normal;
  margin-bottom: 39px;
}
.company-core > em {
  width: 100%;
  height: 2px;
  background: #2f318b;
  display: block;
  font-style: normal;
}
.company-core > div {
  width: 100%;
  margin: 64px 0;
}
.company-core > div > ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.company-core > div > ul li:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-core > div > ul li:first-child i {
  width: 7px;
  height: 7px;
  background: #089c23;
  border-radius: 50%;
  display: block;
}
.company-core > div > ul li:first-child span {
  font-family: "Medium", sans-serif;
  font-size: 22px;
  color: #2f318b;
  margin-left: 17px;
}
.company-core > div > ul li:last-child {
  width: 54.6875%;
}
.company-core > div > ul li:last-child p {
  font-family: "Medium", sans-serif;
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  margin-bottom: 28px;
}
.company-core > div > ul li:last-child img {
  width: 100%;
}

.company-core > b {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  display: block;
}
.company-core > div:last-child {
  margin-bottom: 90px;
}
.company-core > div ul:first-child {
  position: relative;
}
.company-core > div:nth-child(4) ul:first-child::after {
  content: "";
  width: 225px;
  height: 201px;
  background: url(/static/image/about/core-1.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 35%;
}
.company-core > div:nth-child(6) ul:first-child::after {
  content: "";
  width: 225px;
  height: 201px;
  background: url(/static/image/about/core-2.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 35%;
}
.company-core > div:nth-child(8) ul:first-child::after {
  content: "";
  width: 225px;
  height: 201px;
  background: url(/static/image/about/core-3.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 35%;
}
.company-core > div:nth-child(10) ul:first-child::after {
  content: "";
  width: 225px;
  height: 201px;
  background: url(/static/image/about/core-4.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 35%;
}
@media (max-width: 768px) {
  .prodects-header {
    height: 285px;
    background: url("/static/image/m-about/banner-1.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .prodects-header > div p {
    font-size: 22.5px;
  }
  .prodects-header > div span {
    font-size: 18px;
  }
  .m-new-tag {
    width: 100%;
    height: 38px;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    top: -38px;
  }
  .m-new-tag > div {
    width: calc(100% - 30px);
    height: 38px;
    margin: 0 auto;
    overflow-x: scroll; /* 允许水平滚动 */
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .m-new-tag > div a {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ffffff;
    padding: 9px 16px;
    position: relative;
  }
  .m-new-tag > div a::after {
    content: "";
    width: 1px;
    height: 13.5px;
    background: #626665;
    position: absolute;
    left: 0;
  }
  .m-new-tag > div a:last-child::before {
    content: "";
    width: 1px;
    height: 13.5px;
    background: #626665;
    position: absolute;
    right: 0;
  }
  .m-new-tag > div .m-new-bg {
    background: #2f318b;
    color: #ffffff;
  }
  .m-new-tag > div a:nth-child(3)::after,
  .m-new-tag > div a:nth-child(4)::after {
    display: none;
  }
  .m-new-tag > div::-webkit-scrollbar {
    display: none;
  }
  .company-core > span {
    width: calc(100% - 15px);
    margin-left: 15px;
    font-size: 22.5px;
    color: #000000;
  }
  .company-core > i {
    width: calc(100% - 15px);
    margin-left: 15px;
    font-size: 13px;
    color: #cacaca;
    margin-bottom: 12px;
  }
  .company-core > em {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .company-core > div {
    width: calc(100% - 30px);
    margin: 45px auto;
  }
  /* .company-core > div ul:first-child::after {
    display: none !important;
  } */
  .company-core > div:nth-child(4) ul:first-child::after,.company-core > div:nth-child(6) ul:first-child::after,.company-core > div:nth-child(8) ul:first-child::after,.company-core > div:nth-child(10) ul:first-child::after {
    width: 77.5px;
    height: 71.5px;
    top: -27px;
    z-index: -1;
  }
  
  .company-core > div > ul li:first-child span {
    font-size: 17px;
    color: #2f318b;
  }
  .company-core > div > ul {
    flex-direction: column;
  }
  .company-core > div > ul li:last-child {
    width: 100%;
  }
  .company-core > div > ul li:last-child p {
    font-size: 14px;
    color: #555555;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .company-core > div:last-child {
    margin-bottom: 45px;
  }
}
