#menu .ant-menu.ant-menu-horizontal {
  background: none;
  color: #333333;
  font-weight: 600;
  box-shadow: none;
  border-bottom: none;
}
#menu .ant-menu.ant-menu-horizontal .ant-menu-item,
#menu .ant-menu.ant-menu-horizontal .ant-menu-submenu {
  border-bottom: none;
  margin: 0 4px;
  padding: 0 12px;
}
#menu .ant-menu.ant-menu-horizontal .ant-menu-item.ant-menu-item-selected:before,
#menu .ant-menu.ant-menu-horizontal .ant-menu-item.ant-menu-item-active:before,
#menu .ant-menu.ant-menu-horizontal .ant-menu-submenu.ant-menu-submenu-selected:before,
#menu .ant-menu.ant-menu-horizontal .ant-menu-submenu.ant-menu-submenu-active:before,
#menu .ant-menu.ant-menu-horizontal .ant-menu-item.ant-menu-item-selected .ant-menu-submenu-title::before,
#menu .ant-menu.ant-menu-horizontal .ant-menu-item.ant-menu-item-active .ant-menu-submenu-title::before,
#menu .ant-menu.ant-menu-horizontal .ant-menu-submenu.ant-menu-submenu-selected .ant-menu-submenu-title::before,
#menu .ant-menu.ant-menu-horizontal .ant-menu-submenu.ant-menu-submenu-active .ant-menu-submenu-title::before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
#menu .ant-menu.ant-menu-horizontal > .ant-menu-item:not(.ant-menu-item-selected, .ant-menu-item-active) > a {
  color: #333333;
  font-weight: 600;
}
.menu-bar-popup .ant-menu.ant-menu-vertical.ant-menu-sub {
  border-radius: 8px;
  background-color: rgba(96, 96, 96, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  overflow: hidden;
  color: #fff;
  font-size: 18px !important;
  padding: 8px;
}
.menu-bar-popup .ant-menu.ant-menu-vertical.ant-menu-sub:not(.ant-menu-horizontal) .ant-menu-item-selected,
.menu-bar-popup .ant-menu.ant-menu-vertical.ant-menu-sub:not(.ant-menu-horizontal) .ant-menu-item-active {
  background-color: #e6f7ff;
}
.menu-bar-popup .ant-menu.ant-menu-vertical.ant-menu-sub .ant-menu-item {
  border-radius: 4px;
  font-size: 18px !important;
}
#menu .ant-menu.ant-menu-horizontal > .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-item-active) > a {
  color: #333333;
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
}
.sub-item-title {
  font-size: 18px;
}
.ant-menu-horizontal > .ant-menu-item-selected > a {
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
}
.ant-menu-horizontal > .ant-menu-item-active > a {
  font-size: 18px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 600;
}
.active {
  color: #1890ff;
}

#menuBar .menu-app {
  height: 1.6rem;
  line-height: 1.6rem;
  width: 1.6rem;
}
#menuBar .menu-app .menu-nav.app {
  font-size: 1rem;
  z-index: 6;
  position: relative;
  width: 100%;
  height: 100%;
  right: 10px;
  margin: auto;
  text-align: center;
  cursor: pointer;
}
#menuBar .menu-app .menu-nav.app:before {
  content: '';
  position: absolute;
  width: 1.6rem;
  height: 3px;
  border-radius: 3px;
  background-color: #1890ff;
  top: 16px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-out;
}
#menuBar .menu-app .menu-nav.app:after {
  content: '';
  position: absolute;
  width: 1.6rem;
  height: 3px;
  border-radius: 3px;
  background-color: #1890ff;
  top: -16px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-out;
}
#menuBar .menu-app .menu-nav.app span {
  position: absolute;
  width: 1.6rem;
  height: 3px;
  border-radius: 3px;
  background-color: #1890ff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#menuBar .menu-app .menu-nav.app.active:before {
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  top: 0px!important;
}
#menuBar .menu-app .menu-nav.app.active:after {
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  top: 0px!important;
}
#menuBar .menu-app .menu-nav.app.active > span {
  opacity: 0!important;
}
#menuBar .fadein-enter-active,
#menuBar .fadein-leave-active {
  transition: all 0.5s ease-in-out;
}
#menuBar .fadein-enter,
#menuBar .fadein-leave,
#menuBar .fadein-leave-to {
  transform: translateY(-30px);
  opacity: 0;
}

