.technology{
    overflow: hidden;
}
.technology_box{
    margin-bottom: .93rem;
}
.technology_item{
    display: flex;
    margin-top: .6rem;
}
.technology_item_img{
    width: 9.24rem;
    height: 4.65rem;
    overflow: hidden;
    margin-right: .68rem;
}

.technology_item_img img{
    transition: all .5s;
}

.technology_item_img:hover img{
    transform: scale(1.2);
}
.technology_item_text{
    width: 5.68rem;
}
.technology_item_tit{
    font-size: 0.26rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: normal;
    color: #222222;
    margin-top: .46rem;
    margin-bottom: .33rem;
}
.technology_item_txt{
    font-size: 0.16rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #888888;
    line-height: 0.28rem;
    margin-bottom: .4rem;
}

.technology_item:nth-child(2n){
    flex-direction: row-reverse;
}
.technology_item:nth-child(2n) .technology_item_img{
    margin-right: 0;
    margin-left: .68rem;
}


@media only screen and (max-width: 1024px) {
    .technology{
        width: 94%;
        margin: auto;
    }
    .technology_item{
        display: block;
    }
    .technology_item_img{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-right: 0;
    }
    .technology_item_text{
        width: 100%;
        
    }
    .technology_item_tit{
        font-size: 14px;
        margin-top: .26rem;
        margin-bottom: 0.1rem;
    }
    .technology_item_txt{
        font-size: 12px;
        line-height: 0.28rem;
        margin-bottom: .1rem;
    }
    .technology_item:nth-child(2n) .technology_item_img{
        margin-left: 0;
    }
}
