@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 !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%;
}

@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-SemiBold';
    src: url('../fonts/SourceHanSerifCN-SemiBold.otf');
}

@font-face {
    font-family: 'SourceHanSerifCN-Medium';
    src: url('../fonts/SourceHanSerifCN-Medium.otf');
}

@font-face {
    font-family: 'SourceHanSerifCN-Heavy';
    src: url('../fonts/SourceHanSerifCN-Heavy.otf');
}

@font-face {
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    src: url('../fonts/AlibabaPuHuiTi-2-55-Regular.ttf');
}


/*原文件配置*/

body {
    color: #333;
    background: #fcfdfe;
    font: .2rem 'SourceHanSerifCN-SemiBold', 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #004071;
}


/*块级转化*/

.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: 2.4rem;
    padding-right: 2.4rem;
}

.header {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1001;
    background: url(../images/header-bg.png)no-repeat center top;
    background-size: 100%;
    height: 2.26rem;
}

.header .logo {
    height: 1.1rem;
}

.header .logo img {
    height: .73rem;
}

.header .head {
    padding-left: .5rem;
    padding-right: .4rem;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.header .home {
    background: url(../images/home.png)no-repeat left center;
    background-size: .16rem;
    padding-left: .25rem;
    color: #FFF;
    font-size: .18rem;
    margin-right: .3rem;
}

.header .lang {
    background: url(../images/lang.png)no-repeat left center;
    background-size: .16rem;
    padding-left: .25rem;
    color: #FFF;
    font-size: .18rem;
    margin-right: .3rem;
}

.header .search-btn {
    border-left: 1px solid rgba(255, 255, 255, .3);
    width: .8rem;
    height: 1.1rem;
    background: url(../images/search.png)no-repeat center;
    background-size: .25rem;
    cursor: pointer;
}

.menu-btn {
    display: none;
    background: url(../images/menu.png)no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 80px;
    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.png);
}

.search-content {
    background: rgba(109, 184, 195, .95);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    display: none;
    width: 100%;
    height: 100%;
}

.search-content .close {
    position: absolute;
    right: .6rem;
    top: .6rem;
    width: .6rem;
    height: .6rem;
    background: url(../images/close.png)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/search.png)no-repeat center;
    background-size: .3rem;
}

.nav {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

.nav li>a {
    line-height: .6rem;
    font-size: .22rem;
    color: #FFF;
    font-family: 'SourceHanSerifCN-Bold';
}

.nav .drop {
    width: 1.4rem;
    left: 50%;
    margin-left: -.7rem;
    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: #FFF;
    line-height: 2.4;
    border-top: 4px #469CA4 solid;
    font-size: .16rem;
}

.footer {
    width: 100%;
    background: url(../images/f-bg.png)no-repeat center top;
    background-size: 100%;
    color: #FFF;
    font-size: .18rem;
    padding-top: 1rem;
    z-index: 3;
    margin-top: -.6rem;
    font-family: 'SourceHanSerifCN-Regular';
}

.footer a {
    color: #FFF;
}

.footer .copyright {
    border-top: 1px rgba(255, 255, 255, .3) solid;
    font-size: .16rem;
    padding: .3rem .2rem;
    line-height: 1.5;
    margin-top: .7rem;
}

.footer .copyright a {
    margin: 0 .1rem;
}

.footer .logo img {
    height: .73rem;
}

.footer .text {
    line-height: 1.7;
    margin-right: 1.1rem;
}

.footer .address {
    background: url(../images/address.png)no-repeat left center;
    padding-left: .25rem;
    background-size: .18rem;
}

.footer .code {
    background: url(../images/code.png)no-repeat left center;
    padding-left: .25rem;
    background-size: .18rem;
}

.footer .erwma {
    margin-right: .2rem;
}

.footer .erwma:last-child {
    margin-right: 0;
}

.footer .erwma>img {
    width: .6rem;
}

.footer .erwma .erwma-img {
    position: absolute;
    left: 50%;
    top: .6rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    background-color: #FFF;
    display: none;
    padding: .05rem;
}

.footer .erwma .erwma-img img {
    width: 100%;
}

.footer .erwma:hover .erwma-img {
    display: block;
}

@media (min-width:1025px) {
    .nav li:hover>a,
    .header .home:hover,
    .header .lang:hover {
        color: rgba(255, 255, 255, .5);
    }
    .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(109, 184, 195, .2);
    }
    .footer .copyright a:hover {
        opacity: .5;
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .header {
        background: #63B5BD;
    }
    .header,
    .header .logo,
    .header .search-btn {
        height: 1.2rem;
    }
    .header .head {
        padding-left: .2rem;
        padding-right: 10px;
    }
    .header .search-btn {
        width: 50px;
        background-size: 20px;
    }
    .header .home,
    .header .lang {
        display: none;
    }
    .menu-btn {
        display: block;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: .2rem .3rem;
    }
    .nav li>a {
        font-size: 16px;
        line-height: 60px;
        color: #333;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 20px;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.png)no-repeat center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        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%);
    }
    .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;
        font-size: 14px;
        margin-left: 0;
        padding-left: 20px;
        border-top: 0;
    }
    .search-content .content input[type='text'],
    .footer {
        font-size: 14px;
    }
    .search-content .content {
        width: 90%;
        height: 40px;
    }
    .search-content .content input[type='submit'] {
        width: 40px;
        background-size: 20px;
    }
    .footer {
        background-size: cover;
    }
    .footer .copyright {
        font-size: 12px;
        margin-top: 20px;
    }
}

@media (max-width:950px) {
    /* .footer .erwma-con {
        margin-top: .2rem;
    } */
    .footer .container>div:last-child {
        align-items: center;
        width: 100%;
    }
    .footer .text {
        margin-right: 0;
        width: 100%;
        flex: 1;
    }
}

