/* 横幅模块 */
.ptem-banner {
  position: relative;
  height: 800px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ptem-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ptem-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptem-banner__content {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.ptem-banner__title {
  color: #ffffff;
  text-align: left;
}
.ptem-banner__subtitle {
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  line-height: 48px;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 30px;
}
.ptem-banner__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.ptem-banner__left {
  flex: 1;
}
.ptem-banner__list {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
.ptem-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;
}
.ptem-banner__button {
  margin-top: 20px;
  width: 600px;
  background: #e0191e;
}
.ptem-banner__right {
  width: 35%;
  max-width: 600px;
  flex-shrink: 0;
  margin-top: 20px;
}
.ptem-banner__image {
  width: 100%;
}
.ptem-banner__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ptem-partner {
  padding: 70px 0 0px;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.ptem-partner__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.ptem-partner__content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
  position: relative;
}
.ptem-partner__image {
  width: 100%;
}
.ptem-partner__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ptem-partner__text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
}
.ptem-partner__description {
  width: 100%;
  font-weight: 400;
  color: #030303;
}
.ptem-partner__button {
  width: 100%;
  max-width: 500px;
  background: #e0191e;
}

.ptem-precision {
  padding: 70px 0 50px;
}
.ptem-precision__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.ptem-precision__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.ptem-precision__description {
  font-weight: 400;
  color: #030303;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
}
.ptem-precision__wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.ptem-precision__left,
.ptem-precision__right {
  width: calc(100% / 2 - 10px);
}
.ptem-precision__list {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}
.ptem-precision__item {
  width: 100%;
  padding: 20px 35px;
  box-sizing: border-box;
  background: #fafafa;
}
.ptem-precision__item:nth-child(2) {
  background: #e0191e;
}
.ptem-precision__item-text {
  width: 100%;
}
.ptem-precision__item-title {
  font-weight: 500;
  color: #030303;
}
.ptem-precision__item:nth-child(2) .ptem-precision__item-title {
  color: #ffffff;
}
.ptem-precision__item-desc {
  font-weight: 400;
  color: #030303;
  line-height: 30px;
  margin-top: 5px;
}
.ptem-precision__item:nth-child(2) .ptem-precision__item-desc {
  color: #ffffff;
}
.ptem-precision__right-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ptem-precision__image {
  width: 100%;
}
.ptem-precision__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ptem-precision__button {
  width: 100%;
  max-width: 500px;
  background: #e0191e;
  margin: 0 auto;
}

.ptem-advantage {
  width: 100%;
  padding: 70px 0 50px;
  position: relative;
}
.ptem-advantage__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ptem-advantage__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptem-advantage__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ptem-advantage__title {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 40px;
}
.ptem-advantage__wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.ptem-advantage__left,
.ptem-advantage__right {
  width: calc(100% / 2 - 15px);
}
.ptem-advantage__left {
  background: rgba(224, 25, 30, 0.5);
}
.ptem-advantage__right {
  background: rgba(0, 0, 0, 0.5);
}
.ptem-advantage__list {
  width: 100%;
  padding: 35px 40px;
  box-sizing: border-box;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.ptem-advantage__item-title {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 5px;
}
.ptem-advantage__bottom {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.ptem-advantage__button {
  width: 100%;
  max-width: 500px;
  background: #e0191e;
}

.ptem-capabilities {
  padding: 70px 0 0px;
  position: relative;
  overflow: hidden;
}
.ptem-capabilities__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ptem-capabilities__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.ptem-capabilities__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.ptem-capabilities__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 25px;
  position: relative;
}
.ptem-capabilities__list::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 200px;
  background: #f5f5f5;
}

.ptem-capabilities__item {
  width: calc(100% / 3 - 20px);
  max-width: 446px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  text-align: left;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.ptem-capabilities__item-image {
  width: 100%;
}
.ptem-capabilities__item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ptem-capabilities__item-title {
  font-weight: 500;
  color: #e0191e;
  padding: 25px 35px 9px;
  box-sizing: border-box;
  text-align: left;
}
.ptem-capabilities__item-desc {
  width: 100%;
  padding: 0 35px 35px;
  box-sizing: border-box;
}
.ptem-capabilities__bottom {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.ptem-capabilities__button {
  width: 100%;
  max-width: 500px;
  background: #e0191e;
}

.ptem-make {
  width: 100%;
  padding: 70px 0 0px;
}
.ptem-make__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.ptem-make__title {
  font-weight: bold;
  color: #333333;
}
.ptem-make__description {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.ptem-make__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.ptem-make__item {
  width: calc(33.33% - 15px);
  position: relative;
  background: #fafafa;
  color: #333333;
}
.ptem-make__item:nth-child(5) {
  background: #e60012;
  color: #ffffff;
}
.ptem-make__item-icon {
  width: 80px;
  margin: 35px 40px 15px;
}
.ptem-make__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ptem-make__item-text {
  padding: 0px 40px 30px;
  box-sizing: border-box;
}
.ptem-make__item-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.ptem-make__item-desc {
  font-weight: 400;
  line-height: 30px;
}
.ptem-make__bottom {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.ptem-make__button {
  width: 100%;
  max-width: 500px;
  background: #e0191e;
}

.ptem-industries {
  width: 100%;
  padding: 70px 0 35px;
}
.ptem-industries__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ptem-industries__title {
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.ptem-industries__description {
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.ptem-industries__list {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}
.ptem-industries__item {
  width: calc(100% / 2 - 10px);
  padding: 55px 30px 35px;
  box-sizing: border-box;
  background: #f5f5f5;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  position: relative;
}
.ptem-industries__item-title {
  font-weight: 500;
}
.ptem-industries__item-desc {
  margin-top: 30px;
}
.ptem-industries__text-link {
  font-weight: 400;
  font-size: 18px;
  color: #e0191e;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.ptem-industries__text-link:hover {
  font-weight: bold;
}

.ptem-solve {
  width: 100%;
  padding: 70px 0 50px;
  position: relative;
}
.ptem-solve__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ptem-solve__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptem-solve__content {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ptem-solve__title {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 40px;
}
.ptem-solve__description {
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 20px;
}
.ptem-solve__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
.ptem-solve__item {
  width: calc(100% / 5 - 17px);
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.ptem-solve__item:nth-child(3) {
  background: rgba(230, 0, 18, 0.5);
}
.ptem-solve__item-text {
  padding: 35px 40px;
  box-sizing: border-box;
}
.ptem-solve__item-title {
  font-weight: 500;
  color: #e0191e;
  margin-bottom: 5px;
  text-align: center;
}
.ptem-solve__item:nth-child(3) .ptem-solve__item-title {
  color: #ffffff;
}
.ptem-solve__list:last-child {
  margin-top: 20px;
}
.ptem-solve__image {
  width: 100%;
  height: 100%;
}
.ptem-solve__list:last-child .ptem-solve__item:nth-child(3) {
  width: auto;
  flex: 1;
}
.ptem-solve__list:last-child .ptem-solve__item:nth-child(4) {
  width: 400px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ptem-solve__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptem-solve__button {
  width: 100%;
  max-width: 400px;
  background: #e0191e;
}

.ptem-process {
  padding: 70px 0 0px;
}
.ptem-process__content {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
.ptem-process__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 60px;
}
.ptem-process__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  position: relative;
}
.ptem-process__item {
  width: calc(100% / 4 - 30px);
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  padding: 50px 30px 60px;
  box-sizing: border-box;
  min-height: 300px;
  position: relative;
  min-height: 400px;
}
.ptem-process__item-number {
  font-weight: bold;
  font-size: 100px;
  color: #dddafc;
  font-style: italic;
  position: absolute;
  bottom: -33px;
  right: 20px;
}
.ptem-process__item:nth-child(5) .ptem-process__item-number,
.ptem-process__item:nth-child(7) .ptem-process__item-number {
  color: #fcd1d6;
}
.ptem-process__item-title {
  font-weight: 500;
  color: #e0191e;
}
.ptem-process__item-desc {
  font-weight: 400;
  color: #070707;
  line-height: 30px;
  margin-top: 20px;
  position: relative;
}
.ptem-process__arrow {
  width: 24px;
  position: absolute;
}
.ptem-process__arrow:nth-child(2) {
  top: 50%;
  left: calc(100% / 4 - 5px);
  transform: translateX(-50%);
}
.ptem-process__arrow:nth-child(4) {
  top: 50%;
  left: calc(100% / 2);
  transform: translateX(-50%);
}
.ptem-process__arrow:nth-child(6) {
  top: 50%;
  left: calc(75% + 5px);
  transform: translateX(-50%);
}
.ptem-process__arrow img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ptem-elevate {
  padding: 70px 0 0;
  width: 90%;
  margin: 0 auto;
}
.ptem-elevate__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.ptem-elevate__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.ptem-elevate__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.ptem-elevate__image {
  width: 42%;
  max-width: 600px;
}
.ptem-elevate__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptem-elevate__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  box-sizing: border-box;
}
.ptem-elevate__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.ptem-elevate__button {
  width: 100%;
  max-width: 560px;
  background: #e0191e;
  margin-top: 20px;
}

.ptem-solutions {
  padding: 40px 0 50px;
}
.ptem-solutions__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.ptem-solutions__image {
  width: 42%;
  max-width: 600px;
}
.ptem-solutions__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptem-solutions__text {
  flex: 1;
  padding: 12px 0;
  box-sizing: border-box;
}
.ptem-solutions__text .cnc-title {
  justify-content: flex-start;
}
.ptem-solutions__title {
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.ptem-solutions__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: left;
}
.ptem-solutions__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}
.ptem-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;
}
.ptem-solutions__item:hover {
  background: #e0191e;
  color: #fefbfb;
}
.ptem-solutions__item-icon {
  width: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.ptem-solutions__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ptem-solutions__item:hover .ptem-solutions__item-icon {
  display: none;
}
.ptem-solutions__item-icon-hover {
  display: none;
}
.ptem-solutions__item:hover .ptem-solutions__item-icon-hover {
  display: flex;
}
.ptem-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) {
  .ptem-banner {
    height: auto;
    padding: 50px 0;
  }
  .ptem-banner__wrap {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .ptem-banner__list {
    margin-top: 20px;
  }
  .ptem-banner__button {
    width: 100%;
    max-width: 600px;
  }

  .ptem-precision__wrap {
    flex-direction: column;
  }
  .ptem-precision__left,
  .ptem-precision__right {
    width: 100%;
  }

  .ptem-advantage__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .ptem-advantage__left,
  .ptem-advantage__right {
    width: 100%;
  }

  .ptem-capabilities__list::before {
    display: none;
  }
  .ptem-capabilities__item {
    width: 100%;
  }

  .ptem-make__item {
    width: 100%;
  }

  .ptem-industries__item {
    width: 100%;
  }

  .ptem-solve__item {
    width: 100%;
  }
  .ptem-solve__list:last-child .ptem-solve__item:nth-child(3) {
    width: 100%;
    flex: none;
  }
  .ptem-solve__list:last-child .ptem-solve__item:nth-child(4) {
    width: 100%;
    flex: none;
  }

  .ptem-process__item {
    width: 100%;
  }
  .ptem-process__arrow {
    display: none;
  }

  .ptem-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .ptem-elevate__image {
    width: 100%;
  }
  .ptem-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .ptem-elevate__image {
    width: 100%;
  }

  .ptem-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .ptem-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .ptem-banner {
    height: auto;
    padding: 50px 0;
  }
  .ptem-banner__wrap {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .ptem-banner__list {
    margin-top: 20px;
  }
  .ptem-banner__button {
    width: 100%;
    max-width: 600px;
  }

  .ptem-precision__wrap {
    flex-direction: column;
  }
  .ptem-precision__left,
  .ptem-precision__right {
    width: 100%;
  }

  .ptem-advantage__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .ptem-advantage__left,
  .ptem-advantage__right {
    width: 100%;
  }

  .ptem-capabilities__list::before {
    display: none;
  }
  .ptem-capabilities__item {
    width: calc(100% / 2 - 15px);
  }

  .ptem-make__item {
    width: calc(100% / 2 - 15px);
  }

  .ptem-industries__item {
    width: 100%;
  }

  .ptem-solve__item {
    width: calc(100% / 2 - 15px);
  }
  .ptem-solve__list:last-child .ptem-solve__item:nth-child(3) {
    width: calc(100% / 2 - 15px);
    flex: none;
  }
  .ptem-solve__list:last-child .ptem-solve__item:nth-child(4) {
    width: calc(100% / 2 - 15px);
    flex: none;
  }

  .ptem-process__item {
    width: calc(100% / 2 - 30px);
  }
  .ptem-process__arrow {
    display: none;
  }

  .ptem-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .ptem-elevate__image {
    width: 100%;
  }

  .ptem-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .ptem-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .ptem-banner {
    height: auto;
    padding: 50px 0;
  }
  .ptem-banner__wrap {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .ptem-banner__list {
    margin-top: 20px;
  }

  .ptem-precision__wrap {
    flex-direction: column;
  }
  .ptem-precision__left,
  .ptem-precision__right {
    width: 100%;
  }

  .ptem-advantage__wrap {
    flex-direction: column;
  }
  .ptem-advantage__left,
  .ptem-advantage__right {
    width: 100%;
  }

  .ptem-capabilities__item {
    width: calc(100% / 2 - 20px);
  }

  .ptem-make__item {
    width: calc(100% / 2 - 10px);
  }

  .ptem-industries__item {
    width: 100%;
  }

  .ptem-solve__item {
    width: calc(100% / 2 - 17px);
  }

  .ptem-process__item {
    width: calc(100% / 2 - 30px);
  }
  .ptem-process__arrow {
    display: none;
  }
}

@media screen and (min-width: 1350px) {
}
