#more_sf {
    float: right;
    font-size: 18px;
    color: #aaaaaa;
}

header {
    position: relative;
}

.sfnav {
    position: absolute;
    background: url(images/sfnav_bg.png) repeat-x;
    width: 100%;
    height: 75px;
    bottom: 0;
}

.sfnav ul li a {
    float: left;
    font-size: 24px;
    color: #ffffff;
    height: 70px;
    line-height: 70px;
    padding: 0 36px;
    margin-left: 104px;
    margin-top: 5px;
    box-sizing: border-box;
}

.sfnav ul li a:hover {
    background: #ffffff;
    border-radius: 10px 10px 0 0;
    color: #c20009;
    padding-top: 3px;
}

.bai {
    width: 1200px;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .4);
    background: #fff;
    margin: 0 auto;
    padding: 60px;
    box-sizing: border-box;
    overflow: hidden;
}

.sflanmu_tit {
    background: url(images/sflm_bg.png) center no-repeat;
    height: 41px;
    line-height: 41px;
    text-align: center;
}

.sflanmu_tit a {
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 5px;
    margin-left: 10px;
}

.sflanmu li {
    font-size: 18px;
    height: 56px;
    line-height: 56px;
}

.sflanmu li a:hover {
    color: #c20009;
}

.sflanmu li:before {
    position: relative;
    content: "\220E";
    color: #ec441e;
    font-size: 13px;
    padding-right: 20px;
    top: -5%;
}

.sflink {
    position: relative;
    background: url(images/sfnav_bg.png) repeat-x;
    width: 100%;
    height: 75px;
    line-height: 75px;
    z-index: 1;
}