// global
@import 'global.less';
@import 'keyframes.less';

body {
  color: #666;
}

.maxsize {
  max-width: 1410px;
}

.header {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  transition: all .25s ease-out;
  -webkit-transition: all .25s ease-out;

  &.sticky {
    background: #fff;

    .logo {
      color: @hl;
    }

    .menu .searchBtn {
      background: none;
      color: #000;
    }

    .menu .searchBtn:hover {
      background: @hl;
      color: #fff;
    }
  }

  .logo {
    display: inline-block;
    padding: 32px 40px;
    font-size: 25px;
    color: #fff;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;

    i {
      padding-right: 8.2em;
      display: block;
    }
  }

  .menu {
    float: right;
    position: relative;
    padding-right: 90px;

    .menulist {
      color: #333;
      padding-right: 40px;

      li {
        float: left;

        a {
          line-height: 90px;
          display: block;
          padding: 0 30px;
          position: relative;

          &:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 30px;
            right: 30px;
            height: 0;
            background: @hl;
            transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
          }

          &.active,
          &:hover {
            font-weight: 900;

            &:after {
              height: 4px;
            }
          }
        }
      }
    }

    .searchBtn {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 90px;
      line-height: 90px;
      text-align: center;
      font-size: 26px;
      background: @hl;
      color: #fff;
      transition: all .5s ease-out;
      -webkit-transition: all .5s ease-out;
    }
  }
}

.footer {
  background: #1A1B26;

  .main {
    padding: 60px 0 200px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .info {
    display: inline-block;
    color: #fff;
  }

  .info p {
    color: #BBBBBE;
  }

  .links {
    float: right;

    dl {
      float: left;
      margin-left: 90px;
    }

    dt {
      font-size: 16px;
      color: #fff;
      margin-bottom: 30px;
    }

    dd {
      line-height: 32px;
      display: block;
      color: #B0B0B4;
    }

    a {
      transition: all .5s ease-out;
      -webkit-transition: all .5s ease-out;
    }

    a:hover {
      color: #fff;
    }
  }

  .bottom {
    line-height: 76px;

    .logo {
      color: #fff;
      font-size: 20px;
      display: inline-block;
    }

    .logo i {
      padding-right: 8.2em;
      display: block;
    }

    .beian {
      float: right;
      color: #5F6068;

      p, a {
        float: left;
      }

      p {
        margin-right: 20px;
        font-size: 14px;
      }

      p a {
        float: none;
        font-size: 14px;
        display: inline;
        margin: 0;
      }

      a {
        display: block;
        margin-left: 40px;
        font-size: 20px;
        position: relative;
        transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out;
      }

      a:hover {
        color: #fff;
      }

      a:hover .sub {
        display: block;
      }

      .sub {
        position: absolute;
        bottom: 100%;
        right: 0;
        width: 100px;
        height: 100px;
        padding: 10px;
        background: #fff;
        display: none;

        &:before {
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          bottom: 0;
          right: 10px;
          border: 8px solid;
          border-color: transparent #fff transparent transparent;
          margin-bottom: -8px;
        }
      }
    }
  }
}

.banner {
  background: #1A1B26;
  overflow: hidden;

  &:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-color: #F0F2F7;
    background-image: url(../image/banner-right-side-cover.jpg);
    background-size: cover;
    background-position: center;
    z-index: 1;
    -webkit-animation: showUpEase 2s ease-in-out;
    animation: showUpEase 2s ease-in-out;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .slider {
    width: 50%;
    position: absolute;
    width: 50%;
    z-index: 2;
    left: 0;
    top: 0;
    height: 100%;
    -webkit-animation: showDownEase 2s ease-in-out;
    animation: showDownEase 2s ease-in-out;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

    .bx-pager {
      position: absolute;
      top: 50%;
      right: -100%;
      margin-right: 30px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);

      .bx-pager-item {
        margin-bottom: 25px;

        &:nth-child(3n+1) a:after {
          content: 'A';
        }

        &:nth-child(3n+2) a:after {
          content: 'M';
        }

        &:nth-child(3n+3) a:after {
          content: 'R';
        }
      }

      a {
        display: block;
        width: 40px;
        line-height: 40px;
        color: @hl;
        font-weight: 900;
        text-align: center;
        border-radius: 100%;
        position: relative;
        font-family: 'robotoR';
        text-indent: -80px;
        overflow: hidden;
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;

        &:after {
          content: 'A';
          position: absolute;
          left: 100%;
          top: 0;
          width: 40px;
          text-align: center;
        }

        &.active {
          background: @hl;
          color: #fff;
          box-shadow: 3px 3px 30px -5px rgba(25, 91, 255, .75);
          text-indent: 0;
        }
      }
    }
  }

  .text {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    margin-left: 104px;
  }

  .char {
    position: absolute;
    z-index: 2;
    top: 19.4%;
    bottom: 19.4%;
    left: 50%;
    height: 61.2%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

    &:before, &:after {
      content: '';
      position: absolute;
      width: 20%;
      background: @hl;
      top: 0;
      // height: 100%;
      // left: 59%;
      transform: skew(22.9deg);
      -webkit-animation: char-slash .65s ease-in;
      animation: char-slash .65s ease-in;
      -webkit-animation-delay: 1s;
      animation-delay: 1s;
      // -webkit-animation-fill-mode:both;animation-fill-mode:both;
    }

    &:after {
      background: #fff;
      -webkit-animation-delay: 1.25s;
      animation-delay: 1.25s;
    }

    .character {
      height: 100%;

      .slash {
        fill: #fff;
        stroke: none;
        -webkit-animation: char-slash-fill .2s linear;
        animation: char-slash-fill .2s linear;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-delay: 1.65s;
        animation-delay: 1.65s;
      }

      .outline {
        stroke: #fff;
        fill: none;
        stroke-width: 1;
        stroke-dashoffset: 0;
        stroke-dasharray: 275, 275;
        stroke-linecap: square;
        -webkit-animation: char-outline 2s ease-out;
        animation: char-outline 2s ease-out;
      }
    }
  }
}

