
/***************************表格*****************************/
.tableTitle{
    position: fixed;
    text-align: center;
    top: 135px;
    z-index: 12;
}
.list_table{
    text-align: center;
    background: #fff;
}
.list_table td{
    font-size: 13px;
    color: #555;
}
.list_table td span{
    color: #fcbf87;
    font-weight:bold ;
}
/***********行间距************/
.top_spacing{
    height: 123px;
    background: #f1f1f1;
}
.tr_spacing{
    height: 15px;
    background: #f1f1f1;
    border-top: 3px solid #e2e2e2;
}
.bottom_spacing{
    border-top: 3px solid #e2e2e2;
    background: #f1f1f1;
    height: 3px;
}

/***********行间距结束************/

/***************行高************/
.height-40{
    height: 42px;
}
/***********行高结束************/

/*************背景色*************/
/*第一行*/
.left_corner{
    background: url("../img/service_list/left_corner.png") #6fd1a4 no-repeat left -1px;
    height: 58px;
}
.right_corner{
    background: url("../img/service_list/right_corner.png") #6fd1a4 no-repeat right top;
    height: 58px;
}
.color-6fd1a4{
    background: #6fd1a4;
}
.color-6fd1a4 td{
    font-size: 24px;
    color: #fff;
}
/*第二行*/
.color-53c892{
    background: #53c892;
    height: 45px;
}
.color-53c892 td{
    font-size: 18px;
    color: #fff;
}
/*奇数行*/
.color-f4fef9 td{
    background-color: #f4fef9;
}
/*奇数行遮罩色*/
.list_table .color-f3fcf8{
    position: relative;
    background: #f3fcf8;
    font-size: 14px;
    color: #666;
}
.list_table .color-f3fcf8 p{
    position: relative;
    font-weight: 100;
    /*width: 240px;*/
    height: 42px;
    line-height: 42px;
    z-index: 11;
}
.list_table .color-f3fcf8 .p-hover{
    border: 1px solid #e1e1e1;
    background: #fff;
    border-right: 0;
    width: 239px;
    height: 40px;
    line-height: 40px;
}
.list_table .color-fdfdfd p{
    position: relative;
    font-weight: 100;
    /*width: 240px;*/
    height: 42px;
    line-height: 42px;
    z-index: 11;
}
.list_table .color-fdfdfd .p-hover{
    border: 1px solid #e1e1e1;
    background: #fff;
    border-right: 0;
    width: 239px;
    height: 40px;
    line-height: 40px;
}
.list_table .c_td{
    position: absolute;
    background: #fff;
    left: 239px;
    top: 0px;
    padding: 20px;
    width: 360px;
    min-height: 100px;
    font-size: 13px;
    color: #888a8f;
    line-height: 25px;
    text-align: left;
    border: 1px solid #e1e1e1;
    z-index: 10;
    display: none;
}
/*偶数行遮罩色*/
.list_table .color-fdfdfd{
    position: relative;
    background: #fdfdfd;
    font-size: 14px;
    color: #666;
}
.list_table .color-fdfdfd span{
    position: relative;
    font-weight: 100;
    display: inline-block;
    width: 246px;
    height: 42px;
    line-height: 42px;
    z-index: 11;
}
/*************背景色结束*************/

/************前5个大标题************/
.list_table .td1{
    background: url("../img/service_list/td_bg1.png") #fff no-repeat center 16px;
    padding-top: 55px;
    font-size: 18px;
    color: #737373;
}
.list_table .td2{
    background: url("../img/service_list/td_bg2.png") #fff no-repeat center 188px;
    padding-top: 66px;
    font-size: 18px;
    color: #737373;
}
.list_table .td3{
    background: url("../img/service_list/td_bg3.png") #fff no-repeat center 2px;
    padding-top: 55px;
    font-size: 18px;
    color: #737373;
}
.list_table .td4{
    background: url("../img/service_list/td_bg4.png") #fff no-repeat center 40px;
    padding-top: 60px;
    font-size: 18px;
    color: #737373;
}
.list_table .td5{
    background: url("../img/service_list/zzfw.png") #fff no-repeat center 24px;
    padding-top: 60px;
    font-size: 18px;
    color: #737373;
}
/************前5个大标题结束************/

/****************显示内容******************/
.td_bg_yes{
    background: url("../img/service_list/td_bg.png") no-repeat center 13px;
}
.td_bg_no{
    background: url("../img/service_list/td_bg.png") no-repeat center -15px;
}
/****************显示内容结束******************/


/**********************最后一行************************/
.bottom_tr{
    height: 70px;
}
.buy_bt{
    margin: 0 auto;
    width: 145px;
    height: 38px;
}
.buy_bt a{
    display: block;
    width: 145px;
    height: 38px;
    background: url("../img/service_list/buy_bt_bg.png") no-repeat;
    font-size: 18px;
    line-height: 38px;
    color: #fff;
}
.buy_bt a:hover{
    background: url("../img/service_list/buy_bt_bg_h.png") no-repeat;
}
/********************最后一行结束*************************/



