@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  font-size: 15px;
}

li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

.qz-header .navbar-brand {
  display: block;
  padding: 10px 0;
  height: 66px;
}
.qz-header .navbar-brand img {
  height: 100%;
}
.qz-header .search-form {
  min-width: 210px;
}
.qz-header .toggle-handle {
  height: 35px;
  width: auto;
}
.qz-header .toggle-handle .navbar-toggler {
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-border-color: var(--bs-green);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
}
.qz-header .toggle-handle .navbar-toggler:focus, .qz-header .toggle-handle .navbar-toggler:active, .qz-header .toggle-handle .navbar-toggler[aria-expanded=true] {
  box-shadow: 0 0 0 1px green;
  font-weight: 700;
}
.qz-header .toggle-handle .navbar-toggler svg {
  height: 24px;
  width: 24px;
  color: green;
}
.qz-header .form-control {
  outline: none;
}
.qz-header .form-control:focus {
  box-shadow: none;
}

/* 媒体查询 */
@media (min-width: 768px) {
  .qz-header {
    min-width: 1200px;
    height: 121px;
    position: relative;
    /* 下拉菜单 */
  }
  .qz-header .toggle-handle {
    display: none;
  }
  .qz-header .navbar {
    position: absolute;
    z-index: 1000000;
    top: 66px;
    width: 100%;
    background: linear-gradient(135deg, rgb(7, 162, 193) 0%, rgb(99, 193, 15) 100%);
    --bs-navbar-color: #fff;
    --bs-navbar-active-color: #8bd945;
  }
  .qz-header .navbar .nav-item {
    flex: 1;
    height: fit-content;
  }
  .qz-header .navbar .nav-item:hover .hover-collapse {
    display: block;
  }
  .qz-header .navbar .nav-link:focus, .qz-header .navbar .nav-link:hover {
    --bs-nav-link-hover-color: #8bd945;
    --bs-nav-link-hover-color: #8bd945;
  }
  .qz-header .navbar .navbar-nav {
    justify-content: space-around;
    width: 80%;
    min-width: 1140px;
  }
  .qz-header .navbar .hover-collapse {
    position: relative;
    width: 100%;
    height: 168px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    display: none;
    transition: all 0.2s;
  }
  .qz-header .navbar .hover-collapse .nav-link {
    position: absolute;
    width: 100%;
    left: 0;
    white-space: nowrap;
  }
  .qz-header .navbar .hover-collapse .nav-link:nth-child(1) {
    transform: translateY(0%);
  }
  .qz-header .navbar .hover-collapse .nav-link:nth-child(2) {
    transform: translateY(100%);
  }
  .qz-header .navbar .hover-collapse .nav-link:nth-child(3) {
    transform: translateY(200%);
  }
  .qz-header .navbar .hover-collapse .nav-link:nth-child(4) {
    transform: translateY(300%);
  }
}
@media (max-width: 768px) {
  .qz-header img {
    width: 100%;
  }
  .qz-header .search-form {
    display: none;
  }
  .qz-header .navbar {
    padding: 0 12px;
  }
  .qz-header .nav-item > .nav-link:not([href]) {
    display: none;
  }
  .fixed-list {
    width: 52px;
    bottom: 80px;
    right: 10px;
  }
  .fixed-list .scroll-top {
    height: 52px;
    border-radius: 10px;
  }
  .fixed-list .sub-fixmenu-list {
    display: none;
  }
}
@media (min-width: 768px) {
  .fixed-list {
    width: 80px;
    right: 0;
    top: 50%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    transform: translateY(-50%);
  }
  .fixed-list .scroll-top {
    height: 32px;
    border-radius: 0;
  }
  .fixed-list .sub-fixmenu-list li {
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer;
    padding: 5px 0;
  }
}
.fixed-list {
  position: fixed;
  z-index: 1000;
  border-radius: 8px;
}
.fixed-list .scroll-top {
  width: 100%;
  background: #07a2c1;
}
.fixed-list .scroll-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.fixed-list .scroll-top svg {
  color: #fff;
  height: 80%;
  width: 80%;
}
.fixed-list .sub-fixmenu-list li {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #999;
}
.fixed-list .sub-fixmenu-list li:hover {
  color: #07a2c1;
}
.fixed-list .sub-fixmenu-list .name {
  margin-top: 2px;
  font-size: 16px;
}
.fixed-list .sub-fixmenu-list .iconfont {
  font-size: 32px;
}

.top .fixed-list {
  display: none;
}

.team-member {
  background-color: white;
  box-shadow: 0 0 24 rgba(0, 0, 0, 0.2);
  padding-bottom: 28px;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-member .photo {
  width: 100%;
  padding-bottom: 150%;
  position: relative;
}
.team-member img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-member .name {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 500;
  color: #2e2e2e;
  margin-bottom: 12px;
}

.team-member .position {
  color: #727272;
  margin: 0 auto;
  max-width: 78px;
  text-align: center;
}

.team-member:hover {
  transform: translateY(-20px) scale(1.05);
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.1);
}

/*# sourceMappingURL=header.css.map */
