<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw;
    }
}


/*= 清除浮动=*/

.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: .2rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #1d50a2;
}


/*块级转化*/

.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 {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
}

@media (max-width:1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    width: 100%;
    background-color: #1d50a2;
    left: 0;
    top: 0;
    z-index: 999;
}

.header .logo {
    height: 1.2rem;
    margin-right: .45rem;
}

.header .logo&gt;img {
    height: .77rem;
}

.header .logo-txt&gt;img {
    height: .32rem;
}

.header .head-text {
    color: #FFF;
    font-size: .16rem;
}

.header .head-text a {
    color: #FFF;
}

.header .head-text span {
    margin: 0 .15rem;
}

.header .search {
    height: .4rem;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    width: 2.15rem;
    border: 1px rgba(255, 255, 255, .4) solid;
    background-color: rgba(255, 255, 255, .2);
    overflow: hidden;
    margin-left: .3rem;
}

.header .search input[type='text'],
.header .m-search input[type='text'] {
    background: none;
    padding-left: .2rem;
    color: #FFF;
    font-size: .16rem;
    width: 100%;
}

.header .search input[type='text']::placeholder,
.header .m-search input[type='text']::placeholder {
    color: #FFF;
}

.header .search input[type='submit'],
.header .m-search input[type='submit'] {
    width: .6rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: .2rem;
}

.header .m-search {
    display: none;
    height: .6rem;
    border-radius: .3rem;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    -ms-border-radius: .3rem;
    -o-border-radius: .3rem;
    width: 100%;
    border: 1px rgba(255, 255, 255, .4) solid;
    background-color: rgba(255, 255, 255, .2);
    overflow: hidden;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: .5rem;
    height: .5rem;
    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%);
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.nav {
    border-top: 1px rgba(255, 255, 255, .2) solid;
}

.nav li&gt;a {
    color: #FFF;
    line-height: .6rem;
}

.nav li.on a {
    color: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.nav .drop {
    left: -.2rem;
    right: -.2rem;
    top: .6rem;
    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: #1c4c98;
    line-height: 2.6;
    font-size: .16rem;
}

.nav .drop a {
    color: #FFF;
}

.nav .drop .third {
    display: none;
}

.footer {
    background: url(../images/f-bg.jpg)no-repeat center;
    background-size: cover;
    padding-top: .7rem;
    padding-bottom: .4rem;
    color: #FFF;
}

.footer .l-con {
    width: 5.8rem;
    margin-right: 1.2rem;
}

.footer .logo img {
    height: .8rem;
}

.footer .info {
    line-height: 1.8;
    margin-top: .2rem;
}

.footer .info&gt;div {
    margin-top: .1rem;
}

.footer .info&gt;div span:first-child {
    margin-right: .2rem;
}

.footer .erwma-con {
    margin-top: .3rem;
}

.footer .erwma-con .erwma {
    width: 1.2rem;
    margin-right: .6rem;
}

.footer .erwma-con .erwma:last-child {
    margin-right: 0;
}

.footer .erwma-con .pic {
    height: 1.2rem;
    width: 100%;
    overflow: hidden;
    padding: 5px;
    background-color: #FFF;
}

.footer .erwma-con .pic img {
    width: 100%;
}

.footer .erwma-con .tit {
    font-size: .18rem;
    margin-top: .1rem;
}

.footer .link .tit {
    font-weight: bold;
    background: url(../images/link-icon.png)no-repeat left center;
    padding-left: .7rem;
    background-size: .58rem;
    line-height: .6rem;
}

.footer .link a {
    color: #FFF;
    margin-right: .2rem;
    margin-top: .4rem;
}



@media (min-width:1025px) {
    .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 li&gt;a:hover {
        font-weight: bold;
    }

    .nav .drop a:hover {
        background-color: #f8f8f8;
        color: #1c4c98;
    }

    .footer .link a:hover {
        text-decoration: underline;
    }
}

@media (max-width:1199px) {
    .header {
        position: sticky;
    }

    .header .head-text,
    .header .logo-txt {
        display: none;
    }

    .menu-btn,
    .header .m-search {
        display: block;
    }

    .header .m-search input[type='submit'] {
        height: .6rem;
        background-size: .3rem;
    }

    .header .m-search input[type='text'],
    .nav .drop,
    .footer .erwma-con .tit {
        font-size: 14px;
    }

    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        overflow-y: scroll !important;
        display: none;
        background-color: #1c4c98;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: .2rem;
    }

    .nav .container {
        padding: 0;
        margin-top: .3rem;
    }

    .nav li {
        width: 100%;
    }

    .nav li&gt;a {
        font-size: 16px;
        line-height: .9rem;
    }

    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: .9rem;
        width: .6rem;
    }

    .nav .drop .item .arrow {
        height: .7rem;
    }

    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: .32rem;
        height: .32rem;
        position: absolute;
        left: .1rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .nav .cur&gt;.arrow::after,
    .nav .drop .item.on .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;
        padding-left: .2rem;
    }

    .footer .l-con {
        margin-right: .6rem;
    }

    .footer .link .tit {
        font-size: 16px;
    }

    .nav .third {
        display: none;
        padding-left: .2rem;
    }

    .nav .drop .item {
        position: relative;
    }

    .nav .third li a {
        font-size: 14px;
        line-height: 1.4;
    }

    .nav .drop .item.on .third {
        display: block;
    }
}

@media (max-width:950px) {
    .footer .l-con {
        width: 6.8rem;
    }
}

@media (max-width:767px) {
    .footer {
        padding-top: .4rem;
    }

    .footer .link {
        margin-top: .4rem;
    }

    .footer .l-con {
        width: 100%;
        margin-right: 0;
    }

    .footer .logo,
    .footer .erwma-con {
        justify-content: center;
    }

    .footer .info {
        text-align: center;
    }

    .footer .link a {
        margin-top: .2rem;
    }
.ellipsis-3{-webkit-line-clamp: 2;}
}

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url('../fonts/SourceHanSerifCN-Bold.otf');
}

@font-face {
    font-family: 'AbhayaLibre-Bold';
    src: url('../fonts/AbhayaLibre-Bold.ttf');
}

