
.th {
    display: flex;
    text-align: center;
    background: #09c39e;
    height: 49px;
    line-height: 49px;
    color: #fff;
}
.th li {
    flex: 1;
    font-size: 16px;
}
.td .bra {
    border: 2px solid #999;
    color: #999;
    width: 20px;
    height: 20px;
    margin: 22px auto;
    line-height: 16px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 24px;
}

.td {
    display: flex;
    text-align: center;
    height: 68px;
    line-height: 68px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;

}
.td.bor {
    border: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.td .flex-1 {
    flex: 1;
    white-space:  nowrap;
    overflow:  hidden;
    text-overflow: ellipsis;
}
.td+.info {
    line-height: 2em;
    padding: 0 30px;
    border: 1px solid #ddd;
    border-top-color: #fff;
    color: #999;
}
.td+.info .contact-p {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 38px;
}
.td+.info h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 40px 0 25px ;
}
.tbody {
    margin-bottom: 50px;
}
.index-honor {
    margin-bottom: 133px;
}
.index-honor img {
    /* border: 1px solid #ddd; */
    max-height: 265px;
}
.tr {
    text-align: right;
}
.table {
    width: 100%;
    border: 1px solid #ddd;
}
.table th {
    font-size: 18px;
}
.table th,
.table td {
    border: 1px solid #ddd;
    padding: 10px 10px;
    text-align: center;
}
.table td {
    font-size: 16px;
}




@media (max-width: 480px) {
    .td+.info {
        padding: 0 10px;
    }
    .th,.td {
        white-space: nowrap;
    }
    .td .flex-1:nth-of-type(3),
    .th li:nth-of-type(3) {
        display: none;
    }
    .case-erji li {
        width: calc(25% - 10px);
    }
    .case-erji li:nth-of-type(5n) {
        margin-right: 10px;
    }
    .case-erji li:nth-of-type(4n) {
        margin-right: 0;
    }
}

@media (max-width: 660px) {
    .case-erji li {
        width: calc(20% - 10px);
    }
    .case-erji li:nth-of-type(5n) {
        margin-right: 0;
    }
    .th li:nth-of-type(5),
    .td .flex-1:nth-of-type(2),
    .td .flex-1:nth-of-type(5),
    .th li:nth-of-type(2) {
        display: none;
    }
}