/* 横幅模块 */
.zim-banner {
  position: relative;
  height: 800px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.zim-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.zim-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zim-banner__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.zim-banner__text {
  flex: 1;
  max-width: 848px;
}
.zim-banner__title {
  color: #ffffff;
}
.zim-banner__subtitle {
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  line-height: 48px;
  text-align: left;
  margin-top: 35px;
}
.zim-banner__description {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 36px;
  margin-top: 40px;
}
.zim-banner__button {
  margin-top: 40px;
  width: 450px;
  background: #e0191e;
}

.zim-advantage {
  padding: 70px 0 0px;
  width: 90%;
  margin: 0 auto;
}
.zim-advantage__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}
.zim-advantage__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.zim-advantage__image {
  width: 48%;
  max-width: 700px;
}
.zim-advantage__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.zim-advantage__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.zim-advantage__item {
  width: 100%;
  background: #eeeeee;
  padding: 8px 20px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  text-align: left;
  cursor: pointer;
}
.zim-advantage__item-title {
  width: 100%;
}
.zim-advantage__item:hover,
.zim-advantage__item.is-active {
  background: #e0191e;
  color: #ffffff;
}
.zim-advantage__text-desc {
  width: 100%;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  padding: 25px 20px;
  box-sizing: border-box;
  display: none;
  background: #fdf0f1;
}

.zim-capabilities {
  width: 100%;
  padding: 70px 0 70px;
}
.zim-capabilities__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.zim-capabilities__title {
  font-weight: bold;
  color: #333333;
}
.zim-capabilities__description {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 25px;
}
.zim-capabilities__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.zim-capabilities__item {
  width: calc(33.33% - 15px);
  position: relative;
  background: #fafafa;
  padding: 35px 40px 30px;
  box-sizing: border-box;
}
.zim-capabilities__item-icon {
  width: 80px;
  margin-bottom: 15px;
}
.zim-capabilities__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.zim-capabilities__item-title {
  font-weight: 500;
  color: #333333;
  margin-bottom: 15px;
}
.zim-capabilities__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.zim-capabilities__description-bottom {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 25px;
}
.zim-capabilities__description-bottom a:hover {
  font-weight: 600;
}

.zim-make {
  padding: 70px 0 35px;
  position: relative;
}
.zim-make__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zim-make__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zim-make__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.zim-make__left {
  width: 35%;
  max-width: 440px;
  flex-shrink: 0;
}
.zim-make__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.zim-make__description {
  max-width: 650px;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  line-height: 30px;
  margin-left: 110px;
}
.zim-make__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}
.zim-make__item {
  width: 100%;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  padding: 35px 20px 35px;
  box-sizing: border-box;
  display: flex;
  gap: 20px;
}
.zim-make__item-image {
  width: 70px;
  flex-shrink: 0;
}
.zim-make__item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.zim-make__item-title {
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}

.zim-commitment {
  padding: 70px 0 0px;
  width: 90%;
  margin: 0 auto;
}
.zim-commitment__content {
  max-width: 1400px;
  margin: 0 auto;
}
.zim-commitment__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.zim-commitment__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-top: 30px;
}
.zim-commitment__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  position: relative;
}
.zim-commitment__image {
  position: absolute;
  bottom: 24%;
  left: 50%;
  transform: translateX(-50%);
  width: 128px;
}
.zim-commitment__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.zim-commitment__item {
  width: calc(100% / 2 - 15px);
  background: #fafafa;
  font-weight: 400;
  color: #333333;
  text-align: left;
  min-height: 240px;
}
.zim-commitment__item:nth-child(2) {
  background: #e0191e;
  color: #ffffff;
}
.zim-commitment__item-text {
  padding: 40px 50px;
  box-sizing: border-box;
}
.zim-commitment__item-title {
  text-align: left;
  font-weight: 500;
  margin-bottom: 25px;
}
.zim-commitment__item-image {
  width: 100%;
  height: 100%;
}
.zim-commitment__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zim-process {
  padding: 70px 0 0px;
}
.zim-process__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.zim-process__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.zim-process__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.zim-process__item {
  width: calc(100% / 4 - 15px);
  max-width: 335px;
  padding: 30px 0px 0px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.zim-process__item-background {
  width: 100%;
  position: relative;
}
.zim-process__item-background img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.zim-process__item-step {
  position: absolute;
  top: 5px;
  left: 100px;
  font-weight: 300;
  font-size: 30px;
  color: #faf7f8;
}
.zim-process__item-number {
  position: absolute;
  top: 5px;
  left: 190px;
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
}
.zim-process__text {
  padding: 35px 40px 30px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 0px 18px 0px rgba(35, 24, 21, 0.15);
  border-radius: 10px;
  margin-top: 10px;
  min-height: 335px;
}
.zim-process__item-title {
  font-weight: 500;
  color: #e0191e;
  text-align: left;
}
.zim-process__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 25px;
}

