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

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    font-family: "PingFang SC", "SourceHanSansCN", "Helvetica", "Arial", "å¾®è½¯é›…é»‘", "microsoft yahei", sans-serif;
}

.top {
    width: 100%;
    height: 112px;
    background-color: #46a6e6;
    position: fixed;
    top: 0;
    z-index: 2000;
}

.top-box {
    width: 1200px;
    height: 112px;
    margin: 0 auto;
    position: relative;
}

.top-logo {
    width: 365px;
    height: 72px;
    background: url('../public/icon/png_2x/i_2x-01.png') no-repeat center;
    background-size: 365px 72px;
    position: absolute;
    top: 20px;
    left: 0;
}

.input-icon {
    width: 14px;
    height: 14px;
    background: url('../public/icon/png_2x/i_2x-02.png') no-repeat center;
    background-size: 14px 14px;
    position: absolute;
    right: 137px;
    top: 25px;
    cursor: pointer;
}

.top-a-1,
.top-a-2 {
    display: block;
    position: absolute;
}

.top-a-1 {
    font-size: 12px;
    color: #FFFFFF;
    top: 23px;
    right: 65px;
}

.top-a-2 {
    font-size: 12px;
    color: #FFFFFF;
    top: 23px;
    right: 0;
}

.input-box {
    display: none;
    animation: sideIn 1s ease-in-out forwards;
}

@keyframes sideIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.top-input {
    width: 155px;
    height: 30px;
    background-color: #FFFFFF;
    border: none;
    font-size: 14px;
    color: #333333;
    padding-left: 10px;
    padding-right: 40px;
    position: absolute;
    top: 17px;
    right: 125px;
}

.input-icon-2 {
    width: 14px;
    height: 14px;
    background: url('../public/icon/png_2x/i_2x-03.png') no-repeat center;
    background-size: 14px 14px;
    position: absolute;
    right: 137px;
    top: 25px;
    cursor: pointer;
}

.nav {
    width: 100%;
    height: 52px;
    background-color: #FFFFFF;
    position: fixed;
    top: 112px;
}

.nav-box {
    width: 1200px;
    height: 52px;
    margin: 0 auto;
    display: flex;
}

.nav-item {
    position: relative;
    width: 100px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #1A1A1A;
}

.nav-hover {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 1000;

}

.item-a-1,
.nav-hover a {
    width: 100px;
    height: 52px;
    display: block;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #1A1A1A;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nav-hover a {
    color: #4d4d4d;
}
.nav-hover a {
    background-color: rgba(246, 246, 246, .9);
}

.nav-item:hover .item-a-1 {
    background-color: #F2F2F2;
    color: #0066B6;
}

.nav-item:hover .nav-hover {
    opacity: 1;
    visibility: inherit;
}

.nav-hover a:hover {
    color: #0066B6;
    background-color: rgba(234, 234, 234, .9);
}

.big-img {
    width: 100%;
    height: 180px;
    background: url('../public/banner/banner.png') no-repeat center;
    background-size: 1920px 180px;
    margin-top: 164px;
}

.footer {
    width: 100%;
    height: 199px;
    background-color: #46a6e6;
}

.footer-box {
    width: 1200px;
    height: 199px;
    margin: 0 auto;
}

.footer-top {
    display: flex;
}

.footer-logo {
    width: 365px;
    height: 72px;
    background: url('../public/icon/png_2x/i_2x-01.png') no-repeat center;
    background-size: 365px 72px;
    margin-top: 30px;
}

.footer-text {
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 50px;
    margin-left: 51px;
}

.footer-text div:nth-child(2) {
    margin-top: 10px;
}

.footer-line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
    margin-top: 10px;
    margin-bottom: 12px;
}

.footer-bottom {
    display: flex;
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
}

.footer-bottom div:nth-child(2) {
    margin-left: auto;
}

.footer-link {
    margin-left: 179px;
}

.footer-link-top {
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 15px;
}

.footer-link-box {
    display: flex;
    margin-top: 20px;
}

