@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.share__eq.article-block.slidetop {
  transform: scale(1.5); /* 1.2 表示放大 1.2 倍 */
  transform-origin: center; /* 以中心点放大 */
}
.lang__default {
    filter: invert(1); /* 颜色反转 */
}



/* 让 icon 变色 */
.lang__default i {
    color: #333333 !important;
    transition: color 0.3s ease-in-out;
}

/* 让 Language 文字变色 */
.lang__default span {
    color: #333333 !important;
    font-size: 16px;
    transition: color 0.3s ease-in-out;
}

/* 下划线效果 */
.lang__default::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #333333;
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* 当鼠标悬停 Language 或 .lang 被激活时，变色+下划线出现 */
.lang:hover .lang__default span,
.lang:hover .lang__default i {
    color: #06C5DB !important; /* 鼠标悬停时变成蓝色 */
}

.lang:hover .lang__default::before {
    opacity: 1;
    transform: scaleX(1);
}

/* 语言切换菜单 */
.lang__menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    list-style: none;
    padding: 5px 0;
    width: 120px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

/* 语言选项 */
.lang__menu li {
    padding: 10px;
    text-align: center;
}

/* 悬停时高亮 */
.lang__menu li:hover {
    background: #f0f0f0;
}

/* 悬停时显示菜单 */
.lang:hover .lang__menu {
    display: block;
}









.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;
}
.flexAuto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.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;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: 0.5s;
}
.header.scrollHide {
  top: -1.04rem;
}
.header.scrollHide .header__wrap:before {
  opacity: 0;
}
.header.scrolltops,
.header:hover {
  background: rgba(255, 255, 255, 0.95);
}
.header.scrolltops .header__wrap:before,
.header:hover .header__wrap:before {
  display: none;
}
.header.scrolltops .logo img.show,
.header:hover .logo img.show {
  opacity: 0;
}
.header.scrolltops .logo img.hide,
.header:hover .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.header.scrolltops .navs > li > a,
.header:hover .navs > li > a {
  color: #333333;
}
.header.scrolltops .navs > li > a:before,
.header:hover .navs > li > a:before {
  background: #333333;
}
.header.scrolltops .search__btns,
.header:hover .search__btns {
  color: #06C5DB;
}
.header.scrolltops .lang__defaut i,
.header:hover .lang__defaut i {
  color: #333;
}
.header.scrolltops .lang__defaut span,
.header:hover .lang__defaut span {
  color: #333;
}
.header.scrolltops .lang__defaut span:before,
.header:hover .lang__defaut span:before {
  border-top: 0.05rem solid #333;
}
.header.scrolltops .menubtn span,
.header:hover .menubtn span {
  background: #333;
}
.header.scrolltops .menubtn span:before,
.header:hover .menubtn span:before,
.header.scrolltops .menubtn span:after,
.header:hover .menubtn span:after {
  background: #333;
}
.header.scrolltops .menubtn.active span,
.header:hover .menubtn.active span {
  background: none;
}
.header.scrolltops .header__wrap {
  height: 0.78rem;
}
.header.scrolltops .navs > li {
  height: 0.78rem;
}
.header.scrolltops .logo img {
  height: 0.4rem;
}
.header.innerbg .header__wrap {
  background: #fff;
  box-shadow: 0 0.05rem 0.1rem rgba(17, 146, 205, 0.16);
}
.header.innerbg .header__wrap:before {
  display: none;
}
.header.innerbg .header__wrap .logo img {
  height: 0.47rem;
}
.header.innerbg .header__wrap .logo img.show {
  opacity: 0;
}
.header.innerbg .header__wrap .logo img.hide {
  opacity: 1;
  visibility: visible;
}
.header.innerbg .header__wrap .search__btns {
  color: #06C5DB;
}
.header.innerbg .header__wrap .navs > li > a {
  color: #333333;
}
.header.innerbg .header__wrap .navs > li > a:before {
  background: #333333;
}
.header.innerbg .header__wrap .lang__defaut i {
  color: #333;
}
.header.innerbg .header__wrap .lang__defaut span {
  color: #333;
}
.header.innerbg .header__wrap .lang__defaut span:before {
  border-top: 0.05rem solid #333;
}
.header.innerbg .header__wrap .menubtn span {
  background: #333;
}
.header.innerbg .header__wrap .menubtn span:before,
.header.innerbg .header__wrap .menubtn span:after {
  background: #333;
}
.header.innerbg .header__wrap .menubtn.active span {
  background: none;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 0 4.4271vw;
  perspective: 600px;
  transform-style: preserve-3d;
  height: 1rem;
  transition: 0.3s;
}
.header__wrap:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -3;
  content: "";
  width: 100%;
  height: 1.6rem;
  background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
  opacity: 0.44;
  transition: 0.4s;
  pointer-events: none;
}
.logo {
  display: block;
  position: relative;
  line-height: 1;
}
.logo img {
  display: inline-block;
  width: auto;
  height: 0.5rem;
  transition: 0.4s;
}
.logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header__right {
  display: flex;
  align-items: center;
}
.navs__bg {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: -1;
  height: 0.6rem;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: rotateX(90deg);
  transition: 0.44s;
  transform-origin: center top;
}
.navs__bg.active {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  pointer-events: visible;
}
.navs {
  display: flex;
}
.navs > li {
  padding: 0 0.25rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 1rem;
}
.navs > li:first-child {
  padding-left: 0;
}
.navs > li:hover a:before,
.navs > li.active a:before {
  opacity: 1;
  transform: scaleX(1);
}
.navs > li:hover .navs__menu {
  opacity: 1;
  pointer-events: visible;
  transform: translateX(0);
  visibility: visible;
}
.navs > li:nth-child(n+4) .navs__menu {
  left: -2rem;
}
.navs > li > a {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0.07rem 0;
  line-height: 1;
  color: #fff;
  font-size: 0.16rem;
  font-family: "SourceHanSansCN-Medium";
}
.navs > li > a > i {
  display: none;
}
.navs > li > a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0.04rem;
  background: #fff;
  transform: scaleX(0);
  opacity: 0;
  transition: 0.35s;
}
.navs__menu {
  position: absolute;
  left: 0;
  padding-left: 0.4rem;
  top: 100%;
  z-index: 3;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: 0.32s;
  transform: translateX(-600px);
  visibility: hidden;
}

