/* 横幅模块 */
.pcm-banner {
  position: relative;
  height: 800px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pcm-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pcm-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pcm-banner__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.pcm-banner__text {
  flex: 1;
  max-width: 1060px;
}
.pcm-banner__title {
  color: #ffffff;
}
.pcm-banner__subtitle {
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  line-height: 48px;
  text-align: left;
  margin-top: 35px;
}
.pcm-banner__wrap {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  margin-top: 20px;
}
.pcm-banner__left {
  flex: 1;
  max-width: 540px;
}
.pcm-banner__description {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 36px;
}
.pcm-banner__button {
  margin-top: 40px;
  width: 500px;
  background: #e0191e;
}
.pcm-banner__right {
  width: 36%;
  max-width: 300px;
  flex-shrink: 0;
}
.pcm-banner__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pcm-banner__item {
  width: 100%;
  padding: 5px 20px;
  box-sizing: border-box;
  background: rgba(224, 25, 30, 0.3);
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
}

.pcm-precision {
  padding: 70px 0 70px;
  width: 90%;
  margin: 0 auto;
}
.pcm-precision__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 50px;
}
.pcm-precision__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}
.pcm-precision__left {
  width: 48%;
  max-width: 600px;
  flex-shrink: 0;
}
.pcm-precision__image {
  width: 100%;
}
.pcm-precision__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.pcm-precision__right {
  flex: 1;
}
.pcm-precision__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 35px;
  box-sizing: border-box;
}
.pcm-precision__item-title {
  font-weight: 500;
  color: #e0191e;
}
.pcm-precision__item-description {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 5px;
}
.pcm-precision__bottom {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 70px;
  background: rgba(255, 0, 0, 0.1);
  padding: 10px 20px;
  box-sizing: border-box;
}
.pcm-precision__button {
  width: 100%;
  max-width: 400px;
  background: #e0191e;
}

.pcm-advantage {
  padding: 70px 0 70px;
  position: relative;
}
.pcm-advantage__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pcm-advantage__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pcm-advantage__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.pcm-advantage__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.pcm-advantage__wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.pcm-advantage__wrap-top,
.pcm-advantage__wrap-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.pcm-advantage__image {
  width: calc(100% / 4 - 17px);
  display: flex;
  gap: 20px;
}
.pcm-advantage__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.pcm-advantage__wrap-bottom {
  align-items: stretch;
}
.pcm-advantage__list {
  width: calc(100% / 2 - 10px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 25px;
  background: rgba(230, 0, 18, 0.5);
  padding: 50px 30px;
  box-sizing: border-box;
}
.pcm-advantage__list:last-child {
  background: rgba(0, 0, 0, 0.5);
}
.pcm-advantage__item {
  width: 100%;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pcm-advantage__item-title {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 5px;
}
.pcm-advantage__bottom {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
.pcm-advantage__button {
  width: 100%;
  max-width: 400px;
  background: #e0191e;
}

.pcm-capabilities {
  padding: 70px 0 50px;
  width: 90%;
  margin: 0 auto;
}
.pcm-capabilities__content {
  max-width: 1400px;
  margin: 0 auto;
}
.pcm-capabilities__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.pcm-capabilities__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-top: 40px;
}
.pcm-capabilities__list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 30px;
}
.pcm-capabilities__item {
  width: calc(100% / 3 - 17px);
  background: #fafafa;
  font-weight: 400;
  color: #333333;
  text-align: left;
  min-height: 350px;
}
.pcm-capabilities__item:nth-child(1) {
  width: calc(100% - 33.3% - 13px);
  max-width: none;
  min-height: auto;
  height: 450px;
}
.pcm-capabilities__item:nth-child(2) {
  width: calc(100% / 3 - 17px);
  max-width: 446px;
  min-height: auto;
  height: 450px;
  flex-shrink: 0;
}
.pcm-capabilities__item:nth-child(4) {
  background: #e0191e;
  color: #ffffff;
}
.pcm-capabilities__item-text {
  padding: 80px 58px;
  box-sizing: border-box;
}
.pcm-capabilities__item-image {
  width: 100%;
  height: 100%;
}
.pcm-capabilities__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pcm-capabilities__item-title {
  text-align: left;
  font-weight: 500;
  margin-bottom: 25px;
}
.pcm-capabilities__bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
.pcm-capabilities__button {
  width: 100%;
  max-width: 450px;
  background: #e0191e;
}

.pcm-make {
  width: 100%;
  padding: 70px 0 50px;
  position: relative;
}
.pcm-make__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pcm-make__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pcm-make__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.pcm-make__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.pcm-make__description {
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  margin-top: 40px;
  text-align: center;
}
.pcm-make__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 25px;
}
.pcm-make__item {
  width: calc(100% / 3 - 17px);
  background: rgba(0, 0, 0, 0.4);
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  position: relative;
}
.pcm-make__item:nth-child(2),
.pcm-make__item:nth-child(5) {
  background: rgba(230, 0, 18, 0.5);
}
.pcm-make__item-text {
  padding: 45px 45px 60px;
  box-sizing: border-box;
}
.pcm-make__item-title {
  text-align: left;
  font-weight: 500;
  margin-bottom: 25px;
}
.pcm-make__item-icon {
  width: 26px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.pcm-make__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.pcm-make__bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
.pcm-make__button {
  width: 100%;
  max-width: 400px;
  background: #e0191e;
}

.pcm-industries {
  padding: 70px 0 0px;
  position: relative;
}
.pcm-industries__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.pcm-industries__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.pcm-industries__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.pcm-industries__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 25px;
}
.pcm-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;
}
.pcm-industries__item:nth-child(4),
.pcm-industries__item:nth-child(5) {
  width: calc(100% / 2 - 15px);
  max-width: 680px;
}
.pcm-industries__item-image {
  width: 100%;
}
.pcm-industries__item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.pcm-industries__item-title {
  font-weight: 500;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 10px;
}
.pcm-industries__item:nth-child(4) .pcm-industries__item-title,
.pcm-industries__item:nth-child(5) .pcm-industries__item-title {
  margin-top: 45px;
  margin-bottom: 20px;
}
.pcm-industries__item-desc {
  width: 100%;
  padding: 0 35px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pcm-industries__item:nth-child(4) .pcm-industries__item-desc,
.pcm-industries__item:nth-child(5) .pcm-industries__item-desc {
  padding: 0 40px;
  margin-bottom: 50px;
}
.pcm-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;
}
.pcm-industries__item-button:hover {
  background: #e0191e;
  color: #ffffff;
}

