@import "style.css";
@import "f-style.css";
@import "zz-style.css";
@keyframes scaleAni2 {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes scaleAni2 {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
@keyframes aniUp {
  from {
    transform: translateY(0.5rem);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes aniUp {
  from {
    transform: translateY(0.5rem);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
.aniUp {
  animation-name: aniUp;
  -webkit-animation-name: aniUp;
}
@keyframes aniUp2 {
  from {
    transform: translateY(0rem);
    opacity: 1;
  }
  to {
    transform: translateY(-0.5rem);
    opacity: 0;
  }
}
@-webkit-keyframes aniUp2 {
  from {
    transform: translateY(0rem);
    opacity: 1;
  }
  to {
    transform: translateY(-0.5px);
    opacity: 0;
  }
}
.aniUp2 {
  animation-name: aniUp2;
  -webkit-animation-name: aniUp2;
}
@keyframes aniDown {
  from {
    transform: translateY(-0.5rem);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes aniDown {
  from {
    transform: translateY(-0.5rem);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
.aniDown {
  animation-name: aniDown;
  -webkit-animation-name: aniDown;
}
@keyframes aniDown2 {
  from {
    transform: translateY(0rem);
    opacity: 1;
  }
  to {
    transform: translateY(0.5rem);
    opacity: 0;
  }
}
@-webkit-keyframes aniDown2 {
  from {
    transform: translateY(0rem);
    opacity: 1;
  }
  to {
    transform: translateY(0.5rem);
    opacity: 0;
  }
}
.aniDown2 {
  animation-name: aniDown2;
  -webkit-animation-name: aniDown2;
}
@keyframes rotateInfinite {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  25% {
    -webkit-transform: translate(-30%, 20%);
    transform: translate(-30%, 20%);
  }
  50% {
    -webkit-transform: translate(13%, 33%);
    transform: translate(13%, 33%);
  }
  75% {
    -webkit-transform: translate(0%, 20%);
    transform: translate(0%, 20%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
.white_txt6 {
  /* 文字外面需要div */
  display: initial;
  background: #999 linear-gradient(left, #333, #333) no-repeat 0 0;
  background: #999 -o-linear-gradient(left, #333, #333) no-repeat 0 0;
  background: #999 -moz-linear-gradient(left, #333, #333) no-repeat 0 0;
  background: #999 -webkit-linear-gradient(left, #333, #333) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0 100%;
}
.white_txt7 {
  /* 文字外面需要div */
  display: initial;
  background: #999 linear-gradient(left, #fb3b00, #fb3b00) no-repeat 0 0;
  background: #999 -o-linear-gradient(left, #fb3b00, #fb3b00) no-repeat 0 0;
  background: #999 -moz-linear-gradient(left, #fb3b00, #fb3b00) no-repeat 0 0;
  background: #999 -webkit-linear-gradient(left, #fb3b00, #fb3b00) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0 100%;
}
.white_txt8 {
  /* 文字外面需要div */
  display: initial;
  background: #999 linear-gradient(left, #222, #222) no-repeat 0 0;
  background: #999 -o-linear-gradient(left, #222, #222) no-repeat 0 0;
  background: #999 -moz-linear-gradient(left, #222, #222) no-repeat 0 0;
  background: #999 -webkit-linear-gradient(left, #222, #222) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0 100%;
}
.white_txt9 {
  /* 文字外面需要div */
  display: initial;
  background: #999 linear-gradient(left, #fff, #fff) no-repeat 0 0;
  background: #999 -o-linear-gradient(left, #fff, #fff) no-repeat 0 0;
  background: #999 -moz-linear-gradient(left, #fff, #fff) no-repeat 0 0;
  background: #999 -webkit-linear-gradient(left, #fff, #fff) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0 100%;
}
.tkm-sec2 {
  margin-top: 1.7rem;
}
.tkm-sec2 .zz-title-box {
  width: 74%;
  margin: 0 auto;
}
.tkm-sec2 .zz-title-box .zz-tips {
  text-align: center;
  color: #999;
  margin-bottom: 0.4rem;
}
.tkm-sec2 .zz-title-box .zz-title {
  text-align: center;
}
@media (max-width: 1580px) {
  .tkm-sec2 .zz-title-box .zz-title .white_txt6 {
    font-size: 30px;
  }
}
.tkm-sec2 .bigBox {
  position: relative;
  height: 200vh;
}
.tkm-sec2 .zz-box {
  position: sticky;
  height: 100vh;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tkm-sec2 .zz-box li {
  width: 31.25%;
}
.tkm-sec2 .zz-box li .public-img {
  width: 100%;
  border-radius: 15px;
  padding-bottom: 170%;
}
.tkm-sec2 .zz-box li .public-img img {
  border-radius: inherit;
}
@media (max-width: 1580px) {
  .tkm-sec2 .zz-box li .public-img {
    padding-bottom: 140%;
  }
}
.tkm-sec2 .zz-box li .public-img::before {
  content: unset;
}
.tkm-sec2 .zz-box li:nth-of-type(1),
.tkm-sec2 .zz-box li:nth-of-type(3) {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%) scale(0.9);
  opacity: 0.2;
}
.tkm-sec2 .zz-box li:nth-of-type(1) {
  left: 31.7%;
}
.tkm-sec2 .zz-box li:nth-of-type(1).on {
  left: 0;
  opacity: 1;
}
.tkm-sec2 .zz-box li:nth-of-type(1).on .public-img::before {
  padding-top: 170%;
}
.tkm-sec2 .zz-box li:nth-of-type(2) {
  transform: scale(0.95);
}
.tkm-sec2 .zz-box li:nth-of-type(3) {
  right: 31.7%;
}
.tkm-sec2 .zz-box li:nth-of-type(3).on {
  right: 0;
  opacity: 1;
}
.tkm-sec2 .zz-box li:nth-of-type(3).on .public-img::before {
  padding-top: 170%;
}
.tkm-sec2 .zz-box li:nth-of-type(2) {
  z-index: 2;
}
.tkm-sec3 {
  width: 100%;
}
.tkm-sec3 .public-img {
  width: 100%;
}
.tkm-sec3 .public-img::before {
  padding-top: 52.08%;
}
.zz-public-titleStyle {
  overflow: hidden;
}
.zz-public-titleStyle .h2,
.zz-public-titleStyle .zz-tips,
.zz-public-titleStyle .zz-text {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
  transition: all 0.8s;
  transform: translateY(100%);
  position: relative;
  display: inline-block;
  opacity: 0;
}
.zz-public-titleStyle .h2 span,
.zz-public-titleStyle .zz-tips span,
.zz-public-titleStyle .zz-text span {
  color: #fd4600;
}
.zz-public-titleStyle.on .h2,
.zz-public-titleStyle.on .zz-tips,
.zz-public-titleStyle.on .zz-text {
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transform: translateY(0);
}
.tkm-sec4 {
  background: #fff;
  padding: 1.9rem 0 0;
  position: relative;
}
.tkm-sec4 .zz-title-box {
  position: relative;
  z-index: 7;
  padding-bottom: 1.2rem;
}
.tkm-sec4 .zz-title-box .h2-zz-left {
  margin-bottom: 0.15rem;
}
.tkm-sec4 .zz-title-box .h2-zz-left .h2 {
  color: #222;
}
.tkm-sec4 .zz-title-box .h2-zz-left .h2 span {
  color: #fb3b00;
}
.tkm-sec4 .zz-title-box .h2-zz-right {
  margin-left: 2.2rem;
}
.tkm-sec4 .zz-title-box .h2-zz-right .h2 {
  color: #222;
}
.tkm-sec4 .zz-title-box .h2-zz-right .h2 span {
  -webkit-text-stroke: 1px #222;
  -webkit-text-fill-color: transparent;
}
.tkm-sec4 .zz-title-box .zz-link {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: #000;
}
.tkm-sec4 .zz-title-box .zz-link.on {
  animation: linkAni 0.8s linear;
  animation-fill-mode: forwards;
}
.tkm-sec4 .zz-iconBox {
  position: absolute;
  top: 1.6rem;
  right: 3rem;
}
.tkm-sec4 .zz-iconBox .zz-icon {
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid #f0f0f0;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  background: #fff;
}
.tkm-sec4 .zz-iconBox .zz-icon img,
.tkm-sec4 .zz-iconBox .zz-icon svg {
  width: 0.2rem;
  height: 0.2rem;
}
.tkm-sec4 .zz-iconBox .zz-icon:nth-of-type(1) {
  position: relative;
  top: unset;
  z-index: 6;
}
.tkm-sec4 .zz-iconBox .zz-icon:nth-of-type(2) {
  left: 0.6rem;
  z-index: 5;
}
.tkm-sec4 .zz-iconBox .zz-icon:nth-of-type(3) {
  left: 1.1rem;
  z-index: 4;
}
.tkm-sec4 .zz-iconBox .zz-icon:nth-of-type(4) {
  left: 1.7rem;
  z-index: 3;
}
.tkm-sec4 .zz-iconBox .zz-icon:nth-of-type(5) {
  left: 2.25rem;
  z-index: 2;
}
.tkm-sec4 .zz-contBox {
  display: flex;
  justify-content: flex-end;
  padding-top: 0.95rem;
  padding-bottom: 1.65rem;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.tkm-sec4 .zz-contBox .container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.tkm-sec4 .zz-contBox .bgimg {
  position: absolute;
  height: 6.45rem;
  top: 0;
  right: 0;
}
@media (max-width: 991px) {
  .tkm-sec4 .zz-contBox .bgimg {
    height: 5.45rem;
  }
}
.tkm-sec4 .zz-contBox .zz-box {
  width: 44.09%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1366px) {
  .tkm-sec4 .zz-contBox .zz-box {
    width: 56%;
  }
}
@media (max-width: 1260px) {
  .tkm-sec4 .zz-contBox .zz-box {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .tkm-sec4 .zz-contBox .zz-box {
    width: 75%;
  }
}
.tkm-sec4 .zz-contBox .zz-box .zz-circle3 {
  display: inline-block;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.tkm-sec4 .zz-contBox .zz-box .zz-circlar3 path {
  fill: none;
}
.tkm-sec4 .zz-contBox .zz-box .zz-circlar3 {
  width: 95px;
  height: 95px;
  position: relative;
  z-index: 1;
  font-size: 10px;
  letter-spacing: 5px;
  margin-top: 0.9rem;
}
.tkm-sec4 .zz-contBox .zz-box .zz-circlar3::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 130px;
  background: #fb3b00;
  border-radius: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tkm-sec4 .zz-contBox .zz-box .zz-circlar3 .zz-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.25rem;
}
.tkm-sec4 .zz-contBox .zz-box .zz-circlar3 .zz-icon img,
.tkm-sec4 .zz-contBox .zz-box .zz-circlar3 .zz-icon svg {
  width: 100%;
}
.tkm-sec4 .zz-contBox .zz-box .zz-circlar3 .zz-yuan {
  animation: proBox 10s infinite linear;
  -webkit-animation: proBox 10s infinite linear;
}
.tkm-sec4 .zz-contBox .zz-box .zz-circlar3 svg {
  display: block;
  overflow: visible;
}
.tkm-sec4 .zz-contBox .zz-imgbox {
  margin-top: 2.3rem;
  width: 92%;
}
.tkm-sec4 .zz-contBox .zz-imgbox .public-img {
  width: 100%;
}
.tkm-sec4 .zz-contBox .zz-imgbox .public-img::before {
  padding-top: 44.38%;
}
.tkm-sec5 {
  background: #000;
  padding: 1.5rem 0 0;
}
.tkm-sec5 .h2-1 {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  -webkit-text-fill-color: transparent;
}
.tkm-sec5 .h2-2 {
  color: #fff;
  transition: all 0.9s;
}
.tkm-sec5 .h2-2 span {
  color: #fb3b00;
}
.tkm-sec5 .zz-bigBox {
  position: relative;
  overflow: hidden;
  flex: none;
  width: 100%;
  height: 10.7rem;
  margin-top: 0.6rem;
}
.tkm-sec5 .zz-box {
  align-items: flex-start;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tkm-sec5 .zz-box .zz-list {
  width: 3rem;
  margin-right: 0.4rem;
}
.tkm-sec5 .zz-box .zz-list:last-child {
  margin-right: 0;
}
.tkm-sec5 .zz-box .zz-list .zz-height {
  height: 1rem;
}
.tkm-sec5 .zz-box .zz-list li {
  width: 100%;
  margin-bottom: 0.3rem;
  transform: scale(0.8);
  transform-origin: center bottom;
}
.tkm-sec5 .zz-box .zz-list li.on {
  animation: scaleAni2 0.4s linear;
  animation-fill-mode: forwards;
}
.tkm-sec5 .zz-box .zz-list li .public-img {
  width: 100%;
  margin-bottom: 0.2rem;
}
.tkm-sec5 .zz-box .zz-list li .public-img video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.tkm-sec5 .zz-box .zz-list li .zz-mask {
  width: 100%;
  height: 3rem;
  background: #2a2a2a;
  margin-bottom: 0.2rem;
}
.tkm-sec5 .zz-box .zz-list li .zz-cont {
  display: flex;
  align-items: flex-start;
}
.tkm-sec5 .zz-box .zz-list li .zz-cont .zz-left {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fb3b00;
  margin-top: 5px;
  margin-right: 10px;
}
.tkm-sec5 .zz-box .zz-list li .zz-cont .zz-left img,
.tkm-sec5 .zz-box .zz-list li .zz-cont .zz-left svg {
  width: 0.12rem;
  transform: rotate(-90deg);
}
.tkm-sec5 .zz-box .zz-list li .zz-cont .zz-left img path,
.tkm-sec5 .zz-box .zz-list li .zz-cont .zz-left svg path {
  fill: #fff;
}
.tkm-sec5 .zz-box .zz-list li .zz-cont .zz-right {
  flex: 1;
}
.tkm-sec5 .zz-box .zz-list li .zz-cont .zz-title {
  color: #fff;
}
.tkm-sec5 .zz-box .zz-list li .zz-cont .zz-text {
  color: #666;
}
.tkm-sec6 {
  padding: 1.8rem 0 1.4rem;
}
.tkm-sec6 .zz-box {
  position: relative;
}
.tkm-sec6 .zz-box .bgimg {
  position: absolute;
  width: 23.69%;
  top: 0.9rem;
  right: 1.1rem;
}
.tkm-sec6 .zz-box .zz-title-box {
  position: relative;
  padding-bottom: 1.15rem;
}
.tkm-sec6 .zz-box .zz-title-box .zz-tips,
.tkm-sec6 .zz-box .zz-title-box .zz-title {
  width: 63%;
}
.tkm-sec6 .zz-box .zz-title-box .zz-tips {
  color: #fb3b00;
  margin-bottom: 0.5rem;
}
.tkm-sec6 .zz-box .zz-title-box .zz-title {
  line-height: 1.33;
}
.tkm-sec6 .zz-box .zz-title-box .zz-circle3 {
  display: inline-block;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.tkm-sec6 .zz-box .zz-title-box .zz-circlar3 path {
  fill: none;
}
.tkm-sec6 .zz-box .zz-title-box .zz-circlar3 {
  width: 95px;
  height: 95px;
  position: relative;
  z-index: 1;
  font-size: 10px;
  letter-spacing: 5px;
  margin-top: 1.45rem;
}
.tkm-sec6 .zz-box .zz-title-box .zz-circlar3::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 130px;
  background: #fb3b00;
  border-radius: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tkm-sec6 .zz-box .zz-title-box .zz-circlar3 .zz-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.25rem;
}
.tkm-sec6 .zz-box .zz-title-box .zz-circlar3 .zz-icon img,
.tkm-sec6 .zz-box .zz-title-box .zz-circlar3 .zz-icon svg {
  width: 100%;
}
.tkm-sec6 .zz-box .zz-title-box .zz-circlar3 .zz-yuan {
  animation: proBox 10s infinite linear;
  -webkit-animation: proBox 10s infinite linear;
}
.tkm-sec6 .zz-box .zz-title-box .zz-circlar3 svg {
  display: block;
  overflow: visible;
}
.tkm-sec6 .zz-box .zz-title-box .zz-link {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: #000;
}
.tkm-sec6 .zz-box .zz-title-box .zz-link.on {
  animation: linkAni 0.8s linear;
  animation-fill-mode: forwards;
}
.tkm-sec6 .zz-bigBox {
  position: relative;
  height: 305vh;
}
.tkm-sec6 .zz-bigBox .zz-box {
  position: sticky;
  top: 0;
  height: 100vh;
}
.tkm-sec6 .zz-bigBox .zz-box .zz-boxs {
  display: inline-flex;
  justify-content: flex-start;
  height: 100%;
  align-items: center;
  transform: translateX(7%);
}
.tkm-sec6 .zz-bigBox .zz-box .zz-list {
  width: 11.8rem;
  margin-right: 2.4rem;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.tkm-sec6 .zz-bigBox .zz-box .zz-list::before {
  content: '';
  position: absolute;
  height: 1px;
  background: #e5e5e5;
  width: 400%;
  top: 4.62rem;
  left: -100%;
}
.tkm-sec6 .zz-bigBox .zz-box .zz-list .zz-syb {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 1000px;
  border: 2px solid #000;
  left: 0;
  top: 4.55rem;
  background: #fff;
}
.tkm-sec6 .zz-bigBox .zz-box .zz-list .zz-cont {
  width: 36%;
  margin-top: 2.1rem;
}
.tkm-sec6 .zz-bigBox .zz-box .zz-list .zz-cont .h3 {
  line-height: 1.2;
}
.tkm-sec6 .zz-bigBox .zz-box .zz-list .zz-cont .h3 span {
  color: #fb3b00;
}
.tkm-sec6 .zz-bigBox .zz-box .zz-list .zz-cont .zz-text {
  margin-top: 0.2rem;
  color: #666;
  line-height: 1.7em;
  max-height: 130px;
  padding-right: 10px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.tkm-sec6 .zz-bigBox .zz-box .zz-list .zz-cont .zz-text::-webkit-scrollbar {
  width: 2px;
  /*对垂直流动条有效*/
}
.tkm-sec6 .zz-bigBox .zz-box .zz-list .zz-cont .zz-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ddd;
  background-color: #ddd;
  border-radius: 3px;
}
.tkm-sec6 .zz-bigBox .zz-box .zz-list .zz-cont .zz-text::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #fb3b00;
}
.tkm-sec6 .zz-bigBox .zz-box .zz-list .zz-cont .zz-text span {
  color: #fb3b00;
}
.tkm-sec6 .zz-bigBox .zz-box .zz-list .public-img {
  width: 52.93%;
  margin-left: 0.95rem;
}
.tkm-sec6 .zz-bigBox .zz-box .zz-list .public-img::before {
  padding-top: 121.21%;
}
.tkm-sec7 {
  background: #000;
  padding: 2.3rem 0 0;
}
.tkm-sec7 .zz-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tkm-sec7 .zz-title-box .h2 {
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
.tkm-sec7 .zz-title-box .h2 img,
.tkm-sec7 .zz-title-box .h2 svg {
  width: 1rem;
  vertical-align: middle;
  margin: 0 0.35rem;
}
.tkm-sec7 .zz-title-box .h2 img path,
.tkm-sec7 .zz-title-box .h2 svg path {
  fill: #fb3b00;
}
.tkm-sec7 .zz-title-box .h2 span {
  color: #fb3b00;
}
.tkm-sec7 .zz-title-box .zz-text {
  color: #fff;
  text-align: center;
}
.tkm-sec7 .zz-bigBox {
  display: flex;
  justify-content: center;
  overflow: hidden;
  flex-direction: column;
  position: relative;
  width: 100%;
  align-items: center;
}
.tkm-sec7 .zz-bigBox .zz-circle3 {
  display: inline-block;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.tkm-sec7 .zz-bigBox .zz-circlar3 path {
  fill: none;
}
.tkm-sec7 .zz-bigBox .zz-circlar3 {
  width: 95px;
  height: 95px;
  position: relative;
  z-index: 1;
  font-size: 10px;
  letter-spacing: 5px;
  margin-top: 1.35rem;
}
.tkm-sec7 .zz-bigBox .zz-circlar3::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 130px;
  background: #fb3b00;
  border-radius: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tkm-sec7 .zz-bigBox .zz-circlar3 .zz-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.25rem;
}
.tkm-sec7 .zz-bigBox .zz-circlar3 .zz-icon img,
.tkm-sec7 .zz-bigBox .zz-circlar3 .zz-icon svg {
  width: 100%;
}
.tkm-sec7 .zz-bigBox .zz-circlar3 .zz-yuan {
  animation: proBox 10s infinite linear;
  -webkit-animation: proBox 10s infinite linear;
}
.tkm-sec7 .zz-bigBox .zz-circlar3 svg {
  display: block;
  overflow: visible;
}
.tkm-sec7 .zz-bigBox .zz-tips {
  font-size: 5rem;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
  -webkit-text-fill-color: transparent;
  line-height: 1;
  position: absolute;
  top: 0.75rem;
}
.tkm-sec7 .zz-bigBox .zz-box {
  margin-top: 1.45rem;
  height: auto;
  overflow: hidden;
  padding-bottom: 22.22222222vh;
  width: 100%;
  will-change: border-radius;
}
.tkm-sec7 .zz-bigBox .zz-box.onScreen {
  border-radius: 0;
  transition: border-radius 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tkm-sec7 .zz-bigBox .zz-box .zz-boxs {
  height: 100%;
  transform-origin: center;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
  width: 100%;
}
.tkm-sec7 .zz-bigBox .zz-box .zz-boxs .video-box {
  height: 100%;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 7rem;
}
.tkm-sec7 .zz-bigBox .zz-box .zz-boxs .video-box video {
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  width: 100%;
  transform: scale(1);
}
.tkm-sec8 {
  background: #000;
}
.tkm-sec8 .zz-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: unset;
  z-index: 4;
  position: absolute;
  padding: 0 1.2rem;
  top: 25%;
}
.tkm-sec8 .zz-title-box .zz-tips {
  color: #fb3b00;
  margin-bottom: 0.15rem;
}
.tkm-sec8 .zz-title-box .h2 {
  color: #fff;
  line-height: 1.4;
}
.tkm-sec8 .zz-title-box .zz-link {
  position: absolute;
  bottom: -0.95rem;
  left: 0;
  height: 2px;
  width: 0%;
  background: rgba(255, 255, 255, 0.1);
}
.tkm-sec8 .zz-title-box .zz-link.on {
  animation: linkAni 0.8s linear;
  animation-fill-mode: forwards;
}
.tkm-sec8 .zz-bigBox {
  position: relative;
  z-index: 1;
}
.tkm-sec8 .zz-bigBox .zz-box {
  z-index: 99;
  width: 100%;
  height: 100vh;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.tkm-sec8 .zz-bigBox .zz-box .zz-boxs .zz-tips {
  color: #fb3b00;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.5rem;
  z-index: 4;
}
.tkm-sec8 .zz-bigBox .zz-box .h2 {
  color: #fff;
  text-align: center;
}
.tkm-sec8 .zz-bigBox .zz-box .h2-1 .zz-span2 {
  opacity: 0;
}
.tkm-sec8 .zz-bigBox .zz-box .h2-2 {
  position: absolute;
  z-index: 4;
  bottom: 0;
}
.tkm-sec8 .zz-bigBox .zz-box .h2-2 .zz-span1 {
  opacity: 0;
}
.tkm-sec8 .zz-bigBox .zz-box .zz-listBox {
  will-change: width, height;
  height: 58vh;
  width: 100%;
  max-height: 550px;
  position: relative;
  top: 0;
  left: 0;
  padding: 0 1.2rem;
}
@media (min-width: 2000px) {
  .tkm-sec8 .zz-bigBox .zz-box .zz-listBox {
    top: -4%;
  }
}
@media (max-width: 1580px) {
  .tkm-sec8 .zz-bigBox .zz-box .zz-listBox {
    top: 1%;
  }
}
.tkm-sec8 .zz-bigBox .zz-box .zz-listBox .zz-mask1 {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 2;
}
.tkm-sec8 .zz-bigBox .zz-box .zz-listBox .zz-mask2 {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 2;
}
.tkm-sec8 .zz-bigBox .zz-box .zz-listBox .zz-scroll {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.tkm-sec8 .zz-bigBox .zz-box .zz-listBox .zz-list {
  width: 100%;
  height: auto;
  margin-bottom: 0.4rem;
}
.tkm-sec8 .zz-bigBox .zz-box .zz-listBox .zz-list .public-img {
  width: 100%;
}
.tkm-sec8 .zz-bigBox .zz-box .zz-listBox .zz-list .public-img::before {
  padding-top: 45.83%;
}
.tkm-sec8 .zz-cont {
  position: relative;
  color: #fff;
  padding: 0 1.5rem;
  text-align: center;
  transform: translateY(0.4rem);
  margin-top: 1.15rem;
  opacity: 0;
}
@media (min-width: 2000px) {
  .tkm-sec8 .zz-cont {
    transform: translateY(1.1rem);
  }
}
.tkm-sec8 .zz-cont .zz-text {
  line-height: 1.41666667em;
}
@media (max-width: 1366px) {
  .tkm-sec8 .zz-cont .zz-text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .tkm-sec8 .zz-cont .zz-text {
    font-size: 16px;
  }
}
@keyframes blink2 {
  0% {
    background-color: #fb3b00;
  }
  100% {
    background-color: #000;
  }
}
@keyframes blink3 {
  0% {
    background-color: #fb3b00;
  }
  100% {
    background-color: #fff;
  }
}
.public-syb {
  position: relative;
  display: flex;
}
.public-syb i {
  width: 8px;
  height: 8px;
  border-radius: 1000px;
  margin-right: 10px;
  animation: blink2 1.5s infinite;
}
.public-syb i:nth-of-type(2) {
  animation-delay: 0.5s;
}
.public-syb i:nth-of-type(3) {
  animation-delay: 1s;
}
.tkm-sec9-box {
  position: sticky;
  margin-top: -100vh;
  top: 0;
  z-index: 100;
}
.tkm-sec9 {
  margin-top: 0;
}
.tkm-sec9 .zz-maskBox {
  width: 100%;
  height: 0.65rem;
  position: relative;
  background: #fff;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  transition: all 1s;
}
.tkm-sec9 .zz-maskBox.on {
  border-radius: 0;
}
.tkm-sec9 .zz-bigbox {
  background: #fff;
  overflow: hidden;
}
.tkm-sec9 .zz-box1 {
  display: flex;
  justify-content: flex-end;
  padding: 0 1.2rem;
}
.tkm-sec9 .zz-box1 .zz-title-box {
  width: 53%;
  padding-bottom: 1.1rem;
}
@media (max-width: 1580px) {
  .tkm-sec9 .zz-box1 .zz-title-box {
    width: 60%;
  }
}
.tkm-sec9 .zz-box1 .zz-title-box .h2 {
  line-height: 1.4;
}
.tkm-sec9 .zz-box1 .zz-title-box .h2 span {
  color: #fb3b00;
}
.tkm-sec9 .zz-box1 .zz-title-box .zz-text {
  line-height: 1.41666667em;
  color: #000;
  margin-top: 0.15rem;
}
.tkm-sec9 .zz-box2 {
  position: relative;
  padding: 0 1.2rem;
  padding-bottom: 1.85rem;
}
.tkm-sec9 .zz-box2 .zz-link {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: #000;
  z-index: 2;
}
.tkm-sec9 .zz-box2 .zz-link.on {
  animation: linkAni 0.8s linear;
  animation-fill-mode: forwards;
}
.tkm-sec9 .zz-box2 .video-box {
  width: 100%;
  height: 0;
  padding-bottom: 50.2%;
  position: relative;
  border-radius: 15px;
}
.tkm-sec9 .zz-box2 .video-box video {
  border-radius: inherit;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 2;
}
.tkm-sec9 .zz-box2 .video-box .zz-tips {
  position: absolute;
  height: 3.8rem;
  top: 1rem;
}
.tkm-sec9 .zz-box2 .video-box .zz-tips img,
.tkm-sec9 .zz-box2 .video-box .zz-tips svg {
  height: 100%;
}
.tkm-sec9 .zz-box3 {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.tkm-sec9 .zz-box3 .zz-l span:nth-of-type(1) {
  margin-right: 3.75rem;
}
@keyframes drop {
  0% {
    transform: translateY(-200%);
    /* 初始状态，将元素向上移动1000像素 */
  }
  33% {
    opacity: 1;
    transform: translateY(0px);
    /* 下落过程中，元素开始向下移动 */
  }
  66% {
    transform: translateY(-50%);
    opacity: 1;
    /* 下落到一定高度后，元素开始回弹 */
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    /* 最终状态，元素落回到原先位置 */
  }
}
@keyframes drop2 {
  0% {
    transform: translateY(-200%);
    /* 初始状态，将元素向上移动1000像素 */
  }
  33% {
    opacity: 1;
    transform: translateY(1.29rem);
    /* 下落过程中，元素开始向下移动 */
  }
  66% {
    transform: translateY(-50%);
    opacity: 1;
    /* 下落到一定高度后，元素开始回弹 */
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    /* 最终状态，元素落回到原先位置 */
  }
}
@keyframes drop3 {
  0% {
    transform: translateY(-200%);
    /* 初始状态，将元素向上移动1000像素 */
  }
  33% {
    opacity: 1;
    transform: translateY(1.43rem);
    /* 下落过程中，元素开始向下移动 */
  }
  66% {
    transform: translateY(-50%);
    opacity: 1;
    /* 下落到一定高度后，元素开始回弹 */
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    /* 最终状态，元素落回到原先位置 */
  }
}
@keyframes drop4 {
  0% {
    transform: translateY(-200%);
    /* 初始状态，将元素向上移动1000像素 */
  }
  33% {
    opacity: 1;
    transform: translateY(1.65rem);
    /* 下落过程中，元素开始向下移动 */
  }
  66% {
    transform: translateY(-30%);
    opacity: 1;
    /* 下落到一定高度后，元素开始回弹 */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    /* 最终状态，元素落回到原先位置 */
  }
}
.tkm-sec10 {
  position: relative;
  z-index: 1;
  padding-bottom: 1.9rem;
}
.tkm-sec10::before {
  content: '';
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  background: #fff;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
@media (min-width: 2000px) {
  .tkm-sec10::before {
    opacity: 1;
  }
}
.tkm-sec10 .container {
  background: #f4f4f4;
  border-radius: 25px;
  overflow: hidden;
  height: 7.95rem;
  position: relative;
}
@media (max-width: 1580px) {
  .tkm-sec10 .container {
    width: 60%;
  }
}
@media (max-width: 1466px) {
  .tkm-sec10 .container {
    width: 71.5%;
  }
}
@media (max-width: 1280px) {
  .tkm-sec10 .container {
    width: 74.3%;
  }
}
@media (max-width: 1260px) {
  .tkm-sec10 .container {
    width: 75.5%;
  }
}
.tkm-sec10 .container .zz-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 0 auto;
  padding: 1.8rem 0;
}
@media (max-width: 1580px) {
  .tkm-sec10 .container .zz-title-box {
    width: 75%;
  }
}
.tkm-sec10 .container .zz-title-box .h2 {
  line-height: 1.2;
}
.tkm-sec10 .container .zz-title-box .h2 span {
  color: #fb3b00;
}
.tkm-sec10 .container .zz-title-box .zz-text {
  text-align: center;
  line-height: 1.41666667em;
  margin-top: 0.2rem;
}
.tkm-sec10 .container ul li {
  width: 1.65rem;
  height: 1.65rem;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: translateY(-200%);
  opacity: 0;
}
.tkm-sec10 .container ul .ball1.on {
  bottom: 0;
  animation-name: ball;
  animation-duration: 10s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation: drop 4s ease-in-out forwards;
}
.tkm-sec10 .container ul .ball2 {
  left: 2.05rem;
}
.tkm-sec10 .container ul .ball2.on {
  bottom: 0;
  animation-name: ball;
  animation-duration: 7s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation: drop 3s ease-in-out forwards;
}
.tkm-sec10 .container ul .ball3 {
  left: 4.05rem;
}
.tkm-sec10 .container ul .ball3.on {
  bottom: 0;
  animation-name: ball;
  animation-duration: 6s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation: drop 4s ease-in-out forwards;
}
.tkm-sec10 .container ul .ball4 {
  left: 6.15rem;
}
.tkm-sec10 .container ul .ball4.on {
  bottom: 0;
  animation-name: ball;
  animation-duration: 5s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation: drop 3s ease-in-out forwards;
}
.tkm-sec10 .container ul .ball5 {
  left: 7.8rem;
}
.tkm-sec10 .container ul .ball5.on {
  bottom: 0;
  animation-name: ball;
  animation-duration: 4s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation: drop 2s ease-in-out forwards;
}
.tkm-sec10 .container ul .ball6 {
  left: 9.45rem;
}
.tkm-sec10 .container ul .ball6.on {
  bottom: 0;
  animation-name: ball;
  animation-duration: 7s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation: drop 4s ease-in-out forwards;
}
.tkm-sec10 .container ul .ball7 {
  left: 11.1rem;
}
.tkm-sec10 .container ul .ball7.on {
  bottom: 0;
  animation-name: ball;
  animation-duration: 5s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation: drop 3s ease-in-out forwards;
}
.tkm-sec10 .container ul .ball8 {
  right: 0;
}
.tkm-sec10 .container ul .ball8.on {
  bottom: 0;
  animation-name: ball;
  animation-duration: 6s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation: drop 2s ease-in-out forwards;
}
.tkm-sec10 .container ul .ball9 {
  left: 1.02rem;
}
.tkm-sec10 .container ul .ball9.on {
  bottom: 1.29rem;
  animation-name: ball;
  animation-duration: 10s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation: drop2 4.5s ease-in-out forwards;
}
.tkm-sec10 .container ul .ball10 {
  left: 3.04rem;
}
.tkm-sec10 .container ul .ball10.on {
  bottom: 1.29rem;
  animation-name: ball;
  animation-duration: 10s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation: drop2 4.5s ease-in-out forwards;
}
.tkm-sec10 .container ul .ball11 {
  left: 8.63rem;
}
.tkm-sec10 .container ul .ball11.on {
  bottom: 1.43rem;
  animation-name: ball;
  animation-duration: 5s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation: drop3 4s ease-in-out forwards;
}
.tkm-sec10 .container ul .ball12 {
  left: 10.27rem;
}
.tkm-sec10 .container ul .ball12.on {
  bottom: 1.43rem;
  animation-name: ball;
  animation-duration: 7s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation: drop3 5s ease-in-out forwards;
}
.tkm-sec10 .container ul .ball13 {
  right: 0;
}
.tkm-sec10 .container ul .ball13.on {
  bottom: 1.65rem;
  animation-name: ball;
  animation-duration: 6s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation: drop4 4s ease-in-out forwards;
}
canvas {
  position: absolute !important;
}
.tkm-sec11 {
  transition: all 0.6s;
}
.tkm-sec11 .bigbox {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.tkm-sec11 .bigbox .hiddenBox {
  overflow: hidden;
}
.tkm-sec11 .bigbox .hiddenBox .zz-contBox .container {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.tkm-sec11 .bigbox .swpNum {
  position: absolute;
  top: 59.5%;
  left: 0;
  border-bottom: 1px solid #000;
  padding-bottom: 0.2rem;
  display: flex;
  padding-left: 0.9rem;
  color: #000;
}
@media (max-width: 1366px) {
  .tkm-sec11 .bigbox .swpNum {
    padding-left: 0.5rem;
  }
}
.tkm-sec11 .bigbox .swpNum .syb {
  margin: 0 10px;
}
.tkm-sec11 .bigbox .swpNum .numStart {
  height: 1.5em;
  overflow: hidden;
}
.tkm-sec11 .bigbox .swpNum .numStart .zz-box {
  height: 100%;
}
.tkm-sec11 .bigbox .swiper-pagination {
  top: 12%;
  width: 35px;
}
.tkm-sec11 .bigbox .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 20px;
  background: #000;
  height: 3px;
  margin: 10px 0 !important;
  transition: all 0.4s;
  opacity: 1;
}
.tkm-sec11 .bigbox .swiper-pagination .swiper-pagination-bullet-active {
  width: 35px;
  background: #fb3b00;
}
.tkm-sec11 .bigbox .numSyb {
  position: absolute;
  top: 17%;
  right: 0.2rem;
  display: flex;
  flex-direction: column;
  width: 35px;
}
@media (min-width: 2000px) {
  .tkm-sec11 .bigbox .numSyb {
    right: -1.2rem;
  }
}
.tkm-sec11 .bigbox .numSyb i {
  background: #000;
  width: 20px;
  height: 3px;
  transition: all 0.4s;
  margin-bottom: 10px;
}
.tkm-sec11 .bigbox .numSyb i:last-child {
  margin-bottom: 0;
}
.tkm-sec11 .bigbox .numSyb i.on {
  width: 35px;
  background: #fb3b00;
}
.tkm-sec11 .bigbox .swiper-container {
  width: 100%;
  overflow: unset;
}
.tkm-sec11 .bigbox .zz-textBox {
  overflow: hidden;
  position: absolute;
  left: 2.1rem;
  z-index: 10;
  width: 100%;
  top: 55.5%;
  height: 8em;
}
@media (max-width: 1580px) {
}
@media (max-width: 1466px) {
}
.tkm-sec11 .bigbox .zz-textBox .zz-box {
  position: relative;
  z-index: 1;
  height: 100%;
}
.tkm-sec11 .bigbox .zz-textBox .zz-textli {
  position: relative;
  color: #f4f4f4;
  font-size: 1rem;
  z-index: 6;
  line-height: 1.2;
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
}
.tkm-sec11 .bigbox .zz-textBox .zz-textli.on {
  opacity: 1;
}
.tkm-sec11 .bigbox .zz-textBox .zz-textli:nth-of-type(1) {
  margin-top: 0;
}
@media (max-width: 1580px) {
  .tkm-sec11 .bigbox .zz-textBox .zz-textli {
    left: 0.5rem;
    bottom: 1.8rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 1366px) {
  .tkm-sec11 .bigbox .zz-textBox .zz-textli {
    bottom: 2.2rem;
    font-size: 1rem;
  }
}
.tkm-sec11 .bigbox .zz-list {
  width: 100%;
  padding: 0;
  height: 73.7vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(13.15vh);
}
.tkm-sec11 .bigbox .zz-list .zz-text {
  position: absolute;
  color: #f4f4f4;
  bottom: 2.45rem;
  left: -0.2rem;
  font-size: 1.5rem;
  z-index: 6;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .tkm-sec11 .bigbox .zz-list .zz-text {
    left: 0.5rem;
    bottom: 1.8rem;
    font-size: 1.2rem;
  }
}
@media (max-width: 1366px) {
  .tkm-sec11 .bigbox .zz-list .zz-text {
    bottom: 2.2rem;
    font-size: 1rem;
  }
}
.tkm-sec11 .bigbox .zz-list .zz-text.on {
  animation: aniUp 0.8s;
  animation-fill-mode: forwards;
}
.tkm-sec11 .bigbox .zz-list .zz-text.on2 {
  animation: aniDown 0.8s;
  animation-fill-mode: forwards;
}
.tkm-sec11 .bigbox .zz-list .zz-text.on3 {
  animation: aniUp2 0.8s;
  animation-fill-mode: forwards;
}
.tkm-sec11 .bigbox .zz-list .zz-text.on4 {
  animation: aniDown2 0.8s;
  animation-fill-mode: forwards;
}
.tkm-sec11 .bigbox .zz-list .public-img {
  width: 82.98%;
  margin: 0 auto;
  z-index: 2;
  border-radius: 20px;
  transform: translateY(-50%);
  height: 87%;
  opacity: 1;
  transform: translateY(0%);
}
@media (min-width: 2000px) {
  .tkm-sec11 .bigbox .zz-list .public-img {
    width: 100%;
  }
}
.tkm-sec11 .bigbox .zz-list .public-img.on {
  transform: translateY(0%);
  opacity: 1;
}
.tkm-sec11 .bigbox .zz-list .public-img.on img {
  height: 100%;
  opacity: 0;
}
.tkm-sec11 .bigbox .zz-list .public-img .zz-imgbox {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: inherit;
}
.tkm-sec11 .bigbox .zz-list .public-img .zz-imgbox canvas {
  top: 56% !important;
}
.tkm-sec11 .bigbox .zz-list .public-img img {
  border-radius: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  transform: unset;
  transition: unset;
  max-width: initial;
  width: 100%;
  position: absolute;
  height: 31vw;
  top: 0;
  max-height: inherit;
}
@media (min-width: 2000px) {
  .tkm-sec11 .bigbox .zz-list .public-img img {
    object-fit: cover;
  }
}
.tkm-sec11 .bigbox .zz-list .public-img::before {
  padding-top: 50%;
  content: unset;
}
.tkm-sec11 .bigbox .zz-tips {
  font-size: 5rem;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
  -webkit-text-fill-color: transparent;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.7rem;
  z-index: 1;
  white-space: nowrap;
  transition: all 0.4s;
  opacity: 0;
}
.tkm-sec11 .bigbox .swiper-slide-active .zz-tips {
  opacity: 1;
}
.tkm-sec11.on {
  background: #000;
}
.tkm-sec11.on .bigbox .swpNum {
  border-color: #f4f4f4;
  color: #f4f4f4;
}
.tkm-sec11.on .bigbox .numSyb i {
  background: #f4f4f4;
}
.tkm-sec11.on .bigbox .numSyb i.on {
  background: #fb3b00;
}
.tkm-sec12 {
  background: #000;
  border-radius: 0;
  padding: 1.35rem 0 1.6rem;
  transition: all 1s;
}
.tkm-sec12 .zz-title-box {
  width: 76.73%;
  margin: 0 auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tkm-sec12 .zz-title-box .zz-tips {
  color: #fb3b00;
  margin-bottom: 0.25rem;
}
.tkm-sec12 .zz-title-box .h2 {
  line-height: 1.2;
}
.tkm-sec12 .zz-title-box .zz-text {
  line-height: 1.41666667em;
  margin-top: 0.45rem;
  text-align: center;
}
.tkm-sec12 .zz-box {
  background: #171717;
  border-radius: 0.6rem;
  width: 100%;
  margin-top: 0.5rem;
}
.tkm-sec12 .zz-box .public-img {
  width: 100%;
  border-radius: inherit;
}
.tkm-sec12 .zz-box .public-img img {
  border-radius: inherit;
  object-fit: unset;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tkm-sec12 .zz-box .public-img::before {
  padding-top: 53.18%;
}
.tkm-sec13 {
  position: relative;
  padding: 2.3rem 0 1.95rem;
}
.tkm-sec13 .bgimg {
  position: absolute;
  width: 2.4rem;
  top: 0;
  right: 0;
}
.tkm-sec13 .zz-title {
  width: 68.75%;
}
.tkm-sec13 .zz-box1 {
  margin-top: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.35rem;
  padding-top: 0.35rem;
  position: relative;
}
.tkm-sec13 .zz-box1 .zz-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background: #000;
  z-index: 2;
}
.tkm-sec13 .zz-box1 .zz-link.on {
  animation: linkAni 0.8s linear;
  animation-fill-mode: forwards;
}
.tkm-sec13 .zz-box1 .zz-l span:nth-of-type(1) {
  margin-right: 3.9rem;
}
.tkm-sec13 .zz-box2 {
  border: 6px solid #171717;
  border-radius: 15px;
  width: 62.15%;
  margin: 0 auto;
  overflow: hidden;
}
.tkm-sec13 .zz-box2 .zz-imgbox {
  width: 100%;
}
.tkm-sec13 .zz-box2 .zz-imgbox:last-child {
  border-radius: inherit;
}
.tkm-sec13 .zz-box2 .zz-imgbox img {
  width: 100%;
  border-radius: inherit;
}
.tkm-sec14 {
  background: #000;
  padding: 2.85rem 0 3.25rem;
  position: relative;
  overflow: hidden;
}
.tkm-sec14 .str_wrap_box .zz-tips {
  font-size: 5rem;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
  -webkit-text-fill-color: transparent;
  line-height: 1;
  position: absolute;
  bottom: -1.91rem;
  z-index: 2;
}
.tkm-sec14 .bgimg {
  animation: rotateInfinite 8s linear infinite both;
  -webkit-animation: rotateInfinite 8s linear infinite both;
  width: 80%;
  top: -2.4rem;
  left: 10%;
  opacity: 0.5;
  position: absolute;
}
.tkm-sec14 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.tkm-sec14 .h2 {
  text-align: center;
  line-height: 1.35;
  color: #fff;
}
.tkm-sec14 .h2 span {
  color: #fd4600;
}
.tkm-sec14 .zz-circle3 {
  display: inline-block;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.tkm-sec14 .zz-circlar3 path {
  fill: none;
}
.tkm-sec14 .zz-circlar3 {
  width: 95px;
  height: 95px;
  position: relative;
  z-index: 1;
  font-size: 10px;
  letter-spacing: 5px;
  margin-top: 0.95rem;
}
.tkm-sec14 .zz-circlar3::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tkm-sec14 .zz-circlar3 .zz-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fb3b00;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.25rem;
}
.tkm-sec14 .zz-circlar3 .zz-icon img,
.tkm-sec14 .zz-circlar3 .zz-icon svg {
  width: 100%;
}
.tkm-sec14 .zz-circlar3 .zz-yuan {
  animation: proBox 10s infinite linear;
  -webkit-animation: proBox 10s infinite linear;
}
.tkm-sec14 .zz-circlar3 svg {
  display: block;
  overflow: visible;
}
.sec-box2 {
  position: relative;
}
.tkm-sec15-box {
  background: #000;
  position: relative;
  top: 0;
  z-index: 100;
}
.tkm-sec15-box .tkm-sec15 .container {
  position: relative;
}
.tkm-sec15-box .tkm-sec15 .container .zz-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: #fff;
  z-index: 2;
}
.tkm-sec15-box .tkm-sec15 .container .zz-link.on {
  animation: linkAni 0.8s linear;
  animation-fill-mode: forwards;
}
.tkm-sec15-box .tkm-sec15 .zz-box1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.35rem;
}
.tkm-sec15-box .tkm-sec15 .zz-box1 .zz-l {
  color: #fff;
}
.tkm-sec15-box .tkm-sec15 .zz-box1 .zz-l span:nth-of-type(1) {
  margin-right: 3.9rem;
}
.tkm-sec15-box .tkm-sec15 .zz-box1 .zz-r {
  position: relative;
  display: flex;
}
.tkm-sec15-box .tkm-sec15 .zz-box1 .zz-r i {
  width: 8px;
  height: 8px;
  border-radius: 1000px;
  margin-right: 10px;
  animation: blink3 1.5s infinite;
}
.tkm-sec15-box .tkm-sec15 .zz-box1 .zz-r i:nth-of-type(2) {
  animation-delay: 0.5s;
}
.tkm-sec15-box .tkm-sec15 .zz-box1 .zz-r i:nth-of-type(3) {
  animation-delay: 1s;
}
.tkm-sec15-box .tkm-sec15 .zz-title {
  width: 93%;
  padding-top: 0.85rem;
}
@media (max-width: 1580px) {
  .tkm-sec15-box .tkm-sec15 .zz-title {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .tkm-sec15-box .tkm-sec15 .zz-title {
    width: 82%;
  }
}
.tkm-sec15-box .tkm-sec15 .zz-title h3 {
  line-height: 1.13333333em;
}
.tkm-sec15-box .tkm-sec15 .zz-imgbox {
  width: 45%;
  margin: 0 auto;
  margin-top: 0.6rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.tkm-sec15-box .tkm-sec15 .zz-imgbox .sec15-bgimg {
  animation: rotateInfinite 8s linear infinite both;
  -webkit-animation: rotateInfinite 8s linear infinite both;
  width: 100%;
  top: -12%;
  left: 0%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.tkm-sec15-box .tkm-sec15 .zz-imgbox .public-img {
  width: 100%;
}
.tkm-sec15-box .tkm-sec15 .zz-imgbox .public-img::before {
  padding-top: 86.5%;
}
.tkm-sec16 {
  background: #000;
  transition: all 0.4s;
}
.tkm-sec16.on {
  background: #fff;
}
.tkm-sec16 .bigbox {
  height: 100vh;
  position: sticky;
  top: 0;
}
.tkm-sec16 .bigbox .hiddenBox {
  overflow: hidden;
  height: 100%;
}
.tkm-sec16 .bigbox .hiddenBox .zz-contBox {
  height: 100%;
}
.tkm-sec16 .bigbox .hiddenBox .zz-contBox .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.tkm-sec16 .bigbox .swiper-container {
  width: 100%;
  overflow: unset;
}
.tkm-sec16 .bigbox .zz-list {
  width: 100%;
  position: relative;
}
.tkm-sec16 .bigbox .zz-list .zz-tips {
  position: absolute;
}
.tkm-sec16 .bigbox .zz-list .public-img {
  width: 90%;
  margin: 0 auto;
  z-index: 2;
}
.tkm-sec16 .bigbox .zz-list .public-img::before {
  padding-top: 50%;
}
.tkm-sec16 .bigbox .zz-tips {
  font-size: 5rem;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
  -webkit-text-fill-color: transparent;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.7rem;
  z-index: 1;
  white-space: nowrap;
  transition: all 0.4s;
  opacity: 0;
}
.tkm-sec16 .bigbox .swiper-slide-active .zz-tips {
  opacity: 1;
}
.tkm-sec17 {
  padding: 0.8rem 0;
  padding: 0.8rem 0 5px;
}
@media (max-width: 1580px) {
}
.tkm-sec17 .zz-title-box {
  text-align: center;
}
.tkm-sec17 .zz-box1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.85rem;
  padding-top: 0.3rem;
  margin-bottom: 1rem;
  position: relative;
}
.tkm-sec17 .zz-box1 .zz-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: #000;
}
.tkm-sec17 .zz-box1 .zz-link.on {
  animation: linkAni 0.8s linear;
  animation-fill-mode: forwards;
}
.tkm-sec17 .zz-box1 .zz-l span:nth-of-type(1) {
  margin-right: 3.9rem;
}
.tkm-sec17 .zz-box2 .zz-div {
  line-height: 1.6em;
}
.tkm-sec17-cont {
  margin-bottom: 5px;
  overflow: hidden;
}
.tkm-sec17-cont .circle-animate {
  position: fixed;
  z-index: 0;
  width: 1972px;
  height: 1972px;
  left: calc((100% - 1972px) / 2);
  top: 0;
  background: radial-gradient(50% 50% at 50% 50%, #fd4702 0%, rgba(38, 192, 93, 0) 100%);
  animation: rotateInfinite 8s linear infinite both;
  z-index: -1;
  transition: all 0.4s;
  opacity: 0;
}
.tkm-sec17-cont .circle-animate.on {
  opacity: 1;
}
.tkm-sec17-cont .zz-cont {
  height: 200vh;
  height: 67vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: auto;
}
.tkm-sec17-cont .zz-cont .zz-left {
  width: 80%;
  position: absolute;
  left: -104%;
  top: 3rem;
  top: 1rem;
  display: flex;
  position: relative;
  width: 100%;
  top: unset;
  left: unset;
}
.tkm-sec17-cont .zz-cont .zz-left .zz-l {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1580px) {
}
.tkm-sec17-cont .zz-cont .zz-left .zz-l .i1 {
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scaleY(0) translateX(-50%);
  transform-origin: 0 0;
  background: linear-gradient(to bottom, #fff3ee, #fd4702);
  width: 4px;
  display: inline-block;
  position: absolute;
  left: 50%;
  height: 170%;
  top: -197%;
  position: relative;
  left: unset;
  height: 1.5rem;
  top: unset;
  margin-bottom: 0.3rem;
}
.tkm-sec17-cont .zz-cont .zz-left .zz-l .i1.on {
  transform: scaleY(1) translateX(-50%);
}
.tkm-sec17-cont .zz-cont .zz-left .zz-l .i2 {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 1000px;
  box-shadow: 3px 2px 22px rgba(171, 47, 0, 0.07);
  display: inline-block;
  background: #fff;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(0.96);
  display: flex;
  align-items: center;
  justify-content: center;
}
.tkm-sec17-cont .zz-cont .zz-left .zz-l .i2 img {
  width: 0.45rem;
  height: 0.41rem;
}
.tkm-sec17-cont .zz-cont .zz-left .zz-l .i2.on {
  opacity: 1;
  transform: scale(1);
}
.tkm-sec17-cont .zz-cont .zz-left .zz-l .i3 {
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scaleY(0) translateX(-50%);
  transform-origin: 0 0;
  background: linear-gradient(to bottom, #fd4702, #fff3ee);
  width: 4px;
  height: 80vh;
  display: inline-block;
  position: absolute;
  bottom: -76.3vh;
  left: 50%;
  height: 314%;
  bottom: -293%;
  position: relative;
  left: 0;
  height: 1.5rem;
  bottom: unset;
  margin-top: 0.3rem;
}
@media (max-width: 1580px) {
}
@media (max-width: 1260px) {
}
.tkm-sec17-cont .zz-cont .zz-left .zz-l .i3.on {
  transform: scaleY(1) translateX(-50%);
}
.tkm-sec17-cont .zz-cont .zz-left .zz-r {
  margin-left: 0.3rem;
  margin-top: 10px;
  margin-top: 0;
  position: absolute;
  top: 53.5%;
  transform: translateY(-50%);
  left: 0.7rem;
}
.tkm-sec17-cont .zz-cont .zz-left .zz-r .zz-text {
  line-height: 1.41666667em;
  color: #666;
  margin-top: 0.15rem;
}
@media (max-width: 1580px) {
  .tkm-sec17-cont .zz-cont .zz-left .zz-r .zz-text {
    font-size: 18px;
  }
}
.tkm-sec17-cont .zz-cont .zz-right {
  width: 100%;
}
.tkm-sec17-cont .zz-cont .zz-right .zz-imgbox {
  height: 100vh;
  position: sticky;
  position: relative;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.tkm-sec17-cont .zz-cont .zz-right .public-img {
  width: 100%;
  border-radius: 20px;
}
.tkm-sec17-cont .zz-cont .zz-right .public-img::before {
  padding-top: 49.72%;
}
.tkm-sec17-cont .zz-cont .zz-right .public-img img {
  border-radius: inherit;
}
.tkm-sec17-cont .zz-cont .zz-right .zz-imgbox2 {
  padding-top: 60px;
}
.tkm-sec17-cont .zz-cont .zz-right .zz-vbox1 {
  width: 100%;
  margin-top: 5px;
  background: #212121;
  padding: 0.7rem;
  border-radius: 20px;
}
.tkm-sec17-cont .zz-cont .zz-right .zz-vbox2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.3rem;
}
.tkm-sec17-cont .zz-cont .zz-right .zz-vbox2 .public-img {
  width: 49%;
}
.tkm-sec17-cont.tkm-sec17-cont3 {
  padding-bottom: 1.3rem;
}
.sec-box3 {
  background: #000;
  transition: all 0.4s;
}
.tkm-sec18 {
  padding: 2.1rem 0 2.4rem;
  overflow: hidden;
}
.tkm-sec18 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tkm-sec18 .zz-title-box {
  display: flex;
  justify-content: center;
}
.tkm-sec18 .zz-title-box .h2 {
  color: #fff;
  text-align: center;
  line-height: 1.35;
}
.tkm-sec18 .zz-title-box .h2 span {
  color: #fb3b00;
}
.tkm-sec18 .zz-box1 {
  position: relative;
}
.tkm-sec18 .str_wrap_box .zz-tips {
  font-size: 5rem;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
  -webkit-text-fill-color: transparent;
  line-height: 1;
  position: absolute;
  bottom: -3.2rem;
  z-index: 2;
}
.tkm-sec18 .zz-circle3 {
  display: inline-block;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.tkm-sec18 .zz-circlar3 path {
  fill: none;
}
.tkm-sec18 .zz-circlar3 {
  width: 95px;
  height: 95px;
  position: relative;
  z-index: 1;
  font-size: 10px;
  letter-spacing: 5px;
  margin-top: 0.9rem;
}
.tkm-sec18 .zz-circlar3::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 130px;
  background: #fb3b00;
  border-radius: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tkm-sec18 .zz-circlar3 .zz-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.25rem;
}
.tkm-sec18 .zz-circlar3 .zz-icon img,
.tkm-sec18 .zz-circlar3 .zz-icon svg {
  width: 100%;
}
.tkm-sec18 .zz-circlar3 .zz-yuan {
  animation: proBox 10s infinite linear;
  -webkit-animation: proBox 10s infinite linear;
}
.tkm-sec18 .zz-circlar3 svg {
  display: block;
  overflow: visible;
}
.tkm-sec18 .zz-box2 {
  margin-top: 1.4rem;
  min-height: 7rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 0.8rem;
  border-radius: 30px;
  position: relative;
  z-index: 3;
}
.tkm-sec18 .zz-box2 .zz-cont {
  position: relative;
  width: 44%;
}
@media (max-width: 1580px) {
  .tkm-sec18 .zz-box2 .zz-cont {
    width: 48%;
  }
}
.tkm-sec18 .zz-box2 .zz-cont .zz-text {
  color: #fff;
  line-height: 1.33333333em;
  position: relative;
  z-index: 2;
}
.tkm-sec18 .zz-box2 .zz-cont .zz-icon {
  position: absolute;
  width: 0.75rem;
  top: -0.45rem;
}
.tkm-sec19 {
  position: relative;
}
.tkm-sec19 .zz-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72.91%;
  margin: 0 auto;
}
.tkm-sec19 .zz-title-box .h2 {
  line-height: 1.35;
  text-align: center;
}
.tkm-sec19 .zz-title-box .zz-tips {
  color: #666;
  text-align: center;
  line-height: 1.2em;
  margin-top: 0.1rem;
}
.tkm-sec19 .zz-box {
  height: 230vh;
  position: relative;
}
.tkm-sec19 .zz-box .zz-imgbox {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-0.25rem);
}
.tkm-sec19 .zz-box .zz-imgbox .public-img {
  width: 83.33%;
  border-radius: 10px;
}
.tkm-sec19 .zz-box .zz-imgbox .public-img img {
  border-radius: inherit;
}
.tkm-sec19 .zz-box .zz-imgbox .public-img::before {
  padding-top: 50%;
}
.tkm-sec19 .zz-box .zz-imgbox2 {
  padding-top: 0.4rem;
}
.tkm-sec19 .zz-box .zz-imgbox3 {
  padding-top: 0.85rem;
}
.tkm-sec19 .hiddenBox {
  overflow: hidden;
}
.tkm-sec19 .str_wrap_box .zz-tips {
  font-size: 152rem;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
  -webkit-text-fill-color: transparent;
  line-height: 1;
  position: absolute;
  top: 3.75rem;
  z-index: 2;
}
.tkm-sec20 {
  position: relative;
  height: 600vh;
  height: 490vh;
}
.tkm-sec20 .zz-box1 {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 2.1rem 0 2.6rem;
  background: #000;
  overflow: hidden;
}
.tkm-sec20 .zz-box1 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tkm-sec20 .zz-box1 .zz-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tkm-sec20 .zz-box1 .zz-title-box .h2 {
  color: #fff;
  line-height: 1.35;
  text-align: center;
}
.tkm-sec20 .zz-box1 .zz-title-box .h2 span {
  color: #fb3b00;
}
.tkm-sec20 .zz-box1 .zz-boxs1 {
  position: relative;
}
.tkm-sec20 .zz-box1 .str_wrap_box .zz-tips {
  font-size: 5rem;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
  -webkit-text-fill-color: transparent;
  line-height: 1;
  position: absolute;
  bottom: -4rem;
  z-index: 2;
}
.tkm-sec20 .zz-box1 .zz-circle3 {
  display: inline-block;
  font-size: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.tkm-sec20 .zz-box1 .zz-circlar3 path {
  fill: none;
}
.tkm-sec20 .zz-box1 .zz-circlar3 {
  width: 95px;
  height: 95px;
  position: relative;
  z-index: 1;
  font-size: 10px;
  letter-spacing: 5px;
  margin-top: 0.9rem;
}
.tkm-sec20 .zz-box1 .zz-circlar3::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 130px;
  background: #fb3b00;
  border-radius: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tkm-sec20 .zz-box1 .zz-circlar3 .zz-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.25rem;
}
.tkm-sec20 .zz-box1 .zz-circlar3 .zz-icon img,
.tkm-sec20 .zz-box1 .zz-circlar3 .zz-icon svg {
  width: 100%;
}
.tkm-sec20 .zz-box1 .zz-circlar3 .zz-yuan {
  animation: proBox 10s infinite linear;
  -webkit-animation: proBox 10s infinite linear;
}
.tkm-sec20 .zz-box1 .zz-circlar3 svg {
  display: block;
  overflow: visible;
}
.tkm-sec20 .zz-box2 {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 20;
  background: #fff;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 1s;
}
.tkm-sec20 .zz-box2 .zz-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tkm-sec20 .zz-box2 .zz-title-box .h2 {
  line-height: 1.35;
}
.tkm-sec20 .zz-box2 .zz-title-box .zz-tips {
  line-height: 1.33333333em;
  color: #999;
  margin-top: 0.5rem;
  text-align: center;
}
.tkm-sec20 .zz-box2 .public-img {
  width: 100%;
  margin: 0 auto;
  margin-top: 0.6rem;
}
@media (max-width: 1580px) {
  .tkm-sec20 .zz-box2 .public-img {
    width: 70%;
  }
}
.tkm-sec20 .zz-box2 .public-img::before {
  padding-top: 35%;
}
.tkm-sec20 .zz-box2 .x-xia {
  text-align: center;
  border: 0.02rem solid #e5e5e5;
  border-radius: 1000px;
  padding: 0.55rem 0 1.1rem;
  margin-top: 0.9rem;
  position: relative;
}
.tkm-sec20 .zz-box2 .x-xia .x-jt {
  width: 1.7rem;
  height: 0.7rem;
  background-color: #fff;
  text-align: center;
  position: absolute;
  top: -0.35rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.tkm-sec20 .zz-box2 .x-xia .x-jt svg,
.tkm-sec20 .zz-box2 .x-xia .x-jt img {
  width: 0.6rem;
  height: 0.6rem;
  object-fit: contain;
}
.tkm-sec20 .zz-box2 .x-xia .x-title2 {
  font-weight: bold;
}
.tkm-sec20 .zz-box2 .x-xia ul {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.tkm-sec20 .zz-box2 .x-xia ul li {
  margin: 0 0.2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
  border-style: solid;
  border-width: 2px;
  background-color: #ff5100;
  border-color: #fff;
  box-shadow: 0px 30px 38px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}
.tkm-sec20 .zz-box2 .x-xia ul li p {
  display: block;
  width: 100%;
}
.tkm-sec20 .zz-box2 .x-xia ul li span {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: calc(50% + 1.5em);
}
.tkm-sec20 .zz-box2 .x-xia ul li:nth-of-type(3) img {
  width: 1.16rem;
  height: 1.16rem;
  object-fit: contain;
  margin: 0 auto;
}
.tkm-sec20 .zz-box2 .x-xia ul li:nth-of-type(4) {
  background-color: #fff;
  border-image-source: linear-gradient(0deg, #f5f5f5 0%, #f5f5f5 100%);
}
.tkm-sec20 .zz-box2 .x-xia ul li:nth-of-type(4) p {
  color: #666;
}
.tkm-sec20 .zz-box2 .x-xia ul li:nth-of-type(5) {
  background-color: #000;
}
.tkm-sec20 .zz-box2 .x-xia ul li:nth-of-type(5) p {
  color: #fff;
}
.tkm-sec20 .zz-box3 {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 21;
  overflow: hidden;
  background: #fff;
  transition: all 1s;
  margin-top: 20vh;
}
.tkm-sec20 .zz-box3 .zz-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  z-index: 23;
  display: flex;
  opacity: 1;
}
.tkm-sec20 .zz-box3 .zz-boxs1 {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  position: absolute;
  top: 0;
  height: 100vh;
  z-index: 24;
  width: 100%;
  background: #f84711;
  overflow: hidden;
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tkm-sec20 .zz-box3 .zz-boxs1 .bgimg,
.tkm-sec20 .zz-box3 .zz-boxs1 .bgimg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  transform: scale(1.2);
}
.tkm-sec20 .zz-box3 .zz-boxs1 .bgimg.on,
.tkm-sec20 .zz-box3 .zz-boxs1 .bgimg2.on {
  animation-delay: 1.2s;
  animation: scaleAni 5s linear;
  animation-fill-mode: forwards;
}
.tkm-sec20 .zz-box3 .zz-boxs1 .bgimg2 {
  top: 200%;
  width: 50%;
  height: auto;
  object-fit: unset;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tkm-sec20 .zz-box3 .zz-boxs1 .zz-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #f5f5f5;
  position: relative;
  z-index: 2;
  padding-top: 0;
  width: 79.16%;
  margin: 0 auto;
  margin-bottom: 0.55rem;
}
.tkm-sec20 .zz-box3 .zz-boxs1 .zz-title-box.on2 {
  opacity: 0;
}
@media (max-width: 1580px) {
  .tkm-sec20 .zz-box3 .zz-boxs1 .zz-title-box {
    width: 85%;
  }
}
.tkm-sec20 .zz-box3 .zz-boxs1 .zz-title-box .h2 {
  line-height: 1.35;
  text-align: center;
}
.tkm-sec20 .zz-box3 .zz-boxs1 .zz-title-box .zz-tips {
  text-align: center;
  margin-bottom: 0.2rem;
}
.tkm-sec20 .zz-box3 .zz-boxs2 {
  position: sticky;
  top: 0;
  display: flex;
  height: 400vh;
  width: 100%;
}
.tkm-sec20 .zz-box3 .zz-boxs2 .zz-listBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.tkm-sec20 .zz-box3 .zz-boxs2 .zz-listBox .zz-imgbox {
  width: 100%;
  height: 100vh;
  transition: all 0.8s;
}
.tkm-sec20 .zz-box3 .zz-boxs2 .zz-listBox .zz-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tkm-sec20 .zz-box3 .zz-boxs2 .zz-list {
  width: 56.25%;
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 1;
}
.tkm-sec20 .zz-box3 .zz-boxs2 .zz-list:nth-of-type(2) .public-img:nth-of-type(2) img {
  transition: unset;
}
.tkm-sec20 .zz-box3 .zz-boxs2 .zz-list .public-img {
  width: 100%;
  margin-bottom: 0.95rem;
  border-radius: 0.5rem;
}
.tkm-sec20 .zz-box3 .zz-boxs2 .zz-list .public-img img {
  border-radius: inherit;
}
.tkm-sec20 .zz-box3 .zz-boxs2 .zz-list .public-img:last-child {
  margin-bottom: 0;
}
.tkm-sec20 .zz-box3 .zz-boxs2 .zz-list .public-img::before {
  padding-top: 59.72%;
}
.tkm-sec20 .zz-box3 .zz-boxs2 .zz-list:nth-of-type(1) {
  left: -7.85rem;
  transform: translateY(-55%);
}
.tkm-sec20 .zz-box3 .zz-boxs2 .zz-list:nth-of-type(2) {
  left: 50%;
  transform: translate(-50%, 0%);
  top: 0%;
  z-index: 2;
}
.tkm-sec20 .zz-box3 .zz-boxs2 .zz-list:nth-of-type(3) {
  right: -7.85rem;
}
.tkm-sec20 .zz-box3 .zz-contBox {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 28;
}
.tkm-sec20 .zz-box3 .zz-contBox .zz-cont {
  width: 51%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
  opacity: 0;
  transform: translateY(0.4rem);
}
@media (max-width: 1366px) {
  .tkm-sec20 .zz-box3 .zz-contBox .zz-cont {
    width: 60%;
  }
}
@media (max-width: 1280px) {
  .tkm-sec20 .zz-box3 .zz-contBox .zz-cont {
    width: 65%;
  }
}
.tkm-sec20 .zz-box3 .zz-contBox .zz-cont .h3,
.tkm-sec20 .zz-box3 .zz-contBox .zz-cont .zz-text {
  text-align: center;
}
.tkm-sec20 .zz-box3 .zz-contBox .zz-cont .zz-text {
  line-height: 1.5em;
  margin-top: 0.2rem;
}
.tkm-sec20 .zz-box3 .str_wrap_box .zz-tips {
  font-size: 2.5rem;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.25);
  -webkit-text-fill-color: transparent;
  line-height: 1;
  position: absolute;
  bottom: -0.35rem;
  z-index: 2;
  opacity: 0;
}
.tkm-sec20 .tkmSec20Swp {
  margin-top: 0;
  width: 100%;
  padding: 0 10px;
}
.tkm-sec20 .tkmSec20Swp .swiper-wrapper {
  align-items: stretch;
}
.tkm-sec20 .tkmSec20Swp .swiper-slide {
  display: flex;
  align-items: center;
  height: auto;
  justify-content: center;
  transition: all 0.3s;
}
.tkm-sec20 .tkmSec20Swp .swiper-slide .public-img {
  width: 60%;
  border-radius: 10px;
}
.tkm-sec20 .tkmSec20Swp .swiper-slide .public-img img {
  border-radius: inherit;
}
.tkm-sec20 .tkmSec20Swp .swiper-slide .public-img::before {
  padding-top: 59%;
}
.tkm-sec20 .tkmSec20Swp .swiper-slide .v-box {
  position: relative;
  height: 2.9rem;
  border-radius: 35px;
  transition: inherit;
}
.tkm-sec20 .tkmSec20Swp .swiper-slide .v-box img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transition: inherit;
}
.tkm-sec20 .tkmSec20Swp .swiper-slide-active {
  height: 4.8rem;
}
.tkm-sec20 .tkmSec20Swp .swiper-slide-active .public-img,
.tkm-sec20 .tkmSec20Swp .swiper-slide-active .v-box {
  position: absolute;
  width: 125%;
  height: 100%;
}
.tkm-sec20 .tkmSec20Swp .swiper-slide-active .public-img::before,
.tkm-sec20 .tkmSec20Swp .swiper-slide-active .v-box::before {
  padding-top: 80%;
}
.tkm-sec20 .tkmSec20Swp-2 {
  width: 100%;
}
.tkm-sec20 .tkmSec20Swp-2 .c-logoBox {
  overflow: unset;
  position: relative;
  padding: 30px 0 0px;
  margin: -30px 0 0px;
  width: 100%;
}
.tkm-sec20 .tkmSec20Swp-2 .c-logoBox .c-list {
  display: flex;
  position: relative;
}
.tkm-sec20 .tkmSec20Swp-2 .c-logoBox .c-list .str_move {
  display: flex;
}
.tkm-sec20 .tkmSec20Swp-2 .c-logoBox .c-list .c-li {
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
  width: 384px;
  height: 223px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .tkm-sec20 .tkmSec20Swp-2 .c-logoBox .c-list .c-li {
    width: 258px;
    height: 150px;
  }
}
.tkm-sec20 .tkmSec20Swp-2 .c-logoBox .c-list .c-li .imgbox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.tkm-sec20 .tkmSec20Swp-2 .c-logoBox .c-list .c-li .imgbox img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.tkm-sec20 .tkmSec20Swp-2 .c-logoBox .c-list3 .c-li {
  margin-bottom: 0;
}
.tkm-sec21 .fztit span:before {
  background: url(../images/ztkm-35.png) center / 100% 100% no-repeat;
}
.tkm-sec21 .fztext {
  width: 63.19%;
  margin: 0 auto;
  line-height: 1.8em;
}
@media (max-width: 1580px) {
  .tkm-sec21 .fztext {
    width: 70%;
  }
}
.tkm-sec21 .cont {
  height: 0 !important;
  position: relative;
  padding-bottom: 36.8%;
  width: 75%;
  margin: 0 auto;
}
.tkm-sec21 .cont img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 20% !important;
}
.mogu-sec22 .cont img,
.yunmi-sec20 .cont img {
  transform: translate(-50%);
}
.tkm-sec22 {
  width: 100%;
  height: 100vh;
}
.tkm-sec22 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*# sourceMappingURL=./zz-tkm-style.css.map */