/* 横幅模块 */
.copm-banner {
  position: relative;
  height: 800px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.copm-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.copm-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.copm-banner__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.copm-banner__text {
  flex: 1;
  max-width: 825px;
}
.copm-banner__title {
  color: #ffffff;
}
.copm-banner__subtitle {
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  line-height: 48px;
  text-align: left;
  margin-top: 35px;
}
.copm-banner__description {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 36px;
  margin-top: 40px;
}
.copm-banner__button {
  margin-top: 40px;
  width: 360px;
  background: #e0191e;
}

.copm-choose {
  padding: 70px 0;
  width: 90%;
  margin: 0 auto;
}
.copm-choose__content {
  max-width: 1400px;
  margin: 0 auto;
}
.copm-choose__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.copm-choose__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: left;
  margin-top: 30px;
}
.copm-choose__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.copm-choose__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.copm-choose__item {
  width: calc(100% / 4 - 15px);
  background: #fafafa;
  font-weight: 400;
  color: #333333;
  padding: 35px 40px;
  box-sizing: border-box;
  text-align: center;
}
.copm-choose__item:nth-child(2) {
  background: #e0191e;
  color: #ffffff;
}
.copm-choose__item-title {
  font-weight: 500;
  margin-bottom: 25px;
}

.copm-capabilities {
  padding: 70px 0 70px;
  position: relative;
}
.copm-capabilities__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.copm-capabilities__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.copm-capabilities__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.copm-capabilities__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.copm-capabilities__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #ffffff;
  margin-top: 40px;
}
.copm-capabilities__description {
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.copm-capabilities__description a:hover {
  font-weight: 600;
}
.copm-capabilities__wrap {
  display: flex;
  gap: 45px;
}
.copm-capabilities__left {
  width: 48%;
}
.copm-capabilities__left-title {
  font-weight: 500;
  color: #e0191e;
  margin-bottom: 5px;
}
.copm-capabilities__left-desc {
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 40px;
}
.copm-capabilities__left-image {
  width: 100%;
  display: flex;
  gap: 20px;
}
.copm-capabilities__left-image img {
  width: calc(100% / 2 - 10px);
  height: auto;
  object-fit: contain;
}
.copm-capabilities__right {
  width: 48%;
}
.copm-capabilities__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 60px;
}
.copm-capabilities__item {
  width: 100%;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.copm-capabilities__item-title {
  font-weight: 500;
  color: #e0191e;
  margin-bottom: 5px;
}
.copm-capabilities__description-bottom {
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: left;
}

.copm-parts {
  width: 90%;
  padding: 40px 0 50px;
  max-width: 1400px;
  margin: 0 auto;
}
.copm-parts__title {
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.copm-parts__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: left;
  margin-top: 30px;
}
.copm-parts__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.copm-parts__content {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}
.copm-parts__image-wrapper {
  width: 48%;
  max-width: 700px;
  flex-shrink: 0;
}
.copm-parts__image {
  width: 100%;
  display: none;
}
.copm-parts__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.copm-parts__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.copm-parts__item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.copm-parts__item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  box-sizing: border-box;
  background: #fafafa;
  cursor: pointer;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
.copm-parts__item-top:hover,
.copm-parts__item.is-active .copm-parts__item-top {
  background: #e0191e;
  color: #fefbfb;
}
.copm-parts__item-icon,
.copm-parts__item-icon-hover {
  width: 28px;
  display: flex;
  align-items: center;
}
.copm-parts__item-icon img,
.copm-parts__item-icon-hover img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.copm-parts__item-icon-hover,
.copm-parts__item-icon.is-active {
  display: none;
}
.copm-parts__item:hover .copm-parts__item-icon,
.copm-parts__item.is-active .copm-parts__item-icon {
  display: none;
}
.copm-parts__item:hover .copm-parts__item-icon-hover {
  display: flex;
}
.copm-parts__item.is-active:hover .copm-parts__item-icon-hover {
  display: none;
}
.copm-parts__item.is-active .copm-parts__item-icon.is-active {
  display: flex;
}
.copm-parts__item-bottom {
  width: 100%;
  background: #fdf0f1;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  padding: 25px 30px;
  box-sizing: border-box;
  display: none;
  margin-top: 15px;
}
.copm-parts__item-bottom a:hover {
  font-weight: 600;
}
.copm-parts__item.is-active .copm-parts__item-bottom {
  display: flex;
}

.copm-process {
  padding: 70px 0 60px;
  position: relative;
  margin: 20px 0;
}
.copm-process__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.copm-process__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.copm-process__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.copm-process__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.copm-process__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.copm-process__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  margin-top: 35px;
  box-sizing: border-box;
}
.copm-process__item {
  width: 100%;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  position: relative;
}
.copm-process__item-background {
  width: 100%;
  position: relative;
}
.copm-process__item-background img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.copm-process__item-number {
  position: absolute;
  top: 50px;
  left: 35px;
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
}
.copm-process__item-text {
  position: absolute;
  top: 50%;
  left: 170px;
  transform: translateY(-50%);
  width: 90%;
  max-width: 1145px;
  padding: 0px 25px;
  box-sizing: border-box;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.copm-process__item-title {
  font-weight: 500;
  font-size: 22px;
}

.copm-partner {
  width: 100%;
  padding: 70px 0 0px;
}
.copm-partner__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.copm-partner__title {
  font-weight: bold;
  color: #333333;
}
.copm-partner__subtitle {
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  line-height: 36px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 35px;
}
.copm-partner__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.copm-partner__item {
  width: calc(33.33% - 15px);
  position: relative;
  background: #fafafa;
  padding: 35px 40px 30px;
  box-sizing: border-box;
}
.copm-partner__item-icon {
  width: 100px;
  margin-bottom: 15px;
}
.copm-partner__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.copm-partner__item-title {
  font-weight: 500;
  color: #333333;
  margin-bottom: 10px;
}
.copm-partner__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.copm-partner__item-desc a:hover {
  font-weight: 600;
}

.copm-elevate {
  padding: 70px 0 0;
  width: 90%;
  margin: 0 auto;
}
.copm-elevate__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.copm-elevate__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.copm-elevate__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.copm-elevate__image {
  width: 42%;
  max-width: 600px;
}
.copm-elevate__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.copm-elevate__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  box-sizing: border-box;
}
.copm-elevate__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.copm-elevate__button {
  width: 100%;
  max-width: 560px;
  background: #e0191e;
  margin-top: 20px;
}

