/* 横幅模块 */
.abm-banner {
  position: relative;
  height: 800px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.abm-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.abm-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abm-banner__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.abm-banner__text {
  flex: 1;
  max-width: 920px;
}
.abm-banner__title {
  color: #333333;
}
.abm-banner__subtitle {
  font-weight: 400;
  font-size: 30px;
  color: #333333;
  line-height: 48px;
  text-align: left;
  margin-top: 35px;
}
.abm-banner__description {
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 36px;
  margin-top: 40px;
}
.abm-banner__button {
  margin-top: 40px;
  width: 450px;
  background: #e0191e;
}

.abm-advantage {
  padding: 80px 0 0;
  width: 90%;
  margin: 0 auto;
}
.abm-advantage__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}
.abm-advantage__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 45px;
}
.abm-advantage__left {
  width: 45%;
  max-width: 550px;
  flex-shrink: 0;
}
.abm-advantage__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.abm-advantage__item {
  width: 100%;
  max-width: 550px;
  padding: 8px 20px;
  padding-left: 50px;
  box-sizing: border-box;
  background: #f5f5f5;
  border-radius: 10px;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  cursor: pointer;
}
.abm-advantage__item.is-active,
.abm-advantage__item:hover {
  background: #e0191e;
  color: #fdfcfc;
}
.abm-advantage__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.abm-advantage__image {
  width: 100%;
  height: 100%;
  position: relative;
}
.abm-advantage__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abm-advantage__image-text {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
  width: 47%;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.abm-advantage__right-button {
  width: 100%;
  max-width: 788px;
  height: 55px;
  line-height: 55px;
  font-weight: 400;
  font-size: 18px;
  color: #fefbfb;
  text-align: center;
  background: #e0191e;
  border-radius: 10px;
  cursor: pointer;
  margin: 0 auto;
}

.abm-capabilities {
  padding: 70px 0 0;
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.abm-capabilities__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.abm-capabilities__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 25px;
}
.abm-capabilities__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 90px 35px 60px;
  box-sizing: border-box;
}
.abm-capabilities__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.abm-capabilities__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abm-capabilities__left {
  width: 40%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.abm-capabilities__right {
  width: 45%;
  max-width: 564px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.abm-capabilities__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.abm-capabilities__item {
  font-weight: 400;
  color: #0b0b0b;
  line-height: 30px;
  display: flex;
  flex-direction: column;
}
.abm-capabilities__item-title {
  font-weight: 500;
  color: #0b0b0b;
  margin-bottom: 5px;
}
.abm-capabilities__button {
  width: 90%;
  max-width: 444px;
  margin: 0 auto;
  margin-top: 25px;
  background: #e0191e;
  border-radius: 10px;
}

.abm-make {
  padding: 70px 0 40px;
}
.abm-make__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.abm-make__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.abm-make__description {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.abm-make__background {
  width: 100%;
  position: relative;
}
.abm-make__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abm-make__list {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px 25px;
  margin-top: 20px;
  box-sizing: border-box;
}
.abm-make__item {
  width: calc(100% / 3 - 20px);
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.abm-make__item:last-child {
  border: none;
}
.abm-make__item-text {
  width: 100%;
  padding: 40px 30px;
  box-sizing: border-box;
}
.abm-make__item-title {
  font-weight: 500;
  color: #e0191e;
  text-align: center;
}
.abm-make__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;
}
.abm-make__item-image {
  width: 100%;
}
.abm-make__item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.abm-make__button {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #fbf9f9;
  white-space: normal;
  background: #e0191e;
  border-radius: 10px;
}

.abm-industries {
  padding: 70px 0 50px;
  position: relative;
}
.abm-industries__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.abm-industries__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abm-industries__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.abm-industries__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.abm-industries__description {
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.abm-industries__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px 40px;
}
.abm-industries__item {
  width: calc(100% / 3 - 30px);
  max-width: 350px;
  padding: 20px 0px;
  box-sizing: border-box;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}
.abm-industries__item-title {
  font-weight: 500;
  color: #e0191e;
  margin-bottom: 10px;
}
.abm-industries__button {
  margin-top: 35px;
  width: 100%;
  max-width: 400px;
  background: #e0191e;
  border-radius: 10px;
}

.abm-challenge {
  padding: 70px 0 0px;
}
.abm-challenge__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.abm-challenge__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.abm-challenge__description {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.abm-challenge__background {
  width: 100%;
  position: relative;
}
.abm-challenge__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abm-challenge__list {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px 25px;
  margin-top: 20px;
  box-sizing: border-box;
}
.abm-challenge__item {
  width: calc(100% / 3 - 20px);
  max-width: 446px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.abm-challenge__item:last-child {
  border: none;
}
.abm-challenge__item-text {
  width: 100%;
  padding: 0px 25px 30px;
  box-sizing: border-box;
}
.abm-challenge__item-icon {
  width: 90px;
  padding: 30px 0 0;
  box-sizing: border-box;
}
.abm-challenge__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.abm-challenge__item-title {
  font-weight: 500;
  color: #333333;
  text-align: center;
}
.abm-challenge__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;
}
.abm-challenge__item-image {
  width: 100%;
}
.abm-challenge__item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.abm-challenge__button {
  font-weight: 400;
  font-size: 18px;
  color: #fbf9f9;
  background: #e0191e;
  border-radius: 10px;
  margin-top: 10px;
  white-space: normal;
}

.abm-process {
  padding: 70px 0 0px;
}
.abm-process__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.abm-process__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.abm-process__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.abm-process__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;
}
.abm-process__item-background {
  width: 100%;
  position: relative;
}
.abm-process__item-background img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.abm-process__text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 30px 30px;
  box-sizing: border-box;
}
.abm-process__item-number {
  font-weight: bold;
  font-size: 50px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
.abm-process__item-title {
  font-weight: 500;
  color: #333333;
}
.abm-process__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 25px;
}
.abm-process__item-button {
  width: 100%;
  max-width: 335px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  background: #e0191e;
  border-radius: 10px;
  margin-top: 5px;
}

.abm-elevate {
  padding: 70px 0 0;
  width: 90%;
  margin: 0 auto;
}
.abm-elevate__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.abm-elevate__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.abm-elevate__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.abm-elevate__image {
  width: 42%;
  max-width: 600px;
}
.abm-elevate__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abm-elevate__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  box-sizing: border-box;
}
.abm-elevate__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.abm-elevate__button {
  width: 100%;
  max-width: 560px;
  background: #e0191e;
  margin-top: 20px;
}

.abm-solutions {
  padding: 40px 0 50px;
}
.abm-solutions__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.abm-solutions__image {
  width: 42%;
  max-width: 600px;
}
.abm-solutions__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abm-solutions__text {
  flex: 1;
  padding: 12px 0;
  box-sizing: border-box;
}
.abm-solutions__text .cnc-title {
  justify-content: flex-start;
}
.abm-solutions__title {
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.abm-solutions__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: left;
}
.abm-solutions__description {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 20px;
}
.abm-solutions__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}
.abm-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;
}
.abm-solutions__item:hover {
  background: #e0191e;
  color: #fefbfb;
}
.abm-solutions__item-icon,
.abm-solutions__item-icon {
  width: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.abm-solutions__item-icon img,
.abm-solutions__item-icon-hover img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.abm-solutions__item:hover .abm-solutions__item-icon {
  display: none;
}
.abm-solutions__item-icon-hover {
  display: none;
}
.abm-solutions__item:hover .abm-solutions__item-icon-hover {
  display: flex;
}

@media screen and (max-width: 760px) {
  .abm-banner {
    height: auto;
    padding: 50px 0;
  }
  .abm-banner__button {
    width: 100%;
    max-width: 450px;
  }

  .abm-advantage__content {
    flex-direction: column;
    gap: 20px;
  }
  .abm-advantage__left {
    width: 100%;
  }
  .abm-advantage__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .abm-advantage__item {
    max-width: none;
    padding: 8px 20px;
    font-size: 18px;
  }
  .abm-advantage__right {
    width: 100%;
  }
  .abm-advantage__image {
    height: 436px;
  }
  .abm-advantage__image-text {
    width: 80%;
  }

  .abm-capabilities__content {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .abm-capabilities__left,
  .abm-capabilities__right {
    width: 100%;
  }

  .abm-make__item {
    width: 100%;
  }

  .abm-industries__list {
    justify-content: center;
  }
  .abm-industries__item {
    width: 100%;
  }
  .abm-industries__button {
    margin: 20px auto 0;
  }

  .abm-challenge__item {
    width: 100%;
  }

  .abm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .abm-elevate__image {
    width: 100%;
  }

  .abm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .abm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .abm-advantage__content {
    flex-direction: column;
    gap: 20px;
  }
  .abm-advantage__left {
    width: 100%;
  }
  .abm-advantage__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .abm-advantage__item {
    max-width: none;
    padding: 8px 20px;
  }
  .abm-advantage__right {
    width: 100%;
  }
  .abm-advantage__image {
    height: 436px;
  }

  .abm-capabilities__content {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .abm-capabilities__left,
  .abm-capabilities__right {
    width: 100%;
  }

  .abm-make__item {
    width: calc(100% / 2 - 20px);
  }

  .abm-industries__item {
    width: calc(100% / 2 - 30px);
  }

  .abm-challenge__item {
    width: calc(100% / 2 - 20px);
  }

  .abm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .abm-elevate__image {
    width: 100%;
  }

  .abm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .abm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .abm-make__item {
    width: calc(100% / 2 - 20px);
  }

  .abm-industries__item {
    width: calc(100% / 2 - 20px);
  }

  .abm-challenge__item {
    width: calc(100% / 2 - 20px);
  }
}

@media screen and (min-width: 1350px) {
}
