@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
.smooth-scroll {
  position: relative;
  z-index: 2;
}
.smooth-scroll.colorBg:before {
  background: #fff;
}
.smooth-scroll:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000;
  transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
}
.header.innerBg .logo img.show {
  opacity: 0;
}
.header.innerBg .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.header.innerBg .navs li:before {
  background: #fff;
}
.header.innerBg .navs li a,
.header.innerBg .navs li b {
  color: #fff;
}
.header.scrollBg .logo img.show {
  opacity: 1;
}
.header.scrollBg .logo img.hide {
  opacity: 0;
  visibility: visible;
}
.header.scrollBg .navs li:before {
  background: #000;
}
.header.scrollBg .navs li a,
.header.scrollBg .navs li b {
  color: #000;
}
.header__wrap {
  padding: 0 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  height: 0.96rem;
}
.header__right {
  display: flex;
  align-items: center;
}
.logo {
  display: flex;
  position: relative;
  align-items: center;
  line-height: 0;
}
.logo img {
  display: inline-block;
  width: auto;
  height: 0.4rem;
  transition: 0.4s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.navs {
  display: flex;
  align-items: center;
}
.navs li {
  margin-right: 0.48rem;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}
.navs li.active a span {
  opacity: 0;
  visibility: hidden;
}
.navs li.active a span.cols {
  opacity: 1;
  visibility: visible;
}
.navs li:hover > a span {
  opacity: 0;
  visibility: hidden;
}
.navs li:hover > a span.cols {
  opacity: 1;
  visibility: visible;
}
.navs li:hover .navs__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: visible;
}
.navs li a:hover span {
  opacity: 0;
  visibility: hidden;
}
.navs li a:hover span.cols {
  opacity: 1;
  visibility: visible;
}
.navs li b {
  margin: 0 0.1rem;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}