.n-banner {
    overflow: hidden;
}

.n-banner img {
    width: 100%;
}

.n-banner .title {
    position: absolute;
    left: 2.1rem;
    bottom: 1.8rem;
    z-index: 2;
}

.n-banner .title .en {
    font-family: 'AbhayaLibre-Bold';
    font-size: .6rem;
    text-transform: uppercase;
    line-height: 1;
    /* Chrome, Safari */
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, .0));
    /* 标准语法 */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.n-banner .title .cn {
    font-weight: bold;
    color: #FFF;
    font-size: .48rem;
    line-height: 1;
}

.pub-wrap {
    background: #f8f8f8 url(../images/bg.jpg)no-repeat center bottom;
    padding-bottom: 1.6rem;
    background-size: 100%;
}

.sidebar {
    width: 2.8rem;
    overflow: hidden;
    background: #FFF url(../images/s-bg.jpg)no-repeat center bottom;
    padding-bottom: 1.9rem;
    transform: translateY(-1rem);
    -webkit-transform: translateY(-1rem);
    -moz-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    -o-transform: translateY(-1rem);
    border-top: .1rem #1d50a2 solid;
    padding-left: .2rem;
    padding-right: .2rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    margin-right: .8rem;
    box-shadow: 0 .1rem .15rem rgba(0, 0, 0, .1);
}

.sidebar li&gt;a {
    border-bottom: 1px dotted #e4e4e4;
    line-height: .9rem;
}

.sidebar .sub {
    background-color: #f8f8f8;
    line-height: .6rem;
    font-size: .16rem;
    display: none;
}

.sidebar .sub a {
    padding-left: .3rem;
}

.sidebar li.on&gt;a {
    font-weight: bold;
    color: #1d50a2;
    background: url(../images/arrow2.png) no-repeat right center;
    background-size: .18rem;
}

.sidebar li.on .sub {
    display: block;
}

.sidebar li.on .sub .cur {
    background-color: #dfaa50;
    font-size: .18rem;
    color: #FFF;
}

.pub-content {
    margin-top: .8rem;
}

.pub-title {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .3rem;
    border-left: 4px #1d50a2 solid;
    padding-left: .2rem;
    line-height: 1;
}

.pub-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #dfaa50;
}

.crumbs {
    font-size: .16rem;
    background: url(../images/home.png)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
    color: #666666;
}

.crumbs a {
    color: #666;
}


/* 通知公告 */

.notice-list {
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    margin-top: .4rem;
    padding: .4rem;
}

.notice-list a {
    border-bottom: 1px #e5e5e5 dashed;
    padding-top: .25rem;
    padding-bottom: .25rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: 10;
}

.notice-list a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background: url(../images/tbg1.png)no-repeat left center;
    background-size: cover;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    z-index: -1;
}

.notice-list a .date {
    font-family: 'AbhayaLibre-Bold';
    font-size: .16rem;
    border-right: 1px #d4d4d4 solid;
    padding-right: .25rem;
    margin-right: .25rem;
}

.notice-list a .date span {
    font-size: .5rem;
    line-height: .6;
}

.page {
    margin-top: .5rem;
    font-size: .16rem;
}

.page a {
    background-color: #FFF;
    line-height: .4rem;
    border: 1px #e1e1e1 solid;
    margin-right: .1rem;
    padding: 0 .13rem;
}


.page .on {
    background-color: #1d50a2;
    color: #FFF;
    border-color: #1d50a2;
}


/* 校园风采 */

.campus-list .item {
    width: 32%;
    margin-right: 2%;
    background-color: #FFF;
    margin-top: .4rem;
}

.campus-list .item:nth-of-type(3n) {
    margin-right: 0;
}

.campus-list .item .pic {
    width: 100%;
    height: 2.35rem;
    overflow: hidden;
}

.campus-list .item .text-con {
    padding: .2rem;
    z-index: 10;
}

.campus-list .item .text-con::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background: url(../images/tbg2.jpg)no-repeat left center;
    background-size: cover;
    z-index: -1;
}

.campus-list .item .date {
    font-family: 'AbhayaLibre-Bold';
    font-size: .16rem;
    border-bottom: 1px dashed #e1e1e1;
    padding-bottom: .1rem;
    color: #1d50a2;
}

.campus-list .item .tit {
    margin-top: .1rem;
}


/* 新闻 */

.news-list .item {
    width: 100%;
    background-color: #FFF;
    padding: .3rem;
    margin-top: .4rem;
    padding-left: 1.4rem;
}

.news-list .item .date {
    position: absolute;
    left: .6rem;
    top: 0;
    z-index: 10;
    font-family: 'AbhayaLibre-Bold';
    white-space: nowrap;
    background-color: #1d50a2;
    height: .75rem;
    color: #FFF;
    font-size: .16rem;
    padding-top: .1rem;
    padding-left: .15rem;
    padding-right: .15rem;
}

.news-list .item .date span {
    font-size: .42rem;
    line-height: .8;
}

.news-list .item .pic {
    width: 3.7rem;
    height: 2.35rem;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    margin-left: -1.1rem;
}

.news-list .item .text-con {
    padding-left: .5rem;
}

.news-list .item .tit {
    line-height: 1.8;
    font-size: .22rem;
}

.news-list .item .des {
    font-size: .16rem;
    color: #666;
    margin-top: .2rem;
    line-height: 1.8;
}

.news-list .item .more {
    line-height: .4rem;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    border: 1px #cbcbcb solid;
    margin-top: .2rem;
    font-size: .16rem;
    padding: 0 .35rem;
}

