@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw !important;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw !important;
    }
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .16rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

.home-wrap {
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.1rem;
    padding-right: 2.1rem;
}

@media (max-width:1199px) {
    .container,
    .home-wrap {
        padding-left: .2rem;
        padding-right: .2rem;
        width: 100%;
    }
}

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url(../fonts/SourceHanSerifCN-Bold.otf);
}

@font-face {
    font-family: 'SourceHanSerifCN-Regular';
    src: url(../fonts/SourceHanSerifCN-Regular.otf);
}

@font-face {
    font-family: 'SourceHanSerifCN-Medium';
    src: url(../fonts/SourceHanSerifCN-Medium.otf);
}

@font-face {
    font-family: 'SourceHanSerifCN-SemiBold';
    src: url(../fonts/SourceHanSerifCN-SemiBold.otf);
}

@font-face {
    font-family: 'bahnschrift';
    src: url(../fonts/bahnschrift.ttf);
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

header .logo img {
    height: .9rem;
}

.idx-header .head {
    background: url(../images/head-bg.png)no-repeat center;
    background-size: cover;
}

.idx-header .logo {
    height: 1.38rem;
}

.idx-header .search {
    width: 3.85rem;
    height: .44rem;
    background-color: rgba(255, 255, 255, .5);
    border: 1px rgba(28, 81, 186, 0.5) solid;
    overflow: hidden;
    border-radius: .22rem;
    -webkit-border-radius: .22rem;
    -moz-border-radius: .22rem;
    -ms-border-radius: .22rem;
    -o-border-radius: .22rem;
}

.idx-header .search input {
    height: .44rem;
}

.idx-header .search input[type='text'] {
    width: 100%;
    background: none;
    width: 100%;
    padding-left: .2rem;
    font-size: .14rem;
}

.idx-header .search input[type='text']::placeholder {
    color: #A4C0F7;
}

.idx-header .search input[type='submit'] {
    width: .5rem;
    background: url(../images/search1.svg)no-repeat center;
    background-size: .2rem;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 9;
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.idx-header .menu-btn {
    background-image: url(../images/menu-black.svg);
}

.idx-header .menu-btn.close {
    background-image: url(../images/close-black.svg);
}

.nav {
    width: 100%;
    background-color: #1C51BA;
}

.nav li>a {
    line-height: .54rem;
    color: #FFF;
    font-size: .22rem;
}

.nav li.on>a {
    font-weight: bold;
}

.nav li.on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #FFF;
}

.nav .drop {
    width: 2.2rem;
    left: 50%;
    top: .54rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    line-height: 2.6;
    margin-left: -1.1rem;
    font-family: 'arial';
    font-size: .18rem;
    box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .1);
}

footer {
    background: url(../images/foot-bg.png)no-repeat center;
    background-size: cover;
    color: #FFF;
    min-height: 3.6rem;
    font-family: 'bahnschrift';
    font-size: .18rem;
}

footer .links {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-top: .4rem;
    padding-bottom: .4rem;
    margin-bottom: .4rem;
}

footer .links .tit {
    font-size: .24rem;
    background: url(../images/link-icon.svg)no-repeat left top;
    background-size: .3rem;
    padding-left: .4rem;
}

footer .links>div:last-child {
    padding-top: .05rem;
}

footer .links a {
    display: flex;
    align-items: center;
    line-height: 1.6;
    color: #FFF;
}

footer .links a::after {
    content: '|';
    margin-left: .4rem;
    margin-right: .4rem;
}

footer .links a:last-child::after {
    display: none;
}

footer .logo img {
    height: .9rem;
}

footer .text-con p {
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 2.2;
    padding-left: 35px;
}

footer .text-con .tel {
    background-image: url(../images/tel.svg);
}

footer .text-con .email {
    background-image: url(../images/email.svg);
}

footer .text-con .address {
    background-image: url(../images/address.svg);
}

footer .text-con .tel1 {
    background-image: url(../images/tel1.svg);
}

footer .erwma-con .erwma {
    overflow: hidden;
    width: 1rem;
    margin-left: auto;
    margin-right: auto;
}

footer .erwma-con .tit {
    line-height: 1.4;
    margin-top: .15rem;
}

@media (max-width:1199px) {
    body {
        font-size: 15px;
    }
    header .logo img,
    footer .logo img {
        height: .8rem;
    }
    .idx-header .search {
        display: none;
    }
    .idx-header .logo {
        height: 1.2rem;
    }
    .menu-btn,
    .nav .search {
        display: block;
    }
    .nav .search {
        width: 100%;
        height: 50px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }
    .nav .search input[type='text'] {
        height: 50px;
        font-size: 14px;
        color: #FFF;
    }
    .nav .search input[type='text']::placeholder {
        color: #FFF;
    }
    .nav .search input[type='submit'] {
        width: 60px;
        background-size: 16px;
        height: 50px;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #1C51BA;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: .2rem .3rem;
    }
    .nav ul {
        display: block;
    }
    .nav li {
        width: 100%;
        border-bottom: 1px rgba(255, 255, 255, .1) solid;
    }
    .nav li>a {
        font-size: 15px;
        line-height: 60px;
    }
    .nav li.on::after {
        display: none;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 30px;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: 16px;
        height: 16px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        filter: brightness(0) invert(1);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        background: none;
        margin-left: 0;
        box-shadow: none;
        padding-left: 20px;
        font-size: 14px;
    }
    .nav .drop a {
        color: #FFF;
    }
    footer {
        font-size: 14px;
        padding-bottom: .4rem;
    }
    footer .links .tit {
        font-size: 15px;
    }
    footer .links a::after {
        margin-left: .2rem;
        margin-right: .2rem;
    }
}

