.prodects-header {
  height: 92px;
}
#nextButton {
  display: none;
}
.prodects-header {
  width: 100%;
  height: 60.18vh;
  background: url(/static/image/news/news-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: 26.3541%;
  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-detail {
  width: calc(100% - 100px);
  padding: 88px 50px 0;
  background-color: #ffffff;
}
.news-detail h2 {
  font-family: "Medium", sans-serif;
  font-size: 36px;
  color: #1a1a1a;
}
.news-detail ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 27px;
}
.news-detail ul li {
  font-size: 14px;
  color: #999999;
  margin-right: 12px;
}
.news-detail ul li:nth-child(2),
.news-detail ul li:nth-child(4) {
  width: 1px;
  height: 12px;
  background-color: #999999;
}
.news-detail span {
  width: 100%;
  height: 2px;
  background: #2f318b;
  display: block;
  margin-top: 19px;
}
.news-detail > div {
  margin-top: 56px;
}
.news-detail > div p {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  margin-bottom: 31px;
}
.news-detail > div > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-detail > div > div {
  margin-top: 41px;
}
.news-detail > div > .news-detail-img {
  margin-bottom: 80px;
}
.news-detail > i {
  width: 100%;
  height: 1px;
  background: #dbdbdb;
  display: block;
  margin-top: 109px;
}
.news-detail .news-detail-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 64px;
}
.news-detail .news-detail-list a {
  font-size: 16px;
  color: #333333;
}
.news-detail .news-detail-list a:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.news-detail .news-detail-list a:nth-child(2) img {
  margin-bottom: 6px;
}
.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 {
    height: 285px;
    background: url("/static/image/m-news/banner.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .prodects-header > div p {
    font-size: 22.5px;
  }
  .prodects-header > div span {
    font-size: 18px;
  }
  .new-tag {
    width: 100%;
    height: 38px;
    top: -38px;
  }
  .new-tag > span {
    width: calc(50% - 15px);
    height: 38px;
    font-size: 14px;
  }
  .news-detail {
    width: calc(100% - 60px);
    padding: 15px;
  }
  .news-detail h2 {
    font-size: 18px;
    color: #1a1a1a;
  }
  .news-detail ul{
    margin-top: 10px;
  }
  .news-detail span{
    margin-top: 10px;
  }
  .news-detail > div{
    margin-top: 20px;
  }
  .news-detail > div p{
    margin-bottom: 15px;
  }
  .news-detail > div > div img{
    width: 100%;
  }
  .news-detail > div > div{
    margin-top: 24px;
  }
  .news-detail > div > .news-detail-img{
    margin-bottom: 24px;
  }
  .news-detail > i{
    margin-top: 30px;
  }
  .news-detail .news-detail-list a:nth-child(3){
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .news-detail .news-detail-list a:nth-child(3)>img{
    margin-bottom: 3px;
  }
  .news-detail .news-detail-list{
    padding-bottom: 15px;
  }
  .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;
  }
}
