.bd {
  max-width: 1200px;
  margin: 0 auto;
}

.header dt {
  display: flex;
  align-items: center;
}

.header dt .el-icon {
  position: relative;
  left: 5px;
  top: 1px;
  width: 13px;
  color: #55bfb6;
  margin-right: 0px;
  padding-left: 10x;
}

.header .logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0 34px;
}

.header .logo a {
  font-size: 0;
  width: 450px;
}

.header .logo a img {
  width: 100%;
}

.header .logo dl {
  display: flex;
  align-items: center;
  border: 1px solid #55bfb6;
  height: 34px;
  line-height: 34px;
  width: 210px;
  position: relative;
}

.header .logo dl {
  display: flex;
  align-items: center;
  border: 1px solid #55bfb6;
  width: 206px;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.header .logo dd {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #55bfb6;
  min-width: 54px;
  text-align: center;
  color: #fff;
}

.menu {
  position: relative;
  background-color: #55bfb6;
  height: 64px;
}

.menu_panel {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.menu_panel dl dt a {
  position: relative;
  font-size: 18px;
  color: #fff;
  line-height: 64px;
  cursor: pointer;
  transition: 0.4s;
}

.menu_panel dl.on::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 160px;
  height: 70px;
  transform: translateX(50%);
  margin-left: -75px;
  margin-top: -10px;
  background-size: contain;
  transition: 0.4s;
  background-image: url("https://bahimorgcn.oss-cn-beijing.aliyuncs.com/backend/2025/11/1763364182294eRTozr-menu_on_1.png");
}

.menu_panel dl.on dt a {
  position: relative;
  top: -5px;
}

.menu_panel dd {
  display: none;
}

.menu_panel dl i {
  display: none;
}

.menu_children {
  position: absolute;
  left: 0;
  right: 0;
  top: 64px;
  height: 64px;
  line-height: 64px;
  background-color: #f8f9fb;
  display: none;
}

.menu_children dl {
  display: none;
}

.menu_children ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu_children ul li {
  position: relative;
  padding: 0 28px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.4s;
}

.menu_children ul li:hover {
  color: #55bfb6;
  transition: 0.4s;
}

.menu_children ul li:hover::before {
  background-color: #55bfb6;
  transition: 0.4s;
}

.menu_children ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-left: 14px;
  background-color: #818181;
}

.menu_panel dl dt s {
  display: none;
}

@media screen and (max-width: 768px) {
  .bd {
    max-width: none;
    margin: 0 15px;
    padding: 0;
  }

  .header {
    height: 64px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background-color: #55bfb6;
  }

  .mo_height {
    height: 64px;
  }

  .header .logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 240px;
    padding: 0 18px;
  }

  .header .logo a {
    width: 320px;
  }

  .header dt {
    position: fixed;
    left: 0;
    right: 0;
    top: 52px;
  }

  .header dt .el-icon {
    position: relative;
    left: 5px;
    top: 1px;
    width: 13px;
    color: #55bfb6;
    margin-right: 0px;
    padding-left: 10x;
  }
}

@media screen and (max-width: 768px) {
  .header .logo dl {
    position: fixed;
    left: 0;
    right: 0;
    top: 64px;
    border: none;
    width: auto;
    display: none;
  }

  .header .logo dd {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #55bfb6;
    min-width: 54px;
    text-align: center;
    color: #fff;
  }

  .menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 64px;
    bottom: 0;
    overflow: hidden;
    background-color: #fff;
    height: auto;
    display: none;
    z-index: 1000;
  }

  .menu_panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #55bfb6;
  }

  .menu_panel dl {
    width: 100%;
    border-bottom: 1px dashed #fff;
  }

  .menu_panel dl i {
    display: block;
  }

  .menu_panel dl:last-child {
    border-bottom: none;
  }
  .menu_panel dl dt {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 44px;
  }

  .menu_panel dl dt s {
    position: absolute;
    right: 28px;
    top: 20px;
    width: 18px;
    height: 18px;
    color: #fff;
    display: block;
  }

  .menu_panel dl dt i {
    position: absolute;
    left: 16px;
    top: 22px;
    width: 18px;
    height: 18px;
    color: #fff;
  }

  .menu_panel dl dt a {
    font-size: 16px;
    display: flex;
    align-items: center;
  }

  .menu_panel dl dd i {
    position: absolute;
    left: 20px;
    top: 14px;
    width: 18px;
    height: 18px;
  }

  .menu_panel dl.on::before {
    display: none;
  }

  .menu_panel dl.on dt a {
    position: relative;
    top: -5px;
  }

  .menu_panel dl dd {
    display: none;
  }

  .menu_panel dl dd ul {
    margin: 0 24px;
  }

  .menu_panel dl dd li {
    position: relative;
    font-size: 14px;
    padding: 14px 44px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
  }

  .menu_panel dl.on dt a {
    top: 0;
  }

  .mo_menu {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    color: #fff;
  }
}

.footer {
  padding: 15px 0 32px;
  min-height: 120px;
  color: #fff;
  background-color: #55bfb6;
}
.footer_panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_left h3 {
  position: relative;
  font-size: 17px;
  padding-bottom: 5px;
}
.footer_left h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 22px;
  border-top: 1px solid #fff;
}

.fl_list {
  margin-top: 24px;
}

.fl_list dl {
  margin: 8px 0;
  display: flex;
  align-items: flex-start;
}

.fl_list dd {
  font-size: 12px;
  font-family: Arial;
}

.footer_right dt::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22px;
  border-top: 1px solid #fff;
}

.footer_right dd {
  height: 78px;
  width: 78px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 24px 10px;
    overflow: hidden;
  }

  .footer_panel {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer_left h3 {
    font-size: 16px;
    padding-bottom: 8px;
  }

  .fl_list {
    margin-top: 18px;
  }

  .fl_list dl {
    margin: 12px 0;
  }

  .fl_list dd {
    font-size: 14px;
  }

  .footer_right {
    margin-top: 18px;
  }

  .footer_right dl {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_right dt {
    position: relative;
    text-align: left;
    padding-bottom: 8px;
    font-size: 16px;
  }

  .footer_right dt::after {
    display: none;
  }

  .footer_right dd {
    margin-top: 0;
  }
}
