/* 关于我们 */
.main_item_title_lt {
    font-size: 18px;
}

.main_item_content li {
    margin-bottom: 15px;
    font-size: 0;
}

.main_item_content li span {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}

span.aboutus_title {
    margin-right: 15px;
    width: 70px;
}

.aboutus_content a {
    font-size: 13px;
    color: #fff;
    background-color: #1c95f2;
    display: inline-block;
    width: 90px;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    text-align: center;
    margin-right: 10px;
}


.aboutus #container {
    width: 858px;
}

/* 服务流程 */
.process_item_content {
    font-size: 0;
    text-align: center;
}

.process_box {
    display: inline-block;
    vertical-align: top;
    width: 87px;
    height: 82px;
    background: url(/static/sub/img/process_item.png) center center no-repeat;
    background-size: contain;
    margin-right: 67px;
    position: relative;
}

.process_box:last-child {
    margin-right: 0;
}

.process_index {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.process_step {
    display: block;
    height: 52px;
    line-height: 52px;
    padding: 0 5px;
    box-sizing: border-box;
}

.process_step span {
    display: inline-block;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
}

.process_box::after {
    display: block;
    content: '';
    width: 36px;
    height: 10px;
    background: url(/static/sub/img/process_item_arr.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 38px;
    left: -52px;
}

.process_box:first-child::after {
    display: none;
}
