@charset "UTF-8";
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; }

body {
  background-color: #0f203a; }

.header-fiexd {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(0.25, rgba(15, 32, 58, 0.5)), color-stop(0.5, rgba(15, 32, 58, 0.8)), color-stop(0.75, rgba(15, 32, 58, 0.5)), color-stop(1, transparent)); }
  .header-fiexd .header-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 30px;
    height: 80px; }
    .header-fiexd .header-cont .logo {
      display: flex;
      align-items: center;
      box-sizing: border-box;
      padding: 0 20px;
      height: 100%;
      border-radius: 5px;
      opacity: .9; }
      .header-fiexd .header-cont .logo img {
        height: 70%; }

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .swiper-container .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .swiper-container .pagination {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 20;
    top: 0;
    right: 10px;
    width: 30px;
    height: 100%; }
  .swiper-container .swiper-pagination-switch {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #555;
    margin: 8px 0px;
    opacity: 0.8;
    cursor: pointer;
    transition: all .3s ease-in-out; }
    .swiper-container .swiper-pagination-switch:hover {
      transform-origin: center;
      transform: scale(1.5);
      background-color: #fff; }
  .swiper-container .swiper-active-switch {
    transform: scale(1.5);
    background: #00daff !important; }

.arrow-box {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }
  .arrow-box .down-arrow {
    width: 50px;
    height: 50px; }

.arrow-click-box {
  position: absolute;
  z-index: 50;
  bottom: 20px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }
  .arrow-click-box .arrow-click {
    width: 50px;
    height: 50px;
    cursor: pointer; }

.video-cont {
  display: flex;
  align-items: center; }

.video-wrap {
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .video-wrap .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url("../Img/bg.png") repeat;
    transition: all .3s ease-in-out; }
  .video-wrap .video-box {
    width: 100%; }
    .video-wrap .video-box .complete-video {
      display: block;
      width: 100%; }

.scroll-content {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }
  .scroll-content .nav-box-wrap {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .scroll-content .nav-box-wrap .nav-box {
      width: 100%;
      display: flex;
      justify-content: space-between;
      box-sizing: border-box;
      padding: 0 200px; }
      .scroll-content .nav-box-wrap .nav-box .prev-btn,
      .scroll-content .nav-box-wrap .nav-box .next-btn {
        width: 66px;
        height: 122px;
        cursor: pointer;
        transform-origin: center;
        transition: all .2s ease-in-out; }
        .scroll-content .nav-box-wrap .nav-box .prev-btn:hover,
        .scroll-content .nav-box-wrap .nav-box .next-btn:hover {
          transform: scale(1.2); }
      .scroll-content .nav-box-wrap .nav-box .prev-btn {
        background: url("../Img/prev.png") no-repeat; }
      .scroll-content .nav-box-wrap .nav-box .next-btn {
        background: url("../Img/next.png") no-repeat; }
  .scroll-content .swiper-container-banner {
    width: 100%;
    height: 480px;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    perspective: 1200px; }
    .scroll-content .swiper-container-banner .swiper-wrapper {
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      transform-style: preserve-3d; }
    .scroll-content .swiper-container-banner .swiper-slide {
      position: relative;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      transform-style: preserve-3d;
      font-size: 60px;
      line-height: 480px;
      text-align: center; }
      .scroll-content .swiper-container-banner .swiper-slide .inner {
        transform-style: preserve-3d;
        padding: 20px;
        font-size: 14px;
        font-weight: 300;
        line-height: 60px;
        display: inline-block;
        vertical-align: middle; }
        .scroll-content .swiper-container-banner .swiper-slide .inner span {
          transform-style: preserve-3d;
          font-size: 60px;
          display: inline-block;
          vertical-align: middle;
          font-weight: 100;
          min-width: 5px; }

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%; }

.bg-ele1 {
  background: #1a222b url("../Img/bg-ele1.png") center no-repeat;
  background-size: 90%; }

.bg-ele2 {
  background: #1a222b url("../Img/bg-ele2.png") left top no-repeat;
  background-size: 30%; }

.bg-ele3 {
  background: #1a222b url("../Img/bg-ele3.png") center no-repeat;
  background-size: cover; }

.bg-ele4 {
  background: #1a222b url("../Img/bg-ele4.png") center no-repeat;
  background-size: 90%; }

.service h2 {
  text-align: center;
  font-size: 30px; }
  .service h2 span {
    font-size: 50px;
    color: #FF6600; }

.service .pirce-box {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .service .pirce-box .pirce-item {
    position: relative;
    display: flex;
    justify-content: center;
    width: 23%;
    height: 486px;
    border-radius: 5px;
    overflow: hidden; }
    .service .pirce-box .pirce-item:hover .item-bg {
      transform-origin: center;
      transform: scale(1.2); }
    .service .pirce-box .pirce-item:hover .content-box {
      transform: scale(1.05); }
    .service .pirce-box .pirce-item .item-bg {
      display: block;
      position: absolute;
      top: -10px;
      left: -10px;
      width: 110%;
      border-radius: 5px;
      transition: all 0.7s cubic-bezier(0.85, -0.72, 0.27, 1.55); }
    .service .pirce-box .pirce-item .content-box {
      position: absolute;
      top: 0;
      left: 0px;
      width: 100%;
      height: 100%;
      transition: all .4s ease-in-out; }
      .service .pirce-box .pirce-item .content-box .m-top {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 156px;
        color: #fff; }
        .service .pirce-box .pirce-item .content-box .m-top .t1 {
          font-size: 20px; }
        .service .pirce-box .pirce-item .content-box .m-top .t2 {
          margin-top: 10px;
          font-size: 14px; }
        .service .pirce-box .pirce-item .content-box .m-top .t3 {
          display: flex;
          justify-content: space-between;
          box-sizing: border-box;
          width: 80%;
          margin-top: 30px;
          font-size: 14px; }
      .service .pirce-box .pirce-item .content-box .m-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 250px;
        box-sizing: border-box;
        padding: 40px 0;
        color: #555;
        font-size: 14px; }
        .service .pirce-box .pirce-item .content-box .m-bottom p {
          display: flex;
          align-items: center;
          box-sizing: border-box;
          width: 80%;
          margin-bottom: 15px; }
          .service .pirce-box .pirce-item .content-box .m-bottom p::before {
            display: block;
            margin-right: 10px;
            content: '';
            width: 5px;
            height: 5px;
            background-color: #444;
            border-radius: 50%; }
      .service .pirce-box .pirce-item .content-box .submit-btn {
        margin: 10px auto 0;
        width: 100px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        border: 1px solid #ccc;
        color: #555;
        border-radius: 5px;
        box-sizing: border-box;
        cursor: pointer; }

.case h2 {
  text-align: center;
  font-size: 30px; }
  .case h2 span {
    font-size: 50px;
    color: #FF6600; }

.case .lv2-title {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #eee; }

.case .case-list {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .case .case-list .case-item {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    width: 23%;
    margin: 1%;
    height: 270px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden; }
    .case .case-list .case-item a {
      display: block; }
    .case .case-list .case-item:hover img {
      transform: scale(1.1); }
    .case .case-list .case-item img {
      transform-origin: top;
      transition: all .5s ease-in-out;
      width: 100%; }
    .case .case-list .case-item .cover-bar {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50px;
      line-height: 50px;
      text-align: center;
      font-size: 16px;
      color: #000;
      background-color: rgba(255, 255, 255, 0.8);
      transition: all .3s ease-in-out; }
      .case .case-list .case-item .cover-bar .txt {
        transition: all .3s ease-in-out; }
    .case .case-list .case-item:hover .cover-bar .txt {
      transform: scale(1.1); }

.about {
  box-sizing: border-box;
  padding: 0 100px; }
  .about h2 {
    text-align: center;
    font-size: 30px; }
    .about h2 span {
      font-size: 50px;
      color: #FF6600; }
  .about .about-box {
    margin-top: 50px; }
    .about .about-box p {
      font-size: 16px;
      line-height: 40px;
      text-indent: 2em; }
  .about .detail {
    margin-top: 50px;
    line-height: 20px;
    text-align: center; }

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