* {
    margin: 0px;
    padding: 0px;
}

.banner {
    background: url(lmy_banner.jpg) no-repeat center;
    height: 300px;
    width: 100%;
}

.nav {
    width: 100%;
    height: 60px;
    background: url(nav.jpg) no-repeat center;
    line-height: 60px;
}

.nav ul {
    overflow: hidden;
    width: 1200px;
    margin: auto;
    height: 60px;
    line-height: 60px;
}

.nav ul li {
    float: left;
}

.nav ul li a {
    color: #fff;
    font-size: 30px;
}

.nav ul li:first-child {
    margin-left: 16px;
    margin-right: 74px;
}

.nav ul li {
    margin-left: 74px;
    margin-right: 74px;
}

.nav ul li+li+li+li+li {
    margin-right: 29px;
}
.lmy_content{
    width: 1100px;
    margin: auto;
}


.lmy_content ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 80%;
    float: left;
    color: #333;
font-size:15px;
}
.lmy_content ul{
    padding: 30px 0px;
}

.lmy_content li {
    height: 50px;
    line-height: 50px;
    padding-right: 20px;
}
 .border-line {
    border-bottom: 1px dashed #E4E4E4;
    margin: 10px 0;
}

.lmy_content ul li a i {
    background: url(listType.png) no-repeat center;
    float: left;
    width: 4px;
    height: 50px;
    margin: 0 20px;
}
.lmy_content ul li span {
    float: right;
}

.footer{
    height: 119px;
    width: 100%;
    background: url(footer_bg.jpg) no-repeat center;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    padding-top: 35px;
    text-align: center;
    font-family: "微软雅黑";
}