.slogan {
  margin-top: 90px;
  height: 700px;
  position: relative;
  color: #fff;

  .text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

    p {
      opacity: .7;
    }
  }
}

.nav {
  position: relative;
  background: #fff;

  &:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #ddd;
  }

  line-height: 79px;

  .maxsize {
    position: relative;
    z-index: 2;
  }

  .goto {
    a {
      float: left;
      margin-right: 90px;
      font-size: 18px;
      color: #333;
      border-bottom: 1px solid transparent;
    }

    a[goto] {
      color: #999;
    }

    a.active,
    a:hover {
      color: @hl;
      border-color: @hl;
    }
  }

  .breadcrumb {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;

    li {
      position: relative;
      float: left;
      color: #999;

      &:last-of-type:after {
        display: none;
      }

      &:after {
        content: '\e623';
        font-family: 'iconfont';
        margin: 0 5px;
      }

      .active {
        color: #111;
      }
    }
  }
}

.index {
  // background-image: url(../image/bodybg.jpg);
  background-repeat: repeat-y;
  background-position: center;
  background-size: 1920px auto;

  .s1 {
    .bgimg li {
      height: 540px;
    }

    padding: 120px 0 150px 0;

    .container {
      position: relative;
      overflow: hidden;

      .loading {
        z-index: 0;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
      }

      video {
        z-index: 1;
        width: 100%;

        &.bg {
          position: relative;
          opacity: 1;
        }

        &.abs {
          position: absolute;
          opacity: 0;
        }
      }

      .items {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
      }
    }

    .items {
      position: relative;
      z-index: 999;

      img {
        display: none;
        width: 100%;

      }
    }

    .item {
      float: left;
      width: 33.3333%;
      transform: translateY(0%);
      -webkit-transform: translateY(0%);
      transition: all .5s ease-out;
      -webkit-transition: all .5s ease-out;

      .con {
        padding: 50px;
        margin-top: -160px;
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
      }

      dt {
        position: relative;
        border-bottom: 1px solid #ddd;
        padding-bottom: 28px;
        margin-bottom: 60px;
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;

        strong {
          color: #fff;
        }

        a {
          position: absolute;
          color: #999;
          top: 0%;
          right: 0;
          line-height: 30px;

          &:before {
            content: 'MORE';
            margin-right: 10px;
            transform: translateX(20px);
            -webkit-transform: translateX(20px);
            opacity: 0;
            transition: all .5s ease-out;
            -webkit-transition: all .5s ease-out;
            display: inline-block;
            transition-delay: .4s;
          }

          &:after {
            content: '\e6fe';
            font-family: 'iconfont';
            transition: all .5s ease-out;
            -webkit-transition: all .5s ease-out;
            display: inline-block;
            transition-delay: .4s;
          }
        }
      }

      dd {
        margin-bottom: 45px;
        float: left;
        min-width: 50%;
        // p,span { white-space: nowrap;text-overflow:ellipsis; overflow:hidden; }
      }

      &:hover {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);

        .con {
          margin-top: 0;
          background: rgba(255, 255, 255, .8);
        }

        dt {
          strong {
            color: @hl;
          }

          margin-bottom: 40px;

          a:before {
            transform: translateX(0px);
            -webkit-transform: translateX(0px);
            opacity: 1;
          }

          a:after {
            transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
          }
        }
      }
    }
  }

  .s2 {
    background-image: url(../image/index-s2bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 120px 0 150px 0;

    .btns {
      position: absolute;
      top: 40px;
      right: 0;

      .btn {
        float: left;
        margin-left: 56px;
        color: #999;

        &:hover {
          color: #000;
        }

        a {
          line-height: 40px;
          display: block;
          font-size: 46px;
        }
      }
    }

    .container {
      margin: 0 105px;
    }

    .bx-wrapper {
      box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .2);
    }
  }

  .s3 {
    background-image: url(../image/index-s3bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 110px 0;

    .info {
      float: left;
      background: #fff;
      padding: 90px 80px 100px 80px;

      .items {
        margin: 0 -20px;
        max-width: 440px;

        .item {
          float: left;
          width: 33.33%;
        }

        a {
          display: block;
          margin: 0 20px;
          transition: all .5s ease-out;
          -webkit-transition: all .5s ease-out;

          &:hover {
            color: @hl;
          }

          i {
            display: block;
            padding-bottom: 100%;
            margin-bottom: 25px;
          }
        }
      }
    }

    .pager {
      display: none;
    }

    .pages {
      position: absolute;
      top: 50%;
      left: 570px;
      right: 10px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);

      .page {
        display: none;

        &.active {
          display: block;
        }
      }

      .items {
        .item {
          a {
            display: block;
            padding: 20px 10px;
            display: block;
            margin: 0 10px;
            background: #fff;
          }

          float: left;
          width: 33.33%;

          .f {
            padding-bottom: 75%;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
          }

          p {
            margin-top: 10px;
          }
        }
      }
    }

    .btns {
      margin-top: 40px;

      .btn {
        float: left;
        margin-right: 1px;
      }

      a {
        font-size: 38px;
        width: 90px;
        line-height: 60px;
        display: block;
        text-align: center;
        background: #979797;
        color: #d2d2d2;
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;

        &:hover {
          color: #fff;
          background: @hl;
        }
      }
    }

    .pager {
      position: absolute;
      top: 0;
      right: 0;
      color: #fff;
      white-space: nowrap;

      #current {
        font-size: 120px;
        display: inline-block;
        transform: translateY(-2px);
        -webkit-transform: translateY(-2px);
      }

      svg {
        display: inline-block;
        height: 60px;
      }
    }
  }

  .s4 {
    padding: 150px 0 98px 0;
    background-image: url(../image/index-s4bg.jpg);
    background-position: bottom center;
    background-size: auto;
    background-repeat: no-repeat;

    .main {
      overflow: hidden;
      padding: 100px 0 153px 0;
      margin-bottom: 102px;

      .title {
        color: #000;
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;

        &.active {
          color: #fff;
          transition-delay: 1s;
          -webkit-transition-delay: 1s;
        }

        span {
          opacity: .7;
        }
      }

      & > * {
        position: relative;
        z-index: 1;
      }

      & > i {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: url(../image/index-s4bg2.jpg);
        background-size: cover;
        background-position: center;

        &.active {
          -webkit-animation-name: showUpEase;
          animation-name: showUpEase;
        }
      }

      .bx-pager {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-top: 52px;
        text-align: center;

        .bx-pager-item {
          display: inline-block;
          margin: 0 12px;
        }

        a {
          width: 8px;
          height: 8px;
          border-radius: 100%;
          display: block;
          text-indent: -50px;
          overflow: hidden;
          background: #fff;
          opacity: .5;
          transition: all .2s ease-out;
          -webkit-transition: all .2s ease-out;

          &.active {
            margin: -2px;
            width: 12px;
            height: 12px;
            opacity: 1;
          }
        }
      }

      .container {
        max-width: 960px;
        margin: 0 auto;
        opacity: 0;

        &.active {
          -webkit-animation-name: showDownEase;
          animation-name: showDownEase;
          transition: all 2s ease-out;
          -webkit-transition: all 2s ease-out;
          opacity: 1;
        }
      }

      li {
        position: relative;
        background: #fff;
        font-size: 366px;
        padding-left: 1em;
        height: 1em;

        .left {
          width: 1em;
          height: 1em;
          background-image: url(../image/index-s4bg3.jpg);
          background-size: cover;
          background-position: center;
          position: absolute;
          left: 0;

          img {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            width: 0.62568em;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            padding: 0 0.18852em;
          }
        }

        .right {
          font-size: 14px;
          padding: 60px;
          width: 960px - 366px - 120px;

          p {
            height: 6em;
            overflow: hidden;
            margin-bottom: 40px;
          }

          a {
            display: inline-block;
            line-height: 50px;
            border-radius: 5px;
            border: 1px solid #ccc;
            padding: 0 49px;
            color: #999;
            transition: all .5s ease-out;
            -webkit-transition: all .5s ease-out;

            &:after {
              content: '\e623';
              font-family: 'iconfont';
              margin-left: 5px;
            }

            &:hover {
              color: #fff;
              border-color: @hl;
              background: @hl;
            }
          }
        }
      }
    }

    .contactUsBtn {
      display: inline-block;
      margin-top: 35px;
      line-height: 50px;
      border-radius: 5px;
      padding: 0 48px;
      color: #fff;
      background: @hl;
      border: 1px solid @hl;
      transition: all .5s ease-out;
      -webkit-transition: all .5s ease-out;

      &:hover {
        background: none;
        color: @hl;
      }
    }
  }
}

