<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-size: 16px;
    font-family: PingFang SC,"Microsoft Yahei",Helvetica,Tahoma,Arial,"Hiragino Sans GB","Hiragino Sans GB W3",STXihei,STHeiti,Heiti,SimSun,sans-serif !important;
    width: 100%;
    background-color: #f2f2f2;
    font-family: PingFang SC,"Microsoft Yahei",Helvetica,Tahoma,Arial,"Hiragino Sans GB","Hiragino Sans GB W3",STXihei,STHeiti,Heiti,SimSun,sans-serif !important;
}
ul, li {
    padding:0;
    list-style:none;
}
.index_content {
    width: 100%;
    margin: 0 auto;
}
.body {
    width:100%;
    margin:0 auto;
    padding:0 13%;
}
.header {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
}
.navbar {
    background-color: #fff;
    border: 0;
    width: 74%;
    margin: 0 auto;
    padding:5px 0;
    padding-top:4px;
}
.navbar-brand {
    padding-left:0;
}
.navbar-nav {
    margin-left: 100px;
    font-size:17px;
    color: #000;
}

.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:focus, .navbar-default .navbar-nav &gt; .active &gt; a:hover {
    background-color: #fff;
    color: #00A2E9;
}
.navbar-right {
    margin-right: 0.5%;
}
.navbar-default .navbar-nav &gt; li &gt; a {
    color: #333;
    font-family: PingFang SC,"Microsoft Yahei",Helvetica,Tahoma,Arial,"Hiragino Sans GB","Hiragino Sans GB W3",STXihei,STHeiti,Heiti,SimSun,sans-serif !important;
    font-weight:normal;
    font-size:14px;
}

.carousel-inner &gt; .item &gt; a &gt; img, .carousel-inner &gt; .item &gt; img, .img-responsive, .thumbnail a &gt; img, .thumbnail &gt; img {
    width: 100%;
    height: 33%;
    object-fit: cover;
    min-height:300px;
}
.carousel {
    margin-top:60px;
}

.carousel-control {
    width: 25%;
}

.nav-desc {
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
}

    .nav-desc &gt; .des-content {
        width: 74%;
        padding-top:25px;
        margin: 0 auto;
    }

        .nav-desc &gt; .des-content &gt; ul {
            width: 100%;
            height: auto;
            overflow: hidden;
            padding:0;
        }

            .nav-desc &gt; .des-content &gt; ul &gt; li {
                display: block;
                overflow: hidden;
                float: left;
                margin-left: 1%;
                width: 32.3%;
            }
                .nav-desc &gt; .des-content &gt; ul &gt; li:first-child {
                    margin-left:0;
                }

                .nav-desc &gt; .des-content &gt; ul &gt; li &gt; .left {
                    width: 100%;
                    text-align:center;
                    /*float: left;*/
                    min-width: 80px;
                    overflow: hidden;
                }

    .nav-desc &gt; .des-content &gt; ul &gt; li &gt; .left &gt; img {
        width:80px;
        height:70px;
    }

                .nav-desc &gt; .des-content &gt; ul &gt; li &gt; .right {
                    width: 100%;
                    /*float: left;*/
                    padding: 0;
                    padding-top:10px;
                    text-align:center;
                    padding-left: 10px;
                    margin-top: -18px;
                    font-size: 12px;
                }
    .nav-desc &gt; .des-content &gt; ul &gt; li &gt; .right &gt; h3 {
        font-size:20px;
    }
    .nav-desc &gt; .des-content &gt; ul &gt; li &gt; .right &gt; p {
        color:#666;
    }

@media screen and (max-width: 788px) {
    .nav-desc &gt; .des-content &gt; ul &gt; li {
        width: 100%;
        overflow: hidden;
        margin-top: 20px;
    }

        .nav-desc &gt; .des-content &gt; ul &gt; li &gt; .left {
            width:100%;
            text-align: center;

        }

        .nav-desc &gt; .des-content &gt; ul &gt; li &gt; .right {
            width: 90%;
            float: left;
            margin-left: 10px;
            padding: 5px;
            margin-top: -10px;
            text-align: center;
        }
}
.question {
    width:100%;
    margin-top:50px;
    padding-bottom:20px;
}
.question-content {
    width:100%;
    margin:0 auto;
    overflow:hidden;
}
    .question-content &gt; .left {
        float:left;
        width:50%;
    }
        .question-content &gt; .left &gt; ul {
            padding-top:20px;
        }
    .question-content &gt; .left&gt;ul&gt;li {
        line-height:35px
    }
    .question-content &gt; .left-right &gt; ul &gt; li {
        line-height: 35px
    }
    .question-content &gt; .right {
        float:left;
        width:40%;
    }
    .question-content &gt; .right &gt;img{
        width:100%;
        height:300px;
        object-fit:cover;
        border-radius:10px;
    }
