.banner {
    background-image: url(../images/technology/technology.png);
}
.content_box {
    width: 15rem;
    margin: 0 auto;
    /*padding: .67rem .93rem;*/
    padding: .67rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.common_title {
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN-Heavy;
    font-weight: bold;
    font-size: 1rem;
    color: rgba(130, 130, 130, .1);
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.common_titcn {
    position: absolute;
    left: 50%;
    bottom: 10%;
    font-family: SourceHanSansCN-Heavy, SourceHanSansCN-Heavy;
    font-weight: bold;
    font-size: 0.56rem;
    color: #000000;
    transform: translateX(-50%);
    white-space: nowrap;
}

.content_text{
    margin-top: 1.09rem;
}

.technology_tit{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.16rem;
    color: #333333;
}

.technology_box{
    margin-top: .7rem;
    display: flex;
}

.technology_l{
    width: 7.07rem;
    height: 4.91rem;
    margin-right: .5rem;
}

.technology_r{
    width: 7.3rem;
}

.technology_txt{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.48rem;
    margin-bottom: .7rem;
}

.phone{
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000000;
    margin-bottom: .17rem;
}

.last_txt{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.24rem;
    color: #E72828;
}

.technology{
    background: #FBFBFB;
}

.technology_center{
    /*width: 15rem;*/
    width: 100%;
    margin: 0 auto;
    padding-top: .54rem;
    padding-bottom: .82rem;
}

.table_tit{
    width: fit-content;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: bold;
    font-size: 0.18rem;
    color: #243552;
    padding-bottom: .07rem;
    border-bottom: .01rem solid #19357D;
    margin-bottom: .36rem;
}

table{
    margin-bottom: .35rem;
}