@-webkit-keyframes shakeshake {
    16.65% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px)
    }
    33.3% {
        -webkit-transform: translate(-4px, -4px);
        transform: translate(-4px, -4px)
    }
    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px)
    }
    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }
    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px)
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes shakeshake {
    16.65% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px)
    }
    33.3% {
        -webkit-transform: translate(-4px, -4px);
        transform: translate(-4px, -4px)
    }
    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px)
    }
    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }
    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px)
    }
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

body, html {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-width: 320px;
    background-color: #fff
}

html {
    font-size: 62.5%
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif
}

.max-width-container {
    max-width: 1920px;
    margin: 0 auto
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

li, ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.adaptive-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.nav-container {
    width: 100%;
    height: 68px;
    border-bottom: 1px solid #eaecef;
    padding: 14px 0 14px 30px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff
}

.nav-logo {
    height: 100%;
    width: auto
}

.nav-logo-svg {
    position: absolute;left: 0px;top:     5px;
    width: 185px;height: 56px;
}

.nav-core-container {
    height: 68px;
    line-height: 68px;
    position: absolute;
    right: 30px;
    top: 0
}

.nav-core-item {
    float: left;
    margin-right: 52px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all cubic-bezier(.25, .46, .45, .94) .3s;
    transition: all cubic-bezier(.25, .46, .45, .94) .3s;
    font-size: 1.4rem;
    color: #000;
    font-weight: 500;
    font-family: PingFangSC-Medium, PingFang SC
}

.nav-core-item:last-child {
    margin-right: 0
}

.nav-core-item:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 14px;
    width: 0;
    height: 2px;
    background: 0 0
}

.nav-core-item.actived, .nav-core-item.actived:after, .nav-core-item:after, .nav-core-item:hover, .nav-core-item:hover:after {
    -webkit-transition: all cubic-bezier(.25, .46, .45, .94) .3s;
    transition: all cubic-bezier(.25, .46, .45, .94) .3s
}

.nav-core-item.actived, .nav-core-item:hover {
    color: #898989
}

.nav-core-item.actived:after, .nav-core-item:hover:after {
    background: #c8c8c8;
    width: 100%;
    left: 0
}

.nav-core-item span {
    padding: 5px 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.nav-core-mobile-trigger-container {
    height: 68px;
    line-height: 68px;
    position: absolute;
    right: 10px;
    top: 0;
    display: none;
    padding: 14px 0 14px 14px
}

#nav-core-mobile-trigger {
    padding: 5px;
    margin-left: 10px;
    width: 40px
}

.main-content-container {
    min-height: 100%;
    padding-top: 68px
}

.content-inside {
    padding-bottom: 370px;
    text-align: center
}

.footer-container {
    margin-top: -370px;
    height: 370px;
    background: #f3f3f3
}

.footer-content {
    max-width: 1440px;
    margin: 0 auto;
    height: 100%;
    padding: 50px 0
}

.footer-container .wechat-qrcode {
    float: left;
    text-align: center;
    color: #2d2d2d;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400
}

.footer-container .wechat-qrcode img {
    width: 165px
}

.footer-container .wechat-qrcode img:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all .15s;
    transition: all .15s
}

.qrcode-text-top {
    margin: 12px 0 0;
    font-size: 1.6rem
}

.qrcode-text-bottom {
    margin-top: 6px;
    font-size: 1.4rem
}

.footer-top-right {
    margin-left: 165px;
    padding-left: 40px
}

.footer-tr-top {
    padding-top: 24px
}

.footer-tr-tl {
    float: left
}

.footer-tr-tl-logo {
    margin-top: -40px;
    width: 184px
}

.footer-tr-tr {
    float: right
}

.panel-item {
    text-align: center;
    float: left;
    padding: 10px 74px;
    border-right: 1px solid #cfcfcf;
    position: relative
}

.panel-item:last-child {
    border-right: none
}

.panel-icon img {
    width: 26px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent
}

