@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%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .16rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #920C19;
}


/*块级转化*/

.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;
}

::-webkit-scrollbar {
    width: 6px;
    height: 9px;
}

::-webkit-scrollbar-track {
    width: 3px;
    background: rgba(0, 0, 0, .3);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb {
    background-color: #ef9e12;
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ef9e12
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.4rem;
    z-index: 9999;
    padding-left: .5rem;
    padding-right: .6rem;
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.6rem;
    z-index: -1;
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
}

.header .logo {
    margin-right: 1rem;
}

.header .logo img {
    height: .76rem;
}

.header .search {
    width: 2.6rem;
    height: .35rem;
    border-radius: .18rem;
    -webkit-border-radius: .18rem;
    -moz-border-radius: .18rem;
    -ms-border-radius: .18rem;
    -o-border-radius: .18rem;
    border: 1px #FFF solid;
}

.header .search input[type="text"] {
    width: 100%;
    background: none;
    color: #FFF;
    font-size: .14rem;
    padding-left: .2rem;
}

.header .search input[type="text"]::placeholder {
    color: #FFF;
}

.header .search input[type="submit"] {
    width: .6rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: .2rem;
}

.header .nav-con {
    align-items: flex-end;
}

.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 {
    width: 100%;
}

.nav li>a {
    line-height: .6rem;
    font-size: .2rem;
    color: #FFF;
    font-weight: bold;
}

.nav li.on a {
    color: #333;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.nav .drop {
    width: 1.2rem;
    left: 50%;
    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;
    margin-left: -.6rem;
    font-size: .14rem;
}

.header.on,
.header.fixed {
    background-color: #920C19;
}

.header.on::after,
.header.fixed::after {
    display: none;
}

.header.on {
    position: sticky;
}

.footer {
    background: #920C19 url(../images/footer-bg.png)no-repeat center;
    background-size: cover;
    color: #FFF;
    padding-top: .6rem;
    margin-top: .8rem;
}

.footer .logo {
    margin-top: .15rem;
}

.footer .logo img {
    height: .76rem;
}

.footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, .5);
    padding: .15rem .2rem;
    margin-top: .2rem;
}

.footer .text {
    margin-right: .5rem;
    line-height: 1.8;
    margin-top: .1rem;
}

.footer .erwma {
    width: .96rem;
    margin-right: .35rem;
}

.footer .erwma:last-child {
    margin-right: 0;
}

.footer .erwma .pic {
    overflow: hidden;
    height: .96rem;
}

.footer .erwma .pic img {
    width: 100%;
}

.footer .erwma .tit {
    line-height: 1;
    margin-top: .15rem;
}

@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);
    }
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .header {
        padding-left: .2rem;
        height: 1.2rem;
    }
    .header.fixed,
    .header.hover {
        background-color: #920C19;
    }
    .header.fixed::after,
    .header.hover::after {
        display: none;
    }
    .menu-btn {
        display: block;
    }
    .header .search {
        width: 100%;
        height: 40px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .header .search input[type="text"] {
        font-size: 14px;
    }
    .header .search input[type="submit"] {
        width: 60px;
        background-size: 20px;
    }
    .nav-con {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #920C19;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: .2rem .3rem;
        border-top: 1px solid rgba(255, 255, 255, .5);
    }
    .nav {
        margin-top: .3rem;
    }
    .nav li {
        width: 100%;
    }
    .nav li>a {
        font-size: 16px;
        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: .1rem;
        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;
        margin-left: 0;
        font-size: 14px;
        padding-left: 20px;
    }
    .nav .drop a {
        color: #FFF;
    }
    .footer .erwma {
        width: 80px;
    }
    .footer .erwma .pic {
        height: 80px;
    }
}

@media (max-width:767px) {
    .header {
        height: 65px;
    }
    .header::after {
        height: 140%;
    }
    .nav-con {
        top: 65px;
        height: calc(100vh - 65px);
    }
    .header .logo img,
    .footer .logo img {
        height: 35px;
    }
    .footer {
        padding-top: 20px;
    }
    .footer .erwma {
        margin-right: 15px;
    }
    .footer .container>div:last-child {
        width: 100%;
        margin-top: .2rem;
    }
}

@media (max-width:479px) {
    .footer {
        font-size: 12px;
    }
    .footer .erwma {
        width: 70px;
    }
    .footer .erwma .pic {
        height: 70px;
    }
}

.banner {
    overflow: hidden;
}

.banner .swiper-slide {
    /* height: 100vh; */
    overflow: hidden;
}

.banner img {
    height: 100%;
}

.banner .swiper-pagination {
    bottom: .3rem;
}

.banner .swiper-pagination-bullet {
    background-color: #FFF;
    opacity: 1;
    margin-right: .4rem !important;
    position: relative;
}

.banner .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 1px;
    background-color: #FFF;
    width: .25rem;
    right: -.33rem;
}

.banner .swiper-pagination-bullet-active {
    width: .3rem;
    height: .28rem;
    background: url(../images/banner-icon.png)no-repeat center;
    background-size: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.banner .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.banner .swiper-pagination-bullet:last-child::after {
    display: none;
}


/* .main_wrap {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99
} */

.home-pageone {
    background: #FFF url(../images/bg1.png)no-repeat right top;
    background-size: 10.15rem;
    padding-top: .7rem;
    padding-bottom: .6rem;
}

.home-first {
    height: 1rem;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    background-color: #FFF;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .1);
    padding-left: 1.15rem;
    padding-right: 1.7rem;
    margin-left: .3rem;
}

.home-first .tit {
    position: absolute;
    left: -.5rem;
    bottom: -.02rem;
    width: 1.7rem;
    height: 1.23rem;
    background: url(../images/t1.png)no-repeat center;
    background-size: 100%;
}

.home-first .swiper-container {
    height: 1rem;
}

.home-first .swiper-slide {
    line-height: 1rem;
    font-weight: bold;
    font-size: .24rem;
}

.home-first .hot {
    padding-right: .35rem;
}

.home-first .hot::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: .25rem;
    height: .35rem;
    background: url(../images/hot.png)no-repeat center;
    background-size: 100%;
}

