.service-list-bg {
    background-color: #fff;
}

.service-page-title {
    font-weight: bold;
    font-size: 45px;
}

.service-page-title .line {
    width: 2.5em;
    height: 5px;
    margin: auto;
    margin-top: .3em;
    border: 2px;
    background-color: #204658;
}

.service-page-title.second {
    font-size: 37px;
}

.service-page-content.second {
    font-size: 16px;
    vertical-align: middle;
}

.service-item {
    font-size: 22px;
    font-weight: bold;
    color: #0d0d0d;
    height: 6em;
    background-color: #f7f7f7;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-item .service-item-content {
    line-height: 1.1em;
    margin: auto;
    text-align: center;
    vertical-align: middle;
}

.service-item:hover, .advantage .ad-container:hover {
    background: #204658;
    color: #fff;
}

.flow-item {
    text-align: center;
    position: relative;
}

.flow-item .right-arrow {
    color: #204658;
    position: absolute;
    right: -10px;
    top: 70px;
}

.flow-item img {
    max-width: 150px;
    min-height: 150px;
}

.advantage .ad-container {
    min-height: 400px;
    background-color: #f7f7f7;
    padding: 20px
}

.advantage ul {
    list-style-type: disc;
    margin-left: 1em;
}

.advantage .advantage-title {
    text-align: center;
}

.advantage .ad-container:hover .advantage-title h4{
    color: #fff;
}