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: #94070a; 
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 1200px) {
  .container{
      max-width: 1430px;
      width: 1430px;}
}
body{
   background: #fff;
   font-family:"微软雅黑";

}

.row{
    width:100%;  
    max-width:1430px;
    margin: 0px auto;
 }

@media(max-width: 768px){
  .row{
    width:100%;}
}



#top{    
    background: rgb(148, 7, 10);
}

#lmmc{
   margin:30px 0px 20px 0px;}




#dqwz{
   position: relative;
   width: 100%;
   height: 43px;
   line-height: 43px;
   text-align: left;
   text-indent: 25px;
   background: url(../images/icon_location.png) left center no-repeat;
   border-top: #cccccc 1px dotted;
   border-bottom: #cccccc 1px dotted;
   margin-top: 20px;
   font-size: 14px;
}  