body{
    width: 100%;
    height: 100%;
}
.content{
    width: 60%;
    margin:0 auto;
}
.content1{
    width: 60%;
    margin:0 auto;

}
.content p{
    font-size: 22px;
    /* margin-top: %; */
    line-height: 40px;
    text-align: center;


}
.content div{
    font-size: 16px;
    /* margin-top: %; */
    line-height: 28px;
    text-indent: 32pt;


}

.content1 p{
    font-size: 18px;
    line-height: 35px;
    text-align: right;
}


.footer .row-top{
    position: fixed;
    bottom: 100px;
}
.footer_wrap{
    position: fixed;
    /* top: 100px; */
    bottom: 0;
}