.news-details {
    border-top: 5px #1d50a2 solid;
    background-image: linear-gradient(#dfe6f2, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    padding: .5rem .6rem;
    margin-top: .4rem;
}

.news-details .title {
    font-size: .28rem;
    color: #1d50a2;
}

.news-details .info {
    font-size: .16rem;
    color: #666;
    margin-top: .5rem;
}

.news-details .info .mar {
    margin: 0 .1rem;
    padding-left: .3rem;
    background-position: left center;
    background-repeat: no-repeat;
}

.news-details .info&gt;span:nth-child(1) {
    background-image: url(../images/icon1.png);
    background-size: .16rem;
}

.news-details .info&gt;span:nth-child(2) {
    background-image: url(../images/icon2.png);
    background-size: .16rem;
}

.news-details .info&gt;span:nth-child(3) {
    background-image: url(../images/icon3.png);
    background-size: .21rem;
}

.news-details .body {
    font-size: .16rem;
    line-height: 1.8;
}

.news-details .body img {
    max-width: 100%;
    margin: 0.3rem auto;
    display: block;
}

.news-details .body p {
    margin-top: .3rem;
    text-indent: .32rem;
}

.news-details .prev-next {
    font-size: .18rem;
    margin-top: .4rem;
    padding-top: .4rem;
    border-top: 1px #c5c6c8 solid;
}

.news-details .prev-next .flex-1 a {
    line-height: 2;
}

.news-details .prev-next .flex-1 a span {
    font-weight: bold;
}

.news-details .prev-next .back {
    background-color: #1d50a2;
    line-height: .6rem;
    font-weight: bold;
    color: #FFF;
    padding-left: .3rem;
    padding-right: .3rem;
}

.news-details .prev-next .back::before {
    content: '';
    width: .18rem;
    height: .15rem;
    background: url(../images/back.png)no-repeat center;
    margin-right: .1rem;
    background-size: 100%;
}

.institution {
    margin-top: .4rem;
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    padding: .5rem;
}

.institution img {
    max-width: 100%;
}


/* 机构 */

.overview {
    margin-top: .4rem;
    overflow: hidden;
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    padding: .5rem;
}

.overview .item {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: .4rem;
    line-height: .9rem;
    font-size: .22rem;
    border: 1px #e5e5e5 solid;
    border-top: 3px #1d50a2 solid;
}

.overview .item:nth-of-type(3n) {
    margin-right: 0;
}


/* 实训基地 */

.jidi {
    margin-top: .4rem;
    overflow: hidden;
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    padding: .5rem;
}

.jidi .item {
    margin-bottom: .4rem;
    width: 32%;
    margin-right: 2%;
}

.jidi .item:nth-of-type(3n) {
    margin-right: 0;
}

.jidi .item .pic {
    overflow: hidden;
    width: 100%;
    height: 2.15rem;
}

.jidi .item .tit {
    margin-top: 2px;
    line-height: .6rem;
    font-size: .18rem;
    background-color: #f8f8f8;
}


/* 学院概况 */

.about {
    margin-top: .4rem;
    overflow: hidden;
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    padding: .5rem;
}

.about .pic {
    width: 4.6rem;
    float: left;
    margin-right: .4rem;
}

.about img {
    max-width: 100%;
}

.about .title {
    font-size: .29rem;
    font-family: 'SourceHanSerifCN-Bold';
    color: #1d50a2;
    text-indent: .32rem;
}

.about .text p {
    font-size: .16rem;
    line-height: 2.2;
    text-indent: .32rem;
    margin-top: .1rem;
}

.about .text h4 {
    font-size: .18rem;
    margin-top: .3rem;
}

.about .text&gt;img {
    margin-top: .2rem;
}

.about .num-con {
    width: 100%;
    height: 1.87rem;
    background: url(../images/tbg4.png)no-repeat left bottom;
    background-size: 100% 100%;
    margin-top: .3rem;
    color: #FFF;
    padding-left: .7rem;
    padding-right: .6rem;
    padding-bottom: 10px;
}

.about .num-con .num {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .26rem;
}

.about .num-con .num .counter {
    font-size: .38rem;
}

.about .num-con .txt {
    font-size: .16rem;
}

.about .num-con .item::after {
    content: '';
    position: absolute;
    right: -.5rem;
    top: 50%;
    width: 1px;
    height: .6rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .7), rgba(255, 255, 255, 0));
}

.about .num-con .item:last-child::after {
    display: none;
}


/* 学院领导 */

.leaders {
    margin-top: .4rem;
    overflow: hidden;
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    padding: .5rem;
}

.leaders .item {
    height: 1.35rem;
    background-color: #f3f6fa;
    width: 48%;
    margin-right: 4%;
    margin-bottom: .4rem;
    padding: .25rem;
}

.leaders .item:nth-child(even) {
    margin-right: 0;
}

.leaders .item .name {
    font-size: .18rem;
}

.leaders .item .name span {
    color: #1d50a2;
    font-size: .24rem;
    font-weight: bold;
    margin-right: .2rem;
}

.leaders .item .name span::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    top: -.25rem;
    background-color: #1d50a2;
}

.leaders .item .des {
    font-size: .16rem;
    color: #666;
    line-height: 1.7;
    margin-top: .15rem;
}


/* 专业设置 */

.major {
    padding: .5rem;
    margin-top: .4rem;
    background-color: #f8f8f8;
    padding-bottom: 0;
}

.major .item {
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.major .item .pic-con {
    z-index: 10;
    padding-left: .12rem;
    padding-bottom: .1rem;
    margin-right: .4rem;
    width: 4.25rem;
}

.major .item .pic-con::after {
    content: '';
    position: absolute;
    left: 0;
    top: .1rem;
    right: .1rem;
    bottom: 0rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    background-color: #1d50a2;
    z-index: -1;
}

.major .item:nth-child(even) .pic-con {
    padding-left: 0;
    padding-right: .1rem;
}

.major .item:nth-child(even) .pic-con::after {
    background-color: #e0ab50;
    left: .1rem;
    right: 0rem;
}

.major .item .pic-con .pic {
    width: 4.1rem;
    height: 3.3rem;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.major .item .tit {
    font-size: .24rem;
    font-weight: bold;
    padding-bottom: .3rem;
}

.major .item .tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: .6rem;
    background-color: #1d50a2;
}

.major .item .des {
    color: #666;
    font-size: .16rem;
    line-height: 1.8;
    margin-top: .2rem;
}

.major .item .mores {
    line-height: .4rem;
    border: 1px #cbcbcb solid;
    padding: 0 .3rem;
    font-size: .16rem;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    margin-top: .3rem;
}

.major .item:nth-child(odd) .text-con {
    text-align: right;
}

.major .item:nth-child(even) .pic-con {
    margin-right: 0;
}

.major .item:nth-child(even) .text-con {
    margin-right: .4rem;
}

.major .item:nth-child(odd) .tit::after {
    left: auto;
    right: 0;
}


/* 全职教师 */

.tearch {
    margin-top: .4rem;
    overflow: hidden;
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    padding: .5rem;
}

.tearch .item {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: .4rem;
}

.tearch .item:nth-of-type(4n) {
    margin-right: 0;
}

.tearch .item .pic {
    width: 100%;
    overflow: hidden;
    height: 3.1rem;
    background-color: #bfbfbf;
}

.tearch .item .pic::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 2px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    background-color: #1d50a2;
}