@media (max-width:767px) {
    .header,
    .header .logo,
    .header .search-btn {
        height: 65px;
    }
    .header .logo img {
        height: 35px;
    }
    .footer .logo img {
        height: 40px;
    }
    .footer .logo {
        width: 100%;
    }
    .footer .text {
        margin-top: 20px;
    }
}

.banner,
.n-banner {
    margin-top: -.6rem;
    overflow: hidden;
}

.banner img,
.n-banner img {
    width: 100%;
}

.pub-bg {
    background: url(../images/pub-bg.png)no-repeat center top;
    background-size: 100%;
    z-index: 2;
    padding-bottom: 1.4rem;
    position: relative;
}

.pub-bg::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8rem;
    background: url(../images/pub-bg-bottom.png)no-repeat center bottom;
    background-size: 100%;
    z-index: -1;
}

.crumbs {
    width: 100%;
    height: 1.1rem;
    background: url(../images/tbg1.png)no-repeat center top;
    background-size: 100%;
    line-height: .8rem;
    font-size: .16rem;
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    color: #777;
}

.crumbs a {
    color: #777;
    padding-right: .2rem;
    margin-right: .15rem;
    height: .8rem;
}

.crumbs a:first-child {
    padding-left: .25rem;
    background: url(../images/home1.png)no-repeat left center;
    background-size: .18rem;
}

.crumbs a::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: .1rem;
    height: .1rem;
    background: url(../images/arrow.png)no-repeat center;
    background-size: 100%;
}

 .crumbs a:nth-last-of-type(1):after{
        display: none;
    }
 .crumbs.nry a:nth-last-of-type(1):after{
  display: inline;
}

.sidebar {
    width: 2.8rem;
    overflow: hidden;
    margin-right: .7rem;
    background-color: #63B5BD;
    border-radius: 0 0 1.4rem 1.4rem;
    -webkit-border-radius: 0 0 1.4rem 1.4rem;
    -moz-border-radius: 0 0 1.4rem 1.4rem;
    -ms-border-radius: 0 0 1.4rem 1.4rem;
    -o-border-radius: 0 0 1.4rem 1.4rem;
    padding-bottom: 3.1rem;
}

.sidebar::after {
    content: '';
    position: absolute;
    bottom: .05rem;
    left: 50%;
    width: 2.5rem;
    height: 2.5rem;
    background: url(../images/m1.png)no-repeat center;
    background-size: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    animation: 10s linear infinite ani_turn2;
    -webkit-animation: 10s linear infinite ani_turn2;
    margin-left: -1.25rem;
    box-shadow: 0 0 .3rem rgba(223, 239, 245, .2);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
}

.sidebar::before {
    content: '';
    position: absolute;
    bottom: .2rem;
    left: 50%;
    width: 2.2rem;
    height: 2.2rem;
    background-size: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    margin-left: -1.1rem;
    box-shadow: 0 0 .8rem rgba(255, 255, 255, 1);
    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, .7);
}

@keyframes ani_turn2 {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.sidebar .title {
    background: url(../images/tbg2.png)no-repeat center top;
    background-size: 100%;
    line-height: 1rem;
    color: #FFF;
    font-size: .42rem;
    font-family: 'SourceHanSerifCN-Bold';
}

.sidebar ul {
    border-top: .1rem solid #EBE6BC;
    padding-top: .4rem;
    padding-left: .2rem;
    padding-right: .2rem;
}

.sidebar li {
    position: relative;
}

.sidebar li>a {
    color: #FFF;
    line-height: .7rem;
    border-bottom: 1px rgba(255, 255, 255, .5) solid;
    padding-left: .6rem;
    background: url(../images/icon1.png)no-repeat .2rem center;
    background-size: .2rem;
}

.sidebar .arrow {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: .5rem;
    height: .7rem;
    display: block;
    cursor: pointer;
}

.sidebar .arrow::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transform: translate();
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: .2rem;
    height: .2rem;
    background: url(../images/arrow-white.png)no-repeat center;
    background-size: 100%;
}

.sidebar li.on>a {
    background-color: #EBE6BC;
    color: #004071;
    background-image: url(../images/icon2.png);
}

.sidebar li.on .arrow::after {
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
}

.sidebar .sub {
    line-height: 2;
    font-size: .18rem;
    padding: .1rem 0;
    border-bottom: 1px rgba(255, 255, 255, .5) solid;
}

.sidebar .sub>a {
    padding-left: .5rem;
    color: #FFF;
}

.sidebar .sub>a::before {
    content: '·';
    display: inline-block;
    margin-right: .15rem;
}

.pub-title {
    font-size: .4rem;
    font-family: 'SourceHanSerifCN-Bold';
    line-height: 1;
    color: #004071;
}

.pub-title span::before {
    content: '';
    display: block;
    width: 1.5rem;
    height: .15rem;
    background: url(../images/line1.png)no-repeat center bottom;
    background-size: 100%;
    margin-right: .2rem;
}

.pub-title span::after {
    content: '';
    display: block;
    width: 1.5rem;
    height: .15rem;
    background: url(../images/line2.png)no-repeat center bottom;
    background-size: 100%;
    margin-left: .2rem;
}

.pic:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.page {
    margin-top: .7rem;
    line-height: .3rem;
    font-size: .16rem;
}

.page a {
    border: 1px #DCDCDC solid;
    width: .3rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: .3rem;
    margin: 0 .05rem;
}

.page .idx,
.page .last {
    width: .48rem;
}

.page .prev,
.page .next {
    background: url(../images/arrow.png)no-repeat center;
    background-size: .1rem;
}

.page .prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.page .on {
    background-color: #6DB8C3;
    color: #FFF;
    border-color: #6DB8C3;
}

.teacher-list {
    margin-top: .2rem;
}

.teacher-list .item {
    width: 48.2%;
    margin-top: .4rem;
    padding: .3rem;
    overflow: hidden;
    background: url(../images/tbg3.png)no-repeat left bottom;
    background-size: cover;
}

.teacher-list .item .pic {
    width: 1.7rem;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    padding-top: 52.6%;
    margin-right: .3rem;
}