.advantage {
  .s1 {
    padding: 100px 0 100px 0;

    .items {
      padding: 0 45px;

      .item {
        float: left;
        width: 33.333%;
        overflow: hidden;
        padding-bottom: 150px;

        &.entered .con {
          .static {
            opacity: 0;
          }

          .hover {
            opacity: 1;
          }
        }

        .con {
          margin: 0 45px;
          position: relative;
          background: #F8FAFF;
          padding: 60px 40px 0 40px;
          height: 400px;

          video {
            position: absolute;
            left: 40%;
            // right: 32px;
            top: 100%;
            transform: translateY(-50%) translateX(-50%);
            -webkit-transform: translateY(-50%) translateX(-50%);
            transition: all .1s ease-out;
            -webkit-transition: all .1s ease-out;
            mix-blend-mode: darken;
            width: 750px;
            height: 510px;

            &.hover {
              opacity: 0;
            }
          }

          &:after {
            // content: '';
            position: absolute;
            left: -69px;
            right: 32px;
            top: 100%;
            padding-bottom: 68.01%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            background-image: url(../image/advantage-s1bg.png);
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            transition: all .5s ease-out;
            -webkit-transition: all .5s ease-out;
          }

          i {
            position: absolute;
            top: 0;
            right: 0;
            width: 60px;
            line-height: 60px;
            font-size: 21px;
            color: #fff;
            background: @hl;
            text-align: center;
          }

          strong {
            display: block;
          }
        }
      }
    }
  }

  .s2 {
    background-image: url(../image/advantage-s2bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 120px 0 150px 0;

    .digest {
      max-width: 700px;
      margin-left: auto;
      margin-right: auto;
    }

    .items {
      background: #fff;
      padding: 60px 0;

      .item {
        float: left;
        width: 33.333%;
        position: relative;

        &:last-of-type:after {
          display: none;
        }

        &:after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          border-right: 1px solid #ddd;
        }

        i {
          display: block;
        }

        p {
          padding: 0 60px;
          line-height: 1.7142857em;
          height: 5.142857em;
          overflow: hidden;
        }
      }
    }
  }

  .s3 {
    background: #195BFF;
    position: relative;
    padding-left: 50%;

    .left {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 50%;
      left: 0;
    }

    .right {
      position: relative;
      color: #fff;
      padding: 200px 180px;
      padding-bottom: 220px;

      h2 {
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, .25);
      }

      p {
        opacity: .8;
      }

      .bg {
        transform-origin: center;
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        -webkit-transform: scale(.5);
        transform: scale(.5);
      }

      .con {
        position: relative;
      }
    }
  }

  .s4 {
    padding: 100px 0 120px 0;

    .items {
      position: relative;
      font-size: 90px;

      &:before {
        content: '';
        position: absolute;
        top: .5em;
        left: 0;
        right: 0;
        border-bottom: 1px solid #ddd;
      }

      .item {
        float: left;
        width: 20%;
        position: relative;

        .icon {
          padding: 0.2777777em;
          border-radius: 100%;
          border: 1px solid #111;
          display: inline-block;
          background: #fff;

          img {
            width: 0.44444444em;
            height: 0.44444444em;
            display: block;
          }
        }

        p {
          font-size: 14px;
          line-height: 1.7142857em;
          color: #111;
          margin-top: .33333em;
        }
      }
    }
  }
}

