* {
  padding: 0;
  margin: 0;
  /* line-height: 0; */
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
p {
  font-family: MicrosoftYaHei;
  line-height: 22px;
}
.index-logo {
  display: block;
  height: auto;
  width: 185px;
}
.navbar {
  padding: 20px 0 0;
}
/* .navbar-brand {
  padding-bottom: 16px;
} */
.navbar-nav {
  text-align: center;
}
.navbar-nav li {
  padding: 20px 0;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  color: #343434;
}
.index_phone {
  position: fixed;
  bottom: 0;
  left: 1%;
  width: 98%;
  background-color: #01b369;
  text-align: center;
  border-radius: 30px;
  padding: 10px;
}
/* 底部开始 */
.foot {
  background-color: #002b6f;
  padding: 30px 0 20px;
  text-align: center;
}
.foot a:hover {
  text-decoration: none;
}
.footer_nav h5 {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer_nav p {
  line-height: 18px;
}
.footer_nav p a {
  font-size: 14px;
  color: #ffffff;
}
.banquan p {
  text-align: center;
  font-size: 12px;
  color: #545454;
  padding: 14px 15px 0;
}
.banquan p a {
  color: #545454;
}
.banquan p a:hover {
  text-decoration: none;
}