<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; }

.header2, .menu, .nav2 { display: none; }

.header { width: 1300px; margin: 0 auto; display: flex; justify-content: space-between; box-sizing: border-box; padding: 25px 30px 10px 30px; background-color: #fff; }
    .header .logo { display: flex; align-items: center; }
        .header .logo img { width: 300px; height: auto; margin-right: 20px; }
        .header .logo div { font-size: 14px; background-color: rgb(44,114,200); color: #fff; border-radius: 10px; padding: 5px 20px; }
    .header &gt; .rt { display: flex; justify-content: right; }
        .header &gt; .rt .search { display: none; align-items: center; margin-left: 30px; }
            .header &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; }
            .header &gt; .rt .search .btn-search { height: 30px; background-color: rgb(44,114,200); border: none; cursor: pointer; }
                .header &gt; .rt .search .btn-search img { width: 40%; }
                .header &gt; .rt .search .btn-search:hover { opacity: 0.8; }
        .header &gt; .rt .rt { display: flex; flex-direction: column; align-items: end; justify-content: center; line-height: 1.8; font-size: 14px; }

.nav { background-color: rgb(44,114,200); padding: 5px 0; }
    .nav .inner { border: 2px solid #fff; border-left: none; border-right: none; }
    .nav .inner2 { width: 1200px; margin: 0 auto; }
        .nav .inner2 ul { display: flex; justify-content: space-between; padding: 5px 0; position: relative; }
            .nav .inner2 ul li { font-size: 20px; border-right: 1px solid #fff; width: 16.66%; box-sizing: border-box; padding: 0 30px; }
                .nav .inner2 ul li a { color: #fff; display: block; text-align: center; padding: 5px 0; }
                    .nav .inner2 ul li a:hover { background-color: rgb(74,140,216); text-decoration: none; border-radius: 8px; }
                .nav .inner2 ul li:hover .child { position: absolute; left: 0; top: 41px; display: block; width: 100%; padding-top: 12px; }
                    .nav .inner2 ul li:hover .child a { color: #666 !important; padding: 0 20px !important; }
                .nav .inner2 ul li:hover .child_inner { width: 100%; background-color: #eee; display: flex; justify-content: center; box-sizing: border-box; padding: 10px 0; }
                .nav .inner2 ul li:hover .child a:hover { color: #666 !important; padding: 0 20px !important; color: #fff !important; }
                .nav .inner2 ul li:last-child { border-right: none; }
    .nav .child { display: none; }
.nav-bg { background-color: #eee; height: 46px; }

.footer { border-top: 20px solid rgb(89,146,213); padding: 20px 0; }
    .footer .inner { width: 1200px; margin: 0 auto; padding: 0 0 20px 0; }
        .footer .inner .flink .tlt { display: flex; justify-content: space-between; align-items: center; font-size: 28px; 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>