.flex {
  display: -webkit-flex;
  /*在webkit内核的浏览器上使用要加前缀*/
  display: flex;
}
body {
  font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "华文细黑", "STHeiti", "MingLiu";
}
.opacity0 {
  opacity: 0;
}
.none {
  display: none;
}
.poab {
  position: absolute;
  z-index: 2;
}
.por-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.coverPage {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}
.coverPage .close {
  width: 100%;
  height: 100%;
}
.coverPage video {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 2;
}
.page .page-wrap {
  width: 1920px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page .home-banner-video-bg,
.page .home-part3-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.page .home-banner-video-bg .home-part3-bg-item,
.page .home-part3-bg .home-part3-bg-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  opacity: 0.8;
  z-index: 0;
}
.page .home-banner-video-bg .home-part3-bg-item:nth-child(1),
.page .home-part3-bg .home-part3-bg-item:nth-child(1) {
  z-index: 2;
}
.page .home-banner-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top;
}
.page .home-banner-wrap .home-banner-left-title-wrap {
  position: absolute;
  top: 228px;
  left: 266px;
  width: 530px;
  height: 350px;
}
.page .home-banner-wrap .home-banner-left-title-wrap .home-banner-left-title {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page .home-banner-wrap .home-banner-left-title-wrap .home-banner-left-title .big-title {
  font-size: 44px;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
}
.page .home-banner-wrap .home-banner-left-title-wrap .home-banner-left-title .describe {
  width: 484px;
  font-size: 20px;
  line-height: 42px;
  color: #fff;
  /* word-break: break-all; */
  white-space: pre-wrap;
  margin-top: 14px;
}
.page .home-banner-wrap .home-banner-left-title-wrap .home-banner-left-title .home-banner-detail {
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  width: 111px;
  height: 24px;
}
.page .home-banner-wrap .home-banner-left-title-wrap .home-banner-left-title .home-banner-detail img {
  position: absolute;
  top: 0;
  left: 0;
}
.page .home-banner-wrap .home-banner-left-title-wrap .home-banner-left-title .home-banner-detail .arr-animate:hover {
  -webkit-animation: arr-animate-ani 0.4s infinite ease-in-out;
  animation: arr-animate-ani 0.4s infinite ease-in-out;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
}
.page .home-banner-wrap .home-banner-right-list {
  position: absolute;
  top: 228px;
  right: 324px;
  color: #fff;
  font-size: 16px;
}
.page .home-banner-wrap .home-banner-right-list ul .home-banner-right-item {
  cursor: pointer;
  width: 272px;
  height: 50px;
  position: relative;
}
.page .home-banner-wrap .home-banner-right-list ul .home-banner-right-item .home-banner-right-item-little-title {
  width: 248px;
  height: 50px;
  text-align: right;
  line-height: 50px;
}
.page .home-banner-wrap .home-banner-right-list ul .home-banner-right-item .dot {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page .home-banner-wrap .home-banner-right-list ul .home-banner-right-item.active .home-banner-right-item-little-title {
  font-size: 18px;
  font-weight: bold;
}
.page .home-banner-wrap .home-banner-right-list ul .home-banner-right-item.active .dot {
  width: 9px;
  height: 9px;
  right: 0;
  background: #c7000b;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.page .home-banner-wrap .home-banner-right-list .line {
  width: 1px;
  height: 302px;
  position: absolute;
  top: 24px;
  right: 4px;
  background: #fff;
  opacity: 0.6;
}
.page .home-banner-bottom1 {
  width: 100%;
  height: 30px;
  text-align: center;
  position: absolute;
  bottom: 112px;
  left: 0;
}
.page .home-banner-bottom1 .home-banner-bottom1-wrap {
  width: 100%;
  height: 30px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page .home-banner-bottom1 .home-banner-bottom1-wrap ul {
  width: auto;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page .home-banner-bottom1 .home-banner-bottom1-wrap ul .home-banner-bottom1-item {
  width: 60px;
  height: 4px;
  margin-left: 6px;
  float: left;
  background: #fff;
  opacity: 0.8;
  cursor: pointer;
}
.page .home-banner-bottom1 .home-banner-bottom1-wrap ul .home-banner-bottom1-item .active {
  width: 0%;
  height: 100%;
  background: #c7000b;
}
.page .home-banner-bottom1 .home-banner-bottom1-wrap ul .home-banner-bottom1-item:nth-child(1) {
  margin-left: 0;
}
.page .home-banner-bottom2 {
  width: 100%;
  height: 112px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(8px);
  background-color: hsla(0, 0%, 100%, 0.1);
}
.page .home-banner-bottom2 .home-banner-bottom2-wrap {
  width: 100%;
  height: 112px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: center bottom;
}
.page .home-banner-bottom2 .por-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.page .home-banner-bottom2 .por-container .por-row.card-container {
  margin-left: -32px;
  margin-right: -32px;
  padding: 24px 0;
}
.page .home-banner-bottom2 .por-container .por-row.card-container > [class^=por-col-] {
  padding-left: 12px;
  padding-right: 16px;
  line-height: 40px;
  color: #fff;
}
.page .home-banner-bottom2 .por-container .por-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
}
.page .home-banner-bottom2 .por-container .por-col-5 .tips-container {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 999;
}
.page .home-banner-bottom2 .por-container .por-col-5 .tips-container .tips-content {
  padding: 12px 8px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 4px 8px #000000;
  box-shadow: 0 4px 8px #000000;
  z-index: 1060;
}
.page .home-banner-bottom2 .por-container .por-col-5 .tips-container .tips-content .por-row {
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
.page .home-banner-bottom2 .por-container .por-col-5 .tips-container .tips-content .por-row .por-col-24 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.page .home-banner-bottom2 .por-container .por-col-5 .tips-container .tips-content .por-row .por-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.page .home-banner-bottom2 .por-container .por-col-5 .tips-container .tips-content .por-row .por-col,
.page .home-banner-bottom2 .por-container .por-col-5 .tips-container .tips-content .por-row [class^=por-col-] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.page .home-banner-bottom2 .por-container .por-col-5 .tips-container .tips-content .por-row .qrCode {
  width: 80px;
  height: 80px;
  padding: 0 8px;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.page .home-banner-bottom2 .por-container .por-col-5 .tips-container .tips-content .por-row .qrCode + div {
  margin-top: 8px;
  max-width: 96px;
  font-size: 12px;
  color: #252b3a;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page .home-banner-bottom2 .por-container .por-col-5 .tips-container .arrow {
  position: absolute;
  left: 50px;
  border: 6px solid transparent;
  border-top-color: #fff;
}
.page .home-banner-bottom2 .por-container .por-text-title-t7 {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.page .home-banner-bottom2 .por-container .por-link-red {
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
.page .home-banner-bottom2 .por-container .por-link-red:hover {
  color: #c7000b;
}
.page .home-banner-bottom2 .por-container .por-download,
.page .home-banner-bottom2 .por-container .por-follow {
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
.page .home-banner-bottom2 .por-container .line {
  width: 3px;
  height: 52px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1536px) {
  .page .home-banner-bottom2 .por-container .por-row.card-container {
    padding: 16px 0;
  }
}
@media screen and (max-width: 1279px) {
  .page .home-banner-bottom2 .por-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 1279px) {
  .page .home-banner-bottom2 .por-container {
    max-width: 1200px;
  }
}
.page .home-hotspot-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
}
.page .home-hotspot-wrap .fadeHot {
  width: 100%;
  height: 100%;
  display: block;
}
.page .home-hotspot-wrap .hotspot-title {
  margin-top: 64px;
  height: 64px;
  width: 100%;
  text-align: center;
  line-height: 64px;
  font-size: 30px;
}
.page .home-hotspot-wrap .hotspot-title-line {
  margin: 0 auto;
  width: 26px;
  height: 6px;
  background: #000;
  margin-bottom: 24px;
}
.page .home-hotspot-wrap .hotspot-content {
  width: 100%;
  height: calc(100% - 130px);
  position: relative;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left {
  height: 100%;
  width: 50%;
  background-color: #f7f7f7;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .hotspot-content-left-wrap {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top center;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .title {
  width: 754px;
  height: 74px;
  position: absolute;
  left: 0;
  top: 27px;
  z-index: 1;
  background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/hk/en-us/about/new_index/images/hotspot-title_bg1.png) top right no-repeat;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .title .title-text {
  width: 682px;
  height: 70px;
  text-align: right;
  line-height: 70px;
  font-size: 40px;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .title .arr {
  position: absolute;
  top: 24px;
  right: 0;
  cursor: pointer;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .describe {
  width: 490px;
  height: 60px;
  position: absolute;
  left: 200px;
  top: 110px;
  line-height: 30px;
  text-align: left;
  font-size: 14px;
  white-space: pre-wrap;
  letter-spacing: 1px;
  color: #727273;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .big-title {
  width: calc(100% - 240px);
  height: 72px;
  position: absolute;
  left: 0;
  top: 29px;
  text-indent: 240px;
  text-align: left;
  line-height: 70px;
  font-size: 40px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/hk/en-us/about/new_index/images/hotspot-big-title_bg.png) bottom left no-repeat;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .big-describe {
  width: calc(100% - 240px);
  height: 60px;
  position: absolute;
  left: 0;
  top: 122px;
  line-height: 30px;
  display: -webkit-flex;
  /*在webkit内核的浏览器上使用要加前缀*/
  display: flex;
  justify-content: space-between;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .big-describe .big-describe-text {
  width: calc(100% - 320px);
  height: 30px;
  text-indent: 240px;
  line-height: 24px;
  text-align: left;
  font-size: 16px;
  white-space: pre-wrap;
  letter-spacing: 0;
  color: #727273;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .big-describe .big-back {
  width: 110px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .big-describe .big-back img {
  position: absolute;
  top: 0;
  left: 0;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .big-describe .big-back .arr-animate:hover {
  -webkit-animation: arr-animate-ani1 0.4s infinite ease-in-out;
  animation: arr-animate-ani1 0.4s infinite ease-in-out;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .big-describe .big-arr {
  width: 110px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .big-describe .big-arr img {
  position: absolute;
  top: 0;
  left: 0;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .big-describe .big-arr .arr-animate:hover {
  -webkit-animation: arr-animate-ani1 0.4s infinite ease-in-out;
  animation: arr-animate-ani1 0.4s infinite ease-in-out;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .content-wrap {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 220px;
  left: 0;
  height: calc(100% - 220px);
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .content-wrap .content {
  width: 1386px;
  margin: 0 240px;
  display: -webkit-flex;
  /*在webkit内核的浏览器上使用要加前缀*/
  display: flex;
  justify-content: space-between;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .content-wrap .content .item-wrap {
  width: 666px;
  height: 100%;
  position: relative;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .content-wrap .content .item-wrap .item {
  width: 666px;
  height: 168px;
  margin-bottom: 28px;
  display: -webkit-flex;
  /*在webkit内核的浏览器上使用要加前缀*/
  display: flex;
  justify-content: space-between;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .content-wrap .content .item-wrap .item .pic {
  width: 395px;
  height: 168px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .content-wrap .content .item-wrap .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .content-wrap .content .item-wrap .item .pic .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  /*在webkit内核的浏览器上使用要加前缀*/
  display: flex;
  align-items: flex-end;
  background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/hk/en-us/about/new_index/images/hotspot-content-cover.png) no-repeat;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .content-wrap .content .item-wrap .item .pic .cover .tip {
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  white-space: pre-wrap;
  text-align: left;
  margin: 0 auto 14px;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .content-wrap .content .item-wrap .item .introduce {
  width: 258px;
  height: auto;
  display: -webkit-flex;
  /*在webkit内核的浏览器上使用要加前缀*/
  display: flex;
  align-items: flex-end;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .content-wrap .content .item-wrap .item .introduce .title-wrap {
  width: 100%;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .content-wrap .content .item-wrap .item .introduce .title-wrap .title1 {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  text-align: left;
  border-bottom: 1px solid #666666;
  margin-bottom: 3px;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .content-wrap .content .item-wrap .item .introduce .title-wrap .title2 {
  width: 100%;
  height: auto;
  line-height: 24px;
  white-space: pre-wrap;
  font-size: 14px;
  font-weight: bold;
  color: #252b3a;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .content-wrap .content .item-wrap .item:nth-child(2) .introduce .title1,
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .content-wrap .content .item-wrap .item:nth-child(2) .introduce .title2 {
  text-align: right;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .content-wrap .content .item-wrap .arr {
  position: absolute;
  top: 50%;
  right: -40px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .content-wrap .content .item-wrap .arr img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-left .content-wrap .content .item-wrap .big-arr {
  position: absolute;
  top: 50%;
  right: -50px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-bg {
  width: 100%;
  height: 100%;
  background-image: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/hk/en-us/about/new_index/images/hotspot-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom right;
  opacity: 0;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right {
  height: 100%;
  width: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .hotspot-content-bg {
  background-image: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/hk/en-us/about/new_index/images/hotspot-bg2.png);
  background-position: bottom left;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .hotspot-content-right-wrap {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: top center;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .title {
  width: 100%;
  height: 74px;
  position: absolute;
  left: 0;
  top: 27px;
  z-index: 1;
  background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/hk/en-us/about/new_index/images/hotspot-title_bg2.png) top right no-repeat;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .title .title-text {
  width: 672px;
  height: 70px;
  float: right;
  text-align: left;
  line-height: 70px;
  font-size: 40px;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .title .arr {
  position: absolute;
  top: 24px;
  right: 712px;
  cursor: pointer;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .title .arr img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .describe {
  width: 540px;
  height: 60px;
  position: absolute;
  right: 130px;
  top: 110px;
  line-height: 24px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  white-space: pre-wrap;
  color: #727273;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .big-title {
  width: calc(100% - 240px);
  height: 72px;
  position: absolute;
  right: 0;
  top: 29px;
  padding-right: 240px;
  text-align: right;
  line-height: 70px;
  font-size: 40px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/hk/en-us/about/new_index/images/hotspot-big-titler_bg.png) bottom left no-repeat;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .big-describe {
  width: calc(100% - 240px);
  height: 60px;
  position: absolute;
  left: 0;
  top: 122px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-flex;
  /*在webkit内核的浏览器上使用要加前缀*/
  display: flex;
  justify-content: space-between;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .big-describe .big-describe-text {
  width: calc(100% - 350px);
  height: 30px;
  padding-left: 240px;
  line-height: 30px;
  text-align: left;
  font-size: 16px;
  white-space: pre-wrap;
  letter-spacing: 1px;
  color: #727273;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .big-describe .big-back {
  width: 110px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .big-describe .big-back img {
  position: absolute;
  top: 0;
  left: 0;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .big-describe .big-back .arr-animate:hover {
  -webkit-animation: arr-animate-ani1 0.4s infinite ease-in-out;
  animation: arr-animate-ani1 0.4s infinite ease-in-out;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .big-describe .big-arr {
  width: 110px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .big-describe .big-arr img {
  position: absolute;
  top: 0;
  left: 0;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .big-describe .big-arr .arr-animate:hover {
  -webkit-animation: arr-animate-ani1 0.4s infinite ease-in-out;
  animation: arr-animate-ani1 0.4s infinite ease-in-out;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .content-wrap {
  width: 1870px;
  overflow: hidden;
  position: absolute;
  top: 220px;
  right: 0;
  height: calc(100% - 220px);
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .content-wrap .content {
  width: 1386px;
  margin: 0 auto;
  display: -webkit-flex;
  /*在webkit内核的浏览器上使用要加前缀*/
  display: flex;
  justify-content: space-between;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .content-wrap .content .item-wrap {
  width: 666px;
  height: 100%;
  position: relative;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .content-wrap .content .item-wrap .item {
  width: 666px;
  height: 168px;
  margin-bottom: 28px;
  display: -webkit-flex;
  /*在webkit内核的浏览器上使用要加前缀*/
  display: flex;
  justify-content: space-between;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .content-wrap .content .item-wrap .item .pic {
  width: 395px;
  height: 168px;
  position: relative;
  overflow: hidden;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .content-wrap .content .item-wrap .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .content-wrap .content .item-wrap .item .pic .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  /*在webkit内核的浏览器上使用要加前缀*/
  display: flex;
  align-items: flex-end;
  background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/hk/en-us/about/new_index/images/hotspot-content-cover.png) no-repeat;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .content-wrap .content .item-wrap .item .pic .cover .tip {
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  white-space: pre-wrap;
  text-align: left;
  margin: 0 auto 14px;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .content-wrap .content .item-wrap .item .introduce {
  width: 258px;
  height: auto;
  display: -webkit-flex;
  /*在webkit内核的浏览器上使用要加前缀*/
  display: flex;
  align-items: flex-end;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .content-wrap .content .item-wrap .item .introduce .title-wrap {
  width: 100%;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .content-wrap .content .item-wrap .item .introduce .title-wrap .title1 {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  text-align: left;
  border-bottom: 1px solid #666666;
  margin-bottom: 3px;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .content-wrap .content .item-wrap .item .introduce .title-wrap .title2 {
  width: 100%;
  height: auto;
  line-height: 24px;
  white-space: pre-wrap;
  font-size: 14px;
  font-weight: bold;
  color: #252b3a;
  letter-spacing: -0.4px;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .content-wrap .content .item-wrap .item:nth-child(2) .introduce .title1,
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .content-wrap .content .item-wrap .item:nth-child(2) .introduce .title2 {
  text-align: right;
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .content-wrap .content .item-wrap .arr {
  position: absolute;
  top: 50%;
  left: -40px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page .home-hotspot-wrap .hotspot-content .hotspot-content-right .content-wrap .active {
  margin: 0 240px;
}
.page .part3-title {
  height: 64px;
  width: 100%;
  position: absolute;
  color: #fff;
  top: 64px;
  left: 0;
  text-align: center;
  line-height: 64px;
  font-size: 30px;
  z-index: 3;
}
.page .part3-title-line {
  width: 26px;
  height: 6px;
  position: absolute;
  top: 128px;
  left: 50%;
  margin-left: -13px;
  background: #fff;
  z-index: 3;
}
.page .part3-bottom {
  width: 100%;
  height: 132px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  transform-origin: bottom center;
}
.page .part3-bottom .bottom-wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  display: -webkit-flex;
  /*在webkit内核的浏览器上使用要加前缀*/
  display: flex;
  justify-content: space-between;
}
.page .part3-bottom .bottom-wrap .bottom-item {
  position: relative;
  cursor: pointer;
}
.page .part3-bottom .bottom-wrap .bottom-item .icon {
  width: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page .part3-bottom .bottom-wrap .bottom-item .icon img {
  margin: 0 auto;
}
.page .part3-bottom .bottom-wrap .bottom-item .title {
  text-indent: 0;
  line-height: 38px;
  font-size: 18px;
}
.page .part3-bottom .bottom-wrap .bottom-item .line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page .part3-bottom .bottom-wrap .bottom-item .line.active::after {
  background: #c7000b;
  content: '';
  display: block;
  /*开始时候下划线的宽度为100%*/
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -10px;
  transition: all 0.3s ease-in-out;
  /*通过transform的缩放scale来让初始时x轴为0*/
  transform: scale3d(1, 1, 1);
  /*将坐标原点移到元素的中间，以原点为中心进行缩放*/
  transform-origin: 50% 0;
}
.page .part3-bottom .bottom-wrap .bottom-item .line::after {
  background: #c7000b;
  content: '';
  display: block;
  /*开始时候下划线的宽度为100%*/
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -10px;
  transition: all 0.3s ease-in-out;
  /*通过transform的缩放scale来让初始时x轴为0*/
  transform: scale3d(0, 1, 1);
  /*将坐标原点移到元素的中间，以原点为中心进行缩放*/
  transform-origin: 50% 0;
}
.page .part3-bottom .bottom-wrap .bottom-item .line:hover::after {
  /*鼠标经过时还原到正常比例*/
  transform: scale3d(1, 1, 1);
}
.page .part3-bottom .bottom-wrap .bottom-item .bottom-bg {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 200px;
  z-index: -1;
  display: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.3);
}
.page .part3-bottom .bottom-wrap .bottom-item .more {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 200px;
  display: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page .part3-bottom .bottom-wrap .bottom-item .more .more-text {
  font-size: 16px;
  line-height: 34px;
  padding-bottom: 5px;
  position: relative;
}
.page .part3-bottom .bottom-wrap .bottom-item .more .more-text .more-line {
  height: 1px;
  width: 22px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page .part3-bottom .bottom-wrap .bottom-item .more .more-text:hover .more-line {
  opacity: 1;
}
.page .home-part3-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 3;
}
.page .home-part3-wrap .content {
  position: absolute;
  top: 280px;
  left: 238px;
}
.page .home-part3-wrap .content .big-title {
  width: 720px;
  /* word-break: break-all; */
  white-space: pre-wrap;
  font-size: 36px;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 28px;
}
.page .home-part3-wrap .content .big-describe {
  width: 720px;
  /* word-break: break-all; */
  white-space: pre-wrap;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
  letter-spacing: 1px;
}
.page .home-part3-wrap .content .detail {
  width: 114px;
  height: 24px;
  margin-right: 14px;
  position: relative;
  float: left;
  cursor: pointer;
}
.page .home-part3-wrap .content .detail img {
  position: absolute;
  top: 0;
  left: 0;
}
.page .home-part3-wrap .content .detail .arr-animate:hover {
  -webkit-animation: arr-animate-ani 0.4s infinite ease-in-out;
  animation: arr-animate-ani 0.4s infinite ease-in-out;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
}
.page .home-part3-wrap .content .play {
  float: left;
  cursor: pointer;
}
.page .home-review-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page .home-review-wrap .home-review {
  width: 3840px;
  height: 1952px;
  position: absolute;
  top: -488px;
  left: -960px;
  will-change: transform;
  -webkit-transform: translate(0, 0, 0);
  -moz-transform: translate(0, 0, 0);
  -ms-transform: translate(0, 0, 0);
  -o-transform: translate(0, 0, 0);
  transform: translate(0, 0, 0);
}
.page .home-review-wrap .home-review .cloud {
  position: absolute;
  top: 50%;
  left: -960px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page .home-review-wrap .home-review .cloud1 {
  position: absolute;
  top: 50%;
  right: -960px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page .home-review-wrap .home-review .center-describe {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page .home-review-wrap .home-review .center-describe .review-title {
  margin-top: 64px;
  height: 64px;
  width: 100%;
  text-align: center;
  line-height: 64px;
  font-size: 30px;
  color: #252b3a;
}
.page .home-review-wrap .home-review .center-describe .review-title-line {
  margin: 0 auto;
  width: 26px;
  height: 6px;
  background: #252b3a;
  margin-bottom: 19px;
}
.page .home-review-wrap .home-review .center-describe .date {
  font-size: 16px;
  text-align: center;
  color: #252b3a;
  position: relative;
}
.page .home-review-wrap .home-review .center-describe .date .date-item {
  line-height: 48px;
  border-bottom: 2px solid #f0f0f0;
  overflow: hidden;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page .home-review-wrap .home-review .center-describe .date .date-item .time {
  width: 80px;
  float: left;
  cursor: pointer;
  position: relative;
}
.page .home-review-wrap .home-review .center-describe .date .date-item .time.active {
  font-weight: bold;
  color: #c7000b;
  border-bottom: 2px solid #c7000b;
}
.page .home-review-wrap .home-review .center-describe .date .describe {
  line-height: 24px;
}
.page .home-review-wrap .home-review .pic {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  font-size: 0;
}
.page .home-review-wrap .home-review .pic .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  display: block;
}
.page .home-review-wrap .home-review .pic .cover .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page .home-review-wrap .home-review .pic .cover .play img {
  width: 29px;
  height: 37px;
}
.page .home-review-wrap .home-review .pic .describe {
  width: 100%;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 1;
}
.page .home-review-wrap .home-review .pic .describe .title {
  width: 100%;
  color: #252b3a;
  font-size: 16px;
  padding-top: 16px;
  padding-bottom: 10px;
}
.page .home-review-wrap .home-review .pic .describe .text {
  width: 100%;
  color: #252b3a;
  font-size: 14px;
  line-height: 22px;
  /* word-break: break-all; */
}
.page .home-review-wrap .home-review .pic img {
  transition: 0.5s transform;
  transform: scale(1);
}
.page .home-review-wrap .home-review .pic:hover .cover,
.page .home-review-wrap .home-review .pic:hover .describe {
  opacity: 1;
}
.page .home-review-wrap .home-review .pic:hover img {
  transition: 0.5s transform;
  transform: scale(1.12);
}
.page .home-review-wrap .home-review .pic1 {
  top: 550px;
  left: 2300px;
}
.page .home-review-wrap .home-review .pic2 {
  top: 920px;
  left: 1050px;
}
.page .home-review-wrap .home-review .pic3 {
  top: 1310px;
  left: 2330px;
}
.page .home-review-wrap .home-review .pic4 {
  top: 710px;
  left: 1740px;
}
.page .home-review-wrap .home-review .pic5 {
  top: 520px;
  left: 1180px;
}
.page .home-review-wrap .home-review .pic6 {
  top: 1060px;
  left: 1780px;
}
.page .home-review-wrap .home-review .pic7 {
  top: 1270px;
  left: 1220px;
}
.page .home-review-wrap .home-review .pic8 {
  top: 940px;
  left: 2370px;
}
.page .home-wap-banner {
  width: 750px;
  height: 1240px;
}
.home_main_swiper_pc1 {
  position: relative;
  z-index: 0;
  height: 200vh !important;
  margin-bottom: -100vh;
  width: 100%;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh !important;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 {
  height: 100vh;
  position: relative;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .banner-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-video-bg,
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-part3-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-video-bg .home-part3-bg-item,
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-part3-bg .home-part3-bg-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  opacity: 0.8;
  z-index: 0;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-video-bg .home-part3-bg-item:nth-child(1),
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-part3-bg .home-part3-bg-item:nth-child(1) {
  z-index: 2;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-wrap {
  width: 100%;
  height: calc(100% - 142px);
  position: absolute;
  top: 0;
  left: 0;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-wrap .home-banner-left-title-wrap {
  position: absolute;
  top: 50%;
  left: 8%;
  width: 590px;
  height: 300px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-wrap .home-banner-left-title-wrap .home-banner-left-title {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-wrap .home-banner-left-title-wrap .home-banner-left-title .big-title {
  font-size: 44px;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-wrap .home-banner-left-title-wrap .home-banner-left-title .describe {
  width: 484px;
  font-size: 20px;
  line-height: 42px;
  color: #fff;
  /* word-break: break-all; */
  white-space: pre-wrap;
  margin-top: 14px;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-wrap .home-banner-left-title-wrap .home-banner-left-title .home-banner-detail {
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  width: 111px;
  height: 24px;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-wrap .home-banner-left-title-wrap .home-banner-left-title .home-banner-detail img {
  position: absolute;
  top: 0;
  left: 0;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-wrap .home-banner-left-title-wrap .home-banner-left-title .home-banner-detail .arr-animate:hover {
  -webkit-animation: arr-animate-ani 0.4s infinite ease-in-out;
  animation: arr-animate-ani 0.4s infinite ease-in-out;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-wrap .home-banner-right-list {
  position: absolute;
  top: 50%;
  right: 8%;
  color: #fff;
  font-size: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-wrap .home-banner-right-list ul .home-banner-right-item {
  cursor: pointer;
  width: 480px;
  height: 50px;
  position: relative;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-wrap .home-banner-right-list ul .home-banner-right-item .home-banner-right-item-little-title {
  width: 460px;
  height: 50px;
  text-align: right;
  line-height: 50px;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-wrap .home-banner-right-list ul .home-banner-right-item .dot {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-wrap .home-banner-right-list ul .home-banner-right-item.active .home-banner-right-item-little-title {
  font-size: 16px;
  font-weight: bold;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-wrap .home-banner-right-list ul .home-banner-right-item.active .dot {
  width: 9px;
  height: 9px;
  right: 0;
  background: #c7000b;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-wrap .home-banner-right-list .line {
  width: 1px;
  height: 252px;
  position: absolute;
  top: 24px;
  right: 4px;
  background: #fff;
  opacity: 0.6;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom1 {
  width: 100%;
  height: 30px;
  text-align: center;
  position: absolute;
  bottom: 112px;
  left: 0;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom1 .home-banner-bottom1-wrap {
  width: 100%;
  height: 30px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom1 .home-banner-bottom1-wrap ul {
  width: auto;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom1 .home-banner-bottom1-wrap ul .home-banner-bottom1-item {
  width: 60px;
  height: 4px;
  margin-left: 6px;
  float: left;
  background: #fff;
  opacity: 0.8;
  cursor: pointer;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom1 .home-banner-bottom1-wrap ul .home-banner-bottom1-item .active {
  width: 0%;
  height: 100%;
  background: #c7000b;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom1 .home-banner-bottom1-wrap ul .home-banner-bottom1-item:nth-child(1) {
  margin-left: 0;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 {
  width: 100%;
  height: 112px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(8px);
  background-color: hsla(0, 0%, 100%, 0.1);
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .home-banner-bottom2-wrap {
  width: 100%;
  height: 112px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: center bottom;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container .por-row.card-container {
  margin-left: -32px;
  margin-right: -32px;
  padding: 24px 0;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container .por-row.card-container > [class^=por-col-] {
  padding-left: 12px;
  padding-right: 16px;
  line-height: 40px;
  color: #fff;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container .por-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 24%;
  max-width: 24%;
  position: relative;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container .por-col-5 .tips-container {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 999;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container .por-col-5 .tips-container .tips-content {
  padding: 12px 8px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 4px 8px #000000;
  box-shadow: 0 4px 8px #000000;
  z-index: 1060;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container .por-col-5 .tips-container .tips-content .por-row {
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container .por-col-5 .tips-container .tips-content .por-row .por-col-24 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container .por-col-5 .tips-container .tips-content .por-row .por-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container .por-col-5 .tips-container .tips-content .por-row .por-col,
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container .por-col-5 .tips-container .tips-content .por-row [class^=por-col-] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container .por-col-5 .tips-container .tips-content .por-row .qrCode {
  width: 80px;
  height: 80px;
  padding: 0 8px;
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container .por-col-5 .tips-container .tips-content .por-row .qrCode + div {
  margin-top: 8px;
  max-width: 96px;
  font-size: 12px;
  color: #252b3a;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container .por-col-5 .tips-container .arrow {
  position: absolute;
  left: 50px;
  border: 6px solid transparent;
  border-top-color: #fff;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container .por-text-title-t7 {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container .por-link-red {
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container .por-link-red:hover {
  color: #c7000b;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container .por-download,
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container .por-follow {
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
.home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container .line {
  width: 3px;
  height: 52px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1536px) {
  .home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container .por-row.card-container {
    padding: 16px 0;
  }
}
@media screen and (max-width: 1279px) {
  .home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width: 1279px) {
  .home_main_swiper_pc1 .home_main_swiper_pc1_wrap .home_main_swiper_pc1_wrap1 .home-banner-bottom2 .por-container {
    max-width: 1200px;
  }
}
.home_main_swiper_pc4 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 2;
}
.home_main_swiper_pc4 .column-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home_main_swiper_pc4 .column-bg .cloud {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -50%;
}
.home_main_swiper_pc4 .column-bg .cloud img {
  width: 200%;
  height: 200%;
  object-fit: cover;
}
.home_main_swiper_pc4 .column-bg .cloud1 {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -50%;
}
.home_main_swiper_pc4 .column-bg .cloud1 img {
  width: 200%;
  height: 200%;
  object-fit: cover;
}
.home_main_swiper_pc4 .home-column-wrap {
  width: 100%;
  height: auto;
  background: #f0f0f0;
  padding-top: 29px;
}
.home_main_swiper_pc4 .home-column-wrap .home-column-fade {
  width: 100%;
  height: auto;
}
.home_main_swiper_pc4 .home-column-wrap .page-column-wrap {
  width: 1920px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  margin-top: 130px;
  transform-origin: center left;
}
.home_main_swiper_pc4 .home-column-wrap .column-title {
  height: 64px;
  width: 100%;
  text-align: center;
  line-height: 64px;
  font-size: 30px;
  position: absolute;
  top: 64px;
  left: 0;
}
.home_main_swiper_pc4 .home-column-wrap .column-title-line {
  margin: 0 auto;
  width: 26px;
  height: 6px;
  background: #000;
  position: absolute;
  top: 128px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home_main_swiper_pc4 .home-column-wrap .column-left {
  width: 278px;
  height: auto;
  color: #000;
  margin-left: 240px;
  font-size: 16px;
  overflow: hidden;
  letter-spacing: 1px;
  position: relative;
  float: left;
}
.home_main_swiper_pc4 .home-column-wrap .column-left .tip {
  line-height: 18px;
  height: 26px;
  border-bottom: 1px solid #999999;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.home_main_swiper_pc4 .home-column-wrap .column-left .title {
  margin-bottom: 1px;
  line-height: 18px;
  height: 32px;
}
.home_main_swiper_pc4 .home-column-wrap .column-left .title .column-arr {
  float: right;
  height: 20px;
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  position: relative;
  top: 8px;
}
.home_main_swiper_pc4 .home-column-wrap .column-left .title.active {
  border-bottom: 1px solid #000;
  font-weight: bold;
}
.home_main_swiper_pc4 .home-column-wrap .column-left .column-content {
  margin-top: 16px;
  line-height: 24px;
  /* word-break: break-all; */
  white-space: pre-wrap;
  font-size: 14px;
}
.home_main_swiper_pc4 .home-column-wrap .column-left .column-little-title {
  margin-top: 20px;
  cursor: pointer;
}
.home_main_swiper_pc4 .home-column-wrap .column-left .column-little-title span {
  display: inline-block;
  line-height: 32px;
  border-bottom: 1px solid #999999;
}
.home_main_swiper_pc4 .home-column-wrap .column-left .column-little-title span.active {
  border-bottom: none;
}
.home_main_swiper_pc4 .home-column-wrap .column-left .column-little-title:nth-child(1) {
  margin-top: 0;
}
.home_main_swiper_pc4 .home-column-wrap .column-right {
  float: left;
  width: calc(100% - 558px);
  position: relative;
  overflow: hidden;
  margin-left: 40px;
}
.home_main_swiper_pc4 .home-column-wrap .column-right .column-right-item {
  width: 320px;
  height: auto;
  margin-right: 30px;
  float: left;
}
.home_main_swiper_pc4 .home-column-wrap .column-right .column-right-item .pic {
  width: 320px;
  max-height: 335px;
  overflow: hidden;
  position: relative;
  font-size: 0;
}
.home_main_swiper_pc4 .home-column-wrap .column-right .column-right-item .pic .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
}
.home_main_swiper_pc4 .home-column-wrap .column-right .column-right-item .pic .cover .play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home_main_swiper_pc4 .home-column-wrap .column-right .column-right-item .pic .pic-img {
  transition: 0.5s transform;
  transform: scale(1);
}
.home_main_swiper_pc4 .home-column-wrap .column-right .column-right-item .pic:hover .cover {
  opacity: 1;
}
.home_main_swiper_pc4 .home-column-wrap .column-right .column-right-item .pic:hover .pic-img {
  transition: 0.5s transform;
  transform: scale(1.12);
}
.home_main_swiper_pc4 .home-column-wrap .column-right .column-right-item .title {
  width: 100%;
  /* height: 39px; */
  line-height: 20px;
  font-size: 16px;
  margin: 8px 0;
  line-height: 22px;
}
.home_main_swiper_pc4 .home-column-wrap .column-right .column-right-item .describe {
  width: 100%;
  /* height: 38px; */
  line-height: 19px;
  font-size: 14px;
  /* word-break: break-all; */
  white-space: pre-wrap;
}
.home_main_swiper_pc4 .home-column-wrap .column-right .column-right-item .line {
  width: 100%;
  height: 1px;
  background: #999999;
  margin: 11px 0 6px;
}
.home_main_swiper_pc4 .home-column-wrap .column-right .column-right-item .sign {
  width: 100%;
  line-height: 19px;
  font-size: 12px;
  color: #999999;
}
.home_main_swiper_pc4 .home-column-wrap .column-right .column-right-scroll {
  width: 790px;
  height: 2px;
  margin-top: 70px;
  margin-bottom: 90px;
  background: #cbc9c9;
  overflow: hidden;
}
.home_main_swiper_pc4 .home-column-wrap .column-right .column-right-scroll .scroll {
  width: 0%;
  height: 100%;
  background: #c7000b;
}
.home_main_swiper_pc4 .home-column-wrap .column-right .shadow {
  height: 83%;
  overflow: hidden;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 2;
}
.home_main_swiper_pc2,
.home_main_swiper_pc3,
.home_main_swiper_pc4,
.home_main_swiper_pc5 {
  opacity: 0;
}
@media (min-width: 768px) {
  #content {
    position: relative;
    overflow: visible;
  }
}
.pic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-wap {
  width: 750px;
}
.home-wap-wrap {
  width: 750px;
}
.home-wap-wrap .page1,
.home-wap-wrap .page2,
.home-wap-wrap .page3,
.home-wap-wrap .page4,
.home-wap-wrap .page5 {
  width: 100%;
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
.home-wap-wrap .page1 .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.home-wap-wrap .page1 .wrap1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
}
.home-wap-wrap .page1 .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-wap-wrap .page1 .video .video_canvas {
  width: 750px;
}
.home-wap-wrap .page1 .title {
  position: absolute;
  top: 162px;
  left: 30px;
  color: #fff;
}
.home-wap-wrap .page1 .title .big-title {
  width: 650px;
  height: auto;
  font-size: 44px;
  /* word-break: break-all; */
  white-space: pre-wrap;
  line-height: 62px;
  margin-bottom: 8px;
  font-weight: bold;
}
.home-wap-wrap .page1 .title .describe {
  width: 640px;
  height: auto;
  font-size: 24px;
  /* word-break: break-all; */
  white-space: pre-wrap;
  line-height: 60px;
  margin-bottom: 24px;
}
.home-wap-wrap .page1 .title .more {
  width: 200px;
  height: 80px;
}
.home-wap-wrap .page1 .page1-right {
  width: 390px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 3;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home-wap-wrap .page1 .page1-right .page1-right-item {
  width: 60px;
  height: 4px;
  margin-left: 6px;
  float: left;
  background: rgba(255, 255, 255, 0.8);
}
.home-wap-wrap .page1 .page1-right .page1-right-item.active {
  background: rgba(221, 0, 0, 0.8);
}
.home-wap-wrap .page1 .page1-right .page1-right-item .active {
  background: rgba(221, 0, 0, 0.8);
  width: 100%;
  height: 0;
}
.home-wap-wrap .page1 .page1-right .page1-right-item:nth-child(1) {
  margin-left: 0;
}
.home-wap-wrap .page1 .page1-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.home-wap-wrap .page1 .page1-cover .main {
  width: 710px;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-wap-wrap .page1 .page1-cover .main .btn {
  height: 308px;
  float: left;
  text-align: center;
  position: relative;
}
.home-wap-wrap .page1 .page1-cover .main .btn .btn-wrap {
  width: 330px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-wap-wrap .page1 .page1-cover .main .btn .btn-wrap .icon {
  margin: 0 auto;
}
.home-wap-wrap .page1 .page1-cover .main .btn .btn-wrap .btn-title {
  width: 330px;
  margin-top: 40px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  letter-spacing: 2px;
}
.home-wap-wrap .page1 .page1-cover .main .btn .bottom-line {
  width: 330px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-wap-wrap .page1 .page1-cover .main .btn .right-line {
  width: 2px;
  height: 182px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-right: 2px dashed #fff;
}
.home-wap-wrap .page1 .page1-cover .main .btn:nth-child(odd) {
  width: 346px;
}
.home-wap-wrap .page1 .page1-cover .main .btn:nth-child(odd) .right-line {
  display: block;
}
.home-wap-wrap .page1 .page1-cover .main .btn:nth-child(even) {
  width: 344px;
}
.home-wap-wrap .page1 .page1-cover .main .btn:nth-child(even) .right-line {
  display: none;
}
.home-wap-wrap .page1 .page1-cover .main .btn:nth-last-child(1) .bottom-line,
.home-wap-wrap .page1 .page1-cover .main .btn:nth-last-child(2) .bottom-line {
  display: none;
}
.home-wap-wrap .page2 .title {
  width: 100%;
  height: 182px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.home-wap-wrap .page2 .title .title-text {
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-top: 60px;
  text-align: center;
  font-size: 32px;
  color: #000;
}
.home-wap-wrap .page2 .title .title-line {
  width: 23px;
  height: 6px;
  margin: 0 auto;
  background: #000;
}
.home-wap-wrap .page2 .main {
  width: 750px;
  padding: 0 32px;
  height: auto;
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
}
.home-wap-wrap .page2 .main .little-title {
  width: 385px;
  height: 54px;
  line-height: 54px;
  font-size: 26px;
  color: #d2d2d2;
  font-weight: bold;
  position: relative;
  margin-top: 27px;
  margin-bottom: 6px;
}
.home-wap-wrap .page2 .main .little-title img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.home-wap-wrap .page2 .main .little-title .little-title-zq {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}
.home-wap-wrap .page2 .main .little-title .little-title-hlw {
  float: left;
  position: absolute;
  top: 0;
  left: 400px;
}
.home-wap-wrap .page2 .main .little-title .active {
  color: #000;
}
.home-wap-wrap .page2 .main .little-describe {
  width: 100%;
  height: 60px;
  line-height: 30px;
  margin: 6px auto;
  text-align: left;
  color: #727273;
  font-size: 20px;
  white-space: pre-wrap;
  /* word-break: break-all; */
  text-overflow: ellipsis;
}
.home-wap-wrap .page2 .main .list-wrap {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.home-wap-wrap .page2 .main .list-wrap .link-list1,
.home-wap-wrap .page2 .main .list-wrap .link-list2 {
  overflow: hidden;
}
.home-wap-wrap .page2 .main .list-wrap .link-list1 .item,
.home-wap-wrap .page2 .main .list-wrap .link-list2 .item {
  width: 325px;
  float: left;
  margin: 20px 36px 10px 0;
}
.home-wap-wrap .page2 .main .list-wrap .link-list1 .item .pic,
.home-wap-wrap .page2 .main .list-wrap .link-list2 .item .pic {
  width: 325px;
  height: 180px;
  margin-bottom: 14px;
  overflow: hidden;
}
.home-wap-wrap .page2 .main .list-wrap .link-list1 .item .pic img,
.home-wap-wrap .page2 .main .list-wrap .link-list2 .item .pic img {
  width: auto;
  height: 100%;
}
.home-wap-wrap .page2 .main .list-wrap .link-list1 .item .title1,
.home-wap-wrap .page2 .main .list-wrap .link-list2 .item .title1 {
  width: 100%;
  height: 50px;
  font-size: 20px;
  color: #999999;
  line-height: 50px;
  border-bottom: 2px solid #999999;
  margin-bottom: 11px;
  white-space: pre-wrap;
  /* word-break: break-all; */
  text-overflow: ellipsis;
}
.home-wap-wrap .page2 .main .list-wrap .link-list1 .item .title2,
.home-wap-wrap .page2 .main .list-wrap .link-list2 .item .title2 {
  width: 100%;
  line-height: 30px;
  font-size: 20px;
  /* font-weight: 600; */
  color: #333333;
  white-space: pre-wrap;
  /* word-break: break-all; */
  margin-bottom: 16px;
}
.home-wap-wrap .page2 .main .list-wrap .link-list1 .item .tip,
.home-wap-wrap .page2 .main .list-wrap .link-list2 .item .tip {
  width: 100%;
  height: 56px;
  line-height: 28px;
  font-size: 18px;
  color: #666666;
  white-space: pre-wrap;
  /* word-break: break-all; */
  margin-bottom: 16px;
  display: -webkit-box;
  /**对象作为伸缩盒子模型展示**/
  -webkit-box-orient: vertical;
  /**设置或检索伸缩盒子对象的子元素的排列方式**/
  -webkit-line-clamp: 2;
  /**显示的行数**/
  overflow: hidden;
  /**隐藏超出的内容**/
}
.home-wap-wrap .page2 .main .list-wrap .link-list1 .item:nth-child(even),
.home-wap-wrap .page2 .main .list-wrap .link-list2 .item:nth-child(even) {
  margin-right: 0;
}
.home-wap-wrap .page3 .title {
  width: 100%;
  height: 182px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.home-wap-wrap .page3 .title .title-text {
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-top: 60px;
  text-align: center;
  font-size: 32px;
  color: #000;
}
.home-wap-wrap .page3 .title .title-line {
  width: 23px;
  height: 6px;
  margin: 0 auto;
  background: #000;
}
.home-wap-wrap .page3 .main {
  width: 750px;
  height: 1240px;
  overflow: hidden;
  position: relative;
}
.home-wap-wrap .page3 .main .wap-part3-bg {
  width: 100%;
  height: 1240px;
}
.home-wap-wrap .page3 .main .wap-part3-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.8;
}
.home-wap-wrap .page3 .main .title-wrap {
  width: 686px;
  height: auto;
  position: absolute;
  top: 63px;
  left: 32px;
  z-index: 4;
}
.home-wap-wrap .page3 .main .title-wrap .big-title {
  width: 100%;
  height: auto;
  line-height: 72px;
  white-space: pre-wrap;
  /* word-break: break-all; */
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.home-wap-wrap .page3 .main .title-wrap .describe {
  width: 100%;
  height: auto;
  line-height: 50px;
  white-space: pre-wrap;
  /* word-break: break-all; */
  color: #fff;
  font-size: 24px;
  margin-bottom: 38px;
}
.home-wap-wrap .page3 .main .title-wrap .more {
  width: 200px;
  height: 80px;
  float: left;
}
.home-wap-wrap .page3 .main .title-wrap .play {
  width: 200px;
  height: 80px;
  float: left;
  margin-left: 16px;
}
.home-wap-wrap .page3 .main .list-wrap {
  width: 750px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.home-wap-wrap .page3 .main .list-wrap .list {
  width: 374px;
  height: 169px;
  float: left;
  position: relative;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.home-wap-wrap .page3 .main .list-wrap .list .list-title-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-wap-wrap .page3 .main .list-wrap .list .list-title-wrap .list-title {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home-wap-wrap .page3 .main .list-wrap .list .list-title-wrap .list-title .title-icon {
  height: auto;
  width: 100%;
  text-align: center;
}
.home-wap-wrap .page3 .main .list-wrap .list .list-title-wrap .list-title .title-icon img {
  margin: 0 auto;
}
.home-wap-wrap .page3 .main .list-wrap .list .list-title-wrap .list-title .title-name {
  line-height: 24px;
  width: 100%;
  margin-top: 18px;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.home-wap-wrap .page3 .main .list-wrap .list .item-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.49);
}
.home-wap-wrap .page3 .main .list-wrap .list .item {
  font-size: 22px;
  color: #fff;
  float: left;
  height: 50px;
  line-height: 46px;
  position: absolute;
  text-align: center;
}
.home-wap-wrap .page3 .main .list-wrap .list .item .line {
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  background: #c7000b;
}
.home-wap-wrap .page3 .main .list-wrap .list .item1 {
  top: 34px;
  left: 52px;
}
.home-wap-wrap .page3 .main .list-wrap .list .item2 {
  top: 34px;
  left: 212px;
}
.home-wap-wrap .page3 .main .list-wrap .list .item3 {
  top: 94px;
  left: 52px;
}
.home-wap-wrap .page3 .main .list-wrap .list .item4 {
  top: 94px;
  left: 212px;
}
.home-wap-wrap .page3 .main .list-wrap .list:nth-child(even) {
  border-right: none;
}
.home-wap-wrap .page4 {
  background: #f0f0f0;
}
.home-wap-wrap .page4 .title {
  width: 100%;
  height: 182px;
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
}
.home-wap-wrap .page4 .title .title-text {
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-top: 60px;
  text-align: center;
  font-size: 32px;
  color: #000;
}
.home-wap-wrap .page4 .title .title-line {
  width: 23px;
  height: 6px;
  margin: 0 auto;
  background: #000;
}
.home-wap-wrap .page4 .describe {
  width: 674px;
  /* word-break: break-all; */
  white-space: pre-wrap;
  font-size: 20px;
  color: #000;
  margin: 27px auto 48px 32px;
  line-height: 36px;
}
.home-wap-wrap .page4 .main {
  width: 100%;
  margin-top: 26px;
  padding-top: 20px;
}
.home-wap-wrap .page4 .main .wrapper {
  width: auto;
  padding: 0 32px;
  position: relative;
}
.home-wap-wrap .page4 .main .wrapper .title {
  height: 37px;
}
.home-wap-wrap .page4 .main .wrapper .title .item {
  font-size: 28px;
  color: #000;
  line-height: 28px;
  height: 36px;
  float: left;
  margin-right: 48px;
}
.home-wap-wrap .page4 .main .wrapper .title .item.active {
  font-weight: bold;
  border-bottom: 4px solid #c7000b;
}
.home-wap-wrap .page4 .main .wrapper .title .item:nth-last-child(1) {
  margin-right: 0;
}
.home-wap-wrap .page4 .main .wrapper .img-wrap {
  position: relative;
}
.home-wap-wrap .page4 .main .wrapper .img-wrap .more {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.home-wap-wrap .page4 .main .wrapper .img-wrap .more .item {
  width: 550px;
  height: auto;
  overflow: hidden;
  margin-left: 23px;
  float: left;
  background: #fff;
}
.home-wap-wrap .page4 .main .wrapper .img-wrap .more .item .pic {
  width: 550px;
  max-height: 600px;
  overflow: hidden;
  position: relative;
  font-size: 0;
}
.home-wap-wrap .page4 .main .wrapper .img-wrap .more .item .pic .pic-img {
  width: 100%;
}
.home-wap-wrap .page4 .main .wrapper .img-wrap .more .item .title {
  width: 100%;
  height: auto;
  padding: 18px;
  line-height: 30px;
  font-size: 24px;
  background: #fff;
  color: #000;
  margin: 0;
}
.home-wap-wrap .page4 .main .wrapper .img-wrap .more .item .describe {
  width: 100%;
  max-height: 56px;
  line-height: 28px;
  font-size: 20px;
  padding: 0 18px;
  color: #000;
  margin: 0;
  margin-bottom: 20px;
  white-space: pre-wrap;
  /* word-break: break-all; */
  display: -webkit-box;
  /**对象作为伸缩盒子模型展示**/
  -webkit-box-orient: vertical;
  /**设置或检索伸缩盒子对象的子元素的排列方式**/
  -webkit-line-clamp: 2;
  /**显示的行数**/
  overflow: hidden;
  /**隐藏超出的内容**/
}
.home-wap-wrap .page4 .main .wrapper .img-wrap .more .item .line {
  width: 100%;
  height: 1px;
  background: #999999;
  margin: 11px 0 6px;
}
.home-wap-wrap .page4 .main .wrapper .img-wrap .more .item .sign {
  width: 100%;
  line-height: 19px;
  font-size: 12px;
  color: #999999;
}
.home-wap-wrap .page4 .main .wrapper .img-wrap .more .item:nth-child(1) {
  margin-left: 0;
}
.home-wap-wrap .page4 .scroll {
  width: 686px;
  height: 2px;
  position: relative;
  background: #b6b6b6;
  margin-left: 32px;
  margin-bottom: 64px;
}
.home-wap-wrap .page4 .scroll .scrollPro {
  width: 0;
  height: 6px;
  background: #c7000b;
  position: absolute;
  top: -2px;
  left: 0;
}
.home-wap-wrap .page5 {
  background-color: #fff;
  background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/hk/en-us/about/new_index/images/wap/page5_bg.jpg) center bottom no-repeat;
}
.home-wap-wrap .page5 .title {
  width: 100%;
  height: 182px;
  position: relative;
  overflow: hidden;
  background: none;
}
.home-wap-wrap .page5 .title .title-text {
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-top: 60px;
  text-align: center;
  font-size: 32px;
  color: #232b3b;
}
.home-wap-wrap .page5 .title .title-line {
  width: 23px;
  height: 6px;
  margin: 0 auto;
  background: #232b3b;
}
.home-wap-wrap .page5 .describe {
  width: 100%;
  height: auto;
  padding: 0 32px;
  line-height: 44px;
  text-align: left;
  font-size: 24px;
  color: #232b3b;
}
.home-wap-wrap .page5 .main {
  width: 100%;
  margin-top: 26px;
}
.home-wap-wrap .page5 .main .wrapper {
  padding: 20px 0 50px 32px;
  overflow: hidden;
  position: relative;
}
.home-wap-wrap .page5 .main .wrapper .item-wrap {
  width: 686px;
  height: auto;
  overflow: hidden;
  float: left;
  margin-left: 64px;
}
.home-wap-wrap .page5 .main .wrapper .item-wrap .item {
  width: 686px;
  height: 180px;
  overflow: hidden;
  float: left;
  margin-top: 60px;
  position: relative;
}
.home-wap-wrap .page5 .main .wrapper .item-wrap .item .title-wrap .title {
  width: 325px;
  height: auto;
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
  background: none;
  color: #333333;
  margin: 0;
}
.home-wap-wrap .page5 .main .wrapper .item-wrap .item .title-wrap .describe {
  width: 325px;
  height: auto;
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  padding: 0;
  margin: 0;
  margin-top: 8px;
  white-space: pre-wrap;
  /* word-break: break-all; */
  display: -webkit-box;
  /**对象作为伸缩盒子模型展示**/
  -webkit-box-orient: vertical;
  /**设置或检索伸缩盒子对象的子元素的排列方式**/
  -webkit-line-clamp: 3;
  /**显示的行数**/
  overflow: hidden;
  /**隐藏超出的内容**/
}
.home-wap-wrap .page5 .main .wrapper .item-wrap .item .pic {
  width: 320px;
  height: 180px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}
.home-wap-wrap .page5 .main .wrapper .item-wrap .item .pic .pic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-wap-wrap .page5 .main .wrapper .item-wrap .item:nth-child(3n) .title-wrap {
  float: right;
}
.home-wap-wrap .page5 .main .wrapper .item-wrap .item:nth-child(3n) .pic {
  right: auto;
  left: 0;
}
.home-wap-wrap .page5 .main .wrapper .item-wrap .item:nth-child(3n-2) {
  width: 686px;
  height: 300px;
  margin-top: 0;
}
.home-wap-wrap .page5 .main .wrapper .item-wrap .item:nth-child(3n-2) .pic {
  width: 686px;
  height: 300px;
  overflow: hidden;
  position: relative;
  font-size: 0;
}
.home-wap-wrap .page5 .main .wrapper .item-wrap .item:nth-child(3n-2) .pic .pic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-wap-wrap .page5 .main .wrapper .item-wrap .item:nth-child(3n-2) .pic .pic-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/hk/en-us/about/new_index/images/wap/page5_cover.png) bottom center no-repeat;
}
.home-wap-wrap .page5 .main .wrapper .item-wrap .item:nth-child(3n-2) .pic .pic-cover .title-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-wap-wrap .page5 .main .wrapper .item-wrap .item:nth-child(3n-2) .pic .pic-cover .title-wrap .title {
  width: 100%;
  height: auto;
  padding: 0 18px 10px;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  background: none;
  color: #fff;
  margin: 0;
}
.home-wap-wrap .page5 .main .wrapper .item-wrap .item:nth-child(3n-2) .pic .pic-cover .title-wrap .describe {
  width: 100%;
  height: auto;
  line-height: 28px;
  font-size: 18px;
  padding: 0 18px;
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
  white-space: pre-wrap;
  /* word-break: break-all; */
}
.home-wap-wrap .page5 .main .wrapper .item-wrap:nth-child(1) {
  margin-left: 0;
}
.home-wap-wrap .page5 .scroll {
  width: 686px;
  height: 2px;
  position: relative;
  background: #b6b6b6;
  margin-left: 32px;
  margin-bottom: 64px;
}
.home-wap-wrap .page5 .scroll .scrollPro {
  width: 0;
  height: 6px;
  background: #c7000b;
  position: absolute;
  top: -2px;
  left: 0;
}
@keyframes arr-animate-ani {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    opacity: 0.5;
  }
}
@keyframes arr-animate-ani1 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation: fadeIn 0.8s forwards ease-in-out;
  animation: fadeIn 0.8s forwards ease-in-out;
}
.bannerFadeIn {
  -webkit-animation: fadeIn 0.4s forwards ease-in-out;
  animation: fadeIn 0.4s forwards ease-in-out;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation: fadeOut 0.8s forwards ease-in-out;
  animation: fadeOut 0.8s forwards ease-in-out;
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.slideIn {
  -webkit-animation: slideIn 0.8s forwards ease-in-out;
  animation: slideIn 0.8s forwards ease-in-out;
}
@keyframes slideOut {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 1;
  }
}
.slideOut {
  -webkit-animation: slideOut 0.6s forwards ease-in-out;
  animation: slideOut 0.6s forwards ease-in-out;
}
@keyframes slideIn-pic {
  0% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.slideIn-pic {
  -webkit-animation: slideIn-pic 0.4s forwards ease-in-out;
  animation: slideIn-pic 0.4s forwards ease-in-out;
}
@keyframes slideOut-pic {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
}
.slideOut-pic {
  -webkit-animation: slideOut-pic 0.4s forwards ease-in-out;
  animation: slideOut-pic 0.4s forwards ease-in-out;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(800px);
    transform: translateY(800px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(800px);
    transform: translateY(800px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadeInUpBig_pc4 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(800px);
    transform: translateY(800px);
    left: 50%;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes fadeInUpBig_pc4 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(800px);
    transform: translateY(800px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.fadeInUpBig_pc4 {
  animation: fadeInUpBig 1s 1;
  -webkit-animation-name: fadeInUpBig_pc4;
  animation-name: fadeInUpBig_pc4;
}
.fadeInUpBig {
  animation: fadeInUpBig 1s 1;
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@keyframes slide-home-title {
  0% {
    -webkit-transform: translate(-100px, -50%);
    -moz-transform: translate(-100px, -50%);
    -ms-transform: translate(-100px, -50%);
    -o-transform: translate(-100px, -50%);
    transform: translate(-100px, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
  }
}
.slide-home-title {
  -webkit-animation: slide-home-title 1s forwards ease-in-out;
  animation: slide-home-title 1s forwards ease-in-out;
}
@keyframes slide-part3-title {
  0% {
    -webkit-transform: translate(-50px, 0);
    -moz-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    -o-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
.slide-part3-title {
  -webkit-animation: slide-part3-title 0.4s forwards ease-in-out;
  animation: slide-part3-title 0.4s forwards ease-in-out;
}
@keyframes slideOut-home {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
}
.slideOut-home {
  -webkit-animation: slideOut-home 0.8s forwards ease-in-out;
  animation: slideOut-home 0.8s forwards ease-in-out;
}
@keyframes slideIn-hotspot {
  0% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.slideIn-hotspot {
  -webkit-animation: slideIn-hotspot 0.8s forwards ease-in-out;
  animation: slideIn-hotspot 0.8s forwards ease-in-out;
}
@keyframes slideOut-hotspot {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}
.slideOut-hotspot {
  -webkit-animation: slideOut-hotspot 0.8s forwards ease-in-out;
  animation: slideOut-hotspot 0.8s forwards ease-in-out;
}
@keyframes hotspot-content-bg-fadeIn {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
.banner-height {
  -webkit-animation: banner-height 5s forwards ease-in-out;
  animation: banner-height 5s forwards ease-in-out;
}
@keyframes hotspot-content-bg-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hotspot-content-bg-fadeIn {
  -webkit-animation: hotspot-content-bg-fadeIn 0.4s forwards ease-in-out;
  animation: hotspot-content-bg-fadeIn 0.4s forwards ease-in-out;
}
