@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

@media(max-width: 1024px) {
.v_news_content table{
display: block;//pc端去掉该属性，否则无法居中
}
}
.v_news_content table{
width:auto;
max-width:100%;
margin:0 auto !important;
    overflow-x: auto; 
    white-space: nowrap;
}
.v_news_content td p{
text-align:center;
text-indent:0 !important;
}
.v_news_content img{
max-width:100%;
height:auto !important;
}
li {
    list-style: none;
}
@media(max-width: 1024px) {
.about table{
display: block;//pc端去掉该属性，否则无法居中
}
}
.about table{
width:auto;
max-width:100%;
margin:0 auto !important;
    overflow-x: auto; 
    white-space: nowrap;
}
.about td p{
text-align:center;
text-indent:0 !important;
}

/*全局样式*/

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;
    }
}

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url('../fonts/SourceHanSerifCN-Bold.otf');
}

@font-face {
    font-family: 'SourceHanSans-Bold';
    src: url('../fonts/SourceHanSans-Bold.otf');
}

@font-face {
    font-family: 'SourceHanSans-Regular';
    src: url('../fonts/SourceHanSans-Regular.otf');
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .16rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #10A2BE;
}


/*块级转化*/

.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.6rem;
    padding-right: 2.6rem;
}

@media (max-width:1199px) {
    .n-banner{
        margin-top:65px;
    }
    .container {
        width: 100%;
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    background-image: linear-gradient(90deg, #10C6E1, #87D523);
}

.header .search-btn {
    width: .2rem;
    height: .2rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

.header .logo {
    /* margin-right: 1.9rem; */
    /* height: 1rem; */
}

.logo img {
    height: 1rem;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.nav {
    margin-right: .3rem;
    flex: unset;
    margin-left: auto;
}

.nav>li {
    margin: 0 .6em;
}

.nav li>a {
    line-height: 1rem;
    color: #FFF;
    font-family: 'SourceHanSans-Bold';
    font-size: .18rem;
}

.nav .drop {
    width: 1.4rem;
    left: 50%;
    top: 1rem;
    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;
    padding: .1rem 0;
    line-height: 2.4;
    text-wrap: nowrap;
    margin-left: -.7rem;
}

.search-content {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    display: none;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(9, 125, 161, .9), rgba(100, 155, 34, .9));
}

.search-content .close {
    position: absolute;
    right: .6rem;
    top: .6rem;
    width: .6rem;
    height: .6rem;
    background: url(../images/close.svg)no-repeat center;
    background-size: .4rem;
    cursor: pointer;
    z-index: 10;
}

.search-content .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 7rem;
    height: .7rem;
    border-bottom: 1px #FFF solid;
}

.search-content .content input[type='text'] {
    color: #FFF;
    font-size: .18rem;
    background: none;
    padding-left: .15rem;
}

.search-content .content input[type='text']::placeholder {
    color: #FFF;
}

.search-content .content input[type='submit'] {
    width: .6rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: .3rem;
}

.wrapper {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

.link {
    font-size: .2rem;
    background-image: linear-gradient(90deg, #41CAE4, #A3F454);
    color: #FFF;
    height: .6rem;
    padding-top: .15rem;
    padding-bottom: .2rem;
    line-height: 1.7;
}

.link .tit {
    margin-right: .2rem;
}

.link a {
    color: #FFF;
    margin-right: .7rem;
}

.link a:last-child {
    margin-right: 0;
}

.footer {
    height: 2.8rem;
    background: url(../images/f-bg.png)no-repeat center;
    background-size: cover;
    padding-top: .5rem;
    padding-bottom: .4rem;
    font-family: 'SourceHanSerifCN-Bold';
    color: #FFF;
    font-size: .14rem;
}

.footer .text {
    text-align: right;
    margin-right: .8rem;
    line-height: 2.2;
}

.footer .erwma {
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    overflow: hidden;
}

.footer .erwma img {
    width: 100%;
}

.footer .erwma-con .tit {
    line-height: 1.4;
    margin-top: .1rem;
}

.footer .con {
    border-top: 1px rgba(255, 255, 255, .1) solid;
    margin-top: .1rem;
    padding-top: .25rem;
}

.footer .con .f-nav>a {
    color: #FFF;
    margin-right: .3rem;
    line-height: 1.4;
}

.footer .con .f-nav>a::after {
    content: '|';
    margin-left: .25rem;
    opacity: .2;
}

.footer .con .f-nav>a:last-child {
    margin-right: 0;
}

.footer .con .f-nav>a:last-child::after {
    display: none;
}

@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);
    }
    .footer a:hover,
    .link a:hover {
        opacity: .6;
    }
}

@media (max-width:1199px) {
    .footer .con{
        justify-content:center;
    }
    body,
    .search-content .content input[type='text'],
    .link {
        font-size: 14px;
    }
    .wrapper,
    .header {
        min-height: .65rem;
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .menu-btn {
        display: block;
    }
    .header .search-btn {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 45px;
    }
    .search-content .content {
        width: 90%;
        height: 50px;
    }
    .search-content .content input[type='submit'] {
        width: 48px;
    }
    .nav {
        position: absolute;
        width: 100%;
        left: 0;
        top: 1rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1rem);
        padding: .2rem;
    }
    .nav li>a {
        font-size: 16px;
        color: #333;
        line-height: 60px;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 30px;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: 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;
        padding-top: 0;
        background: none;
        margin-left: 0;
        padding-left: 20px;
        font-size: 14px;
    }
    .link {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .link a,
    .footer .text {
        margin-right: .4rem;
    }
    .footer {
        font-size: 12px;
        height: auto;
    }
    .footer .erwma {
        width: 70px;
        height: 70px;
    }
}
@media (max-width:767px) {
    .header .logo {
        width: 100%;
        max-height: 65px;
        margin-right: 0;
    }
    .logo img {
        max-width: 70%;
        max-height: 65px;
    }
    .nav {
        height: calc(100vh - 65px);
    }
    .footer {
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
    .footer .logo {
        width: 100%;
    }
    .footer .erwma-con,
    .footer .text br {
        display: none;
    }
    .footer .text {
        text-align: center;
        margin-right: 0;
    }
    .footer .text span {
        margin-left: .3rem;
    }
    .footer .con .f-nav>a,
    .link a {
        margin-right: .2rem;
    }
    .footer .con .f-nav>a::after {
        margin-left: .15rem;
    }
    .link {
        display: block;
    }
}

.banner {
    margin-top: 1rem;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination {
    left: 1.9rem;
    bottom: 2.1rem;
}

.banner .swiper-pagination-bullet {
    opacity: 1;
    background-color: #FFF;
    margin-right: .15rem;
    position: relative;
}

.banner .swiper-pagination-bullet-active::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: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px #FFF solid;
}

.home-bg1 {
    background: url(../images/bg1.png)no-repeat center top;
    background-size: 100%;
    font-family: 'SourceHanSerifCN-Bold';
}

.home-title .en {
    line-height: 1;
    font-size: .4rem;
    color: #eee;
    text-transform: uppercase;
    font-family: 'SourceHanSerifCN-Bold';
}

.home-title .cn {
    color: #704229;
    line-height: 1;
    font-size: .4rem;
    transform: translateY(-.15rem);
    -webkit-transform: translateY(-.15rem);
    -moz-transform: translateY(-.15rem);
    -ms-transform: translateY(-.15rem);
    -o-transform: translateY(-.15rem);
}

.home-title .cn::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -.15rem;
    width: .8rem;
    height: 3px;
    background-image: linear-gradient(90deg, #87E729, #1EBAD8);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.home-news {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: .7rem;
    padding-bottom: .4rem;
}

.home-news .home-title {
    position: absolute;
    left: 6.85rem;
    right: 5.4rem;
    top: 0;
}

.home-news .focus {
    width: 6.65rem;
    margin-right: .4rem;
    background-color: #F4F7FA;
}

.home-news .focus .swiper-slide {
    overflow: hidden;
}

.home-news .focus .pic {
    overflow: hidden;
    padding-top: 67.67%;
}

.home-news .focus .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .focus .title {
    font-size: .22rem;
    border-bottom: 1px #D3D3D3 solid;
    padding-bottom: .2rem;
    line-height: 1.4;
}

.home-news .focus .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 3px;
    width: 2.2rem;
    background-image: linear-gradient(90deg, #87D423, #10C5E1);
}

.home-news .focus .des {
    color: #999;
    line-height: 1.8;
    margin-top: .3rem;
}

.home-news .focus .date {
    color: #1EBAD8;
    margin-top: .2rem;
}

.home-news .focus .text-con {
    padding: .4rem;
}

.home-news .focus .button {
    width: 1.1rem;
    height: .51rem;
    right: .4rem;
    bottom: .3rem;
    position: absolute;
}

.home-news .focus .swiper-button-next,
.home-news .focus .swiper-button-prev {
    background: url(../images/prev.png)no-repeat center;
    background-size: 100%;
    width: .51rem;
    height: .51rem;
}

.home-news .focus .swiper-button-prev {
    left: 0;
}

.home-news .focus .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    right: 0;
}

.home-news .text-content {
    margin-right: .3rem;
    padding-top: 1.2rem;
}

.home-news .text-content .item {
    margin-bottom: .35rem;
}

.home-news .text-content .item:last-child {
    margin-bottom: 0;
}

.home-news .text-content .item .date {
    font-size: .14rem;
    color: #888;
    line-height: 1.2;
    font-family: 'SourceHanSans-Regular';
    text-wrap: nowrap;
    margin-right: .2rem;
    padding-right: .2rem;
}

.home-news .text-content .item .date span {
    font-size: .24rem;
    font-family: 'SourceHanSans-Bold';
    background-image: linear-gradient( #46B6CB, #89C74D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-news .text-content .item .date::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #E5E5E5;
}

.home-news .text-content .item .tit {
    font-size: .18rem;
}

.home-news .more {
    width: 1.35rem;
    font-size: .18rem;
    background-image: linear-gradient(90deg, #46B6CB, #89C74D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: auto;
    margin-right: auto;
    line-height: .44rem;
}

.home-news .more::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(90deg, #46B6CB, #89C74D) 1;
}

.home-news .picture-box {
    width: 5.1rem;
}

.home-news .picture-box .first {
    width: 100%;
    padding-top: 59.9%;
    overflow: hidden;
}

.home-news .picture-box .first img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.home-news .picture-box .first::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    z-index: 2;
}

.home-news .picture-box .first .txt-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    color: #FFF;
    padding: 0 .3rem .2rem .3rem;
}

.home-news .picture-box .first .tit {
    font-size: .18rem;
    border-bottom: 1px rgba(255, 255, 255, .2) solid;
    line-height: 2.2;
}

.home-news .picture-box .first .date {
    margin-top: .05rem;
    line-height: 1.7;
}

.home-news .picture-box .card {
    margin-top: .3rem;
}

.home-news .picture-box .card .pic {
    overflow: hidden;
    padding-top: 49.5%;
}

.home-news .picture-box .card .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .picture-box .card .tit {
    font-size: .2rem;
    line-height: 1.6;
    margin-top: .15rem;
}

.home-news .picture-box .card .date {
    background-image: linear-gradient(90deg, #46B6CB, #89C74D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    margin-top: .25rem;
}

.home-news .picture-box .card .date::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%);
    height: 1px;
    width: 3.7rem;
    background-color: rgba(30, 186, 216, 0.21);
}

.home-notice {
    padding-right: 1rem;
}

.home-notice .title {
    width: 4.45rem;
    height: 4.65rem;
    background-image: linear-gradient(90deg, #10C5E1, #87D423);
    z-index: 1;
    font-family: 'SourceHanSerifCN-Bold';
}

.home-notice .title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/tbg1.png)no-repeat center;
    background-size: 3.72rem;
}

