
.pro_center{
    min-height: 930px;
}
/* 右侧 */
.pro_as_con table{
    width: 100%;
    table-layout:fixed;
    border: 1px solid #11b397;
}
.pro_as_con thead tr{
    background: #11b397;
    /* height: 50px; */
}
.th_aw{
    /* width:186px; */
    width:160px;
}
.th_bw{
    width: 160px;
}
.th_cw{
    width: 100px;
}
.th_dw{
    /* width: 150px; */
    width: 100px;
}
.th_ew{
    width: 118px;
}
.th_fw{
    /* width: 110px; */
    width: 60px;
}
.th_gw{
    width: 155px;
}
.th_gys{
    width: 155px;
}
.pro_as_con thead tr>th{
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #fff;
    padding: 15px 0px;
}
.pro_as_con tbody tr{
    /* height: 60px; */
}
.pro_as_con tbody tr>td{
    font-size: 12px;
    color: #414242;
    text-align: center;
    border-right:1px solid #11b397;
    /* padding: 22px 40px; */
    padding: 22px 10px;
}
.pro_as_con tbody tr>td.on{
    color: #11b397 !important;
}
.pro_as_con tbody tr:nth-child(2n){
    background: #e7f7f4;
}

 .pro_side_ctwo{
      border: 1px solid #e6e6e6;
      margin-top: 20px;
  }
 .pro_side_ctit{
     background: #1cb99e;
 }
 .pro_sct_hea{
    width: 219px;
    height: 55px;
    background-color: rgb( 28, 185, 158 );
    position: relative;
    margin-bottom: 6px;
 }
.pro_stbg{
    position: absolute;
    left: 10px;
    bottom: 0;
}
.pro_sct_sub{
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}
.pro_ctwo_s>ul>li{
    margin-bottom: 0;
    border-bottom: 1px dashed #e6e6e6;
    background: transparent;
}

.pro_ctwo_s>ul>li.on{
    border-bottom: 1px solid #1cb99e;
}
