.pd_wrapper {
    /*float: left;*/
    width: 1200px;
    height: 500px;
    /*height: auto;*/
    border: #0f0 solid 0px;
    padding: 0px;

}

.pd_wrapper .title {
    border: #0f0 solid 0px;
    height: 50px;
    width: 100%;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #0099A8;
    margin-top: 0px;
}

.pd_wrapper .image_box {
    float: right;
    /*margin-top:-100px; */
    margin-left: 0px;
    width: 600px;
    height: 500px;
    border: #0f0 solid 0px;
    background-image: url('../images/pd_demo_index.jpg');
    background-size: 400px 400px;
    background-repeat: no-repeat;
    background-position: center center;
}

.pd_wrapper .text_box {
    width: 560px;
    height: 480px;
    float: right;
}

.pd_wrapper .text_box .title {
    border: #0f0 solid 0px;
    height: 50px;
    width: 100%;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #0099A8;
    margin-top: 80px;
}

.pd_wrapper .text_box .content {
    padding: 0px 10px;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: #333;
}


.online_demo_wrapper {
    /*float: left;*/
    width: 1200px;
    height: 200px;
    /*height: auto;*/
    border: #0f0 solid 0px;
    padding: 0px;

}

.online_demo_wrapper .title {
    border: #0f0 solid 0px;
    height: 50px;
    width: 100%;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #0099A8;
    margin-top: 0px;
}

.online_demo {
    width: 100%;
    height: auto;
}

.online_demo table {
    width: 100%;
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    color: #333333;
    border-width: 1px;
    border-color: #ccc;
    border-collapse: collapse;

}

.online_demo table th {
    background: #0099A8;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #ccc;
    color: #fff;
}

.online_demo table td {
    background: #eee;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #ccc;
}

.online_demo table td a {
    color: #0099A8;
    font-weight: bold;
}