.prodects-header {
  height: 92px;
}
#nextButton {
  display: none;
}
.prodects-header {
  width: 100%;
  height: 60.18vh;
  background: url(/static/image/about/company-serve-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;
}

.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-serve {
  width: 100%;
}
.company-serve > span {
  font-size: 45px;
  color: #000000;
  display: block;
}
.company-serve > i {
  font-family: "Medium", sans-serif;
  font-size: 20px;
  color: #cacaca;
  font-style: normal;
  display: block;
  text-transform: uppercase;
}
.company-serve > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 44px;
}
.company-serve > ul li {
  width: 181px;
  height: 55px;
  background: #eeeeee;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333333;
  margin-right: 41px;
  cursor: pointer;
}
.company-serve > ul .company-serve-list {
  background: #2f318b;
  color: #ffffff;
}
.company-serve > em {
  width: 100%;
  height: 2px;
  background-color: #2f318b;
  display: block;
  margin-top: 61px;
}
.company-serve .company-serve-1 {
  margin-top: 54px;
  position: relative;
  margin-bottom: 56px;
}
.company-serve .company-serve-1 .company-serve-2 {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: none;
  align-items: flex-start;
  justify-content: space-between;
}
.company-serve .company-serve-1 .company-serve-2.company-serve-2-style {
  display: flex;
}
.company-serve .company-serve-1 .company-serve-2 > span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.company-serve .company-serve-1 .company-serve-2 > span > i {
  width: 7px;
  display: block;
  height: 7px;
  background: #089c23;
  border-radius: 50%;
  margin-right: 17px;
}
.company-serve .company-serve-1 .company-serve-2 > span > p {
  font-family: "Medium", sans-serif;
  font-size: 30px;
  color: #2f318b;
}
.company-serve .company-serve-1 .company-serve-2 > div {
  width: 55.125%;
}
.company-serve .company-serve-1 .company-serve-2 > div p {
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  margin-top: 9px;
}
.company-serve .company-serve-1 .company-serve-2 > div img {
  width: 100%;
}
.company-serve-seiper {
  width: 100%;
  height: 741px;
  background: url(/static/image/about/company-serve-seiper-bg.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.company-serve-seiper .seiper-left {
  width: 17.395%;
  margin-top: 98px;
  margin-right: 4.53125%;
}
.company-serve-seiper .seiper-right {
  width: 69.6875%;
  margin-top: 98px;
}
.swiper-slide img {
  width: 100%;
}
.swiper-slide {
  width: 60%;
}

.swiper-slide:nth-child(2n) {
  width: 60%;
}

.swiper-slide:nth-child(3n) {
  width: 60%;
}
.company-serve-seiper .seiper-right .swiper-slide span {
  width: 67.516%;
  height: 95px;
  background: #2f318b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Medium", sans-serif;
  font-size: 22px;
  color: #ffffff;
  position: relative;
  left: 0;
  top: -47.5px;
}
.company-serve-seiper .seiper-left span {
  font-family: "Medium", sans-serif;
  font-size: 36px;
  color: #000000;
}
.company-serve-seiper .seiper-left p {
  font-family: "Medium", sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  margin-top: 64px;
}
.company-serve-seiper .seiper-left > div {
  width: 112px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 292px;
}
.swiper-button-next {
  margin-left: 20px;
}
.swiper-button-next,
.swiper-button-prev {
  position: unset;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.img-style {
  display: none;
}
.company-serve-footer {
  width: 100%;
  margin-bottom: 124px;
}
.company-serve-footer > span {
  font-family: "Medium", sans-serif;
  font-size: 36px;
  color: #000000;
  display: block;
  text-align: center;
  margin-top: 97px;
}

.company-serve-footer ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.company-serve-footer ul li {
  width: 23.75%;
  height: 470px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.company-serve-footer ul .footer-li span,
.company-serve-footer ul .footer-li p {
  color: #ffffff;
  position: relative;
  z-index: 3;
}
.company-serve-footer ul .footer-li p em {
  color: #ffffff;
}
.company-serve-footer ul .footer-li::after {
  content: "";
  width: 100%;
  height: 470px;
  background-color: #3d3e92;
  opacity: 0.9;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.company-serve-footer ul li:nth-child(1) {
  background: url(/static/image/about/1.jpg) no-repeat;
  background-size: 100% 100%;
}
.company-serve-footer ul li:nth-child(2) {
  background: url(/static/image/about/2.jpg) no-repeat;
  background-size: 100% 100%;
}
.company-serve-footer ul li:nth-child(3) {
  background: url(/static/image/about/3.jpg) no-repeat;
  background-size: 100% 100%;
}
.company-serve-footer ul li:nth-child(4) {
  background: url(/static/image/about/4.jpg) no-repeat;
  background-size: 100% 100%;
}
.company-serve-footer ul li img {
  margin: 44px 0 0 32px;
}
.company-serve-footer ul li span {
  font-size: 22px;
  color: #333333;
  margin: 24px 0 0 32px;
}
.company-serve-footer ul li p {
  width: 77.368%;
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  margin: 24px 0 0 32px;
}
.company-serve-footer ul li p em {
  font-style: normal;
  color: #078f22;
}
@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(4)::after,
  .m-new-tag > div a:nth-child(5)::after {
    display: none;
  }
  .m-new-tag > div::-webkit-scrollbar {
    display: none;
  }
  .company-serve > span {
    width: calc(100% - 15px);
    margin-left: 15px;
    font-size: 22.5px;
    color: #000000;
  }
  .company-serve > i {
    width: calc(100% - 15px);
    margin-left: 15px;
    font-size: 13px;
    color: #cacaca;
  }
  .company-serve > ul {
    width: calc(100% - 15px);
    margin-left: 15px;
    overflow-x: scroll; /* 允许水平滚动 */
    white-space: nowrap;
    margin-top: 17px;
  }
  .company-serve > ul::-webkit-scrollbar {
    display: none;
  }
  .company-serve > ul li {
    width: auto;
    height: auto;
    font-size: 14px;
    border-radius: 50px;
    margin-right: 13px;
    padding: 10px 8px;
  }
  .company-serve > em {
    width: calc(100% - 30px);
    margin: 16px auto 0;
  }
  .company-serve .company-serve-1 {
    margin-top: 40px;
    margin-bottom: 35px;
  }
  .company-serve .company-serve-1 .company-serve-2 {
    flex-direction: column;
  }
  .company-serve .company-serve-1 .company-serve-2 > span {
    width: calc(100% - 15px);
    margin-left: 15px;
  }
  .company-serve .company-serve-1 .company-serve-2 > span > p {
    font-size: 17px;
  }
  .company-serve .company-serve-1 .company-serve-2 > div {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .company-serve .company-serve-1 .company-serve-2 > div p {
    font-size: 14px;
    color: #555555;
    line-height: 24px;
  }
  .company-serve-seiper {
    height: auto;
    flex-direction: column;
    background: url("/static/image/m-about/case-bg.jpg") no-repeat;
  }
  .company-serve-seiper .seiper-left {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .company-serve-seiper .seiper-left > span {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-top: 40px;
  }
  .company-serve-seiper .seiper-left p {
    width: 100%;
    text-align: center;
    margin-top: 17px;
    font-size: 14px;
    color: #555555;
    line-height: 24px;
  }
  .company-serve-seiper .seiper-left .swiper-case {
    width: 100%;
    height: auto;
    margin-top: 25px;
  }
  .company-serve-seiper .seiper-left .swiper-case > div {
    width: 100%;
    margin-bottom: 24px;
  }
  .company-serve-seiper .seiper-left .swiper-case > div > a > img {
    width: 100%;
  }
  .company-serve-seiper .seiper-left .swiper-case > div > a > span {
    width: 86.8%;
    height: 47.5px;
    background: #2f318b;
    font-size: 3.5vw;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -23.75px;
    position: relative;
    font-family: "Regular", sans-serif;
  }
  .company-serve-seiper .seiper-left .swiper-case > a {
    width: 55px;
    display: flex;
    margin: 8px auto 45px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #181818;
  }
  .company-serve-seiper .seiper-left .swiper-case > a img {
    width: 26px;
    margin-bottom: 8px;
  }
  .company-serve-footer {
    margin-bottom: 40px;
  }
  .company-serve-footer > span {
    margin-top: 40px;
    font-size: 18px;
  }
  .company-serve-footer ul {
    width: calc(100% - 30px);
    margin: 25px auto 0;
    flex-wrap: wrap;
  }
  .company-serve-footer ul li {
    width: calc(50% - 5px);
    height: 227.5px;
    margin-bottom: 10px;
  }
  .company-serve-footer ul li img {
    margin: 18px 0 0 10px;
  }
  .company-serve-footer ul li span {
    margin: 10px 0 0 10px;
    font-size: 17px;
    color: #333333;
  }
  .company-serve-footer ul li p {
    margin: 12px 0 0 10px;
    font-size: 11px;
    color: #272727;
    line-height: 17px;
  }
  .company-serve-footer ul .footer-li::after {
    display: none;
  }
  .company-serve-footer ul .footer-li span {
    color: #333333;
  }
  .company-serve-footer ul .footer-li p {
    color: #272727;
  }
  .company-serve-footer ul .footer-li p em {
    color: #078f22;
  }
}
