.whole-header {
  /*position: sticky;
  left: 0;
  top: 0;*/
  width: 100%;
  z-index: 999;
  /*border-top: 5px solid rgb(70, 70, 70);*/
}

.top-logo-box .top-logo {
  width: 630px;
  height: 120px;
  background: url("../image/logo.png") no-repeat;
  background-size: 100% 100%;
}

.header {
  background: #2d6dd8;
  width: 100%;
  height: 120px;
}

.header .center {
  margin: 0 auto;
  width: 1440px;
  height: 120px;
  display: flex;
}

.header .center .headerList {
  flex: 2;
  height: 120px;
}

.header .headerBottom {
  flex: 3;
  height: 136px;
  line-height: 136px;
}

.header .center .headerList {
  width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center
}

.header .center .headerList li {
  line-height: 120px;
  color: #fff;
  font-size: 20px;
  flex: 1;
  cursor: pointer;
  text-align: center;
  position: relative;
}

.header .center .headerList li .select-menu {
  font-weight: 600;
  margin: 0 auto;
  color: #fff;
  width: 88%;
  height: 100%;
  display: block;
  text-align: center;
}

.header .center .headerList li a {
  margin: 0 auto;
  color: #fff;
  width: 88%;
  height: 100%;
  display: block;
  text-align: center;
}

.header .center .headerList li a span {
  left: 50%;
  z-index: 10;
  position: absolute;
  display: block;
  text-align: center;
  width: 0;
  height: 4px;
  transition: 0.5s;
}

.header .center .headerList li a:hover {
  background-color: #2965cd;
}

.header .center .headerList li a:hover span {
  left: 10%;
  position: absolute;
  display: block;
  transition: 0.5s;
  z-index: 10;
  width: 76%;
  height: 4px;
  background: #2965cd;
}

.header .center .headerList li div a {
  opacity: 1;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
}

.header .center .headerList li div a:hover {
  background: #2965cd;
  color: #FFFFFF;
}

.header .center .headerList li div {
  left: -20%;
  top: 50%;
  overflow: hidden;
  position: absolute;
  z-index: 5;
  margin: 0 auto;
  width: 140%;
  height: 0;
}

.header .center .headerList li:hover div {
  z-index: 5;
  position: absolute;
  left: -20%;
  top: 100%;
  width: 140%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.5s;
}

/* 底部链接 */
.bottom-banner {
    width: 100%;
    height: 210px;
    background: #2d6dd8;
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
}

.bottom-banner .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1440px;
    height: 210px;
    font-size: 17px;
}

.bottom-banner .logo {
    position: relative;
    width: 600px;
}

.bottom-banner .logo .logo-img {
    width: 100%;
}

.bottom-banner .logo .information {
  margin-left: 25px;
}

.bottom-banner .bottom-icon {
    color: rgba(255, 250, 250, 1);
}

.bottom-banner .info-box img {
  width: 110px;
  height: 110px;
}

.bottom-banner .info-box .official-account {
  height: 34px;
  line-height: 34px;
  color: white;
}