.panel-icon:hover img {
    -webkit-animation-name: shakeshake;
    animation-name: shakeshake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.panel-text {
    margin: 12px 0 0;
    font-size: 1.6rem;
    color: #000;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400
}

.footer-tr-bottom {
    width: 100%;
    float: left;
    padding: 65px 0
}

.breadcrumb-item {
    display: inline-block;
    color: #8e8e8e;
    cursor: pointer;
    font-size: 1.4rem
}

.breadcrumb-item:hover {
    color: #5b3737;
    -webkit-transition: all .3s;
    transition: all .3s
}

.breadcrumb-item + .breadcrumb-item:before {
    padding: 0 20px;
    color: #727272;
    content: "/\00a0"
}

.copyright {
    text-align: center;
    color: #000;
    width: 100%;
    font-size: 1.5rem
}

.copyright a {
    color: #000;
    text-decoration: none
}

.banner-container {
    width: 100%;
    height: 100%;
}

.banner-slide {
    text-align: center;
    font-size: 18px;
    background: #fff
}
.banner-img-wrapper{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-container .swiper-pagination-bullets {
    bottom: 30%;
    margin-bottom: -10px;
    text-align: left;
    padding: 0 4%
}

.banner-container .swiper-pagination-bullet {
    background: #000;
    opacity: 1
}

.banner-container .swiper-pagination-bullet-active {
    background: #e3d3a7;
    opacity: 1
}

@media screen and (max-width: 1440px) {
    .nav-core-item {
        margin-right: 40px
    }

    .footer-content {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (max-width: 1280px) {
    .nav-core-item {
        margin-right: 20px
    }

    .footer-tr-tl, .footer-tr-tr {
        float: none;
        text-align: center
    }

    .footer-tr-tr {
        padding-top: 20px
    }

    .panel-item {
        padding: 10px 40px;
        width: 33.33%
    }

    .footer-tr-bottom {
        padding: 20px 0
    }
}

@media screen and (max-width: 960px) {
    .nav-container {
        padding: 14px 0 14px 10px
    }

    .nav-core-container {
        right: 10px
    }

    .nav-core-item {
        margin-right: 12px
    }

    .panel-item {
        padding: 5px 20px
    }
}

@media screen and (max-width: 850px) {
    .nav-core-item {
        margin-right: 10px
    }
}

@media screen and (max-width: 830px) {
    .nav-core-item {
        margin-right: 5px
    }

    .panel-text {
        font-size: 1.4rem
    }
}

@media screen and (max-width: 768px) {
    .nav-core-container {
        position: fixed;
        top: 68px;
        left: 0;
        bottom: 0;
        width: 40%;
        overflow-y: auto;
        border-right: 1px solid #eaecef;
        z-index: 10;
        -webkit-transition: all ease-out .5s;
        transition: all ease-out .5s;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        min-width: 128px;
        height: auto;
        line-height: unset;
        background: #fff
    }

    .nav-core-container.actived {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .nav-logo {
        padding: 2px 0
    }
    .nav-logo-svg {
        width: 160px;position: absolute;top: 10px;height: 55px;left: 0;padding: 2px 0;
    }

    .nav-core-item {
        float: none;
        font-size: 1.4rem;
        padding: 0 12px;
        height: 46px;
        line-height: 46px;
        margin: 0
    }

    .nav-core-item:after {
        bottom: 5px;
        display: none
    }

    .nav-core-item span {
        padding-left: 0
    }

    .nav-core-item.actived span {
        border-bottom: 1px solid #c8c8c8
    }

    .nav-core-mobile-trigger-container {
        display: block
    }
    .footer-content {
        padding: 15px 15px 20px
    }
    .footer-container .wechat-qrcode img {
        width: 130px
    }

    .qrcode-text-top {
        margin: 8px 0 0;
        font-size: 1.4rem
    }

    .qrcode-text-bottom {
        margin-top: 4px;
        font-size: 1.2rem
    }

    .footer-top-right {
        padding-left: 5px;
        margin-left: 130px
    }

    .panel-item {
        padding: 0 8px
    }

    .breadcrumb-item {
        padding: 3px 0;
        font-size: 1.2rem
    }

    .breadcrumb-item + .breadcrumb-item:before {
        padding: 0 10px
    }

    .footer-tr-bottom {
        padding: 10px 0 10px 10px
    }
}

@media screen and (max-width: 600px) {

    .footer-container {
        height: auto;
    }
    .footer-container .wechat-qrcode {
        float: none
    }

    .footer-container .wechat-qrcode img {
        width: 90px
    }

    .qrcode-text-bottom, .qrcode-text-top {
        display: none
    }

    .footer-tr-top {
        padding-top: 10px
    }

    .footer-tr-bottom {
        font-size: 1.2rem;
        padding: 5px 0
    }

    .footer-top-right {
        margin-left: 0;
        padding-left: 0
    }

    .breadcrumb-container {
        text-align: center
    }

    .panel-item {
        padding: 0 5px
    }

    .panel-text {
        font-size: 1.2rem;
        margin: 8px 0 5px
    }
}

@media screen and (max-width: 414px) {
    .footer-content {
        padding: 15px 5px 12px
    }
    .footer-tr-tr{
        padding: 0px 0 10px 0;
    }
    .footer-tr-top {
        padding-top: 5px
    }

    .footer-tr-tl-logo {
        display: none
    }

    .panel-item {
        width: 100%;
        float:none;
        border-right: none;
        padding: 5px 0;
    }
    .panel-text {
        margin: 6px 0 5px
    }

    .copyright {
        font-size: 1.2rem
    }
}

@media screen and (max-width: 360px) {
    .footer-tr-bottom {
        padding: 15px 0
    }
}

::-webkit-scrollbar-track {
    background-color: transparent
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #e2e2e2
}

::-webkit-scrollbar-thumb:hover {
    background-color: #e2e2e2
}
.adaptive-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.nav-core-item,
.index-nav-item{
    position: relative;
    float: left;
    margin-right: 52px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    font-size: 1.4rem;
    color: #000000;
    font-weight: 500;
    font-family: PingFangSC-Medium, PingFang SC;
}
.nav-core-item span .svg,
.index-nav-item span .svg{
    display: none;
}
.sub-nav-item {
    height: 48px;
}

.nav-core-item .nav-hover,
.index-nav-item .nav-hover{
    position: absolute;
    height: 0px;
    background-color: #fff;
    width: 150%;
    left: -25%;
    text-align: center;
    line-height: 42px;
    transition: all 0.5s;
    z-index: 999;
    overflow: hidden;
}

.nav-hover a {
    display: inline-block;
    text-decoration: none;
    font-size: 1.4rem;
    color: #000;
}
.apply {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
.apply a {
    display: inline-block;
    width: 20%;
    background-color: #c59d62;
    text-decoration: none;
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    .nav-core-item:hover .nav-hover,
    .index-nav-item:hover .nav-hover{
        height: 288px;
    }
    .index-nav-item {
        height: auto;
    }

    .index-nav-wrapper .index-nav-item:hover .nav-hover {
        top:-288px;
    }
    .index-nav-wrapper .index-nav-item .nav-hover {
        top: 0;
    }
    .index-nav-item .nav-hover{
        position: absolute;
        height: 0px;
        background-color: #fff;
        width: 150%;
        left: -25%;
        top: auto;
        text-align: center;
        line-height: 42px;
        transition: all 0.5s;
        z-index: 999;
        overflow: hidden;
    }
}
.sub-nav-item:hover a {
    color: #898989;
}
.main-banner {
    position: relative;
}
.main-banner .brand {
    position: absolute;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 20px;
    bottom: 38px;
    left: 16.205%;
}
.main-banner .brand a {
    text-decoration: none;
    color: #e7e7e7;
}
.main-banner .brand a.active {
    color: #fff;
}
@media screen and (max-width: 768px) {
    .nav-core-item span .svg,
    .index-nav-item span .svg{
        display: inline;
    }
    .nav-core-item .nav-hover,
    .index-nav-item .nav-hover{
        position: static;
        width: 100%;
        left: 7%;
        height: 0;
    }
    .sub-nav-item {
        height: 32px;
        font-size: 12px;
        text-align: left;
    }
    .sub-nav-item a {
        color: #898989;
    }
    .nav-core-container .nav-core-item:nth-last-child(2) {
        height: auto;
    }
    .nav-core-item .join-nav span,
    .nav-core-item .join-nav,
    .index-nav-item .join-nav span,
    .index-nav-item .join-nav{
        padding-right: 0;
    }
    .apply a {
        width: 80%;
        line-height: 32px;
    }
}

