﻿/*页脚***************/
#footer_Box {
    margin-top: 30px;
    background-color: #1f7cd9;
    overflow: hidden;
   
}

#footer_P {
    margin: 0 auto;
    height: 110px;
    width: 1000px;
    text-align: center;
     margin-top: 25px;
}

    #footer_P span {

        clear: both;
        color: #FFF;
        font-size: 14px;
        line-height: 22px;
        display: block;
    }
