/* 横幅模块 */
.acm-banner {
  position: relative;
  height: 800px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.acm-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.acm-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acm-banner__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.acm-banner__text {
  flex: 1;
  max-width: 870px;
}
.acm-banner__title {
  color: #333333;
}
.acm-banner__subtitle {
  font-weight: 400;
  font-size: 30px;
  color: #333333;
  line-height: 48px;
  text-align: left;
  margin-top: 35px;
}
.acm-banner__description {
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  line-height: 36px;
  margin-top: 40px;
}
.acm-banner__button {
  margin-top: 40px;
  width: 450px;
  background: #e0191e;
}

.acm-related {
  padding: 70px 0 40px;
}
.acm-related__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.acm-related__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.acm-related__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.acm-related__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.acm-related__background {
  width: 100%;
  position: relative;
}
.acm-related__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acm-related__list {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  margin-top: 35px;
  box-sizing: border-box;
}
.acm-related__item {
  width: calc(100% / 2 - 10px);
  background: #fafafa;
}
.acm-related__item-text {
  width: 100%;
  padding: 35px 30px;
  box-sizing: border-box;
}
.acm-related__item-title {
  font-weight: 500;
  color: #e0191e;
}
.acm-related__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 20px;
}
.acm-related__item-image {
  width: 100%;
  height: 100%;
}
.acm-related__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.acm-choose {
  padding: 70px 0 35px;
  position: relative;
}
.acm-choose__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.acm-choose__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acm-choose__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.acm-choose__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}
.acm-choose__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 25px 40px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid;
  border-image: linear-gradient(0deg, #707070, #707070) 10 10;
}
.acm-choose__item {
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.acm-choose__item-title {
  font-weight: 500;
  color: #e0191e;
  margin-bottom: 5px;
}
.acm-choose__button {
  margin-top: 35px;
  width: 100%;
  max-width: 500px;
  padding: 10px 25px;
  box-sizing: border-box;
  background: #e0191e;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  user-select: none;
  flex-shrink: 0;
  pointer-events: auto;
  z-index: 1;
  position: relative;
  display: block;
}

.acm-capabilities {
  padding: 70px 0 0;
  width: 90%;
  margin: 0 auto;
}
.acm-capabilities__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.acm-capabilities__description {
  max-width: 1400px;
  margin: 0 auto;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.acm-capabilities__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 35px;
}
.acm-capabilities__image {
  width: 42%;
  max-width: 700px;
  flex-shrink: 0;
}
.acm-capabilities__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acm-capabilities__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.acm-capabilities__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.acm-capabilities__item-title {
  font-weight: 500;
  color: #e0191e;
}
.acm-capabilities__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.acm-capabilities__button {
  margin-top: 40px;
  width: 100%;
  max-width: 400px;
  background: #e0191e;
}

.acm-make {
  padding: 70px 0 40px;
  width: 90%;
  margin: 0 auto;
}
.acm-make__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.acm-make__description {
  max-width: 1400px;
  margin: 0 auto;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.acm-make__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 45px;
}
.acm-make__image {
  width: 40%;
  max-width: 620px;
  flex-shrink: 0;
}
.acm-make__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acm-make__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.acm-make__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 10px;
}
.acm-make__item-title {
  font-weight: 500;
  color: #333333;
}
.acm-make__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.acm-make__button {
  margin-top: 25px;
  width: 100%;
  max-width: 480px;
  background: #e0191e;
}

