/* 横幅模块 */
.grm-banner {
  position: relative;
  height: 800px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.grm-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.grm-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grm-banner__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.grm-banner__text {
  flex: 1;
  max-width: 1000px;
}
.grm-banner__title {
  color: #ffffff;
}
.grm-banner__subtitle {
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  line-height: 48px;
  text-align: left;
  margin-top: 35px;
}
.grm-banner__description {
  max-width: 939px;
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 36px;
  margin-top: 40px;
}
.grm-banner__button {
  margin-top: 40px;
  width: 450px;
  background: #e0191e;
}

.grm-expertise {
  padding: 70px 0 0;
  width: 90%;
  margin: 0 auto;
}
.grm-expertise__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 50px;
}
.grm-expertise__description {
  max-width: 1400px;
  margin: 0 auto;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  margin-top: 20px;
}
.grm-expertise__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.grm-expertise__image {
  width: 50%;
  max-width: 700px;
  flex-shrink: 0;
}
.grm-expertise__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grm-expertise__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 35px 35px;
  box-sizing: border-box;
}
.grm-expertise__item-title {
  font-weight: 500;
  color: #e0191e;
}
.grm-expertise__item-description {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 5px;
}

.grm-choose {
  width: 90%;
  padding: 70px 0 0px;
  position: relative;
  margin: 0 auto;
}
.grm-choose__title {
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}
.grm-choose__content {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  position: relative;
  background: #fafafa;
}
.grm-choose__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 25px;
  position: relative;
  z-index: 1;
  padding: 70px 45px 60px;
  box-sizing: border-box;
}
.grm-choose__item {
  width: 100%;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  display: flex;
  gap: 30px;
}
.grm-choose__item-image {
  width: 32px;
  flex-shrink: 0;
}
.grm-choose__item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.grm-choose__item-title {
  font-weight: 500;
  margin-bottom: 5px;
}
.grm-choose__wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 20px;
}
.grm-choose__button {
  width: 100%;
  max-width: 400px;
  background: #e0191e;
}