.teacher-list .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.teacher-list .item .name {
    color: #50A8B0;
    font-size: .24rem;
    font-family: 'SourceHanSerifCN-Bold';
    line-height: 1;
    margin-top: .15rem;
}

.teacher-list .item .text {
    border-bottom: 1px #D4D4D4 solid;
    padding-bottom: .15rem;
    line-height: 1;
    margin-top: .15rem;
}

.teacher-list .item .des {
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    font-size: .16rem;
    color: rgba(51, 51, 51, .6);
    line-height: 1.7;
    margin-top: .15rem;
}

.teacher-list .item .more {
    width: 1.3rem;
    line-height: .26rem;
    color: #FFF;
    font-size: .16rem;
    font-family: 'SourceHanSerifCN-Medium';
    background-color: #63B5BD;
    border-radius: .13rem 0 0 .13rem;
    -webkit-border-radius: .13rem 0 0 .13rem;
    -moz-border-radius: .13rem 0 0 .13rem;
    -ms-border-radius: .13rem 0 0 .13rem;
    -o-border-radius: .13rem 0 0 .13rem;
    position: absolute;
    right: -.3rem;
    bottom: 0;
    padding-left: .2rem;
}

.img-list {
    margin-top: .2rem;
}

.img-list .item {
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 0 .2rem rgba(99, 181, 189, .1);
    margin-top: .3rem;
    padding: .4rem .6rem .4rem .3rem;
}

.img-list .item .date {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-image: linear-gradient(160deg, rgba(235, 230, 188, .6), rgba(235, 230, 188, 0));
    font-size: .16rem;
    line-height: 1;
    color: #63B5BD;
    margin-right: .3rem;
    z-index: 3;
}

.img-list .item .date span {
    font-size: .32rem;
    margin-bottom: .05rem;
}

.img-list .item .date::after {
    content: '';
    position: absolute;
    right: -.5rem;
    height: 2px;
    width: .44rem;
    background-color: #63B5BD;
    top: .32rem;
}

.img-list .item .pic {
    width: 2.8rem;
    overflow: hidden;
    padding-top: 38.1%;
    margin-right: .3rem;
}

.img-list .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.img-list .item .tit {
    line-height: 1;
    margin-top: .1rem;
}

.img-list .item .des {
    font-size: .16rem;
    color: rgba(51, 51, 51, 0.4);
    line-height: 1.7;
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    margin-top: .2rem;
}

.img-list .item .arrow {
    width: .32rem;
    height: .32rem;
    position: absolute;
    right: -.3rem;
    bottom: 0;
    background: url(../images/arrow1.png)no-repeat center;
    background-size: 100%;
    z-index: 2;
}
 .txt-list,
.img-list,
 .teacher-list{
  min-height:5.0rem;
}
.txt-list {
    margin-top: .4rem;
}

.txt-list .item {
    margin-top: .2rem;
    height: 1rem;
    background-color: #FFF;
    background-color: #FFF;
    box-shadow: 0 0 .2rem rgba(99, 181, 189, .1);
    padding-left: .25rem;
    padding-right: .25rem;
}

.txt-list .item .date {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-image: linear-gradient(160deg, rgba(235, 230, 188, .6), rgba(235, 230, 188, 0));
    font-size: .16rem;
    line-height: 1;
    color: #63B5BD;
    margin-right: .6rem;
    z-index: 3;
}

.txt-list .item .date span {
    font-size: .32rem;
    margin-bottom: .05rem;
}

.txt-list .item .date::after {
    content: '';
    position: absolute;
    right: -.44rem;
    height: 2px;
    width: .44rem;
    background-color: #63B5BD;
    top: 50%;
    margin-top: -1px;
}

.txt-list .item .tit {
    margin-right: .4rem;
}

.txt-list .item .arrow {
    width: .32rem;
    height: .32rem;
    position: absolute;
    right: .25rem;
    top: 50%;
    background: url(../images/arrow1.png)no-repeat center;
    background-size: 100%;
    z-index: 2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.details {
    margin-top: .6rem;
}

.details h1 {
    font-size: .26rem;
    font-family: 'SourceHanSerifCN-Bold';
    line-height: 1.5;
    color: #004071;
}

.details .info {
    font-size: .16rem;
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    line-height: 1.6;
    margin-top: .2rem;
    padding-bottom: .2rem;
    border-bottom: 1px #63B5BD solid;
    color: #68B7BF;
}

.details .info span {
    margin: 0 .1rem;
}

.details .body {
    margin-top: .3rem;
   min-height:5.0rem;
}
.details .body p{
  font-family: 'SourceHanSerifCN-Medium'!important;
   font-size: .18rem!important;
    line-height: 2!important;
   text-indent: .36rem;
}
.details .body img {
    max-width: 100%;
    height: auto!important;
}
.details .body p.vsbcontent_img {
    text-align: center;
    text-indent: 0rem;
}

.details .body iframe{
     margin: auto;
    display: block;
    max-width: 100%;
}

    .table-scroll {
    overflow-x: auto;
}


.details .body table{
   margin:auto;
  border-spacing:1px;background:#e6e6e6;
}
.details .body table td{
   box-sizing:border-box;padding:5px;background:#f8fbfb;
}
.details .body table td p{
    margin-bottom: 0;
    text-indent: 0rem;
}


.details .prev {
    border-top: 1px #63B5BD solid;
    font-size: .18rem;
    line-height: 2.2;
    margin-top: .5rem;
    padding-top: .4rem;
}

@media (min-width:1025px) {
    .crumbs a:hover {
        color: #004071;
    }
    .sidebar li>a:hover {
        background-color: #EBE6BC;
        color: #004071;
        background-image: url(../images/icon2.png);
    }
    .sidebar .sub>a:hover {
        color: #EBE6BC;
    }
    .teacher-list .item:hover .pic:before,
    .img-list .item:hover .pic::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
    .teacher-list .item:hover .pic img,
    .img-list .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);
    }
    .teacher-list .item:hover {
        background-image: url(../images/tbg4.png);
    }
    .teacher-list .item:hover .name,
    .teacher-list .item:hover .text,
    .teacher-list .item:hover .des,
    .img-list .item:hover .date,
    .img-list .item:hover .tit,
    .txt-list .item:hover .tit,
    .txt-list .item:hover .date {
        color: #FFF;
    }
    .teacher-list .item:hover .more {
        background-color: #ebe6bc;
        color: #004071;
    }
    .img-list .item:hover {
        background: url(../images/tbg5.png)no-repeat center;
        background-size: 100% 100%;
    }
    .img-list .item:hover .date::after,
    .txt-list .item:hover .date::after {
        background-color: #FFF;
    }
    .img-list .item:hover .des {
        color: rgba(255, 255, 255, .5);
    }
    .img-list .item:hover .arrow,
    .txt-list .item:hover .arrow {
        background-image: url(../images/arrow1-on.png);
    }
    .txt-list .item:hover {
        background: url(../images/tbg6.png)no-repeat center;
        background-size: 100% 100%;
    }
}