.home-first .swiper-pagination {
    left: auto;
    right: .1rem;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-first .swiper-pagination-bullet {
    background-color: #920C19;
    width: .12rem;
    height: .12rem;
    margin-right: .15rem;
}

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url('../fonts/SourceHanSerifCN-Bold.otf');
}

@font-face {
    font-family: 'Impact';
    src: url('../fonts/impact.ttf');
}

.home-title .icon {
    width: .4rem;
    margin-right: .15rem;
}

.home-title .icon img {
    width: 100%;
}

.home-title .icon::before {
    content: '';
    position: absolute;
    right: -.08rem;
    top: 0;
    width: 1px;
    height: .55rem;
    opacity: .2;
    background-color: #920C19;
}

.home-title .icon::after {
    content: '';
    position: absolute;
    left: .2rem;
    bottom: -5px;
    width: 1.9rem;
    height: 1px;
    opacity: .2;
    background-color: #920C19;
}

.home-title .title {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .36rem;
    line-height: 1;
}
.title span {
    color: #b5b5b5;
    font-size: .24rem;
}
.home-title .title::after {
    content: '';
    position: absolute;
    left: -.05rem;
    bottom: -14px;
    width: .07rem;
    height: .07rem;
    background-color: #920C19;
    z-index: 1;
    opacity: .2;
}

.home-title .more {
    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%);
    z-index: 2;
    padding-right: .2rem;
}

.home-title .more::after {
    content: '';
    position: absolute;
    left: -5px;
    bottom: -.05rem;
    width: .55rem;
    height: .16rem;
    background: url(../images/more.png)no-repeat center;
    background-size: 100%;
}
.moresz::after {
    left: 70px !important;
}
.home-news {
    margin-top: .4rem;
}

.home-news .content {
    margin-top: .2rem;
}

.home-news .focus {
    width: 6.45rem;
    margin-right: .45rem;
}

.home-news .focus .swiper-container {
    padding-top: .3rem;
}

.home-news .focus .date {
    position: absolute;
    left: .3rem;
    top: -.3rem;
    width: 1.1rem;
    height: .84rem;
    background-color: #920C19;
    color: #FFF;
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .18rem;
    z-index: 2;
}

.home-news .focus .date span {
    font-size: .24rem;
}

.home-news .focus .pic {
    overflow: hidden;
    width: 100%;
    padding-top: 71.32%;
}

.home-news .focus .pic img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.home-news .focus .pic::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, .9));
    height: 30%;
    z-index: 2;
}

.home-news .focus .tit {
    position: absolute;
    left: .2rem;
    bottom: .2rem;
    z-index: 4;
    right: 1rem;
    color: #FFF;
    font-size: .18rem;
    line-height: 1;
}

.home-news .focus .swiper-pagination {
    left: auto;
    bottom: .2rem;
    right: .2rem;
    width: auto;
}

.home-news .focus .swiper-pagination-bullet {
    background-color: #FFF;
    width: .12rem;
    height: .12rem;
}

.home-news .text-content {
    margin-top: .3rem;
    overflow: hidden;
}

.home-news .text-content::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-top: 1px dashed #ECD3D3;
}

.home-news .text-content::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0%;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-left: 1px dashed #ECD3D3;
}

.home-news .item {
    width: 49.8%;
    padding-top: .25rem;
    padding-right: .3rem;
}

.home-news .item:nth-child(even) {
    padding-left: .3rem;
}

.home-news .item .date {
    font-family: 'SourceHanSerifCN-Bold';
    color: #9E9E9E;
}

.home-news .item .date span {
    font-size: .26rem;
    color: #920C19;
}

.home-news .item .tit {
    font-size: .18rem;
    font-weight: bold;
    height: .52rem;
    overflow: hidden;
    line-height: 1.5;
    margin-top: .15rem;
}

.home-news .item .des {
    color: #9E9E9E;
    line-height: 1.6;
    margin-top: .15rem;
    overflow: hidden;
    height: .54rem;
}

.home-dangjian {
    background: url(../images/bg2.png)no-repeat center top;
    background-size: cover;
    height: 9.3rem;
    margin-top: -.35rem;
    padding-top: 2.15rem;
    z-index: 9;
}

.home-dangjian .home-title .more,
.home-dangjian .home-title .title,
.home-teacher .home-title .more,
.home-teacher .home-title .title {
    color: #FFF;
}

.home-dangjian .home-title .icon::after,
.home-dangjian .home-title .icon::before,
.home-dangjian .home-title .title::after,
.home-teacher .home-title .icon::after,
.home-teacher .home-title .icon::before,
.home-teacher .home-title .title::after {
    background-color: #FFF;
}

.home-dangjian .home-title .more::after,
.home-teacher .home-title .more::after {
    background-image: url(../images/more1.png);
}

.home-dangjian .card {
    width: 48.5%;
    background: #FFF url(../images/tbg1.png)no-repeat right top;
    background-size: cover;
    margin-top: .6rem;
}

.home-dangjian .card .pic {
    width: 3.25rem;
    padding-top: 32.6%;
    overflow: hidden;
}

.home-dangjian .card .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-dangjian .card .tips {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #920C19;
    color: #FFF;
    width: .84rem;
    line-height: .42rem;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 90% 50%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 90% 50%, 100% 100%, 0% 100%);
}

.home-dangjian .card .text-con {
    padding: .75rem .2rem 0 .3rem;
    font-size: .18rem;
}

