.top-title-line {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-title-line-box {
    height: 80px;
}

.top-title-line-box-top {
    display: flex;
    align-items: center;
}

.top-title-line-box-top-name {
    font-size: 26px;
    color: #3FADEA;
}

.top-title-line-box-button {
    display: flex;
    justify-content: center;
    color: #A3A3A3;
    font-size: 16px;
}

.top-title-line-desbox {
    width: 850px;
    font-size: 14px;
    color: #434343;
    padding: 20px;
}

.top-title-line-img-box {
    display: flex;
    justify-content: space-around;
    width: 1000px;
}

.bgc-41B3E5 {
    background-color: #41B3E5;
    padding: 50px 0;
}

.lj-box-right-text-box {
    display: flex;
    color: white;
}

.lj-box-right-text-box-number {
    font-size: 40px;
    font-weight: 500;
}

.service-text-box {
    padding: 85px 20px 0 20px;
}

.city-box {
    width: 237px;
    height: 185px;
}

.city-box-img {
    position: absolute;
    width: 237px;
    height: 185px;
    border-radius: 5px;
}

.city-box-span {
    position: absolute;
    padding: 20px;
}

.city-box-span-1 {
    font-size: 24px;
    color: #ffffff;
}

.city-box-span-2 {
    font-size: 14px;
    color: #ffffff;
}

.img-dashiji-phone {
    padding: 0 0;
}

.img-dashiji-phone {
    width: 340px;
    border-radius: 5px;
}

.dashiji-box {
    margin-top: 50px;
}

.img-dashiji-phone {
    display: none;
}

.mlp-img {
    width: 332px;
    height: 181px;
    border-radius: 16px;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .top-title-line-img-box {
        display: flex;
        flex-flow: column;
        justify-content: space-around;
        padding: 10px;
        align-items: center;
    }
    .flex-row-center {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .section-mlp {
        display: none!important;
    }
    .section-o2o {
        display: none!important;
    }
    .section-jci {
        display: none!important;
    }
    .city-box {
        width: 340px;
        height: 185px;
    }
    .city-box-img {
        position: absolute;
        width: 340px;
        height: 185px;
        border-radius: 5px;
    }
    .dashiji-box {
        margin-top: 15px;
    }
    .img-dashiji-phone {
        display: block;
    }
}