.case {
  margin-top: 90px;
  background-image: url(../image/case-bg.jpg);
  background-size: 100% auto;
  background-position: bottom center;
  background-attachment: fixed;

  .top {
    background-blend-mode: soft-light;
    background-color: #3051a5;
    color: #fff;
    padding-bottom: 250px;

    .title {
      padding-top: 220px;
      padding-bottom: 100px;

      p {
        opacity: .5;
      }
    }

    .tabs {
      padding-bottom: 50px;
      text-align: center;

      li {
        display: inline-block;
        margin: 0 20px;
      }

      a {
        display: block;
        position: relative;
        padding: 0 40px;
        line-height: 50px;
        font-size: 18px;
        // background: @hl;
        color: #fff;
        font-weight: 900;

        &:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 40px;
          right: 40px;
          height: 0;
          transition: all 0.2s ease-out;
          -webkit-transition: all 0.2s ease-out;
          background: #fff;
        }

        &.active:after, &:hover:after {
          height: 4px;
        }
      }
    }
  }

  .s1 {
    margin-top: -250px;
    padding-bottom: 107px;

    li {
      text-align: center;
    }

    .btn {
      position: absolute;
      // top: 50%;
      top: 250px;
      margin: -25px;

      &.prev {
        left: 0;
      }

      &.next {
        right: 0;
      }

      a {
        font-size: 20px;
        display: block;
        width: 50px;
        line-height: 50px;
        text-align: center;
        background: #fff;
        color: @hl;
        box-shadow: 0 10px 50px rgba(2, 53, 205, .2);
        border-radius: 100%;
      }
    }
  }

  .s2 {
    padding-bottom: 120px;

    ul {
      margin: 0 -25px;

      li {
        float: left;
        width: 50%;
        margin-bottom: 50px;

        span {
          margin: 0 25px;
          position: relative;
          padding: 24px 30px;
          display: block;
          font-size: 16px;
          line-height: 2em;
          background: #fff;
          box-shadow: 0 15px 30px rgba(0, 0, 0, .05);
          overflow: hidden;

          &:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 3px;
            background: @hl;
            transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;
          }

          &:hover:before {
            transform: translateX(-3px);
            -webkit-transform: translateX(-3px);
          }
        }
      }
    }
  }
}

