.agro-oil.solution .solution-top img {
    top: 120px;
}

.solution-engine-a1 .solution-engine-a2 p {
    text-align: justify;
}

.solution-engine-box-a3 {
    width: 100%;
    margin: 0 auto;
    margin-top: 45px;
}

.solution-engine-box2-a3 {
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
}

.solution-engine-a1-box {
    background: #fff;
    overflow: hidden;
    clear: both;
}

.a1_box_item {
    /*width: 25%;*/
    width: calc(100% / 3);
    box-sizing: border-box;
    float: left;
    padding: 20px 0;
    position: relative;
}

.a1_box_item::before {
    content: '';
    position: absolute;
    height: 64%;
    right: 0;
    top: 24%;
    width: 1px;
    background: #333;
}

.a1_box_item:nth-last-of-type(1)::before {
    content: '';
    position: absolute;
    height: 0;
    left: 0;
}
.solution-engine-a1 .solution-engine-a2 .a1_box_item p{
    color: #767676;
    font-size: 18px;
    margin-top: 14px;
    font-weight: bold;
}

.a1_box_item_txt{
    margin-top: 20px;
}
.solution-engine-a1 .solution-engine-a2 .a1_box_item  .a1_box_item_txt p{
    font-weight: normal;
    line-height: 26px;
}

.a1_box_item p {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.a1_box_item p img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.a1_box_item p span {
    font-size: 22px;
}

.a1_box_item:nth-of-type(1) p span,
.a1_box_item:nth-of-type(2) p span {
    color: #60d2ae
}

.a1_box_item:nth-of-type(3) p span,
.a1_box_item:nth-of-type(4) p span {
    color: #49a9d3
}

.a1_box_item>p:nth-of-type(2) {
    color: #447db7;
    padding: 10px 0;
    text-align: center
}

.a1_box_item_txt p {
    text-indent: 2em;
    color: #333;
    font-size: 14px;
}

.a1_box_item_txt p:nth-of-type(1) {
    margin-bottom: 14px;
}

.a2_box_item {
    width: 33.33%;
    float: left;
    padding: 0 16px
}

.a2_box_item p {
    text-align: center;
    color: #62bde6;
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
}

.a2_box_item p::before {
    content: '';
    position: absolute;
    height: 4px;
    left: 0;
    bottom: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    width: 100%;
    background: #62bde6
}

.a2_box_item:nth-of-type(2) p {
    color: #5fcfcc
}

.a2_box_item:nth-of-type(2) p::before {
    background: #5fcfcc
}

.a2_box_item:nth-of-type(3) p {
    color: #e9ba69
}

.a2_box_item:nth-of-type(3) p::before {
    background: #e9ba69
}

.a2_box_item_img img {
    max-width: 100%;
}

@media (max-width: 767px) {
    .solution-engine-a1 .solution-engine-a2 .a1_box_item .a1_box_item_txt p {
        font-size: 12px;
    }
    .solution-engine-a1 .solution-engine-a2 .a1_box_item p{
        margin-top: auto;
         font-size: 14px;
        color: #767676;
        letter-spacing: 0.53px;
        line-height: 18px;
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .solution-engine-a1 .solution-engine-a2 .a1_box_item .a1_box_item_txt p{
            line-height: initial;
    }
    .a1_box_item {
        width: 50%;
        height: 260px;
    }
    .a1_box_item:nth-of-type(1)::before {
        content: '';
        position: absolute;
        height: 64%;
        right: 0;
        top: 24%;
        width: 1px;
        background: #333;
    }
    .a1_box_item:nth-of-type(even)::before {
        content: '';
        position: absolute;
        height: 0;
        right: 0;
        top: 0;
        width: 0px;
        background: #333;
    }
    .solution-engine-box-a3 {
        width: 90%;
    }
    .solution-engine-box2-a3 {
        width: 90%
    }
    .a2_box_item {
        padding: 0 6px;
    }
    .a2_box_item p {
        font-size: 14px;
    }
    .solution-reason .solution-engine-zj-b3 {
        padding-bottom: 0px!important
    }
    .solution-engine-zj-b1 .solution-engine-zj-b2 {
        padding-bottom: 0!important
    }
    .solution-engine-zj-b1 img {
        margin-top: 0!important
    }
    .solution-engine-a2 {
        padding-bottom: 0;
    }
    .solution-engine-a1-box {
        padding-bottom: 0
    }
    .agro-oil.solution .solution-top img {
        top: 60px;
    }
}