/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

body {
    background-color: #f7f7f7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    font-size: 14px;
    margin: 0;
    color: #222
}

body.loading:after {
    background: #fff url(logo.27c482ae.png) no-repeat 50%;
    background-size: 100px;
    -webkit-animation: fade 1.5s infinite alternate;
    animation: fade 1.5s infinite alternate;
    z-index: 1001
}

@-webkit-keyframes fade {
    0% {
        opacity: .3
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: .3
    }
    to {
        opacity: 1
    }
}

.clean-padding, .page-about-tag, .page-adv-block .page-adv-item, .page-adv-block .page-join-item, .page-header, .page-join-block .page-adv-item, .page-join-block .page-join-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

@-webkit-keyframes fadeIn {
    0.01% {
        opacity: .5
    }
    0% {
        opacity: 1
    }
    30% {
        opacity: 1
    }
    35% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@keyframes fadeIn {
    0.01% {
        opacity: .5
    }
    0% {
        opacity: 1
    }
    30% {
        opacity: 1
    }
    35% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeIn2 {
    0% {
        opacity: 0
    }
    30% {
        opacity: 0
    }
    35% {
        opacity: 1
    }
    65% {
        opacity: 1
    }
    70% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@keyframes fadeIn2 {
    0% {
        opacity: 0
    }
    30% {
        opacity: 0
    }
    35% {
        opacity: 1
    }
    65% {
        opacity: 1
    }
    70% {
        opacity: 0
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeIn3 {
    0% {
        opacity: 0
    }
    65% {
        opacity: 0
    }
    70% {
        opacity: 1
    }
    96% {
        opacity: 1
    }
    to {
        opacity: .1
    }
}

@keyframes fadeIn3 {
    0% {
        opacity: 0
    }
    65% {
        opacity: 0
    }
    70% {
        opacity: 1
    }
    96% {
        opacity: 1
    }
    to {
        opacity: .1
    }
}

@-webkit-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200%);
        transform: translateY(200%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200%);
        transform: translateY(200%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeOutBottom {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(200%);
        transform: translateY(200%)
    }
}

@keyframes fadeOutBottom {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(200%);
        transform: translateY(200%)
    }
}

body {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

::-webkit-scrollbar {
    width: 0
}

.page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 90px;
    color: #fff;
    -webkit-transition: background-color .8s;
    transition: background-color .8s;
    z-index: 10;
    background-color: #1270e0
}

.page-header.fixed {
    background-color: #1270e0;
    color: #222;
    -webkit-box-shadow: 2px 0 10px hsla(0, 0%, 60%, .2);
    box-shadow: 2px 0 10px hsla(0, 0%, 60%, .2)
}

.page-header.fixed .page-menu a {
    text-decoration: none
}

.page-header .page-header-container {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    max-width: 1140px;
    margin: auto;
    overflow: hidden
}

.page-header .page-header-container img {
    height: 100%
}

.page-header .page-header-simple {
    display: none;
    overflow: hidden;
    color: #fff;
    height: 44px
}

.page-header .page-header-simple img {
    height: 100%
}

.page-header.fixed .page-header-simple {
    color: #222
}

.header-expand {
    display: inline-block;
    height: 14px;
    width: 23px;
    position: relative;
    margin-top: 16px
}

.header-expand:after, .header-expand:before {
    content: "";
    right: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    border-top: 3px solid;
    bottom: 0;
    -webkit-transition: width .3s .5s;
    transition: width .3s .5s
}

.header-expand:before {
    top: 0;
    width: 70%
}

.header-expand_opened:before {
    width: 100%
}

.header-expand_opened:after {
    width: 70%
}

.page-drawer {
    list-style: none;
    padding: 0;
    margin: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 18px;
    z-index: 100;
    text-align: center;
    background-color: transparent;
    overflow: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.83, .11, .33, .49);
    transition: -webkit-transform .5s cubic-bezier(.83, .11, .33, .49);
    transition: transform .5s cubic-bezier(.83, .11, .33, .49);
    transition: transform .5s cubic-bezier(.83, .11, .33, .49), -webkit-transform .5s cubic-bezier(.83, .11, .33, .49)
}

.page-drawer li .text a {
    text-decoration: none;
    color: #fff
}

.page-drawer li .activeTest a {
    color: #fd7c28;
    font-weight: 700
}

.page-drawer_opened {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background-color: rgba(0, 0, 0, .9)
}

.page-drawer .header-expand {
    position: absolute;
    right: 26px;
    top: 26px;
    margin: 0
}

.page-drawer li:first-child {
    line-height: 116px;
    background-color: #999
}

.page-drawer li:nth-child(2) {
    line-height: 116px;
    background-color: #888
}

.page-drawer li:nth-child(3) {
    line-height: 116px;
    background-color: #777
}

.page-drawer li:nth-child(4) {
    line-height: 116px;
    background-color: #666
}

.page-drawer li:nth-child(5) {
    line-height: 116px;
    background-color: #555
}

.page-drawer li:nth-child(6) {
    line-height: 116px;
    background-color: #444
}

.page-drawer li:nth-child(7) {
    line-height: 116px;
    background-color: #333
}

.page-drawer li:nth-child(8) {
    line-height: 116px;
    background-color: #222
}

.page-drawer li:nth-child(9) {
    line-height: 116px;
    background-color: #111
}

.page-drawer li:nth-child(10) {
    line-height: 116px;
    background-color: #000
}

.imgMax {
    max-width: 100%
}

.page-menu {
    list-style: none;
    margin: 0
}

.page-menu li {
    display: inline-block;
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 23px;
    margin: 0 5px
}

.page-menu li a {
    color: #fff;
    font-size: 22px;
    text-decoration: none
}

.page-menu li.active a {
    color: #1270e0
}

.page-menu li.active {
    background: #fff
}

.page-title {
    font-size: 44px;
    font-weight: 700;
    color: #000;
    font-stretch: normal;
    letter-spacing: -1px;
    margin: 0 0 10px;
    letter-spacing: 5px
}

.page-subTitle {
    font-size: 26px;
    font-weight: 400;
    color: #000;
    line-height: 34px;
    margin: 0 0 60px;
    letter-spacing: 3px
}

.page-container {
    padding: 50px 0
}

.page-container .page-container-context {
    text-align: center;
    max-width: 1140px;
    margin: auto
}

.page-container .page-container-context .videoAll {
    position: relative;
    margin-top: 65px;
    height: 100%
}

.page-container .page-container-context .videoAll video {
    opacity: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    cursor: pointer;
    -webkit-animation: fade 1s forwards;
    animation: fade 1s forwards
}

.page-container .page-container-context .videoAll .first-play {
    position: absolute;
    top: 41%;
    left: 45%;
    width: 84px;
    height: 84px;
    cursor: pointer;
    -webkit-animation: fadeInBottom .8s .2s backwards;
    animation: fadeInBottom .8s .2s backwards
}

.page-container .page-container-context .page-first_playing video {
    -webkit-animation: fade 1s forwards;
    animation: fade 1s forwards
}

.page-container .page-container-context .page-first_playing .first-play {
    -webkit-animation: fadeOutBottom .8s forwards;
    animation: fadeOutBottom .8s forwards
}

.page-container .footerNetwork {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    color: #939393;
    border-top: 1px solid #777;
    padding: 20px 0
}

.page-container .footerNetwork .page-baian-info a {
    color: #939393;
    margin: 0 20px;
    text-decoration: none
}

.page-first {
    height: 900px;
    background-color: #1270e0;
    position: relative;
    overflow: hidden
}

.page-first .page-first-slogan {
    position: absolute;
    text-align: center;
    width: 1140px;
    height: 355px;
    top: -230px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #ed6d00;
    background-clip: border-box;
    font-size: 50px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 50px
}

.page-first .page-first-slogan .slogan-left {
    width: 510px;
    margin-top: 40px
}

.page-first .page-first-slogan .slogan-left .left-font {
    letter-spacing: 2px;
    font-size: 46px;
    font-family: Swei Spring CJK SC;
    font-weight: 900;
    color: #fff
}

.page-first .page-first-slogan .slogan-left ul {
    list-style: none;
    margin: 50px 0 0;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    -webkit-animation: fadeInBottom .8s .1s backwards;
    animation: fadeInBottom .8s .1s backwards
}

.page-first .page-first-slogan .slogan-left ul li {
    width: 500px;
    display: block;
    float: left
}

.page-first .page-first-slogan .slogan-left ul div.number {
    font-size: 20px;
    line-height: 1;
    letter-spacing: -2px;
    font-weight: 500;
    font-family: Tahoma;
    text-align: left;
    padding: 20px
}

.page-first .page-first-slogan .slogan-left ul div.number .number-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page-first .page-first-slogan .slogan-left ul div.number .number-all .idxImg1 {
    display: inline
}

.page-first .page-first-slogan .slogan-left ul div.number .number-all .idxImg2 {
    display: none
}

.page-first .page-first-slogan .slogan-left ul div.number .number-all img {
    margin-right: 15px
}

.page-first .page-first-slogan .slogan-left ul div.number .number-all .title {
    height: 24px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px
}

.page-first .page-first-slogan .slogan-left ul div.number p {
    padding-left: 45px;
    display: none;
    font-size: 14px;
    color: #000
}

.page-first .page-first-slogan .slogan-left .hoverSty {
    cursor: pointer;
    height: 88px;
    background: #fff;
    border-radius: 10px
}

.page-first .page-first-slogan .slogan-left .hoverSty div.number .number-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page-first .page-first-slogan .slogan-left .hoverSty div.number .number-all .idxImg1 {
    display: none
}

.page-first .page-first-slogan .slogan-left .hoverSty div.number .number-all .idxImg2 {
    display: inline
}

.page-first .page-first-slogan .slogan-left .hoverSty div.number .number-all img {
    margin-right: 15px
}

.page-first .page-first-slogan .slogan-left .hoverSty div.number .number-all .title {
    color: #1270e0;
    font-weight: 800;
    height: 24px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px
}

.page-first .page-first-slogan .slogan-left .hoverSty div.number p {
    padding-left: 45px;
    display: inline;
    font-size: 14px;
    color: #000;
    letter-spacing: .7px
}

.page-first .page-first-slogan .slogan-left .qrCode {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    color: #fff;
    -webkit-animation: fadeInBottom .9s .18s backwards;
    animation: fadeInBottom .9s .18s backwards;
    margin-top: 65px;
    padding-left: 20px
}

.page-first .page-first-slogan .slogan-left .qrCode .code {
    width: 240px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    border: 2px solid #fffcf8;
    border-radius: 10px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.page-first .page-first-slogan .slogan-left .qrCode .code p {
    margin-right: 10px
}

.page-first .page-first-slogan .slogan-left .qrCode .code img {
    display: none
}

.page-first .page-first-slogan .slogan-left .qrCode .appCode .appImg {
    width: 25px;
    height: 29px;
    background: url(home_icon_app_default.c184713a.png) no-repeat
}

.page-first .page-first-slogan .slogan-left .qrCode :hover .appImg {
    background: url(home_icon_app_hover.750edc45.png) no-repeat
}

.page-first .page-first-slogan .slogan-left .qrCode .wxCode .wxImg {
    width: 29px;
    height: 28px;
    background: url(home_icon_wechat_default.f6646b38.png) no-repeat
}

.page-first .page-first-slogan .slogan-left .qrCode :hover {
    background-color: #fff;
    color: #fd7621
}

.page-first .page-first-slogan .slogan-left .qrCode :hover .wxImg {
    background: url(home_icon_wechat_selected.f1e90b2a.png) no-repeat
}

.page-first .page-first-slogan .slogan-left .qrCode :hover img {
    position: absolute;
    top: -105px;
    display: inline
}

.page-first .page-first-slogan .phoneImg {
    width: 700px;
    height: 700px;
    margin-left: 50px;
    -webkit-animation: fadeInBottom .75s .1s backwards;
    animation: fadeInBottom .75s .1s backwards
}

.page-first .page-first-slogan .phoneImg, .page-first .page-first-slogan .phoneOne {
    background: url(home_img_category.21edb3b5.png) no-repeat
}

.page-first .page-first-slogan .phoneTwo {
    background: url(home_img_quality.d9b4a91a.png) no-repeat
}

.page-first .page-first-slogan .phoneThree {
    background: url(home_img_logistics.d8590575.png) no-repeat
}

.page-first .page-first-slogan .phoneFour {
    background: url(home_img_service.096c5301.png) no-repeat
}

.page-first .page-first-slogan .first-slogan {
    -webkit-animation: fadeInBottom 1s backwards;
    animation: fadeInBottom 1s backwards
}

.page-grid {
    color: #ed6d00;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0
}

.page-grid .gridLine {
    width: 2px;
    height: 96px;
    background: #f7f7f7
}

.page-grid li {
    max-width: 30%
}

.page-grid li h2 {
    font-size: 44px;
    font-weight: 700;
    font-stretch: normal;
    letter-spacing: -1px;
    margin: 0 0 10px
}

.page-grid li p {
    font-size: 20px;
    font-weight: 400;
    color: #666
}

.page-grid img {
    margin-bottom: 25px
}

.page-grid h2 {
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    letter-spacing: -1px;
    margin: 0 0 10px
}

.page-grid p {
    color: #777;
    margin: 0
}

.preceptCol li {
    padding: 25px 10px
}

.preceptCol li h2 {
    font-size: 20px;
    color: #333
}

.preceptCol li p {
    line-height: 25px;
    font-size: 16px
}

.preceptH2 li h2 {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px
}

.preceptSty li {
    width: 300px
}

.server-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.server-grid .idxBgIcon {
    padding: 0;
    width: 256px;
    height: 256px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 15px
}

.server-grid .idxBgIcon .itemTit {
    margin: 67px 0 20px
}

.server-grid .idxBgIcon .itemVal {
    text-align: center;
    padding: 0 40px;
    line-height: 22px
}

.server-grid .backImg1 {
    background: url(home_icon__consultant.ad3735ab.png) no-repeat 50%
}

.server-grid .backImg2 {
    background: url(home_icon_quality.f63fe354.png) no-repeat 50%
}

.server-grid .backImg3 {
    background: url(home_icon_Deliverytostore.07ce4cd1.png) no-repeat 50%
}

.server-grid .backImg4 {
    background: url(home_icon_guarantee.ca55686e.png) no-repeat 50%
}

.server-grid-item {
    width: 220px;
    padding: 42px 21px 0;
    height: 340px;
    background: #fff;
    border-radius: 5px;
    text-align: left;
    -webkit-box-shadow: #e4e4e4 10px 10px 30px 5px;
    box-shadow: 10px 10px 30px 5px #e4e4e4
}

.server-grid-item .itemTit {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0 20px
}

.server-grid-item .itemVal {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: left
}

.footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.footer-content .footer-type {
    color: #fff;
    text-align: left
}

.footer-content .footer-type p {
    font-size: 18px
}

.footer-content .footer-type .footer-type-all {
    padding: 0;
    color: #cfcfcf
}

.footer-content .footer-type .footer-type-all a {
    text-decoration: none;
    color: #cfcfcf
}

.footer-content .footer-type .footer-type-all :hover {
    color: #9e9999
}

.footer-content .footer-type .footer-type-all li {
    height: 40px;
    font-size: 16px;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-content .footer-type .footer-type-all li img {
    width: 16px;
    height: 16px;
    margin-right: 10px
}

.footer-content .footer-type .footer-type-all li h3 {
    font-size: 16px
}

.footer-content .footer-type .fotter-line {
    width: 70px;
    height: 2px;
    background: #fff;
    margin: 23px 0
}

.footer-content .footer-type .fotter-line .fotter-lineClo {
    height: 2px;
    width: 20px;
    background: #fd7621
}

.footer-content .footer-type .footer-type-about {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 336px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-content .footer-type .footer-type-about li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-content .footer-type .footer-type-about li img {
    width: 84px;
    height: 84px
}

.footer-content .footer-type .footer-type-about li h3 {
    font-size: 16px;
    color: #a8a8a8
}

.page-about {
    text-align: left
}

.page-about, .page-about ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.page-about-tag {
    width: 90px;
    height: 90px;
    background-color: #f6f6f6;
    border-radius: 45px;
    text-align: center;
    font-size: 15px;
    padding: 32px 0 18px;
    font-family: sans-serif
}

.page-about-tag h2, .page-about-tag p {
    line-height: 1;
    margin: 0
}

.page-about-tag h2 {
    font-size: 26px;
    margin-bottom: 5px
}

.page-about-tag p {
    color: #777
}

.page-about > li {
    position: relative;
    padding-bottom: 36px;
    height: 150px
}

.page-about > li:after {
    content: "";
    position: absolute;
    width: 2px;
    left: 44px;
    top: 120px;
    bottom: -40px;
    margin: auto;
    background-color: #f1f1f1;
    z-index: 0
}

.page-about > li > ul {
    font-size: 18px;
    line-height: 1;
    margin-left: 45px;
    padding-left: 15px
}

.page-about > li > ul > li {
    position: relative;
    margin-top: 36px;
    line-height: 1.5
}

.page-about > li > ul > li span {
    color: #777;
    display: inline-block;
    width: 176px;
    float: left;
    overflow: hidden
}

.page-about > li > ul > li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ff8e30;
    position: absolute;
    left: -20px;
    top: 8px;
    z-index: 1
}

.page-about > li > ul > li > ul {
    overflow: hidden
}

.page-about > li > ul > li > ul li {
    margin-bottom: 20px;
    overflow: hidden
}

.page-about > li > ul > li > ul li:last-child {
    margin-bottom: 0
}

.page-about > li > ul > li > ul li:before {
    content: "";
    float: left;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    margin-right: 18px;
    margin-top: 10px;
    background-color: #a2a2a2
}

.page-about > li > ul > li > ul li div.text {
    overflow: hidden
}

.page-member {
    background: #fff
}

.page-member-head {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.page-member-head b, .page-member-head p {
    margin: 0
}

.page-member-head b {
    color: #222
}

.page-member-head p {
    color: #777
}

.page-cooperate, .page-demo {
    position: relative;
    height: 180px
}

.page-cooperate > div, .page-demo > div {
    width: 100%;
    height: 180px;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.page-demo > div {
    height: 220px
}

.page-cooperate .first > div, .page-cooperate .second > div, .page-cooperate .three > div {
    width: 180px;
    height: 180px
}

.page-demo .first > div, .page-demo .second > div, .page-demo .three > div {
    width: 220px;
    height: 220px
}

.page-cooperate .first {
    opacity: 1;
    -webkit-animation: fadeIn 12s infinite;
    animation: fadeIn 12s infinite
}

.page-cooperate .second {
    opacity: 0;
    -webkit-animation: fadeIn2 12s infinite;
    animation: fadeIn2 12s infinite
}

.page-cooperate .three {
    opacity: 0;
    -webkit-animation: fadeIn3 12s infinite;
    animation: fadeIn3 12s infinite
}

.page-demo .first {
    opacity: 1;
    -webkit-animation: fadeIn 14s infinite;
    animation: fadeIn 14s infinite
}

.page-demo .second {
    opacity: 0;
    -webkit-animation: fadeIn2 14s infinite;
    animation: fadeIn2 14s infinite
}

.page-demo .three {
    opacity: 0;
    -webkit-animation: fadeIn3 14s infinite;
    animation: fadeIn3 14s infinite
}

.page-cooperate .first div:first-child {
    background-image: url(aj_c.26722534.png)
}

.page-cooperate .first div:nth-child(2) {
    background-image: url(hbw_c.206d44f2.png)
}

.page-cooperate .first div:nth-child(3) {
    background-image: url(jdb_c.1d1b914d.png)
}

.page-cooperate .first div:nth-child(4) {
    background-image: url(mh_c.a6fcd516.png)
}

.page-cooperate .second div:first-child {
    background-image: url(jl_c.64123601.png)
}

.page-cooperate .second div:nth-child(2) {
    background-image: url(jinzhong_c.9c5844db.png)
}

.page-cooperate .second div:nth-child(3) {
    background-image: url(new-c.f8b6e780.png)
}

.page-cooperate .second div:nth-child(4) {
    background-image: url(sn_c.78137974.png)
}

.page-cooperate .three div:first-child {
    background-image: url(sq_c.03352cdc.png)
}

.page-cooperate .three div:nth-child(2) {
    background-image: url(sy_c.b5b526a6.png)
}

.page-cooperate .three div:nth-child(3) {
    background-image: url(yzyw_c.f32f76a7.png)
}

.page-cooperate .three div:nth-child(4) {
    background-image: url(zl_c.7950d27f.png)
}

.page-demo .first div:first-child {
    background-image: url(bg_cus.2cfcb67f.png)
}

.page-demo .first div:nth-child(2) {
    background-image: url(cxbz_cus.55b20473.png)
}

.page-demo .first div:nth-child(3) {
    background-image: url(fssk_cus.732e3dff.png)
}

.page-demo .first div:nth-child(4) {
    background-image: url(lakf_cus.3496a4e7.png)
}

.page-demo .second div:first-child {
    background-image: url(lmy_cus.d9b4f8cd.png)
}

.page-demo .second div:nth-child(2) {
    background-image: url(sgkr_cus.d3228ab5.png)
}

.page-demo .second div:nth-child(3) {
    background-image: url(sgmc_cus.04902d38.png)
}

.page-demo .second div:nth-child(4) {
    background-image: url(smld_cus.7898e264.png)
}

.page-demo .three div:first-child {
    background-image: url(yj_cus.c72612c9.png)
}

.page-demo .three div:nth-child(2) {
    background-image: url(tjyf_cus.62cff8f1.png)
}

.page-demo .three div:nth-child(3), .page-demo .three div:nth-child(4) {
    background-image: none
}

.page-adv-block, .page-join-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: 18px;
    list-style: none;
    margin: 0;
    padding: 0
}

.page-adv-block .page-adv-item, .page-adv-block .page-join-item, .page-join-block .page-adv-item, .page-join-block .page-join-item {
    background-color: #fff;
    border-radius: 4px;
    text-align: left;
    width: 460px;
    margin-top: 20px;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px hsla(0, 0%, 60%, .1);
    box-shadow: 0 0 10px hsla(0, 0%, 60%, .1)
}

.page-adv-block .page-adv-item:first-child, .page-adv-block .page-adv-item:nth-child(2), .page-adv-block .page-join-item:first-child, .page-adv-block .page-join-item:nth-child(2), .page-join-block .page-adv-item:first-child, .page-join-block .page-adv-item:nth-child(2), .page-join-block .page-join-item:first-child, .page-join-block .page-join-item:nth-child(2) {
    margin-top: 0
}

.page-adv-block .page-adv-item:last-child, .page-adv-block .page-join-item:last-child, .page-join-block .page-adv-item:last-child, .page-join-block .page-join-item:last-child {
    padding: 12px 20px;
    overflow: hidden
}

.page-adv-block .page-adv-item:last-child .adv-tag, .page-adv-block .page-adv-item:last-child .join-tag, .page-adv-block .page-join-item:last-child .adv-tag, .page-adv-block .page-join-item:last-child .join-tag, .page-join-block .page-adv-item:last-child .adv-tag, .page-join-block .page-adv-item:last-child .join-tag, .page-join-block .page-join-item:last-child .adv-tag, .page-join-block .page-join-item:last-child .join-tag {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    background-color: #ed6d00;
    color: #fff;
    padding: 0 15px;
    margin-top: 10px
}

.page-adv-block .page-adv-item:last-child .adv-tag, .page-adv-block .page-join-item:last-child .adv-tag, .page-join-block .page-adv-item:last-child .adv-tag, .page-join-block .page-join-item:last-child .adv-tag {
    letter-spacing: .5px
}

.page-adv-block .page-adv-item a, .page-adv-block .page-join-item a, .page-join-block .page-adv-item a, .page-join-block .page-join-item a {
    text-decoration: none;
    color: #222
}

.page-adv-block .page-adv-item h2, .page-adv-block .page-join-item h2, .page-join-block .page-adv-item h2, .page-join-block .page-join-item h2 {
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal
}

.page-adv-block .page-adv-item h2, .page-adv-block .page-adv-item p, .page-adv-block .page-join-item h2, .page-adv-block .page-join-item p, .page-join-block .page-adv-item h2, .page-join-block .page-adv-item p, .page-join-block .page-join-item h2, .page-join-block .page-join-item p {
    margin: 0 0 15px;
    line-height: 1
}

.page-adv-block .page-adv-item p, .page-adv-block .page-join-item p, .page-join-block .page-adv-item p, .page-join-block .page-join-item p {
    color: #666
}

.page-adv-block .page-adv-item p:last-child, .page-adv-block .page-join-item p:last-child, .page-join-block .page-adv-item p:last-child, .page-join-block .page-join-item p:last-child {
    margin: 0
}

.page-join {
    background: #000
}

.page-join-block b {
    color: #222
}

.page-join-block .page-join-item {
    height: 360px
}

.page-join-block .page-join-item:first-child {
    position: relative
}

.page-join-block .page-join-item:first-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    width: 100%;
    height: 118px;
    z-index: 0
}

.page-join-block .page-join-item:first-child h2 {
    margin-bottom: 45px
}

.page-join-block .page-join-item:nth-child(2) {
    position: relative
}

.page-join-block .page-join-item:nth-child(2):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    width: 100%;
    height: 118px;
    z-index: 0
}

.page-join-block .page-join-item:nth-child(2) h2 {
    margin-bottom: 45px
}

.page-join-block .page-join-item h2 {
    color: #fff;
    font-size: 28px;
    height: 98px;
    line-height: 78px;
    text-align: center;
    z-index: 1;
    position: relative
}

.page-join-block .page-join-item p {
    line-height: 1.4
}

.page-join-block .page-join-item:last-child h2 {
    text-align: left
}

.page-footer {
    color: #fff;
    background-color: #222;
    padding: 30px 0 0
}

.page-footer .footer-wrapper {
    overflow: hidden;
    text-align: left;
    font-size: 18px
}

.page-footer .footer-wrapper .footer-info, .page-footer .footer-wrapper .footer-qrcode {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0
}

.page-footer .footer-wrapper .footer-info li {
    line-height: 34px;
    margin-bottom: 24px;
    overflow: hidden
}

.page-footer .footer-wrapper .footer-info li img {
    float: left;
    vertical-align: middle;
    margin-right: 16px
}

.page-footer .footer-wrapper .footer-info li div.text {
    overflow: hidden
}

.page-footer .footer-wrapper .footer-qrcode {
    float: right
}

.page-footer .footer-wrapper .footer-qrcode li {
    font-size: 12px;
    color: #222;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 4px;
    margin-left: 20px
}

.page-footer .footer-wrapper .footer-qrcode li p {
    line-height: 1;
    margin: 10px 0 0
}

.recruitment-container {
    padding-top: 20px
}

.recruitment-top {
    padding-top: 90px
}

.recruitment-container-context {
    max-width: 1206px;
    text-align: center;
    margin: auto
}

.recruitment-title {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 30px 40px 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.recruitment-title h2 {
    font-size: 32px;
    text-align: left
}

.recruitment-title p {
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    color: #666
}

.recruitment-title .jobWelfare {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 550px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.recruitment-title .jobWelfare div {
    width: 100px;
    height: 30px;
    background-color: rgba(253, 118, 33, .2);
    border-radius: 7px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #fd7621
}

.recruitment-title .recruitment-phone {
    width: 270px;
    height: 44px;
    background-color: #ed6d00;
    border-radius: 22px;
    line-height: 44px;
    color: #fff;
    letter-spacing: .5px
}

.recruitment-detial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px
}

.recruitment-detial p {
    font-size: 18px;
    color: #666;
    margin: 40px 0
}

.recruitment-detial .recruitment-detials-content {
    padding: 0 40px;
    background-color: #fff;
    text-align: left;
    color: #000;
    max-width: 924px;
    border-radius: 4px
}

.recruitment-detial .recruitment-detials-content ol {
    margin-left: -20px
}

.recruitment-detial .recruitment-detials-content ol li {
    font-size: 16px;
    line-height: 2
}

.recruitment-detial .recruitment-detials-content .contactUs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-left: -60px
}

.recruitment-detial .recruitment-detials-content .contactUs li {
    text-align: center
}

.recruitment-detial .recruitment-detials-content .contactUs li div {
    font-size: 22px;
    color: #453d3f
}

.recruitment-detial .recruitment-detials-other {
    margin-left: 20px;
    color: #666;
    background-color: #fff;
    padding: 0 30px;
    text-align: left;
    border-radius: 4px
}

.recruitment-detial .recruitment-detials-other .other-position-title span {
    display: inline-block;
    width: 4px;
    height: 19px;
    background-color: #ed6d00;
    margin-right: 10px;
    margin-bottom: -2px
}

.recruitment-detial .recruitment-detials-other .other-position-content {
    margin-bottom: 50px
}

.recruitment-detial .recruitment-detials-other .other-position-content a {
    text-decoration: none
}

.recruitment-detial .recruitment-detials-other .other-position-content h6, .recruitment-detial .recruitment-detials-other .other-position-content p {
    margin: 0;
    line-height: 1.5
}

.recruitment-detial .recruitment-detials-other .other-position-content h6 {
    font-size: 16px;
    color: #000;
    font-weight: 500
}

.recruitment-detial .recruitment-detials-other .other-position-content p {
    font-size: 14px
}

.page-beian .page-baian-info {
    margin: .3em
}

/*# sourceMappingURL=/app.7c6f4caf.css.map */