/* 横幅模块 */
.cmac-banner {
  position: relative;
  height: 920px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cmac-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cmac-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmac-banner__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.cmac-banner__text {
  flex: 1;
  max-width: 768px;
}
.cmac-banner__title {
  color: #ffffff;
}
.cmac-banner__subtitle {
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  text-align: left;
  margin-top: 35px;
}
.cmac-banner__description {
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-top: 55px;
  margin-bottom: 95px;
}
.cmac-banner__media {
  width: 45%;
  max-width: 560px;
}
.cmac-banner__grid {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.2);
  padding: 90px 0;
  gap: 10px;
}
.cmac-banner__card {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.cmac-banner__card::before {
  position: absolute;
  content: '';
  top: 22px;
  right: -12px;
  width: 2px;
  height: 60px;
  background: #cccccc;
}
.cmac-banner__card:nth-child(2)::before,
.cmac-banner__card:nth-child(4)::before {
  display: none;
}
.cmac-banner__card-number {
  width: 109px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 48px;
  color: #e0191e;
}
.cmac-banner__card-number--2,
.cmac-banner__card-number--3 {
  width: 164px !important;
}
.cmac-banner__card-text {
  text-align: center;
  color: #ffffff;
}
.cmac-banner__media-item {
  width: 100%;
  max-width: 560px;
}
.cmac-banner__button {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 400px;
  background: #e0191e;
  border-radius: 4px;
}

/* 能力模块 */
.cmac-capabilities {
  width: 100%;
  padding: 70px 0 70px;
  background: #f8f8f8;
}
.cmac-capabilities__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.cmac-capabilities__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 60px;
}
.cmac-capabilities__left,
.cmac-capabilities__right {
  width: 48%;
}
.cmac-capabilities__right {
  max-width: 640px;
}
.cmac-capabilities__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cmac-capabilities__item {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(35, 24, 21, 0.15);
  border-radius: 20px;
  display: flex;
}
.cmac-capabilities__right .cmac-capabilities__item {
  flex-direction: column;
}
.cmac-capabilities__item-image {
  width: 40%;
  max-width: 330px;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}
.cmac-capabilities__right .cmac-capabilities__item-image {
  width: 100%;
  max-width: none;
}
.cmac-capabilities__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmac-capabilities__right .cmac-capabilities__item-image img {
  height: auto;
  object-fit: contain;
}
.cmac-capabilities__item-text {
  flex: 1;
  padding: 40px;
  box-sizing: border-box;
}
.cmac-capabilities__item-title {
  font-weight: 400;
  font-size: 28px;
  color: #333333;
}
.cmac-capabilities__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  margin-top: 30px;
}
.cmac-capabilities__item-features {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 25px;
}
.cmac-capabilities__item-features li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cmac-capabilities__item-features li::before {
  position: absolute;
  content: '';
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #e0191e;
  border-radius: 50%;
}
.cmac-capabilities__item-link {
  margin-top: 30px;
  font-weight: bold;
  font-size: 24px;
  color: #e0191e;
}

