.bigdata-nav {
  margin: 20px auto;
  min-width:1290px;
   }
  .bigdata-nav ul {
    *zoom: 1;
    background: #fff; }
    .bigdata-nav ul:after {
      content: "";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .bigdata-nav ul li {
      float: left;
      text-align: center;
      position: relative; }
      .bigdata-nav ul li:last-child {
        float: right;
        width: 130px; }
        .bigdata-nav ul li:last-child p {
          margin: 13px 0;
          height: 40px;
          line-height: 40px;
          font-size: 13px;
          color: #999;
          border-left: 1px solid #eee; }
      .bigdata-nav ul li:nth-child(3) a p {
        border-right: 0; }
      .bigdata-nav ul li:hover a:after, .bigdata-nav ul li.liactive a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        content: "";
        background-color: #ec5022;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
        border-radius: 100px; }
      .bigdata-nav ul li a {
        display: block;
        padding: 13px 0;
        width: 180px;
        text-align: center; }
        .bigdata-nav ul li a p {
          font-size: 13px;
          color: #999;
          height: 20px;
          line-height: 20px;
          width: 200px;
          border-right: 1px solid #eee; }
          .bigdata-nav ul li a p:first-child {
            font-size: 16px;
            color: #000;
            font-weight: bold; }
            .bigdata-nav ul li a p:first-child span {
              color: #ec5022; }

.bigdata {
  margin-top: 10px; 
  min-width:1290px;
  }

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