/*! Place your custom styles here */
.unpad--bottom {
    height: 500px;
}
.logo-ld {
    position: absolute;
    top: 35px;
    left: 25%;
    z-index: 99;
}
.heng {
    
    width: 80px;
    height: 5px; 
    background-color: #ffffff;
    float: right;
}
.blue-circle {
    width: 216px;
    height: 216px;
    border-radius: 50%;
    background-color: #008CE1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.feature-box-ld {
    background: url('../image/card-bg.png') no-repeat 100% 100% !important ;
}
.feature-box-ld:hover {
    border-color: #008CE1;
}
.icon-bg-4 {
    position: absolute;
    right: -33px;
    bottom: -21px;
    z-index: -2;
}
.icon-bg-5 {
    position: absolute;
    left: -33px;
    bottom: -21px;
    z-index: -2;
}
.icon-bg-6 {
    position: absolute;
    left: -33px;
    bottom: -21px;
    z-index: -2;
}

img.grid-icon {
    margin-bottom: 24px!important;
}
.grid-ld {
    border-radius: 0;
    background-color:#F8F8F8!important;
}
.grid-ld:hover {
    background-color: #fff!important;
}
.col-md-4-ld {
    padding-left: 0!important;
    padding-right:0!important;
}
.tit-icon {
    margin: 0 25px;
}
.feature__body-ld:hover {
    background-color: #008CE1;
    color: #fff;
}
.beian {
    border-top: 1px dashed #5A5A5A;
    background-color: #15171D;
    color: #fff;
    padding: 10px 0;
}