/* footer */
footer{
    height:260px;
    background:#252525;
}
footer div:first-child{
    padding-top:55px;
    text-align: center;
}
footer p a{
    font-size: 14px;
    display: inline-block;
    margin-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #666666;
    transition: all .5s ;
    color: #F18000;
	opacity:0.9;
}
footer p a:hover{
    color: rgba(46,209,207,1);
}
.footerInfo{
    text-align: center;
    height:80px;
    font-size:12px;
    font-weight:500;
    color:#fff;
    line-height:24px;
    margin-top: 27px;
    opacity:0.3;
    font-family: ΢���ź�;
    a{
        color:#fff;
    }
}