@media screen and (max-width: 788px) {
    .question-content &gt; .right {
        display:none;
    }
    .question-content &gt; .left {
        width:100%;
    }
    .question-content &gt; .left-right {
        width:100%;
    }
    .question-content &gt; .left {
        text-align: center;
    }
    .question-content &gt; .left-right{
        text-align: center;
    }
}
.banner-text {
    width: 80%;
    height: 300px;
    position: absolute;
    top: 35%;
    left: 25%;
    color:#fff;
}
.banner-text &gt;h2{
    margin-bottom:40px;
}
@media screen and (max-width: 788px) {
    .banner-text {
        width: 60%;
        height: 300px;
        position: absolute;
        top: 32%;
        left: 25%;
        color: #fff;
    }
    .banner-text h2{
        font-size:20px;
        margin-bottom:10px;
    }
}

.index_content_2 {
    width: 100%;
    background-color: #F8F8F8;
    overflow: hidden;
    margin-bottom: 30px;
}
.index_content_2&gt;h2 {
    text-align:center;
}
.index_count {
    width: 70%;
    padding: 3% 0;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

.count_item {
    width: 22%;
    float: left;
    margin-left:1%;
    overflow: hidden;
    text-align:center;
    min-width:78px;
    padding-top:1%;
}

.count_item_text &gt; img {
    width: 45px;
    height: 45px;
}
.count_item_text &gt; p {
    line-height: 300%;
}

    .count_item_text &gt; .item_text {
        display: block;
        font-size:18px;
    }
@media screen and (max-width: 788px) {
    .count_item {
        width: 49%;
    }
}

.index_content_1 {
    width: 100%;
    height: 642px;
    margin:0 auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.index_content_my {
    background-color: #ffffff;
    height: 400px;
    overflow: hidden;
}
.slide-holder &gt; .ava &gt; .iconfont {
    font-size: 100px;
}

.swiper-slide-active &gt; .slide-holder &gt; .ava &gt; .iconfont {
    color: #1A89FA;
}
.index_bottom {
    width:100%;
    position:relative;
    overflow:hidden;
}
    .index_bottom img {
        width:100%;
        height:260px;
        object-fit:cover;
    }
    .index_bottom &gt; .title-box {
        position:absolute;
        top:30%;
        margin:0 auto;
        z-index:99;
        color:#fff;
        line-height:80px;
        width:100%;
        text-align:center;
    }
.index_footer {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 15px 0;
    background-color: #333;
    color: #fff;
    margin-top:0px;
    overflow: hidden;
}
    .index_footer &gt; .footer-body  {
        width: 74%;
        margin: 0 auto;
        overflow: hidden;
    }
    .index_footer &gt; .footer-body &gt; .footer-item {
        float: left;
        width: 33%;
        text-align: left;
    }
        .index_footer &gt; .footer-body &gt; .footer-item &gt; h3 {
            font-size: 18px;
            color: #fff;
        }
        .index_footer &gt; .footer-body &gt; .footer-item &gt; ul &gt; li {
            line-height: 30px;
            color: #ccc;
        }
            .index_footer &gt; .footer-body &gt; .footer-item &gt; ul &gt; li &gt; a {
                color: #ccc;
                font-size: 14px;
            }
.footer-qrcode {
    max-width: 100%;
}
.footer-qrcode img{
    max-width: 30%;
}
.footer-bottom {
    width:100%;
    text-align:center;
    color:#ccc;
    margin-top:15px;
    box-shadow:20px 0 0 0 #999;
}
@media screen and (max-width: 400px) {
    .index_footer &gt; .footer-body &gt; .footer-item &gt; h3 {
        font-size: 16px;
        color: #ccc;
    }
    .index_footer &gt; .footer-body &gt; .footer-item &gt; ul &gt; li &gt; a {
        color: #666;
        font-size: 12px;
    }
    .footer-qrcode img{
        max-width: 80%;
    }
}
.btn-open {
    background-color: #00A2E9;
    color: #fff;
}
.left-right {
    width: 40%;
    float: right;
    line-height:26px;
}
.footer-bottom a {
    font-size: 14px;
    color: #f2f2f2;
}
@media screen and (max-width: 788px) {
    .index_count {
        margin-top: 30px;
        width: 90%;
    }
    .index_footer &gt; .footer-body {
        width: 90%;
    }
    .footer-bottom { font-size: 12px;}
}</pre></body></html>