/* ===============itemservice=============== */
.itemservice{
    margin-top: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 0 15px 30px 15px;
}
.itemservice .icon{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #0b7fc3;
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
    margin-top: -40px;
}
.itemservice .icon a{
    display: block;
}
.itemservice .icon a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    max-height: 70%;
}
.itemservice .title{
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}
.itemservice .title::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background-color: #f6821f;
}
.itemservice .title h3{
    max-width: 190px;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
}
.itemservice .tend{
    text-align: center;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 21px;
    color: #555555;
    max-height: 63px;
    overflow: hidden;
}
/* ===============itemservice=============== */




/* ===============itemsolulv=============== */
.itemsolulv{
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.itemsolulv .decs{
    padding: 12px 15px 25px 15px;
}
.itemsolulv .dstitle{
    margin-bottom: 10px;
} 
.itemsolulv .dstitle h3{
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    height: 46px;
    overflow: hidden;
}
.itemsolulv .dstend{
    margin-bottom: 15px;
    color: #555555;
    font-size: 13px;
    line-height: 21px;
    max-height: 63px;
    overflow: hidden;
}
/* ===============itemsolulv=============== */

@media all and (max-width: 1200px){
    
}
@media all and (max-width: 991px){
    /* ===============itemservice=============== */
    .itemservice .title h3{
        max-width: 100%;
    }
    /* ===============itemservice=============== */
    /* ===============itemsolulv=============== */
    .itemsolulv .dstitle h3{
        font-size: 13px;
        line-height: 21px;
        height: 42px;
    }
    .itemsolulv .dstend{
        font-size: 12px;
        line-height: 20px;
        max-height: 60px;
    }
    /* ===============itemsolulv=============== */
}
@media all and (max-width: 767px){

}