@charset "utf-8";

/* CSS Document */
/*--------------------------------------页面背景--------------------------------------*/
.cover {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -10;
  _position: absolute;
  _top: expression(eval(document.body.scrollTop));
  _left: expression(eval(document.body.scrollLeft));
}

.cover img {
  width: 100%;
  height: 100%;
  border: 0;
}

/*--------------------------------------系统名称--------------------------------------*/
#login_area {
  background: url(../img/bg.png) no-repeat;
  width: 787px;
  height: 533px;
  margin: 8% auto 0;
  position: relative;
}

#dl_area {
  margin: 0 auto;
  clear: both;
}

#login_panel {
  width: 300px;
  height: 130px;
  position: absolute;
  top: 145px;
  right: 80px;
}

#login_panel p {
  width: 280px;
  height: 30px;
  float: left;
  margin: 0 0 10px 0;
  position: relative;
}

#login_panel p label {
  text-align: left;
  width: 25px;
  height: 30px;
  line-height: 30px;
}

.input_box {
  height: 30px;
  width: 240px;
  float: right;
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 1px 3px;
  background: url(../img/bg_fill.png) repeat-x #fff;
  color: #787878;
}

.input_box:focus {
  border: 1px solid #21c6f1;
}

.input_box_short {
  width: 130px;
  height: 30px;
  float: right;
  margin-right: 110px;
  font-size: 14px;
  border: 1px solid #d5d5d5;
  padding: 1px 3px;
  background: url(../img/bg_fill.png) repeat-x #fff;
  color: #787878;
}

.input_box_short:focus {
  border: 1px solid #21c6f1;
}

.pic_yanzheng {
  width: 102px;
  height: 31px;
  position: absolute;
  right: 0;
  bottom: -2px;
}

.icon {
  width: 22px;
  height: 22px;
  padding: 5px 5px 0 0;
}


/*--------------------------------------版权--------------------------------------*/
#copy {
  width: 400px;
  height: 30px;
  position: absolute;
  bottom: 15px;
  right: 30px;
  text-align: center;
  font-size: 13px;
  margin-bottom: 165px;
  color: #2274bb;
}

/*--------------------------------------访问量--------------------------------------*/
#fwl {
  width: 400px;
  height: 30px;
  position: absolute;
  bottom: 5px;
  left: -20px;
  text-align: center;
  font-size: 13px;
  margin-bottom: 165px;
  color: #2274bb;
}

/*--------------------------------------登录页按钮--------------------------------------*/
#btn_area {
  margin: 6px 10px 0 30px;
  float: left;
}

#btn_login {
  float: left;
  margin-right: 10px;
}

#btn_reset {
  float: left;
}

#btn_area input {
  padding: 12px 45px;
  line-height: 24px;
  color: #fff;
  font: 16px "Microsoft YaHei", Verdana, Geneva, sans-serif;
  cursor: pointer;
  border-radius: 5px;
}

.btn-style-01 {
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #2185e2;
}

.btn-style-01:hover {
  background-color: #3b98ef;
}

/*--------------------------------------常见问题--------------------------------------*/
#wenti {
  position: absolute;
  bottom: 15px;
  left: 90px;
  width: 230px;
  height: 120px;
}

.title_wenti {
  background: url(../img/i_wenhao.png) no-repeat;
  height: 23px;
  line-height: 23px;
  font-size: 15px;
  font-weight: bold;
  color: #015790;
  text-indent: 30px;
  padding-bottom: 5px;
}

#wenti ul li {
  background: url(../img/i.png) no-repeat 9px 6px;
  text-indent: 30px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#wenti ul li a {
  color: #076aab;
  text-decoration: none;
}

#wenti ul li a:hover {
  color: #076aab;
  text-decoration: underline;
}

.more {
  float: right;
  padding: 5px 15px 0 0;
}

.more a {
  color: #076aab;
  text-decoration: none;
}

.more a:hover {
  color: #076aab;
  text-decoration: underline;
}

/*--------------------------------------通知公告--------------------------------------*/
#tongzhi {
  position: absolute;
  bottom: 15px;
  right: 90px;
  width: 230px;
  height: 120px;
}

.title_tongzhi {
  background: url(../img/i_tanhao.png) no-repeat;
  height: 23px;
  line-height: 23px;
  font-size: 15px;
  font-weight: bold;
  color: #015790;
  text-indent: 30px;
  padding-bottom: 5px;
}

#tongzhi ul li {
  background: url(../img/i.png) no-repeat 9px 6px;
  text-indent: 30px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#tongzhi ul li a {
  color: #076aab;
  text-decoration: none;
}

#tongzhi ul li a:hover {
  color: #076aab;
  text-decoration: underline;
}

.more {
  float: right;
  padding: 5px 15px 0 0;
}

.more a {
  color: #076aab;
  text-decoration: none;
}

.more a:hover {
  color: #076aab;
  text-decoration: underline;
}

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 13px;
  color: #015790;
  line-height: 20px;
  padding: 12px 0;
}

.footer a{
  color: #015790;
}

.footer a:hover{
  text-decoration: underline;
}

.icon{
  width: 22px;
  height: 22px;
}