@media (max-width:767px) {
    .idx-header .logo {
        height: 65px;
    }
    header .logo img,
    footer .logo img {
        height: 50px;
        max-width: 100%;
    }
    .nav {
        top: 65px;
    }
    footer .links {
        display: block;
    }
    footer .con {
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
    footer .con .text-con {
        margin-top: .3rem;
    }
    footer .erwma-con {
        margin-top: .3rem;
    }
}

main {
    height: fit-content;
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.home-banner {
    position: relative;
    height: fit-content;
}

.home-banner .banner-swiper {
    position: relative;
}

.home-banner .banner-control {
    position: absolute;
    right: 0;
    bottom: .35rem;
    z-index: 8;
    width: 9.3rem;
    height: 1.15rem;
    background: url(../images/date.svg)no-repeat left center;
    background-size: .3rem;
}

.home-banner .banner-control::before {
    content: '';
    position: absolute;
    left: .3rem;
    right: 0;
    top: 50%;
    height: 2px;
    background-color: rgba(255, 255, 255, .92);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-banner .swiper-pagination {
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    width: auto;
    height: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: none;
    -webkit-transform: none;
}

.home-banner .swiper-pagination-bullet {
    width: .16rem;
    height: .16rem;
    margin: 0 0 0 .95rem!important;
    opacity: 1;
    border-radius: 50%;
    background: #FFF;
    border: 0;
    position: relative;
    z-index: 9;
}

.home-banner .swiper-pagination-bullet-active {
    width: 1.1rem;
    height: 1.1rem;
    z-index: 9;
}

.home-banner .swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: url(../images/img3.png)no-repeat center;
    background-size: cover;
    z-index: 1;
}

.home-banner .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.26rem;
    height: 1.26rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
    background-color: rgba(255, 255, 255, .5);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.home-banner .swiper-button-prev,
.home-banner .swiper-button-next {
    top: 50%;
    width: .46rem;
    height: .46rem;
    margin: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-banner .swiper-button-prev {
    left: auto;
    right: 2.8rem;
}

.home-banner .swiper-button-next {
    right: 2.1rem;
}

.home-banner .swiper-button-prev::after,
.home-banner .swiper-button-next::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: .15rem;
    height: .15rem;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.home-banner .swiper-button-prev::after {
    transform: translate(-35%, -50%) rotate(-135deg);
    -webkit-transform: translate(-35%, -50%) rotate(-135deg);
}

.home-banner .swiper-button-next::after {
    transform: translate(-65%, -50%) rotate(45deg);
    -webkit-transform: translate(-65%, -50%) rotate(45deg);
}

.home-banner .swiper-slide {
    overflow: hidden;
}

.home-banner .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    z-index: 1;
    height: 20%;
}

.img-zoom {
    display: block;
    overflow: hidden;
}

.sec-title {
    text-align: center;
    line-height: 1;
}

.sec-title img {
    display: inline-block;
    height: .96rem;
}

.more {
    position: absolute;
    right: 0;
    top: 50%;
    color: #1C51BA;
    font-family: 'bahnschrift';
    font-size: .18rem;
    line-height: .2rem;
    padding-right: .28rem;
    background: url(../images/arrow1.svg)no-repeat right .02rem;
    background-size: .14rem;
    z-index: 5;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.more.white {
    color: #FFF;
    filter: brightness(0) invert(1);
}

.home-news {
    position: relative;
    background: url(../images/home-bg1.png)no-repeat center top;
    background-size: cover;
    z-index: 9;
}

.home-news .sec-title img {
    height: .57rem;
}

.home-news .home-wrap {
    padding-top: 0rem;
    z-index: 9;
}

.home-news .home-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    top: -.95rem;
    width: 9rem;
    height: 5.6rem;
    background: #003380 url(../images/tbg.jpg)no-repeat center top;
    background-size: cover;
    z-index: -1;
}

.news-swiper {
    margin-top: .7rem;
    overflow: hidden;
}

.news-swiper .swiper-container {
    margin-left: -.5rem;
    margin-right: -.5rem;
}

.news-card {
    display: block;
    min-height: 7.1rem;
    padding: 1rem .5rem 0rem .5rem;
}

.news-card .pic {
    overflow: hidden;
    padding-top: 67%;
}

.news-card .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.news-card .txt {
    min-height: 2.66rem;
    padding: .32rem 0 .32rem 0;
}

.news-card h3 {
    color: #333;
    font-size: .22rem;
    line-height: 1.35;
    font-family: 'SourceHanSerifCN-SemiBold';
    height: .75rem;
    height: 2.9em;
}

.news-card p {
    color: #777;
    font-size: .2rem;
    line-height: 1.5;
    margin-top: .15rem;
    font-family: 'SourceHanSerifCN-Regular';
    overflow: hidden;
    height: .58rem;
}

.news-card time {
    display: block;
    color: #1C51BA;
    font-family: 'bahnschrift';
    font-size: .18rem;
    text-align: right;
    margin-top: .8rem;
}

.news-swiper .swiper-slide-active .news-card {
    background-color: #1C51BA;
    padding-top: .7rem;
}

.news-swiper .swiper-slide-active .news-card p {
    margin-top: .2rem;
}

.news-swiper .swiper-slide-active .news-card time {
    margin-top: 1rem;
}

.news-swiper .swiper-slide-active .news-card h3,
.news-swiper .swiper-slide-active .news-card p,
.news-swiper .swiper-slide-active .news-card time {
    color: #FFF;
}

.news-swiper .control-button {
    margin-top: .55rem;
}

.news-swiper .swiper-button-prev,
.news-swiper .swiper-button-next {
    width: .48rem;
    height: .48rem;
    border: 1px solid #1C51BA;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: none;
}

.news-swiper .swiper-button-prev {
    margin-right: .4rem;
}

.news-swiper .swiper-button-prev::before,
.news-swiper .swiper-button-next::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    border-top: 7px transparent solid;
    border-bottom: 7px transparent solid;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.news-swiper .swiper-button-next::before {
    border-left: 7px #1C51BA solid;
}

.news-swiper .swiper-button-prev::before {
    border-right: 7px #1C51BA solid;
}

.home-about {
    background-color: #1C51BA;
    margin-top: .7rem;
}

.home-about .about-blue {
    min-height: 4.7rem;
    margin-top: -.05rem;
    padding-top: .84rem;
    padding-bottom: .52rem;
    background-color: #1C51BA;
    color: #FFF;
    position: relative;
    z-index: 2;
}

.home-about .about-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.8rem;
    height: 1.4rem;
    line-height: 1.4rem;
    background-color: #FFF;
    margin: -1.42rem auto .46rem;
}

.home-about .about-title img {
    vertical-align: middle;
}

.home-about p {
    width: 12.5rem;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    color: rgba(255, 255, 255, .86);
    font-family: 'SourceHanSerifCN-Regular';
    font-size: .2rem;
    line-height: 1.85;
}

.about-data {
    width: 15rem;
    max-width: 100%;
    margin: .45rem auto 0;
    border: 1px solid rgba(255, 255, 255, .12);
}

.about-data li {
    width: 25%;
    height: 1.5rem;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.about-data li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
    height: .7rem;
    background-color: rgba(255, 255, 255, .1);
}

.about-data li:last-child {
    border-right: 0;
}

.about-data li:last-child::after {
    display: none;
}

.about-data strong {
    display: block;
    color: #FFF;
    font-size: .36rem;
    line-height: 1;
}

.about-data span {
    display: block;
    color: rgba(255, 255, 255, .86);
    margin-top: .1rem;
    font-family: 'SourceHanSerifCN-Bold';
}

.home-academics {
    min-height: 8.82rem;
    padding-top: .9rem;
    background: url(../images/home-bg2.png)no-repeat center top;
    background-size: cover;
}

.about-data li:nth-child(2) strong::after,
.about-data li:nth-child(3) strong::after {
    content: '+';
}

.aca-list {
    margin: .8rem auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.aca-list li {
    min-height: 1.1rem;
    border-bottom: 1px rgba(28, 81, 186, .28) solid;
    border-right: 1px rgba(28, 81, 186, .28) solid;
    position: relative;
}

.aca-list a {
    display: flex;
    align-items: center;
    height: 1.1rem;
    padding: 0 .34rem;
    color: #333;
    font-family: 'SourceHanSerifCN-SemiBold';
    font-size: .22rem;
    line-height: 1.25;
}

.aca-list li::before,
.aca-list li::after {
    content: '';
    position: absolute;
    background-color: #1C51BA;
    z-index: 1;
}

.aca-list li::before {
    width: 8px;
    height: 1px;
    right: -4px;
    bottom: -1px;
}

.aca-list li::after {
    height: 8px;
    width: 1px;
    right: -1px;
    bottom: -4px;
}

.aca-list li:nth-of-type(3n) {
    border-right: 0;
}

.aca-list li:nth-of-type(3n)::after,
.aca-list li:nth-of-type(3n)::before {
    display: none;
}

.aca-list i {
    width: .58rem;
    margin-right: .16rem;
    height: .58rem;
    border-radius: 50%;
    border: 1px #A4C0F7 dashed;
    flex-shrink: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aca-list i img {
    max-width: .26rem;
    max-height: .26rem;
}

.home-admissions {
    min-height: 8.45rem;
    padding-top: .8rem;
    background: url(../images/home-bg3.png)no-repeat center top;
    background-size: cover;
}

.ad-list {
    margin: 1.3rem auto 0;
}

.ad-list li {
    width: 23.5%;
    margin-right: 2%;
}

.ad-list li:last-child {
    margin-right: 0;
}

.ad-list a {
    display: block;
    min-height: 4rem;
    background-color: #FFF;
    padding: .42rem .32rem .24rem;
    border-bottom: 4px solid #1C51BA;
    color: #333;
    box-shadow: 0 .08rem .28rem rgba(28, 81, 186, .08);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.ad-list time {
    display: inline-block;
    color: #FFF;
    font-family: 'bahnschrift';
    line-height: .34rem;
    padding: 0 .2rem;
    background-color: #1C51BA;
}

.ad-list h3 {
    color: #1C51BA;
    font-family: 'SourceHanSerifCN-Regular';
    font-size: .24rem;
    line-height: 1.4;
    min-height: .84rem;
    margin-top: .4rem;
    font-weight: normal;
}

.ad-list .line {
    height: 1px;
    width: 100%;
    line-height: 1px;
    background-color: rgba(28, 81, 186, 0.15);
    margin-top: .1rem;
}

.ad-list p {
    color: #666;
    font-family: 'SourceHanSerifCN-Regular';
    line-height: 1.45;
    min-height: .7rem;
    margin-top: .35rem;
    overflow: hidden;
}

.ad-list span {
    display: block;
    width: .23rem;
    height: .12rem;
    margin-left: auto;
    margin-top: .3rem;
    background: url(../images/arrow2.svg)no-repeat center;
    background-size: contain;
}

.home-research {
    min-height: 9.6rem;
    padding-top: 1.1rem;
    background: url(../images/home-bg4.png)no-repeat center top;
    background-size: cover;
    color: #FFF;
}

.research-swiper {
    margin: .7rem auto 0;
    padding-bottom: .35rem;
}

.research-item {
    justify-content: space-between;
}

.research-item .text {
    margin-right: .65rem;
    padding-top: .65rem;
    color: #FFF;
}

.research-item time {
    display: block;
    font-family: 'bahnschrift';
    font-size: .18rem;
    margin-bottom: .45rem;
}

.research-item h3 {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .4rem;
    line-height: 1.4;
}

.research-item p {
    font-family: 'SourceHanSerifCN-Regular';
    font-size: .2rem;
    line-height: 1.7;
    margin-top: .45rem;
    font-weight: normal;
}

.research-item .pic-con {
    width: 8.9rem;
    height: 5.75rem;
    margin-right: .18rem;
}

.research-item .pic-con::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 1px #FFF solid;
    transform: translate(.15rem, .15rem);
    -webkit-transform: translate(.15rem, .15rem);
    -moz-transform: translate(.15rem, .15rem);
    -ms-transform: translate(.15rem, .15rem);
    -o-transform: translate(.15rem, .15rem);
}

.research-item .pic {
    overflow: hidden;
    z-index: 2;
}

.research-item .pic::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    z-index: 1;
}

.research-item .pic .tit {
    position: absolute;
    left: 0;
    bottom: .3rem;
    width: 100%;
    z-index: 2;
    color: #FFF;
    font-family: 'SourceHanSerifCN-Regular';
    font-size: .24rem;
    line-height: 1.7;
    padding: 0 .3rem;
}

.research-btns {
    position: absolute;
    left: 3.8rem;
    bottom: .35rem;
    display: flex;
    gap: .22rem;
    z-index: 4;
}

.research-btns .swiper-button-prev,
.research-btns .swiper-button-next {
    position: static;
    width: .52rem;
    height: .52rem;
    margin: 0;
    border: 1px solid #FFF;
    border-radius: 50%;
    background: url(../images/prev.svg)no-repeat center;
    background-size: .23rem;
}

.research-btns .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.home-campus {
    padding-top: 1.3rem;
    padding-bottom: .9rem;
    background: url(../images/home-bg5.png)no-repeat center bottom;
    background-size: cover;
}

.campus-top,
.campus-list {
    width: 15rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.campus-text {
    width: 5.2rem;
}

.campus-text .sec-title {
    text-align: left;
}

.campus-text h3 {
    color: #333;
    font-family: 'SourceHanSerifCN-SemiBold';
    font-size: .4rem;
    line-height: 1.4;
    margin-top: .85rem;
}

.campus-text p {
    color: #333;
    font-family: 'SourceHanSerifCN-Regular';
    font-size: .2rem;
    line-height: 1.7;
    margin-top: .5rem;
}

.campus-main {
    position: relative;
    width: 8.9rem;
    height: 5.3rem;
    overflow: hidden;
}

.campus-main::after,
.campus-list>a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    z-index: 1;
}

.campus-main span,
.campus-list span {
    position: absolute;
    left: .28rem;
    right: .28rem;
    bottom: .2rem;
    color: #FFF;
    line-height: 1.6;
    z-index: 2;
}

.campus-main span {
    font-size: .24rem;
    font-family: 'SourceHanSerifCN-Regular';
}

.campus-list span {
    font-size: .2rem;
    font-family: 'SourceHanSerifCN-SemiBold';
}

.campus-list {
    margin-top: .45rem;
}

.campus-list a {
    position: relative;
    width: 23.5%;
    height: 2.25rem;
    background-color: #1C51BA;
    margin-right: 2%;
}

.campus-list a:last-child {
    margin-right: 0;
}

.campus-list a em {
    border: 1px #ffffff solid;
    width: 1.7rem;
    line-height: .46rem;
    font-style: normal;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #FFF;
    filter: brightness(0) invert(1);
    font-family: 'SourceHanSerifCN-Regular';
    padding-left: .1rem;
    background-position: 90% center;
    opacity: 0;
    z-index: 9;
}

@media (min-width:1025px) {
    a:hover {
        color: #1C51BA;
    }
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .nav .drop>a:hover {
        background-color: rgba(0, 0, 0, .1);
    }
    footer .links a:hover {
        opacity: .6;
    }
    .img-zoom:hover img,
    a:hover .img-zoom img {
        transform: scale(1.06);
        -webkit-transform: scale(1.06);
    }
    .news-swiper .swiper-button-next:hover,
    .news-swiper .swiper-button-prev:hover {
        background-color: #1C51BA;
    }
    .news-swiper .swiper-button-next:hover::before {
        border-left-color: #FFF;
    }
    .news-swiper .swiper-button-prev:hover::before {
        border-right-color: #FFF;
    }
    .aca-list a:hover {
        color: #FFF;
        background-color: #1C51BA;
    }
    .aca-list a:hover i {
        background-color: rgba(255, 255, 255, .2);
    }
    .aca-list a:hover img {
        filter: brightness(0) invert(1);
    }
    .ad-list a:hover {
        background-color: #1C51BA;
        transform: translateY(-.7rem);
        -webkit-transform: translateY(-.7rem);
        -moz-transform: translateY(-.7rem);
        -ms-transform: translateY(-.7rem);
        -o-transform: translateY(-.7rem);
    }
    .ad-list a:hover time {
        background-color: rgba(255, 255, 255, .18);
    }
    .ad-list a:hover h3,
    .ad-list a:hover p {
        color: #FFF;
    }
    .ad-list a:hover .line {
        background-color: #FFF;
    }
    .ad-list a:hover span {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    .research-item:hover h3 {
        opacity: .8;
    }
    .campus-list a:hover {
        background-color: #1C51BA;
    }
    .campus-list a:hover img {
        opacity: .1;
    }
    .campus-list a:hover::after {
        display: none;
    }
    .campus-list a:hover .more {
        opacity: 1;
    }
}

@media (max-width:1199px) {
    .banner {
        padding-top: 1.2rem;
    }
    .home-banner .swiper-button-prev,
    .home-banner .swiper-button-next {
        width: 38px;
        height: 38px;
    }
    .home-banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 0 0 40px !important;
    }
    .home-banner .swiper-pagination-bullet-active {
        width: 40px;
        height: 40px;
    }
    .home-banner .swiper-pagination-bullet-active::after {
        width: 50px;
        height: 50px;
    }
    .home-banner .swiper-button-prev {
        left: auto;
        right: 64px;
    }
    .home-banner .swiper-button-next,
    .more {
        right: .2rem;
    }
    .home-news .news-title {
        left: .2rem;
    }
    .news-swiper,
    .aca-list,
    .ad-list,
    .research-swiper,
    .campus-top,
    .campus-list {
        width: 100%;
    }
    .more,
    .news-card p,
    .news-card time {
        font-size: 15px;
    }
    .sec-title img {
        height: 65px;
    }
    .home-news .sec-title img {
        height: 35px;
    }
    .news-card h3 {
        font-size: 18px;
        /* height: 51px; */
    }
    .news-card p {
        height: 45px;
    }
    .news-swiper .swiper-button-prev,
    .news-swiper .swiper-button-next {
        width: 38px;
        height: 38px;
        right: unset;
        left: unset;
    }
    .home-about p {
        width: 100%;
        font-size: 16px;
    }
    .about-data strong {
        font-size: 28px;
    }
    .about-data li {
        width: 50%;
        height: auto;
        padding: .2rem 0;
    }
    .about-data li:nth-child(2n) {
        border-right: 0;
    }
    .about-data li:nth-child(2n)::after {
        display: none;
    }
    .about-data li:nth-child(1),
    .about-data li:nth-child(2) {
        border-bottom: 1px rgba(255, 255, 255, .1) solid;
    }
    .about-data span {
        font-size: 14px;
    }
    .aca-list {
        margin: .7rem auto 0;
        grid-template-columns: repeat(2, 1fr);
    }
    .aca-list li:nth-of-type(3n) {
        border-right: 1px rgba(28, 81, 186, .28) solid;
    }
    .aca-list li:nth-child(even) {
        border-right: 0;
    }
    .aca-list li::after,
    .aca-list li::before {
        display: none;
    }
    .aca-list a {
        font-size: 16px;
    }
    .home-admissions {
        min-height: auto;
        padding-bottom: .8rem;
    }
    .ad-list {
        margin-top: .5rem;
    }
    .ad-list a {
        padding: .3rem;
    }
    .ad-list time {
        line-height: 32px;
    }
    .ad-list h3 {
        font-size: 16px;
        height: 40px;
    }
    .ad-list p {
        height: 68px;
    }
    .research-item time {
        font-size: 14px;
    }
    .research-item h3,
    .campus-text h3 {
        font-size: 24px;
    }
    .research-item p,
    .research-item .pic .tit,
    .campus-text p,
    .campus-main span,
    .campus-list span {
        font-size: 15px;
    }
    .research-btns .swiper-button-prev,
    .research-btns .swiper-button-next {
        width: 36px;
        height: 36px;
    }
    .research-item .text {
        margin-right: .3rem;
        padding-top: .3rem;
    }
}

@media (max-width:767px) {
    .sec-title img {
        height: 50px;
    }
    .banner {
        padding-top: 65px;
    }
    .home-banner .banner-control {
        width: 100%;
    }
    .home-banner img {
        width: 150%;
        max-width: none;
        margin-left: -25%;
    }
    .home-news,
    .home-academics,
    .home-admissions,
    .home-research,
    .home-campus {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .home-news .more {
        color: #FFF;
        filter: brightness(0) invert(1);
    }
    .home-news .home-wrap::after {
        width: 100%;
    }
    .home-news .news-title {
        position: static;
        width: 1.6rem;
        margin-bottom: .25rem;
    }
    .news-swiper .swiper-container {
        margin-left: 0;
        margin-right: 0;
    }
    .news-swiper .swiper-slide-active .news-card {
        padding: .4rem .4rem 0 .4rem;
    }
    .news-swiper {
        margin-top: .5rem;
    }
    .home-about {
        margin-top: 0rem;
    }
    .home-about .about-pic {
        height: 2.4rem;
    }
    .home-about .about-blue {
        margin-top: 0;
        padding-top: .55rem;
    }
    .home-about .about-title {
        width: 92%;
        margin: -.95rem auto .35rem;
        height: 70px;
        line-height: 70px;
    }
    .home-academics .home-wrap>div:first-child {
        justify-content: flex-start;
    }
    .aca-list {
        grid-template-columns: 1fr;
        margin-top: .2rem;
        overflow: hidden;
    }
    .aca-list li {
        border-right: 0 !important;
    }
    .aca-list a {
        padding: 0 .2rem 0 0;
    }
    .home-admissions .title-con,
    .home-research .title-con {
        justify-content: flex-start;
    }
    .ad-list {
        margin-top: .5rem;
    }
    .ad-list li {
        width: 100%;
        margin-bottom: .24rem;
    }
    .ad-list a {
        min-height: 0;
    }
    .research-swiper {
        margin-top: .3rem;
        padding-bottom: 60px;
    }
    .research-item .pic-con {
        width: 100%;
        height: auto;
        order: 1;
        margin-right: 0;
    }
    .research-item .pic-con::after {
        display: none;
    }
    .research-item .pic {
        height: auto;
        padding-top: 65%;
    }
    .research-item .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .research-item .text {
        width: 100%;
        order: 2;
        margin-right: 0;
    }
    .research-btns {
        left: .05rem;
        bottom: 0;
    }
    .campus-text,
    .campus-main,
    .campus-text p {
        width: 100%;
    }
    .campus-text h3 {
        margin-top: .45rem;
        font-size: .3rem;
    }
    .campus-main {
        height: 3.6rem;
        margin-top: .45rem;
    }
    .campus-list a {
        width: 48%;
        margin-bottom: .2rem;
    }
    .home-banner .swiper-pagination-bullet {
        margin: 0 0 0 30px !important;
    }
    .ad-list span {
        width: 20px;
        height: 10px;
    }
}

.pub-header {
    border-bottom: 1px rgba(255, 255, 255, .5) solid;
}

.pub-header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150%;
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    z-index: -1;
}

.pub-header .logo {
    height: 1.25rem;
    margin-right: 1.2rem;
}

.pub-header .nav {
    background: none;
}

.pub-header .nav li>a {
    line-height: 1.25rem;
}

.pub-header .nav .drop {
    top: 1.25rem;
}

.pub-header .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 1.1rem;
    height: .94rem;
    background: #195de7 url(../images/search2.svg) no-repeat center;
    background-size: .4rem;
    cursor: pointer;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%);
}

