@charset "UTF-8";
.bgt {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  transition: ease 0.3s;
  right: 0;
  z-index: 222;
  color: #fff;
}

.header .d1 .wrap {
  padding: 0 0.22rem;
}

.header .d1 .logo img {
  width: 1.8rem;
}

.header .d1 .logo img.logo2 {
  display: none;
}

.header .d1 .lang {
  position: relative;
  margin: 0 0.37rem 0 0.75rem;
}

.header .d1 .lang > a {
  color: #fff;
  height: 1rem;
  display: flex;
  align-items: center;
}

.header .d1 .lang > a i {
  font-size: 0.22rem;
}

.header .d1 .lang:hover .v1, .header .d1 .lang.on .v1 {
  color: #ff6b00;
}

.header .d1 .lang .down {
  position: absolute;
  width: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  top: 80%;
  display: none;
  text-align: center;
  z-index: 22;
  background-color: #fff;
}

.header .d1 .lang .down a {
  display: block;
  padding: 0.1rem 0.12rem;
  color: #666;
  position: relative;
}

.header .d1 .lang .down a:hover {
  background: #f6f6f6;
  color: #0071e3;
}

.header .d1 .lang:hover .down {
  display: block;
}

.header .d1 .search {
  width: 0.2rem;
  height: 0.46rem;
  position: relative;
}

.header .d1 .search .btn {
  font-size: 0.18rem;
  opacity: 0.75;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  line-height: 0.46rem;
}

.header .d1 .search .btn input {
  width: 100%;
  height: 0.46rem;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  background: rgba(255, 255, 255, 0);
  border: 0;
}

.header .d1 .search .btn i {
  color: #fff;
  font-size: 0.28rem;
  margin-left: -0.05rem;
}

.header .d1 .search .btn:hover {
  opacity: 1;
}

.header .d1 .search .input {
  position: absolute;
  z-index: 1;
  left: auto;
  right: -0.12rem;
  top: 0.05rem;
  bottom: auto;
  height: 0.36rem;
  width: 0.2rem;
  opacity: 0;
  border-radius: 0.22rem;
}

.header .d1 .search .input input {
  width: calc(100% - 0.4rem);
  height: 98%;
  padding: 0 0.04rem 0 0.12rem;
  border: 0;
  font-size: 0.16rem;
  background: none;
  color: #333;
  outline: 0;
  display: block;
}

.header .d1 .search:hover .input {
  width: 2.2rem;
  border: 0.01rem solid #999;
  opacity: 1;
  visibility: visible;
  background: #fff;
  transition: 0.3s;
}

.header .d1 .search:hover i {
  color: #999;
}

.header .nav > ul > li {
  margin-left: 0.33rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .nav > ul > li > a {
  position: relative;
  display: flex;
  height: 1rem;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0.12rem 0.12rem;
  border-radius: 0.06rem;
}

.header .nav > ul > li > a::after {
  content: "";
  width: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  transition: all ease 0.3s;
}

.header .nav > ul > li .sub {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0.4rem 0;
  display: none;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(194, 196, 198, 0.23);
  background-color: #fff;
  border-top: 0.01rem solid #e5e5e5;
}

.header .nav > ul > li .sub .col1 {
  width: 2.48rem;
  flex-shrink: 0;
  margin-right: 0.6rem;
}

.header .nav > ul > li .sub .col1 li a {
  height: auto;
  padding: 0.13rem 0.58rem;
  color: #282828;
  display: block;
}

.header .nav > ul > li .sub .col1 li.active a {
  background: #f4f4f4;
}

.header .nav > ul > li .sub .col2 .dl .dd {
  width: 2.48rem;
  padding: 0.2rem;
  height: auto;
  text-align: center;
  margin-right: 0.32rem;
  background: #f4f4f4;
}

.header .nav > ul > li .sub .col2 .dl .dd .pic .bimg {
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .nav > ul > li .sub .col2 .dl .dd .tit {
  margin-top: 0.23rem;
}

.header .nav > ul > li .sub .col2 .dl .dd:hover .tit {
  color: #ff6b00;
}

.header .nav > ul > li:hover > a, .header .nav > ul > li.on > a {
  color: #ff6b00;
}

.lang {
  color: #666;
  margin-left: 0.4rem;
  position: relative;
}

.lang > a {
  color: #fff;
  display: flex !important;
}

.lang > a i {
  color: #fff !important;
}

.lang > a:hover, .lang > a.active {
  color: #fff;
}

.lang span {
  padding: 0 0.1rem;
}

.lang .v2 {
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
  top: 86%;
  background: rgba(255, 255, 255, 0.9) !important;
  width: 1.38rem;
  text-align: center;
  font-size: 0.16rem;
  display: none;
}

.lang .v2 li {
  margin-left: 0;
}

.lang .v2 li a {
  color: #222;
  padding: 0.1rem 0;
  display: block !important;
  text-align: center;
}

.lang .v2 li:hover a {
  color: #0071e3;
}

/* home */
.banner {
  height: 70vh;
}

.banner .swiper-container,
.banner .swiper-slide {
  width: 100%;
  height: 100%;
}

.banner .slide_txt {
  position: relative;
  z-index: 22;
  color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 1.78rem;
  text-align: center;
}

.banner .slide_txt .txt1 {
  color: rgba(255, 255, 255, 0.8);
}

.banner .slide_txt .txt2 {
  margin: 0.08rem 0 0.2rem 0;
}

.banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 0.31rem;
  left: 0;
  text-align: center;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 2.4rem;
  height: 0.04rem;
  position: relative;
  border-radius: 0;
  background: transparent;
  margin: 0 0.15rem;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.banner .ban-slide-bj,
.banner .ban-slide-bj1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
}

.banner .swiper-slide-active .ban-slide-bj {
  /* transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transition: all linear 5s;
  -webkit-transition: all linear 5s; */
}

a.vmore {
  min-width: 1.43rem;
  height: 0.46rem;
  border-radius: 0.6rem;
  border: 1px solid #fff;
  padding: 0.1rem;
  color: #fff;
  transition: all ease 0.3s;
  position: relative;
}

a.vmore i {
  margin-left: 0.12rem;
  animation: arrowMove 1.5s infinite;
}

a.vmore:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  border-color: rgba(255, 255, 255, 0.8);
}

.pulse-ripple {
  position: relative;
}

.pulse-ripple .vmore::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  animation: ripple 2s 1s infinite;
}

.pulse-ripple2 a.vmore {
  border: 1px solid #ddd;
  color: #282828;
}

.pulse-ripple2 a.vmore:hover {
  background: rgba(255, 255, 255, 0.8);
  color: var(--color);
  border-color: rgba(51, 51, 51, 0.8);
}

.pulse-ripple2 .vmore::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 9999px;
  border: 1px solid #999;
  animation: ripple 2s 1s infinite;
}

.more2 a.vmore {
  color: #000;
  border-color: #000;
}