.navs li a {
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
}
.navs li a span {
  transition: 0.35s;
}
.navs li a span.cols {
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #97DFFC, #4343FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  visibility: hidden;
}
.navs li:last-child {
  margin-right: 0;
}
.navs__menu {
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 0.32rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.4s;
  pointer-events: none;
}
.navs__menu li {
  margin-right: 0 !important;
  margin-bottom: 0.26rem;
}
.navs__menu li:last-child {
  margin-bottom: 0;
}
.navs__menu li a {
  white-space: nowrap;
}
.header__btn {
  position: relative;
  margin-left: 4.95vw;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
  display: none;
}
.header__btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.135rem;
  margin-top: -0.065rem;
  display: block;
  width: 0.27rem;
  height: 0.13rem;
  overflow: hidden;
}
.header__btn span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 200%;
  height: 100%;
  background: url(../images/menu.png) left center repeat-x;
  background-size: 0.26rem auto;
}
.header__menu {
  position: fixed;
  left: 0;
  top: -100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #1A1A1A;
  visibility: hidden;
  transition: 1s;
}
.header__menu.showMenu {
  visibility: visible;
  top: 0;
}
.header__menu.showMenu .header__menu--list li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.25s;
}
.header__menu.showMenu .header__menu--list li:nth-child(2) {
  transition-delay: 0.35s;
}
.header__menu.showMenu .header__menu--list li:nth-child(3) {
  transition-delay: 0.45s;
}
.header__menu.showMenu .header__menu--list li:nth-child(4) {
  transition-delay: 0.55s;
}
.header__menu.showMenu .header__menu--list li:nth-child(5) {
  transition-delay: 0.65s;
}
.header__menu.showMenu .header__menu--list li:nth-child(6) {
  transition-delay: 0.75s;
}
.header__menu.showMenu .header__menu--list li:nth-child(7) {
  transition-delay: 0.85s;
}
.header__menu.showMenu .header__menu--imgs {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.header__menu--top {
  position: relative;
  padding: 0.63rem 0.6rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__img1 img {
  display: block;
  line-height: 1;
  height: 0.54rem;
}
.header__close {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.header__close:before {
  position: absolute;
  left: 50%;
  margin-left: -0.12rem;
  top: 50%;
  margin-top: -1.5px;
  content: "";
  width: 0.24rem;
  height: 3px;
  background: #1A1A1A;
}
.header__menu--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8.3333vw 0 8.0208vw;
  flex: 1;
}
.header__menu--list li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.68s;
}
.header__menu--list li:hover a,
.header__menu--list li.active a {
  background: linear-gradient(to right, #97DFFC, #4343FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header__menu--list li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.64rem;
  text-transform: uppercase;
  line-height: 1.2;
}
.header__menu--list li b {
  display: inline-block;
  margin: 0 0.1rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.64rem;
  font-weight: normal;
}
.header__menu--imgs {
  width: 41.6667vw;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.78s;
}
.header__menu--imgs figure {
  position: relative;
  display: block;
  padding-bottom: 58.19%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.header__menu--imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.keep__top {
  padding: 16.3542vw 0.6rem 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.keep__title.slidetop {
  transition-delay: 0.4s;
}
.keep__title strong {
  display: block;
  line-height: 1.1;
  font-size: 14.4375vw;
  font-weight: 300;
  color: #fff;
}
.keep__info {
  padding-bottom: 0.2rem;
  width: 5.72rem;
  color: #fff;
  font-size: 0.26rem;
  line-height: 1.5;
}
.keep__info.slidetop {
  transition-delay: 0.55s !important;
}
.keep__video figure {
  position: relative;
  display: block;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.keep__video figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.keep__video figure video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.founded {
  padding: 1.6rem 0.6rem 1.8rem;
}
.founded__wrap {
  position: relative;
  width: 78.13vw;
}
.common__word {
  position: relative;
}
.founded__wr .common__word {
  margin-bottom: 0.9rem;
  width: 100%;
}
.posites {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.posites span {
  background: linear-gradient(to right, #97DFFC, #4343FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
}
.posites span:hover {
  opacity: 1;
}
.founded__info {
  font-size: 0.8rem;
  line-height: 1;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.founded__info span {
  display: inline-block;
  margin-right: 0.22rem;
  line-height: 1.2;
  transition: 0.5s;
}
.founded__info span.hide {
  opacity: 0;
}
.founded__info span:hover {
  background: linear-gradient(to right, #97DFFC, #4343FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.founded__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.9rem;
}
.founded__btn a {
  display: inline-flex;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 0.53rem;
  line-height: 0.53rem;
  border: 2px solid #1A1A1A;
  overflow: hidden;
  text-align: center;
  border-radius: 0.29rem;
  color: #1A1A1A;
  font-size: 0.2rem;
}
.founded__btn a:hover:before {
  transform: translate(-50%, -50%) scale(4) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.founded__btn a:hover span {
  color: #fff;
}
.founded__btn a:hover svg {
  left: 5px;
  fill: #ffffff;
}
.founded__btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  z-index: -1;
  height: 1rem;
  border-radius: 0.5rem;
  background: #1A1A1A;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate(-150%, 50%) translateZ(0);
  border-radius: 50%;
}
.founded__btn a span {
  display: inline-block;
  position: relative;
  transition: 0.35s;
}
.founded__btn a svg {
  margin-left: 0.2rem;
  position: relative;
  left: 0;
  width: 0.11rem;
  height: auto;
  fill: #1A1A1A;
  transition: 0.35s;
}
.founded__btn1 a {
  width: 2.8rem;
  height: 0.77rem;
  border: none;
  line-height: 0.77rem;
  color: #fff;
  font-size: 0.2rem;
  background: url(../images/btnbg1.png) center no-repeat;
  background-size: cover;
  border-radius: 0.39rem;
}
.founded__btn1 a:before {
  display: none;
}
.founded__btn1 a svg {
  fill: #fff;
}
.case {
  padding: 1.14rem 0 0.42rem;
  position: relative;
  margin-top: -1px;
  z-index: 3;
}
.case .case__bg1 {
  top: 60%;
}
.case__tabges {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 80%;
}
.case__bg {
  position: absolute;
  right: 0;
  top: -1.8rem;
  z-index: -1;
  width: 58.8021vw;
  height: 58.2812vw;
  background: url(../images/bg.png) center no-repeat;
  background-size: cover;
}
.case__list {
  padding: 0 3.13vw;
}
.case__list li {
  margin-bottom: 20.83vw;
}
.case__list li:last-child {
  margin-bottom: 0;
}
.case__list li a:hover .case__imgs figure {
  transform: scale(1.08);
}
.case__list li:nth-child(2n+2) a {
  flex-direction: row-reverse;
}
.case__list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case__imgs {
  width: 54.333%;
  overflow: hidden;
}
.case__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 61.247%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  transition: 0.68s;
}
.case__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case__imgs figure img {
  transform: translateY(0) !important;
}
.case__fix {
  width: 34.44%;
}
.case__fix strong {
  display: block;
  margin-bottom: 0.35rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.5rem;
  font-weight: 400;
}
.case__fix p {
  color: #999999;
  font-size: 0.2rem;
  line-height: 1.5;
  word-break: break-all;
}
.case__wrps {
  width: fit-content;
  display: flex;
}
.case__en {
  margin-top: 1.3rem;
  overflow: hidden;
}
.case__en small {
  display: flex;
  position: relative;
  margin-left: -20%;
  align-items: center;
  white-space: nowrap;
  color: #999999;
  font-size: 15.63vw;
  line-height: 1;
  font-weight: 400;
}
.case__en small span {
  margin: 0 0.4rem;
  color: #fff;
}
.technology {
  position: relative;
  margin-top: 1.7rem;
  z-index: 2;
  transition: 0s;
}
.technology.articleShow .technology__info {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.65s;
}
.technology.articleShow .technology__imgs {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition: 3s 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.technology.articleShow .technology__imgs:nth-child(2n+2) {
  transition-delay: 1s;
}
.technology__taget {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.technology__taget .targe {
  flex: 1;
  height: 1px;
}
.technology__vh {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 2;
  height: 100vh;
}
.technology__vh .technology__bottbgs {
  display: none;
}
.technology__text {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.technology__text img {
  width: 100%;
  height: auto;
}
.technology__bottbgs {
  position: absolute;
  left: 0;
  top: -50vw;
  width: 63.75vw;
  height: 103.9583vw;
  z-index: -1;
  background: url(../images/bg1.png) center no-repeat;
  background-size: cover;
}
.technology__item {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.technology__background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.technology__bgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: 0s;
  display: none;
}
.technology__info {
  position: absolute;
  left: 50%;
  margin-left: -4.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 9.2rem;
  text-align: center;
  opacity: 0;
  transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.technology__info strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  font-size: 4.6083vw;
  mix-blend-mode: difference;
  text-transform: uppercase;
}
.technology__info p {
  color: #000;
  font-size: 0.46rem;
  line-height: 1.7;
  mix-blend-mode: difference;
}
.technology__imgs {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  transition: 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.technology__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.technology__imgs1 {
  left: 5.21vw;
  top: 11.75%;
  width: 23.36vw;
}
.technology__imgs2 {
  left: 55.47vw;
  top: 3.64%;
  width: 16.3vw;
}
.technology__imgs3 {
  right: 4.84vw;
  top: 14.43%;
  width: 14.64vw;
}
.technology__imgs4 {
  right: 7.19vw;
  bottom: 4.22%;
  width: 21.22vw;
}
.technology__imgs5 {
  left: 22.34vw;
  bottom: 7.59%;
  width: 15.3vw;
}
.technology__imgs6 {
  left: 3.13vw;
  top: 56.2%;
  width: 10.13vw;
}
.technology__imgs7 {
  left: 47.86vw;
  top: 42.159%;
  width: 8.05vw;
}
.technology__item {
  opacity: 0;
  transition: 1s;
}
.technology__item .technology__imgs img {
  display: block;
  opacity: 0;
  transition: 2s ;
}
.technology__item.active {
  opacity: 1;
}
.technology__item.active .technology__imgs img {
  opacity: 1;
  transition-delay: 0.2s;
}
.footer__top {
  padding: 8.33vw 0.6rem 0.4rem;
}
.footer__title strong {
  display: block;
  color: #000000;
  font-size: 0.54rem;
  line-height: 1.35;
  font-weight: 400;
}
.footer__info {
  margin-top: 0.52rem;
  width: 37.5vw;
}
.footer__info p {
  color: #999999;
  font-size: 0.24rem;
  line-height: 1.5;
  font-weight: 400;
}
.footer__info a {
  display: inline-block;
  padding-bottom: 0.15rem;
  position: relative;
  line-height: 1;
  margin-top: 1.77vw;
  color: #FFFFFF;
  font-size: 0.54rem;
  font-weight: normal;
  background: linear-gradient(to right, #97DFFC, #4343FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer__info a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #97DFFC, #4343FF);
}
.footer {
  padding: 8.33vw 0.6rem 10.68vw;
  margin-top: -1px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__logo img {
  display: inline-block;
  width: auto;
  height: 0.55rem;
}
.stay__up {
  margin-top: 0.73rem;
}
.stay__in {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.2rem;
  line-height: 0.7rem;
  font-weight: 500;
}
.sign__up {
  width: 5.1rem;
}
.sign__up a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.sign__up a span {
  display: inline-block;
  color: #000;
  font-size: 0.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.sign__up a i {
  display: inline-block;
  width: 0.34rem;
  height: 0.34rem;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
  line-height: 0.3rem;
  background: url(../images/arrow1.png) center no-repeat;
  background-size: cover;
}
.footer__share {
  margin-top: 0.56rem;
  display: flex;
  align-items: center;
}
.footer__share a {
  display: block;
  margin-right: 1.67vw;
  line-height: 1;
}
.footer__share a:hover img {
  transform: translateY(-4px);
}
.footer__share a img {
  display: inline-block;
  width: 0.36rem;
  height: auto;
  transition: 0.4s;
}
.footer__navs {
  display: flex;
  align-items: flex-start;
}
.footer__navs--item {
  display: block;
  position: relative;
  margin-right: 1.6rem;
}
.footer__navs--item:last-child {
  margin-right: 0;
}
.footer__navs--item dt {
  display: block;
  margin-bottom: 0.35rem;
}
.footer__navs--item dt a {
  display: inline-block;
  position: relative;
  line-height: 1.2;
  z-index: 2;
  color: #000000;
  font-size: 0.2rem;
  font-weight: 500;
}
.footer__navs--item dt a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #000000;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: -1;
}
.footer__navs--item dt a:hover,
.footer__navs--item dt a.active {
  color: #000000;
}
.footer__navs--item dt a:hover:before,
.footer__navs--item dt a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.footer__navs--item dd {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
}
.footer__navs--item dd p {
  margin-bottom: 0.3rem;
}
.footer__navs--item dd p a {
  display: inline-block;
  color: #000;
  font-size: 0.16rem;
  line-height: 0.24rem;
  opacity: 0.6;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer__navs--item dd p a:hover {
  opacity: 1;
}
.contact__footer {
  background: #000;
}
.contact__footer .stay__in {
  color: rgba(255, 255, 255, 0.6);
}
.contact__footer .sign__up a {
  border-color: rgba(255, 255, 255, 0.4);
}
.contact__footer .sign__up a span {
  color: #fff;
}
.contact__footer .sign__up a i {
  background: url(../images/arrow3.png) center no-repeat;
  background-size: cover;
}
.contact__footer .footer__navs--item dt a {
  color: #fff;
}
.contact__footer .footer__navs--item dd p a {
  color: #fff;
}
.view__bg:before {
  background: #fff;
}
.exploring {
  padding: 2.52rem 0.6rem 0.84rem;
  position: relative;
  margin-bottom: -1px;
}
.exploring strong {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 0.96rem;
  font-weight: normal;
}
.flint__box {
  padding: 0.38rem 0.24rem;
}
.flint__list {
  display: flex;
  flex-wrap: wrap;
}
.flint__list li {
  margin-right: 0.8%;
  margin-bottom: 0.22rem;
  width: 49.6%;
}
.flint__list li:nth-child(2n+2) {
  margin-right: 0;
}
.flint__list li:hover figure img {
  transform: scale(1.08);
}
.flint__list li figure {
  position: relative;
  display: block;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.flint__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flint__list li figure img {
  transition: 0.68s;
}
.flint__info {
  padding-top: 0.18rem;
}
.flint__info strong {
  display: block;
  color: #fff;
  font-size: 0.26rem;
  font-weight: 400;
  line-height: 1.5;
}
.flint__info p {
  color: #999;
  font-size: 0.2rem;
}
.contact__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5rem 0 0 7.0833vw;
  background: #fff;
}
.contact__info {
  width: 37.6042vw;
  padding-bottom: 5.9375vw;
}
.contact__item {
  margin-bottom: 0.48rem;
}
.contact__item:last-child {
  margin-bottom: 0;
}
.contact__item span {
  display: block;
  margin-bottom: 0.06rem;
  color: #999;
  font-size: 0.2rem;
  line-height: 0.42rem;
}
.contact__item p {
  color: #000;
  font-size: 0.26rem;
  line-height: 1.4;
}
.contact__word {
  color: #1A1A1A;
  font-size: 10.4167vw;
  width: 52.8125vw;
  line-height: 1;
}
.contact__word strong {
  font-weight: normal;
}
.contact__box {
  padding: 1.95rem 0 1.25rem;
  background: #000;
}
.contact__form {
  margin: auto;
  width: 9.66rem;
}
.contact__title {
  text-align: center;
  color: #fff;
  font-size: 0.54rem;
  font-weight: 400;
  line-height: 1.3;
}
.contact__wr {
  margin-top: 0.7rem;
}
.contact__wr .founded__btn {
  justify-content: center;
}
.contact__wr .founded__btn a {
  border-color: #fff;
  color: #fff;
}
.contact__wr .founded__btn a:hover span {
  color: #000;
}
.contact__wr .founded__btn a:hover svg {
  fill: #000;
}
.contact__wr .founded__btn a:before {
  background: #fff;
}
.contact__wr .founded__btn a svg {
  fill: #fff;
}
.contact__row {
  margin-bottom: 0.26rem;
}
.contact__row .text {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  line-height: 1.2rem;
  color: #fff;
  font-size: 0.26rem;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  background: none;
}
.contact__row .text::-webkit-input-placeholder {
  color: #fff;
}
.contact__row .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.contact__radio {
  padding-top: 0.25rem;
}
.contact__radio label {
  display: inline-flex;
  align-items: flex-start;
}
.contact__radio label .radios {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
}
.contact__radio label p {
  margin-left: 0.2rem;
  color: #fff;
  font-size: 0.2rem;
}
.case__banner {
  position: relative;
  height: 100vh;
  background: #000;
}
.case__banner:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 3;
  content: "";
  width: 100%;
  height: 20vw;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.case__banner.article-block img {
  display: block;
  opacity: 0;
  transition: opacity 2s, transform 2.2s;
}
.case__banner.article-block img.caseimg1,
.case__banner.article-block img.caseimg6 {
  transition-delay: 0.8s;
}
.case__banner.article-block img.caseimg1 {
  transform: scale(0.8);
  transform-origin: center bottom;
}
.case__banner.article-block img.caseimg6 {
  transform: translateX(20%);
}
.case__banner.article-block img.caseimg2 {
  transition-delay: 2.2s;
  transform: translateX(-20%);
}
.case__banner.article-block img.caseimg5 {
  transition-delay: 1.5s;
}
.case__banner.article-block img.caseimg4,
.case__banner.article-block img.caseimg3 {
  transition-delay: 2s;
}
.case__banner.article-block img.caseimg7 {
  transition: 4s;
}
.case__banner.articleShow img {
  opacity: 1;
}
.case__banner.articleShow img.caseimg6 {
  transform: translateX(0);
  transition-delay: 0.5s;
}
.case__banner.articleShow img.caseimg1 {
  transform: scale(1);
}
.case__banner.articleShow img.caseimg2 {
  transform: translateX(0);
}
.caseimg1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48.1771vw;
  height: auto;
}
.caseimg2 {
  position: absolute;
  left: 37.6042vw;
  top: -2.2917vw;
  width: 20.9375vw;
}
.caseimg3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 21.6146vw;
}
.caseimg4 {
  position: absolute;
  left: 37.9167vw;
  bottom: 0;
  width: 18.0208vw;
}
.caseimg5 {
  position: absolute;
  left: 43.3854vw;
  bottom: 0;
  width: 38.9479vw;
  height: auto;
  line-height: 1;
}
.caseimg6 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 41.4583vw;
  height: auto;
  line-height: 1;
}
.caseimg7 {
  position: absolute;
  left: 50%;
  margin-left: -16vw;
  top: 4vw;
  width: 32vw;
}
.case__inner {
  margin-top: -2px;
  padding: 1.57rem 3.13vw 2rem;
}
.case__inner p {
  width: 80%;
  color: #fff;
  font-size: 0.65rem;
  line-height: 1.23;
}
.case__inner p b {
  color: #999;
  font-weight: normal;
}
.case__boxs {
  margin-top: -1px;
  position: relative;
  z-index: 2;
  padding: 0.2rem 3.13vw 0;
}
.case__boxs .technology__bottbgs {
  top: 18%;
}
.case__li {
  display: block;
}
.case__li li {
  float: left;
  margin-top: 31.25vw;
  width: 45%;
}
.case__li li:first-child {
  margin-top: 0;
}
.case__li li:nth-child(2n+2) {
  float: right;
}
.case__li li figure {
  padding-bottom: 0;
  height: auto;
}
.case__li li figure img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.news__info {
  position: relative;
  overflow: hidden;
}
.news__info:hover figure img {
  transform: scale(1.02);
}
.news__info figure {
  position: relative;
  display: block;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news__info figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__info figure img {
  transition: 0.78s;
}
.news__info--text {
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 0.44rem 0.54rem 0.62rem;
  width: 5.72rem;
  background: #fff;
}
.news__info--text small {
  display: block;
  margin-bottom: 3.9583vw;
  line-height: 1.2;
  color: #999999;
  font-size: 0.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.news__info--text strong {
  display: block;
  color: #1A1A1A;
  font-size: 0.5rem;
  line-height: 1.2;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news__info--text i {
  display: block;
  position: absolute;
  right: 0.48rem;
  bottom: 6.3021vw;
  line-height: 1;
  width: 0.22rem;
  height: 0.18rem;
  background: url(../images/arrow2.png) center no-repeat;
  background-size: cover;
}
.news__info--text time {
  display: block;
  margin-top: 9.7396vw;
  color: #999999;
  font-size: 0.2rem;
  line-height: 1.2;
}
.news__wrs {
  padding: 1.16rem 0.6rem 0;
  position: relative;
  z-index: 2;
}
.news__list {
  display: flex;
  flex-wrap: wrap;
}
.news__list li {
  margin-right: 2.45%;
  margin-bottom: 0.48rem;
  position: relative;
  z-index: 3;
  width: 31.7%;
}
.news__list li:before {
  content: "";
  width: 0;
  height: 3px;
  background: #000;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.68s;
  z-index: -1;
}
.news__list li:hover,
.news__list li.active {
  color: #000;
}
.news__list li:hover:before,
.news__list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.news__list li:hover figure img {
  transform: scale(1.06);
}
.news__list li:before {
  z-index: 3;
  bottom: auto;
  top: 0;
}
.news__list li:nth-child(3n+3) {
  margin-right: 0;
}
.news__list li .news__info--text {
  position: relative;
  top: 0;
  left: 0;
  padding: 2.2917vw 2.8125vw 3.125vw;
  transform: translateY(0);
  background: #F4F4F4;
  box-sizing: border-box;
  width: 100%;
}
.news__list li .news__info--text small {
  margin-bottom: 3.5417vw;
}
.news__list li .news__info--text strong {
  font-size: 0.36rem;
  line-height: 166%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 1.8rem;
}
.news__list li .news__info--text i {
  right: 2.8125vw;
  bottom: 3.6458vw;
}
.news__list li .news__info--text time {
  margin-top: 3.8542vw;
}
.news__list li figure {
  position: relative;
  display: block;
  padding-bottom: 71.67%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.news__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__list li figure img {
  transition: 0.68s;
}
.news__view--top {
  padding: 2.7rem 0.6rem 0.6rem;
}
.news__view--top strong {
  display: block;
  width: 72.9167vw;
  color: #1A1A1A;
  font-size: 5vw;
  line-height: 1.2;
  font-weight: normal;
}
.news__view--top time {
  display: block;
  margin-top: 0.6rem;
  color: #999999;
  font-size: 0.2rem;
}
.news__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.news__imgs video,
.news__imgs iframe {
  display: block;
  width: 100%;
  height: 56.25vw;
}
.news__v--info {
  padding: 0.82rem 0.6rem 0;
}
.news__v--text {
  margin-top: 0.5rem;
  color: #1A1A1A;
  font-size: 0.2rem;
  line-height: 1.8;
}
.news__v--text img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.back__btn a {
  width: 2.06rem;
  height: 0.55rem;
  font-size: 0.2rem;
}
.back__btn a svg {
  margin-left: 0.2rem;
  width: 0.2rem;
}
.flint__list li.article-block {
  opacity: 0;
  transform: translateY(20%);
  transition: 0.5s;
}
.flint__list li.articleShow {
  opacity: 1;
  transform: translateY(0%);
}
.about__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 50vw;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.about__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__who {
  padding: 1.13rem 0.6rem 1.75rem;
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin-bottom: -1px;
}
.about__who .case__bg {
  top: 20%;
}
.who__title {
  position: relative;
  padding-left: 0.62rem;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.3rem;
  font-weight: 400;
  text-transform: uppercase;
}
.who__title:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.14rem;
  content: "";
  border-top: 0.1rem solid transparent;
  border-bottom: 0.1rem solid transparent;
  border-left: 0.2rem solid #fff;
}
.who__info {
  margin-top: 0.6rem;
  padding-bottom: 1.25rem;
}
.who__info .founded__info {
  margin-bottom: 6.25vw;
  width: 88%;
  line-height: 1.23;
  font-weight: normal;
}
.who__info .founded__info:last-child {
  margin-bottom: 0;
}
.who__info .founded__btn {
  width: 88%;
}
.who__data--item {
  display: flex;
  align-items: flex-start;
}
.who__numble {
  color: #000;
  font-size: 8.81vw;
  line-height: 1;
  font-weight: 400;
  background: linear-gradient(to right, #97DFFC, #4343FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Satoshi-Medium";
}
.who__data--row {
  margin-left: 1vw;
  margin-top: 6.8vw;
  width: 1.8rem;
  color: #fff;
  font-size: 0.24rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.who__data--item:nth-child(2) {
  padding-left: 46.88vw;
}
.who__data--item:nth-child(3) {
  padding-left: 10.57vw;
  margin-top: 7.81vw;
}
.who__data--item:nth-child(3) .who__data--row {
  width: 2.2rem;
}
.who__data--item:nth-child(4) {
  justify-content: flex-end;
  margin-top: -0.6rem;
}
.who__brand {
  padding: 1.8rem 0.6rem 0;
  overflow: hidden;
}
.brand__top {
  margin-bottom: 10.42vw;
}
.brand__animate {
  display: flex;
  width: fit-content;
}
.brand__animate:hover .brand__row {
  animation-play-state: paused;
}
.brand__row {
  display: flex;
  align-items: center;
  animation: LoopingCarousel_slideAnim__OKRSJ 20s linear infinite;
  animation-play-state: running;
}
@keyframes LoopingCarousel_slideAnim__OKRSJ {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.brand__logo {
  display: flex;
  align-items: center;
  margin-right: 7.4vw;
}
.brand__logo img {
  display: inline-block;
  max-width: 16.04vw;
  max-height: 9.74vw;
}
.brand__text {
  margin: auto;
  margin-top: 8.33vw;
  width: 10.95rem;
}
.brand__text p {
  color: #000;
  font-size: 0.46rem;
  line-height: 1.3;
  text-align: center;
}
.brand__list {
  margin-top: 10.42vw;
  overflow: hidden;
}
.brand__list li {
  float: left;
  width: 38.39vw;
}
.brand__list li figure {
  position: relative;
  display: block;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.brand__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand__list li:nth-child(2) {
  margin-top: 16.15vw;
  float: right;
  width: 29.48vw;
}
.brand__list li:nth-child(3) {
  margin-top: 16.41vw;
  margin-left: 14.95vw;
  width: 46.88vw;
}
.brand__list li:nth-child(3) figure {
  padding-bottom: 62.95%;
}
.resource {
  padding: 3rem 0.6rem 1.56rem;
  position: relative;
}
.resource .technology__bottbgs {
  top: 0%;
}
.resource__title {
  margin-bottom: 1.08rem;
}
.resource__title strong {
  display: block;
  width: 46.88vw;
  color: #fff;
  font-size: 5vw;
  line-height: 1.125;
  font-weight: normal;
}
.resource__map {
  margin: auto;
  position: relative;
  width: 84.53vw;
}
.resource__map figure {
  display: block;
  line-height: 1;
}
.resource__map figure img {
  display: block;
  width: 100%;
  height: auto;
}
.resource__link {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.375rem;
  margin-top: -0.375rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
}
.resource__link.link1 {
  left: 18.6%;
  top: 33.496%;
}
.resource__link.link2 {
  left: 37.46%;
  top: 10.42%;
}
.resource__link.link3 {
  left: 52.8%;
  top: 30.184%;
}
.resource__link.link4 {
  left: 66.66%;
  top: 41.963%;
}
.resource__link.link5 {
  left: 74.922%;
  top: 19.26%;
}
.resource__link.link6 {
  left: 86.56%;
  top: 37.3%;
}
.resource__link.link7 {
  left: 84.34%;
  top: 77.177%;
}
.resource__link a {
  display: block;
  width: 100%;
  height: 100%;
}
.resource__data {
  margin-top: 0.62rem;
  display: flex;
  justify-content: space-between;
}
.resource__data--item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.resource__data--item b {
  display: block;
  line-height: 1;
  color: #000;
  font-size: 6.67vw;
  line-height: 9.9vw;
  font-weight: normal;
  background: linear-gradient(to right, #97DFFC, #4343FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.resource__data--item small {
  display: inline-block;
  margin-left: 0.28rem;
  color: #fff;
  font-size: 0.24rem;
  text-transform: uppercase;
}
.cooperate {
  padding: 1.39rem 0.6rem 1rem;
  overflow: hidden;
}
.cooperate .who__title {
  color: #fff;
}
.cooperate .who__title:before {
  border-left-color: #fff;
}
.cooperate__title {
  margin-top: 0.26rem;
  color: #FFFFFF;
  font-size: 0.53rem;
  line-height: 1.37;
  text-transform: uppercase;
}
.cooperate__tab {
  margin-top: 8.33vw;
}
.cooperate__swiper {
  margin-bottom: 0.38rem;
  display: flex;
  width: fit-content;
}
.cooperate__swiper:hover .cooperate__row {
  animation-play-state: paused !important;
}
.cooperate__swiper:last-child {
  margin-bottom: 0;
}
.cooperate__swiper:nth-child(2n+2) .cooperate__row {
  animation: LoopingCarousel_slideAnim__OKRSJ 30s linear infinite reverse;
}
.cooperate__row {
  display: flex;
  align-items: center;
  animation: LoopingCarousel_slideAnim__OKRSJ 30s linear infinite;
  animation-play-state: running;
}
.cooperate__item {
  margin-right: 0.38rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.19vw;
}
.cooperate__item img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* 视频弹层 */
.popup_video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -300;
  background: hsla(0, 0%, 0%, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.popup_video.on {
  z-index: 1050;
  opacity: 1;
  visibility: visible;
}
.popup_video .cont {
  width: 67%;
  height: 37.7vw;
  background: #fff;
  padding: 10px;
  border-radius: 2px;
  position: relative;
  transform: scale(0);
  transition: all 0.5s;
}
.popup_video.on .cont {
  transform: scale(1);
}
.popup_video .cont iframe,
.popup_video .cont video {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
}
.popup_video .cont .sole {
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -60px;
  cursor: pointer;
  transition: all 0.5s;
}
.popup_video .cont svg {
  height: 0.4rem;
  transition: 0.4s;
}
.popup_video .cont svg:hover {
  transform: rotate(180deg);
}
.popup_video .cont svg path {
  fill: #fff;
}