.tearch .item .name {
    font-size: .22rem;
    color: #1d50a2;
    margin-top: .2rem;
}

.tearch .item .zc {
    font-size: .16rem;
    color: #666;
    margin-top: .1rem;
}


/* 师资概况 */

.tearch-info {
    margin-top: .4rem;
    overflow: hidden;
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    padding: .5rem;
}

.tearch-info .text {
    font-size: .18rem;
    line-height: 1.8;
}

.tearch-info .text p {
    margin-bottom: .4rem;
    text-indent: .36rem;
}

.tearch-info .num-con {
    padding-left: .6rem;
    padding-right: .5rem;
}

.tearch-info .num-con .item {
    width: 30%;
}

.tearch-info .num-con .icon {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #1d50a2;
    margin-right: .2rem;
}

.tearch-info .num-con .icon::after {
    content: '';
    position: absolute;
    left: .1rem;
    top: .1rem;
    right: .1rem;
    bottom: .1rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px dashed #FFF;
}

.tearch-info .num-con .icon img {
    width: .65rem;
}

.tearch-info .num-con .counter {
    color: #1d50a2;
    font-size: .4rem;
    font-family: 'SourceHanSerifCN-Bold';
}

.tearch-info .num-con .txt {
    color: #666;
    font-size: .16rem;
}

@media (min-width:1025px) {
    .crumbs a:hover {
        color: #1d50a2;
    }

    .sidebar .sub a:hover {
        background-color: #dfaa50;
        font-size: .18rem;
        color: #FFF;
    }

    .notice-list a:hover {
        padding-left: .3rem;
        color: #FFF;
    }

    .notice-list a:hover::after,
    .campus-list .item:hover .text-con::after {
        width: 100%;
    }

    .notice-list a:hover .tit {
        font-weight: bold;
    }

    .page a:hover {
        background-color: #1d50a2;
        color: #FFF;
        border-color: #1d50a2;
    }

    .campus-list .item:hover {
        box-shadow: 0 0 .15rem rgba(0, 0, 0, .1);
    }

    .campus-list .item:hover .date,
    .campus-list .item:hover .tit,
    .leaders .item:hover .des,
    .leaders .item:hover .name span {
        color: #FFF;
    }

    .news-list .item:hover {
        background-image: linear-gradient(#f3e0be, #FFFFFF);
    }

    .news-list .item:hover .pic img,
    .jidi .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }

    .news-list .item:hover .date {
        background-color: #dfaa50;
    }

    .news-list .item:hover .tit {
        color: #000;
    }

    .news-list .item:hover .more {
        color: #dfaa50;
        border-color: #dfaa50;
    }

    .overview .item:hover {
        background: url(../images/tbg3.png)no-repeat center;
        background-size: cover;
        border: 0;
        color: #FFF;
        font-weight: bold;
    }

    .jidi .item:hover .tit {
        background-color: #dfaa50;
        color: #FFF;
        font-weight: bold;
    }

    .leaders .item:hover {
        background: url(../images/tbg5.png)no-repeat center;
        background-size: cover;
        color: #FFF;
    }

    .tearch .item:hover .pic::after {
        height: 10px;
        background-color: #dfaa50;
    }

    .tearch .item:hover .tit {
        color: #dfaa50;
    }

    .leaders .item:hover .name span::before {
        display: none;
    }
}

