/* 横幅模块 */
.tim-banner {
  position: relative;
  height: 800px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tim-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tim-banner__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tim-banner__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.tim-banner__text {
  flex: 1;
  max-width: 896px;
}
.tim-banner__title {
  color: #ffffff;
}
.tim-banner__subtitle {
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  line-height: 48px;
  text-align: left;
  margin-top: 35px;
}
.tim-banner__description {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  line-height: 36px;
  margin-top: 15px;
}
.tim-banner__button {
  margin-top: 40px;
  width: 400px;
  background: #e0191e;
}

.tim-choose {
  padding: 80px 0 0;
  width: 90%;
  margin: 0 auto;
}
.tim-choose__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}
.tim-choose__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  min-height: 554px;
}
.tim-choose__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tim-choose__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tim-choose__list {
  width: 90%;
  max-width: 425px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-right: 60px;
  box-sizing: border-box;
}
.tim-choose__item {
  width: 100%;
  padding: 8px 20px;
  box-sizing: border-box;
  background: #fafafa;
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  text-align: center;
  cursor: pointer;
}
.tim-choose__item:hover,
.tim-choose__item.is-active {
  background: #e0191e;
  color: #ffffff;
}
.tim-choose__text-wrap {
  width: 90%;
  max-width: 425px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  font-weight: 400;
  color: #ffffff;
  padding-right: 60px;
  padding-bottom: 70px;
  box-sizing: border-box;
  margin-top: 25px;
}
.tim-choose__text-desc {
  width: 100%;
  display: none;
}

