<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 基本元素重置 */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select {
    margin: 0;
    padding: 0;
}

body, input, textarea, select, button, table {
    font-size: 12px;
    line-height: 1.25em;
    outline: none;
}

img, fieldset {
    border: 0;
}

ul, ol {
    list-style: none;
}

em, address {
    font-style: normal;
}

a {
    color: #999999;
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6, em, i {
    font-style: normal;
    font-weight: 400;
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
/* header */
.header {
    height: 138px;
    width: 100%;
}

.header .header_con {
    width: 1200px;
    margin: auto;
    height: 138px;
}

.header .header_logo {
    float: left;
    height: 138px;
    background: url(../../images/logo.png) no-repeat 0px 42px;
    padding-left: 355px;
}

.header_logo .p1 {
    line-height: 36px;
    font-size: 30px;
    margin-top: 32px;
}

.header_logo .p2 {
    line-height: 42px;
    font-size: 45px;
    font-weight: bold;
    color: #003385;
}

.header .QRspan {
    float: right;
    width: 145px;
    height: 138px;
    line-height: 138px;
    color: #646464;
    font-size: 16px;
}

.header .QRspan a {
    color: #646464;
}

.header .QRspan a:hover {
    color: #1691d7;
}
/* content */
.content {
    width: 100%;
    margin: auto; /*border:1px solid red;*/
    min-width: 1200px;
    background-color: #F4F4F4;
    padding: 40px 0px;
}

.content .wrapper {
    position: relative;
    margin: auto;
    width: 1200px;
    background-color: white;
    padding:30px;
}

.wrapper_p {
    width: 1200px;
    height: 52px;
    background-color: #199ED8;
    line-height: 52px;
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin: auto;
}

.wrapper_content {
    width: 1100px; /*margin:50px;*/
    border: 1px solid #E4E4E4;
}

.content_p_title {
    width: 1098px;
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    background-color: #F2F2F2;
}

.content_p_title2 { 
    line-height: 20px;
    color: #0477AD;
    font-size: 16px;
    padding: 10px; 
}

.content_p_list {
    width: 1100px;
    line-height: 20px;
    color: #333333;
    font-size: 14px;
    padding: 10px;
}
/* footer */
.footer {
    text-align: center;
    padding-top: 22px;
}

.footer p {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #646464;
}
</pre></body></html>