body {
  font-size: 14px;
  background: #F2F2F2;
}

a {
  text-decoration: none !important;
  color: #333 !important;
}

#app-wrap {
  display: none;
}

.main {
  margin-bottom: 30px;
}

.Headbanner {
  position: relative;
}
.Headbanner img {
  width: 100%;
  height: 300px;
}
.Headbanner .logo {
  width: 200px;
  height: 70px;
  display: inline-block;
  background-image: url(./header-logo.png);
  background-size: 100%;
  position: absolute;
  left: 20px;
  top: 20px;
}

.ml_tit_zq {
  color: #6792ed;
  height: 48px;
  line-height: 48px;
  border-bottom: 2px solid #e7f0f3;
  margin: 20px 20px;
}
.ml_tit_zq a {
  text-decoration: none;
  display: inline-block;
  color: #6792ed !important;
}

.ml_tit_zq span {
  width: 200px;
  border-bottom: 2px solid #6792ed;
  height: 46px;
  display: block;
  font-size: 25px;
  padding: 0 0 0 45px;
}

.dwName {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
}
.dwName li {
  width: 25%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dwName li a {
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
}
.dwName li a::before {
  content: " ";
  width: 8px;
  height: 8px;
  background-color: #1892ff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 4px;
}
.dwName li a:hover {
  background: #e7f0f3;
}/*# sourceMappingURL=index.css.map */

#pc-wrap .footer-box .footer-line .flex-item4 li{
  padding: 7px !important;
}