/* <=== hpservicemm ===> */
.hpservicemm{
    padding: 230px 0 160px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.hpservicemm::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #021128;
    opacity: 0.81;
    pointer-events: none;
    z-index: -1;
}
/* <=== hpservicemm ===> */

/* <=== itservicemma ===> */
.itservicemma{
    margin-bottom: 30px;
}
.itservicemma:last-child{
    margin-bottom: 0;
}

.itservicemma .magrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.itservicemma .magrip > div{
    padding: 0 15px;
}
.itservicemma .magrip .lcol{
    width: 320px;
}
.itservicemma .magrip .rcol{
    width: calc(100% - 320px);
}
.itservicemma .matitle{
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
    color: #fff;
}
.itservicemma .matitle::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 2px;
    background-color: #ed1b34;
}
.itservicemma .matitle, .itservicemma .matitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.itservicemma .madecs{
    font-size: 16px;
    line-height: 24px;
    color: #e6e8ec;
    max-width: 800px;
}
.itservicemma .grinfo{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-top: 20px;
}
.itservicemma .grinfo > div{
    padding: 0 15px;
    width: 33.3333%;
}
.itservicemma .itinfomma .astar{
    max-width: 29px;
    margin-bottom: 20px;
}
.itservicemma .itinfomma .anums {
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 48px;
    line-height: 60px;
}
.itservicemma .itinfomma .atext{
    color: #686868;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
/* <=== itservicemma ===> */

/* <=== itserviceshh ===> */
.slserviceshh .slick-list{
    padding-top: 5px;
}
.itserviceshh{
    background-color: #2c3445;
    padding: 25px;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
    position: relative;
}
.itserviceshh::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: -30%;
    width: 100%;
    height: 50%;
    background-image: url("../images/bgaddress.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itserviceshh:hover{
    background-color: #005091;
}
.itserviceshh:hover::before{
    opacity: 1;
}
.itserviceshh, .itserviceshh a{
    color: #fff;
}
.itserviceshh, .itserviceshh a{
    color: #fff;
}
.itserviceshh .hlinks{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.itserviceshh .hlinks a{
    display: block;
    width: 100%;
    height: 100%;
}
.itserviceshh .hnumbe{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 600;
}
.itserviceshh .htitle{
    margin-bottom: 20px;
}
.itserviceshh .htitle, .itserviceshh .htitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.itserviceshh .hicons{
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 80px;
}
.itserviceshh .htends{
    font-size: 16px;
    line-height: 24px;
    color: #e6e8ec;
}
/* <=== itserviceshh ===> */

/* <=== hpservicehh ===> */
.hpservicehh{
    padding: 50px 0;
}
/* <=== hpservicehh ===> */

/* <=== tpservicehhb ===> */
.tpservicehhb .hhbinner{
    max-width: 770px;
    margin: 0 auto;
}
.tpservicehhb .ctdecs{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 15px;
}
/* <=== tpservicehhb ===> */

@media all and (max-width: 1200px){ 
    /* <=== hpservicehh ===> */
    .hpservicehh{
        padding: 80px 0 65px;
    }
    /* <=== hpservicehh ===> */
}
@media all and (max-width: 991px){ 
    /* <=== itservicemma ===> */
    .itservicemma .magrip .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .itservicemma .magrip .rcol{
        width: 100%;
    }
    .itservicemma .grinfo > div{
        width: 100%;
        margin-bottom: 25px;
    }
    .itservicemma .grinfo > div:last-child{
        margin-bottom: 0;
    }
    .itservicemma .itinfomma{
        text-align: center;
    }
    .itservicemma .itinfomma .astar{
        margin: 0 auto;
        margin-bottom: 20px;
    }
    /* <=== itservicemma ===> */

    /* <=== hpservicemm ===> */
    .hpservicemm{
        padding: 165px 0 55px
    }
    /* <=== hpservicemm ===> */

    /* <=== itserviceshh ===> */
    .itserviceshh .hicons{
        margin-bottom: 35px;
    }
    /* <=== itserviceshh ===> */

    /* <=== hpservicehh ===> */

    /* <=== hpservicehh ===> */
}
@media all and (max-width: 767px){ 
    /* <=== itservicemma ===> */
    .itservicemma{
        margin-bottom: 55px;
    } 
    .itservicemma .itinfomma .atext span{
        display: block;
    }
    /* <=== itservicemma ===> */
}