.prodects-header {
  height: 92px;
}
#nextButton {
  display: none;
}
.prodects-header {
  width: 100%;
  height: 60.18vh;
  background: url(/static/image/about/company-video.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;
}
.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-text {
  width: 100%;
}
.company-text > span {
  font-size: 45px;
  color: #000000;
  display: block;
}
.company-text > i {
  font-family: "Medium", sans-serif;
  font-size: 20px;
  color: #cacaca;
  font-style: normal;
  display: block;
}
.company-text > em {
  width: 100%;
  height: 2px;
  background: #2f318b;
  display: block;
  margin-top: 39px;
}
.company-video {
  width: 100%;
  margin-bottom: 82px;
}
.products-video > span,
.company-video > span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 58px;
}
.products-video > span > i,
.company-video > span > i {
  width: 7px;
  height: 7px;
  background: #089c23;
  border-radius: 50%;
  display: block;
  margin-right: 21px;
}
.products-video > span > em,
.company-video > span > em {
  font-family: "Medium", sans-serif;
  font-size: 22px;
  color: #2f318b;
  font-style: normal;
}
.company-video ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
.company-video ul li {
  width: 24.1875%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.company-video ul li img {
  width: 100%;
  border-radius: 10px;
}
.company-video ul li span {
  font-size: 16px;
  color: #333333;
  margin: 14px 0 6px 0;
}
.company-video ul li p {
  font-size: 16px;
  color: #999999;
}
.products-video {
  width: 100%;
  margin-bottom: 139px;
}

.products-video ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.products-video ul li {
  width: 19.1875%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 37px;
}
.products-video ul li img {
  width: 100%;
  border-radius: 10px;
}
.products-video ul li span {
  font-size: 16px;
  color: #333333;
  line-height: 27px;
  margin: 12px 0 3px 0;
}
.products-video ul li p {
  font-size: 16px;
  color: #999999;
}
@media (max-width: 768px) {
  body {
    background-color: #e3e3e3;
  }
  .prodects-header {
    height: 285px;
    background: url("/static/image/m-about/banner-2.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(5)::after,
  .m-new-tag > div a:last-child::before {
    display: none;
  }
  .m-new-tag > div::-webkit-scrollbar {
    display: none;
  }
  .products-video > span > i, .company-video > span > i{
    margin-right: 5px;
  }
  .products-video > span > em, .company-video > span > em{
    font-size: 17px;
  }
  .company-text {
    width: calc(100% - 30px);
  }
  .company-text > span {
    font-size: 22.5px;
    color: #000000;
  }
  .company-text > i {
    font-size: 13px;
    color: #cacaca;
  }
  .company-text > em {
    margin-top: 12px;
  }
  .company-video {
    width: calc(100% - 30px);
    margin-bottom: 0;
  }
  .company-video > span {
    margin-top: 35px;
  }
  .company-video ul {
    margin-top: 23px;
    flex-wrap: wrap;
  }
  .company-video ul li {
    width: 100%;
    margin-bottom: 25px;
  }
  .company-video ul li span {
    font-size: 15px;
    color: #333333;
  }
  .company-video ul li p {
    font-size: 12px;
    color: #999999;
  }
  .products-video {
    width: calc(100% - 30px);
    margin-bottom: 40px;
  }
  .products-video > span {
    margin-top: 5px;
  }
  .products-video ul {
    margin-top: 24px;
  }
  .products-video ul li {
    width: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
  }
  .products-video ul li:nth-child(7),
  .products-video ul li:nth-child(8),
  .products-video ul li:nth-child(9),
  .products-video ul li:nth-child(10) {
    display: none;
  }
  .products-video ul li span {
    width: calc(100% - 20px);
    padding: 0 10px;
    font-size: 13px;
    color: #ffffff;
    line-height: 17px;
    text-shadow: 0px 3px 6px rgba(1, 10, 25, 0.36);
    position: absolute;
    bottom: 33px;
  }
  .products-video ul li p {
    width: calc(100% - 20px);
    padding: 0 10px;
    font-size: 12px;
    color: #ffffff;
    text-shadow: 0px 3px 6px rgba(1, 10, 25, 0.36);
    position: absolute;
    bottom: 11px;
  }
}