.more2 .pulse-ripple .vmore::after {
  border-color: rgba(0, 0, 0, 0.8);
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

.g-desc {
  margin-bottom: 0.08rem;
  text-align: center;
}

.g-tit1 {
  background: linear-gradient(270deg, #abb3bc 0, #d5d8dd 5%, #f5f9fe 10%, #f5f9fe 90%, #d5d8dd 95%, #abb3bc);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 200% 100%;
  font-weight: 700;
  line-height: 1.4;
  -webkit-text-fill-color: transparent;
  animation: masked-animation-txt 5s linear infinite;
}

.g-tit01 {
  background: linear-gradient(270deg, #666 0, #666 5%, #333 10%, #333 90%, #666 95%, #abb3bc);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 200% 100%;
  font-weight: 700;
  line-height: 1.4;
  -webkit-text-fill-color: transparent;
  animation: masked-animation-txt 5s linear infinite;
}

.g-tit2 {
  margin: 0 0 0.4rem 0;
  text-align: center;
}

.g-type {
  margin-bottom: 0.4rem;
}

.g-type .g-desc {
  margin-top: 0.06rem;
  color: #282828;
}

.ind1 li .item .item-tit {
  text-align: center;
  margin: 0.24rem 0 0.1rem;
}

.ind1 li .item .item-desc {
  color: #666;
  line-height: 1.65;
}

.ind1 .link {
  margin-top: 0.5rem;
}

.ind2 {
  background-attachment: fixed;
}

.ind2 .tabs {
  margin-bottom: 0.32rem;
}

.ind2 .tabs .tab-ul {
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  padding-right: 0.65rem;
}

.ind2 .tabs .tab-ul a {
  padding: 0 0 0.18rem 0;
  color: rgba(34, 34, 34, 0.6);
}

.ind2 .tabs .tab-ul a.active {
  color: #222;
}

.ind2 .tabs .swp-jt {
  margin-left: 1.75rem;
}

.ind2 .tabs .swp-jt a {
  width: 0.34rem;
  height: 0.34rem;
  margin-left: 0.2rem;
  border: 1px solid #999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ind2 .tabs .swp-jt a:hover {
  background: #0071e3;
  color: #fff;
  border-color: #0071e3;
}

.ind2 .tab-list .item {
  background: #fff;
  border-radius: 0.1rem;
}

.ind2 .tab-list .item .col1 .video {
  position: relative;
}

.ind2 .tab-list .item .col1 .video .fmt {
  display: block;
  border-radius: 0.1rem 0 0 0.1rem;
}

.ind2 .tab-list .item .col1 .video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: fill;
  left: 0;
  top: 0;
  display: none;
  border-radius: 0.1rem 0 0 0.1rem;
}

.ind2 .tab-list .item .col1 .video .play {
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ind2 .tab-list .item .col1 .video .play img {
  width: 0.9rem;
}

.ind2 .tab-list .item .col2 {
  width: 4rem;
  flex-shrink: 0;
  padding: 0.4rem;
}

.ind2 .tab-list .item .col2 .item-desc {
  text-align: left;
  margin: 0.35rem 0 0.7rem;
}

.ind2 .tab-list .item .col2 .link,
.ind2 .tab-list .item .col2 .item-tit {
  width: 100%;
}

.ind3 {
  background: #f7f8fa;
}

.ind3 .item {
  background: #fff;
}

.ind3 .item1 .item-txt {
  padding: 0.61rem 0.23rem;
  min-height: 2.02rem;
}

.ind3 .item1 .item-txt .txt1 {
  color: #888;
  margin-bottom: 0.36rem;
}

.ind3 .item1 .fitImg2 {
  height: 3.72rem;
}

.ind3 .list li {
  margin-bottom: 0.32rem;
}

.ind3 .list li .item {
  background: #fff;
  height: 1.7rem;
}

.ind3 .list li .item .item-pic {
  flex-shrink: 0;
  width: 2.5rem;
  height: 100%;
}

.ind3 .list li .item .item-pic .fitImg2 {
  height: 100%;
}

.ind3 .list li .item .item-info {
  padding: 16px;
}

.ind3 .list li .item .item-info .txt1 {
  color: #888;
  margin-top: 0.3rem;
}

/* footer */
.footer {
  background: #fff;
  color: #282828;
}

.footer a {
  color: #282828;
}

.footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer .ft1 {
  padding: 0.35rem 0;
}

.footer .ft1 .logo img {
  width: 3.3rem;
}

.footer .ft1 .line {
  width: 0.31rem;
  height: 0.03rem;
  background: #282828;
}

.footer .ft2 {
  padding: 0.3rem 0 0.5rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.footer .ft2 .list {
  margin-top: 0.15rem;
}

.footer .ft2 .list li {
  margin-bottom: 0.11rem;
}

.footer .ft2 .list li a {
  color: #888;
}

.footer .ft2 .list li:hover a {
  color: var(--color);
}

.footer .ft2 .footer-social li {
  display: inline-block;
}

.footer .copyright {
  padding: 0.23rem 0;
  text-align: center;
  color: #666;
}

.footer .copyright a {
  color: #666;
}

.footer .copyright a:hover {
  color: #000;
}

.img_gzh_ma {
  display: none;
  position: absolute;
  left: 5%;
  top: -70px;
  width: 100px;
}

.img_gzh_ma a {
  color: #282828;
}

.img_gzh_ma a:hover {
  color: #000;
}

.img_gzh:hover + .img_gzh_ma {
  display: inline;
}

.img_sp_ma {
  display: none;
  position: absolute;
  left: 0.5rem;
  top: -70px;
  width: 100px;
}

.img_sp:hover + .img_sp_ma {
  display: inline;
}

.img_douyin_ma {
  display: none;
  position: absolute;
  left: 1.4rem;
  top: -70px;
  width: 100px;
}

.img_douyin:hover + .img_douyin_ma {
  display: inline;
}

.img_xiaohongshu_ma {
  display: none;
  position: absolute;
  left: 0.55rem;
  top: -25px;
  width: 100px;
}

.img_xiaohongshu:hover + .img_xiaohongshu_ma {
  display: inline;
}

.img_ccc_ma {
  display: none;
  position: absolute;
  left: 0.95rem;
  top: -25px;
  width: 100px;
}

.img_ccc:hover + .img_ccc_ma {
  display: inline;
}

.img_gzh:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_gzh_h.png);
}

.img_gzh {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_gzh.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_sp {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_sp.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_sp:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_sp_h.png);
}

.img_weibo {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_weibo.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_weibo:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_weibo_h.png);
}

.img_douyin {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_douyin.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_douyin:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_douyin_h.png);
}

.img_toutiao {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_toutiao.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_toutiao:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_toutiao_h.png);
}

.img_zhihu {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_zhihu.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_zhihu:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_zhihu_h.png);
}

.img_bilibili {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_bilibili.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_bilibili:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_bilibili_h.png);
}

.img_xiaohongshu {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_xiaohongshu.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_xiaohongshu:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_xiaohongshu_h.png);
}

