<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrap {
    width: 100%;
    background: #ffffff;
}

.research-banner {
    width: 100%;
    height: 560px;
    position: relative;
}

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

.research-banner-info {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.research-banner-info .title {
    width: 100%;
    font-size: 48px;
    font-weight: 500;
    color: #282828;
    line-height: 67px;
}

.research-banner-info .info {
    width: 644px;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    line-height: 28px;
}

.research-wrap {
    width: 100%;
    padding: 62px 0 40px 0;
}

.research-content{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.research-content .item{
    width: 690px;
    height: 360px;
    margin-bottom: 60px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.research-content .item-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.research-content .item-info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
    color: white;
    cursor: pointer;
    background: linear-gradient(180deg, rgba(216, 216, 216, 0) 0%, rgba(75, 75, 75, 0.53) 52%, rgba(0, 0, 0, 0.81) 100%);
}
.research-content .info-left{
    font-size: 28px;
    line-height: 1.5;
    width: 100%;
    padding-right: 20px;
}


.research-content .info-icon{
    width: 36px;
    height: 26px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("../icon/icon-point-arrow-right.png");
}
.research-content .info-a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.research-content .item:hover .info-icon{
    background-image: url("../icon/icon-point-arrow-right-red-min.png");
}

@-moz-document url-prefix() {
    .wrap {
        width: 100%;
        background: #ffffff;
    }

    .research-banner {
        width: 100%;
        height: 560rem;
        position: relative;
    }

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

    .research-banner-info {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .research-banner-info .title {
        width: 100%;
        font-size: 48rem;
        font-weight: 500;
        color: #282828;
        line-height: 67rem;
    }

    .research-banner-info .info {
        width: 644rem;
        margin-top: 12rem;
        font-size: 16rem;
        font-weight: 400;
        color: #252525;
        line-height: 28rem;
    }

    .research-wrap {
        width: 100%;
        padding: 62rem 0 40rem 0;
    }

    .research-content {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .research-content .item {
        width: 690rem;
        height: 360rem;
        margin-bottom: 60rem;
        border-radius: 20rem;
        overflow: hidden;
        position: relative;
    }
    .research-content .item-item-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .research-content .item-info {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20rem 30rem;
        color: white;
        cursor: pointer;
        background: linear-gradient(180deg, rgba(216, 216, 216, 0) 0%, rgba(75, 75, 75, 0.53) 52%, rgba(0, 0, 0, 0.81) 100%);
    }
    .research-content .info-left {
        font-size: 28rem;
        line-height: 1.5;
        width: 100%;
        padding-right: 20rem;
    }


    .research-content .info-icon {
        width: 36rem;
        height: 26rem;
        flex-shrink: 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url("../icon/icon-point-arrow-right.png");
    }
    .research-content .info-a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .research-content .item:hover .info-icon {
        background-image: url("../icon/icon-point-arrow-right-red-min.png");
    }
}
@media screen and (max-width: 980px) {
    .research-banner {
        height: 1.72rem;
    }
    .research-banner-info .title{
        font-size: .2rem;
        line-height: 1.5;
    }
    .research-banner-info .info {
        width: 100%;
        margin-top: .08rem;
        font-size: .12rem;
        font-weight: 400;
        color: #252525;
        line-height: 1.5;
    }
    .research-wrap {
        padding: .3rem .3rem .5rem .3rem;
    }
    .research-content .item{
        width: 100%;
        height: 1.65rem;
        margin-bottom: .3rem;
        border-radius: .1rem;
    }

    .research-content .item-info{
        padding: .15rem;
    }
    .research-content .info-left{
        font-size: .12rem;
        padding-right: .2rem;
    }
    .research-content .info-icon{
        width: .21rem;
        height: .15rem;
    }
}</pre></body></html>