nav {
  height: 1.6875rem;
  background-color: #ffffff;
  color: #2C2C2C;
  position: relative;
  z-index: 999;
}
nav ul {
  font-size: 0.3125rem;
  display: flex;
  justify-content: center;
  line-height: 1.6875rem;
  text-align: center;
}
nav ul .logo {
  margin-top: 0.0625rem;
  margin-right: 3.5rem;
}
nav ul .logo a {
  display: block;
  font-size: 0.125rem;
  overflow: hidden;
  width: 0.9875rem;
  height: 0;
  padding-top: 1.5rem;
  background: url(../images/banner/LOGO.png) no-repeat;
  background-size: 100% auto;
}
nav ul a {
  display: block;
}
nav ul a li {
  width: 1.7875rem;
  box-sizing: border-box;
}
nav ul a:hover {
  line-height: 1.9rem;
}
nav ul .current {
  background-color: #ED9C1C;
  height: 1.8375rem;
  line-height: 1.9rem;
  color: #fff;
}
.reminder {
  width: 100%;
  height: 1.3125rem;
  background: url(../images/company_profile/组\ 14\ 拷贝.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: -1;
}
.reminder .title {
  font-size: 0.375rem;
  width: 3.975rem;
  height: 1.325rem;
  color: #fff;
  background: url(../images/company_profile/组\ 15\ 拷贝.png) no-repeat;
  background-size: 100% 100%;
  text-align: left;
  line-height: 1.8rem;
  position: absolute;
  left: 4.375rem;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .reminder .title {
    left: 0px;
  }
}
section {
  background: url(../images/index/图层\ 25.png) no-repeat;
  background-size: 100% auto;
}
section ul {
  width: 15.0375rem;
  background-color: #fff;
  margin: 0 auto;
  font-size: 0.25rem;
  color: #5D5D5D;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  padding: 0.35rem 2.9375rem 0.625rem 0.5125rem;
  box-sizing: border-box;
  line-height: 1.7;
}
section ul li {
  margin-bottom: 20px;
}
footer {
  height: 2.1125rem;
  background-color: #000;
  color: #fff;
  font-size: 0.1875rem;
  text-align: center;
  line-height: 2.5;
  padding: 0.125rem 0;
  box-sizing: border-box;
}
footer ul {
  display: flex;
  justify-content: center;
}
footer ul li {
  margin-left: 0.4rem;
  font-size: 0.25rem;
  position: relative;
}
footer ul li::after {
  content: "";
  display: block;
  width: 0.0375rem;
  height: 0.325rem;
  background-color: #3DCFBF;
  position: absolute;
  top: 0.1875rem;
  right: -0.25rem;
}
footer ul li:nth-last-child(1)::after {
  display: none;
}
footer ul li a {
  color: #fff;
}
