/* 底部 */
.footer {
    background: url(/static/img/fotterbj.jpg) repeat-x;
    height: 230px;
}

/* 底部主体 */
.footer_main{
    width: 80%;
    margin: auto;
}

.footer .f2 ul{
    display: inline-block;
    margin-bottom: 0;
}
/* li样式 */
.footer .f2 ul li {
    float: left;
    width: 110px;
    text-align: center;
    font-family: "Microsoft YaHei";
    height: 22px;
    line-height: 22px;
    list-style: none;
}
/* ll加有边框分割、最后一个元素不加 */
.footer .f2 ul li:not(:last-child) {
    border-right: 1.5px solid #FFF;
}
/* li a标签字体改白色 */
.footer .f2 ul li a {
    color: #FFF;
}

/* 中 */
.footer .f2 div{
    font-family: "Microsoft YaHei";
    color: #FFF;
    padding-top: 5px;
}

.footer_main div{
    float: left;
}

.f1{
    width: 30%;
    margin-top: 2%;
}

.f_img{
    display:block; margin:0 auto;
}

.f2{
    font-size: 16px;
    text-align: center;
    width: 40%;
}

.f3{
    margin-top: 1%;
    width: 30%;
}
