<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { margin: 0; background-color: #f9f9f9; }
* { outline: none; }
ul { margin: 0; padding: 0; }
li { list-style: none; }
a { text-decoration: none; color: #000; }
    a:hover { text-decoration: underline; }

.header, .nav { display: none; }

.header2 { display: flex; justify-content: space-between; box-sizing: border-box; background-color: #fff; padding: 10px; border-bottom: 4px solid rgb(44,114,200); }
    .header2 .logo { display: flex; align-items: center; }
        .header2 .logo img { width: 150px; height: auto; margin-right: 5px; }
        .header2 .logo div { background-color: rgb(44,114,200); font-size: 12px; color: #fff; border-radius: 8px; box-sizing: border-box; padding: 5px; }
    .header2 &gt; .rt { display: none; justify-content: right; }
        .header2 &gt; .rt .search { display: flex; align-items: center; margin-left: 30px; }
            .header2 &gt; .rt .search .tbx-search { height: 30px; width: 150px; background-color: rgb(242,247,253); border: 1px solid #666; box-sizing: border-box; padding: 0 10px; }
            .header2 &gt; .rt .search .btn-search { height: 30px; background-color: rgb(44,114,200); border: none; cursor: pointer; }
                .header2 &gt; .rt .search .btn-search img { width: 40%; }
                .header2 &gt; .rt .search .btn-search:hover { opacity: 0.8; }
        .header2 &gt; .rt .rt { display: flex; flex-direction: column; align-items: end; justify-content: center; line-height: 1.8; font-size: 14px; }

.menu { position: absolute; top: 0; right: 0; z-index: 10; font-size: 25px; padding: 15px; }
    .menu:hover { text-decoration: none; }

.homepage { line-height: 2.4; }
.nav2 { position: fixed; top: 0; right: 0; width: 100%; height: 100%; overflow: auto; z-index: 10; display: flex; }
    .nav2 .inner:first-child { background-color: transparent; }
    .nav2 .inner { background-color: #fff; flex: 1; height: 100%; overflow: auto; box-shadow: 0px 0px 8px 0px #6c6c6c; padding: 10px 0 30px 0; box-sizing: border-box; }
        .nav2 .inner ul { display: flex; flex-direction: column; justify-content: space-between; position: relative; }
            .nav2 .inner ul li { font-size: 18px; border-right: 1px solid #fff; box-sizing: border-box; padding: 0 20px; }
        .nav2 .inner &gt; ul &gt; li { border-bottom: 1px solid #d9eaff; position: relative; }
            .nav2 .inner &gt; ul &gt; li &gt; a { color: #3b78c4; display: block; padding: 5px 0; }
                .nav2 .inner &gt; ul &gt; li &gt; a:hover { text-decoration: none; }
                .nav2 .inner &gt; ul &gt; li &gt; a.c1 { color: #666; }
            .nav2 .inner &gt; ul &gt; li:last-child { border-bottom: none; }
            .nav2 .inner &gt; ul &gt; li &gt; a.close_menu { position: absolute; top: 0; right: 0; font-size: 30px; padding: 0 15px; line-height: 1.4; color: #f00; }
    /*        .nav2 .inner ul li a:hover { background-color: rgb(74,140,216); text-decoration: none; border-radius: 8px; }*/

    .nav2 .child { font-size: 18px; }
        .nav2 .child a { display: block; padding-left: 30px !important; color: #3b78c4 !important; line-height: 1.8; }
.nav2-bg { display: none; background-color: #eee; height: 46px; }
.nav2 { transition: all .3s ease-in-out; }
.menu_on { right: 0; opacity: 1; }
    .menu_on .inner:first-child { background-color: rgba(0,0,0,.5); transition: all .8s ease-in-out; }
.menu_off { right: -800px; opacity: 0; }
    .menu_off .inner:first-child { background-color: rgba(0,0,0,0); transition: all .1s ease-in-out; }

.footer { border-top: 4px solid rgb(89,146,213); padding: 20px; }
    .footer .inner { width: 100%; margin: 0 auto; padding: 0 0 20px 0; }
        .footer .inner .flink .tlt { display: flex; justify-content: space-between; align-items: center; font-size: 18px; margin-bottom: 15px; }
            .footer .inner .flink .tlt span { border-bottom: 3px solid #00459b; }
            .footer .inner .flink .tlt div { flex: 1; border-bottom: 1px solid #efefef; text-align: right; }
        .footer .inner .flink .list { display: flex; flex-wrap: wrap; }
            .footer .inner .flink .list a { padding: 0 15px; margin-bottom: 10px; }
    .footer .copyright { text-align: center; padding: 20px 0 15px 0; border-top: 1px solid #ddd; color: #666; }
</pre></body></html>