.img_ccc {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_ccc.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_ccc:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_ccc_h.png);
}

.img_youtube {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_youtube.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_youtube:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_youtube_h.png);
}

.img_x {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_x.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_x:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_x_h.png);
}

.img_tiktok {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_tiktok.png);
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.img_tiktok:hover {
  background-image: url(https://x-humanoid.com/oss/images/media-icon/img_tiktok_h.png);
}

.footer-widget {
  max-width: 285px;
  float: left;
  text-align:left;
  position: relative;
}

/* 具身天工 */
.jstg {
  background: whitesmoke;
}

.jstg .slide {
  position: relative;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  justify-content: flex-end;
  padding-top: 1.74rem;
}

.jstg .slide .g-desc {
  margin: 0.11rem 0 0.35rem;
}

.jstg .slide .pic {
  padding-bottom: 0.15rem;
}

.jstg .slide .pic img {
  max-height: 63vh;
}

.jstg .tg1 .cont {
  background: #000;
  color: #fff;
  padding: 0.6rem 0.6rem;
}

.jstg .tg1 .cont .desc {
  margin: 0.08rem 0 0.7rem;
}

.jstg .tg1 video {
  width: 100%;
  height: 50vh;
}

.jstg .tg2 .item {
  margin-bottom: 0.5rem;
}

.jstg .tg2 .item .item-info .desc {
  margin-top: 0.1rem;
}

.jstg .tg2 .item .item-info .list {
  padding-top: 0.7rem;
}

.jstg .tg2 .item .item-info .list .dd .num {
  color: #0071e3;
}

.jstg .tg2 .item .item-info .list .dd .tit {
  color: #282828;
}

.tg3 .dl .dd .box1 {
  background: #fafafa;
  padding: 1.1rem 0;
}

.tg3 .dl .dd .box1 .item {
  position: relative;
  position: relative;
}

.tg3 .dl .dd .box1 .item .item-txt {
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
}

.tg3 .dl .dd .box1 .item .tit {
  font-weight: 500;
}

.tg3 .dl .dd .box1 .item .en {
  font-family: "Arial";
  text-transform: uppercase;
  letter-spacing: -0.15rem;
  margin: -0.8rem 0;
  color: #3d3d3d;
}

.tg3 .dl .dd .box1 .item .en2 {
  margin-top: -1.5rem;
  opacity: 0.01;
}

.tg3 .dl .dd .box1 .item .item-pic {
  padding-right: 1.6rem;
  position: relative;
  z-index: 1;
}

.tg3 .dl .dd .box1 .item .item-pic img {
  width: 3.6rem;
}

.tg3 .dl .dd .wrap {
  background-position: bottom center;
  background-attachment: fixed;
}

.tg3 .dl .dd .box3 .attr li {
  padding: 0.22rem 0;
  border-top: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tg3 .dl .dd .box3 .attr li .label {
  color: #282828;
}

.tg3 .dl .dd .box3 .attr li .cont {
  color: #0071e3;
  font-size: 0.2rem;
}

.tg3 .dl .dd .box3 .attr li:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.tg3 .dl .dd:nth-child(1) .box1 {
  padding-top: 0;
}

.text-container {
  position: relative;
  margin-top: 0.6rem;
  font-weight: bold;
  font-family: "Arial", sans-serif;
  line-height: 1;
  white-space: nowrap;
  /* 防止文字换行 */
}

/* 单个字母样式 - 关键修复：确保初始状态完全隐藏 */
.letter {
  display: inline-block;
  opacity: 0;
  transform: translateX(50px);
  animation: slideIn 1.6s forwards;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

/* 飞入动画 - 明确动画起点 */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 倒影效果容器 */
.reflection {
  position: absolute;
  top: calc(100% - 30px);
  /* 向上移动30px */
  left: 0;
  width: 100%;
  transform: scaleY(-1);
  mask: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.08) 100%);
  -webkit-mask: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  pointer-events: none;
  line-height: 1;
  font-size: inherit;
}

/* 倒影文字样式 - 确保初始完全隐藏 */
.reflection .letter {
  color: #000;
  opacity: 0;
  transform: translateX(50px);
  animation: slideInReflection 1.6s forwards;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

/* 倒影动画 - 明确动画起点 */
@keyframes slideInReflection {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 0.3;
    transform: translateX(0);
  }
}

/* 字母动画延迟设置 - 确保依次出现 */
.letter:nth-child(1) {
  animation-delay: 0.2s;
}

.letter:nth-child(2) {
  animation-delay: 0.4s;
}

.letter:nth-child(3) {
  animation-delay: 0.6s;
}

.letter:nth-child(4) {
  animation-delay: 0.8s;
}

.letter:nth-child(5) {
  animation-delay: 1s;
}

.letter:nth-child(6) {
  animation-delay: 1.2s;
}

.letter:nth-child(7) {
  animation-delay: 1.4s;
}

.letter:nth-child(8) {
  animation-delay: 1.6s;
}

.letter:nth-child(9) {
  animation-delay: 1.8s;
}

.letter:nth-child(10) {
  animation-delay: 2s;
}

/* 倒影字母动画延迟 */
.reflection .letter:nth-child(1) {
  animation-delay: 0.2s;
}

.reflection .letter:nth-child(2) {
  animation-delay: 0.4s;
}

.reflection .letter:nth-child(3) {
  animation-delay: 0.6s;
}

.reflection .letter:nth-child(4) {
  animation-delay: 0.8s;
}

.reflection .letter:nth-child(5) {
  animation-delay: 1s;
}

.reflection .letter:nth-child(6) {
  animation-delay: 1.2s;
}

.reflection .letter:nth-child(7) {
  animation-delay: 1.4s;
}

.reflection .letter:nth-child(8) {
  animation-delay: 1.6s;
}

.reflection .letter:nth-child(9) {
  animation-delay: 1.8s;
}

.reflection .letter:nth-child(10) {
  animation-delay: 2s;
}

.g-desc2 {
  max-width: 10rem;
  margin: 0.15rem auto 0.4rem auto;
}

/* 天轶2.0*/
.tianyi {
  background: whitesmoke;
}

.tianyi .slide {
  height: 100vh;
  position: relative;
  text-align: center;
  padding-top: 1.74rem;
  color: #fff;
}

.tianyi .slide .g-desc {
  margin: 0.11rem 0 0.35rem;
}

.tianyi .slide .pic {
  padding-bottom: 0.15rem;
}

.tianyi .slide .pic img {
  max-height: 63vh;
}

.tianyi .ty3 .item {
  margin-bottom: 1rem;
}

.tianyi .ty3 .item .item-info {
  padding-right: 0.68rem;
}

.tianyi .ty3 .item .item-info .desc {
  margin-top: 0.1rem;
}

.tianyi .ty3 .item .item-info .list {
  padding-top: 0.7rem;
}

.tianyi .ty3 .item .item-info .list .dd .num {
  color: #0071e3;
}

.tianyi .ty3 .item .item-info .list .dd .tit {
  color: #282828;
}

.tablist .tabcont {
  display: none;
}

.tablist .tabcont:nth-child(1) {
  display: block;
}

.ty2 {
  padding-bottom: 1rem;
}

.ty2 .tabs {
  margin-top: 0.2rem;
}

.ty2 .tabs a {
  padding: 0.18rem 1.05rem;
  position: relative;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  color: rgba(34, 34, 34, 0.6);
}

.ty2 .tabs a::after {
  content: "";
  width: 0;
  height: 0.01rem;
  background: #222;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all ease 0.3s;
}

.ty2 .tabs a.active {
  color: #222;
}

.ty2 .tabs a.active::after {
  width: 100%;
}

/* 具身数据 */
.shuju .slide {
  position: relative;
  text-align: center;
  height: 100vh;
  padding-top: 1.74rem;
  color: #fff;
}

.shuju .slide .g-desc {
  margin: 0.11rem 0 0.25rem;
}

.shuju .slide .pic {
  padding-bottom: 0.15rem;
}

.shuju .slide .pic img {
  max-height: 63vh;
}

.shuju .sj1 {
  padding-top: 0;
}

.shuju .sj2 .list {
  padding-top: 0.2rem;
}

.shuju .sj2 .list ul {
  align-items: stretch;
}

.shuju .sj2 li {
  display: flex;
}

.shuju .sj2 li .item {
  flex: 1;
  text-align: center;
  padding: 0.5rem;
  color: #666;
  border-radius: 0.2rem;
  background: #f6f6f6;
}

.shuju .sj2 li .item .icon img {
  width: 0.5rem;
}

.shuju .sj2 li .item .item-tit .tit {
  padding: 0.2rem 0;
  position: relative;
  margin-bottom: 0.28rem;
}

.shuju .sj2 li .item .item-tit .tit::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.shuju .sj2 li .item .item-tit .tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.38rem;
  height: 0.03rem;
  border-radius: 0.1rem;
  background: #222222;
}