.home-dangjian .card .tit {
    line-height: 1.6;
    height: .74rem;
    overflow: hidden;
}

.home-dangjian .card .date {
    color: #920C19;
    line-height: 1;
    margin-top: .3rem;
}

.home-dangjian .content {
    overflow: hidden;
    margin-top: .1rem;
}

.home-dangjian .content .item {
    color: #FFF;
    width: 48.5%;
    padding: .25rem 0;
    border-top: 1px dashed #FFF;
}

.home-dangjian .content .item:nth-child(1),
.home-dangjian .content .item:nth-child(2) {
    border-top-width: 0;
}

.home-dangjian .content .item .tit {
    font-size: .18rem;
    height: .36rem;
line-height: .36rem;
    overflow: hidden;
}

.home-dangjian .content .item .des {
    opacity: .5;
}

.home-dangjian .content .item .date {
    font-size: .18rem;
    line-height: 1;
    width: .9rem;
    border-right: 1px #fff solid;
    margin-right: .3rem;
}

.home-dangjian .content .item .date span {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .32rem;
    margin-bottom: .1rem;
}

.home-jiaoyu {
    background: url(../images/bg3.png)no-repeat center top;
    background-size: cover;
    padding-top: 1.65rem;
    margin-top: -1.5rem;
    padding-bottom: .6rem;
}

.home-jiaoyu .swiper-container {
    margin-top: .55rem;
    margin-left: -.5rem;
    margin-right: -.5rem;
    padding-bottom: .2rem;
    padding-right: .1rem;
    padding-left: .1rem;
}

.home-jiaoyu .swiper-slide {
    padding-left: .5rem;
    padding-right: .5rem;
    border-right: 1px solid rgba(0, 0, 0, .1);
    padding-top: .9rem;
    height: 4.6rem;
}

