.custom_service-content-wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 35px 0;
}

.custom_service-content-top {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #333333;
    line-height: 45px;
}

.custom_service-content-top1 {
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 25px;
}

.custom_service-content-all {
    margin-top: 70px;
}

.custom_service-content-left {
    float: left;
    width: 20%;
    text-align: center;
    cursor: pointer;
}

.custom_service-content-left-top {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
    border: 1px solid #0086db;
}

.custom_service-content-left-text {
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}

.custom_service-content-left-text1 {
    font-size: 14px;
    color: #666666;
    width: 85%;
    margin: 0 auto;
    text-align: center;
    line-height: 25px;
}

.custom_service-content-left-top-img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-top: 20px;
}

.custom_service-content-left-top-img1 {
    display: none;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-top: 20px;
}

.custom_service-content-wrap-all {
    width: 1200px;
    margin: 0 auto;
    margin-top: 55px;

}

.custom_service-content-wrap-all-left {
    float: left;
    width: 360px;
    background: #45b7bc;
    color: #ffffff;
    text-align: center;
    padding-bottom: 20px;
    cursor: pointer;
    transition: .5s;
}
.custom_service-content-wrap-all-left-text{
    font-size: 24px;
    line-height: 65px;
}
.custom_service-content-wrap-all-left-text1{
    width: 285px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 25px;

    height: 50px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}