@charset "utf8";
.virtual-scroll {
  position: fixed;
  width: 17px;
  height: 100vh;
  right: 0;
  top: 0;
  z-index: 35;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: opacity 0.25s;
  user-select: none;
  display: none;
  padding: 8px 0;
}
.virtual-scroll:hover {
  opacity: 1;
  background-color: #fff;
}
.virtual-scroll:hover .virtual-scroll-thumb {
  width: 13px;
  border-radius: 0px;
}
.virtual-scroll:before {
  content: "";
  position: absolute;
  width: 100vw;
  right: 0;
  height: 100vh;
  top: 0;
  display: none;
  z-index: -1;
}
.virtual-scroll.dblclick:hover:after {
  content: "双击返回顶部";
  position: absolute;
  line-height: 40px;
  padding: 0 30px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  right: 25px;
  bottom: 50px;
  white-space: nowrap;
  pointer-events: none;
  font-size: 14px;
}
.virtual-scroll.active {
  opacity: 1;
}
.virtual-scroll.mousedown:before {
  display: block;
}
.virtual-scroll .virtual-scroll-box {
  position: relative;
  height: 100%;
}
.virtual-scroll .virtual-scroll-thumb {
  position: absolute;
  width: 7px;
  height: 200px;
  background-color: #444;
  right: 2px;
  border-radius: 7px;
  top: 0;
  transition: background-color 0.25s;
  cursor: pointer;
}
.virtual-scroll .virtual-scroll-thumb:hover {
  background-color: #222;
}
.virtual-scroll .virtual-scroll-thumb:hover.active {
  background-color: #000;
}
.virtual-scroll .virtual-scroll-thumb.active {
  background-color: #000;
}
html,
body {
  scrollbar-width: none;
}
::-webkit-scrollbar {
  display: none;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.page-banner {
  height: 100vh;
  background-color: #000;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
}
#canvas2023 {
  width: 100vw;
  height: 100vh;
  display: block;
  pointer-events: none;
  user-select: none;
}
html {
  font-size: calc(100vw / 192);
}
.content-2023 {
  position: relative;
  z-index: 3;
  color: #fff;
}
.content-2023 .section {
  height: 100vh;
  padding: 0 20rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .content-2023 .section {
    padding: 0 8vw;
  }
}
@media only screen and (max-width: 640px) {
  .content-2023 .section {
    align-items: flex-end;
    padding: 10vw 25px;
  }
}
.content-2023 .section1 .left {
  width: 50rem;
}
@media only screen and (max-width: 1024px) {
  .content-2023 .section1 .left {
    width: 60%;
  }
}
@media only screen and (max-width: 640px) {
  .content-2023 .section1 .left {
    width: 100%;
  }
}
.content-2023 .section1 .left ._slogan {
  font-weight: bold;
  font-size: 12rem;
  line-height: 1.16;
}
@media only screen and (max-width: 640px) {
  .content-2023 .section1 .left ._slogan {
    font-size: 40px;
    display: flex;
  }
}
.content-2023 .section1 .left .subname {
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 1.33;
  margin-top: 3rem;
}
@media only screen and (max-width: 640px) {
  .content-2023 .section1 .left .subname {
    font-size: 14px;
  }
}
.content-2023 .section1 .left .des {
  font-size: 16px;
  line-height: 2;
  margin-top: 3.2rem;
  color: #f8b82a;
  font-weight: 500;
  text-align: justify;
}
@media only screen and (max-width: 1024px) {
  .content-2023 .section1 .left .des {
    font-size: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .content-2023 .section1 .left .des {
    font-size: 14px;
  }
}
.content-2023 .section1 .left .content {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
  margin-top: 14px;
}
@media only screen and (max-width: 1024px) {
  .content-2023 .section1 .left .content {
    font-size: 17px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .content-2023 .section1 .left .content {
    font-size: 15px;
  }
}
.content-2023 .section1 .left .btn {
  display: inline-block;
  line-height: 48px;
  padding: 0 38px;
  background-color: #bd00ff;
  color: #fff;
  text-decoration: unset;
  border-radius: 48px;
  margin-top: 30px;
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  .content-2023 .section1 .left .btn {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
}
.content-2023 .section1 .left .btn:hover {
  background-color: #a200ff;
}
.content-2023 .section2 {
  justify-content: flex-end;
  padding-right: 16rem;
}
@media only screen and (max-width: 640px) {
  .content-2023 .section2 {
    height: auto;
    padding: 100vw 25px;
  }
}
.content-2023 .section2 .right .subname {
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 640px) {
  .content-2023 .section2 .right .subname {
    font-size: 22px;
  }
}
.content-2023 .section2 .right .content {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
  margin-top: 4rem;
}
@media only screen and (max-width: 1280px) {
  .content-2023 .section2 .right .content {
    font-size: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .content-2023 .section3 {
    height: 0;
  }
}
.homeService ul li {
  display: flex;
  align-items: center;
  padding: 0 16rem;
}
@media only screen and (max-width: 1280px) {
  .homeService ul li {
    height: 60vw;
  }
}
@media only screen and (max-width: 640px) {
  .homeService ul li {
    height: auto;
    display: block;
    padding: 0;
    background-color: #f3f3f3;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .homeService ul li .bgs {
    background-image: url("/shuwon/assets/images/homeAppBg-m.jpg");
    background-size: cover;
    position: relative;
    height: 100vw;
  }
}
@media only screen and (max-width: 640px) {
  .homeService ul li .bgs.bgs2 {
    background-image: url("/shuwon/assets/images/homeAppBg2-m.jpg");
  }
}
@media only screen and (max-width: 640px) {
  .homeService ul li .bgs.bgs3 {
    background-image: url("/shuwon/assets/images/homeAppBg3-m.jpg");
  }
}
@media only screen and (max-width: 640px) {
  .homeService ul li .bgs.bgs4 {
    background-image: url("/shuwon/assets/images/homeAppBg4-m.jpg");
  }
}
.homeService ul li:nth-child(even) {
  justify-content: flex-end;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .homeService ul li:nth-child(even) {
    text-align: center;
  }
}
.homeService ul li .info {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1280px) {
  .homeService ul li .info {
    right: 5vw;
  }
}
@media only screen and (max-width: 768px) {
  .homeService ul li .info {
    right: 5vw;
    width: 34vw;
  }
}
@media only screen and (max-width: 640px) {
  .homeService ul li .info {
    right: auto;
    width: 100%;
    position: relative;
    padding: 30px 0;
  }
}
.homeService .list {
  margin-top: 4rem;
  font-size: 2.2rem;
  color: #000;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .homeService .list {
    font-size: 14px;
    margin-top: 15px;
  }
}
.homeService .list table {
  display: inline-table;
  margin: 0;
}
.homeService .list table tr + tr td {
  padding-top: 2rem;
}
.homeService .list table tr td + td {
  padding-left: 3rem;
}
.homeService .list .item {
  width: fit-content;
}
.homeService .list .row {
  display: grid;
  gap: 0 3rem;
  grid-template-columns: repeat(auto-fit);
}
@media only screen and (max-width: 1280px) {
  .showCase ul li {
    height: 30vh;
  }
}
@media only screen and (max-width: 1280px) {
  .showCase ul li .info {
    width: 100%;
    left: 0;
    padding: 0 8vw;
  }
}
@media only screen and (max-width: 1280px) {
  .showCase ul li .info .name {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1280px) {
  .showCase ul li .info .name p {
    font-size: 30px;
  }
}
.video-bg {
  position: relative;
}
.video-bg video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.video-bg .video-content {
  position: relative;
  z-index: 3;
  padding-top: 70px;
  padding-bottom: 170px;
}
@media only screen and (max-width: 640px) {
  .video-bg .video-content {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
footer .subTitle {
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  footer .subTitle {
    margin-bottom: 40px;
  }
}
footer .subTitle p {
  color: #000;
}
footer .subTitle b {
  color: #fff;
  -webkit-text-stroke: unset;
}
footer .footer_bgImg {
  background: unset;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(30px);
  border-radius: 30px;
  color: #000;
  padding: 60px 80px;
}
@media only screen and (max-width: 1280px) {
  footer .footer_bgImg {
    padding: 5vw 0;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_bgImg {
    padding: 30px 25px;
    border-radius: 0;
  }
}
footer .footer_bgImg .phone {
  padding-top: 80px;
}
footer .footer_bgImg .phone a {
  color: #000;
}
@media only screen and (max-width: 640px) {
  footer .footer_bgImg .phone {
    padding-top: 40px;
  }
}
footer .footer_bgImg .title::before {
  background-color: #000;
  opacity: 1;
  width: 60px;
  height: 2px;
  margin-left: -30px;
  bottom: -30px;
}
@media only screen and (max-width: 640px) {
  footer .footer_bgImg .title::before {
    bottom: -20px;
  }
}
footer .inputBox input {
  background: unset;
  color: #000;
  font-family: inherit;
  border-bottom: 2px solid #000;
}
footer .inputBox input::placeholder {
  color: #222;
}
footer .inputBox .submitBtn {
  background-color: #bd00ff;
  color: #fff;
  border: unset;
  margin-top: 80px;
  width: 220px;
  font-size: 18px;
  font-family: inherit;
  appearance: none;
}
@media only screen and (max-width: 640px) {
  footer .inputBox .submitBtn {
    margin-top: 40px;
  }
}
footer .inputBox .submitBtn p {
  width: auto;
}
footer .cover-form {
  position: fixed;
  z-index: 301;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
footer .cover-form.active {
  opacity: 1;
  visibility: visible;
}
footer .cover-form .close {
  position: absolute;
  width: 40px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
@media (min-width: 1280px) {
  footer .cover-form .close:hover {
    opacity: 0.8;
  }
}
footer .cover-form .footer_bgImg {
  background-color: rgba(255, 255, 255, 0.8);
}
.friends .name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
