ul{
    list-style: none;
    padding: 0;
}
.addServeHealthySec{
    padding: 30px 0;
    background-color: #f8f9fa;
}
.healthySer-sec1 {
    height: 560px;
    width: 100%;
    background: url(../../assets/images/addedService/healthy/healthyBanner.png) no-repeat center top / cover;
}
.healthySer-sec1 .container {
    position: absolute;
    top: 155px;
    left: 50%;
    margin-left: -615px;
    color: #ffffff;
    text-align: center;
}
.wap .healthySer-sec1 .container {
    position: absolute;
    top: 225px;
    left: 50%;
    margin-left: -50%;
    color: #ffffff;
    text-align: center;
}

.healthySer-sec1 .container .healthySer-sec1-title {
    margin-bottom: 40px;
    font-size: 32px;
}
.healthySer-sec1 p{
    color: #ccc;
    margin-bottom: 10px;
}

.healthySer-sec2{
    width: 100%;
    text-align: center;
}
.healthySer-sec2 .healthySer-sec2-container1{
    width: 80%;
    margin: -115px auto 60px;
    padding: 60px 30px;
    overflow: hidden;
    background-color: #ffffff;
}
.healthySer-sec2 .healthySer-sec2-container1 img{
    margin: 50px auto 20px;
}.healthySer-sec2 .healthySer-sec2-container2 h2{
    margin-bottom:50px;
}

.healthySer-sec2 .sec2-contact{
    width: 300px;
    height:64px;
    margin: 20px auto;
}
.healthySer-sec2 .sec2-contact + h2{
    margin: 20px 0;
}

.healthySer-sec3{
    text-align: center;
}
.healthySer-sec3 .healthySer-sec3-parts{
    padding:50px;
    overflow: hidden;
}
.healthySer-sec3 .healthySer-sec3-parts-content{
    margin: 0 auto;
    display: inline-block;
    width: 100%\0;
}
.healthySer-sec3 .picContent{
    max-width: 50%;
}
.healthySer-sec3 .wordContent
{
    padding: 45px 30px 30px 30px;
    text-align: left;
    max-width: 50%;
    min-width: 351px\0;
}
.healthySer-sec3 .picContent img
{
    width: 100%;
}
.healthySer-sec3 .healthySer-sec3-parts:nth-of-type(odd){
    background-color: #fff;
}
.healthySer-sec3 h4{
    padding: 20px 0;
}
.healthySer-sec3 .least-item{
    max-width: 412px;
}
.healthySer-sec3 .least-item{
    position: relative;
    padding-left: 20px ;
}
.healthySer-sec3 .least-item:before{
    content: "";
    display: block;
    position: absolute;
    top: 7.5px;
    margin-left: -15px;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius:50% ;
    border: 3px solid #1875f0;
}
