/* 取消pc右侧栏目显示 */
.swt-right-index{
  display: none!important;
}
/* 追加底部导航栏 */
.footnav{
  width: 100%;
  background: #fff;
  box-shadow: -0.05rem -0.05rem 0.15rem rgba(44, 152, 225, 0.2);
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0.15rem 0.1rem;
  display: flex;
  justify-content: center;
  font-size: 0.32rem;
}
.footnav a{
  display: inline-block;
  text-decoration: none;
  width: 2.4rem;
  line-height: 0.7rem;
  text-align: center;
  margin: 0.025rem;
  background: #036fba;
  color: #fff;
  border-radius: 0.1rem;
  box-shadow: -0.05rem -0.05rem 0.1rem rgba(255, 255, 255, 0.2) inset;
}
.footnav1,.footnav2,.footnav3{
  animation: span1 5s ease-in-out infinite;
}
.footnav2{
  animation-delay: 1.5s;
}
.footnav3{
  animation-delay: 1.5s;
}
@keyframes span1{
  33%{background: #319de6;}
  66%{background: #1e7cc3;}
  100%{background: #036fba;}
}


.diBu .diBu_daoHan {
  width: 100%;
  height: auto;
}
.diBu .diBu_daoHan .diBu_daoHan_top {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.diBu .diBu_daoHan .diBu_daoHan_top ul,
.diBu .diBu_daoHan .diBu_daoHan_top ol {
  list-style-type: none;
}
.diBu .diBu_daoHan .diBu_daoHan_top .navbar {
  margin: 0;
}
.diBu .diBu_daoHan .diBu_daoHa_bottom .diBu_daoHa_bottom_banQuan {
  padding-bottom: 7%!important;
}
.diBu .diBu_daoHan .diBu_daoHa_bottom .diBu_daoHa_bottom_hao {
  text-align: center;
}
@media (min-width: 900px) {
  .diBu .navbar {
    background: #015284;
  }
  .diBu .navbar .collapse .nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .diBu .navbar .collapse .nav .active a {
    color: #fff;
    background: inherit;
  }
  .diBu .diBu_daoHa_bottom .diBu_daoHa_bottom_hao h4 {
    font-size: 24px;
    color: #666;
  }
}