.prod {
  .list {
    padding: 100px 0 150px 0;
    margin: 0 -30px;

    .item {
      float: left;
      width: 33.333%;
      margin-bottom: 60px;
      text-align: center;
    }

    .con {
      display: block;
      margin: 0 30px;

      p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
      }
    }

    .f {
      height: 0;
      padding-bottom: 100%;
      position: relative;
      margin-bottom: 40px;

      i {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transform: scale(.95);
        transform: scale(.95);
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;
      }
    }

    a:hover {
      color: @hl;
    }

    a:hover .f i {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
}

.pd {
  margin-top: 90px;

  .video_box {
    background-color: #000;
  }

  video {
    display: block;
    margin: 0 auto;
    height: calc(~'100vh - 90px');
  }

  @media screen and (orientation: portrait) {
    video {
      width: 100%;
      height: auto;
    }
  }

  .slider {
    color: #fff;
    position: relative;
    padding-bottom: 30px;

    .bx-pager {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 50px;
      text-align: center;

      .bx-pager-item {
        display: inline-block;
        margin: 0 12px;

        a {
          display: block;
          width: 8px;
          height: 8px;
          opacity: .5;
          border-radius: 100%;
          background: #fff;
          text-indent: -100px;
          overflow: hidden;

          &.active {
            opacity: 1;
            margin: -2px;
            width: 12px;
            height: 12px;
          }
        }
      }
    }


    li {
      display: block;
      position: relative;

      > img {
        display: block;
      }

    }

    .maxsize {
      //padding: 320px 0;
      position: absolute;
      width: 100%;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      z-index: 4;
    }

    p {
      opacity: .7;
    }
  }

  .s1 {
    padding: 90px 0 120px 0;

    .items {
      overflow: hidden;
      margin: 0 -15px;
    }

    .item {
      margin: -1px 0 0 -1px;
      float: left;
      width: 25%;
      color: #333;
      padding: 50px 0;
      box-sizing: border-box;
      border-top: 1px solid #ddd;
      border-left: 1px solid #ddd;

      i {
        font-size: 90px;
        width: 1em;
        height: 1em;
        border-radius: 100%;
        position: relative;
        background: @hl;
        display: inline-block;
        margin-bottom: 20px;

        img {
          max-width: 31px;
          max-height: 31px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateY(-50%) translateX(-50%);
          -webkit-transform: translateY(-50%) translateX(-50%);
        }
      }
    }
  }

  .s2 {
    background: #F6F6F6;
    padding: 100px 0 150px 0;

    .filter {
      background: @hl;
      color: #fff;

      li {
        float: left;
      }

      a {
        line-height: 70px;
        padding: 0 30px;
        font-size: 16px;
        opacity: .5;
        position: relative;
        display: block;

        &:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 30px;
          right: 30px;
          border-bottom: 0px solid #fff;
          transition: all 0.2s ease-out;
          -webkit-transition: all 0.2s ease-out;
        }

        &.active,
        &:hover {
          opacity: 1;

          &:after {
            border-bottom: 2px solid #fff;
          }
        }

        &:hover {
          background: #356df9;
        }
      }
    }

    .pages {
      position: relative;
    }

    .page {
      display: none;

      &.active {
        display: block;
      }

      &.active.temp {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
      }

      ul {
        margin: 0 -25px;
      }

      li {
        float: left;
        width: 50%;
        margin-bottom: 11px;

        p {
          margin: 0 25px;
          position: relative;
          line-height: 75px;
          border-bottom: 1px solid #ddd;
          overflow: hidden;

          b {
            font-size: 18px;
            color: #333;
            width: 50%;
            float: left;
          }

          span {
            float: left;
          }
        }
      }
    }
  }
}

