.index-banner > img {
  width: 100%; }

.index-nav {
  display: flex;
  justify-content: space-between; }
  .index-nav > a {
    height: 100px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .index-nav > a > img {
      width: 50px;
      height: 50px; }
    .index-nav > a span {
      color: #fff;
      font-size: 14px; 
      text-align: center;}
    .index-nav > a:hover, .index-nav > a:active {
      background: #242424; }

.bali {
  text-align: center; }
  .bali > img {
    height: 30px;
    margin: 24px 18px; }
  .bali .bali-text {
    padding: 0 20px;
    font-size: 13px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    color: #FFFFFF;
    opacity: .8; }

.services {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .services > img {
    width: 68%;
    max-width: 252px;
    height: 30px;
    margin: 48px 0 18px 0; }
  .services .graphic {
    width: 100%;
    max-width: 500px;
    height: 120px;
    display: flex; }
    .services .graphic > img {
      width: 50%; }
    .services .graphic > div {
      box-sizing: border-box;
      padding: 0 22px;
      text-align: center;
      background: #242424; }
      .services .graphic > div > div {
        font-size: 14px;
        color: #fff;
        padding: 15px 0 5px 0; }
      .services .graphic > div > span {
        display: inline-block;
        font-size: 12px;
        color: #ccc;
        line-height: 18px; }

.servicescase {
  display: flex;
  align-items: center;
  flex-direction: column; }
  .servicescase > img {
    width: 68%;
    max-width: 252px;
    height: 30px;
    margin: 48px 0 18px 0; }
  .servicescase .graphic {
    width: 100%;
    max-width: 500px;
    height: 100%;
    display: flex; }
    .servicescase .graphic > img {
      width: 36%; }
    .servicescase .graphic > div {
      box-sizing: border-box;
      padding: 0 22px;
      text-align: center;
      background: #242424; }
      .servicescase .graphic > div > div {
        font-size: 14px;
        color: #fff;
        padding: 15px 0 5px 0; }
      .servicescase .graphic > div > span {
        display: inline-block;
        font-size: 12px;
        color: #ccc;
        line-height: 18px; }

.cooperation {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%; }
  .cooperation > img {
    width: 80%;
    max-width: 272px;
    height: 30px;
    margin: 24px 0; }
  .cooperation .brand {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%; }
    .cooperation .brand > div {
      width: 100px;
      height: 56px;
      box-sizing: border-box;
      border-left: 1px solid #00FAF0;
      border-right: 1px solid #FF0150;
      margin-bottom: 12px;
      background: #242424; }
      .cooperation .brand > div > img {
        width: 100%; }

.banner {
  width: 100%; }

/*# sourceMappingURL=index.css.map */