.header[data-v-55d11286] {
  box-sizing: border-box;
  color: #aaa;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 100px;
  width: 100%;
}
.header.fixedToTop[data-v-55d11286] {
  position: fixed;
  width: 100%;
}
.header.main-color[data-v-55d11286] {
  background-color: rgba(255, 255, 255, 0.8);
}
.header.is-transparent[data-v-55d11286] {
  color: #fff;
}
.header.is-transparent .navbar-item[data-v-55d11286]:hover {
  color: #ccc;
}
.header.is-transparent .active[data-v-55d11286] {
  color: #fff;
}
.company-name[data-v-55d11286] {
  color: #333333;
}
.logo[data-v-55d11286] {
  width: 350px;
  height: 100%;
  /* @media screen() {
  
  } */
  /* @media screen and (max-width: 750px) {
      .logo-container{
        width: 50%;
        margin-right: 0;
    }
   .logo {
      display: block;
      width: 2.4rem;
      height: 2.4rem;
    }
} */
}
.logo .logo-container[data-v-55d11286] {
  width: 350px;
}
.logo .logo-image[data-v-55d11286] {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.navbar[data-v-55d11286] {
  margin-right: 20px;
  display: flex;
}
.navbar-item[data-v-55d11286] {
  padding: 4px 0px;
  margin: 0 20px;
}
.navbar-item.active[data-v-55d11286] {
  border-bottom: 2px solid;
}
.user[data-v-55d11286] {
  margin-left: 40px;
  position: relative;
}
.user .arrow[data-v-55d11286] {
  display: inline-block;
  border: 1px solid;
  border-width: 1px 1px 0 0;
  transform: rotate(135deg);
  transform-origin: center;
  vertical-align: 5px;
  margin-left: 5px;
  transition: all 0.3s;
  width: 10px;
  height: 10px;
}
.user:hover .arrow[data-v-55d11286] {
  transform: rotate(-45deg);
  vertical-align: -3px;
}
.user:hover .dropdown-menu__wrapper[data-v-55d11286] {
  display: block;
}
.user .dropdown-menu[data-v-55d11286] {
  position: relative;
  z-index: 1000;
}
.user .dropdown-menu__email[data-v-55d11286] {
  line-height: 2;
  cursor: pointer;
}
.user .dropdown-menu__wrapper[data-v-55d11286] {
  position: absolute;
  display: none;
  right: 0;
  padding: 9px 0;
  width: 200px;
  border-radius: 5px;
  box-shadow: 0 0px 2px 1px #eee;
  background: #fff;
}
.user .dropdown-menu__item[data-v-55d11286] {
  padding: 9px 12px;
  cursor: pointer;
}
.user .dropdown-menu__item[data-v-55d11286]:hover {
  background: #efefef58;
}
.phone-number[data-v-55d11286] {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.phone-number img[data-v-55d11286] {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 8px;
}
.github-project[data-v-55d11286] {
  position: absolute;
  right: 0;
  top: 0;
}

.footer[data-v-758452a6] {
  background: #000000;
  color: #fff;
  box-sizing: border-box;
  padding: 120px 150px 0 150px;
}
.footer .link[data-v-758452a6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.footer-content-column[data-v-758452a6] {
  padding: 0 40px;
  height: 100px;
}
.footer-content-column[data-v-758452a6]:last-child {
  width: 340px;
  padding: 0 80px;
}
.footer-content-column + .footer-content-column[data-v-758452a6] {
  text-align: center;
  flex: 1;
}
.footer-content-column__contact[data-v-758452a6] {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.footer-content-column__contact .contact-item[data-v-758452a6] {
  border-radius: 50%;
  width: 33px;
  height: 33px;
  overflow: hidden;
}
.footer .flex-between[data-v-758452a6] {
  padding: 0 150px 0 150px;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 5rem;
}
.footer .flex-between .flex-col-center[data-v-758452a6] {
  display: flex;
  align-content: center;
  justify-content: center;
}
.footer .img-list li[data-v-758452a6] {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer .img-list li img[data-v-758452a6] {
  width: 31px;
  height: 32px;
  display: block;
  margin-bottom: 36px;
}
.footer .img-list li[data-v-758452a6] :nth-child(2) {
  margin-bottom: 8px;
}
.footer .footer-links-list[data-v-758452a6] {
  position: relative;
  display: block;
  float: left;
  margin-right: 30px;
}
.footer .footer-links-list li + li[data-v-758452a6] {
  margin-top: 0px;
}
.footer .footer-links-list li a[data-v-758452a6] {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #ada8ba;
  transition: all 500ms ease;
}
.footer .footer-links-list li a[data-v-758452a6]::after {
  content: '';
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: left center;
  background-color: currentColor;
  transition: transform 500ms ease;
}
.footer .footer-links-list li:hover > a[data-v-758452a6]::after {
  transform: scale(1, 1);
  transform-origin: right center;
}
.footer .footer-links-list-two[data-v-758452a6] {
  margin-right: 0px;
}
.footer .footer-title[data-v-758452a6] {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 19px;
}
.footer .footer-contact-text[data-v-758452a6] {
  font-size: 16px;
  color: #ada8ba;
  margin: 0;
  line-height: 30px;
  margin-bottom: 20px;
  padding-top: 3px;
}
.footer .footer-contact-list[data-v-758452a6] {
  position: relative;
  display: block;
}
.footer .footer-contact-list li[data-v-758452a6] {
  display: flex;
}
.footer .footer-contact-list li .icon[data-v-758452a6] {
  display: flex;
  align-items: center;
  position: relative;
  top: 2px;
}
.footer .footer-contact-list li .icon span[data-v-758452a6] {
  font-size: 13px;
  color: #42d9be;
}
.footer .footer-contact-list li .text[data-v-758452a6] {
  margin-left: 10px;
}
.footer .footer-contact-list li .text p[data-v-758452a6] {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 30px;
}
.footer .footer-contact-list li .text p a[data-v-758452a6] {
  color: #ffffff;
  transition: all 500ms ease;
}
.footer .footer-content-column[data-v-758452a6] {
  padding: 0 !important;
}
.footer .items-center[data-v-758452a6] {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.footer .copyright[data-v-758452a6] {
  text-align: center;
  padding-bottom: 18px;
}

img[data-v-24656016] {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
.container[data-v-24656016] {
    width: 750px;
}
.dflex-between[data-v-24656016] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dflex-center[data-v-24656016] {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dflex[data-v-24656016] {
    display: flex;
    align-items: center;
}
.color-white[data-v-24656016] {
    color: #fff;
}
.font-12[data-v-24656016] {
    font-size: 12px;
}
.returntop[data-v-24656016] {
    position: fixed;
    z-index: 9999;
    bottom: 50px;
    right: 30px;
    width: 80px;
    padding: 0 10px;
    background: #0067ed;
    opacity: 0.6;
}
.returntop .returntop-item[data-v-24656016] {
    cursor: pointer;
    padding: 20px 0 10px 0;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.returntop .returntop-item .returntop-img[data-v-24656016] {
    width: 30px;
    margin: 0 auto;
}
.returntop .returntop-item .returntop-title[data-v-24656016] {
    -moz-text-align-last: center;
         text-align-last: center;
}
.returntop .returntop-item[data-v-24656016]:last-child {
    border: none;
}
.popover-content[data-v-24656016] {
    padding: 15px 20px 15px 20px;
    font-size: 20px;
}
.wx-img[data-v-24656016] {
    display: block;
    height: 140px;
    width: 140px;
}
}
@media (max-width: 768px) {
.dflex-between[data-v-24656016] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.row[data-v-24656016] {
    margin-left: 0;
    margin-right: 0;
}
.font-center[data-v-24656016] {
    text-align: center;
    margin-bottom: 5px;
}
.border-r[data-v-24656016] {
    border-right: 1px solid #ccc;
}
.pr[data-v-24656016] {
    padding-right: 10px;
}
.font-12[data-v-24656016] {
    font-size: 12px;
}
}
@media (min-width: 992px) {
.container[data-v-24656016] {
    width: 970px;
}
}
@media (min-width: 1200px) {
.container[data-v-24656016] {
    width: 1170px;
}
}

@keyframes slideInDown {
from {
    transform: translateY(-100%);
}
to {
    transform: translateY(0);
}
}
@keyframes slideOutUp {
from {
    transform: translateY(0);
}
to {
    transform: translateY(-100%);
}
}
.slideInDown {
  animation: slideInDown 0.4s;
}
.slideOutUp {
  animation: slideOutUp 0.4s;
}
.jumpPage-leave-active {
  display: none;
}
.jumpPage-enter {
  transform: translate3d(0, 80px, 0);
  opacity: 0;
}
.jumpPage-enter-active {
  transition: all 0.3s;
}
#app {
  min-width: 1200px;
}
header {
  position: relative;
  z-index: 1000;
  top: 0;
}
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

