@charset "utf-8";
.wow {
  visibility: hidden;
}
body {
  font-size: 0.86666667rem;
  font-family: "微软雅黑", Tahoma, Geneva, sans-serif;
  margin: 0 auto;
}
html,
body {
  height: 100%;
  width: 100%;
}
.clear {
  clear: both;
  zoom: 1;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #6962ff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.loading-text {
  margin-top: 20px;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #6962ff;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.center {
  width: 80%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.mr0 {
  margin-right: 0px !important;
}
.page_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.page_wrap .side_menu {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  height: 100vh;
  width: 27.66666667rem;
  background: #6962ff;
}
.page_wrap .side_menu .menu_title {
  display: flex;
  align-items: center;
  float: right;
  font-size: 1rem;
  font-family: "微软雅黑";
  color: #ffffff;
  padding: 1rem 2.66666667rem 0 0;
  cursor: pointer;
  width: 4.33333333rem;
}
.page_wrap .side_menu .menu_title img {
  margin-left: 10px;
  width: 1.63333333rem;
}
.page_wrap .side_menu .menu_list {
  margin-top: 3.33333333rem;
}
.page_wrap .side_menu .menu_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.page_wrap .side_menu .menu_list li a {
  color: #ffffff;
  font-size: 1rem;
  font-family: "微软雅黑";
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: space-between;
  margin-left: 10%;
}
.page_wrap .side_menu .menu_list li a span {
  width: 50%;
  text-align: left;
}
.page_wrap .side_menu .menu_list li a i {
  height: 1px;
  width: 2.16666667rem;
  background: #fff;
}
.page_wrap .side_menu .menu_list li.on a {
  color: #00ff87;
}
.page_wrap .side_menu .menu_list li.on a i {
  width: 3.33333333rem;
}
.page_wrap .footer {
  background: #000000;
  height: 11.53333333rem;
  position: relative;
}
.page_wrap .footer ul {
  padding-top: 2.13333333rem;
  width: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.page_wrap .footer ul li a {
  font-size: 1rem;
  font-family: "微软雅黑";
  color: #ffffff;
}
.page_wrap .ready_promise {
  background: #6962ff;
  height: 100vh;
  position: relative;
}
.page_wrap .ready_promise .ready_label {
  font-family: "微软雅黑";
  font-size: 3.2rem;
  color: #ffffff;
  padding: 9.43333333rem 0 5.6rem;
}
.page_wrap .ready_promise .ready_btn a {
  display: inline-block;
  margin-top: 2rem;
  font-family: "微软雅黑";
  font-size: 0.8rem;
  padding: 0 2.16666667rem;
  height: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  color: #ffffff;
  border-radius: 30rem;
  background: none;
  border: 1px solid #ffffff;
}
.page_wrap .ready_promise .ready_btn a:hover {
  background: #ffffff;
  color: #6962ff;
}
.page_wrap .ready_promise .ready_btn .fill_white {
  margin-left: 4.93333333rem;
}
.page_wrap .join_us {
  background: #ffffff;
  height: 100vh;
  position: relative;
}
.page_wrap .join_us h6 {
  padding: 3.5rem 0 5rem;
  font-family: "微软雅黑";
  font-size: 1.6rem;
  text-align: center;
}
.page_wrap .join_us h3 {
  text-align: left;
  font-family: "微软雅黑";
  font-size: 2.8rem;
}
.page_wrap .join_us h4 {
  text-align: left;
  font-family: "微软雅黑";
  font-size: 2.8rem;
  color: #ff4043;
}
.page_wrap .join_us .introduce_label {
  padding-top: 3.73333333rem;
  width: 19.46666667rem;
  font-family: "微软雅黑";
}
.page_wrap .join_us .introduce_label p {
  font-size: 0.8rem;
  line-height: 1.66666667rem;
  margin-bottom: 2.33333333rem;
}
.page_wrap .our_promise {
  background: #ece5db;
  height: 100vh;
  position: relative;
  text-align: center;
}
.page_wrap .our_promise h6 {
  padding: 6.16666667rem 0;
  font-family: "微软雅黑";
  font-size: 1.6rem;
}
.page_wrap .our_promise h3 {
  font-family: "微软雅黑";
  font-size: 4.5rem;
}
.page_wrap .our_promise h4 {
  font-family: "微软雅黑";
  font-size: 4.5rem;
  color: #ff4043;
}
.page_wrap .weichat {
  position: fixed;
  right: 10px;
  bottom: 20%;
  z-index: 99;
}
.page_wrap .weichat img {
  width: 7.1rem;
  height: 7.1rem;
}
.page_wrap .case_wrap {
  height: 100vh;
  position: relative;
  background: #272625;
}
.page_wrap .case_wrap .case_list {
  position: absolute;
  left: 8.6rem;
  top: 11.33333333rem;
  background: rgba(0, 0, 0, 0.5);
  width: 25rem;
  padding: 2.33333333rem;
  border-radius: 30px;
  color: #ffffff;
  z-index: 99;
}
.page_wrap .case_wrap .case_list h3 {
  margin-bottom: 2.33333333rem;
  font-family: "微软雅黑";
  font-size: 2.4rem;
  letter-spacing: 20px;
}
.page_wrap .case_wrap .case_list h5 {
  line-height: 1.66666667rem;
  font-family: "微软雅黑";
  font-size: 0.8rem;
}
.page_wrap .case_wrap .case_list .learn_more {
  display: block;
  cursor: pointer;
  margin-top: 2rem;
  font-family: "微软雅黑";
  font-size: 0.8rem;
  width: 8rem;
  height: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  color: #ffffff;
  border-radius: 30rem;
  background: none;
  border: 1px solid #ffffff;
}
.page_wrap .case_wrap .case_list .learn_more:hover {
  background: #6962ff;
}
.page_wrap .case_wrap .swiper-pagination-bullet {
  width: 2.26666667rem;
  height: 3px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 0;
}
.page_wrap .case_wrap .swiper-pagination-bullet-active {
  background: #6962ff;
}
.page_wrap .case_wrap .swiper-slide .item {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
}
.page_wrap .case_wrap .swiper-slide .item img {
  margin-top: 4.66666667rem;
  width: 60.8rem;
  height: 32.85rem;
}
.page_wrap .upgrade_wrap {
  background: #ffffff;
  height: 100vh;
  position: relative;
}
.page_wrap .upgrade_wrap h4 {
  font-size: 2.8rem;
  font-family: "微软雅黑";
  color: #000000;
  padding: 6.53333333rem 0 4.2rem;
}
.page_wrap .upgrade_wrap h4 b {
  font-weight: normal;
  font-family: "微软雅黑";
  color: #ff4043;
}
.page_wrap .upgrade_wrap .upgrade_us p {
  font-family: "微软雅黑";
  font-size: 0.8rem;
  color: #000000;
  margin-bottom: 1.6rem;
}
.page_wrap .upgrade_wrap .learn_more {
  cursor: pointer;
  margin-top: 2rem;
  font-family: "微软雅黑";
  font-size: 0.8rem;
  width: 20.8rem;
  height: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  border-radius: 30rem;
  background: #ffffff;
  border: 1px solid #6962ff;
}
.page_wrap .upgrade_wrap .learn_more a {
  color: #6962ff;
}
.page_wrap .upgrade_wrap .learn_more:hover {
  background: #6962ff;
  border: 1px solid #ffffff;
}
.page_wrap .upgrade_wrap .learn_more:hover a {
  color: #ffffff;
}
.page_wrap .header_wrap {
  height: 100vh;
  position: relative;
}
.page_wrap .header_wrap .center {
  position: relative;
  z-index: 100;
}
.page_wrap .header_wrap .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.page_wrap .header_wrap .header-video,
.page_wrap .header_wrap .header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page_wrap .header_wrap .header-image {
  display: none;
  /* 默认隐藏图片 */
}
.page_wrap .header_wrap .logo {
  position: absolute;
  left: 0;
  top: 1.83333333rem;
}
.page_wrap .header_wrap .logo img {
  width: 5.43333333rem;
}
.page_wrap .header_wrap .menu_ico {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 2.83333333rem;
}
.page_wrap .header_wrap .menu_ico img {
  width: 2.3rem;
}
.page_wrap .header_wrap .slogan {
  padding-left: 0;
  padding-top: 8.33333333rem;
  font-size: 2.8rem;
  font-family: "微软雅黑";
  color: #ffffff;
  margin-bottom: 2rem;
  letter-spacing: 20px;
}
.page_wrap .header_wrap .about_us {
  margin-left: 0;
  font-family: "微软雅黑";
  width: 27.8rem;
  padding: 1.46666667rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.page_wrap .header_wrap .about_us p {
  font-size: 0.8rem;
  color: #ffffff;
  margin-bottom: 1.66666667rem;
}
.page_wrap .header_wrap .video_play {
  cursor: pointer;
  margin-top: 0;
  float: right;
  font-family: "微软雅黑";
  font-size: 0.8rem;
  width: 9rem;
  height: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  color: #ffffff;
  border-radius: 30rem;
  background: none;
  border: 1px solid #ffffff;
}
.page_wrap .header_wrap .video_play:hover {
  background: #6962ff;
}
.contact_wrap .banner_wrap {
  width: 100%;
  background: url(../images/contact_banner.jpg) no-repeat;
  background-size: 100% 100%;
  height: 10rem;
  position: relative;
}
.contact_wrap .banner_wrap .qrcode {
  height: 100%;
  display: flex;
  align-items: center;
}
.contact_wrap .banner_wrap .qrcode img {
  width: 7.1rem;
  height: 7.1rem;
}
.contact_wrap h3 {
  text-align: center;
  font-family: "微软雅黑";
  font-size: 2rem;
  padding: 3.33333333rem 0 1rem;
}
.contact_wrap h4 {
  text-align: center;
  font-family: "微软雅黑";
  font-size: 1.2rem;
  padding-bottom: 3.93333333rem;
}
.contact_wrap .address_box {
  display: flex;
}
.contact_wrap .address_box .left_side {
  flex: 1;
}
.contact_wrap .address_box .left_side ul li {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  font-family: "微软雅黑";
  font-size: 1rem;
}
.contact_wrap .address_box .left_side ul li span {
  margin-left: 14px;
}
.contact_wrap .address_box .left_side ul li img {
  width: 1.53333333rem;
  height: 1.53333333rem;
}
.contact_wrap .address_box .left_side .view_map {
  font-family: "微软雅黑";
  font-size: 1rem;
  width: 10rem;
  height: 2.6rem;
  line-height: 2.6rem;
  color: #ffffff;
  border-radius: 30rem;
  background: #6962ff;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_wrap .address_box .left_side .view_map img {
  width: 1.46666667rem;
  height: 1.53333333rem;
}
.contact_wrap .address_box .right_side {
  padding-bottom: 4rem;
  flex: 1;
  height: 22rem;
}
/* 视频弹框样式 */
.video-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.video-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
}
.video-modal-content video {
  width: 100%;
  height: auto;
}
.close-modal {
  position: absolute;
  top: -5px;
  right: 10px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 99;
}
@media (max-width: 767px) {
  .video-modal-content {
    width: 95%;
    height: 50vh;
  }
  .close-modal {
    top: -5px;
    right: 10px;
    font-size: 24px;
    z-index: 100;
  }
  .center {
    width: calc(100% - 30px);
    padding: 0 15px;
  }
  .page_wrap .side_menu {
    display: none;
    height: 42rem;
    width: 100%;
  }
  .page_wrap .side_menu .menu_title {
    font-size: 1.46666667rem;
    padding: 1rem 2.66666667rem 0 0;
    width: 6rem;
  }
  .page_wrap .side_menu .menu_title img {
    margin-left: 10px;
    width: 1.63333333rem;
  }
  .page_wrap .side_menu .menu_list {
    margin-top: 3.33333333rem;
  }
  .page_wrap .side_menu .menu_list li {
    margin-bottom: 2rem;
  }
  .page_wrap .side_menu .menu_list li a {
    font-size: 1.66666667rem;
    margin-left: 10%;
  }
  .page_wrap .side_menu .menu_list li a span {
    width: 50%;
  }
  .page_wrap .side_menu .menu_list li a i {
    height: 1px;
    width: 2.16666667rem;
  }
  .page_wrap .side_menu .menu_list li.on a i {
    width: 3.33333333rem;
  }
  .page_wrap .footer {
    height: 9.22666667rem;
  }
  .page_wrap .footer ul {
    padding-top: 1.70666667rem;
    width: 90%;
  }
  .page_wrap .footer ul li a {
    font-size: 1.33333333rem;
  }
  .page_wrap .ready_promise {
    height: 30rem;
  }
  .page_wrap .ready_promise .ready_label {
    font-size: 2.56rem;
    padding: 8.10666667rem 0 4.48rem;
  }
  .page_wrap .ready_promise .ready_btn a {
    margin-top: 1.6rem;
    font-size: 1.17333333rem;
    padding: 0 1.73333333rem;
    height: 2.08rem;
    line-height: 2.08rem;
  }
  .page_wrap .ready_promise .ready_btn .fill_white {
    margin-left: 3.94666667rem;
  }
  .page_wrap .join_us {
    height: 41.33333333rem;
  }
  .page_wrap .join_us h6 {
    padding: 5.33333333rem 0 2.66666667rem;
    font-size: 1.81333333rem;
  }
  .page_wrap .join_us h3 {
    font-size: 2.24rem;
  }
  .page_wrap .join_us h4 {
    font-size: 2.24rem;
  }
  .page_wrap .join_us .introduce_label {
    padding-top: 2.98666667rem;
    width: 28.90666667rem;
    font-size: 0.64rem;
  }
  .page_wrap .join_us .introduce_label p {
    font-size: 1.17333333rem;
    line-height: 1.86666667rem;
    margin-bottom: 1.86666667rem;
  }
  .page_wrap .our_promise {
    height: 34.66666667rem;
  }
  .page_wrap .our_promise h6 {
    padding: 5.33333333rem 0;
    font-size: 1.81333333rem;
  }
  .page_wrap .our_promise h3 {
    font-size: 3.06666667rem;
  }
  .page_wrap .our_promise h4 {
    font-size: 3.06666667rem;
  }
  .page_wrap .case_wrap {
    height: 38.4rem;
  }
  .page_wrap .case_wrap .case_list {
    left: 3.2rem;
    top: 8rem;
    width: 21.33333333rem;
    padding: 1.86666667rem;
    border-radius: 10px;
  }
  .page_wrap .case_wrap .case_list h3 {
    margin-bottom: 1.86666667rem;
    font-size: 1.92rem;
    letter-spacing: 10px;
  }
  .page_wrap .case_wrap .case_list h5 {
    line-height: 1.86666667rem;
    font-size: 1.06666667rem;
  }
  .page_wrap .case_wrap .case_list .learn_more {
    margin-top: 1.86666667rem;
    font-size: 1.01333333rem;
    width: 16.64rem;
    height: 2.61333333rem;
    line-height: 2.61333333rem;
  }
  .page_wrap .case_wrap .swiper-pagination-bullet {
    width: 1.41333333rem;
  }
  .page_wrap .case_wrap .swiper-slide .item {
    text-align: right;
  }
  .page_wrap .case_wrap .swiper-slide .item img {
    margin-top: 6.66666667rem;
    width: 45.6rem;
    height: 27.375rem;
  }
  .page_wrap .upgrade_wrap {
    height: 30rem;
  }
  .page_wrap .upgrade_wrap h4 {
    font-size: 2.24rem;
    padding: 3.2rem 0 1.6rem;
  }
  .page_wrap .upgrade_wrap .upgrade_us p {
    font-size: 1.17333333rem;
    margin-bottom: 1.28rem;
  }
  .page_wrap .upgrade_wrap .learn_more {
    margin-top: 1.86666667rem;
    font-size: 1.01333333rem;
    width: 16.64rem;
    height: 2.61333333rem;
    line-height: 2.61333333rem;
  }
  .page_wrap .header_wrap {
    height: 41.33333333rem;
  }
  .page_wrap .header_wrap .logo {
    left: 0;
    top: 1.46666667rem;
  }
  .page_wrap .header_wrap .logo img {
    width: 4.34666667rem;
  }
  .page_wrap .header_wrap .menu_ico {
    right: 10px;
    top: 2.16666667rem;
  }
  .page_wrap .header_wrap .menu_ico img {
    width: 2.3rem;
  }
  .page_wrap .header_wrap .slogan {
    padding-left: 2.66666667rem;
    padding-top: 6.66666667rem;
    font-size: 1.97333333rem;
    margin-bottom: 2.66666667rem;
  }
  .page_wrap .header_wrap .about_us {
    margin-left: 2.66666667rem;
    width: 29.33333333rem;
    padding: 1.17333333rem;
  }
  .page_wrap .header_wrap .about_us p {
    font-size: 1.17333333rem;
    margin-bottom: 0.53333333rem;
  }
  .page_wrap .header_wrap .video_play {
    margin-top: 1.6rem;
    font-size: 0.90666667rem;
    width: 7.2rem;
    height: 2.08rem;
    line-height: 2.08rem;
  }
  .contact_wrap .banner_wrap {
    height: 10rem;
  }
  .contact_wrap .banner_wrap .qrcode img {
    width: 7.1rem;
    height: 7.1rem;
  }
  .contact_wrap h3 {
    font-size: 2.66666667rem;
    padding: 3.33333333rem 0 1rem;
  }
  .contact_wrap h4 {
    font-size: 1.66666667rem;
    padding-bottom: 3.93333333rem;
  }
  .contact_wrap .address_box {
    display: block;
  }
  .contact_wrap .address_box .left_side {
    margin-bottom: 20px;
  }
  .contact_wrap .address_box .left_side ul li {
    margin-bottom: 1.33333333rem;
    font-size: 1.46666667rem;
  }
  .contact_wrap .address_box .left_side ul li span {
    margin-left: 14px;
  }
  .contact_wrap .address_box .left_side ul li img {
    width: 1.53333333rem;
    height: 1.53333333rem;
  }
  .contact_wrap .address_box .left_side .view_map {
    font-size: 1.46666667rem;
    width: 10rem;
    height: 2.6rem;
    line-height: 2.6rem;
    border-radius: 30px;
  }
  .contact_wrap .address_box .left_side .view_map img {
    width: 1.46666667rem;
    height: 1.53333333rem;
  }
}
