.g-hd {
  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: 0;
  background-color: #fff;
  top: 65px;
}

.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: 41px;
  line-height: 41px;
  margin: auto;
  background: url("header_en_res/nav-bg.png") 100% 100%;
}

.g-nav .wrapper {
  position: relative;
  margin: auto;
}

.g-nav .nav {
  width: 1100px;
  margin: auto;
  position: relative;
  z-index: 2;
  height: 41px;
  list-style: none;
  text-align: center;display:flex;
}

.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;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
  padding-right: 2px;white-space:nowrap;
}

.g-nav .nav .nLi::after {
  content: "";
  background: url("header_en_res/nli_after.png");
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  width: 2px;
  height: 22px;
}

.g-nav .nav .nLi:nth-last-child(1)::after {
  display: none;
}

.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: 41px;
  line-height: 41px;
  display: block;
  text-align: center;
  padding: 0 40px;
}

.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 {
  background-size: cover;
  padding-top: 30px;
  background: url("header_en_res/ft-bg.png");
  background-size: 100% 100%;
  height: 260px;
}

.g-ft .w {
  width: 1000px;
  margin: auto;
}

.g-ft .hd {
  color: #2262C6;
  font-size: 24px;
  margin-bottom: 0;
  margin-left: -35px;
  font-weight: normal !important;
}

.g-ft .hd .iconfont {
  font-size: 22px;
}

.g-ft .hd i,
.g-ft .hd span {
  vertical-align: middle;
}

.g-ft .bd {
  font-size: 14px;
  padding-top: 15px;
  color: #999999;
  line-height: 2.4;
}

.g-ft .bd a {
  float: left;
  width: 100%;
  position: relative;
  color: #999999;
}

.g-ft .bd a:hover {
  color: #1859a7;
}

.g-ft .bd .glyphicon {
  color: #2262C6;
  margin-left: 10px;
  font-size: 14px;
}

.g-ft .line {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}

.g-ft .line::before {
  content: "";
  position: absolute;
  left: 0;
  width: 45px;
  height: 1px;
  background-color: #004690;
}

.g-ft .ft-1 {
  float: left;
  width: 410px;
  margin-right: 40px;
}

.g-ft .ft-2 {
  float: left;
  width: 320px;
}

.g-ft .ft-3 {
  float: right;
}

.g-ft .ft-4 {
  clear: both;
  text-align: center;
  font-size: 12px;
  color: #666666;
  padding-top: 10px;
}