.acm-industries {
  padding: 70px 0 35px;
  position: relative;
}
.acm-industries__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.acm-industries__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acm-industries__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.acm-industries__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.acm-industries__description {
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 25px;
}
.acm-industries__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.acm-industries__item {
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.25);
  padding: 22px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.acm-industries__icon {
  width: 50px;
  flex-shrink: 0;
}
.acm-industries__icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.acm-industries__text {
  flex: 1;
  position: relative;
}
.acm-industries__item-title {
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}
.acm-industries__text-right {
  position: absolute;
  right: 0;
  top: 0;
}
.acm-industries__text-solutions {
  font-weight: 400;
  font-size: 18px;
  color: #e0191e;
  display: flex;
  align-items: center;
  gap: 10px;
}
.acm-industries__text-solutions:hover {
  font-weight: 500;
}
.acm-industries__text-solutions-arrow {
  width: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.acm-industries__text-solutions-arrow img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.acm-solve {
  padding: 70px 0 0;
}
.acm-solve__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.acm-solve__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.acm-solve__description {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.acm-solve__background {
  width: 100%;
  position: relative;
}
.acm-solve__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acm-solve__list {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}
.acm-solve__item {
  width: calc(100% / 2 - 10px);
  background: #fafafa;
  position: relative;
}
.acm-solve__text-top {
  width: 100%;
  padding: 35px 30px 100px;
  box-sizing: border-box;
}
.acm-solve__item-title {
  font-weight: 500;
  color: #070707;
}
.acm-solve__item-desc {
  font-weight: 400;
  color: #070707;
  line-height: 30px;
  margin-top: 5px;
}
.acm-solve__item-image {
  width: 100%;
  height: 100%;
}
.acm-solve__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acm-solve__text-bottom {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.acm-solve__text-solutions {
  font-weight: 400;
  font-size: 18px;
  color: #e0191e;
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
}
.acm-solve__text-solutions:hover {
  background: transparent;
  color: #e0191e;
  font-weight: 500;
}
.acm-solve__text-solutions-arrow {
  width: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.acm-solve__text-solutions-arrow img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.acm-process {
  padding: 70px 0 0px;
}
.acm-process__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.acm-process__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.acm-process__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.acm-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;
}
.acm-process__item-background {
  width: 100%;
  position: relative;
}
.acm-process__item-background img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.acm-process__text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 80px 40px 30px;
  box-sizing: border-box;
}
.acm-process__item-title {
  font-weight: 500;
  color: #e0191e;
}
.acm-process__item-desc {
  font-weight: 400;
  color: #070707;
  line-height: 30px;
  margin-top: 25px;
}
.acm-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;
}
.request-button.acm-process__item-button {
  line-height: revert;
}

.acm-elevate {
  padding: 70px 0 0;
  width: 90%;
  margin: 0 auto;
}
.acm-elevate__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.acm-elevate__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.acm-elevate__image {
  width: 42%;
  max-width: 600px;
}
.acm-elevate__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acm-elevate__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  box-sizing: border-box;
}
.acm-elevate__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.acm-elevate__button {
  width: 100%;
  max-width: 560px;
  background: #e0191e;
  margin-top: 20px;
}

.acm-solutions {
  padding: 40px 0 50px;
}
.acm-solutions__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.acm-solutions__image {
  width: 42%;
  max-width: 600px;
}
.acm-solutions__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acm-solutions__text {
  flex: 1;
  padding: 12px 0;
  box-sizing: border-box;
}
.acm-solutions__text .cnc-title {
  justify-content: flex-start;
}
.acm-solutions__title {
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.acm-solutions__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: left;
}
.acm-solutions__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}
.acm-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;
}
.acm-solutions__item:hover {
  background: #e0191e;
  color: #fefbfb;
}
.acm-solutions__item-icon,
.acm-solutions__item-icon-hover {
  width: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.acm-solutions__item-icon img,
.acm-solutions__item-icon-hover img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.acm-solutions__item:hover .acm-solutions__item-icon {
  display: none;
}
.acm-solutions__item-icon-hover {
  display: none;
}
.acm-solutions__item:hover .acm-solutions__item-icon-hover {
  display: flex;
}
.acm-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) {
  .acm-banner {
    height: auto;
    padding: 50px 0;
  }
  .acm-banner__button {
    width: 100%;
    max-width: 450px;
  }

  .acm-related__list {
    flex-direction: column;
  }
  .acm-related__item {
    width: 100%;
  }

  .acm-capabilities__content {
    flex-direction: column;
  }
  .acm-capabilities__image {
    width: 100%;
  }

  .acm-make__content {
    flex-direction: column;
  }
  .acm-make__image {
    width: 100%;
  }

  .acm-industries__text-right {
    position: static;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
  }

  .acm-solve__text-top {
    padding-bottom: 10px;
  }
  .acm-solve__item {
    width: 100%;
  }
  .acm-solve__text-bottom {
    width: 100%;
    padding: 0px 30px 30px;
    box-sizing: border-box;
    position: static;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
  }

  .acm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .acm-elevate__image {
    width: 100%;
  }

  .acm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .acm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .acm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .acm-elevate__image {
    width: 100%;
  }

  .acm-related__list {
    flex-direction: column;
  }
  .acm-related__item {
    width: 100%;
  }

  .acm-capabilities__content {
    flex-direction: column;
  }
  .acm-capabilities__image {
    width: 100%;
  }

  .acm-make__content {
    flex-direction: column;
  }
  .acm-make__image {
    width: 100%;
  }

  .acm-industries__text-right {
    position: static;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
  }

  .acm-solve__item {
    width: 100%;
  }

  .acm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .acm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
}

@media screen and (min-width: 1350px) {
}
