.centerq {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin: 0 auto;
}

.menu {
  background-color: #fff;clear: both;
}
.menu .centerq {
  display: flex;
  justify-content: space-between;
}
.menu .centerq h2 {
  width: 200px;
  border: 1px solid #2390f0;
  height: 59px;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  padding-left: 0;
  background: url(../img/nav.png) left 25px center no-repeat;
  background-size: 16px 16px;
  position: relative;
}
.menu .centerq h2 .downnavs {
  position: absolute;
  top: 58px;
  height: 430px;
  z-index: 9999;
  width: 200px;
  background-color: rgba(2, 39, 108, 0.7);
}
.menu .centerq h2 .downnavs li {
  width: 100%;
  border-bottom: 1px solid #5475a2;
}
.menu .centerq h2 .downnavs li:hover .secondnavs {
  display: block;
  height: 100%;
  position: absolute;
  left: 200px;
  top: 0;
  width: 300px;
  background-color: rgba(2, 39, 108, 0.8);
  animation: ltr 200ms linear forwards;
}
@keyframes ltr {
  0% {
    transform: translateX(-50px);
    opacity: 0;
    z-index: -99;
  }
  100% {
    transform: translateX(0);
    z-index: 9;
    opacity: 1;
  }
}
.menu .centerq h2 .downnavs li:hover .secondnavs a {
  font-weight: initial;
  padding: 0 25px 0 40px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  height: 53px;
  border-bottom: 1px solid #5475a2;
  background: url(../img/right.png) left 15px center no-repeat;
  background-size: 15px 15px;
}
.menu .centerq h2 .downnavs li:hover .secondnavs a:hover {
  opacity: 0.8;
  background-color: #04339d;
}
.menu .centerq h2 .downnavs li:hover .secondnavs a:last-child {
  border-bottom: none;
}
.menu .centerq h2 .downnavs li > a {
  height: 52px;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: flex-start;
  padding-left: 25px;
  color: #fff;
  font-weight: initial;
}
.menu .centerq h2 .downnavs li:hover {
  opacity: 0.8;
  background-color: #04339d;
}
.menu .centerq h2 .downnavs li .secondnavs {
  display: none;
}
.menu .centerq h2 .downnavs li:last-child {
  border-bottom: none;
}
.menu .centerq ul.navs {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu .centerq ul.navs li {
  flex: 1;
  border-right: 1px solid #2390f0;
}
.menu .centerq ul.navs li a {
  height: 40px;
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu .centerq ul.navs li a:hover {
  color: #04339d;
}
.menu2 .navs {
  margin: 0!important;
}

