.aboutus-page {
  font-family: "PingFang";
  min-height: 100vh;
  min-width: 1280px;
  position: relative;
  background-color: #000;
}
.aboutus-page .aboutus-main {
  height: 100vh;
  min-width: 1280px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.aboutus-page .aboutus-main .video-container {
  position: relative;
  overflow: hidden;
}
.aboutus-page .aboutus-main .video-container video {
  width: 100%;
  max-height: 100vh;
}
.aboutus-page .aboutus-main .video-container .tip-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.aboutus-page .aboutus-main .video-container .tip-info .title {
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  line-height: 90px;
  color: #FFFFFF;
  word-break: keep-all;
  white-space: nowrap;
}
.aboutus-page .aboutus-main .video-container .tip-info .play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 38px;
  line-height: 38px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 62px;
}
.aboutus-page .aboutus-main .video-container .tip-info .play-btn .icon {
  display: inline-block;
  width: 6px;
  height: 11px;
  background-image: url(play.ee64d81d.png);
  background-size: 6px 11px;
  background-repeat: no-repeat;
  margin-right: 15px;
}
.aboutus-page .product-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutus-page .product-item .bussiness {
  height: 320px;
  padding-top: 84px;
}
.aboutus-page .product-item .bussiness.dark .title-bg {
  color: #232323;
}
.aboutus-page .product-item .bussiness.dark .title {
  color: #B3B3B3;
}
.aboutus-page .product-item .bussiness .title-bg {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 100px;
  line-height: 200px;
  color: #f7f3f3;
  width: 100%;
  text-align: center;
  height: 200px;
  overflow: hidden;
}
.aboutus-page .product-item .bussiness .title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 90px;
  letter-spacing: 0em;
  text-align: left;
  color: #555555;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 140px;
}
.aboutus-page .product-item .bussiness .title.selected::after {
  display: block;
  content: '(selected)';
  font-size: 20px;
  line-height: 0;
  color: #555555;
  text-align: center;
  opacity: 0.62;
}
.aboutus-page .product-item .business-description {
  width: 910;
  height: 66px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  color: #000000;
  margin-top: 20px;
}
.aboutus-page .company-invester {
  height: 871px;
}
.aboutus-page .company-invester .invester-swiper {
  width: 100%;
}
.aboutus-page .company-invester .custom-case {
  padding-top: 80px;
  padding-bottom: 40px;
}
.aboutus-page .company-invester .custom-case .scrollpanel {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.aboutus-page .company-invester .custom-case .scrollpanel .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.aboutus-page .company-invester .custom-case .scrollpanel .row .customer-card {
  width: 192px;
  height: 118px;
  border-radius: 9px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
  margin-left: 29px;
}
.aboutus-page .company-invester .custom-case .scrollpanel .row .customer-card img {
  width: 120px;
}
.aboutus-page .company-introduction {
  height: 701;
  background-color: #fff;
}
.aboutus-page .company-location {
  height: 1011px;
  background-color: #ffffff;
  border-bottom: 1px solid #E1E1E1;
}
.aboutus-page .company-location .business-location {
  display: flex;
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.aboutus-page .company-location .business-location .location-address {
  width: 300px;
}
.aboutus-page .company-location .business-location .location-address .location-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  flex: 1;
  border-bottom: 1px solid #E1E1E1;
  line-height: 53px;
}
.aboutus-page .company-location .business-location .location-list .location-item {
  border-bottom: 1px solid #E1E1E1;
}
.aboutus-page .company-location .business-location .location-list .location-item.active .panel .arrow {
  background-image: url(arrow-top.4c4dcb61.png);
}
.aboutus-page .company-location .business-location .location-list .location-item.active .panel .block span {
  display: inline-block;
}
.aboutus-page .company-location .business-location .location-list .location-item.active .address {
  display: block;
}
.aboutus-page .company-location .business-location .location-list .location-item .panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.aboutus-page .company-location .business-location .location-list .location-item .panel .title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 53px;
  color: #000000;
  flex: 1;
}
.aboutus-page .company-location .business-location .location-list .location-item .panel .arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(arrow-bottom.67aa01dd.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 20px;
}
.aboutus-page .company-location .business-location .location-list .location-item .panel .block {
  width: 16px;
  text-align: left;
}
.aboutus-page .company-location .business-location .location-list .location-item .panel .block span {
  display: none;
  width: 5px;
  height: 21px;
  background: #03289F;
  border-radius: 2.5px;
}
.aboutus-page .company-location .business-location .location-list .location-item .address {
  display: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  background: #F9F9F9;
  border-radius: 9px;
  padding: 25px 30px;
  margin-bottom: 15px;
}
.aboutus-page .company-location .business-location .location-map {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutus-page .company-location .business-location .map-container {
  position: relative;
}
.aboutus-page .company-location .business-location .map-container span {
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #03289F;
  cursor: pointer;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
}
.aboutus-page .company-location .business-location .map-container span.active,
.aboutus-page .company-location .business-location .map-container span:hover {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #F4A317;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  opacity: 0.9;
  z-index: 2;
}
.aboutus-page .company-location .business-location .map-container span.active::after,
.aboutus-page .company-location .business-location .map-container span:hover::after {
  content: ' ';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.aboutus-page .company-location .business-location .map-container span.active {
  pointer-events: none;
}
.aboutus-page .company-location .business-location .map-container span:hover {
  z-index: 3;
}
.full-video {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  z-index: 11;
  display: none;
  align-items: center;
  justify-content: center;
}
.full-video .full-video-container {
  min-width: 1280px;
}
.full-video .full-video-container video {
  width: 100%;
  max-height: 100vh;
}
.full-video .close-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #fff;
  z-index: 12;
  cursor: pointer;
  font-size: 18px;
}

/*# sourceMappingURL=aboutus.4fdc378c.css.map */
