



/* banner */
.wurenji {
    position: absolute;
    left: 4rem;
    top: 0.52rem;
    display: flex;
    align-items: center;
}
.wurenji .logo {
    height: 1.45rem;
    margin-right: 0.5rem;
    object-fit: contain;
}
.wurenji .cn {
    font-size: 0.3rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    color: #FFFFFF;
    white-space: nowrap;
}
.wurenji .en {
    margin-top: 0.1rem;
    font-size: 0.2rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    white-space: nowrap;
}


/* 简介 */
.intro {
    width: 100%;
}
.intro .li {
    margin-top: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.intro .li:first-child {
    margin-top: 0;
}
.intro .li:nth-child(2n) {
    flex-direction: row-reverse;
}
.intro .text {
    width: 5.73rem;
}
.intro .t1 {
    font-size: 0.24rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    color: #000000;
}
.intro .t2 {
    margin-top: 0.58rem;
    font-size: 0.16rem;
    font-family: PingFang SC, PingFang SC;
    color: #000000;
    line-height: 0.32rem;
}
.intro .intro_img {
    width: 6.6rem;
    height: 4rem;
}

@media only screen and (max-width:1024px){
    .intro .li{
        flex-direction: column!important;
    }
    .intro .text{
        width: 100%;
    }
    .intro .t1{
        font-size: 14px;
    }
    .intro .t2{
        font-size: 12px;
        line-height: 1.8;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .intro .intro_img{
        width: 100%;
        height: auto;
    }
}












