/* 技术背景 */
.technology {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    box-sizing: border-box;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.technology_pic {
    height: 210px;
    width: 100%;
}

.technology_pic img {
    max-width: 100%;
    max-height: 100%;
}

.technology_con {
    padding: 0 0 0 4.3%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.technology_con .txt span {
    display: block;
    color: #999999;
    font-size: 14px;
    line-height: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
}

.technology_con .txt span small {
    max-width: 50%;
    display: block;
    float: left;
    color: #559f48;
    line-height: 60px;
    font-size: 20px;
    padding: 0 8px 0 0;
    font-weight: bold;
}

.technology_con .txt span i {
    font-style: inherit;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 39px;
    height: 2px;
    background: #559f48;
}

.technology_con .txt p {
    display: block;
    color: #666666;
    margin: 1.8% 0 0;
    font-size: 14px;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
}

@media screen and (max-width:1024px) {
    .technology {
        padding: 15px;
    }
}

@media screen and (max-width:768px) {
    .technology_pic {
        height: 150px;
    }
}

@media screen and (max-width:650px) {
    .technology_pic {
        height: 200px;
    }

    .technology_con {
        padding: 0;
    }
}