.footer-link-box a {
    display: block;
    font-size: 12px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.link-box-2 {
    margin-left: 130px;
}

.box {
    width: 100%;
    overflow: hidden;
    background: url('../public/banner/wave-2.png') no-repeat;
    background-size: 1920px 327px;
    background-position: bottom center;
    min-height: 296px;
    padding-bottom: 120px;
}

.box-main {
    width: 1200px;
    margin: 0 auto;
    margin-top: 42px;
    display: flex;
}

.box-sidebar {
    width: 193px;
    height: 54px;
    font-weight: bold;
    font-size: 24px;
    color: #0066B6;
    border-left: 1px solid #0066B6;
    padding-left: 23px;
    padding-top: 7px;
}

.box-list {
    width: 894px;
    margin-left: 90px;
}

.list-top {
    display: flex;
}

.list-top-title {
    font-weight: bold;
    font-size: 22px;
    color: #0066B6;
    margin-top: 9px;
}

.list-top-crumbs {
    display: flex;
    font-size: 14px;
    color: #808080;
    margin-top: 15px;
    margin-left: auto;
}

.list-top-crumbs a {
    display: block;
    font-size: 14px;
    color: #808080;
}

.list-top-crumbs div {
    margin-left: 5px;
    margin-right: 5px;
}

.list-box {
    width: 100%;
    margin-top: 45px;
}

.list-box a {
    display: block;
    margin-bottom: 28px;
}

.list-item {
    width: 100%;
    display: flex;
}

.list-item div:nth-child(1) {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0066B6;
    margin-top: 9px;
}

.list-item div:nth-child(2) {
    max-width: 750px;
    font-size: 16px;
    color: #000000;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-item div:nth-child(3) {
    font-size: 16px;
    color: #4D4D4D;
    margin-top: 3px;
    margin-left: auto;
}

.list-line {
    width: 100%;
    height: 1px;
    background-color: #E7E7E7;
    margin-bottom: 28px;
}

.list-box a:hover .list-item div:nth-child(2) {
    color: #0066B6;
}

.pagination {
    display: flex;
    margin-top: 57px;
}

.pagination-left,
.pagination-right {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #F2F2F2;
}

.pagination-right {
    margin-left: 15px;
}

.pagination-left img,
.pagination-right img {
    width: 12px;
    height: 12px;
    display: block;
    margin: 0 auto;
    margin-top: 9px;
}

.pagination-item {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #F2F2F2;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    margin-left: 15px;
}

.pagination-item:hover {
    background-color: #46a6e6;
    color: #FFFFFF;
}
.pagination-text{
    height: 30px;
    line-height: 30px;
    margin-left: auto;
}
.pagination-text span:nth-child(1),
.pagination-text span:nth-child(3),
.pagination-text span:nth-child(5) {
    font-size: 12px;
    color: #808080;
}

.pagination-text span:nth-child(2) {
    font-size: 12px;
    color: #666666;
}

.pagination-text span:nth-child(4) {
    font-size: 12px;
    color: #4D4D4D;
}
#menu {
    list-style-type: none;
   width: 216px;
    padding: 0;
    height: 100%;
    border-left: 1px solid #0066B6;
}

p {
    margin: 0;
}


/* é»˜è®¤éšè—ä¸‰çº§èœå• */
.three_level {
    display: none;
    list-style-type: none;

}


.second_add {
    font-size: 30px;
}

.second_add::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: url('../public/icon/png_1x/i_1x-17.png') no-repeat center;
    background-size: 12px 12px;
    right: 50px;
    top: 15px;
    /* transform: translate(0, -50%); */
}

.first_order {
    padding: 0;
}

.first_title {
    width: 193px;
    height: 54px;
    font-weight: bold;
    font-size: 24px;
    color: #0066B6;
    padding-left: 23px;
    padding-top: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.second_level {
    padding: 0;
    position: relative;
}

.second_title {
    width: 178px;
    height: 43px;
    line-height: 43px;
    font-size: 20px;
    color: #808080;
    padding-left: 38px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.second_title.active {
    font-weight: bold !important;
    font-size: 20px;
    color: #0066B6;

    .second_add::before {
        top: 15px;
        background: url('../public/icon/png_1x/i_1x-16.png') no-repeat center;
    }


}

.second_title.active+.three_level {
    display: block;
}

.second_title.activec+.three_level {
    display: none;
}

.second_title.activec {
    font-weight: normal !important;
    font-size: 20px;
    color: #808080;
    .second_add::before {
        background: url('../public/icon/png_1x/i_1x-17.png') no-repeat center;
    }
}

.three_order {
    padding: 0;
}

.three_title {
    width: 164px;
    height: 43px;
    font-size: 18px;
    color: #808080;
    line-height: 43px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 35px;
    border-left: 1px solid #0066B6;
    padding-left: 17px;
}

.three_title.activeT {
    color: #0066B6;
}</pre></body></html>