* {
    padding: 0;
    margin: 0;
    font-family: "microsoft yahei", PingFangSC, 'helvetica neue', 'hiragino sans gb', arial, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
  }
  body {
    /* min-width: 1200px; */
  }
  
  h1, h2, h3, h4, h5, h6 {
    color: #333333;
  }
  
  a {
    text-decoration: none;
    transition: color 0.3s;
  }
  
  ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  div, p {
    font-size: 14px;
  }
  
  img {
    max-width: 100%;
    border: none;
  }
  
  input {
    vertical-align: middle;
    margin: 0;
    font-family: "Arial","Hiragino Sans GB", \5fae\8f6f\96c5\9ed1, "Helvetica", "sans-serif";
    font-size: 14px;
    color: #444;
    outline: none;
    border: 0;
  }
  .swiper-pagination-bullet{
      width:14px;
      height:14px;
      background:#fff;
          opacity:1;
  }
  .swiper-pagination-bullet-active{
          background: #007aff;
  }
  textarea {
    width: 100%;
    border-color: #d2d2d2;
    resize: none;
    border-radius: 4px;
    outline: none;
    border: none;
  }
  
  html, body, h3, h2, ul, li, p {
    padding: 0;
    margin: 0;
    font-weight: normal;
  }
  
  p {
    padding: 0;
    margin: 0;
  }
  
  a {
    text-decoration: none;
    color: inherit;
  }
  
  a:hover {
    /*color:#c220180;;*/
    /*color: #00a0e9;*/
  }
  
  button {
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
  }
  
  .text-center {
    text-align: center;
  }
  
  .text-left {
    text-align: left;
  }
  
  .text-right {
    text-align: right;
  }
  .bg-gray {
    background-color: #f1f1f1;
  }
  
  .bg-nav {
    background-color: #61605e;
  }
  .clearfix {
    /* *zoom: 1 */
  }
  
  .clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: " ";
    clear: both;
  }
  
  .text-defalut {
    color: #00a0e9;
  }
  
  .btn{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #00a0e9;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
  }
  
  .btn:hover {
    color: #fff;
    background-color: #00a0e9;
  }
  .btn-sm {
    height: 24px;
    line-height: 24px;
    padding: 0 4px;
    font-size: 12px;
  }
  
  .btn-xs{
    height: 28px;
    line-height: 28px;
    padding: 0 8px;
    font-size: 12px;
  }
  
  .btn-block {
    display: block;
  }
  
  #nav .menu-btn {
    display: none;
  }
  
  ::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
  }
  
  /*瀹氫箟婊氬姩鏉¤建閬� 鍐呴槾褰�+鍦嗚*/
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    background-color: #F5F5F5;
  }
  
  /*瀹氫箟婊戝潡 鍐呴槾褰�+鍦嗚*/
  ::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
  }
  
  .clearfix {
    /* *zoom: 1; */
    /* clear: both; */
  }
  
  .clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: ""
  }
  
  .clearfix:after {
    clear: both;
  }
  
  .text-default {
    color: #00a0e9;
  }
  
  .clear {
    clear: both;
  }
  
  .pull-left {
    float: left;
  }
  
  .banner {
    /*height: 560px;*/
  }
  .banner .swiper-pagination-bullet {
    border-radius: 0;
  }
  .pull-right {
    float: right;
  }
  .nav-polyfill {
    height: 0;
  }
  
  #nav {
    background-color: #00a0e9;
    height: 60px;
  }
  #nav .logo {
    display: block;
    vertical-align: middle;
    height: 60px;
    line-height: 60px;
  }
  #nav .logo > img{
    display: inline-block;
    vertical-align: middle;
  }
  .menu-list {
    width: 840px;
  }
  .menu-list > .item {
    position: relative;
    float: left;
    line-height: 60px;
    text-align: center;
    height: 60px;
    width: 140px;
    transition: background 0.3s;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
  }
  .menu-list > .item.active, .menu-list > .item:hover {
    background-color: #fff;
    color: #00a0e9;
    box-shadow:0 0 5px #00a0e9;
  }
  .menu-list > .item:hover > .box:after,.menu-list > .item.active > .box:after {
    transform: scale(1);
  }
  .menu-list > .item > .box {
    position: relative;
    display: inline-block;
    height: 100%;
    margin: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding:0 12px;
  }
  .menu-list > .item > .box > a {
    display: block;
  }
  .menu-list > .item > .box > .iconfont {
    position: absolute;
    display: none;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .menu-list > .item > .box:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 4px;
    left: 0;
    background-color: #00a0e9;
    transform: scale(0);
    transition: all 0.3s 0.1s;
  }
  
  
  .menu-list > .item > .toggle {
    position: absolute;
    z-index: 3;
    display: none;
    width: 204px;
    left: 0;
    top: 100%;
    color: #333;
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0 2px 10px #a5dbe2;
  }
  
  .menu-list > .item:hover > .toggle {
    display: block;
  }
  .menu-list > .item > .toggle > .item {
    position: relative;
    line-height: 54px;
    width: 100%;
    height: 54px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 18px;
  }
  .menu-list > .item > .toggle > .item > .box {
    position: relative;
    display: block;
    width: 86%;
    margin: 0 auto;
    border-bottom:red;
  }
  .menu-list > .item > .toggle > .item > .box:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #666;
    transition: background 0.3s;
    transform: scale(1);
  }
  .menu-list > .item > .toggle > .item:hover, .menu-list > .item:hover > .toggle > .item:hover {
    color: #fff!important;
    background-color: #00a0e9;
    /*background-color: #e1e1e1;*/
  }
  .menu-list > .item > .toggle > .item > .box:after {
    background-color: #ccc;
  }
  .polyfill {
    height: 80px;
  }
  
  .nav-case{}
  .nav-case .toggle{
      padding:10px 20px !important;
  }
  .nav-case .toggle .item{
      width:50% !important;
      float:left;
      height:auto !important;
      font-size:14px !important;
      line-height:normal;
      height:auto;
      margin-bottom:2px;
      margin-bottom:2px !important;
  }
  .nav-case .toggle .box:after{
      width:0 !important;
  }
  .nav-case .toggle .item a{
      line-height:32px;
      height:32px;
  }
  .xs-hide {
    display: none;
  }
  .container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
  }
  
  .banner .banner-swiper {
    width: 100%;
  }
  .banner .banner-swiper .swiper-slide{
    background-size: cover;
    background-position: center center;
  }
  
  
  #fixed-right {
    position: fixed;
    z-index: 98;
    width: 50px;
    height: 50px;
    right: 10px;
    top: 41%;
  }
  
  #fixed-right > .list {
    width: 100%;
  }
  
  #fixed-right > .list > li {
    position: relative;
    margin-bottom: 15px;
    height: 50px
  }
  
  #fixed-right > .list > li > .box, #fixed-right > .list > li > .box > .iconfont {
    height: 100%;
    color: white;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    
  }
  #fixed-right > .list > li > .box .iconfont {
    font-size: 32px;
    line-height: 42px;
  }
  
  
  #fixed-right > .list > li > .box {
    padding: 4px 0;
    /*background-color: #fa352e;*/
    background-color: #00a0e9;
    box-sizing: border-box;
    /*border: 1px solid #f2f2f2;*/
    border-radius: 50px;
  }
  
  #fixed-right > .list > li > .extend {
    position: absolute;
    z-index: -1;
    top: -10px;
    right: -15px;
    border-top: 6px solid #00a0e9;
    box-sizing: border-box;
    box-shadow: 0 0 4px #ccc;
    transition: all 0.5s ease-in-out;
  }
  
  .extend.fixed-join-qq {
    transform: translate3d(315px, 0, 0);
  }
  
  #fixed-right li.active > .extend.fixed-join-qq  {
    transform: translate3d(-100px, 0, 0);
  }
  
  .extend.qrcode {
    display: none;
    opacity: 0;
  }
  
  #fixed-right > .list > li.active > .extend.qrcode {
    display: block;
    animation: opacity-0-100 0.3s;
    animation-fill-mode: forwards;
  }
  
  #fixed-right > .list > li > .extend::after{
    position: absolute;
    z-index: 3;
    content: ' ';
    right: -17px;
    top: 29px;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 19px solid #ffffff;
  }
  
  #fixed-right > .list > li > .extend::before{
    position: absolute;
    z-index: 2;
    content: ' ';
    right: -21px;
    top: 29px;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 22px solid #f7f7f7;
  }
  
  .fixed-join-qq {
    border-top: 6px solid #00a0e9;
    width: 290px;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: white;
  }
  .fixed-join-qq .title{
    display: flex;
    padding: 0;
    border-bottom: 1px solid #d2d2d2;
  }
  .fixed-join-qq .title .left {
    color: #00a0e9;
    width: 60px;
    flex: 0 0 60px;
    font-size: 50px;
    line-height: 60px;
  }
  .fixed-join-qq .title .left .iconfont {
    font-size: inherit;
  }
  .fixed-join-qq .title .right {
    flex: 1;
    line-height: 28px;
    font-size: 14px;
    text-align: left;
  }
  .fixed-join-qq .title .right h4{
    font-size: 20px;
    color: #00a0e9;
  }
  .fixed-join-qq .content .list  {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .fixed-join-qq .content .list > .item {
    flex: 0 0 33.33%;
    width: 33.33%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .fixed-join-qq .content .list > .item:hover {
    /*color: #00a0e9;*/
  }
  #cs-root{
    position: fixed;
    z-index: 9;
    bottom: 40%;
    right: 4px;
    border: 1px solid #f5f5f5;
  }
  #cs-root .list-main{
    position: relative;
  }
  #cs-root .title-main .iconfont{
    font-size: 32px;
  }
   #cs-root .title{
      width: 60px;
      height: 60px;
      background-color: white;
      color: #d2cccc;
      font-weight: 500;
      padding: 4px 0;
      box-sizing: border-box;
  }
  #cs-root .list-main:hover .main {
      opacity: 1;
      transform: translate3d(-315px,0,0);
  }
  #cs-root .main {
    position: absolute;
    /*border-top: 3px solid #c63028;*/
    border-top: 3px solid #00a0e9;
    top: 0;
    left: 0;
    width: 290px;
    opacity: 0;
    transform: translate3d(100%,0,0);
    transition: all 0.4s;
    box-shadow: 0 0 4px #e6e6e6;
    transition-delay: 200ms;
  }
  
  #cs-root .title .close{
    color: white;
  }
  #cs-root .main{
    padding: 4px 15px;
    box-sizing: border-box;
    background-color: white;
  }
  #cs-root .item {
    line-height: 32px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  #cs-root .item .qq{
    position: absolute;
    right: 5px;
    font-size: 18px;
    width: 20px;
    height: 32px;
    color: #00a0e9;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAZCAYAAAAxFw7TAAAAAXNSR0IArs4c6QAAA+NJREFUOBHNVEtMXFUY/u5z5g4zzAOmw0gfrooO1RopBLUtRuOiGY0PsBAXatzUBjUxaeLGpWm6si5sfDQxxoWxsRHd2HRg0RJhoZZYECnGVjqALe0MM4UZeof7OP7nTu/ghZpq4sI/+e5/zv/4zvnPf84F/mOR7sAXkmX5sVAo9CzFdViWFSJ9jbB6h7yNbkmSXiTrBQJbh0ma9xD+lbxK0euJ/jq3yH/gnzLeR4FlTtjb28sGBwdZIpFgyWSSDQ0NOTbuEwSBx6QIHhE9s+rkIKkAH/b392NmZgapVApdXV1QVRXpdBqiKIIxFiDNYz2ynjBI3n1uxJWrVxGoC2JpuYz8YhH33JuCruuczAmxbZvHOou7Oeu73EqOQwRaSMC5sfNIxusxevYUri9kUS6V8OHxT1Eo5N18voEvCDnXILgDrqmz3XQ1TgqCiINpDX17TET8FUTDGp0aQ2FJR1H34fOzCj46VXZ3+gSlDrk8npKJzM8dvKSJrIkrRQkN0QDiYWBTWEQsEsAfBZl8hkvGw8m7JvLaEDieTMTP6RX8SPh53ETfuIVovYhEjJ+ZgIVFvkuGKNW1S9PQofmwM+BrPjC3UKOplcza2pSlYv6MXxQeLtqUaNnI2RYWTRvLVrUJIUlATBbRKEmIUqejooAVZg2HN2cfF87A5Kw1wnebGjr2+rSRrbIko1KBoKjO9RCpfMF0Yp0yqbOwCOQE/D5ctmzju9LNzjdzuTFOWCv50LVCT0goyq2hID5+43U0ff0VzKVlIBiEuGULjwWoTDEag2/bVszRgq8cPoKplRWlZLE+8jqEThx9eDP4G2X+cJj9NjHB8p272MJdCZbrfobZhlEFdcuVS/PzTK2rc58jz3Ua6nZ5BxlaCNAUBQqdHVu5CbrFgGFAkOUqeMAtUekoNLLfku2knXzX8iAZ+CUvGpVKxKBjVJ7rBi5dhNzK19ooFTpngxYjKRCiBB54ngD+Rm+Q+p7wNj16NjI66lRmu/XdRg8PD/MfBC+5n/BDJBKZJs2fmCMf0PclwgnKrWROn3aMtSvgzLyfTCbDu14i6wDhZXoUn3gj1mbHEk3NbHZ29jb7qpouZ7MsvinJd/feWtrfjJ5/qD7WslmZbu/cw6Yu/LqBdHJqmrW1P8K2N8u/pHeH+dl5xFOV/k2oxScan5UrwgOHT6yqmclGtO9+EqkdO+n3zeg5/oSxkW+x7/4c3tqvmgFVHF+1xRf8Ty8758eZPYSFgcjdgfC2I4rIegV9Htf1Brw/8PvRY18aF+lt4J3X4o/u39vQ0+jLw1pV5kzzxlEmqie1pwpZzzb/15M/Af7O1dGOIu43AAAAAElFTkSuQmCC) center no-repeat;
  }
  
  #cs-root .item .kefu{
    color: #2196f3;
  
  }
  
  .qrcode.extend {
    width: 250px;
    height: 260px;
    background-color: white;
  }
  
  .qrcode.extend > img{
    width: 180px;
    height: 180px;
    margin: 16px auto;
  }
  
  .pagination {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  }
  
  .jsr-page {
    padding: 0 4.25%;
    clear: both;
    display: block;
  }
  
  .jsr-page > li{
    cursor: pointer;
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
    line-height: 20px;
  }
  
  .jsr-page > li > span, .jsr-page > li > a {
    padding: 10px 15px;
    border: 1px solid #C3C3C3;
    display: inline-block;
  }
  
  .jsr-page > li > span, .jsr-page > li > a:hover {
    border: 1px solid #00a0e9;
    background: #00a0e9;
    color: #fff;
  }
  @media (max-width: 1366px) {
    .container {
      width: 94%;
    }
    .menu-list {
      margin-left: 30px;
      width: auto;
      height: auto;
      box-sizing: border-box;
    }
  }
  @media (max-width: 768px) {
    .container .product-tabs > .item{
      margin: 0;
    }
    .section .page-right,.section .page-left,.section .case li {
      width: 100%;
    }
    .xs-hide {
      display: block;
    }
    .container {
      width: auto;
      box-sizing: border-box;
    }
    .nav-polyfill {
      height: 60px;
    }
    nav#nav {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0;
    }
    #nav .logo {
      margin: 0 15px;
    }
  
    .menu-list > .item {
      height: auto;
      width: auto;
      padding: 0 15px;
      text-align: left;
      color: #333;
      border-bottom: 1px solid #dedede;
    }
    .menu-list {
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      overflow: auto;
      margin-left: 0;
      background-color: #fff;
    }
    .menu-list > .item {
      float: none;
      width: 100%;
    }
    .menu-list > .item:hover {
      color: #fff;
      background-color: #00a0e9;
    }
    .menu-list > .item:hover > .box:after {
      transform: scale(0);
    }
    .menu-list > .item > .toggle {
      position: relative;
      width: 100%;
      width: calc(100% + 30px);
      top: 0;
      box-shadow: none;
      background-color: #f2f2f2;
      margin: 0 -15px;
      padding: 0;
    }
    .menu-list > .item > .box {
      display: block;
    }
    .menu-list > .item > .box > .iconfont {
      display: block;
    }
    .menu-list > .item > .toggle > .item > .box {
      width: 100%;
      padding: 0 15px;
      border-bottom: 1px solid #dedede;
    }
    .menu-list > .item > .toggle > .item > .box:after {
      background-color: #dedede;
    }
  }
  
  @media (max-width: 768px) {
    #nav.open .menu-btn span {
      background: white;
    }
  
    #nav.open .menu-btn span::before, #nav.open .menu-btn span:after {
      /*background: #21899a;*/
    }
  
    #nav .menu-btn{
      display:block;
      height: 45px;
      width: 45px;
      position:fixed;
      right:20px;
      top:10px;
      z-index: 99;
      white-space: nowrap;
      color: transparent;
      cursor: pointer;
    }
    .menu-btn span {
      top: 21px;
      left: 8px;
      background-color: #f2f2f2;
      /*-webkit-transition: background 0.2s 0.5s;*/
      /*-moz-transition: background 0.2s 0.5s;*/
      /*transition: background 0.2s 0.5s;*/
    }
    .menu-btn span::before {
      bottom: 8px;
    }
    .menu-btn span::after {
      top: 8px;
    }
    .menu-btn span::before, .menu-btn span:after {
      content: '';
      left: 0;
      background-color: #f2f2f2;
      box-shadow: 0 0 1px #ccc;
      -webkit-transition: -webkit-transform 0.2s 0.5s;
      -moz-transition: -moz-transform 0.2s 0.5s;
      transition: transform 0.2s 0.5s;
    }
    .menu-btn span, .menu-btn span::before, .menu-btn span::after {
      position: absolute;
      width: 28px;
      height: 3px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }
  
    .menu-btn:hover > span, .menu-btn:hover > span::before,  .menu-btn:hover > span::after{
      background-color: #222;
    }
  
    #nav.open .menu-btn span::before {
      -webkit-transform: translateY(8px) rotate(-45deg);
      -moz-transform: translateY(8px) rotate(-45deg);
      -ms-transform: translateY(8px) rotate(-45deg);
      -o-transform: translateY(8px) rotate(-45deg);
      /* transform: translateY(8px) rotate(-45deg); */
    }
    #nav.open .menu-btn span{
      background-color: rgba(255, 255, 255, 0);
    }
  
    #nav.open .menu-btn span::after {
      -webkit-transform: translateY(-8px) rotate(45deg);
      -moz-transform: translateY(-8px) rotate(45deg);
      -ms-transform: translateY(-8px) rotate(45deg);
      -o-transform: translateY(-8px) rotate(45deg);
      transform: translateY(-8px) rotate(45deg);
    }
  }
  
  
  @keyframes slideInLeft {
    from {
      left: 100%;
      opacity: 0.5;
    }
    to {
      left: 0%;
      opacity: 1;
    }
  }
  
  @keyframes slideInLefts {
    from {
      right: -400px;
      opacity: 0.5;
    }
    to {
      right: 84px;
      opacity: 1;
    }
  }
  
  @keyframes slideOutLeft {
    from {
      left: 0%;
      opacity: 1;
    }
    to {
      left: -100%;
      opacity: 0.5;
    }
  }
  
  @keyframes slideInRight {
    from {
      left: -100%;
      opacity: 0.5;
    }
    to {
      left: 0%;
      opacity: 1;
    }
  }
  
  @keyframes slideOutRight {
    from {
      left: 0%;
      opacity: 1;
    }
    to {
      left: 100%;
      opacity: 0.5;
    }
  }
  
  @keyframes opacity-0-100 {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  .icon-weixin {
    color: #62b900;
    /*color: #44b549;*/
  }
  
  .icon-zhifubao, .icon-zhifubao1{
    color: #00a0e9;
  }
  .footer a {
    color: inherit;
  }
  .footer {
    background-color: #00a0e9;
    padding-top: 60px;
    position:relative;
  }
  
  .footer-box {
    position: relative;
    width: 65%;
    margin: 0 auto;
    min-width: 1200px;
  }
  .footer-box .left > li {
    position: relative;
    float: left;
    padding-left: 0.2rem;
    line-height: 24px;
    margin-right: 0.6rem;
  }
  
  .footer-box .left > li:last-child{
    margin-right: 0;
  }
  
  .footer-box .left > li:nth-last-child(2){
    margin-right: 0;
  }
  
  .footer-box .left > li > h3 {
    color: #fff;
    margin-bottom:20px;
  }
  .footer-box .left > li.pull-right{
    float: right;
  }
  .footer-box .left > li > a{
    display: block;
    font-size: 12px;
    line-height: 28px;
    height: 28px;
    color: #e4e3e3;
  }
  .footer-box a:hover {
    color: #fff!important;
  
  }
  .footer-box .left > li > .a {
      display: block;
      font-size: 12px;
      line-height: 28px;
      height: 28px;
      color: #e4e3e3;
  }
  img.gongzhonghao {
    max-width: 126px;
  }
  .footer-info {
    font-size: 14px;
    color: #e4e3e3;
    width: 65%;
    margin: 0 auto;
    text-align: center;
    line-height: 24px;
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .footer-info a:hover {
    color: #fff;
  }
  .support{
      color:#00a0e9 !important;
      font-size:12px;
      height:12px;
      margin:auto;
      position:absolute;
      left:0;
      bottom:6px;
      padding:auto;
  }