@media (max-width:1199px) {
    .page,
    .crumbs,
    .teacher-list .item .des,
    .teacher-list .item .more,
    .img-list .item .des,
    .img-list .item .date,
    .sidebar .sub,
    .txt-list .item .date,
    .details .info {
        font-size: 12px;
    }
    .sidebar li>a {
        line-height: 48px;
    }
    .page {
        line-height: 22px;
        margin-top: .4rem;
    }
    .page a {
        width: 24px;
        height: 24px;
    }
    .page .idx,
    .page .last {
        width: 50px;
    }
    .teacher-list .item .name {
        font-size: 15px;
    }
    .teacher-list .item .more {
        line-height: 22px;
        border-radius: 20px 0 0 20px;
        -webkit-border-radius: 20px 0 0 20px;
        -moz-border-radius: 20px 0 0 20px;
        -ms-border-radius: 20px 0 0 20px;
        -o-border-radius: 20px 0 0 20px;
        width: 90px;
    }
    .sidebar {
        margin-right: .3rem;
    }
    .sidebar ul {
        padding-top: .2rem;
    }
    .sidebar .title,
    .pub-title {
        font-size: 26px;
    }
    .teacher-list .item .pic {
        width: 38%;
    }
    .crumbs {
        height: 60px;
        line-height: 40px;
    }
    .crumbs a {
        height: 40px;
    }
    .img-list .item .arrow,
    .txt-list .item .arrow {
        width: 24px;
        height: 24px;
    }
    .img-list .item .date,
    .txt-list .item .date {
        width: 56px;
        height: 56px;
    }
    .img-list .item .date span,
    .txt-list .item .date span,
    .details h1 {
        font-size: 18px;
    }
    .img-list .item .date::after {
        top: 20px;
    }
    .txt-list .item {
        height: auto;
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
    .txt-list .item .tit {
        margin-right: 30px;
    }
    .details .body,
    .details .prev {
        font-size: 14px;
    }
}

@media (max-width:950px) {
    .sidebar .title,
    .pub-title {
        font-size: 22px;
    }
    .sidebar {
        margin-right: 0;
        width: 100%;
        padding-bottom: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }
    .sidebar::after,
    .sidebar::before {
        display: none;
    }
    .sidebar ul {
        padding: .2rem;
        display: none;
    }
    .sidebar .title {
        text-align: left;
        padding-left: .2rem;
        line-height: 60px;
    }
    .sidebar .title::after {
        content: '';
        position: absolute;
        right: .3rem;
        top: 50%;
        width: 20px;
        height: 20px;
        background: url(../images/arrow-white.png)no-repeat center;
        background-size: 100%;
        margin-top: -10px;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    .sidebar .title.cur::after {
        transform: rotate(90deg);
        -webkit-transform: rotate();
        -moz-transform: rotate();
        -ms-transform: rotate();
        -o-transform: rotate();
    }
    .pub-content {
        margin-top: .3rem;
    }
    .teacher-list {
        margin-top: 0;
    }
    .teacher-list .item {
        margin-top: .25rem;
        padding: .2rem;
    }
    .teacher-list .item .more {
        right: -.2rem;
    }
    .teacher-list .item .name,
    .teacher-list .item .des {
        margin-top: .05rem;
    }
}

@media (max-width:767px) {
    .img-list .item {
        padding: .2rem .4rem .2rem .2rem;
    }
    .details h1 {
        font-size: 16px;
    }
}

@media (max-width:540px) {
    .teacher-list .item {
        width: 100%;
    }
    .teacher-list .item .pic {
        padding-top: 46%;
    }
    .teacher-list .item .name,
    .teacher-list .item .des {
        margin-top: .15rem;
    }
    .img-list .item {
        padding-right: .2rem;
    }
    .img-list .item .con {
        width: 100%;
    }
    .img-list .item .pic {
        width: calc(100% - 56px - .3rem);
        margin-right: 0;
        padding-top: 45%;
    }
    .img-list .item .txt-con {
        padding-left: calc(56px + .3rem);
        margin-top: .2rem;
    }
    .img-list .item .arrow {
        display: none;
    }
}

.banner img {
    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);
}

.banner .swiper-pagination {
    align-items: flex-end;
    bottom: .4rem;
}

.banner .swiper-pagination-bullet {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: 1;
    width: 4px;
    height: .28rem;
    background-color: #FFF;
    margin: 0 .13rem !important;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.banner .swiper-pagination-bullet-active {
    height: .46rem;
}

.home-pageone {
    background: url(../images/bg1.png)no-repeat center top;
    background-size: 100%;
    padding-bottom: 1.7rem;
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
}

.home-title .title {
    font-family: 'SourceHanSerifCN-Bold';
}

.home-title .title span {
    margin-right: .9rem;
}

.home-title .cn {
    font-size: .4rem;
    color: #004071;
    line-height: 1;
}

.home-title .cn::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: .71rem;
    height: .92rem;
    background: url(../images/icon3.png)no-repeat center;
    background-size: 100%;
    top: -.3rem;
    z-index: 1;
}

.home-title .en {
    color: #469CA4;
    font-size: .18rem;
    z-index: 3;
    text-transform: uppercase;
    margin-top: .1rem;
}

.home-title .en::before {
    content: '';
    display: block;
    width: 1.5rem;
    height: .15rem;
    background: url(../images/line1.png)no-repeat center bottom;
    background-size: 100%;
    margin-right: .3rem;
}

.home-title .en::after {
    content: '';
    display: block;
    width: 1.5rem;
    height: .15rem;
    background: url(../images/line2.png)no-repeat center bottom;
    background-size: 100%;
    margin-left: .3rem;
}

.home-title .more {
    width: 1.4rem;
    line-height: .4rem;
    border: 1px rgba(130, 196, 202, 0.5) solid;
    border-left-width: 4px;
    font-size: .18rem;
    padding-left: .15rem;
    position: absolute;
    right: 0;
    top: .1rem;
    z-index: 10;
    color: #469CA4;
}

.home-title .more::after {
    content: '';
    position: absolute;
    left: 0;
    top: 25%;
    height: 1px;
    width: 100%;
    background-color: rgba(130, 196, 202, 0.5);
}

.home-title .more::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 25%;
    height: 1px;
    width: 100%;
    background-color: rgba(130, 196, 202, 0.5);
}

