@charset "utf-8";

/*兼容ie8+*/
.header {
  height: 65px;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;

  /*height: 50px;*/
  /*width: 100%;*/
  /*min-width: 1200px;*/
  /*overflow: hidden;*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: white;
}

.header-item {
  position: static;
}

.header-item-list {
  height: 65px;
}

.first-nav-ul {

}

.header-item {
  height: 100%;
}

.nav-link-item {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 100%;

  display: none;
}

.nav-link-item li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin: 0 1%;
}

.spacer {
  width: 1px;
  height: 20px;
  background: #2D2D2D;
}

.nav-item-title {
  color: #053A88;
}

.nav-item-title:hover {
  text-shadow: .2px .2px #053A88;
}




.header-item .nav-content-item {
  float: left;
  position: relative;
}



.new-img-nav {
  height: 100%;
  padding-right: 0;
}

.new-img-nav li {
  display: block;
  height: 100%;
  float: left;
}

.logo {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -73px;
  margin-top: -13px;
  cursor: pointer;
}

.logo-link {
  display: block;
  width: 340px;
  height: 60px;
}

.new-img-nav li ul {
  height: 100%;
}

.new-img-nav li ul li {
  display: block;
  float: left;
  margin: 0 15px;
}

.nav-link .open > a::after {
  content: '';
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px #053A88;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 7px auto 0 -10px
}

.new-img-nav li ul li img {
  display: block;
  position: relative;
  top: 50%;
  margin-top: -12.5px;
}


.nav-pro-link {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.nav-pro-link li {
  cursor: pointer;
}

.nav-pro-link li a {
  display: block;
  width: 100%;
  height: 100%;
}

.nav-link {
  height: 100%;
  padding-left: 0;
  position: static !important;
}

.nav-link .first-link {
  float: left;
  height: 100%;
  cursor: pointer;
  padding: 0 33px;
}

.nav-link .first-link .first-link-a {
  color: #01458e;
  font-size: 18px;
  display: block;
  position: relative;
  top: 50%;
  margin-top: -10px;
}

.nav-content-btn {
  width: 100px;
  height: 25px;
  border: 1px solid #01458E;
  color: #01458E;
  position: relative;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
  display: block;
}

.nav-content-btn p {
  text-align: center;
}

.nav-content-btn a {
  color: #074f9d;
}

.second-nav-box {
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
  height: 45px;
  z-index: 99;
  background-color: #053A88;

  display: none;
}

.second-nav-active {
  background-color: white;
  /*padding: 0 16px !important;*/
}

.second-nav-active a {
  color: #053A88 !important;
}

.second-nav {
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: #053A88;
  min-width: 617px !important;
  display: flex;
  flex-direction: row;
  justify-content: center;

}

.second-nav li {
  float: left;
  padding: 0 16px;
  margin: 0 10px;
}

.second-nav li a {
  line-height: 45px;
  color: white;
  display: block;
  width: 100%;
  height: 100%;
}

.nav-pro-link li {
  max-width: 104px !important;
}