.home-notice .title>div {
    z-index: 9;
    font-size: .4rem;
    color: #FFF;
    letter-spacing: 2px;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    padding-bottom: .05rem;
}

.home-notice .title>div::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #FFF;
}

.home-notice .title .more {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 1.35rem;
    line-height: .44rem;
    border: 1px #FFF solid;
    font-size: .18rem;
    color: #FFF;
    bottom: .9rem;
    z-index: 10;
}

.home-notice .text-content {
    margin-left: -.7rem;
    z-index: 9;
}

.home-notice .item {
    background-color: #F1F1F1;
    height: 1rem;
    width: 48.5%;
    margin-top: .15rem;
    margin-bottom: .15rem;
    padding: .2rem;
}

.home-notice .item .tit {
    font-size: .2rem;
    font-family: 'SourceHanSerifCN-Bold';
    line-height: 1.6;
}

.home-notice .item .date {
    font-size: .14rem;
    color: #888;
    line-height: 1.2;
    padding-right: .2rem;
    margin-right: .2rem;
}

.home-notice .item .date span {
    margin-bottom: .08rem;
    font-size: .24rem;
    font-family: 'SourceHanSans-Bold';
    background-image: linear-gradient( #1EBAD8, #87E729);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-notice .item .date::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transform: translateY();
    -moz-transform: translateY();
    -ms-transform: translateY();
    -o-transform: translateY();
    width: 1px;
    height: 100%;
    background-color: #E5E5E5;
}

.home-keyan {
    margin-top: .5rem;
    background: url(../images/bg2.png)no-repeat left bottom;
    padding-bottom: .45rem;
}

.home-keyan .more {
    width: 1.35rem;
    font-size: .18rem;
    background-image: linear-gradient(90deg, #46B6CB, #89C74D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: .44rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-keyan .more::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(90deg, #46B6CB, #89C74D) 1;
}

.home-keyan .content {
    margin-top: .15rem;
}

.home-keyan .first {
    width: 6.3rem;
    overflow: hidden;
    height: 8.33rem;
    margin-right: .2rem;
    margin-top: .2rem;
}

.home-keyan .first::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2.35rem;
    background-image: linear-gradient(rgba(0, 33, 39, 0), rgba(0, 33, 39, 1));
    z-index: 1;
}

.home-keyan .item {
    height: 4.06rem;
    overflow: hidden;
    margin-top: .2rem;
    width: calc(50% - .1rem);
}

.home-keyan .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2.2rem;
    background-image: linear-gradient(rgba(0, 33, 39, 0), rgba(0, 33, 39, 1));
    z-index: 1;
}

