@charset "utf-8";
body {
  font-family: "Microsoft YaHei";
}
#navBar {
  margin: 0px;
  padding: 0px;
  background-image: none;
  background-color: white;
  border-style: none;
}
@media (min-width: 768px) {
  #navBar {
    height: 96px;
  }
}
@media (min-width: 992px) {
  #navBar {
    height: 124px;
  }
}
@media (min-width: 1200px) {
  #navBar {
    height: 150px;
  }
}
@media (min-width: 1300px) {
  #navBar {
    height: 162.5px;
  }
}
@media (min-width: 1400px) {
  #navBar {
    height: 175px;
  }
}
.nav > li {
  float: left;
}
#logo {
  margin-top: 23px;
  margin-left: 24px;
  width: 14.6%;
  float: left;
}
#logo a {
  padding-top: 30px;
  width: 100%;
}
#logo a img {
  width: 100%;
}
#logo a:hover {
  border-bottom-style: none;
  text-decoration: none;
}
#naUl {
  width: 900px;
  margin-top: 79px;
  margin: 0 auto;
  height: 80px;
}
#naUl > li > a {
  margin-right: 30px;
  padding: 0px;
  font-size: 18px;
  box-shadow: none;
  line-height: 94px;
  background-image: none;
  text-align: center;
}
#naUl > li > a:hover {
  border-bottom-color: #002499;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  text-decoration: none;
  color: #002499;
  font-weight: bold;
  background-color: #f5f7f6;
}
#naUl > .active > a {
  border-bottom-color: #002499;
  border-bottom-width: medium;
  border-bottom-style: groove;
  text-decoration: none;
  color: #002499;
}
#naUl .sepLine {
  width: 2px;
  height: 24px;
  margin-top: 11px;
}
#login {
  line-height: 91px;
  font-size: 18px;
  color: #0b172f;
  float: right;
  margin-right: 24px;
}
@media screen and (max-width: 1244px) {
  #naUl {
    width: 800px;
    margin-top: 79px;
    margin: 0 auto;
    height: 178px;
  }
  #naUl > li > a {
    margin-right: 20px;
    padding: 0px;
    font-size: 16px;
    box-shadow: none;
  }
  #naUl .sepLine {
    width: 2px;
    height: 24px;
    margin-top: 11px;
  }
  #login {
    line-height: 86px;
    font-size: 16px;
    color: #0b172f;
    float: right;
    margin-right: 12px;
  }
}
#user {
  margin-top: 35px;
  margin-right: 8%;
  /* position: absolute;
  top: 83px;
  right: 2%;*/
  width: 40px;
}
@media screen and (max-width: 1030px) {
  #user {
    margin-top: 33px;
    margin-right: 3%;
    /* position: absolute;
     top: 83px;
     right: 2%;*/
    width: 40px;
  }
}
#user,
#user-copy {
  float: right;
  height: 42px;
}
#user-header,
#user-header-copy {
  cursor: pointer;
  height: 100%;
}
#user-header > img,
#user-header-copy > img {
  float: left;
  border-radius: 50%;
}
@media (min-width: 768px) {
  #user-header > img,
  #user-header-copy > img {
    height: 16px;
  }
}
@media (min-width: 992px) {
  #user-header > img,
  #user-header-copy > img {
    height: 20.66666667px;
  }
}
@media (min-width: 1200px) {
  #user-header > img,
  #user-header-copy > img {
    height: 25px;
  }
}
@media (min-width: 1300px) {
  #user-header > img,
  #user-header-copy > img {
    height: 27.08333333px;
  }
}
@media (min-width: 1400px) {
  #user-header > img,
  #user-header-copy > img {
    height: 29.16666667px;
  }
}
@media (min-width: 768px) {
  #user-header > img,
  #user-header-copy > img {
    width: 16px;
  }
}
@media (min-width: 992px) {
  #user-header > img,
  #user-header-copy > img {
    width: 20.66666667px;
  }
}
@media (min-width: 1200px) {
  #user-header > img,
  #user-header-copy > img {
    width: 25px;
  }
}
@media (min-width: 1300px) {
  #user-header > img,
  #user-header-copy > img {
    width: 27.08333333px;
  }
}
@media (min-width: 1400px) {
  #user-header > img,
  #user-header-copy > img {
    width: 29.16666667px;
  }
}
#user-header > div,
#user-header-copy > div {
  width: 110px;
  margin-left: 5px;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: #FFFFFF;
  float: left;
  height: 30px;
}
#user-info,
#user-info-copy {
  box-shadow: 1px 1px 2px #999999;
  background: white;
  opacity: 0.9;
  z-index: 1000;
  cursor: pointer;
  position: fixed;
  float: right;
  width: 120px;
}
#user-info > a > div,
#user-info-copy > a > div {
  color: black;
  font-size: 16px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
}
#user-info > a > div:hover {
  background: #bedffb;
  color: #000000;
}
#user-info > a > div > img,
#user-info-copy > a > div > img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-left: 20px;
}
#naUl > .active > a {
  border-bottom-color: #002499;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  text-decoration: none;
  color: #002499;
  font-weight: bold;
}
#goTopBtn {
  position: fixed;
  z-index: 1000;
  text-align: center;
  line-height: 30px;
  width: 50px;
  bottom: 135px;
  height: 55px;
  font-size: 12px;
  cursor: pointer;
  right: 20px;
  _position: absolute;
  _right: auto;
}
#goTopBtn img {
  opacity: 0.6;
}
