.g-hd {
  background: url("header_res/hd-bg.png");
  height: 165px;
}

.g-hd .hd-bg-r {
  position: absolute;
  right: 0;
}

.g-hd .hd-top {
  background: #E1E2E6;
  height: 35px;
  line-height: 35px;
}

.g-hd .container {
  position: relative;
  overflow: hidden;
  height: 165px;
  line-height: 165px;
}

.g-hd .m-logo {
  float: left;
}

.g-hd .m-logo img {
  max-width: 100%;
}

.g-hd .m-links {
  position: absolute;
  top: 10px;
  right: 10px;
}

.g-hd .m-links a {
  margin-left: 20px;
}

.g-hd .m-search {
  line-height: 38px;
  position: absolute;
  z-index: 99;
  right: 0;
  overflow: hidden;
  width: 250px;
  min-width: 93px;
  height: 38px;
  margin-top: 65px;
  background-color: #fff;
}

.g-hd .m-search .search_btn {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  width: 40px;
  border: 0;
  outline: none;
  background: none;
}

.g-hd .m-search .search_btn span {
  font-size: 18px;
  color: #005DA0;
}

.g-hd .m-search .search_text {
  line-height: 38px;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 38px;
  padding-right: 35px;
  padding-left: 10px;
  border: 1px solid #ccc;
  outline: none;
}

.g-hd .m-search .search_text::-webkit-input-placeholder {
  font-weight: bold;
  color: #fff;
}

.g-nav {
  height: 40px;
  line-height: 40px;
  margin: auto;
  background: url("header_res/nav-bg.png");
}

.g-nav .wrapper {
  position: relative;
  margin: auto;
}

.g-nav .nav {
  width: 1100px;
  margin: auto;
  position: relative;
  z-index: 2;
  height: 40px;
  list-style: none;
  text-align: center;
}

.g-nav .nav a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  display: block;
  letter-spacing: 0;
  color: #fff;
}

.g-nav .nav .nLi {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
}

.g-nav .nav .nLi.on h3 a {
  background: #02487B;
}

.g-nav .nav .nLi h3 {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.g-nav .nav .nLi h3 a {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  padding: 0 9px;
}

.g-nav .nav .sub {
  line-height: 32px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 100%;
  height: auto;
  text-align: center;
  background: #02487B;
  white-space: nowrap;
}

.g-nav .nav .sub li {
  zoom: 1;
}

.g-nav .nav .sub a {
  font-size: 14px;
  line-height: 35px;
  display: block;
  text-align: center;
  padding: 0 13px;
}

.g-nav .nav .sub a:hover {
  background: #005DA0;
}

.g-ft {
  text-align: center;
  line-height: 45px;
  background: url("header_res/footerBg.png") no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