//视频弹出
.sha_video {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 9999;

  > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0);
    transition: all .5s ease;

    .video_btn_close {
      position: absolute;
      right: -50px;
      top: -50px;
      cursor: pointer;
      color: #fff;
      opacity: .5;
      z-index: 3;
      transition: all .5s ease;
      @media all and(max-width: 800px) {
        right: 0;
      }

      &:hover {
        color: #195bff;
        opacity: 1;
      }


    }

    video {
      display: block;
      min-width: 50vw;
      max-height: 80vh;
      max-width: 85vw;
    }

    &.on {
      transform: translate3d(-50%, -50%, 0) scale(1);

    }

  }
}


.about {
  background-image: url(../image/about-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

  .s1 {
    overflow: hidden;
    background: #fff;
    padding: 94px 0 130px 0;

    .main {
      position: relative;
      padding: 100px 0;
      margin-bottom: 60px;

      .bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -455px;
        right: 0;
        background: #f6f6f6;

        #ptBg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
        }
      }

      .strokeText {
        position: absolute;
        top: 50%;
        right: 50%;
        height: 264px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
      }

      .tar {
        position: relative;
        z-index: 2;
        text-align: right;
      }
    }

    .intro {
      margin: 0 -134px;

      .i {
        float: left;
        width: 50%;
      }

      .con {
        margin: 0 134px;
      }

      u {
        font-weight: 900;
      }

      .right {
        padding-top: 45px;
      }
    }
  }

  .s2 {
    color: #fff;
    padding: 120px 0 150px 0;
    background-size: cover;
    background-position: center;
    background-image: url(../image/about-s2bg.jpg);
    overflow: hidden;

    .items {
      max-width: 1160px;
      margin: 0 auto;
      position: relative;

      &:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: -150px;
        left: 50%;
        border-left: 1px solid rgba(255, 255, 255, .5);
      }

      .item {
        background: #fff;
        color: #666;
        padding: 34px 15px;
        margin-bottom: 60px;
        width: 480px;
        position: relative;

        &:before {
          content: '';
          position: absolute;
          font-size: 10px;
          width: 0;
          height: 0;
          border: 1em solid;
          border-color: transparent transparent transparent #fff;
          top: 50%;
          margin-top: -1em;
          left: 100%;
        }

        &:after {
          content: '';
          position: absolute;
          font-size: 9px;
          width: 1em;
          height: 1em;
          margin-top: -.5em;
          top: 50%;
          background: #fff;
          left: 100%;
          margin-left: 66px;
        }

        p {
          line-height: 2em;
          height: 6em;
        }

        position: relative;

        img {
          width: 100%;
          display: block;

          + i {
            display: none;
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translate(-50%, 0);
            pointer-events: none;
            //font-size: .8rem;
            text-align: center;
            line-height: 1;
            color: #fff;
            margin-bottom: calc(~'25.49% + 34px');
          }

          &.have_video {
            cursor: pointer;

            + i {
              display: block;
            }

            @media screen and (orientation: landscape) {
              &:hover {
                + i {
                  color: #195bff;
                }
              }
            }
          }
        }

        &:nth-child(2n+2) {
          float: right;
          margin-top: -260px;

          &:before {
            left: auto;
            right: 100%;
            border-color: transparent #fff transparent transparent;
          }

          &:after {
            margin-left: auto;
            margin-right: 66px;
            left: auto;
            right: 100%;
          }
        }
      }
    }
  }

  .s3 {
    color: #fff;
    padding: 100px 0 140px 0;
    background-size: cover;
    background-position: center;
    background-image: url(../image/about-s3bg.jpg);

    .items {
      margin: 0 -15px;

      .item {
        float: left;
        width: 33.333%;

        .con {
          margin: 0 15px;
          background: #fff;
          color: #666;
          padding: 63px 40px 15px 40px;
          background-size: auto;
          background-position: bottom right;
          background-repeat: no-repeat;

          p {
            font-size: 14px;
            line-height: 2em;
            height: 14em;
          }
        }
      }
    }
  }

  .s4 {
    padding: 100px 0 140px 0;
    overflow: hidden;

    .items {
      padding: 0 160px;
      perspective: 800;
      -webkit-perspective: 800;
      overflow: hidden;

      .item {
        float: left;
        width: 33.33%;
        position: relative;
        height: 0;
        padding-bottom: 50%;
        transform-origin: 50%;
        transition: all .5s ease-out;
        -webkit-transition: all .5s ease-out;

        .con {
          position: absolute;
          left: 0;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
        }

        img {
          width: 79.8165%;
        }

        p {
          margin-top: 42px;
          font-size: 20px;
          color: #333;
          opacity: 0;
        }

        &.i0 {
          transform: rotateY(80deg) translateZ(0);
          position: absolute;
          margin-left: -33.33%;
          top: -15%;
          opacity: 0;
        }

        &.i0.temp {
          position: relative;
        }

        &.i1 {
          transform: rotateY(40deg) translateZ(0);
        }

        &.i2 {
          transform: rotateY(0) translateZ(20px);

          p {
            opacity: 1;
          }
        }

        &.i3 {
          transform: rotateY(-40deg) translateZ(0);
        }

        &.i4 {
          transform: rotateY(-80deg) translateZ(0);
          position: absolute;
          left: 1000%;
          opacity: 0;
        }

        &.i5 {
          display: none;
        }
      }
    }

    .btns .btn {
      position: absolute;
      top: 50%;
      font-size: 40px;
      color: #333;
      line-height: 40px;
      display: block;
      margin-top: -20px;

      &.prev {
        left: 80px;
      }

      &.next {
        right: 80px;
      }

      &:hover {
        color: @hl;
      }
    }
  }
}

