/* 横幅模块 */
.alm-banner {
  position: relative;
  height: 800px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.alm-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.alm-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.alm-banner__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.alm-banner__text {
  flex: 1;
  max-width: 896px;
}
.alm-banner__title {
  color: #ffffff;
}
.alm-banner__subtitle {
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  line-height: 48px;
  text-align: left;
  margin-top: 35px;
}
.alm-banner__description {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 36px;
  margin-top: 40px;
}
.alm-banner__button {
  margin-top: 40px;
  width: 450px;
  background: #e0191e;
}

.alm-essence {
  padding: 50px 0 25px;
}
.alm-essence__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.alm-essence__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.alm-essence__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.alm-essence__info {
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  margin-top: 40px;
}
.alm-essence__description {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.alm-essence__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.alm-essence__item {
  width: calc(100% / 4 - 15px);
  min-width: 315px;
  max-width: 335px;
  position: relative;
  padding: 30px 0px 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.alm-essence__item-background {
  width: 100%;
  position: relative;
}
.alm-essence__item-background img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.alm-essence__text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 130px 20px 30px;
  box-sizing: border-box;
}
.alm-essence__item-title {
  font-weight: 500;
  color: #333333;
  text-align: center;
}
.alm-essence__item:nth-child(2) .alm-essence__item-title {
  color: #ffffff;
}
.alm-essence__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 25px;
  text-align: center;
}
.alm-essence__item:nth-child(2) .alm-essence__item-desc {
  color: #ffffff;
}

.alm-capabilities {
  padding: 70px 0 35px;
  position: relative;
}
.alm-capabilities__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.alm-capabilities__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.alm-capabilities__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.alm-capabilities__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.alm-capabilities__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #ffffff;
  margin-top: 40px;
}
.alm-capabilities__description {
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.alm-capabilities__description a:hover {
  font-weight: 600;
}
.alm-capabilities__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.alm-capabilities__item {
  width: calc(100% / 2 - 10px);
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.5);
  padding: 50px 25px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.alm-capabilities__item:first-child {
  background: #e0191e;
}
.alm-capabilities__item-title {
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}
.alm-capabilities__description-bottom {
  margin-top: 30px;
  text-align: center;
}

.alm-make {
  width: 100%;
  padding: 70px 0 70px;
}
.alm-make__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.alm-make__title {
  font-weight: bold;
  color: #333333;
}
.alm-make__subtitle {
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  line-height: 36px;
  text-align: center;
  margin-top: 10px;
}
.alm-make__description {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.alm-make__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.alm-make__item {
  width: calc(33.33% - 15px);
  position: relative;
  background: #fafafa;
  padding: 35px 40px 30px;
  box-sizing: border-box;
}
.alm-make__item-icon {
  width: 100px;
  margin-bottom: 15px;
}
.alm-make__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.alm-make__item-title {
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
}
.alm-make__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.alm-make__item-desc a:hover {
  font-weight: 600;
}

.alm-process {
  padding: 70px 0 60px;
  position: relative;
  margin: 20px 0;
}
.alm-process__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.alm-process__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.alm-process__image {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 109%;
}
.alm-process__image img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.alm-process__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.alm-process__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.alm-process__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #ffffff;
  text-align: center;
}
.alm-process__list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  margin-top: 35px;
}
.alm-process__item {
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  position: relative;
}
.alm-process__text {
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  padding: 25px 25px;
  box-sizing: border-box;
}
.alm-process__item-title {
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}
.alm-process__text-right {
  position: absolute;
  right: 0;
  top: 0;
}

.alm-choose {
  padding: 80px 0 40px;
  width: 90%;
  margin: 0 auto;
}
.alm-choose__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.alm-choose__subtitle {
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 45px;
}
.alm-choose__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 45px;
}
.alm-choose__image {
  width: 40%;
  max-width: 620px;
  flex-shrink: 0;
}
.alm-choose__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.alm-choose__text {
  flex: 1;
  display: flex;
}
.alm-choose__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 15px;
}
.alm-choose__item-title {
  font-weight: 500;
  color: #333333;
}
.alm-choose__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.alm-elevate {
  padding: 70px 0 0;
  width: 90%;
  margin: 0 auto;
}
.alm-elevate__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.alm-elevate__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.alm-elevate__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.alm-elevate__image {
  width: 42%;
  max-width: 600px;
}
.alm-elevate__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.alm-elevate__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  box-sizing: border-box;
}
.alm-elevate__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.alm-elevate__button {
  width: 100%;
  max-width: 560px;
  background: #e0191e;
  margin-top: 20px;
}

.alm-solutions {
  padding: 40px 0 50px;
}
.alm-solutions__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.alm-solutions__image {
  width: 42%;
  max-width: 600px;
}
.alm-solutions__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.alm-solutions__text {
  flex: 1;
  padding: 12px 0;
  box-sizing: border-box;
}
.alm-solutions__text .cnc-title {
  justify-content: flex-start;
}
.alm-solutions__title {
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.alm-solutions__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: left;
}
.alm-solutions__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}
.alm-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;
}
.alm-solutions__item:hover {
  background: #e0191e;
  color: #fefbfb;
}
.alm-solutions__item-icon,
.alm-solutions__item-icon-hover {
  width: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.alm-solutions__item-icon img,
.alm-solutions__item-icon-hover img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.alm-solutions__item:hover .alm-solutions__item-icon {
  display: none;
}
.alm-solutions__item-icon-hover {
  display: none;
}
.alm-solutions__item:hover .alm-solutions__item-icon-hover {
  display: flex;
}

@media screen and (max-width: 760px) {
  .alm-banner {
    height: auto;
    padding: 50px 0;
  }
  .alm-banner__button {
    width: 100%;
    max-width: 450px;
  }

  .alm-capabilities__item {
    width: 100%;
  }

  .alm-make__item {
    width: 100%;
  }

  .alm-process__item {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .alm-process__item:nth-child(2) {
    background: #e0191e;
  }
  .alm-process__item-background {
    width: 100%;
  }
  .alm-process__item-background img {
    display: none;
  }
  .alm-process__image {
    display: none;
  }
  .alm-process__text {
    position: relative;
  }

  .alm-choose__content {
    flex-direction: column;
    gap: 20px;
  }
  .alm-choose__image {
    width: 100%;
  }

  .alm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .alm-elevate__image {
    width: 100%;
  }

  .alm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .alm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .alm-capabilities__item {
    width: 100%;
  }

  .alm-make__item {
    width: calc(50% - 10px);
  }

  .alm-process__item {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .alm-process__item:nth-child(2) {
    background: #e0191e;
  }
  .alm-process__item-background {
    width: 100%;
  }
  .alm-process__item-background img {
    display: none;
  }
  .alm-process__text {
    position: relative;
  }

  .alm-choose__content {
    flex-direction: column;
    gap: 20px;
  }
  .alm-choose__image {
    width: 100%;
  }

  .alm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .alm-elevate__image {
    width: 100%;
  }

  .alm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .alm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .alm-process__item {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .alm-process__item:nth-child(2) {
    background: #e0191e;
  }
  .alm-process__item-background {
    width: 100%;
  }
  .alm-process__item-background img {
    display: none;
  }
  .alm-process__text {
    position: relative;
  }
}

@media screen and (min-width: 1350px) {
}
