@charset "utf-8";
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 19px;
  font-family: "微软雅黑";
  color: #000730;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  border: 0;
}

a {
  text-decoration: none;
  outline: none;
}

a:link,
a:visited,
a:hover,
a:active {}

a:active {
  outline: none;
  star: expression(this.onFocus=this.blur());
}

.contentBox {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#topbox {
  background-color: #d7d7d7;
  width: 100%;
}

.top {
  height: 66px;
}

.product {
  float: left;
  height: 66px;
}

.breadcrumb {
  float: right;
  margin: 30px 20px 0 0;
  color: #505050;
}

.breadcrumb a {
  margin: 0 3px;
  line-height: 33px;
  color: #505050;
  text-decoration: none;
}

#RegisterBox {
  display: none;
}

#fullbg {
  display: none;
  background-color: #000;
  left: 0px;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  z-index: 110;
  filter: alpha(opacity=20);
  /* IE6 */
  -moz-opacity: 0.2;
  /* Mozilla */
  -khtml-opacity: 0.2;
  /* Safari */
}

#popBox {
  width: 800px;
  height: 344px;
  position: absolute;
  z-index: 120;
  top: 100px;
}

.closebox {
  background: url("../images/bg_close.jpg") no-repeat scroll left top transparent;
  display: block;
  height: 14px;
  right: 30px;
  position: absolute;
  top: 10px;
  width: 14px;
  z-index: 999;
}

.paomadengbox {
  width: 100%;
  height: 22px;
  position: fixed;
  bottom: 0;
  background-color: #023eec;
  border-top: solid 1px #396aff;
  border-bottom: solid 1px #396aff;
  z-index: 109;
  display: none;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}

.paomadeng {
  margin: 0 auto;
  width: 900px;
  font: 14px/22px '微软雅黑';
  color: #FFF;
}

.paomadenginfobox {
  float: right;
  width: 820px;
  height: 22px;
  overflow: hidden;
  position: relative;
}

.paomadenginfo {
  position: absolute;
  top: 0;
  left: 250px;
  width: 5000px;
  height: 22px;
}

.paomadenginfo p {
  float: left;
  margin: 0 30px 0 0;
  padding-left: 20px;
  background: url(../images/bg_pmd_line.jpg) left center no-repeat;
}

.paomadenginfo p a {
  font: 12px/22px '微软雅黑';
  color: #93c8ff;
}

.paomadenginfo p a:hover {
  text-decoration: underline;
}
