.footer_setWidth{
    width: 1000px;
    margin: 0 auto;
    height: auto;
    position: relative;
    vertical-align: bottom;
    overflow: hidden;
}
.footer{
    height: auto;
    padding: 20px 0;
    background: #f6f6f6;
    border-top: 1px solid #ddd;
    font-size: 12px;
}
.footer p{
    font-size: 12px;
}
.bottom_left{
    float: left;
    position: relative;
    width: 300px;
    min-height: 100px;
}
.bottom_left #footer_logo{
    position: absolute;
    top: 0px;
    left: 0;
}
.bottom_left #footer_icon1{
    position: absolute;
    top: 20px;
    left: 200px;
}
.bottom_left #footer_icon2{
    position: absolute;
    top: 00px;
    left: 240px;
}

.bottom_right{
    float: left;
    position: relative;
}

.bottom_right .nav_info{
    float: left;
    color: #333;
    text-align: left;

}
.bottom_right .nav_info a{
    text-align: left;
    padding-right:4px;
    line-height: 20px;
    font-size: 12px;
    color: #333;
}
.bottom_right .nav_info a:hover{
    color: #901e96;
}
.bottom_right .nav_info p{
    text-indent: 2em;
    display: block;
    height: 20px;
    line-height: 20px;
}
.bottom_right .fcm{
    text-align: left;
    color: #bebebe;
    line-height: 2em;
}
.bottom_right .fcm p span{
    margin-right: 8px;
}