.headnav {
  height: 0.7rem;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 999;
  color: #5e5c5d;
  font-size: var(--f16);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.15rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.headnav .headnavCont {
  width: 15rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.headnav .headnavCont .logo {
  display: inline-block;
  height: 0.3rem;
  margin-right: 0.46rem;
}
.headnav .headnavCont .navlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.headnav .headnavCont .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.28rem;
  height: 0.28rem;
  font-size: 0.16rem;
  cursor: pointer;
}
.el-menu--horizontal {
  border-bottom: unset !important;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}
.el-menu--horizontal .el-menu-item:not(.is-disabled):hover,
.el-menu--horizontal .el-menu-item:not(.is-disabled):focus {
  color: var(--themeColor);
  background: unset;
}
.el-menu--horizontal > .el-sub-menu .el-sub-menu__title:hover {
  background-color: unset;
}
.el-menu--horizontal > .el-sub-menu .el-sub-menu__title:hover {
  color: var(--themeColor) !important;
}
.el-menu--horizontal > .el-menu-item {
  font-size: var(--f16);
  padding: 0;
}
.el-menu--horizontal > .el-menu-item:hover {
  color: var(--themeColor);
}
.el-menu--horizontal > .el-menu-item.is-active {
  border-bottom: unset !important;
}
.el-menu--horizontal > .el-menu-item.is-active:hover {
  color: var(--themeColor) !important;
}
.el-menu--horizontal .el-menu .el-menu-item,
.el-menu--horizontal .el-menu .el-sub-menu__title {
  color: var(--titleColor) !important;
}
.el-menu--horizontal .el-menu .el-menu-item:hover,
.el-menu--horizontal .el-menu .el-sub-menu__title:hover {
  color: var(--themeColor) !important;
}
.el-menu--horizontal > .el-sub-menu.is-active .el-sub-menu__title {
  border-bottom: unset !important;
}
.el-sub-menu__title {
  padding: 0;
  font-size: var(--f16);
}
.footnav {
  width: 100%;
}
.footnav .el-backtop__icon {
  color: var(--themeColor) !important;
}
.footnav .nav {
  background-color: #ecf3f3;
  padding: 0.6rem 0 0.32rem;
}
.footnav .nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footnav .nav .container .footer-nav-one .linkone {
  color: var(--titleColor);
  font-weight: bold;
  margin-bottom: 0.16rem;
  display: block;
  font-size: var(--f18);
}
.footnav .nav .container .footer-nav-one .footer-nav-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footnav .nav .container .footer-nav-one .footer-nav-two .linktwo {
  font-size: var(--f14);
  color: var(--descColor);
  margin-bottom: 0.06rem;
  cursor: pointer;
}
.footnav .nav .container .footer-nav-one .footer-nav-two .linktwo:hover {
  color: var(--themeColor);
}
.footnav .common {
  width: 15rem;
  margin: 0 auto;
}
.footnav .copyright {
  font-size: var(--f14);
  color: #fff;
  background: var(--themeColor);
  position: relative;
}
.footnav .copyright .container {
  padding: 0.3rem 0 0.38rem;
}
.footnav .copyright .container .unitlist {
  margin-bottom: 0.28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footnav .copyright .container .unitlist-item {
  height: 0.6rem;
  margin-right: 0.36rem;
}
.footnav .copyright .container .unitlist-item img {
  width: 100%;
  height: 100%;
}
.footnav .copyright .container .link {
  margin-bottom: 0.1rem;
}
.footnav .copyright .container .link a {
  color: #fff;
}
.footnav .copyright .container .link a:not(:last-child)::after {
  content: "|";
  font-size: var(--f14);
  display: inline-block;
  padding: 0 0.06rem;
}
.footnav .copyright .container .copyinfo {
  margin-bottom: 0.1rem;
  font-size: var(--f14);
  color: #fff;
}
.footnav .copyright .container .copyinfo .icon {
  width: 0.18rem;
  height: 0.18rem;
  display: inline-block;
  margin-right: 0.1rem;
  vertical-align: text-bottom;
}
.footnav .copyright .container .iconlist {
  position: absolute;
  right: calc((100% - 12rem) / 2);
  bottom: 0.3rem;
}
.footnav .copyright .container .iconlist .icon {
  width: 0.28rem;
  height: 0.32rem;
  display: inline-block;
  margin-right: 0.1rem;
}
.footnav .copyright .container .iconlist .copyinfo {
  margin-top: 0.2rem;
  font-size: var(--f14);
  color: #fff;
  line-height: 0.2rem;
}
.footnav .copyright .container .iconlist .copyinfo .icon {
  width: 0.18rem;
  height: 0.18rem;
  display: inline-block;
  margin-right: 0.1rem;
}

/*# sourceMappingURL=3.3daa2fe9.css.map*/
