.prodects-header {
  height: 92px;
}
#nextButton {
  display: none;
}
.prodects-header {
  width: 100%;
  height: 60.18vh;
  background: url(/static/image/case/case-bg.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: #fafafa;
}
.new-tag {
  width: 100%;
  height: 73px;
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  left: 0;
  top: -73px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-tag > a {
  width: 33.333%;
  height: 73px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.new-tag > .new-tag-bg {
  background: #2f318b;
}
.news {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.news.news-block {
  display: flex;
}
.news a {
  width: 32.5%;
  display: block;
  margin-bottom: 44px;
}
.news a > div:nth-child(1) {
  width: 100%;
  box-shadow: 0px 1px 6px 0px #f4f4f4;
}
.news a > div:nth-child(1) img {
  width: 100%;
}
.news a > div:nth-child(2) {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news a > div:nth-child(2) span {
  width: 5px;
  height: 17px;
  background: linear-gradient(90deg, #078f22, #06bc2a);
  display: block;
  margin: 0 10px 0 23px;
}
.news a > div:nth-child(2) i {
  font-size: 18px;
  color: #000000;
  font-style: normal;
}
.news .case-text > div:nth-child(2) {
  background: #2f318b;
}
.news .case-text > div:nth-child(2) i {
  color: #ffffff;
}
.industry-footer {
  width: 100%;
  height: 390px;
  margin-top: 102px;
  display: flex;
}
.industry-footer .footer-left,
.industry-footer .footer-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.industry-footer .footer-left {
  background: url(/static/image/industry/footer-left.jpg) no-repeat;
  background-size: 100% 100%;
}

.industry-footer .footer-right {
  background: url(/static/image/industry/footer-right.jpg) no-repeat;
  background-size: 100% 100%;
}
.industry-footer div > span {
  font-size: 40px;
  color: #ffffff;
  margin-left: 16%;
}
.industry-footer div p {
  width: 73%;
  height: 75px;
  font-size: 16px;
  color: #e6e8ec;
  line-height: 29px;
  margin: 29px 0 69px 16%;
}
.industry-footer div a {
  width: 164px;
  height: 46px;
  background: #078f22;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 16%;
}
.industry-footer div a span {
  font-size: 17px;
  color: #ffffff;
  margin-left: 22px;
  margin-right: 47px;
}
@media (max-width: 768px) {
  .prodects-header {
    background: url("/static/image/m-case/banenr-1.jpg") no-repeat;
    background-size: 100% 100%;
    height: 285px;
  }
  .prodects-header > div p {
    font-size: 22.5px;
  }
  .prodects-header > div span {
    font-size: 18px;
  }
  .new-tag {
    height: 38px;
    top: -38px;
  }
  .new-tag > span {
    width: calc(33% - 8px);
    height: 38px;
    font-size: 14px;
  }
  .news {
    width: calc(100% - 30px);
    padding-top: 0;
  }
  .news a {
    width: 100%;
    margin-bottom: 23px;
  }
  .news a:nth-child(7),
  .news a:nth-child(8),
  .news a:nth-child(9) {
    display: none;
  }
  .news a > div:nth-child(2) {
    height: 46.5px;
    background: #ffffff;
    box-shadow: 0px 3px 13px 0px rgba(70, 91, 134, 0.27);
  }
  .news a > div:nth-child(2) i {
    font-size: 14px;
  }
  .news a > div:nth-child(2) span {
    width: 3.5px;
    height: 11.5px;
    margin: 0 7px 0 13.5px;
  }
  .industry-footer {
    margin-top: 15px;
    flex-direction: column;
    height: auto;
  }
  .industry-footer .footer-left {
    margin-bottom: 17px;
  }
  .industry-footer .footer-right {
    margin-bottom: 45px;
  }
  .industry-footer .footer-left,
  .industry-footer .footer-right {
    width: 100%;
    justify-content: flex-start;
  }
  .industry-footer div > span {
    font-size: 20px;
    margin-left: 15px;
    margin-top: 35px;
  }
  .industry-footer div p {
    width: calc(100% - 35px);
    font-size: 12px;
    line-height: 18px;
    height: auto;
    margin: 15px 0 20px 15px;
  }
  .industry-footer div a {
    width: 103.5px;
    height: 31px;
    border-radius: 1px;
    margin-left: 15px;
    margin-bottom: 27px;
  }
  .industry-footer div a span {
    font-size: 13px;
    margin-left: 20px;
    margin-right: 10px;
  }
  .industry-footer div a img {
    width: 6px;
    height: 11px;
  }
}
