﻿@charset "UTF-8";
/*
首页样式
*/
html,
body {
  height: 100%; }

.slide {
  background-color: #000;
  height: 100%;
  width: 100%;
  position: relative;
  background-image: url("../images/banner.jpg");
  background-size: cover;
  background-attachment: fixed; }
  .slide .maskcolor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 7, 35, 0.8); }
  .slide .content {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    z-index: 1; }
    .slide .content .title {
      color: #fff;
      margin-bottom: 10px;
      font-size: 80px;
      font-weight: bold; }
    .slide .content .description {
      margin-bottom: 20px; }
    .slide .content button.consultation {
      background-color: transparent;
      border: solid 1px #fff;
      color: #fff;
      padding: 5px 30px;
      cursor: pointer;
      -webkit-transition: all .4s ease-out;
      transition: all .4s ease-out;
      margin-top: 20px; }
      .slide .content button.consultation:hover {
        background-color: rgba(53, 72, 154, 0.6);
        color: #fff;
        border-color: transparent; }
  .slide video {
    position: fixed;
    object-fit: fill;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.container {
  background-color: #090723;
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  /*
    解决方案
    */
  /*
    服务产品
    */ }
  .container #dots {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1; }
    .container #dots canvas {
      width: 100%;
      height: 99%; }
  .container .solution {
    padding-top: 100px;
    position: relative;
    height: 100%; }
    .container .solution > .content {
      width: 600px;
      height: 600px;
      margin: auto;
      position: relative;
      z-index: 2;
      /*
            各点位置
            */
      /*
            中间的星球
            */ }
      .container .solution > .content .scalean {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }
      .container .solution > .content .circle1 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        border: solid 1px #808080;
        border-radius: 50%;
        -webkit-animation: rotate360 20s linear infinite;
        animation: rotate360 20s linear infinite;
        margin-left: -300px;
        margin-top: -300px; }
        .container .solution > .content .circle1:after {
          content: '';
          width: 20px;
          height: 20px;
          display: block;
          background: #f01354;
          border-radius: 50%;
          left: 50%;
          position: absolute;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
      .container .solution > .content .dot {
        font-size: 14px;
        width: 80px;
        height: 80px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        z-index: 2; }
        .container .solution > .content .dot a {
          color: #fff;
          text-decoration: none; }
        .container .solution > .content .dot .text {
          position: absolute;
          top: 70px;
          left: -165%;
          width: 370%;
          background-color: rgba(240, 19, 84, 0.41);
          padding: 20px;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all .4s ease-out;
          transition: all .4s ease-out; }
        .container .solution > .content .dot:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background-color: #f01354;
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          transform: scale(0);
          z-index: -1;
          -webkit-transition: all .4s ease-out;
          transition: all .4s ease-out; }
        .container .solution > .content .dot:hover:after {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
        .container .solution > .content .dot:hover .text {
          opacity: 1;
          visibility: visible; }
        .container .solution > .content .dot .wy {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-image: url("../images/wy.png");
          -webkit-animation: rotate360 10s linear infinite;
          animation: rotate360 10s linear infinite;
          margin-left: -40px;
          margin-top: -40px; }
        .container .solution > .content .dot .ny {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 80%;
          height: 80%;
          background-size: cover;
          background-image: url("../images/ny.png");
          -webkit-animation: rotate360 5s linear infinite reverse;
          animation: rotate360 5s linear infinite reverse;
          margin-left: -32px;
          margin-top: -32px; }
      .container .solution > .content .circle2 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: 80%;
        border: solid 1px #808080;
        border-radius: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        -webkit-animation: rotate360 10s linear infinite reverse;
        animation: rotate360 10s linear infinite reverse;
        margin-left: -240px;
        margin-top: -240px; }
        .container .solution > .content .circle2:after {
          content: '';
          width: 20px;
          height: 20px;
          display: block;
          background: #f01354;
          border-radius: 50%;
          left: 50%;
          position: absolute;
          -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%); }
      .container .solution > .content > .text {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15%;
        margin-top: -15%; }
        .container .solution > .content > .text .name {
          font-size: 25px; }
        .container .solution > .content > .text .enname {
          font-size: 40px;
          line-height: 50px; }
        .container .solution > .content > .text .secname {
          font-size: 16px; }
        .container .solution > .content > .text button.more {
          background-color: rgba(53, 72, 154, 0);
          border: none;
          padding: 5px 20px;
          color: #fff;
          margin-top: 20px;
          cursor: pointer;
          outline: none;
          border: solid 1px #fff;
          -webkit-transition: all .3s ease-out;
          transition: all .3s ease-out; }
          .container .solution > .content > .text button.more:hover {
            background-color: rgba(53, 72, 154, 0.6);
            border-color: transparent; }
      .container .solution > .content .swfw {
        position: absolute;
        top: 3%;
        left: 42%; }
      .container .solution > .content .jkyl {
        position: absolute;
        top: 20%; }
      .container .solution > .content .dzsw {
        position: absolute;
        bottom: 20%;
        left: 10%; }
      .container .solution > .content .zhsq {
        position: absolute;
        bottom: -7%;
        left: 42%; }
        .container .solution > .content .zhsq .text {
          top: -140%; }
      .container .solution > .content .yjy {
        position: absolute;
        right: 1%;
        top: 70%; }
      .container .solution > .content .spzb {
        position: absolute;
        top: 22%;
        right: -2%; }
      .container .solution > .content .earth {
        width: 500px;
        height: 500px;
        position: absolute;
        top: 53%;
        left: 51%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        z-index: -1; }
        .container .solution > .content .earth img {
          width: 100%; }
    .container .solution > .stars {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .container .solution > .stars .star1 {
        position: absolute;
        top: 10%;
        left: 10%;
        width: 80%;
        height: 80%;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../images/bg_02.png"); }
      .container .solution > .stars .star2 {
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-image: url("../images/bg_03.png"); }
      .container .solution > .stars .sun {
        position: absolute;
        top: 23%;
        left: 52%;
        width: 160px;
        height: 160px;
        background-size: cover;
        background-image: url(../images/sun.png); }
  .container .server_product {
    margin-top: 100px;
    position: relative;
    z-index: 0; }
    .container .server_product > .content {
      width: 1000px;
      height: 600px;
      margin: auto;
      position: relative; }
      .container .server_product > .content .name_panel {
        width: 250px;
        height: 250px;
        box-sizing: border-box;
        border: solid 2px #fff;
        position: absolute;
        top: 30%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        z-index: 3;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        box-sizing: border-box;
        padding-left: 40px; }
        .container .server_product > .content .name_panel .name {
          font-size: 18px;
          margin-bottom: 10px; }
        .container .server_product > .content .name_panel .enname {
          font-size: 30px;
          line-height: 30px;
          margin-bottom: 10px; }
        .container .server_product > .content .name_panel .bewrite {
          font-size: 14px; }
      .container .server_product > .content .layout_panel {
        font-size: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%; }
        .container .server_product > .content .layout_panel .colorpanel a {
          color: #fff;
          text-decoration: none; }
        .container .server_product > .content .layout_panel .left {
          display: inline-block;
          width: 80%;
          vertical-align: middle;
          padding-right: 20px;
          box-sizing: border-box; }
          .container .server_product > .content .layout_panel .left .top .yddp {
            width: 70%;
            height: 280px;
            background-color: rgba(240, 19, 84, 0.6);
            float: right;
            -webkit-transition: all .4s ease-out;
            transition: all .4s ease-out; }
            .container .server_product > .content .layout_panel .left .top .yddp:hover {
              background-color: #f01354; }
            .container .server_product > .content .layout_panel .left .top .yddp .name {
              font-size: 20px; }
            .container .server_product > .content .layout_panel .left .top .yddp .bewrite {
              font-size: 14px; }
            .container .server_product > .content .layout_panel .left .top .yddp .icon {
              width: 200px;
              margin-right: 20px; }
              .container .server_product > .content .layout_panel .left .top .yddp .icon img {
                width: 100%; }
          .container .server_product > .content .layout_panel .left .top:after {
            content: '';
            display: block;
            clear: both; }
          .container .server_product > .content .layout_panel .left .bottom {
            margin-top: 20px; }
            .container .server_product > .content .layout_panel .left .bottom .arvr {
              float: right;
              width: 41%;
              height: 190px;
              background-color: rgba(43, 68, 153, 0.6);
              margin-right: 20px;
              -webkit-transition: all .4s ease-out;
              transition: all .4s ease-out; }
              .container .server_product > .content .layout_panel .left .bottom .arvr:hover {
                background-color: #2b4499; }
            .container .server_product > .content .layout_panel .left .bottom .live {
              float: right;
              width: 250px;
              height: 250px;
              background-color: rgba(101, 24, 136, 0.6);
              -webkit-transition: all .4s ease-out;
              transition: all .4s ease-out; }
              .container .server_product > .content .layout_panel .left .bottom .live:hover {
                background-color: #651888; }
            .container .server_product > .content .layout_panel .left .bottom:after {
              content: '';
              display: block;
              clear: both; }
        .container .server_product > .content .layout_panel .right {
          width: 20%;
          display: inline-block;
          vertical-align: middle; }
          .container .server_product > .content .layout_panel .right .enapp {
            width: 100%;
            height: 300px;
            background-color: rgba(158, 96, 14, 0.6);
            -webkit-transition: all .4s ease-out;
            transition: all .4s ease-out; }
            .container .server_product > .content .layout_panel .right .enapp .text {
              width: 50%; }
            .container .server_product > .content .layout_panel .right .enapp:hover {
              background-color: #9e600e; }
          .container .server_product > .content .layout_panel .right .game {
            width: 150px;
            height: 150px;
            background-color: rgba(29, 115, 93, 0.6);
            -webkit-transition: all .4s ease-out;
            transition: all .4s ease-out;
            font-size: 16px;
            margin-top: 20px; }
            .container .server_product > .content .layout_panel .right .game:hover {
              background-color: #1d735d; }
        .container .server_product > .content .layout_panel .yddp,
        .container .server_product > .content .layout_panel .live,
        .container .server_product > .content .layout_panel .arvr,
        .container .server_product > .content .layout_panel .enapp,
        .container .server_product > .content .layout_panel .game {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; }
          .container .server_product > .content .layout_panel .yddp .text,
          .container .server_product > .content .layout_panel .live .text,
          .container .server_product > .content .layout_panel .arvr .text,
          .container .server_product > .content .layout_panel .enapp .text,
          .container .server_product > .content .layout_panel .game .text {
            font-size: 12px;
            width: 50%;
            text-align: center; }
            .container .server_product > .content .layout_panel .yddp .text .name,
            .container .server_product > .content .layout_panel .live .text .name,
            .container .server_product > .content .layout_panel .arvr .text .name,
            .container .server_product > .content .layout_panel .enapp .text .name,
            .container .server_product > .content .layout_panel .game .text .name {
              font-size: 16px; }
        .container .server_product > .content .layout_panel .yddp {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; }
          .container .server_product > .content .layout_panel .yddp .text {
            text-align: left; }
    .container .server_product > .starbg {
      position: absolute;
      width: 1140px;
      left: 50%;
      top: 0;
      height: 100%;
      z-index: -1;
      margin-left: -570px;
      background-image: url("../images/stars.png");
      background-size: contain;
      background-repeat: no-repeat; }
  .container .panel {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px; }
    .container .panel .name {
      text-align: center;
      font-size: 24px; }
    .container .panel .enname {
      text-align: center;
      font-size: 30px;
      line-height: 40px; }
    .container .panel .description {
      text-align: center;
      font-size: 14px;
      margin-bottom: 30px; }
    .container .panel.server_product .body {
      margin-top: 50px;
      font-size: 0; }
      .container .panel.server_product .body .one,
      .container .panel.server_product .body .two {
        font-size: 16px;
        display: inline-block;
        vertical-align: top; }
        .container .panel.server_product .body .one.m1,
        .container .panel.server_product .body .two.m1 {
          margin-top: 50px; }
        .container .panel.server_product .body .one.m2,
        .container .panel.server_product .body .two.m2 {
          margin-top: 100px; }
      .container .panel.server_product .body .one {
        width: 20%; }
      .container .panel.server_product .body .two {
        width: 40%; }
      .container .panel.server_product .body .item {
        padding-top: 100%;
        position: relative;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out; }
        .container .panel.server_product .body .item:hover {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1);
          z-index: 10; }
        .container .panel.server_product .body .item.hengrec {
          padding-top: 50%; }
        .container .panel.server_product .body .item.surec {
          padding-top: 200%; }
        .container .panel.server_product .body .item .content {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #f95226;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
        .container .panel.server_product .body .item.operation .content {
          background-color: #f95226; }
        .container .panel.server_product .body .item.uxde .content {
          background-color: #00d8ff; }
        .container .panel.server_product .body .item.enapp .content {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          background-color: #2cc4cf; }
        .container .panel.server_product .body .item.moapp .content {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          background-color: #406ce7; }
        .container .panel.server_product .body .item.hardware .content {
          background-color: #fc8d33; }
        .container .panel.server_product .body .item.vrar .content {
          background-color: #ed5065; }
        .container .panel.server_product .body .item.live .content {
          background-color: #a124ca; }
    .container .panel.case {
      position: relative; }
      .container .panel.case .casecon {
        position: relative;
        height: 350px; }
        .container .panel.case .casecon .caselists {
          width: 100%;
          position: absolute;
          top: 0; }
      .container .panel.case .caselists {
        font-size: 0px; }
        .container .panel.case .caselists .item {
          display: inline-block;
          width: 33.3%;
          padding: 30px;
          box-sizing: border-box;
          position: relative; }
          .container .panel.case .caselists .item .name {
            text-align: left;
            font-size: 20px;
            margin-top: 10px; }
          .container .panel.case .caselists .item .bewrite {
            font-size: 14px; }
          .container .panel.case .caselists .item .image {
            width: 100%;
            background-color: #2cc4cf;
            height: 190px;
            position: relative; }
            .container .panel.case .caselists .item .image img {
              width: 100%;
              height: 100%; }
            .container .panel.case .caselists .item .image .icon {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              visibility: hidden;
              -webkit-transition: all .4s ease-out;
              transition: all .4s ease-out;
              z-index: 3; }
              .container .panel.case .caselists .item .image .icon:after {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                width: 0%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.5);
                -webkit-transition: all .4s ease-out;
                transition: all .4s ease-out;
                z-index: -1; }
              .container .panel.case .caselists .item .image .icon i {
                color: #fff;
                font-size: 50px; }
          .container .panel.case .caselists .item a {
            color: #fff; }
            .container .panel.case .caselists .item a:hover {
              text-decoration: none; }
          .container .panel.case .caselists .item:after {
            position: absolute;
            z-index: -1;
            content: '';
            left: 0;
            display: block;
            bottom: 0;
            height: 200px;
            width: 100%;
            background-color: #406ce7;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all .4s ease-out;
            transition: all .4s ease-out; }
          .container .panel.case .caselists .item:hover:after {
            visibility: visible;
            opacity: 1; }
          .container .panel.case .caselists .item:hover .image .icon {
            visibility: visible; }
            .container .panel.case .caselists .item:hover .image .icon:after {
              width: 100%; }
      .container .panel.case .casemenu {
        margin-top: 20px; }
        .container .panel.case .casemenu .menus {
          list-style: none;
          text-align: center; }
          .container .panel.case .casemenu .menus li {
            display: inline-block; }
            .container .panel.case .casemenu .menus li .item {
              margin: 0 20px;
              cursor: pointer; }
              .container .panel.case .casemenu .menus li .item .icon {
                width: 80px;
                height: 80px;
                background-color: rgba(64, 108, 231, 0.2);
                margin: auto;
                border-radius: 50%;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-transition: all .4s ease-out;
                transition: all .4s ease-out; }
                .container .panel.case .casemenu .menus li .item .icon .iconimg {
                  width: 50px;
                  height: 50px;
                  border-radius: 50%;
                  background-size: cover;
                  background-color: #406ce7; }
                  .container .panel.case .casemenu .menus li .item .icon .iconimg.dzsw {
                    background-image: url("../images/adzsw.png"); }
                  .container .panel.case .casemenu .menus li .item .icon .iconimg.lysh {
                    background-image: url("../images/alysh.png"); }
                  .container .panel.case .casemenu .menus li .item .icon .iconimg.ydbg {
                    background-image: url("../images/aydbg.png"); }
                  .container .panel.case .casemenu .menus li .item .icon .iconimg.zbpt {
                    background-image: url("../images/azbpt.png"); }
                .container .panel.case .casemenu .menus li .item .icon:hover {
                  background-color: #406ce7; }
                  .container .panel.case .casemenu .menus li .item .icon:hover .dzsw {
                    background-image: url("../images/wdzsw.png"); }
                  .container .panel.case .casemenu .menus li .item .icon:hover .lysh {
                    background-image: url("../images/wlysh.png"); }
                  .container .panel.case .casemenu .menus li .item .icon:hover .ydbg {
                    background-image: url("../images/wydbg.png"); }
                  .container .panel.case .casemenu .menus li .item .icon:hover .zbpt {
                    background-image: url("../images/wzbpt.png"); }
              .container .panel.case .casemenu .menus li .item .name {
                margin-top: 10px;
                font-size: 14px; }
      .container .panel.case .more {
        text-align: center;
        margin-top: 50px; }
        .container .panel.case .more a {
          color: #fff;
          font-size: 14px;
          background-color: rgba(53, 72, 154, 0);
          padding: 8px 20px;
          cursor: pointer;
          text-decoration: none;
          -webkit-transition: all .4s ease-out;
          transition: all .4s ease-out;
          border: solid 1px #fff; }
          .container .panel.case .more a:hover {
            border-color: transparent;
            background-color: rgba(53, 72, 154, 0.6); }
    .container .panel.partner {
      position: relative; }
      .container .panel.partner .partners {
        margin-top: 30px; }
        .container .panel.partner .partners .lines {
          font-size: 0px;
          margin: 0px 0;
          text-align: center; }
          .container .panel.partner .partners .lines .item {
            display: inline-block;
            width: 100px;
            height: 100px;
            background-color: #fff;
            margin: 0 25px;
            border-radius: 4px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
        .container .panel.partner .partners .pots {
          margin-top: 50px; }
          .container .panel.partner .partners .pots ul {
            text-align: center; }
            .container .panel.partner .partners .pots ul li {
              width: 20px;
              height: 20px;
              margin: 0 10px;
              display: inline-block;
              cursor: pointer;
              border: solid 1px #fff; }
              .container .panel.partner .partners .pots ul li.active {
                background-color: #406ce7;
                border-color: #406ce7; }
    .container .panel.news {
      position: relative; }
      .container .panel.news .menus {
        margin-top: 40px;
        text-align: center; }
        .container .panel.news .menus li {
          display: inline-block;
          margin: 0 0px; }
          .container .panel.news .menus li .menu {
            color: #fff;
            font-size: 15px;
            background-color: transparent;
            padding: 5px 15px;
            border: solid 1px #fff;
            text-decoration: none;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
            cursor: pointer; }
            .container .panel.news .menus li .menu.active, .container .panel.news .menus li .menu:hover {
              border-color: transparent;
              background-color: rgba(53, 72, 154, 0.6); }
      .container .panel.news .newscontent {
        font-size: 0;
        margin: 30px 0 50px 0; }
        .container .panel.news .newscontent .controllers {
          display: inline-block;
          width: 10%;
          vertical-align: middle; }
          .container .panel.news .newscontent .controllers li {
            font-size: 16px;
            margin-bottom: 20px;
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            border: solid 1px #fff;
            cursor: pointer; }
            .container .panel.news .newscontent .controllers li.active {
              position: relative;
              overflow: hidden;
              background: #406ce7;
              border-color: #406ce7; }
              .container .panel.news .newscontent .controllers li.active::after {
                content: '';
                display: block;
                position: absolute;
                width: 15px;
                height: 15px;
                background-color: #fff;
                top: 50%;
                right: 0;
                -webkit-transform: translateY(-50%) translateX(50%) rotate(45deg);
                -ms-transform: translateY(-50%) translateX(50%) rotate(45deg);
                transform: translateY(-50%) translateX(50%) rotate(45deg); }
            .container .panel.news .newscontent .controllers li:last-child {
              margin-bottom: 0px; }
        .container .panel.news .newscontent .content_group {
          width: 90%;
          display: inline-block;
          vertical-align: middle; }
        .container .panel.news .newscontent .content {
          font-size: 0; }
          .container .panel.news .newscontent .content .text {
            display: inline-block;
            width: 60%;
            box-sizing: border-box;
            padding-right: 30px;
            vertical-align: middle; }
            .container .panel.news .newscontent .content .text a {
              color: #fff;
              text-decoration: none; }
            .container .panel.news .newscontent .content .text .date {
              font-size: 25px; }
            .container .panel.news .newscontent .content .text .name {
              font-size: 20px;
              text-align: left;
              margin-top: 20px;
              margin-bottom: 15px; }
            .container .panel.news .newscontent .content .text .bewrite {
              font-size: 14px; }
            .container .panel.news .newscontent .content .text .more {
              margin-top: 10px; }
              .container .panel.news .newscontent .content .text .more a {
                font-size: 14px;
                color: #406ce7; }
          .container .panel.news .newscontent .content .image {
            display: inline-block;
            width: 35%;
            height: 250px;
            background-color: #fc8d33;
            vertical-align: middle;
            float: right; }

@-webkit-keyframes flashpot {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }

@keyframes flashpot {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }

@-webkit-keyframes rotate360withtranlate {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    transform: translateX(-50%) translateY(-50%) rotate(360deg); } }

@keyframes rotate360withtranlate {
  from {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg); }
  to {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    transform: translateX(-50%) translateY(-50%) rotate(360deg); } }

@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@media (max-width: 767px) {
  .slide .content .title {
    font-size: 40px; }
  .slide .content {
    width: 320px; }
  .slide video {
    width: auto; }
  .re-solution .title {
    text-align: center;
    margin-top: 40px; }
    .re-solution .title .enname {
      font-size: 25px; }
    .re-solution .title .description {
      font-size: 12px; }
  .re-solution .fouri {
    font-size: 0;
    width: 95%;
    margin: auto;
    margin-top: 30px; }
    .re-solution .fouri li {
      font-size: 14px;
      display: inline-block;
      vertical-align: top;
      width: 25%;
      text-align: center; }
      .re-solution .fouri li a {
        color: #fff;
        text-decoration: none; }
      .re-solution .fouri li .item {
        height: 100px;
        width: 95%;
        margin: auto;
        margin-top: 5px;
        background-color: #af1047;
        padding-top: 20px; }
        .re-solution .fouri li .item .icon {
          width: 45px;
          height: 40px;
          margin: auto; }
          .re-solution .fouri li .item .icon img {
            height: 100%; }
        .re-solution .fouri li .item .name {
          font-size: 16px;
          margin-top: 10px; }
  .re-server_product .title {
    text-align: center;
    margin-top: 50px; }
    .re-server_product .title .enname {
      font-size: 25px; }
    .re-server_product .title .bewrite {
      font-size: 12px; }
  .re-server_product .layout_panel {
    background-image: url("images/home/stars.png");
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
    width: 95%;
    margin: auto;
    margin-top: 20px; }
    .re-server_product .layout_panel a {
      display: inline-block;
      width: 50%;
      font-size: 14px;
      vertical-align: top;
      box-sizing: border-box;
      padding: 0 5px; }
      .re-server_product .layout_panel a.w100 {
        width: 100%; }
      .re-server_product .layout_panel a .colorpanel {
        background-color: rgba(0, 0, 0, 0.6);
        padding: 25px 0;
        text-align: center;
        width: 100%;
        height: 120px;
        margin-bottom: 10px; }
        .re-server_product .layout_panel a .colorpanel .text {
          color: #fff; }
        .re-server_product .layout_panel a .colorpanel .icon {
          width: 65%;
          margin: auto; }
          .re-server_product .layout_panel a .colorpanel .icon img {
            width: 100%; }
      .re-server_product .layout_panel a .arvr {
        background-color: rgba(43, 68, 153, 0.6); }
        .re-server_product .layout_panel a .arvr .icon {
          margin-top: 20px; }
      .re-server_product .layout_panel a .live {
        background-color: rgba(101, 24, 136, 0.6); }
      .re-server_product .layout_panel a .enapp {
        background-color: rgba(158, 96, 14, 0.6); }
      .re-server_product .layout_panel a .game {
        background-color: rgba(29, 115, 93, 0.6); }
      .re-server_product .layout_panel a .yddp {
        background-color: rgba(240, 19, 84, 0.6);
        font-size: 0;
        padding: 25px 0; }
        .re-server_product .layout_panel a .yddp .icon,
        .re-server_product .layout_panel a .yddp .text {
          display: inline-block;
          vertical-align: middle; }
        .re-server_product .layout_panel a .yddp .icon {
          width: 40%;
          text-align: right; }
          .re-server_product .layout_panel a .yddp .icon img {
            width: 80%; }
        .re-server_product .layout_panel a .yddp .text {
          width: 60%;
          font-size: 12px;
          color: #fff;
          box-sizing: border-box;
          padding-right: 10px; }
          .re-server_product .layout_panel a .yddp .text .name {
            font-size: 16px; }
  .re-case {
    text-align: center; }
    .re-case .title {
      margin-top: 40px;
      margin-bottom: 20px; }
      .re-case .title .enname {
        font-size: 25px; }
      .re-case .title .description {
        font-size: 12px; }
    .re-case .casebody {
      width: 95%;
      margin: auto; }
      .re-case .casebody .case {
        text-align: left; }
        .re-case .casebody .case .name {
          font-size: 25px; }
        .re-case .casebody .case .image img {
          max-width: 100%; }
    .re-case .casemenu {
      margin-top: 20px; }
      .re-case .casemenu .menus {
        list-style: none;
        text-align: center; }
        .re-case .casemenu .menus li {
          display: inline-block; }
          .re-case .casemenu .menus li .item {
            margin: 0 5px;
            cursor: pointer; }
            .re-case .casemenu .menus li .item .icon {
              width: 70px;
              height: 70px;
              background-color: rgba(64, 108, 231, 0.2);
              margin: auto;
              border-radius: 50%;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
              -webkit-justify-content: center;
              -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
              -webkit-align-items: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-transition: all .4s ease-out;
              transition: all .4s ease-out; }
              .re-case .casemenu .menus li .item .icon .iconimg {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background-size: cover;
                background-color: #406ce7; }
                .re-case .casemenu .menus li .item .icon .iconimg.dzsw {
                  background-image: url("images/home/icon/adzsw.png"); }
                .re-case .casemenu .menus li .item .icon .iconimg.lysh {
                  background-image: url("images/home/icon/alysh.png"); }
                .re-case .casemenu .menus li .item .icon .iconimg.ydbg {
                  background-image: url("images/home/icon/aydbg.png"); }
                .re-case .casemenu .menus li .item .icon .iconimg.zbpt {
                  background-image: url("images/home/icon/azbpt.png"); }
              .re-case .casemenu .menus li .item .icon:hover {
                background-color: #406ce7; }
                .re-case .casemenu .menus li .item .icon:hover .dzsw {
                  background-image: url("images/home/icon/wdzsw.png"); }
                .re-case .casemenu .menus li .item .icon:hover .lysh {
                  background-image: url("images/home/icon/wlysh.png"); }
                .re-case .casemenu .menus li .item .icon:hover .ydbg {
                  background-image: url("images/home/icon/wydbg.png"); }
                .re-case .casemenu .menus li .item .icon:hover .zbpt {
                  background-image: url("images/home/icon/wzbpt.png"); }
            .re-case .casemenu .menus li .item .name {
              margin-top: 10px;
              font-size: 14px; }
    .re-case .more {
      text-align: center;
      margin-top: 50px; }
      .re-case .more a {
        color: #fff;
        font-size: 14px;
        background-color: rgba(53, 72, 154, 0);
        padding: 8px 20px;
        cursor: pointer;
        text-decoration: none;
        -webkit-transition: all .4s ease-out;
        transition: all .4s ease-out;
        border: solid 1px #fff; }
        .re-case .more a:hover {
          border-color: transparent;
          background-color: rgba(53, 72, 154, 0.6); }
  .container .panel.news .newscontent .content .image {
    display: none; }
  .container .panel.news .newscontent .content .text, .container .panel.news .newscontent .content_group {
    width: 100%;
    padding-right: 0; }
  .container .panel.news .newscontent .controllers {
    width: 100%;
    text-align: center;
    margin-top: 20px; }
  .container .panel.news .newscontent .controllers li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px; }
  .slide .maskcolor {
    background: none; }
  .container .panel.news .newscontent {
    font-size: 0;
    margin: 30px 0 0px 0; } }

/*# sourceMappingURL=home.css.map */
