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