.top {
  font-size: 1rem;
}
.top .container.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.top .logo img {
  width: 160px;
}
.top .phone-number > .text a {
  color: #000;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.top .phone-number > .tubiao {
  width: 1.2em;
}
.top .phone-number > .tubiao img {
  width: 100%;
  height: 100%;
  display: block;
}
.top .nav > .item {
  text-align: center;
  position: relative;
}
.top .nav > .item > a {
  color: #fff;
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.top .nav > .item.active > a, .top .nav > .item:hover > a {
  background: #fff;
  color: rgb(1, 147, 222);
}
.top .nav > .item:hover .children-lv1 {
  display: block;
}
.top .nav .children-lv1 {
  display: none;
  background: #fff;
  position: absolute;
  z-index: 999;
}
.top .nav .children-lv1.type1 {
  width: 100%;
}
.top .nav .children-lv1.type1 > .item {
  position: relative;
}
.top .nav .children-lv1.type1 > .item > a {
  color: #000;
  padding: 1rem 0;
  display: inline-block;
  width: 100%;
}
.top .nav .children-lv1.type1 > .item > a:hover {
  background: #fff;
  color: rgb(1, 147, 222);
}
.top .nav .children-lv1.type1 > .item.active > a, .top .nav .children-lv1.type1 > .item:hover > a {
  color: rgb(1, 147, 222);
}
.top .nav .children-lv1.type1 > .item.active .children-lv2, .top .nav .children-lv1.type1 > .item:hover .children-lv2 {
  display: flex;
}
.top .nav .children-lv1.type2 {
  width: 100%;
}
.top .nav .children-lv1.type2 > .item {
  width: 100%;
}
.top .nav .children-lv1.type2 > .item > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  background: #fff;
}
.top .nav .children-lv1.type2 > .item > a .title {
  width: 100%;
  flex-shrink: 0;
  align-content: center;
  color: #000;
}
.top .nav .children-lv1.type2 > .item > a .desc {
  padding: 1.5rem;
  top: 0;
  left: 100%;
  background: #fff;
  font-size: 1rem;
}
.top .nav .children-lv1.type2 > .item > a .desc hr {
  padding: 0;
  margin: 10px 0;
  display: block;
  border-top: 3px rgb(29, 29, 34) solid;
}
.top .nav .children-lv1.type2 > .item > a .desc .text {
  color: #000;
}
.top .nav .children-lv1.type2 > .item.active > a .title, .top .nav .children-lv1.type2 > .item:hover > a .title {
  color: rgb(1, 147, 222);
}
.top .nav .children-lv2 {
  outline: 1px solid #ddd;
  display: none;
  flex-direction: column;
  position: absolute;
  background: #fff;
  left: 100%;
  top: 0;
}
.top .nav .children-lv2 > .item > a {
  display: inline-block;
  padding: 1rem 2rem;
  text-wrap: nowrap;
  white-space: pre;
  color: #000;
}
.top .nav .children-lv2 > .item.active > a, .top .nav .children-lv2 > .item:hover > a {
  color: rgb(1, 147, 222);
}

/*# sourceMappingURL=top.css.map */