.home-jiaoyu .date {
    font-size: .3rem;
    font-family: 'Impact';
    color: #920C19;
    line-height: 1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-jiaoyu .tit {
    font-size: .18rem;
    line-height: 1.6;
    overflow: hidden;
    height: .6rem;
    margin-top: .25rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-jiaoyu .tips {
    line-height: .25rem;
    color: #FFF;
    background-color: #920C19;
    font-size: .14rem;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    width: .9rem;
    margin-top: .2rem;
}

.home-jiaoyu .des {
    color: #666;
    line-height: 1.7;
    height: .8rem;
    overflow: hidden;
    margin-top: .25rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-jiaoyu .pic {
    display: none;
    overflow: hidden;
    height: 1.85rem;
    margin-top: .25rem;
}

.home-jiaoyu .swiper-pagination {
    display: none;
}

.home-jiaoyu .swiper-pagination-bullet {
    background-color: #920C19;
}

.home-teacher {
    background: url(../images/bg4.png)no-repeat center top;
    background-size: cover;
    padding-top: .8rem;
    padding-bottom: .85rem;
}

.home-teacher .content {
    margin-top: .45rem;
}

.home-teacher .swiper-container {
    padding-left: .3rem;
    padding-right: .3rem;
}

.home-teacher .swiper-slide {
    padding-top: 1.1rem;
    padding-right: .3rem;
    padding-left: .3rem;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.home-teacher .name {
    color: #FFF;
    font-family: 'SourceHanSerifCN-Bold';
    border-left: 4px #EAAB19 solid;
    padding-left: .1rem;
    line-height: 1;
    margin-top: .2rem;
}

.home-teacher .name span {
    font-size: .24rem;
    margin-right: .1rem;
}

.home-teacher .info {
    display: none;
    color: #ADADAD;
    line-height: 1.7;
    margin-top: .1rem;
    overflow: hidden;
    height: .82rem;
}

.home-teacher .button {
    position: absolute;
    bottom: .3rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFF;
}

.home-teacher .swiper-button-next,
.home-teacher .swiper-button-prev {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #FFF;
    background-size: .16rem;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-teacher .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23CE3942'%2F%3E%3C%2Fsvg%3E");
    left: 3.8rem;
}

.home-teacher .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23CE3942'%2F%3E%3C%2Fsvg%3E");
    right: 3.8rem;
}

.home-teacher .swiper-slide-active {
    background-color: #FFF;
    padding: .2rem .3rem;
    z-index: 9;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    height: 4.7rem;
    margin-left: .3rem;
    margin-right: .3rem;
}

.home-teacher .swiper-slide-active .name {
    border-left-color: #C61722;
    color: #333;
}

.home-teacher .swiper-slide-active .info {
    display: block;
}

.home-keyan {
    margin-top: .75rem;
    overflow: hidden;
    padding-bottom: .2rem;
}

.home-keyan .content {
    z-index: 9;
    height: 6.7rem;
    margin-top: .55rem;
}

.home-keyan .content::after {
    content: '';
    position: absolute;
    left: -2.6rem;
    right: -2.6rem;
    background-color: #fbf6f6;
    height: 3.6rem;
    z-index: -1;
    top: .5rem;
}

.home-keyan .gallery-top {
    margin-left: -.3rem;
}

.home-keyan .gallery-top .swiper-container {
    padding-left: .3rem;
}

.home-keyan .gallery-top .pic {
    width: 7.2rem;
    height: 4.6rem;
}

.home-keyan .gallery-top .pic::after {
    content: '';
    position: absolute;
    right: -.3rem;
    top: 0;
    width: .3rem;
    height: .5rem;
    background-color: #ECD3D3;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.home-keyan .gallery-top .pic::before {
    content: '';
    position: absolute;
    left: -.3rem;
    bottom: 0;
    width: .3rem;
    height: .5rem;
    background-color: #ECD3D3;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.home-keyan .gallery-top .text-con {
    position: absolute;
    bottom: .5rem;
    right: 0;
    z-index: 2;
    width: 7.4rem;
    background: #FFF url(../images/tbg2.png)no-repeat center;
    background-size: cover;
    height: 3.2rem;
    padding: .4rem;
}

.home-keyan .gallery-top .date {
    width: .64rem;
    height: .64rem;
    background-color: #920C19;
    color: #FFF;
    font-size: .14rem;
    padding-left: .05rem;
    padding-right: .05rem;
    margin-right: .3rem;
}

.home-keyan .gallery-top .date span {
    font-size: .26rem;
    border-bottom: 1px rgba(255, 255, 255, .3) solid;
    margin-bottom: .05rem;
    width: 90%;
    text-align: center;
}

.home-keyan .gallery-top .tit {
    font-weight: bold;
    font-size: .22rem;
    line-height: 1.5;
}

.home-keyan .gallery-top .des {
    color: #666;
    line-height: 1.7;
    border-top: 1px rgba(0, 0, 0, .1) solid;
    margin-top: .3rem;
    padding-top: .25rem;
}

.home-keyan .gallery-thumbs {
    width: 11.1rem;
    background-color: #FFF;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .1);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: .3rem .2rem;
}

.home-keyan .gallery-thumbs .swiper-slide {
    height: 2.15rem;
    overflow: hidden;
}

.home-keyan .gallery-thumbs .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
}

.home-keyan .gallery-thumbs .tit {
    position: absolute;
    left: 0;
    bottom: .2rem;
    padding: 0 .2rem;
    font-size: .14rem;
    color: #FFF;
    z-index: 3;
}

.home-keyan .gallery-thumbs .swiper-button-next,
.home-keyan .gallery-thumbs .swiper-button-prev {
    width: .45rem;
    height: .45rem;
    background: #FFF url(../images/next.png)no-repeat center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: .24rem;
    border: 1px #920C19 solid;
    right: auto;
    margin-top: 0;
}

.home-keyan .gallery-thumbs .swiper-button-prev {
    left: -1.6rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    top: 1.2rem;
}

.home-keyan .gallery-thumbs .swiper-button-next {
    left: -1.6rem;
    top: 1.85rem;
}

.home-sch {
    margin-top: .6rem;
}

.home-sch .swiper-container {
    margin-top: .55rem;
}

.home-sch .swiper-slide {
    width: 9rem;
    height: 6.2rem;
    overflow: hidden;
    background-color: #000;
}

.home-sch .swiper-slide img {
    opacity: .6;
}

.home-sch .swiper-slide-active img {
    opacity: 1;
}

.home-sch .swiper-slide-prev {
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 90%);
}

.home-sch .swiper-slide-next {
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
}

.home-sch .swiper-button-next,
.home-sch .swiper-button-prev {
    width: .64rem;
    height: .64rem;
    border: 1px dashed #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: .18rem;
}

.home-sch .swiper-button-prev {
    left: 3.4rem;
}

.home-sch .swiper-button-next {
    right: 3.4rem;
}

.home-sch .button {
    margin-top: .4rem;
}

.home-sch .button .line {
    height: 1px;
    background-image: linear-gradient(90deg, rgba(179, 23, 22, 0), rgba(179, 23, 22, 1));
}

.home-sch .button .line:last-child {
    height: 1px;
    background-image: linear-gradient(90deg, rgba(233, 193, 126, 1), rgba(233, 193, 126, 0));
}

.home-sch .button .mouse {
    width: .38rem;
    height: .38rem;
    background: url(../images/mouse.png)no-repeat center;
    background-size: 100%;
    margin-left: .3rem;
    margin-right: .3rem;
}

.home-sch .button .mouse::before {
    content: '';
    position: absolute;
    left: -.2rem;
    width: 0;
    height: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-top: .08rem solid transparent;
    border-bottom: .08rem solid transparent;
    border-right: .08rem solid #920C19;
}

.home-sch .button .mouse::after {
    content: '';
    position: absolute;
    right: -.2rem;
    width: 0;
    height: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-top: .08rem solid transparent;
    border-bottom: .08rem solid transparent;
    border-left: .08rem solid #E9C17E;
}

.tool {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px dashed #FFF;
    z-index: 21;
    right: -1.15rem;
    padding: .25rem;
}

.tool::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: 1.8rem;
    height: 1.8rem;
    background: #920C19 url(../images/tbg4.png)no-repeat center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
}

.tool a {
    color: #FFF;
    background: url(../images/icon.png)no-repeat center top;
    padding-top: .3rem;
    background-size: .2rem;
    width: .2rem;
    line-height: 1.2;
    position: absolute;
    left: .7rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

@media (min-width:1025px) {
    .home-news .focus .swiper-slide:hover .pic img,
    .home-dangjian .card:hover .pic img,
    .home-keyan .gallery-thumbs .swiper-slide:hover img,
    .home-sch .swiper-slide: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 .item:hover {
        background-color: #920C19;
        color: #FFF;
        padding-left: .3rem;
    }
    .home-news .item:hover .date,
    .home-news .item:hover .date span,
    .home-news .item:hover .des {
        color: #FFF;
    }
    .home-news .item:hover::after {
        content: '';
        position: absolute;
        right: .1rem;
        top: .1rem;
        width: .15rem;
        height: .15rem;
        background-color: #EAAB19;
    }
    .home-dangjian .home-title .more:hover {
        opacity: .7;
    }
    .home-jiaoyu .swiper-slide:hover {
        border-top: 2px #EAAB19 solid;
        box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .1);
        padding-top: .4rem;
    }
    .home-jiaoyu .swiper-slide:hover .date,
    .home-jiaoyu .swiper-slide:hover .tips {
        display: none;
    }
    .home-jiaoyu .swiper-slide:hover .pic {
        display: block;
    }
    .home-jiaoyu .swiper-slide:hover .tit {
        margin-top: 0;
        font-weight: bold;
    }
    .home-teacher .swiper-slide-active {
        width: 3.22rem !important;
    }
    .home-keyan .gallery-thumbs .swiper-button-next:hover,
    .home-keyan .gallery-thumbs .swiper-button-prev:hover {
        background-color: #920C19;
        background-image: url(../images/next1.png);
    }
}

