.capacity-banner {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.banner-desc {
  position: absolute;
  left: calc(50% - 600px);
  top: 190px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 49px;
}

.banner-desc p {
  width: 710px;
  position: relative;
  line-height: 50px;
  font-size: 30px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.banner-desc p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 22px;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 100%;
}

.news-details-box {
  margin-top: 8px;
}

.capacity-section,
.quality-section {
  margin: 70px auto 40px;
}

.capacity-section h3,
.quality-section h3 {
  font-size: 40px;
  line-height: 1.2;
  color: #383838;
  font-weight: 500;
  margin-bottom: 40px;
}

.production-capacity-content {
  padding: 0 90px;
}

.production-capacity-img {
  width: 766px;
  height: 410px;
}

.production-capacity-aside {
  width: 379px;
  height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.part-package {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

  width: 379px;
  height: 170px;
  padding: 20px;
  background-color: #f0f0f0;
}


.capacity-wrapper {
  position: relative;
  margin-top: 59px;
}

.capacity-container {
  width: 1200px;
  overflow: hidden;
}

.capacity-item {
  width: 384px;
  height: 334px;
  margin-right: 24px;
}

.capacity-item:nth-of-type(3n) {
  margin-right: 0;
}

.capacity-item .capacity-img {
  width: 384px;
  height: 280px;
}

.capacity-item .capacity-desc {
  line-height: 22px;
  padding: 16px 0;
  font-weight: 600;
  font-size: 16px;
  color: #383838;
}

.capacity-wrapper .btn {
  display: inline-block;
  position: absolute;
  top: calc(50% - 40px);
  width: 40px;
  height: 40px;
  background-size: 100%;
  cursor: pointer;
}

.capacity-wrapper .prev {
  left: 30px;
  background-image: url(../img/prev.png);
}

.capacity-wrapper .next {
  right: 30px;
  background-image: url(../img/next.png);
}


.flow-container {
  height: 636px;
}