.pcm-solve {
  width: 100%;
  padding: 70px 0 0px;
}
.pcm-solve__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.pcm-solve__title {
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.pcm-solve__description {
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.pcm-solve__list {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}
.pcm-solve__item {
  width: calc(100% / 2 - 10px);
  padding: 40px 30px 35px;
  box-sizing: border-box;
  background: #f5f5f5;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
}
.pcm-solve__item:nth-child(2),
.pcm-solve__item:nth-child(3) {
  background: #e60012;
  color: #ffffff;
}
.pcm-solve__item:last-child {
  width: 100%;
  position: relative;
  padding-bottom: 75px;
  border: 1px dashed #000000;
}
.pcm-solve__item:last-child::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 365px;
  height: 60px;
  background: #ffffff;
}
.pcm-solve__item-title {
  font-weight: 500;
}
.pcm-solve__item-desc {
  margin-top: 20px;
}
.pcm-solve__item-button {
  width: 100%;
  max-width: 335px;
  background: #e0191e;
  border-radius: 10px;
  margin-top: 15px;
  font-weight: 400;
  position: absolute;
  bottom: 0px;
  right: 15px;
}

.pcm-process {
  padding: 70px 0 0px;
}
.pcm-process__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.pcm-process__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 60px;
}
.pcm-process__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  position: relative;
}
.pcm-process__list:last-child {
  margin-top: 35px;
  flex-direction: row-reverse;
}
.pcm-process__item {
  width: calc(100% / 2 - 20px);
  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;
}
.pcm-process__list:last-child .pcm-process__item:nth-child(1)::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
  height: 80px;
  border: 1px solid #e5e5e5;
  border-right: none;
  border-bottom: none;
}
.pcm-process__item-number {
  font-weight: bold;
  font-size: 100px;
  color: #dddafc;
  font-style: italic;
  position: absolute;
  top: -5px;
  right: 30px;
}
.pcm-process__list:last-child .pcm-process__item-number {
  color: #fcd1d6;
}
.pcm-process__item-title {
  font-weight: 500;
  color: #e0191e;
}
.pcm-process__item-desc {
  font-weight: 400;
  color: #070707;
  line-height: 30px;
  margin-top: 20px;
}
.pcm-process__item-button {
  width: 100%;
  max-width: 350px;
  background: #e0191e;
  border-radius: 10px;
  margin-top: 15px;
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  right: 24px;
}
.pcm-process__arrow {
  width: 24px;
}
.pcm-process__arrow img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.pcm-process__arrow-right {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pcm-process__arrow-left {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.pcm-process__arrow-bottom {
  position: absolute;
  bottom: -35px;
  right: 23.5%;
  transform: rotate(90deg);
}

.pcm-elevate {
  padding: 70px 0 0;
  width: 90%;
  margin: 0 auto;
}
.pcm-elevate__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.pcm-elevate__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.pcm-elevate__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.pcm-elevate__image {
  width: 42%;
  max-width: 600px;
}
.pcm-elevate__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pcm-elevate__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  box-sizing: border-box;
}
.pcm-elevate__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.pcm-elevate__button {
  width: 100%;
  max-width: 560px;
  background: #e0191e;
  margin-top: 20px;
}

.pcm-solutions {
  padding: 40px 0 50px;
}
.pcm-solutions__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.pcm-solutions__image {
  width: 42%;
  max-width: 600px;
}
.pcm-solutions__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pcm-solutions__text {
  flex: 1;
  padding: 12px 0;
  box-sizing: border-box;
}
.pcm-solutions__text .cnc-title {
  justify-content: flex-start;
}
.pcm-solutions__title {
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.pcm-solutions__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: left;
}
.pcm-solutions__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}
.pcm-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;
}
.pcm-solutions__item:hover {
  background: #e0191e;
  color: #fefbfb;
}
.pcm-solutions__item-icon {
  width: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.pcm-solutions__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.pcm-solutions__item:hover .pcm-solutions__item-icon {
  display: none;
}
.pcm-solutions__item-icon-hover {
  display: none;
}
.pcm-solutions__item:hover .pcm-solutions__item-icon-hover {
  display: flex;
}
.pcm-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) {
  .pcm-banner {
    height: auto;
    padding: 50px 0;
  }
  .pcm-banner__wrap {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .pcm-banner__right {
    width: 100%;
    max-width: none;
  }
  .pcm-banner__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .pcm-banner__item {
    width: auto;
    padding: 8px 10px;
    font-size: 18px;
    white-space: nowrap;
  }
  .pcm-banner__button {
    width: 100%;
    max-width: 500px;
  }

  .pcm-precision__content {
    flex-direction: column;
    gap: 20px;
  }
  .pcm-precision__left {
    width: 100%;
  }

  .pcm-advantage__wrap-bottom {
    flex-direction: column;
  }
  .pcm-advantage__image {
    width: calc(100% / 2 - 10px);
  }
  .pcm-advantage__list {
    width: 100%;
  }

  .pcm-capabilities__item {
    width: 100%;
    min-height: auto;
  }
  .pcm-capabilities__item:nth-child(1) {
    width: 100%;
    height: auto;
  }
  .pcm-capabilities__item:nth-child(2) {
    width: 100%;
    height: auto;
  }
  .pcm-capabilities__item-text {
    padding: 40px 35px;
  }
  .pcm-capabilities__item-image {
    height: auto;
  }
  .pcm-capabilities__item-image img {
    height: auto;
    object-fit: contain;
  }

  .pcm-make__item {
    width: 100%;
  }

  .pcm-industries__item {
    width: 100%;
  }
  .pcm-industries__item:nth-child(4),
  .pcm-industries__item:nth-child(5) {
    width: 100%;
  }

  .pcm-solve__item {
    width: 100%;
  }

  .pcm-process__item {
    width: 100%;
  }
  .pcm-process__item-button {
    position: static;
  }
  .pcm-process__list:last-child .pcm-process__item:nth-child(1)::before {
    display: none;
  }
  .pcm-process__arrow-right {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .pcm-process__arrow-bottom {
    bottom: -35px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
  .pcm-process__arrow-left {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .pcm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .pcm-elevate__image {
    width: 100%;
  }

  .pcm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .pcm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .pcm-banner {
    height: auto;
    padding: 50px 0;
  }
  .pcm-banner__wrap {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .pcm-banner__right {
    width: 100%;
    max-width: none;
  }
  .pcm-banner__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .pcm-banner__item {
    width: auto;
    padding: 8px 10px;
    font-size: 18px;
    white-space: nowrap;
  }

  .pcm-precision__content {
    flex-direction: column;
    gap: 20px;
  }
  .pcm-precision__left {
    width: 100%;
  }

  .pcm-advantage__wrap-bottom {
    flex-direction: column;
  }
  .pcm-advantage__image {
    width: calc(100% / 2 - 10px);
  }
  .pcm-advantage__list {
    width: 100%;
  }

  .pcm-capabilities__item {
    width: calc(100% / 2 - 17px);
  }

  .pcm-make__item {
    width: calc(100% / 2 - 17px);
  }

  .pcm-industries__item {
    width: calc(100% / 2 - 17px);
  }

  .pcm-process__item {
    width: 100%;
  }
  .pcm-process__arrow-right {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .pcm-process__arrow-bottom {
    bottom: -35px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
  .pcm-process__arrow-left {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .pcm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .pcm-elevate__image {
    width: 100%;
  }

  .pcm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .pcm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .pcm-capabilities__item {
    width: calc(100% / 2 - 17px);
  }

  .pcm-make__item {
    width: calc(100% / 2 - 17px);
  }
}

@media screen and (min-width: 1350px) {
}
