@charset "UTF-8";
/*!
@charset "UTF-8";



 * @primer/css/core
 * http://primer.style/css
 *
 * Released under MIT license. Copyright (c) 2019 GitHub Inc.

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block
}

summary {
    display: list-item
}

audio, canvas, progress, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: initial
}

[hidden], template {
    display: none !important
}

a {
    background-color: initial;
}

a:hover {
    text-decoration:none !important;
}

a:active, a:hover {
    outline-width: 0;
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: none
}

b, strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: var(--color-text-primary);
    background-color: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: initial
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-size: 1em;
    font-family: monospace
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: initial;
    height: 0;
    overflow: visible
}

button, input, select, textarea {
    margin: 0;
    font: inherit
}

optgroup {
    font-weight: 600
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid silver
}

legend {
    display: table;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

body, html {
    width: 100%;
    height: 100%;
    background: #f5f5f5
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 10px
}

::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 4px
}

@media screen and (min-width: 1280px) {
    .main-view {
        width: 1200px;
        margin: 0 auto
    }
}

@media screen and (max-width: 1280px) {
    .main-view {
        width: 1000px;
        margin: 0 auto
    }
}

.nav-panel {
    width: 100%;
    height: 80px;
    font-size: 16px;
    color: #fff;
    background-color: #17316e
}

.nav-panel::after {
    display: table;
    clear: both;
    content: ''
}

.nav-panel .main-view {
    position: relative;
    z-index: 1
}

.nav-panel .logo-panel {
    float: left;
    height: 80px
}

.nav-panel .logo-panel .logo-elem {
    width: 100px;
    height: 40px;
    margin-top: 20px;
    background: rgba(255, 255, 255, .5)
}

.nav-panel .menu-panel {
    float: left;
    height: 20px
}

.nav-panel .menu-panel__item {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 90px;
    margin-left: 22px;
    margin-right: 22px;
    text-align: center;
    color: inherit;
    line-height: 80px;
    text-decoration: none
}

.nav-panel .menu-panel__item:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: inline-block;
    width: 100%;
    height: 6px
}

.nav-panel .menu-panel__item.active:after, .nav-panel .menu-panel__item:hover:after {
    background-color: #ff8641
}

.nav-panel .user-panel {
    display: flex;
    align-items: center;
    float: right;
    height: 80px;
    line-height: 80px;
}

.nav-panel .user-panel .account-link, .nav-panel .user-panel .account-link:hover, .nav-panel .user-panel .account-link:link, .nav-panel .user-panel .account-link:visited {
    display: inline-block;
    line-height: 22px;
    margin-left: 16px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 22px;
    padding-left: 14px;
    padding-right: 14px;
    text-decoration: none
}

.nav-panel .user-panel .user-name {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 5em
}

.nav-panel .user-panel .user-avator {
    height: 80px;
    margin-right: 20px;
}

.nav-panel .user-panel .user-avator .avatar {
    float: left;
    width: 40px;
    height: 40px;
    margin-left: 12px;
    border-radius: 50%;
    margin-top: 20px
}

.nav-panel .contact-panel {
    position: fixed;
    right: 50px;
    top: 100px;
    z-index: 10
}

.nav-panel .contact-panel::after {
    display: table;
    clear: both;
    content: ''
}

.nav-panel .contact-panel .contact-item {
    /* width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -99999px;
    margin-bottom: 15px;
    border-radius: 40px;
    background-color: #17316e;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 65%;
    cursor: pointer; */
    /* position: relative !important; */
}

.nav-panel .contact-panel .contact-item.i-online {
    background-image: url(../images/icon-contact_online.png)
}

.nav-panel .contact-panel .contact-item.i-wechat {
    background-image: url(../images/icon-contact_wechat.png)
}

.nav-panel .contact-panel .contact-item.i-phone {
    background-size: 55%;
    background-image: url(../images/icon-contact_phone.png)
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    border: none;
    background: #fff;
    opacity: .4;
    margin-left: 2px;
    margin-right: 2px
}

.carousel-indicators li.active {
    width: 8px;
    height: 8px;
    opacity: 1;
    margin-left: 2px;
    margin-right: 2px;
    position: relative;
    top: -1px
}

