@font-face {
  font-family: 'oppo1';
  src: url('../fonts/OPPOSans-B.ttf');
  font-weight: 100;
}
@font-face {
  font-family: 'oppo2';
  src: url('../fonts/OPPOSans-H.ttf');
  font-weight: 100;
}
@font-face {
  font-family: 'oppo3';
  src: url('../fonts/OPPOSans-L.ttf');
  font-weight: 100;
}
@font-face {
  font-family: 'oppo4';
  src: url('../fonts/OPPOSans-M.ttf');
  font-weight: 100;
}
@font-face {
  font-family: 'oppo5';
  src: url('../fonts/Comic Sans MS.ttf');
  font-weight: 100;
}
@font-face {
  font-family: 'ysbt';
  src: url('../fonts/优设标题黑.ttf');
  font-weight: 80;
}
.text {
  font-family: HarmonyOS_Sans;
}
body {
  margin: 0;
  padding: 0;
}
.home {
  width: 100%;
  height: 100%;
  background: no-repeat url("../../static/pic/b77.png");
  background-size: 100% 100%;
}
.home .homeTop {
  width: 100%;
  height: 70vh; /*改上下高度*/
  background: no-repeat url("../../static/pic/b77.png");
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 10px 15px; /*100px 150px*/
}
.home .homeTop .title {
  display: block;
  align-items: center;
  flex-shrink: 0;
  margin-top: 2vh;
  margin-left: 10vw;
}
.home .homeTop .logo {
  flex-shrink: 0;
  width: 250px;
  margin-top: 5vh;
  margin-left: 7vw;
  margin-bottom: 10px;
}
.home .homeTop .title .name .chName1 {
  color: #ffffff;
  font-size: 7vh;
  letter-spacing: 8px;
  font-family: ysbt;
}.home .homeTop .title .name .chName2 {
  color: #ffffff;
  font-size: 9vh;
  letter-spacing: 8px;
  font-family: ysbt;
}
 .home .homeTop .title .name .chName3 {
  color: #ffffff;
  font-size: 4vh;
  letter-spacing: 6px;
  font-family: oppo5;
}
.home .homeTop .title .name .enName {
  color: #ffffff;
  font-size: 30px;
}
.home .below {
  width: 100%;
  height: calc(100vh - 70vh - 80px); /*改上下高度*/
  min-height: 270px;
  box-sizing: border-box;
  padding-top: 10px;
  /*background-color: #80abe3;*/
  background-image: linear-gradient(121deg, #112951, #0f4563);
  display: flex;
  justify-content: center;
}
.home .below .skip {
  display: inline-block;
  width: 300px; /* 底下框的长度 */
  height: 70px;
  line-height: 70px;
  /* border: 1px solid rgb(217, 255, 0); */
  padding: 0;
  font-size: 28px;
  border-right: 0;
  vertical-align: top;
  color: #333333;
  text-align: center;
  transition: all 0.3s;
  margin: 0 30px;
}
.home .below .skip:hover {
  font-weight: 600;
  transform: translateY(-4px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #85b6f1;
}
.home .below a {
  text-decoration: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.home .below .hide_skip:hover .drop-down-content {
  opacity: 1;
  height: 240px;
  font-size: 26px; /*字体大小*/
}
.home .below ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1px;
}
.home .below ul li a {
  display: block;
  text-decoration: none;
  width: 300px; /* 模型工具框的长度 */
  height: 35px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
}
.home .below .drop-down-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.home .below .drop-down-content li:hover a {
  background: #85b6f1;
  color: #ffffff;
}
/*# sourceMappingURL=home.css.map */
.home .homeFooter {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-image: linear-gradient(121deg, #112951, #0f4563);
}
.home .homeFooter p {
  margin: 0;
  color: #ffffff;
  display: inline-block;
}
.home .homeFooter a {
  text-decoration: none;
}