header {
  height: 1.7rem;
  height: 1.35rem;
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 0 0.1rem;
}
header .container {
  max-width: 14rem;
  height: 100%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
header .container .logo a {
  width: 2.52rem;
  width: 2.05rem;
  display: flex;
}
header .container .logo a img {
  width: 100%;
  height: a;
}
header .container .menu {
  height: 100%;
}
header .container .menu > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
header .container .menu > ul > li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1.3vw;
}
header .container .menu > ul > li:not(:last-child) {
  /*margin-right: 0.65rem;*/
}
header .container .menu > ul > li > a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  font-size: .16rem;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  transition: all 0.5s;
}
header .container .menu > ul > li > ul {
  display: none;
  /*padding: 0.12rem 0 0.21rem;*/
  width: max-content;
  width: 1.6rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  background: rgba(255, 255, 255, 0.8);
  border-top: 2px solid #e60012;
}
header .container .menu > ul > li > ul li {
  padding: 0.1rem 0.7rem;
  padding: .1rem 0.2rem;
  transition: all 0.5s;
  cursor: pointer;
}
header .container .menu > ul > li > ul li:not(:last-child) {
  /*margin-bottom: 0.1rem;*/
}
header .container .menu > ul > li > ul li a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  font-size: .15rem;
  color: #878786;
  text-align: left;
  font-style: normal;
  text-transform: none;
  transition: all 0.5s;
  text-align: center;
  display: block;
  width: 100%;
}
header .container .menu > ul > li > ul li:hover {
  background-color: #fff;
}
header .container .menu > ul > li > ul li:hover a {
  color: #e60012;
}
header .container .menu > ul > li:hover > a {
  color: #e60012;
}
@media only screen and (max-width: 1024px) {
header{
  display: none;
}
.homeBanner{
  margin-top: .9rem;
}
}
