/* Header */
.top-bar {
    color: #487BC5;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.top-bar-right{
    text-align: right;
}
.top-bar-right a {
  color: #487BC5;
  padding-right: 5px;
}
.old-icon{
  margin-right: 5px;
}
.header{
  width: 100%;
  height: 244px;
  background: url('https://tfile.dahe.cn/4105020005/img/miniHeaderbg.png') no-repeat;
  overflow: hidden;
}
.zdly header,.zjbg header{
  height: 236px;
}
.header-main {
    width: 1296px;
    height: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
}
.search-box {
    position: absolute;
    margin: 0 auto;
    width: 600px;
    top: 18px;
    right: 0;
}
.search-type {
    float: left;
    font-size: 16px;
    padding: 0 5px;
    color: #666666;
}

.upDown {
  width: 18px;
  height: 50px;
  display: block;
  float: left;
  background: url("https://tfile.dahe.cn/4105020005/img/updownarrow.png")center center no-repeat;
  background-size: 14px 14px;
  cursor: pointer;
}
.searchBoxMain {
  display: flex;
  height: 50px;
  background: url("https://tfile.dahe.cn/4105020005/img/search_bg.png")center center no-repeat;
  line-height: 50px;
  padding-left: 28px;
}
.searchBoxMain #searchInput {
    width: 453px;
    background-color: transparent;
    font-size: 16px;
    text-indent: 20px;
}

.searchBoxMain #searchBtn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: url('https://tfile.dahe.cn/4105020005/img/search_icon.png') center  center no-repeat;
  background-position: 18px;
}



.search-box select {
  height: 40px;
  border: 1px solid #ccc;
  border-right: none;
  padding: 0 10px;
  border-radius: 20px 0 0 20px;
  background: #fff;
  outline: none;
}


.search-box button {
  width: 50px;
  height: 40px;
  background: #fff;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
  color: #999;
}

/* Navigation */
.nav {
    margin-top: 22px;
}

.nav ul {
    display: flex;
    justify-content: flex-end;
}
.nav li{
  width: 10%;
  margin-left: 5px
}
.nav li a {
  display: inline-block;
  color: #487BC5;
  font-family: "Source Han Sans SC";
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
}

.nav li a:hover,
.nav li a.active {
    color: #Fff;
    background: #487BC5;
    border-radius: 20px;
}

.oldModel .nav li {
    width: 12%;
}