.home-page {
  font-family: "PingFang";
  min-height: 100vh;
  position: relative;
}
.home-page .header {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
.home-page .header .header-main {
  min-width: 1280px;
  height: 100vh;
  background-image: url(technology.874e503d.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.home-page .header .slogen {
  font-family: PingFang SC;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 90px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}
.home-page .header .description {
  width: 553px;
  margin-top: 40px;
  font-weight: 300;
  font-size: 13px;
  text-align: center;
  color: #ebebeb;
}
.home-page .header .more {
  border: 1px solid #ffffff;
  border-radius: 6px;
  font-size: 15px;
  width: 126px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 62px;
}
.home-page .scroll-screen {
  width: 100%;
  min-width: 1280px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.home-page .scroll-screen .scoll-menu {
  position: sticky;
  top: 0px;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 37px;
  background-color: #fff;
  color: #000;
}
.home-page .scroll-screen .scoll-menu .logo {
  width: 212px;
  text-align: right;
}
.home-page .scroll-screen .scoll-menu .logo img {
  width: 100px;
}
.home-page .scroll-screen .scoll-menu .menu {
  flex: 1;
  font-weight: normal;
  font-size: 16px;
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
}
.home-page .scroll-screen .scoll-menu .menu .menu-item {
  width: 100px;
  margin-left: 22px;
}
.home-page .scroll-screen .scoll-menu .menu .menu-item a {
  color: inherit;
  text-decoration: none;
}
.home-page .scroll-screen .screen-item {
  width: 100%;
  position: relative;
}
.home-page .scroll-screen .screen-item.black-style {
  background: black !important;
}
.home-page .scroll-screen .screen-item.black-style .center-text {
  color: #fff !important;
}
.home-page .scroll-screen .screen-item.black-style .line {
  border: 1px solid #fff !important;
}
.home-page .scroll-screen .screen-item.black-style .cur-line {
  background-color: #fff !important;
}
.home-page .scroll-screen .screen-item-main {
  min-width: 1280px;
  margin: 0 auto;
}
.home-page .scroll-screen .home {
  height: 100vh;
  min-width: 1280px;
}
.home-page .scroll-screen .home .down {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.home-page .scroll-screen .bussiness {
  padding-top: 84px;
  background-color: #fff;
}
.home-page .scroll-screen .bussiness .title-bg {
  font-weight: 600;
  font-size: 144px;
  color: #f7f3f3;
  width: 100%;
  text-align: center;
  height: 202px;
  overflow: hidden;
}
.home-page .scroll-screen .bussiness .title {
  font-family: PingFang SC;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: 0em;
  text-align: left;
  color: #555555;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 140px;
}
.home-page .scroll-screen .bussiness .title.selected::after {
  display: block;
  content: '(selected)';
  font-size: 20px;
  line-height: 0;
  color: #555555;
  text-align: center;
  opacity: 0.62;
}
.home-page .scroll-screen .business-style {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #ffffff 0%, #e8eff4 100%);
  height: 100vh;
  padding: 0 70px;
}
.home-page .scroll-screen .business-style .left-line {
  width: 80px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.home-page .scroll-screen .business-style .left-line .line {
  border: 1px solid #151515;
  width: 0;
  height: 519px;
}
.home-page .scroll-screen .business-style .left-line .cur-line {
  position: absolute;
  right: -2px;
  top: 75px;
  background-color: #151515;
  border-radius: 3px;
  height: 84px;
  width: 6px;
}
.home-page .scroll-screen .business-style .left-line .cur-line.th1 {
  top: 75px;
}
.home-page .scroll-screen .business-style .left-line .cur-line.th2 {
  top: 145px;
}
.home-page .scroll-screen .business-style .left-line .cur-line.th3 {
  top: 215px;
}
.home-page .scroll-screen .business-style .left-line .cur-line.th4 {
  top: 285px;
}
.home-page .scroll-screen .business-style .left-line .cur-line.th5 {
  top: 355px;
}
.home-page .scroll-screen .business-style .right-line {
  width: 140px;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.home-page .scroll-screen .business-style .right-line .line {
  border: 1px solid #151515;
  width: 0;
  height: 519px;
}
.home-page .scroll-screen .business-style .right-line .cur-line {
  position: absolute;
  left: -2px;
  top: 75px;
  background-color: #151515;
  border-radius: 3px;
  height: 84px;
  width: 6px;
}
.home-page .scroll-screen .business-style .right-line .cur-line.th1 {
  top: 75px;
}
.home-page .scroll-screen .business-style .right-line .cur-line.th2 {
  top: 145px;
}
.home-page .scroll-screen .business-style .right-line .cur-line.th3 {
  top: 215px;
}
.home-page .scroll-screen .business-style .right-line .cur-line.th4 {
  top: 285px;
}
.home-page .scroll-screen .business-style .right-line .cur-line.th5 {
  top: 355px;
}
.home-page .scroll-screen .business-style .center-text {
  width: 530px;
  padding: 15px 30px 50px 50px;
  color: #151515;
}
.home-page .scroll-screen .business-style .center-text .business-no {
  font-family: PingFang SC;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 40px;
}
.home-page .scroll-screen .business-style .center-text .business-name {
  font-family: PingFang SC;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: left;
  padding-bottom: 47px;
}
.home-page .scroll-screen .business-style .center-text .business-description {
  font-weight: normal;
  font-size: 18px;
  padding-bottom: 47px;
}
.home-page .scroll-screen .business-style .center-text .business-more {
  display: inline-block;
}
.home-page .scroll-screen .business-style .center-text .business-more img {
  width: 153px;
}
.home-page .scroll-screen .business-style .center-text .business-more:hover + .business-case {
  visibility: visible;
  animation: fadeIn;
  animation-duration: 0.9s;
}
.home-page .scroll-screen .business-style .center-text .business-case {
  display: flex;
  visibility: hidden;
  padding-top: 28px;
}
.home-page .scroll-screen .business-style .center-text .business-case:hover {
  visibility: visible;
  animation: fadeIn;
  animation-duration: 0.9s;
}
.home-page .scroll-screen .business-style .center-text .business-case .case-item {
  width: 103px;
  height: 59px;
  margin-right: 8px;
}
.home-page .scroll-screen .business-style .center-text .business-case .case-item img {
  width: 103px;
  height: 59px;
}
.home-page .scroll-screen .business-style .center-text .business-case .case-item .tit {
  font-size: 12px;
  padding-top: 6px;
}
.home-page .scroll-screen .business-style .right-model {
  flex: 1;
}
.home-page .scroll-screen .business-style .right-model img {
  width: 80%;
}
.home-page .scroll-screen .business-customer {
  background-color: #000;
  height: 871px;
  position: relative;
  padding-top: 84px;
}
.home-page .scroll-screen .business-customer .custom-bg-title {
  font-size: 144px;
  color: #232323;
  width: 100%;
  text-align: center;
}
.home-page .scroll-screen .business-customer .custom-title {
  font-family: PingFang SC;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 90px;
  letter-spacing: 0em;
  text-align: left;
  color: #b3b3b3;
  position: absolute;
  top: 142px;
  left: 50%;
  transform: translateX(-50%);
}
.home-page .scroll-screen .business-customer .custom-case {
  padding-top: 80px;
  padding-bottom: 40px;
}
.home-page .scroll-screen .business-customer .custom-case .scrollpanel {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home-page .scroll-screen .business-customer .custom-case .scrollpanel .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.home-page .scroll-screen .business-customer .custom-case .scrollpanel .row .customer-card {
  width: 192px;
  height: 118px;
  border-radius: 9px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
  margin-left: 29px;
}
.home-page .scroll-screen .business-contact {
  background-color: #fff;
  box-sizing: border-box;
  padding: 65px 80px 80px 150px;
}
.home-page .scroll-screen .business-contact .company-name {
  margin-bottom: 40px;
  margin-left: -10px;
}
.home-page .scroll-screen .business-contact .company-name img {
  width: 135px;
  height: 75px;
}
.home-page .scroll-screen .business-contact .company-info {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.home-page .scroll-screen .business-contact .company-info h5 {
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  padding-bottom: 28px;
}
.home-page .scroll-screen .business-contact .company-info p {
  font-weight: normal;
  font-size: 12px;
  color: #605e5e;
}
.home-page .scroll-screen .business-contact .company-info .company-vision {
  flex: 1;
}
.home-page .scroll-screen .business-contact .company-info .company-contact {
  flex: 1;
}
.home-page .scroll-screen .business-contact .company-info .company-join {
  flex: 1;
}
.home-page .scroll-screen .business-contact .company-info .company-social {
  flex: 1;
}
.home-page .scroll-screen .business-contact .company-info .company-social button {
  width: 139px;
  height: 35px;
  border: 1px solid #000000;
  border-radius: 24.5px;
  font-size: 12px;
  color: #605e5e;
  background-color: #fff;
  display: block;
  margin-bottom: 24px;
}
.home-page .scroll-screen .business-contact .company-info .company-social button:hover {
  color: blue;
  border: 1px solid blue;
}
.home-page .scroll-screen .business-contact .company-social {
  position: relative;
}
.home-page .scroll-screen .business-contact .company-social .weixin-qrcode {
  width: 116px;
  height: 116px;
  position: absolute;
  left: 200px;
  top: 40px;
}
.home-page .scroll-screen .business-contact .company-social .weixin-qrcode img {
  width: 116px;
  height: 116px;
}
.home-page .scroll-screen .business-contact .company-social .linkin-qrcode {
  width: 116px;
  height: 116px;
  position: absolute;
  left: 200px;
  top: 40px;
}
.home-page .scroll-screen .business-contact .company-social .linkin-qrcode img {
  width: 116px;
  height: 116px;
}
.home-page .full-view {
  width: 1280px;
  background: #FFFFFF;
  box-shadow: 0px 0px 9px rgba(150, 150, 150, 0.25);
  border-radius: 9px;
  display: flex;
  margin: 0 auto;
}
.home-page .full-view .left {
  width: 445px;
  height: 513px;
  padding: 50px;
}
.home-page .full-view .left .info-title {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #000000;
}
.home-page .full-view .left ul {
  margin-top: 30px;
  padding-left: 10px;
}
.home-page .full-view .left ul li {
  list-style: inside;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 209.5%;
  color: #000000;
}
.home-page .full-view .right {
  flex: 1;
  position: relative;
}
.home-page .full-view .img-list {
  height: 513px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.home-page .full-view .img-list img {
  width: 100%;
  display: none;
}
.home-page .full-view .img-list img:first-child {
  display: block;
}
.home-page .full-view .view-item {
  display: none;
}
.home-page .full-view .view-item:first-child {
  display: block;
}
.home-page .full-view .split {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
@keyframes shake {
  0% {
    transform: translate(-50%, 50%) scale(1);
  }
  25% {
    transform: translate(-50%, 50%) scale(1.5);
  }
  50% {
    transform: translate(-50%, 50%) scale(1.1);
  }
  75% {
    transform: translate(-50%, 50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, 50%) scale(1);
  }
}
.home-page .full-view .split .split-item {
  position: relative;
  flex: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.home-page .full-view .split .split-item .split-title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150px;
  color: #FFFFFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.home-page .full-view .split .split-item .split-icon {
  position: absolute;
  left: 50%;
  bottom: 40px;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(split-icon.f9c90166.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(-50%, 50%);
  transform-origin: center center;
}
.home-page .full-view .split .split-item:hover .split-icon,
.home-page .full-view .split .split-item.active .split-icon {
  animation: shake 2s ease-in 0s infinite;
}
.home-page .full-view .split .split-item + .split-item {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.home-page .technology-left,
.home-page .technology-right {
  background-color: #fff;
  padding-top: 170px;
  padding-bottom: 150px;
}
.home-page .technology-left .screen-item-main,
.home-page .technology-right .screen-item-main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.home-page .technology-left .technology-img,
.home-page .technology-right .technology-img {
  width: 481px;
  height: 318px;
  border-radius: 9px;
  overflow: hidden;
}
.home-page .technology-left .technology-img img,
.home-page .technology-right .technology-img img,
.home-page .technology-left .technology-img video,
.home-page .technology-right .technology-img video {
  width: 100%;
  height: 100%;
}
.home-page .technology-left .technology-content,
.home-page .technology-right .technology-content {
  width: 550px;
  margin-left: 120px;
}
.home-page .technology-left .technology-content.mut-right,
.home-page .technology-right .technology-content.mut-right {
  width: 481px;
  margin-left: 120px;
}
.home-page .technology-left .technology-content .technology-title,
.home-page .technology-right .technology-content .technology-title {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #000000;
}
.home-page .technology-left .technology-content .technology-subject,
.home-page .technology-right .technology-content .technology-subject {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #03289F;
  margin-top: 50px;
}
.home-page .technology-left .technology-content .technology-desc,
.home-page .technology-right .technology-content .technology-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #555555;
  margin-top: 30px;
}
.home-page .technology-left .technology-content .technology-list,
.home-page .technology-right .technology-content .technology-list {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  color: #555555;
}
.home-page .technology-right {
  background-color: #F9F9F9;
}
.home-page .technology-right .technology-content {
  margin-left: 0;
}
.home-page .technology-right .technology-img {
  margin-left: 120px;
}
.home-page .academic-list {
  padding-top: 156px;
  padding-bottom: 200px;
  display: flex;
  justify-content: center;
}
.home-page .academic-list .academic-item {
  width: 334px;
  padding-left: 60px;
  border-left: 1px solid #A6A6A6;
}
.home-page .academic-list .academic-item:first-child {
  border-left: none;
}
.home-page .academic-list .academic-img {
  margin-bottom: 53px;
}
.home-page .academic-list .academic-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}
.home-page .academic-list .academic-href {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.025em;
  color: #555555;
  margin-top: 15px;
  cursor: pointer;
  display: inline-block;
}
.home-page .academic-list .academic-href::after {
  content: ' ';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(href.d11a9196.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 4px;
}

/*# sourceMappingURL=technology.03f1680d.css.map */
