.warp{
}
.navbar-inverse{
    width: 100%;
    height: 50px;
    overflow: hidden;
    background-color: #57a746;
}
.navbar-inverse .wrap{
    width: 1200px;
    margin:0 auto;
}
.navbar-inverse ul li{
    float: left;
    width: 88px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    color:#fff;
}
.navbar-inverse .left{
    float: left;
    color:#fff;
}
.navbar-inverse .right{
    float: right;
    color:#fff;
}
.navbar-inverse .active{
    background-color:#fff;
    color:#57a746;
}
.center{
    width: 1200px;
    margin:90px auto 280px;
    /*height: 700px;*/
    text-align: center;
}
.center img{
    width: 800px;
}
.content{
    width: 750px;
    margin:100px auto;
}
.content .text{
    line-height: 1.5;
    letter-spacing: 1.5px;
    height: 270px;
    overflow: auto;
}
.content .title{
    text-align: center;
    margin-bottom: 12px;
}
.content .infor{
    text-indent: 30px;
}
.content  .but{
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #57a746;
    color:#fff;
    border-radius: 3px;
    margin:0 auto;
    cursor: pointer;
}
.content a{
    text-decoration: none;
}
#foo{
    width: 100%;
    background-color: #57a746;
    height: 120px;
    text-align: center;
    padding-top: 10px;
	position: fixed;
    bottom: 0;	
}
footer p{
    margin-top: 10px;
    color:#fff;
}