#index_main {
    width: 100%;
    margin-top: 20px;
}

h1 {
    line-height: 50px;
    color: #3874AA;
    border-bottom: 1px dotted #ccc;
}

#index_main img {
    width: 300px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

#index_main p {
    text-indent: 32px;
    line-height: 30px;
    margin-top: 20px;
    font-size: 18px;
    color: #333;
}

#liebiao {
    width: 100%;
    margin-top: 30px;
    color: #333;
    background: url(../images/bg3.png) no-repeat;
    background-size: 500px;
    background-position: 600px 0px;
}

#liebiao h1 {
    line-height: 50px;
    text-align: center;
}

#liebiao table {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    line-height: 40px;
}

.table_title td {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: #333 !important;
}

#liebiao table tr td:nth-child(2n+1) {
    color: #3874AA;
}