/* 横幅模块 */
.pvm-banner {
  position: relative;
  height: 800px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pvm-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pvm-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pvm-banner__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.pvm-banner__text {
  flex: 1;
  max-width: 930px;
}
.pvm-banner__title {
  color: #ffffff;
}
.pvm-banner__subtitle {
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  line-height: 48px;
  text-align: left;
  margin-top: 35px;
}
.pvm-banner__description {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 36px;
  margin-top: 15px;
}
.pvm-banner__button {
  margin-top: 40px;
  width: 600px;
  background: #e0191e;
}

.pvm-choose {
  padding: 70px 0 40px;
}
.pvm-choose__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.pvm-choose__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.pvm-choose__wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin-top: 40px;
}
.pvm-choose__left,
.pvm-choose__right {
  width: calc(100% / 2 - 10px);
}
.pvm-choose__left {
  background: #f5f5f5;
}
.pvm-choose__list {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  padding: 30px 35px;
  box-sizing: border-box;
}
.pvm-choose__item {
  width: 100%;
}
.pvm-choose__item-text {
  width: 100%;
  padding-right: 30px;
  box-sizing: border-box;
}
.pvm-choose__item-title {
  font-weight: 500;
  color: #e0191e;
}
.pvm-choose__item-desc {
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  margin-top: 5px;
}
.pvm-choose__right-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pvm-choose__right-image {
  width: 100%;
  max-width: 690px;
}
.pvm-choose__right-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.pvm-choose__right-text {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-sizing: border-box;
}
.pvm-choose__right-subtitle {
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}
.pvm-choose__right-item {
  width: 100%;
  padding: 8px 20px;
  font-weight: 400;
  font-size: 20px;
  color: #030303;
  box-sizing: border-box;
  background: #fee0e0;
  text-align: center;
}
.pvm-choose__button {
  width: 100%;
  max-width: 400px;
  background: #e0191e;
  margin-top: 10px;
}

.pvm-advantage {
  width: 100%;
  padding: 70px 0 50px;
  position: relative;
}
.pvm-advantage__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pvm-advantage__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pvm-advantage__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.pvm-advantage__title {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 50px;
}
.pvm-advantage__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
.pvm-advantage__item {
  width: calc(100% / 3 - 15px);
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  background: rgba(230, 0, 18, 0.5);
}
.pvm-advantage__item:nth-child(2),
.pvm-advantage__item:nth-child(5),
.pvm-advantage__item:nth-child(8) {
  background: rgba(0, 0, 0, 0.5);
}
.pvm-advantage__item:last-child {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pvm-advantage__item-text {
  padding: 35px 40px;
  box-sizing: border-box;
}
.pvm-advantage__item-title {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 5px;
}
.pvm-advantage__image {
  width: 100%;
  height: 100%;
}
.pvm-advantage__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pvm-advantage__button {
  width: 100%;
  max-width: 400px;
  background: #e0191e;
}

.pvm-capabilities {
  padding: 70px 0 0px;
  width: 90%;
  margin: 0 auto;
}
.pvm-capabilities__content {
  max-width: 1400px;
  margin: 0 auto;
}
.pvm-capabilities__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.pvm-capabilities__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-top: 40px;
}
.pvm-capabilities__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 20px;
}
.pvm-capabilities__item {
  width: calc(100% / 3 - 17px);
  background: #fafafa;
  font-weight: 400;
  color: #333333;
  text-align: center;
  min-height: 300px;
}
.pvm-capabilities__item:nth-child(5) {
  background: #e0191e;
  color: #ffffff;
}
.pvm-capabilities__item-text {
  padding: 60px 35px;
  box-sizing: border-box;
}
.pvm-capabilities__item-title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 25px;
}
.pvm-capabilities__item-image {
  width: 100%;
  height: 100%;
}
.pvm-capabilities__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pvm-capabilities__bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
.pvm-capabilities__button {
  width: 100%;
  max-width: 446px;
  background: #e0191e;
}

.pvm-make {
  padding: 70px 0 40px;
}
.pvm-make__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.pvm-make__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.pvm-make__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.pvm-make__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  margin-top: 35px;
  box-sizing: border-box;
}
.pvm-make__item {
  width: calc(100% / 2 - 10px);
  background: #fafafa;
}
.pvm-make__item:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
.pvm-make__item-text {
  width: 100%;
  padding: 35px 30px;
  box-sizing: border-box;
}
.pvm-make__item-title {
  font-weight: 500;
  color: #000000;
}
.pvm-make__item-desc {
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  margin-top: 20px;
}
.pvm-make__button {
  width: 100%;
  max-width: 600px;
}

