.text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  font-size: 18px;
}
.header-hd {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #666666;
  background-color: #eeeeee;
}
.header-hd a {
  padding-left: 15px;
}
.header-hd a img {
  vertical-align: -2px;
  margin-right: 4px;
}

.header-bd {
  height: 58px;
  background: #00428e;
}
.header-bd .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.i-search {
  height: 63px;
  border-bottom: 4px solid #c3c3c3;
  overflow: hidden;
  margin: 0 auto;
}
.i-search .i-search-hd {
  width: 50%;
  float: left;
  line-height: 63px;
  color: #999999;
  font-size: 18px;
}
.i-search .i-search-hd span {
  font-weight: bold;
}
.i-search .i-search-bd {
  width: 484px;
  height: 45px;
  border: 1px solid #e3e3e3;
  margin-top: 8px;
}
.i-search .i-search-bd .search__button {
  height: 45px;
  width: 48px;
  background: url(../image/sbtn.png) no-repeat center;
  border: none;
  cursor: pointer;
}
.i-search .i-search-bd .search__key {
  width: 422px;
  border: navajowhite;
  line-height: 45px;
  vertical-align: top;
  padding: 0 7px;
  color: #999999;
  text-indent: 15px;
}
.ti_chenter ul li a img {
  margin-right: 10px;
}

.area-region {
  height: 65px;
  line-height: 65px;
  background: #1857a4;
}
.area-region span {
  display: inline-block;
  width: 135px;
  height: 65px;
  color: #fff;
  font-size: 24px;
  padding: 1px 0 0 24px;
  box-sizing: border-box;
  vertical-align: top;
}
.area-region a {
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
}