.copm-solutions {
  padding: 40px 0 50px;
}
.copm-solutions__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.copm-solutions__image {
  width: 42%;
  max-width: 600px;
}
.copm-solutions__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.copm-solutions__text {
  flex: 1;
  padding: 12px 0;
  box-sizing: border-box;
}
.copm-solutions__text .cnc-title {
  justify-content: flex-start;
}
.copm-solutions__title {
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.copm-solutions__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: left;
}
.copm-solutions__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}
.copm-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;
}
.copm-solutions__item:hover {
  background: #e0191e;
  color: #fefbfb;
}
.copm-solutions__item-icon,
.copm-solutions__item-icon-hover {
  width: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.copm-solutions__item-icon img,
.copm-solutions__item-icon-hover img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.copm-solutions__item:hover .copm-solutions__item-icon {
  display: none;
}
.copm-solutions__item-icon-hover {
  display: none;
}
.copm-solutions__item:hover .copm-solutions__item-icon-hover {
  display: flex;
}

@media screen and (max-width: 760px) {
  .copm-banner {
    height: auto;
    padding: 50px 0;
  }
  .copm-banner__button {
    width: 100%;
    max-width: 360px;
  }

  .copm-choose__item {
    width: 100%;
  }

  .copm-capabilities__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .copm-capabilities__left,
  .copm-capabilities__right {
    width: 100%;
  }
  .copm-capabilities__left-image {
    flex-direction: column;
    gap: 20px;
  }
  .copm-capabilities__left-image img {
    width: 100%;
    max-width: 330px;
  }

  .copm-parts__content {
    flex-direction: column;
    gap: 20px;
  }
  .copm-parts__image-wrapper {
    width: 100%;
  }

  .copm-process__item-background {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .copm-process__item-background img {
    display: none;
  }
  .copm-process__item-number {
    position: static;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #e0191e;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    flex-shrink: 0;
  }
  .copm-process__item-text {
    position: static;
    transform: none;
    flex: 1;
    width: 100%;
    padding: 20px 25px;
    background: rgba(0, 0, 0, 0.25);
  }

  .copm-partner__item {
    width: 100%;
  }

  .copm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .copm-elevate__image {
    width: 100%;
  }

  .copm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .copm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .copm-choose__item {
    width: 100%;
  }

  .copm-capabilities__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .copm-capabilities__left,
  .copm-capabilities__right {
    width: 100%;
  }

  .copm-parts__content {
    flex-direction: column;
    gap: 20px;
  }
  .copm-parts__image-wrapper {
    width: 100%;
  }

  .copm-process__item-background {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .copm-process__item-background img {
    display: none;
  }
  .copm-process__item-number {
    position: static;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #e0191e;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    flex-shrink: 0;
  }
  .copm-process__item-text {
    position: static;
    transform: none;
    flex: 1;
    padding: 20px 25px;
    background: rgba(0, 0, 0, 0.25);
  }

  .copm-partner__item {
    width: 100%;
  }

  .copm-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .copm-elevate__image {
    width: 100%;
  }

  .copm-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .copm-solutions__image {
    width: 100%;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .copm-choose__item {
    width: calc(100% / 2 - 15px);
  }

  .copm-process__item-background {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .copm-process__item-background img {
    display: none;
  }
  .copm-process__item-number {
    position: static;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #e0191e;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    flex-shrink: 0;
  }
  .copm-process__item-text {
    position: static;
    transform: none;
    flex: 1;
    padding: 20px 25px;
    background: rgba(0, 0, 0, 0.25);
  }

  .copm-partner__item {
    width: calc(100% / 2 - 15px);
  }
}

@media screen and (min-width: 1350px) {
}
