.__nuxt-error-page {
    padding: 1rem;
    background: #f7f8fb;
    color: #47494e;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    font-family: sans-serif;
    font-weight: 100!important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.__nuxt-error-page .error {
    max-width: 450px
}

.__nuxt-error-page .title {
    font-size: 1.5rem;
    margin-top: 15px;
    color: #47494e;
    margin-bottom: 8px
}

.__nuxt-error-page .description {
    color: #7f828b;
    line-height: 21px;
    margin-bottom: 10px
}

.__nuxt-error-page a {
    color: #7f828b!important;
    text-decoration: none
}

.__nuxt-error-page .logo {
    position: fixed;
    left: 12px;
    bottom: 12px
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    -webkit-transition: width .1s, opacity .4s;
    transition: width .1s, opacity .4s;
    background-color: #b60c24;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    -webkit-transition: none;
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}

.Footer .PC {
    padding: 20px 0;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    background: #b60c24
}

.Footer .PC a {
    color: #fff
}

.Footer .PC a:before {
    margin: 0 28px;
    content: "|"
}

.Footer .PC a:first-child:before {
    display: none
}

.Footer .PC .links {
    position: relative
}

.Footer .PC .phone {
    font-size: 30px;
    text-align: center;
    height: 50px
}

.Footer .PC .phone a:before {
    margin: 0;
    content: ""
}

.Footer .PC .phone .jz {
    padding: 7px 33px;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 18px
}

.Footer .PC .qrcode {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    font-size: 14px;
    line-height: 44px;
    text-align: center
}

.Footer .PC .qrcode img {
    width: 100px;
    height: 100px
}

.Footer .PC .companyInfo {
    margin: 50px 0;
    line-height: 1.5
}

.Footer .PC .companyInfo label {
    margin-right: 50px
}

.Footer .PC .copyright {
    text-align: center
}

@media screen and (max-width:1340px) {
    .Footer .PC {
        padding: 20px 0 80px
    }
}

.Footer .M .Link {
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    background: #fff;
    width: 100%;
    height: 55px;
    line-height: 55px;
    display: -webkit-box;
    display: flex;
    box-shadow: 0 2px 5px 2px hsla(0, 0%, 72.9%, .62);
    text-align: center;
    z-index: 50
}

.Footer .M .Link :last-child {
    border-right-width: 0
}

.Footer .M .Link a {
    position: relative;
    display: inline-block;
    width: 33%;
    padding-top: 4px;
    font-size: 14px;
    color: #666;
    border-right: 1px solid #cacaca
}

.Footer .M .Link a:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background: url(/images/base64/style/710b820c-f1bc-e2ba-2134-91b0faa40261) 0 no-repeat;
    background-size: 100%;
    content: ""
}

.Footer .M .Link .yuyue:before {
    background-image: url(/images/base64/style/f3d5278a-af85-8a0f-7723-1ca23549c617)
}

.Footer .M .Link .join:before {
    background-image: url(/images/base64/style/e0d74a01-87a5-9bdd-b4df-08036652d5aa)
}

.FBModalContent {
    position: relative;
    padding: 100px 25px 0;
    width: 550px;
    height: 804px;
    border: 0;
    background: url(/_nuxt/img/bg.97b0bad1.png) 0 0 no-repeat;
    background-size: 550px 804px
}

.FBModalContent p {
    margin: 15px 0;
    font-size: 14px;
    color: #333
}

.FBModalContent form .formItem {
    margin: 0 0 10px
}

.FBModalContent form .formItem.nolabel {
    padding-left: 70px
}

.FBModalContent form label {
    width: 70px;
    font-size: 14px;
    color: #666
}

.FBModalContent form label span {
    color: red
}

.FBModalContent form input,
.FBModalContent form select,
.FBModalContent form textarea {
    display: inline-block;
    width: 375px;
    font-size: 14px;
    border: 1px solid #dedede
}

.FBModalContent form input,
.FBModalContent form select {
    height: 35px;
    line-height: 35px
}

.FBModalContent form .provSelect select {
    width: 122px
}

.FBModalContent form .imgBox {
    position: relative;
    display: inline-block;
    margin: 0 5px 0 0;
    width: 88px;
    height: 88px;
    border: 1px solid #dedede;
    border-radius: 5px;
    vertical-align: top
}

.FBModalContent form .closeImg {
    display: inline-block;
    position: absolute;
    top: -8px;
    right: -6px;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    background-color: #dedede
}

.FBModalContent form .custom-file {
    width: 88px;
    height: 88px;
    border: 1px solid #dedede;
    border-radius: 5px;
    vertical-align: top
}

.FBModalContent form .custom-file custom-file-label,
.FBModalContent form .custom-file input[type=file] {
    display: inline-block;
    width: 100%;
    height: 100%
}

.FBModalContent form .custom-file label {
    border: 0;
    width: 100%;
    height: 100%
}

.FBModalContent form .custom-file .custom-file-input~.custom-file-label[data-browse]:after {
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 88px;
    font-size: 18px;
    color: #999;
    font-weight: 600;
    text-align: center;
    background: none
}

.FBModalContent form .formBtn {
    text-align: center
}

.FBModalContent form .formBtn .submit {
    display: inline-block;
    width: 150px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    color: #fff;
    border-radius: 8px;
    background-color: #f45d5e
}

.RightBar {
    position: fixed;
    font-size: 12px;
    text-align: center;
    z-index: 3
}

.RightBar a {
    color: #333
}

.RightBar .yy {
    background-image: url(/images/base64/style/9f592a4f-1324-0985-496a-0aa9f8852611)
}

.RightBar .sqjm {
    background-image: url(/images/base64/style/2ff07a92-6875-56a4-1a91-8cf1621551ba)
}

.RightBar .xz {
    background-image: url(/images/base64/style/6f792a89-e141-9d20-2ecb-8d0f3c03dffa)
}

.RightBar .top {
    background-image: url(/images/base64/style/3ddf70c2-09cc-6ed7-812d-674b2f969462)
}

.RightBar .fk {
    background-image: url(/images/base64/style/0497bb76-fdc2-a56b-52e7-8117921937dd)
}

@media screen and (max-width:1340px) {
    .RightBar {
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, .6);
        height: 60px;
        line-height: 60px
    }
    .RightBar a {
        display: inline-block;
        padding: 0 0 0 30px;
        margin-right: 30px;
        color: #fff;
        background: url(/images/base64/style/b1f1d925-51a8-932f-3c5b-922f35ed9251) 0 no-repeat;
        background-size: 30px
    }
    .RightBar a:hover {
        color: #fff
    }
    .RightBar a:first-child {
        background-size: 24px
    }
    .RightBar a:nth-child(3) {
        background-size: 28px
    }
    .RightBar a:nth-child(5) {
        background-size: 21px
    }
    .RightBar a:nth-child(6) {
        margin-right: 0
    }
}

@media screen and (min-width:1341px) {
    .RightBar {
        right: 4px;
        bottom: 10px;
        padding: 4px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
        background: #fff;
        border-radius: 16px
    }
    .RightBar a {
        display: block;
        padding-top: 45px;
        margin-bottom: 18px;
        width: 50px;
        height: 50px;
        background: url(/images/base64/style/b1f1d925-51a8-932f-3c5b-922f35ed9251) 50% no-repeat;
        background-size: 38px
    }
    .RightBar a:first-child {
        background-size: 32px
    }
    .RightBar a:nth-child(3) {
        background-size: 36px
    }
    .RightBar a:nth-child(5) {
        background-size: 28px
    }
    .RightBar a:last-child {
        margin-bottom: 10px
    }
}

.FBOkModal {
    position: relative;
    width: 688px;
    height: 402px;
    border: 0;
    background: url(/_nuxt/img/success.b833dce2.png) 0 0 no-repeat;
    background-size: 688px 402px
}

.FbModalClose {
    display: block;
    position: absolute;
    right: 0;
    top: -86px;
    width: 30px;
    height: 32px;
    background: url(/images/base64/style/562b98f6-a0e6-edad-ae22-0c917cb9068b) 0 no-repeat;
    background-size: 100%
}

.FBOkModal .FbModalClose {
    top: 24px;
    right: 24px
}

.BarPopover.bs-popover-left {
    margin-right: 20px
}

.BarPopover .popover-body {
    padding: 5px
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #666
}

