/* 横幅模块 */
.nym-banner {
  position: relative;
  height: 800px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nym-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.nym-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nym-banner__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.nym-banner__text {
  flex: 1;
  max-width: 1060px;
}
.nym-banner__title {
  color: #ffffff;
}
.nym-banner__subtitle {
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  line-height: 48px;
  text-align: left;
  margin-top: 35px;
}
.nym-banner__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-top: 20px;
}
.nym-banner__left {
  flex: 1;
  max-width: 430px;
}
.nym-banner__description {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 36px;
}
.nym-banner__button {
  margin-top: 40px;
  width: 450px;
  background: #e0191e;
}
.nym-banner__right {
  width: 52%;
  max-width: 620px;
  flex-shrink: 0;
  padding-bottom: 40px;
}
.nym-banner__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nym-banner__item {
  width: 100%;
  padding: 5px 15px;
  box-sizing: border-box;
  background: rgba(224, 25, 30, 0.3);
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
}

.nym-precision {
  padding: 70px 0 70px;
  width: 90%;
  margin: 0 auto;
}
.nym-precision__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 50px;
}
.nym-precision__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}
.nym-precision__left {
  width: 48%;
  max-width: 600px;
  flex-shrink: 0;
}
.nym-precision__image {
  width: 100%;
}
.nym-precision__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.nym-precision__right {
  flex: 1;
}
.nym-precision__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 35px;
  box-sizing: border-box;
}
.nym-precision__item-title {
  font-weight: 500;
  color: #e0191e;
}
.nym-precision__item-description {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 5px;
}
.nym-precision__bottom {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  background: rgba(255, 0, 0, 0.1);
  padding: 10px 10px;
  box-sizing: border-box;
}
.nym-precision__bottom-text {
  font-weight: bold;
  font-size: 24px;
  color: #d81e06;
  padding-left: 25px;
}
.nym-precision__button {
  width: 90%;
  max-width: 450px;
  background: #e0191e;
}

.nym-advantage {
  padding: 70px 0 70px;
  position: relative;
}
.nym-advantage__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nym-advantage__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nym-advantage__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.nym-advantage__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.nym-advantage__wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.nym-advantage__wrap-top,
.nym-advantage__wrap-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.nym-advantage__image {
  width: calc(100% / 5 - 16px);
  max-width: 300px;
  display: flex;
  gap: 20px;
}
.nym-advantage__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.nym-advantage__wrap-bottom {
  align-items: stretch;
  gap: 35px;
}
.nym-advantage__list {
  width: calc(100% / 2 - 20px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 25px;
  padding: 50px 10px 0px;
  box-sizing: border-box;
}
.nym-advantage__item {
  width: 100%;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  display: flex;
  gap: 10px;
}
.nym-advantage__item-icon {
  width: 26px;
  flex-shrink: 0;
}
.nym-advantage__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.nym-advantage__item-title {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 5px;
}
.nym-advantage__bottom {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
.nym-advantage__button {
  width: 100%;
  max-width: 400px;
  background: #e0191e;
}

.nym-capabilities {
  padding: 70px 0 50px;
  width: 90%;
  margin: 0 auto;
}
.nym-capabilities__content {
  max-width: 1400px;
  margin: 0 auto;
}
.nym-capabilities__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.nym-capabilities__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.nym-capabilities__image {
  width: 100%;
}
.nym-capabilities__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.nym-capabilities__list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: -70px;
}
.nym-capabilities__item {
  width: calc(100% / 3 - 17px);
  background: #f5f5f5;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
.nym-capabilities__item:nth-child(2) {
  background: #e0191e;
  color: #ffffff;
}
.nym-capabilities__item-text {
  padding: 60px 35px 40px;
  box-sizing: border-box;
}
.nym-capabilities__item-title {
  font-weight: 500;
  text-align: center;
  margin-bottom: 25px;
}
.nym-capabilities__bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 70px;
  background: rgba(255, 0, 0, 0.1);
  padding: 10px 10px;
  box-sizing: border-box;
  margin-top: 20px;
}
.nym-capabilities__button {
  width: 100%;
  max-width: 400px;
  background: #e0191e;
}

.nym-make {
  width: 100%;
  padding: 70px 0 50px;
  position: relative;
}
.nym-make__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nym-make__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nym-make__content {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.nym-make__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.nym-make__description {
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  margin-top: 40px;
  text-align: left;
}
.nym-make__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
}
.nym-make__item {
  width: calc(100% / 5 - 17px);
  min-width: 300px;
  background: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  position: relative;
}
.nym-make__item:nth-child(3) {
  background: #e60012;
}
.nym-make__item-text {
  padding: 45px 35px 40px;
  box-sizing: border-box;
}
.nym-make__item-title {
  text-align: left;
  font-weight: 500;
  margin-bottom: 25px;
}
.nym-make__bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
}
.nym-make__button {
  width: 100%;
  max-width: 400px;
  background: #e0191e;
}

