  /* 版心 */
  
  .w {
      width: 1200px;
      height: 100%;
      margin: 0 auto;
      /* background-color: aqua; */
  }

  
  .qrcodeBox {
    opacity: 0;
  }

  .qrcodeBox:hover {
    opacity: 1;
    transition: opacity 0.5s;
  }

  /* 头部样式 */
  
  .header {
      height: 80px;
  }
    
  .header-m {
      display: none;
  }
  
  .header-m-nav {
      display: none;
  }
  
  .header .logo {
      position: relative;
      float: left;
      width: 110px;
      height: 100%;
      color: #000;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
      /* background: url(../img/logo.png) no-repeat center; */
  }
  .header .logo span {
       position: absolute;
       top: 50%;
       left: 0;
       transform: translateY(-50%);
  }

  .header .nav {
      width: fit-content;
      height: 100%;
      float: right;
      text-align: center;
      line-height: 80px;
  }
  
  .header .nav-item {
      position: relative;
      width: 73px;
      height: 100%;
      float: left;
      margin-left: 60px;
      font-size: 15px;
  }
  
  .header .nav .nav-item a {
      display: block;
      width: 100%;
      height: 100%;
  }
  
  .header .nav .nav-item span {
      display: block;
      width: 100%;
      height: 2px;
      position: absolute;
      bottom: 20px;
  }
  
  .header .nav .nav-item span.act {
      background-color: #1073d8;
  }
  /* 介绍部分 头部下面的 */
  
  .des {
      width: 100%;
      /* height: 180px; */
      background-color: #fff;
      background: #f7f8f9;
      /* text-align: center; */
      overflow: hidden;
      transition: .5s;
  }
  
  .des h2 {
      font-size: 32px;
      font-weight: bolder;
      color: #181818;
      margin: 20px 0;
  }
  
  .des p {
      font-size: 14px;
      color: #c3c3c3;
      margin-top: 5px;
  }
  /* 成功案例样式 */
  
  .case .case-c {
      padding-top: 0.1px;
  }
  
  .case .case-header {
      width: 100%;
      /* height: 31px; */
      /* background-color: red; */
      margin: 40px 0;
  }
  
  .case .eff {
      /* float: left; */
      font-weight: bolder;
      font-size: 24px;
      color: #494949;
  }
  
  .case .eff::after {
      content: '';
      font-weight: normal;
      color: #c3c3c3;
      font-size: 14px;
      vertical-align: 2px;
      margin-left: 5px;
  }
  
  .case .case-nav {
      float: right;
  }
  
  .case .case-nav .case-item {
      float: left;
      width: 80px;
      height: 100%;
      text-align: center;
      line-height: 31px;
      margin-left: 30px;
      font-size: 14px;
      border-radius: 8px;
  }
  
  .case .case-nav .case-item.active {
      background-color: #1073d8;
      color: #fff;
  }
  
  .case .swiper {
      width: 100%;
      /* height: 634px; */
  }
   
  .case .swiper .slide {
      position: relative;
      float: left;
      width: 232px;
      margin-bottom: 10px;
      margin-right: 10px;
      box-shadow: 1px 1px rgba(190, 190, 190, 0.16);
  }
  
  .case .swiper li:nth-child(5n+0) .slide{
      margin-right: 0;
  }

  .swiper .slide-item {
      position: relative;
      width: 100%;
      /* overflow: hidden; */
  }
  .swiper .slide-item img {
      width: 100%;
      height: auto;
      transition: 5s;
  }
  
  
  .slide .card {
      position: relative;
      bottom: 0;
      left: 0;
      width: calc(100% - 2px);
      height: 55px;
      background: #fff;
      border: 1px solid #eee;
      border-top: none;
      padding: 12px 0;
  }
  
  .slide p {
      text-align: center;
  }
  
  .slide p.t {
      /* margin-top: 12px; */
      padding-top: 2px;
      font-size: 14px;
      font-weight: bolder;
      color: #555555;
  }
  
  .slide p.b {
      height: 24px;
      line-height: 24px;
      color: #b3b3b3;
  }

  .slide .demoPreview {
     position: absolute;
     left: 50%;
     font-size: 12px;
     transform: translateX(-50%);
     margin-top: 5px;
  }
  /* 箭头 */
  
  .case .arr {
      width: fit-content;
      margin: 24px auto;
  }
  
  .case .arr a {
      display: inline-block;
      width: 33px;
      height: 33px;
  }
  
  .case .arr a:first-child {
      margin-right: 15px;
  }
  
  .case .arr-l,
  .case .arr-r {
      float: left;
      width: 33px;
      height: 33px;
      border-radius: 50%;
      font-size: 18px;
      color: #c7c7c7;
      text-align: center;
      line-height: 33px;
      border: 1px solid #eee;
      background-color: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
  }
  
  .case .arr .act {
      border: none;
      background-color: #1073d8;
  }
  /* 底部 */
  
  .footer {
      color: #c2c2c2;
  }
  .footer a{
    color: #c2c2c2;
  }
  .footer .record{
      font-size: 15px;
  }
  .footer .footer-t {
      height: 328px;
      background-color: #323943;
      overflow: hidden;
  }
  
  .footer .footer-t .l {
      display: inline-block;
      width: fit-content;
      height: 31px;
      color: #f3f3f3;
      font-weight: bolder;
      font-size: 24px;
      margin-top: 65px;
  }
  
  .footer .footer-t .r {
      display: inline-block;
      font-size: 14px;
  }
  
  .footer .footer-b {
      height: 58px;
      font-size: 14px;
      line-height: 58px;
      background-color: #272e36;
  }
  
  .footer ul {
      margin-top: 75px;
      height: 84px;
  }
  
  .footer ul li p {
      height: 28px;
      line-height: 28px;
  }
  
  .footer li {
      float: left;
      font-size: 15px;
  }
  
  .footer li:first-child {
      margin-right: 220px;
  }
  
  .footer li:nth-child(3) {
      float: right;
  }

  /* 响应式布局 */
  
  @media screen and (max-width:768px) {
      .header {
          display: none;
      }
      /* 版心 */
      .w {
          width: 94%;
          height: 100%;
          margin: 0 auto;
      }
      /* 移动端导航 */
      .header-m {
          position: fixed;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 60px;
          z-index: 20;
          background-color: #fff;
      }
      .header-m .logo {
          position: relative;
          float: left;
          width: 110px;
          height: 100%;
          color: #000;
          font-size: 24px;
          font-weight: bold;
      }
      .header-m .logo span {
        position: absolute;
        display: block;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
      }
      .header-m .btn {
          float: right;
          width: 50px;
          height: 50px;
          /* transition: .5s; */
      }
      .header-m .logo .text {
        position: absolute;
        display: block;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
      }
      .header-m span {
          display: block;
          width: 30px;
          height: 2px;
          background-color: #333333;
          margin: 10px auto;
      }
      .header-m .btn.act {
          transform: rotate(45deg);
      }
      .header-m .btn.act span:first-child {
          transform: translateY(12px) rotate(-90deg);
      }
      .header-m .btn.act span:nth-child(3) {
          display: none;
      }
      .header-m .btn.act span:nth-child(3) {
          transform: translateY(-12px) rotate(90deg);
      }
      .header-m span:first-child {
          margin-top: 20px;
      }
      .header-m-nav {
          display: none;
          margin-top: 60px;
          width: 100%;
          height: 0;
          position: fixed;
          top: 0;
          left: 0;
          z-index: 20;
          background-color: #fff;
          transition: .5s;
      }
      .header-m-nav .nav-item {
          width: 95%;
          margin: 0 auto;
          height: 40px;
          font-size: 13px;
          color: gray;
          text-indent: 20px;
          line-height: 40px;
          box-sizing: border-box;
          border-bottom: 1px solid rgba(0, 0, 0, .1);
      }
      .des {
          margin-top: 60px;
          width: 100%;
          text-align: left;
          /* height: 180px; */
      }
      .case .case-header .case-nav {
          width: 100%;
      }
      .swiper .slide-item {
        width: 100%;
        height: auto;
        /* overflow: hidden; */
      }
      /* 底部 */
      .footer {
          height: auto;
          text-align: center;
      }
      .footer .record{
          margin-bottom: 30px;
      }
      .footer .footer-t {
          height: auto;
      }
      .footer .footer-t .r {
          display: block;
      }
      .footer ul {
          height: auto;
          margin-bottom: 50px;
      }
      .footer ul li {
          /* margin-right: 0; */
          margin: 0 auto;
          float: none;
      }
      .footer ul li p {
          height: auto;
      }
      .footer li:first-child {
          margin-right: 0;
          margin-bottom: 20px;
      }
  }