* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
.bar {
  background-color: #323232;
}
.bar:after {
  background-color: #323232;
}
.title {
  color: white;
}
.icon-caidan {
  color: white;
}
.panel {
  background: #323232;
}
.panel .content-block {
  color: white;
  font-size: 0.7rem;
  line-height: 1.8rem;
}
.panel_list li {
}
.panel_list a {
  color: white;
  display: flex;
  justify-content: space-between;
}
.product_nav {
  display: none;
  width: 80%;
  margin: 0 0 0 20%;
  transition: all 0.5s ease-in;
}
.solution_nav {
  display: none;
  width: 80%;
  margin: 0 0 0 20%;
  transition: all 0.5s ease-in;
}
.hot {
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}
.about_nav {
  display: none;
  width: 80%;
  margin: 0 0 0 20%;
  transition: all 0.5s ease-in;
}
.icon-htbArrowright {
  transform: rotateZ(0);
  transition: all 0.5s ease-in;
}
.icon-caidan {
  position: relative;
  z-index: 20;
  padding: 0.5rem 0.1rem;
  font-size: 1rem;
  line-height: 1.2rem;
}

.swiperBox img {
  width: 100%;
}

.main {
  padding: 0 0.5rem;
  margin: 1rem 0;
  text-align: center;
}

footer {
  color: #cccccc;
  background-color: #323232;
  padding: 0.5rem;
}

footer p {
  margin: 0;
}

footer .footer_top {
  margin: 1rem 0;
}
.footer_top > div {
  display: flex;
  justify-content: flex-start;
  margin: 0.3rem 0;
}
.footer_top div {
  padding: 0 0.5rem;
  font-size: 0.7rem;
}

.footer_top > p {
  margin: 0.8rem 0;
  font-size: 0.6rem;
}

.logoImg {
  max-width: 6rem;
  max-height: 2rem;
}

.Copyright {
  border-top: 1px solid #eeeeee;
  font-size: 0.6rem;
  padding-top: 0.5rem;
  text-align: center;
  line-height: 1rem;
}