.search-content {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 80, 187, .9);
}

.search-content .close {
    position: absolute;
    right: .6rem;
    top: .6rem;
    width: .6rem;
    height: .6rem;
    background: url(../images/close.svg)no-repeat center;
    background-size: .4rem;
    cursor: pointer;
    z-index: 10;
}

.search-content .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 7rem;
    height: .7rem;
    border-bottom: 1px #FFF solid;
}

.search-content .content input[type='text'] {
    color: #FFF;
    font-size: .18rem;
    background: none;
    padding-left: .15rem;
}

.search-content .content input[type='text']::placeholder {
    color: #FFF;
}

.search-content .content input[type='submit'] {
    width: .6rem;
    background: url(../images/search2.svg)no-repeat center;
    background-size: .24rem;
}

@font-face {
    font-family: 'PingFang-Medium';
    src: url(../fonts/PingFang-Medium.ttf);
}

.n-banner {
    overflow: hidden;
}

.n-banner img {
    width: 100%;
}

.inside-main {
    position: relative;
    margin-top: -.86rem;
    padding-bottom: .72rem;
    background: url(../images/pub-bg.png) no-repeat center bottom;
    background-size: 100% auto;
    z-index: 2;
}

.inside-banner-title {
    position: relative;
    height: .86rem;
    pointer-events: none;
}