.news {
  .list {
    padding: 100px 0 150px 0;
    margin: 0 -25px;

    .item {
      float: left;
      width: 50%;
      margin-bottom: 60px;

      a {
        display: block;
        margin: 0 25px;
        padding: 50px 0;
        position: relative;
        overflow: hidden;

        &:before, &:after {
          content: '';
          position: absolute;
          top: 0;
          height: 100%;
          right: 0;
          width: 70.5882%;
          background: #F6F6F6;
          transition: all .35s ease-out;
          -webkit-transition: all .35s ease-out;
        }

        &:after {
          left: 0;
          right: auto;
          width: 0;
          transition-delay: .1s;
          transition-property: width;
          transition-duration: .5s;
          // transition: all .35s ease-out;-webkit-transition: all .35s ease-out;
          background: @hl;
        }

        &:hover .con * {
          color: #fff !important;
        }

        &:hover .con span {
          opacity: .5;
        }

        &:hover:before {
          // right: 100%; width: 0;
          transform: translateX(100%);
          -webkit-transform: translateX(100%);
        }

        &:hover:after {
          width: 100%;
        }

        .con {
          position: relative;
          z-index: 2;
          padding-left: 63.23529%;
          padding-right: 65px;
          height: 0;
          padding-bottom: 44.11765%;

          span {
            position: absolute;
            bottom: 0;
          }

          i {
            position: absolute;
            top: 0;
            width: 58.82353%;
            bottom: 0;
            left: 0;
            background-size: cover;
            background-position: center;
          }
        }
      }
    }
  }
}

.nd {
  margin-top: 90px;
  border-top: 1px solid #ddd;
  padding: 100px 0 150px 0;

  .main {
    max-width: 900px;
    float: left;

    .links {
      a {
        position: relative;
        display: block;
        padding-left: 28px;
        line-height: 55px;

        &.prev {
          border-bottom: 1px solid #ddd;
        }

        .iconfont {
          font-size: 18px;
          position: absolute;
          left: 0;
          top: 0;
        }
      }
    }
  }

  .title {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ddd;

    .cl {
      font-size: 16px;
      color: #999;
    }

    span {
      float: left;
      margin-right: 30px;
    }

    i {
      margin-right: 5px;
    }
  }

  .share {
    padding: 40px 0;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 235px;

    span {
      float: left;
      font-size: 14px;
      color: #999;
      margin-right: 0;
    }

    .bshare-custom {
      a {
        float: left;
        margin-left: 30px;
        background: none;
        width: 30px;
        line-height: 30px;
        display: block;
        border-radius: 100%;
        background: #aaa;
        color: #fff;
        font-size: 20px;
        padding: 0;
        height: auto;
        text-align: center;
        text-decoration: none;

        &.weibo {
          background: #E82014;
        }

        &.weixin {
          background: #6ECE46;
        }

        &.qq {
          background: #00A0E9;
        }

        i {
          pointer-events: none;
          margin: 0;
        }
      }
    }
  }

  .more {
    float: right;
    width: 290px;
    padding: 50px 40px;
    background: #F6F6F6;

    .item {
      margin-bottom: 30px;
      padding-bottom: 30px;
      display: block;
      border-bottom: 1px solid #ddd;
      position: relative;
      overflow: hidden;

      &:last-of-type {
        border: 0;
      }

      .f {
        width: 160px;
        float: left;
        background-size: cover;
        background-position: center;
        margin-right: 30px;

        i {
          display: block;
          padding-bottom: 75%;
        }
      }

      h5 {
        max-height: 26px*3;
        overflow: hidden;
      }

      span {
        position: absolute;
        bottom: 30px;
        color: #999;
      }
    }
  }
}

