<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* 娓呴櫎榛樿杈硅窛 */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* 璇█瀹瑰櫒鏍峰紡 */
.language {
    width: 100%;
    height: 27px;
    background-color: #101111;
}

/* 璇█涓媗i鏍囩 瀛樻斁璇█ */
.language&gt;ul {
    float: right;
    margin-right: 80px;
}

.language&gt;ul&gt;li {
    width: 80px;
    height: 27px;
    float: left;
    margin-left: 10px;
    list-style: none;
}

.language&gt;ul&gt;li&gt;a {
    color: white;
    line-height: 30px;
}

.language&gt;ul&gt;li&gt;a:hover {
    color: rgb(0, 213, 241);
    line-height: 30px;
}

/* 瀵艰埅鏍� */
.nav {
    width: 100%;
    height: 70px;
    background-color: #0e2a48;
}

a {
    text-decoration: none;
    color: #101111ce;
}

.nav&gt;ul {
    margin-left: 310px;
}

.nav&gt;ul&gt;li {
    height: 70px;
    padding: 0 18px;
    float: left;
    list-style: none;
    position: relative;
}

#homeli {
    width: 40px;
}

.nav&gt;ul&gt;li&gt;a {
    color: white;
    line-height: 70px;
    font-size: 16px;
}

.header&gt;img {
    float: left;
    margin-left: 85px;
}

.continer {
    width: 60%;
    margin: 0 auto;
}

.continer&gt;.title {
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #b3b5b7;
    font-size: 14px;
    border-bottom: 1px solid #949494;
}

.continer&gt;.title&gt;span {
    color: #333;
}

.continer&gt;.title&gt;span:hover {
    color: #244fc5;
}

/* 鏂伴椈鍐呭鏍峰紡 */
.news-title {
    text-align: center;
    margin: 20px 0;
    font-size: 24px;
}

.news-content img {
    width: 90%;
    max-width: 800px;
    margin: 15px auto;
    display: block;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.news-content p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.6;
}

.news-content h2 {
    margin: 20px 0 10px;
    font-size: 20px;
}

.footer {
    width: 100%;
    height: 280px;
    background-color: rgb(18, 18, 18);
    color: #f2f2f2;
    padding: 30px 90px;
    box-sizing: border-box;
    margin-top: 15px;
}

.footer&gt;.footerTop {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(167, 164, 164);
    padding-bottom: 20px;
}

.footerTop&gt;.left {
    width: 33.33%;
    height: 150px;
    display: flex;
    border-right: 1px solid rgb(167, 164, 164);
}

.footerTop&gt;.left&gt;.leftwight {
    width: 60%;
    height: 100%;
}

.footerTop&gt;.left&gt;.leftwight&gt;h1 {
    font-weight: 400;
}

.footerTop&gt;.left&gt;.rightpic {
    width: 40%;
    height: 100%;
}

.footerTop&gt;.middle {
    width: 33.33%;
    height: 150px;
    padding: 10px 15px;
    box-sizing: border-box;
    border-right: 1px solid rgb(167, 164, 164);
}

.footerTop&gt;.middle&gt;h3 {
    color: #4c87d1;
    font-size: 18px;
}

.footerTop&gt;.middle&gt;ul {
    list-style: none;
    width: 100%;
}

.footerTop&gt;.middle&gt;ul&gt;li {
    width: 30%;
    float: left;
    font-size: 15px;
    line-height: 30px;
    padding-left: 15px;
    box-sizing: border-box;
    background: url(../img/16.png) no-repeat 3px 12px;
}

.footerTop&gt;.middle&gt;ul&gt;li:hover {
    color: #2f83d6;
}

.footerTop&gt;.right {
    width: 33.33%;
    height: 150px;
    padding: 10px 15px;
    box-sizing: border-box;
}

.footerTop&gt;.right&gt;h3 {
    color: #4c87d1;
    font-size: 18px;
}

.footerTop&gt;.right&gt;ul {
    list-style: none;
}

.footerTop&gt;.right&gt;ul&gt;li {
    width: 100%;
    line-height: 40px;
    padding-left: 15px;
    box-sizing: border-box;
}

.footer&gt;p {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #868687;
}

.footer&gt;p&gt;span {
    color: #c5c6c7;
}

.footer&gt;p&gt;span:hover {
    color: #868687;
}
</pre></body></html>