.navs__menu li {
  margin-right: 0.7rem;
}
.navs__menu li a {
  display: inline-block;
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.6rem;
  white-space: nowrap;
}
.navs__menu li a:hover {
  color: #06C5DB;
}
.navs__close {
  position: absolute;
  right: 0.6rem;
  top: -0.35rem;
  width: 0.7rem;
  height: 0.7rem;
  text-align: center;
  line-height: 0.7rem;
  border-radius: 50%;
  background: #06C5DB;
  color: #fff;
  font-size: 0.28rem;
  cursor: pointer;
  display: none;
}
.lang {
  position: relative;
}
.lang__defaut {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.lang__defaut i {
  display: inline-block;
  margin-right: 0.12rem;
  color: #fff;
  font-size: 0.19rem;
  font-style: normal;
}
.lang__defaut span {
  display: inline-block;
  position: relative;
  padding-right: 0.21rem;
  color: #fff;
  font-size: 0.14rem;
  font-family: "SourceHanSansCN-Medium";
}
.lang__defaut span:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.03rem;
  content: "";
  border-left: 0.05rem solid transparent;
  border-right: 0.05rem solid transparent;
  border-top: 0.05rem solid #fff;
}
.search__btns {
  margin-right: 0.22rem;
  line-height: 1;
  color: #fff;
  font-size: 0.2rem;
  transition: 0.3s;
  cursor: pointer;
}
.search__down {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0.8rem 0 1.2rem;
  z-index: 10;
  width: 100%;
  background: #F5FDFF;
  clip-path: inset(0 0 100% 0);
  visibility: visible;
  opacity: 0;
  transition: 0.56s;
}
.search__down.show {
  opacity: 1;
  visibility: visible;
  clip-path: inset(0 0 0 0);
}
.search__down:before {
  position: absolute;
  right: 0.85rem;
  top: 0.06rem;
  content: "";
  width: 2.01rem;
  height: 2.75rem;
  background: url(../images/searchbg.png) center no-repeat;
  background-size: cover;
}
.search__wrs {
  margin: auto;
  position: relative;
  width: 7.66rem;
}
.search__wrs .text {
  padding: 0;
  box-sizing: border-box;
  padding-left: 0.2rem;
  border: none;
  height: 0.96rem;
  line-height: 0.96rem;
  border-bottom: 1px solid #C4C4C4;
  color: #A8A8A8;
  font-size: 0.24rem;
  width: 100%;
  background: none;
  outline: none;
}
.search__wrs .text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.search__wrs .text::-webkit-input-placeholder {
  color: #A8A8A8;
}
.search__wrs .sub {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0.96rem;
  color: #A8A8A8;
  font-size: 0.3rem;
  cursor: pointer;
  border: none;
  padding: 0;
  transition: 0.3s;
  background: none;
}
.search__wrs .sub:hover {
  color: #06C5DB;
}
.header__mp3 {
  position: relative;
  margin-left: 0.28rem;
}
.header__mp3 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.34rem;
  color: #fff;
  font-size: 0.12rem;
  background: #06C5DB;
  cursor: pointer;
  line-height: 1;
}
.header__mp3 span img {
  display: inline-block;
  width: auto;
  height: 0.12rem;
}
.banner__box {
  overflow: hidden;
}
.banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.banner .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0.49rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  line-height: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  margin-right: 0.05rem;
  width: 0.24rem;
  height: 0.09rem;
  opacity: 0.51;
  background: url(../images/dis.png) center no-repeat;
  background-size: cover;
  border-radius: 0;
  transition: 0.38s;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.banner-slide {
  position: relative;
  height: 100vh;
  transform-style: preserve-3d;
  perspective: 1000px;
  overflow: hidden;
}
.banner-slide.swiper-slide-active figure img,
.banner-slide.swiper-slide-active figure video {
  transform: scale(1);
  transition: 6s;
}
.banner-slide figure {
  position: relative;
  display: block;
  padding-bottom: 100vh;
  height: 0;
  overflow: hidden;
  line-height: 1;
  transform-origin: center top;
}
.banner-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-slide figure img {
  transform: scale(1.04);
  transition: 1s;
}
.banner-slide figure video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}
.container {
  overflow: hidden;
  background: url(../images/containerbg.svg) center top no-repeat;
  background-size: cover;
}
.introduction {
  padding: 1.59rem 0.85rem 1.3rem;
  position: relative;
  z-index: 3;
  background-position: center;
  background-size: cover;
}
.introduct__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 56.0938vw;
  background-position: center;
  background-size: cover;
  opacity: 0.05;
}
.introduct__wrap {
  padding: 1.52rem 1.48rem 1.06rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
}
.introduct__border {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/introductbg.jpg) left top repeat-y;
  background-size: 100% auto;
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 205, 0.16);
  border-radius: 3.87rem;
  overflow: hidden;
}
.introduct__border.article-block {
  border-radius: 0;
  transition: 2.2s;
}
.introduct__border.active {
  border-radius: 3.87rem;
}
.introduct__imgs {
  position: relative;
  z-index: 2;
  width: 4.96rem;
}
.introduct__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 86.693%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.45rem;
}
.introduct__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.introduct__imgs figure img {
  transition: 0.78s;
}
.introduct__imgs:hover figure img {
  transform: scale(1.06);
}
.introduct__imgs:hover .introduct__pand img {
  animation: moveSke 2s linear;
}
.introduct__pand {
  position: absolute;
  left: 0.15rem;
  top: -2rem;
  z-index: -1;
  width: 75%;
}
.introduct__pand img {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: center bottom;
}
@keyframes moveSke {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.introduct__infos {
  margin-left: 0.79rem;
  margin-top: -0.1rem;
  width: 6.1rem;
}
.introduct__title {
  position: relative;
}
.introduct__title small {
  display: block;
  margin-bottom: 0.05rem;
  line-height: 1;
  color: #A8A8A8;
  font-size: 0.18rem;
  text-transform: uppercase;
  font-family: "gilroy-regular";
  opacity: 0;
}
.introduct__title strong {
  display: block;
  position: relative;
  color: #333333;
  font-size: 0.5rem;
  line-height: 1.1;
  font-family: "胡晓波男神体";
  font-weight: normal;
  overflow: hidden;
}
.common__titles {
  position: relative;
  display: inline-block;
}
.introduct__text {
  margin-top: 0.38rem;
  color: #666666;
  font-size: 0.2rem;
  line-height: 2;
  font-family: "SourceHanSansCN-Regular";
}
.introduct__btn {
  margin-top: 3.2375vw;
}
.introduct__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  width: 1.86rem;
  height: 0.53rem;
  border: 1px solid #06C5DB;
  border-radius: 0.28rem;
}
.introduct__btn a:hover:before {
  transform: scale(1);
}
.introduct__btn a:hover span {
  color: #fff;
}
.introduct__btn a:hover i {
  color: #fff;
  left: 5px;
}
.introduct__btn a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #06C5DB;
  border-radius: 0.27rem;
  transform: scale(0);
  transform-origin: left center;
  transition: 0.5s;
}
.introduct__btn a span {
  display: inline-block;
  margin-left: 0.06rem;
  color: #06C5DB;
  font-size: 0.16rem;
  transition: 0.35s;
}
.introduct__btn a i {
  display: inline-block;
  position: relative;
  left: 0;
  margin-left: 0.22rem;
  color: #06C5DB;
  font-size: 0.12rem;
  font-style: normal;
  transform: scale(0.5);
  transition: 0.35s;
}
.introduct__zz {
  position: absolute;
  right: 0.94rem;
  top: 0;
  z-index: -1;
  height: 100%;
  overflow: hidden;
}
.introduct__zz svg {
  display: block;
  width: auto;
  height: 100%;
  opacity: 0.4;
}
.start {
  position: absolute;
  right: -0.37rem;
  top: -0.34rem;
  z-index: -1;
  width: 0.94rem;
  overflow: visible;
}
.start svg {
  position: relative;
  max-width: 100%;
  height: auto;
  overflow: visible;
}
.start svg path {
  overflow: visible;
}
.starico {
  position: absolute;
  left: 0;
  top: 0;
  right: 100%;
  display: block;
}
.projects__box {
  position: relative;
  z-index: 5;
}
.projects__title {
  text-align: center;
}
.projects__title .introduct__title {
  display: inline-block;
  text-align: left;
}
.project__swiper {
  position: relative;
  padding-top: 1.18rem;
  margin-top: -0.18rem;
  padding-bottom: 0.46rem;
  margin: auto;
  width: 80.4167vw;
  height: 44vw;
  box-sizing: border-box;
}
.project-slide {
  position: relative;
  perspective: 600px;
}
.project-slide.swiper-slide-visible a {
  opacity: 1;
  margin-top: 0.22rem;
  transform: rotateY(15deg);
}
.project-slide.swiper-slide-next a {
  transform: rotateY(-15deg);
}
.project-slide.swiper-slide-next + div a {
  transform: rotateY(15deg);
}
.project-slide a {
  display: block;
  margin-top: -1.2rem;
  opacity: 0.19;
  transition: 0.55s;
  transform: rotateY(-15deg);
}
.project-slide a:hover figure img {
  transform: scale(1.08);
}
.project-slide.swiper-slide-active a {
  margin-top: 0;
  transform: rotateY(0deg);
}
.project-slide.swiper-slide-active figure {
  border-color: rgba(6, 197, 219, 0.3);
}
.project-slide.swiper-slide-active figure:before {
  opacity: 0;
}
.project-slide.swiper-slide-active .project__infos:before {
  opacity: 1;
  visibility: visible;
}
.project-slide.swiper-slide-active .promore {
  margin-top: 0.32rem;
  height: 0.18rem;
  opacity: 1;
  font-family: "SourceHanSansCN-Regular";
}
.project-slide figure {
  position: relative;
  display: block;
  padding-bottom: 134.78%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
  border: 0.05rem solid rgba(255, 255, 255, 0.32);
  transition: 0.4s;
}
.project-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-slide figure img {
  transition: 0.68s;
}
.project-slide figure:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 2;
  width: 100%;
  height: 64.51%;
  border-radius: 0.2rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
  transition: 0.5s;
}
.project__infos {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  padding-bottom: 0.45rem;
  z-index: 3;
}
.project__infos:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 3rem;
  background: linear-gradient(to bottom, rgba(42, 215, 238, 0), rgba(42, 215, 238, 0.69));
  border-radius: 0.2rem;
  opacity: 0;
  transition: 0.5s;
}
.prowr {
  text-align: center;
  box-sizing: border-box;
  padding: 0 0.32rem;
  width: 100%;
}
.prowr strong {
  display: block;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.33rem;
  font-weight: normal;
  font-family: "SourceHanSansCN-Medium";
}
.promore {
  display: inline-block;
  margin-top: 0.32rem;
  line-height: 1.2;
  color: #fff;
  font-size: 0.16rem;
  text-decoration: underline;
  height: 0;
  opacity: 0;
  margin-top: 0;
  transition: 0.4s;
}
.project__line {
  position: absolute;
  left: 50%;
  margin-left: -2.59rem;
  bottom: 0.12rem;
  z-index: 3;
  width: 5.19rem;
  height: 0.47rem;
  background: url(../images/line1.png) center no-repeat;
  background-size: cover;
}
.project__line i {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -0.1rem;
  bottom: -0.1rem;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: linear-gradient(to bottom, #2AD7EE, #2AD7EE);
}
.project__line span {
  display: block;
  position: absolute;
  top: 0.15rem;
  width: 0.4rem;
  height: 0.23rem;
  background: url(../images/prev1.svg) center no-repeat;
  background-size: cover;
  cursor: pointer;
}
.project__line span.prev {
  left: 0.7rem;
}
.project__line span.next {
  right: 0.7rem;
  background: url(../images/next1.svg) center no-repeat;
  background-size: cover;
}
.space {
  position: relative;
  z-index: 2;
  margin-top: -15.1042vw;
}
.space:before {
  position: absolute;
  left: -0.7292vw;
  top: -14.2292vw;
  content: "";
  width: 96.25vw;
  height: 101.7187vw;
  background: url(../images/spacefix.png) center no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
.space.active:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 1s;
  transform: scale(1);
}
.space.active .space__imgs {
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  transition: 1.4s;
}
.space.active .space__btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.space__wrap {
  margin: auto;
  border-radius: 50%;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  height: 82.2917vw;
  transition: 3s;
  overflow: hidden;
  width: 81.7188vw;
}
.space__imgs {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.3021vw;
  width: 100vw;
  height: 80.4167vw;
  line-height: 1;
  overflow: hidden;
  mask-image: url(../images/1.png);
  -webkit-mask-image: url(../images/1.png);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 250% auto;
  -webkit-mask-size: 250% auto;
  mask-position: center 72%;
  -webkit-mask-position: center 72%;
  transition: 1s;
}
.space__imgs img {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50vw);
  bottom: 0;
  width: 100vw;
  height: auto;
}
.space__fix {
  position: absolute;
  left: 0;
  top: 25.8854vw;
  width: 100%;
  z-index: 4;
  text-align: center;
}
.space__fix .introduct__title small {
  margin-bottom: 0.14rem;
}
.space__fix .start {
  top: auto;
  bottom: 0;
}
.space__btn {
  margin-top: 2.8646vw;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.58s;
}
.space__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  width: 1.84rem;
  height: 1.84rem;
  border-radius: 50%;
  background: linear-gradient(to bottom, rgba(42, 215, 238, 0), rgba(42, 215, 238, 0.18));
}
.space__btn a:hover {
  animation: beat 0.5s cubic-bezier(0.6, 4, 0.3, 0.8);
}
.space__btn a i {
  display: inline-block;
  margin-bottom: 0.22rem;
  color: #06C5DB;
  font-style: normal;
  line-height: 1;
  font-size: 0.42rem;
}
.space__btn a p {
  line-height: 1;
  color: #06C5DB;
  font-size: 0.2rem;
  font-family: "SourceHanSansCN-Regular";
}
@keyframes beat {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
.home__news {
  padding: 5.8958vw 4.4271vw 0;
  position: relative;
  z-index: 1;
}
.home__news:before {
  position: absolute;
  top: -10.4167vw;
  left: 0;
  z-index: -1;
  content: "";
  width: 100vw;
  height: 56.0938vw;
  background: url(../images/yz.png) center top no-repeat;
  background-size: cover;
  opacity: 0.05;
}
.news__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.common__btn {
  display: flex;
  align-items: center;
}
.common__btn span {
  display: inline-block;
  margin-right: 0.14rem;
  position: relative;
  z-index: 2;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.48rem;
  color: #BFBFBF;
  font-size: 0.15rem;
  background: #fff;
  cursor: pointer;
  transition: 0.36s;
}
.common__btn span:hover {
  color: #fff;
}
.common__btn span:hover:before {
  opacity: 1;
}
.common__btn span:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #06C5DB;
  opacity: 0;
  transition: 0.4s;
}
.common__btn span:last-child {
  margin-right: 0;
}
.news__swiper {
  margin: 0 -0.3rem;
  padding: 0 0.3rem 0.3rem;
  margin-top: 0.74rem;
  overflow: hidden;
}
.news-slide {
  width: 5.5rem;
  background: #fff;
  border-radius: 0.2rem;
  transition: box-shadow 0.4s;
}
.news-slide:hover {
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 205, 0.16);
}
.news-slide:hover figure img {
  transform: scale(1.05);
}
.news-slide:hover .news__infos strong {
  color: #06C5DB;
}
.news-slide figure {
  position: relative;
  display: block;
  padding-bottom: 65.45%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem 0.2rem 0 0;
}
.news-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-slide figure img {
  transition: 0.68s;
}
.news__infos {
  padding: 0.23rem 0.23rem 0.4rem;
}
.news__infos span {
  display: block;
  margin-bottom: 0.22rem;
  line-height: 1;
  color: #666666;
  font-size: 0.16rem;
}
.news__infos strong {
  display: block;
  color: #333333;
  font-size: 0.2rem;
  line-height: 0.33rem;
  height: 0.66rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: normal;
  transition: 0.34s;
}
.news__infos time {
  display: block;
  margin-top: 0.38rem;
  line-height: 1;
  color: #333333;
  font-size: 0.2rem;
}
.events__box {
  padding-top: 1rem;
  padding-bottom: 14.8438vw;
  background-attachment: local;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.events__top {
  text-align: center;
}
.events__top .introduct__title {
  display: inline-block;
  text-align: left;
  position: relative;
  z-index: 3;
}
.events__hide {
  position: relative;
  padding: 0 10.4167vw;
  margin-top: 1.14rem;
}
.events__hide:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.events__hide.article-block:before {
  transform: scaleX(0);
  transition: 4s;
  transform-origin: left center;
}
.events__hide.active:before {
  transform: scaleX(1);
}
.event-slide {
  width: 3.43rem;
}
.event-slide:hover time {
  color: #fff;
}
.event-slide:hover time:before {
  opacity: 1;
}
.event-slide:hover .event__info figure img {
  transform: scale(1.07);
}
.event-slide:hover .event__titles {
  background: #06C5DB;
}
.event-slide:hover .event__titles strong {
  color: #fff;
}
.event-slide time {
  display: block;
  position: relative;
  z-index: 3;
  margin: auto;
  width: 1.2rem;
  height: 0.36rem;
  text-align: center;
  line-height: 0.36rem;
  border-radius: 0.18rem;
  background: #fff;
  color: #666666;
  font-size: 0.16rem;
  font-family: "gilroy-regular";
  transition: 0.4s;
}
.event-slide time:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.18rem;
  background: #06C5DB;
  opacity: 0;
  transition: 0.4s;
}
.event__info {
  border-radius: 0.16rem;
  overflow: hidden;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(0.18rem);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
}
.event__info figure {
  line-height: 0;
  position: relative;
  display: block;
  padding-bottom: 50.7288%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0 0 0.16rem 0.16rem;
}
.event__info figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event__info figure img {
  transition: 0.678s;
}
.event__titles {
  position: relative;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  height: 0.6rem;
  transition: 0.45s;
}
.event__titles strong {
  display: inline-block;
  color: #333333;
  font-size: 0.18rem;
  line-height: 1.2;
  font-weight: normal;
  transition: 0.4s;
}
.event__line {
  margin: auto;
  position: relative;
  width: 1px;
  height: 0.8rem;
  background: #fff;
}
.event__line i {
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -0.11rem;
  top: 50%;
  margin-top: -0.1rem;
  width: 0.18rem;
  height: 0.18rem;
  border: 1px solid #fff;
  border-radius: 50%;
}
.event__line i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.04rem;
  margin-top: -0.04rem;
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #fff;
}
.event-slide:nth-child(2n+2) {
  margin-top: 10.4167vw;
  display: flex;
  flex-direction: column-reverse;
}
.event-slide:nth-child(2n+2) .event__titles strong {
  color: #fff;
}
.events__btn span {
  position: absolute;
  top: 50%;
  margin-top: -0.24rem;
  z-index: 5;
}
.events__btn span.swiper-button-disabled {
  opacity: 0.4;
}
.events__btn span.prev {
  left: 4.4271vw;
}
.events__btn span.next {
  right: 4.4271vw;
}
.footer {
  position: relative;
  padding: 2rem 4.4271vw 0;
  z-index: 6;
  background: url(../images/footerbg1.png) left top repeat-x;
  background-size: auto 100%;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 3.75vw;
}
.footer__logo img {
  display: inline-block;
  width: auto;
  height: 0.47rem;
}
.address {
  margin-top: 0.36rem;
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.28rem;
  font-family: "SourceHanSansCN-Regular";
}
.address p {
  opacity: 0.65;
  transition: 0.4s;
}
.address p a {
  color: #333;
}
.footer__navs {
  display: flex;
  align-items: flex-start;
}
.footer__navs--item {
  margin-right: 5.9375vw;
}
.footer__navs--item:last-child {
  margin-right: 0;
}
.footer__navs--item dt {
  display: block;
  margin-bottom: 0.36rem;
  line-height: 1;
}
.footer__navs--item dt a {
  display: inline-block;
  color: #333333;
  font-size: 0.2rem;
  line-height: 1;
}
.footer__navs--item dt a:hover {
  color: #06C5DB;
}
.footer__navs--item dd {
  display: block;
}
.footer__navs--item dd p {
  margin-bottom: 0.1rem;
}
.footer__navs--item dd p:last-child {
  margin-bottom: 0;
}
.footer__navs--item dd p a {
  display: inline-block;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.28rem;
  font-family: "SourceHanSansCN-Regular";
}
.footer__navs--item dd p a:hover {
  color: #06C5DB;
}
.footer__copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.7rem;
  border-top: 1px solid #BFBFBF;
}
.footer__copy p {
  color: #333333;
}
.footer__copy p a {
  display: inline-block;
  margin-right: 0.12rem;
  opacity: 0.65;
  color: #333333;
  font-size: 0.14rem;
  font-family: "SourceHanSansCN-Regular";
}
.footer__copy p a:hover {
  opacity: 1;
}
.footer__share {
  position: absolute;
  left: 50%;
  margin-left: -3.32rem;
  top: -1.7rem;
  width: 6.64rem;
  height: 1.71rem;
  background: url(../images/footerbg.png) center top no-repeat;
  background-size: cover;
}
.share__eq {
  position: absolute;
  left: 50%;
  margin-left: -0.61rem;
  top: 1.36rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.23rem;
  height: 1.2rem;
  background: #fff;
  box-shadow: 0 0.1rem 0.2rem rgba(168, 168, 168, 0.17);
  border-radius: 50%;
}
.share__eq figure {
  display: block;
  margin: auto;
  width: 0.7rem;
}
.share__eq figure img {
  display: block;
  width: 100%;
  height: auto;
}
.share__eq p {
  text-align: center;
  margin-top: 0.02rem;
  font-size: 12px;
}
.share__eq--item {
  display: none;
}
.share__eq--item:first-child {
  display: block;
}
.share__list li {
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
}
.share__list li:nth-child(n + 7) {
  display: none;
}
.share__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.65rem;
  height: 0.65rem;
  background: #fff;
  transition: 0.38s;
  border-radius: 50%;
}
.share__list li.on a {
  background: #06C5DB;
  box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
}
.share__list li.on span img.show {
  opacity: 0;
}
.share__list li.on span img.hide {
  opacity: 1;
}
.share__list li:nth-child(1) {
  left: 0.6rem;
  bottom: -0.52rem;
}
.share__list li:nth-child(2) {
  left: 1.36rem;
  top: 0.86rem;
}
.share__list li:nth-child(3) {
  left: 2.4rem;
  top: 0.3rem;
}
.share__list li:nth-child(4) {
  right: 2.45rem;
  top: 0.3rem;
}
.share__list li:nth-child(5) {
  right: 1.36rem;
  top: 0.86rem;
}
.share__list li:nth-child(6) {
  right: 0.6rem;
  bottom: -0.52rem;
}
.share__list li span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 0.33rem;
  height: 0.25rem;
  text-align: center;
}
.share__list li span img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.4s;
}
.share__list li span img.hide {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 0;
}
.introduct__zz.article-block .pole {
  clip-path: inset(100% 0 0 0);
  transition: 2s;
}
.introduct__zz.article-block .pole.detay1 {
  transition-delay: 0.3s;
}
.introduct__zz.article-block .pole.detay2 {
  transition-delay: 0.5s;
}
.introduct__zz.article-block .leaf {
  opacity: 0;
  transition: 1s 0.5s;
}
.introduct__zz.article-block .leaf.detay1 {
  transition-delay: 1s;
}
.introduct__zz.active .pole {
  clip-path: inset(0 0 0 0);
}
.introduct__zz.active .leaf {
  opacity: 1;
}
.event__desc {
  margin-top: 0.12rem;
  color: #666666;
  font-size: 0.2rem;
  line-height: 1.1;
  font-family: "SourceHanSansCN-Regular";
}
.start.article-block {
  opacity: 0;
  transition: 0.7s 0.5s;
}
.start.active {
  opacity: 1;
  transform: scale(1);
}
.share__list.article-block li {
  transform: scale(0);
  opacity: 0;
  transition: 0.5s;
}
.share__list.active li {
  transform: scale(1);
  opacity: 1;
}
.share__list.active li:nth-child(2) {
  transition-delay: 0.15s;
}
.share__list.active li:nth-child(3) {
  transition-delay: 0.3s;
}
.share__list.active li:nth-child(4) {
  transition-delay: 0.45s;
}
.share__list.active li:nth-child(5) {
  transition-delay: 0.6s;
}
.share__list.active li:nth-child(6) {
  transition-delay: 0.75s;
}
.pbanner {
  position: relative;
}
.pbanner figure {
  position: relative;
  display: block;
  padding-bottom: 39.0625%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.pbanner figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptext {
  position: absolute;
  left: 10.9375vw;
  top: 50%;
  transform: translateY(-50%);
}
.ptext strong {
  display: block;
  line-height: 1.1;
  color: #fff;
  font-size: 0.5rem;
  font-weight: bold;
  overflow: hidden;
}
.pmore {
  display: inline-flex;
  margin-top: 0.24rem;
  align-items: center;
  cursor: pointer;
}
.pmore span {
  display: inline-flex;
  margin-right: 0.08rem;
  color: #fff;
  font-size: 0.16rem;
  font-family: "SourceHanSansCN-Medium";
}
.pmore b {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 0.16rem;
  height: 0.16rem;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 0.16rem;
  color: #fff;
  font-size: 0.12rem;
  font-weight: normal;
}
.pmore b i {
  display: inline-block;
  transform: scale(0.5);
}
.leval__menu {
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0 9.6875vw;
  z-index: 3;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.leval__menu--list {
  display: flex;
}
.leval__menu--list li {
  position: relative;
  z-index: 2;
}
.leval__menu--list li:before {
  content: "";
  width: 0;
  height: 100%;
  background: #06C5DB;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.leval__menu--list li:hover,
.leval__menu--list li.active {
  color: #06C5DB;
}
.leval__menu--list li:hover:before,
.leval__menu--list li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.leval__menu--list li a {
  display: inline-flex;
  align-items: center;
  padding: 0 0.24rem;
  height: 0.7rem;
  color: #fff;
  font-size: 0.18rem;
}
.about__box {
  position: relative;
  z-index: 3;
  padding: 1.4rem 10.9375vw 3.6rem;
  background: #F5FDFF;
}
.about__box:before {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 37.0833vw;
  height: 37.3438vw;
  background: url(../images/about.png) center no-repeat;
  background-size: cover;
}
.introduct__fixs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.1rem;
}
.introduct__item {
  margin-bottom: 4.1667vw;
  display: flex;
  align-items: center;
}
.introduct__item:last-child {
  margin-bottom: 0;
}
.introduct__item b {
  display: block;
  width: 1.07rem;
  height: 0.82rem;
  line-height: 1;
}
.introduct__item b img {
  display: inline-flex;
  max-width: 100%;
  max-height: 100%;
}
.introduct__numble {
  margin-left: 3.125vw;
}
.introduct__numble span {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  color: transparent;
  font-size: 7.8125vw;
  font-family: "gilroy-bold";
  text-stroke: 1px #06C5DB;
  /* 文字描边宽度和颜色 */
  -webkit-text-stroke: 1px #06C5DB;
}
.introduct__numble span em {
  font-weight: normal;
  font-style: normal;
}
.introduct__numble span i {
  font-style: normal;
  font-size: 4.1667vw;
}
.introduct__numble p {
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.1;
}
.introboxs {
  box-sizing: border-box;
  padding: 5.8333vw 4.0625vw 6.25vw;
  width: 52.4%;
  border-radius: 0.2rem;
  background: linear-gradient(to bottom, #FFFFFF, #ECFFFF);
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 205, 0.16);
}
.intro__tt {
  position: relative;
  margin-bottom: 2.6042vw;
  padding-bottom: 3.2292vw;
}
.intro__tt:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0.48rem;
  height: 0.1rem;
  background: url(../images/dist2.png) center no-repeat;
  background-size: cover;
}
.intro__tt strong {
  display: block;
  color: #333333;
  font-size: 0.36rem;
  font-weight: normal;
  font-family: "SourceHanSansCN-Medium";
  line-height: 1.388;
}
.introtexts {
  color: #666666;
  font-size: 0.24rem;
  line-height: 2.083;
  font-family: "SourceHanSansCN-Regular";
}
.offline li {
  margin-bottom: 0.42rem;
  background: linear-gradient(to bottom, #FFFFFF, #ECFFFF);
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 205, 0.16);
}
.offline li:first-child .offline__default {
  display: none;
}
.offline li:first-child .offline__hide {
  display: block;
}
.offline__wr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.44rem 0 0.78rem;
  height: 1rem;
}
.offline__default {
  cursor: pointer;
}
.offline__default strong {
  display: block;
  color: #333333;
  font-size: 0.26rem;
  font-weight: normal;
  font-family: "SourceHanSansCN-Medium";
}
.offline__default b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.43rem;
  height: 0.43rem;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
}
.offline__default b i {
  display: inline-flex;
  position: relative;
  width: 0.12rem;
  height: 0.12rem;
}
.offline__default b i:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.015rem;
  content: "";
  width: 100%;
  height: 0.03rem;
  background: #06C5DB;
}
.offline__default b i:after {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -0.015rem;
  content: "";
  width: 0.03rem;
  height: 100%;
  background: #06C5DB;
}
.offline__hide {
  display: none;
}
.offline__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0.52rem 0.33rem 0.8rem;
}
.offline__left {
  width: 35.5208vw;
}
.offline__title {
  padding-bottom: 0.6rem;
  position: relative;
  margin-bottom: 0.64rem;
}
.offline__title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0.48rem;
  height: 0.1rem;
  background: url(../images/dist2.png) center no-repeat;
  background-size: cover;
}
.offline__title strong {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1;
  color: #333333;
  font-size: 0.36rem;
  font-weight: normal;
  font-family: "SourceHanSansCN-Medium";
}
.offline__title small {
  display: block;
  line-height: 1;
  color: #A8A8A8;
  font-size: 0.18rem;
  text-transform: uppercase;
  font-family: "gilroy-regular";
}
.offline__text {
  color: #666666;
  font-size: 0.16rem;
  line-height: 2;
  font-family: "SourceHanSansCN-Regular";
}
.offline__imgs {
  position: relative;
  width: 31.8229vw;
  z-index: 2;
}
.offline__imgs:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -55%;
  margin-top: -56.35%;
  content: "";
  width: 110%;
  height: 112.7%;
  background: url(../images/off1.png) center no-repeat;
  background-size: 100%;
  z-index: -1;
  animation: move1 6s linear infinite;
}
.offline__imgs:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -52.89%;
  margin-top: -56.08%;
  content: "";
  width: 102.78%;
  height: 112.17%;
  background: url(../images/off2.png) center no-repeat;
  background-size: 100%;
  z-index: -1;
  animation: move1 6s linear infinite reverse;
}
.offline__imgs figure {
  z-index: 1;
  position: relative;
  display: block;
  padding-bottom: 94.03%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  mask: url(../images/15.png) no-repeat;
  mask-size: cover;
  mask-position: center;
}
.offline__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes move1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mission {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
.mission__item {
  position: relative;
  width: 30.66%;
  transition: 0.66s;
}
.mission__item.now {
  width: 66.6666%;
}
.mission__item.now .mission__hide {
  margin: auto;
  width: 5.5rem;
  max-width: 88%;
}
.mission__item.now .mission__info:before {
  opacity: 0;
}
.mission__item.now .mission__info:after {
  opacity: 1;
}
.mission__item.now .mission__info strong {
  font-size: 0.18rem;
}
.mission__item.now .mission__hide {
  padding-top: 0.16rem;
  max-height: 1.29rem;
  opacity: 1;
  visibility: visible;
}
.mission__item figure {
  position: relative;
  display: block;
  padding-bottom: 26.0417vw;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.mission__item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mission__info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.96rem 0.2rem 0.65rem;
  box-sizing: border-box;
  width: 100%;
  z-index: 3;
  text-align: center;
  transition: 0.4s;
}
.mission__info:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.34));
  border-radius: 0.2rem;
  transition: 0.4s;
}
.mission__info:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: linear-gradient(to bottom, rgba(42, 215, 238, 0), #2ad7ee);
  border-radius: 0.2rem;
  transition: 0.4s;
  opacity: 0;
}
.mission__info strong {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 0.24rem;
  font-weight: normal;
  font-family: "SourceHanSansCN-Medium";
  transition: 0.4s;
}
.mission__hide {
  padding-top: 0.16rem;
  color: #fff;
  font-size: 0.24rem;
  font-family: "SourceHanSansCN-Medium";
  line-height: 1.8;
  padding-top: 0;
  max-height: 0;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}
