.tech-wrap {
    /* background: url(../img/product/tech-bg.png) no-repeat; */
    background-size: cover;
    overflow: hidden;
    padding-bottom: 1rem;
}

.tech-top {
    margin: .8rem auto .7rem auto;
}

.tech-top-des {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
    margin-top: .6rem;
    text-align: center;
}

.tech1-des-box {
    display: flex;
    align-items: center;
    background-color: #F7F7F7;
    margin: 0 auto;
}

.tech1-des-left {
    flex: 1;
    padding: .4rem .5rem;
}

.tech1-des-text {
    font-size: 0.36rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 0.32rem;
}

.tech1-des-img {
    width: 8rem;
    /* height: 4.21rem; */
    flex-shrink: 0;
}

.tech1-des-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.liucheng-wrap {
    margin: .8rem auto 0 auto;
}
.liucheng-img{
    width: 100%;
    margin-top: .6rem;
}
.liucheng-img img{
    width: 100%;
}
.liucheng-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: .6rem;
}

.liucheng-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.liucheng-icon {
    width: 2rem;
    height: 2rem;
}

.liucheng-text {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: .2rem 0;
}

.liucheng-p-box {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.36rem;
}

.liucheng-p {}

.liucheng-right {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.liucheng-right img {
    width: .6rem;
    height: .5rem;
}

/*  */
.tech-list {}

.tech {
    background-repeat: no-repeat;
    background-size: cover;
}

.tech-item {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tech-des {
    flex: 1;
    margin-left: 0.86rem;
}

.tech-text {
    font-size: 0.36rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-bottom: .35rem;
    position: relative;
}

.tech-text::after {
    content: '';
    width: 0.64rem;
    height: 0.04rem;
    background: #76C431;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tech-p-box {
    margin-top: .4rem;
}

.tech-p {
    padding-left: .35rem;
    margin-top: .1rem;
    position: relative;
    font-size: 0.2rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
    line-height: 0.4rem;
    position: relative;
}

.tech-p::after {
    content: '';
    position: absolute;
    left: .1rem;
    width: 0.08rem;
    height: 0.08rem;
    background: #76C431;
    top: .16rem;
    border-radius: 50%;
}

.tech-img {
    width: 9.6rem;
}

.tech-img img {
    width: 100%;
}

.tech:nth-child(even) .tech-des {
    order: -1;
}

/*  */
.tech4-list {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.tech4-item {
    width: 3.7rem;
}

.tech4-img {
    width: 100%;
    height: 2.4rem;
}

.tech4-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tech4-text {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-top: .15rem;
}

/*  */
.plant-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: .65rem;
}
.plant-img{
    width: 100%;
}
.plant-img img{
    width: 100%;margin-top: .65rem;
}
.plant-des{
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
    margin: .8rem 0;
    text-align: center;
}
.plant {
    width: 5.2rem;
    height: 3.68rem;
    margin-right: .2rem;
    margin-bottom: .24rem;
}

.plant:nth-child(3n) {
    margin-right: 0;
}

.plant img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}