<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg .breadcrumb {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

.bg .breadcrumb .breadcrumb-item a {
    color: #333
}

.bg .breadcrumb .breadcrumb-item a:hover {
    color: #0f4bb0
}

.bg .breadcrumb .breadcrumb-item.active {
    color: #999
}

.bg.zh .breadcrumb {
    font-family: "Microsoft YaHei",serif;
    font-size: 14px
}

.bg.zh .breadcrumb .breadcrumb-item a {
    color: #606060
}

.bg.zh .breadcrumb .breadcrumb-item a:hover {
    color: #0f4bb0
}

.bg.zh .breadcrumb .breadcrumb-item.active {
    color: #b6b4b5
}

.bg-other {
    background-color: #e9ecef
}

.bg-en {
    background-color: #fff;
    box-shadow: inset 0 -1px 0 #f5f6f7;
    color: #606060
}

.breadcrumb-item+.breadcrumb-item:before {
    content: "/"!important
}

@media (min-width: 1200px) {
    .page .container {
        max-width:1200px;
        padding-left: 0!important;
        padding-right: 0!important
    }

    .container .breadcrumb {
        margin-bottom: 0;
        margin-left: 15px!important;
        margin-right: 15px!important;
        padding-left: 0;
        padding-right: 0
    }

    .container .text-en {
        background-color: #fff;
        font-family: NotoSansSC,serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        margin-top: 0
    }
}

@media (max-width: 576px) {
    .bg-en {
        background-color:transparent;
        background-color: initial
    }
}

.page-bottom {
    font-family: "Microsoft YaHei";
    padding-bottom: 30px;
    width: 100%
}

.page-bottom .tabBox {
    align-items: center;
    border-bottom: 2px solid #053a95;
    display: flex;
    justify-content: flex-start;
    margin: 20px auto 0;
    width: 1200px
}

.page-bottom .tabBox .tabBar {
    cursor: pointer;
    padding: 14px 38px
}

.page-bottom .tabBox .tabBar.active {
    background: #053a95;
    color: #fff
}

.page-bottom .netBox {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 30px auto 0;
    width: 1200px;
    display: none;
}

.page-bottom .netBox.active {
    display: flex;
}

.page-bottom .netBox .main-title {
    align-items: center;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
    display: flex;
    font-size: 16px;
    font-weight: 400;
    height: 86px;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 16px;
    margin-top: 10px;
    padding: 16px;
    width: 24%
}

.page-bottom .netBox .main-title:nth-child(4n) {
    margin-right: 0
}

.page-bottom .netBox .main-title1 {
    align-items: center;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
    display: flex;
    font-size: 16px;
    font-weight: 400;
    height: 86px;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 16px;
    margin-top: 10px;
    padding: 16px;
    width: 24%
}

.page-bottom .netBox .main-title1:nth-child(4n+1) {
    margin-right: 0
}

@media (min-width: 1920px) {
    .page-bottom {
        padding-bottom:60px
    }
}
</pre></body></html>