@charset "UTF-8";
@keyframes adw {
  0% {
    margin-left: -300px;
    opacity: 0; }
  75% {
    margin-left: 0;
    opacity: .4; }
  100% {
    margin-left: 0;
    opacity: 0; } }

.aboutUsWrap {
  background: #000;
  padding: 5% 0px 8% 0px; }
  .aboutUsWrap .container {
    max-width: 1440px; }
  .aboutUsWrap .conWrap {
    display: flex; }
    .aboutUsWrap .conWrap .wrapTitleBox {
      display: flex;
      flex-direction: column;
      align-content: center;
      justify-content: center; }
    .aboutUsWrap .conWrap h3 {
      color: #fff;
      font-size: 42px;
      margin-bottom: 20px; }
      .aboutUsWrap .conWrap h3 b {
        color: #00BDC7; }
    .aboutUsWrap .conWrap .intro {
      font-size: 21px;
      color: rgba(255, 255, 255, 0.5); }
      .aboutUsWrap .conWrap .intro b {
        color: #00BDC7; }
  .aboutUsWrap .imgWrap {
    display: flex;
    justify-content: flex-end; }
    .aboutUsWrap .imgWrap img {
      width: 100%; }

/**/
.chainCoreLayer {
  background: #000;
  padding: 0% 0px 6% 0px; }
  .chainCoreLayer .wrapTitleBox {
    text-align: center; }
    .chainCoreLayer .wrapTitleBox h3 {
      color: #fff;
      font-size: 56px;
      margin-bottom: 60px; }
      .chainCoreLayer .wrapTitleBox h3 b {
        color: #00BDC7; }
  .chainCoreLayer .container {
    max-width: 72%;
    padding: 0px 5%; }
  .chainCoreLayer .listGroup .innerCard .card {
    height: 430px;
    border-radius: 12px;
    padding: 24px 32px;
    background: #060606;
    border: 1px solid #363636; }
  .chainCoreLayer .listGroup .innerCard .card-img {
    margin-bottom: 20px; }
    .chainCoreLayer .listGroup .innerCard .card-img img {
      width: 80px; }
  .chainCoreLayer .listGroup .innerCard .card-body {
    padding: 0px; }
    .chainCoreLayer .listGroup .innerCard .card-body h5 {
      font-style: normal;
      font-weight: 500;
      font-size: 21px;
      line-height: 1.3;
      text-transform: capitalize;
      color: #FFFFFF; }
      .chainCoreLayer .listGroup .innerCard .card-body h5 b {
        font-size: 28px;
        color: #00BDC7; }
    .chainCoreLayer .listGroup .innerCard .card-body p {
      color: #8D8D8D;
      font-size: 16px;
      line-height: 1.4;
      margin-top: 16px;
      font-family: Arial, sans-serif !important; }
      .chainCoreLayer .listGroup .innerCard .card-body p b {
        color: #FD530D; }

.contentGroup {
  padding: 100px 0px; }
  .contentGroup .introWrap {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .contentGroup .introWrap.pr-5 {
      padding-right: 5%; }
    .contentGroup .introWrap.pl-5 {
      padding-left: 5%; }
  .contentGroup .imgWrap img {
    border-radius: 12px; }
  .contentGroup h4, .contentGroup h5 {
    margin-bottom: 30px; }
  .contentGroup ul li {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
    padding-left: 24px;
    position: relative; }
    .contentGroup ul li:before {
      position: absolute;
      width: 12px;
      height: 12px;
      content: '';
      background: url(../images/li_style.svg) center center no-repeat;
      background-size: contain;
      display: inline-block;
      left: 0px;
      top: 8px; }
  .contentGroup .introDesc {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
    color: #2A4051; }
  .contentGroup .linkbtn {
    margin-top: 40px; }

.highlightsWrap {
  padding: 4% 0px;
  position: relative;
  border-top: 1px solid #15292d; }
  .highlightsWrap::after {
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0px;
    z-index: -1; }
  .highlightsWrap .wrapTitleBox {
    text-align: center; }
    .highlightsWrap .wrapTitleBox h3 {
      color: #fff;
      font-size: 56px;
      margin-bottom: 60px; }
      .highlightsWrap .wrapTitleBox h3 b {
        color: #00BDC7; }
  .highlightsWrap .listGroup .row {
    justify-content: center; }
  .highlightsWrap .listGroup .innerCard {
    margin-bottom: 40px; }
    .highlightsWrap .listGroup .innerCard .card {
      height: 320px;
      background: none;
      position: relative;
      padding: 24px 32px;
      border: 1px solid #15292d;
      background: linear-gradient(80deg, #68f0e512, rgba(251, 221, 255, 0));
      border-radius: 8px; }
    .highlightsWrap .listGroup .innerCard .card-img {
      margin-bottom: 10px; }
      .highlightsWrap .listGroup .innerCard .card-img img {
        width: 80px;
        height: 80px;
        object-fit: contain; }
    .highlightsWrap .listGroup .innerCard .card-body {
      padding: 0px;
      padding-top: 20px;
      padding-bottom: 30px; }
      .highlightsWrap .listGroup .innerCard .card-body h6 {
        font-style: normal;
        font-size: 28px;
        line-height: 1.2;
        text-transform: capitalize;
        margin: 0px;
        font-weight: 500;
        color: #FFFFFF; }
      .highlightsWrap .listGroup .innerCard .card-body p {
        color: #8D8D8D;
        font-size: 16px;
        line-height: 1.4;
        margin-top: 16px;
        font-family: Arial, sans-serif !important; }
        .highlightsWrap .listGroup .innerCard .card-body p b {
          color: #fff; }

.globalServiceWrap {
  padding: 4% 0px 8% 0px;
  background: #000;
  position: relative; }
  .globalServiceWrap::after {
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0px;
    z-index: -1; }
  .globalServiceWrap .wrapTitleBox {
    text-align: center;
    margin-bottom: 60px; }
    .globalServiceWrap .wrapTitleBox h3 {
      color: #fff;
      font-size: 56px;
      margin-bottom: 30px;
      line-height: 1.1;
      text-transform: capitalize; }
      .globalServiceWrap .wrapTitleBox h3 b {
        color: #00BDC7; }
    .globalServiceWrap .wrapTitleBox p {
      color: rgba(255, 255, 255, 0.5);
      font-size: 28px;
      font-weight: 400;
      line-height: 1.4; }
      .globalServiceWrap .wrapTitleBox p b {
        color: #fff;
        background: #00252b;
        padding: 4px; }
  .globalServiceWrap .imgWrap {
    display: flex;
    justify-content: center; }
  .globalServiceWrap .linkbtn.lightbtn {
    margin-top: 80px;
    width: 240px;
    color: #ED4C14;
    border-color: #ED4C14;
    font-weight: 600;
    border-radius: 12px; }

/**/
.visionWrap {
  padding: 4% 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: linear-gradient(173.32deg, #00072d, #009192); }
  .visionWrap .container {
    max-width: 90%;
    position: relative;
    z-index: 100; }
  .visionWrap .titleCon {
    text-align: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .visionWrap .titleCon h3 {
      font-family: 'Space Grotesk';
      font-size: 56px;
      color: #ffffff;
      margin-top: -10%;
      text-transform: uppercase; }
    .visionWrap .titleCon p {
      font-size: 21px;
      line-height: 1.5;
      margin-top: 24px;
      margin-bottom: 50px;
      color: rgba(255, 255, 255, 0.6);
      width: 80%; }
      .visionWrap .titleCon p b {
        color: #fff; }
    .visionWrap .titleCon .morebtn {
      width: 180px;
      height: 52px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      color: #000028;
      text-align: center;
      background: url(../images/morebtnbg.svg) center center no-repeat;
      transition: all ease-in-out 0.3s;
      transform: translateZ(0);
      background-size: 100%; }
      .visionWrap .titleCon .morebtn:hover {
        transform: translateY(-6px) translateZ(0); }
  .visionWrap .imgCon {
    width: 100%; }
  .visionWrap .numListWrap {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px; }
    .visionWrap .numListWrap .innerCard {
      width: calc(33.3333% - 6px);
      height: 180px;
      background-color: #00e7d136;
      backdrop-filter: blur(30px);
      border-radius: 12px;
      padding: 24px 30px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: all 0.3s ease-in-out;
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
      transform: translateZ(0);
      position: relative; }
      .visionWrap .numListWrap .innerCard .txtBox {
        display: flex;
        justify-content: flex-end; }
      .visionWrap .numListWrap .innerCard h5 {
        color: #ffffff;
        font-size: 24px;
        text-align: right;
        padding: 0px;
        margin: 0px; }
      .visionWrap .numListWrap .innerCard .imgBox {
        width: 50px;
        height: 50px; }
      .visionWrap .numListWrap .innerCard:hover {
        transform: translateY(-6px) translateZ(0);
        box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.08); }
  .visionWrap .videopagebg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    object-fit: cover; }

/*contactWrap*/
.contactWrap {
  padding-bottom: 5%;
  background: #000; }

.contactWrap .container {
  max-width: 90%; }

.contactWrap .titleWrap img {
  max-width: 100%; }

.contactWrap .socialBox {
  padding-top: 60px; }

.contactWrap .socialInner .contractInner {
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 6px;
  gap: 12px;
  background: #171717;
  box-shadow: 0px 2px 8px rgba(99, 99, 99, 0.2);
  color: #fff; }

.contactWrap .socialInner .icon {
  background: #00E7D1;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center; }

.contactWrap .socialInner .intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.contactWrap .socialInner span {
  color: #ffffff;
  font-size: 16px; }

.contactWrap .socialInner p {
  font-size: 15px; }

.contactWrap .socialInner .icon svg path {
  fill: #001213; }

/**/
.index-video {
  background: linear-gradient(#c1fff9, #fff);
  background: -ms-linear-gradient(#c1fff9, #fff);
  background: -webkit-linear-gradient(#c1fff9, #fff);
  background: -moz-linear-gradient(#c1fff9, #fff);
  padding-bottom: 100px; }

.index-video h1 {
  margin-top: 60px;
  font-size: 42px;
  color: #404040;
  padding: 5rem 0px 4rem 0px;
  text-align: center;
  font-weight: bold; }

.index-video .card {
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: 0px 5px 12px 1px rgba(90, 90, 90, 0.2);
  box-shadow: 0px 6px 12px 4px rgba(177, 177, 177, 0.2); }

.index-video .card h2 {
  font-weight: 600;
  height: 48px;
  text-align: center;
  font-size: 26px;
  margin-bottom: 1.5rem;
  margin-top: 1rem; }

.index-video img {
  width: auto; }

.index-video .card p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 12px; }

.index-video .card a.btn {
  display: inline-block;
  background: #1f91ff;
  padding: 0 48px;
  color: #fff;
  border-radius: 0px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  margin-right: 16px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 12px 1px rgba(32, 144, 255, 0.2);
  box-shadow: 0px 5px 12px 1px rgba(32, 144, 255, 0.2); }

.index-video .card a.btn:hover {
  -webkit-box-shadow: 0px 8px 12px 1px rgba(32, 144, 255, 0.2);
  box-shadow: 0px 8px 12px 1px rgba(32, 144, 255, 0.2); }

/*弹窗视频*/
.videolist {
  margin-bottom: 30px; }

.videolist:hover {
  cursor: pointer; }

.videoed {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 45%;
  top: 45%;
  z-index: 99;
  border-radius: 100%; }

.videos {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -400px;
  margin-top: -210px;
  z-index: 100;
  width: 800px;
  height: 450px; }

.vclose {
  position: absolute;
  right: 1%;
  top: 1%;
  border-radius: 100%;
  cursor: pointer; }

.videos video {
  width: 800px;
  height: 450px;
  margin: 0 auto;
  background: #000; }

@media only screen and (max-width: 1480px) {
  /**/
  .contactWrap .container {
    max-width: 90%; }
  .contactWrap {
    padding-bottom: 12%; }
  .contactWrap .socialInner .contractInner {
    padding: 20px 10px; }
  .contactWrap .socialInner p {
    font-size: 14px; }
  .contactWrap .socialInner .intro {
    text-align: left;
    width: 90%; }
  .contactWrap .socialInner p {
    font-size: 14px;
    word-break: break-word; } }

@media only screen and (max-width: 1280px) {
  /**/
  .contactWrap {
    padding-bottom: 8%; }
  .contactWrap .socialInner .contractInner {
    margin-bottom: 12px; } }

@media only screen and (max-width: 1024px) {
  .index-video {
    height: auto; }
  .index-video .card {
    margin-bottom: 5rem !important; }
  .videos {
    width: 640px;
    height: 360px;
    margin-left: -320px;
    margin-top: -210px; }
  .videos video {
    width: 640px;
    height: 360px;
    margin: 0 auto;
    background: #000; }
  .contactWrap .socialInner .intro {
    width: 100%; } }

@media only screen and (max-width: 820px) {
  .contactWrap .socialInner a {
    margin-bottom: 12px; }
  .index-video h1 {
    margin-top: 40px; } }

@media only screen and (max-width: 640px) {
  .contactWrap .container {
    max-width: 94%; }
  .contactWrap .socialBox {
    margin-top: 0px; }
  .index-video h1 {
    font-size: 32px;
    padding: 4rem 0px; }
  .videos {
    width: 320px;
    height: 360px;
    margin-left: -160px;
    margin-top: -160px; }
  .videos video {
    width: 320px;
    height: 360px;
    margin: 0 auto;
    background: #000; } }
