/* 横幅模块 */
.ct-banner {
  position: relative;
  height: 920px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ct-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ct-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ct-banner__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.ct-banner__text {
  flex: 1;
  max-width: 768px;
}
.ct-banner__title {
  color: #ffffff;
}
.ct-banner__subtitle {
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  text-align: left;
  margin-top: 35px;
}
.ct-banner__description {
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-top: 55px;
  margin-bottom: 95px;
}
.ct-banner__media {
  width: 45%;
  max-width: 560px;
}
.ct-banner__grid {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.2);
  padding: 90px 0;
  gap: 10px;
}
.ct-banner__card {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.ct-banner__card::before {
  position: absolute;
  content: '';
  top: 22px;
  right: -12px;
  width: 2px;
  height: 60px;
  background: #cccccc;
}
.ct-banner__card:nth-child(2)::before,
.ct-banner__card:nth-child(4)::before {
  display: none;
}
.ct-banner__card-number {
  width: 109px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 48px;
  color: #e0191e;
}
.ct-banner__card-number--2,
.ct-banner__card-number--3 {
  width: 164px !important;
}
.ct-banner__card-text {
  text-align: center;
  color: #ffffff;
}
.ct-banner__media-item {
  width: 100%;
  max-width: 560px;
}
.ct-banner__button {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 400px;
  background: #e0191e;
  border-radius: 4px;
}

/* 精度挑战模块 */
.ct-precision {
  padding: 70px 0;
}
.ct-precision__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ct-precision__title {
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.ct-precision__subtitle {
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  line-height: 36px;
  margin: 20px 0;
}
.ct-precision__text {
  width: 40%;
}
.ct-precision__description {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.ct-precision__image {
  width: 48%;
  max-width: 713px;
}
.ct-precision__image img {
  width: 100%;
  display: block;
}
.ct-precision__button {
  margin-top: 50px;
  width: 240px;
  background: #e0191e;
  border-radius: 4px;
}

/* 能力模块 */
.ct-capabilities {
  width: 100%;
  padding: 70px 0 70px;
  background: #f8f8f8;
}
.ct-capabilities__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.ct-capabilities__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.ct-capabilities__subtitle {
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  line-height: 36px;
  text-align: center;
  margin-top: 20px;
}
.ct-capabilities__description {
  width: 100%;
  max-width: 1162px;
  margin: 0 auto;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
}
.ct-capabilities__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.ct-capabilities__item {
  width: calc(33.33% - 15px);
  position: relative;
}
.ct-capabilities__item-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.ct-capabilities__item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ct-capabilities__item-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 40px 30px;
  box-sizing: border-box;
}
.ct-capabilities__item-title {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
}
.ct-capabilities__item-desc {
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-top: 25px;
}

/* 选择我们模块 */
.ct-choose {
  width: 100%;
  padding: 70px 0;
  position: relative;
}
.ct-choose__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ct-choose__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ct-choose__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ct-choose__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.ct-choose__subtitle {
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  margin-top: 20px;
}
.ct-choose__description {
  max-width: 1162px;
  margin: 0 auto;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  margin-top: 10px;
}
.ct-choose__list-container {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.ct-choose__list {
  width: 42%;
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
  gap: 20px;
  margin: 35px 0 40px;
}
.ct-choose__list:nth-child(2) {
  flex-direction: column;
}
.ct-choose__item {
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 25px 30px;
  box-sizing: border-box;
}
.ct-choose__list:nth-child(1) .ct-choose__item:nth-child(3) {
  margin-top: 45px;
}
.ct-choose__item.ct-choose__item--image {
  padding: 0;
  background: transparent;
}
.ct-choose__item-icon {
  width: 64px;
  flex-shrink: 0;
}
.ct-choose__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ct-choose__item-text {
  flex: 1;
}
.ct-choose__item-title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
}
.ct-choose__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.ct-choose__item-image {
  width: 100%;
}
.ct-choose__item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* 流程模块 */
.ct-process {
  width: 100%;
  padding: 80px 0 70px;
}
.ct-process__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.ct-process__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.ct-process__subtitle {
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  line-height: 36px;
  text-align: center;
  margin-top: 20px;
}
.ct-process__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 130px;
}
.ct-process__item {
  width: calc(25% - 25px);
  min-width: 310px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  border-radius: 60px 20px 60px 20px;
  position: relative;
  padding: 100px 40px 90px;
  box-sizing: border-box;
}
.ct-process__item-image {
  position: absolute;
  top: -68px;
  left: 50%;
  transform: translateX(-50%);
}
.ct-process__item-image img {
  width: 134px;
  height: auto;
  object-fit: contain;
}
.ct-process__item-title {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.ct-process__item-title::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 6px;
  background: #e0191e;
  border-radius: 3px;
}
.ct-process__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  text-align: center;
}

/* 生产模块 */
.ct-production {
  position: relative;
  padding: 80px 0;
}
.ct-production__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ct-production__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ct-production__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}
.ct-production__image {
  width: 45%;
  max-width: 580px;
}
.ct-production__image img {
  width: 100%;
  border-radius: 8px;
}
.ct-production__text {
  flex: 1;
  color: #fff;
}
.ct-production__title {
  margin-bottom: 25px;
  text-align: left;
}
.ct-production__subtitle {
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 40px;
}
.ct-production__description {
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 60px;
}
.ct-production__button {
  width: 400px;
  background: #e0191e;
  color: #fff;
  padding: 14px 20px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 60px;
}

/* 响应式 */
@media screen and (max-width: 760px) {
  .ct-banner {
    height: auto;
    padding: 50px 0;
  }
  .ct-banner__content {
    flex-direction: column;
    gap: 30px;
  }
  .ct-banner__media {
    width: 100%;
  }
  .ct-banner__grid {
    padding: 30px 0;
  }
  .ct-banner__card-number {
    font-size: 36px;
  }
  .ct-banner__description {
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .ct-banner__button {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .ct-precision__content {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .ct-precision__text {
    width: 100%;
  }
  .ct-precision__image {
    width: 100%;
  }

  .ct-capabilities__list {
    justify-content: center;
  }
  .ct-capabilities__item {
    width: 100%;
  }

  .ct-choose__list-container {
    flex-direction: column;
  }
  .ct-choose__list {
    width: 100%;
  }
  .ct-choose__item-icon {
    width: 45px;
  }

  .ct-process__item {
    width: 100%;
    min-width: auto;
    max-width: 360px;
  }

  .ct-production__content {
    flex-direction: column;
    align-items: flex-start;
  }
  .ct-production__image {
    width: 100%;
  }
  .ct-production__button {
    width: auto;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .ct-banner__content {
    flex-direction: column;
    gap: 30px;
  }
  .ct-banner__media {
    width: 100%;
  }
  .ct-banner__card-number {
    font-size: 36px;
  }

  .ct-precision__content {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .ct-precision__text {
    width: 100%;
  }
  .ct-precision__image {
    width: 100%;
  }

  .ct-capabilities__list {
    justify-content: center;
  }
  .ct-capabilities__item {
    width: 48%;
  }

  .ct-choose__list-container {
    flex-direction: column;
  }
  .ct-choose__list {
    width: 100%;
  }

  .ct-process__item {
    width: calc(100% / 2 - 20px);
  }

  .ct-production__content {
    flex-direction: column;
    align-items: flex-start;
  }
  .ct-production__image {
    width: 100%;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .ct-banner__card-number {
    font-size: 36px;
  }
}

@media screen and (min-width: 1350px) {
}
