/*----------------------------------------*/
/*  Home Banner
/*----------------------------------------*/
.index-banner {
  width: 100%;
  height: calc(100vh);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #00030c;
  position: relative;
  background-size: cover;
  overflow: hidden;
  z-index: 99; }
  .index-banner .container {
    max-width: 78%;
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%; }
  .index-banner .innerTxt {
    max-width: 540px;
    margin-top: -10%; }
    .index-banner .innerTxt h1 {
      font-size: 40px;
      line-height: 58px;
      font-weight: 700;
      margin-bottom: 30px;
      color: #fff; }
    .index-banner .innerTxt p {
      line-height: 1.5;
      margin-top: 15px;
      margin-bottom: 40px;
      font-size: 16px;
      line-height: 24px;
      color: #fff; }
  .index-banner .slider-item {
    width: 100%;
    height: 100%;
    position: relative; }
    .index-banner .slider-item .video {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .index-banner .slider-item .video video {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 50%;
        left: 50%;
        z-index: -1;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        object-fit: cover;
        background-size: cover; }
  .index-banner .imgInner {
    width: 60%;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: -5%;
    z-index: 200; }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
  .index-banner .slider-item.swiper-slide-active .innerTxt h1 {
    animation-name: fadeInUp;
    animation-duration: 0.8s;
    animation-delay: 0.2s;
    animation-fill-mode: both; }
  .index-banner .slider-item.swiper-slide-active .innerTxt p {
    animation-name: fadeInUp;
    animation-duration: 0.8s;
    animation-delay: 0.6s;
    animation-fill-mode: both; }
  .index-banner .slideArrow {
    position: absolute;
    width: 100%;
    bottom: 10%;
    z-index: 1; }
    .index-banner .slideArrow .container {
      position: relative;
      width: 100%;
      display: flex;
      align-items: end; }
    .index-banner .slideArrow .btnGroup {
      width: 164px;
      height: 40px;
      display: flex;
      position: relative; }
    .index-banner .slideArrow .btn {
      position: relative;
      width: 40px;
      height: 40px;
      border: 0px;
      margin: 0px;
      border-radius: 100%;
      transition: all 0.3s;
      background: #1a4a68;
      background: linear-gradient(93.37deg, #00c6f1 2.92%, #113184 92.55%); }
      .index-banner .slideArrow .btn:before {
        content: '';
        width: 12px;
        height: 24px;
        position: absolute;
        z-index: 1; }
      .index-banner .slideArrow .btn:after {
        display: none; }
      .index-banner .slideArrow .btn:hover {
        background: linear-gradient(93.37deg, #00c6f1 2.92%, #113184 92.55%); }
    .index-banner .slideArrow .playSlide {
      width: 40px;
      height: 40px;
      position: absolute;
      left: 50%;
      margin-left: -20px;
      top: 0px;
      border: 2px solid #fff;
      border-radius: 100%;
      box-sizing: border-box;
      cursor: pointer;
      transition: all 0.3s; }
      .index-banner .slideArrow .playSlide:before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        left: 50%;
        margin-left: -4px;
        top: 50%;
        margin-top: -4px;
        background: url(../images/playbtn.png) center no-repeat; }
      .index-banner .slideArrow .playSlide:hover {
        background-color: #00c6f1;
        border-color: #00c6f1; }
      .index-banner .slideArrow .playSlide.puse:before {
        background: none;
        width: 0px;
        height: 0px;
        border-left: 8px solid #fff;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 0px;
        margin-top: -8px;
        margin-left: -3px; }
    .index-banner .slideArrow .prevSlide {
      position: absolute;
      left: 0px;
      top: 0px; }
      .index-banner .slideArrow .prevSlide:before {
        background: url(../images/slideprev_arrow.png) center no-repeat;
        background-size: contain; }
    .index-banner .slideArrow .nextSlide {
      position: absolute;
      right: 0px;
      top: 0px; }
      .index-banner .slideArrow .nextSlide:before {
        background: url(../images/slidenext_arrow.png) center no-repeat;
        background-size: contain; }
  .index-banner .scrollScreen {
    position: relative;
    max-width: 78%;
    margin-right: auto;
    margin-left: auto;
    bottom: 20%; }
  .index-banner .scroll-arrow {
    position: absolute;
    width: 132px;
    height: 132px;
    left: 0%;
    bottom: 0%;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .index-banner .scroll-arrow:after {
      width: 100%;
      height: 100%;
      display: block;
      background: url(../images/scroll_arrowbg.png) center center no-repeat;
      background-size: contain;
      content: '';
      position: absolute;
      left: 0px;
      top: 0px;
      animation: rotate 3s linear infinite; }
    .index-banner .scroll-arrow span {
      width: 52px;
      height: 52px;
      display: block;
      background: url(../images/scroll_arrow.png) center center no-repeat; }
  @media (max-width: 767px) {
    .index-banner .scroll-arrow {
      width: 100px;
      height: 100px; } }

@media only screen and (min-width: 2560px) and (max-width: 3560px) {
  .index-banner h1 {
    font-size: 64px; } }

@media only screen and (max-width: 1680px) {
  .index-banner .container {
    max-width: 88%; }
  .index-banner .innerTxt {
    margin-top: -6%; }
  .index-banner h1 {
    font-size: 36px;
    line-height: 1.5; } }

@media only screen and (max-width: 1440px) {
  .index-banner h1 {
    font-size: 32px;
    line-height: 1.5; } }

@media only screen and (max-width: 1360px) {
  .index-banner h1 {
    font-size: 36px; } }

@media only screen and (max-width: 1280px) {
  .index-banner h1 {
    font-size: 36px; }
  .index-banner h5 {
    margin-top: 0px;
    font-size: 18px; } }

@media only screen and (max-width: 1180px) {
  .index-banner h1 {
    font-size: 28px; }
  .index-banner h5 {
    font-size: 15px; } }

@media only screen and (max-width: 1024px) {
  .index-banner .container {
    max-width: 90%; }
  .index-banner .imgInner {
    width: 50%; }
  .index-banner h1 {
    font-size: 28px;
    line-height: 1.5; }
  .index-banner .scroll-arrow {
    margin-left: -40px; } }

@media only screen and (max-width: 820px) {
  .index-banner {
    height: calc(100vh - 0px); }
  .index-banner .container {
    height: 100%;
    padding: 0px;
    max-width: 88%; }
  .index-banner .innerTxt {
    width: 100%;
    margin-top: -75%; }
  .index-banner .innerTxt h1 {
    font-size: 36px;
    line-height: 48px; }
  .index-banner .imgInner {
    width: 70%;
    position: absolute;
    bottom: 6%;
    left: 0px; }
  .index-banner .client_box {
    display: none; }
  .index-banner h1 {
    font-size: 36px;
    margin-top: 0%; }
  .index-banner h5 {
    font-size: 21px;
    margin-top: 20px;
    color: #000; }
  .index-banner .innerTxt h1 br {
    display: none; } }

@media only screen and (max-width: 640px) {
  .index-banner .scroll-arrow {
    margin-left: -10px; }
  .index-banner .container {
    max-width: 84%;
    justify-content: flex-start;
    align-items: center; }
  .index-banner .innerTxt {
    width: 100%;
    margin-top: 60%; }
  .index-banner h1 {
    font-size: 21px;
    margin-top: 0%; }
  .index-banner h5 {
    font-size: 16px; }
  .index-banner .imgInner {
    width: 100%;
    position: absolute;
    bottom: 15%;
    left: 0px; } }
