.inner_box{
    width:1200px;
    margin: 0 auto;
    overflow-x:hidden;
    padding:0 10px;
    border: 1px solid #ccc;

}
.header{
    width:100%;
    height:193px;
    margin:0px auto;
    background:url(../images/header.jpg) no-repeat center;
}
.main_content{
    height:auto;
}
.footer{
    width:100%;
    height:150px;
    background-color:#299dfb;
    padding-top: 20px;
}
.fo{
    margin:0px auto;
}
.w{
    width:650px;
}
.logo{
    float:left;
    width:64px;
    height:80px;
    /*background:url("../images/red.png") no-repeat center;*/
}
.copyright{
    margin-left:80px;
}
.copyright span{
    display:block;
    height:28px;
    line-height: 28px;
    color:#fff;
}
