
.process-item .process-img .ring{
    -webkit-animation: process-type 25s infinite linear;
    animation: process-type 25s infinite linear;
    position: relative;
    top: -12px
}
.process-item .process-img .ring .yuan {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 101px;
    background: #42b4ec;
    border-radius: 50%;
    z-index:1000
}
.process-item .process-img .ring .yuan1 {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 143px;
    right: -9px;
    background: #42b4ec;
    border-radius: 50%;
    z-index:1000
}
.process-item .process-img .ring .yuan2 {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 26px;
    left: 55px;
    background: #42b4ec;
    border-radius: 50%;
    z-index:1000;
   
}
.process-item .process-img .ring .yuan3 {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 26px;
    left: 55px;
    background: #42b4ec;
    border-radius: 50%;
    z-index:1000;
   
}
.service-img img {
    height: 300px;
}
.work-area .work-item:hover:after  {
    display: none;
}
.work-area .work-item:hover:before {
   display: none;
} 
.pblorm {
    border-radius: 10px;  
    background: #edf0ff;
    height: 390px;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.pblorm img {
    width: 100px !important;
    margin-bottom: 10px;
    
}
.parts-item {
   
   height: 150px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 5px;

}
.color {
   background: linear-gradient(to right, #09bbff, #1e6bff);
    
}
.color h6 {
    color: #fff;
}