.cmac-choose {
  width: 100%;
  padding: 70px 0 70px;
}
.cmac-choose__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.cmac-choose__title {
  font-weight: bold;
  color: #333333;
}
.cmac-choose__subtitle {
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  line-height: 36px;
  text-align: center;
  margin-top: 10px;
}
.cmac-choose__description {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 60px;
  text-align: center;
}
.cmac-choose__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.cmac-choose__item {
  width: calc(33.33% - 15px);
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(35, 24, 21, 0.15);
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
}
.cmac-choose__item-icon {
  width: 100px;
  margin-bottom: 20px;
}
.cmac-choose__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cmac-choose__item-title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
}
.cmac-choose__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.cmac-quality {
  width: 100%;
  padding: 0 0 160px;
  position: relative;
}
.cmac-quality__background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.cmac-quality__background img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cmac-quality__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.cmac-quality__title {
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  text-align: center;
}
.cmac-quality__description {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 60px;
  text-align: center;
}
.cmac-quality__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.cmac-quality__item {
  width: calc(33.33% - 15px);
  max-width: 360px;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  padding: 45px 35px 35px;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmac-quality__item:first-child {
  border-radius: 90px 20px 90px 20px;
}
.cmac-quality__item:last-child {
  border-radius: 20px 90px 20px 90px;
}
.cmac-quality__item-icon {
  margin-bottom: 35px;
}
.cmac-quality__item-title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 25px;
  text-align: center;
}
.cmac-quality__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.cmac-industry {
  width: 100%;
  padding: 70px 0;
  background: #f8f8f8;
}
.cmac-industry__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
}
.cmac-industry__left {
  flex: 1;
}
.cmac-industry__title {
  font-weight: 400;
  color: #333333;
  text-align: left;
}
.cmac-industry__subtitle {
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  line-height: 36px;
  margin-top: 30px;
}
.cmac-industry__description {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 25px;
  margin-bottom: 70px;
}
.cmac-industry__sectors {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
}
.cmac-industry__button {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 190px;
  background: #e0191e;
  border-radius: 4px;
}
.cmac-industry__right {
  width: 46%;
  max-width: 750px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 30px;
}
.cmac-industry__image {
  width: calc(50% - 15px);
  display: flex;
  align-items: flex-end;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 410px;
}
.cmac-industry__right img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmac-industry__text {
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  padding: 30px 20px;
  box-sizing: border-box;
}
.cmac-industry__text-title {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.cmac-process {
  width: 100%;
  padding: 70px 0 100px;
  position: relative;
}
.cmac-process__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmac-process__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmac-process__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cmac-process__title {
  color: #ffffff;
}
.cmac-process__subtitle {
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}
.cmac-process__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.cmac-process__item {
  width: calc(100% / 4 - 20px);
  max-width: 360px;
  position: relative;
  padding: 30px 0px 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cmac-process__item-icon {
  width: 173px;
  margin-bottom: 20px;
}
.cmac-process__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cmac-process__item-title {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.cmac-process__item-desc {
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}

.cmac-transform {
  width: 100%;
  padding: 100px 0;
  position: relative;
}
.cmac-transform__content {
  width: 90%;
  max-width: 910px;
  margin: 0 auto;
}
.cmac-transform__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.cmac-transform__description {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 35px;
  text-align: center;
}
.cmac-transform__button {
  width: 400px;
  background: #e0191e;
  border-radius: 4px;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .cmac-banner {
    height: auto;
    padding: 50px 0;
  }
  .cmac-banner__content {
    flex-direction: column;
    gap: 30px;
  }
  .cmac-banner__media {
    width: 100%;
  }
  .cmac-banner__grid {
    padding: 30px 0;
  }
  .cmac-banner__card-number {
    font-size: 36px;
  }
  .cmac-banner__description {
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .cmac-banner__button {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cmac-capabilities__content {
    flex-direction: column;
  }
  .cmac-capabilities__left,
  .cmac-capabilities__right {
    width: 100%;
  }
  .cmac-capabilities__left .cmac-capabilities__item {
    flex-direction: column;
  }
  .cmac-capabilities__item-image {
    width: 100%;
    max-width: none;
  }
  .cmac-capabilities__item-image img {
    height: auto;
    object-fit: contain;
  }

  .cmac-choose__list {
    flex-direction: column;
    align-items: center;
  }
  .cmac-choose__item {
    width: 100%;
    max-width: 460px;
  }

  .cmac-quality__list {
    flex-direction: column;
    align-items: center;
  }
  .cmac-quality__item {
    width: 100%;
  }

  .cmac-industry__content {
    flex-direction: column;
    gap: 20px;
  }
  .cmac-industry__description {
    margin-bottom: 20px;
  }
  .cmac-industry__button {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cmac-industry__right {
    width: 100%;
  }
  .cmac-industry__image {
    width: 100%;
    max-width: 360px;
  }

  .cmac-process__list {
    justify-content: center;
  }
  .cmac-process__item {
    width: 100%;
  }
  .cmac-process__item-icon {
    width: 100px;
  }

  .cmac-transform__button {
    width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .cmac-banner__content {
    flex-direction: column;
    gap: 30px;
  }
  .cmac-banner__media {
    width: 100%;
  }
  .cmac-banner__card-number {
    font-size: 36px;
  }

  .cmac-capabilities__content {
    flex-direction: column;
  }
  .cmac-capabilities__left,
  .cmac-capabilities__right {
    width: 100%;
  }

  .cmac-choose__list {
    justify-content: center;
  }
  .cmac-choose__item {
    width: 48%;
    max-width: 460px;
  }

  .cmac-quality__list {
    justify-content: center;
  }
  .cmac-quality__item {
    width: 48%;
  }

  .cmac-industry__content {
    flex-direction: column;
    gap: 20px;
  }
  .cmac-industry__description {
    margin-bottom: 20px;
  }
  .cmac-industry__button {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cmac-industry__right {
    width: 100%;
  }

  .cmac-process__list {
    justify-content: center;
  }
  .cmac-process__item {
    width: 48%;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .cmac-banner__card-number {
    font-size: 36px;
  }

  .cmac-capabilities__content {
    flex-direction: column;
  }
  .cmac-capabilities__left,
  .cmac-capabilities__right {
    width: 100%;
  }

  .cmac-industry__content {
    flex-direction: column;
    gap: 20px;
  }
  .cmac-industry__button {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cmac-industry__right {
    width: 100%;
  }
}

@media screen and (min-width: 1350px) {
}
