@charset "utf-8";
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
#top {
  width: 1200px;
  margin-top: 10px;
  margin-bottom: 20px;
 text-align: right;
overflow: hidden;
    height: 50px;
}
#top .sy {
    width: 200px;
    display: inline-block;
    float: right;
}
#top .search{
    float: right;
    clear:right;
}
#logo {
  background-image: url(../img/ldt.jpg);
  background-repeat: no-repeat;
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 250px;
}
#logo img{
  width:500px;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-54px;
  margin-left:-250px;
}
#nav {
  height: 50px;
  margin: 0 auto;
}
#nav ul {
  padding: 0;
  list-style-type: none;
}
#nav ul li {
  float: left;
}
#nav ul li a {
  color: #000000;
  display: block;
  text-align: center;
  padding: 12px 12px;
  min-width: 120px;
  text-decoration: none;
  font-size: 20px;
}
#nav ul li a:hover {
   background: rgba(255, 0, 0, 0.7);
  color: white;
}
ul .rq .drpn {
  display: none;
  position: absolute;
  z-index: 2;
}
#nav ul .rq {
  position: relative;
}
#nav ul .rq:hover .drpn {
  display: inline-block;
  background: rgba(232, 232, 232, 0.74);
}
#banner {
  width: 1200px;
  height: 320px;
  margin: 25px auto;
  box-shadow: 2px 2px 4px 2px #D4D4D4;
}
#banner .lunbo {
    width: 700px;
    height: 320px;
    float: left;
    background: #D5D5D5;
}
#banner .news {
    width: 480px;
    float: right;
    height:320px;
}
#main {
  width: 1200px;
  margin: 50px auto 25px;
  min-height: 100%;
  height: auto !important;
}
#main .sidebar {
    width: 250px;
    margin-top: 0px;    
    float: left;
    margin-right: 50px;
    text-align: center;
}
#main .sidebar dt{
    min-height: 50px;    
}
#main .list {
    width: 900px;    
    float: left;
}
#main .left {
  width: 720px;  
  margin-right: 60px;
  float: left;
}
#main .right {
  width: 420px;  
  float: left;
}
#main .lm {
  width: auto;
  margin-bottom: 25px;
  margin-top: 25px;
  box-shadow: 2px 2px 4px 2px #D4D4D4;
  padding: 20px 0;
}
#footer {
  width: 1200px;
  height: 100px;
  text-align: center;
  margin-top: 50px;
  border-top: 3px solid #2E2E2E;
  margin-left: auto;
  margin-right: auto;
  padding-top: -100px;
  font-size: 12px;
  overflow: hidden;
}
a{
color:black;
text-decoration: none;
}
a.yq:hover{
color:#dc1b1e;
}
#content {
    width: 1200px;
    margin: 50px auto;
}
.bgys{font-size:10pt;}