.footer_div{


    width: 100%;

    height: 170px;

    background: #fff;

    margin: 0 auto;
    float:left;
    margin-top:30px;
    

}

.bs_p,.address,.sm,.ba{

    float: left;

    width: 100%;

    text-align: center;

    height: 25px;

    line-height: 25px;

    color: #858585;

}

.f_p{

    margin-top: 20px;

}

a img{

    border: 0;

}

.m_more{

    position: absolute;

    top: 62px;

    right: -65px;

    width: 320px;

    height: 50px;

    display: none;

    background: rgb(0,0,0);

    filter: alpha(opacity=80);

    -moz-opacity: .8;

    -khtml-opacity: .8;

    opacity: .8;

    border-radius: 5px;

}

.more_a{

    height: 40px;

    margin-left: 33px;

    color: #fff;

    line-height: 40px;

    float: left;

    padding: 5px 0;

    font-size: 14px;

    filter: alpha(opacity=90);

    -moz-opacity: .9;

    -khtml-opacity: .9;

    opacity: .9;

}

.more_div{

    position: relative;

    top: 0;

    left: 0;

    float: left;
    height:100px;

}



.m_a{

    line-height: 50px;

    color: #fff;

    padding: 0 7px 0 11px;

    background: url(../../imgs/line-3.png) 0 center no-repeat;

    text-align: center;

}
.m_a:hover{
color:#9FA1A1;
}
.more_a:hover{
color:#9FA1A1;
}

.m_up{

    display: none;

    width: 14px;

    height: 7px;

    background: url(../../imgs/index-header-play.png) 0 0 no-repeat;

    position: absolute;

    top:55px;

    right: 3px;

}
.m_khd{
    float: left;
    color: #fff;
    height: 20px;
    line-height: 20px;
    margin:20px 0 0 0;
    padding: 0 10px 0 7px;
    font-size: 12px;;
}
.m_khd em{
    width: 10px;
    height: 13px;
    float: left;
    margin: 5px 5px 0 0;
    background: url(../../imgs/index-header-play.png) -31px -59px no-repeat;
}
.ser_p{
    width: 200px;
    height: 30px;
    outline: none;
    color: #fff;
    margin: 10px 20px 0 3%;
    border-radius: 5px;
    border: 1px solid #7f7f7f;
    float: left;
    position: relative;
    top: 0;
    left: 0;
}
#userinfo {
color: #fff;
float: left;
line-height: 60px;
margin-left: 10px;
overflow: hidden;
}


            .login_div{
                width:380px;
                background: #fff;
                border-radius: 5px;
                height: 316px;
                position: fixed;
                top: 150px;
                left: 50%;
                margin-left: -190px;
                z-index: 20000;
                display: none;

            }
           .btn_text{
               width: 280px;
               height: 18px;
               padding: 10px;
               border: 1px solid #e0e0e0;
               background: #FAFAFA;
               color: #999;
               font-size: 14px;
               display: inline-block;
           }
           .btn_text1{
               width: 150px;
               height: 18px;
               padding: 10px;
               border: 1px solid #e0e0e0;
               background: #FAFAFA;
               color: #999;
               font-size: 14px;
               display: inline-block;
               float: left;
           }
            .btn_login{
                width: 300px;
                height: 38px;
                line-height: 38px;
                display: inline-block;
                text-align: center;
                color: #fff;
                font-size: 16px;
                font-weight: bold;
                background: #f06000;
                text-decoration: none;
                border-radius:3px;
                float: left;
                margin: 30px 0 0 0;
            }
            .flx_div{
                width: 100%;
                height: 100%;
                position: fixed;
                top: 0;
                left: 0;
                background: rgb(0,0,0);
                filter: alpha(opacity=50);
                -moz-opacity:0.5;
                -khtml-opacity:0.5;
                opacity:0.5;
                z-index: 10000;
                display: none;
            }
            .del{
                width: 12px;
                height: 12px;
                float: right;
                background: url("../../imgs/del.png") no-repeat;
                position: absolute;
                top: 10px;
                right: 10px;
            }
        .mid_img{
            margin: 0 0 0 10px;
            float: left;
            width: 60px;
            height: 40px;
        }
        .qie{
            float: left;
            margin:10px 0 0 5px;
            text-decoration: none;
        }
        .login_name{
            border-bottom: 1px solid #eee;
            font-size: 22px;
            color: #f06000;
            width: 95%;
            padding-left: 5%;
            height: 44px;
            line-height: 44px;
            margin:0;
        }
        .form_ans{
            padding:10px 40px 30px 40px;
        }
.form_ans p{
            margin: 15px 0;
        }
        
       input::-webkit-input-placeholder {
    color:    #999;
}
input:-moz-placeholder {
    color:    #999;
}
