:root {
  --theme-color: #0649D0;
  --theme-width: 1340px;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  overflow-x: hidden
}

.header_nav {
  width: 100%;
  height: 60px;
  line-height: 40px;
  background-color: var(--theme-color);
  /* will not be used by any browser that doesn't support it, and will default to the previous fallback */
  background-color: #0649D0;
  /* default supported fallback style */
}

.header_logo {
  width: 139px;
  height: 38px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}

ul.nav {
  width: calc(100% - 359px);
  height: 60px;
  position: relative;
  z-index: 999;
  float: left;
}

.nav .nLi {
  position: relative;
  float: left;
  display: inline;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 14.2%;
  background: url(../images/nav_xs.png) no-repeat right center;
}

.nav .nLi:last-child {
  background: none;
}

.nav .nLi h3 {
  float: left;
  font-weight: normal;
  width: 100%;
  height: 100%;
}

.nav .nLi h3 p {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #f5f4f4
}

.nav .nLi h3 a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 14px;
}

.nav .sub {
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 999;
  display: none;
  padding: 0;
  width: 100%;
  line-height: 26px;
  background: #04070E;
  border-radius: 3px;
}

.nav .sub li {
  height: 50px;
  text-align: center;
  line-height: 50px;
  zoom: 1;
}

.nav .sub li p {
  float: left;
  margin: 0;
  width: 100%;
  font-size: 14px;
}

.nav .sub li span {
  float: right
}

.nav .sub a {
  display: block;
  padding: 0 10px;
  height: 100%;
  color: white;
  font-size: 12px
}

.sub li:hover a {
  background: #5c8be7
}

.nav .nLi.active {
  background: var(--theme-color);
  /* will not be used by any browser that doesn't support it, and will default to the previous fallback */
  background: #0649D0;
  /* default supported fallback style */
}

.nav .nLi.active h3 p {
  color: #fff
}


.header_info {
  width: 200px;
  height: 60px;
  float: left;
  line-height: 20px;
}

.header_info img {
  margin: 12px;
  float: left;
}

.header_info div {
  float: left;
  width: 132px;
}

.header_info div span {
  font-size: 10px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 8px;
  display: block;
}

.header_info div p {
  font-size: 18px;
  font-family: Swis721 BT;
  font-weight: normal;
  color: #FFFFFF;
  font-weight: 600;
  font-style: oblique;
}