.zim-elevate {
  padding: 70px 0 0;
  width: 90%;
  margin: 0 auto;
}
.zim-elevate__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.zim-elevate__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.zim-elevate__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.zim-elevate__image {
  width: 42%;
  max-width: 600px;
}
.zim-elevate__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zim-elevate__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  box-sizing: border-box;
}
.zim-elevate__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.zim-elevate__button {
  width: 100%;
  max-width: 560px;
  background: #e0191e;
  margin-top: 20px;
}

.zim-solutions {
  padding: 40px 0 50px;
}
.zim-solutions__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.zim-solutions__image {
  width: 42%;
  max-width: 600px;
}
.zim-solutions__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zim-solutions__text {
  flex: 1;
  padding: 12px 0;
  box-sizing: border-box;
}
.zim-solutions__text .cnc-title {
  justify-content: flex-start;
}
.zim-solutions__title {
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.zim-solutions__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: left;
}
.zim-solutions__description {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  text-align: left;
  margin-top: 20px;
}
.zim-solutions__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}
.zim-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;
}
.zim-solutions__item:hover {
  background: #e0191e;
  color: #fefbfb;
}
.zim-solutions__item-icon {
  width: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.zim-solutions__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.zim-solutions__item:hover .zim-solutions__item-icon {
  display: none;
}
.zim-solutions__item-icon-hover {
  display: none;
}
.zim-solutions__item:hover .zim-solutions__item-icon-hover {
  display: flex;
}

@media screen and (max-width: 760px) {
  .zim-banner {
    height: auto;
    padding: 50px 0;
  }
  .zim-banner__button {
    width: 100%;
    max-width: 450px;
  }

  .zim-advantage__content {
    flex-direction: column;
    gap: 20px;
  }
  .zim-advantage__image {
    width: 100%;
  }

  .zim-capabilities__item {
    width: 100%;
  }

  .zim-make__content {
    flex-direction: column;
  }
  .zim-make__left {
    width: 100%;
    margin: 0 auto 30px;
  }
  .zim-make__description {
    margin-left: 0;
  }
  .zim-make__item {
    padding-left: 0px;
    padding-right: 0px;
  }

  .zim-commitment__item {
    width: 100%;
  }
  .zim-commitment__image {
    display: none;
  }

  .zim-process__item {
    width: 100%;
  }

  .zim-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .zim-elevate__image {
    width: 100%;
  }

  .zim-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .zim-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .zim-advantage__content {
    flex-direction: column;
    gap: 20px;
  }
  .zim-advantage__image {
    width: 100%;
  }

  .zim-capabilities__item {
    width: 100%;
  }

  .zim-make__content {
    flex-direction: column;
  }
  .zim-make__left {
    width: 100%;
    margin: 0 auto 30px;
  }

  .zim-commitment__item {
    width: 100%;
  }
  .zim-commitment__image {
    display: none;
  }

  .zim-process__item {
    width: 100%;
  }

  .zim-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .zim-elevate__image {
    width: 100%;
  }

  .zim-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .zim-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .zim-capabilities__item {
    width: calc(100% / 2 - 15px);
  }

  .zim-process__item-step {
    left: 70px;
  }
  .zim-process__item-number {
    right: 70px;
  }

  .zim-process__list {
    max-width: 1000px;
    margin: 0 auto;
  }
  .zim-process__item {
    width: calc(100% / 2 - 15px);
  }
}

@media screen and (min-width: 1350px) and (max-width: 1800px) {
  .zim-process__item-step {
    left: 100px;
  }
  .zim-process__item-number {
    left: 185px;
  }
}