.home-title .more span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background-color: rgba(130, 196, 202, 0.5);
}

.home-title .more span::before {
    content: '';
    position: absolute;
    right: .15rem;
    top: 50%;
    width: .28rem;
    height: .28rem;
    margin-top: -.14rem;
    background: url(../images/icon4.png)no-repeat center;
    background-size: 100%;
    transition: all .5s;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    animation: 2s linear infinite armTwitch;
    -webkit-animation: 2s linear infinite armTwitch;
}

@-webkit-keyframes armTwitch {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -o-transform: rotate(30deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
}

@keyframes armTwitch {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -o-transform: rotate(30deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
}

.home-Party {
    padding-left: 2.4rem;
}

.home-Party::after {
    content: '';
    position: absolute;
    left: .8rem;
    top: 0rem;
    width: 3.38rem;
    height: 3.38rem;
    background: url(../images/tbg7.png)no-repeat center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    animation: 20s linear infinite ani_turn2;
    -webkit-animation: 20s linear infinite ani_turn2;
    z-index: 0;
}

.home-Party .home-title {
    margin-right: 2.4rem;
}

.home-Party .content {
    margin-top: .3rem;
    z-index: 10;
}

.home-Party .swiper-container {
    padding-top: .15rem;
}

.home-Party .swiper-slide {
    width: 4rem;
    margin-right: .5rem;
    background-color: #FFF;
}

.home-Party .swiper-slide>div {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.home-Party .swiper-slide .pic {
    overflow: hidden;
    padding-top: 56.6%;
}

.home-Party .swiper-slide .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-Party .swiper-slide .text-con {
    padding: .25rem .4rem 0 .4rem;
    height: 2.85rem;
}

.home-Party .swiper-slide .tit {
    line-height: 1.4;
    height: .56rem;
   overflow:hidden;
}

.home-Party .swiper-slide .des {
    font-size: .16rem;
    color: #999;
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    line-height: 1.6;
    margin-top: .2rem;
}

.home-Party .swiper-slide .date {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #E9F6F7;
    padding: .125rem 0 .125rem .3rem;
    font-size: .16rem;
    color: #878073;
}

.home-Party .swiper-slide .date span {
    font-size: .32rem;
    color: #004071;
    line-height: 1;
    margin-right: .2rem;
}

.home-Party .swiper-slide .date::after {
    content: '';
    position: absolute;
    right: .2rem;
    top: 50%;
    width: .44rem;
    height: .44rem;
    background: url(../images/arrow2.png)no-repeat center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-size: 100%;
}

.home-Party .button {
    position: absolute;
    right: 2.8rem;
    width: .9rem;
    height: .9rem;
    background-color: #004071;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: 1.6rem;
    z-index: 5;
    color: #FFF;
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    font-size: .14rem;
}

.home-Party .swiper-button-next,
.home-Party .swiper-button-prev {
    width: .16rem;
    height: .08rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 0;
}

.home-Party .swiper-button-prev {
    background-image: url(../images/prev.png);
}

.home-Party .swiper-button-next {
    background-image: url(../images/next.png);
}

.home-news {
    padding-top: 1.1rem;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}

.home-news .content {
    margin-top: .5rem;
}

.home-news .focus {
    width: 8.9rem;
    margin-right: .5rem;
}

.home-news .focus .pic {
    overflow: hidden;
    padding-top: 56.2%;
}

.home-news .focus .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .focus .text-con {
    margin-top: .3rem;
}

.home-news .focus .date {
    width: .8rem;
    height: .8rem;
    background: url(../images/date.png)no-repeat center;
    background-size: 100%;
    color: #FFF;
    font-size: .16rem;
    line-height: 1;
    margin-right: .3rem;
}

.home-news .focus .date span {
    font-size: .32rem;
    margin-bottom: .05rem;
}

.home-news .focus .tit {
    font-size: .24rem;
    color: #004071;
    line-height: 1;
    margin-top: .1rem;
}

.home-news .focus .des {
    font-size: .16rem;
    line-height: 1.6;
    color: #999;
    margin-top: .3rem;
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
}

.home-news .focus .swiper-button-next,
.home-news .focus .swiper-button-prev {
    width: .6rem;
    height: .6rem;
    background: #63B5BD url(../images/next1.png)no-repeat center;
    background-size: .2rem;
    border: .05rem solid #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    right: -.3rem;
    margin-top: 0;
    top: 2.2rem;
}

.home-news .focus .swiper-button-prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    left: -.3rem;
}

.home-news .item {
    z-index: 10;
    height: 1rem;
    width: 90%;
    margin-top: .3rem;
    background-color: #F4F3E3;
    margin-bottom: .7rem;
    padding-left: .2rem;
    padding-right: .2rem;
}

.home-news .item:last-child {
    margin-bottom: 0;
}

.home-news .item .date {
    white-space: nowrap;
    color: #878073;
    font-size: .16rem;
    line-height: 1;
    padding-right: .15rem;
    margin-right: .15rem;
}

.home-news .item .date span {
    font-size: .32rem;
    color: #004071;
    margin-bottom: .05rem;
}

.home-news .item .date::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0%;
    width: 1px;
    height: 100%;
    background-color: rgba(73, 73, 73, 0.15);
}

.home-news .item .tit {
    line-height: 1.6;
}

.home-news .line {
    width: 100%;
    height: .75rem;
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-news .line1 {
    animation: 5s linear infinite line;
    -webkit-animation: 5s linear infinite line;
}

.home-news .line2 {
    top: .85rem;
    width: 95%;
}

.home-news .line3 {
    top: 1.7rem;
}

.home-news .line4 {
    top: 2.55rem;
}

.home-news .line5 {
    top: 3.4rem;
}

.home-news .line6 {
    top: 4.25rem;
}

.home-news .line7 {
    top: 5.1rem;
}

.home-news .line8 {
    top: 5.95rem;
}


/* @keyframes line {
    0% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
    0% {
        width: 50%;
    }
} */

.home-creat {
    width: 100%;
    background: url(../images/bg2.png)no-repeat center top;
    background-size: 100%;
    padding-top: 2.1rem;
    z-index: 9;
    margin-top: -1.7rem;
    padding-left: .6rem;
    padding-right: .6rem;
    padding-bottom: 1.4rem;
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
}

.home-creat::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2rem;
    background: url(../images/tbg9.png)no-repeat center bottom;
    background-size: auto 100%;
    z-index: -1;
}

.home-creat::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, rgba(130, 196, 202, 0), rgba(130, 196, 202, 1), rgba(130, 196, 202, 0));
}

