html {
  background-color: #cdd0dd;
}
body {
  overflow: hidden;
}
.base-box {
  width: 100%;
  min-width: 1366px;
}
.base-box .part-one {
  position: relative;
  width: 100%;
}
.base-box .part-one .product-left {
  position: absolute;
  top: 77px;
  right: 292px;
  width: 194px;
  height: 147px;
  transform: rotate(31deg);
  z-index: 2;
}
.base-box .part-one .product-right {
  position: absolute;
  top: 207px;
  right: 60px;
  width: 194px;
  height: 160px;
  transform: rotate(32deg);
  z-index: 2;
}
.base-box .part-one .product-banner {
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.base-box .part-one #lottie-container {
  width: 100%;
  height: 10.2rem;
  overflow: hidden;
}
.base-box .part-one .white-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url(/static/cn/images/home/white_bg_mask.png);
  pointer-events: none;
}
.base-box .part-one .interactive-dialog {
  position: absolute;
  bottom: 150px;
  left: calc(50% - 225px);
  display: none;
  width: 450px;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  animation: interactivedialog 2s forwards;
  -moz-animation: interactivedialog 2s forwards;
  /* Firefox */
  -webkit-animation: interactivedialog 2s forwards;
  /* Safari and Chrome */
  -o-animation: interactivedialog 2s forwards;
}
.base-box .part-one .interactive-dialog .img-bg {
  display: block;
  width: 100%;
}
.base-box .part-one .interactive-dialog .dialog-text {
  position: absolute;
  top: 109px;
  left: 112px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.base-box .part-one .interactive-dialog .dialog-text img {
  position: relative;
  top: -2px;
  width: 28px;
  margin-left: 5px;
  margin-right: 5px;
}
.base-box .part-one .interactive-dialog .right-arrow {
  position: absolute;
  right: 69px;
  bottom: 25px;
  width: 20px;
  transform: rotate(180deg);
}
.base-box .music-btn {
  position: absolute;
  bottom: 28px;
  right: 60px;
  width: 65px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  background-image: url(/static/cn/images/home/music_close_btn.png);
  cursor: pointer;
}
.base-box .music-btn.active {
  background-image: url(/static/cn/images/home/music_open_btn.png);
}
.base-box .login-link {
  position: fixed;
  top: 25px;
  right: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  height: 50px;
  width: 150px;
  font-size: 16px;
  line-height: 18px;
  color: #333;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 148px auto;
  background-image: url(/static/cn/images/home/login_link_btn.png);
}
.base-box .news-flash {
  position: fixed;
  top: 28px;
  right: 60px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 46px;
  vertical-align: middle;
}
.base-box .news-flash .before-part {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 100%;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(/static/cn/images/home/news_flash_1.png);
}
.base-box .news-flash .before-part span {
  position: absolute;
  top: 12px;
  right: -15px;
  display: block;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-image: url(/static/cn/images/home/news_flash_arrow.png);
  cursor: pointer;
  z-index: 1;
  transform: rotate(0deg);
  transition: all 0.5s;
}
.base-box .news-flash .before-part span.active {
  transform: rotate(180deg);
}
.base-box .news-flash .text-box {
  display: inline-block;
  height: 100%;
  margin: 0 -2px;
  padding-left: 20px;
  vertical-align: middle;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-image: url(/static/cn/images/home/news_flash_2.png);
}
.base-box .news-flash .text-box .swiper-container {
  width: 100%;
  height: 44px;
  overflow: hidden;
}
.base-box .news-flash .text-box .swiper-container .swiper-slide {
  width: 100%;
  height: 44px;
}
.base-box .news-flash .text-box .swiper-container .swiper-slide h2 {
  font-size: 14px;
  color: #000;
  height: 100%;
  line-height: 46px;
}
.base-box .news-flash .text-box .swiper-container .swiper-slide h2 strong {
  font-weight: bold;
}
.base-box .news-flash .after-part {
  display: inline-block;
  height: 100%;
  width: 34px;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(/static/cn/images/home/news_flash_3.png);
}
.content-window {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10;
}
.content-window .top-box {
  width: 100%;
  height: 50px;
  background-color: #024aea;
}
.content-window .top-box .close-btn {
  position: absolute;
  top: 11px;
  right: 40px;
  width: 116px;
  height: 72px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(/static/cn/images/home/window_close.png);
  cursor: pointer;
  z-index: 999;
}
.content-window .content-box {
  width: 100%;
  height: 100%;
}
.content-window .content-box video {
  width: 100%;
  outline: 0;
}
@keyframes interactivedialog {
  0% {
    opacity: 0;
    transform: translateX(-150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes myfirst {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes secondlight {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0.2;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes second {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
#loading .loading-first {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: background-color 0.2s;
  z-index: 1;
}
#loading .loading-first.clear-bg-color {
  background-color: rgba(255, 255, 255, 0);
}
#loading .loading-first .loading-box {
  position: relative;
  width: 144px;
  height: 200px;
}
#loading .loading-first .loading-box img {
  display: block;
  width: 100%;
}
#loading .loading-first .loading-box .blue-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#loading .loading-first .up img {
  animation: second 2s infinite;
  -moz-animation: second 2s infinite;
  /* Firefox */
  -webkit-animation: second 2s infinite;
  /* Safari and Chrome */
  -o-animation: second 2s infinite;
  /* Opera */
}
#loading .loading-first .up img.blue-dot {
  animation: secondlight 2s infinite;
  -moz-animation: secondlight 2s infinite;
  /* Firefox */
  -webkit-animation: secondlight 2s infinite;
  /* Safari and Chrome */
  -o-animation: secondlight 2s infinite;
  /* Opera */
}
#loading .loading-first .shadow-box {
  width: 149px;
  height: 95px;
}
#loading .loading-first .shadow-box img {
  display: block;
  width: 100%;
}
#loading .loading-first .opticy-down img {
  animation: myfirst 2s infinite;
  -moz-animation: myfirst 2s infinite;
  /* Firefox */
  -webkit-animation: myfirst 2s infinite;
  /* Safari and Chrome */
  -o-animation: myfirst 2s infinite;
  /* Opera */
}
#loading .loading-first .load-name {
  display: block;
  width: 212px;
  height: 24px;
  margin-top: 30px;
}
#loading .loading-first .load-name img {
  display: block;
}
#loading .loading-first .progress-text {
  margin-top: 23px;
  line-height: 20px;
  font-size: 18px;
  color: #ccc;
  font-weight: bold;
}
#loading .loading-second {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#loading .loading-second.active .mask-loading-1 {
  transform: translate(-1500px, 800px);
}
#loading .loading-second.active .mask-loading-2 {
  transform: translate(1500px, -800px);
}
#loading .loading-second .mask-loading-1 {
  position: absolute;
  bottom: -60%;
  left: -28%;
  width: 100%;
  transform: translate(0px, 0px);
  transition: all 2s;
}
#loading .loading-second .mask-loading-1 img {
  width: 100%;
}
#loading .loading-second .mask-loading-2 {
  position: absolute;
  top: -60%;
  right: -40%;
  right: -32%;
  width: 100%;
  transform: translate(0px, 0px);
  transition: all 2s;
}
#loading .loading-second .mask-loading-2 img {
  width: 100%;
}
#case11,
#case22,
#case33,
#case44 {
  cursor: pointer;
}
#case11 path,
#case22 path,
#case33 path,
#case44 path {
  width: 40px;
}
#case1,
#case2,
#case3,
#case4 {
  z-index: 2;
}
#case1 image,
#case2 image,
#case3 image,
#case4 image {
  position: relative;
  left: -5px;
  display: block;
  width: 42px;
  height: 48px;
  -webkit-animation: caseanimate infinite 2s;
  -ms-animation: caseanimate infinite 2s;
  -moz-animation: caseanimate infinite 2s;
  animation: caseanimate infinite 2s;
  transform: translateY(-15px);
  transition: transform 1s;
}
#case1.active image,
#case2.active image,
#case3.active image,
#case4.active image {
  animation: none;
  transform: translateY(-15px);
}
#visionmind1,
#shanmata1,
#supermind1,
#product1,
#product2,
#atom1,
#atom2 {
  cursor: pointer;
}
#visionmind,
#shanmata,
#supermind,
#product,
#atom {
  opacity: 0 !important;
  transition: opacity 0.5s;
}
#visionmind.active,
#shanmata.active,
#supermind.active,
#product.active,
#atom.active {
  opacity: 1 !important;
}
#guanggao01,
#guanggao02,
#guanggao03 {
  cursor: pointer;
}
@-ms-keyframes caseanimate {
  0% {
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  50% {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-moz-keyframes caseanimate {
  0% {
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  50% {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes caseanimate {
  0% {
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  50% {
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@media only screen and (max-width: 1450px) {
  .base-box .part-one .interactive-dialog {
    bottom: 20px;
  }
  .base-box .part-one .interactive-dialog .dialog-text {
    position: absolute;
    top: 109px;
    left: 112px;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
  }
}
@media only screen and (max-width: 1367px) {
  .base-box .part-one .interactive-dialog {
    bottom: 95px;
  }
  .base-box .part-one .interactive-dialog .dialog-text {
    position: absolute;
    top: 109px;
    left: 112px;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
  }
}
