﻿.line {
  margin: 0 auto;
  width: 80px;
  height: 4px;
  background-color: #fff;
  border-radius: 20px;
}
.nav-active{
  font-weight: bold;
}
.nav-link {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1700px) {
  .nav-bar {
    padding: 0 150px !important;
  }
}
@media screen and (max-width: 1500px) {
  .nav-bar {
    padding: 0 100px !important;
  }
}
.nav-bar {
  margin-bottom: 0;
  min-width: 1200px;
  padding: 0 340px;
  background-color: #4C8CC3;
}
.nav-bar2{
  background-color: #006bab;
}
.nav-dsj{
  background-color: #55B1FF;
}
.nav-gjzj{
  background-color: #395899;
}
.nav-hdjtdxjyz{
  background-color: #5E966B;
}
.nav-bar .list {
  display: flex;
  list-style: none;
  width: 1200px;
  justify-content: space-around;
  margin-bottom: 0;
}
.nav-bar .list a:visited,
.nav-bar .list a:active,
.nav-bar .list a:hover,
.nav-bar .list a:focus {
  color: #fff;
  text-decoration: none;
}
.nav-bar .list .list-item {
  text-align: center;
  display: inline-block;
  max-width: 140px;
  min-width: 100px;
  height: 45px;
  line-height: 45px;
  margin: 10px 0;
  color: #fff;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
.nav-bar .list .list-item2{
  font-weight: bold;
}
.nav-bar .list .list-item:hover {
  line-height: 2.2 !important;
}
.nav-list{
  position: relative;
  background-color: #4c8cc3;
  color: #fff;
  z-index: 999;
  display: none;
}
.nav-list .nav-item a{
  color: #fff !important;
}
.on{
  display: block;
}
.footerNavWrap{
  display: none;
}
@media (max-width:1080px) {
  .nav-bar  {
    display: none;
  }
  .footerNavWrap {
    left: 0;
    position: fixed;
    bottom: 0;
    background: #fff;
    min-height: 10vh;
    border-top: 1px solid #ccc;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    font-size: 14px;
  }
  .footerNav {
    flex-direction: column;
    flex-direction: column;
    width: 20%;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .footerNav img{
    width: 30px;
    display: flex;
  }
}
