
.row-q1 li{
    width: 20%;
    float: left;
}
.row-q1 li .con{
    cursor: pointer;
}
.row-q1 li .con:hover .tit{
    color: #008647;
}
.row-q1 .img{
    height: 80px;
    margin-bottom: 30px;
}
.row-q1 .img img{
    width: auto;
    height: 100%;
}
.row-q1 .tit i{
    font-size: 30px;
    line-height: initial;
   transform: translateX(10px);
}
.row-q1 li:last-child .tit i{
    display: none;
}
.row-q2{
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 134, 71, 0.2);
    margin-bottom: 90px;
}
.row-q2 p{
    line-height: 26px;
    margin-bottom: 20px;
}
.row-q2 p:last-child{
    margin-bottom: 0;
}
.row-q2 img{width: auto}
.initiation_bth{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 136px;
    height: 43px;
    line-height: 43px;
    background: linear-gradient(90deg, #09B361, #008647);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.row-q3{
    background: rgba(238, 238, 238, 0.3);
    border-top: 1px solid #008647;
    padding: 40px;
}
.row-q3 .img{
    width: 50%;
    margin-right: 50px;
}
.row-q3 .cont{
    overflow: hidden;
}
.row-q3 .cont .tit{
    color: #666;
    line-height: 30px;
}
.row-q3 .cont ul{
    margin: 30px 0;
}
.row-q3 .cont ul li{
    width: 50%;
    float: left;
    margin-bottom: 18px;
}
.row-q3 .cont .txt{
    color: #aaa;
}


@media only screen and (max-width: 1199px){
    .row-q1 .img {
        height: 55px;
        margin-bottom: 24px;
    }
    .row-q1 .tit i {
        font-size: 24px;
        transform: translateX(0);
    }
    .row-q3 .img {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 20px;
    }
    .row-q3 .cont .tit {
        line-height: 26px;
    }
    .row-q3 .cont ul {
        margin: 18px 0;
    }
    .row-q3 .cont ul li {
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 768px){
    .initiation_bth{
        position: static;
        margin: 36px auto 0;
    }
    .row-q1 li {
        width: 50%;
        margin-bottom: 20px;
    }
    .row-q2 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 500px){
    .row-q3 {
        padding: 16px;
    }
    .row-q3 .cont ul li{
        width: 100%;
    }
}