@media (max-width:1199px) {
    .n-banner .title {
        left: .2rem;
        bottom: 1.4rem;
    }

    .pub-title,
    .about .title {
        font-size: 20px;
    }

    .crumbs,
    .notice-list a .date,
    .page,
    .campus-list .item .date,
    .news-list .item .date,
    .news-list .item .des,
    .news-list .item .more,
    .news-details .info,
    .about .num-con .txt,
    .leaders .item .des,
    .tearch .item .zc,
    .tearch-info .num-con .txt {
        font-size: 12px;
    }

    .notice-list a .date span,
    .news-list .item .date span,
    .tearch-info .num-con .counter {
        font-size: 24px;
    }

    .news-list .item .tit,
    .news-details .body,
    .news-details .prev-next,
    .overview .item,
    .jidi .item .tit,
    .about .text p,
    .leaders .item .name,
    .major .item .des,
    .major .item .mores,
    .tearch-info .text {
        font-size: 14px;
    }

    .news-details .title,
    .leaders .item .name span {
        font-size: 18px;
    }

    .about .text h4 {
        font-size: 15px;
    }

    .leaders .item {
        height: auto;
    }

    .major .item .tit,
    .tearch .item .name {
        font-size: 16px;
    }

    .major .item .mores {
        line-height: .6rem;
        border-radius: .3rem;
        -webkit-border-radius: .3rem;
        -moz-border-radius: .3rem;
        -ms-border-radius: .3rem;
        -o-border-radius: .3rem;
    }

    .tearch-info .num-con {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width:767px) {
    .n-banner .title {
        bottom: .6rem;
    }

    .n-banner .title .en {
        font-size: 24px;
    }

    .n-banner .title .cn {
        font-size: 20px;
    }

    .crumbs {
        display: none;
    }

    .sidebar {
        display: none;
    }

    .notice-list,
    .news-details,
    .overview,
    .jidi,
    .about,
    .leaders,
    .major,
    .tearch,
    .tearch-info {
        padding: .2rem;
    }

    .campus-list .item,
    .jidi .item,
    .tearch .item {
        width: 49%;
    }

    .campus-list .item:nth-of-type(3n),
    .jidi .item:nth-of-type(3n) {
        margin-right: 2%;
    }

    .campus-list .item:nth-child(even),
    .jidi .item:nth-child(even),
    .tearch .item:nth-child(even) {
        margin-right: 0;
    }

    .news-list .item {
        padding: .3rem;
        padding-top: .6rem;
    }

    .news-list .item .pic {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        height: 3.8rem;
        margin-top: -.2rem;
    }

    .news-list .item .text-con {
        padding-left: 0;
        margin-top: .3rem;
    }

    .overview .item {
        width: 49%;
        margin-right: 2%;
    }

    .overview .item:nth-of-type(3n) {
        margin-right: 2%;
    }

    .overview .item:nth-child(even) {
        margin-right: 0;
    }

    .about .pic {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .about .text {
        margin-top: .4rem;
    }

    .about .num-con {
        height: auto;
    }

    .about .num-con .item {
        width: 50%;
    }

    .about .num-con .item::after {
        display: none;
    }

    .leaders .item {
        width: 100%;
        margin-right: 0;
    }

    .major .item {
        margin-bottom: 0;
    }

    .major .item .pic-con {
        width: 100%;
        margin-right: 0;
    }

    .major .item .pic-con .pic {
        width: 100%;
        order: 1;
    }

    .major .item .text-con {
        margin-top: .3rem;
        order: 2;
    }

    .major .item:nth-child(even) .text-con {
        margin-right: 0;
    }

    .major .item:nth-child(odd) .text-con {
        text-align: left;
    }

    .major .item:nth-child(odd) .tit::after {
        right: auto;
        left: 0;
    }

    .tearch .item .pic {
        height: 3.8rem;
    }

    .tearch-info .num-con .item {
        width: 50%;
        margin-bottom: .3rem;
    }
}


/* 首页 */

.banner {
    overflow: hidden;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    width: .27rem;
    height: .44rem;
    margin-top: -.22rem;
    background-size: contain;
}

.banner .swiper-button-prev {
    
    left: .4rem;
}

.banner .swiper-button-next {
    width: .27rem;
    height: .44rem;
    right: .4rem;
}

.banner img {
    width: 100%;
    transition: all 5s;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
}

/* .banner .swiper-slide-active img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
} */

.home-bg1 {
    background: url(../images/bg1.jpg)no-repeat center;
    background-size: cover;
    overflow: hidden;
    padding-top: .7rem;
}

.home-title .en {
    font-family: 'AbhayaLibre-Bold';
    font-size: .6rem;
    text-transform: uppercase;
    line-height: .7;
    /* Chrome, Safari */
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .04), rgba(0, 0, 0, .0));
    /* 标准语法 */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    opacity: .5;
}

.home-title .cn {
    font-size: .4rem;
    font-weight: bold;
    line-height: 1;
    margin-top: -.24rem;
}

.home-title .cn span {
    color: #1d50a2;
}

.home-title .cn img {
    width: auto;
    height: .4rem;
    margin-top: -.1rem;
}
.jbpc_box  .cn img{
 width: auto;
    height: .5rem;
    margin-top: -.2rem;
}
.mtkgz-title .cn img{
 width: auto;
    height: .6rem;
    margin-top: -.2rem;

}
.home-title.s2 .cn {
    color: #F0B500;
    text-shadow: 1px 2px 0px #C14700;
}

.home-title .more {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: .4rem;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    border: 1px #cbcbcb solid;
    padding: 0 .3rem;
    font-size: .16rem;
}

.home-zhaopai .content {
    margin-top: .45rem;
}

.home-zhaopai img {
    width: 100%;
}

.home-zhaopai .tit {
    font-size: .18rem;
    margin-top: .2rem;
}

.home-zhaopai .swiper-button-black {
    margin-top: 0;
    top: .9rem;
    background-size: .18rem;
}

.home-zhaopai .swiper-button-prev {
    left: -.6rem;
}

.home-zhaopai .swiper-button-next {
    right: -.6rem;
}

.home-content {
    margin-top: .4rem;
    background: #FFF;
    border: 1px #e5e5e5 solid;
    padding-top: .4rem;
    padding-bottom: .6rem;
    margin-left: -.8rem;
    margin-right: -.8rem;
    padding-left: .8rem;
    padding-right: .8rem;
}

.home-news {
    margin-right: .4rem;
}

.gz_yw {
    margin-bottom:.4rem;
}

.home-news .card {
    margin-right: .3rem;
}

.home-news .card:last-child {
    margin-right: 0;
}

.home-news .pic {
    width: 100%;
    height: 2.85rem;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.home-news .date {
    font-family: 'AbhayaLibre-Bold';
}

.home-news .first {
    border-bottom: 1px #cecece dashed;
    padding-bottom: .2rem;
}

.home-news .first .date {
    position: absolute;
    right: .4rem;
    top: -.9rem;
    background-color: #1d50a2;
    color: #FFF;
    padding: .15rem;
    font-size: .16rem;
}

.home-news .first .date span {
    font-size: .42rem;
    line-height: .6;
    margin-bottom: .05rem;
}

.home-news .first .tit {
    font-weight: bold;
    margin-top: .3rem;
    line-height: 1.6;
}

.home-news .item {
    border-bottom: 1px #cecece dashed;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.home-news .item .tit {
    font-size: .18rem;
}

.home-news .item .date {
    font-size: .16rem;
    color: #666;
    margin-top: .1rem;
}

.home-news .card:last-child .first,
.home-news .card:last-child .item {
    border-bottom-style: solid;
}

.home-notice {
    width: 5.35rem;
}

.home-notice .title-con {
    align-items: flex-end;
}

.home-notice .home-title {
    margin-right: .4rem;
    cursor: pointer;
}

.home-notice .home-title:last-child {
    margin-right: 0;
}

.home-notice .home-title .en {
    display: none;
}

.home-notice .home-title .cn {
    font-size: .22rem;
    font-weight: normal;
}

.home-notice .home-title .cn span {
    color: #333;
}

.home-notice .home-title.on .en {
    display: block;
}

.home-notice .home-title.on .cn {
    font-size: .4rem;
    font-weight: bold;
}

.home-notice .home-title.on .cn span {
    color: #1d50a2;
}

.home-notice .content {
    margin-top: .4rem;
}

.home-notice .item {
    background-image: linear-gradient(#f3f3f3, #f8f8f8);
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: .37rem .4rem .37rem .3rem;
}

.home-notice .item .date {
    font-family: 'AbhayaLibre-Bold';
    font-size: .16rem;
    padding-right: .3rem;
    margin-right: .2rem;
}

.home-notice .item .date span {
    font-size: .5rem;
    line-height: .7;
}

.home-notice .item .date::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 90%;
    background-color: #d4d4d4;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-notice .item .tit {
    line-height: 1.8;
}

.home-special {
    background: url(../images/bg6.jpg)no-repeat center top;
    background-size: cover;
    /* height: 9.99rem; */
    padding-top: .5rem;
    padding-bottom: .85rem;
}

.home-special .home-title .en {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .04), rgba(255, 255, 255, .0));
}

