@charset "utf-8";
.i4 {
    background: url(../images/i4bg_02.png) no-repeat center;
    background-size: 100%;
}

.i4tr li {
    transition: .25s;
    cursor: pointer;
    font-size: 18px;
    line-height: 50px;
    width: 150px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    text-align: center;
    margin-left: 20px;
}

.i4tr li.active {
    background: #0f5cab;
    color: #fff;
    border: 1px solid #0f5cab;
}

.i4wid {
    width: 48%;
}

.i4l {
    background: #f7f7f7;
}

.i4l:hover {
    color: #3f9b11;
}

.i4ltxtb {
    border-top: 1px solid #e6e6e6;
    margin-top: 18px;
    padding-top: 12px;
}

.i4ldata {
    padding: 10px;
    background: #3f9b11;
    color: #fff;
    position: absolute;
    left: 35px;
    top: 35px;
    z-index: 9;
}

.i4ra {
    padding: 20px 0;
    border-bottom: 1px solid #E6E6E6;
}

.i4ra:hover {
    color: #3f9b11;
}