
.abo_cono{
    padding: 60px 0px;
    font-size: 0;
}
.abso_coli{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.abs_tit{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom: 40px;
}
.abs_sub{
    font-size: 18px;
    color: #333333;
    line-height: 34px;
    margin-bottom: 40px;
    text-align: justify;
}
.abs_bot li{
    float: left;
    text-align: center;
    margin-right: 40px;
    cursor: pointer;
    overflow: hidden;
}
.abs_bot li>a{
    width: 57px;
    height: 57px;
    border-radius: 50%;
    text-align: center;
    line-height: 57px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.abs_bot li>p{
    font-size: 14px;
    color: #cccccc;
    font-weight: bold;
    text-transform: uppercase;
}
.abs_bot li>a>img{
    width: 100%;
}
.abs_ma{
    width: 100%;
    height: 100%;
    background: #1b9139;
    position: absolute;
    top: -500%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: all .4s;
}
.abs_bot li:hover a>.abs_ma{
    top: 0;
}