.home-special .home-title .cn,
.home-special .home-title .more {
    color: #FFF;
}

.home-special .home-title .cn span {
    color: #dfaa50;
}

.home-special .content {
    margin-top: .4rem;
}

.home-special .swiper-slide {
    overflow: hidden;
    padding-top: .2rem;
    padding-bottom: .2rem;
    height: 4.8rem;
}

.home-special .swiper-slide .pic {
    height: 4.4rem;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-special .tit {
    color: #FFF;
    font-size: .26rem;
    font-family: 'SourceHanSerifCN-Bold';
    position: absolute;
    left: .3rem;
    top: .4rem;
    z-index: 2;
    writing-mode: vertical-rl;
}

.home-special .swiper-button-prev {
    left: -.6rem;
    background-size: .18rem;
}

.home-special .swiper-button-next {
    right: -.6rem;
    background-size: .18rem;
}

.home-special img {
    width: 100%;
    height: 100%;
}

.home-bg2 {
    background: url(../images/bg7.jpg)no-repeat center top;
    width: 100%;
    overflow: hidden;
    padding-top: .5rem;
    padding-bottom: .79rem;
}

.ad {
    /* overflow: hidden; */
}

.ad .zt_tp {
    width: 48.5%;
    margin-top: .5rem;
}

.ad img {
    width: 100%;
}

.ad .zt_tp:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.home-job {
    margin-right: .7rem;
    width: 6.05rem;
}

.home-job .content {
    margin-top: .3rem;
    background: #FFF url(../images/line.png)no-repeat center;
    padding: .5rem;
    height: 5.6rem;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .1);
    background-size: 5.73rem;
}

.home-job .item {
    border-bottom: 1px #e0e0e0 dashed;
    margin-bottom: .2rem;
    padding-bottom: .2rem;
}

.home-job .item:last-child {
    border-bottom: 0;
}

.home-job .item .date {
    font-family: 'AbhayaLibre-Bold';
    font-size: .16rem;
    color: #666;
}

.home-job .item .date span {
    font-size: .22rem;
    color: #333;
    margin-right: .1rem;
}

.home-job .item .tit {
    font-size: .18rem;
    margin-top: .05rem;
}

.home-xiaonei .content {
    margin-top: .3rem;
}

.home-xiaonei .first {
    background-color: #FFF;
    overflow: hidden;
}

.home-xiaonei .first .pic {
    width: 4.9rem;
    height: 3.4rem;
    overflow: hidden;
}

.home-xiaonei .first .text-con {
    padding: .3rem;
}

.home-xiaonei .first .tit {
    font-weight: bold;
    line-height: 1.7;
}

.home-xiaonei .first .date {
    font-size: .16rem;
    font-family: 'arial';
    color: #999;
    margin-top: .15rem;
}

.home-xiaonei .first .des {
    font-size: .16rem;
    color: #666;
    line-height: 1.7;
    margin-top: .2rem;
}

.home-xiaonei .first .mores {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background: #dfaa50;
    position: absolute;
    right: -.28rem;
    bottom: -.3rem;
}

.home-xiaonei .first .mores::after {
    content: '';
    position: absolute;
    left: .3rem;
    top: .3rem;
    background: url(../images/arrow1.png)no-repeat center;
    background-size: .27rem;
    width: .27rem;
    height: .19rem;
    background-size: 100%;
}

.home-xiaonei .item {
    padding-left: .2rem;
    margin-top: .3rem;
}

.home-xiaonei .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #bbbbbb;
}

.home-xiaonei .item .tit {
    font-size: .18rem;
}

.home-xiaonei .item .date {
    font-size: .16rem;
    color: #999;
}

.home-video {
    /* height: 10.33rem; */
    width: 100%;
    background: url(../images/bg8.jpg)no-repeat center top;
    padding-top: .6rem;
    background-size: 100%;
    /* background-size: cover; */
    z-index: 10;
}

.home-video .home-title .en {
    background-image: linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .04), rgba(255, 255, 255, .0));
    opacity: 1;
}

.home-video .home-title .cn {
    color: #FFF;
}

.home-video .home-title .cn span {
    color: #dfaa50;
}

.home-video .video-play {
    margin-top: .4rem;
    width: 100%
}

.home-video .vjs-poster {
    background-size: cover;
}

.home-video .video-play .video {
    overflow: hidden;
    width: 100%;
    height: 6.4rem;
}

.home-video .video-play .video img {
    object-fit: cover;
}

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial;
}

