<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width:1200px) {
    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    input, textarea {
        -webkit-appearance: none; /*閸樺娅巌nput姒涙ǹ顓婚弽宄扮础*/
    }

    html {
        min-height: 100%;
        position: relative;
        font-size: 14px;
    }

    body, html {
        font-size: 14px;
    }

    body {
        position: static;
    }
a{
font-size: 14px;
}
    img {
        max-width: 100%;
    }

    .wrapper {
        width: auto;
        margin: 0 3%;
    }

    .isPC {
        display: none;
    }

    .isMob {
        display: block;
    }

    .gh {
        display: block;
        position: relative;
        float: right;
        height: 35px;
        width: 35px;
        top: 0px;
        right: 0;
        z-index: 100;
        transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
        cursor: pointer;
    }
    .banner_index {
        padding: 100px 0;
    }

    .banner_index_box {
        margin-left: 0;
    }

        .gh.selected {
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
        }

        .gh a {
            display: block;
            height: 2px;
            margin-top: -2px;
            position: relative;
            top: 50%;
            transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
            -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
            -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
            width: 60%;
            margin: 0 20%;
            background: #000;
        }

            .gh a:after, .gh a:before {
                content: "";
                display: block;
                height: 2px;
                left: 0;
                position: absolute;
                transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
                -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
                -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
                width: 100%;
                background: #000;
            }

            .gh a:after {
                top: 8px;
            }

            .gh a:before {
                top: -8px;
            }

        .gh.selected a:after, .gh.selected a:before {
            top: 0;
        }

        .gh.selected a:before {
            transform: translateY(0px) rotate(-45deg);
            -webkit-transform: translateY(0px) rotate(-45deg);
            -ms-transform: translateY(0px) rotate(-45deg);
        }

        .gh.selected a:after {
            transform: translateY(0px) rotate(45deg);
            -webkit-transform: translateY(0px) rotate(45deg);
            -ms-transform: translateY(0px) rotate(45deg);
        }

        .gh.selected a {
            background-color: transparent !important;
        }

    .header {
        height: 65px;
    }

    .header-hd {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: 15px 0;
        z-index: 99999;
        background: #fff;
        box-shadow: 0 6px 10px rgba(0,0,0,.2);
    }

        .header-hd .logo {
            width: 44%;
        }

        .header-hd .search {
            display: none;
        }

    .nav {
        display: none;
        position: fixed;
        top: 65px;
        right: -55%;
        bottom: 0;
        width: 55%;
        font-size: 14px;
        z-index: 9999;
    }

        .nav li {
            float: none;
            text-align: center;
            width: auto;
        }

    .swiper-box-bd .bd li p {
        width: 37%;
        font-size: 14px;
        line-height: 24px;
    }

    .swiper-box-bd .hd li {
        width: 8px;
        height: 8px;
    }

    .swiper-box-bd .next, .swiper-box-bd .prev {
        margin-top: -13px;
        width: 26px;
        height: 26px;
        background-size: 6px;
    }

    .swiper-box-bd .bd:before {
        height: 24px;
    }

    .swiper-box-bd .hd {
        bottom: 7px;
    }

    .news-right,
    .news-left {
        float: none;
        width: auto;
    }

    .news-right {
        margin-top: 25px;
    }

    .news-left .bd .img {
        width: 38%;
    }

    .news-left .bd .txt {
        font-size: 14px;
    }

        .news-left .bd .txt .desc {
            /*display: none;*/
        }

    .news-left .ft li {
        line-height: 20px;
    }

    .news-left .ft i {
        width: 4px;
        height: 4px;
        margin-top: 7px;
    }

    .news-left .ft li p {
        margin-left: 10px;
        font-size: 14px;
        width: 65%;
    }

    .news-left .ft li span {
        font-size: 12px;
    }

    .news-right-bd li {
        padding: 8px 0;
        line-height: 20px;
    }

        .news-right-bd li p {
            margin-left: 14px;
            width: 63%;
        }

        .news-right-bd li span {
            padding: 4px 5px;
            line-height: 1;
            font-size: 14px;
        }

        .news-right-bd li:before {
            top: 6px;
            right: 4px;
            width: 20px;
            height: 14px;
        }

    .information-bd dl {
        margin-right: 0;
        margin-bottom: 20px;
        width: auto;
        float: none;
    }

    .information-bd dd {
        padding-left: 24px;
    }

        .information-bd dd i {
            padding: 1px 3px;
            line-height: 1;
        }

    .platform-bd ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .platform-bd li {
        margin-right: 0;
        margin-bottom: 20px;
        width: 45%;
    }

    .g-bd dl {
        margin-right: 0;
        float: none;
        width: auto;
    }

    .g-bd dd .left {
        margin-top: 0;
    }

        .g-bd dd .left h3 {
            font-size: 16px;
        }

        .g-bd dd .left p {
            font-size: 14px;
        }

    .g-bd dd .right {
        font-size: 14px;
    }

    .footer-hd h3:before, .footer-hd h3:after {
        width: 70px;
        height: 1px;
    }

    .is-footer-bd {
        margin-top: 20px;
    }

        .is-footer-bd ul {
            margin-right: 0;
            float: none;
        }

            .is-footer-bd ul li {
                list-style: none;
                margin-bottom: 10px;
            }

                .is-footer-bd ul li a {
                    position: relative;
                    margin: 0 0 15px 0;
                    padding-left: 15px;
                    display: block;
                    font-size: 14px;
                    color: white;
                }

                    .is-footer-bd ul li a:before {
                        content: '';
                        position: absolute;
                        top: 50%;
                        left: 0;
                        margin-top: -2px;
                        width: 4px;
                        height: 4px;
                        background: #fff;
                        border-radius: 50%;
                        color: white;
                    }

                .is-footer-bd ul li .hd {
                    margin-bottom: 15px;
                    font-size: 16px;
                    background: url(../images/icon_12.png) no-repeat right center;
                    background-size: 14px;
                    color: #fff;
                }

                .is-footer-bd ul li .bd {
                    display: none;
                }

                    .is-footer-bd ul li .bd a {
                        color: #fff;
                    }

    .footer-ft {
        margin-top: 40px;
    }

        .footer-ft .copy {
            float: none;
            font-size: 14px;
        }

        .footer-ft .qr-img {
            float: none;
            margin-bottom: 20px;
        }

    .sha {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,.6);
        z-index: 999;
    }
    .wrap {
        width: 100%;
    }
    .main_left {
        width: 100%;
        height: auto;
        /*padding: 0 20px;*/
        max-width: 100%;
    }

    .main_right {
        width: 100%;
        padding: 10px 10px;
        float:left;
        max-width: 100%;
    }
    .position {
        display: none;
    }
    .current h3 {
       
        height: 40px;
        
    }

    div.default a, div.default span {
        
        height: 28px;
       
    }

    .menu {
        background: #f6f6f6;
        width: 100%;
        margin-top: -50px;
        position: relative;
        text-align:center;
    }

    .submenu {
        width: 100%;
        text-indent: 0px;
    }
.content14 img {
        max-width: 100% !important;
        height: auto !important;
    }
 
}</pre></body></html>