.tim-capabilities {
  padding: 70px 0;
  width: 90%;
  margin: 0 auto;
}
.tim-capabilities__content {
  max-width: 1400px;
  margin: 0 auto;
}
.tim-capabilities__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.tim-capabilities__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
  margin-top: 5px;
}
.tim-capabilities__description {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 40px;
}
.tim-capabilities__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}
.tim-capabilities__item {
  width: calc(100% / 3 - 15px);
  background: #fafafa;
  font-weight: 400;
  color: #333333;
  padding: 35px 35px 45px;
  box-sizing: border-box;
  text-align: center;
}
.tim-capabilities__item:nth-child(2) {
  background: #e0191e;
  color: #ffffff;
}
.tim-capabilities__item-title {
  font-weight: 500;
  margin-bottom: 25px;
}
.tim-capabilities__item-number {
  font-weight: bold;
  font-size: 60px;
  color: #e0191e;
}
.tim-capabilities__item:nth-child(2) .tim-capabilities__item-number {
  color: #ffffff;
}
.tim-capabilities__description-bottom {
  padding: 15px 25px;
  box-sizing: border-box;
  background: #fdf0f1;
  margin-top: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.tim-capabilities__description-bottom a:hover {
  font-weight: 600;
}

.tim-make {
  width: 90%;
  padding: 40px 0 50px;
  max-width: 1600px;
  margin: 0 auto;
}
.tim-make__title {
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.tim-make__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.tim-make__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  max-width: 1400px;
  margin: 40px auto 20px;
}
.tim-make__list {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.tim-make__item {
  width: calc(100% / 5 - 15px);
  background: #fdf0f1;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  padding: 15px 20px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.tim-make__item.is-active,
.tim-make__item:hover {
  background: #e0191e;
  color: #fefbfb;
}
.tim-make__item-icon,
.tim-make__item-icon-hover {
  width: 50px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
}
.tim-make__item-icon img,
.tim-make__item-icon-hover img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.tim-make__item-icon-hover {
  display: none;
}
.tim-make__item.is-active .tim-make__item-icon,
.tim-make__item:hover .tim-make__item-icon {
  display: none;
}
.tim-make__item.is-active .tim-make__item-icon-hover,
.tim-make__item:hover .tim-make__item-icon-hover {
  display: flex;
}
.tim-make__item-title {
  width: 100%;
}
.tim-make__content {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 30px;
}
.tim-make__text {
  width: 100%;
  background: #fafafa;
  padding: 25px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  gap: 40px;
  display: none;
}
.tim-make__text-image {
  width: 48%;
  max-width: 680px;
  flex-shrink: 0;
}
.tim-make__text-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tim-make__text-description {
  width: 48%;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  box-sizing: border-box;
}

.tim-solve {
  padding: 70px 0 35px;
  position: relative;
}
.tim-solve__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tim-solve__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tim-solve__content {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.tim-solve__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.tim-solve__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #ffffff;
  text-align: center;
}
.tim-solve__description {
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 30px;
}
.tim-solve__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.tim-solve__item {
  width: calc(100% / 5 - 18px);
  background: rgba(224, 25, 30, 0.3);
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  padding: 8px 10px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.tim-solve__item:hover,
.tim-solve__item.is-active {
  background: #e0191e;
}

.tim-solve__text-desc {
  width: 100%;
  max-width: 1400px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 25px;
  padding: 35px 25px;
  box-sizing: border-box;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
  display: none;
  position: relative;
}
.tim-solve__text-desc::after {
  content: '';
  position: absolute;
  top: -20px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid rgba(255, 255, 255, 0.15);
}
.tim-solve__text-desc:nth-child(1)::after {
  left: 30px;
}
.tim-solve__text-desc:nth-child(2)::after {
  left: 360px;
}
.tim-solve__text-desc:nth-child(3)::after {
  left: 675px;
}
.tim-solve__text-desc:nth-child(4)::after {
  right: 370px;
}
.tim-solve__text-desc:nth-child(5)::after {
  right: 30px;
}

.tim-process {
  width: 100%;
  padding: 70px 0 70px;
}
.tim-process__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.tim-process__title {
  font-weight: bold;
  color: #333333;
}
.tim-process__subtitle {
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  line-height: 36px;
  text-align: center;
  margin-top: 5px;
}
.tim-process__description {
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.tim-process__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.tim-process__item {
  width: calc(50% - 10px);
  position: relative;
  background: #fafafa;
}
.tim-process__item-icon {
  width: 96px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.tim-process__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.tim-process__item-number {
  position: absolute;
  top: 0px;
  right: 9px;
  font-weight: 500;
  font-size: 36px;
  color: #ffffff;
}
.tim-process__item-text {
  width: 100%;
  padding: 35px 40px 30px;
  box-sizing: border-box;
}
.tim-process__item-title {
  font-weight: 500;
  color: #e0191e;
  margin-bottom: 25px;
}
.tim-process__item-desc {
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.tim-elevate {
  padding: 70px 0 0;
  width: 90%;
  margin: 0 auto;
}
.tim-elevate__title {
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.tim-elevate__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.tim-elevate__content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.tim-elevate__image {
  width: 42%;
  max-width: 600px;
}
.tim-elevate__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tim-elevate__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  box-sizing: border-box;
}
.tim-elevate__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.tim-elevate__button {
  width: 100%;
  max-width: 560px;
  background: #e0191e;
  margin-top: 20px;
}

.tim-solutions {
  padding: 40px 0 50px;
}
.tim-solutions__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.tim-solutions__image {
  width: 42%;
  max-width: 600px;
}
.tim-solutions__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tim-solutions__text {
  flex: 1;
  padding: 12px 0;
  box-sizing: border-box;
}
.tim-solutions__text .cnc-title {
  justify-content: flex-start;
}
.tim-solutions__title {
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.tim-solutions__subtitle {
  font-weight: 400;
  font-size: 26px;
  color: #333333;
  text-align: left;
}
.tim-solutions__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}
.tim-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;
}
.tim-solutions__item:hover {
  background: #e0191e;
  color: #fefbfb;
}
.tim-solutions__item-icon {
  width: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.tim-solutions__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.tim-solutions__item:hover .tim-solutions__item-icon {
  display: none;
}
.tim-solutions__item-icon-hover {
  display: none;
}
.tim-solutions__item:hover .tim-solutions__item-icon-hover {
  display: flex;
}
.tim-solutions__description {
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  margin-top: 30px;
}
.tim-solutions__bottom {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 30px;
}

@media screen and (max-width: 760px) {
  .tim-banner {
    height: auto;
    padding: 50px 0;
  }
  .tim-banner__button {
    width: 100%;
    max-width: 400px;
  }

  .tim-choose__list {
    padding-right: 0px;
    margin: 0 auto;
  }

  .tim-capabilities__item {
    width: 100%;
  }

  .tim-make__list {
    flex-wrap: wrap;
    gap: 10px;
  }
  .tim-make__item {
    width: 100%;
    max-width: 300px;
  }
  .tim-make__text {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .tim-make__text-image {
    width: 100%;
  }
  .tim-make__text-description {
    width: 100%;
  }

  .tim-solve__list {
    justify-content: center;
  }
  .tim-solve__item {
    width: 100%;
    max-width: 300px;
  }

  .tim-process__item {
    width: 100%;
  }

  .tim-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .tim-elevate__image {
    width: 100%;
  }

  .tim-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .tim-solutions__image {
    width: 100%;
  }
  .tim-solve__text-desc::after {
    display: none;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .tim-capabilities__item {
    width: calc(100% / 2 - 15px);
  }

  .tim-make__list {
    flex-wrap: wrap;
    gap: 10px;
  }
  .tim-make__item {
    width: calc(100% / 3 - 15px);
    max-width: 300px;
  }
  .tim-make__text {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .tim-make__text-image {
    width: 100%;
  }
  .tim-make__text-description {
    width: 100%;
  }

  .tim-solve__list {
    justify-content: center;
  }
  .tim-solve__item {
    width: calc(100% / 3 - 15px);
    max-width: 300px;
  }

  .tim-process__item {
    width: 100%;
  }

  .tim-elevate__content {
    flex-direction: column;
    gap: 20px;
  }
  .tim-elevate__image {
    width: 100%;
  }

  .tim-solutions__content {
    flex-direction: column;
    gap: 20px;
  }
  .tim-solutions__image {
    width: 100%;
  }
  .tim-solve__text-desc::after {
    display: none;
  }
}

@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .tim-capabilities__item {
    width: calc(100% / 2 - 15px);
  }

  .tim-make__list {
    flex-wrap: wrap;
    gap: 10px;
  }
  .tim-make__item {
    width: calc(100% / 3 - 15px);
    max-width: 300px;
  }
  .tim-make__text {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .tim-make__text-image {
    width: 100%;
  }
  .tim-make__text-description {
    width: 100%;
  }

  .tim-solve__list {
    justify-content: center;
  }
  .tim-solve__item {
    width: calc(100% / 3 - 15px);
    max-width: 300px;
  }
  .tim-solve__text-desc::after {
    display: none;
  }
}

@media screen and (min-width: 1350px) {
}
