/* 横幅模块 */
.scm-banner {
  position: relative;
  height: 800px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.scm-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.scm-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scm-banner__content {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.scm-banner__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scm-banner__title {
  color: #ffffff;
  text-align: center;
}
.scm-banner__subtitle {
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  margin-top: 70px;
}
.scm-banner__description {
  width: 100%;
  max-width: 1093px;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 30px;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
}
.scm-banner__button {
  margin-top: 70px;
  width: 600px;
  background: #e0191e;
}

.scm-choose {
  padding: 70px 0 0px;
}
.scm-choose__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.scm-choose__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.scm-choose__wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.scm-choose__left,
.scm-choose__right {
  width: calc(100% / 2 - 10px);
}
.scm-choose__left {
  background: #fafafa;
}
.scm-choose__list {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  padding: 40px 35px;
  box-sizing: border-box;
}
.scm-choose__item {
  width: 100%;
}
.scm-choose__item-text {
  width: 100%;
}
.scm-choose__item-title {
  font-weight: 500;
  color: #000000;
}
.scm-choose__item-desc {
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  margin-top: 5px;
}
.scm-choose__right {
  background: #fafafa;
  padding: 35px 30px;
  box-sizing: border-box;
}
.scm-choose__right-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.scm-choose__right-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.scm-choose__right-subtitle {
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
}
.scm-choose__right-item {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  padding-left: 25px;
  position: relative;
}
.scm-choose__right-item::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 2px;
  width: 10px;
  height: 10px;
  background: #e0191e;
  border-radius: 50%;
}
.scm-choose__button {
  width: 100%;
  max-width: 600px;
  background: #e0191e;
  margin-top: 40px;
}

.scm-partner {
  width: 100%;
  padding: 70px 0 50px;
}
.scm-partner__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.scm-partner__title {
  font-weight: bold;
  color: #000000;
  margin-bottom: 40px;
}
.scm-partner__wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
.scm-partner__left,
.scm-partner__right {
  width: calc(100% / 2 - 10px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fafafa;
}
.scm-partner__wrap:nth-child(2) .scm-partner__left {
  background: #e0191e;
}
.scm-partner__list {
  width: 100%;
  padding: 35px 40px;
  box-sizing: border-box;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.scm-partner__wrap:nth-child(2) .scm-partner__left .scm-partner__list {
  color: #ffffff;
}
.scm-partner__item-title {
  font-weight: 500;
  margin-bottom: 5px;
}
.scm-partner__image {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.scm-partner__image img {
  width: calc(100% / 2 - 10px);
  max-width: 690px;
  height: auto;
  object-fit: contain;
}
.scm-partner__bottom {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.scm-partner__button {
  width: 100%;
  max-width: 690px;
  background: #e0191e;
}

.scm-capabilities {
  width: 100%;
  padding: 70px 0 35px;
}
.scm-capabilities__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.scm-capabilities__title {
  font-weight: bold;
  color: #333333;
}
.scm-capabilities__subtitle {
  font-weight: 400;
  font-size: 22px;
  color: #000000;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 50px;
}
.scm-capabilities__description {
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  text-align: left;
  margin-bottom: 20px;
}
.scm-capabilities__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.scm-capabilities__item {
  width: calc(100% / 2 - 10px);
  position: relative;
  background: #fafafa;
  color: #000000;
  display: flex;
  flex-direction: column;
}
.scm-capabilities__item-icon {
  width: 80px;
  margin: 35px 40px 15px;
}
.scm-capabilities__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.scm-capabilities__item-text {
  padding: 0px 40px 30px;
  box-sizing: border-box;
}
.scm-capabilities__item-title {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  line-height: 36px;
}
.scm-capabilities__item-desc {
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
.scm-capabilities__bottom {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.scm-capabilities__button {
  width: 100%;
  max-width: 600px;
  background: #e0191e;
}

.scm-make {
  width: 100%;
  padding: 70px 0 50px;
  position: relative;
}
.scm-make__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scm-make__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scm-make__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.scm-make__title {
  font-weight: bold;
  color: #ffffff;
}
.scm-make__subtitle {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
}
.scm-make__description {
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.scm-make__wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.scm-make__left,
.scm-make__right {
  width: calc(100% / 2 - 20px);
}
.scm-make__left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.scm-make__list {
  width: 100%;
  padding: 35px 0px;
  box-sizing: border-box;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.scm-make__item {
  width: 100%;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  display: flex;
  gap: 30px;
}
.scm-make__item-image {
  width: 30px;
  flex-shrink: 0;
}
.scm-make__item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.scm-make__item-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.scm-make__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.scm-make__bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.scm-make__button {
  width: 100%;
  max-width: 600px;
  background: #e0191e;
}

.scm-industries {
  width: 90%;
  max-width: 1400px;
  padding: 70px 0 0px;
  position: relative;
  margin: 0 auto;
}
.scm-industries__title {
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom: 5px;
}
.scm-industries__subtitle {
  font-weight: 400;
  font-size: 22px;
  color: #030303;
  text-align: center;
  margin-bottom: 40px;
}
.scm-industries__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.scm-industries__list {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.scm-industries__item {
  width: calc(100% / 2 - 10px);
  padding: 35px 40px;
  box-sizing: border-box;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  background: #fafafa;
}
.scm-industries__image {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.scm-industries__image img {
  width: calc(100% / 2 - 10px);
  max-width: 690px;
  height: auto;
  object-fit: contain;
}
.scm-industries__item-title {
  font-weight: bold;
  color: #e0191e;
  margin-bottom: 5px;
}

.scm-solve {
  width: 100%;
  padding: 70px 0 50px;
}
.scm-solve__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.scm-solve__title {
  font-weight: bold;
  color: #333333;
}
.scm-solve__subtitle {
  font-weight: 400;
  font-size: 22px;
  color: #030303;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 50px;
}
.scm-solve__description {
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  text-align: left;
  margin-bottom: 20px;
}
.scm-solve__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.scm-solve__item {
  width: calc(33.33% - 15px);
  position: relative;
  background: #fafafa;
  color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scm-solve__item:nth-child(4),
.scm-solve__item:nth-child(5) {
  width: calc(50% - 10px);
}
.scm-solve__item-icon {
  width: 80px;
  margin-top: 40px;
}
.scm-solve__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.scm-solve__item-text {
  padding: 25px 40px 50px;
  box-sizing: border-box;
}
.scm-solve__item-title {
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}
.scm-solve__item-desc {
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.scm-process {
  padding: 80px 0 0px;
  position: relative;
}
.scm-process__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.scm-process__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scm-process__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.scm-process__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.scm-process__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 50px;
  text-align: center;
}
.scm-process__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 25px;
}
.scm-process__item {
  width: calc(100% / 4 - 20px);
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 70px 25px 35px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.scm-process__item-number {
  width: 70px;
  flex-shrink: 0;
  margin: 0 auto;
  margin-bottom: 15px;
}
.scm-process__item-number img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.scm-process__item-title {
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

.scm-elevate {
  padding: 70px 0 0;
  width: 90%;
  margin: 0 auto;
}
.scm-elevate__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.scm-elevate__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.scm-elevate__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.scm-elevate__image {
  width: 42%;
  max-width: 600px;
}
.scm-elevate__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scm-elevate__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  box-sizing: border-box;
}
.scm-elevate__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.scm-elevate__button {
  width: 100%;
  max-width: 560px;
  background: #e0191e;
  margin-top: 20px;
}

.scm-solutions {
  padding: 40px 0 50px;
}
.scm-solutions__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.scm-solutions__image {
  width: 42%;
  max-width: 600px;
}
.scm-solutions__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scm-solutions__text {
  flex: 1;
  padding: 12px 0;
  box-sizing: border-box;
}
.scm-solutions__text .cnc-title {
  justify-content: flex-start;
}
.scm-solutions__title {
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.scm-solutions__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: left;
}
.scm-solutions__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}
.scm-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;
}
.scm-solutions__item:hover {
  background: #e0191e;
  color: #fefbfb;
}
.scm-solutions__item-icon {
  width: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.scm-solutions__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.scm-solutions__item:hover .scm-solutions__item-icon {
  display: none;
}
.scm-solutions__item-icon-hover {
  display: none;
}
.scm-solutions__item:hover .scm-solutions__item-icon-hover {
  display: flex;
}
.scm-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) {
  .scm-banner {
    height: auto;
    padding: 50px 0;
  }
  .scm-banner__button {
    width: 100%;
    max-width: 600px;
  }

  .scm-choose__wrap {
    flex-direction: column;
  }
  .scm-choose__left,
  .scm-choose__right {
    width: 100%;
  }

  .scm-partner__wrap {
    flex-direction: column;
  }
  .scm-partner__left,
  .scm-partner__right {
    width: 100%;
  }
  .scm-partner__image {
    flex-direction: column;
  }
  .scm-partner__image img {
    width: 100%;
  }

  .scm-capabilities__item {
    width: 100%;
  }

  .scm-make__wrap {
    flex-direction: column;
    gap: 0px;
  }
  .scm-make__left,
  .scm-make__right {
    width: 100%;
  }

  .scm-industries__list {
    flex-direction: column;
  }
  .scm-industries__item {
    width: 100%;
  }
  .scm-industries__image {
    flex-direction: column;
  }
  .scm-industries__image img {
    width: 100%;
  }

  .scm-solve__item {
    width: 100%;
  }
  .scm-solve__item:nth-child(4),
  .scm-solve__item:nth-child(5) {
    width: 100%;
  }

  .scm-process__list {
    flex-wrap: wrap;
  }
  .scm-process__item {
    width: 100%;
  }

  .scm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .scm-elevate__image {
    width: 100%;
  }

  .scm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .scm-elevate__image {
    width: 100%;
  }

  .scm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .scm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .scm-choose__wrap {
    flex-direction: column;
  }
  .scm-choose__left,
  .scm-choose__right {
    width: 100%;
  }

  .scm-partner__wrap {
    flex-direction: column;
  }
  .scm-partner__left,
  .scm-partner__right {
    width: 100%;
  }
  .scm-partner__image {
    flex-direction: column;
  }
  .scm-partner__image img {
    width: 100%;
  }

  .scm-capabilities__item {
    width: 100%;
  }

  .scm-make__wrap {
    flex-direction: column;
    gap: 0px;
  }
  .scm-make__left,
  .scm-make__right {
    width: 100%;
  }

  .scm-industries__list {
    flex-direction: column;
  }
  .scm-industries__item {
    width: 100%;
  }
  .scm-industries__image {
    flex-direction: column;
  }
  .scm-industries__image img {
    width: 100%;
  }

  .scm-solve__item {
    width: calc(50% - 10px);
  }

  .scm-process__list {
    flex-wrap: wrap;
  }
  .scm-process__item {
    width: calc(100% / 2 - 20px);
  }

  .scm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .scm-elevate__image {
    width: 100%;
  }

  .scm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .scm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .scm-choose__wrap {
    flex-direction: column;
  }
  .scm-choose__left,
  .scm-choose__right {
    width: 100%;
  }

  .scm-partner__wrap {
    flex-direction: column;
  }
  .scm-partner__left,
  .scm-partner__right {
    width: 100%;
  }
  .scm-partner__image {
    flex-direction: column;
  }
  .scm-partner__image img {
    width: 100%;
  }

  .scm-make__wrap {
    flex-direction: column;
    gap: 0px;
  }
  .scm-make__left,
  .scm-make__right {
    width: 100%;
  }

  .scm-solve__item {
    width: calc(50% - 10px);
  }

  .scm-process__list {
    flex-wrap: wrap;
  }
  .scm-process__item {
    width: calc(100% / 2 - 20px);
  }
}

@media screen and (min-width: 1350px) {
}