.home-keyan .item:nth-child(odd) {
    margin-right: .2rem;
}

.home-keyan .tit {
    font-size: .2rem;
    font-family: 'SourceHanSerifCN-Bold';
    line-height: 1;
    color: #FFF;
    left: .4rem;
    right: .4rem;
    bottom: .4rem;
    z-index: 9;
    position: absolute;
    padding-left: .2rem;
}

.home-keyan .tit::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: linear-gradient(#1EBAD8, #87E729);
}

@media (min-width:1025px) {
    .home-news .focus .swiper-slide:hover .pic img,
    .home-news .picture-box .first:hover img,
    .home-news .picture-box .card:hover .pic img,
    .home-keyan .first:hover img,
    .home-keyan .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-news .focus .swiper-button-next:hover,
    .home-news .focus .swiper-button-prev:hover {
        background-image: url(../images/prev-on.png);
    }
    .home-news .more:hover {
        color: #FFF;
        background-image: linear-gradient(90deg, #46B6CB, #89C74D);
        -webkit-background-clip: content-box;
        -webkit-text-fill-color: #FFF
    }
    .home-news .more:hover::after {
        display: none;
    }
    .home-notice .title .more:hover {
        background-color: #FFF;
        color: #10A2BE;
    }
}

@media (max-width:1199px) {
    .banner .swiper-pagination {
        left: .2rem;
        bottom: .3rem;
    }
    .home-title .cn,
    .home-notice .title>div {
        font-size: 26px;
    }
    .home-title .en {
        font-size: 28px;
    }
    .home-title .cn::after {
        width: 54px;
        bottom: -15px;
    }
    .home-news {
        padding-left: .2rem;
        padding-right: .2rem;
        margin-top: .5rem;
    }
    .home-news .home-title {
        position: relative;
        left: auto;
        right: auto;
    }
    .home-news .content {
        margin-top: .4rem;
    }
    .home-news .focus {
        width: 100%;
        margin-right: 0;
        margin-bottom: .3rem;
    }
    .home-news .focus .button {
        width: 80px;
    }
    .home-news .focus .swiper-button-next,
    .home-news .focus .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .home-news .focus .title {
        font-size: 16px;
    }
    .home-news .text-content {
        position: inherit;
        padding-top: 0;
    }
    .home-news .text-content .item .date,
    .home-news .picture-box .first .date,
    .home-news .picture-box .card .date,
    .home-notice .item .date {
        font-size: 12px;
    }
    .home-news .text-content .item .date span,
    .home-notice .item .date span {
        font-size: 20px;
    }
    .home-news .text-content .item .tit,
    .home-news .more,
    .home-news .picture-box .first .tit,
    .home-news .picture-box .card .tit,
    .home-notice .title .more,
    .home-notice .item .tit,
    .home-keyan .tit,
    .home-keyan .more {
        font-size: 14px;
    }
    .home-news .more {
        width: 100px;
        line-height: 30px;
        position: absolute;
        right: .2rem;
        top: 10px;
    }
    .home-news .picture-box .first .txt-con {
        padding: 0 .2rem .2rem;
    }
    .home-notice .title .more,
    .home-keyan .more {
        width: 100px;
        line-height: 30px;
    }
    .home-notice {
        padding-right: .2rem;
    }
    .home-notice .item {
        height: auto;
    }
    .home-keyan .more {
        right: .2rem;
    }
    .home-keyan .home-title {
        display: flex;
    }
}

@media (max-width:767px) {
    .home-news .text-content {
        margin-right: 0;
    }
    .home-news .picture-box {
        width: 100%;
    }
    .home-notice {
        padding-right: 0;
    }
    .home-notice .title {
        width: 100%;
        padding-left: .2rem;
        height: 40px;
        background: none;
    }
    .home-notice .text-content {
        margin-left: 0;
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .home-notice .title {
        width: 100%;
        justify-content: flex-start;
    }
    .home-notice .title .more {
        left: auto;
        bottom: auto;
        top: 50%;
        right: .2rem;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .home-notice .title>div {
        margin-bottom: 0;
        color: #704229;
    }
    .home-notice .title>div br,
    .home-notice .title::after {
        display: none;
    }
    .home-notice .more {
        background-image: linear-gradient(90deg, #46B6CB, #89C74D);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .home-notice .more::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-width: 1px;
        border-style: solid;
        border-image: linear-gradient(90deg, #46B6CB, #89C74D) 1;
    }
    .home-notice .title>div::after {
        background-image: linear-gradient(90deg, #87E729, #1EBAD8);
    }
    .home-keyan .home-title .en {
        display: none;
    }
    .home-keyan .home-title .cn {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .home-keyan .content {
        margin-top: .3rem;
    }
    .home-keyan .first {
        width: 100%;
        margin-right: 0;
        height: auto;
        padding-top: 110%;
    }
    .home-keyan .first img {
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media (max-width:540px) {
    .home-notice .item {
        width: 100%;
    }
}

.n-banner {
    overflow: hidden;
}

.n-banner img {
    width: 100%;
}

.n-banner .title-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(90deg, #10C6E1, #87D523);
    z-index: 2;
    height: 1.15rem;
    color: #FFF;
}

.n-banner .title-con .title {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .32rem;
}

.n-banner .title-con .title::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFF);
    bottom: -.1rem;
}

.crumbs {
    background: url(../images/home.svg)no-repeat left center;
    background-size: .17rem;
    padding-left: .25rem;
}

.crumbs a {
    color: #FFF;
    margin-right: .05rem;
}

.crumbs a::after {
    content: '/';
    margin-left: .05rem;
}

.pub-menu {
    height: .8rem;
    margin-left: 1.35rem;
    margin-right: -2.6rem;
    margin-top: -.4rem;
    z-index: 9;
    padding-left: .8rem;
}

.pub-menu::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E2EDFF;
    -webkit-clip-path: polygon(.5rem 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(.5rem 0, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

.pub-menu li {
    margin-right: .7rem;
}

.pub-menu li>a {
    font-size: .2rem;
    line-height: .8rem;
}

.pub-menu li.on>a {
    font-weight: bold;
    color: #0151A9;
}

.pub-menu li.on::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -.1rem;
    width: .2rem;
    height: .21rem;
    background: url(../images/icon.svg)no-repeat center;
    background-size: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.pub-menu .drop {
    width: 1.4rem;
    left: 50%;
    top: .8rem;
    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;
    padding: .1rem;
    line-height: 2.4;
    text-wrap: nowrap;
    margin-left: -.7rem;
    box-shadow: 0 .1rem .1rem rgba(0, 0, 0, .1);
}

.pub-menu .drop a {
    font-size: .18rem;
    color: #9E9E9E;
    border-bottom: 1px #F6F6F6 solid;
}

.pub-menu .drop a:last-child {
    border-bottom: 0;
}

.sub-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.sub-btn.close {
    background-image: url(../images/close.svg);
}

.about {
    min-height: 200px;
    margin-top: .8rem;
    color: #666;
    line-height: 2.4;
    margin-bottom: 1.2rem;
    overflow: hidden;
}

.about .txt {
    overflow: hidden;
    margin-top: .3rem;
}

.about .txt p {
    text-indent: 32px;
}

.about img {
    width: 3rem;
}

.jigou {
    overflow: hidden;
    margin-top: .6rem;
    margin-bottom: 3.4rem;
}

.jigou>a {
    width: 22.75%;
    line-height: .58rem;
    border: 1px rgba(0, 0, 0, .1) solid;
    margin-right: 3%;
    font-size: .18rem;
    margin-top: .3rem;
}

.jigou>a:nth-of-type(4n) {
    margin-right: 0;
}

.teacher {
    padding-top: .3rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.teacher .sidebar {
    width: 1.5rem;
    margin-right: .6rem;
    padding-bottom: .2rem;
}

.teacher .sidebar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-image: linear-gradient( #87D523, #10C6E0);
}

.teacher .sidebar>a {
    font-size: .2rem;
    padding-left: .3rem;
    line-height: 2.6;
    margin-top: .2rem;
}

.teacher .sidebar>a.on {
    font-weight: bold;
    color: #0151A9;
}

.teacher .sidebar>a.on::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: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #87D523;
}

.teacher .item {
    width: 22.75%;
    margin-right: 3%;
    margin-top: .4rem;
    overflow: hidden;
}

.teacher .item:nth-of-type(4n) {
    margin-right: 0;
}

.teacher .item .pic {
    overflow: hidden;
    padding-top: 152%;
    width: 100%;
}

.teacher .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.teacher .item .text-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    height: .85rem;
    color: #FFF;
    padding-top: .1rem;
}

.teacher .item .text-con::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #11C6E1, #87D523);
    opacity: .9;
    z-index: -1;
}

.teacher .item .name {
    font-size: .2rem;
    font-weight: bold;
    line-height: 1.7;
}

.teacher-details {
    margin-bottom: 1.4rem;
    padding-top: .7rem;
    overflow: hidden;
}

.teacher-details .info-content {
    z-index: 9;
    padding: 0 .2rem .2rem .2rem;
}

.teacher-details .info-content::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.35rem;
    background-image: linear-gradient(90deg, #11C6E1, #87D523);
}

.teacher-details .info-content .pic {
    width: 4rem;
    overflow: hidden;
    z-index: 10;
}

.teacher-details .info-content .pic img {
    width: 100%;
}

.teacher-details .info-content .text-con {
    background-color: rgba(255, 255, 255, .9);
    padding-left: .5rem;
    padding-top: .35rem;
    padding-right: .6rem;
    z-index: 10;
}

.teacher-details .info-content .title {
    font-size: .18rem;
    line-height: 1.2;
}

.teacher-details .info-content .title .name {
    font-weight: bold;
    font-size: .3rem;
    color: #0151A9;
    margin-right: .3rem;
}

.teacher-details .info-content .txt {
    font-size: .18rem;
    color: #474747;
    line-height: 1.7;
    margin-top: .2rem;
}

.teacher-details .info-content .group {
    margin-top: .3rem;
}

.teacher-details .body .title {
    font-size: .2rem;
    font-weight: bold;
    color: #0151A9;
    padding-left: .2rem;
    line-height: 1;
    margin-top: .5rem;
}



.teacher-details .body .tit {
    color: #0151A9;
    line-height: 1.2;
    margin-top: .4rem;
    padding-left: .7rem;
}

.teacher-details .body .text {
    padding-left: .7rem;
    color: #585858;
    line-height: 2.2;
    margin-top: .3rem;
}

.text-list {
    overflow: hidden;
    padding-top: .4rem;
    padding-bottom: 1.5rem;
}

.text-list .item {
    line-height: .95rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    border-bottom: 1px rgba(0, 0, 0, .1) dashed;
    padding-left: .3rem;
}

.text-list .item .date {
    color: #9E9E9E;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.text-list .item .tit {
    font-size: .18rem;
    margin-right: .2rem;
}

.text-list .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: .16rem;
    height: .16rem;
    background: url(../images/arrow1.svg)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;
}

.page {
    margin-top: .7rem;
    line-height: .36rem;
}

.page a {
    border: 1px #DCDCDC solid;
    width: .36rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: .36rem;
    margin: 0 .05rem;
}

.page .idx,
.page .last {
    width: auto;
    border: 0;
    margin: 0 .1rem;
}

.page .prev,
.page .next {
    background: url(../images/arrow.svg)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: #1E438D;
    color: #FFF;
    border-color: #1E438D;
}

.page a.on {
    background-image: linear-gradient(90deg, #10C6E0, #87D523);
    color: #FFF;
    border: 0;
}

.details {
    padding-top: .6rem;
    margin-bottom: 1rem;
}

.details h1 {
    font-size: .24rem;
    line-height: 1.5;
}

.details .info {
    margin-top: .25rem;
    background-color: rgba(0, 0, 0, .06);
    line-height: .45rem;
    font-size: .14rem;
    color: #9E9E9E;
}

.details .info span {
    margin-right: .7rem;
}

.details .info span:last-child {
    margin-right: 0;
}

.details .body {
    margin-top: .3rem;
    color: #666;
    line-height: 2.6;
}

.details .body p {
    text-indent: 32px;
}

.details .body img {
    max-width: 100%;
}

.details .prev-next {
    border-top: 1px #BBCAE2 solid;
    margin-top: .8rem;
    padding-top: .4rem;
    font-size: .18rem;
    line-height: 2.4;
}

.details .prev-next span {
    font-weight: bold;
    color: #0151A9;
}

.photo {
    margin-bottom: 1.5rem;
    padding-top: .3rem;
}

.photo .item {
    width: 31.8%;
    margin-top: .3rem;
    overflow: hidden;
    margin-right: 2.3%;
}

.photo .item:nth-of-type(3n) {
    margin-right: 0;
}

.photo .item .pic {
    overflow: hidden;
    padding-top: 121%;
}

.photo .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.photo .item .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: .72rem;
    background: rgba(0, 0, 0, .6);
    font-size: .18rem;
    color: #FFF;
}

.Introduction {
    padding-top: .6rem;
    margin-bottom: 1.5rem;
}

.Introduction .picture {
    width: 2.4rem;
    margin-right: .6rem;
}

.Introduction .picture img {
    width: 100%;
    z-index: 9;
}

.Introduction .picture::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pbg.png)no-repeat center;
    background-size: cover;
    transform: translate(.1rem, .1rem);
    -webkit-transform: translate(.1rem, .1rem);
    -moz-transform: translate(.1rem, .1rem);
    -ms-transform: translate(.1rem, .1rem);
    -o-transform: translate(.1rem, .1rem);
    z-index: -1;
}

.Introduction .text {
    color: #666;
    line-height: 2.4;
}

.Introduction .text p {
    text-indent: .32rem;
}

.Album {
    padding-top: .3rem;
    margin-bottom: 1.5rem;
}

.Album .item {
    margin-top: .3rem;
    width: 31.8%;
    margin-right: 2.3%;
    overflow: hidden;
}

.Album .item .pic {
    overflow: hidden;
    width: 100%;
    padding-top: 73%;
}

.Album .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.Album .item:nth-of-type(3n) {
    margin-right: 0;
}

@media (min-width:1025px) {
    .pub-menu li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .pub-menu li:hover>a {
        font-weight: bold;
        color: #0151A9;
    }
    .pub-menu li:hover::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -.1rem;
        width: .2rem;
        height: .21rem;
        background: url(../images/icon.svg)no-repeat center;
        background-size: 100%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .pub-menu .drop a:hover {
        font-weight: bold;
        color: #666;
    }
    .jigou>a:hover,
    .photo .item:hover .tit {
        background-image: linear-gradient(90deg, #10C6E0, #87D523);
        color: #FFF;
    }
    .teacher .item:hover .pic img,
    .photo .item:hover .pic img,
    .Album .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);
    }
    .text-list .item:hover {
        background-image: linear-gradient(90deg, #10C6E0, #87D523);
        color: #FFF;
        padding-left: .55rem;
        padding-right: .2rem;
    }
    .text-list .item:hover::before {
        left: .2rem;
        background-image: url(../images/arrow2.svg);
    }
    .text-list .item:hover .date {
        color: #FFF;
    }
}

@media (max-width:1199px) {
    .n-banner .title-con .title {
        font-size: 22px;
    }
    .n-banner .title-con {
        height: 1rem;
    }
    .crumbs {
        display: none;
    }
    .sub-btn {
        display: block;
    }
    .sub-btn::after,
    .pub-menu::after,
    .pub-menu li.on::after {
        display: none;
    }
    .pub-menu {
        background-color: #E2EDFF;
        margin-top: 0;
        margin-right: 0;
        position: absolute;
        right: 0;
        display: none;
        z-index: 20;
        height: auto;
        width: 120px;
        margin-left: 0;
        padding-left: 0;
        top: 0;
    }
    .pub-menu li {
        margin-right: 0;
    }
    .pub-menu li>a {
        text-align: center;
        display: block;
        line-height: 40px;
        font-size: 14px;
    }
    .pub-menu .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        width: 20px;
    }
    .pub-menu .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: 15px;
        height: 15px;
        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%);
    }
    .pub-menu .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);
    }
    .pub-menu .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        padding-top: 0;
        background: none;
        margin-left: 0;
        box-shadow: none;
    }
    .pub-menu .drop a {
        font-size: 12px;
    }
    .jigou {
        margin-bottom: 1rem;
        margin-top: .3rem;
    }
    .jigou>a {
        font-size: 14px;
        line-height: 40px;
    }
    .teacher .item .name,
    .teacher .sidebar>a,
    .teacher-details .info-content .title,
    .teacher-details .info-content .txt {
        font-size: 15px;
    }
    .teacher .item .text-con {
        height: auto;
        padding-bottom: .1rem;
    }
    .teacher-details .info-content .text-con {
        padding-top: 0;
    }
    .teacher-details .info-content .title .name {
        font-size: 20px;
    }
    .teacher-details .body .title {
        font-size: 18px;
    }
    .page a {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .text-list .item .date,
    .details .info {
        font-size: 12px;
    }
    .text-list .item .tit,
    .details .prev-next,
    .photo .item .tit {
        font-size: 14px;
    }
    .text-list .item {
        line-height: 60px;
    }
    .details h1 {
        font-size: 16px;
    }
    .details .info {
        line-height: 32px;
    }
    .details .info span {
        margin-right: .2rem;
    }
    .photo .item .tit {
        line-height: 48px;
    }
}

