.public_banner .position {
    font-weight: 400;
}

.proLinks {
    background: #F7F8FA;
}

.technology {
    background: #F7F8FA;
}

.technology .wrap {
    width: 72.9166666667vw;
    margin: 5.6770833333vw auto 9.6354166667vw;
}

.technology .wrap .title {
    font-size: 1.875vw;
    font-weight: 500;
    color: #222222;
    margin: 0 0 4.1145833333vw;
    text-align: center;
}

.technology .wrap .content {
    display: flex;
    justify-content: space-between;
}

.technology .wrap .content .img {
    width: 35.9375vw;
    position: relative;
}

.technology .wrap .content .img .bg {
    width: 100%;
    pointer-events: none;
}

.technology .wrap .content .img .position {
    position: absolute;
    left: 3.125vw;
    bottom: 2.65625vw;
    z-index: 5;
}

.technology .wrap .content .img .position .code {
    width: 4.5833333333vw;
    margin: 0 0 1.6145833333vw;
    display: block;
}

.technology .wrap .content .img .position p {
    font-size: 1.0416666667vw;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 0.625vw;
}

.technology .wrap .content .img .position a {
    font-size: 1.5625vw;
    font-weight: bold;
    color: #FFFFFF;
}

.technology .wrap .content .r {
    width: 35.9375vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.technology .wrap .content .r .item {
    height: 17.4479166667vw;
    width: 100%;
    padding: 2.6041666667vw 3.1770833333vw 5.2083333333vw 3.125vw;
    background: #fff;
    cursor: pointer;
}

.technology .wrap .content .r .item .iconfont {
    color: #009944;
    font-size: 3.3333333333vw;
    margin: 0 0 1.5625vw;
    transition: 1s;
    width: fit-content;
}

.technology .wrap .content .r .item h1 {
    font-size: 1.25vw;
    font-weight: bold;
    color: #222222;
    margin: 0 0 1.5625vw;
}

.technology .wrap .content .r .item > p {
    width: 24.6354166667vw;
    max-width: 100%;
    font-size: 0.7291666667vw;
    font-weight: 400;
    color: #666666;
    line-height: 1.3541666667vw;
}

.technology .wrap .content .r .item .more {
    display: flex;
    align-items: center;
    margin: 1.8229166666666666666666666666667vw 0 0 0;
}

.technology .wrap .content .r .item .more p {
    color: #009944;
    opacity: 0.8;
    font-size: 0.72916666666666666666666666666667vw;
    margin: 0 0.78125vw 0 0;
}

.technology .wrap .content .r .item .more svg {
    width: 0.72916666666666666666666666666667vw;
    height: 0.72916666666666666666666666666667vw;
    transform: rotateY(180deg);
}

.technology .wrap .content .r .item .more svg path {
    fill: #009944;
}

.technology .wrap .content .r .item:hover .iconfont {
    animation: 1.3s iconfont_animate linear forwards;
}
.technology .wrap .content .r .item .tel{
    margin: 2vw 0 0 0;
    display: flex;
    align-items: center;
}
.technology .wrap .content .r .item .tel p{
    font-size: 0.6416666667vw;
    font-weight: 500;
    color: #000;
    margin: 0 0 0.225vw;
}
.technology .wrap .content .r .item .tel .t{
    font-size: 1.0625vw;
    font-weight: bold;
    color: #009944;
}
.technology .wrap .content .r .item .tel .t p{
    font-size: 0.6416666667vw;
    font-weight: 500;
    color: #000;
    display: inline;
}
.technology .wrap .content .r .item:last-child{
    padding: 1.604167vw 3.1770833333vw 5.2083333333vw 3.125vw;
}
.technology .wrap .content .r .item:last-child h1{
    margin: 0 0 1vw;
}
@keyframes iconfont_animate {
    0% {
        transform: rotateY(0);
    }
    50% {
        transform: rotateY(180deg);
    }
    0% {
        transform: rotateY(0);
    }
}

/*# sourceMappingURL=technology.css.map */

@media screen and (max-width: 1024px) {
  .technology{
    overflow: hidden;
  }
  .technology .wrap .title{
    font-size: 24px;
      margin: 0 0 25px;
  }
    .public_banner .position {
        font-size: 16px;
        padding: 0 5% 0 0;
    }

    .technology .wrap{
        width: 90%;
        margin: 40px auto;
    }

    .technology .wrap .content{
        flex-direction: column;
    }
    .technology .wrap .content .img{
        width: 100%;
    }
    .technology .wrap .content .img .position .code{
        width: 80px;
        margin: 0 0 15px;
    }
    .technology .wrap .content .img .position p{
        font-size: 14px;
        margin: 0 0 5px;
    }
    .technology .wrap .content .img .position a{
        font-size: 16px;
    }
    .technology .wrap .content .img .position{
        left: 5%;
        bottom: 20px;
    }
    .technology .wrap .content .r{
        width: 100%;
        margin: 15px 0 0 0;
    }
    .technology .wrap .content .r .item{
        height: auto;
        margin: 0 0 15px;
        padding: 10% 5%;
    }
    .technology .wrap .content .r .item .iconfont{
        font-size: 30px;
        margin: 0 0 15px;
    }
    .technology .wrap .content .r .item h1{
        font-size: 18px;
        margin: 0 0 10px;
    }
    .technology .wrap .content .r .item > p{
        width: 100%;
        font-size: 13px;
        line-height: 1.8;
    }
    .technology .wrap .content .r .item .more{
        margin: 35px 0 0 0;
    }
    .technology .wrap .content .r .item .more p{
        font-size: 13px;
        margin: 0 10px 0 0;
    }
    .technology .wrap .content .r .item .more svg{
        width: 12px;
        height: 12px;
    }

    .technology .wrap .content .r .item .tel,.technology .wrap .content .r .item .tel .t{
        font-size: 16px;
    }
    .technology .wrap .content .r .item .tel{
        margin: 15px 0 0 0;
    }
    .technology .wrap .content .r .item .tel .t p{
        font-size: 14px
    }
}<!--0.00016093254089355-->