.grm-capabilities {
  padding: 70px 0 0px;
  width: 90%;
  margin: 0 auto;
}
.grm-capabilities__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.grm-capabilities__description {
  font-weight: 400;
  color: #030303;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 30px;
}
.grm-capabilities__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.grm-capabilities__image {
  width: 50%;
  max-width: 700px;
}
.grm-capabilities__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grm-capabilities__text {
  width: 54%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
  margin-left: -40px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.grm-capabilities__list {
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 30px 45px;
  padding-left: 75px;
  box-sizing: border-box;
  background: #e0191e;
}
.grm-capabilities__item {
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.grm-capabilities__item-title {
  font-weight: 500;
  margin-bottom: 5px;
}
.grm-capabilities__button {
  width: 100%;
  max-width: 400px;
  background: #e0191e;
}

.grm-make {
  padding: 70px 0 0px;
  position: relative;
}
.grm-make__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.grm-make__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.grm-make__description {
  font-weight: 400;
  color: #030303;
  margin-top: 50px;
  margin-bottom: 40px;
}
.grm-make__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}
.grm-make__item {
  width: calc(100% / 2 - 10px);
  background: #f5f5f5;
  position: relative;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  padding: 40px 45px;
  box-sizing: border-box;
}
.grm-make__item:nth-child(3) {
  background: #e60012;
  color: #ffffff;
}
.grm-make__item:last-child {
  background: transparent;
  justify-content: center;
  align-items: center;
}
.grm-make__item-title {
  font-weight: 500;
  margin-bottom: 5px;
}
.grm-make__button {
  width: 100%;
  max-width: 400px;
  background: #e0191e;
}

.grm-industries {
  padding: 70px 0 35px;
  position: relative;
}
.grm-industries__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.grm-industries__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.grm-industries__description {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 25px;
}
.grm-industries__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.grm-industries__item {
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  padding: 22px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.grm-industries__icon {
  width: 50px;
  flex-shrink: 0;
}
.grm-industries__icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.grm-industries__text {
  flex: 1;
  position: relative;
}
.grm-industries__item-title {
  font-weight: 500;
  color: #000000;
  margin-bottom: 5px;
}
.grm-industries__text-right {
  position: absolute;
  right: 0;
  top: 0;
}
.grm-industries__text-solutions {
  font-weight: 400;
  font-size: 18px;
  color: #e0191e;
  display: flex;
  align-items: center;
  gap: 10px;
}
.grm-industries__text-solutions:hover {
  font-weight: 500;
}
.grm-industries__text-solutions-arrow {
  width: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.grm-industries__text-solutions-arrow img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.grm-solve {
  padding: 70px 0 35px;
  position: relative;
}
.grm-solve__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grm-solve__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grm-solve__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.grm-solve__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.grm-solve__description {
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.grm-solve__list {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}
.grm-solve__item {
  width: calc(100% / 2 - 10px);
  background: rgba(0, 0, 0, 0.3);
  position: relative;
}
.grm-solve__item:nth-child(3) {
  background: #e0191e;
}
.grm-solve__item:last-child {
  width: 100%;
}
.grm-solve__text-top {
  width: 100%;
  padding: 35px 40px 100px;
  box-sizing: border-box;
}
.grm-solve__item-title {
  font-weight: 500;
  color: #ffffff;
}
.grm-solve__item-desc {
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  margin-top: 5px;
}
.grm-solve__text-bottom {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.grm-solve__item:last-child .grm-solve__text-bottom {
  right: 50%;
  transform: translateX(50%);
}
.grm-solve__text-solutions {
  font-weight: 400;
  font-size: 18px;
  color: #e0191e;
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
}
.grm-solve__text-solutions:hover {
  background: transparent;
  color: #ffffff;
}
.grm-solve__item:nth-child(3) .grm-solve__text-solutions {
  color: #ffffff;
}
.grm-solve__text-solutions-arrow,
.grm-solve__text-solutions-arrow-hover {
  width: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.grm-solve__text-solutions-arrow img,
.grm-solve__text-solutions-arrow-hover img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.grm-solve__text-solutions-arrow-hover {
  display: none;
}
.grm-solve__item:nth-child(3) .grm-solve__text-solutions-arrow {
  display: none;
}
.grm-solve__item:nth-child(3) .grm-solve__text-solutions-arrow-hover {
  display: flex;
}
.grm-solve__text-solutions:hover .grm-solve__text-solutions-arrow {
  display: none;
}
.grm-solve__text-solutions:hover .grm-solve__text-solutions-arrow-hover {
  display: flex;
}

.grm-process {
  padding: 70px 0 0px;
}
.grm-process__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.grm-process__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.grm-process__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 20px;
  margin-top: 60px;
}
.grm-process__item {
  width: calc(100% / 4 - 15px);
  position: relative;
  display: flex;
  flex-direction: column;
}
.grm-process__text {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  padding: 50px 30px 30px;
  box-sizing: border-box;
  min-height: 350px;
}
.grm-process__item-number {
  font-weight: bold;
  font-size: 80px;
  color: #e0191e;
  position: absolute;
  top: -62px;
  left: 10px;
}
.grm-process__item-title {
  font-weight: 500;
  color: #e0191e;
}
.grm-process__item-desc {
  font-weight: 400;
  color: #070707;
  line-height: 30px;
  margin-top: 20px;
}
.grm-process__item-button {
  width: 100%;
  max-width: 350px;
  background: #e0191e;
  border-radius: 10px;
  margin-top: 15px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  padding: 10px 25px;
  box-sizing: border-box;
}

.grm-elevate {
  padding: 70px 0 0;
  width: 90%;
  margin: 0 auto;
}
.grm-elevate__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.grm-elevate__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.grm-elevate__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.grm-elevate__image {
  width: 42%;
  max-width: 600px;
}
.grm-elevate__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grm-elevate__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  box-sizing: border-box;
}
.grm-elevate__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.grm-elevate__button {
  width: 100%;
  max-width: 560px;
  background: #e0191e;
  margin-top: 20px;
}

.grm-solutions {
  padding: 40px 0 50px;
}
.grm-solutions__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.grm-solutions__image {
  width: 42%;
  max-width: 600px;
}
.grm-solutions__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grm-solutions__text {
  flex: 1;
  padding: 12px 0;
  box-sizing: border-box;
}
.grm-solutions__text .cnc-title {
  justify-content: flex-start;
}
.grm-solutions__title {
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.grm-solutions__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: left;
}
.grm-solutions__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}
.grm-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;
}
.grm-solutions__item:hover {
  background: #e0191e;
  color: #fefbfb;
}
.grm-solutions__item-icon {
  width: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.grm-solutions__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.grm-solutions__item:hover .grm-solutions__item-icon {
  display: none;
}
.grm-solutions__item-icon-hover {
  display: none;
}
.grm-solutions__item:hover .grm-solutions__item-icon-hover {
  display: flex;
}
.grm-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) {
  .grm-banner {
    height: auto;
    padding: 50px 0;
  }
  .grm-banner__button {
    width: 100%;
    max-width: 450px;
  }

  .grm-expertise__content {
    flex-direction: column;
    gap: 20px;
  }
  .grm-expertise__image {
    width: 100%;
  }

  .grm-capabilities__content {
    flex-direction: column;
    gap: 20px;
  }
  .grm-capabilities__image {
    width: 100%;
  }
  .grm-capabilities__text {
    width: 100%;
    margin-left: 0px;
  }
  .grm-capabilities__list {
    padding-left: 40px;
  }

  .grm-make__list {
    flex-direction: column;
    gap: 20px;
  }
  .grm-make__item {
    width: 100%;
  }

  .grm-industries__text-right {
    position: static;
  }
  .grm-industries__text-solutions {
    justify-content: flex-end;
  }

  .grm-solve__text-top {
    padding-bottom: 10px;
  }
  .grm-solve__item {
    width: 100%;
  }
  .grm-solve__text-bottom,
  .grm-solve__item:last-child .grm-solve__text-bottom {
    width: 100%;
    padding: 0px 40px 30px;
    box-sizing: border-box;
    position: static;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    transform: none;
  }

  .grm-process__item {
    width: 100%;
  }

  .grm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .grm-elevate__image {
    width: 100%;
  }

  .grm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .grm-solutions__image {
    width: 100%;
  }
}
@media screen and (min-width: 760px) and (max-width: 1020px) {
  .grm-expertise__content {
    flex-direction: column;
    gap: 20px;
  }
  .grm-expertise__image {
    width: 100%;
  }

  .grm-capabilities__content {
    flex-direction: column;
    gap: 20px;
  }
  .grm-capabilities__image {
    width: 100%;
  }
  .grm-capabilities__text {
    width: 100%;
    margin-left: 0px;
  }
  .grm-capabilities__list {
    padding-left: 40px;
  }

  .grm-make__list {
    flex-direction: column;
    gap: 20px;
  }
  .grm-make__item {
    width: 100%;
  }

  .grm-industries__text-right {
    position: static;
  }
  .grm-industries__text-solutions {
    justify-content: flex-end;
  }

  .grm-solve__item {
    width: 100%;
  }

  .grm-process__item {
    width: calc(100% / 2 - 10px);
  }

  .grm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .grm-elevate__image {
    width: 100%;
  }

  .grm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .grm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .grm-process__item {
    width: calc(100% / 2 - 10px);
  }
}

@media screen and (min-width: 1350px) and (max-width: 1500px) {
  .grm-process__item {
    width: calc(100% / 2 - 10px);
  }
}