@media (max-width:1199px) {
    .banner img {
        height: auto;
    }
    .banner .swiper-slide {
        height: auto;
    }
    .main_wrap {
        position: inherit;
    }
    .home-first .swiper-slide {
        font-size: 16px;
    }
    .home-first .hot::after {
        width: 16px;
        height: 23px;
    }
    .home-title .title {
        font-size: 22px;
    }
    .home-news .focus .date,
    .home-news .item .date,
    .home-news .item .des,
    .home-dangjian .content .item .date,
    .home-dangjian .content .item .des,
    .home-jiaoyu .des,
    .home-jiaoyu .tips,
    .home-teacher .info,
    .home-keyan .gallery-top .des,
    .home-keyan .gallery-top .date {
        font-size: 12px;
    }
    .home-news .focus .date span,
    .home-news .item .date span,
    .home-dangjian .content .item .date span,
    .home-jiaoyu .swiper-slide .date,
    .home-keyan .gallery-top .date span {
        font-size: 18px;
    }
    .home-news .focus .tit,
    .home-news .item .tit,
    .home-dangjian .card .text-con,
    .home-dangjian .content .item .tit,
    .home-jiaoyu .tit,
    .home-teacher .name,
    .home-keyan .gallery-thumbs .tit,
    .home-keyan .gallery-top .tit {
        font-size: 14px;
    }
    .home-news .item .tit,
    .home-news .item .des,
    .home-jiaoyu .des,
    .home-teacher .swiper-slide-active,
    .home-keyan .gallery-top .text-con {
        height: auto;
    }
    .home-news .focus .date {
        width: 55px;
        height: 50px;
    }
    .home-news .item .tit {
        height: 42px;
    }
    .home-dangjian .card .tips {
        line-height: 30px;
    }
    .home-dangjian .card .tit,
    .home-jiaoyu .tit {
        height: 44px;
    }
    .home-dangjian .content .item .date {
        width: 55px;
    }
    .home-dangjian .content .item .tit {
        height: 21px;
    }
    .home-jiaoyu .swiper-container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .home-jiaoyu .swiper-slide {
        height: auto;
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .home-jiaoyu .tips {
        line-height: 22px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        width: 70px;
    }
    .home-jiaoyu .swiper-pagination {
        display: block;
    }
    .home-teacher .name span {
        font-size: 16px;
    }
    .home-teacher .swiper-button-next,
    .home-teacher .swiper-button-prev {
        width: 40px;
        height: 40px;
        background-size: 12px;
    }
    .home-teacher .info {
        height: 62px;
    }
    .home-keyan .gallery-top .text-con {
        width: 60%;
    }
    .home-keyan .gallery-thumbs .swiper-button-next,
    .home-keyan .gallery-thumbs .swiper-button-prev {
        width: 34px;
        height: 34px;
        background-size: 18px;
    }
    .home-keyan .gallery-top .date {
        width: 60px;
        height: 60px;
    }
    .tool {
        display: none;
    }
}

@media(max-width:991px) {
    .home-news .focus {
        width: 100%;
        margin-right: 0;
    }
    .home-news .text-content {
        flex: none;
        width: 100%;
    }
    .home-news .item {
        padding-bottom: .2rem;
    }
    .home-dangjian {
        height: auto;
        padding-bottom: 1.5rem;
    }
    .home-teacher .swiper-slide {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        padding: 0;
    }
    .home-teacher .swiper-slide-active {
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        background: none;
    }
    .home-teacher .swiper-slide-active .info {
        display: none;
    }
    .home-teacher .content {
        padding-bottom: 50px;
    }
    .home-teacher .swiper-slide-active .name {
        color: #FFF;
        border-left-color: #EAAB19;
    }
    .home-keyan .content {
        height: auto;
    }
    .home-keyan .gallery-thumbs {
        position: relative;
        margin-top: .3rem;
    }
    .home-keyan .gallery-thumbs {
        width: 100%;
    }
    .home-keyan .gallery-top .text-con {
        bottom: .2rem;
    }
}

@media (max-width:767px) {
    .home-pageone {
        padding-top: .3rem;
        padding-bottom: 0;
    }
    .home-title {
        justify-content: flex-start;
    }
    .home-first {
        height: 50px;
        padding-left: 40px;
        padding-right: 65px;
    }
    .home-first .swiper-container {
        height: 50px;
    }
    .home-first .swiper-slide {
        font-size: 15px;
        line-height: 50px;
    }
    .home-first .tit {
        width: 86px;
        height: 62px;
        left: -30px;
    }
    .home-first .hot {
        padding-right: 25px;
    }
    .home-first .swiper-pagination-bullet {
        margin-right: 5px !important;
    }
    .home-dangjian {
        padding-top: 1.6rem;
    }
    .home-dangjian .card {
        width: 100%;
        margin-top: .3rem;
    }
    .home-jiaoyu .swiper-slide {
        padding: .3rem .2rem;
    }
    .home-teacher .swiper-button-prev {
        left: .5rem;
    }
    .home-teacher .swiper-button-next {
        right: .5rem;
    }
    .home-keyan .gallery-top .pic {
        width: 100%;
        overflow: hidden;
        padding-top: 65%;
    }
    .home-keyan .gallery-top .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .home-keyan .gallery-top .text-con {
        position: initial;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .home-keyan .gallery-thumbs .swiper-button-next,
    .home-keyan .gallery-thumbs .swiper-button-prev {
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .home-keyan .gallery-thumbs .swiper-button-prev {
        left: .2rem;
        transform: translateY(-50%) rotate(180deg);
        -webkit-transform: translateY(-50%) rotate(180deg);
        -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
    }
    .home-keyan .gallery-thumbs .swiper-button-next {
        left: auto;
        right: .2rem;
    }
    .home-sch .swiper-slide-next,
    .home-sch .swiper-slide-prev {
        clip-path: none;
    }
    .home-sch .swiper-button-prev {
        left: .2rem;
    }
    .home-sch .swiper-button-next {
        right: .2rem;
    }
}

@media (max-width:540px) {
    .home-dangjian .content .item {
        width: 100%;
    }
    .home-dangjian .content .item:nth-child(2) {
        border-top-width: 1px;
    }
    .home-dangjian .card:first-child {
        margin-top: .5rem;
    }
}

.n-banner {
    overflow: hidden;
}

.n-banner img {
    width: 100%;
}

.pub-title-con {
    width: 100%;
    height: .76rem;
    background-color: #F9F3F3;
    padding-right: 2.6rem;
}

.pub-title-con .title {
    width: 4.15rem;
    padding-left: 2.6rem;
    background: #920C19 url(../images/tbg3.png)no-repeat right center;
    background-size: .8rem;
    height: 1.1rem;
    color: #FFF;
    border-radius: 0 .2rem 0 0;
    -webkit-border-radius: 0 .2rem 0 0;
    -moz-border-radius: 0 .2rem 0 0;
    -ms-border-radius: 0 .2rem 0 0;
    -o-border-radius: 0 .2rem 0 0;
    font-size: .3rem;
    font-weight: bold;
    margin-top: -.35rem;
    line-height: 1.1rem;
}

.pub-title-con .subnav {
    line-height: .76rem;
    font-size: .18rem;
}

.pub-title-con .subnav a {
    margin-left: .4rem;
}

.pub-title-con .subnav a.on {
    font-weight: bold;
    color: #920C19;
    font-size: .2rem;
}

.crumbs {
    line-height: .76rem;
    color: #626E7B;
    background: url(../images/home.png)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
}

.crumbs a {
    color: #626E7B;
}

.page {
    margin-top: .7rem;
    line-height: .3rem;
}

.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: #920C19;
    color: #FFF;
    border-color: #920C19;
}

.img-list .item {
    margin-top: .5rem;
    padding: .25rem .35rem .25rem 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: 10;
}

.img-list .item::after {
    content: '';
    position: absolute;
    left: .25rem;
    top: 0;
    right: 0;
    height: 100%;
    border: 1px #DCDCDC solid;
    background-color: #FFF;
    z-index: -1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img-list .item .pic {
    width: 1.4rem;
    margin-right: .35rem;
    height: 1.95rem;
    overflow: hidden;
    z-index: 11;
    margin-right: .3rem;
}

.img-list .item .tit {
    font-size: .22rem;
    font-weight: bold;
    margin-top: .15rem;
}

.img-list .item .tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.2rem;
    height: 3px;
    width: .6rem;
    background-color: #920C19;
}

.img-list .item .des {
    color: #666;
    line-height: 1.7;
    margin-top: .4rem;
}

.img-list .item .date {
    margin-top: .2rem;
    color: #666;
    background: url(../images/date1.png)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
}

.txt-list {
    margin-top: .5rem;
}

.txt-list .item {
    line-height: .9rem;
    border-bottom: 2px dotted rgba(0, 0, 0, .3);
    padding-left: .3rem;
    z-index: 10;
    background: url(../images/arrow1.png)no-repeat left center;
    background-size: .1rem;
}

.txt-list .item .tit {
    font-size: .18rem;
    overflow: hidden;
    height: .9rem;
}

.txt-list .item .date {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    color: #666;
}

.details {
    margin-top: .6rem;
}

.details h1 {
    font-size: .24rem;
    line-height: 1.4;
}

.details .info {
    background-color: rgba(0, 0, 0, .04);
    font-size: .14rem;
    color: #999;
    margin-top: .2rem;
    line-height: .5rem;
}

.details .info span {
    margin-right: .1rem;
}

.details .info span:last-child {
    margin-right: 0;
}

.details .body {
    font-size: .18rem;
    line-height: 2;
    margin-top: .3rem;
}

.details .body p {
    text-indent: .36rem;
}

.details .body img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto !important;
    width: 500px;
}

.details .prev-next {
    margin-top: .5rem;
    border-top: 1px rgba(183, 183, 183, 0.49) solid;
    padding-top: .3rem;
    line-height: 2.4;
}

.details .prev-next span {
    font-weight: bold;
    color: #920C19;
}

.jigou {
    margin-top: .2rem;
}

.jigou .item {
    width: 32%;
    margin-right: 2%;
    border-bottom: 1px #920C19 solid;
    line-height: .9rem;
    font-size: .18rem;
    margin-top: .2rem;
    z-index: 11;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.jigou .item>div {
    z-index: 20;
    background: url(../images/arrow2.png)no-repeat .05rem center;
    background-size: .13rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    padding-left: .4rem;
}

.jigou .item:nth-of-type(3n) {
    margin-right: 0;
}

.teacher-list {
    margin-top: 1rem;
}

.teacher-list .item {
    margin-top: .5rem;
    width: 13.5%;
    margin-right: 3.25%;
}

.teacher-list .item:nth-of-type(6n) {
    margin-right: 0;
}

.teacher-list .item .pic {
    width: 100%;
    height: 2.9rem;
    overflow: hidden;
}

.teacher-list .item .name {
    font-size: .24rem;
    line-height: 1;
    margin-top: .15rem;
}

.teacher-list .item .name span {
    margin-right: .2rem;
}

.teacher-details {
    margin-top: .6rem;
}

.teacher-details .info-con {
    border: 1px rgba(0, 0, 0, .08) solid;
    padding: .15rem;
    background: url(../images/tbg5.png)no-repeat 96% center;
    background-size: 2.8rem;
}

.teacher-details .info-con .pic {
    width: 2.7rem;
    height: 3.5rem;
    z-index: 11;
    margin-right: .7rem;
}

.teacher-details .info-con .pic::after {
    content: '';
    position: absolute;
    left: -.15rem;
    top: -.15rem;
    bottom: -.15rem;
    background-color: #920C19;
    z-index: -1;
    width: 2.65rem;
    -webkit-clip-path: polygon(0 0, 60% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 60% 0%, 100% 100%, 0% 100%);
}

.teacher-details .info-con .name {
    font-weight: bold;
    font-size: .28rem;
    line-height: 2;
    margin-top: .2rem;
}

.teacher-details .info-con .name span {
    margin-right: .2rem;
}

.teacher-details .info-con .name::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.1rem;
    width: .6rem;
    height: 3px;
    background-color: #920C19;
}

.teacher-details .info-con .mod {
    font-weight: bold;
    margin-top: .4rem;
}

.teacher-details .info-con .des {
    line-height: 2.2;
    margin-top: .2rem;
}

.teacher-details .content {
    line-height: 2.2;
    margin-top: .4rem;
}

.album {
    margin-top: 1rem;
}

.album .gallery-top .swiper-slide {
    overflow: hidden;
    padding-top: 53%;
    position: relative;
}

.album .gallery-top .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.album .gallery-top .swiper-slide .tit {
    position: absolute;
    left: 0;
    bottom: .2rem;
    width: 100%;
    color: #FFF;
    font-size: .18rem;
    z-index: 9;
}

.album .gallery-top .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 30%;
    background-image: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    z-index: 2;
}