.support__box {
  padding: 1.1rem 8.3333vw 3.5rem;
  background: #F5FDFF;
}
.support__list {
  padding-bottom: 0.6rem;
}
.support__list li {
  margin-bottom: 0.6rem;
}
.support__list li a {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
  border-radius: 0.2rem;
  background: linear-gradient(to bottom, #FFFFFF, #ECFFFF);
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 205, 0.16);
}
.support__list li a:hover {
  background: linear-gradient(to top, rgba(42, 215, 238, 0), rgba(42, 215, 238, 0.08));
  box-shadow: none;
}
.support__list li a:hover .support__imgs figure img {
  transform: scale(1.08);
}
.support__list li a:hover .support__tt strong {
  color: #06C5DB;
}
.support__list li a:hover .support__fix span {
  background: #06C5DB;
  color: #fff;
}
.support__imgs {
  width: 33.333%;
}
.support__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 64%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.support__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.support__imgs figure img {
  transition: 0.55s;
}
.support__tt {
  flex: 1;
  margin-left: 3.5417vw;
  margin-right: 6.0417vw;
  padding-top: 4.1667vw;
}
.support__tt strong {
  display: block;
  color: #333333;
  font-size: 0.36rem;
  line-height: 1.3888;
  font-weight: normal;
  font-family: "SourceHanSansCN-Medium";
  transition: 0.4s;
}
.support__fix {
  padding-top: 4.1667vw;
  width: 25vw;
}
.support__fix p {
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.83;
  font-family: "SourceHanSansCN-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.support__fix span {
  display: inline-block;
  margin-top: 4.5833vw;
  width: 0.54rem;
  height: 0.54rem;
  border: 1px solid #06C5DB;
  border-radius: 50%;
  text-align: center;
  line-height: 0.54rem;
  color: #06C5DB;
  font-size: 0.2rem;
  transition: 0.4s;
}
.pages__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page__prev a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  width: 1.88rem;
  height: 0.55rem;
  background: linear-gradient(to bottom, #fff, #ECFFFF);
  border-radius: 0.28rem;
  box-shadow: 0 0.05rem 0.1rem rgba(17, 146, 255, 0.16);
}
.page__prev a:hover:before {
  opacity: 1;
  visibility: visible;
}
.page__prev a:hover i,
.page__prev a:hover span {
  color: #fff;
}
.page__prev a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.28rem;
  background: #06C5DB;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.page__prev a i {
  display: inline-block;
  margin-left: -0.1rem;
  margin-right: 0.12rem;
  color: #999999;
  font-size: 0.12rem;
  transform: scale(0.5);
  transition: 0.35s;
}
.page__prev a span {
  display: inline-block;
  color: #999999;
  font-size: 0.16rem;
  font-family: "SourceHanSansCN-Regular";
  transition: 0.35s;
}
.page__last a {
  flex-direction: row-reverse;
}
.page__last a i {
  margin-left: 0.12rem;
  margin-right: -0.1rem;
}
.pages__li {
  display: flex;
  align-items: center;
}
.pages__li li {
  margin-right: 0.3rem;
}
.pages__li li:last-child {
  margin-right: 0;
}
.pages__li li:hover a,
.pages__li li.active a {
  color: #06C5DB;
}
.pages__li li a {
  display: inline-block;
  color: #999999;
  font-size: 0.2rem;
  font-family: "gilroy-bold";
}
.about__inner {
  margin-top: 1rem;
  padding-top: 1.06rem;
}
.posites {
  display: flex;
  align-items: center;
  margin-bottom: 0.58rem;
}
.posites a {
  display: inline-flex;
  align-items: center;
  color: #666666;
  font-size: 0.16rem;
  font-family: "SourceHanSansCN-Regular";
  line-height: 1.2;
}
.posites a.on {
  color: #06C5DB;
}
.posites a:hover {
  color: #06C5DB;
}
.posites a i {
  display: inline-block;
  margin-right: 0.12rem;
  color: #06C5DB;
  font-style: normal;
  font-size: 0.16rem;
}
.posites b {
  display: inline-block;
  margin: 0 0.15rem;
  border-top: 0.04rem solid transparent;
  border-bottom: 0.04rem solid transparent;
  border-left: 0.08rem solid #BFBFBF;
}
.support__Is {
  position: relative;
  display: block;
  padding-bottom: 44%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.support__Is img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.support__v {
  padding-left: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin-top: -2.2rem;
}
.support__flex {
  position: sticky;
  top: 0;
  z-index: 2;
  width: 37.93%;
}
.support__flex .page__prev a:hover i {
  color: #fff;
}
.support__flex .page__prev a i {
  color: #06C5DB;
}
.support__word {
  padding: 0.6rem 0.4rem;
  margin-bottom: 0.8rem;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #FFFFFF, #ECFFFF);
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 205, 0.16);
}
.support__top {
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #E6E6E6;
}
.support__top p {
  display: flex;
  align-items: center;
  margin-bottom: 0.18rem;
  line-height: 1.1;
  color: #666666;
  font-size: 0.16rem;
  font-family: "SourceHanSansCN-Regular";
}
.support__top p i {
  display: inline-block;
  margin-right: 0.16rem;
  font-size: 0.14rem;
  color: #06C5DB;
}
.support__top strong {
  display: block;
  color: #333333;
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 1.388;
}
.keywords {
  margin-top: 0.54rem;
}
.keywords strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1;
  color: #06C5DB;
  font-size: 0.18rem;
  font-weight: normal;
}
.keywords p {
  margin-bottom: 0.15rem;
  color: #666666;
  font-size: 0.16rem;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Regular";
}
.soppurt__f {
  flex: 1;
  margin-left: 6.25vw;
  padding-top: 3.2rem;
  width: 0;
  color: #666666;
  font-size: 0.18rem;
  font-family: "SourceHanSansCN-Regular";
}
.soppurt__f img {
  max-width: 100%;
  width: auto;
}
.exhibition__box {
  padding: 0 10.9375vw 3.1rem;
  background: #F5FDFF;
}
.exhibite__top {
  position: relative;
  z-index: 3;
  padding: 1.7rem 0 2rem;
}
.exhibite__tt {
  margin-bottom: 0.9rem;
}
.exhibite__tt strong {
  display: block;
  color: #333333;
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 1.3888;
}
.exhibite__eq {
  display: flex;
}
.exhibite__eq--item {
  margin-right: 0.6rem;
  padding: 0.2rem 0 0.24rem;
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 205, 0.16);
  width: 2.3rem;
  text-align: center;
}
.exhibite__eq--item:last-child {
  margin-right: 0;
}
.exhibite__eq--item figure {
  display: block;
  line-height: 1;
  margin: auto;
  width: 1.56rem;
}
.exhibite__eq--item figure img {
  display: block;
  width: 100%;
  height: auto;
}
.exhibite__eq--item p {
  margin-top: 0.28rem;
  line-height: 1;
  color: #333333;
  font-size: 0.18rem;
}
.exhibite__imgs {
  position: absolute;
  right: -10.4167vw;
  top: -11.1979vw;
  z-index: 2;
  width: 60.7292vw;
  overflow: hidden;
}
.exhibite__imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.exhibition-slide {
  position: relative;
}
.exhibition-slide.swiper-slide-active .exhibition__info {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition-delay: 0.35s;
}
.exhibition-slide > figure {
  position: relative;
  display: block;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 205, 0.16);
}
.exhibition-slide > figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exhibition__info {
  position: absolute;
  left: 0.33rem;
  bottom: 0.28rem;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateX(80px);
  transition: 0.75s;
}
.exhibition__info a {
  box-sizing: border-box;
  padding: 0.15rem;
  display: flex;
  align-items: center;
  width: 5rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.2rem;
}
.exhibite__images {
  width: 1.1rem;
}
.exhibite__images figure {
  position: relative;
  display: block;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.exhibite__images figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exhibite__text {
  flex: 1;
  margin-left: 0.24rem;
  width: 0;
}
.exhibite__text strong {
  display: block;
  margin-bottom: 0.14rem;
  color: #333333;
  font-size: 0.22rem;
  font-family: "SourceHanSansCN-Regular";
  line-height: 1.1;
}
.exhibite__text p {
  color: #666666;
  font-size: 0.16rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.exhibite__text span {
  display: inline-block;
  margin-top: 0.12rem;
  line-height: 1;
  color: #06C5DB;
  font-size: 0.16rem;
  text-decoration: underline;
}
.exhibition__hide {
  overflow: hidden;
  margin: 0 -10.9375vw;
  padding: 0 10.9375vw;
}
.exhibite__tt {
  margin-bottom: 0.4rem;
}
.exhibite__tt strong {
  display: block;
  line-height: 1.1;
  color: #333333;
  font-size: 0.5rem;
  font-family: "SourceHanSansCN-Regular";
  font-weight: bold;
}
.exhibite__imgv {
  padding-bottom: 40%;
}
.experience {
  margin: -6.7708vw 6.5104vw 0;
  padding: 3.6458vw 3.125vw 3.125vw;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 0.2rem;
  background: linear-gradient(to bottom, #FFFFFF, #ECFFFF);
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 206, 0.16);
}
.experience__left {
  width: 30.25%;
}
.experience__left strong {
  display: block;
  color: #333333;
  font-size: 0.36rem;
  line-height: 1.388;
  font-weight: normal;
}
.experience__eq {
  margin-top: 0.56rem;
}
.experience__eq img {
  display: inline-block;
  width: 1.26rem;
}
.experience__fix {
  width: 49.91%;
}
.experience__text {
  margin-bottom: 0.35rem;
  color: #666666;
  font-size: 0.16rem;
  line-height: 2.1;
  font-family: "SourceHanSansCN-Regular";
}
.experience__tag {
  margin-bottom: 0.48rem;
}
.experience__tag p {
  display: flex;
  margin-bottom: 0.2rem;
  line-height: 1.1;
  color: #666666;
  font-size: 0.16rem;
  font-family: "SourceHanSansCN-Regular";
}
.experience__tag p i {
  display: inline-block;
  width: 0.34rem;
  color: #06C5DB;
  font-size: 0.16rem;
}
.experice__btn a {
  color: #06C5DB;
}
.experice__btn a i,
.experice__btn a span {
  color: #06C5DB;
}
.experience__list {
  margin-top: 1.6rem;
  padding-bottom: 0.9rem;
  display: flex;
  flex-wrap: wrap;
}
.experience__list li {
  margin-right: 4%;
  margin-bottom: 0.7rem;
  width: 48%;
  cursor: pointer;
}
.experience__list li:nth-child(2n+2) {
  margin-right: 0;
}
.experience__list li:hover figure img {
  transform: scale(1.08);
}
.experience__list li figure {
  position: relative;
  display: block;
  padding-bottom: 62.9166%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.experience__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experience__list li figure img {
  transition: 0.65s;
}
.experience__list li figure b {
  display: block;
  position: absolute;
  right: 0.35rem;
  top: 0.35rem;
  z-index: 3;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.42rem;
  background: #fff;
  color: #333333;
  font-size: 0.15rem;
}
.experience__in {
  margin: -0.76rem 0.35rem 0;
  position: relative;
  z-index: 3;
  padding: 0.26rem 2.5521vw 1.8229vw;
  border-radius: 0.2rem;
  background: linear-gradient(to bottom, #FFFFFF, #ECFFFF);
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 206, 0.16);
}
.experience__in strong {
  display: block;
  margin-bottom: 0.38rem;
  line-height: 1.1;
  color: #333333;
  font-size: 0.2rem;
  font-weight: normal;
}
.experience__in .experience__tag {
  margin-bottom: 0;
}
.experience__in .experience__tag p:last-child {
  margin-bottom: 0;
}
.exhibite__boxs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.exhibite__boxs a {
  display: inline-flex;
  align-items: center;
  color: #999999;
  font-size: 0.16rem;
  line-height: 1.2;
}
.exhibite__boxs a:hover {
  color: #06C5DB;
}
.exhibite__boxs a i {
  display: inline-block;
  margin-right: 0.14rem;
  width: 0.23rem;
  height: 0.23rem;
  background: url(../images/loader.png) center no-repeat;
  background-size: cover;
  animation: rolateFix 3s infinite linear;
}
@keyframes rolateFix {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.popUpblack {
  background: #000 \9;
  filter: alpha(opacity=80);
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1010;
  display: none;
}
.popUp {
  width: 220px;
  border: 2px solid #06C5DB;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -87px 0 0 -115px;
  z-index: 1004;
}
.popUp .t {
  padding: 0 0 0 10px;
  height: 26px;
  line-height: 26px;
  color: #666;
  font-weight: bold;
  border-bottom: 1px solid #e8e8e8;
  background: #f2f2f2;
}
.popUp .t .close {
  padding: 0 10px 0 0;
  float: right;
  cursor: pointer;
  color: #666;
  font-weight: normal;
}
.popUp .img {
  padding: 20px;
}
.popUp .img img {
  width: 100%;
  display: block;
}
.leval__menu--down {
  padding: 0 10.9375vw;
  background: #fff;
}
.leval__menu--li {
  display: flex;
  align-items: center;
  height: 0.6rem;
}
.leval__menu--li li {
  position: relative;
  margin-right: 1.2rem;
}
.leval__menu--li li:hover a,
.leval__menu--li li.active a {
  color: #06C5DB;
}
.leval__menu--li li:before {
  position: absolute;
  right: -0.6rem;
  top: 50%;
  margin-top: -0.06rem;
  content: "";
  width: 1px;
  height: 0.12rem;
  background: #A8A8A8;
}
.leval__menu--li li:last-child {
  margin-right: 0;
}
.leval__menu--li li:last-child:before {
  display: none;
}
.leval__menu--li li a {
  display: inline-block;
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.6rem;
}
.immerse {
  padding: 1.2rem 10.9375vw 3.6rem;
  background: #F5FDFF;
}
.immerse__top {
  margin-bottom: 0.6rem;
  border-radius: 0.2rem;
  background: linear-gradient(to bottom, #fff, #ECFFFF);
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 206, 0.16);
}
.immerse__info {
  display: flex;
  align-items: center;
}
.immerse__imgs {
  position: relative;
  width: 53.333%;
}
.immerse__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.immerse__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.immerse__imgs figure video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.immerse__fixs {
  flex: 1;
  padding: 0 6.0417vw 0 3.9583vw;
  width: 0;
}
.immerse__text {
  margin-bottom: 0.4rem;
}
.immerse__text strong {
  display: block;
  margin-bottom: 0.42rem;
  line-height: 1.1;
  color: #333333;
  font-size: 0.36rem;
  font-weight: normal;
}
.immerse__text p {
  color: #333333;
  font-size: 0.18rem;
  font-family: "SourceHanSansCN-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.immerse__time {
  margin-bottom: 0.52rem;
}
.immerse__time p {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Regular";
}
.immerse__time p i {
  margin-right: 0.06rem;
  color: #06C5DB;
  font-weight: normal;
  font-style: normal;
  font-size: 0.24rem;
}
.immerse__btn a {
  display: inline-flex;
  align-items: center;
  padding: 0 0.36rem;
  height: 0.55rem;
  border-radius: 0.28rem;
  background: linear-gradient(to bottom, #FFFFFF, #ECFFFF);
  color: #999999;
  font-size: 0.16rem;
  font-family: "SourceHanSansCN-Regular";
  box-shadow: 0 0.05rem 0.1rem rgba(17, 146, 205, 0.16);
}
.immerse__btn a.active,
.immerse__btn a:hover {
  background: #06C5DB;
  color: #fff;
}
.immerse__btn a.active i,
.immerse__btn a:hover i {
  color: #fff;
}
.immerse__btn a i {
  display: inline-flex;
  margin-right: 0.1rem;
  font-size: 0.16rem;
}
.immerse__eq {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 0.5rem;
  border-radius: 0.25rem;
  background: #EEFBFF;
  text-align: center;
}
.immerse__eq span {
  display: block;
  height: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.18rem;
  background: #06C5DB;
  border-radius: 50%;
}
.immerse__eq p {
  padding: 0.1rem 0 0.19rem;
  display: inline-block;
  text-align: center;
  writing-mode: vertical-lr;
  color: #666666;
  font-size: 0.16rem;
  font-family: "SourceHanSansCN-Regular";
}
.immerse__hide {
  padding: 3.125vw 7.2917vw 3.5937vw;
  overflow: hidden;
  display: none;
}
.immerse__swiper {
  position: relative;
}
.immerse-slide {
  width: 1.6rem;
  opacity: 0;
  transition: opacity 0.5s;
}
.immerse-slide.common-visible {
  opacity: 1;
}
.immerse-slide:hover figure img {
  transform: scale(1.08);
}
.immerse-slide:hover p {
  color: #06C5DB;
}
.immerse-slide figure {
  position: relative;
  display: block;
  padding-bottom: 137.5%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.immerse-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.immerse-slide figure img {
  transition: 0.6s;
}
.immerse-slide p {
  margin-top: 0.15rem;
  color: #666666;
  line-height: 1;
  font-size: 0.16rem;
  text-align: center;
  font-family: "SourceHanSansCN-Regular";
  transition: 0.35s;
}
.immerse__btnfix {
  position: absolute;
  top: 44%;
  margin-top: -0.24rem;
  z-index: 3;
  width: 0.48rem;
  height: 0.48rem;
  text-align: center;
  line-height: 0.48rem;
  background: #fff;
  border-radius: 50%;
  color: #BFBFBF;
  font-size: 0.15rem;
  box-shadow: 0 0.05rem 0.1rem rgba(17, 146, 205, 0.16);
  cursor: pointer;
  transition: 0.4s;
}
.immerse__btnfix:hover {
  background: #06C5DB;
  color: #fff;
}
.immerse__btnfix.prev {
  left: -0.78rem;
}
.immerse__btnfix.next {
  right: -0.78rem;
}
.immerse__List {
  padding-bottom: 0.6rem;
}
.experience__view {
  margin-top: 5.7292vw;
  padding-top: 4.1667vw;
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.8333;
  border-top: 1px solid #BFBFBF;
  font-family: "SourceHanSansCN-Regular";
}
.experience__view img {
  width: auto;
  max-width: 100%;
  border-radius: 0.2rem;
}
.experience__view video {
  width: 100%;
  height: auto;
  border-radius: 0.2rem;
}
.virtual__list {
  display: flex;
  flex-wrap: wrap;
}
.virtual__list li {
  margin-right: 2.51%;
  margin-bottom: 0.36rem;
  position: relative;
  width: 31.66%;
}
.virtual__list li:nth-child(3n+3) {
  margin-right: 0;
}
.virtual__list li:hover a:before {
  opacity: 1;
  visibility: visible;
}
.virtual__list li:hover a > figure img {
  transform: scale(1.06);
}
.virtual__list li:hover .virtual__info {
  background: url(../images/experiencebg.png) center bottom no-repeat;
  background-size: 100% auto;
}
.virtual__list li:hover .virtual__ico {
  opacity: 0;
  transform: scale(0);
}
.virtual__list li:hover .virtual__eq {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.virtual__list li a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  box-sizing: border-box;
  border: 0.05rem solid rgba(42, 215, 238, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.virtual__list li a > figure {
  position: relative;
  display: block;
  padding-bottom: 122.1%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
  transition: 0.3s;
}
.virtual__list li a > figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.virtual__list li a > figure img {
  transition: 0.68s;
}
.virtual__ico {
  position: absolute;
  left: 50%;
  margin-left: -0.21rem;
  bottom: 1.22rem;
  z-index: 2;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 0.42rem;
  color: #333333;
  font-size: 0.14rem;
  transition: 0.4s;
}
.virtual__eq {
  padding: 0.11rem 0.15rem 0.19rem;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 1.58rem;
  z-index: 3;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: linear-gradient(to bottom, rgba(42, 215, 238, 0), #2ad7ee);
  opacity: 0;
  transform: translateX(-50%) scale(0);
  transition: 0.4s;
}
.virtual__eq--wr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}
.virtual__eq--wr:before {
  position: absolute;
  left: -0.15rem;
  top: -0.11rem;
  right: -0.15rem;
  bottom: -0.19rem;
  content: "";
  border-radius: 50%;
  z-index: -1;
}
.virtual__eq--wr figure {
  display: block;
  line-height: 1;
  width: 0.85rem;
}
.virtual__eq--wr figure img {
  display: block;
  width: 100%;
  height: auto;
}
.virtual__eq--wr p {
  margin-top: 0.16rem;
  line-height: 1;
  color: #666666;
  font-size: 0.14rem;
  font-family: "SourceHanSansCN-Regular";
}
.virtual__info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem 0 0;
  z-index: 3;
  width: 100%;
  height: 1.83rem;
  box-sizing: border-box;
  text-align: center;
  background: url(../images/experiencebg1.png) center bottom no-repeat;
  background-size: 100% auto;
  transition: 0.4s;
}
.virtual__info strong {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1.1;
  color: #fff;
  font-size: 0.2rem;
  font-weight: normal;
}
.virtual__info span {
  display: inline-block;
  color: #fff;
  font-size: 0.16rem;
  line-height: 1.1;
  font-family: "SourceHanSansCN-Regular";
}
.explore__list li {
  margin-bottom: 0.5rem;
}
.explore__list li:nth-child(2n+2) a {
  flex-direction: row-reverse;
}
.explore__list li:nth-child(2n+2) a .explore__imgs figure {
  border-radius: 0 0.2rem 0.2rem 0;
}
.explore__list li:nth-child(2n+2) a .explore__right {
  margin-left: 0;
  margin-right: -2%;
}
.explore__list li:nth-child(2n+2) a .immerse__eq {
  left: auto;
  right: 0.4rem;
}
.explore__list li a {
  display: flex;
}
.explore__list li a:hover .explore__imgs figure img {
  transform: scale(1.05);
}
.explore__list li a:hover .explore__imgs .virtual__eq {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scale(1);
}
.explore__list li a:hover .explore__right .experience__in strong {
  color: #06C5DB;
}
.explore__list li a:hover .explore__btn {
  background: #06C5DB;
}
.explore__list li a:hover .explore__btn span,
.explore__list li a:hover .explore__btn i {
  color: #fff;
}
.explore__imgs {
  position: relative;
  width: 68%;
}
.explore__imgs > figure {
  position: relative;
  display: block;
  padding-bottom: 68%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem 0 0 0.2rem;
}
.explore__imgs > figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.explore__imgs > figure img {
  transition: 0.68s;
}
.explore__imgs .virtual__eq {
  bottom: auto;
  top: 50%;
  margin-top: -0.95rem;
}
.explore__imgs .immerse__eq {
  right: auto;
  left: 0.4rem;
}
.explore__right {
  position: relative;
  z-index: 4;
  margin-left: -2%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.6458vw 2.6042vw 3.75vw 3.125vw;
  box-sizing: border-box;
  width: 34%;
  background: linear-gradient(to bottom, #FFFFFF, #ECFFFF);
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 206, 0.16);
  border-radius: 0.2rem;
}
.explore__right .experience__in {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}
.explore__right .experience__in strong {
  font-size: 0.36rem;
  transition: 0.38s;
}
.explore__text {
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.833;
  font-family: "SourceHanSansCN-Regular";
}
.explore__text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.explore__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.8646vw;
  width: 1.88rem;
  height: 0.55rem;
  border-radius: 0.28rem;
  background: linear-gradient(to bottom, #FFFFFF, #ECFFFF);
  box-shadow: 0 0.05rem 0.1rem rgba(17, 146, 206, 0.16);
  transition: 0.35s;
}
.explore__btn span {
  display: inline-block;
  margin-right: 0.2rem;
  color: #06C5DB;
  font-size: 0.16rem;
  font-family: "SourceHanSansCN-Regular";
  transition: 0.35s;
}
.explore__btn i {
  display: inline-block;
  margin-right: -0.06rem;
  font-size: 0.12rem;
  transform: scale(0.5);
  color: #06C5DB;
  transition: 0.35s;
}
.protection__top {
  margin-bottom: 1.06rem;
}
.protection__top a {
  display: flex;
  justify-content: space-between;
}
.protection__top a:hover .protection__imgs figure img {
  transform: scale(1.08);
}
.protection__top a:hover .explore__btn {
  background: #06C5DB;
}
.protection__top a:hover .explore__btn span,
.protection__top a:hover .explore__btn i {
  color: #fff;
}
.protection__imgs {
  width: 56.666%;
  line-height: 0;
}
.protection__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 58.82%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.protection__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.protection__imgs figure img {
  transition: 0.65s;
}
.protection__in {
  flex: 1;
  width: 0;
  margin-left: 0.18rem;
  box-sizing: border-box;
  padding: 3.5417vw 3.4375vw 0 2.9167vw;
  border-radius: 0.2rem;
  background: linear-gradient(to bottom, #FFFFFF, #ECFFFF);
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 206, 0.16);
}
.protection__in .experience__tag {
  margin-bottom: 2.2042vw;
}
.protection__in .experience__tag p {
  margin-bottom: 0;
}
.protection__in .explore__text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.protection__in .explore__btn {
  margin-top: 2.6042vw;
  transition: 0.38s;
}
.protection__tt strong {
  margin-bottom: 2.8646vw;
  display: block;
  color: #333333;
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 1.3888;
}
.protection__list {
  margin-top: 5.625vw;
  padding-top: 0.68rem;
  border-top: 1px solid #BFBFBF;
  display: flex;
  flex-wrap: wrap;
}
.protection__list li {
  margin-right: 2.226%;
  margin-bottom: 0.6rem;
  width: 23.33%;
}
.protection__list li a {
  display: block;
  position: relative;
  z-index: 3;
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 205, 0.16);
}
.protection__list li a:hover:before {
  opacity: 1;
}
.protection__list li a:hover figure img {
  transform: scale(1.08);
}
.protection__list li a:hover .protecte__fix strong,
.protection__list li a:hover .protecte__fix time {
  color: #06C5DB;
}
.protection__list li a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(42, 215, 238, 0), rgba(42, 215, 238, 0.18));
  transition: 0.4s;
  opacity: 0;
  border-radius: 0.2rem;
}
.protection__list li:nth-child(4n+4) {
  margin-right: 0;
}
.protection__list li figure {
  position: relative;
  display: block;
  padding-bottom: 71.428%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem 0.2rem 0 0;
}
.protection__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.protection__list li figure img {
  transition: 0.65s;
}
.protecte__fix {
  padding: 0.25rem 0.25rem;
}
.protecte__fix strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #333333;
  font-size: 0.18rem;
  line-height: 1.8333;
  font-weight: normal;
  height: 0.66rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.36s;
}
.protecte__fix time {
  display: block;
  line-height: 1;
  color: #A8A8A8;
  font-size: 0.14rem;
  font-family: "gilroy-regular";
  transition: 0.36s;
}
.protecte__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.28rem;
  margin-top: -0.28rem;
  width: 0.55rem;
  height: 0.55rem;
  background: rgba(0, 0, 0, 0.42);
  border-radius: 50%;
  z-index: 3;
}
.protecte__btn span {
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -0.05rem;
  top: 50%;
  margin-top: -0.05rem;
  width: 0.11rem;
  height: 0.1rem;
  background: url(../images/playbtn.svg) center no-repeat;
  background-size: cover;
}
/* 视频弹层 */
.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: 80%;
  height: auto;
  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 video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  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;
}
.project__view {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.educate {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 3.375vw;
}
.educate li {
  margin-right: 2.51%;
  margin-bottom: 0.4rem;
  width: 31.66%;
}
.educate li:nth-child(3n+3) {
  margin-right: 0;
}
.educate li a {
  display: block;
  padding: 3.0208vw 2.4479vw 0.2rem;
  border-radius: 0.2rem;
  background: linear-gradient(to bottom, #fff, #ECFFFF);
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 205, 0.16);
}
.educate li a:hover {
  background: linear-gradient(to bottom, rgba(42, 215, 238, 0), rgba(42, 215, 238, 0.08));
}
.educate li a:hover figure img {
  transform: scale(1.08);
}
.educate li a:hover .educate__info time,
.educate li a:hover .educate__info strong {
  color: #06C5DB;
}
.educate li a:hover .educate__right span {
  background: #06C5DB;
  color: #fff;
}
.educate li a figure {
  position: relative;
  display: block;
  padding-bottom: 57.89%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.educate li a figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.educate li a figure img {
  transition: 0.65s;
}
.educate__info {
  margin-top: 0.4rem;
}
.educate__info time {
  display: block;
  margin-bottom: 0.12rem;
  line-height: 1;
  color: #A8A8A8;
  font-size: 0.16rem;
  font-family: "gilroy-regular";
  transition: 0.36s;
}
.educate__info strong {
  display: block;
  color: #333333;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1.5;
  height: 0.72rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.36s;
}
.educate__right {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.6042vw;
}
.educate__right span {
  display: inline-block;
  width: 0.54rem;
  height: 0.54rem;
  border: 1px solid #06C5DB;
  border-radius: 50%;
  text-align: center;
  line-height: 0.54rem;
  color: #06C5DB;
  font-size: 0.2rem;
  transition: 0.4s;
}
.mutuallys {
  display: flex;
  flex-wrap: wrap;
}
.mutuallys li {
  position: relative;
  margin-right: 4%;
  margin-bottom: 0.6rem;
  width: 48%;
}
.mutuallys li:nth-child(2n+2) {
  margin-right: 0;
}
.mutuallys li a {
  display: block;
  position: relative;
  z-index: 2;
  padding: 4.375vw 2.8125vw 4.6875vw;
  border-radius: 0.2rem;
  background: linear-gradient(to bottom, #FFFFFF, #ECFFFF);
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 205, 0.16);
}
.mutuallys li a:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  background: linear-gradient(to bottom, rgba(42, 215, 238, 0), rgba(42, 215, 238, 0.18));
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.mutuallys li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.mutuallys li a:hover p {
  color: #06C5DB;
}
.mutuallys li a span {
  display: inline-block;
  padding: 0 0.18rem;
  line-height: 1;
  color: #06C5DB;
  font-size: 0.16rem;
  border: 1px solid #06C5DB;
  height: 0.29rem;
  line-height: 0.29rem;
  border-radius: 0.16rem;
  font-family: "SourceHanSansCN-Regular";
}
.mutuallys li a strong {
  display: block;
  line-height: 1.1;
  margin-top: 1.875vw;
  margin-bottom: 2.5vw;
  color: #333333;
  font-size: 0.36rem;
  font-weight: normal;
}
.mutuallys li a p {
  display: inline-block;
  color: #666666;
  font-size: 0.2rem;
  line-height: 1;
  text-decoration: underline;
  font-family: "SourceHanSansCN-Regular";
  transition: 0.35s;
}
.mutuallys li a b {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 2.3958vw;
  top: 50%;
  margin-top: -4.687vw;
  width: 9.375vw;
  height: 9.375vw;
}
.mutuallys li a b img {
  max-width: 100%;
  max-height: 100%;
}
.courses {
  display: flex;
  flex-wrap: wrap;
}
.courses li {
  margin-right: 2.6%;
  margin-bottom: 0.5rem;
  width: 31.6%;
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 205, 0.16);
}
.courses li:nth-child(3n+3) {
  margin-right: 0;
}
.courses li:hover figure img {
  transform: scale(1.08);
}
.courses li:hover .courses__fixs strong {
  color: #06C5DB;
}
.courses li figure {
  position: relative;
  display: block;
  padding-bottom: 63.157%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem 0.2rem 0 0;
}
.courses li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.courses li figure img {
  transition: 0.68s;
}
.courses li figure time {
  position: absolute;
  right: 0.11rem;
  bottom: 0.15rem;
  z-index: 3;
  padding: 0 0.16rem;
  height: 0.37rem;
  line-height: 0.37rem;
  border-radius: 0.19rem;
  background: rgba(0, 0, 0, 0.46);
  color: #fff;
  font-size: 0.14rem;
  font-family: "gilroy-regular";
}
.courses li figure time i {
  margin-right: 0.08rem;
  font-weight: bold;
}
.courses__fixs {
  padding: 0.26rem 1.9271vw 2.0833vw;
}
.courses__fixs strong {
  display: block;
  margin-bottom: 1.9792vw;
  font-weight: normal;
  color: #333333;
  font-size: 0.2rem;
  line-height: 1.65;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0.66rem;
  transition: 0.4s;
}
.courses__fixs .experience__tag {
  margin-bottom: 0;
}
.culture__list {
  display: flex;
  flex-wrap: wrap;
}
.culture__list li {
  margin-right: 2.51%;
  margin-bottom: 0.6rem;
  position: relative;
  z-index: 2;
  width: 31.66%;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 205, 0.16);
  background: #fff;
}
.culture__list li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(6, 197, 219, 0), rgba(6, 197, 219, 0.08));
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  border-radius: 0.2rem;
}
.culture__list li:nth-child(3n+3) {
  margin-right: 0;
}
.culture__list li figure {
  position: relative;
  display: block;
  padding-bottom: 63.15%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem 0.2rem 0 0;
}
.culture__list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.culture__list li figure img {
  transition: 0.65s;
}
.culture__list li:hover:before {
  opacity: 1;
  visibility: visible;
}
.culture__list li:hover figure img {
  transform: scale(1.06);
}
.culture__list li:hover .culture__info strong,
.culture__list li:hover .culture__info time {
  color: #06C5DB;
}
.culture__info {
  padding: 0.3rem 0.36rem 0.36rem;
  border-radius: 0 0 0.2rem 0.2rem;
  transition: 0.4s;
}
.culture__info strong {
  display: block;
  color: #333333;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 1.65;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: 0.36s;
}
.culture__info time {
  display: block;
  margin-top: 1.9792vw;
  line-height: 1;
  color: #BFBFBF;
  font-size: 0.16rem;
  font-family: "gilroy-regular";
  transition: 0.36s;
}
.artistics {
  display: flex;
  flex-wrap: wrap;
}
.artistics li {
  margin-right: 2.51%;
  margin-bottom: 0.6rem;
  position: relative;
  width: 31.66%;
  box-sizing: border-box;
  border-radius: 0.2rem;
  background: #fff;
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 205, 0.16);
}
.artistics__item {
  position: relative;
  width: 31.66%;
}
.artistics__item a {
  box-sizing: border-box;
  display: block;
  padding: 0.36rem 0.35rem;
  border-radius: 0.2rem;
  background: #fff;
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 205, 0.16);
  height: 100%;
}
.artistics__item a:hover .artistics__imgs figure img {
  transform: scale(1.08);
}
.artistics__item a:hover .artistics__top strong {
  color: #06C5DB;
}
.artistics__item a .artistics__imgs {
  margin: auto;
  width: 16.9792vw;
  height: 16.9792vw;
}
.artistics__item a .artistics__imgs figure {
  padding-bottom: 100%;
}
.artistics__item a .artistics__top {
  margin-top: 2.0833vw;
  text-align: center;
  border-bottom: none;
  padding-bottom: 0;
}
.artistics__item a .artistics__top strong {
  font-size: 0.2rem;
  transition: 0.4s;
}
.artistics__tag {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0.24rem;
  height: 0.38rem;
  line-height: 0.38rem;
  color: #fff;
  font-size: 0.16rem;
  background: #06C5DB;
  border-radius: 0.2rem 0 0.2rem 0;
}
.artistics__info {
  padding: 2.8125vw 4.2708vw 1.7188vw 1.7188vw;
  position: relative;
  width: 65.8%;
  box-sizing: border-box;
  border-radius: 0.2rem;
  background: #fff;
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 205, 0.16);
}
.artistics__info a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.artistics__info:hover .artistics__imgs figure img {
  transform: scale(1.08);
}
.artistics__info:hover .artistics__fixs .explore__btn {
  background: #06C5DB;
  color: #fff;
}
.artistics__info:hover .artistics__fixs .explore__btn i,
.artistics__info:hover .artistics__fixs .explore__btn span {
  color: #fff;
}
.artistics__imgs {
  width: 52.866%;
}
.artistics__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 89.58%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.artistics__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.artistics__imgs figure img {
  transition: 0.68s;
}
.artistics__texts {
  flex: 1;
  margin-left: 2.5521vw;
  width: 0;
}
.artistics__top {
  padding-bottom: 0.32rem;
  border-bottom: 1px solid #BFBFBF;
}
.artistics__top strong {
  display: block;
  margin-bottom: 0.2rem;
  line-height: 1.1;
  color: #333333;
  font-size: 0.36rem;
  font-weight: normal;
}
.artistics__top p {
  line-height: 1;
  color: #666666;
  font-size: 0.16rem;
  font-family: "SourceHanSansCN-Regular";
}
.artistics__fixs {
  padding-top: 0.32rem;
}
.artistics__fixs .explore__btn {
  background: none;
  border: 1px solid #06C5DB;
  color: #06C5DB;
  box-shadow: none;
  transition: 0.35s;
}
.artistics__fixs .explore__btn i {
  color: #06C5DB;
}
.likes {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  z-index: 3;
  cursor: pointer;
}
.likes.active i {
  background: #06C5DB;
  color: #fff;
}
.likes i {
  display: block;
  width: 0.43rem;
  height: 0.43rem;
  border: 1px solid #06C5DB;
  color: #06C5DB;
  text-align: center;
  line-height: 0.43rem;
  font-size: 0.16rem;
  border-radius: 50%;
  transition: 0.4s;
}
.likes p {
  margin-top: 0.08rem;
  color: #BFBFBF;
  font-size: 0.14rem;
  line-height: 1.1;
  font-family: "SourceHanSansCN-Regular";
  text-align: center;
}
.artistics__two {
  display: flex;
  justify-content: space-between;
}
.artistics__list {
  margin-top: 0.6rem;
  padding-bottom: 0.6rem;
  display: flex;
  flex-wrap: wrap;
}
.artistics__list li {
  margin-right: 2.51%;
  margin-bottom: 0.6rem;
  width: 31.66%;
}
.artistics__list li:nth-child(3n+3) {
  margin-right: 0;
}
.artistics__list li .artistics__item {
  width: auto;
}
.artistics__list li .artistics__item .artistics__item {
  width: auto;
}
.culture__view {
  padding: 0.95rem 10.9375vw 3.6rem;
  position: relative;
  z-index: 2;
  background: #F5FDFF;
}
.culture__view:before {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 37.0833vw;
  height: 37.3438vw;
  background: url(../images/about.png) center no-repeat;
  background-size: cover;
}
.culture__back {
  margin-bottom: 4.1667vw;
}
.culture__back a {
  display: block;
  width: 0.56rem;
  height: 0.56rem;
  text-align: center;
  line-height: 0.56rem;
  background: #06C5DB;
  color: #fff;
  font-size: 0.18rem;
  border-radius: 50%;
}
.culture__back a:hover {
  transform: translateX(-4px);
}
.culture__view--top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.culture__left {
  padding-top: 4.6875vw;
  width: 40.666%;
}
.culture__ts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3.3333vw;
  border-bottom: 1px solid #BFBFBF;
}
.culture__ts .artistics__top {
  padding-bottom: 0;
  border-bottom: none;
}
.culture__ts .likes {
  position: relative;
  top: 0;
  transform: translateY(0);
}
.artistics__in {
  margin-bottom: 3.125vw;
  color: #666666;
  font-size: 0.18rem;
  font-family: "SourceHanSansCN-Regular";
}
.shopping {
  display: flex;
  align-items: center;
}
.shopping span {
  display: inline-block;
  margin-right: 0.34rem;
  color: #666666;
  font-size: 0.16rem;
  font-family: "SourceHanSansCN-Regular";
}
.shopping a {
  display: inline-block;
  position: relative;
  margin-right: 0.15rem;
  width: 0.48rem;
  height: 0.48rem;
  border: 1px solid #BFBFBF;
  border-radius: 50%;
  text-align: center;
}
.shopping a:hover {
  background: #06C5DB;
  border-color: #06C5DB;
}
.shopping a:hover img.show {
  opacity: 0;
  visibility: hidden;
}
.shopping a:hover img.hide {
  opacity: 1;
  visibility: visible;
}
.shopping a img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  max-width: 0.21rem;
  transition: 0.35s;
}
.shopping a img.hide {
  opacity: 0;
  visibility: hidden;
}
.culture__rolate {
  width: 47.6%;
}
.culture__rolate img {
  display: block;
  width: 100%;
  height: auto;
}
.recommend {
  margin-top: 7.0833vw;
  padding-top: 5.2083vw;
  border-top: 1px solid #BFBFBF;
}
.recommend .artistics__list {
  padding-bottom: 0;
}
.recommend__tt {
  display: block;
  margin-bottom: 0.68rem;
  line-height: 1;
  color: #333333;
  font-size: 0.24rem;
  font-weight: normal;
}
.activities__list {
  position: relative;
  padding-bottom: 0.6rem;
  z-index: 2;
}
.activities__list:before {
  position: absolute;
  left: 1.68rem;
  top: 0;
  z-index: -1;
  content: "";
  width: 1px;
  height: 100%;
  background: #BFBFBF;
}
.activities__list li {
  margin-bottom: 0.6rem;
}
.activities__list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.activities__list li a:hover .activities__time b {
  color: #06C5DB;
}
.activities__list li a:hover .activities__infos {
  background: linear-gradient(to top, rgba(42, 215, 238, 0), rgba(42, 215, 238, 0.08));
}
.activities__list li a:hover .activities__imgs:before {
  opacity: 1;
  visibility: visible;
}
.activities__list li a:hover .activities__imgs figure img {
  transform: scale(1.08);
}
.activities__list li a:hover .activities__text span {
  margin-top: 2.0833vw;
  width: 0.56rem;
  height: 0.56rem;
  transform: scale(1);
  opacity: 1;
}
.activities__time {
  position: relative;
  box-sizing: border-box;
  padding-right: 0.5rem;
  width: 1.68rem;
}
.activities__time i {
  display: inline-block;
  position: absolute;
  right: -0.15rem;
  top: 50%;
  margin-top: -0.15rem;
  width: 0.3rem;
  height: 0.3rem;
  background: linear-gradient(to bottom, rgba(42, 215, 238, 0), rgba(42, 215, 238, 0.18));
  border-radius: 50%;
}
.activities__time i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.06rem;
  margin-top: -0.06rem;
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  background: #06C5DB;
  border-radius: 50%;
}
.activities__time b {
  display: block;
  margin-bottom: 0.06rem;
  line-height: 1.1;
  color: #333333;
  font-size: 0.6rem;
  font-family: "gilroy-bold";
  font-style: italic;
  transition: 0.4s;
}
.activities__time p,
.activities__time time {
  text-align: right;
  color: #333333;
  font-size: 0.2rem;
  line-height: 1.5;
  font-family: "gilroy-regular";
}
.activities__infos {
  flex: 1;
  margin-left: 0.6rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.4479vw 5.3125vw 2.4479vw 4.1667vw;
  width: 0;
  border-radius: 0.2rem;
  background: linear-gradient(to bottom, #fff, #ECFFFF);
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 205, 0.16);
}
.activities__text {
  flex: 1;
  margin-right: 5.2083vw;
  width: 0;
}
.activities__text strong {
  display: block;
  margin-bottom: 2.0833vw;
  line-height: 1.2;
  color: #333333;
  font-size: 0.3rem;
  font-weight: normal;
}
.activities__text p {
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.833;
  font-family: "SourceHanSansCN-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.activities__text span {
  display: inline-block;
  margin-top: 2.0833vw;
  width: 0.56rem;
  height: 0.56rem;
  background: #06C5DB;
  color: #fff;
  border-radius: 50%;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.56rem;
  font-weight: lighter;
  transform: scale(0);
  opacity: 0;
  width: 0;
  height: 0;
  margin-top: 0;
  transition: 0.4s;
}
.activities__imgs {
  position: relative;
  width: 4rem;
}
.activities__imgs:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 0.05rem solid rgba(42, 215, 238, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  border-radius: 0.2rem;
}
.activities__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 64%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.activities__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activities__imgs figure img {
  transition: 0.65s;
}
.events__bin {
  position: relative;
  z-index: 2;
}
.events__line {
  position: absolute;
  left: 0.67rem;
  top: 0;
  height: 100%;
  width: 1px;
  z-index: -1;
}
.events__line:before {
  position: absolute;
  left: 0;
  top: 0.48rem;
  bottom: 0;
  content: "";
  width: 1px;
  background: #06C5DB;
}
.events__line img {
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: -0.26rem;
  top: 0;
  width: 0.52rem;
  height: auto;
}
.events__tabs {
  margin-left: 8.125vw;
  margin-right: 0.24rem;
}
.events__swiper {
  position: relative;
  padding-right: 1.12rem;
}
.events-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.events-slide:hover .events__imgs figure img {
  transform: scale(1.08);
}
.events__imgs {
  width: 53.49%;
}
.events__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 61.53%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.events__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.events__imgs figure img {
  transition: 0.68s;
}
.events__fixs {
  flex: 1;
  margin-left: 2.7083vw;
  width: 0;
}
.events__fixs time {
  display: block;
  margin-bottom: 0.16rem;
  line-height: 1;
  color: #06C5DB;
  font-size: 0.2rem;
  font-family: "gilroy-bold";
}
.events__fixs strong {
  display: block;
  margin-bottom: 2.6042vw;
  color: #333333;
  font-size: 0.36rem;
  line-height: 1.388;
  font-weight: normal;
}
.events__fixs p {
  color: #666666;
  font-size: 0.16rem;
  line-height: 2;
  font-family: "SourceHanSansCN-Regular";
}
.events__btnsd {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.events__btnsd span {
  display: block;
  margin-bottom: 0.2rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.48rem;
  background: #fff;
  color: #BFBFBF;
  font-size: 0.15rem;
  cursor: pointer;
  transition: 0.4s;
  box-shadow: 0 0.05rem 0.1rem rgba(17, 146, 205, 0.16);
}
.events__btnsd span:last-child {
  margin-bottom: 0;
}
.events__btnsd span:hover {
  background: #06C5DB;
  color: #fff;
}
.events__tops {
  margin-top: 5.625vw;
  position: relative;
  z-index: 2;
  height: 1.5rem;
  overflow: hidden;
  padding-left: 0.48rem;
  margin-left: -0.48rem;
}
.events__year {
  padding-right: 1.36rem;
  position: relative;
  z-index: 2;
}
.events__year:before {
  position: absolute;
  left: 0;
  top: 0.26rem;
  content: "";
  width: 100%;
  height: 1.2rem;
  background: url(../images/history.png) center top no-repeat;
  background-size: 100% auto;
}
.events-items {
  margin-top: 0.4rem;
  width: 25%;
}
.events-items.common-visible {
  margin-top: 0;
}
.events-items.swiper-slide-active:before {
  opacity: 1;
  transform: scale(1);
}
.events-items.swiper-slide-active .events__wrs {
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.events-items.swiper-slide-active .events__wrs span {
  background: #06C5DB;
  color: #fff;
  font-size: 0.4rem;
}
.events-time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.events-time:before {
  position: absolute;
  left: -0.48rem;
  top: 0.08rem;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(../images/historybgs.png) center no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(0);
  transition: 0.4s;
}
.events__wrs {
  padding: 0.13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66%;
  height: 66%;
  box-sizing: border-box;
  border: 1px dashed #06C5DB;
  border-radius: 50%;
  transition: 0.4s;
}
.events__wrs span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  color: #06C5DB;
  font-size: 0.18rem;
  font-family: "gilroy-bold";
  box-shadow: 0 0.08rem 0.2rem rgba(17, 146, 205, 0.16);
}
.culture__v--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6rem;
}
.culture__v--top .culture__back {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.culture__v--top .culture__back strong {
  display: inline-block;
  margin-left: 3.125vw;
  color: #333333;
  font-size: 0.36rem;
  font-weight: normal;
}
.culture__numble {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  color: #06C5DB;
  font-size: 0.24rem;
  font-family: "gilroy-regular";
}
.culture__numble b {
  font-weight: normal;
  font-size: 0.5rem;
  font-family: "gilroy-bold";
  line-height: 0.8;
}
.culture__v--swiper {
  padding: 0.28rem 0.38rem 1.66rem;
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 205, 0.16);
}
.culture__time {
  display: flex;
  align-items: center;
  margin-bottom: 0.65rem;
  color: #999999;
  font-size: 0.18rem;
  font-family: "SourceHanSansCN-Regular";
}
.culture__time i {
  display: inline-block;
  margin-right: 0.16rem;
  color: #999999;
  font-size: 0.27rem;
  font-style: normal;
}
.culture__titles {
  margin-bottom: 0.62rem;
  text-align: center;
  color: #333333;
  font-size: 0.3rem;
}
.culture__titles strong {
  display: block;
  font-weight: normal;
  line-height: 1.666;
}
.culture__tabs {
  margin: auto;
  max-width: 90%;
  width: 10.02rem;
}
.culture__dt {
  display: flex;
  flex-wrap: wrap;
}
.culture__dt li {
  margin-right: 4.2%;
  margin-bottom: 0.25rem;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 0.32rem 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  width: 47.9%;
  height: 0.7rem;
  border-radius: 0.35rem;
  background: #fff;
  box-shadow: 0 0.05rem 0.1rem rgba(17, 146, 206, 0.16);
  transition: 0.35s;
}
.culture__dt li.active {
  box-shadow: none;
}
.culture__dt li.active:before {
  opacity: 1;
  visibility: visible;
}
.culture__dt li.active strong {
  color: #06C5DB;
}
.culture__dt li.active strong b {
  color: #06C5DB;
}
.culture__dt li.active span {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.culture__dt li.wrong:before {
  background: linear-gradient(to bottom, rgba(255, 119, 39, 0), rgba(255, 119, 39, 0.18));
}
.culture__dt li.wrong strong {
  color: #FE5600;
}
.culture__dt li.wrong strong b {
  color: #FE5600;
}
.culture__dt li.wrong span {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  width: 0.22rem;
  height: 0.22rem;
  background: url(../images/answer2.png) center no-repeat;
  background-size: cover;
}
.culture__dt li:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.35rem;
  background: linear-gradient(to bottom, rgba(42, 215, 238, 0), rgba(42, 215, 238, 0.18));
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.culture__dt li:nth-child(2n+2) {
  margin-right: 0;
}
.culture__dt li strong {
  display: inline-flex;
  align-items: center;
  color: #666666;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Regular";
  transition: 0.35s;
}
.culture__dt li strong b {
  display: inline-block;
  margin-right: 0.16rem;
  color: #666666;
  font-size: 0.24rem;
  font-weight: normal;
  font-family: "gilroy-bold";
}
.culture__dt li span {
  display: inline-block;
  width: 0.36rem;
  height: 0.24rem;
  background: url(../images/answer1.png) center no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  transform: scale(0);
}
.culture__downs {
  margin-top: 0.35rem;
  padding-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #BFBFBF;
}
.errors__in {
  display: flex;
  align-items: center;
  color: #FF7727;
  font-size: 0.18rem;
  cursor: pointer;
  font-family: "SourceHanSansCN-Regular";
  line-height: 1;
}
.errors__in i {
  display: inline-block;
  margin-right: 0.08rem;
  width: 0.22rem;
  height: 0.22rem;
  background: url(../images/errors.svg) center no-repeat;
  background-size: cover;
}
.anwer__tag {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.anwer__tag span {
  display: inline-block;
  margin-right: 0.48rem;
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.2;
  font-family: "SourceHanSansCN-Regular";
}
.culture__prev {
  display: flex;
  align-items: center;
}
.culture__prev span {
  display: inline-block;
  margin-right: 0.6rem;
  color: #666666;
  font-size: 0.18rem;
  font-family: "SourceHanSansCN-Regular";
  cursor: pointer;
  transition: 0.4s;
}
.culture__prev span:last-child {
  margin-right: 0;
}
.culture__prev span:hover {
  color: #06C5DB;
}
.answer__completed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: rgba(0, 0, 0, 0.6);
}
.completed__wr {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4.79rem;
  margin-left: -2.39rem;
  transform: translateY(-50%);
  z-index: 3;
}
.completed__hide {
  padding-top: 3.28rem;
  box-sizing: border-box;
  width: 4.79rem;
  height: 6.63rem;
  background: url(../images/completed.png) center no-repeat;
  background-size: cover;
}
.completed__text {
  margin: auto;
  max-width: 80%;
  width: 2.76rem;
  text-align: center;
}
.completed__text strong {
  display: block;
  margin-bottom: 0.4rem;
  line-height: 1.1;
  color: #333333;
  font-size: 0.36rem;
  font-weight: bold;
}
.completed__text p {
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.8333;
  font-family: "SourceHanSansCN-Regular";
}
.completed__text span {
  display: block;
  margin: auto;
  margin-top: 3.2292vw;
  width: 1.49rem;
  height: 0.55rem;
  text-align: center;
  line-height: 0.55rem;
  border-radius: 0.28rem;
  background: linear-gradient(to bottom, #FFFFFF, #ECFFFF);
  color: #06C5DB;
  font-size: 0.16rem;
  box-shadow: 0 0.05rem 0.1rem rgba(17, 146, 205, 0.16);
  cursor: pointer;
  font-family: "SourceHanSansCN-Regular";
  transition: 0.4s;
}
.completed__text span:hover {
  background: #06C5DB;
  color: #fff;
}
.completed__close {
  margin: auto;
  margin-top: 0.43rem;
  width: 0.38rem;
  height: 0.38rem;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 0.38rem;
  cursor: pointer;
  color: #fff;
  font-size: 0.14rem;
  transition: 0.4s;
}
.completed__close:hover {
  transform: rotate(180deg);
}
.search__top {
  margin: auto;
  margin-top: 0.8rem;
  position: relative;
  width: 8.73rem;
}
.search__top .search__wrs {
  width: 100%;
}
.search__top .search__wrs .text {
  padding-left: 0.58rem;
  height: 0.81rem;
  border-radius: 0.42rem;
  border-bottom: none;
  background: #fff;
  box-shadow: 0 0.03rem 0.06rem rgba(17, 146, 205, 0.16);
}
.search__top .search__wrs .sub {
  right: 0.58rem;
  line-height: 0.81rem;
}
.search__tt {
  display: block;
  margin-bottom: 0.68rem;
  line-height: 1;
  color: #333333;
  font-size: 0.5rem;
  text-align: center;
  font-weight: normal;
}
.search__fixs {
  margin-top: 1.42rem;
}
.search__numble {
  line-height: 1.1;
  color: #666666;
  font-size: 0.18rem;
}
.search__numble b {
  color: #06C5DB;
  font-size: 0.3rem;
  font-weight: normal;
}
.search__list {
  margin-top: 0.6rem;
  padding-bottom: 0.8rem;
}
.search__list li {
  margin-bottom: 0.4rem;
}
.search__list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.54rem 0.5rem 0.54rem 0.58rem;
  border-radius: 0.37rem;
  box-shadow: 0 0.1rem 0.3rem rgba(17, 146, 205, 0.16);
  background: linear-gradient(to bottom, #FFFFFF, #ECFFFF);
}
.search__list li a:hover .search__imgs figure img {
  transform: scale(1.06);
}
.search__infos {
  margin-right: 0.4rem;
  width: 0;
  flex: 1;
}
.search__infos strong {
  display: block;
  margin-bottom: 0.35rem;
  line-height: 1.1;
  color: #333333;
  font-size: 0.3rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search__infos strong b {
  color: #06C5DB;
  font-weight: normal;
}
.search__infos p {
  color: #666666;
  font-size: 0.18rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search__infos time {
  display: block;
  margin-top: 0.25rem;
  line-height: 1;
  color: #A8A8A8;
  font-size: 0.16rem;
  font-family: "gilroy-regular";
}
.search__imgs {
  width: 2.19rem;
}
.search__imgs figure {
  position: relative;
  display: block;
  padding-bottom: 63.92%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 0.2rem;
}
.search__imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search__imgs figure img {
  transition: 0.56s;
}
