/*
 *å…¬ç”¨åº•éƒ¨
 */

.st-brand{
    margin-top: 40px;
    padding: 17px 0;
    background: #f9f9f9;
}
.brand-list{
    font-size: 0;
}
.brand-list .item{
    color: #666;
    display: inline-block;
    width: 299px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #e4e4e4;
    font-size: 16px;
}
.brand-list .item.last{
    width: 300px;
    border-right: 0;
}
.brand-list .item i{
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin: -3px 10px 0 0;
    background: url("../images/home-page-icon.png") no-repeat;
}
.brand-list .item .icon1{
    background-position: 0 -269px;
}
.brand-list .item .icon2{
    background-position: 0 -305px;
}
.brand-list .item .icon3{
    background-position: 1px -341px;
}
.brand-list .item .icon4{
    background-position: 0 -379px;
}

/* 帮助 */
.st-help {
    float: left;
    width: 100%;
    min-width: 1200px;
    padding: 30px 0 16px;
    background: #2b2e35;
    margin-top: 40px;
}
.help-lsit dl {
    float: left;
    width: 200px;
}

.help-lsit dl dt,
.help-lsit dl dt a {
    color: #bbb;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold
}

.help-lsit dl dd{
    margin-top: 6px;
}
.help-lsit dl dd a {
    display: block;
    color: #bbb;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.help-lsit dl dd a:hover {
    color: #fff;
}

.st-wechat {
    float: right;
    width: 130px;
    margin: 9px 30px 0;
    text-align: center;
}

.st-wechat .pic{
    display: block;
    width: 104px;
    height: 104px;
    padding: 8px;
    background-color: #fff;
    margin: 0 auto;
}
.st-wechat .txt{
    color: #bbb;
    font-size: 14px;
    display: block;
    line-height: 20px;
    margin-top: 10px;
}

/* 底部 */
.st-footer {
    float: left;
    width: 100%;
    min-width: 1200px;
    padding: 0 0 18px;
    background: #2b2e35
}

.st-foot-menu {
    padding: 20px 0;
    text-align: center;
    font-size: 0;
    border-top: 1px solid #bbb;
}

.st-foot-menu a {
    color: #bbb;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    padding: 0 10px;
    border-left: 2px solid #c1c1c1;
    font-size: 14px
}

.st-foot-menu a:hover {
    color: #fff;
}

.st-foot-menu a:first-child {
    border-left: 0
}

.st-foot-edit {
    color: #bbb;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}

/* 友情链接 */
.st-link {
    float: left;
    width: 100%;
    min-width: 1200px;
    background: #2b2e35
}

.st-link-list {
    padding: 15px 0;
    border-top: 1px solid #bbb
}

.st-link-list strong,
.st-link-list a {
    font-size: 14px;
    color: #bbb;
    height: 22px;
    line-height: 22px;
}

.st-link-list strong {
    float: left;
    width: 70px;
}

.st-link-list .child {
    float: left;
    width: 1130px;
}

.st-link-list a {
    float: left;
    margin: 0 10px 0 0;
}

.st-link-list a:hover {
    color: #fff;
}

/* 底部固定图片 */
.st-footer-img{
    float: left;
    width: 100%;
    min-width: 1200px;
    background-color: #2b2e35;
    padding: 2px 0 26px;
}
.st-footer-img .pic{
    float: left;
    width: 109px;
    height: 47px;
    background-color: #e7e7e7;
    margin: 0 10px 10px 0;
}
.st-footer-img .pic>img{
    display: block;
    width: 100%;
    height: 100%;
}