/* 横幅模块 */
.ssm-banner {
  position: relative;
  height: 800px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ssm-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ssm-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ssm-banner__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.ssm-banner__text {
  flex: 1;
  max-width: 960px;
}
.ssm-banner__title {
  color: #333333;
}
.ssm-banner__subtitle {
  font-weight: 400;
  font-size: 30px;
  color: #333333;
  line-height: 48px;
  text-align: left;
  margin-top: 35px;
}
.ssm-banner__description {
  max-width: 685px;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 36px;
  margin-top: 40px;
}
.ssm-banner__button {
  margin-top: 40px;
  width: 400px;
  background: #e0191e;
}

.ssm-advantages {
  padding: 70px 0 0px;
  width: 90%;
  margin: 0 auto;
}
.ssm-advantages__content {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.ssm-advantages__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.ssm-advantages__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}
.ssm-advantages__description {
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 36px;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.ssm-advantages__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 846px;
}
.ssm-advantages__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ssm-advantages__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
  z-index: 1;
}
.ssm-advantages__item {
  width: calc(100% / 2 - 15px);
  max-width: 500px;
  min-height: 300px;
  background: rgba(238, 238, 238, 0.4);
  font-weight: 400;
  color: #333333;
  padding: 35px 40px 45px;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ssm-advantages__item:nth-child(2) {
  background: rgba(224, 25, 30, 0.8);
  color: #ffffff;
}
.ssm-advantages__item-title {
  text-align: left;
  font-weight: 500;
  margin-bottom: 25px;
}

.ssm-capabilities {
  padding: 70px 0;
  width: 90%;
  margin: 0 auto;
}
.ssm-capabilities__content {
  max-width: 1400px;
  margin: 0 auto;
}
.ssm-capabilities__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.ssm-capabilities__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
}
.ssm-capabilities__description {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.ssm-capabilities__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 35px;
}
.ssm-capabilities__item {
  width: calc(100% / 3 - 15px);
  background: #fafafa;
  font-weight: 400;
  color: #333333;
  padding: 35px 35px 45px;
  box-sizing: border-box;
  text-align: left;
}
.ssm-capabilities__item:nth-child(2) {
  background: #e0191e;
  color: #ffffff;
}
.ssm-capabilities__item-title {
  text-align: left;
  font-weight: 500;
  margin-bottom: 25px;
}
.ssm-capabilities__description-bottom {
  padding: 18px 30px;
  box-sizing: border-box;
  background: #fdf0f1;
  margin-top: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.ssm-capabilities__description-bottom a:hover {
  font-weight: 600;
}

.ssm-make {
  width: 100%;
  padding: 70px 0 70px;
  position: relative;
}
.ssm-make__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ssm-make__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ssm-make__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ssm-make__title {
  font-weight: bold;
  color: #ffffff;
}
.ssm-make__subtitle {
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  margin-top: 10px;
}
.ssm-make__description {
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
}
.ssm-make__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.ssm-make__item {
  width: calc(33.33% - 15px);
  position: relative;
  padding: 15px 40px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ssm-make__item-icon {
  width: 100px;
  margin-bottom: 10px;
}
.ssm-make__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ssm-make__item-title {
  font-weight: bold;
  color: #e0191e;
  margin-bottom: 10px;
  text-align: center;
}
.ssm-make__item-desc {
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}
.ssm-make__item-desc a:hover {
  font-weight: 600;
}

.ssm-process {
  padding: 70px 0 0px;
}
.ssm-process__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.ssm-process__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.ssm-process__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.ssm-process__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  margin-top: 20px;
  box-sizing: border-box;
}
.ssm-process__item {
  width: 100%;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  position: relative;
}
.ssm-process__item-background {
  width: 100%;
  position: relative;
}
.ssm-process__item-background img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ssm-process__item-number {
  position: absolute;
  top: 35px;
  left: 30px;
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
}
.ssm-process__item-text {
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  width: 90%;
  max-width: 1170px;
  padding: 0px 25px;
  box-sizing: border-box;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 20px;
}
.ssm-process__item-title {
  font-weight: 500;
  margin-bottom: 10px;
}

.ssm-elevate {
  padding: 70px 0 0;
  width: 90%;
  margin: 0 auto;
}
.ssm-elevate__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.ssm-elevate__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.ssm-elevate__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.ssm-elevate__image {
  width: 42%;
  max-width: 600px;
}
.ssm-elevate__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ssm-elevate__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  box-sizing: border-box;
}
.ssm-elevate__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.ssm-elevate__button {
  width: 100%;
  max-width: 560px;
  background: #e0191e;
  margin-top: 20px;
}

