.home {
  width: 100%;
  position: relative;
}
.home .head {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  transition: all 600ms;
}
.home .head .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  padding: 40px 0;
  transition: all 600ms;
}
.home .head .content .logo {
  width: 206px;
  height: 44px;
  display: block;
}
.home .head .content .logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.home .head .content .allCon {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.home .head .content .allCon .links {
  width: 88%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home .head .content .allCon .links a {
  display: inline;
  width: 14%;
  text-align: center;
  color: white;
  font-family: "SOURCEHANSANSCN-NORMAL";
  opacity: 0.5;
  transition: all 600ms;
}
.home .head .content .allCon .links a:hover {
  opacity: 1;
}
.home .head .content .allCon .links .active {
  opacity: 1;
}
.home .head .content .allCon .lan {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.home .head .content .allCon .lan span {
  display: inline-block;
  animation: rotate 2s infinite linear;
}
.home .head .content .allCon .lan span img {
  width: 100%;
  display: block;
  object-fit: cover;
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.home .head .content .allCon .lan p {
  color: white;
  font-family: "SOURCEHANSANSCN-NORMAL";
  margin-left: 10px;
}
.home .hasBg {
  background-color: rgba(0, 0, 0, 0.5);
}
.home .hasBg .content {
  padding: 20px 0;
}
.home .topMenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 8%;
  z-index: 101;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .topMenu .lines {
  width: 41px;
  height: 41px;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
}
.home .topMenu .lines div {
  width: 17px;
  height: 1px;
  background: #5E7AD3;
  position: absolute;
  left: 12px;
  top: 15px;
  transition: all 600ms;
}
.home .topMenu .lines div:nth-child(2) {
  top: 20px;
}
.home .topMenu .lines div:nth-child(3) {
  top: 25px;
}
.home .topMenu .lines .magnet {
  transition: linear 0.15s color;
  touch-action: manipulation;
  float: right;
}
.home .topMenu .lines .magnet .magnet_circle {
  transition: all 0.2s linear;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  font-size: inherit;
}
.home .topMenu .lines .magnet .magnet_circle .magnet_arrow {
  -webkit-font-smoothing: antialiased;
  color: inherit;
  pointer-events: none;
  transition: transform 0.2s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  font-family: Graphik, Arial, Helvetica, sans-serif;
}
.home .topMenu .lines .magnet:hover .magnet_circle {
  border: 1px solid rgba(94, 122, 211, 0.5);
  transition: all 0.2s ease-out;
}
.home .topMenu .active div:nth-child(1) {
  transform: rotate(135deg);
  top: 20px;
}
.home .topMenu .active div:nth-child(2) {
  width: 0;
  opacity: 0;
}
.home .topMenu .active div:nth-child(3) {
  transform: rotate(-135deg);
  top: 20px;
}
.home .menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background-color: black;
  opacity: 0;
  transition: all 1s;
  pointer-events: none;
  transform: translateX(-40px);
}
.home .menu .waves {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.home .menu .waves::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
}
.home .menu .mCon {
  width: 80%;
  position: absolute;
  left: 10%;
  height: 80%;
  top: 20%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 3;
}
.home .menu .mCon .links {
  width: 20%;
}
.home .menu .mCon .links ul {
  width: 100%;
  display: block;
  list-style: none;
}
.home .menu .mCon .links ul li {
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}
.home .menu .mCon .links ul li .a1 {
  color: #939393;
  font-size: 24px;
  font-family: "SOURCEHANSANSCN-NORMAL";
  transition: all 600ms;
}
.home .menu .mCon .links ul li .aLinks {
  width: 100%;
  padding: 20px 0;
  display: none;
  padding-bottom: 0;
}
.home .menu .mCon .links ul li .aLinks a {
  color: #858585;
  font-family: "SOURCEHANSANSCN-LIGHT";
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.home .menu .mCon .links ul li .aLinks a::before {
  width: 0;
  height: 2px;
  background: #FFFFFF;
  display: block;
  content: "";
  margin-right: 5px;
  transition: all 600ms;
}
.home .menu .mCon .links ul li .aLinks a:hover::before {
  width: 9px;
}
.home .menu .mCon .links ul li:hover .a1 {
  color: white;
}
.home .menu .mCon .pic {
  width: 412px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.home .menu .mCon .pic #holder {
  width: 100%;
  height: 524px;
  position: absolute;
  z-index: 1;
}
.home .menu .mCon .pic .active {
  animation: ani 1s cubic-bezier(0, 0, 0.25, 1.02) forwards;
}
@keyframes ani {
  0% {
    transform: rotateY(0);
    opacity: 1;
  }
  40%, 60% {
    transform: rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}
.home .menu .mCon .pic #startDiv {
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 524px;
}
.home .menu .mCon .pic #startDiv img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  display: none;
}
.home .menu .mCon .pic #startDiv img:nth-child(1) {
  display: block;
}
.home .menu .mCon .address {
  width: 30%;
}
.home .menu .mCon .address .item {
  padding: 50px 0;
}
.home .menu .mCon .address .item .p1 {
  color: #858585;
  font-family: "SOURCEHANSANSCN-NORMAL";
}
.home .menu .mCon .address .item .p2 {
  color: white;
  font-family: "SOURCEHANSANSCN-LIGHT";
  line-height: 30px;
  margin-top: 25px;
}
.home .menu .mCon .address .item:not(:first-child) .p2 {
  font-size: 19px;
}
.home .menu .mCon .address .item:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.home .activeMenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.home .banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.home .banner .onLine {
  width: 1px;
  height: 100%;
  position: absolute;
  left: 8%;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  z-index: 1000;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100vh;
  animation: big 6s forwards linear;
}
@keyframes big {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}
.home .banner .circle {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8%;
  z-index: 100;
}
.home .banner .circle div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: run 4s infinite linear;
}
.home .banner .circle div span {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
@keyframes run {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.home .banner .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .banner .text p {
  color: white;
}
.home .banner .text p:nth-child(1) {
  font-family: "AvantGardeLT-Medium";
  font-size: 59px;
  animation-duration: 2s;
}
.home .banner .text p:nth-child(2) {
  font-size: 24px;
  font-family: "SOURCEHANSANSCN-EXTRALIGHT";
  margin-top: 20px;
  animation-duration: 2s;
  animation-delay: 1s;
}
.home .main {
  width: 100%;
}
.home .main div {
  opacity: 0;
  transition: all 1s;
  transform: translateY(60px);
}
.home .main .show {
  opacity: 1;
  transform: translateY(0);
}
.home .main .navList {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.home .main .navList .item {
  display: inline-block;
  padding: 20px 0;
  margin: 0 3%;
  color: #171717;
  font-family: "SOURCEHANSANSCN-NORMAL";
  cursor: pointer;
  position: relative;
}
.home .main .navList .item::after {
  content: "";
  display: inline-block;
  width: 46px;
  height: 2px;
  background: #5E7AD3;
  transform-origin: 100%;
  visibility: hidden\9 ;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  bottom: -1px;
  transition: all 600ms;
}
.home .main .navList .item:hover::after {
  transform-origin: 0;
  visibility: visible;
  transform: translateX(-50%) scaleX(1);
}
.home .main .navList .active::after {
  transform-origin: 0;
  visibility: visible;
  transform: translateX(-50%) scaleX(1);
}
.home .main .t1 {
  text-align: center;
  color: #060606;
  font-size: 32px;
  font-family: "SOURCEHANSANSCN-MEDIUM";
  margin: 80px auto;
}
.home .main .cd {
  width: 50%;
  margin: 40px auto;
}
.home .main .cd .t11 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.home .main .cd .t11 .sl {
  width: 49px;
  height: 1px;
  background-color: black;
  position: relative;
}
.home .main .cd .t11 .sl::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #000000;
  position: absolute;
  right: 0;
  top: -3px;
  border-radius: 50%;
}
.home .main .cd .t11 p {
  font-size: 18px;
  font-family: "SOURCEHANSANSCN-REGULAR";
  margin: 0 15px;
}
.home .main .cd .t11 .sr {
  width: 49px;
  height: 1px;
  background-color: black;
  position: relative;
}
.home .main .cd .t11 .sr::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #000000;
  position: absolute;
  left: 0;
  top: -3px;
  border-radius: 50%;
}
.home .main .cd .pic {
  width: 100%;
  margin: 30px auto;
  margin-bottom: 80px;
}
.home .main .cd .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .main .jiexi {
  width: 100%;
  margin: 80px auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 700px;
  background: url("../image/mBg.png") no-repeat;
  background-size: cover;
  transition: none !important;
  opacity: 1 !important;
  background-attachment: fixed;
  transform: translateY(0) !important;
}
.home .main .jiexi div {
  color: white;
  font-size: 36px;
  font-family: "SOURCEHANSANSCN-MEDIUM";
}
.home .main .jiegou {
  width: 60%;
  margin: 0 auto;
  padding: 50px 0;
  background-color: white;
  transform: translateY(-120px);
}
.home .main .jiegou .content {
  width: 100%;
}
.home .main .jiegou .content .sp1 {
  font-size: 26px;
  text-align: center;
  font-family: "SOURCEHANSANSCN-REGULAR";
  border-bottom: 1px dashed black;
  padding-bottom: 30px;
}
.home .main .jiegou .content .sp2 {
  color: #060606;
  text-align: center;
  margin: 20px auto;
}
.home .main .jiegou .content .swiper-container {
  width: 80%;
  margin: 80px auto;
  margin-bottom: 0;
}
.home .main .jiegou .content .swiper-container .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.home .main .jiegou .content .swiper-container .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 2s;
}
.home .main .jiegou .content .swiper-container .swiper-wrapper .swiper-slide p {
  text-align: center;
  margin: 15px auto;
  color: #060606;
  font-family: "SOURCEHANSANSCN-NORMAL";
  transition: all 600ms;
}
.home .main .jiegou .content .swiper-container .swiper-wrapper .swiper-slide:hover .pic img {
  transform: scale(1.02);
}
.home .main .jiegou .content .swiper-container .swiper-wrapper .swiper-slide:hover p {
  color: #5E7AD3;
}
.home .foot {
  width: 100%;
  position: relative;
  background: url("../image/fbg.png") no-repeat;
  background-size: cover;
  padding: 50px 0 30px 0;
}
.home .foot .content {
  width: 80%;
  margin: 0 auto;
}
.home .foot .content .logo {
  width: 100%;
  padding: 40px 0;
}
.home .foot .content .links {
  width: 100%;
  border-top: 1px solid rgba(243, 243, 243, 0.06);
  border-bottom: 1px solid rgba(243, 243, 243, 0.06);
  padding: 80px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home .foot .content .links .item {
  width: 12%;
  display: flex;
  flex-direction: column;
}
.home .foot .content .links .item p {
  color: white;
  font-family: "SOURCEHANSANSCN-NORMAL";
  margin-bottom: 30px;
}
.home .foot .content .links .item a {
  color: #858585;
  font-size: 14px;
  font-family: "SOURCEHANSANSCN-LIGHT";
  display: inline;
  margin-top: 5px;
  transition: all 600ms;
}
.home .foot .content .links .item a:hover {
  color: white;
}
.home .foot .content .links .info {
  text-align: right;
  padding-top: 50px;
}
.home .foot .content .links .info p:nth-child(1) {
  font-size: 14px;
  color: white;
  font-family: "it";
}
.home .foot .content .links .info p:nth-child(2) {
  font-family: "Genome-Thin";
  color: #DADADA;
  font-size: 22px;
  margin-top: 15px;
}
.home .foot .content .beian {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
}
.home .foot .content .beian .l, .home .foot .content .beian a {
  color: rgba(218, 218, 218, 0.4);
  font-size: 14px;
  font-family: "SOURCEHANSANSCN-LIGHT";
}
.home .foot .content .beian a {
  transition: all 600ms;
}
.home .foot .content .beian a:hover {
  color: white;
}
@media screen and (max-width: 1440px) {
  .home .main .cd, .home .main .jiegou {
    width: 70%;
  }
  .home .main .jiegou .content .allImgs .oItem .nr p:nth-child(1) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .home {
    overflow: hidden;
  }
  .home .head .content {
    display: none;
  }
  .home .head .pContent {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 0;
    justify-content: space-between;
  }
  .home .head .pContent .logo {
    width: 60%;
  }
  .home .head .pContent .logo img {
    width: 100%;
    object-fit: contain;
  }
  .home .head .pContent .lines {
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: 5px;
  }
  .home .head .pContent .lines div {
    width: 20px;
    height: 1px;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 600ms;
  }
  .home .head .pContent .lines div:nth-child(2) {
    top: 6px;
  }
  .home .head .pContent .lines div:nth-child(3) {
    top: 12px;
  }
  .home .head .pContent .active div:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
  }
  .home .head .pContent .active div:nth-child(2) {
    left: -100%;
    opacity: 0;
  }
  .home .head .pContent .active div:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px;
  }
  .home .head .pNav {
    position: absolute;
    left: 0;
    top: 67.25px;
    width: 100%;
    height: calc( 100vh - 67.25px);
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    display: none;
  }
  .home .head .pNav a {
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    margin-top: 40px;
    font-size: 14px;
    font-family: "SOURCEHANSANSCN-NORMAL";
  }
  .home .topMenu {
    display: none;
  }
  .home .banner .onLine {
    display: none;
  }
  .home .banner .text p:nth-child(1) {
    font-size: 20px;
  }
  .home .banner .text p:nth-child(2) {
    font-size: 18px;
    font-family: "SOURCEHANSANSCN-EXTRALIGHT";
  }
  .home .main .navList {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home .main .navList .item {
    width: 45%;
    margin: 0;
    text-align: center;
  }
  .home .main .t1 {
    margin: 30px auto;
    font-size: 20px;
  }
  .home .main .cd {
    width: 90%;
  }
  .home .main .cd .pic {
    margin-bottom: 30px;
  }
  .home .main .jiexi {
    height: 300px;
  }
  .home .main .jiexi div {
    font-size: 24px;
  }
  .home .main .jiegou {
    width: 90%;
    padding: 20px 0;
  }
  .home .main .jiegou .content .sp1 {
    font-size: 20px;
  }
  .home .main .jiegou .content .sp2 {
    margin-top: 30px;
    font-size: 16px;
  }
  .home .main .jiegou .content .swiper-container {
    width: 90%;
    margin: 30px auto;
  }
  .home .foot {
    padding: 10px 0;
  }
  .home .foot .content {
    width: 90%;
  }
  .home .foot .content .logo {
    padding-bottom: 0;
  }
  .home .foot .content .links {
    display: none;
  }
  .home .foot .content .beian {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    text-align: center;
  }
}

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