.process-banner {
    height: 360px;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.title {
    text-align: center;
    width: 100%;
    margin-bottom: 34px;
}

.title h3 {
    margin-top: 61px;
    font-size: 30px;
    color: #1e0101;
}

.title .sub-title {
    font-size: 10px;
    color: #01041e;
    letter-spacing: 1px;
    margin-top: 16px;
}

.workmanship {
    display: flex;
    justify-content: space-between;
}

.workmanship .left {
    width: 598px;
}

.workmanship .right {
    width: 550px;
}

table {
    width: 100%;
    text-align: center;
    border-color: #f5f5f5;
    overflow: hidden;
}

th,
td {
    padding: 12px 0;
}

th {
    border-color: #FFF;
    color: #FFF;
    background: #767676;
    font-size: 24px;
    letter-spacing: 1px;
}

td {
    font-size: 16px;
    color: #4d4d4d;
    /* font-weight: bold; */
    line-height: 24px;
    background: #FFF;
}

td.td-project {
    font-size: 20px;
    color: #1e0101;
    letter-spacing: 1px;
    width: 96px;
    /* font-weight: bold; */
}

.procedure ul {
    height: 253px;
    width: 502px;
    padding: 12px 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.procedure ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 auto;
    box-sizing: border-box;
}

.procedure ul li span{
    padding: 5px 9px;
    background-color: #f5f5f5;
}

.procedure ul li.arrowbottom{
    padding: 0 38px;
    width: 384px;
}

.procedure ul li.right{
    justify-content: flex-end;
}

.procedure ul li .iconfont{
    font-size: 20px;
    color: #e6e6e6;
}