.main {
  min-height: 20rem;
}
.main .breadCrumb-container {
  display: none;
  background-color: hsl(0, 0%, 95%);
  padding: 1rem;
}
@media (min-width: 992px) {
  .main .breadCrumb-container {
    display: block;
  }
}
.main .breadcrumb {
  background: none;
  margin-bottom: 0;
}
.main .insider {
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .main .insider {
    padding-bottom: 4rem;
  }
}
.main .page-title {
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 2rem 0;
  text-align: center;
  position: relative;
}
.main .page-title .more {
  font-size: 1.6rem;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  right: 0;
}
.main .page-title .name {
  font-size: 1.6rem;
  color: hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
  display: inline-block;
  position: relative;
}
.main .page-title .name::before {
  content: '';
  position: absolute;
  top: calc(50% + 0.2rem);
  left: -1.2rem;
  height: 2rem;
  transform: translateY(-50%);
  border-left: 0.3rem solid hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
}
.main .page-title .name::after {
  content: '';
  position: absolute;
  top: calc(50% + 0.2rem);
  left: -2rem;
  height: 2rem;
  transform: translateY(-50%);
  border-left: 0.6rem solid hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
}
@media (min-width: 768px) {
  .main .page-title .name {
    font-size: 2rem;
  }
}
.main .page-detail-title {
  padding: 2rem 0;
  margin-top: 2rem;
  margin-bottom: 0;
  text-align: center;
}
.main .page-sub-title {
  text-align: center;
  font-weight: normal;
}
.main .page-inside-nav {
  margin: 2rem 0;
}
.main .page-inside-nav dl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}
.main .page-inside-nav dd {
  margin: 1rem;
}
.main .page-inside-nav dd a {
  padding: 1rem 3rem;
  min-width: 12rem;
  display: block;
  text-align: center;
  border-radius: 4px;
  background-color: #666;
}
.main .page-inside-nav dd a:hover,
.main .page-inside-nav dd a.active {
  box-shadow: 0 0 3px hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
  background-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
}
.main .page-content {
  margin: 2rem auto;
  padding: 0.4rem;
  max-width: 100%;
  word-break: break-all;
  overflow: hidden;
}
.main .page-content.limit-width img {
  max-width: 100% !important;
}
@media (min-width: 768px) {
  .main .page-content {
    min-height: 40rem;
  }
}
@media (min-width: 992px) {
  .main .page-content {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .main .page-content {
    max-width: 900px;
  }
}
.main .page-content .page-content-announce {
  max-width: 70rem;
  padding: 1rem;
  margin: 0 auto;
  height: 0;
  padding-bottom: 25%;
  position: relative;
}
.main .page-content .page-content-announce .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.8rem;
}
.main .page-content .page-content-announce .swiper-container:hover {
  box-shadow: 0 0 0.5rem hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
}
.main .page-content .page-content-announce .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0.8rem;
}
.main .page-content .page-content-announce .swiper-slide > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.main .page-content .page-content-announce .swiper-slide .slide-info {
  display: none;
  z-index: 20;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  color: #666;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .main .page-content .page-content-announce .swiper-slide .slide-info {
    display: block;
  }
}
.main .page-sub-mobile-select {
  position: absolute;
  right: 1rem;
  top: 50%;
  color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
  text-align: right;
  transform: translateY(-50%);
}
.main .page-sub-mobile-select a {
  padding: 0.4rem 1rem;
  border-radius: 1rem;
  color: hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
  border: 1px solid hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
}
@media (min-width: 768px) {
  .main .page-sub-mobile-select {
    display: none;
  }
}
.main .page-sub-groups {
  height: 0;
  width: 100%;
}
.main .page-sub-groups .web-choose,
.main .page-sub-groups .web-collapse {
  display: none;
}
.main .page-sub-groups .table {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.main .page-sub-groups .table .list {
  max-height: 0;
  overflow: hidden;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
}
.main .page-sub-groups .table .list > dl {
  padding: 1rem 0;
  margin-bottom: 0;
  background-color: hsla(var(--primary-hue), var(--primary-saturation), var(--primary-lightness), 0.8);
}
.main .page-sub-groups .table .list > dl dd {
  text-align: left;
  margin-bottom: 0;
  padding: 1rem 3.6rem;
}
.main .page-sub-groups .table .list > dl dd a {
  font-size: 1.4rem;
  color: #fff;
}
.main .page-sub-groups.expand .table {
  height: 100%;
  transition: height 0.5s ease-out;
}
.main .page-sub-groups.expand .table .list {
  max-height: 100%;
}
@media (min-width: 768px) {
  .main .page-sub-groups {
    height: unset;
    overflow: hidden;
  }
  .main .page-sub-groups .table {
    position: static;
    display: table;
    margin-bottom: 0;
    width: 100%;
    background: none;
  }
  .main .page-sub-groups .table .list {
    display: table-cell;
    border-radius: 0;
    text-align: center;
  }
  .main .page-sub-groups .table .list > dl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
    background: none;
    padding: 0;
  }
  .main .page-sub-groups .table .list > dl dd {
    text-align: left;
    margin: 0;
    padding: 1rem;
  }
  .main .page-sub-groups .table .list > dl dd a {
    display: inline-block;
    padding: 0.6rem 1rem;
    background-color: hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
    border-radius: 0.6rem;
  }
  .main .page-sub-groups .table .list > dl dd a:hover {
    background-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
  }
  .main .page-sub-groups .web-choose {
    display: table-cell;
    text-align: center;
    background-color: hsl(0, 0%, 95%);
    width: 10rem;
  }
  .main .page-sub-groups .web-collapse {
    display: table-cell;
    text-align: center;
    width: 10rem;
  }
  .main .page-sub-groups .web-collapse > a {
    display: inline-block;
    user-select: none;
    cursor: pointer;
    padding: 0.4rem 1rem;
    border-radius: 0.4rem;
    border: 1px solid #ccc;
  }
  .main .page-sub-groups .web-collapse > a:hover,
  .main .page-sub-groups .web-collapse > a:active {
    background-color: hsl(0, 0%, 95%);
  }
}
.main .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
}
.main .page-item .page-link {
  color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
}
.main .page-item .page-link:focus {
  box-shadow: 0 0 0 1px hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) - 10%));
}
.main .page-item.active .page-link {
  color: #fff;
  background-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
  border-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
}
header {
  background-color: #fff;
}
header .wexin-code {
  position: absolute;
  top: 3rem;
  right: 0;
  width: 28rem;
  height: 28rem;
  background-color: #fff;
  box-shadow: 0 1px 10px #ccc;
  z-index: 1000;
}
header .wexin-code > .code {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
  width: 100%;
  height: calc(100% - 4rem);
  color: #666;
}
header .wexin-code > .code img {
  height: calc(100% - 6rem);
}
header .wexin-code .close {
  display: block;
  position: absolute;
  cursor: pointer;
  right: 1rem;
  top: 1rem;
}
header .fixed-bar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1rem;
  color: #fff;
  background-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
  z-index: 9999;
}
header .fixed-bar > * {
  opacity: 1;
}
@media (min-width: 576px) {
  header .fixed-bar {
    position: relative;
  }
}
header .fixed-bar .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .fixed-bar .lang-switch-btn {
  cursor: pointer;
  font-weight: normal;
  border-radius: 20px;
  border: 1px solid hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
  padding: 2px 20px;
}
header .fixed-bar .lang-bar-mobile {
  display: inline-block;
}
@media (min-width: 992px) {
  header .fixed-bar .lang-bar-mobile {
    display: none;
  }
}
header .fixed-bar .lang-bar-pc {
  display: none;
}
header .fixed-bar .lang-bar-pc a {
  cursor: pointer;
  color: #fff;
  padding: 0 6px;
}
header .fixed-bar .lang-bar-pc a.disabled {
  color: hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
  font-weight: bold;
  pointer-events: none;
}
@media (min-width: 992px) {
  header .fixed-bar .lang-bar-pc {
    display: inline-block;
    position: relative;
  }
}
header .fixed-bar .toolbar-weixin {
  margin: 0 6px;
  color: #fff;
}
header .fixed-bar .tel {
  display: inline-block;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  header .fixed-bar .tel {
    display: none;
  }
}
header .fixed-bar .welcome {
  display: none;
}
@media (min-width: 992px) {
  header .fixed-bar .welcome {
    display: inline-block;
  }
}
header .header-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  header .header-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  header .header-container {
    max-width: 960px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
  }
}
@media (min-width: 1200px) {
  header .header-container {
    max-width: 1140px;
  }
}
header .header-title {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.5rem;
  border-bottom: 2px solid hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
}
@media (min-width: 576px) {
  header .header-title {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  header .header-title {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  header .header-title {
    padding: 2rem;
    width: 24%;
    border: none;
  }
}
header .header-title .logo {
  margin-right: 4px;
}
header .header-title .logo > img {
  height: 3rem;
}
header .header-title .company-name {
  font-size: 1.8rem;
  flex-grow: 1;
  color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
}
.navbar-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .navbar-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .navbar-container {
    width: 76%;
    margin: 0;
  }
}
.bg-blue {
  background-color: #fff;
}
.navbar-blue {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .navbar-blue {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-blue .navbar-brand {
    display: none;
  }
}
.navbar-blue .navbar-brand {
  color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
  font-weight: bold;
  font-size: 1.6rem;
  padding-left: 2rem;
  max-width: calc(100% - 6rem);
  overflow: hidden;
}
.navbar-blue .navbar-brand:hover,
.navbar-blue .navbar-brand:focus {
  color: hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
}
.navbar-blue .navbar-collapse {
  position: absolute;
  z-index: 999;
  top: 3.2rem;
  width: 100%;
}
@media (min-width: 992px) {
  .navbar-blue .navbar-collapse {
    position: static;
  }
}
.navbar-blue .navbar-nav {
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(var(--primary-hue), var(--primary-saturation), var(--primary-lightness), 0.8);
  width: 100%;
}
.navbar-blue .navbar-nav .nav-link {
  color: #fff;
  font-size: 1.4rem;
  padding: 1rem 2rem;
}
.navbar-blue .navbar-nav .nav-link:hover,
.navbar-blue .navbar-nav .nav-link:focus {
  color: #fff;
}
.navbar-blue .navbar-nav .nav-link.disabled {
  color: #fff;
}
.navbar-blue .navbar-nav .show > .nav-link,
.navbar-blue .navbar-nav .active > .nav-link,
.navbar-blue .navbar-nav .nav-link.show， .nav-link.active {
  color: #fff;
}
@media (min-width: 992px) {
  .navbar-blue .navbar-nav {
    background: none;
    max-width: 960px;
  }
  .navbar-blue .navbar-nav .nav-link {
    color: #666;
  }
  .navbar-blue .navbar-nav .nav-link:hover,
  .navbar-blue .navbar-nav .nav-link:focus {
    color: #666;
  }
  .navbar-blue .navbar-nav .nav-link.disabled {
    color: #666;
  }
  .navbar-blue .navbar-nav .show > .nav-link,
  .navbar-blue .navbar-nav .active > .nav-link,
  .navbar-blue .navbar-nav .nav-link.show， .nav-link.active {
    color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
  }
  .navbar-blue .navbar-nav .active > .nav-link,
  .navbar-blue .navbar-nav .nav-link.active {
    font-weight: bold;
  }
}
@media (min-width: 1200px) {
  .navbar-blue .navbar-nav {
    max-width: 1140px;
  }
}
.navbar-blue .navbar-toggler {
  margin-right: 1rem;
  padding: 0.2rem 0.6rem;
  color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
  border: none;
}
.navbar-blue .navbar-nav {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .navbar-blue .navbar-nav {
    margin-top: 0;
  }
}
.navbar-blue .navbar-text {
  color: #fff;
}
.navbar-blue .navbar-text a {
  color: #fff;
}
.navbar-blue .navbar-text a:hover,
.navbar-blue .navbar-text a:focus {
  color: #fff;
}
@media (min-width: 992px) {
  .navbar-blue .navbar-text {
    color: #666;
  }
  .navbar-blue .navbar-text a {
    color: #666;
  }
  .navbar-blue .navbar-text a:hover,
  .navbar-blue .navbar-text a:focus {
    color: #666;
  }
}
.navbar-blue .dropdown-menu {
  font-size: 1.4rem;
  margin-top: -1px;
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
  min-width: 100%;
  background-color: hsla(var(--primary-hue), var(--primary-saturation), var(--primary-lightness), 0.4);
}
@media (min-width: 992px) {
  .navbar-blue .dropdown-menu {
    background-color: hsla(var(--primary-hue), var(--primary-saturation), var(--primary-lightness), 0.8);
  }
}
.navbar-blue .dropdown-menu a {
  padding: 1rem 1rem 1rem 4rem;
  color: #fff;
}
.navbar-blue .dropdown-menu a:hover,
.navbar-blue .dropdown-menu a:focus {
  background-color: hsla(var(--primary-hue), var(--primary-saturation), var(--primary-lightness), 0.4);
}
@media (min-width: 992px) {
  .navbar-blue .dropdown-menu a {
    text-align: center;
    padding: 1rem;
  }
}
.banner {
  text-shadow: 1px 1px 12px #666;
  height: 0;
  padding-bottom: 50%;
  position: relative;
}
.banner h2 {
  font-size: 140%;
}
.banner p {
  font-size: 90%;
}
.banner .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner .swiper-slide {
  height: 0;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide > img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 213.33333333%;
  width: 213.33333333% !important;
  height: 100%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .banner .swiper-slide > img {
    width: 100% !important;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .banner .swiper-slide {
    padding-bottom: 23.4375%;
  }
}
.banner .swiper-banner-prev,
.banner .swiper-banner-next {
  display: none;
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 4rem;
  height: 4rem;
}
@media (min-width: 768px) {
  .banner .swiper-banner-prev,
  .banner .swiper-banner-next {
    display: block;
  }
}
.banner .swiper-banner-prev {
  left: 0;
  transform: rotate(-45deg) translateY(-50%);
  border-top: 0.3rem solid #fff;
  border-left: 0.3rem solid #fff;
}
@media (min-width: 768px) {
  .banner .swiper-banner-prev {
    left: 10%;
  }
}
.banner .swiper-banner-next {
  right: 0;
  transform: rotate(45deg) translateY(-50%);
  border-top: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
}
@media (min-width: 768px) {
  .banner .swiper-banner-next {
    right: 10%;
  }
}
.banner .swiper-button-disabled {
  opacity: 0.5;
}
.banner .swiper-pagination-bullet {
  width: 2rem;
  height: 0.25rem;
  border-radius: 1.5rem;
  opacity: 0.5;
  background: hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
}
@media (min-width: 768px) {
  .banner .swiper-pagination-bullet {
    width: 6rem;
  }
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
}
.banner .carousel {
  height: 0;
  padding-bottom: 50%;
  position: relative;
}
.banner .carousel .carousel-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .carousel .carousel-item {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .carousel .carousel-item > img {
  position: absolute;
  top: 50%;
  max-width: 213.33333333%;
  width: 213.33333333% !important;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .banner {
    padding-bottom: 23.4375%;
  }
  .banner h2 {
    font-size: 300%;
  }
  .banner p {
    font-size: 150%;
  }
  .banner .carousel {
    padding-bottom: 23.4375%;
  }
  .banner .carousel .carousel-item > img {
    max-width: 100%;
    width: 100% !important;
  }
  .banner.sub {
    padding-bottom: 15.625%;
  }
  .banner.sub .carousel {
    padding-bottom: 15.625%;
  }
  .banner.sub .carousel .carousel-item > img {
    max-width: 100%;
    width: 100% !important;
  }
  .banner.sub .swiper-slide {
    padding-bottom: 15.625%;
  }
  .banner.sub .swiper-slide > img {
    max-width: 100%;
    width: 100% !important;
  }
}
.carousel-caption {
  position: absolute;
  left: 15%;
  top: 0;
  z-index: 10;
  width: 70%;
  height: 100%;
  padding: 0;
}
.carousel-caption .banner-font {
  position: absolute;
  z-index: 11;
}
.carousel-caption .banner-font h2,
.carousel-caption .banner-font p {
  white-space: nowrap;
}
.carousel-caption .banner-font.left.top {
  left: 0;
  top: 10%;
  text-align: left;
  transform: translate(0, -10%);
}
.carousel-caption .banner-font.left.middle {
  left: 0;
  top: 50%;
  text-align: left;
  transform: translate(0, -50%);
}
.carousel-caption .banner-font.left.bottom {
  left: 0;
  bottom: 10%;
  text-align: left;
  transform: translate(0, 10%);
}
.carousel-caption .banner-font.center.top {
  left: 50%;
  top: 10%;
  text-align: center;
  transform: translate(-50%, -10%);
}
.carousel-caption .banner-font.center.middle {
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.carousel-caption .banner-font.center.bottom {
  left: 50%;
  bottom: 10%;
  text-align: center;
  transform: translate(-50%, 10%);
}
.carousel-caption .banner-font.right.top {
  right: 0;
  top: 10%;
  text-align: right;
  transform: translate(0, -10%);
}
.carousel-caption .banner-font.right.middle {
  right: 0;
  top: 50%;
  text-align: right;
  transform: translate(0, -50%);
}
.carousel-caption .banner-font.right.bottom {
  right: 0;
  bottom: 10%;
  text-align: right;
  transform: translate(0, 10%);
}
.carousel-caption .banner-font p {
  margin-bottom: 0;
}
footer {
  background-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  line-height: 2.6rem;
}
footer .contact-info {
  padding: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
footer .contact-info .contact-info-company {
  display: none;
}
footer .contact-info .contact-info-contact {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
footer .contact-info .contact-info-contact span {
  margin-right: 0.2rem;
}
footer .icp {
  padding: 2rem;
}
footer .icp dl {
  margin-bottom: 0;
}
footer .icp dl dt {
  font-weight: normal;
}
footer .icp dl dd {
  margin: 0;
}
@media (min-width: 992px) {
  footer .contact-info {
    display: flex;
    width: 100%;
  }
  footer .contact-info .contact-info-company {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40%;
  }
  footer .contact-info .contact-info-company .logo > img {
    height: 3rem;
  }
  footer .contact-info .contact-info-company .company-name {
    font-weight: bold;
  }
  footer .contact-info .contact-info-contact {
    width: 60%;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: none;
  }
  footer .contact-info .contact-info-contact .email {
    width: 50%;
  }
  footer .contact-info .contact-info-contact .tel {
    width: 50%;
  }
  footer .contact-info .contact-info-contact .address {
    width: 100%;
  }
  footer .icp dl {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
  }
  footer .icp dl dt {
    width: 100%;
  }
  footer .icp dl dd {
    padding: 1rem;
    margin: 0 1rem;
  }
}
.home {
  background-color: #fff;
}
.home .announce {
  height: 0;
  padding-bottom: 25%;
  position: relative;
}
.home .announce .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.8rem;
}
.home .announce .swiper-container:hover {
  box-shadow: 0 0 0.5rem hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
}
.home .announce .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0.8rem;
}
.home .announce .swiper-slide > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.home .announce .swiper-slide .slide-info {
  display: none;
  z-index: 20;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  width: 100%;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  color: #666;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .home .announce .swiper-slide .slide-info {
    display: block;
  }
}
.home .product-list {
  display: block;
  width: 100%;
  overflow: hidden;
}
.home .product-list ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.home .product-list ul > li {
  cursor: pointer;
  width: calc(50% - 2rem);
  margin: 1rem;
}
@media (min-width: 992px) {
  .home .product-list ul > li {
    width: calc(33% - 2rem);
  }
}
.home .product-list ul > li:hover {
  border-radius: 0.4rem;
  box-shadow: 0 0 1px 1px hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
}
.home .product-list ul > li:hover .product-title,
.home .product-list ul > li:hover .product-content {
  color: hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
}
.home .product-list ul > li .product-container {
  width: 100%;
  height: 100%;
  padding: 0.2rem;
}
@media (min-width: 992px) {
  .home .product-list ul > li .product-container {
    padding: 2rem;
  }
}
.home .product-list ul > li .product-container .product-cover {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
}
.home .product-list ul > li .product-container .product-cover > img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.home .product-list ul > li .product-container .product-info {
  width: 100%;
  padding-top: 2rem;
}
.home .product-list ul > li .product-container .product-info .product-title {
  font-size: 1.6rem;
  font-weight: normal;
  height: 2rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .home .product-list ul > li .product-container .product-info .product-title {
    margin-bottom: 1rem;
  }
}
.home .product-list ul > li .product-container .product-info .product-content {
  font-weight: lighter;
  height: 4.2rem;
  overflow: hidden;
  display: none;
}
@media (min-width: 992px) {
  .home .product-list ul > li .product-container .product-info .product-content {
    display: block;
  }
}
.home .about {
  margin-top: 4rem;
  background-color: hsla(var(--primary-hue), var(--primary-saturation), var(--primary-lightness), 0.1);
}
.home .about .home-ad-1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .home .about .home-ad-1 {
    padding-bottom: 4rem;
  }
}
.home .about .home-ad-1 .ad-img {
  display: none;
}
@media (min-width: 992px) {
  .home .about .home-ad-1 .ad-img {
    display: block;
    width: 30%;
    height: 0;
    padding-bottom: 20%;
    overflow: hidden;
    position: relative;
  }
  .home .about .home-ad-1 .ad-img > img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.home .about .home-ad-1 .ad-content {
  width: 100%;
}
.home .about .home-ad-1 .ad-content .ad-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  width: 100%;
}
@media (min-width: 992px) {
  .home .about .home-ad-1 .ad-content {
    width: 60%;
    height: 0;
    padding-bottom: 20%;
    position: relative;
  }
  .home .about .home-ad-1 .ad-content .ad-text {
    padding: 2rem;
    max-height: 16rem;
    overflow: hidden;
  }
  .home .about .home-ad-1 .ad-content .ad-links {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2rem;
    width: 100%;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes insert {
  0% {
    left: -100%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes insertFromBottom {
  0% {
    bottom: -50%;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
.contactus {
  margin: 0 auto;
  text-align: center;
}
.contactus ul {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-top: 2rem;
  margin-bottom: 6rem;
  flex-direction: column;
}
.contactus ul li {
  padding: 1rem 0;
}
.contactus ul li label::after {
  content: ':';
}
.contactus ul li i {
  color: #fff;
  margin-right: 0.6rem;
}
@media (min-width: 992px) {
  .contactus {
    max-width: 910px;
  }
  .contactus .address {
    flex-direction: column;
  }
  .contactus .address li {
    margin: 1rem;
  }
}
.partners ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.partners ul li {
  margin: 1rem;
}
.partners ul li a img {
  display: none;
}
.partners ul li a span {
  display: block;
  padding: 0.4rem;
  position: relative;
}
.partners ul li a span::before {
  content: '.';
  position: absolute;
  top: -0.4rem;
  height: 100%;
  left: -1rem;
  font-size: 4.8rem;
  line-height: 0.4rem;
  color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
}
@media (min-width: 992px) {
  .partners ul {
    display: flex;
    flex-direction: row;
  }
  .partners ul li {
    width: calc(25% - 4rem);
    text-align: center;
    margin: 2rem 2rem 8rem 2rem;
  }
  .partners ul li a img {
    width: 80%;
    height: 80%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-bottom: 2rem;
  }
  .partners ul li a span {
    padding: 0;
  }
  .partners ul li a span::before {
    display: none;
  }
}
.page-news-info {
  background-color: hsl(0, 0%, 95%);
  box-shadow: 0 0 1px 1px #ccc;
}
.page-news-info > img {
  width: 100%;
}
.page-news-info > p {
  font-size: 1.4rem;
  padding: 2rem;
}
.page-news-list-container {
  margin: 2rem auto;
  padding-left: 0.6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
}
.page-news-leftbar {
  display: none;
}
@media (min-width: 768px) {
  .page-news-leftbar {
    display: block;
    width: 25%;
  }
}
.page-news-leftbar dl {
  margin-bottom: 4rem;
}
.page-news-leftbar dl dt {
  font-size: 1.6rem;
  padding-top: 1rem;
  margin-bottom: 1rem;
  color: hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
  border-top: 4px solid hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
}
.page-news-leftbar dl dd {
  margin: 0;
  padding-left: 2rem;
}
.page-news-leftbar dl.page-news-leftbar-groups dd a {
  padding: 1rem 1.6rem;
  display: block;
  margin-bottom: 0.1rem;
  border-radius: 1rem;
  color: #fff;
  background-color: hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
  position: relative;
}
.page-news-leftbar dl.page-news-leftbar-groups dd a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  transform: rotate(-45deg) translateY(-50%);
  border-bottom: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
}
.page-news-leftbar dl.page-news-leftbar-groups dd a:hover {
  background-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
}
.page-news-list {
  width: 100%;
  min-height: 20rem;
}
@media (min-width: 768px) {
  .page-news-list {
    border-top: 2px solid hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
    margin-left: 10px;
    width: calc(75% - 10px);
  }
}
.page-news-list li {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin: 0.4rem 0;
  padding: 0.6rem 1rem;
}
.page-news-list li::before {
  content: '.';
  position: absolute;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
  left: -0.4rem;
  font-size: 4.8rem;
  line-height: 1px;
  color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
}
.page-news-list li .cover-container {
  display: none;
}
@media (min-width: 768px) {
  .page-news-list li .cover-container {
    display: inline-block;
    width: 10rem;
    height: 10rem;
    overflow: hidden;
  }
  .page-news-list li .cover-container img {
    height: 100%;
  }
}
.page-news-list li .news-info {
  width: 100%;
}
.page-news-list li .news-info .news-title {
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page-news-list li .news-info .news-intro {
  display: none;
}
@media (min-width: 768px) {
  .page-news-list li .news-info {
    margin-left: 2rem;
    width: calc(100% - 12rem);
  }
  .page-news-list li .news-info .news-title {
    font-size: 1.6rem;
    color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
  }
  .page-news-list li .news-info .news-intro {
    font-size: 1.2rem;
    color: #666;
    margin-top: 0.2rem;
    height: 4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
}
@media (min-width: 768px) {
  .page-news-list li:hover .news-title {
    color: hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
  }
  .page-news-list li:hover .news-intro {
    color: hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
  }
  .page-news-list li::before {
    display: none;
  }
}
.news-detail {
  min-height: 20rem;
  position: relative;
  max-width: 70rem;
  padding: 1rem;
  margin: 0 auto;
}
.news-detail .swiper-container {
  margin-bottom: 2rem;
  border: 1px solid #ccc;
  box-shadow: 0 1px 5px #ccc;
  overflow: hidden;
}
@media (min-width: 768px) {
  .news-detail .swiper-container {
    max-width: 480px;
  }
}
@media (min-width: 992px) {
  .news-detail .swiper-container {
    max-width: 640px;
  }
}
.news-detail .swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;
}
.news-detail .swiper-container .swiper-slide img {
  width: 100%;
}
.news-detail .swiper-container .swiper-slide .slide-info {
  display: none;
  cursor: pointer;
  z-index: 20;
  width: 100%;
  padding: 2rem 4rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-shadow: 1px 1px 2px #333;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .news-detail .swiper-container .swiper-slide .slide-info {
    display: block;
  }
}
.news-detail .swiper-prev,
.news-detail .swiper-next {
  z-index: 10;
  position: absolute;
  top: 50%;
  color: hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
  font-size: 4rem;
  opacity: 0.8;
}
.news-detail .swiper-prev {
  left: 1rem;
}
.news-detail .swiper-next {
  right: 1rem;
}
.news-detail .swiper-button-disabled {
  opacity: 0.3;
}
.news-detail .swiper-pagination-bullet-active {
  background: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness)) !important;
}
.product-inside-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.product-inside-container .page-title,
.product-inside-container .page-product-list {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 576px) {
  .product-inside-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .product-inside-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .product-inside-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    max-width: 960px;
  }
  .product-inside-container .page-title,
  .product-inside-container .page-product-list {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .product-inside-container {
    max-width: 1140px;
  }
}
.page-product-list {
  margin-top: 2rem;
}
.page-product-list ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.page-product-list li {
  display: inline-block;
  cursor: pointer;
  width: calc(50% - 1.2rem);
  overflow: hidden;
  margin: 1rem 0.6rem;
}
@media (min-width: 768px) {
  .page-product-list li {
    width: calc(33% - 4rem);
    margin: 2rem;
    padding: 1rem;
  }
}
.page-product-list li .cover {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.page-product-list li .cover > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.page-product-list li .cover-info {
  display: block;
  width: 100%;
  padding: 0.6rem 1rem;
}
.page-product-list li .cover-info .cover-content {
  display: none;
}
@media (min-width: 768px) {
  .page-product-list li .cover-info .cover-content {
    display: block;
    max-height: 3.5rem;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.page-product-list li .cover-title {
  font-size: 1.6rem;
  color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
  font-weight: bold;
  padding: 1rem 0;
  display: block;
  text-align: center;
  overflow: hidden;
  height: 3.6rem;
}
.page-product-list li:hover {
  box-shadow: 0 0 0 0.1rem hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
}
@media (min-width: 768px) {
  .page-product-list {
    min-height: 40rem;
  }
}
.product-detail-title {
  padding: 2rem 0;
  margin-bottom: 2rem;
  text-align: center;
  border-bottom: 2px solid hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
}
.product-detail-title .product-detail-date {
  display: block;
  margin-top: 1rem;
}
:root {
  font-size: 0.625rem;
}
* {
  outline: none !important;
}
/*通用设置*/
html {
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
}
.body-container {
  width: 100%;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
  color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
}
a.secondary {
  color: #fff;
}
a.secondary:hover {
  text-decoration: underline;
}
.button-primary {
  padding: 0.5rem 3.5rem;
  border-radius: 4rem;
  color: #fff;
  background-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
  border-color: hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
}
.button-primary:hover {
  color: #fff;
  background-color: hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
}
.button-primary:focus,
.button-primary.focus {
  color: #fff;
  background-color: hsl(var(--primary-hue), var(--primary-saturation), calc(var(--primary-lightness) + 10%));
  box-shadow: 0 0 0 0.2rem hsla(var(--primary-hue), var(--primary-saturation), var(--primary-lightness), 0.5);
}
.gongan img,
.gongan p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
#__nuxt,
#__layout {
  height: 100%;
}
#app {
  height: 100%;
}
[v-cloak] {
  display: none;
}
/*checkbox定义*/
.checkbox-circle {
  width: 2rem;
  height: 2rem;
  background: #ddd;
  margin: 0;
  border-radius: 100%;
  position: relative;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  display: inline-block;
}
.checkbox-circle label {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100px;
  transition: all 0.01s ease;
  cursor: pointer;
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  z-index: 1;
  background: #ccc;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.checkbox-circle input[type='checkbox'] {
  display: none;
}
.checkbox-circle input[type='checkbox']:checked + label {
  background: #26ca28;
}
.text_with_1px_border {
  text-shadow: -1px -1px 0px #fff, 0px -1px 0px #fff, 1px -1px 0px #fff, -1px 0px 0px #fff, 1px 0px 0px #fff, -1px 1px 0px #fff, 0px 1px 0px #fff, 1px 1px 0px #fff;
}
.text_with_2px_border {
  text-shadow: -1px -1px 0px #fff, 0px -1px 0px #fff, 1px -1px 0px #fff, -1px 0px 0px #fff, 1px 0px 0px #fff, -1px 1px 0px #fff, 0px 1px 0px #fff, 1px 1px 0px #fff, /* second layer at 2px */ -2px -2px 0px #fff, -1px -2px 0px #fff, 0px -2px 0px #fff, 1px -2px 0px #fff, 2px -2px 0px #fff, 2px -1px 0px #fff, 2px 0px 0px #fff, 2px 1px 0px #fff, 2px 2px 0px #fff, 1px 2px 0px #fff, 0px 2px 0px #fff, -1px 2px 0px #fff, -2px 2px 0px #fff, -2px 1px 0px #fff, -2px 0px 0px #fff, -2px -1px 0px #fff;
}
.development {
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1rem;
  position: fixed;
  top: 20%;
  left: 1rem;
  transform: translateX(-20%);
}
.development ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.development ul li {
  margin: 0.4rem;
}
.development a {
  display: inline-block;
  padding: 1.2rem;
  border-radius: 50%;
  background-color: hsl(var(--primary-hue), var(--primary-saturation), var(--primary-lightness));
  border: 1px solid #fff;
  color: white;
}
:root {
  --primary-hue: 210;
  --primary-saturation: 65%;
  --primary-lightness: 30%;
}