.nym-industries {
  padding: 70px 0 0px;
  position: relative;
}
.nym-industries__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.nym-industries__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.nym-industries__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.nym-industries__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 25px;
}
.nym-industries__item {
  width: 100%;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  text-align: left;
  background: #f5f5f5;
  display: flex;
  gap: 30px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.nym-industries__item-image {
  width: 42%;
  max-width: 400px;
  height: 100%;
  flex-shrink: 0;
}
.nym-industries__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nym-industries__item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.nym-industries__item-title {
  font-weight: 500;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 35px;
  text-align: left;
}
.nym-industries__item-desc {
  width: 100%;
  max-width: 793px;
  margin-bottom: 50px;
}
.nym-industries__text-solutions {
  font-weight: 400;
  font-size: 18px;
  color: #e0191e;
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 30px;
  right: 20px;
}
.nym-industries__text-solutions:hover {
  font-weight: 500;
}
.nym-industries__text-solutions-arrow {
  width: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.nym-industries__text-solutions-arrow img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.nym-solve {
  width: 100%;
  padding: 70px 0 0px;
}
.nym-solve__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.nym-solve__title {
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.nym-solve__description {
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.nym-solve__list {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}
.nym-solve__item {
  width: calc(100% / 2 - 10px);
  padding: 55px 30px 35px;
  box-sizing: border-box;
  background: #f5f5f5;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  position: relative;
}
.nym-solve__item:nth-child(3) {
  background: #e60012;
  color: #ffffff;
}
.nym-solve__item:last-child {
  width: 100%;
  position: relative;
}
.nym-solve__item-title {
  font-weight: 500;
}
.nym-solve__item-desc {
  margin-top: 30px;
}
.nym-solve__text-link {
  width: 260px;
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background: transparent;
}
.nym-solve__text-link:hover {
  background: transparent;
  color: #000000;
  font-weight: 500;
}
.nym-solve__item:nth-child(3) .nym-solve__text-link {
  color: #ffffff;
}
.nym-solve__text-link-arrow {
  width: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.nym-solve__text-link-arrow img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.nym-process {
  padding: 70px 0 0px;
}
.nym-process__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.nym-process__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 60px;
}
.nym-process__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.nym-process__list:last-child {
  margin-top: 35px;
  flex-direction: row-reverse;
}
.nym-process__item {
  width: calc(100% / 4 - 17px);
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  padding: 50px 40px 50px;
  box-sizing: border-box;
  min-height: 300px;
  position: relative;
}
.nym-process__item-number {
  font-weight: bold;
  font-size: 24px;
  color: #e0191e;
  margin-right: 10px;
}
.nym-process__item-title {
  font-weight: 500;
  color: #333333;
}
.nym-process__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 20px;
}
.nym-process__bottom {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
.nym-process__button {
  width: 100%;
  max-width: 335px;
  background: #e0191e;
  border-radius: 10px;
}
.nym-process__arrow {
  width: 24px;
}
.nym-process__arrow img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.nym-process__arrow-right {
  position: absolute;
  top: 50%;
  left: 24.8%;
  transform: translate(-50%, -50%);
}
.nym-process__arrow-left {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nym-process__arrow-bottom {
  position: absolute;
  top: 50%;
  right: 24.7%;
  transform: translate(50%, -50%);
}

.nym-elevate {
  padding: 70px 0 0;
  width: 90%;
  margin: 0 auto;
}
.nym-elevate__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.nym-elevate__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.nym-elevate__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.nym-elevate__image {
  width: 42%;
  max-width: 600px;
}
.nym-elevate__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nym-elevate__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  box-sizing: border-box;
}
.nym-elevate__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.nym-elevate__button {
  width: 100%;
  max-width: 560px;
  background: #e0191e;
  margin-top: 20px;
}

.nym-solutions {
  padding: 40px 0 50px;
}
.nym-solutions__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.nym-solutions__image {
  width: 42%;
  max-width: 600px;
}
.nym-solutions__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nym-solutions__text {
  flex: 1;
  padding: 12px 0;
  box-sizing: border-box;
}
.nym-solutions__text .cnc-title {
  justify-content: flex-start;
}
.nym-solutions__title {
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.nym-solutions__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: left;
}
.nym-solutions__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}
.nym-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;
  cursor: pointer;
}
.nym-solutions__item:hover {
  background: #e0191e;
  color: #fefbfb;
}
.nym-solutions__item-icon {
  width: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.nym-solutions__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.nym-solutions__item:hover .nym-solutions__item-icon {
  display: none;
}
.nym-solutions__item-icon-hover {
  display: none;
}
.nym-solutions__item:hover .nym-solutions__item-icon-hover {
  display: flex;
}
.nym-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) {
  .nym-banner {
    height: auto;
    padding: 50px 0;
  }
  .nym-banner__wrap {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .nym-banner__left {
    width: 100%;
    max-width: none;
  }
  .nym-banner__right {
    width: 100%;
    max-width: none;
  }
  .nym-banner__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .nym-banner__item {
    width: auto;
    padding: 8px 10px;
    font-size: 18px;
  }
  .nym-banner__button {
    width: 100%;
    max-width: 450px;
  }

  .nym-precision__content {
    flex-direction: column;
    gap: 20px;
  }
  .nym-precision__left {
    width: 100%;
  }
  .nym-precision__bottom {
    flex-direction: column;
    gap: 20px;
  }

  .nym-advantage__wrap-bottom {
    flex-direction: column;
  }
  .nym-advantage__image {
    width: calc(100% / 2 - 10px);
  }
  .nym-advantage__list {
    width: 100%;
  }

  .nym-capabilities__item {
    width: 100%;
    min-height: auto;
  }
  .nym-capabilities__item:nth-child(1) {
    width: 100%;
    height: auto;
  }
  .nym-capabilities__item:nth-child(2) {
    width: 100%;
    height: auto;
  }
  .nym-capabilities__item-text {
    padding: 40px 35px;
  }

  .nym-make__item {
    width: 100%;
  }

  .nym-industries__item {
    flex-direction: column;
    gap: 20px;
  }
  .nym-industries__item-image {
    width: 100%;
    height: auto;
  }
  .nym-industries__item-image img {
    height: auto;
    object-fit: contain;
  }
  .nym-industries__text-solutions {
    position: static;
  }

  .nym-solve__item {
    width: 100%;
  }
  .nym-solve__text-link {
    position: static;
    margin-top: 30px;
  }

  .nym-process__item {
    width: 100%;
    min-height: auto;
  }
  .nym-process__arrow {
    display: none;
  }

  .nym-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .nym-elevate__image {
    width: 100%;
  }

  .nym-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .nym-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .nym-banner {
    height: auto;
    padding: 50px 0;
  }
  .nym-banner__wrap {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .nym-banner__left {
    width: 100%;
    max-width: none;
  }
  .nym-banner__right {
    width: 100%;
    max-width: none;
  }
  .nym-banner__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .nym-banner__item {
    width: auto;
    padding: 8px 10px;
    font-size: 18px;
    white-space: nowrap;
  }

  .nym-precision__content {
    flex-direction: column;
    gap: 20px;
  }
  .nym-precision__left {
    width: 100%;
  }

  .nym-advantage__wrap-bottom {
    flex-direction: column;
  }
  .nym-advantage__image {
    width: calc(100% / 3 - 15px);
  }
  .nym-advantage__list {
    width: 100%;
  }

  .nym-capabilities__item {
    width: calc(100% / 2 - 17px);
  }

  .nym-make__item {
    width: calc(100% / 2 - 17px);
  }

  .nym-solve__item {
    width: 100%;
  }

  .nym-process__item {
    width: 100%;
    min-height: auto;
  }
  .nym-process__arrow {
    display: none;
  }

  .nym-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .nym-elevate__image {
    width: 100%;
  }

  .nym-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .nym-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .nym-make__item {
    width: calc(100% / 2 - 17px);
  }

  .nym-solve__item {
    width: 100%;
  }

  .nym-process__item {
    width: calc(100% / 2 - 10px);
  }
  .nym-process__arrow {
    display: none;
  }
}

@media screen and (min-width: 1350px) {
}
