@charset "UTF-8";
* {
  margin: unset;
  padding: unset;
}

* {
  vertical-align: middle;
  box-sizing: border-box;
}

* {
  font-family: "PingFang SC", "Microsoft YaHei", "sans-serif";
}

* {
  border: unset;
  outline: unset;
  list-style: none;
  text-decoration: unset;
}

* {
  user-select: none;
  -moz-user-drag: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #E8F0EC;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  cursor: pointer;
  border: 1px solid #73A8A5;
}

.wow {
  visibility: hidden;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}
body .vessel {
  background-color: #E8F0EC;
  padding-bottom: 0.8vw;
  overflow: hidden;
}
body .vessel .banner {
  background-image: url("../image/head-bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  width: 100%;
  height: 54.6vw;
  animation: bannerAnis 12s linear infinite;
}
body .vessel .banner .banner-logos {
  position: absolute;
  left: 1.8vw;
  top: 1.7vw;
  width: 33.1vw;
}
body .vessel .banner .banner-adorn {
  position: absolute;
  left: 0vw;
  top: 21.1vw;
  width: 60.1vw;
}
body .vessel .banner .banner-title {
  position: absolute;
  left: 61vw;
  top: 3vw;
  width: 18.5vw;
}
body .vessel .banner .banner-cloud-left-1 {
  position: absolute;
  left: 0vw;
  top: 11.5vw;
  width: 13.4vw;
}
body .vessel .banner .banner-cloud-right-1 {
  position: absolute;
  right: -1vw;
  top: 28.2vw;
  width: 13.4vw;
}
body .vessel .banner .banner-cloud-right-2 {
  position: absolute;
  right: -6vw;
  top: 37.4vw;
  width: 28vw;
}
body .vessel .banner .infos {
  position: absolute;
  right: 20.5vw;
  top: 35.5vw;
  height: 7.6vw;
  width: 17.4vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
body .vessel .banner .infos p:nth-child(1) {
  font-weight: 700;
  font-size: calc(100vw * 20 / 1920);
}
body .vessel .banner .infos p:nth-child(2) {
  font-weight: 700;
  color: #377A6C;
  font-size: calc(100vw * 28 / 1920);
}
body .vessel .banner .infos p:nth-child(3) {
  font-weight: 700;
  font-size: calc(100vw * 20 / 1920);
}
body .vessel .banner .infos p:nth-child(4) {
  font-size: calc(100vw * 20 / 1920);
}
body .vessel .banner .units {
  position: absolute;
  left: 1vw;
  top: 44.8vw;
  width: 98vw;
  border-top: 2px dashed #929a88;
  border-bottom: 2px dashed #929a88;
  display: flex;
  justify-content: space-between;
  color: #377A6C;
  padding: 1.3vw 14vw;
}
body .vessel .banner .units .units-chunk {
  display: flex;
}
body .vessel .banner .units .units-chunk .units-title {
  font-weight: 700;
  font-size: calc(100vw * 20 / 1920);
  margin-right: 1.2vw;
  padding-top: 0.1vw;
}
body .vessel .banner .units .units-chunk .units-lists {
  line-height: 1.8;
  font-size: calc(100vw * 18 / 1920);
}
body .vessel .banner .infos-mobile {
  display: none;
}
@keyframes bannerAnis {
  0%, 100% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 110% 110%;
  }
}
body .vessel .content {
  width: 98vw;
  margin: 0 auto;
  background: linear-gradient(180deg, #E6EEEA, #F4F9F7);
  border-radius: 2px;
  padding: 0vw 14vw;
  padding-bottom: 9vw;
  position: relative;
}
body .vessel .content .content-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4.6vw;
  margin-bottom: 2vw;
}
body .vessel .content .content-title img {
  width: calc(100vw * 34 / 1920);
  margin-right: calc(100vw * 14 / 1920);
  padding-bottom: calc(100vw * 4 / 1920);
}
body .vessel .content .content-title span {
  color: #303733;
  font-size: calc(100vw * 32 / 1920);
  font-family: "宋体";
  font-weight: 700;
}
body .vessel .content .content-title.last {
  padding-top: 2.8vw;
}
body .vessel .content .content-texts {
  display: flex;
  flex-direction: column;
  padding: 1.8vw 0vw;
  border-top: 2px dashed #929a88;
  border-bottom: 2px dashed #929a88;
  position: relative;
}
body .vessel .content .content-texts p {
  color: #303733;
  font-size: calc(100vw * 20 / 1920);
  line-height: 1.75;
  margin-bottom: 0.8vw;
  text-indent: 2em;
}
body .vessel .content .content-texts p:last-of-type {
  margin-bottom: 0vw;
}
body .vessel .content .content-texts .svgs svg {
  width: calc(100vw * 20 / 1920);
  height: calc(100vw * 20 / 1920);
}
body .vessel .content .content-texts .svgs svg:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: rotate(90deg) translateX(-50%) translateY(12%);
}
body .vessel .content .content-texts .svgs svg:nth-child(2) {
  position: absolute;
  top: 0px;
  right: 0px;
  transform: rotate(-90deg) translateX(50%) translateY(12%);
}
body .vessel .content .content-texts .svgs svg:nth-child(3) {
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform: rotate(90deg) translateX(50%) translateY(12%);
}
body .vessel .content .content-texts .svgs svg:nth-child(4) {
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform: rotate(-90deg) translateX(-50%) translateY(12%);
}
body .vessel .content .content-links {
  background-image: url("../image/vr.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 11.4vw;
  margin-top: 3.8vw;
  padding-bottom: 1.2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: ease 0.5s;
}
body .vessel .content .content-links img {
  width: 12vw;
  transition: ease 0.4s;
}
body .vessel .content .content-links:hover {
  transform: translateY(-0.2vw);
}
body .vessel .content .content-links:hover img {
  transform: translateY(-0.4vw);
}
body .vessel .content .content-video {
  border: 2px dashed #929a88;
  border-radius: 4px;
  padding: 0.4vw;
  line-height: 0;
  overflow: hidden;
}
body .vessel .content .content-video video {
  width: 100%;
}
body .vessel .content .content-lists {
  padding-top: 7.5vw;
}
body .vessel .content .content-lists .options {
  background: #e0eae5;
  height: 5.5vw;
  display: flex;
  position: relative;
}
body .vessel .content .content-lists .options li {
  position: relative;
  z-index: 1;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: calc(100vw * 30 / 1920);
  font-weight: 700;
  cursor: pointer;
  transition: ease 0.4s;
  font-family: "宋体";
}
body .vessel .content .content-lists .options li span {
  margin-right: calc(100vw * 24 / 1920);
  font-family: "宋体";
}
body .vessel .content .content-lists .options li.pitch {
  color: #FFFFFF;
}
body .vessel .content .content-lists .options .pitch-img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  transition: ease 0.4s;
}
body .vessel .content .content-lists .options .pitch-img.pitch-p {
  display: block;
}
body .vessel .content .content-lists .options .pitch-img.pitch-m {
  display: none;
}
body .vessel .content .content-lists .content-lists-items:last-child {
  display: none;
}
body .vessel .content .content-lists .content-lists-items .introduce {
  position: relative;
  margin: 3vw 0vw;
}
body .vessel .content .content-lists .content-lists-items .introduce p {
  color: #303733;
  font-size: calc(100vw * 20 / 1920);
  line-height: 1.75;
  margin-bottom: 0.8vw;
  text-indent: 2em;
}
body .vessel .content .content-lists .content-lists-items .introduce p:last-child {
  margin-bottom: 0vw;
}
body .vessel .content .content-lists .content-lists-items .relicList {
  display: flex;
  flex-wrap: wrap;
}
body .vessel .content .content-lists .content-lists-items .relicList li {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3vw;
}
body .vessel .content .content-lists .content-lists-items .relicList li .image {
  width: 25.3vw;
  height: 25.3vw;
  border-radius: 25.3vw;
  border: 2px dashed #DBE9E3;
  position: relative;
  transition: ease 0.4s;
}
body .vessel .content .content-lists .content-lists-items .relicList li .image::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #DBE9E3;
  width: 23.3vw;
  height: 23.3vw;
  border-radius: 23.3vw;
  transition: ease 0.4s;
}
body .vessel .content .content-lists .content-lists-items .relicList li .image img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  cursor: pointer;
  transition: ease 0.3s;
}
body .vessel .content .content-lists .content-lists-items .relicList li .image:hover::after {
  transform: translate(-50%, -50%) scale(0.98);
}
body .vessel .content .content-lists .content-lists-items .relicList li .image:hover img {
  transform: translate(-50%, -50%) scale(1.08);
}
body .vessel .content .content-lists .content-lists-items .relicList li .infos {
  margin-top: 1vw;
  display: flex;
  align-items: center;
}
body .vessel .content .content-lists .content-lists-items .relicList li .infos .infos-title {
  font-size: calc(100vw * 22 / 1920);
  font-weight: 700;
  color: #222925;
}
body .vessel .content .content-lists .content-lists-items .relicList li .infos .infos-title img {
  height: calc(100vw * 32 / 1920);
}
body .vessel .content .content-lists .content-lists-items .relicList li .infos .infos-texts {
  border-left: 2px dashed #717774;
  margin-left: 1vw;
  padding-left: 1vw;
}
body .vessel .content .content-lists .content-lists-items .relicList li .infos .infos-texts p {
  font-size: calc(100vw * 18 / 1920);
  line-height: 1.75;
  color: #222925;
}
body .vessel .content .content-lists .content-lists-items .relicList li .infos .infos-texts p span {
  display: none;
}
body .vessel .content .content-cloud img:nth-child(1) {
  position: absolute;
  left: -1vw;
  top: 2.2vw;
  width: 16vw;
  opacity: 0.6;
}
body .vessel .content .content-cloud img:nth-child(2) {
  position: absolute;
  right: -1vw;
  top: 41vw;
  width: 26vw;
  opacity: 0.45;
}
body .vessel .content .content-cloud img:nth-child(3) {
  position: absolute;
  right: 0vw;
  bottom: 2vw;
  width: 20vw;
  opacity: 0.45;
}