.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%;width: 720px;
}

.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;
  overflow: hidden;
  width: 250px;
  min-width: 93px;
  height: 38px;
  background-color: #fff;
     margin-right: 10px;
    float: left;
}

.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;display: flex;
  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;flex:1 1 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: center;
}

.g-nav .nav .i1 h3:after{content: "Home"; font-style: normal; font-size: 14px; color:#fff; white-space: nowrap; position: absolute;  transform: translate(-50%, -185%);}
.g-nav .nav .i2 h3:after{content: "Overview"; font-style: normal; font-size: 14px; color:#fff; white-space: nowrap; position: absolute;  transform: translate(-50%, -185%);}
.g-nav .nav .i3 h3:after{content: "Faculty"; font-style: normal; font-size: 14px; color:#fff; white-space: nowrap; position: absolute;  transform: translate(-50%, -185%);}
.g-nav .nav .i4 h3:after{content: "Research"; font-style: normal; font-size: 14px; color:#fff; white-space: nowrap; position: absolute;  transform: translate(-50%, -185%);}
.g-nav .nav .i5 h3:after{content: "Education"; font-style: normal; font-size: 14px; color:#fff; white-space: nowrap; position: absolute;  transform: translate(-50%, -185%);}
.g-nav .nav .i6 h3:after{content: "Cooperation"; font-style: normal; font-size: 14px; color:#fff; white-space: nowrap; position: absolute;  transform: translate(-50%, -185%);}
.g-nav .nav .i7 h3:after{content: "Party building"; font-style: normal; font-size: 14px; color:#fff; white-space: nowrap; position: absolute;  transform: translate(-50%, -185%);}
.g-nav .nav .i8 h3:after{content: "Student"; font-style: normal; font-size: 14px; color:#fff; white-space: nowrap; position: absolute;  transform: translate(-50%, -185%);}
.g-nav .nav .i9 h3:after{content: "Download"; font-style: normal; font-size: 14px; color:#fff; white-space: nowrap; position: absolute;  transform: translate(-50%, -185%);}

.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: 70px;
  line-height: 26px;
  display: block;
  text-align: center;
  padding: 10px 13px;
}
.g-nav .nav .nLi h3 a i{font-style: normal;font-size: 14px;}
.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;
}



.head_right {float:right;margin-top: 35px;width:250px;}
.head_right .site-lang{float:right;}
.head_right .site-lang .links{line-height:38px;height:38px;float:left;}
.head_right .site-lang .links a{color:#fff;display: inline-block;}
.head_right .site-lang .links:first-child::after {    content: '|';    display: inline-block; color:#fff; margin-right:5px;}