.cnc-title {
  display: flex;
  justify-content: center;
}
.cnc-title__text {
  position: relative;
}
.cnc-title__letter {
  position: absolute;
  z-index: -1;
  top: -33px;
  left: -6px;
  font-weight: bold;
  font-size: 60px;
  color: #e0191e;
}

/* 横幅模块 */
.cbm-banner {
  position: relative;
  height: 800px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cbm-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cbm-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cbm-banner__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.cbm-banner__text {
  flex: 1;
  max-width: 896px;
}
.cbm-banner__title {
  color: #ffffff;
}
.cbm-banner__subtitle {
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  line-height: 48px;
  text-align: left;
  margin-top: 35px;
}
.cbm-banner__description {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 36px;
  margin-top: 40px;
}
.cbm-banner__button {
  margin-top: 40px;
  width: 400px;
  background: #e0191e;
}

.cbm-advantages {
  padding: 70px 0 0;
}
.cbm-advantages__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.cbm-advantages__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.cbm-advantages__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.cbm-advantages__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.cbm-advantages__background {
  width: 100%;
  position: relative;
}
.cbm-advantages__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cbm-advantages__list {
  width: 90%;
  max-width: 1104px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 35px 0;
  box-sizing: border-box;
}
.cbm-advantages__item {
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
}
.cbm-advantages__item-title {
  font-weight: 500;
  color: #e0191e;
}

.cbm-capabilities {
  padding: 70px 0 70px;
  width: 90%;
  margin: 0 auto;
}
.cbm-capabilities__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.cbm-capabilities__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.cbm-capabilities__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin-top: 40px;
}
.cbm-capabilities__left {
  flex: 1;
}
.cbm-capabilities__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cbm-capabilities__item {
  background: #fafafa;
  font-weight: 400;
  color: #333333;
  padding: 25px 35px;
  box-sizing: border-box;
}
.cbm-capabilities__item:nth-child(2) {
  background: #e0191e;
  color: #ffffff;
}
.cbm-capabilities__item-title {
  margin-bottom: 5px;
}
.cbm-capabilities__right {
  width: 380px;
  background: #fdf0f1;
  border: 1px dashed #e0191e;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
}
.cbm-capabilities__right-desc {
  width: 90%;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  padding: 30px 20px;
  box-sizing: border-box;
}
.cbm-capabilities__right-desc a:hover {
  font-weight: 600;
}

.cbm-components {
  padding: 0 0 25px;
}
.cbm-components__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.cbm-components__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.cbm-components__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.cbm-components__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.cbm-components__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.cbm-components__item {
  width: calc(100% / 2 - 10px);
  background: #fafafa;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px 20px;
  box-sizing: border-box;
}
.cbm-components__icon {
  width: 100px;
  flex-shrink: 0;
}
.cbm-components__icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cbm-components__item {
  font-weight: 400;
  color: #333333;
}
.cbm-components__item-title {
  font-weight: 500;
}
.cbm-components__item-desc {
  margin-top: 5px;
  line-height: 30px;
}

.cbm-process {
  width: 100%;
  padding: 70px 0 30px;
  position: relative;
}
.cbm-process__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cbm-process__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cbm-process__content {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cbm-process__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.cbm-process__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.cbm-process__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  margin-top: 80px;
}
.cbm-process__item {
  width: calc(100% / 4 - 25px);
  max-width: 400px;
  background: rgba(255, 255, 255, 0.6);
  padding: 80px 30px 35px;
  box-sizing: border-box;
  position: relative;
}
.cbm-process__number {
  width: 120px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
  background: #e0191e;
  border-radius: 10px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.cbm-process__item-title {
  font-weight: 500;
  margin-bottom: 35px;
}
.cbm-process__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}

.cbm-elevate {
  padding: 70px 0 0;
  width: 90%;
  margin: 0 auto;
}
.cbm-elevate__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.cbm-elevate__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.cbm-elevate__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.cbm-elevate__image {
  width: 42%;
  max-width: 600px;
}
.cbm-elevate__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cbm-elevate__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  box-sizing: border-box;
}
.cbm-elevate__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.cbm-elevate__button {
  width: 100%;
  max-width: 560px;
  background: #e0191e;
  margin-top: 20px;
}

.cbm-solutions {
  padding: 40px 0 50px;
}
.cbm-solutions__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.cbm-solutions__image {
  width: 42%;
  max-width: 600px;
}
.cbm-solutions__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cbm-solutions__text {
  flex: 1;
  padding: 12px 0;
  box-sizing: border-box;
}
.cbm-solutions__text .cnc-title {
  justify-content: flex-start;
}
.cbm-solutions__title {
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.cbm-solutions__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: left;
  margin-top: 10px;
}
.cbm-solutions__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}
.cbm-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;
}
.cbm-solutions__item:hover {
  background: #e0191e;
  color: #fefbfb;
}
.cbm-solutions__item-icon,
.cbm-solutions__item-icon-hover {
  width: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.cbm-solutions__item-icon img,
.cbm-solutions__item-icon-hover img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cbm-solutions__item:hover .cbm-solutions__item-icon {
  display: none;
}
.cbm-solutions__item-icon-hover {
  display: none;
}
.cbm-solutions__item:hover .cbm-solutions__item-icon-hover {
  display: flex;
}

@media screen and (max-width: 760px) {
  .cbm-banner {
    height: auto;
    padding: 50px 0;
  }
  .cbm-banner__button {
    width: 100%;
    max-width: 400px;
  }

  .cbm-capabilities__content {
    flex-direction: column;
    gap: 20px;
  }
  .cbm-capabilities__right {
    width: 100%;
  }

  .cbm-components__item {
    width: 100%;
  }

  .cbm-process__item {
    width: 100%;
  }

  .cbm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .cbm-elevate__image {
    width: 100%;
  }

  .cbm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .cbm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .cbm-capabilities__content {
    flex-direction: column;
    gap: 20px;
  }
  .cbm-capabilities__right {
    width: 100%;
  }

  .cbm-components__item {
    width: 100%;
  }

  .cbm-process__item {
    width: calc(100% / 2 - 25px);
  }

  .cbm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .cbm-elevate__image {
    width: 100%;
  }

  .cbm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .cbm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .cbm-process__item {
    width: calc(100% / 2 - 25px);
  }
}

@media screen and (min-width: 1350px) {
}