*,
:after,
:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.items {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.item {
    -webkit-box-flex: 0;
    flex: none
}

div:not(.EDITOR) h2,
div:not(.EDITOR) h3,
div:not(.EDITOR) h4,
div:not(.EDITOR) h5,
div:not(.EDITOR) h6 {
    color: #333
}

div:not(.EDITOR) b,
div:not(.EDITOR) i {
    font-style: normal
}

div:not(.EDITOR) p {
    margin: 0
}

div:not(.EDITOR) a {
    -webkit-text-decoration-line: none;
    text-decoration-line: none
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0
}

a:hover {
    color: #333
}

a,
input,
li,
select {
    outline: none
}

.custom-select {
    padding: 0 25px 0 10px
}

.pagination {
    margin: 0 0 20px
}

.pagination .page-link {
    color: #b60c24
}

.pagination .active .page-link {
    color: #fff;
    background-color: #b60c24!important;
    border-color: #b60c24!important
}

.nav-tabs li:last-child {
    margin-right: 0
}

.custom-select {
    background: #fff url(/images/base64/style/591ba500-78a0-2e88-fe9f-6abca353a1c4) no-repeat right .75rem center/15px 15px
}

.page-enter-active,
.page-leave-active {
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.page-enter,
.page-leave-active {
    opacity: 0
}

.fade-enter-active,
.fade-leave-active {
    -webkit-transition: opacity 2s;
    transition: opacity 2s
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.modal {
    top: 10%
}

@media screen and (max-width:980px) {
    .PC {
        display: none
    }
    .M {
        display: inline
    }
    div.M {
        display: block
    }
    body {
        width: 100%
    }
    .Main {
        padding: 57px 0 55px
    }
    .Section {
        margin: 0 8%;
        overflow: visible
    }
    div:not(.EDITOR) h2 {
        padding: 30px 0 10px;
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        font-weight: 600
    }
    div:not(.EDITOR) a {
        -webkit-text-decoration-line: none;
        text-decoration-line: none
    }
    .nav-tabs {
        display: block;
        padding: 10px 8% 0;
        margin: 0 0 20px;
        white-space: nowrap;
        font-size: 17px;
        border-bottom: 0;
        overflow-y: hidden;
        overflow-x: auto;
        text-align: center
    }
    .nav-tabs .nav-item {
        display: inline-block;
        margin-right: 20px
    }
    .nav-tabs .nav-link {
        padding: 0;
        color: #333
    }
    .nav-tabs .nav-link.active {
        color: #b60c24;
        border-color: #fff #fff #b60c24;
        border-bottom-width: 4px
    }
    .tab-content {
        margin: 0 8%;
        overflow: visible
    }
    .custom-select:focus,
    .form-control:focus {
        border-color: none;
        box-shadow: none
    }
    .Header .nav-bar {
        position: fixed;
        top: 0;
        width: 100%;
        height: 57px;
        padding: 0;
        z-index: 52;
        background: #fff url(//img.gymchina.com/h5/tomato-202106-logo.png?1=) 15px no-repeat;
        background-size: 96px 42px;
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, .08)
    }
    .Header .nav-bar .bar {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 40px;
        height: 100%;
        background: url(/images/base64/style/0a70a325-5041-e4e4-f226-97722652b314) 0 no-repeat;
        background-size: 50%
    }
    .Header .nav-modal {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 51;
        display: none;
        width: 100vh;
        height: 100vh;
        background: rgba(0, 0, 0, .06);
        -webkit-transition: all 3s ease-out;
        transition: all 3s ease-out
    }
    .Header .nav-menu {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        justify-content: space-around;
        width: 0;
        height: 100vh;
        overflow: hidden;
        background: rgba(182, 12, 36, .9);
        -webkit-transition: width .6s;
        transition: width .6s
    }
    .Header .nav-menu a {
        display: block;
        padding: 0 0 0 100px;
        font-size: 18px;
        line-height: 40px;
        color: #dedede;
        background: url(/images/base64/style/9df62ea3-754c-6928-f86f-14ee0e305f33) 45px no-repeat;
        background-size: 25px
    }
    .Header .nav-menu a.pplc {
        background-image: url(/images/base64/style/042c6fac-7edf-3240-ae84-8be10b425178)
    }
    .Header .nav-menu a.kctx {
        background-image: url(/images/base64/style/bfadd3a2-3721-079f-7048-5bc9095d510b)
    }
    .Header .nav-menu a.qgxq {
        background-image: url(/images/base64/style/1c20c0b7-08e8-09c9-6162-066f04c676d2)
    }
    .Header .nav-menu a.mtzx {
        background-image: url(/images/base64/style/c17d0424-34fb-8a9e-03ca-f8370539b6a6)
    }
    .Header .nav-menu a.hzjm {
        background-image: url(/images/base64/style/44ae2420-1086-000e-9f22-66d26b5eed6e)
    }
    .Header .nav-menu a.cgsc {
        background-image: url(/images/base64/style/7e1ddb9f-75b8-50dd-9524-a6c8f7a7e548)
    }
    .Header .nav-menu a.jrwm {
        background-image: url(/images/base64/style/fb499e57-818b-4a4f-097f-b44bfccaa13a)
    }
    .Header .nav-menu a.nuxt-link-active {
        background-color: hsla(0, 0%, 100%, .49)
    }
    .Header .nav-modal.show {
        display: block
    }
    .Header .nav-modal.show .nav-menu {
        width: 250px;
        -webkit-transition: width .6s;
        transition: width .6s
    }
    .Header .qrcode {
        display: block;
        color: #fff;
        line-height: 20px;
        text-align: center
    }
    .Header .qrcode img {
        display: block;
        width: 85px;
        margin: 5px auto
    }
    .MTZX {
        position: relative;
        text-align: left
    }
    .MTZX .item {
        position: relative;
        width: 100%;
        margin: 0 0 15px;
        line-height: 18px
    }
    .MTZX img {
        float: right;
        width: 140px;
        height: 105px;
        margin: 0 0 0 10px
    }
    .MTZX p {
        height: 84px;
        margin: 2px 0;
        font-size: 14px;
        line-clamp: 3
    }
    .MTZX .time {
        text-align: right
    }
    .MTZX .more {
        position: absolute;
        top: 45px;
        right: 10px;
        font-size: 12px;
        line-height: 21px;
        color: #999
    }
    .MTZX form a {
        display: inline-block;
        color: #333
    }
    .joinSuccess {
        position: relative;
        margin: 0 auto;
        width: 300px;
        height: 300px;
        border: 0;
        background: url(/_nuxt/img/join_success.0f87a56b.png) 0 0 no-repeat;
        background-size: 100%
    }
    .joinSuccess .content {
        position: absolute;
        bottom: 33px;
        text-align: center;
        font-size: 14px
    }
    .joinSuccess .content b {
        display: block;
        color: #999
    }
    .joinSuccess .content a {
        display: inline-block;
        margin: 25px 0 0;
        width: 187px;
        height: 29px;
        line-height: 29px;
        color: #fff;
        border-radius: 5px;
        background: #00cfae
    }
}

@media screen and (min-width:981px) {
    .M {
        display: none
    }
    .PC {
        display: inline
    }
    div.PC {
        display: block
    }
    body {
        min-width: 1200px
    }
    .Main {
        padding-top: 66px
    }
    .Section {
        width: 1200px;
        margin: 0 auto
    }
    div:not(.EDITOR) h2 {
        position: relative;
        max-width: 1200px;
        height: 180px;
        padding: 60px 0 0;
        margin: 0 auto;
        font-size: 34px;
        line-height: 60px;
        text-align: center
    }
    input.SEARCH {
        padding-left: 54px;
        background: #fff url(/images/base64/style/11b10c61-e92c-9d16-e274-f9235a0ffd9b) 14px no-repeat
    }
    .nav-tabs {
        margin: 20px 0 50px!important;
        font-size: 18px;
        border-bottom: 0!important
    }
    .nav-tabs .nav-item {
        margin-right: 100px
    }
    .nav-tabs .nav-link {
        padding: 0;
        color: #333
    }
    .nav-tabs .nav-link:hover {
        border: 1px solid #fff;
        color: #b60c24!important
    }
    .nav-tabs .nav-link.active {
        color: #b60c24;
        font-weight: 600;
        border-color: #fff #fff #b60c24!important;
        border-bottom-width: 4px
    }
    .tab-content {
        width: 1200px;
        margin: 0 auto
    }
    .Navigation {
        position: fixed;
        top: 0;
        margin: 0 auto;
        width: 100%;
        background: #fff;
        z-index: 20
    }
    .Navigation .HeaderNav {
        position: relative;
        padding: 0 0 0 210px
    }
    .Navigation .HeaderNav .logo {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 10px
    }
    .Navigation .HeaderNav img {
        width: 110px;
        height: 48px
    }
    .Navigation .HeaderNav .others {
        float: right
    }
    .Navigation .HeaderNav .others a {
        display: inline-block;
        height: 66px;
        color: #333;
        line-height: 66px;
        margin-left: 10px
    }
    .Navigation .HeaderNav .internals a {
        display: inline-block;
        margin-left: 30px;
        line-height: 62px;
        color: #333
    }
    .Navigation .HeaderNav .internals a.nuxt-link-active {
        color: #b60c24;
        border-bottom: 4px solid
    }
    .MTZX .item {
        width: 285px;
        color: #666
    }
    .MTZX .item p {
        padding: 10px 0
    }
    .MTZX .item .time {
        font-size: 14px
    }
    .MTZX .item img {
        width: 100%;
        height: 225px
    }
    .more {
        display: block;
        margin-top: 30px;
        text-align: right;
        font-size: 18px;
        color: #999
    }
    .joinSuccess {
        position: relative;
        width: 500px;
        height: 300px;
        border: 0;
        background: url(/_nuxt/img/join_success.470df03d.png) 0 0 no-repeat;
        background-size: 100%
    }
    .joinSuccess .content {
        position: absolute;
        left: 0;
        bottom: 33px;
        width: 100%;
        text-align: center;
        font-size: 14px
    }
    .joinSuccess .content b {
        display: block;
        color: #999
    }
    .joinSuccess .content a {
        display: inline-block;
        margin: 25px 0 0;
        width: 187px;
        height: 35px;
        line-height: 35px;
        color: #fff;
        border-radius: 5px;
        background: #00cfae
    }
}

.CGSCPAGE {
    color: #666
}

.CGSCPAGE .content .item {
    display: inline-block;
    color: #666;
    text-align: justify
}

.CGSCPAGE .content .item h5 {
    font-size: 24px;
    color: #333
}

@media screen and (max-width:980px) {
    .CGSCPAGE .banner {
        padding-top: 61.2%;
        background: url(/_nuxt/img/banner.cbe3d789.png) 0 no-repeat;
        background-size: 100%
    }
    .CGSCPAGE .content .item {
        font-size: 14px;
        line-height: 1.8
    }
    .CGSCPAGE .content .item h5 {
        margin: 10px 0;
        font-size: 17px;
        font-weight: 600
    }
    .CGSCPAGE .content img {
        width: 100%
    }
}

@media screen and (min-width:981px) {
    .CGSCPAGE .banner {
        padding-top: 15.63%;
        background: url(/_nuxt/img/banner.9261d829.png) 0 no-repeat;
        background-size: 100%
    }
    .CGSCPAGE .tab-content {
        height: 350px
    }
    .CGSCPAGE .content {
        position: relative;
        padding-right: 620px
    }
    .CGSCPAGE .content .item {
        font-size: 16px
    }
    .CGSCPAGE .content .item h5 {
        margin-bottom: 40px
    }
    .CGSCPAGE .content img {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        width: 608px;
        height: 300px
    }
}

.HZJMPAGE .banner {
    position: relative;
    color: #fff;
    text-align: center
}

.HZJMPAGE .banner .Text {
    position: absolute;
    width: 100%;
    box-sizing: border-box
}

.HZJMPAGE .banner .Text p {
    font-size: 18px;
    text-align: justify;
    line-height: 1.8
}

.HZJMPAGE .JMZC .FLOW .item {
    padding: 30px 0;
    width: 114px;
    font-size: 18px;
    color: #333;
    text-align: center;
    border-radius: 50%;
    background: #deffd1
}

.HZJMPAGE .JMZC .form {
    padding: 15px 0;
    background: #f1f9ff
}

.HZJMPAGE .SYSTEM {
    padding: 10px 0 30px
}

.HZJMPAGE .SYSTEM h2 {
    padding: 30px 0 0;
    height: 145px;
    font-size: 28px
}

.HZJMPAGE .SYSTEM .item {
    width: 318px
}

.HZJMPAGE .SYSTEM .item i {
    display: block;
    width: 318px;
    height: 174px;
    margin: 0 0 15px;
    background: url(/_nuxt/img/YS_1.330b5e62.png) 50% no-repeat
}

.HZJMPAGE .SYSTEM .item p {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    text-align: justify
}

.HZJMPAGE .SYSTEM .item2 i {
    background-image: url(/_nuxt/img/YS_2.4d0c08d4.png)
}

.HZJMPAGE .SYSTEM .item3 i {
    background-image: url(/_nuxt/img/YS_3.eabc9838.png)
}

.HZJMPAGE .JMLC {
    background: #f1f9ff
}

.HZJMPAGE .JMLC h3 {
    position: absolute
}

.HZJMPAGE .JMLC .item {
    position: relative;
    text-align: center;
    background: url(/images/base64/style/a9ae3a2a-0fc3-0550-538c-3490d09d9ed7) 50% 42px no-repeat
}

.HZJMPAGE .JMLC .item b {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    background: url(/images/base64/style/bf4a89d7-72e0-5580-6a8d-bd3c5a872846) 50% no-repeat
}

.HZJMPAGE .JMLC .item div {
    position: relative;
    color: #33a2ff
}

.HZJMPAGE .JMLC .item:nth-child(2n) {
    width: 148px;
    background: url(/images/base64/style/38e94862-8282-b7c3-4dfe-f7fde93ab80a) 50% 200px no-repeat
}

.HZJMPAGE .JMLC .item:nth-child(2n) b {
    background-image: url(/images/base64/style/4cae7aa3-735f-4783-73b2-c7846b44b1b9)
}

.HZJMPAGE .JMLC .item:nth-child(2n) div {
    color: #ffc000
}

.HZJMPAGE .SQJM-FORM h3 {
    margin: 0 0 35px;
    font-size: 28px;
    line-height: 44px
}

.HZJMPAGE .SQJM-FORM .item {
    position: relative;
    width: 50%;
    margin-bottom: 20px
}

.HZJMPAGE .SQJM-FORM .item>* {
    vertical-align: top
}

.HZJMPAGE .SQJM-FORM .item__label {
    display: inline-block;
    width: 180px;
    margin: 0 10px 0 0;
    font-size: 16px;
    line-height: 45px;
    text-align: right
}

.HZJMPAGE .SQJM-FORM .item--required .item__label:before {
    color: red;
    content: "*"
}

.HZJMPAGE .SQJM-FORM input,
.HZJMPAGE .SQJM-FORM select {
    width: 400px;
    height: 45px;
    border: 1px solid #999;
    border-radius: 8px;
    outline: none;
    background-color: #fff
}

.HZJMPAGE .SQJM-FORM input.phone {
    display: inline-block;
    width: 248px;
    margin-right: 10px
}

.HZJMPAGE .SQJM-FORM .input-group-append {
    position: absolute;
    top: 0;
    right: -2px;
    height: 45px;
    z-index: 3
}

.HZJMPAGE .SQJM-FORM .input-group-text {
    border: 1px solid #999
}

.HZJMPAGE .SQJM-FORM .btn-code {
    display: inline-block;
    width: 140px;
    padding: 0;
    font-size: 17px;
    color: #fff;
    text-align: center;
    background: #b60c24;
    border: none;
    border-radius: 8px
}

.HZJMPAGE .SQJM-FORM .btn-code.disabled {
    background: #dedede
}

.HZJMPAGE .SQJM-FORM .SQJM_BTN {
    display: block;
    width: 300px;
    margin: 60px auto;
    font-size: 30px;
    line-height: 66px;
    text-align: center;
    color: #fff;
    background: #b60c24;
    border-radius: 12px
}

.HZJMPAGE .SQJM-FORM .OtherInfo {
    display: inline-block;
    margin: 0 0 10px;
    padding: 5px 0;
    font-size: 28px;
    color: #333
}

@media screen and (max-width:980px) {
    .HZJMPAGE .banner {
        color: #fff;
        padding-top: 141.07%;
        background: url(/_nuxt/img/banner.18f84cf1.png) 0 0 no-repeat;
        background-size: 100%
    }
    .HZJMPAGE .banner .Text {
        bottom: 0
    }
    .HZJMPAGE .banner .Text h3 {
        color: #fff
    }
    .HZJMPAGE .banner .Text p {
        padding: 0 3.8%;
        margin: 0 0 20px;
        font-size: 14px;
        line-height: 1.6;
        text-align: justify
    }
    .HZJMPAGE .banner .Text .item {
        margin: 0 0 20px;
        font-size: 14px;
        width: 33.33%
    }
    .HZJMPAGE .banner .Text .item img {
        display: block;
        margin: 0 auto;
        width: 43px;
        text-align: center
    }
    .HZJMPAGE .Section1 {
        margin: 0 4%
    }
    .HZJMPAGE .JMZC .FLOW .item {
        padding: 10px 0;
        width: 60px;
        font-size: 13px
    }
    .HZJMPAGE .JMZC .SQJM-FORM .OtherInfo,
    .HZJMPAGE .JMZC .SQJM-FORM h3 {
        margin: 0 0 15px;
        font-size: 17px;
        font-weight: 600
    }
    .HZJMPAGE .JMZC .SQJM-FORM .item {
        margin-bottom: 10px;
        width: 100%
    }
    .HZJMPAGE .JMZC .SQJM-FORM .item__content {
        width: 100%
    }
    .HZJMPAGE .JMZC .SQJM-FORM .item .item__label {
        display: block;
        padding: 10px 0 8px;
        width: 100%;
        text-align: left;
        font-size: 14px;
        line-height: 1
    }
    .HZJMPAGE .JMZC .SQJM-FORM input,
    .HZJMPAGE .JMZC .SQJM-FORM select {
        width: 100%;
        height: 37px;
        line-height: 37px;
        font-size: 14px
    }
    .HZJMPAGE .JMZC .SQJM-FORM .input-group-append {
        height: 37px
    }
    .HZJMPAGE .JMZC .SQJM-FORM input.phone {
        width: 160px
    }
    .HZJMPAGE .JMZC .SQJM-FORM .btn-code {
        width: 110px;
        font-size: 15px;
        line-height: 37px
    }
    .HZJMPAGE .JMZC .SQJM-FORM .SQJM_BTN {
        margin: 20px auto;
        height: 37px;
        line-height: 37px;
        width: 170px;
        font-size: 17px
    }
    .HZJMPAGE .JMZC .SQJM-FORM .custom-control-label,
    .HZJMPAGE .JMZC .SQJM-FORM .input-group-text {
        font-size: 14px
    }
    .HZJMPAGE .SYSTEM .items .item,
    .HZJMPAGE .SYSTEM .items i {
        width: 100%
    }
    .HZJMPAGE .SYSTEM h2 {
        height: auto;
        font-size: 18px
    }
    .HZJMPAGE .JMLC .items {
        -webkit-box-pack: center;
        justify-content: center
    }
    .HZJMPAGE .JMLC .item:nth-child(2n) {
        width: 18%;
        background-position: 50% 77px
    }
    .HZJMPAGE .JMLC .item:nth-child(2n) b {
        font-size: 15px;
        background-size: 31px
    }
    .HZJMPAGE .JMLC .item:nth-child(2n) div {
        top: 145px
    }
    .HZJMPAGE .JMLC .item,
    .HZJMPAGE .JMLC .item:nth-child(6) {
        width: 20%;
        height: 165px;
        background-position: 50% 25px
    }
    .HZJMPAGE .JMLC .item:nth-child(6) b,
    .HZJMPAGE .JMLC .item b {
        top: 49px;
        font-size: 18px;
        line-height: 83px;
        background-size: 56px
    }
    .HZJMPAGE .JMLC .item:nth-child(6) div,
    .HZJMPAGE .JMLC .item div {
        font-size: 14px;
        line-height: 20px
    }
    .HZJMPAGE .JMLC .item:nth-child(6),
    .HZJMPAGE .JMLC .item:nth-child(7) {
        width: 40%;
        height: 133px;
        margin: 10px 0 5px;
        background: url(/images/base64/style/38e94862-8282-b7c3-4dfe-f7fde93ab80a) 50% 43px no-repeat
    }
    .HZJMPAGE .JMLC .item:nth-child(6) b,
    .HZJMPAGE .JMLC .item:nth-child(7) b {
        top: 0;
        background-image: url(/images/base64/style/bf4a89d7-72e0-5580-6a8d-bd3c5a872846)
    }
    .HZJMPAGE .JMLC .item:nth-child(6) div,
    .HZJMPAGE .JMLC .item:nth-child(7) div {
        top: 112px;
        color: #33a2ff
    }
    .HZJMPAGE .HZJM-Swiper .carousel-caption {
        left: 0;
        bottom: 0;
        padding: 20px 8% 30px;
        width: 100%;
        background: -webkit-gradient(linear, right top, left top, from(transparent), to(#000));
        background: linear-gradient(270deg, transparent, #000);
        background: -webkit-linear-gradient(270deg, transparent, #000)
    }
    .HZJMPAGE .HZJM-Swiper .carousel-caption p {
        text-align: justify;
        font-size: 14px;
        line-height: 1.8
    }
    .HZJMPAGE .HZJM-Swiper .carousel-caption a {
        display: inline-block;
        padding: 3px 25px;
        margin: 15px 0 0;
        border: none;
        border-radius: 4px;
        color: #fff;
        background-color: #ffc000
    }
    .HZJMPAGE .HZJM-Swiper .carousel-indicators li {
        width: 8px;
        height: 8px;
        border-radius: 50%
    }
}

@media screen and (min-width:0) and (max-width:340px) {
    .HZJMPAGE .banner .item,
    .HZJMPAGE .banner p {
        margin: 0 0 10px!important;
        font-size: 12px!important
    }
}

@media screen and (min-width:981px) {
    .HZJMPAGE .banner {
        padding-top: 36.46%;
        background: url(/_nuxt/img/banner.0c4d3170.png) 0 0 no-repeat;
        background-size: 100%
    }
    .HZJMPAGE .banner .Text {
        bottom: 13%;
        left: 45%;
        margin-left: -365px;
        width: 730px;
        font-size: 18px;
        color: #fff
    }
    .HZJMPAGE .banner .Text h3 {
        display: inline-block;
        padding: 14px 33px;
        margin: 0 0 20px;
        font-size: 3.5vw;
        color: #fff;
        background-color: rgba(0, 110, 138, .8);
        border-radius: 10px
    }
    .HZJMPAGE .banner .items {
        margin-top: 20px
    }
    .HZJMPAGE .banner .item img {
        display: block;
        margin: 0 0 5px
    }
    .HZJMPAGE .JMLC .Section {
        padding: 50px 0 72px
    }
    .HZJMPAGE .JMLC .item {
        width: 166px;
        height: 310px
    }
    .HZJMPAGE .JMLC .item b {
        top: 90px;
        font-size: 36px;
        line-height: 166px
    }
    .HZJMPAGE .JMLC .item div {
        font-size: 22px;
        line-height: 30px
    }
    .HZJMPAGE .JMLC .item:nth-child(2n) {
        width: 148px
    }
    .HZJMPAGE .JMLC .item:nth-child(2n) b {
        font-size: 30px
    }
    .HZJMPAGE .JMLC .item:nth-child(2n) div {
        top: 280px
    }
    .HZJMPAGE .SQJM-FORM .item__content {
        display: inline-block;
        height: 45px;
        line-height: 45px
    }
    .HZJMPAGE .SQJM-FORM .custom-control-label:after,
    .HZJMPAGE .SQJM-FORM .custom-control-label:before {
        top: 15px
    }
    .HZJMPAGE .SQJM-FORM .prov_select_item select {
        width: 130px;
        margin-right: 5px
    }
    .HZJMPAGE .HZJM-Swiper {
        padding: 0 0 90px
    }
    .HZJMPAGE .HZJM-Swiper .scale {
        position: relative;
        width: 280px;
        height: 340px;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        background: #fff;
        border-radius: 12px;
        -webkit-transform: scale(.51);
        transform: scale(.51);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        box-shadow: 0 0 28px 0 rgba(0, 0, 0, .08)
    }
    .HZJMPAGE .HZJM-Swiper .scale h5 {
        padding: 10px 15px;
        font-size: 16px;
        color: #333;
        text-align: left;
        line-height: 1.8;
        max-height: 64px;
        overflow: hidden;
        text-align: justify
    }
    .HZJMPAGE .HZJM-Swiper .scale a {
        position: absolute;
        right: 20px;
        bottom: 30px;
        font-size: 14px;
        color: #33a2ff
    }
    .HZJMPAGE .HZJM-Swiper .scale img {
        display: block;
        width: 100%;
        border-radius: 12px 12px 0 0
    }
    .HZJMPAGE .HZJM-Swiper .swiper-container {
        width: 715px;
        padding: 106px 0 0;
        margin: 0 auto -80px
    }
    .HZJMPAGE .HZJM-Swiper .swiper-wrapper {
        height: 340px
    }
    .HZJMPAGE .HZJM-Swiper .swiper-slide {
        width: 143px;
        height: 174px;
        background: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%
    }
    .HZJMPAGE .HZJM-Swiper .swiper-slide-next,
    .HZJMPAGE .HZJM-Swiper .swiper-slide-prev {
        z-index: 1;
        -webkit-transform: scale(1.56);
        transform: scale(1.56)
    }
    .HZJMPAGE .HZJM-Swiper .swiper-slide-active {
        z-index: 2;
        -webkit-transform: scale(1.94);
        transform: scale(1.94)
    }
    .HZJMPAGE .HZJM-Swiper .swiper-slide-active .scale {
        border: none
    }
    .HZJMPAGE .HZJM-Swiper .swiper-button-next,
    .HZJMPAGE .HZJM-Swiper .swiper-button-prev {
        width: 60px;
        height: 60px;
        outline: none;
        z-index: 1;
        background: url(/_nuxt/img/prev.6465bff5.png) 0 no-repeat
    }
    .HZJMPAGE .HZJM-Swiper .swiper-button-next {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .HZJMPAGE .HZJM-Swiper .swiper-button-next:after,
    .HZJMPAGE .HZJM-Swiper .swiper-button-prev:after {
        content: ""
    }
}

.smsFooter .btn {
    margin: 0 auto;
    background-color: #33a2ff;
    border-color: #33a2ff
}

@media screen and (max-width:980px) {
    .JRWM {
        padding: 0 0 10px;
        background-color: #f8f8f8
    }
    .JRWM .banner {
        padding-top: 61.6%;
        background: url(/_nuxt/img/banner.86f1d141.png) 0 0 no-repeat;
        background-size: 100%
    }
    .JRWM .Section {
        margin: 0
    }
    .JRWM .filter .form {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding: 17px 3.67%;
        border-bottom: 1px solid #c7c7c7;
        background-color: #fff
    }
    .JRWM .filter .form select {
        width: 32%;
        height: 30px;
        font-size: 12px
    }
    .JRWM .MItems .item {
        position: relative;
        padding: 10px 3.67%;
        margin: 0 0 10px;
        background-color: #fff
    }
    .JRWM .MItems .item .up b {
        font-size: 17px;
        color: #333
    }
    .JRWM .MItems .item .up i {
        position: absolute;
        right: 14px;
        font-size: 15px;
        color: #0756ab;
        font-weight: 600
    }
    .JRWM .MItems .item .down {
        margin: 10px 0 0
    }
    .JRWM .MItems .item .down span {
        display: inline-block;
        padding: 6px 14px;
        margin-right: 5px;
        font-size: 13px;
        color: #333;
        background-color: #f8f8f8;
        text-align: center
    }
    .JRWM .MItems .item:after {
        position: absolute;
        right: 24px;
        top: 50%;
        width: 11px;
        height: 11px;
        background: url(/images/base64/style/e3cb238e-b79f-040d-05dc-6e5330a5c7e8) 0 no-repeat;
        background-size: 100%;
        content: ""
    }
}

@media screen and (min-width:981px) {
    .JRWM .banner {
        padding-top: 15.62%;
        background: url(/_nuxt/img/banner.bcb9dd7f.png) 0 0 no-repeat;
        background-size: 100%
    }
    .JRWM .PCItems {
        padding: 15px 0
    }
    .JRWM .PCItems .table thead {
        border-color: #e8e8e8
    }
    .JRWM .PCItems .table .thead-light th {
        background-color: #f9fbff;
        border-color: #e8e8e8
    }
    .JRWM .PCItems .table thead th {
        border-width: 1px
    }
    .JRWM .label {
        margin: 10px 0;
        font-size: 17px;
        color: #333;
        font-weight: 600
    }
    .JRWM .filter {
        margin: 20px 0 0
    }
    .JRWM .filter select {
        width: 180px;
        margin-right: 15px
    }
    .JRWM .b-table-sticky-header::-webkit-scrollbar {
        width: 6px
    }
    .JRWM .b-table-sticky-header::-webkit-scrollbar-thumb {
        background: #dedede;
        border-radius: 2px
    }
    .JRWM .b-table-sticky-header::-webkit-scrollbar-track {
        background: #f9fbff;
        border-radius: 2px
    }
}

.JRWMXQ .main {
    padding: 30px 0 70px
}

.JRWMXQ .main .header {
    padding: 0 0 20px
}

.JRWMXQ .main .info.items {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.JRWMXQ .main .info {
    padding: 10px 0
}

.JRWMXQ .main .info .item {
    padding: 10px 0;
    line-height: 1.6
}

.JRWMXQ .main .jd {
    padding: 20px 0
}

@media screen and (max-width:980px) {
    .JRWMXQ hr {
        display: block;
        margin: 0
    }
    .JRWMXQ .banner {
        padding-top: 61.6%;
        background: url(/_nuxt/img/banner.86f1d141.png) 0 0 no-repeat;
        background-size: 100%
    }
    .JRWMXQ .info .item {
        width: 100%
    }
}

@media screen and (min-width:981px) {
    .JRWMXQ .banner {
        position: relative;
        padding-top: 15.62%;
        width: 100%;
        background: url(/_nuxt/img/banner.bcb9dd7f.png) 0 0 no-repeat;
        background-size: 100%
    }
    .JRWMXQ .header,
    .JRWMXQ .info {
        border-bottom: 1px solid #d6d6d6
    }
    .JRWMXQ .info .item {
        width: 33%
    }
}

.KCJSCom .item {
    width: 237px
}

.KCJSCom .item ul {
    padding: 0 0 0 20px;
    text-align: left;
    list-style: disc;
    text-align: justify
}

.KCJSCom .item .age1 {
    position: relative;
    padding-top: 15px;
    height: 338px;
    font-size: 28px;
    color: #bebebe;
    text-align: center;
    background-color: #fff2ed
}

.KCJSCom .item .age1 .level {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    text-align: right;
    font-size: 20px;
    color: #fff;
    border-radius: 40px 0 0;
    background: #ff8f63
}

.KCJSCom .item .age1 .level span {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.KCJSCom .item .age1 .level:before {
    position: absolute;
    top: -48px;
    left: 50%;
    margin-left: -17%;
    font-size: 28px;
    color: #9b563b;
    content: "探险家"
}

.KCJSCom .item .age2 {
    position: relative;
    padding-top: 15px;
    height: 303px;
    font-size: 28px;
    color: #bebebe;
    text-align: center;
    background-color: #fff6df
}

.KCJSCom .item .age2 .level {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    text-align: right;
    font-size: 20px;
    color: #fff;
    border-radius: 40px 0 0;
    background: #ffc949
}

.KCJSCom .item .age2 .level span {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.KCJSCom .item .age2 .level:before {
    position: absolute;
    top: -48px;
    left: 50%;
    margin-left: -17%;
    font-size: 28px;
    color: #95752a;
    content: "造梦家"
}

.KCJSCom .item .age3 {
    position: relative;
    padding-top: 15px;
    height: 268px;
    font-size: 28px;
    color: #bebebe;
    text-align: center;
    background-color: #fbffdf
}

.KCJSCom .item .age3 .level {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    text-align: right;
    font-size: 20px;
    color: #fff;
    border-radius: 40px 0 0;
    background: #b8d200
}

.KCJSCom .item .age3 .level span {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.KCJSCom .item .age3 .level:before {
    position: absolute;
    top: -48px;
    left: 50%;
    margin-left: -17%;
    font-size: 28px;
    color: #606e01;
    content: "实验家"
}

.KCJSCom .item .age4 {
    position: relative;
    padding-top: 15px;
    height: 233px;
    font-size: 28px;
    color: #bebebe;
    text-align: center;
    background-color: #e7f6ff
}

.KCJSCom .item .age4 .level {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    text-align: right;
    font-size: 20px;
    color: #fff;
    border-radius: 40px 0 0;
    background: #49bdff
}

.KCJSCom .item .age4 .level span {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.KCJSCom .item .age4 .level:before {
    position: absolute;
    top: -48px;
    left: 50%;
    margin-left: -17%;
    font-size: 28px;
    color: #276183;
    content: "创造家"
}

.KCJSCom .item .age5 {
    position: relative;
    padding-top: 15px;
    height: 198px;
    font-size: 28px;
    color: #bebebe;
    text-align: center;
    background-color: #f6e8ff
}

.KCJSCom .item .age5 .level {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    text-align: right;
    font-size: 20px;
    color: #fff;
    border-radius: 40px 0 0;
    background: #c267ff
}

.KCJSCom .item .age5 .level span {
    position: absolute;
    bottom: 10px;
    right: 10px
}

.KCJSCom .item .age5 .level:before {
    position: absolute;
    top: -48px;
    left: 50%;
    margin-left: -17%;
    font-size: 28px;
    color: #643782;
    content: "创新家"
}

.KCJSCom .item .step {
    padding: 5px 10px;
    margin-top: 3px;
    height: 238px;
    font-size: 14px;
    color: #fff;
    background: #ff8f63
}

.KCJSCom .item .step li {
    margin-bottom: 10px
}

.KCJSCom .item .step h5 {
    font-size: 24px;
    color: #fff
}

.KCJSCom .item .course {
    margin-top: 3px;
    height: 55px;
    line-height: 55px;
    text-align: center
}

.KCJSCom .createSys {
    margin-top: 3px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    color: #fff;
    background: #b8d200;
    text-align: center
}

.KCJSCom .TS {
    padding: 10px 0 10px 50px;
    margin-top: 3px;
    background-color: #fafafa;
    width: 396px
}

.KCJSCom .TS h6 {
    font-size: 26px;
    color: #b8d200
}

.MKcjs {
    font-size: 14px;
    color: #fff
}

.MKcjs .kejie {
    position: relative;
    margin-top: 5px;
    background: #fff2ed
}

.MKcjs .kejie .left {
    width: 72%;
    text-align: left;
    background: #ff8f63;
    border-radius: 0 20px 20px 0
}

.MKcjs .kejie .left .left1 {
    padding: 8px 4.1%;
    font-size: 17px;
    background: #ff6e35;
    border-radius: 0 20px 20px 0
}

.MKcjs .kejie .left h5 {
    float: right;
    font-size: 17px;
    color: #fff;
    font-weight: 600
}

.MKcjs .kejie .left ul {
    padding: 6px 4.1%;
    line-height: 2;
    text-align: justify
}

.MKcjs .kejie .right {
    position: absolute;
    top: 10px;
    right: 0;
    width: 28%;
    text-align: center;
    color: #000
}

.MKcjs .kejie .right h4 {
    font-size: 17px;
    color: #ff6e35;
    font-weight: 600
}

.MKcjs .kejie .right i {
    display: block;
    color: #bebebe
}

.MKcjs .kejie2 .left {
    background: #ffc949
}

.MKcjs .kejie2 .left .left1 {
    background: #ffb810
}

.MKcjs .kejie2 .right h4 {
    color: #ffb810
}

.MKcjs .kejie3 .left {
    background: #b8d200
}

.MKcjs .kejie3 .left .left1 {
    background: #a4bb00
}

.MKcjs .kejie3 .right h4 {
    color: #b8d200
}

.MKcjs .kejie4 .left {
    background: #49bdff
}

.MKcjs .kejie4 .left .left1 {
    background: #28b1ff
}

.MKcjs .kejie4 .right h4 {
    color: #49bdff
}

.MKcjs .kejie5 .left {
    background: #c267ff
}

.MKcjs .kejie5 .left .left1 {
    background: #b345fe
}

.MKcjs .kejie5 .right h4 {
    color: #c267ff
}

.MKcjs .createSys {
    margin-top: 3px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background: #b8d200;
    text-align: center
}

.MKcjs .TS {
    font-size: 12px;
    color: #333;
    text-align: left
}

.MKcjs .TS .TS1 {
    padding: 10px 0 10px 20px;
    margin-top: 3px;
    background-color: #fafafa
}

.MKcjs .TS .TS1 i {
    margin-right: 20px;
    font-size: 17px;
    color: #b8d200;
    font-weight: 600
}

.KCTXPAGE .KCJS {
    margin: 50px 0 0;
    text-align: center
}

.KCTXPAGE .KCJS h5 {
    color: #333
}

.KCTXPAGE .KCJS p {
    margin: 20px 0
}

.KCTXPAGE .ZJTD .tab-content {
    margin-bottom: 50px
}

.KCTXPAGE .ZJTD .item {
    color: #666;
    line-height: 20px;
    text-align: center
}

.KCTXPAGE .ZJTD .item i {
    display: block;
    background: url(/_nuxt/img/yangjingzhi.400e9aeb.png) 50% no-repeat;
    background-size: 100%;
    border-radius: 50%
}

.KCTXPAGE .ZJTD .item h4 {
    margin: 0 0 5px;
    color: #666
}

.KCTXPAGE .ZJTD .item b {
    line-height: 2
}

.KCTXPAGE .ZJTD .item2 i {
    background-image: url(/_nuxt/img/mayoujuan.6b46207f.png)
}

.KCTXPAGE .ZJTD .item3 i {
    background-image: url(/_nuxt/img/huangrongzhi.c26c0353.png)
}

.KCTXPAGE .ZJTD .YJY .item0 i {
    background-image: url(/_nuxt/img/shiyanling.835ce609.png)
}

.KCTXPAGE .ZJTD .YJY .item1 i {
    background-image: url(/_nuxt/img/shijianzhi.d0960c64.png)
}

.KCTXPAGE .ZJTD .YJY .item2 i {
    background-image: url(/_nuxt/img/wuyuzhi.cdfa8dcb.png)
}

.KCTXPAGE .ZJTD .YJY .item3 i {
    background-image: url(/_nuxt/img/luchongzhen.9309a815.png)
}

.KCTXPAGE .ZJTD .YJY .item4 i {
    background-image: url(/_nuxt/img/luoguanting.57d0b15c.png)
}

.KCTXPAGE .ZJTD .YF .item1 i {
    background-image: url(/_nuxt/img/caijiaan.a26becb8.png)
}

.KCTXPAGE .ZJTD .YF .item2 i {
    background-image: url(/_nuxt/img/huangjingwen.f095bf8f.png)
}

.KCTXPAGE .ZJTD .YF .item3 i {
    background-image: url(/_nuxt/img/zanzhiting.72e86d0b.png)
}

.KCTXPAGE .ZJTD .YF .item4 i {
    background-image: url(/_nuxt/img/fangqionghui.0642af3a.png)
}

.KCTXPAGE .ZJTD .YF .item5 i {
    background-image: url(/_nuxt/img/lianghongying.99fd2426.png)
}

.KCTXPAGE .ZJTD .YF .item6 i {
    background-image: url(/_nuxt/img/linzheru.403e253c.png)
}

@media screen and (max-width:980px) {
    .KCTXPAGE .banner {
        padding-top: 61.6%;
        background: url(/_nuxt/img/banner.ce979627.png) 0 no-repeat;
        background-size: 100%
    }
    .KCTXPAGE .KCJS .Section1 {
        margin: 0
    }
    .KCTXPAGE .KCJS h5 {
        font-size: 22px;
        font-size: 5.9vw;
        font-weight: 600
    }
    .KCTXPAGE .KCJS p {
        font-size: 17px;
        text-align: justify;
        line-height: 1.9
    }
    .KCTXPAGE .KCJS img {
        margin-top: 10px;
        width: 100%
    }
    .KCTXPAGE .ZJTD .item {
        position: relative;
        padding-left: 100px;
        margin: 0 0 30px;
        width: 100%;
        font-size: 14px;
        line-height: 1.7;
        text-align: justify
    }
    .KCTXPAGE .ZJTD .item i {
        position: absolute;
        top: 8px;
        left: 0;
        width: 90px;
        height: 90px
    }
    .KCTXPAGE .ZJTD .item h4 {
        font-size: 17px;
        line-height: 20px;
        font-weight: 600
    }
    .KCTXPAGE .ZJTD .item b {
        font-size: 14px
    }
    .KCTXPAGE .ZJTD .YF .item,
    .KCTXPAGE .ZJTD .YJY .item {
        width: 100%
    }
}

@media screen and (min-width:981px) {
    .KCTXPAGE .banner {
        padding-top: 15.63%;
        background: url(/_nuxt/img/banner.ab1f2516.png) 0 no-repeat;
        background-size: 100%
    }
    .KCTXPAGE .KCJS h5 {
        font-size: 34px
    }
    .KCTXPAGE .KCJS img {
        margin-top: 20px
    }
    .KCTXPAGE .ZJTD .item {
        width: 30%;
        font-size: 16px;
        text-align: center
    }
    .KCTXPAGE .ZJTD .item i {
        display: block;
        margin: 0 auto;
        height: 149px;
        width: 149px
    }
    .KCTXPAGE .ZJTD .item h4 {
        font-size: 22px;
        line-height: 34px
    }
    .KCTXPAGE .ZJTD .item b {
        font-size: 16px
    }
    .KCTXPAGE .ZJTD .YJY .item {
        margin-bottom: 20px;
        width: 30%
    }
    .KCTXPAGE .ZJTD .YF .item {
        margin-bottom: 20px;
        width: 50%
    }
}

.IndexPC .PPJS .content {
    height: 400px
}

.IndexPC .CGSC .content {
    position: relative;
    width: 1200px;
    height: 670px
}

.IndexPC .CGSC .content .tabs {
    position: absolute;
    left: 0;
    top: 0;
    width: 392px;
    background-color: #fafafa
}

.IndexPC .CGSC .content .tabs a {
    display: block;
    padding-right: 25px;
    width: 100%;
    height: 88px;
    line-height: 88px;
    font-size: 20px;
    color: #666;
    text-align: right;
    border-bottom: 1px solid #e7e7e7;
    border-right: 3px solid #fafafa
}

.IndexPC .CGSC .content .tabs .active {
    color: #b60c24;
    border-right: 3px solid #b60c24;
    font-weight: 600;
    background-color: #f7e8e8
}

.IndexPC .LLJG {
    position: relative
}

.IndexPC .LLJG .item {
    width: 165px;
    font-size: 16px;
    color: #666;
    line-height: 20px;
    text-align: center;
    line-height: 1.5
}

.IndexPC .LLJG .item i {
    display: block;
    height: 96px;
    margin: 0 0 15px;
    background: url(/_nuxt/img/Index_T1.457328b8.png) 50% no-repeat;
    background-size: 96px
}

.IndexPC .LLJG .item h4 {
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 34px;
    color: #333
}

.IndexPC .LLJG .item b {
    font-size: 40px;
    color: #ff8f63
}

.IndexPC .LLJG .item2 i {
    background-image: url(/_nuxt/img/Index_T2.4dacd588.png)
}

.IndexPC .LLJG .item2 b {
    color: #ffc949
}

.IndexPC .LLJG .item3 i {
    background-image: url(/images/base64/style/ecef38d1-bf00-c064-7585-ae2d43d5270d)
}

.IndexPC .LLJG .item3 b {
    color: #b8d200
}

.IndexPC .LLJG .item4 i {
    background-image: url(/images/base64/style/499130f9-5b95-3101-847a-2c4cd8109baa)
}

.IndexPC .LLJG .item4 b {
    color: #00c4d2
}

.IndexPC .LLJG .item5 i {
    background-image: url(/_nuxt/img/Index_T5.8362b5cb.png)
}

.IndexPC .LLJG .item5 b {
    color: #49bdff
}

.IndexPC .MTZX p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.IndexPC .HZJG {
    margin-bottom: 80px;
    text-align: center
}

.IndexPC .HZJG .items {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px 0;
    background: #f1f9ff
}

.IndexPC .HZJG .items a {
    width: 30%;
    color: #333;
    line-height: 2
}

.IndexM {
    text-align: center
}

.IndexM .A1,
.IndexM .A2 {
    display: inline-block;
    text-align: center;
    border-radius: 20px
}

.IndexM .A1 {
    width: 186px;
    height: 35px;
    line-height: 35px;
    margin: 20px 0;
    font-size: 17px;
    color: #fff;
    background-color: #eb223f
}

.IndexM .A2 {
    width: 86px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #000;
    background-color: #fff
}

.IndexM .LLJG {
    margin: 20px 0 15px
}

.IndexM .LLJG .items .item {
    width: 50%;
    font-size: 17px;
    color: #fff;
    text-align: center
}

.IndexM .LLJG .items .item h5 {
    margin: 8.2% 0 5px;
    font-size: 22px;
    color: #fff
}

.IndexM .LLJG .items .item1 {
    background-color: #ed8d2a
}

.IndexM .LLJG .items .item2 {
    background-color: #ebc72d
}

.IndexM .LLJG .items .item3 {
    background-color: #98ce38
}

.IndexM .LLJG .items .item4 {
    background-color: #38b1ce
}

.IndexM .LLJG .items img {
    width: 100%;
    height: auto;
    overflow: hidden
}

.IndexM .CZSWXT img {
    width: 100%
}

.IndexM .CZSWXT .items .item {
    width: 33%;
    font-size: 12px;
    color: #333;
    text-align: center
}

.IndexM .CZSWXT b {
    display: block;
    position: relative;
    margin: 15px 0 10px;
    font-size: 17px;
    color: #eb223f
}

.IndexM .CZSWXT b:after,
.IndexM .CZSWXT b:before {
    position: absolute;
    top: 13px;
    width: 22px;
    height: 1px;
    background-color: #dedede;
    content: ""
}

.IndexM .CZSWXT b:before {
    left: 16px
}

.IndexM .CZSWXT b:after {
    right: 16px
}

.IndexM .PPHD .hd {
    padding: 0 0 0 250px;
    margin: 10px 0;
    width: 100%;
    height: 150px;
    background: url(/_nuxt/img/index_6.73e38c38.png) 0 no-repeat;
    background-size: 250px 150px;
    background-color: #b60c24
}

.IndexM .PPHD .hd .text {
    display: inline-block;
    position: relative;
    padding: 10px 0 0;
    height: 150px;
    font-size: 22px;
    color: #fff;
    text-align: left
}

.IndexM .PPHD .hd .text .A2 {
    position: absolute;
    bottom: 12px;
    left: 0
}

.IndexM .PPHD .hd2,
.IndexM .PPHD .hd4 {
    padding: 0 250px 0 0;
    background: #b60c24 url(/_nuxt/img/index_7.9299c944.png) 100% no-repeat;
    background-size: 250px 150px
}

.IndexM .PPHD .hd3 {
    background-image: url(/_nuxt/img/index_8.2e629f94.png)
}

.IndexM .PPHD .hd4 {
    background-image: url(/_nuxt/img/index_9.582af228.png)
}

.IndexM .HZJM .bg {
    position: relative;
    padding-top: 100%;
    width: 100%;
    background: url(/_nuxt/img/index_10.2dbecf60.png) 0 no-repeat;
    background-size: 100%
}

.IndexM .HZJM .bg .A1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -93px
}

.IndexM .XWBD .swiper-xwbd {
    padding: 30px 3.8%;
    overflow: hidden
}

.IndexM .XWBD .swiper-slide {
    position: relative;
    width: 224px;
    height: 168px;
    background: #000;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 0 18px rgba(0, 0, 0, .12)
}

.IndexM .XWBD .swiper-slide img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px
}

.IndexM .XWBD .swiper-slide p {
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    border-radius: 0 0 5px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.IndexM .XWBD .more {
    background: #fff
}

.IndexM .XWBD .swiper-slide.more {
    box-shadow: none;
    width: 90px;
    line-height: 168px;
    border: 1px solid #999
}

.IndexM .XWBD .swiper-slide.more a {
    color: #999
}

@media screen and (max-width:320px) {
    .IndexM .LLJG .items .item {
        font-size: 13px
    }
    .IndexM .PPHD .hd {
        padding: 0 0 0 200px;
        background-size: 200px 110px;
        height: 110px
    }
    .IndexM .PPHD .hd .text {
        padding: 5px 0 0;
        height: 110px;
        font-size: 15px
    }
    .IndexM .PPHD .hd .text .A2 {
        bottom: 10px;
        width: 64px
    }
    .IndexM .PPHD .hd2,
    .IndexM .PPHD .hd4 {
        padding: 0 200px 0 0
    }
}

.Home .banner {
    position: relative;
    padding-top: 36.46%
}

.Home .banner .carousel.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.Home .banner .carousel-inner {
    height: 100%
}

.Home .banner .carousel-indicators .active {
    background-color: #b60c24
}

.Home .banner .carousel-indicators li {
    outline: none
}

.Home .PPJS {
    margin-top: 30px
}

.Home .PPJS .content .item1 {
    display: inline-block;
    color: #666
}

.Home .PPJS .content .item1 h5 {
    color: #333
}

@media screen and (max-width:980px) {
    .Home .PPJS h2 {
        display: none
    }
    .Home .PPJS .content h5 {
        padding: 10px 0;
        text-align: center;
        font-size: 5.9vw;
        font-weight: 600
    }
    .Home .PPJS .content p {
        font-size: 17px;
        text-align: justify;
        line-height: 1.9
    }
}

@media screen and (min-width:981px) {
    .Home .PPJS .content p {
        margin: 20px auto;
        width: 90%;
        font-size: 17px;
        text-align: justify;
        line-height: 1.8
    }
    .Home .PPJS .content h5 {
        margin: 20px 0 0;
        font-size: 34px;
        text-align: center
    }
    .Home .PPJS .content .item2 {
        position: relative;
        padding-top: 36.83%;
        background: url(/_nuxt/img/Index_P1.60144582.png) 50% no-repeat;
        background-size: 100%
    }
    .Home .PPJS .content .item2 .tag {
        position: absolute;
        top: 0;
        left: 0;
        padding: 23px 0 23px 25px;
        width: 590px;
        font-size: 24px;
        color: #de413c;
        background-color: #f7e8e8
    }
    .Home .PPJS .content .item2 .tag h3 {
        font-size: 36px;
        color: #de413c
    }
}

.MTZXPAGE {
    font-size: 16px;
    color: #666;
    margin: 0 0 20px
}

.MTZXPAGE .item a {
    color: #333
}

@media screen and (max-width:980px) {
    .MTZXPAGE .banner {
        position: relative;
        padding-top: 61.6%;
        background: url(/_nuxt/img/banner.63bfd90f.png) 0 0 no-repeat;
        background-size: 100%
    }
    .MTZXPAGE .Section {
        margin: 0 4%
    }
    .MTZXPAGE .form {
        margin: 25px 0
    }
    .MTZXPAGE .form a {
        padding: 5px 0;
        margin: 15px 25px 15px 0;
        font-size: 14px;
        color: #333
    }
    .MTZXPAGE .form a.active {
        color: #b60c24;
        border-bottom: 3px solid #b60c24
    }
    .MTZXPAGE .item {
        width: 100%;
        font-size: 14px
    }
}

@media screen and (min-width:981px) {
    .MTZXPAGE .banner {
        position: relative;
        padding-top: 15.62%;
        background: url(/_nuxt/img/banner.51f139aa.png) 0 0 no-repeat;
        background-size: 100%
    }
    .MTZXPAGE .items {
        margin: 0 0 20px
    }
    .MTZXPAGE .item {
        width: 288px;
        margin: 0 0 30px;
        line-height: 20px;
        overflow: hidden
    }
    .MTZXPAGE h4 {
        margin: 0
    }
    .MTZXPAGE h4,
    .MTZXPAGE p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }
    .MTZXPAGE p {
        padding: 10px 0
    }
    .MTZXPAGE img {
        height: 216px
    }
    .MTZXPAGE .form {
        padding: 20px 0
    }
    .MTZXPAGE .form a {
        display: inline-block;
        width: 125px;
        margin-left: 20px;
        line-height: 44px;
        text-align: center;
        color: #333;
        border: 1px solid #999;
        border-radius: 8px
    }
    .MTZXPAGE .form a:first-child {
        margin: 0
    }
    .MTZXPAGE .form a.active {
        color: #fff;
        background: #b60c24;
        border-color: #b60c24
    }
    .MTZXPAGE .form .SEARCH {
        float: right;
        width: 280px;
        height: 46px;
        background-position: 21px;
        border-radius: 8px
    }
}

.MTZXXQ .Section h3 {
    margin: 40px 0 20px
}

.MTZXXQ .header {
    padding: 5px 0;
    margin: 0 0 30px;
    border-bottom: 1px solid #dedede;
    font-size: 16px
}

.MTZXXQ .EDITOR {
    margin: 0 auto 20px;
    line-height: 2
}

.MTZXXQ .EDITOR figure {
    text-align: center
}

.MTZXXQ .EDITOR img {
    max-width: 100%
}

@media screen and (max-width:980px) {
    .MTZXXQ .Section h3 {
        margin: 20px 0;
        font-size: 22px
    }
    .MTZXXQ .EDITOR {
        padding: 0 2.8%;
        font-size: 15px
    }
    .MTZXXQ .EDITOR figure {
        margin: 8px 0
    }
}

@media screen and (min-width:981px) {
    .MTZXXQ .Section {
        width: 800px
    }
    .MTZXXQ .EDITOR {
        width: 800px;
        font-size: 18px
    }
    .MTZXXQ .EDITOR figure {
        margin: 14px 0
    }
}

.PPLCPAGE {
    position: relative;
    color: #666
}

.PPLCPAGE .PPLC .items {
    text-align: center
}

.PPLCPAGE .PPLC .items .item {
    color: #333
}

.PPLCPAGE .PPLC .items .time {
    color: #fff;
    border-radius: 50%;
    margin: 0 auto 10px;
    background: #ffc949
}

.PPLCPAGE .DSJ .pointUL {
    list-style: disc;
    padding-left: 30px
}

.PPLCPAGE .GJJL,
.PPLCPAGE .XSCJ {
    position: relative
}

.PPLCPAGE .GJJL .header,
.PPLCPAGE .XSCJ .header {
    padding: 10px 0;
    color: #fff;
    text-align: center;
    background: #dc0012
}

.PPLCPAGE .GJJL .header i,
.PPLCPAGE .XSCJ .header i {
    font-style: normal;
    font-weight: 600
}

.PPLCPAGE .GJJL .content,
.PPLCPAGE .XSCJ .content {
    background: #f2f2f2
}

.PPLCPAGE .GJJL .content .title,
.PPLCPAGE .XSCJ .content .title {
    position: relative;
    color: #dc0012;
    font-weight: 700
}

.PPLCPAGE .GJJL .content .title:before,
.PPLCPAGE .XSCJ .content .title:before {
    position: absolute;
    left: 0;
    background: #dc0012;
    content: ""
}

.PPLCPAGE .GJJL .content ul li,
.PPLCPAGE .XSCJ .content ul li {
    position: relative;
    text-align: justify
}

.PPLCPAGE .GJJL .content ul li span,
.PPLCPAGE .XSCJ .content ul li span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #999;
    text-align: center
}

.PPLCPAGE .GJJL img,
.PPLCPAGE .XSCJ img {
    width: 100%
}

.PPLCPAGE .RYZS {
    padding: 20px 0 50px
}

@media screen and (max-width:980px) {
    .PPLCPAGE .banner {
        padding-top: 61.6%;
        background: url(/_nuxt/img/banner.3679c40d.png) 0 no-repeat;
        background-size: 100%
    }
    .PPLCPAGE .PPLC .item {
        font-size: 17px;
        margin-bottom: 30px;
        width: 50%;
        color: #333
    }
    .PPLCPAGE .PPLC .time {
        width: 46px;
        height: 46px;
        line-height: 46px
    }
    .PPLCPAGE .DSJ .pointUL {
        font-size: 17px;
        color: #333;
        line-height: 1.9
    }
    .PPLCPAGE .GJJL .Section,
    .PPLCPAGE .XSCJ .Section {
        margin: 0
    }
    .PPLCPAGE .GJJL .header .title1,
    .PPLCPAGE .XSCJ .header .title1 {
        font-size: 30px
    }
    .PPLCPAGE .GJJL .header .title2,
    .PPLCPAGE .XSCJ .header .title2 {
        font-size: 18px
    }
    .PPLCPAGE .GJJL .header .title2 i,
    .PPLCPAGE .XSCJ .header .title2 i {
        font-size: 22px
    }
    .PPLCPAGE .GJJL .content,
    .PPLCPAGE .XSCJ .content {
        padding: 15px 6%
    }
    .PPLCPAGE .GJJL .content .title,
    .PPLCPAGE .XSCJ .content .title {
        padding: 0 0 0 20px;
        margin: 0 0 10px;
        font-size: 20px
    }
    .PPLCPAGE .GJJL .content .title:before,
    .PPLCPAGE .XSCJ .content .title:before {
        top: 10px;
        width: 14px;
        height: 14px
    }
    .PPLCPAGE .GJJL .content ul,
    .PPLCPAGE .XSCJ .content ul {
        padding: 0 0 0 20px;
        font-size: 14px
    }
    .PPLCPAGE .GJJL .content ul li,
    .PPLCPAGE .XSCJ .content ul li {
        padding-left: 100px;
        margin: 10px 0;
        line-height: 1.5
    }
    .PPLCPAGE .GJJL .content ul li span,
    .PPLCPAGE .XSCJ .content ul li span {
        margin-right: 15px;
        width: 90px
    }
    .PPLCPAGE .RYZS .item {
        margin: 0 0 20px;
        width: 100%;
        text-align: center
    }
    .PPLCPAGE .RYZS img {
        width: 240px
    }
}

@media screen and (min-width:981px) {
    .PPLCPAGE .banner {
        padding-top: 36.46%;
        background: url(/_nuxt/img/banner.aded4a5d.png) 0 no-repeat;
        background-size: 100%
    }
    .PPLCPAGE .videoWarp {
        overflow: hidden
    }
    .PPLCPAGE .videoWarp .mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    .PPLCPAGE .videoWarp .video {
        width: 100%;
        height: 100%
    }
    .PPLCPAGE .videoWarp .mask,
    .PPLCPAGE .videoWarp .video {
        background-color: transparent
    }
    .PPLCPAGE .DSJ {
        padding-bottom: 30px;
        background: #f1f9ff;
        text-align: center
    }
    .PPLCPAGE .DSJ .nav-tabs .nav-link.active {
        background-color: #f1f9ff;
        border-color: #f1f9ff #f1f9ff #b60c24
    }
    .PPLCPAGE .DSJ .nav-tabs .nav-link:hover {
        border-color: #f1f9ff
    }
    .PPLCPAGE .DSJ .item {
        display: inline-block;
        text-align: left;
        line-height: 2
    }
    .PPLCPAGE .PPLC {
        margin: 0 0 90px
    }
    .PPLCPAGE .PPLC .item {
        font-size: 20px;
        color: #333
    }
    .PPLCPAGE .PPLC .time {
        width: 81px;
        height: 81px;
        line-height: 81px;
        font-size: 26px
    }
    .PPLCPAGE .GJJL .header .title1,
    .PPLCPAGE .XSCJ .header .title1 {
        font-size: 40px
    }
    .PPLCPAGE .GJJL .header .title2,
    .PPLCPAGE .XSCJ .header .title2 {
        font-size: 24px
    }
    .PPLCPAGE .GJJL .header .title2 i,
    .PPLCPAGE .XSCJ .header .title2 i {
        font-size: 28px
    }
    .PPLCPAGE .GJJL .content,
    .PPLCPAGE .XSCJ .content {
        padding: 35px 28px
    }
    .PPLCPAGE .GJJL .content .title,
    .PPLCPAGE .XSCJ .content .title {
        padding: 0 0 0 30px;
        margin: 20px 0 10px;
        font-size: 32px
    }
    .PPLCPAGE .GJJL .content .title:before,
    .PPLCPAGE .XSCJ .content .title:before {
        top: 16px;
        width: 18px;
        height: 18px
    }
    .PPLCPAGE .GJJL .content ul,
    .PPLCPAGE .XSCJ .content ul {
        padding: 0 30px;
        font-size: 18px
    }
    .PPLCPAGE .GJJL .content ul li,
    .PPLCPAGE .XSCJ .content ul li {
        padding-left: 145px;
        margin: 10px 0;
        line-height: 1.7
    }
    .PPLCPAGE .GJJL .content ul li span,
    .PPLCPAGE .XSCJ .content ul li span {
        margin-right: 15px;
        width: 120px
    }
    .PPLCPAGE .RYZS img {
        width: 262px
    }
}

.QGXQPAGE .Header .SEARCH {
    border-radius: 8px
}

.QGXQPAGE .Header .provs {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.QGXQPAGE .Header .provs select {
    -webkit-box-flex: 0;
    flex: none;
    border-radius: 8px
}

.QGXQPAGE .schools b {
    display: block;
    margin: 0 0 15px
}

.QGXQPAGE .schools p {
    margin: 0;
    line-height: 1.9
}

.QGXQPAGE .schools p.item {
    display: inline-block;
    position: relative;
    cursor: pointer
}

.QGXQPAGE .schools p.item:after {
    position: absolute;
    top: 8px;
    width: 24px;
    height: 14px;
    background: url(//img.gymchina.com/h5/arrow-down.png?1=) 50%/50% no-repeat;
    content: "";
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.QGXQPAGE .schools p.item.up:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.QGXQPAGE .schools p.item.down:after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.QGXQPAGE .schools>div {
    position: relative;
    min-height: 155px;
    background: #fff
}

.QGXQPAGE .schools>div a {
    display: block;
    position: absolute;
    right: 10px;
    color: #007bff
}

@media screen and (max-width:980px) {
    .QGXQPAGE .banner {
        padding-top: 61.6%;
        background: url(/_nuxt/img/banner.3612aad1.jpg) 0 no-repeat;
        background-size: 100%
    }
    .QGXQPAGE .Section {
        margin: 10px 4% 0
    }
    .QGXQPAGE .Header .SEARCH {
        width: 100%;
        height: 35px;
        margin: 10px 0
    }
    .QGXQPAGE .Header .provs {
        width: 100%
    }
    .QGXQPAGE .Header .provs select {
        width: 48%;
        height: 35px;
        margin: 0 0 10px
    }
    .QGXQPAGE .schools>div {
        padding: 10px;
        margin: 0 0 20px;
        border-radius: 8px;
        box-shadow: 0 0 18px 0 rgba(0, 0, 0, .12)
    }
    .QGXQPAGE .schools>div b {
        font-size: 17px
    }
    .QGXQPAGE .schools>div a {
        top: 10px
    }
}

@media screen and (min-width:981px) {
    .QGXQPAGE .banner {
        padding-top: 15.63%;
        background: url(/_nuxt/img/banner.e04e30d4.jpg) 0 no-repeat;
        background-size: 100%
    }
    .QGXQPAGE .Section {
        margin: 10px auto
    }
    .QGXQPAGE .Header {
        padding: 10px;
        background: #f1f9ff;
        border-radius: 8px 8px 0 0
    }
    .QGXQPAGE .Header .SEARCH {
        float: right;
        width: 48%;
        height: 50px
    }
    .QGXQPAGE .Header .provs {
        width: 48%
    }
    .QGXQPAGE .Header .provs select {
        width: 48%;
        height: 50px
    }
    .QGXQPAGE .detail {
        position: relative;
        padding: 10px 0;
        height: 640px;
        background: #f1f9ff;
        border-top: 1px solid #fff;
        border-radius: 0 0 8px 8px
    }
    .QGXQPAGE .schools {
        width: 590px;
        height: 620px;
        padding: 0 20px 20px;
        overflow: auto
    }
    .QGXQPAGE .schools .activeSchool {
        background: #fbe7e3
    }
    .QGXQPAGE .schools>div {
        padding: 10px 130px 15px 20px;
        margin: 0 0 20px;
        border-radius: 16px
    }
    .QGXQPAGE .schools>div a {
        top: 10px
    }
    .QGXQPAGE .schools .qrcode {
        position: absolute;
        top: 25px;
        right: 20px;
        width: 100px;
        height: 100px
    }
    .QGXQPAGE .map {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 590px;
        height: 620px;
        background: #eee
    }
    .QGXQPAGE .schools::-webkit-scrollbar {
        width: 10px
    }
    .QGXQPAGE .schools::-webkit-scrollbar-thumb {
        background: #dedede;
        border-radius: 5px
    }
    .QGXQPAGE .schools::-webkit-scrollbar-track {
        border-radius: 5px;
        background: #fff
    }
    .QGXQPAGE .dsec {
        padding: 10px 0;
        text-align: center;
        font-size: 14px;
        color: #999
    }
}

.QGXQXQ {
    color: #333
}

.QGXQXQ .banner {
    position: relative
}

.QGXQXQ .banner h2 {
    display: inline-block;
    position: absolute;
    right: 0;
    color: #fff;
    background: #000
}

.QGXQXQ p {
    margin: 10px 0 30px!important
}

.QGXQXQ label,
.QGXQXQ p {
    color: #666
}

.QGXQXQ img {
    display: block;
    margin: 0 auto 20px
}

@media screen and (max-width:980px) {
    .QGXQXQ .banner {
        padding-top: 32%;
        background: url(/_nuxt/img/banner_xq.528ac6be.png) 0 no-repeat;
        background-size: 100%
    }
    .QGXQXQ .banner h2 {
        bottom: 15px;
        padding: 0 30px 0 20px;
        height: 33px
    }
    .QGXQXQ img {
        width: 100%
    }
}

@media screen and (min-width:981px) {
    .QGXQXQ {
        font-size: 24px
    }
    .QGXQXQ .banner {
        padding-top: 15.63%;
        background: url(/_nuxt/img/banner_xq.4a4f7bbb.png) 0 no-repeat;
        background-size: 100%
    }
    .QGXQXQ .banner h2 {
        bottom: 50px;
        padding: 0 370px 0 20px;
        height: 66px
    }
    .QGXQXQ img {
        width: 650px
    }
}