* {
  margin: 0;
  padding: 0;
}
.home .header .right ul li a span  {
position: absolute;
    left: 50%;
    top: -21px;
    text-transform: uppercase;
    font-size: 14px;
    transform: translateX(-50%);
}
body::-webkit-scrollbar {
  width: 1px;
}

body::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 2px;
}

body::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 10px;
}

ul {
  list-style: none;
}

canvas {
  pointer-events: none;
}

a {
  text-decoration: none;
}
.home {
  position: relative;
  width: 100%;
}
.home .header {
  width: 90%;
  position: fixed;
  left: 0;
  top: 0;
  padding: 20px 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 600ms;
    padding-top: 30px;
}
.home .header .l {
  width: 133px;
  height: 38px;
}
.home .header .l img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .header .right {
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.home .header .right ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home .header .right ul li {
  margin-right: 60px;
}
.home .header .right ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-family: "SOURCEHANSANSCN-LIGHT";
  font-size: 14px;
  transition: all 600ms;
  position: relative;
}
.pHeader{
display:none;
}
.home .header .right ul li a::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: white;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  transition: all 600ms;
}
.home .header .right ul li a:hover {
  color: white;
}
.home .header .right ul li a:hover::after {
  transform: translateX(-50%) translateY(13px);
  opacity: 1;
}
.home .header .right ul .active a {
  color: white;
}
.home .header .right ul .active a::after {
  transform: translateX(-50%) translateY(13px);
  opacity: 1;
}
.home .header .right .search {
  position: relative;
  cursor: pointer;
}
.home .header .right .search::before {
  width: 1px;
  height: 80%;
  background-color: #FFFFFF;
  opacity: 0.2;
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 10%;
  content: "";
}
.home .hasBg {
  background-color: black;
}
.home .section {
  width: 100%;
  height: 100vh;
  background-color: black;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.home .section .lizi {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home .section .mCon {
  width: 60%;
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  text-align: center;
}
.home .section .mCon .p1 {
  font-size: 30px;
  color: white;
  font-family: "SOURCEHANSANSCN-REGULAR";
}
.home .section .mCon .p2 {
  font-size: 42px;
  color: white;
  font-family: "SOURCEHANSANSCN-REGULAR";
  margin: 10px 0 50px 0;
  position: relative;
  padding-bottom: 10px;
}
.home .section .mCon .p2::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: #00A0E9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home .section .mCon .p3 {
  color: white;
  font-size: 24px;
  font-weight: lighter;
  font-family: "it";
}
.home .section .mCon .pics {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 100px;
}
.home .section .mCon .pics .item {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/*左右平移
.home .section .mCon .pics .item img {
  transition: all 600ms;
}*/
.home .section .mCon .pics .item p {
  font-size: 18px;
  color: white;
  font-family: "SOURCEHANSANSCN-REGULAR";
  margin: 20px 0;
}
.home .section .mCon .pics .item:hover img {
  transform: rotateY(360deg);
}
.home .section .bgImg {
  width: 100%;
  height: 100%;
  display: block;
    object-fit: cover;
}
.home .section .scroll-button {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
}
.home .section .scroll-button::before, .home .section .scroll-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  -webkit-transition: 0.15s linear all, 0.4s linear border-color 0.1s;
  transition: 0.15s linear all, 0.4s linear border-color 0.1s;
}
.home .section .scroll-button::before {
  top: -2px;
  left: 2px;
}
.home .section .scroll-button::after {
  top: 2px;
  left: -2px;
}
.home .section .scroll-button .shapeshifter {
  animation-duration: 1.5s;
  animation-timing-function: steps(90);
  animation-iteration-count: infinite;
  width: 14px;
  height: 20px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -10px;
  background-repeat: no-repeat;
  background-image: url("../images/mouse_sprite.svg");
  animation-name: play90;
}
@keyframes play90 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1260px 0;
  }
}
.home .section .scroll-button:hover::before, .home .section .scroll-button:hover::after {
  top: 0;
  left: 0;
  border-color: rgba(255, 255, 255, 0.4);
}
.home .section .mCon2 {
  width: 80%;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
.home .section .mCon2 .p1 {
  font-size: 42px;
  color: white;
  font-family: "SOURCEHANSANSCN-REGULAR";
}
.home .section .mCon2 .p2 {
  font-size: 22px;
  color: white;
  font-family: "SOURCEHANSANSCN-REGULAR";
  line-height: 35px;
  padding: 30px 0;
  position: relative;
}
.home .section .mCon2 .p2::after {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #FFFFFF;
  opacity: 0.5;
}
.home .section .mCon2 .p2::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 60px;
  background-color: white;
  z-index: 100;
}
.home .section .mCon2 .btns {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: 60px auto;
  align-items: center;
}
.home .section .mCon2 .btns .show {
  display: inline-block;
  color: white;
  font-size: 14px;
  font-family: "SOURCEHANSANSCN-LIGHT";
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  width: 121px;
  height: 42px;
  text-align: center;
  line-height: 42px;
}
.home .section .mCon2 .btns .play {
  margin-left: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.home .section .mCon2 .btns .play p {
  margin-left: 10px;
  color: white;
  font-size: 14px;
  font-family: "SOURCEHANSANSCN-LIGHT";
}
.home .leave {
  position: fixed;
  right: 1.2%;
  bottom: 20%;
  z-index: 999;
}
.home .leave .liuyan {
  height: 50px;
  width: 50px;
  background-color: #00A0E9;
  text-align: center;
  z-index: 100;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.home .leave .liuyan img {
  width: 25px;
  height: 25px;
}
.home .leave .zixun {
  height: 50px;
  width: 50px;
  background-color: #00A0E9;
  text-align: center;
  z-index: 100;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
}
.home .leave .zixun img {
  width: 25px;
  height: 25px;
}
.home .zixunDialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.home .zixunDialog .allItems {
  width: 30%;
  background-color: white;
  margin: 180px auto;
  padding: 60px 30px;
  position: relative;
}
.home .zixunDialog .allItems .t1 {
  text-align: center;
  font-size: 20px;
  font-family: "SOURCEHANSANSCN-MEDIUM";
}
.home .zixunDialog .allItems .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.home .zixunDialog .allItems .close img {
  width: 25px;
  height: 25px;
}
.home .zixunDialog .allItems .item a, .home .zixunDialog .allItems .item p {
  color: black;
}
.home .zixunDialog .allItems .item p:nth-child(1) {
  font-family: "Oswald-Stencil.otf";
  font-size: 18px;
}
.home .zixunDialog .allItems .item p:nth-child(2), .home .zixunDialog .allItems .item a {
  font-family: "SOURCEHANSANSCN-LIGHT";
}
.home .liuyanDialog {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.home .liuyanDialog .allItems {
  width: 30%;
  background-color: white;
  margin: 180px auto;
  padding: 60px 30px;
  position: relative;
}
.home .liuyanDialog .allItems .t1 {
  text-align: center;
  font-size: 20px;
  font-family: "SOURCEHANSANSCN-MEDIUM";
}
.home .liuyanDialog .allItems .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.home .liuyanDialog .allItems .close img {
  width: 25px;
  height: 25px;
}
.home .liuyanDialog .allItems .item a, .home .liuyanDialog .allItems .item p {
  color: black;
}
.home .liuyanDialog .allItems .item p:nth-child(1) {
  font-family: "Oswald-Stencil.otf";
  font-size: 18px;
}
.home .liuyanDialog .allItems .item p:nth-child(2), .home .liuyanDialog .allItems .item a {
  font-family: "SOURCEHANSANSCN-LIGHT";
}
.pHeader{
display:none;
}
 .menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 100%;
  top: 0;
  background-color: #00A0E9;
  z-index: 1000;
  opacity: 0;
  transition: all 600ms;
  border-radius: 100%;
}
@media screen and (max-width: 1440px) {
.home .header .right {
    width: 73%;
}
  .home .section .mCon {
    transform: translateY(-41%);
  }
  .home .section .mCon2 {
    transform: translateY(-41%);
  }
}
@media screen and (max-width: 1000px) {
.home .zixunDialog .allItems {
    width: 80%;
    margin: 100px auto;
}
.home .section .mCon .pics .item img{
width:30px;
}
 .menu .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  align-items: center;
  height: 100%;
  display: none;
  position: relative;
}
 .menu .content .lNav {
width: 90%;
  animation-delay: 200ms;
}
 .menu .content .lNav div a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  color: white;
font-size: 20px;
  font-family: "ITCAvantGardeStd-Bk";
  margin-bottom: 40px;
  padding-bottom: 5px;
}
 .menu .content .lNav div a::before, .home .menu .content .lNav div a::after {
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 2px;
  content: "";
  width: 100%;
  position: absolute;
  transition: transform 0.2s ease-in-out 0s;
  background-color: white;
}
 .menu .content .lNav div a::before {
  opacity: 0;
  transform: translateX(-100%);
}
 .menu .content .lNav div a::after {
  opacity: 1;
  transform: translateX(100%);
}
.menu .content .lNav div a:hover::before {
  opacity: 1;
  transform: translateX(0px);
}
 .menu .content .lNav div a:hover::after {
  opacity: 0;
  transform: translateX(0%);
}
 .menu .content .address {
  width: 35%;
  animation-delay: 200ms;
}
 .menu .content .address p {
  color: white;
  font-size: 25px;
  font-family: "ITCAvantGardeStd-Bk";
}
 .menu .content .address .links {
  width: 100%;
  margin: 10px auto;
  margin-bottom: 60px;
}
.menu .content .address .links a {
  display: inline-block;
  margin-right: 15px;
}
 .menu .content .address .links a i {
  color: white;
  font-size: 20px;
}
 .menu .content .address .emails {
  margin: 10px 0;
  margin-bottom: 60px;
}
 .menu .content .address .emails a {
  color: white;
  font-size: 20px;
  font-family: "ITCAvantGardeStd-Bk";
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  padding-bottom: 5px;
}
.menu .content .address .emails a::before, .home .menu .content .address .emails a::after {
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 2px;
  content: "";
  width: 100%;
  position: absolute;
  transition: transform 0.2s ease-in-out 0s;
  background-color: white;
}
 .menu .content .address .emails a::before {
  opacity: 0;
  transform: translateX(-100%);
}
 .menu .content .address .emails a::after {
  opacity: 1;
  transform: translateX(100%);
}
 .menu .content .address .emails a:hover::before {
  opacity: 1;
  transform: translateX(0px);
}
 .menu .content .address .emails a:hover::after {
  opacity: 0;
  transform: translateX(0%);
}
 .menu .content .close {
  position: absolute;
  right: 0;
  top: 3%;
  height: 33px;
  width: 33px;
  cursor: pointer;
  z-index: 10000;
}
.menu .content .close div {
  position: absolute;
  left: 0;
  top: 15px;
  height: 3px;
  width: 100%;
  background-color: white;
}
 .menu .content .close div:nth-of-type(1) {
  transform: rotate(45deg);
}
 .menu .content .close div:nth-of-type(2) {
  transform: rotate(135deg);
}
 .activeMenu {
  left: 0;
  opacity: 1;
  border-radius: 0;
}
 .activeMenu .content {
  display: flex;
}
 .pHeader {
  position: fixed;
  left: 0;
  top: 0;
  width: 80%;
  padding: 15px 10%;
background-color: rgba(0,0,0,.5);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  transition: all 600ms;
  transform: translateY(0);
  display: flex;
}
.pHeader .r .lines {
  width: 18px;
  position: relative;
  cursor: pointer;
  height: 25px;
  margin-top: 6px;
}
.pHeader .r .lines div {
  width: 100%;
  top: 0;
  background-color: #ffffff;
  height: 1px;
  position: absolute;
  left: 0;
  animation: 2s long infinite linear;
}
.pHeader .r .lines div:nth-child(2) {
  top: 6px;
  width: 50%;
  animation: 2s long2 infinite linear;
}
.pHeader .r .lines div:nth-child(3) {
  top: 12px;
  width: 25%;
  animation: 2s long3 infinite linear;
}
@keyframes long {
  0% {
    width: 50%;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 50%;
  }
}
@keyframes long2 {
  0% {
    width: 25%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 25%;
  }
}
@keyframes long3 {
  0% {
    width: 0;
  }
  50% {
    width: 25%;
  }
  100% {
    width: 0;
  }
}
.home .section .mCon .p1 {
    font-size: 20px;
}
.home .section .mCon .p2 {
    font-size: 22px;
    margin: 10px 0;
}
.home .section .mCon .pics {
    flex-wrap: wrap;
}
.home .section .mCon2 .p1 {
    font-size: 20px;
}
.home .section .mCon2 .p2{
 font-size: 16px;
}
.home .section .mCon .pics .item{
width:50%;
}
.home .section .mCon .pics .item p {
    font-size: 14px;
}
.home .section .mCon .p3 {
    color: white;
    font-size: 18px;
    font-weight: lighter;
    font-family: "it";
}
.home .header{
flex-direction: column;
display:none;
}
.home .main .join .nr {
    width: 80%;
}
.home .main .allItems {
    width: 90%;
}
.home .main .allItems .item .l .num {
    font-size: 20px;
}
.home .main .allItems .item .l .title {
    font-size: 20px;
}
.home .foot .beian{
flex-wrap: wrap;
}
.home .wrap_3t1rH .topInfo_FmT7I{
height:500px;
}
.home .foot{
padding-top:30px;
}
.home .foot .beian{
margin-top:30px;
}
.home .foot .l{
width:100%;
border:none;
}
.home .goTop {
    right: 2px;
}
.home .foot .r{
display:none;
}
.home .section .mCon {
    width: 80%;
    left: 10%;
}
  .home .header .right ul li {
    margin-right: 20px;
  }
}

/*# sourceMappingURL=home.css.map */
