
      a{
          text-decoration: none !important;
      }
      /*移动Nav*/
      ul li{
          list-style-type: none;
      }
      nav{
          border-bottom:none !important;
      }

      .navbar-header{
          background: #016ca0 !important;
      }

      .navbar-brand{
          color: white !important;
      }
      .navbar-toggle {
          border: 0px !important;
      }
      .navbar-toggle:focus,.navbar-toggle:hover{
          background: none !important;
      }
      .navbar-toggle:hover .icon-bar{
          background-color: white !important;
      }
      .icon-bar{
          background-color: white !important;
      }
      .nav-pills a{
          color: black !important;
      }

      .top_active{
          position:fixed;
          top: 0px;
          z-index: 999;
          transition: all 0.3s ease;
      }
      .float_left li{
          float: left;
      }
      /*pcNav*/
      .daohang {
          /*position: relative;*/
          background: rgba(255,255,255,1);
          width: 100%;
          height: 92px;
          box-shadow: 0px 3px 3px #9d9d9d;
          position: absolute;
          top: 0;
      }
      .daohang .nav > li > a{
          padding: 35px 3px !important;
      }
      .daohang a {
          color: #5e5e5e;
          font-size: 16px;
          font-weight: bold;
          line-height: 25px;
      }
      .daohang .nav>li {
          position: static;
      }

      .daohang .nav>li:hover>a {
          display: block;
          color: white;
          font-weight: bold;
          background: #007dce;
      }

      .list_a {
          display: none;
          position: absolute;
          left: 0;
          margin: -3px;
          width: 100%;
          z-index: 999;
          padding-bottom: 50px;
      }
      .list_n{
          /*background-color:rgba(248,248,248,0.5) ;*/
          background: #007dce;
      }
      .list_a li {
          line-height: 45px;
          padding-right: 30px;
      }
      .list_a ul {
          text-align: center;
      }
      .list_a a {
          color: #FFF;
      }
      .nav li:nth-child(3) .list_a ul{
      	margin-left:205px;

      }
      .nav li:nth-child(4) .list_a ul{
        margin-left:336px;
      }
      .nav li:nth-child(5) .list_a ul{
          text-align: end;
      }
        .nav li:nth-child(7) .list_a ul{
          text-align: end;
      }
      /*.nav li:nth-child(4) .list_a ul{
          text-align: center;
      }
      .nav li:nth-child(5) .list_a ul{
          margin-right: 55px;
          text-align: end;
      }
      .nav li:nth-child(6) .list_a ul{
          margin-right: 35px;
          text-align: end;
      }
     
      .list_a a {*/
          /*text-decoration: none;
          color: #5e5e5e;
      }
      .list_a.nav_right ul{
          text-align: right;
      }

      .list_a.nav_center{
          text-align: center;
      }
      .list_a li a:hover {
          color: #007dcf;
      }*/

      .nav li:nth-child(6) .list_a ul{
          text-align: end;
   			 margin-right: 24px;
      }
      /*显示二级菜单*/

      .daohang .nav li:hover .list_a {
          display: block;
      }


      nav{
              display: none;
          }
      .daohang{
              display: none;
          }

      @media (max-width:991px ) {
          nav{
              display: block;
          }
      }

      @media (min-width:991px ) {
          .daohang{
              display: block;
          }
      }

      .list-inline li::after {
          content: '';
          position: absolute;
          top: 13px;
         width:1px;
         height: 18px;
         background: #FFF;
         margin-left: 18px;
      }
