@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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;
}
@media screen and (max-width: 1800px) {
  .inner {
    width: 83.3333vw;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 78px;
  }
  .navs > li {
    padding: 0 1.3vw;
  }
  .header__mp3 {
    margin-left: 0.2rem;
  }
  .pmore b i {
    transform: scale(0.4);
  }
  .logo img {
    height: 0.4rem;
  }
  .immerse__text strong {
    margin-bottom: 0.3rem;
  }
  .immerse__time {
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 1360px) {
  .footer__navs--item {
    margin-right: 3vw;
  }
  .protection__in {
    padding-top: 3vw;
  }
}
@media screen and (max-width: 1200px) {
  .logo img {
    height: 0.34rem;
  }
  .navs > li {
    padding: 0 0.12rem;
  }
}
@media screen and (max-width: 1024px) {
  .header.scrollHide {
    top: 0;
  }
  .header.scrollHide .header__wrap:before {
    opacity: 0.5;
  }
  .logo img {
    height: 0.4rem;
  }
  .navs__box {
    position: fixed;
    right: -100%;
    top: 0.72rem;
    bottom: 0;
    width: 100%;
    height: calc(100vh - 0.72rem);
    z-index: -1;
    background: rgba(0, 0, 0, 0.45);
    transition: 0.88s;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
  }
  .navs__box::-webkit-scrollbar {
    display: none;
  }
  .navs__box.show {
    right: 0;
  }
  .header.scrolltops .navs > li {
    height: auto;
  }
  .navs__menu {
    padding-left: 0;
    padding-top: 0.12rem;
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: 0s;
    display: none;
  }
  .navs__bttoms {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 80%;
    background: linear-gradient(to bottom, #FFFFFF, #ECFFFF);
    box-sizing: border-box;
    border-radius: 0.4rem 0.4rem 0 0;
  }
  .navs {
    display: block;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0.66rem 0.6rem 0.6rem;
  }
  .navs::-webkit-scrollbar {
    display: none;
  }
  .navs > li {
    margin-right: 0;
    margin-bottom: 0.2rem;
    padding: 0;
    text-align: center;
    display: block;
    height: auto;
    justify-content: center;
  }
  .navs > li.now > a {
    color: #06C5DB !important;
  }
  .navs > li.now > a i {
    transform: rotate(180deg);
  }
  .navs > li > a {
    padding: 0.2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    font-size: 0.22rem;
  }
  .navs > li > a > i {
    display: block;
    color: #999999;
    font-size: 0.12rem;
    transition: 0.3s;
  }
  .navs__menu {
    padding: 0.4rem 0.3rem;
    background: linear-gradient(to bottom, rgba(42, 215, 238, 0), rgba(42, 215, 238, 0.08));
    border-top: 1px solid #2AD7EE;
  }
  .navs__menu li {
    text-align: left;
  }
  .navs__menu li a {
    position: relative;
    padding-left: 0.25rem;
    font-size: 0.2rem;
  }
  .navs__menu li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.015rem;
    content: "";
    width: 0.12rem;
    height: 0.03rem;
    background: #999999;
  }
  .navs__close {
    display: block;
  }
  .navs__bg {
    display: none;
  }
  .navs > li > a:before {
    display: none;
  }
  .navs > li:last-child .navs__menu {
    left: 0;
  }
  .menubtn {
    margin-left: 0.2rem;
    display: block;
  }
  .navs__menu li {
    margin-right: 0;
    margin-bottom: 0.05rem;
  }
  .navs__menu li:last-child {
    margin-bottom: 0;
  }
  .navs__menu li a {
    color: #666;
    line-height: 2;
  }
  .header__wrap {
    perspective: 0;
    transform-style: initial;
  }
  .logo img,
  .header.scrolltops .logo img {
    height: 0.24rem;
  }
  .header__wrap {
    padding: 0 5%;
    height: 0.72rem;
  }
  .introduction {
    padding: 1rem 5%;
  }
  .introduct__wrap {
    padding: 1.5rem 5% 2rem;
    display: block;
  }
  .introduct__border.active {
    border-radius: 10%;
  }
  .introduct__imgs {
    margin: auto;
  }
  .introduct__infos {
    margin-left: 0;
    margin-top: 0.4rem;
    width: auto;
  }
  .introduct__title strong {
    font-size: 0.4rem;
  }
  .introduct__text {
    margin-top: 0.22rem;
  }
  .introduct__zz {
    right: 0;
    top: auto;
    height: auto;
    bottom: 0;
    width: 50%;
  }
  .introduct__zz svg {
    width: 100%;
    height: auto;
  }
  .project__swiper {
    width: 90%;
  }
  .project-slide.swiper-slide-active .promore {
    margin-top: 0.22rem;
  }
  .project__swiper {
    padding-top: 0.6rem;
  }
  .project__swiper {
    height: 50vw;
  }
  .footer__navs {
    display: none;
  }
  .event-slide:nth-child(2n+2) {
    margin-top: 15vw;
  }
  .about__box {
    padding: 1rem 5% 3rem;
  }
  .introduct__fixs {
    display: block;
  }
  .introboxs {
    margin-top: 0.5rem;
    width: 100%;
  }
  .support__box {
    padding: 1rem 5% 3rem;
  }
  .about__inner {
    margin-top: 0.72rem;
  }
  .header.innerbg .header__wrap .logo img {
    height: 0.24rem;
  }
  .support__v {
    padding-left: 0;
    margin-top: 0.5rem;
    display: block;
  }
  .support__flex {
    position: relative;
    margin-top: 0;
    width: auto;
  }
  .soppurt__f {
    margin-left: 0;
    width: auto;
    padding-top: 0.5rem;
  }
  .support__word {
    margin-bottom: 0.4rem;
  }
  .support__flex .page__prev {
    display: block;
  }
  .support__top strong {
    font-size: 0.32rem;
  }
  .exhibition__box {
    padding: 0 5% 3rem;
  }
  .exhibition__hide {
    padding: 0 5%;
    margin: 0 -5%;
  }
  .immerse {
    padding: 1rem 5% 3rem;
  }
  .immerse__info {
    display: block;
  }
  .immerse__imgs {
    width: 100%;
  }
  .immerse__fixs {
    padding: 0.4rem 5%;
    width: auto;
  }
  .virtual__list li {
    margin-right: 4%;
    width: 48%;
  }
  .virtual__list li:nth-child(3n+3) {
    margin-right: 4%;
  }
  .virtual__list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .explore__list li a {
    display: block;
  }
  .explore__imgs {
    width: 100%;
  }
  .explore__imgs figure {
    border-radius: 0.2rem;
  }
  .explore__right {
    padding: 0.3rem 5%;
    margin-left: 0 !important;
    width: auto;
  }
  .explore__down {
    margin: 0;
    margin-top: 0.45rem;
  }
  .explore__list li:nth-child(2n+2) a .explore__imgs figure {
    border-radius: 0.2rem;
  }
  .explore__list li:nth-child(2n+2) a .explore__right {
    margin-right: 0;
  }
  .protection__top a {
    display: block;
  }
  .protection__imgs {
    width: 100%;
  }
  .protection__in {
    margin-left: 0;
    margin-top: 0.2rem;
    padding: 0.36rem 5%;
    width: auto;
  }
  .educate li {
    margin-right: 4%;
    width: 48%;
  }
  .educate li:nth-child(3n+3) {
    margin-right: 4%;
  }
  .educate li:nth-child(2n+2) {
    margin-right: 0;
  }
  .culture__view {
    padding: 0.8rem 5% 3rem;
  }
  .activities__list li a {
    display: block;
  }
  .activities__infos {
    margin-top: 0.3rem;
    width: auto;
  }
  .activities__time {
    padding-right: 0;
    padding-left: 0.5rem;
    text-align: left;
  }
  .activities__time i {
    right: auto;
    left: 0;
  }
  .activities__list:before {
    left: 0.15rem;
  }
  .events-slide {
    display: block;
  }
  .events__imgs {
    width: 100%;
  }
  .events__fixs {
    margin-left: 0;
    margin-top: 0.4rem;
    width: auto;
  }
  .events__tabs {
    margin-right: 0;
    padding-top: 0.4rem;
  }
  .events__swiper {
    padding-right: 0;
    padding-bottom: 0.1rem;
  }
  .events__btnsd {
    position: relative;
    top: 0;
    transform: translateY(0);
    display: flex;
    margin-top: 0.2rem;
  }
  .events__btnsd span {
    margin-bottom: 0;
    margin-right: 0.22rem;
  }
}
@media screen and (max-width: 751px) {
  html {
    font-size: 75px;
  }
  .header__mp3 {
    margin-left: 0.12rem;
  }
  .menubtn {
    margin-left: 0.12rem;
  }
  .banner-slide figure {
    padding-bottom: 60%;
  }
  .banner {
    height: auto;
  }
  .banner .swiper-pagination {
    bottom: 0.32rem;
  }
  .introduct__border.active {
    border-radius: 5.21vw;
  }
  .introduct__imgs {
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  .introduct__pand {
    top: -30.67vw;
  }
  .introduct__imgs figure {
    border-radius: 6vw;
  }
  .introduct__wrap {
    padding-bottom: 1rem;
  }
  .introduct__text {
    font-size: 0.18rem;
  }
  .introduct__title strong {
    font-size: 0.32rem;
  }
  .project__swiper {
    height: auto;
  }
  .project-slide a {
    margin-top: 0 !important;
    opacity: 0.5;
  }
  .project__swiper {
    padding-bottom: 0.8rem;
    width: 80vw;
  }
  .project-slide.swiper-slide-next a {
    transform: rotateY(15deg);
  }
  .header__wrap:before {
    height: 130%;
  }
  .space {
    margin-top: 0.5rem;
  }
  .space__fix {
    top: 15%;
  }
  .space__btn a {
    width: 1.4rem;
    height: 1.4rem;
  }
  .space__btn a i {
    margin-bottom: 0.14rem;
    font-size: 0.32rem;
  }
  .space__btn a p {
    font-size: 0.18rem;
  }
  .space__btn {
    margin-top: 0;
  }
  .home__news {
    padding: 1rem 0;
  }
  .news__top {
    padding: 0 5%;
  }
  .news__swiper {
    margin-top: 0.5rem;
  }
  .events__btn span {
    display: none;
  }
  .events__hide {
    padding: 0 5%;
  }
  .event-slide:nth-child(2n+2) {
    flex-direction: column;
    margin-top: 0;
  }
  .events__hide:before {
    top: auto;
    bottom: 0.74rem;
  }
  .events__hide {
    margin-top: 0.5rem;
  }
  .events__box {
    padding-top: 0;
  }
  .footer__copy {
    display: block;
    padding: 0.16rem 0;
    height: auto;
  }
  .address {
    margin-top: 0.24rem;
  }
  .start {
    width: 0.7rem;
  }
  .footer__share {
    overflow: hidden;
    width: 100%;
    margin-left: -50%;
    margin-bottom: 0.2rem;
    padding-bottom: 0.3rem;
  }
  .share__list {
    margin-top: 0.16rem;
    width: 4.4rem;
    position: relative;
    left: 50%;
    margin-left: -2.2rem;
    height: 4.4rem;
    transition: 0.4s;
  }
  .share__list.article-block li {
    transform: scale(1);
  }
  .share__list li:nth-child(n + 7) {
    display: block;
  }
  .share__eq figure {
    width: 0.6rem;
  }
  .share__eq {
    top: 0.88rem;
    width: 1.1rem;
    height: 1.1rem;
    margin-left: -0.55rem;
  }
  .share__list li {
    position: absolute;
    left: 50% !important;
    top: 0 !important;
    height: 50%;
    transform-origin: center bottom;
  }
  .share__list li:nth-child(1) {
    transform: translateX(-50%) rotate(0deg);
    bottom: auto;
  }
  .share__list li:nth-child(2) {
    transform: translateX(-50%) rotate(30deg);
    top: 0;
  }
  .share__list li:nth-child(3) {
    transform: translateX(-50%) rotate(60deg);
  }
  .share__list li:nth-child(4) {
    transform: translateX(-50%) rotate(90deg);
    right: auto;
  }
  .share__list li:nth-child(5) {
    transform: translateX(-50%) rotate(120deg);
    right: auto;
  }
  .share__list li:nth-child(6) {
    transform: translateX(-50%) rotate(150deg);
    right: auto;
  }
  .share__list li:nth-child(7) {
    transform: translateX(-50%) rotate(180deg);
    right: auto;
  }
  .share__list li:nth-child(8) {
    transform: translateX(-50%) rotate(210deg);
    right: auto;
  }
  .share__list li:nth-child(9) {
    transform: translateX(-50%) rotate(240deg);
    right: auto;
  }
  .share__list li:nth-child(10) {
    transform: translateX(-50%) rotate(270deg);
    right: auto;
  }
  .share__list li:nth-child(11) {
    transform: translateX(-50%) rotate(300deg);
    right: auto;
  }
  .share__list li:nth-child(12) {
    transform: translateX(-50%) rotate(330deg);
    right: auto;
  }
  .footer {
    padding-top: 0.6rem;
  }
  .introduct__title small {
    font-size: 0.14rem;
  }
  .navs__close {
    width: 10vw;
    height: 10vw;
    font-size: 3.73vw;
    top: -5vw;
    line-height: 10vw;
    right: 8vw;
  }
  .navs__bttoms {
    border-radius: 5.33vw 5.33vw 0 0;
  }
  .navs {
    padding: 8.8vw 8vw 8vw;
  }
  .introduct__numble {
    margin-left: 0.4rem;
  }
  .introduct__item b {
    width: 0.78rem;
    height: 0.78rem;
  }
  .introduct__numble span {
    font-size: 0.78rem;
  }
  .introduct__numble p {
    margin-top: 0.1rem;
  }
  .introboxs {
    padding: 0.5rem 5%;
  }
  .introtexts {
    font-size: 0.2rem;
  }
  .intro__tt {
    padding-bottom: 0.44rem;
    margin-bottom: 0.44rem;
  }
  .intro__tt strong {
    font-size: 0.3rem;
  }
  .offline__flex {
    padding: 0.6rem 5%;
    display: block;
  }
  .offline__left {
    width: 100%;
  }
  .offline__imgs {
    margin-top: 0.4rem;
    width: 100%;
  }
  .offline__wr {
    padding: 0 5%;
  }
  .about__box {
    padding: 1rem 5%;
    overflow: hidden;
  }
  .mission {
    display: block;
  }
  .mission__item {
    width: 100%;
  }
  .mission__item:last-child {
    margin-top: 0.3rem;
    width: 100%;
  }
  .mission__info {
    padding: 0.8rem 5% 0.4rem;
  }
  .mission__hide {
    font-size: 0.2rem;
  }
  .pbanner figure {
    padding-bottom: 80%;
  }
  .ptext {
    left: 5%;
    right: 5%;
  }
  .ptext strong {
    font-size: 0.4rem;
  }
  .pmore {
    margin-top: 0.16rem;
  }
  .support__list li a {
    padding: 0.22rem;
    display: block;
  }
  .support__imgs {
    width: 100%;
  }
  .support__tt {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0.44rem;
  }
  .support__fix {
    padding-top: 0.22rem;
    width: auto;
  }
  .support__tt strong {
    font-size: 0.3rem;
  }
  .page__prev {
    display: none;
  }
  .pages__li {
    width: 100%;
    justify-content: center;
  }
  .support__box {
    padding: 0.8rem 5%;
  }
  .support__list {
    padding-bottom: 0;
  }
  .exhibite__top {
    padding: 1rem 0;
  }
  .exhibite__imgs {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 0.4rem;
    width: 100%;
  }
  .exhibite__tt strong {
    font-size: 0.3rem;
  }
  .exhibite__tt {
    margin-bottom: 0.44rem;
  }
  .exhibite__eq--item {
    margin-right: 0.4rem;
    flex: 1;
    width: auto;
  }
  .exhibition__box {
    padding-bottom: 0.6rem;
  }
  .exhibition-slide > figure {
    padding-bottom: 88%;
  }
  .exhibition__info {
    left: 5%;
    right: 5%;
    width: auto;
  }
  .exhibition__info a {
    width: auto;
  }
  .experience {
    margin: 0;
    padding: 0.4rem 5%;
    display: block;
    margin-top: 0.45rem;
  }
  .experience__left strong {
    font-size: 0.3rem;
  }
  .experience__left {
    width: 100%;
  }
  .experience__fix {
    margin-top: 0.34rem;
    width: 100%;
  }
  .posites {
    flex-wrap: wrap;
  }
  .experience__list {
    margin-top: 0.4rem;
    display: block;
    padding-bottom: 0;
  }
  .experience__list li {
    margin-right: 0;
    width: 100%;
  }
  .experience__in {
    padding: 0.3rem 5%;
    margin: -0.5rem 5% 0;
  }
  .leval__menu {
    padding: 0 5%;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .leval__menu--list {
    display: inline-flex;
  }
  .leval__menu--list li a {
    white-space: nowrap;
  }
  .leval__menu--down {
    padding: 0 7%;
  }
  .immerse__time {
    margin-bottom: 0.4rem;
  }
  .immerse__hide {
    padding: 0.3rem 5%;
  }
  .immerse__btnfix {
    display: none;
  }
  .immerse {
    padding: 0.8rem 5%;
  }
  .immerse__List {
    padding-bottom: 0.1rem;
  }
  .immerse__text strong {
    margin-bottom: 0.3rem;
    font-size: 0.3rem;
  }
  .virtual__list li {
    margin-right: 0 !important;
    width: 100%;
  }
  .mission__item.now {
    width: 100%;
  }
  .mission__item figure {
    padding-bottom: 70%;
  }
  .leval__menu--li {
    flex-wrap: wrap;
    height: auto;
  }
  .leval__menu--li li {
    margin-right: 0.6rem;
  }
  .leval__menu--li li:before {
    right: -0.3rem;
  }
  .explore__list li:nth-child(2n+2) a .immerse__eq {
    right: auto;
    left: 0.4rem;
  }
  .protection__tt strong {
    font-size: 0.3rem;
  }
  .protection__list li {
    margin-right: 4%;
    margin-bottom: 0.4rem;
    width: 48%;
  }
  .protection__list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .protecte__fix {
    padding: 0.2rem;
  }
  .protecte__fix strong {
    margin-bottom: 0.18rem;
  }
  .educate li {
    margin-right: 0 !important;
    width: 100%;
  }
  .educate li a {
    padding: 0.24rem;
  }
  .mutuallys li a strong {
    font-size: 0.3rem;
  }
  .mutuallys li {
    margin-right: 0;
    width: 100%;
  }
  .mutuallys li a {
    padding: 0.36rem 5%;
  }
  .mutuallys li a strong {
    margin-top: 0.34rem;
    margin-bottom: 0.4rem;
  }
  .mutuallys li a p {
    font-size: 0.18rem;
  }
  .popup_video .cont {
    width: 90%;
  }
  .popup_video .cont .sole {
    right: 0;
    top: -0.6rem;
    font-size: 0.24rem;
  }
  .courses li {
    margin-right: 0;
    width: 100%;
  }
  .culture__list li {
    margin-right: 3%;
    margin-bottom: 0.3rem;
    width: 48.5%;
  }
  .culture__list li:nth-child(3n+3) {
    margin-right: 3%;
  }
  .culture__list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .culture__info {
    padding: 0.22rem;
  }
  .artistics__two {
    display: block;
  }
  .artistics__info {
    padding: 0.4rem 5%;
    margin-bottom: 0.4rem;
    width: auto;
  }
  .artistics__top strong {
    font-size: 0.3rem;
  }
  .artistics__item {
    width: 100%;
  }
  .artistics__list {
    margin-top: 0.4rem;
    display: block;
  }
  .artistics__list li {
    margin-bottom: 0.4rem;
    width: 100%;
  }
  .artistics__info a {
    display: block;
  }
  .artistics__imgs {
    width: 100%;
  }
  .artistics__texts {
    margin-left: 0;
    width: auto;
  }
  .artistics__item a .artistics__imgs {
    width: 2.4rem;
    height: 2.4rem;
  }
  .culture__view--top {
    display: block;
  }
  .culture__left {
    width: 100%;
  }
  .culture__rolate {
    margin-top: 0.3rem;
    width: 100%;
  }
  .activities__infos {
    padding: 0.3rem 5%;
    display: block;
  }
  .activities__text {
    margin-bottom: 0.3rem;
    margin-right: 0;
    width: auto;
  }
  .activities__imgs {
    width: 100%;
  }
  .events__year {
    padding-right: 0;
  }
  .events__line {
    display: none;
  }
  .events__tabs {
    margin-left: 0;
  }
  .events__year:before {
    top: 0.5rem;
  }
  .culture__v--top .culture__back strong {
    font-size: 0.3rem;
  }
  .culture__titles {
    margin-bottom: 0.44rem;
    font-size: 0.24rem;
  }
  .culture__time {
    margin-bottom: 0.4rem;
  }
  .culture__dt li {
    margin-right: 0;
    width: 100%;
  }
  .culture__downs {
    display: block;
  }
  .culture__prev {
    margin-top: 0.3rem;
  }
  .culture__v--swiper {
    padding: 0.2rem 0.24rem 0.8rem;
  }
  .culture__dt li {
    padding: 0 0.32rem;
  }
  .culture__view {
    padding: 0.6rem 5% 1rem;
  }
}
