button, input {
  border: 0;
  background: none; }

em {
  font-style: normal; }

.btnStyle.btn1 {
  background-color: #3364d7;
  color: #FFF; }

input {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent; }

.w {
  width: 1200px; }

.poR {
  position: relative; }

.mainTitle {
  line-height: 90px;
  color: #333333; }
  .mainTitle h2 {
    font-weight: bold;
    font-size: 20px;
    display: inline-block; }
  .mainTitle em {
    font-weight: bold;
    margin-left: 10px;
    display: inline-block;
    font-size: 14px;
    vertical-align: -2px;
    line-height: 1;
    font-family: 'arial'; }

.index {
  font-size: 14px;
  color: #777777; }
  .index .onlineService {
    position: fixed;
    z-index: 1000;
    top: 20%;
    right: 0;
    background: url("http://qk.qikwl.com/service_floatR.png");
    width: 200px;
    height: 261px;
    background-size: 100% 100%;
    color: #FFF;
    font-size: 16px; }
    .index .onlineService em {
      font-style: normal;
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      line-height: 40px;
      font-size: 30px;
      cursor: pointer;
      display: block;
      margin: auto; }
    .index .onlineService button {
      margin-top: 137px;
      width: 170px;
      height: 40px;
      cursor: pointer; }
    .index .onlineService p {
      margin-top: 13px; }
  .index .mainNavBox {
    height: 90px;
    color: #FFF;
    background-color: #3364d7; }
    .index .mainNavBox .mainNav {
      position: fixed;
      z-index: 999;
      left: 0;
      top: 0;
      right: 0;
      height: 90px;
      line-height: 89px;
      background-color: rgba(51, 100, 215, 0.9); }
      .index .mainNavBox .mainNav:after {
        content: '';
        background-color: rgba(255, 255, 255, 0.1);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px; }
      .index .mainNavBox .mainNav .logo {
        flaot: left;
        width: 200px;
        height: 57px;
        background: url("http://qk.qikwl.com/nlogo.png");
        background-size: 100% 100%;
        margin: 16px 0 0 30px; }
      .index .mainNavBox .mainNav .menu {
        margin-right: 30px;
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .index .mainNavBox .mainNav .menu dd {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          white-space: nowrap;
          padding: 0 40px;
          opacity: 0.5;
          cursor: pointer;
          position: relative; }
          .index .mainNavBox .mainNav .menu dd.curr {
            opacity: 1; }
            .index .mainNavBox .mainNav .menu dd.curr:after {
              content: '';
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              width: 30px;
              height: 2px;
              background-color: #FFF;
              margin: auto; }
  .index .banner {
    height: 610px;
    background: url("http://qk.qikwl.com/banner.jpg") center no-repeat #3364d7; }
    .index .banner button {
      width: 300px;
      height: 50px;
      margin: 435px auto 0;
      cursor: pointer; }
  .index .about {
    background-color: #f3f4f6;
    text-align: left;
    overflow: hidden; }
    .index .about .cont {
      color: #777777;
      line-height: 26px; }
      .index .about .cont p {
        padding-bottom: 26px; }
      .index .about .cont .img {
        margin-top: -33px;
        margin-left: 90px;
        width: 450px;
        height: 220px;
        background: url("http://qk.qikwl.com/about_img.png");
        background-size: 100% 100%; }
  .index .advantage {
    text-align: left;
    margin-top: 40px; }
    .index .advantage .icoList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .index .advantage .icoList dd {
        padding: 50px 0 70px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center;
        font-size: 12px; }
        .index .advantage .icoList dd i {
          margin: auto;
          width: 90px;
          height: 90px;
          display: block;
          background-size: 100% 100%; }
          .index .advantage .icoList dd i.ico1 {
            background-image: url("http://qk.qikwl.com/advantage_ico1.png"); }
          .index .advantage .icoList dd i.ico2 {
            background-image: url("http://qk.qikwl.com/advantage_ico2.png"); }
          .index .advantage .icoList dd i.ico3 {
            background-image: url("http://qk.qikwl.com/advantage_ico3.png"); }
          .index .advantage .icoList dd i.ico4 {
            background-image: url("http://qk.qikwl.com/advantage_ico4.png"); }
          .index .advantage .icoList dd i.ico5 {
            background-image: url("http://qk.qikwl.com/advantage_ico5.png"); }
          .index .advantage .icoList dd i.ico6 {
            background-image: url("http://qk.qikwl.com/advantage_ico6.png"); }
        .index .advantage .icoList dd h3 {
          margin-top: 20px;
          line-height: 60px;
          font-size: 18px;
          color: #333333; }
    .index .advantage .buttonBanner {
      height: 250px;
      background: url("http://qk.qikwl.com/advantage_banner.png");
      background-size: 100% 100%; }
  .index .domain {
    text-align: left;
    margin-top: 80px; }
    .index .domain .top {
      overflow: hidden; }
      .index .domain .top .title {
        width: 124px;
        height: 70px;
        background: url("http://qk.qikwl.com/domain_title.png");
        background-size: 100% 100%; }
      .index .domain .top .tabMenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 70%; }
        .index .domain .top .tabMenu dd {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          width: 150px;
          line-height: 70px;
          color: #333333;
          font-size: 20px;
          margin-left: 10px;
          background-color: #f3f4f6;
          text-align: center;
          position: relative;
          cursor: pointer; }
          .index .domain .top .tabMenu dd.curr {
            color: #FFF;
            background-color: #3364d7; }
            .index .domain .top .tabMenu dd.curr:after {
              content: '';
              position: absolute;
              border: 5px solid transparent;
              border-bottom-color: #FFF;
              left: 0;
              right: 0;
              width: 0;
              bottom: 0;
              margin: auto; }
    .index .domain .list ul .item {
      margin-top: 20px; }
      .index .domain .list ul .item .top {
        padding: 50px 0; }
        .index .domain .list ul .item .top .appIco {
          width: 100px;
          height: 100px;
          border-radius: 20px;
          background-color: #666;
          margin-right: 30px;
          overflow: hidden;
          border: 1px solid #EEE; }
          .index .domain .list ul .item .top .appIco img {
            width: 100%;
            height: 100%; }
        .index .domain .list ul .item .top h2 {
          line-height: 50px;
          font-size: 20px;
          color: #333333;
          font-weight: bold; }
        .index .domain .list ul .item .top p {
          float: left;
          width: 22em; }
        .index .domain .list ul .item .top button {
          width: 140px;
          height: 40px;
          font-size: 16px;
          color: #3364d7;
          border: 2px solid #3364d7;
          margin-top: 28px;
          cursor: pointer; }
          .index .domain .list ul .item .top button:before {
            content: '';
            display: inline-block;
            width: 10px;
            height: 15px;
            background: url("http://qk.qikwl.com/vdomain_infoBtn.png");
            background-size: 100% 100%;
            vertical-align: -2px;
            margin-right: 6px; }
      .index .domain .list ul .item .imgList {
        background-color: #f3f4f6;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) inset;
        border-bottom: 4px solid #3364d7;
        overflow: hidden;
        position: relative; }
        .index .domain .list ul .item .imgList:after {
          content: '';
          position: absolute;
          bottom: 0;
          right: 0;
          background: #3364d7;
          height: 6px;
          width: 40%;
          border-top-left-radius: 6px; }
        .index .domain .list ul .item .imgList ul {
          display: -webkit-box;
          margin: 20px;
          margin-bottom: 10px;
          padding-bottom: 10px;
          overflow-x: auto;
          overflow-y: hidden; }
          .index .domain .list ul .item .imgList ul::-webkit-scrollbar {
            width: 1px;
            height: 10px;
            background-color: #FFF; }
          .index .domain .list ul .item .imgList ul::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background: #777; }
          .index .domain .list ul .item .imgList ul::-webkit-scrollbar-track {
            border-radius: 0px;
            background-color: transparent; }
          .index .domain .list ul .item .imgList ul li {
            height: 487px;
            margin-right: 20px;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
            .index .domain .list ul .item .imgList ul li img {
              height: 100%;
              background-color: #ccc; }
  .index .client {
    background: #f3f4f6;
    text-align: left;
    margin-top: 50px;
    overflow: hidden; }
    .index .client .A {
      width: 11px;
      height: 18px;
      position: absolute;
      background-size: 100% 100%;
      cursor: pointer;
      margin-top: 36px; }
      .index .client .A.out {
        opacity: 0.4; }
      .index .client .A.leftA {
        background-image: url("http://qk.qikwl.com/client_leftA.png");
        left: 0; }
      .index .client .A.rightA {
        background-image: url("http://qk.qikwl.com/client_rightA.png");
        right: 0; }
    .index .client .list {
      margin: 0 50px 50px;
      height: 90px;
      overflow: hidden; }
      .index .client .list ul {
        display: -webkit-box; }
        .index .client .list ul li {
          height: 90px;
          width: 20%;
          text-align: center; }
          .index .client .list ul li img {
            height: 100%; border-radius: 5px; }
  .index .footer {
    background: url("http://qk.qikwl.com/footBg.jpg") center top no-repeat #000;
    overflow: hidden; }
    .index .footer .service .title {
      width: 205px;
      height: 86px;
      background: url("http://qk.qikwl.com/foot_title.png");
      background-size: 100% 100%;
      margin-top: 90px; }
    .index .footer .service .icoList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 80px; }
      .index .footer .service .icoList dd {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center;
        font-size: 12px; }
        .index .footer .service .icoList dd i {
          margin: auto;
          width: 90px;
          height: 90px;
          display: block;
          background-size: 100% 100%; }
          .index .footer .service .icoList dd i.ico1 {
            background-image: url("http://qk.qikwl.com/foot_ico1.png"); }
          .index .footer .service .icoList dd i.ico2 {
            background-image: url("http://qk.qikwl.com/foot_ico2.png"); }
          .index .footer .service .icoList dd i.ico3 {
            background-image: url("http://qk.qikwl.com/foot_ico3.png"); }
          .index .footer .service .icoList dd i.ico4 {
            background-image: url("http://qk.qikwl.com/foot_ico4.png"); }
          .index .footer .service .icoList dd i.ico5 {
            background-image: url("http://qk.qikwl.com/foot_ico5.png"); }
          .index .footer .service .icoList dd i.ico6 {
            background-image: url("http://qk.qikwl.com/foot_ico6.png"); }
        .index .footer .service .icoList dd h3 {
          margin-top: 20px;
          line-height: 60px;
          font-size: 18px;
          color: #FFF; }
    .index .footer .introduce {
      border: 1px solid #18151b;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-left: 0;
      border-right: 0;
      line-height: 60px;
      margin-top: 60px; }
      .index .footer .introduce dd {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 14px; }
        .index .footer .introduce dd:before {
          content: '';
          display: inline-block;
          width: 24px;
          height: 24px;
          vertical-align: -8px;
          margin-right: 10px; }
        .index .footer .introduce dd:nth-child(1):before {
          background-image: url("http://qk.qikwl.com/foot_ico7.png"); }
        .index .footer .introduce dd:nth-child(2):before {
          background-image: url("http://qk.qikwl.com/foot_ico8.png"); }
        .index .footer .introduce dd:nth-child(3):before {
          background-image: url("http://qk.qikwl.com/foot_ico9.png"); }
        .index .footer .introduce dd:nth-child(4):before {
          background-image: url("http://qk.qikwl.com/foot_ico10.png"); }
    .index .footer .end {
      margin: 80px;
      overflow: hidden; }
      .index .footer .end .fl {
        text-align: left;
        font-size: 12px; }
        .index .footer .end .fl .logo {
          width: 200px;
          height: 57px;
          background: url("http://qk.qikwl.com/foot_logo.png");
          background-size: 100% 100%;
          margin-bottom: 20px; }
      .index .footer .end .fr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 60%; }
        .index .footer .end .fr dd {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          text-align: left;
          line-height: 34px; }
          .index .footer .end .fr dd h2 {
            font-size: 16px;
            font-weight: bold; }

html {
  font-size: 20px; }

@media screen and (max-width: 800px) {
  .w {
    width: 15rem;
    margin: 0 0.5rem; }

  .index {
    font-size: 0.6rem;
    color: #777777;
    overflow-x: hidden; }
    .index .onlineService {
      display: none; }
    .index .mainNavBox {
      height: 2.25rem; }
      .index .mainNavBox .mainNav {
        width: 100%;
        height: 2.25rem; }
        .index .mainNavBox .mainNav .logo {
          margin: 0.375rem 0 0 0.375rem;
          width: 5.275rem;
          height: 1.5rem; }
        .index .mainNavBox .mainNav .menuIco {
          width: 1rem;
          height: 1rem;
          margin: 0.625rem 0.625rem 0 0;
          position: relative; }
          .index .mainNavBox .mainNav .menuIco em {
            display: block;
            width: 100%;
            height: 0.1rem;
            background-color: #FFF;
            position: absolute;
            left: 0;
            -webkit-transition: 0.5s;
            transition: 0.5s; }
            .index .mainNavBox .mainNav .menuIco em:nth-child(1) {
              top: 0; }
            .index .mainNavBox .mainNav .menuIco em:nth-child(2) {
              top: 0.45rem; }
            .index .mainNavBox .mainNav .menuIco em:nth-child(3) {
              bottom: 0; }
          .index .mainNavBox .mainNav .menuIco.out em:nth-child(1) {
            -webkit-transform: rotate(-45deg) translateY(0.15rem);
                    transform: rotate(-45deg) translateY(0.15rem);
            -webkit-transform-origin: right top;
                    transform-origin: right top; }
          .index .mainNavBox .mainNav .menuIco.out em:nth-child(2) {
            opacity: 0; }
          .index .mainNavBox .mainNav .menuIco.out em:nth-child(3) {
            -webkit-transform: rotate(45deg) translateY(-0.15rem);
                    transform: rotate(45deg) translateY(-0.15rem);
            -webkit-transform-origin: right bottom;
                    transform-origin: right bottom; }
        .index .mainNavBox .mainNav .menu {
          position: absolute;
          display: none;
          top: 2.25rem;
          left: 0;
          width: 100%;
          margin: 0;
          background-color: rgba(0, 0, 0, 0.9); }
          .index .mainNavBox .mainNav .menu dd {
            width: 100%;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            font-size: 0.5rem;
            margin: 0;
            padding: 0;
            text-align: center;
            line-height: 4em; }
    .index .banner {
      height: 13.5rem;
      background-size: auto 130%; }
      .index .banner button {
        margin-top: 10.45rem;
        width: 8.6rem;
        height: 1.45rem; }
    .index .about .cont {
      padding-bottom: 7.5rem;
      line-height: 1.8;
      position: relative; }
      .index .about .cont .img {
        width: 16rem;
        height: 7.825rem;
        float: none;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: -0.9rem; }
    .index .advantage .icoList {
      display: block;
      overflow: hidden; }
      .index .advantage .icoList dd {
        padding: 1.25rem 0 0;
        width: 33.333%;
        float: left; }
        .index .advantage .icoList dd i {
          width: 2.5rem;
          height: 2.5rem; }
        .index .advantage .icoList dd h3 {
          margin: 0;
          line-height: 2em; }
    .index .advantage .buttonBanner {
      height: 11.5rem;
      margin-top: 2rem;
      background-image: url("http://qk.qikwl.com/advantage_bannerPhone.jpg"); }
    .index .domain .top .tabMenu {
      padding-top: 1rem;
      float: none;
      width: 100%; }
      .index .domain .top .tabMenu dd {
        margin-left: 0.1rem;
        font-size: 0.5rem;
        line-height: 3; }
        .index .domain .top .tabMenu dd:first-child {
          margin: 0; }
    .index .domain .list ul .item .top {
      padding: 0.75rem 0; }
      .index .domain .list ul .item .top .appIco {
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 0.75rem; }
      .index .domain .list ul .item .top h2 {
        line-height: 2.55rem;
        font-size: 0.75rem; }
      .index .domain .list ul .item .top p {
        padding-top: 0.5rem;
        font-size: 0.55rem; }
      .index .domain .list ul .item .top button {
        border-width: 0.05rem;
        width: 5rem;
        height: 1.4rem;
        margin-top: 0.525rem; }
    .index .domain .list ul .item .imgList ul {
      margin: 0.5rem; }
      .index .domain .list ul .item .imgList ul li {
        margin-right: 0.5rem;
        height: 11.25rem; }
    .index .client .list {
      margin: 0 0.75rem 1.25rem; }
      .index .client .list ul li {
        width: 50%; }
    .index .footer {
      background-size: 260% auto;
      background-position: left top; }
      .index .footer .service .title {
        margin-top: 2.5rem; }
      .index .footer .service .icoList {
        margin-top: 2.5rem;
        display: block;
        overflow: hidden; }
        .index .footer .service .icoList dd {
          float: left;
          width: 33.333%;
          padding-bottom: 1rem; }
          .index .footer .service .icoList dd i {
            width: 2.25rem;
            height: 2.25rem; }
          .index .footer .service .icoList dd h3 {
            margin-top: 0;
            line-height: 3; }
      .index .footer .introduce {
        margin-top: 1.25rem;
        display: block;
        overflow: hidden; }
        .index .footer .introduce dd {
          width: 50%;
          float: left; }
      .index .footer .end {
        margin: 1.25rem 0; }
        .index .footer .end .fl {
          text-align: center;
          float: none;
          margin: auto; }
          .index .footer .end .fl .logo {
            margin: auto; }
        .index .footer .end .fr {
          float: none;
          margin: auto;
          margin-top: 0.75rem;
          width: 100%;
          display: block; }
          .index .footer .end .fr dd {
            padding: 0.5rem;
            background-color: rgba(255, 255, 255, 0.1);
            font-size: 0.5rem;
            line-height: 2;
            border-radius: 0.25rem; }
            .index .footer .end .fr dd:last-child {
              margin-top: 0.5rem; } }