.post-list .post-item {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.post-list .post-item a {
    color: #242424;
    text-decoration: none;
}

.post-list .post-item .title-bar {
    margin-bottom: 6px
}

.post-list .post-item .title-bar::after {
    display: table;
    clear: both;
    content: ''
}

.post-list .post-item .border-b {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 12px
}

.post-list .post-item_title {
    width: 65%;
    float: left;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.post-list .post-item_payback {
    float: right;
    width: 30%;
    text-align: right;
    font-size: 18px;
    color: #fc0000
}

.post-list .post-item_company {
    font-size: 14px;
    color: grey;
    line-height: 1.2
}

.post-list .post-item_info {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    color: #b3b3b3;
    line-height: 1.2
}

.post-list .post-item_info::after {
    display: table;
    clear: both;
    content: ''
}

.post-list .post-item_info .condition {
    float: left;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-list .post-item_info .date {
    float: left;
    width: 30%;
    text-align: right
}

.post-list .post-item_info .gap {
    display: inline-block;
    width: 2px;
    height: 1em;
    position: relative;
    top: 1px;
    z-index: 0;
    margin-left: .6em;
    margin-right: .6em;
    background-color: #b4b4b4
}

.post-list .post-item_logo {
    padding-top: 20px;
    line-height: 48px;
    font-size: 14px;
    color: #b3b3b3
}

.post-list .post-item_logo::after {
    display: table;
    clear: both;
    content: ''
}

.post-list .post-item_logo .logo {
    float: left;
    width: 48px;
    height: 48px;
    border: 1px solid #e4e4e4;
    margin-right: 12px
}

.post-list .post-item_logo .logo > img {
    width: 100%;
    height: 100%;
}

.btn-primary, .btn-primary:hover {
    background-color: #17316e;
    font-size: 14px;
    font-weight: 700;
    outline: 0
}

.btn.btn-rounded, .btn.btn-rounded:active, .btn.btn-rounded:focus {
    border-radius: 100px;
    outline: 0;
    background-color: #17316e
}

.footer-panel .self-links {
    background-color: #fff
}

.footer-panel .link-group {
    display: flex;
    justify-content: space-between;
    padding-top: 65px;
}


.footer-panel .link-group dl dt {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.2;
    color: #303030
}

.footer-panel .link-group dl dd {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #aeaeae
}

.footer-panel .link-group dl dd a {
    color: inherit
}

.footer-panel .links-friendly-group {
    padding-top: 42px;
    padding-bottom: 40px;
    line-height: 1.2
}

.footer-panel .links-friendly-group label {
    width: 96px;
    text-align: right;
    font-size: 14px;
    color: #4f5458
}

.footer-panel .links-friendly-group a {
    display: inline-block;
    margin-right: 15px;
    color: #b1b3be;
}

.job-title, .panel-title {
    font-size: 24px;
    color: #17316e;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 30px 0;
    padding: 0
}

.job-title:before, .panel-title:before {
    content: '';
    float: left;
    width: 3px;
    height: 22px;
    background-color: #17316e;
    margin-right: 11px;
    margin-top: 2px
}

.job-title.light, .job-title.title-light, .panel-title.light, .panel-title.title-light {
    color: #ff8641
}

.job-title.light:before, .job-title.title-light:before, .panel-title.light:before, .panel-title.title-light:before {
    background-color: #ff8641
}

.job-title.title-green, .panel-title.title-green {
    color: #2da724
}

.job-title.title-green:before, .panel-title.title-green:before {
    background-color: #2da724
}

.job-panel {
    margin-top: 22px
}

.job-panel .post-list {
    margin-left: -15px;
    margin-right: -15px
}

.job-panel .post-list::after {
    display: table;
    clear: both;
    content: ''
}

.job-panel .post-list .post-item_wrap {
    float: left;
    width: 33.33%
}

.job-panel .post-list .post-item {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    padding: 15px 30px 14px 30px;
    min-height: 158px;
}

.panel-sub-title {
    font-size: 20px;
    line-height: 1.5;
    color: #17316e;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px
}

.panel-sub-title.light, .panel-sub-title.title-light {
    color: #ff8641
}

.tip-block {
    margin-bottom: 32px
}

.tip-block label {
    font-size: 20px;
    font-weight: bolder;
    color: #17316e;
    line-height: 1.2;
    margin-bottom: 8px
}

.tip-block .tip-paraph {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: grey
}

.tip-block:last-child {
    margin-bottom: 0
}

.pagination {
    display: flex !important;
    justify-content: center;
}
.layui-home-header .layui-nav-item>a{
    padding: inherit;
}
@media screen and (max-width: 1880px) {
    .contact-panel {
        display: block !important;
    }
}