.banner-title-card {
    position: absolute;
    left: 1.6rem;
    bottom: 0;
    min-width: 2.4rem;
    height: 1.05rem;
    color: #FFF;
    font-size: .26rem;
    font-weight: bold;
    line-height: 1.05rem;
    background: #1C51BA url(../images/t-bg.png)no-repeat left bottom;
    background-size: 100% 100%;
    border-top-right-radius: .38rem;
    overflow: hidden;
    font-family: 'arial';
    text-align: center;
}

.banner-title-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .04);
    clip-path: polygon(38% 0, 86% 0, 100% 100%, 10% 100%);
}

.banner-title-card::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .04rem;
    background: #F06C37;
}

.inside-side {
    width: 2.4rem;
    margin-right: .65rem;
    background: #F2F5FC;
}

.side-link {
    display: flex;
    min-height: .95rem;
    padding: .15rem .18rem;
    align-items: center;
    justify-content: center;
    color: #0d4fbe;
    font-size: .22rem;
    line-height: 1.25;
    text-align: center;
    font-family: 'arial';
    position: relative;
}

.side-link.on {
    color: #FFF;
    font-weight: bold;
    background: #1C51BA;
}

.side-link.on::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #F06C37;
    border-right: 4px #F2F5FC solid;
}

.inside-content {
    min-width: 0;
    padding-top: .5rem;
}