.shuju .sj2 li .item .desc p {
  margin: 0.06rem 0;
}

.shuju .sj4 .swiper-container {
  height: 100%;
}

.shuju .sj4 .swiper-wrapper {
  padding-bottom: 0.6rem;
}

.shuju .sj4 .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.05rem;
  margin: 0 0.1rem;
  opacity: 1;
  border-radius: 0.02rem;
  background: rgba(34, 34, 34, 0.2);
}

.shuju .sj4 .swiper-pagination-bullet-active {
  background: #222;
}

.shuju #ty2 .tabcont {
  display: none;
}

.shuju #ty2 .wrap {
  position: relative;
}

.shuju #ty2 .wrap .jt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.shuju #ty2 .wrap .jt .arrow {
  cursor: pointer;
  width: 0.34rem;
  height: 0.34rem;
  border: 1px solid #999;
  border-radius: 50%;
  margin-left: 0.2rem;
}

.shuju #ty2 .wrap .jt .arrow:hover {
  background: #0071e3;
  color: #fff;
  border-color: #0071e3;
}

.shuju .sj5 {
  background: #f6f6f6;
}

.shuju .sj5 ul {
  padding-top: 0.65rem;
}

.shuju .sj5 li {
  text-align: center;
}

.shuju .sj5 li .item .tit {
  margin: 0.25rem 0 0.15rem;
}

.shuju .sj5 li .item .icon img {
  width: 0.65rem;
}

.shuju .sj5 li .item .link {
  color: #282828;
}

.shuju .sj5 li .item .link i {
  margin-left: 0.15rem;
}

.g-pic {
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.g-pic img {
  display: block;
  margin: 0 auto;
}

.detail-row3 .g-txt {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  padding-left: 0;
  color: #fff;
}

.g-mask {
  position: relative;
  padding-bottom: 200px;
}

.g-mask img {
  opacity: 0;
  display: block;
  margin: 0 auto;
}

.g-mask:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 101%;
  top: 0;
  left: 0;
  background: url(../img/w-mask1.png) no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 2;
}

.shuju .ty03 {
  padding-bottom: 0.8rem;
}

.shuju .ty03 .tab-tit {
  padding: 0.5rem 0;
  text-align: center;
}

.shuju .ty04 .kw-tit {
  margin-bottom: 0.35rem;
}

.shuju .ty04 .swiper-slide .item .item-pic {
  position: relative;
}

.shuju .ty04 .swiper-slide .item .item-pic .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%);
  width: 1.38rem;
  height: 1.38rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.shuju .ty04 .swiper-slide .item .item-pic .play img {
  width: 0.42rem;
}

.shuju .ty04 .swiper-slide .item .item-pic video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  display: none;
}
.shuju .hskw-video {
  background: #fff;
}
.shuju .hskw-video .item-pic video {
  width: 100%;
}
.shuju .hskw-video .item-info1 {
  padding-left: 0.6rem;
}
.shuju .hskw-video .item-info2 {
  padding-right: 0.6rem;
}
.shuju .go-news {
  cursor: pointer;
}
.shuju .img-box {
  display: flex;
  gap: 0.1rem;
  align-items: center;
}
.shuju .img-box2 {
  padding-top: 0.3rem;
}
.shuju .img-info {
  padding-top: 0.1rem;
}
.shuju .img-box .img-list {
  text-align: center;
}
.shuju .img-box .img-list img {
  box-shadow:  0 0.1rem 0.1rem 0 rgba(194, 196, 198, 1);
}
.shuju .line-ht05 {
  line-height: 0.5rem;
}
.shuju .reverse {
  flex-direction: row-reverse
}


