/* 横幅模块 */
.cpm-banner {
  position: relative;
  height: 820px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cpm-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cpm-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpm-banner__content {
  width: 90%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.cpm-banner__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
}
.cpm-banner__left {
  width: 50%;
  max-width: 734px;
  flex-shrink: 0;
}
.cpm-banner__image {
  width: 100%;
}
.cpm-banner__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cpm-banner__right {
  flex: 1;
}
.cpm-banner__title {
  max-width: 767px;
  color: #ffffff;
  text-align: left;
}
.cpm-banner__subtitle {
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  line-height: 48px;
  text-align: left;
  margin-top: 35px;
}
.cpm-banner__description {
  max-width: 678px;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 36px;
  margin-top: 40px;
}
.cpm-banner__button {
  margin-top: 60px;
  width: 430px;
  background: #e0191e;
  border-radius: 4px;
}

.cpm-choose {
  width: 100%;
  padding: 70px 0 50px;
  background: #f8f8f8;
}
.cpm-choose__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.cpm-choose__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 50px;
}
.cpm-choose__text {
  width: calc(33.33% - 45px);
}
.cpm-choose__title {
  font-weight: bold;
  color: #333333;
  text-align: left;
  margin-bottom: 30px;
}
.cpm-choose__text-item {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.cpm-choose__text-item::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0px;
  width: 12px;
  height: 12px;
  background: #e0191e;
  border-radius: 50%;
}
.cpm-choose__item {
  width: calc(33.33% - 45px);
  position: relative;
  background: #ffffff;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cpm-choose__item:last-child {
  background: #e0191e;
  color: #ffffff;
}
.cpm-choose__item-icon {
  width: 100px;
  margin: 25px 25px 0px;
}
.cpm-choose__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cpm-choose__item-text {
  padding: 0px 25px 20px;
  box-sizing: border-box;
}
.cpm-choose__item-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.cpm-choose__item-desc {
  font-weight: 400;
  text-align: center;
}
.cpm-choose__bottom {
  width: 90%;
  max-width: 1400px;
  margin: 60px auto 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cpm-choose__button {
  width: 100%;
  max-width: 620px;
  background: #e0191e;
  border-radius: 4px;
}

.cpm-assistance {
  padding: 70px 0 70px;
}
.cpm-assistance__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.cpm-assistance__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.cpm-assistance__subtitle {
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  text-align: center;
}
.cpm-assistance__description {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
}
.cpm-assistance__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px;
}
.cpm-assistance__item {
  width: calc(100% / 3 - 20px);
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(35, 24, 21, 0.15);
  border-radius: 20px;
  padding: 45px 30px 35px;
  box-sizing: border-box;
  min-height: 360px;
  position: relative;
  overflow: hidden;
}
.cpm-assistance__item::before {
  content: '';
  position: absolute;
  bottom: -7%;
  right: -5%;
  width: 180px;
  height: 180px;
  background: #e0191e;
  border-radius: 50%;
}
.cpm-assistance__item-text {
  position: relative;
  z-index: 1;
}
.cpm-assistance__item-title {
  font-weight: bold;
  color: #333333;
}
.cpm-assistance__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 20px;
}
.cpm-assistance__bottom {
  max-width: 1400px;
  margin: 60px auto 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cpm-assistance__button {
  width: 100%;
  max-width: 590px;
  background: #e0191e;
  border-radius: 4px;
}

.cpm-capabilities {
  padding: 70px 0 70px;
  position: relative;
}
.cpm-capabilities__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cpm-capabilities__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpm-capabilities__content {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cpm-capabilities__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.cpm-capabilities__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.cpm-capabilities__description {
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  margin-bottom: 50px;
}
.cpm-capabilities__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.cpm-capabilities__item {
  width: 360px;
  height: 360px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  text-align: center;
  background: #f8f8f8;
  border-radius: 50%;
  padding: 100px 35px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.cpm-capabilities__item-number {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #e0191e;
  border-radius: 50%;
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
}
.cpm-capabilities__item-title {
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.cpm-capabilities__bottom {
  max-width: 1400px;
  margin: 60px auto 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cpm-capabilities__button {
  width: 100%;
  max-width: 610px;
  background: #e0191e;
  border-radius: 4px;
}

.cpm-make {
  padding: 70px 0 70px;
  position: relative;
}
.cpm-make__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cpm-make__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.cpm-make__subtitle {
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.cpm-make__description {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin-bottom: 50px;
}
.cpm-make__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px 60px;
}
.cpm-make__item {
  width: calc(100% / 2 - 30px);
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  text-align: left;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(35, 24, 21, 0.15);
  border-radius: 20px;
  display: flex;
  overflow: hidden;
}
.cpm-make__item-image {
  width: 30%;
  max-width: 190px;
  height: 100%;
  flex-shrink: 0;
}
.cpm-make__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpm-make__item-text {
  flex: 1;
  padding: 40px 35px 20px;
  box-sizing: border-box;
}
.cpm-make__item-title {
  font-weight: bold;
  color: #333333;
  text-align: left;
  margin-bottom: 20px;
}
.cpm-make__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.cpm-make__bottom {
  max-width: 1400px;
  margin: 60px auto 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cpm-make__button {
  width: 100%;
  max-width: 600px;
  background: #e0191e;
  border-radius: 4px;
}

.cpm-industries {
  width: 100%;
  padding: 70px 0 70px;
  background: #f8f8f8;
}
.cpm-industries__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.cpm-industries__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.cpm-industries__subtitle {
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.cpm-industries__description {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin-bottom: 50px;
}
.cpm-industries__wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin-top: 40px;
}
.cpm-industries__list {
  width: calc(100% / 3 - 17px);
  min-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cpm-industries__item {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(35, 24, 21, 0.15);
  border-radius: 20px;
  padding: 30px 40px 60px;
  box-sizing: border-box;
  min-height: 280px;
  position: relative;
}
.cpm-industries__item-title {
  font-weight: bold;
  color: #333333;
}
.cpm-industries__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.cpm-industries__item-link {
  font-weight: 400;
  font-size: 18px;
  color: #e0191e;
  position: absolute;
  left: 40px;
  bottom: 30px;
}
.cpm-industries__image {
  flex: 1;
  max-width: 480px;
  border-radius: 20px;
  overflow: hidden;
}
.cpm-industries__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpm-industries__bottom {
  width: 100%;
  max-width: 1400px;
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
}
.cpm-industries__button {
  width: 100%;
  max-width: 670px;
  background: #e0191e;
  border-radius: 4px;
}

.cpm-solve {
  width: 100%;
  position: relative;
  display: flex;
}
.cpm-solve__left,
.cpm-solve__right {
  width: 50%;
  position: relative;
}
.cpm-solve__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cpm-solve__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpm-solve__text {
  width: 90%;
  max-width: 562px;
  margin: 70px auto;
  position: relative;
  z-index: 1;
}
.cpm-solve__title {
  font-weight: bold;
  color: #ffffff;
  text-align: left;
}
.cpm-solve__subtitle {
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
  line-height: 30px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
.cpm-solve__description {
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.cpm-solve__right {
  background: #e0191e;
}
.cpm-solve__list {
  width: 100%;
  padding: 70px 45px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px;
}
.cpm-solve__item {
  width: 42%;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.cpm-solve__item:nth-child(2n) {
  width: calc(55% - 30px);
}
.cpm-solve__item-title {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
}
.cpm-solve__item-desc {
  max-width: 288px;
}

.cpm-process {
  width: 90%;
  max-width: 1400px;
  padding: 70px 0 70px;
  margin: 0 auto;
}
.cpm-process__title {
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.cpm-process__subtitle {
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
}
.cpm-process__content {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.cpm-process__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 55px;
}
.cpm-process__item {
  width: 100%;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(35, 24, 21, 0.15);
  border-radius: 10px;
  position: relative;
  padding: 35px 40px;
  box-sizing: border-box;
}
.cpm-process__item::before {
  content: '';
  position: absolute;
  top: 40px;
  left: -30px;
  width: 60px;
  height: 150px;
  background: #e0191e;
  border-radius: 10px;
  z-index: -1;
}
.cpm-process__item-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
.cpm-process__image {
  width: 48%;
  max-width: 640px;
  flex-shrink: 0;
}
.cpm-process__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.cpm-prepare {
  width: 100%;
  padding: 70px 0 70px;
  background: #f8f8f8;
}
.cpm-prepare__content {
  width: 90%;
  max-width: 1027px;
  margin: 0 auto;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  text-align: center;
}
.cpm-prepare__title {
  font-weight: bold;
  color: #000000;
  text-align: center;
  line-height: 30px;
  margin-bottom: 40px;
}
.cpm-prepare__bottom {
  width: 100%;
  max-width: 1400px;
  margin: 80px auto 0;
  display: flex;
  justify-content: center;
}
.cpm-prepare__button {
  width: 100%;
  max-width: 550px;
  background: #e0191e;
  border-radius: 4px;
}

.cpm-solutions {
  width: 100%;
  padding: 70px 0 50px;
}
.cpm-solutions__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.cpm-solutions__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.cpm-solutions__wrap {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 50px;
}
.cpm-solutions__image {
  width: 42%;
  max-width: 611px;
  flex-shrink: 0;
}
.cpm-solutions__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cpm-solutions__text {
  flex: 1;
  max-width: 543px;
}
.cpm-solutions__description {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-bottom: 25px;
}
.cpm-solutions__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cpm-solutions__item {
  width: 100%;
  max-width: 400px;
  padding: 10px 20px;
  box-sizing: border-box;
  background: #f8f8f8;
  border-radius: 10px;
  font-weight: 400;
  font-size: 20px;
  color: #004eff;
}
.cpm-solutions__item:hover {
  background: #004eff;
  color: #f8f8f8;
}

@media screen and (max-width: 760px) {
  .cpm-banner {
    height: auto;
    padding: 50px 0;
  }
  .cpm-banner__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .cpm-banner__left {
    width: 90%;
  }
  .cpm-banner__button {
    width: 100%;
    max-width: 430px;
  }

  .cpm-choose__text {
    width: 100%;
  }
  .cpm-choose__item {
    width: 100%;
  }

  .cpm-assistance__item {
    width: 100%;
  }

  .cpm-make__item {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  .cpm-make__item-image {
    width: 100%;
    height: auto;
    margin: 25px 25px 0px;
  }
  .cpm-make__item-image img {
    height: auto;
    object-fit: contain;
  }
  .cpm-make__item-text {
    padding: 0px 30px 20px;
  }

  .cpm-industries__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .cpm-industries__list {
    width: 100%;
    min-width: auto;
  }

  .cpm-solve {
    flex-direction: column;
  }
  .cpm-solve__left,
  .cpm-solve__right {
    width: 100%;
  }
  .cpm-solve__item {
    width: 100%;
  }
  .cpm-solve__item:nth-child(2n) {
    width: 100%;
  }

  .cpm-process__content {
    flex-direction: column;
    gap: 20px;
  }
  .cpm-process__image {
    width: 100%;
  }
  .cpm-process__item::before {
    display: none;
  }

  .cpm-solutions__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .cpm-solutions__image {
    width: 100%;
  }
  .cpm-solutions__text {
    max-width: none;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .cpm-banner {
    height: auto;
    padding: 50px 0;
  }
  .cpm-banner__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .cpm-banner__button {
    width: 100%;
    max-width: 430px;
  }

  .cpm-choose__text {
    width: 100%;
  }
  .cpm-choose__item {
    width: 100%;
  }

  .cpm-assistance__item {
    width: 100%;
  }

  .cpm-make__item {
    width: 100%;
  }

  .cpm-industries__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .cpm-industries__list {
    width: 100%;
  }

  .cpm-solve {
    flex-direction: column;
  }
  .cpm-solve__left,
  .cpm-solve__right {
    width: 100%;
  }
  .cpm-solve__item {
    width: 100%;
  }
  .cpm-solve__item:nth-child(2n) {
    width: 100%;
  }

  .cpm-process__content {
    flex-direction: column;
    gap: 20px;
  }
  .cpm-process__image {
    width: 100%;
  }

  .cpm-solutions__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .cpm-solutions__image {
    width: 100%;
  }
  .cpm-solutions__text {
    max-width: none;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .cpm-banner {
    height: auto;
    padding: 50px 0;
  }
  .cpm-banner__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .cpm-banner__button {
    width: 100%;
    max-width: 430px;
  }

  .cpm-choose__text {
    width: calc(100% / 2 - 25px);
  }
  .cpm-choose__item {
    width: calc(100% / 2 - 25px);
  }

  .cpm-assistance__item {
    width: calc(100% / 2 - 15px);
  }

  .cpm-make__item {
    width: 100%;
  }

  .cpm-industries__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .cpm-industries__list {
    width: 100%;
  }

  .cpm-solve__item {
    width: 100%;
  }
  .cpm-solve__item:nth-child(2n) {
    width: 100%;
  }

  .cpm-process__content {
    flex-direction: column;
    gap: 20px;
  }
  .cpm-process__image {
    width: 100%;
  }

  .cpm-solutions__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .cpm-solutions__image {
    width: 100%;
  }
  .cpm-solutions__text {
    max-width: none;
  }
}

@media screen and (min-width: 1350px) {
}