.inside-title {
    margin-bottom: .5rem;
}

.inside-title h1 {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    min-width: 0;
    color: #0d4fbe;
    font-size: .3rem;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'bahnschrift';
}

.inside-title h1::before {
    content: '';
    display: block;
    width: .04rem;
    height: .36rem;
    margin-right: .18rem;
    background: #1C51BA;
}

.inside-title h1::after {
    content: '';
    flex: 1;
    height: 1px;
    margin-left: .16rem;
    background: #d7d7d7;
}

.crumb {
    flex-shrink: 0;
    margin-left: .18rem;
    padding-left: .28rem;
    color: #8d8d8d;
    font-size: .18rem;
    line-height: .3rem;
    background: url(../images/home.svg) no-repeat left center;
    background-size: .18rem auto;
}
.crumb a {
    color: inherit;
}
.crumb a:hover {
    color: #1C51BA;
}

.why-list {
    padding-bottom: .62rem;
}

.why-item {
    margin-bottom: .7rem;
    align-items: stretch;
    background-image: linear-gradient(#F5F9FF, #FFFFFF);
    border: 1px rgba(28, 81, 186, 0.05) solid;
}

.why-item:last-child {
    /* margin-bottom: 0; */
}

.why-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/tbg1.png)no-repeat right bottom;
    background-size: cover;
}

