/* 横幅模块 */
.uhm-banner {
  position: relative;
  height: 800px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.uhm-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.uhm-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uhm-banner__content {
  width: 90%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.uhm-banner__title {
  color: #ffffff;
  text-align: left;
}
.uhm-banner__wrap {
  max-width: 1116px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.uhm-banner__list {
  width: 100%;
  max-width: 723px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
}
.uhm-banner__item {
  width: 100%;
  padding: 5px 20px;
  box-sizing: border-box;
  background: rgba(224, 25, 30, 0.5);
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
}
.uhm-banner__button {
  width: 724px;
  background: #e0191e;
}

.uhm-choose {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 70px 0 0px;
}
.uhm-choose__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.uhm-choose__subtitle {
  font-weight: 500;
  font-size: 26px;
  color: #333333;
  text-align: left;
  margin-bottom: 30px;
}
.uhm-choose__description {
  font-weight: 400;
  color: #333333;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 30px;
}
.uhm-choose__content {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 45px;
}
.uhm-choose__image {
  width: 70%;
  max-width: 900px;
  flex-shrink: 0;
}
.uhm-choose__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.uhm-choose__text {
  flex: 1;
  display: flex;
}
.uhm-choose__list {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.uhm-choose__item-title {
  font-weight: 500;
  color: #030303;
}
.uhm-choose__item-desc {
  font-weight: 400;
  color: #030303;
  line-height: 30px;
}

.uhm-parts {
  padding: 70px 0 0;
  width: 90%;
  margin: 0 auto;
}
.uhm-parts__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.uhm-parts__description {
  max-width: 1400px;
  margin: 0 auto;
  font-weight: 400;
  color: #030303;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.uhm-parts__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.uhm-parts__image {
  width: 65%;
  max-width: 888px;
  flex-shrink: 0;
}
.uhm-parts__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.uhm-parts__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.uhm-parts__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.uhm-parts__item-title {
  font-weight: 500;
  color: #000000;
}
.uhm-parts__item-desc {
  font-weight: 400;
  color: #000000;
  line-height: 30px;
}
.uhm-parts__button {
  width: 100%;
  max-width: 400px;
  background: #e0191e;
}

.uhm-industries {
  padding: 70px 0 50px;
  width: 90%;
  margin: 0 auto;
}
.uhm-industries__content {
  max-width: 1400px;
  margin: 0 auto;
}
.uhm-industries__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.uhm-industries__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-top: 40px;
}
.uhm-industries__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 30px;
}
.uhm-industries__item {
  width: calc(100% / 3 - 17px);
  background: #fafafa;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.uhm-industries__item:nth-child(2) {
  background: #e0191e;
  color: #ffffff;
}
.uhm-industries__item:last-child {
  background: transparent;
}
.uhm-industries__item-text {
  padding: 45px 45px;
  box-sizing: border-box;
}
.uhm-industries__item-title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 25px;
}
.uhm-industries__item-image {
  width: 100%;
}
.uhm-industries__item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.uhm-industries__button {
  width: 100%;
  background: #e0191e;
  margin-top: 5px;
}

.uhm-solve {
  width: 100%;
  padding: 70px 0 30px;
  box-sizing: border-box;
  position: relative;
}
.uhm-solve__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.uhm-solve__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uhm-solve__content {
  width: 100%;
  position: relative;
  z-index: 1;
}
.uhm-solve__title {
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
.uhm-solve__swiper-wrapper {
  width: 90%;
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.uhm-solve__swiper-wrapper .my-swiper {
  width: 100%;
  height: auto;
}
.uhm-solve__swiper-wrapper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  height: auto;
  padding-bottom: 15px;
}
.uhm-solve__swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  box-sizing: border-box;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.uhm-solve__swiper-item {
  width: 100%;
  height: 100%;
}
.uhm-solve__swiper-item-content {
  width: 100%;
  height: 100%;
  padding: 25px 15px 40px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.uhm-solve__swiper-item-top {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
  min-height: 120px;
}
.uhm-solve__swiper-item-icon {
  width: 40px;
}
.uhm-solve__swiper-item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.uhm-solve__swiper-item-bottom {
  padding: 39px 25px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  font-weight: 400;
  color: #ffffff;
  height: calc(100% - 120px);
}
.uhm-solve__swiper-item-text-title {
  font-weight: bold;
  color: #ffffff;
}
.uhm-solve__swiper-wrapper .swiper-button-prev,
.uhm-solve__swiper-wrapper .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #e0191e;
  border-radius: 50%;
  opacity: 0.8;
}
.uhm-solve__swiper-wrapper .swiper-button-prev::after,
.uhm-solve__swiper-wrapper .swiper-button-next::after {
  font-size: 24px;
  color: #ffffff;
}
.uhm-solve__swiper-wrapper .swiper-button-prev {
  top: 60%;
  left: -70px !important;
  z-index: 10;
}
.uhm-solve__swiper-wrapper .swiper-button-next {
  top: 60%;
  right: -70px !important;
  z-index: 10;
}
.uhm-solve__swiper-wrapper .swiper-button-prev.solve-swiper-button-disabled,
.uhm-solve__swiper-wrapper .swiper-button-next.solve-swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.uhm-solve__bottom {
  width: 90%;
  display: flex;
  justify-content: flex-end;
  margin-top: 35px;
  margin: 0 auto;
}
.uhm-solve__button {
  width: 100%;
  max-width: 430px;
  background: #e0191e;
}

.uhm-elevate {
  padding: 70px 0 50px;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.uhm-elevate__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.uhm-elevate__description {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.uhm-elevate__content {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.uhm-elevate__image {
  width: 42%;
  max-width: 600px;
}
.uhm-elevate__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.uhm-elevate__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
.uhm-elevate__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.uhm-elevate__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;
}
.uhm-elevate__button {
  width: 100%;
  max-width: 500px;
  background: #e0191e;
  margin-top: 20px;
}

@media screen and (max-width: 760px) {
  .uhm-banner {
    height: auto;
    padding: 50px 0;
  }
  .uhm-banner__content {
    margin: 0 auto;
  }
  .uhm-banner__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .uhm-banner__list {
    margin-top: 20px;
  }
  .uhm-banner__button {
    width: 100%;
    max-width: 724px;
  }

  .uhm-choose__content {
    flex-direction: column;
    gap: 20px;
  }
  .uhm-choose__image {
    width: 100%;
  }

  .uhm-parts__content {
    flex-direction: column;
    gap: 20px;
  }
  .uhm-parts__image {
    width: 100%;
  }

  .uhm-industries__item {
    width: 100%;
  }

  .uhm-solve__swiper-wrapper .swiper-button-prev {
    left: 0px !important;
  }
  .uhm-solve__swiper-wrapper .swiper-button-next {
    right: 0px !important;
  }

  .uhm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .uhm-elevate__image {
    width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .uhm-banner {
    height: auto;
    padding: 50px 0;
  }
  .uhm-banner__content {
    margin: 0 auto;
  }
  .uhm-banner__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .uhm-banner__list {
    margin-top: 20px;
  }
  .uhm-banner__button {
    width: 100%;
    max-width: 724px;
  }

  .uhm-choose__content {
    flex-direction: column;
    gap: 20px;
  }
  .uhm-choose__image {
    width: 100%;
  }

  .uhm-parts__content {
    flex-direction: column;
    gap: 20px;
  }
  .uhm-parts__image {
    width: 100%;
  }

  .uhm-industries__item {
    width: calc(100% / 2 - 17px);
  }

  .uhm-solve__swiper-wrapper .swiper-button-prev {
    left: 0px !important;
  }
  .uhm-solve__swiper-wrapper .swiper-button-next {
    right: 0px !important;
  }

  .uhm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .uhm-elevate__image {
    width: 100%;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .uhm-choose__content {
    flex-direction: column;
    gap: 20px;
  }
  .uhm-choose__image {
    width: 100%;
  }

  .uhm-parts__content {
    flex-direction: column;
    gap: 20px;
  }
  .uhm-parts__image {
    width: 100%;
  }

  .uhm-industries__item {
    width: calc(100% / 2 - 17px);
  }

  .uhm-solve__swiper-wrapper .swiper-button-prev {
    left: -10px !important;
  }
  .uhm-solve__swiper-wrapper .swiper-button-next {
    right: -10px !important;
  }
}

@media screen and (min-width: 1350px) and (max-width: 1750px) {
  .uhm-solve__swiper-wrapper .swiper-button-prev {
    left: -20px !important;
  }
  .uhm-solve__swiper-wrapper .swiper-button-next {
    right: -20px !important;
  }
}
