.top-bar .tp-welcome, .top-links {
  font-size: 14px;
}

.header.on {
  position: fixed;
  top: 0;
}

.header {
  background: white;
  width: 100%;
  position: relative;
  z-index: 444;
}
.header .container2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0;
}
.header .icon_menu {
  cursor: pointer;
}
.header .header_menu {
  flex: 1;
  display: flex;
  justify-content: center;
}
.header .header_menu a {
  font-size: 20px;
  transform: unset;
  display: block;
  pointer-events: inherit;
  margin: 0 25px;
  opacity: 1;
}
.header .header_menu a:hover, .header .header_menu a.active {
  color: #273d94;
}

.global-menu__wrap a {
  font-size: 35px;
  color: white;
  margin: 20px 0;
}

.global-menu {
  height: calc(100vh - 131px);
  margin-top: 131px;
}

.shape-overlays__path:nth-of-type(3) {
  fill: #273d94;
}

.footer {
  background: #efefef;
  color: black;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer .logo {
  padding-top: 66px;
}
.footer .footer_menu {
  width: 450px;
}
.footer .footer_menu .content {
  line-height: 2;
}
.footer .container2 {
  display: flex;
  justify-content: space-between;
}
.footer .title {
  font-size: 18px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b5b5b5;
}
.footer .lf .content {
  font-size: 14px;
  line-height: 2;
}

.beizhu {
  background: #273d94;
  color: white;
}

@media (max-width: 1450px) {
  .header .header_menu a {
    font-size: 17px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .footer .footer_menu {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer .title {
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .footer .logo {
    padding-top: 0;
  }

  .vertical-space8, .hr {
    height: 40px;
  }

  .footer .container2 {
    display: block;
    text-align: center;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
