<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav&gt;div&gt;ul&gt;li:nth-of-type(3)&gt;div:first-of-type {
    top: 0 !important;
}

.nav&gt;div&gt;ul&gt;li:nth-of-type(3)&gt;div:last-of-type {
    bottom: 0 !important;
}

.container-relevant .swiper-wrapper {
    transition-timing-function: linear !important;
}

.title-industryDetail {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 75px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.title-industryDetail&gt;.bg {
    width: 60%;
    max-width: 800px;
    padding-top: 493px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.title-industryDetail&gt;.title {
    width: 40%;
    position: relative;
    padding: 60px 0 60px 85px;
}

.title-industryDetail&gt;.title::before {
    content: '';
    height: 100%;
    background: white;
    display: inline-block;
    position: absolute;
    left: -82px;
    top: 0;
    width: 82px;
}

.title-industryDetail h1 {
    font-size: 35px;
    line-height: 35px;
    color: rgb(83, 83, 83);
    font-weight: normal;
    margin-bottom: 25px;
}

.title-industryDetail p {
    padding: 13px 0;
    color: rgb(83, 83, 83);
    line-height: 30px;
}

.detail-industryDetail {
    max-width: 1400px;
    width: 95%;
    margin: 0 auto;
    padding: 40px 0;
    border-top: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
    box-sizing: border-box;
}

.detail-industryDetail p {
    padding: 13px 0;
    color: rgb(83, 83, 83);
    line-height: 30px;
}

.detail-industryDetail ul {
    padding: 13px 0;
    color: rgb(83, 83, 83);
    line-height: 30px;
}

.detail-industryDetail li {
    padding-left: 15px;
    position: relative;
}

.detail-industryDetail li::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgb(31, 167, 241);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.relevant {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 115px;
}

.relevant&gt;h2 {
    font-size: 24px;
    color: rgb(0, 118, 192);
    font-weight: normal;
    line-height: 24px;
    padding: 57px 0 35px;
}

.slide-relevant {
    color: rgb(83, 83, 83);
    border: 1px solid rgb(230, 230, 230);
    border-top: 5px solid rgb(31, 167, 241);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
}


.slide-relevant:hover {
    border: 1px solid rgb(31, 167, 241);
    border-top: 5px solid rgb(31, 167, 241);
    color: rgb(0, 118, 192);
}

.slide-relevant&gt;div {
    width: 200px;
    padding-top: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 38px 0 10px;
}

.slide-relevant&gt;p {
    width: 100%;
    padding: 0 10px;
    line-height: 68px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width:1400px) {
    .title-industryDetail {
        padding: calc(75/1400*100%);
    }

    .title-industryDetail&gt;.title {
        padding: calc(60/1400*100%) 0 calc(60/1400*100%) calc(85/1400*100%);
    }

    .title-industryDetail&gt;.bg {
        padding-top: calc(493/1400*100%);
    }

    .title-industryDetail&gt;.title::before {
        width: calc(82/1400*100%);
        left: calc(82/1400*-100%);
    }

    .title-industryDetail&gt;.title::before {
        display: none;
    }

    .title-industryDetail h1 {
        margin-bottom: calc(25/1400/0.4*100%);
    }

    .title-industryDetail p {
        padding: calc(13/1400/0.4*100%) 0;
    }

    .detail-industryDetail {
        padding: calc(40/1400*100%);
    }

    .detail-industryDetail p {
        padding: calc(13/1400*100%);
    }

    .detail-industryDetail ul {
        padding: calc(13/1400*100%);
    }

    .relevant {
        padding-bottom: calc(115/1400*100%);
    }

    .relevant&gt;h2 {
        padding: calc(57/1400*100%) 0 calc(35/1400*100%);
    }

    .slide-relevant&gt;div {
        width: calc(200/1286*4*100%);
        padding-top: calc(200/1286*4*100%);
        margin: calc(38/1286*4*100%) 0 calc(10/1286*4*100%);
    }
}

@media screen and (max-width:1024px) {

    .title-industryDetail h1 {
        font-size: 30px;
    }
}

@media screen and (max-width:768px) {
    .title-industryDetail {
        flex-direction: column;
    }

    .title-industryDetail&gt;.bg {
        width: 100%;
        padding-top: calc(493/800*100%);
    }

    .title-industryDetail&gt;.title {
        width: 100%;
        padding: calc(30/768*100%);
    }

    .title-industryDetail h1 {
        font-size: 26px;
        text-align: center;
        margin-bottom: calc(25/1400*100%);
    }

    .title-industryDetail p {
        font-size: 15px;
        padding: calc(13/1400*100%) 0;
    }

    .detail-industryDetail ul&gt;li {
        font-size: 15px;
    }


    .relevant&gt;h2 {
        text-align: center;
        padding: calc(57/1400*100%) 0 calc(57/1400*100%);
    }

    .detail-industryDetail p {
        font-size: 15px;
    }

    .detail-industryDetail ul {
        font-size: 15px;
    }


}

@media screen and (max-width:414px) {
    .slide-relevant&gt;p {
        line-height: 50px;
        font-size: 16px;
    }

}</pre></body></html>