/* 横幅模块 */
.ppm-banner {
  position: relative;
  height: 800px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ppm-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ppm-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ppm-banner__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.ppm-banner__text {
  flex: 1;
  max-width: 1060px;
}
.ppm-banner__title {
  color: #ffffff;
}
.ppm-banner__subtitle {
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  line-height: 48px;
  text-align: left;
  margin-top: 35px;
}
.ppm-banner__description {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 36px;
  margin-top: 20px;
}
.ppm-banner__button {
  margin-top: 40px;
  width: 600px;
  background: #e0191e;
}

.ppm-choose {
  padding: 70px 0 40px;
}
.ppm-choose__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.ppm-choose__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.ppm-choose__wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.ppm-choose__left,
.ppm-choose__right {
  width: calc(100% / 2 - 10px);
}
.ppm-choose__list {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  box-sizing: border-box;
}
.ppm-choose__item {
  width: 100%;
  background: #fafafa;
}
.ppm-choose__item-text {
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
}
.ppm-choose__item-title {
  font-weight: 500;
  color: #030303;
}
.ppm-choose__item-desc {
  font-weight: 400;
  color: #030303;
  line-height: 30px;
  margin-top: 5px;
}
.ppm-choose__right-list {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.ppm-choose__right-image {
  width: 35%;
  max-width: 280px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ppm-choose__right-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ppm-choose__right-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ppm-choose__right-subtitle {
  font-weight: 500;
  color: #e0191e;
}
.ppm-choose__right-item {
  max-width: 400px;
  background: #fafafa;
  padding: 10px 20px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 18px;
  color: #090909;
  text-align: center;
}
.ppm-choose__button {
  width: 100%;
  max-width: 500px;
  background: #e0191e;
  margin-top: 40px;
}

.ppm-advantage {
  padding: 70px 0 70px;
  position: relative;
}
.ppm-advantage__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ppm-advantage__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ppm-advantage__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ppm-advantage__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.ppm-advantage__wrap {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.ppm-advantage__left,
.ppm-advantage__right {
  width: calc(100% / 2 - 10px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ppm-advantage__image {
  width: 100%;
  display: flex;
  gap: 20px;
}
.ppm-advantage__image img {
  width: calc(100% / 2 - 10px);
  height: auto;
  object-fit: contain;
}
.ppm-advantage__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 25px;
  background: rgba(230, 0, 18, 0.5);
  padding: 50px 30px;
  box-sizing: border-box;
}
.ppm-advantage__right .ppm-advantage__list {
  background: rgba(0, 0, 0, 0.5);
}
.ppm-advantage__item {
  width: 100%;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ppm-advantage__item-title {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 5px;
}
.ppm-advantage__description-bottom {
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: left;
}
.ppm-advantage__bottom {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
.ppm-advantage__button {
  width: 100%;
  max-width: 400px;
  background: #e0191e;
}

.ppm-capabilities {
  padding: 70px 0 0px;
  width: 90%;
  margin: 0 auto;
}
.ppm-capabilities__content {
  max-width: 1400px;
  margin: 0 auto;
}
.ppm-capabilities__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.ppm-capabilities__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-top: 40px;
}
.ppm-capabilities__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 30px;
}
.ppm-capabilities__item {
  width: calc(100% / 3 - 17px);
  background: #fafafa;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  min-height: 350px;
  position: relative;
}
.ppm-capabilities__item-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ppm-capabilities__item-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ppm-capabilities__item-text {
  padding: 70px 50px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.ppm-capabilities__item-title {
  text-align: left;
  font-weight: 500;
  color: #e0191e;
  margin-bottom: 25px;
}
.ppm-capabilities__bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
.ppm-capabilities__button {
  width: 100%;
  max-width: 400px;
  background: #e0191e;
}

.ppm-make {
  width: 100%;
  padding: 70px 0 0px;
}
.ppm-make__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.ppm-make__title {
  font-weight: bold;
  color: #333333;
}
.ppm-make__description {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.ppm-make__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.ppm-make__item {
  width: calc(33.33% - 15px);
  position: relative;
  background: #fafafa;
  color: #333333;
}
.ppm-make__item:nth-child(5) {
  background: #e60012;
  color: #ffffff;
}
.ppm-make__item:last-child {
  background: transparent;
}
.ppm-make__item-icon {
  width: 80px;
  margin: 35px 40px 15px;
}
.ppm-make__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ppm-make__item-text {
  padding: 0px 40px 30px;
  box-sizing: border-box;
}
.ppm-make__item-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.ppm-make__item-desc {
  font-weight: 400;
  line-height: 30px;
}
.ppm-make__item-image {
  width: 100%;
}
.ppm-make__item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ppm-make__item-button {
  width: 100%;
  max-width: 446px;
  margin: 0 auto;
  margin-top: 8px;
  background: #e0191e;
}

.ppm-industries {
  padding: 70px 0 50px;
  position: relative;
}
.ppm-industries__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ppm-industries__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.ppm-industries__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.ppm-industries__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 25px;
}
.ppm-industries__item {
  width: calc(100% / 3 - 20px);
  max-width: 446px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  text-align: center;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ppm-industries__item-image {
  width: 100%;
}
.ppm-industries__item:last-child .ppm-industries__item-image {
  width: 100%;
  height: 100%;
}
.ppm-industries__item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ppm-industries__item:last-child .ppm-industries__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ppm-industries__item-title {
  font-weight: 500;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 10px;
}
.ppm-industries__item-desc {
  width: 100%;
  padding: 0 35px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.ppm-industries__item-button {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: rgba(224, 25, 30, 0.2);
  font-weight: 400;
  font-size: 18px;
  color: #e0191e;
  text-align: center;
}
.ppm-industries__item-button:hover {
  background: #e0191e;
  color: #ffffff;
}

.ppm-solve {
  padding: 70px 0 35px;
  position: relative;
}
.ppm-solve__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ppm-solve__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ppm-solve__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ppm-solve__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.ppm-solve__description {
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.ppm-solve__wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.ppm-solve__left {
  width: calc(50% - 20px);
}
.ppm-solve__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ppm-solve__item {
  width: 100%;
}
.ppm-solve__item-title {
  font-weight: 500;
  color: #e0191e;
}
.ppm-solve__item-desc {
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  margin-top: 5px;
}
.ppm-solve__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ppm-solve__images-top {
  display: flex;
  gap: 15px;
}
.ppm-solve__images-top img {
  width: calc(100% / 2 - 8px);
  height: auto;
  object-fit: contain;
}
.ppm-solve__images-bottom {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}
.ppm-solve__images-bottom img {
  width: calc(100% / 3 - 8px);
  height: auto;
  object-fit: contain;
}

.ppm-process {
  padding: 70px 0 0px;
}
.ppm-process__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.ppm-process__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 60px;
}
.ppm-process__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  position: relative;
}
.ppm-process__item {
  width: calc(100% / 4 - 30px);
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  padding: 50px 40px 50px;
  box-sizing: border-box;
  min-height: 300px;
  position: relative;
}
.ppm-process__item-number {
  font-weight: bold;
  font-size: 100px;
  color: #dddafc;
  font-style: italic;
  position: absolute;
  bottom: -33px;
  right: 20px;
}
.ppm-process__item:nth-child(5) .ppm-process__item-number,
.ppm-process__item:nth-child(7) .ppm-process__item-number {
  color: #fcd1d6;
}
.ppm-process__item-title {
  font-weight: 500;
  color: #e0191e;
}
.ppm-process__item-desc {
  font-weight: 400;
  color: #070707;
  line-height: 30px;
  margin-top: 20px;
  position: relative;
}
.ppm-process__arrow {
  width: 24px;
  position: absolute;
}
.ppm-process__arrow:nth-child(2) {
  top: 50%;
  left: calc(100% / 4 - 5px);
  transform: translateX(-50%);
}
.ppm-process__arrow:nth-child(4) {
  top: 50%;
  left: calc(100% / 2);
  transform: translateX(-50%);
}
.ppm-process__arrow:nth-child(6) {
  top: 50%;
  left: calc(75% + 5px);
  transform: translateX(-50%);
}
.ppm-process__arrow img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ppm-elevate {
  padding: 70px 0 0;
  width: 90%;
  margin: 0 auto;
}
.ppm-elevate__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.ppm-elevate__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.ppm-elevate__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.ppm-elevate__image {
  width: 42%;
  max-width: 600px;
}
.ppm-elevate__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ppm-elevate__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  box-sizing: border-box;
}
.ppm-elevate__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.ppm-elevate__button {
  width: 100%;
  max-width: 560px;
  background: #e0191e;
  margin-top: 20px;
}

.ppm-solutions {
  padding: 40px 0 50px;
}
.ppm-solutions__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.ppm-solutions__image {
  width: 42%;
  max-width: 600px;
}
.ppm-solutions__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ppm-solutions__text {
  flex: 1;
  padding: 12px 0;
  box-sizing: border-box;
}
.ppm-solutions__text .cnc-title {
  justify-content: flex-start;
}
.ppm-solutions__title {
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.ppm-solutions__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: left;
}
.ppm-solutions__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}
.ppm-solutions__item {
  width: 100%;
  padding: 15px 25px;
  box-sizing: border-box;
  background: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 22px;
  color: #cc0033;
}
.ppm-solutions__item:hover {
  background: #e0191e;
  color: #fefbfb;
}
.ppm-solutions__item-icon {
  width: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.ppm-solutions__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ppm-solutions__item:hover .ppm-solutions__item-icon {
  display: none;
}
.ppm-solutions__item-icon-hover {
  display: none;
}
.ppm-solutions__item:hover .ppm-solutions__item-icon-hover {
  display: flex;
}
.ppm-solutions__description {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

@media screen and (max-width: 760px) {
  .ppm-banner {
    height: auto;
    padding: 50px 0;
  }
  .ppm-banner__button {
    width: 100%;
    max-width: 600px;
  }

  .ppm-choose__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .ppm-choose__left,
  .ppm-choose__right {
    width: 100%;
  }
  .ppm-choose__button {
    max-width: 100%;
  }
  .ppm-choose__right-list {
    flex-direction: column;
    gap: 20px;
  }
  .ppm-choose__right-image {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }

  .ppm-advantage__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .ppm-advantage__left,
  .ppm-advantage__right {
    width: 100%;
  }
  .ppm-advantage__button {
    max-width: 100%;
  }

  .ppm-capabilities__item {
    width: 100%;
  }
  .ppm-capabilities__button {
    max-width: 100%;
  }

  .ppm-make__item {
    width: 100%;
  }

  .ppm-industries__list {
    justify-content: center;
  }
  .ppm-industries__item {
    width: 100%;
  }

  .ppm-solve__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .ppm-solve__left {
    width: 100%;
  }
  .ppm-solve__right {
    width: 100%;
  }

  .ppm-process__item {
    width: 100%;
  }
  .ppm-process__arrow {
    display: none;
  }

  .ppm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .ppm-elevate__image {
    width: 100%;
  }

  .ppm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .ppm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .ppm-choose__wrap {
    flex-direction: column;
  }
  .ppm-choose__left,
  .ppm-choose__right {
    width: 100%;
  }
  .ppm-choose__button {
    max-width: 100%;
  }

  .ppm-advantage__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .ppm-advantage__left,
  .ppm-advantage__right {
    width: 100%;
  }

  .ppm-capabilities__item {
    width: calc(100% / 2 - 17px);
  }

  .ppm-make__item {
    width: calc(100% / 2 - 17px);
  }

  .ppm-industries__item {
    width: calc(100% / 2 - 20px);
  }

  .ppm-solve__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .ppm-solve__left {
    width: 100%;
  }
  .ppm-solve__right {
    width: 100%;
  }

  .ppm-process__item {
    width: calc(100% / 2 - 30px);
  }
  .ppm-process__arrow {
    display: none;
  }

  .ppm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .ppm-elevate__image {
    width: 100%;
  }

  .ppm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .ppm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .ppm-choose__wrap {
    flex-direction: column;
  }
  .ppm-choose__left,
  .ppm-choose__right {
    width: 100%;
  }

  .ppm-advantage__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .ppm-advantage__left,
  .ppm-advantage__right {
    width: 100%;
  }

  .ppm-capabilities__item {
    width: calc(100% / 2 - 17px);
  }

  .ppm-make__item {
    width: calc(100% / 2 - 17px);
  }

  .ppm-industries__item {
    width: calc(100% / 2 - 20px);
  }

  .ppm-solve__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .ppm-solve__left {
    width: 100%;
  }
  .ppm-solve__right {
    width: 100%;
  }

  .ppm-process__item {
    width: calc(100% / 2 - 30px);
  }
  .ppm-process__arrow {
    display: none;
  }
}

@media screen and (min-width: 1350px) {
}