.career {
  .s1 {
    padding-top: 100px;

    .gallery {
      overflow: hidden;
      display: flex;
    }

    .container {
      height: 400px;
      flex-wrap: nowrap;
      -webkit-animation-duration: 60s;
      animation-duration: 60s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-name: moveXLinear;
      animation-name: moveXLinear;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;

      ul {
        display: flex;
        height: 100%;
      }

      .item {
        float: left;
        margin-left: 3px;

        img {
          height: 100%;
          max-width: none;
        }
      }
    }
  }

  .s2 {
    padding: 90px 0 150px 0;

    .items {
      margin: 0 -20px;
      margin-bottom: -40px;

      .item {
        float: left;
        width: 50%;
        margin-bottom: 40px;

        a {
          position: relative;
          display: block;
          border-radius: 5px;
          border: 1px solid #ddd;
          margin: 0 20px;
          padding: 45px 40px;
          transition: all 0.2s ease-out;
          -webkit-transition: all 0.2s ease-out;

          &:hover {
            border-color: @hl;
          }

          p {
            font-size: 16px;
            color: #999;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;

            span:after {
              content: '|';
              margin: 0 10px;
            }

            span:last-of-type:after {
              display: none;
            }
          }

          i {
            line-height: 50px;
            border-radius: 5px;
            padding: 0 48px;
            color: #fff;
            background: @hl;
            display: block;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            border: 1px solid @hl;
            right: 40px;
            transition: all 0.2s ease-out;
            -webkit-transition: all 0.2s ease-out;

            &:hover {
              color: @hl;
              background: none;
            }
          }
        }
      }
    }
  }

  .popout {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);

    .loading {
      display: none;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      text-align: center;
    }

    .win {
      max-width: 500px;
      max-height: 600px;
      padding: 40px 50px 80px 40px;
      background: #fff;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin: 0 auto;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);

      > div {
        overflow-y: auto;
        max-height: calc(~'600px - 120px');
      }

      .content {
        line-height: 2em;
      }

      .close {
        position: absolute;
        top: 40px;
        right: 50px;
        font-size: 26px;
        color: #333;
      }
    }
  }
}

.contact {
  .s1 {
    padding: 100px 0 120px 0;
    text-align: right;

    .info {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      background: @hl;
      color: #fff;
      padding: 70px 60px 60px 60px;
      width: 530px;
      z-index: 2;
      text-align: left;

      dl {
        height: 201px; //为什么200px会糊掉？！
        border-bottom: 1px solid #5384FF;

        dd {
          font-size: 16px;
          float: left;
          width: 50%;
          line-height: 28px;
        }
      }
    }

    .map {
      width: 900px;
      height: 600px;
      display: inline-block;

      & > div > div:nth-child(3) {
        & > div {
          transition: filter .5s ease-out;
          -webkit-transition: filter .5s ease-out;
          -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
        }

        &:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 900px;
          height: 600px;
          background: rgba(255, 255, 255, .5);
          transition: opacity .2s ease-out;
          -webkit-transition: opacity .2s ease-out;
        }
      }

      &:hover > div > div:nth-child(3) {
        & > div {
          -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
        }

        &:before {
          opacity: 0;
        }
      }

      .BMap_cpyCtrl.BMap_noprint,
      .anchorBL {
        display: none;
      }
    }
  }

  .s2 {
    background-image: url(../image/contact-s2bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 90px 0 150px 0;

    .form {
      margin: 0 -15px;
      margin-bottom: -30px;

      [class^='md'] {
        float: left;
        margin-bottom: 30px;

        input[type="text"] {
          line-height: 63px;
          text-indent: 21px;
          border-radius: 5px;
          border: 1px solid #eee;
        }

        input[type="button"], input[type="submit"] {
          cursor: pointer;
          background: @hl;
          border: 1px solid @hl;
          line-height: 48px;
          width: auto;
          display: inline-block;
          text-indent: 0;
          border-radius: 5px;
          padding: 0 60px;
          color: #fff;
          transition: all 0.2s ease-out;
          -webkit-transition: all 0.2s ease-out;

          &:hover {
            background: none;
            color: @hl;
          }
        }

        textarea {
          display: block;
          padding: 25px 0;
          width: 100%;
          text-indent: 20px;
          border-radius: 5px;
          border: 1px solid #eee;

          &::placeholder {
            color: #aaa;
          }

          margin-bottom: 30px;
          height: 250px;
        }

        .con {
          margin: 0 15px;
        }

        &.md4 {
          width: 33.33%;
        }

        &.md12 {
          width: 100%;
        }
      }
    }
  }
}


.gotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: rgba(0, 0, 0, .35);
  color: #fff;
  text-align: center;
  width: 70px;
  height: 50px;
  padding: 10px 0;
  border-radius: 100%;

  i {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 5px;
  }

  p {
    font-size: 18px;
    line-height: 20px;
  }
}


@import 'adaptation.less';