.pvm-industries {
  padding: 70px 0 35px;
  position: relative;
}
.pvm-industries__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pvm-industries__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pvm-industries__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.pvm-industries__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.pvm-industries__description {
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.pvm-industries__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pvm-industries__item {
  width: 100%;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  padding: 30px 40px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}
.pvm-industries__item:nth-child(3) {
  background: rgba(230, 0, 18, 0.3);
}
.pvm-industries__item-text {
  width: 95%;
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
}
.pvm-industries__item-title {
  font-weight: 500;
  color: #e0191e;
  margin-bottom: 20px;
}
.pvm-industries__item:nth-child(3) .pvm-industries__item-title {
  color: #ffffff;
}
.pvm-industries__text-solutions {
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 400;
  font-size: 18px;
  color: #d81e06;
  cursor: pointer;
}
.pvm-industries__item:nth-child(3) .pvm-industries__text-solutions {
  color: #ffffff;
}
.pvm-industries__text-solutions:hover {
  font-weight: 600;
}

.pvm-solve {
  width: 100%;
  padding: 70px 0 0px;
}
.pvm-solve__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.pvm-solve__title {
  font-weight: bold;
  color: #333333;
}
.pvm-solve__description {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.pvm-solve__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.pvm-solve__item {
  width: calc(33.33% - 15px);
  position: relative;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
}
.pvm-solve__item:last-child {
  background: transparent;
}
.pvm-solve__item-icon {
  width: 80px;
  margin: 40px 40px 5px;
}
.pvm-solve__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.pvm-solve__item-text {
  padding: 0px 40px 30px;
  box-sizing: border-box;
}
.pvm-solve__item-title {
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.pvm-solve__item-desc {
  text-align: center;
}
.pvm-solve__item-image {
  width: 100%;
}
.pvm-solve__item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.pvm-solve__item-button {
  width: 100%;
  max-width: 446px;
  margin: 0 auto;
  margin-top: 8px;
  background: #e0191e;
}

.pvm-process {
  width: 100%;
  padding: 70px 0 35px;
}
.pvm-process__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.pvm-process__title {
  font-weight: bold;
  color: #333333;
}
.pvm-process__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.pvm-process__item {
  width: calc(100% / 2 - 10px);
  position: relative;
  background: #fafafa;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pvm-process__item-icon {
  width: 80px;
  margin: 35px 45px 15px;
}
.pvm-process__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.pvm-process__item-text {
  padding: 0px 45px 30px;
  box-sizing: border-box;
}
.pvm-process__item-title {
  font-weight: 500;
  text-align: center;
  line-height: 36px;
  margin-bottom: 25px;
}
.pvm-process__item-desc {
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.pvm-elevate {
  padding: 70px 0 0;
  width: 90%;
  margin: 0 auto;
}
.pvm-elevate__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.pvm-elevate__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.pvm-elevate__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.pvm-elevate__image {
  width: 42%;
  max-width: 600px;
}
.pvm-elevate__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pvm-elevate__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  box-sizing: border-box;
}
.pvm-elevate__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.pvm-elevate__button {
  width: 100%;
  max-width: 560px;
  background: #e0191e;
  margin-top: 20px;
}

.pvm-solutions {
  padding: 40px 0 50px;
}
.pvm-solutions__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.pvm-solutions__image {
  width: 42%;
  max-width: 600px;
}
.pvm-solutions__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pvm-solutions__text {
  flex: 1;
  padding: 12px 0;
  box-sizing: border-box;
}
.pvm-solutions__text .cnc-title {
  justify-content: flex-start;
}
.pvm-solutions__title {
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.pvm-solutions__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: left;
}
.pvm-solutions__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}
.pvm-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;
}
.pvm-solutions__item:hover {
  background: #e0191e;
  color: #fefbfb;
}
.pvm-solutions__item-icon {
  width: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.pvm-solutions__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.pvm-solutions__item:hover .pvm-solutions__item-icon {
  display: none;
}
.pvm-solutions__item-icon-hover {
  display: none;
}
.pvm-solutions__item:hover .pvm-solutions__item-icon-hover {
  display: flex;
}
.pvm-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) {
  .pvm-banner {
    height: auto;
    padding: 50px 0;
  }
  .pvm-banner__button {
    width: 100%;
    max-width: 600px;
  }

  .pvm-choose__wrap {
    flex-direction: column;
  }
  .pvm-choose__left,
  .pvm-choose__right {
    width: 100%;
  }

  .pvm-advantage__item {
    width: 100%;
  }

  .pvm-capabilities__item {
    width: 100%;
  }

  .pvm-make__item {
    width: 100%;
  }

  .pvm-industries__text-solutions {
    position: static;
    margin-top: 20px;
  }

  .pvm-solve__item {
    width: 100%;
  }

  .pvm-process__item {
    width: 100%;
  }

  .pvm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .pvm-elevate__image {
    width: 100%;
  }

  .pvm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .pvm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .pvm-choose__wrap {
    flex-direction: column;
  }
  .pvm-choose__left,
  .pvm-choose__right {
    width: 100%;
  }

  .pvm-advantage__item {
    width: calc(100% / 2 - 15px);
  }

  .pvm-capabilities__item {
    width: calc(100% / 2 - 15px);
  }

  .pvm-make__item {
    width: 100%;
  }

  .pvm-solve__item {
    width: calc(100% / 2 - 10px);
  }

  .pvm-process__item {
    width: 100%;
  }

  .pvm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .pvm-elevate__image {
    width: 100%;
  }

  .pvm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .pvm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .pvm-advantage__item {
    width: calc(100% / 2 - 15px);
  }

  .pvm-capabilities__item {
    width: calc(100% / 2 - 15px);
  }

  .pvm-solve__item {
    width: calc(100% / 2 - 10px);
  }
}

@media screen and (min-width: 1350px) {
}