.album .gallery-top .swiper-button-next,
.album .gallery-top .swiper-button-prev {
    width: .27rem;
    height: .48rem;
    margin-top: -.135rem;
    background: url(../images/prev1.png)no-repeat center;
    background-size: 100%;
}

.album .gallery-top .swiper-button-prev {
    left: -.6rem;
}

.album .gallery-top .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    right: -.6rem;
}

.album .gallery-thumbs {
    margin-top: .5rem;
}

.album .gallery-thumbs .swiper-slide {
    height: 1.7rem;
}

.album .gallery-thumbs .swiper-slide-active::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 4px #920C19 solid;
}

@media (min-width:1025px) {
    .pub-title-con .subnav a:hover {
        font-weight: bold;
        color: #920C19;
        font-size: .2rem;
    }
    .crumbs a:hover {
        color: #920C19;
    }
    .img-list .item:hover .pic img,
    .teacher-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);
    }
    .img-list .item:hover::after {
        background-color: #920C19;
        border-color: #920C19;
        border-radius: 0 .4rem 0 0;
        -webkit-border-radius: 0 .4rem 0 0;
        -moz-border-radius: 0 .4rem 0 0;
        -ms-border-radius: 0 .4rem 0 0;
        -o-border-radius: 0 .4rem 0 0;
    }
    .img-list .item:hover .tit,
    .img-list .item:hover .des,
    .img-list .item:hover .date,
    .txt-list .item:hover,
    .txt-list .item:hover .date,
    .jigou .item:hover {
        color: #FFF;
    }
    .img-list .item:hover .date {
        background-image: url(../images/date2.png);
    }
    .txt-list .item:hover::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: .3rem 0 .3rem 0;
        -webkit-border-radius: .3rem 0 .3rem 0;
        -moz-border-radius: .3rem 0 .3rem 0;
        -ms-border-radius: .3rem 0 .3rem 0;
        -o-border-radius: .3rem 0 .3rem 0;
        background-color: #920C19;
        z-index: -1;
    }
    .txt-list .item:hover {
        padding-right: .3rem;
        border-bottom: 0;
        z-index: 12;
    }
    .txt-list .item:hover .tit,
    .jigou .item:hover,
    .teacher-list .item:hover .name {
        font-weight: bold;
    }
    .jigou .item:hover {
        border-bottom: 0;
    }
    .jigou .item:hover>div {
        background-color: #920C19;
        border-radius: 0 0 .3rem 0;
        -webkit-border-radius: 0 0 .3rem 0;
        -moz-border-radius: 0 0 .3rem 0;
        -ms-border-radius: 0 0 .3rem 0;
        -o-border-radius: 0 0 .3rem 0;
        background-image: url(../images/arrow3.png);
        background-position: .25rem center;
        padding-left: .6rem;
    }
    .jigou .item:hover::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #FFBD86;
        border-radius: 0 0 .3rem 0;
        -webkit-border-radius: 0 0 .3rem 0;
        -moz-border-radius: 0 0 .3rem 0;
        -ms-border-radius: 0 0 .3rem 0;
        -o-border-radius: 0 0 .3rem 0;
        z-index: -1;
        transform: translate(3px, 3px);
        -webkit-transform: translate(3px, 3px);
        -moz-transform: translate(3px, 3px);
        -ms-transform: translate(3px, 3px);
        -o-transform: translate(3px, 3px);
    }
    .teacher-list .item:hover .pic::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        border: 5px #920C19 solid;
    }
}

