@charset "utf-8";
body {
  font-family: "Microsoft YaHei";
}
.navbar {
  width: 100%;
}
.content {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
#logo {
  width: 224px;
  margin-top: 40px;
  float: left;
}
#logo a {
  width: 100%;
}
#logo a img {
  width: 100%;
}
#logo a:hover {
  border-bottom-color: none;
  border-bottom-width: none;
  border-bottom-style: none;
  text-decoration: none;
  color: none;
}
#naUl {
  width: 750px;
  height: 120px;
}
#naUl > li > a {
  float: left;
  color: #222222;
  text-align: center;
  margin: 0 6px;
  padding: 0px;
  width: 82px;
  padding-top: 0px;
  font-size: 18px;
  box-shadow: none;
  line-height: 116.5px;
}
#naUl > li > a:hover {
  background-color: #ffffff;
  border-bottom-color: #002499;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  color: #002499;
  font-weight: bold;
}
.dropdown-toggle {
  margin: 0px;
  padding: 0px;
}
#naUl > .active > a {
  margin: 0px;
  border-bottom-color: #002499;
  border-bottom-width: medium;
  border-bottom-style: groove;
  text-decoration: none;
  color: #002499;
  font-weight: bold;
}
#login {
  line-height: 120px;
  font-size: 18px;
  color: #0b172f;
  float: right;
  margin-right: 3%;
}
@media screen and (max-width: 1150px) {
  #login {
    display: none;
  }
}
#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;
}
#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;
}
