@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  font-family: '微软雅黑';
}
* {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
/*-----导航栏、登录框、找回密码--*/
.yuandan_header {
  height: 48px;
  width: 100%;
  /*//background:url(../images/dashuju/header_bg.png) repeat-x left top;*/
  background-color: #0a2b80;
}
.header_body {
  width: 1180px;
  margin: 0 auto;
  height: 46px;
}
.header_body .log {
  float: left;
}
.header_body ul {
  width: 353px;
  height: 46px;
  float: left;
}
.header_body ul li {
  float: left;
  height: 46px;
  line-height: 46px;
  margin: 0px;
}
.header_body ul li a:hover {
  background: #15224f;
}
.header_body ul li a {
  width: 78px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  float: left;
  color: #eee;
  cursor: pointer;
}
.header_body ul li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.header_kefu {
  width: 340px;
  float: left;
  margin-left: 40px;
}
.header_kefu p {
  width: 200px;
  line-height: 46px;
  color: #eee;
  float: left;
}
.header_kefu .qq {
  width: 110px;
  margin-right: 10px;
  border-right: 1px solid #050915;
  margin-top: 17px;
  line-height: 12px;
  cursor: pointer;
  height: 15px;
}
.header_kefu .qq img {
  margin-top: -17px;
}
.header_body .login {
  height: 46px;
  width: 300px;
  float: left;
}
.app_down {
  display: none;
  width: 100px;
  height: 46px;
  line-height: 46px;
  float: left;
  display: none;
}
.header_body .login p {
  color: #eee;
}
.app_down {
  width: 90px;
  height: 46px;
  float: left;
  line-height: 46px;
  cursor: pointer;
  color: #eee;
  position: relative;
}
.app_down img {
  float: left;
}
.erweima {
  position: absolute;
  top: 33px;
  display: none;
  left: -13px;
  z-index: 999;
}
