body {
    /* background:#fff; */
}
table{

}
.table_div{
    margin: 0 auto;
    width:1200px;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    /* background: #fff; */
}
.table_div table{
    border: none;
    background: #fff;
    margin: 20px auto 50px;
    border-collapse:collapse;
    /*border:1px solid #aaa;*/
    text-align: center;
    font-size: 14px;
    font-family: "微软雅黑";
}
.table_div table td,.table_div table th{
    text-align: center;
    line-height: 30px;
}

.table_div_top{
    width: 800px;
    margin: 0 auto;
    /* text-indent: 2em; */
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align:  center;
}
.info_warp_div{
    padding-top: 45px;
    background: #fff;
    padding-bottom: 50px;
}