@charset "utf-8";
/* 底部广告 */
.foot-ad-bar{
    float: left;
    width: 100%;
    height: 70px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}
.foot-ad-bar>a{
    display: block;
    width: 1920px;
    height: 70px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
/* 服务保障 */
.foot-help-bar{
    clear: both;
    padding: 35px 0;
    border-bottom: 1px solid #e3e3e3;
    background: #f7f7f7;
}
.help-wrap{

}
.help-wrap li{
    float: left;
    width: 240px;
    position: relative;
    text-align: center;
}
.help-wrap li:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 74px;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px dotted #d6d6d6;
}
.help-wrap li.last:after{
    border: 0;
}
.help-wrap li .icon{
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url("../images/help-icon.png") no-repeat;
}
.help-wrap li .icon01{
    background-position: 0 0;
}
.help-wrap li .icon02{
    background-position: -35px 0;
}
.help-wrap li .icon03{
    background-position: -70px 0;
}
.help-wrap li .icon04{
    width: 36px;
    background-position: -105px 0;
}
.help-wrap li .icon05{
    background-position: -142px 0;
}
.help-wrap li strong{
    display: block;
    font-size: 16px;
}
.help-wrap li span{
    color: #999;
    display: block;
}

.st-footer {
    float: left;
    width: 100%;
    min-width: 1200px;
    padding: 20px 0;
    background: #fff
}
.st-foot-menu {
    float: left;
    width: 1200px;
    padding: 10px 0;
    font-size: 0;
    text-align: center
}
.st-foot-menu a {
    font-size: 12px;
    display: inline-block;
    height: 13px;
    line-height: 13px;
    padding: 0 10px;
    border-left: 2px solid #c1c1c1
}
.st-foot-menu a:hover{
    color: #f80;
}
.st-foot-menu a:first-child {
    border-left: 0
}
.st-foot-edit {
    float: left;
    color: #666;
    width: 1200px;
    line-height: 24px;
    padding-top: 20px;
    text-align: center
}

.st-link {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    min-width: 1200px;
    background: #fff
}
.st-link-list {
    float: left;
    width: 1200px;
    font-size: 12px;
}
.st-link-list dt{
    float: left;
    width: 70px;
    height: 22px;
    line-height: 22px;
}
.st-link-list dd{
    min-height: 22px;
    padding-left: 70px;
}
.st-link-list dd a{
    color: #999;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 22px;
    line-height: 22px;
    margin-right: 10px;
}