.why-pic {
    overflow: hidden;
    width: 4.83rem;
    min-height: 3.66rem;
    flex-shrink: 0;
}

.why-text {
    position: relative;
    flex: 1;
    min-width: 0;
   
    padding: .5rem .72rem .42rem;
    overflow: hidden;
}

.why-text h2 {
    position: relative;
    z-index: 1;
    margin-bottom: .24rem;
    color: #1C51BA;
    font-size: .3rem;
    font-weight: normal;
    line-height: 1.25;
}

.why-text p {
    position: relative;
    z-index: 1;
    color: inherit;
    font-size: .16rem;
    line-height: 1.65;
    text-align: justify;
    font-family: 'PingFang-Medium';
}

.why-entry {
    gap: .35rem;
}

.why-entry a {
    display: flex;
    flex: 1;
    min-width: 0;
    min-height: .98rem;
    padding: .18rem .25rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #0d4fbe;
    font-family: 'SourceHanSerifCN-Regular', 'Microsoft YaHei', sans-serif;
    font-size: .18rem;
    line-height: 1.5;
    text-align: center;
    background: #F5F9FF;
    box-shadow: 0 .08rem .28rem rgba(34, 91, 174, .14);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.why-entry a strong {
    font-family: 'SourceHanSerifCN-Bold', 'Microsoft YaHei', sans-serif;
    font-size: .2rem;
}

.why-entry a span {
    display: block;
    font-family: 'Microsoft YaHei', sans-serif;
}

.why-entry a.on {
    color: #FFF;
    background: #1C51BA;
}

.admissions-main .inside-content {
    padding-bottom: 2.3rem;
}

.admission-feature {
    min-height: 7.44rem;
    padding: 0 .62rem 0 0;
    background: #F5F9FF url(../images/tbg3.png)no-repeat right bottom;
    background-size: 100%;
    border: 1px rgba(28, 81, 186, 0.05) solid;
}

.admission-poster {
    overflow: hidden;
    width: 4.03rem;
    height: 7.44rem;
    flex-shrink: 0;
}

.admission-text {
    position: relative;
    flex: 1;
    min-width: 0;
    padding-left: .85rem;
    text-align: center;
}

.admission-text::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -.25rem;
    width: 1.3rem;
    height: 1.5rem;
    background: url(../images/logo1.svg) no-repeat center;
    background-size: contain;
    opacity: .08;
}

.admission-text h2 {
    margin-bottom: .28rem;
    color: #0d4fbe;
    font-size: .3rem;
    font-weight: normal;
    line-height: 1.3;
    text-align: left;
    font-family: 'arial';
    margin-top: 1rem;
}

.admission-text p {
    color: #333;
    line-height: 1.85;
    text-align: justify;
    font-family: 'PingFang-Medium';
}

.view-more {
    position: relative;
    z-index: 1;
    width: 2.25rem;
    height: .55rem;
    margin-top: .6rem;
    color: #FFF;
    font-family: 'SourceHanSerifCN-Medium';
    font-size: .18rem;
    background: #1C51BA;
    margin-left: auto;
    margin-right: auto;
}

.view-more::after {
    content: '';
    width: .14rem;
    height: .14rem;
    margin-left: .14rem;
    background: url(../images/arrow1.svg)no-repeat center;
    background-size: 100%;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.campus-page-main .inside-content {
    padding-bottom: 1.7rem;
}

.campus-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .48rem .42rem;
    margin-top: .1rem;
}

.campus-card {
    display: block;
    border: 1px #d7e1f1 solid;
    background: rgba(255, 255, 255, .75);
}

.campus-card span {
    display: block;
    overflow: hidden;
    height: 2.36rem;
}

.campus-card strong {
    display: flex;
    min-height: .6rem;
    padding: 0.6em .15rem;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: .18rem;
    font-weight: normal;
    line-height: 1.35;
    text-align: center;
    font-family: 'arial';
}

.pager {
    gap: .08rem;
    margin-top: 1.2rem;
    align-items: center;
    color: #555;
}

.pager a,
.pager span {
    display: flex;
    min-width: .38rem;
    height: .38rem;
    padding: 0 .12rem;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: .16rem;
    border: 1px #d9dfe8 solid;
    background: rgba(255, 255, 255, .75);
}

.pager span {
    border-color: transparent;
    background: none;
}

.pager a.on {
    color: #FFF;
    border-color: #1C51BA;
    background: #1C51BA;
}

@font-face {
    font-family: 'SourceHanSans-Medium';
    src: url(../fonts/SourceHanSans-Medium.otf);
}

.contact-section h2,
.org-section h2 {
    position: relative;
    display: flex;
    align-items: center;
    min-height: .68rem;
    margin-bottom: .22rem;
    padding: 0 .28rem;
    color: #FFF;
    font-size: .24rem;
    font-weight: bold;
    background: #1C51BA;
    font-family: 'MiSans-Demibold';
}

.contact-section h2::before,
.org-section h2::before {
    content: '';
    width: .04rem;
    height: .22rem;
    margin-right: .12rem;
    background: #F06C37;
}

.contact-main .inside-content {
    padding-bottom: 3rem;
}

.contact-section {
    margin-top: -.05rem;
}

.contact-box {
    margin-bottom: .25rem;
    padding: .19rem .38rem;
    border: 1px #d7e1f1 solid;
    background: rgba(255, 255, 255, .65);
}

.contact-box p,
.contact-card span {
    color: #333;
    font-size: .22rem;
    line-height: 1.7;
}

.contact-box strong,
.contact-card h3 {
    color: #0d4fbe;
    font-weight: normal;
    font-family: 'SourceHanSans-Medium';
    font-size: .24rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .18rem;
}

.contact-card {
    min-height: 1.06rem;
    padding: .18rem .3rem;
    border: 1px #d7e1f1 solid;
    background: rgba(255, 255, 255, .58);
}

.contact-card p {
    color: #0d4fbe;
    font-size: .22rem;
    line-height: 1.6;
}

.org-section {
    margin-top: -.05rem;
}

.org-main .inside-main,
.org-main {
    padding-bottom: 1.25rem;
}

.org-section .con {
    margin-bottom: .5rem;
}