.home-video .video-js .vjs-big-play-button {
    background: url(../images/play.png) no-repeat center;
    background-size: contain;
    width: .92rem;
    height: .92rem;
    background-size: 100%;
    border: none;
    top: 50%;
    left: 50%;
    border: 0;
    overflow: hidden;
    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-video .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.home-video .vjs-icon-play:before {
    display: none;
}

.home-video .video-js .vjs-big-play-button:focus {
    background: none;
}

.home-video .video-js:hover .vjs-big-play-button {
    background: url(../images/play.png) no-repeat center;
    width: .92rem;
    height: .92rem;
    background-size: 100%;
}

.home-bg3 {
    background: url(../images/bg9.jpg)no-repeat center top;
    background-size: 100%;
    z-index: 5;
    padding-top: 1.5rem;
    padding-bottom: .5rem;
    margin-top: -1rem;
}

.home-example .swiper-container {
    padding: 0 .6rem;
    margin: 0 -.6rem;
}

.home-example .swiper-button-prev,
.home-example .swiper-button-next {
    width: .24rem;
    height: .4rem;
    margin-top: -.2rem;
    background-size: contain;
}

.home-example .swiper-button-prev {
    left: 0;
}

.home-example .swiper-button-next {
    right: 0;
}

.home-example .item {
    width: 3.0rem;
    /* margin-left: .8rem; */
    margin-top: .5rem;
    padding-top: 1.25rem;
}

.home-example .item:first-child {
    margin-left: 0;
}

.home-example .item .pic-con {
    width: 2.1rem;
    height: 2.1rem;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #FFF;
    border: 1px #e5e5e5 solid;
    padding: .12rem;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.home-example .item .pic {
    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%;
}

.home-example .item .text-con {
    background-color: #FFF;
    border: 1px #e5e5e5 solid;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    padding: 1.1rem .3rem .3rem .3rem;
}

.home-example .item .name {
    font-weight: bold;
}

.home-example .item .des {
    font-size: .16rem;
    margin-top: .1rem;
    color: #666;
    line-height: 1.7;
}

.home-meili {
    margin-top: .6rem;
}

.home-meili .swiper-container {
    margin-top: .5rem;
}

.home-meili .swiper-slide {
width:auto !important;
    height: 3.85rem;
}
.home-meili .swiper-slide img{height:100%;}
.home-meili .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    width: 100%;
    height: 30%;
    z-index: 2;
}

.home-meili .swiper-slide .txt {
    font-size: .18rem;
    color: #FFF;
    position: absolute;
    left: 0;
    bottom: .2rem;
    z-index: 8;
    width: 100%;
    padding: 0 .2rem;
}
.home-meili .play {
    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%);
    z-index: 9;
    width: .6rem;
    height: .6rem;
    background: url(../images/play.png)no-repeat center;
    background-size: 100%;
}

.maskBg {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 0
}

.videoShow {
    width: 12.8rem;
    height: 7.6rem;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.maskBg.active {
    opacity: 1;
}

.videoShow.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.videoShow .close {
    color: #FFF;
    position: absolute;
    right: 0;
    top: -.3rem;
    background: url(../images/close.svg)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
    cursor: pointer;
}

.tool {
    margin-top: .6rem;
}

.tool .icon img {
    width: .55rem;
}
.tool a:hover .icon img{
    animation: icon-yh 0.6s linear;
}
@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(10deg);
    }

    20% {
        transform: rotateZ(0);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(10deg);
    }

    60% {
        transform: rotateZ(0);
    }

    70% {
        transform: rotateZ(-10deg);
    }

    80% {
        transform: rotateZ(0);
    }

    90% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
}
.tool .tit {
    font-size: .18rem;
    margin-top: .15rem;
    text-transform: uppercase;
}

.tool .swiper-button-black {
    background-size: .18rem;
}

.tool .swiper-button-prev {
    left: -.3rem;
}

.tool .swiper-button-next {
    right: -.3rem;
}

@media (min-width:1025px) {

    .home-news .first:hover .pic img,
    .home-special .swiper-slide:hover img,
    .home-xiaonei .first:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }

    .home-news .first:hover .date {
        background-color: #dfaa50;
        color: #FFF;
    }

    .home-notice .item:hover,
    .home-example .item:hover .pic-con,
    .home-example .item:hover .text-con {
        background: #1d50a2;
    }
.home-example .item:hover .pic-con img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .home-notice .item:hover .date,
    .home-notice .item:hover,
    .home-example .item:hover .name,
    .home-example .item:hover .des {
        color: #FFF;
    }

    .home-notice .item:hover .date::after {
        background-color: rgba(255, 255, 255, .3);
    }

    .home-job .item:hover .date {
        background: url(../images/date.png)no-repeat left center;
        background-size: .26rem;
        padding-left: .4rem;
    }

    .home-job .item:hover .date span {
        font-size: .3rem;
    }

    .home-job .item:hover .tit {
        font-weight: bold;
    }

    .home-example .item:hover .pic-con {
        border-color: #1d50a2;
    }

    .home-special .swiper-slide:hover {
        padding-bottom: 0;
    }

    .home-special .swiper-slide:hover .pic {
        border-radius: .1rem;
        -webkit-border-radius: .1rem;
        -moz-border-radius: .1rem;
        -ms-border-radius: .1rem;
        -o-border-radius: .1rem;
        height: 4.8rem;
        transform: translateY(-.2rem);
        -webkit-transform: translateY(-.2rem);
        -moz-transform: translateY(-.2rem);
        -ms-transform: translateY(-.2rem);
        -o-transform: translateY(-.2rem);
    }

}

