<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
    margin: 0;
    padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Microsoft Yahei', 'simsun', 'arial', 'tahoma';
    color: #222;
    background: #fff;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

fieldset,
img {
    border: 0;
}

a {
    text-decoration: none;
    color: #666;
    background: none
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: none;
}

.owt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.owt2 {
    display: -webkit-box;
    /* ä½¿ç”¨Flexboxå¸ƒå±€æ¨¡å¼ */
    -webkit-box-orient: vertical;
    /* è®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å¯¹è±¡çš„å­å…ƒç´&nbsp;çš„æŽ’åˆ—æ–¹å¼ä¸ºåž‚ç›´æ–¹å‘ */
    -webkit-line-clamp: 2;
    /* é™åˆ¶åœ¨ä¸€ä¸ªå—å…ƒç´&nbsp;æ˜¾ç¤ºçš„å†…å®¹çš„è¡Œæ•° */
    overflow: hidden;
    /* éšè—è¶…å‡ºå®¹å™¨çš„å†…å®¹ */
    text-overflow: ellipsis;
    /* å½“æ–‡æœ¬æº¢å‡ºæ—¶ï¼Œæ˜¾ç¤ºä¸ºçœç•¥å· */
}

@font-face {
    font-family: 'iconfont';
    src: url('https://at.alicdn.com/t/c/font_4413337_95sbqozok28.woff2?t=1712886128072') format('woff2'),
        url('https://at.alicdn.com/t/c/font_4413337_95sbqozok28.woff?t=1712886128072') format('woff'),
        url('https://at.alicdn.com/t/c/font_4413337_95sbqozok28.ttf?t=1712886128072') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*  */
.main {
    width: 1200px;
    margin: 0 auto;
}

header {
    width: 100%;
}

header .main {
    display: flex;
}

header .logo {
    display: block;
    float: left;
    width: 149.66px;
    height: 48px;
    margin-top: 33px;
}

header .logo img {
    width: 100%;
}

.header_ul {
    float: left;
    overflow: hidden;
    margin-left: 189px;
    margin-top: 20px;
    flex: 1;
    transition: all .3s;
}

.header_ul li {
    width: 100px;
    height: 74px;
    border-radius: 16px 16px 16px 16px;
    float: left;
    margin-left: 20px;
}
.header_ul li:nth-child(1){
    margin-left: 0;
}
.header_ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header_ul li a i {
    display: block;
    width: 32px;
    height: 32px;
}

.header_ul li a span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 23px;
    text-align: center;
}


.header_ul li.on {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
}

.header_ul li.on a span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 16px;
    color: #FF7E22;
    line-height: 23px;
}

.header_ul li:nth-child(1) a i {
    background: url(../img/1.png) no-repeat;
    background-size: cover;
}

.header_ul li.on:nth-child(1) a i {
    background: url(../img/1_1.png) no-repeat;
    background-size: cover;
}

.header_ul li:nth-child(2) a i {
    background: url(../img/2.png) no-repeat;
    background-size: cover;
}

.header_ul li.on:nth-child(2) a i {
    background: url(../img/2_1.png) no-repeat;
    background-size: cover;
}

.header_ul li:nth-child(3) a i {
    background: url(../img/3.png) no-repeat;
    background-size: cover;
}

.header_ul li.on:nth-child(3) a i {
    background: url(../img/3_1.png) no-repeat;
    background-size: cover;
}

.header_ul li:nth-child(4) a i {
    background: url(../img/6.png) no-repeat;
    background-size: cover;
}

.header_ul li.on:nth-child(4) a i {
    background: url(../img/6_1.png) no-repeat;
    background-size: cover;
}

.header_ul li:nth-child(5) a i {
    background: url(../img/4.png) no-repeat;
    background-size: cover;
    /*background: url(../img/5.png) no-repeat;*/
    /*background-size: cover;*/
}

.header_ul li.on:nth-child(5) a i {
    background: url(../img/4_1.png) no-repeat;
    background-size: cover;
    /*background: url(../img/5_1.png) no-repeat;*/
    /*background-size: cover;*/
}

.header_ul li:nth-child(6) a i {
    background: url(../img/5.png) no-repeat;
    background-size: cover;
}

.header_ul li.on:nth-child(6) a i {
    background: url(../img/5_1.png) no-repeat;
    background-size: cover;
}

.header_ul li:hover {
    background: rgba(225, 225, 225, 0.4);
}

.header_ul li.on:hover {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
}

/* search_wrap */
.search_wrap {
    float: right;
    height: 44px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 24px 24px 24px 24px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    margin-top: 35px;
    position: relative;
    transition: all .3s;
    /*display: none;*/
}

.search_wrap #search {
    width: 94px;
    height: 100%;
    border: 0;
    background: none;
    border-radius: 24px 24px 24px 24px;
    transition: all .3s;
}

.search_wrap img {
    width: 24px;
    height: 24px;
}

.search_wrap:hover {
    background: rgba(255, 255, 255, 1);
}

.search_ul {
    position: absolute;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
    border-radius: 16px 16px 16px 16px;
    z-index: 1;
    top: 56px;
    left: 0;
    display: none;
}

.search_ul li {
    margin: 8px;
    display: flex;
    align-items: center;
}

.con-a {
    flex: 1;
    width: 73%;
    display: flex;
    align-items: center;
}
.search_text{
    flex: 1;
    width: 180px;
}
.search_ul li .con-a img {
    width: 72px;
    height: 72px;
    background: #E0F7ED;
    border-radius: 18px 18px 18px 18px;
    margin-right: 14px;
}

.search_ul li .con-a .search_text .name {
    display: block;
    width: 100%;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #1F1F25;
    line-height: 23px;
}

.search_ul li .con-a .search_text p span {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 12px;
    color: #9C9FAC;
    line-height: 17px;
}

.search_ul li .down {
    display: block;
    width: 68px;
    height: 32px;
    border-radius: 72px 72px 72px 72px;
    border: 1px solid #FF7E22;
    text-align: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #FF7E22;
    line-height: 32px;
}
.search_ul li .down:hover{
    background: #FF7E22;
    color: #fff;
}
.search_ul li:hover .search_text .name{
    color: #FF7E22;
}
/* footer */
footer {
    background: #F7F8FA;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 0;
    margin-top: 50px;
}

footer p {
    width: 866px;
    height: 48px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #9C9FAC;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0 auto;
}

/* paging */
.paging {
    width: fit-content;
    height: 48px;
    background: #F7F8FA;
    border-radius: 172px 172px 172px 172px;
    clear: both;
    margin: 30px auto;
    line-height: 48px;
    text-align: center;
    padding: 0 20px;
}

.paging .num {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #6F7385;
    line-height: 20px;
    text-align: left;
}

.paging a {
    display: inline-block;
    margin: 0 6px;
    background: #FFFFFF;
    border-radius: 43px 43px 43px 43px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #41475E;
    line-height: 32px;
    text-align: center;
    padding: 0 13px;
}

.last_page {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 43px 43px 43px 43px;
    line-height: 32px;
    text-align: center;
}

.last_page.on {
    background: #E5E6EB;
}

.last_page span {
    font-weight: 400;
    font-size: 14px;
    color: #41475E;
}

.last_page.on span {
    color: #6F7385;
}

.pagli {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 43px 43px 43px 43px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #41475E;
    line-height: 32px;
    text-align: center;
}

.pagli.on {
    background: #FF7E22;
    color: #fff;
}</pre></body></html>