ul {
 margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;
}
li {
 margin: 0px; padding: 0px; border: 0px currentColor; border-image: none;
}
ul {
 list-style: none; float: left;
}
li {
 list-style: none; }
a:link {
 text-decoration: none; cursor: pointer;
}
a:visited {
 text-decoration: none; cursor: pointer;
}
a:hover {
 text-decoration: none; cursor: pointer;
}
a:active {
 text-decoration: none; cursor: pointer;
}
a:hover {
 color:#2a3f5c;
}

@media (min-width: 1200px) {
  .container{
      max-width: 1400px;
      width: 1400px;}
}
body{
   background: #fff;
   font-family:"微软雅黑";

}

@media(max-width:1200px){
#top,#banner,#lscl,#foot
{
width:1200px;
}

}
#top{   
    background:#2a3f5c;
}
#lmmc{
   margin:30px 0px 20px 0px;}

@keyframes mouse-scrolling {
  from {
    opacity: 0;
    }
  to {
    opacity: 1;
  }
}