html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

.nav-wrapper {
  height: 100px;
  background: #ffffff;
  border-top: 4px solid #2863e0;
  border-bottom: 1px solid #cccccc;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0; }
  .nav-wrapper .content {
    width: 1200px;
    margin: auto; }
  .nav-wrapper .logo {
    width: 180px;
    height: 53px;
    margin-top: 20px; }
  .nav-wrapper .nav-list {
    float: right;
    height: 96px;
    line-height: 96px;
    position: relative;
    top: -2px; }
    .nav-wrapper .nav-list .nav-item {
      margin-left: 55px;
      cursor: pointer; }
      .nav-wrapper .nav-list .nav-item.nav-item_active {
        color: #2964e1; }
      .nav-wrapper .nav-list .nav-item a {
        text-decoration: none;
        color: inherit; }
    .nav-wrapper .nav-list .underline {
      position: absolute;
      bottom: 27px;
      left: 55px;
      width: 0;
      height: 2px;
      background: #2863e0; }

.foot-wrapper {
  background: #414856;
  padding-bottom: 99px; }
  .foot-wrapper .backtop {
    width: 44px;
    height: 44px;
    position: fixed;
    display: none;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    background-image: url("../../../image/backtop_icon.png"); }
    .foot-wrapper .backtop:hover {
      background-image: url("../../../image/backtop_text.png"); }
  .foot-wrapper .foot-content {
    width: 1200px;
    margin: auto;
    padding-top: 30px; }
    .foot-wrapper .foot-content a {
      color: inherit;
      text-decoration: none; }
    .foot-wrapper .foot-content .row-nav {
      height: 40px;
      line-height: 40px; }
      .foot-wrapper .foot-content .row-nav a {
        margin-right: 30px;
        color: #ffffff; }
      .foot-wrapper .foot-content .row-nav .foot-logo {
        float: right; }
    .foot-wrapper .foot-content .row-qrcode {
      text-align: center;
      margin-top: 25px; }
      .foot-wrapper .foot-content .row-qrcode .qrcode-wrapper {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px; }
        .foot-wrapper .foot-content .row-qrcode .qrcode-wrapper .text {
          font-size: 14px;
          color: #fff;
          margin-top: 20px; }
    .foot-wrapper .foot-content .row-info {
      color: #fff;
      font-size: 12px;
      margin-top: 60px; }
      .foot-wrapper .foot-content .row-info .company-name {
        margin-right: 30px; }
      .foot-wrapper .foot-content .row-info .right-tel {
        float: right; }
      .foot-wrapper .foot-content .row-info .media-cooperation {
        margin-left: 30px; }
    .foot-wrapper .foot-content .row-copyright {
      border-top: 1px solid #999999;
      margin-top: 12px;
      padding-top: 20px;
      font-size: 12px;
      text-align: center;
      color: #999; }
    .foot-wrapper .foot-content .row-copyright-time {
      font-size: 12px;
      text-align: center;
      color: #999;
      margin-top: 12px; }

div, span, img, input, ul, ol, li {
  box-sizing: border-box;
  line-height: 1; }

html, body {
  font-family: "Microsoft YaHei", arial, Serif; }

.page-wrapper {
  padding-top: 100px; }

.page-index {
  min-width: 1200px;
  background: #f1f1f1; }
  .page-index .hash-hook {
    position: relative;
    top: -120px; }
  .page-index .banner-wrapper {
    height: 600px;
    background-image: url("../../../image/home_banner.png");
    background-position: center center; }
  .page-index .section-wrapper {
    margin-bottom: 20px; }
    .page-index .section-wrapper .section-title {
      color: #2863e0;
      font-size: 26px;
      text-align: center;
      position: relative;
      padding-top: 52px; }
      .page-index .section-wrapper .section-title:after {
        content: '';
        display: inline-block;
        width: 180px;
        height: 2px;
        background: #2863e0;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -26px; }
  .page-index .section-tech {
    height: 800px;
    background-image: url("../../../image/home_tech_bg.png");
    background-position: center center; }
    .page-index .section-tech .tech-list {
      width: 1190px;
      margin: auto;
      margin-top: 70px; }
      .page-index .section-tech .tech-list .tech-item {
        display: inline-block;
        width: 280px;
        height: 298px;
        vertical-align: middle;
        position: relative;
        text-align: center; }
        .page-index .section-tech .tech-list .tech-item img {
          position: absolute;
          left: 0; }
        .page-index .section-tech .tech-list .tech-item .text {
          display: inline-block;
          margin-top: 120px;
          position: relative;
          line-height: 55px;
          z-index: 2;
          font-size: 40px;
          color: #fff; }
      .page-index .section-tech .tech-list .icon-plus {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: 90px;
        margin-left: 50px;
        margin-right: 50px; }
    .page-index .section-tech .tip-list {
      text-align: center;
      margin-top: 28px;
      font-size: 30px;
      color: #343434; }
      .page-index .section-tech .tip-list .tip-1 {
        width: 723px;
        height: 79px;
        line-height: 79px;
        margin: auto;
        background-image: url("../../../image/home_tech_box1.png"); }
      .page-index .section-tech .tip-list .tip-2 {
        width: 512px;
        height: 79px;
        line-height: 79px;
        margin: auto;
        margin-top: 10px;
        background-image: url("../../../image/home_tech_box2.png"); }
      .page-index .section-tech .tip-list .tip-3 {
        width: 592px;
        height: 79px;
        line-height: 79px;
        margin: auto;
        margin-top: 10px;
        background-image: url("../../../image/home_tech_box3.png"); }
  .page-index .section-engine {
    height: 600px;
    background: #e8e8e8; }
    .page-index .section-engine .engine-list {
      width: 1220px;
      margin: auto;
      margin-top: 70px;
      font-size: 0; }
      .page-index .section-engine .engine-list .engine-item {
        display: inline-block;
        height: 404px;
        width: 404px;
        vertical-align: top;
        font-size: 12px;
        background: url("../../../image/home_engine_box.png");
        background-size: 100% 100%; }
        .page-index .section-engine .engine-list .engine-item .title {
          height: 120px;
          line-height: 120px;
          padding-left: 50px; }
          .page-index .section-engine .engine-list .engine-item .title .icon, .page-index .section-engine .engine-list .engine-item .title .text {
            vertical-align: middle; }
          .page-index .section-engine .engine-list .engine-item .title .text {
            font-size: 38px;
            color: #fff;
            margin-left: 14px; }
        .page-index .section-engine .engine-list .engine-item .detail {
          padding-left: 42px;
          font-size: 16px;
          line-height: 22px;
          margin-top: 80px;
          padding-right: 44px;
          color: #464646; }
  .page-index .section-news {
    height: 860px;
    background: #ffffff; }
    .page-index .section-news .section-content {
      width: 1200px;
      margin: auto;
      margin-top: 70px;
      font-size: 0; }
    .page-index .section-news .news-card {
      display: inline-block;
      vertical-align: top;
      width: 380px;
      height: 600px;
      margin-left: 10px;
      margin-right: 10px;
      font-size: 12px;
      background: #fff;
      box-shadow: 0 0px 10px 3px #e7e7e7;
      position: relative; }
      .page-index .section-news .news-card a {
        color: inherit;
        text-decoration: none; }
      .page-index .section-news .news-card .img-news {
        width: 380px;
        height: 240px; }
      .page-index .section-news .news-card .news-card-main {
        padding-left: 20px;
        padding-right: 20px; }
        .page-index .section-news .news-card .news-card-main .top {
          height: 155px; }
        .page-index .section-news .news-card .news-card-main .row-info {
          font-size: 12px;
          color: #c8c8c8;
          padding-top: 12px; }
          .page-index .section-news .news-card .news-card-main .row-info .more {
            float: right; }
        .page-index .section-news .news-card .news-card-main .title {
          font-size: 16px;
          line-height: 1.5;
          color: #5c5c5c;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          margin-top: 28px; }
        .page-index .section-news .news-card .news-card-main .summary {
          color: #bbb;
          margin-top: 10px;
          line-height: 1.5;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        .page-index .section-news .news-card .news-card-main .related-news {
          border-top: 2px solid #eeeeee;
          padding-top: 16px; }
          .page-index .section-news .news-card .news-card-main .related-news .title {
            font-size: 14px;
            color: #5c5c5c;
            margin-bottom: 14px;
            margin-top: 0;
            line-height: 1.5;
            position: relative;
            padding-left: 20px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden; }
            .page-index .section-news .news-card .news-card-main .related-news .title:before {
              content: '';
              width: 6px;
              height: 6px;
              background: #fc8128;
              transform: rotate(45deg);
              margin-top: 8px;
              position: absolute;
              left: 2px; }
      .page-index .section-news .news-card .news-type {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -30px;
        margin: auto;
        width: 140px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 22px;
        color: #fff;
        background: linear-gradient(to right, #fcbc28, #f87722); }
  .page-index .section-solution {
    height: 700px;
    background: #e8e8e8; }
    .page-index .section-solution .solution-list {
      width: 1200px;
      margin: auto;
      font-size: 0;
      margin-top: 70px; }
      .page-index .section-solution .solution-list .solution-item {
        display: inline-block;
        width: 236px;
        height: 480px;
        vertical-align: top;
        font-size: 12px;
        position: relative; }
        .page-index .section-solution .solution-list .solution-item .solution-mask {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          text-align: center; }
          .page-index .section-solution .solution-list .solution-item .solution-mask .icon {
            margin-top: 170px; }
          .page-index .section-solution .solution-list .solution-item .solution-mask .name {
            font-size: 32px;
            color: #fff;
            text-align: center;
            line-height: 50px;
            margin-top: 10px; }
        .page-index .section-solution .solution-list .solution-item .detail {
          width: 236px;
          height: 480px;
          background: url("../../../../src/image/home_solution_detail.png");
          display: none;
          position: absolute;
          top: 0;
          padding: 20px; }
          .page-index .section-solution .solution-list .solution-item .detail .row-title {
            position: relative; }
          .page-index .section-solution .solution-list .solution-item .detail .icon {
            width: 38px;
            height: 38px; }
          .page-index .section-solution .solution-list .solution-item .detail .name {
            display: inline-block;
            vertical-align: top;
            font-size: 20px;
            color: #fff;
            line-height: 30px;
            margin-top: 3px;
            margin-left: 9px; }
          .page-index .section-solution .solution-list .solution-item .detail .mark-icon {
            position: absolute;
            left: -20px;
            top: 40px;
            width: 14px;
            height: 18px;
            background: linear-gradient(to right, #fcbd28, #f87421); }
          .page-index .section-solution .solution-list .solution-item .detail .summary {
            font-size: 14px;
            color: #fff;
            margin-top: 20px;
            margin-bottom: 20px;
            line-height: 1.5; }
          .page-index .section-solution .solution-list .solution-item .detail .tip-item {
            font-size: 10px;
            line-height: 1.5; }
            .page-index .section-solution .solution-list .solution-item .detail .tip-item:not(:last-child) {
              margin-bottom: 12px; }
            .page-index .section-solution .solution-list .solution-item .detail .tip-item .label {
              color: #fff; }
            .page-index .section-solution .solution-list .solution-item .detail .tip-item .text {
              color: #dde7f8; }
  .page-index .section-cooperation {
    height: 540px;
    background: url("../../../image/home_cooperation_bg.png");
    background-position: center; }
    .page-index .section-cooperation .section-title {
      color: #fff; }
      .page-index .section-cooperation .section-title:after {
        background: #fff; }
    .page-index .section-cooperation .section-content {
      text-align: center;
      margin-top: 70px; }

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