@media (max-width:1199px) {
    .page {
        line-height: 22px;
        margin-top: .4rem;
    }
    .page a {
        width: 24px;
        height: 24px;
    }
    .page .idx,
    .page .last {
        width: 50px;
    }
    .pub-title-con {
        padding-right: .2rem;
        height: 52px;
    }
    .pub-title-con .title {
        padding-left: .2rem;
        line-height: 74px;
        margin-top: -22px;
        width: 240px;
        height: 74px;
        font-size: 20px;
    }
    .crumbs,
    .pub-title-con .subnav {
        line-height: 52px;
    }
    .subnav-item{
        display:none;
    }
    .pub-title-con .subnav a {
        margin-left: .3rem;
    }
    .pub-title-con .subnav,
    .img-list .item .tit,
    .pub-title-con .subnav a.on,
    .txt-list .item .tit,
    .details .body,
    .jigou .item,
    .teacher-list .item .name,
    .album .gallery-top .swiper-slide .tit {
        font-size: 10px;
    }
    .img-list .item .des,
    .img-list .item .date,
    .txt-list .item .date,
    .details .info {
        font-size: 12px;
    }
    .img-list .item .pic {
        width: 25%;
        height: 2.2rem;
    }
    .details h1,
    .teacher-details .info-con .name {
        font-size: 18px;
    }
    .details .info {
        line-height: 30px;
    }
    .teacher-list {
        margin-top: 0;
    }
    .album {
        margin-top: .6rem;
    }
    .album .gallery-top .swiper-button-prev {
        left: .2rem;
    }
    .album .gallery-top .swiper-button-next {
        right: .2rem;
    }
}

