body{
    font-family: "微软雅黑";
    font-size: 17px;
}
.about{
    width: 100%;
    color: rgb(1, 81, 144);
    height: 46px;
    font-weight: bolder;
    /* background: url(lm_bg.jpg) bottom no-repeat; */
    margin-bottom: 15px;
}
.about a{
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    color: #00508e;
    text-decoration: none;
    padding-left: 5px;
}
.about-content{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #727171;
    line-height: 27px;
}
.about-img{
    padding-top: 10px;
}

.foot{
    width: 100%;
    height: 80px;
    background-color: #dcdddd;
    margin-top: 35px;
}
.copy{
    font-size: 14px;
    color: #727171;
    float: left;
    line-height: 25px;
    margin-top: 16px;
}
