.head {
  width: 100%;
  height: 180px;
  background: #f8f9fb url(../img/headbg.png) center center no-repeat;
  position: relative;
}
.headcon {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.headcon .logo {
  margin-top: 50px;
}
.headcon .search {
  width: 355px;
  height: 44px;
  float: right;
  border-radius: 44px;
  border: 1px solid #01345a;
  margin-top: 68px;
  background: #f8f9fb;
  overflow: hidden;
  position: relative;
}

.headcon .search .item {
  padding: 0 70px 0 10px;
  position: relative;
}

.headcon .search button {
  width: 70px;
  height: 42px;
  outline: none;
  border: none;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(../img/searchbtn.png) 0 0 no-repeat;cursor:pointer;
}

.headcon .search .item input {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #333333;
  background: transparent;
}
.headcon .search .item input::placeholder {
  color: #333333;
}

.title{
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 35px;
  border-bottom: 1px solid #c6c6c4;
  position: relative;
}

.title .more{
  line-height: 27px;
  font-size: 16px;
  color: #999;
  float: right;
  font-weight: normal;
}

.title::after{
  content: '';
  width: 90px;
  height: 4px;
  background: #01345a;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.brand {
  margin: 30px 0;
  overflow: hidden;
  position: relative;
}
.brand h2{
  color: #01345a;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.brand h2::after{
  content: '';
  height: 1px;
  background: #c6c6c4;
  position: absolute;
  right: 0;
  left: 100px;
  top: 50%;
}
.nav {
  width: 100%;
  height: 52px;
  background: #01345a;
}

.navinner {
  width: 1200px;
  margin: 0 auto;
}

.navcon {
  width: 100%;
  float: left;
  font-size: 0;
}

.navcon li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  height: 52px;
  color: #fff;
  font-size: 18px;
  line-height: 52px;
  text-align: center;
  transition: all 0.3s;
  position: relative;
}
.navcon li > a {
  color: #fff;
}
.navcon li .xiala {
  position: absolute;
  width: 100%;
  top: 52px;
  left: 0;
  background: #00213a;
  text-align: left;
  z-index: 999;
  display: none;
}
.navcon >li:hover {
  background: #00213a;
}
.navcon li .xiala a {
  width: 100%;
  height: 50px;
  color: #fff;
  line-height: 50px;
  padding-left: 25px;
  display: block;
  border-top: 1px solid #334d61;
}
.navcon li .xiala a:hover {
  color: #fff;
}
.navcon li:hover .xiala {
  display: block;
}
.foot {
  overflow: hidden;
}
.foot .top{
  width: 100%;
  height: 10px;
  background: #01345a;
}
.foot .footbot{
  width: 100%;
  padding: 40px 0;
  overflow: hidden;
}
.foot .footbot p{
  font-size: 16px;
  text-align: center;
  margin: 10px 0;
}
.foot .footbot p.hui{
  color: #999;
}
/* 分页 */
.fnye {
  margin-top: 10px;
  border-top: 1px solid rgba(15, 34, 67, 0.11);
  padding: 20px 0;
  overflow: hidden;
}

.fnye span {
  width: 48%;
  color: rgba(21, 22, 24, 0.92);
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
.fnye span:first-child {
  padding-left: 15px;
}
.fnye span:last-child {
  padding-right: 15px;
}
.fnye span:first-child::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 16px;
  background: url(../img/lefarrow1.png) 0 center no-repeat;
  left: 0;
  top: 0;
}
.fnye span:last-child::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 16px;
  background: url(../img/rigarrow1.png) 0 center no-repeat;
  right: 0;
  top: 0;
}