

.iconfont {
    font-family: "iconfont" !important;
    font-size: 13px;
    font-style: normal;
}

.key_tag{text-decoration:underline;}

/*导航栏样式*/
.lf_menu {
   width: 1147px;
   margin: 0 auto;
}
.lf_menu li a.home{
    background:#0c2977 url(../imges/home.png) no-repeat 19px center;
    padding-left: 15px;
}
.lf_menu li {
    float: left;
    width: 143px;
    position: relative;
}
.lf_menu li > a {
    display: block;
    line-height:60px;
    text-align: center;
    color: #fff;
    height: 60px;
    font-size: 16px;
}
.lf_menu li > a.lf_cur{
    background: #e99205 url(../imges/home.png) no-repeat 19px center;
}

.lf_menu li > a:hover {
    background: #e99205;
}
.lf_menu li a.home:hover {
    background: #e99205 url(../imges/home.png) no-repeat 19px center;
}
.lf_subnav {
    position: absolute;
    width: 100%;
    background: #fff;
    display: none;
    z-index:999;
}
.lf_subnav a {
    display: block;
    text-align: center;
    color: #323232;
    height: 38px;
    line-height: 38px;
    font-size: 13px
}
.lf_subnav a:hover {
    color: #1753b4;
}

.lf_top {
    height:60px;
    background: #0c2977;
}
