.h5_menu[data-v-58dad95e] {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 10px auto 0;
  overflow: hidden;
}
.h5_menu .menu[data-v-58dad95e] {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.h5_menu .menu > .m_item[data-v-58dad95e] {
    flex: 1;
    text-align: center;
}
.h5_menu .menu > .m_item > img[data-v-58dad95e] {
      width: 82%;
      margin: 0 auto;
}
.h5_menu .menu > .m_item > p[data-v-58dad95e] {
      font-size: 10px;
      text-align: center;
      color: #333333;
      font-weight: 500;
}
.h5_menu .more[data-v-58dad95e] {
  color: #004ea2;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 5px;
}
.h5_menu .more[data-v-58dad95e]::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid #004ea2;
  border-bottom: 4px solid transparent;
  border-radius: 2px;
  float: right;
  margin-left: 5px;
}
@media (min-width: 750px) {
.h5_menu[data-v-58dad95e] {
    display: none;
}
}

.cursordefault[data-v-e5b91eba] {
  cursor: default !important;
}
.e[data-v-e5b91eba] {
  width: 100%;
}
.e-banner[data-v-e5b91eba] {
    width: 100%;
    background-image: url(/_nuxt/assets/images/ebanner.jpg);
    background-size: cover;
    height: 200px;
}
.e > img[data-v-e5b91eba] {
    width: 100%;
    height: 200px;
}
.e-main[data-v-e5b91eba] {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 86px;
    min-height: 520px;
    display: flex;
}
.e-main-l[data-v-e5b91eba] {
      width: 260px;
      background: #fff;
      border-radius: 0px 12px 0px 12px;
      margin-top: -74px;
      position: relative;
      z-index: 1;
      padding: 0 36px 0 24px;
      border-right: 1px solid #f9f9f9;
      flex-shrink: 0;
}
.e-main-l > h6[data-v-e5b91eba] {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        height: 70px;
        display: flex;
        align-items: center;
        border-bottom: 2px solid #eee;
        line-height: 0;
}
.e-main-l > h6 > span[data-v-e5b91eba] {
          font-size: 14px;
          margin-left: 5px;
}
.e-main-l > ul[data-v-e5b91eba] {
        width: 100%;
}
.e-main-l > ul > li .firstnavigation[data-v-e5b91eba] {
          font-size: 14px;
          font-weight: 500;
          color: #666666;
          line-height: 20px;
          margin-top: 12px;
          display: flex;
          align-items: center;
          padding: 9px 0;
          cursor: pointer;
          position: relative;
          margin-left: 11px;
          transition: 0.5s;
}
.e-main-l > ul > li .firstnavigation[data-v-e5b91eba]::before {
            content: '';
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-left: 6px solid #333333;
            border-bottom: 5px solid transparent;
            border-radius: 3px;
            display: block;
            margin-right: 8px;
}
.e-main-l > ul > li .firstnavigation.active[data-v-e5b91eba] {
            color: #004ea2;
            margin-left: 0;
}
.e-main-l > ul > li .firstnavigation.active[data-v-e5b91eba]::before {
              border-left: 6px solid #004ea2;
}
.e-main-l > ul > li .firstnavigation.active[data-v-e5b91eba]:after {
              content: '';
              width: 70%;
              height: 2px;
              background-image: linear-gradient(-270deg, #014e9e, #deebf9);
              position: absolute;
              left: 14px;
              bottom: 0;
}
.e-main-l > ul > li .firstnavigation-down[data-v-e5b91eba]::before {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
}
.e-main-l > ul > li .childrenlist[data-v-e5b91eba] {
          padding-left: 25px;
}
.e-main-l > ul > li .childrenlist a[data-v-e5b91eba] {
            line-height: 20px;
            margin-top: 8px;
            color: #666;
            font-size: 14px;
            display: block;
}
.e-main-l > ul > li .childrenlist a.active[data-v-e5b91eba] {
            color: #004ea2;
}
.e-main-r[data-v-e5b91eba] {
      flex: 1;
      margin-left: 40px;
}
@media (max-width: 750px) {
.e[data-v-e5b91eba] {
    overflow-x: hidden;
}
.e-banner[data-v-e5b91eba] {
      background-position-x: right;
}
}
@media (max-width: 1088px) {
.e-main[data-v-e5b91eba] {
    width: 90%;
    min-height: auto;
}
.e-main-r[data-v-e5b91eba] {
      margin-left: 0;
      width: 100%;
}
}