@media(max-width:950px) {
    .jigou .item {
        width: 49%;
        line-height: 60px;
    }
    .jigou .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .jigou .item:nth-child(even) {
        margin-right: 0;
    }
    .teacher-details .info-con {
        display: block;
    }
    .teacher-details .info-con .pic {
        margin-left: auto;
        margin-right: auto;
    }
    .teacher-details .info-con .name {
        text-align: center;
        margin-top: .3rem;
    }
    .teacher-details .info-con .mod {
        text-align: center;
    }
    .teacher-details .info-con .name::after {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}

@media (max-width:767px) {
    .img-list .item {
        margin-top: .3rem;
        padding: .2rem .3rem .2rem 0;
    }
    .img-list .item .pic {
        width: 35%;
        height: 1.8rem;
    }
    .teacher-list .item {
        width: 31%;
        margin-right: 3.5%;
        margin-top: .3rem;
    }
    .teacher-list .item .pic {
        height: 3.3rem;
    }
    .teacher-list .item:nth-of-type(4n) {
        margin-right: 2%;
    }
    .teacher-list .item:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media(max-width:540px) {
    .pub-title-con {
        padding-right: 0;
    }
    .crumbs,
    .pub-title-con .subnav {
        display: none;
    }
    .pub-title-con .title {
        height: 52px;
        line-height: 52px;
        margin-top: 0;
        width: 100%;
    }
    .img-list .item {
        padding: 0;
    }
    .img-list .item .pic {
        width: 100%;
        margin-right: 0;
        height: auto;
        padding-top: 65%;
    }
    .img-list .item .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .img-list .item::after {
        display: none;
    }
    .img-list .item .text-con {
        margin-top: .2rem;
    }
    .jigou .item {
        width: 100%;
        line-height: 50px;
        margin-right: 0;
    }
    .teacher-list .item {
        width: 48.5%;
        margin-right: 3%;
    }
    .teacher-list .item .pic {
        height: 5rem;
    }
    .teacher-list .item:nth-of-type(3n) {
        margin-right: 3%;
    }
    .teacher-list .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .album .gallery-thumbs {
        margin-top: .3rem;
    }
}

/* ===== 通用三级下拉 ===== */
.drop3,
.drop3-subnav {
    position: absolute;
    top: 100%;
    background: #fff;
    min-width: 1.4rem;
    padding: .1rem 0;
    box-shadow: 0 .03rem .06rem rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-.05rem);
    transition: all .25s;
    z-index: 999;
}

.drop3-subnav {
    margin-left: .3rem !important;
}
.drop3 {
    left: 100%;
    margin-left: 0;
}
.drop3-subnav {
    left: 50%;
    transform: translateX(-50%) translateY(-.05rem);
}
.drop3 a {
    display: block;
    font-size: .14rem;
    line-height: 2.2;
    padding: 0 .2rem;
    white-space: nowrap;
    color: #333;
}

.drop3-subnav a {
    margin-left: 0 !important;
    display: block;
    font-size: .2rem;
    line-height: 2.2;
    padding: 0 .3rem;
    white-space: nowrap;
    color: #333;
}

.drop3 a:hover,
.drop3-subnav a:hover {
    background: #f5f5f5;
    color: #920C19;
}

/* 桌面 hover 展开 */
@media (min-width: 1200px) {
    .drop-item:hover > .drop3,
    .subnav-item:hover > .drop3-subnav {
        opacity: 1;
        visibility: visible;
        transform: translateX(0) translateY(0);
    }
    .subnav-item:hover > .drop3-subnav {
        transform: translateX(-50%) translateY(0);
    }
}

/* 响应式：≤1199px 抽屉内部三级 */
@media (max-width: 1199px) {
    .drop3,
    .drop3-subnav {
        position: static;
        box-shadow: none;
        background: rgba(0, 0, 0, .2);
        margin: .1rem 0 0 .2rem;
        opacity: 1;
        visibility: visible;
        display: none;
        transform: none !important;
    }
    .drop3 a,
    .drop3-subnav a {
        color: #fff;
        font-size: 13px;
    }
    .drop3 a:hover,
    .drop3-subnav a:hover {
        background: none;
        color: #EAAB19;
    }
}

/* 小屏微调：≤767px */
@media (max-width: 767px) {
    .drop3 a,
    .drop3-subnav a {
        line-height: 2;
    }
}

/* 箭头图标（共用） */
.arrow3::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .18rem;
    height: .18rem;
    background: url(../images/arrow.png) no-repeat center / 100%;
    transition: transform .2s;
}
@media (max-width: 1199px) {
    .arrow3.this::after {
        transform: translateY(-50%) rotate(90deg);
    }
}