
/*bottom*/
.foot-back {
    padding-top: 36px;
    background: url(../images/bot.jpg) no-repeat top center;
    width: 100%;
}

.font-1 {
    float: left;
    width: 380px;
}

.font-2 {
    float: left;
    width: 340px;
}

    .font-2 .font2 {
        width: 100%;
        float: left;
    }

        .font-2 .font2 a {
            background: none;
            display: block;
            float: left;
            width: 134px;
            color: #e1e1e1;
            height: 38px;
            font-size: 15px;
        }

.foot-back h3 {
    font-size: 19px;
    height: 36px;
    font-weight: bold;
    color: #e6e6e6;
}

.foot-back .font-tit {
    margin-bottom: 18px;
    width: 38px;
    height: 1px;
    background: #fe6d00;
    float: left;
}

.font-1 .font1 {
    width: 100%;
    float: left;
}

    .font-1 .font1 a {
        display: block;
        float: left;
        width: 123px;
        color: #e1e1e1;
        height: 36px;
        font-size: 15px;
    }

.font-3 {
    padding-bottom: 30px;
    float: left;
    width: 530px;
    text-align: left;
}

    .font-3 h2 {
        color: #fe6d00;
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 25px;
    }

    .font-3 .font3 {
        padding-left: 20px;
    }

        .font-3 .font3 img {
            margin-right: 20px;
            width: 128px;
            display: block;
            float: left;
        }

        .font-3 .font3 .font3-p {
            width: 260px;
            float: left;
        }

            .font-3 .font3 .font3-p p {
                color: #ffffff;
                line-height: 160%;
                font-size: 14px;
            }

.foot-bot {
    background: #151515;
    border-top: 1px dashed #595959;
    height: 60px;
}

    .foot-bot p {
        color: #fff;
        line-height: 60px;
        font-size: 17px;
    }

        .foot-bot p a {
            color: #fff;
            line-height: 60px;
            font-size: 17px;
        }

/*end bottom*/

/* goTop*/
.fh_top {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #e7e7e7;
    display: none;
    position: fixed;
    right: 2px;
    bottom: 70px;
    z-index: 999;
}

    .fh_top img {
        width: 100%;
        height: auto;
    }

/*end goTop*/