@media (max-width:950px) {
    .jigou>a {
        width: 32%;
        margin-right: 2%;
    }
    .jigou>a:nth-of-type(4n) {
        margin-right: 2%;
    }
    .jigou>a:nth-of-type(3n) {
        margin-right: 0;
    }
    .teacher .item {
        width: 32%;
        margin-right: 2%;
    }
    .teacher .item:nth-of-type(4n) {
        margin-right: 2%;
    }
    .teacher .item:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .n-banner img {
        width: auto;
        height: 3.2rem;
    }
    .teacher {
        display: block;
    }
    .teacher .sidebar {
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 0;
    }
    .teacher .sidebar::before,
    .teacher .sidebar>a.on::before {
        display: none;
    }
    .teacher .sidebar>a {
        padding-left: 0;
        line-height: 2.4;
        margin-right: .2rem;
        margin-top: 0;
    }
    .teacher .sidebar>a:last-child {
        margin-right: 0;
    }
    .teacher-details .info-content,
    .teacher-details .info-content .title span {
        display: block;
    }
    .teacher-details .info-content .pic {
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .teacher-details .info-content .title {
        text-align: center;
        margin-top: .2rem;
        line-height: 2;
    }
    .teacher-details .info-content::after {
        display: none;
    }
    .teacher-details .info-content .text-con,
    .teacher-details .info-content {
        padding: 0;
    }
    .teacher-details .body .text,
    .teacher-details .body .tit {
        padding-left: 32px;
    }
    .photo .item,
    .Album .item {
        width: 48.5%;
        margin-right: 3%;
    }
    .photo .item:nth-of-type(3n),
    .Album .item:nth-of-type(3n) {
        margin-right: 3%;
    }
    .photo .item:nth-child(even),
    .Album .item:nth-child(even) {
        margin-right: 0;
    }
}

@media (max-width:540px) {
    .n-banner img {
        height: 3.8rem;
    }
    .about .txt>div {
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }
    .about img {
        width: 100%;
    }
    .jigou>a {
        width: 49%;
    }
    .jigou>a:nth-of-type(3n) {
        margin-right: 2%;
    }
    .jigou>a:nth-of-type(2n) {
        margin-right: 0;
    }
    .teacher .item {
        width: 49%;
    }
    .teacher .item.item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .teacher .item.item:nth-of-type(2n) {
        margin-right: 0;
    }
    .Introduction {
        display: block;
    }
    .Introduction .picture {
        margin-right: auto;
        margin-left: auto;
        width: 3.4rem;
    }
    .Introduction .text {
        margin-top: .4rem;
    }
}