.home-creat .home-title .more {
    right: auto;
    bottom: .5rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: auto;
    z-index: 11;
}

.home-creat .content {
    overflow: hidden;
    height: 8rem;
    margin-top: -.1rem;
}

.home-creat .content::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20%;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    z-index: 9;
}

.home-creat .item {
    width: 32%;
    padding-top: 21.318%;
    overflow: hidden;
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
    margin-right: 2%;
    margin-bottom: .4rem;
}

.home-creat .item:nth-of-type(3n) {
    margin-right: 0;
}

.home-creat .item:nth-child(2) {
    margin-top: 1rem;
}

.home-creat .item:nth-child(4),
.home-creat .item:nth-child(6) {
    margin-top: -1rem;
}

.home-creat .item img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-creat .item::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, .8));
    z-index: 2;
}

.home-creat .item .tit {
    font-size: .22rem;
    color: #FFF;
    line-height: 1;
    padding: 0 .2rem;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: .2rem;
    z-index: 3;
}

.home-perform {
    padding-top: 1.15rem;
    background: url(../images/bg3.png)no-repeat left top;
    background-size: 5.6rem;
}

.home-perform .content {
    margin-top: .43rem;
    margin-left: -.6rem;
    margin-right: -.6rem;
    padding-left: .6rem;
    padding-right: .6rem;
}

.home-perform .content::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: .15rem;
    width: 100%;
    height: 1px;
    border-bottom: 1px #B8B8B8 dashed;
    z-index: -1;
}

.home-perform .swiper-container {
    padding-bottom: .85rem;
}

.home-perform .swiper-slide {
    height: 3.3rem;
    /* margin-right: .5rem; */
    width: 2.46rem;
    /* transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s; */
}

.home-perform .swiper-slide>div {
    overflow: hidden;
    background: url(../images/tbg10.png)no-repeat center;
    background-size: 100% 100%;
}

.home-perform .pic {
    width: 2.46rem;
    overflow: hidden;
}

.home-perform .text-con {
    padding: .6rem .5rem 0 .5rem;
    color: #FFF;
    display: none;
}

.home-perform .text-con .tit {
    font-size: .24rem;
    line-height: 1.5;
    border-bottom: 1px rgba(255, 255, 255, .4) solid;
    padding-bottom: .2rem;
}

.home-perform .text-con .info {
    font-size: .18rem;
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    line-height: 1.9;
    margin-top: .3rem;
}

.home-perform .text-con .info>div {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: .2rem;
    padding-left: .3rem;
}

.home-perform .text-con .info .time {
    background-image: url(../images/time.png);
}

.home-perform .text-con .info .address {
    background-image: url(../images/address1.png);
}

.home-perform .dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: .2rem;
    height: .2rem;
    border: 1px #63B5BD solid;
    bottom: -.8rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: none !important;
    z-index: 2;
    overflow: inherit !important;
}

.home-perform .dot::after {
    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: .08rem;
    height: .08rem;
    background-color: #63B5BD;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-perform .dot::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -.6rem;
    width: 1px;
    height: .7rem;
    z-index: 2;
    background-color: #63B5BD;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.home-perform .swiper-button-next,
.home-perform .swiper-button-prev {
    width: .6rem;
    height: .6rem;
    background: #63B5BD url(../images/next1.png)no-repeat center;
    background-size: .2rem;
    border: .05rem solid #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    right: -.4rem;
    top: auto;
    margin-top: 0;
    bottom: -.15rem;
}

.home-perform .swiper-button-prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    left: -.4rem;
}

.home-perform .swiper-slide-active {
    width: 8.2rem!important;
}

.home-perform .swiper-slide-active .pic {
    margin-right: .1rem;
}

