#header {
  height: 125px;
}
#header .container {
  position: relative;
}
#header .container a.logo {
  width: 423px;
  height: 94px;
  position: absolute;
  left: 0;
  top: 16px;
  background: url(../images/header_logo.png) no-repeat;
}
#header .container .mark {
  position: absolute;
  left: 504px;
  top: 43px;
  width: 341px;
  height: 39px;
  background: url(../images/header_mark.png) no-repeat;
}
#header .container .mesbox {
  position: absolute;
  right: 0;
  top: 30px;
}
#header .container .mesbox p.date {
  color: #444444;
  text-align: right;
}
#header .container .mesbox form {
  width: 237px;
  height: 26px;
  border: 1px solid #dddedf;
  border-radius: 13px;
  overflow: hidden;
  margin-top: 12px;
}
#header .container .mesbox form input {
  border: 0 none;
  outline: none;
  width: 180px;
  height: 26px;
  line-height: 26px;
  float: left;
  margin-left: 10px;
}
#header .container .mesbox form button {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
  width: 16px;
  height: 16px;
  border: 0 none;
  outline: none;
  background: url(../images/header_searchicon.png) no-repeat;
  cursor: pointer;
}
#navbar {
  height: 50px;
  background: url(../images/navbar_bg.jpg);
  z-index: 20;
    position: relative;
}
#navbar .nav dl {
  float: left;
  width: 120px;
  height: 50px;
  position: relative;
}
#navbar .nav dl dt a {
  display: block;
  width: 100%;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  color: #ffffff;
}
#navbar .nav dl dd {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  background: url(../images/navbar_bg.jpg);
  display: none;
}
#navbar .nav dl dd a {
  display: block;
  width: 100%;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #ffffff;
}
#navbar .nav dl dd a:hover {
  background-color: #3d95bd;
}
#navbar .nav dl:hover dt a {
  background-color: #3d95bd;
  border-bottom-color: #47ce65;
}
#footer {
  background-color: #15688a;
  padding: 10px 0;
  text-align: center;
  height: 100px;
  position: relative;
}
#footer p {
  line-height: 30px;
  color: #ffffff;
}
#footer p a {
  color: #ffffff;
}
#footer p a:hover {
  text-decoration: underline;
}
#footer .qrcode {
  position: absolute;
  left: 50%; top: 10px; margin-left: 500px;
  width: 80px; height: 100px;
}
#footer .qrcode img{
  display: block; width: 100%;
}

.fanye{ width: 100%; height:32px; overflow: hidden; line-height: 24px; font-size: 14px; text-align: center; padding: 10px 0; margin: 20px 0;}
.fanye .all{ width: auto; background:none;}
.fanye a { font-size: 12px; margin:2px; padding:5px 8px; border:1px solid #15688a; color:#15688a; text-decoration:none; }
.fanye a:hover { border:1px solid #ff0000; color:#ff0000; }
.fanye a:active { border:1px solid #009900; color:#6A6A6A; }
.fanye span { margin:2px; padding:5px 8px; border:1px solid #CFCFCF; color:#CFCFCF; font-size:12px; }
.fanye span.current { margin:2px; padding:5px 8px; border:1px solid #CFCFCF; font-weight:bold; color:#fff; background-color:#CFCFCF; }
