<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 767px) {
    body {
        min-width: auto;
    }

    .top {
        display: none;
    }

    .list {
        width: auto;
        padding: 0 15px;
    }

    .listlf,
    .listrt {
        width: 100%;
        float: none;
    }

    .weizhi,
    .content {
        width: auto;
    }

    .content .tit h2 {
        font-size: 17px;
    }

    img {
        max-width: 100%;
    }

    .mainline {
        display: none;
    }

    .rt_list ul li {
        display: flex;
        align-items: center;
    }

    .rt_list span {
        margin-top: 13px;
        display: none;
    }

    .listlf {
        border: none;
    }

    .mb-only {
        display: block !important;
    }
}

.mb-only {
    display: none;
}

@media (max-width: 767px) {
    .mHeader {
        width: auto;
        background: #FFFFFF;
        position: relative;
    }

    .mHeader .hLogo {
        padding: 0.2rem 0;
        text-align: center;
    }

    .mHeader .hLogo a {
        width: 1.17rem;
        height: 0.53rem;
        display: block;
        margin: 0 auto;
    }

    .mHeader .hLogo img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .mHeader .hSearch {
        position: absolute;
        top: 0.3rem;
        right: 0.35rem;
        width: 0.38rem;
        height: 0.38rem;
        z-index: 11;
    }

    .mHeader .hSearch a {
        border-width: 0;
        background: url(../images/icon_search.png) no-repeat center center;
        background-size: 100% 100%;
        width: 0.38rem;
        height: 0.38rem;
        cursor: pointer;
        text-indent: -999px;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
        display: block;
    }

    .mHeader .hMenu {
        padding: 0.2rem 0;
        padding-right: 0.8rem;
        position: relative;
    }

    .mHeader .hMenu .mBtn {
        width: 0.3rem;
        height: 0.22rem;
        position: absolute;
        top: 0.4rem;
        right: 0.4rem;
    }

    .mHeader .hMenu .mBtn .line {
        position: absolute;
        top: 0.09rem;
        left: 0;
        display: block;
        width: 0.3rem;
        height: 0.04rem;
        background-color: #333;
        border-radius: 0.02rem;
        transition: all .3s ease-in-out;
    }

    .mHeader .hMenu .mBtn .line:nth-child(1) {
        top: 0;
    }

    .mHeader .hMenu .mBtn .line:nth-child(3) {
        top: 0.18rem;
    }

    .mHeader .hMenu .mBtn.on {
        position: fixed;
        z-index: 999999999;
    }

    .mHeader .hMenu .mBtn.on .line {
        opacity: 0;
    }

    .mHeader .hMenu .mBtn.on .line:nth-child(1) {
        opacity: 1;
        transform: translateY(0.09rem) rotate(45deg);
    }

    .mHeader .hMenu .mBtn.on .line:nth-child(3) {
        opacity: 1;
        transform: translateY(-0.09rem) rotate(-45deg);
    }

    .mHeader .hMenu .menuBox {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999999;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-chaining: none;
        overscroll-behavior: contain;
        overflow-y: auto;
        background: #FFFFFF;
        display: none;
    }

    .mHeader .hMenu .menuBox.on {
        display: block;
    }

    .mHeader .hMenu .menuBox ul {
        padding: 0.8rem;
    }

    .mHeader .hMenu .menuBox li {
        border-bottom: 0.01rem solid #999;
    }

    .mHeader .hMenu .menuBox li a {
        font-size: 0.3rem;
        line-height: 0.36rem;
        color: #333333;
        text-align: left;
        display: block;
        padding: 0.3rem;
    }

    .mHeader .hMenu .menuBox li a::after {
        content: "";
        width: 0.2rem;
        height: 0.2rem;
        border-width: 0.02rem 0.01rem 0 0;
        border-color: #999;
        border-style: solid;
        display: block;
        float: right;
        transform: rotate(45deg);
        margin-top: 0.1rem;
    }

    .mHeader .hMenu .swiper-container {
        width: auto;
        height: auto;
    }

    .mHeader .hMenu .swiper-slide {
        width: auto;
    }

    .mHeader .hMenu .swiper-slide a {
        padding: 0 0.35rem;
        font-size: 0.3rem;
        color: #333333;
        line-height: 0.6rem;
        text-align: center;
        display: inline-block;
        position: relative;
    }

    .mHeader .hMenu .swiper-slide:first-child a {
        color: #F25453;
    }

    .mHeader .hMenu .swiper-slide:first-child a::after {
        content: "";
        width: 0.5rem;
        height: 0.05rem;
        background: #F25453;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .mHeader .hMenu .swiper-slide a:hover {
        color: #333333;
    }

    .fp_subtitle {
        font-size: .28rem;
    }

    h3.m_hotTit a {
        font-size: .42rem;
    }

    .headLines {
        margin-bottom: .32rem;

    }

    .pubTit {
        font-size: .32rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .pubTit a {
        font-size: .28rem;
        padding: 0;
    }

    .mainCase .caseBox .boxItem .itemCont h3 a {
        font-size: .28rem;
    }

    .mainCase .caseBox .boxItem .itemCont h4 {
        font-size: .24rem;
    }

    .mainCase {
        margin-bottom: .32rem;
    }

    .mainSer .seritem h3 a {
        font-size: .28rem;
        line-height: 1.5;
    }

    .mainSer .serBox {
        padding: 25px 15px;
    }

    .mainSer .serBox &gt; ul &gt; li a {
        font-size: .28rem;
    }

    .mainSer .serBox &gt; ul &gt; li {
        padding: 0;
        height: auto;
        margin-bottom: 0.36rem;
    }

    .mainSer .serBox &gt; ul &gt; li:last-child {
        margin: 0;
    }

    .mainSer .seritem h4 {
        margin-bottom: .24rem;
        font-weight: normal;
    }

    .mainInno .innoItem h3 {
        height: auto;
        font-size: .28rem;
    }

    .mainInno .innoItem h3 a {
        font-size: .3rem;
    }

    .mainInno .innoItem h4 {
        font-size: .24rem;
        font-weight: normal;
    }

    .mainCom .comBox h3 a {
        font-size: .28rem;
    }

    .mainCom .comBox h4 {
        font-size: .24rem;
        font-weight: normal;
    }

    .mainTop,
    .mainSci {
        margin-bottom: .32rem;
    }

    .mainInno {
        margin-bottom: .32rem;
    }

    .mainTop .banner .swiper-slide a {
        font-size: .28rem;
    }
}</pre></body></html>