@charset "utf-8";
/* CSS Document */
.p_50 {
    padding: 0px 50px 50px 50px;
}
.red, .red a {
    color: #e52613;
}
.font22 {
    font-size: 22px;
}
.mb_40 {
    margin-bottom: 40px;
}
.pro_tab {
    height: 49px;
    background: #f8f8f8;
}
.mb_40 {
    margin-bottom: 40px;
}
.pro_tab ul, dl {
    list-style-type: none;
}
.pro_tab li.hover {
    background: #fff;
    color: #e52613;
    /**border-top-color: #e52613;*/
}
.pro_tab li {
    float: left;
    height: 46px;
    cursor: pointer;
    line-height: 44px;
    border-left: 1px solid #ededed;
    border-top: 3px solid #f8f8f8;
}
.pro_tab li a {
    padding: 0 40px;
    display: block;
}
table.pro_table {
    width: 100%;
    border-collapse: collapse;
    border: 0px solid #999;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table.js th {
    width: 150px;
    background: none;
    text-align: left;
    padding-right: 30px;
}
table.pro_table th {
    text-align: center;
    color: #636363;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #ebebeb;
    background: #efefef;
    width:20%;
}
table.js td {
    text-align: left;
}
table.pro_table td {
    border-bottom: 1px dashed #ebebeb;
    height: 42px;
    line-height: 42px;
    padding-left:20px; 
    width:30%;
}