.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: 120px 0px 80px 0px;
}

.pd_wrapper .text_box .content {
    padding: 0px 20px;
    font-size: 14px;
    text-align: left;
    line-height: 30px;
    color: #666;
    box-sizing: border-box;
    text-indent: 2em;
    word-wrap: break-word;
    word-break: break-all;
}


.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: 24px;
    text-align: center;
    color: #666;
    margin-top: 0px;
}

.online_demo {
    width: 100%;
    height: auto;
}

.online_demo table {
    width: 100%;
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    color: #666;
    border-width: 1px;
    border-color: #eee;
    border-collapse: collapse;

}

.online_demo table th {
    background: #0099A8;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #eee;
    color: #fff;
    background: #F8F8F8;
    color: #666;
}

.online_demo table td {
    background: #eee;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #eee;
}

.online_demo table td a {
    color: #0099A8;
    font-weight: bold;
}