/*框架*/
*{
    margin:0;
    padding:0;
}
body,li,p,a,span{
    font-size: 14px;
    font-family:微软雅黑,Tahoma,Helvetica,Arial,sans-serif;
}
li{
    list-style: none;
}
a{
    color: black;
    text-decoration: none;
}
img{
    border:none;
}
/*end 框架*/
/*预设*/
.lm-float-l{
    float: left;
}
.lm-float-r{
    float: right;
}
.lm-clear-b{
    clear: both;
}
.lm-ta-c{
    text-align: center;
}
.lm-li-f>li{
    float: left;
}
.lm-li-f>div:last-child{
    clear: both;
}
/*end 预设*/
/*雷同类*/
.lm-wrapper{
    width: 1200px;
    margin: 0 auto;
}
.lm-title{
    text-align: center;
    padding: 60px 0 30px;
}
.lm-title h2{
    margin: 0 0 3px 0;
    font-family: "Cambria Math";
    font-size: 19px;
    letter-spacing: 1.2px;
    color: #6a6a6b;
}
.lm-title h1{
    margin: 0 0 12px 0;
    font-size: 36px;
    color: #212121;
}
.lm-title2 h1{
    font-size: 16px;
    color: #abadae;
    font-weight: normal;
}
.lm-title2 span{
    font-size: 16px;
    color: #002954;
    font-weight: bold;
}
.lm-title2 hr{
    width: 55px;
    height: 3px;
    border: none;
    margin: 10px 0 20px -20px;
    background: #E2AF1F;
}
/*end 雷同类*/
