<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* æ–°åŠ&nbsp; */
.NyProList {
    padding-left: 15px;
    width: calc(78% - 15px);
}

@media (max-width: 1200px) {
    .NyProList {
        padding-left: 0;
        width: calc(78% - 15px);
    }
}

.NyBigBox .container {
    display: flex;
    justify-content: space-between;
}

/* äº§å“è¯¦æƒ… */
.cpjj {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.CpImg {
    width: 35%;
    position: relative;
}

.CpImg1 {
    width: 100%;
    margin: 0;
}

.CpImg2 {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.CpImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.CpText {
    width: 65%;
    padding-left: 120px;

}

.CpText h1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
    color: var(--color);
    position: relative;
    text-transform: uppercase;
}

.CpText .desc {
    margin: 15px 0 60px;
}

.CpText .desc h4 {
    font-weight: bold;
    font-size: 22px;
    line-height: 35px;
    color: #343434;
}

.CpText .desc p {
    font-size: 18px;
    line-height: 35px;
    text-transform: capitalize;
    color: #4D4D4D;
}


.CpText .phone {
    width: 200px;
    height: 50px;
    background: var(--color);
    border-radius: 6px;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.CpText .phone img {
    margin-right: 15px;
}


@media (max-width:1440px) {
    .CpText {
        padding-left: 90px;
    }

}

@media (max-width:1200px) {
    .cpjj {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .CpImg {
        width: 500px;
        position: relative;
    }

    .CpText {
        width: 100%;
        padding-left: 0;
        margin-top: 60px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .CpText * {
        text-align: left;
    }

    .CpText h1 {
        padding-left: 0;
    }
}

@media (max-width:720px) {
    .CpText {
        margin-top: 30px;
    }

    .CpText .desc {
        margin: 15px 0 30px;
    }

    .CpText .desc h4 {
        font-size: 18px;
        line-height: 2;
    }

    .CpText .desc p {
        font-size: 16px;
        line-height: 2;
    }

    .CpImg {
        width: 100%;
    }

    .CpText .phone {
        width: 160px;
        height: 40px;
        font-size: 14px;
    }

    .CpText .phone img {
        width: 15px;
    }

}



/* è¯¦æƒ… */
.NyCpXq {
    margin-top: 60px;
}

.contentList {
    margin: 30px 0;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contentList h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.5;
    color: #242424;
    text-transform: uppercase;
}


.contentBox .content {
    padding: 30px;
    display: none;
    min-height: 300px;
    background: #fff;
}

@media (max-width: 720px) {
    .contentList {
        margin: 30px 0;
        height: 45px;
    }

    .contentList h1 {
        font-size: 24px;
    }

    .contentBox .content {
        padding: 15px;
    }
}</pre></body></html>