.header-search {
  float: right;
  position: relative;
  border: 1px solid #e8ebf1;
  border-radius: 8px;
  margin-top: 25px;
}
.header-search .select {
  width: 95px;
  border: none;
  outline: none;
  height: 50px;
  margin: 0 12px;
  color: #0E46A1;
  vertical-align: middle;
}
.search-input {
  width: 400px;
  height: 50px;
  border: none;
  outline: none;
  border-left: 1px solid #e8ebf1;
  vertical-align: middle;
  padding-left: 53px;
  background: url(../images/icon_search1.png;vpn_img) 20px 15px no-repeat;
}
.btn-search {
  width: 130px;
  height: 50px;
  background: #3852ac;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
  display: inline-block;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.navbar {
  background: #3e50b0;
}
.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.navbar .li {
  float: left;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  flex-grow: 1;
}
.navbar .li.on a {
  background: #ffad4b;
}
.navbar .li a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
}
.home-quicklink {
  margin-top: 30px;
  margin-bottom: 30px;
}
.zxx_text_overflow.right {
  left: auto;
  right: 0;
  background: #ff8839;
  line-height: 24px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.chengguoshebei-item .link-nav img {
  vertical-align: middle;
  width: 12px;
}