.nav {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #1167b7;
    margin-top: 16px;
}

.nav ul {
    width: 1200px;
    margin: 0 auto;
}

.nav li {
    float: left;
    position: relative;
    text-align: center;
}

.nav li a {
    padding: 0 30px 0 50px;
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
}

.nav li a.active {
    background: url('/ntstjj_nj/nttjj/staticweb/images/opacity.png') repeat;
}

.nav li a:hover {
    background: url('/ntstjj_nj/nttjj/staticweb/images/opacity.png') repeat;
}

.nav li .nav-text {
    position: relative;
}

.nav li .nav-text .nav-icon {
    width: 12px;
    height: 7px;
    background: url('/ntstjj_nj/nttjj/staticweb/images/jiantou.png') no-repeat;
    position: absolute;
    top: 50%;
    right: -16px;
    margin-top: -2px;
}

.nav li:hover .nav-icon {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.nav-down {
    width: 100%;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 99;
    display: none;
}

.nav-down a {
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-bottom: 1px solid #1167b7;
    background: #1167b7;
}

.nav-down a:hover {
    background: #ff0000 !important;
}


.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager a {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
}
.pager .previous a {
  float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.dataTables_info{
	display:none;
}
