
/*   清除左右浮动，使父层div有自己的高度  */
.clear_float_both{
    font: 0px/0px sans-serif;
    clear: both;
    display: block;
}

/*  首页：技术架构、ipdm系统：功能模块  */
.content_home_tech{
    width:100%;
    text-align: center;
}

.content_home_tech .left_site{
    float: left;
}

.content_home_tech .left_site .box{
    position:relative;
    width: 1072px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.content_home_tech .left_site .box.b1{
    background-color: #cce1fb;
}

.content_home_tech .left_site .box.b1 .left_t{
    background-color: #0167ed;
}

.content_home_tech .left_site .box.b1 .left_t .txt{
    background: url(../../frontstage/images/img_10.png) no-repeat left 56px center;
}

.content_home_tech .left_site .box.b1 .right_s .item{
    background-color: #0167ed;
}

.content_home_tech .left_site .box.b2{
    background-color: #dcebfe;
}

.content_home_tech .left_site .box.b2 .left_t{
    background-color: #539bfd;
}

.content_home_tech .left_site .box.b2 .left_t .txt{
    background: url(../../frontstage/images/img_11.png) no-repeat left 56px center;
}

.content_home_tech .left_site .box.b2 .right_s .item{
    background-color: #539bfd;
}


.content_home_tech .left_site .box.b3{
    background-color: #feecd3;
}

.content_home_tech .left_site .box.b3 .left_t{
    background-color: #f9a528;
}

.content_home_tech .left_site .box.b3 .left_t .txt{
    background: url(../../frontstage/images/img_12.png) no-repeat left 56px center;
}

.content_home_tech .left_site .box.b3 .right_s .item{
    background-color: #f9a528;
}

.content_home_tech .left_site .box.b4{
    background-color: #d4f3f9;
}

.content_home_tech .left_site .box.b4 .left_t{
    background-color: #2cc7e3;
}

.content_home_tech .left_site .box.b4 .left_t .txt{
    background: url(../../frontstage/images/img_13.png) no-repeat left 56px center;
}

.content_home_tech .left_site .box.b4 .right_s .item{
    background-color: #2cc7e3;
}

.content_home_tech .left_site .box .left_t{
    position:absolute;
    left:0;
    top:0;
    width: 252px;
    height:100%;
    color:#ffffff;
    font-weight: bold;
    border-radius: 8px;
    font-size: 24px;
    display: table;
    padding-left:0px;
}

.content_home_tech .left_site .box .left_t .txt{
    display: table-cell;
    margin-left:53px;
    padding-left: 40px;
    height: 100%;
    vertical-align:middle;
}

.content_home_tech .left_site .box .right_s{
    float:right;
    width: 790px;
    padding:13px 0 5px 30px;
}

.content_home_tech .left_site .box .right_s .item{
    float:left;
    width:108px;
    height:47px;
    line-height: 47px;
    margin-bottom:10px;
    color:#ffffff;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 22px;
}

.content_home_tech .left_site .box .right_s .item.s4{
    display: table;
    width:221px;
    height:107px;
    line-height: 24px;
    margin-right: 42px;
    border-radius: 12px;
}

.content_home_tech .left_site .box .right_s .item.s4 .item_t{
    display: table-cell;
    vertical-align: middle;
}

.content_home_tech .right_site{
    float:right;
    width: 178px;
    background-color:#d1f7dd;
    border-radius: 8px;
}

.content_home_tech .right_site .box{
    margin:0 auto;
    margin-top: 17.25px;
    width:151px;
    border-top: 1px solid #d1f7dd;
}

.content_home_tech .right_site .item{
    margin-bottom: 17px;
    width: 100%;
    height: 83px;
    line-height: 83px;
    background-color: #19db52;
    color:#ffffff;
    border-radius: 5px;
    font-size: 18px;
}


/*  购买：功能模块  */
.content_table_buy{
    width: 100%;
}

.content_table_buy table{
    width: 100%;
}

.content_table_buy tr{
    background-color: #ffffff;
}

.content_table_buy tr th{
    height: 69px;
    color:#ffffff;
    font-size: 20px;
    background-color: #2cc7e3;
}

.content_table_buy tr th.first_th {
    text-align: left;
    padding-left: 36px;
}

.content_table_buy tr.title td{
    padding: 0;
    height: 48px;
    padding-left: 36px;
    font-size: 16px;
    font-weight: bold;
    background-color: #d5f4f9;
    text-align: left;
}

.content_table_buy tr td{
    padding: 11px 5px;
    /*height: 47px;*/
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}

.content_table_buy tr td.first_td{
    text-align: left;
    padding-left: 36px;
}

.content_table_buy tr td.r_line{
    border-right: 1px solid #f1f1f1;
}