/* vlm */
.text-shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.char-animation {
  animation: slideIn 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  opacity: 0;
  transform: translateX(50px);
  display: inline-block;
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.vlm .slide {
  position: relative;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  padding-top: 1.74rem;
  margin-bottom: 0.2rem;
  color: #fff;
}

.vlm .slide .link {
  margin-top: 0.4rem;
}

.vlm .gbox1 {
  background: linear-gradient(90deg, #3b6dff 0%, #2f94ff 48.75%, #a8b6ff 100%);
  color: #fff;
  text-align: center;
  transform: translateY(0);
}

.vlm .gbox1 .cont {
  height: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  overflow: hidden;
}

.vlm .gbox1.fold .cont {
  height: 0;
}

.vlm .gbox2 {
  padding: 1rem 0 0 0;
}

.vlm .gbox2 .g-cont .col1 {
  width: 100%;
  max-width: 6.5rem;
  flex-shrink: 0;
}

.vlm .gbox2 .g-cont .col2 {
  flex: 1;
  overflow: hidden;
  margin-left: 0.6rem;
}

.vlm .gbox2 .g-cont .col2 .card {
  height: 100%;
}

.vlm .gbox2 .g-cont .col2 .card .card-cont .list {
  width: 4.5rem;
  height: 4.5rem;
  background: url("../img/ky.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.vlm .gbox2 .g-cont .col2 .card .card-cont .list .icon1 {
  width: 1.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.vlm .gbox2 .g-cont .col2 .card .card-cont .list li {
  text-align: center;
  position: absolute;
}

.vlm .gbox2 .g-cont .col2 .card .card-cont .list li:nth-child(1) {
  left: 50%;
  transform: translateX(-50%);
  top: -0.5rem;
}

.vlm .gbox2 .g-cont .col2 .card .card-cont .list li:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  right: -0.3rem;
}

.vlm .gbox2 .g-cont .col2 .card .card-cont .list li:nth-child(3) {
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.5rem;
}

.vlm .gbox2 .g-cont .col2 .card .card-cont .list li:nth-child(4) {
  top: 50%;
  transform: translateY(-50%);
  left: -0.3rem;
}

.vlm .gbox2 .g-cont .card .card-tit {
  padding: 0.22rem 0;
  border-radius: 0.12rem;
  color: #fff;
  margin-bottom: 0.3rem;
  background: linear-gradient(90deg, #3b6dff 0%, #2f94ff 48.75%, #a8b6ff 100%);
}

.vlm .gbox2 .g-cont .card .card-list {
  border-radius: 0.12rem;
  border: 3px dashed #3b6dff;
}

.vlm .gbox2 .g-cont .card.card1 {
  margin-bottom: 0.6rem;
}

.vlm .gbox2 .g-cont .card.card1 .card-list {
  padding: 0.4rem;
  text-align: center;
}

.vlm .gbox2 .g-cont .card.card1 .card-list .jt {
  width: 0.38rem;
}

.vlm .gbox2 .g-cont .card.card1 .card-list li .icon img {
  width: 0.6rem;
}

.vlm .gbox2 .g-cont .card.card2 .card-list {
  padding: 0.2rem 0.3rem;
  text-align: center;
}

.vlm .gbox2 .g-cont .card.card2 .card-list .item-tit {
  margin-bottom: 0.1rem;
}

.vlm .gbox2 .g-cont .card.card2 .card-list .item-cont li {
  border-radius: 0.12rem;
  background: url("../img/bg_li1.png") no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 0.1rem;
  padding: 0.1rem 0;
}

.vlm .g-type {
  margin-bottom: 0.6rem;
}

.vlm .gbox3 {
  padding: 1.8rem 0 1.2rem;
}

.vlm .gbox3 .chart-box {
  height: 6.3rem;
}

.vlm .gbox3 .chart-box .charts {
  width: 100%;
  height: 100%;
}

.vlm .gbox4 li {
  display: flex;
}

.vlm .gbox4 li .item {
  flex: 1;
  overflow: hidden;
  background: #f6f6f6;
  border-radius: 0.3rem;
  text-align: center;
  padding: 0.6rem 0.3rem;
}

.vlm .gbox4 li .item .icon img {
  width: 0.8rem;
}

.vlm .gbox4 li .item .tit {
  margin: 0.5rem 0 0.25rem;
  line-height: 1.3;
}

.vlm .gbox4 li .item .desc {
  color: #9aa0a6;
  line-height: 1.3;
}

.vlm .gbox4 li .item .desc .cn {
  margin-bottom: 0.12rem;
}

.vlm .gbox5 {
  padding: 1.5rem 0 1rem;
  overflow: hidden;
}

.vlm .gbox5 .slides {
  margin: 0 -40%;
  text-align: center;
}

.vlm .gbox5 .slides .item .tit {
  margin-top: 0.36rem;
}

.vlm .gbox5 .slides .item .pic {
  overflow: hidden;
  border-radius: 0.1rem;
  position: relative;
  z-index: 1;
}

.vlm .gbox5 .slides .item .pic img {
  width: 100%;
  border-radius: 0.1rem;
}

.vlm .gbox5 .slides .item .pic video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.1rem;
  z-index: 1;
  object-fit: cover;
}

.vlm .gbox5 .slides .swiper-wrapper {
  padding-bottom: 1.1rem;
}

.vlm .gbox5 .slides .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  border: 0.02rem solid #9aa0a6;
  border-radius: 50%;
  opacity: 1;
  margin: 0 0.1rem;
  background: transparent;
}

.vlm .gbox5 .slides .swiper-pagination-bullet-active {
  width: 0.46rem;
  height: 0.1rem;
  opacity: 1;
  border-radius: 0.05rem;
  border: transparent;
  background: linear-gradient(90deg, #3b6dff 0%, #2f94ff 48.75%, #a8b6ff 100%);
}

/* world */
.world .video-list .item .item-pic {
  position: relative;
}

.world .video-list .item .item-pic .fitImg {
  padding-top: 56.1%;
}

.world .video-list .item .item-pic .tool {
  position: absolute;
  left: 0;
  width: 100%;
  padding-right: 0.15rem;
  justify-content: flex-end;
  bottom: 0.2rem;
  z-index: 1;
}

.world .video-list .item .item-pic .tool a {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.1rem;
}

.world .video-list .item .item-pic .tool a i {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.world .video-list .item .item-pic .tool a.a1 i {
  background-image: url("../img/icon_lb1.png");
}

.world .video-list .item .item-pic .tool a.a1.ck i {
  background-image: url("../img/icon_lb2.png");
}

.world .video-list .item .item-pic .tool a.a2 i {
  background-image: url("../img/icon_play.png");
}

.world .video-list .item .item-pic .tool a.a2.ck i {
  background-image: url("../img/icon_pause.png");
}

.world .video-list .item .item-pic video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.15rem;
  display: none;
}

.world .video-list .item .item-tit {
  padding: 0.18rem 0.2rem;
}

.world .gbox3 .chart-box {
  height: 8.14rem;
  background: #f6f6f6;
}

.world .gbox6 {
  padding: 0.6rem 0 0 0;
}

.world .gbox6 .g-cont .col1 {
  width: 100%;
  max-width: 5.6rem;
  flex-shrink: 0;
}

.world .gbox6 .g-cont .col2 {
  flex: 1;
  overflow: hidden;
  margin-left: 0.4rem;
}

.world .gbox6 .g-cont .col2 .card {
  height: 100%;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list {
  width: 5.6rem;
  height: 4.2rem;
  position: relative;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list li {
  text-align: center;
  position: absolute;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list li .icon {
  margin-bottom: -0.01rem;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list li .icon img {
  width: 0.75rem;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list li:nth-child(1) {
  left: 0;
  top: 0;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list li:nth-child(2) {
  top: -0.2rem;
  right: 0.7rem;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list li:nth-child(3) {
  bottom: 0.2rem;
  right: 0.86rem;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list li:nth-child(4) {
  left: 0;
  bottom: 0.2rem;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list::after {
  content: "";
  width: 2.29rem;
  height: 3.25rem;
  position: absolute;
  top: 0.15rem;
  right: 0.1rem;
  background-image: url("../img/jt_3.png");
  background-size: 100% 100%;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list .jt {
  position: absolute;
  width: 1.49rem;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list .jt1 {
  top: 0.42rem;
  left: 1.46rem;
}

.world .gbox6 .g-cont .col2 .card .card-cont .list .jt2 {
  bottom: 0.75rem;
  left: 1.46rem;
}

.world .gbox6 .g-cont .xjt {
  margin: 0.15rem 0;
  position: relative;
  z-index: 1;
}

.world .gbox6 .g-cont .xjt img {
  width: 0.38rem;
}

.world .gbox6 .g-cont .card .card-tit {
  padding: 0.22rem 0;
  border-radius: 0.12rem;
  color: #fff;
  margin-bottom: 0.3rem;
  background: linear-gradient(90deg, #3b6dff 0%, #2f94ff 48.75%, #a8b6ff 100%);
}

.world .gbox6 .g-cont .card .card-tit.nob {
  margin-bottom: 0;
}

.world .gbox6 .g-cont .card .card-list {
  border-radius: 0.12rem;
  border: 3px dashed #3b6dff;
}

.world .gbox6 .g-cont .card.card1 .card-list {
  padding: 0.3rem 0.25rem;
}

.world .gbox6 .g-cont .card.card1 .card-list .box1 {
  padding-right: 0.35rem;
  line-height: 2;
}

.world .gbox6 .g-cont .card.card1 .card-list .box2 {
  width: 1.5rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.world .gbox6 .g-cont .card.card2 .item-tit {
  margin-bottom: 0.16rem;
}

.world .gbox6 .g-cont .card.card2 .card-list {
  padding: 0.2rem 0.3rem;
  text-align: center;
}

.world .gbox6 .g-cont .card.card2 .card-list li {
  width: 0.8rem;
  height: 0.5rem;
  border-radius: 12px;
  background: url("../img/bg_li2.png") no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 0.1rem;
  padding: 0.1rem 0;
}

.world .gbox8 {
  padding: 1rem 0;
}

.world .gbox8 .demo {
  height: 2.4rem;
  text-align: center;
  color: #9aa0a6;
  background: #f6f6f6;
}

.skrollr-mobile {
  height: auto !important;
  overflow: unset !important;
}

.skrollr-mobile body {
  height: auto !important;
  overflow: unset !important;
}

.detail-row4 {
  position: relative;
}

.detail-row4 .slide-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 0.26rem;
  z-index: 1;
}

.detail-row4::after {
  content: "";
  width: 100%;
  height: 65%;
  background: linear-gradient(0deg, white, white 5%, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* hskw */
.hskw {
  background: #fff;
}

.hskw .g-type {
  margin-bottom: 0.4rem;
}

.hskw .slide {
  position: relative;
  text-align: center;
  height: 100vh;
  padding-top: 1.74rem;
  color: #fff;
}

.hskw .slide .g-desc {
  margin: 0.11rem 0 0.25rem;
}

.hskw .kw1 .list .item {
  height: 2.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.2rem;
  background: #f1f3f5;
  text-align: center;
}

.hskw .kw1 .list .item .item-tit {
  color: rgba(34, 34, 34, 0.6);
}

.hskw .kw2 .tabs {
  margin: 0.1rem 0 0.3rem;
}

.hskw .kw2 .tabs a {
  padding: 0.1rem 0;
  margin-right: 0.4rem;
  border-bottom: 0;
}

.hskw .kw2 .tablist .bimg, .hskw .kw2 .tablist .bimg img {
  border-radius: .1rem;
}

.hskw .kw2 .tablist .item {
  /*border: 1px solid #ddd;*/
}

.hskw .kw2 .swp-jt {
  margin: .3rem 0 0 0;
}

.hskw .kw2 .swp-jt a {
  width: 0.34rem;
  height: 0.34rem;
  margin-left: 0.2rem;
  border: 1px solid #999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hskw .kw2 .swp-jt a:hover {
  background: #0071e3;
  color: #fff;
  border-color: #0071e3;
}

.hskw .kw3 {
  position: relative;
  height: 8.7rem;
}

.hskw .kw4 {
  position: relative;
}

.hskw .kw4::after {
  content: "";
  width: 100%;
  height: 85%;
  background: url("../img/bgc1.png") no-repeat bottom center;
  background-size: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}

.hskw .kw4 .txt,
.hskw .kw4 .g-tit1 {
  color: #333;
}

.hskw .kw4::before {
  display: none;
}

.hskw .ty02 {
  padding-bottom: 0;
}

.hskw .row-desc {
  color: #666;
  margin: 0.1rem 0 0.45rem;
}

.hskw .hs03 {
  padding: 0.6rem 0 0.8rem;
}

.hskw .ty03 {
  padding-bottom: 0.8rem;
}

.hskw .ty03 .tab-tit {
  margin-bottom: 0.5rem;
}

.hskw .ty04 .kw-tit {
  margin-bottom: 0.35rem;
}

.hskw .ty04 .swiper-slide .item .item-pic {
  position: relative;
}

.hskw .ty04 .swiper-slide .item .item-pic .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%);
  width: 1.38rem;
  height: 1.38rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.hskw .ty04 .swiper-slide .item .item-pic .play img {
  width: 0.42rem;
}

.hskw .ty04 .swiper-slide .item .item-pic video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  display: none;
}

.ind1 {
  position: relative;
  /*height: 100vh;*/
}

.ind1 .ban_video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ind1 .ban_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-btn {
  margin: 0 0.3rem 0 0;
}

.video-btn img {
  width: 1.27rem;
  display: block;
}

.video-btn a {
  display: block;
}




/* 视频 */
.video-page {
  background: #f6f6f6;
}
.video-page .video-tab {
  width: 100%;
  background: #fff;
  box-shadow: rgba(0,0,0,.2) 0 1px 5px 0px;
}
.video-page .video-tab .tab-box {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0.2rem 0;
}
.video-page .video-list .item {
  background: #fff;
}
.video-page .video-list {
  display: none;
}
.video-page .video-list.video-active {
  display: block;
  animation: fadeIn 0.5s ease;
  -webkit-animation: fadeIn 0.5s ease;
}
.video-page .video-tab .tab-box .tab-li {
  cursor: pointer;
}
.video-page .video-tab .tab-box .active-tab {
  color: #7070ed;
}

.video-page .video-list .item .item-pic {
  position: relative;
}

.video-page .video-list .item .item-pic .fitImg {
  padding-top: 56.1%;
}

.video-page .video-list .item .item-pic .tool {
  position: absolute;
  left: 0;
  width: 100%;
  padding-right: 0.15rem;
  justify-content: flex-end;
  bottom: 0.2rem;
  z-index: 1;
}

.video-page .video-list .item .item-pic .tool a {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 0.1rem;
}

.video-page .video-list .item .item-pic .tool a i {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.video-page .video-list .item .item-pic .tool a.a1 i {
  background-image: url("../img/icon_lb1.png");
}

.video-page .video-list .item .item-pic .tool a.a1.ck i {
  background-image: url("../img/icon_lb2.png");
}

.video-page .video-list .item .item-pic .tool a.a2 i {
  background-image: url("../img/icon_play.png");
}

.video-page .video-list .item .item-pic .tool a.a2.ck i {
  background-image: url("../img/icon_pause.png");
}

.video-page .video-list .item .item-pic video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.15rem;
  display: none;
}

.video-page .video-list .item .item-tit {
  padding: 0.18rem 0.2rem;
  min-height: 1rem;
  text-align: center;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}
.video-page .video-content {
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
}


/* 应用场景 */
.scenarios .slide {
  position: relative;
  text-align: center;
  height: 100vh;
  padding-top: 1.74rem;
  color: #fff;
}

.scenarios .slide .g-desc {
  margin: 0.11rem 0 0.25rem;
}

.scenarios .slide .pic {
  padding-bottom: 0.15rem;
}

.scenarios .slide .pic img {
  max-height: 63vh;
}

.scenarios .sj2 .list {
  padding-top: 0.2rem;
}

.scenarios .sj2 .list ul {
  align-items: stretch;
}

.scenarios .sj2 li {
  display: flex;
}

.scenarios .sj2 li .item {
  flex: 1;
  text-align: center;
  padding: 0.5rem;
  color: #666;
  border-radius: 0.2rem;
  background: #f6f6f6;
}

.scenarios .sj2 li .item .icon img {
  width: 0.5rem;
}

.scenarios .sj2 li .item .item-tit .tit {
  padding: 0.2rem 0;
  position: relative;
  margin-bottom: 0.28rem;
}

.scenarios .sj2 li .item .item-tit .tit::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.scenarios .sj2 li .item .item-tit .tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.38rem;
  height: 0.03rem;
  border-radius: 0.1rem;
  background: #222222;
}

.scenarios .sj2 li .item .desc p {
  margin: 0.06rem 0;
}

.scenarios .sj4 .swiper-container {
  height: 100%;
}

.scenarios .sj4 .swiper-wrapper {
  padding-bottom: 0.6rem;
}

.scenarios .sj4 .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.05rem;
  margin: 0 0.1rem;
  opacity: 1;
  border-radius: 0.02rem;
  background: rgba(34, 34, 34, 0.2);
}

.scenarios .sj4 .swiper-pagination-bullet-active {
  background: #222;
}

.scenarios #ty2 .tabcont {
  display: none;
}

.scenarios #ty2 .wrap {
  position: relative;
}

.scenarios #ty2 .wrap .jt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.scenarios .wrap2 .jt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.scenarios .wrap2 .jt .arrow {
  cursor: pointer;
  width: 0.34rem;
  height: 0.34rem;
  border: 1px solid #999;
  border-radius: 50%;
  margin-left: 0.2rem;
}

.scenarios .wrap2 .jt .arrow:hover {
  background: #0071e3;
  color: #fff;
  border-color: #0071e3;
}

.scenarios .sj5 {
  background: #f6f6f6;
}

.scenarios .sj5 ul {
  padding-top: 0.65rem;
}

.scenarios .sj5 li {
  text-align: center;
}

.scenarios .sj5 li .item .tit {
  margin: 0.25rem 0 0.15rem;
}

.scenarios .sj5 li .item .icon img {
  width: 0.65rem;
}

.scenarios .sj5 li .item .link {
  color: #282828;
}

.scenarios .sj5 li .item .link i {
  margin-left: 0.15rem;
}

.scenarios .wrap2 .wp .section-title {
  padding-bottom: 2%;
}

.scenarios .wrap2 .wp .swiper-container .scenarios-item img {
  height: 300px;
}

.scenarios .wrap2 .wp .swiper-container .item {
  position: relative;
}

.scenarios .wrap2 .wp .swiper-container .item-position {
  position: absolute;
  margin: 0 auto;
  color: #fff;
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.scenarios .tg2 {
  padding-top: 0.3rem;
}

.scenarios .tg2 .item {
  margin-bottom: 0.5rem;
  background: #f6f6f6;
}
.scenarios .tg2 .item video {
  height: 4.5rem;
  width:100%;
  object-fit:cover;
  vertical-align: top;
}
.scenarios .tg2 .item .item-info {
  padding: 0 0.6rem;
}

.scenarios .tg2 .item .item-info .desc {
  margin-top: 0.1rem;
}

.scenarios .tg2 .item .item-info .list {
  padding-top: 0.7rem;
}

.scenarios .tg2 .item .item-info .list .dd .num {
  color: #0071e3;
}

.scenarios .tg2 .item .item-info .list .dd .tit {
  color: #282828;
}



/* 应用场景 */
.scenarios .slide {
  position: relative;
  text-align: center;
  height: 100vh;
  padding-top: 1.74rem;
  color: #fff;
}

.scenarios .slide .g-desc {
  margin: 0.11rem 0 0.25rem;
}

.scenarios .slide .pic {
  padding-bottom: 0.15rem;
}

.scenarios .slide .pic img {
  max-height: 63vh;
}

.scenarios .sj2 .list {
  padding-top: 0.2rem;
}

.scenarios .sj2 .list ul {
  align-items: stretch;
}

.scenarios .sj2 li {
  display: flex;
}

.scenarios .sj2 li .item {
  flex: 1;
  text-align: center;
  padding: 0.5rem;
  color: #666;
  border-radius: 0.2rem;
  background: #f6f6f6;
}

.scenarios .sj2 li .item .icon img {
  width: 0.5rem;
}

.scenarios .sj2 li .item .item-tit .tit {
  padding: 0.2rem 0;
  position: relative;
  margin-bottom: 0.28rem;
}

.scenarios .sj2 li .item .item-tit .tit::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.scenarios .sj2 li .item .item-tit .tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.38rem;
  height: 0.03rem;
  border-radius: 0.1rem;
  background: #222222;
}

.scenarios .sj2 li .item .desc p {
  margin: 0.06rem 0;
}

.scenarios .sj4 .swiper-container {
  height: 100%;
}

.scenarios .sj4 .swiper-wrapper {
  padding-bottom: 0.6rem;
}

.scenarios .sj4 .swiper-pagination-bullet {
  width: 0.3rem;
  height: 0.05rem;
  margin: 0 0.1rem;
  opacity: 1;
  border-radius: 0.02rem;
  background: rgba(34, 34, 34, 0.2);
}

.scenarios .sj4 .swiper-pagination-bullet-active {
  background: #222;
}

.scenarios #ty2 .tabcont {
  display: none;
}

.scenarios #ty2 .wrap {
  position: relative;
}

.scenarios #ty2 .wrap .jt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.scenarios .wrap2 .jt {
  display: flex;
  align-items: center;
  justify-content: center;
}

.scenarios .wrap2 .jt .arrow {
  cursor: pointer;
  width: 0.34rem;
  height: 0.34rem;
  border: 1px solid #999;
  border-radius: 50%;
  margin-left: 0.2rem;
}

.scenarios .wrap2 .jt .arrow:hover {
  background: #0071e3;
  color: #fff;
  border-color: #0071e3;
}

.scenarios .sj5 {
  background: #f6f6f6;
}

.scenarios .sj5 ul {
  padding-top: 0.65rem;
}

.scenarios .sj5 li {
  text-align: center;
}

.scenarios .sj5 li .item .tit {
  margin: 0.25rem 0 0.15rem;
}

.scenarios .sj5 li .item .icon img {
  width: 0.65rem;
}

.scenarios .sj5 li .item .link {
  color: #282828;
}

.scenarios .sj5 li .item .link i {
  margin-left: 0.15rem;
}

.scenarios .wrap2 .wp .section-title {
  padding-bottom: 2%;
}

.scenarios .wrap2 .wp .swiper-container .scenarios-item img {
  height: 300px;
}

.scenarios .wrap2 .wp .swiper-container .item {
  position: relative;
}

.scenarios .wrap2 .wp .swiper-container .item-position {
  position: absolute;
  margin: 0 auto;
  color: #fff;
  left: 50%;
  bottom: 8%;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.scenarios .tg2 {
  padding-top: 0.3rem;
}

.scenarios .tg2 .item {
  margin-bottom: 0.5rem;
  background: #f6f6f6;
}
.scenarios .tg2 .item video {
  height: 4.5rem;
  width:100%;
  object-fit:cover;
  vertical-align: top;
}
.scenarios .tg2 .item .item-info {
  padding: 0 0.6rem;
}

.scenarios .tg2 .item .item-info .desc {
  margin-top: 0.1rem;
}

.scenarios .tg2 .item .item-info .list {
  padding-top: 0.7rem;
}

.scenarios .tg2 .item .item-info .list .dd .num {
  color: #0071e3;
}

.scenarios .tg2 .item .item-info .list .dd .tit {
  color: #282828;
}



/* hskw */
.hskw {
  background: #fff;
}

.hskw .g-type {
  margin-bottom: 0.4rem;
}

.hskw .slide {
  position: relative;
  text-align: center;
  height: 100vh;
  padding-top: 1.74rem;
  color: #fff;
}

.hskw .slide .g-desc {
  margin: 0.11rem 0 0.25rem;
}

.hskw .kw1 .list .item {
  height: 2.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.2rem;
  background: #f1f3f5;
  text-align: center;
}

.hskw .kw1 .list .item .item-tit {
  color: rgba(34, 34, 34, 0.6);
}

.hskw .kw2 .tabs {
  margin: 0.1rem 0 0.3rem;
}

.hskw .kw2 .tabs a {
  padding: 0.1rem 0;
  margin-right: 0.4rem;
  border-bottom: 0;
}

.hskw .kw2 .tablist .bimg, .hskw .kw2 .tablist .bimg img {
  border-radius: .1rem;
}

.hskw .kw2 .tablist .item {
  border: 1px solid #ddd;
}

.hskw .kw2 .swp-jt {
  margin: .3rem 0 0 0;
}

.hskw .kw2 .swp-jt a {
  width: 0.34rem;
  height: 0.34rem;
  margin-left: 0.2rem;
  border: 1px solid #999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hskw .kw2 .swp-jt a:hover {
  background: #0071e3;
  color: #fff;
  border-color: #0071e3;
}

.hskw .kw3 {
  position: relative;
  height: 8.7rem;
}

.hskw .kw4 {
  position: relative;
}

.hskw .kw4::after {
  content: "";
  width: 100%;
  height: 85%;
  background: url("../img/bgc1.png") no-repeat bottom center;
  background-size: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}

.hskw .kw4 .txt,
.hskw .kw4 .g-tit1 {
  color: #333;
}

.hskw .kw4::before {
  display: none;
}

.hskw .ty02 {
  padding-bottom: 0;
}

.hskw .row-desc {
  color: #666;
  margin: 0.1rem 0 0.45rem;
}

.hskw .hs03 {
  padding: 0.6rem 0 0.8rem;
}

.hskw .ty03 {
  padding-bottom: 0.8rem;
}

.hskw .ty03 .tab-tit {
  margin-bottom: 0.5rem;
}

.hskw .ty04 .kw-tit {
  margin-bottom: 0.35rem;
}

.hskw .ty04 .swiper-slide .item .item-pic {
  position: relative;
}

.hskw .ty04 .swiper-slide .item .item-pic .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%);
  width: 1.38rem;
  height: 1.38rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.hskw .ty04 .swiper-slide .item .item-pic .play img {
  width: 0.42rem;
}

.hskw .ty04 .swiper-slide .item .item-pic video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  display: none;
}
.hskw .hskw-video {
  background: #f4f4f4;
}
.hskw .hskw-video .item-pic video {
  width: 100%;
}
.hskw .hskw-video .item-info {
  padding: 0 0.6rem;
}
.hskw .go-news {
  cursor: pointer;
}

.ind1 {
  position: relative;
  /*height: 100vh;*/
}

.ind1 .ban_video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ind1 .ban_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-btn {
  margin: 0 0.3rem 0 0;
}

.video-btn img {
  width: 1.27rem;
  display: block;
}

.video-btn a {
  display: block;
}

/* 产品 */
.project-box {
  background: #fff;
}
.project-tab {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.project-tab .tab-list .tab-head {
  text-align: center;
  background: #f4f4f4;
  padding: 0.13rem 0.58rem;
  margin-bottom: 0.3rem;
  color: #333;
}
.project-tab .tab-list .tab-content .dl {
  gap: 0.2rem;
}
.project-tab .tab-list .tab-content .dl .dd {
  background: #f4f4f4;
  padding: 0.2rem;
  /* min-height: 4.3rem; */
  flex: 1;
}
.project-tab .tab-list .tab-content .dl .dd a {
  height: 100%;
  width:100%;
}
.project-tab .tab-list .tab-content .dl .dd .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.project-tab .tab-list .tab-content .dl .dd .item .pic {
  flex: 1;
}
.project-tab .tab-list .tab-content .dl .dd .item .big-img img {
  width: 100%;
  height: 100%;
}
.project-tab .tab-list .tab-content .dl .dd .item .tit {
  padding-top: 0.23rem;
}

/* 产品 */
.project-box {
  background: #fff;
}
.project-tab {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.project-tab .tab-list .tab-head {
  text-align: center;
  background: #f4f4f4;
  padding: 0.13rem 0.58rem;
  margin-bottom: 0.2rem;
  color: #333;
}
.project-tab .tab-list .tab-content .dl {
  gap: 0.2rem;
}
.project-tab .tab-list .tab-content .dl .dd {
  background: #f4f4f4;
  padding: 0.2rem;
  /* min-height: 4.3rem; */
  flex: 1;
}
.project-tab .tab-list .tab-content .dl .dd .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.project-tab .tab-list .tab-content .dl .dd .item .pic {
  flex: 1;
}
.project-tab .tab-list .tab-content .dl .dd .item .big-img img {
  width: 100%;
  height: 100%;
}
.project-tab .tab-list .tab-content .dl .dd .item .tit {
  padding-top: 0.23rem;
}

.project-box .bimg img {
  height: 2rem;
}