.org-section .con:last-child {
    margin-bottom: .7rem;
}

.org-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .22rem .28rem;
}

.org-grid a,
.org-list a {
    position: relative;
    display: flex;
    min-height: .68rem;
    font-size: .21rem;
    padding: .12rem .28rem .12rem .55rem;
    align-items: center;
    color: #555;
    line-height: 1.4;
    border: 1px #d7e1f1 solid;
    background: rgba(255, 255, 255, .68);
}

.org-grid a::before,
.org-list a::before {
    content: '';
    position: absolute;
    left: .3rem;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #1C51BA;
    transform: translateY(-50%) rotate(45deg);
}

.news-list a::before {
    content: '';
    position: absolute;
    left: .3rem;
    top: 50%;
    width: .05rem;
    height: .05rem;
    background: #1C51BA;
    transform: translateY(-50%) rotate(45deg);
}

.org-list a {
    margin-bottom: .16rem;
}

.list-main .inside-content {
    padding-bottom: 1.3rem;
}

.news-list {
    margin-top: -.13rem;
}

.news-list a {
    position: relative;
    display: flex;
    min-height: .87rem;
    padding: 0 .22rem 0 .28rem;
    align-items: center;
    color: #333;
    border-bottom: 1px dotted #b9cbe7;
    font-size: .2rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.news-list a::before {
    left: .04rem;
    width: .1rem;
    height: .1rem;
    background: none;
    border-top: 1px #1C51BA solid;
    border-right: 1px #1C51BA solid;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.news-list span {
    flex: 1;
    min-width: 0;
    padding-right: .35rem;
    line-height: 1.35;
    font-family: 'arial';
}

.news-list time {
    flex-shrink: 0;
    color: #0d4fbe;
}

.article-main .inside-content {
    padding-bottom: 1.4rem;
}

.article-detail {
    padding: .56rem .72rem .64rem;
    border: 1px #d7e1f1 solid;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 .1rem .32rem rgba(28, 81, 186, .08);
}

.article-head {
    padding-bottom: .28rem;
    border-bottom: 1px #d7e1f1 solid;
    text-align: center;
}

.article-head h2 {
    color: #1C51BA;
    font-size: .34rem;
    font-weight: normal;
    line-height: 1.35;
    font-family: 'SourceHanSerifCN-SemiBold', 'Microsoft YaHei', sans-serif;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .12rem .35rem;
    align-items: center;
    justify-content: center;
    margin-top: .24rem;
    padding: .13rem .2rem;
    color: #777;
    font-size: .14rem;
    line-height: 1.5;
    background: #F2F5FC;
}

.article-body {
    margin: .44rem auto 0;
}

.article-body p {
    margin-bottom: .2rem;
    color: #333;
    font-size: .18rem;
    line-height: 2;
    text-align: justify;
    text-indent: 2em;
    font-family: 'PingFang-Medium', 'Microsoft YaHei', sans-serif;
}

.article-body img {
    /* display: block; */
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.table-wrapper {
    overflow-y: auto;
}
.table-wrapper + .table-wrapper {
    margin-top: 2em;
}
.article-body table {
    overflow-x: auto !important;
    max-width: 100% !important;
    /* display: block; */
    overflow-y: visible !important;
    height: fit-content;
}
.article-body table+table {
    margin-top: 2em !important;
}
.article-body  table tr td {
    padding: .6em !important;
    word-break: keep-all;
    /* white-space: wrap !important; */
}
.article-body table tr td p {
    text-align: center !important;
    line-height: 1.4 !important;
}

.article-sign {
    margin-top: .26rem;
}

.article-sign p {
    margin-bottom: .06rem;
    text-align: right;
    text-indent: 0;
}

.article-next {
    margin-top: .46rem;
    padding-top: .26rem;
    border-top: 1px dotted #b9cbe7;
}

.article-next a {
    display: block;
    margin-bottom: .12rem;
    color: #555;
    font-size: .16rem;
    line-height: 1.5;
}

@media (min-width:1025px) {
    .side-link:hover {
        color: #FFF;
        background: #1C51BA;
    }
    .side-link:hover::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 2px;
        background: #F06C37;
        border-right: 4px #F2F5FC solid;
    }
    .why-item:hover {
        color: #FFFFFF;
        background: #1C51BA url(../images/tbg2.png) no-repeat left bottom;
        background-size: 100% 100%;
        /* border: 0; */
        border-color: transparent;
    }
    .why-item:hover::after {
        display: none;
    }
    .why-item:hover .why-text::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: .04rem;
        background: #F06C37;
        border-top: 10px #FFF solid;
    }
    .why-entry a:hover {
        color: #FFF;
        background: #1C51BA;
        transform: translateY(-.06rem);
        -webkit-transform: translateY(-.06rem);
    }
    .why-item:hover .why-text h2 {
        color: #FFF;
    }
    .campus-card:hover,
    .org-grid a:hover,
    .org-list a:hover,
    .news-list a:hover,
    .pager a:hover,
    .view-more:hover {
        color: #FFF;
        border-color: #1C51BA;
        background-color: #1C51BA;
    }
    .article-next a:hover {
        color: #1C51BA;
    }
    .campus-card:hover strong,
    .news-list a:hover time,
    .org-grid a:hover,
    .org-list a:hover,
    .pager a:hover,
    .view-more:hover {
        color: #FFF;
    }
    .org-grid a:hover::before,
    .org-list a:hover::before {
        background: #ffc044;
    }
    .news-list a:hover::before {
        border-color: #FFF;
    }
    .news-list a:hover {
        padding-left: .65rem;
        color: #FFF;
        font-weight: bold;
        border-bottom: 0;
        background: #1C51BA;
    }
    .news-list a:hover::before {
        left: .22rem;
        border-color: #FFF;
    }
    .news-list a:hover time {
        color: #FFF;
        font-weight: normal;
    }
}