@media (max-width:1199px) {
    .home-title .en {
        font-size: 36px;
        line-height: 1;
    }

    .home-title .cn,
    .home-notice .home-title.on .cn {
        font-size: 28px;
    }

    .home-zhaopai .tit,
    .home-news .item .tit,
    .home-job .item .tit,
    .home-xiaonei .item .tit,
    .home-meili .swiper-slide .txt,
    .tool .tit {
        font-size: 14px;
    }

    .home-title .more,
    .home-news .first .date,
    .home-news .item .date,
    .home-notice .item .date,
    .home-job .item .date,
    .home-xiaonei .first .date,
    .home-xiaonei .first .des,
    .home-xiaonei .item .date,
    .home-example .item .des {
        font-size: 12px;
    }

    .home-news .first .date span,
    .home-notice .item .date span {
        font-size: 24px;
    }

    .home-notice .home-title .cn,
    .home-job .item .date span {
        font-size: 18px;
    }

    .home-special .tit {
        font-size: 16px;
    }

    .home-notice .home-title {
        margin-right: .3rem;
    }

    .home-zhaopai .swiper-button-black {
        background-size: .24rem;
    }

    .home-zhaopai .swiper-button-prev {
        left: .2rem;
    }

    .home-zhaopai .swiper-button-next {
        right: .2rem;
    }

    .home-special .swiper-button-prev {
        left: .2rem;
        background-size: .24rem;
    }

    .home-special .swiper-button-next {
        right: .2rem;
        background-size: .24rem;
    }

    .home-video {
        background-size: cover;
        padding-bottom: .5rem;
    }

    .home-example .item {
        width: 21%;
        /* margin-left: 5%; */
    }

    .tool .swiper-button-prev {
        left: -.1rem;
    }

    .tool .swiper-button-next {
        right: -.1rem;
    }
    .home-example .swiper-container {
        padding: 0;
        margin: 0;
    }
    
    .home-example .swiper-button-prev,
    .home-example .swiper-button-next {
        margin-top: -.2rem;
        background-size: contain;
    }
    
    .home-example .swiper-button-prev {
        left: .1rem;
    }
    
    .home-example .swiper-button-next {
        right: .1rem;
    }
}

@media (max-width:950px) {
    .home-news {
        margin-right: 0;
    }

    .home-notice {
        width: 100%;
        margin-top: .5rem;
    }

    .home-job {
        width: 100%;
        margin-right: 0;
    }

    .home-special {
        height: auto;
        padding-bottom: .7rem;
    }

    .home-job .content {
        height: auto;
        background: #FFF;
    }

    .home-xiaonei {
        margin-top: .6rem;
    }
}
@media (max-width:950px) {
.home-zhaopai .swiper-button-black{top: 1.2rem;}
}
@media (max-width:767px) {
.home-zhaopai .swiper-button-black{top: 0.7rem;}
    .home-title .en {
        font-size: 30px;
        white-space: nowrap;
    }

    .home-title .cn,
    .home-notice .home-title.on .cn {
        font-size: 24px;
    }

    .home-title .cn img {
        height: 24px;
    }

    .home-bg1 {
        padding-top: .5rem;
    }

    .home-content,
    .home-bg2 {
        padding-bottom: .6rem;
    }

    .home-news .content {
        display: block;
    }

    .home-news .card {
        margin-right: 0;
        margin-top: .3rem;
    }

    .home-news .pic {
        height: 3.8rem;
    }

    .home-special {
        margin-top: 0rem;
    }

    .ad .zt_tp {
        width: 100%;
    }

    .home-video {
        margin-top: 0;
        /* padding-top: 2.8rem; */
        padding-bottom: .5rem;
    }

    .home-video .video-play .video {
        height: 4.8rem;
    }

    .home-bg3 {
        /* padding-top: .7rem; */
    }

    .home-example .item {
        width: 47.5%;
    }

    .home-example .item:nth-child(odd) {
        margin-left: 0;
    }

    .videoShow {
        width: 90%;
        height: 4.8rem;
    }
}

.noresult {
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    margin-top: .4rem;
    padding: .4rem;
    font-size: .18rem;
}

.noresult p {
    font-size: .18rem;
    line-height: 2.0;
}

.pb_sys_common {
    font-size: 0.16rem !important;
    font-family: Microsoft YaHei !important;
    color: #333 !important;
}


/*附件样式*/
.attach_box {
    margin-top: 0.3rem;
}

.attach_box li {
    font-size: .16rem;
    line-height: 1.8;
}

/*翻页样式*/
.pb_sys_common a {
    text-decoration: none;
    background-color: #FFF !important;
    line-height: .4rem !important;
    border: 1px #e1e1e1 solid !important;
    margin-right: 0.1rem !important;
    padding: 0 0.13rem !important;
}

.pb_sys_common .p_pages {
    margin-left: -5px;
}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o,
.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
    height: .4rem !important;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important;
    background-color: #FFF !important;
    line-height: .4rem !important;
    border: 1px #e1e1e1 solid !important;
    margin-right: 0.1rem !important;
    padding: 0 0.13rem !important;
}

.pb_sys_common .p_t {
    line-height: .4rem !important;
    margin-right: 0.1rem !important;
    padding: 0 0.13rem !important;
    display: inline-block;
    vertical-align: middle;
}

.pb_sys_common .p_fun_d,
.pb_sys_common .p_no_d,
.pb_sys_common .p_no_o {
    color: #ccc;
}

.pb_sys_common .p_fun a,
.pb_sys_common .p_no a {
    color: #222;
}

.pb_sys_common .p_dot {
    margin-right: .1rem !important;
    margin-left: 0 !important;
    color: #333 !important;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #1d50a2 !important;
    color: #fff;
    background-color: #1d50a2 !important;
}

.pb_sys_style1 .p_no a:hover,
.pb_sys_style1 .p_fun a:hover,
.pb_sys_style1 .p_goto a:hover,
.pb_sys_style1 .p_search a:hover,
.pb_sys_style2 .p_no a:hover,
.pb_sys_style2 .p_fun a:hover,
.pb_sys_style2 .p_goto a:hover,
.pb_sys_style2 .p_search a:hover,
.pb_sys_style3 .p_no a:hover,
.pb_sys_style3 .p_fun a:hover,
.pb_sys_style3 .p_goto a:hover,
.pb_sys_style3 .p_search a:hover,
.pb_sys_style4 .p_no a:hover,
.pb_sys_style4 .p_fun a:hover,
.pb_sys_style4 .p_goto a:hover,
.pb_sys_style4 .p_search a:hover {
    background-color: #1d50a2 !important;
    color: #fff !important;
}

#vsb_content,
#vsb_content p,
#vsb_content div,
#vsb_content span,
#vsb_content p span {
    background: none !important;
}

@media (max-width:1179px) and (min-width:820px) {
    .pub-wrap{
        padding-bottom: 2.6rem;
    }
}
iframe {
    margin: 0 auto;
    display: block;
    width: 100%;
}

</pre></body></html>