.home-perform .swiper-slide-active .text-con {
    display: block;
}



.links {
    padding-top: 1.3rem;
    background: url(../images/bg4.png)no-repeat center bottom;
    padding-bottom: 1.4rem;
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
}

.links .content {
    padding-right: 3.8rem;
    padding-left: 1.5rem;
    height: 3.4rem;
    margin-top: .5rem;
}

.links .item {
    line-height: .4rem;
    font-size: .22rem;
    margin-top: .15rem;
}

.links .item a {
    margin: 0 .2rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: .4rem;
    padding-left: .6rem;
}

.links .line1,
.links .line2 {
    height: 1px;
    background-color: #C1CBCD;
}

.links .line1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #C1CBCD;
    margin-top: -2px;
}

.links .item:nth-child(1) a {
    background-image: url(../images/icon5.png);
}

.links .item:nth-child(2) a,
.links .item:nth-child(5) a {
    background-image: url(../images/icon6.png);
}

.links .item:nth-child(3) a {
    background-image: url(../images/icon7.png);
}

.links .item:nth-child(4) a {
    background-image: url(../images/icon8.png);
}

.links .item:nth-child(1) .line1 {
    margin-left: .85rem;
    width: 1.6rem;
}

.links .item:nth-child(2) .line1 {
    width: 8.6rem;
}

.links .item:nth-child(3) .line1 {
    margin-left: .4rem;
    width: 3.8rem;
}

.links .item:nth-child(4) .line1 {
    margin-left: .9rem;
    width: 6.1rem;
}

.links .item:nth-child(5) .line1 {
    margin-left: .6rem;
    width: 1.3rem;
}

.links .player {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 4.72rem;
    height: 4.72rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.player::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/p1.png)no-repeat center;
    background-size: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    animation: 10s linear infinite ani_turn2;
    -webkit-animation: 10s linear infinite ani_turn2;
    box-shadow: 0 0 .3rem rgba(223, 239, 245, .2);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
}

.player::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.1rem;
    height: 4.1rem;
    margin-left: -2.05rem;
    margin-top: -2.05rem;
    box-shadow: 0 0 1rem rgba(99, 181, 189, .8);
    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(99, 181, 189, 1);
}

.player .p1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.27rem;
    height: 2.78rem;
    background: url(../images/p2.png)no-repeat center;
    background-size: 100%;
    z-index: 3;
}

@media (min-width:1025px) {
    .home-title .more:hover {
        color: #004071;
    }
    .home-Party .swiper-slide:hover {
        background-color: #63B5BD;
    }
    .home-Party .swiper-slide:hover>div {
        margin-top: -.15rem;
    }
    .home-Party .swiper-slide:hover .pic::before,
    .home-news .focus .swiper-slide:hover .pic::before,
    .home-creat .item:hover::before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
    .home-Party .swiper-slide:hover .pic img,
    .home-news .focus .swiper-slide:hover .pic img,
    .home-creat .item: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-Party .swiper-slide:hover .tit,
    .home-news .item:hover .date,
    .home-news .item:hover .date span,
    .home-news .item:hover {
        color: #FFF;
    }
    .home-Party .swiper-slide:hover .des {
        color: rgba(255, 255, 255, .5);
    }
    .home-Party .swiper-slide:hover .date {
        background-color: #EBE6BC;
    }
    .home-news .focus .swiper-button-next:hover,
    .home-news .focus .swiper-button-prev:hover,
    .home-perform .swiper-button-next:hover,
    .home-perform .swiper-button-prev:hover {
        background-color: #EBE6BC;
        background-image: url(../images/next1-on.png);
    }
    .home-news .item:hover {
        background: url(../images/tbg8.png)no-repeat center;
        background-size: 100% 100%;
    }
    .home-news .item:hover .date::after {
        background-color: #FFF;
    }
    .links .item:nth-child(1) a:hover {
        background-image: url(../images/icon5-on.png);
    }
    .links .item:nth-child(2) a:hover,
    .links .item:nth-child(5) a:hover {
        background-image: url(../images/icon6-on.png);
    }
    .links .item:nth-child(3) a:hover {
        background-image: url(../images/icon7-on.png);
    }
    .links .item:nth-child(4) a:hover {
        background-image: url(../images/icon8-on.png);
    }
}

