@charset "UTF-8";
@font-face {
	font-family: "DINCondensed";
	src: url("../font/DINCondensedC-2.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
/* CSS Document */
.clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}
.clear {
	zoom: 1
}
.nav {
  height: 60px;
  line-height: 60px;
  position: relative;
  z-index: 1000;
}
.nav a {
  color: #333;
}
.nav .nLi {
	margin: 0 20px;
  text-align: center;
  float: left;
  position: relative;
  display: inline-block;
	border-radius: 8px;
}
.nav .nLi:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #fff;
  content: "";
  transition: width .5s;
}
.nav .nLi:last-child {
  border-right: none;
}
.nav .nLi:after {
  position: absolute;
  top: 0;
  right: 50%;
  width: 0;
  height: 2px;
  background: #fff;
  content: "";
  transition: width .5s;
}
.nav .nline {
  float: left;
  width: 1px;
  height: 20px;
  margin-top: 20px;
  background-color: #328cda;
}
.nav .nLi h3 {
  font-weight: normal;
}
.nav .nLi h3 a {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #fff;
	border-radius: 6px;
}
.nav .nLi h3 a i {
  padding-left: 6px;
}
.nav .sub {
  background-color: rgba(34, 91, 162, .8);
  display: none;
  width: 110px;
  left: -10px;
  top: 61px;
  position: absolute;
  line-height: 40px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  z-index: 10000;
	border-radius: 6px;
}
.nav .nLi:nth-child(4) .sub {
  width: 200px;
  left: -65px;
}
.nav .sub li {
  zoom: 1;
  margin: 0 5px;
  border-top: solid 1px #004a8a;
	
}
.nav .sub a {
  font-size: 15px;
  display: block;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(#fff, #fff);
  background-position: 0 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size .3s;
}
.nav .sub a:hover {
  color: #fff;
  background-size: 100% 1px;
}
.nav .navon h3 a {
  color: #fff;
}
.nav .navon:before {
  width: 50%
}
.nav .navon::after {
  width: 50%
}
/* 分页 */
/* 分页样式 */
.uk-text-center {
    text-align: center !important;
  padding:20px 0px;
  line-height:20px;
}

.uk-clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.frontier-paging {
  margin-top: 32px;
}
.frontier-paging ul {
  display: inline-block;
  vertical-align: bottom;
}
.frontier-paging ul span, .frontier-paging ul a {
  display: block;
  float: left;
  margin: auto 2px;
  padding: 4px 12px;
  background: #FFF;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  border-radius: 2px;
  font-size: 14px;
  color: #999;
  height:22px;
}
.frontier-paging ul a.page-num-current, .frontier-paging ul a:hover {
  color: #FFF;
  background-color: #444;
}