.ssm-solutions {
  padding: 40px 0 50px;
}
.ssm-solutions__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.ssm-solutions__image {
  width: 42%;
  max-width: 600px;
}
.ssm-solutions__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ssm-solutions__text {
  flex: 1;
  padding: 12px 0;
  box-sizing: border-box;
}
.ssm-solutions__text .cnc-title {
  justify-content: flex-start;
}
.ssm-solutions__title {
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.ssm-solutions__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: left;
}
.ssm-solutions__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}
.ssm-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;
}
.ssm-solutions__item:hover {
  background: #e0191e;
  color: #fefbfb;
}
.ssm-solutions__item-icon {
  width: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.ssm-solutions__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ssm-solutions__item:hover .ssm-solutions__item-icon {
  display: none;
}
.ssm-solutions__item-icon-hover {
  display: none;
}
.ssm-solutions__item:hover .ssm-solutions__item-icon-hover {
  display: flex;
}

@media screen and (max-width: 760px) {
  .ssm-banner {
    height: auto;
    padding: 50px 0;
  }
  .ssm-banner__button {
    width: 100%;
    max-width: 400px;
  }

  .ssm-advantages__image {
    position: static;
    transform: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .ssm-advantages__list {
    justify-content: center;
  }
  .ssm-advantages__item {
    width: 100%;
    max-width: none;
    min-height: auto;
  }

  .ssm-capabilities__item {
    width: 100%;
  }

  .ssm-make__item {
    width: 100%;
  }

  .ssm-process__item-background {
    background: #f8f8f8;
    border: 1px dashed #333333;
    padding: 35px 0;
  }
  .ssm-process__item-background img {
    display: none;
  }
  .ssm-process__item-number {
    display: none;
  }
  .ssm-process__item-text {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 0px;
  }

  .ssm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .ssm-elevate__image {
    width: 100%;
  }

  .ssm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .ssm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .ssm-advantages__image {
    position: static;
    transform: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .ssm-advantages__list {
    justify-content: center;
  }
  .ssm-advantages__item {
    width: 100%;
    max-width: none;
    min-height: auto;
  }

  .ssm-capabilities__item {
    width: calc(100% / 2 - 15px);
  }

  .ssm-make__item {
    width: calc(100% / 2 - 15px);
  }

  .ssm-process__item-background {
    background: #f8f8f8;
    border: 1px dashed #333333;
    padding: 35px 0;
  }
  .ssm-process__item-background img {
    display: none;
  }
  .ssm-process__item-number {
    display: none;
  }
  .ssm-process__item-text {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 0px;
  }

  .ssm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .ssm-elevate__image {
    width: 100%;
  }

  .ssm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .ssm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .ssm-capabilities__item {
    width: calc(100% / 2 - 15px);
  }

  .ssm-make__item {
    width: calc(100% / 2 - 15px);
  }

  .ssm-process__item-background {
    background: #f8f8f8;
    border: 1px dashed #333333;
    padding: 35px 0;
  }
  .ssm-process__item-background img {
    display: none;
  }
  .ssm-process__item-number {
    display: none;
  }
  .ssm-process__item-text {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 0px;
  }
}

@media screen and (min-width: 1350px) {
}