@media (max-width:1199px) {
    .banner .swiper-slide-active img {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .home-Party {
        padding-left: .2rem;
    }
    .home-title .more {
        width: 100px;
        line-height: 30px;
        padding-left: 10px;
    }
    .home-Party .home-title {
        margin-right: .2rem;
    }
    .home-Party .swiper-slide {
        margin-right: .3rem;
    }
    .home-title .more,
    .home-Party .swiper-slide .date,
    .home-Party .swiper-slide .des,
    .home-title .en,
    .home-Party .button,
    .home-news .focus .date,
    .home-news .focus .des,
    .home-news .item .date,
    .home-perform .text-con .info {
        font-size: 12px;
    }
    .home-Party .swiper-slide .text-con {
        padding-left: .2rem;
        padding-right: .2rem;
        height: 180px;
    }
    .home-Party .swiper-slide .tit {
        height: 40px;
    }
    .home-Party .swiper-slide .date span,
    .home-news .focus .date span,
    .home-news .item .date span {
        font-size: 18px;
    }
    .home-title .en {
        margin-top: 10px;
    }
    .home-title .en::before,
    .home-title .en::after {
        width: 102px;
        height: 11px;
    }
    .home-title .cn {
        font-size: 24px;
    }
    .home-Party .swiper-slide .date::after {
        width: 24px;
        height: 24px;
    }
    .home-Party .button {
        width: 70px;
        height: 70px;
        right: 10%;
    }
    .home-Party .swiper-button-next,
    .home-Party .swiper-button-prev {
        width: 12px;
        height: 6px;
    }
    .home-news .focus .date {
        width: 58px;
        height: 58px;
    }
    .home-news .focus .swiper-button-next,
    .home-news .focus .swiper-button-prev,
    .home-perform .swiper-button-next,
    .home-perform .swiper-button-prev {
        width: 42px;
        height: 42px;
        background-size: 18px;
    }
    .home-news .focus .swiper-button-prev {
        left: .2rem;
    }
    .home-news .focus .swiper-button-next {
        right: .2rem;
    }
    .home-Party::after,
    .home-creat .content::after {
        display: none;
    }
    .home-creat {
        padding-top: 1.6rem;
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .home-creat .content {
        height: auto;
    }
    .home-creat .item {
        margin-bottom: .3rem;
    }
    .home-creat .item .tit,
    .home-perform .text-con .tit,
    .links .item {
        font-size: 14px;
    }
    .home-perform .content {
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .home-perform .swiper-button-prev {
        left: 0;
        bottom: -12px;
    }
    .home-perform .swiper-button-next {
        right: 0;
        bottom: -12px;
    }
    .links {
        overflow: hidden;
    }
    .links .content {
        padding-left: .2rem;
    }
    .links .player {
        right: .5rem;
    }
    .links .item:nth-child(2) .line1 {
        width: 7rem;
    }
    .links .item:nth-child(3) .line1 {
        width: 2.8rem;
    }
    .links .item:nth-child(4) .line1 {
        width: 5rem;
    }
}

@media(max-width:950px) {
    .home-Party .swiper-slide {
        width: 33%;
    }
    .home-Party .button {
        right: .2rem;
    }
    .home-news .line {
        display: none;
    }
    .home-news .item {
        height: 60px;
        margin-bottom: .5rem;
    }
}

@media (max-width:767px) {
    .home-Party .content {
        margin-top: .2rem;
    }
    .home-Party .swiper-slide {
        margin-right: .2rem;
        width: 45%;
    }
    .home-news .focus {
        width: 100%;
        margin-right: 0;
    }
    .home-news .item {
        width: 100%;
        margin-bottom: .3rem;
    }
    .home-creat {
        padding-top: 1rem;
        padding-bottom: .5rem;
    }
    .home-creat .item:nth-child(4),
    .home-creat .item:nth-child(6),
    .home-creat .item:nth-child(2) {
        margin-top: 0;
    }
    .home-creat::after {
        height: 1.5rem;
    }
    .home-creat .home-title .more {
        bottom: .2rem;
    }
    .home-creat .content {
        margin-top: .3rem;
    }
    .home-creat .item {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: .2rem;
        padding-top: 32%;
    }
    .home-creat .item:nth-of-type(3n) {
        margin-right: 3%;
    }
    .home-creat .item:nth-child(even) {
        margin-right: 0;
    }
    .home-perform {
        padding-top: .7rem;
    }
    .home-perform .text-con {
        padding: .4rem .3rem;
    }
    .links .item {
        line-height: 32px;
    }
    .links .player {
        display: none;
    }
    .links .content {
        padding-right: .2rem;
    }
    .links .item:nth-child(1) .line1 {
        width: 15%;
    }
    .links .item:nth-child(2) .line1 {
        width: 70%;
    }
    .links .item:nth-child(3) .line1 {
        width: 25%;
    }
    .links .item:nth-child(4) .line1 {
        width: 45%;
    }
    .links .item:nth-child(5) .line1 {
        width: 10%;
    }
}

@media (max-width:640px) {
  .home-perform .swiper-slide-active {
      width: 100%!important;
  }
}


@media (max-width:540px) {
    .home-Party,
    .home-perform {
        padding-bottom: 60px;
    }
    .home-Party .swiper-slide {
        width: 60%;
    }
    .home-title {
        position: initial;
    }
    .home-title .more {
        right: auto;
        top: auto;
        left: 50%;
        bottom: .2rem;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .home-news {
        padding-top: .6rem;
        padding-bottom: 60px;
    }
    .home-creat {
        padding-bottom: 50px;
    }
}


/* <!-- 新增2025-8-14 --> */

.cursor {
    z-index: 10001;
    background: url(../images/part4_img_zz.png) no-repeat;
    transition: 0.1s;
    opacity: 0 !important;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
}

.cursor.on {
    opacity: 1 !important;
}

@media (any-pointer: fine) {
    .cursor {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        pointer-events: none;
    }
}

@media (max-width: 768px) {
    .cursor {
        display: none;
    }
}



.pb_sys_style1 .p_no_d {
    border: 1px solid #6DB8C3!important;
    background-color: #6DB8C3!important;
}
.pb_sys_common .p_t{
    margin-bottom:5px!important;
}
.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,
.pb_sys_common .p_goto input, .pb_sys_common .p_search input,
.pb_sys_common .p_goto a, .pb_sys_common .p_search a{
  margin-bottom:5px!important;
  border: 1px solid #6DB8C3!important;
}


.ie-tip{
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  background-color: #fff;
  z-index:999998;
  display: none;
}
.ie-tip .i-cont{
  width:600px;
  height:300px;
  position:fixed;
  top:50%;
  left:50%;
  margin:-150px 0 0 -300px;
  line-height: 1.8;
  color:#000;
  z-index:999999;
  text-align:center;
}
.ie-tip p{
  padding-top:10px;
  color:#000;
  width: 420px;
  margin:10px auto;
  font-size: 14px;
  line-height: 1.8;
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
  .cursor {
    display: none;
  }
  .banner .swiper-slide {
    overflow: hidden;
  }
  .img-list .item .tit {
    max-height: 1.2em;
    line-height: 1.2;
    overflow: hidden;
  }

.home-Party .swiper-slide .des{
    max-height: .72rem;
    overflow: hidden;
}
  .teacher-list .item .des {
    max-height: .816rem;
    overflow: hidden;
  }

  .home-Party .swiper-slide .pic img,
  .home-news .focus .pic img,
  .home-creat .item img,
  .img-list .item .pic img,
  .teacher-list .item .pic img {
    font-family: 'object-fit: cover;';
  }
}