#Jservice{
    position: relative;
    padding: 70px 0 1px;
    background: white;
}
#Jservice:before{
    content:"";
    position: absolute;
    width: 100%;
    height: 500px;
    background: #2baacf;
    top: 0;
    z-index: 0;
}
#Jservice .workframe {
    z-index: 1;
    position: relative;
}
#Jservice .JJtitle{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#Jservice .JJtitle h2{
    color: white;
    font-size: 45px;
}
#Jservice .JJtitle .linesh01{
    background: white;
}
#Jservice .JJtitle .linesh02{
    background: white;
}
#Jservice .maservice{
    display: flex;
    margin: 65px 0;
}
#Jservice .maservice .serbox{
    display: flex;
    flex-direction: column;
    margin: 0 15px;
}
#Jservice .maservice .serbox p{
    text-align: center;
    font-size: 23px;
    background: #2baacf;
    color: white;
}
@media screen and (max-width: 980px) {
    #Jservice .maservice{
    display: flex;
    flex-wrap: wrap;
}
	#Jservice .maservice .serbox{
        width: calc(50% - 10px);
        margin: 5px 5px;
    }
}
@media screen and (max-width: 480px){
    #Jservice .JJtitle h2{
        font-size: 33px;
    }
     #Jservice .JJtitle .linesh01{
    width: 67px;
    height: 1px;
    background: #f0f0f0b3;
}
    #Jservice .JJtitle .linesh02{
    position: relative;
    display: flex;
    width: 36px;
    height: 1px;
    background: #f0f0f0b3;
    margin-top: 7px;
}
}