@media (max-width:1199px) {
    .inside-main {
        margin-top: -.7rem;
    }
    .inside-banner-title {
        height: .7rem;
    }
    .banner-title-card {
        left: .2rem;
        min-width: 2.3rem;
        height: 60px;
        font-size: 18px;
        line-height: 60px;
        padding: 0 1em;
    }
    .inside-title h1 {
        font-size: 22px;
    }
    .inside-side {
        width: 2.3rem;
        margin-right: .4rem;
        display: none;
    }
    .inside-content {
        padding-top: .38rem;
    }
    .inside-title {
        margin-bottom: .36rem;
    }
    .crumb {
        display: none;
    }
    .why-item {
        margin-bottom: .45rem;
    }
    .why-pic {
        width: 42%;
        height: auto;
        min-height: 2.8rem;
    }
    .why-text {
        min-height: 2.8rem;
        padding: .34rem .38rem;
    }
    .why-text h2 {
        font-size: 20px;
        margin-bottom: .16rem;
    }
    .why-text p {
        font-size: 14px;
        line-height: 1.6;
    }
    .why-entry {
        gap: .18rem;
    }
    .why-entry a strong,
    .campus-card strong,
    .news-list a,
    .contact-section h2,
    .org-section h2 {
        font-size: 16px;
    }
    .why-entry a span {
        font-size: 14px;
    }
    .admission-feature {
        min-height: auto;
        padding-right: .32rem;
    }
    .admission-poster {
        width: 35%;
        height: auto;
        aspect-ratio: 403 / 744;
    }
    .admission-text {
        padding-left: .42rem;
    }
    .admission-text h2 {
        font-size: 24px;
    }
    .admission-text p {
        line-height: 1.65;
    }
    .view-more {
        width: 160px;
        height: 40px;
    }
    .campus-grid {
        gap: .28rem .24rem;
    }
    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .org-grid {
        gap: .14rem;
    }
    .pub-header .logo {
        height: 1.2rem;
    }
    .pub-header .search-btn {
        width: 75px;
        height: 1.2rem;
        background-size: 26px;
    }
    .pub-header .menu-btn {
        right: 85px;
    }
    .pub-header.active {
        background-color: #1C50BB;
    }
    .pub-header.active::after,
    .pub-header .nav .search {
        display: none
    }
    .pub-header .nav {
        background-color: #1C51BA;
    }
    .pub-header .nav li>a {
        line-height: 60px;
        display: block;
    }
    .search-content .content input[type='text'],
    .contact-box p,
    .contact-card span,
    .contact-card p {
        font-size: 14px;
    }
    .search-content .close {
        width: 20px;
        height: 20px;
    }
    .search-content .content {
        width: 90%;
        height: 60px;
    }
    .search-content .content input[type='submit'] {
        width: 60px;
        background-size: 20px;
    }
    .news-list a,
    .contact-section h2,
    .org-section h2 {
        min-height: 60px;
    }
    .contact-box strong,
    .contact-card h3 {
        font-size: 15px;
    }
    .article-detail {
        padding: .42rem .36rem .5rem;
    }
    .article-head h2 {
        font-size: 26px;
    }
    .article-body {
        max-width: none;
    }
    .article-body p {
        font-size: 16px;
        line-height: 1.9;
    }
}

@media (max-width:767px) {
    .n-banner img {
        height: 3.2rem;
        object-fit: cover;
    }
    .inside-main {
        padding-bottom: .45rem;
        background-size: auto 55%;
    }
    .inside-body {
        display: block;
    }
    .inside-content {
        padding-top: .32rem;
    }
    .inside-title {
        margin-bottom: .28rem;
    }
    .inside-title h1 {
        font-size: 22px;
    }
    .inside-title h1::before {
        height: 26px;
        margin-right: 12px;
    }
    .why-list {
        padding-bottom: .34rem;
    }
    .why-item {
        display: block;
        margin-bottom: .34rem;
    }
    .why-item::after {
        display: none;
    }
    .why-pic {
        width: 100%;
        height: auto;
        min-height: auto;
        min-height: 0;
        aspect-ratio: 483 / 366;
    }
    .why-text {
        min-height: 0;
        padding: .3rem .24rem;
    }
    .why-text h2 {
        font-size: 21px;
    }
    .why-text p {
        font-size: 14px;
        line-height: 1.7;
    }
    .why-entry {
        display: block;
    }
    .why-entry a {
        min-height: 68px;
        margin-bottom: .16rem;
        font-size: 15px;
    }
    .admissions-main .inside-content,
    .campus-page-main .inside-content {
        padding-bottom: .2rem;
    }
    .admission-feature {
        display: block;
        padding: .2rem;
    }
    .admission-poster {
        width: min(100%, 260px);
        margin: 0 auto .28rem;
    }
    .admission-text {
        padding-left: 0;
    }
    .admission-text h2 {
        font-size: 21px;
    }
    .admission-text p {
        font-size: 14px;
        line-height: 1.7;
    }
    .view-more {
        min-width: 160px;
        height: 46px;
        margin-top: .3rem;
        font-size: 14px;
    }
    .campus-grid {
        grid-template-columns: 1fr;
    }
    .campus-card span {
        height: auto;
        aspect-ratio: 404 / 237;
    }
    .pager {
        flex-wrap: wrap;
        margin-top: .45rem;
    }
    .pager a,
    .pager span {
        min-width: 34px;
        height: 34px;
        font-size: 14px;
    }
    .contact-section h2,
    .org-section h2 {
        min-height: 50px;
        padding: 0 16px;
        font-size: 16px;
    }
    .contact-box {
        padding: 18px;
    }
    .contact-grid,
    .org-grid {
        grid-template-columns: 1fr;
    }
    .contact-card {
        padding: 18px;
    }
    .org-grid a,
    .org-list a {
        min-height: 48px;
        padding: 12px 16px 12px 38px;
        font-size: 14px;
    }
    .org-grid a::before,
    .org-list a::before {
        left: 20px;
    }
    .news-list a {
        display: block;
        min-height: 0;
        padding: 16px 0 16px 24px;
    }
    .news-list span {
        display: block;
        padding-right: 0;
    }
    .news-list a::before {
        top: .5rem;
    }
    .news-list time {
        display: block;
        margin-top: 8px;
        font-size: 14px;
    }
    .pub-header .logo {
        height: 65px;
        max-width: 60%;
        object-fit: contain;
    }
    .article-main .inside-content {
        padding-bottom: .2rem;
    }
    .article-detail {
        padding: 22px 16px 26px;
    }
    .article-head {
        padding-bottom: 18px;
    }
    .article-head h2 {
        font-size: 22px;
        line-height: 1.4;
    }
    .article-meta {
        margin-top: 16px;
        padding: 10px 12px;
        font-size: 13px;
    }
    .article-meta p {
        display: block;
        margin-bottom: 4px;
    }
    .article-meta p:last-child {
        margin-bottom: 0;
    }
    .article-body {
        margin-top: 22px;
    }
    .article-body p {
        margin-bottom: 14px;
        font-size: 15px;
        line-height: 1.85;
    }
    .article-body figure {
        margin: 22px auto;
    }
    .article-body figure img {
        width: 100%;
        max-height: none;
    }
    .article-next {
        margin-top: 28px;
        padding-top: 18px;
    }
    .article-next a {
        font-size: 14px;
    }
}