#header {
  position: relative;
  z-index: 10;
}
#header .top {
  height: 28px;
  line-height: 28px;
  background-color: #efefef;
  border-bottom: 1px solid #d5d4d4;
}
#header .top .container p.wel {
  float: left;
}
#header .top .container p.lan {
  float: right;
}
#header .top .container p.lan a:hover {
  text-decoration: underline;
  color: #ff1200;
}
#header .main {
  background-color: #fefefe;
}
#header .main .container {
  height: 150px;
  position: relative;
}
#header .main .container span.logo {
  width: 864px;
  height: 85px;
  background: url(../images/logo.png) no-repeat;
  position: absolute;
  left: 0;
  top: 40px;
}
#header .main .container .bg_r {
  width: 299px;
  height: 150px;
  background: url(../images/header_main_bg.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
#header .main .container span.tel {
  width: 211px;
  height: 90px;
  position: absolute;
  right: 0;
  top: 26px;
  background: url(../images/header_tel.png) no-repeat;
}
#header .nav {
  height: 48px;
  background-color: #0264d1;
}
#header .nav .container dl {
  float: left;
  width: 168px;
  height: 48px;
  border-left: 1px solid #026be1;
  border-right: 1px solid #025cc0;
  position: relative;
}
#header .nav .container dl:hover dt {
  background-color: #025cc0;
}
#header .nav .container dl dt {
  display: block;
  width: 100%;
  height: 48px;
}
#header .nav .container dl dt a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}
#header .nav .container dl dd {
  display: none;
  background-color: #0264d1;
  position: absolute;
  left: 0;
  top: 48px;
}
#header .nav .container dl dd a {
  display: block;
  width: 168px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}
#header .nav .container dl dd a:hover {
  background-color: #025cc0;
}
#footer {
  margin-top: 20px;
  height: 150px;
  
  background-color: #0264d1;
}
#footer .container p.banquan {
  float: left;
  color: #ffffff;
  height:50px; line-height:50px;
}
#footer .container p.jishu {
  float: right;
  color: #ffffff;
  padding-left: 25px;
  background: url(../images/icon_gongan.png) left center no-repeat / 20px auto;
  height:50px; line-height:50px;
}
#footer .container p.jishu a {
  color: #ffffff;
}
#footer .container p.jishu a:hover {
  text-decoration: underline;
}
a.to_top {
  display: none;
  position: fixed;
  bottom: 200px;
  right: 20px;
  width: 52px;
  height: 52px;
  background: url(../images/to_top.png) no-repeat;
}
