@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;
}

.cover-animated {
    /* 覆盖动画效果 */
    animation-name: none !important;
    visibility: visible !important;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw;
    }
    #adu0 tabel img{width:200px !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: .18rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
    min-height: 100vh;
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #AA2129;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block !important;
}


/*原文件配置  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;
}

@keyframes push {
    16.65% {
        transform: translateX(8px)
    }
    33.3% {
        transform: translateX(-6px)
    }
    49.95% {
        transform: translateX(4px)
    }
    66.6% {
        transform: translateX(-2px)
    }
    83.25% {
        transform: translateX(1px)
    }
    100% {
        transform: translateX(0)
    }
}

.hover-title:hover {
    animation: push 1s ease-in-out;
}

.container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding-left: 1.05rem;
    padding-right: 1.05rem;
    padding-top: .1rem;
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.3rem;
    background-image: linear-gradient(#005ba9 0%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.02) 90%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}

.header .logo {
    max-width: 5.8rem;
    /* flex: 1; */
}

.header .logo img {
    height: 1.3rem;
    max-width: 100%;
    margin-left:-35px;
    margin-right: 35px;
    object-fit: contain;
}

.header .top {
    margin-top: .15rem;
    justify-content: flex-end;
}

.header .top a {
    color: #FFF;
    opacity: .8;
    font-size: .14rem;
    padding-right: .2rem;
    margin-right: .2rem;
}

.header .top a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 50%;
    background-color: #FFF;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: .8;
}

.header .top li{
	height: .4rem;
}

.header .top li .drop{
		width: auto;
		left: -80%;
		top: .4rem;
		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;
		font-size: .16rem;
		line-height: .4rem;
		white-space: nowrap;
		border-radius: 0 0 .12rem .12rem;
		padding: 0 0 0.05rem 0;
}

.header .top li .drop::after{
	content: '';
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #005ba9;
}

.header .top li .drop a{
	padding: 0.08rem 0.3rem;
	min-width: 1.2rem;
	line-height: .28rem;
	color: #000;
	width: 100%;
	text-decoration: none
}

.header .top li .drop a::after{
	width: 0;
}

/* .header .top li .drop a:nth-child(1){
	padding: 12px 30px 8px 30px;
} */

.drop-phone{
    position: static;
    left: auto;
    transform: translate(0, 0);
    opacity: 1;
    width: 100%;
    display: none;
    text-align: left;
    background: none;
    padding-left: .2rem;
    padding: 0 0 0 .2rem;
		
  }
	
	.drop-phone a{
		color: #fff;
		font-size: 0.25rem;
		line-height: .3rem;
		padding: 0.08rem 0;
	}

.header .search-btn {
    width: .18rem;
    background: url(../images/search.svg)no-repeat top;
    background-size: 100%;
    cursor: pointer;
		margin-top: 0.03rem;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: .5rem;
    height: .5rem;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}


.nav li>a {
    height: 0.6rem;
    display: flex;
    padding: 0 .25rem;
    font-size: .2rem;
    font-weight: bold;
    color: #FFF;
}

.nav li>a:hover {
    text-decoration: none;
}

.nav li:first-child>a {
    padding-left: 0;
}

.nav li:last-child>a {
    padding-right: 0;
}

.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: auto;
    left: 50%;
    top: .45rem;
    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: translateX(-50%) rotateX(90deg);
    -webkit-transform: translateX(-50%) rotateX(90deg);
    -moz-transform: translateX(-50%) rotateX(90deg);
    -ms-transform: translateX(-50%) rotateX(90deg);
    -o-transform: translateX(-50%) rotateX(90deg);
    background-color: #FFF;
    font-size: .16rem;
    line-height: .4rem;
    white-space: nowrap;
    border-radius: 0 0 .12rem .12rem;
    padding: 0 0 0.05rem 0;
}

.nav .drop::after{
	content: '';
	height: 0.03rem;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background:#005ba9;
}

.nav .drop a{
	padding: 0.08rem .3rem;
	min-width: 1.6rem;
	line-height: .28rem;
}

/* .nav .drop a:nth-child(1){
	padding: 12px 30px 8px 30px;
} */

.search-content {
    background: #0062B2;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    display: none;
    width: 100%;
    height: 100%;
}

.search-content .close {
    position: absolute;
    right: .6rem;
    top: .6rem;
    width: .6rem;
    height: .6rem;
    background: url(../images/close.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;
}

.m-search {
    display: none;
    border: 1px #FFF solid;
    margin-top: .3rem;
}

.m-search input[type='text'] {
    background: none;
    padding-left: .2rem;
    height: .8rem;
    color: #FFF;
}

.m-search input[type='text']::placeholder {
    color: #FFF;
}

.m-search input[type='submit'] {
    width: .8rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: .45rem;
}

.banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner .swiper-container{
    width: 100%;
    height: 100%;
}

.banner img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 3s;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-slide-active img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.banner .swiper-pagination {
    justify-content: flex-end;
    padding-right: 1.4rem;
    bottom: .5rem;
}

.banner .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    background-color: #FFF;
    margin: 0 .2rem !important;
    opacity: .7;
}

.banner .swiper-pagination-bullet-active {
    width: .27rem;
    height: .27rem;
    background: url(../images/banner-icon.png)no-repeat center;
    background-size: 100%;
    opacity: 1;
    border-radius: 0;
}

.banner .video {
    height: 100% !important;
    width: 100% !important;
}

.banner .video img {
    opacity: 0;
}

.footer {
    padding-top: .5rem;
    color: #FFF;
    background: url(../images/f-bg.jpg)no-repeat center;
    background-size: cover;
    margin-top: .8rem;
}

.footer a {
    color: #FFF;
}

.footer .tit {
    font-size: .18rem;
}

.footer .us .txt {
    font-size: .14rem;
    line-height: 2;
    margin-top: .2rem;
}

.footer .logo img {
    height: .95rem;
}

.footer .erwma-con {
    margin-top: .2rem;
}

.footer .erwma-con .erwma {
    width: .91rem;
    margin-right: .2rem;
}

.footer .erwma-con .erwma:last-child {
    margin-right: 0;
}

.footer .erwma-con .erwma .pic {
    height: .91rem;
    overflow: hidden;
    background-color: #FFF;
}

.footer .erwma-con .erwma .pic img {
    width: 100%;
}

.footer .erwma-con .erwma .text {
    opacity: .75;
    margin-top: .05rem;
    font-size: .14rem;
}

.copyright {
    font-size: .16rem;
    border-top: 1px rgba(255, 255, 255, .2) solid;
    margin-top: .4rem;
    padding: .2rem 0;
}

.copyright a {
    margin-left: .2rem;
}

.copyright .code{
	margin-top: .2rem;
}

.copyright .component{
	display: none;
}

.fB {
    font-weight: bold;
}

@font-face {
    font-family: 'SourceHanSans-Bold';
    src: url('../fonts/SourceHanSans-Bold.otf');
}

@font-face {
    font-family: 'SourceHanSans-Regular';
    src: url('../fonts/SourceHanSans-Regular.otf');
}

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url('../fonts/SourceHanSerifCN-Bold.otf');
}

.main-bg {
    background: url(../images/bg.png);
    background-attachment: fixed;
    background-size: 100%;
}

.home-title span {
    font-family: 'SourceHanSans-Bold';
    padding-left: .55rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: .43rem;
    font-size: .42rem;
    line-height: .5rem;
}

.title-img {
    height: .6rem;
    object-fit: contain;
}

.new {
    height: .7rem;
    object-fit: contain;
}

.notice {
    height: .7rem;
    object-fit: contain;
}

.teacher {
    height: .8rem;
    object-fit: contain;
}

.check-more {
    width: 1rem;
    height: .25rem;
    object-fit: contain;
    position: absolute;
    top: 50%;
    right: 0;
}

.home-title .no-left {
    padding-left: 0;
}

.home-title .more {
    font-size: .14rem;
    color: #0062B2;
    font-family: 'SourceHanSans-Regular';
    background: url(../images/more.png)no-repeat right center;
    background-size: .15rem;
    padding-right: .2rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-news {
    padding-top: .6rem;
}

.home-news .content {
    margin-top: .3rem;
}

.home-news .fir {
    width: 7.07rem;
    margin-right: .5rem;
}

.home-news .fir .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 66.77%;
}

.home-news .fir .pic img,
.home-news .pic-con .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .fir .text-con {
    padding: .3rem .3rem .1rem .3rem;
}

.home-news .fir .text-con::after,
.home-news .pic-con .text-con::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #0062B2;
    z-index: 1;
}

.home-news .fir .text-con::before,
.home-news .pic-con .text-con::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 0;
    background-color: #AA2129;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: 2;
}

.home-news .news-swiper{
	display: none;
}

.home-news .fir .tit {
    font-size: 0.18rem;
}

.home-news .fir .des {
    font-size: .14rem;
    color: #999;
    line-height: 1.6;
    margin-top: .1rem;
}

.home-news .fir .date {
    color: #999;
    margin-top: .25rem;
    font-size: .16rem;
}

.home-news .pic-con {
    width: 3.6rem;
    margin-right: .5rem;
}

.home-news .pic-con a:last-child {
    margin-top: .4rem;
}

.home-news .pic-con .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 59.17%;
}

.home-news .pic-con .text-con {
    padding: .15rem .2rem 0 .2rem;
}

.home-news .pic-con .text-con .tit {
    font-size: .16rem;
}

.home-news .pic-con .text-con .date {
    font-size: .14rem;
}

.home-news .pic-con .date {
    color: #999;
    margin-top: .1rem;
}

.home-news .item {
    border-bottom: 1px #D8D8D8 solid;
    font-size: 0.16rem;
    margin-bottom: .27rem;
    padding-bottom: .265rem;
}

.home-news .item:last-child {
    margin-bottom: 0;
}

.home-news .item .date {
    color: #999;
    margin-top: .15rem;
}

.home-news .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 2;
    height: 1px;
    width: 0;
    background-color: #AA2129;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-notice,
.home-kuaixun {
    width: 48%;
    margin-top: .8rem;
}

.home-notice ul,
.home-kuaixun ul {
    margin-top: .35rem;
}

.home-notice li {
    padding-left: .45rem;
    z-index: 10;
}

.home-notice li::after {
    content: '';
    position: absolute;
    left: .17rem;
    top: -.15rem;
    bottom: -.2rem;
    width: 1px;
    background-color: #EAEAEA;
}

.home-notice li:first-child::after {
    top: 0;
}

.home-notice li:last-child::after {
    bottom: auto;
    height: .34rem;
}

.home-notice li a {
    border-bottom: 1px #D8D8D8 solid;
    margin-bottom: .15rem;
    padding-bottom: .2rem;
}

.home-notice li a:hover .tit::before {
    background-image: url(../images/icon9-on.png);
}

.home-notice li a::after,
.home-kuaixun li::after,
.home-media li::after,
.home-kejiao li::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    bottom: -1px;
    z-index: 2;
    background-color: #AA2129;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-notice li .tit {
    line-height: .34rem;
    margin-right: 16px;
    font-size: 16px;
}

.home-notice li .tit::before {
    content: '';
    position: absolute;
    width: .34rem;
    height: .34rem;
    background: url(../images/icon9.png)no-repeat center;
    background-size: 100%;
    top: 0%;
    left: -.45rem;
    z-index: 10;
}

.home-notice li .date {
    font-size: .16rem;
    color: #999;
    line-height: .34rem;
}

.home-notice li .des,
.home-kuaixun li .des {
    font-size: .14rem;
    color: #9E9E9E;
    display: none;
    margin-top: .1rem;
    line-height: 1.8;
}

.home-notice li.on .des,
.home-kuaixun li.on .des {
    display: block;
}

.home-kuaixun ul {
    margin-top: 0.45rem;
}

.home-kuaixun li {
    border-bottom: 1px #D8D8D8 solid;
    margin-bottom: .15rem;
    padding-bottom: .2rem;
    line-height: .34rem;
}

.home-kuaixun li .column {
    color: #025496;
    margin-right: .15rem;
}

.home-kuaixun li .column::after {
    content: '';
    position: absolute;
    right: -.03rem;
    top: 50%;
    width: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 60%;
    background-color: #D8D8D8;
}

.home-kuaixun li:hover a {
    color: #AA2129;
}

.home-kuaixun li .tit {
    font-size: 16px;
}

.home-kuaixun li .date {
    color: #999;
    font-size: .16rem;
}

.home-media {
    margin-top: .8rem;
}

.home-media .content {
    margin-top: .4rem;
}

.home-media .pic-con {
    width: 7.03rem;
    margin-right: .4rem;
    margin-left: .4rem;
}

.home-media .pic-con .pic {
    width: 100%;
    overflow: hidden;
    padding-top: 65.435%;
}

.home-media .pic-con .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-media .pic-con .text-con {
    width: 6.72rem;
    /* height: 1.56rem; */
    background: #FFF url(../images/tbg1.png)no-repeat center;
    background-size: cover;
    z-index: 10;
    margin-top: -.25rem;
    margin-left: auto;
    margin-right: auto;
    padding: .2rem;
}

.home-media .pic-con .date {
    font-size: .16rem;
    color: #999;
}

.home-media .pic-con .date span::after {
    content: '';
    position: absolute;
    right: -.7rem;
    top: 50%;
    width: .64rem;
    height: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: linear-gradient(90deg, #0062B2, #FFFFFF);
}

.home-media .pic-con .date span::before {
    content: '';
    position: absolute;
    left: -.7rem;
    top: 50%;
    width: .64rem;
    height: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: linear-gradient(90deg, #FFFFFF, #0062B2);
}

.home-media .pic-con .tit {
    font-size: 18px;
    margin-top: .1rem;
}

.home-media .pic-con .des {
    font-size: .14rem;
    color: #999;
    line-height: 1.7;
    margin-top: .1rem;
}

.home-media ul {
    border-top: 2px #045BA2 solid;
}

.home-media li {
    border-bottom: 1px #D8D8D8 solid;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.home-media li span {
    color: #740b2f;
    font-size: .16rem;
}

.home-media li a:hover span {
    color: #ad3c63;
}

.home-media li .date {
    font-size: .16rem;
    color: #999;
}

.home-media li .tit {
    margin-top: .08rem;
    font-size: 16px;
}

.home-huoli {
    position: relative;
    margin-top: .7rem;
    background: url(../images/bg1.png)no-repeat center top;
    background-size: cover;
    background-size: 100% 100%;
    padding-top: 1.6rem;
    padding-bottom: .3rem;
    overflow: hidden;
}

.home-huoli .mask-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: translate(-50%, -50%);
    -webkit-mask: url(../images/bg1.png) no-repeat center 56%;
    -webkit-mask-size: 100% 100%;
    overflow: hidden;
}

.home-huoli .mask-box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #076aac;
    /* background: -webkit-linear-gradient(rgb(109 195 153 / 71%), #3b6c54); */
    opacity: .8;
    z-index: 10;
}

.home-huoli .mask-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.home-huoli .home-title span {
    color: #FFF;
}

.home-huoli .home-title .more {
    color: #FFF;
    background-image: url(../images/more1.png);
    top: auto;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.home-huoli .home-title {
 
}

.home-huoli .content {
    margin-top: 1rem;
}

.home-huoli .pic {
    overflow: hidden;
    width: 100%;
    padding-top: 70%;
}

.home-huoli .pic img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    object-fit: cover;
}

.home-huoli .pic::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    z-index: 2;
}

.home-huoli .swiper-slide {
    border-bottom: 1px rgba(255, 255, 255, .15) solid;
}

.home-huoli .tit {
    color: #FFF;
    line-height: 1.5;
    margin-top: .25rem;
    padding-bottom: .2rem;
}

.home-huoli .tit>div {
    height: .54rem;
}

.home-huoli .swiper-button-next,
.home-huoli .swiper-button-prev {
    width: .47rem;
    height: .47rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    background: url(../images/prev.png)no-repeat center;
    background-size: cover;
    margin-top: -.24rem;
    left: -.88rem;
}

.home-huoli .swiper-button-next {
    right: -.88rem;
    left: auto;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.home-kejiao {
    background: url(../images/bg2.jpg)no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 1.1rem;
    padding-top: .8rem;
}

.home-kejiao .content {
    margin-top: .5rem;
}

.home-kejiao .pic-con {
    width: 8.2rem;
    height: 5.3rem;
    z-index: 9;
    padding-top: .2rem;
    padding-right: .2rem;
}

.home-kejiao .pic-con::after {
    content: '';
    position: absolute;
    left: .2rem;
    bottom: .2rem;
    right: 0;
    top: 0;
    background-color: #AA2129;
    z-index: -1;
}

.home-kejiao .pic {
    overflow: hidden;
    width: 100%;
    padding-top: 63.625%;
}

.home-kejiao .pic img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.home-kejiao ul {
    margin-right: 1.7rem;
}

.home-kejiao li {
    border-bottom: 1px #D8D8D8 solid;
    padding-bottom: .15rem;
    margin-bottom: .2rem;
}

.home-kejiao li .des {
    color: #999;
    font-size: .14rem;
    line-height: 1.7;
    margin-top: .15rem;
}

.home-kejiao li .tit {
    font-size: 16px;
    margin-left: -.1rem;
}

.home-kejiao li .date {
    font-size: .16rem;
    color: #999;
    margin-top: .1rem;
}

.home-kejiao li .des {
    display: none;
}

.home-kejiao li.on .des {
    display: block;
}

.home-kejiao li.on .date {
    padding-bottom: .15rem;
}

.home-kejiao li.on .date::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: .27rem;
    height: 3px;
    background-color: #045BA2;
}

.home-kejiao li a:hover .date {
    color: #AA2129;
}

.home-kejiao li a:hover .date::after {
    background: #AA2129;
}

.home-kejiao .quan {
    animation: 20s linear infinite ani_turn2;
    -webkit-animation: 20s linear infinite ani_turn2;
    width: 3.07rem;
    height: 3.07rem;
    background: url(../images/q.png)no-repeat center;
    background-size: 3.06rem;
    position: absolute;
    top: 50%;
    margin-top: -1.5rem;
    left: -1.5rem;
}

.home-kejiao .logo {
    position: absolute;
    top: 50%;
    width: 1.3rem;
    height: 1.3rem;
    background-color: #025496;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin-left: -.65rem;
    z-index: 11;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.home-kejiao .logo img {
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

@keyframes ani_turn2 {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.home-teacher {
    background: url(../images/bg3.jpg)no-repeat center;
    background-size: cover;
    padding-top: .75rem;
    padding-bottom: .6rem;
}

.home-teacher .content {
    margin-top: .4rem;
    padding-bottom: .2rem;
}

.home-teacher .thumbs {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10.3rem;
    overflow: hidden;
}

.home-teacher .gallery-thumbs {
    width: 12rem;
    padding-top: 1.3rem;
    margin-left: -2rem;
}

.home-teacher .gallery-thumbs .pic-con {
    width: 1.82rem;
    height: 1.82rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #0062B2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding-top: .07rem;
    padding-right: .07rem;
}

.home-teacher .gallery-thumbs .pic {
    width: 1.75rem;
    height: 1.75rem;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-teacher .gallery-thumbs .swiper-slide {
    width: 1.82rem;
    margin-right: .7rem;
    /* transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s; */
    margin-top: -.6rem;
}

.home-teacher .gallery-thumbs .swiper-slide-active {
    margin-top: -.6rem;
    opacity: 0 !important;
}

.home-teacher .gallery-thumbs .swiper-slide-active .pic-con {
    background-color: #AA2129;
}

.home-teacher .gallery-thumbs .swiper-slide-next {
    margin-top: 0;
}

.home-teacher .gallery-thumbs .swiper-slide-next + div + div{
		margin-top: -1.0rem
}

.home-teacher .gallery-thumbs .swiper-slide-duplicate-next{
	margin-top: 0;
}

.home-teacher .gallery-thumbs .swiper-slide-duplicate-next + div + div{
	margin-top: -1.2rem;
}

.home-teacher .gallery-thumbs .swiper-slide-prev {
    margin-top: 0;
}

.home-teacher .gallery-thumbs .name {
    font-size: .2rem;
    margin-top: .2rem;
}

.home-teacher .gallery-thumbs .text {
    font-size: .14rem;
    color: #666;
    line-height: 1.6;
    margin-top: .15rem;
    height: .5rem;
}

.home-teacher .gallery-top {
    padding-bottom: .8rem;
}

.home-teacher .gallery-top .swiper-slide {
    overflow: hidden;
    visibility: hidden;
}

.home-teacher .gallery-top .swiper-slide-active {
    display: block;
    visibility: inherit;
}

.home-teacher .gallery-top .pic-con {
    width: 5.25rem;
    height: 5.25rem;
    z-index: 10;
    margin-right: .5rem;
}

.home-teacher .gallery-top .pic-con::after {
    content: '';
    position: absolute;
    /* left: 0;
    top: 0; */
    width: 5rem;
    height: 5rem;
    left: .12rem;
    top: .15rem;
    background: url(../images/tbg4.png)no-repeat center;
    background-size: 4.9rem 4.9rem;
    animation: 30s linear infinite ani_turn2;
    -webkit-animation: 30s linear infinite ani_turn2;
    z-index: -1;
}

.home-teacher .gallery-top .pic {
    width: 4.5rem;
    height: 4.5rem;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-teacher .gallery-top .name {
    background: url(../images/line.png)no-repeat left bottom;
    padding-bottom: .2rem;
    font-size: .22rem;
    color: #0062B2;
}

.home-teacher .gallery-top .tit {
    font-size: .22rem;
    color: #3B3B3B;
    margin-top: .25rem;
}

.home-teacher .gallery-top .des {
    font-size: .16rem;
    line-height: 1.7;
    margin-top: .2rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home-teacher .swiper-button-next,
.home-teacher .swiper-button-prev {
    width: .48rem;
    height: .48rem;
    border: 1px #A4A4A4 solid;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #FFF url(../images/prev2.png)no-repeat center;
    background-size: .3rem;
    top: auto;
    margin-top: 0;
    bottom: 0;
    z-index: 11;
}

.home-teacher .swiper-button-prev {
    left: 1.7rem;
}

.home-teacher .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    left: 2.4rem;
    right: auto;
}

.home-sp {
    margin-top: .8rem;
}

.home-sp .content {
    padding-left: .8rem;
    padding-right: .8rem;
    margin-top: .4rem;
}

.home-sp .swiper-slide {
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.home-sp .swiper-slide img {
    width: 100%;
}

.home-sp .swiper-button-next,
.home-sp .swiper-button-prev {
    background: url(../images/prev1.png)no-repeat center;
    background-size: 100%;
    width: .48rem;
    height: .48rem;
    left: 0;
    margin-top: -.24rem;
}

.home-sp .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    left: auto;
    right: 0;
}

.home-quick {
    margin-top: .9rem;
}

.home-quick .item {
    width: 14.28%;
    overflow: hidden;
}

.home-quick .item .icon {
    width: .88rem;
    height: .88rem;
    background: url(../images/tbg2.png)no-repeat center;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
}

.home-quick .item .icon img {
    width: .6rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-quick .item .icon::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 1px;
    background-color: #EEEDED;
    width: 3rem;
    right: -3.05rem;
}

.home-quick .item .icon::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 1px;
    background-color: #EEEDED;
    width: 3rem;
    left: -3.05rem;
}

.home-news .fir:hover .tit,
.home-news .pic-con a:hover .tit,
.home-news .item:hover .tit,
.home-notice li a:hover .tit div,
.home-kuaixun li:hover .tit,
.home-media li a:hover .tit,
.home-media .pic-con:hover .tit,
.home-huoli .swiper-slide:hover .tit,
.home-kejiao li a:hover .tit {
    animation: push 1s ease-in-out;
}

.home-kuaixun ul:first-of-type{
    display: none;
}

.title-img-box {
    display: flex;
    align-items: center;
}
.title-img-box span {
    padding-left: 0rem;
    font-size: 0.32rem;
    font-weight: bold;
    font-family: unset;
}
.title-img-box img {
    width: auto;
    height: .7rem;
}

.home-kejiao .title-img-box {
    margin-left: -0.2rem;
}

@media (min-width:1025px) {
    .header .top a:hover {
        text-decoration: underline;
    }
    .nav li:hover .drop {
        animation: fadeInOut .8s 1;
        transform: translateX(-50%) rotateX(0deg);
        -webkit-transform: translateX(-50%) rotateX(0deg);
        -moz-transform: translateX(-50%) rotateX(0deg);
        -ms-transform: translateX(-50%) rotateX(0deg);
        -o-transform: translateX(-50%) rotateX(0deg);
    }
    .nav li .drop a:hover{
        color: #fff;
        background: #0062B2;
    }
    .header .top li:hover .drop{
        animation: fadeInOut .8s 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .header .top li .drop a:hover{
        color: #fff;
        background: #0062B2;
    }
		
    .home-title .more:hover,
    .home-kuaixun li .column:hover {
        color: #AA2129;
    }
    .home-news .fir:hover .text-con::before,
    .home-news .pic-con a:hover .text-con::before {
        height: 100%;
    }
    .home-news .fir:hover .pic img,
    .home-news .pic-con a:hover .pic img,
    .home-media .pic-con:hover .pic img,
    .home-huoli .swiper-slide:hover .pic img,
    .home-kejiao .pic:hover img,
    .home-sp .swiper-slide:hover img,
    .home-teacher .gallery-top .swiper-slide:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .home-news .item:hover::after,
    .home-notice li:hover a::after,
    .home-kuaixun li:hover::after,
    .home-media li:hover::after,
    .home-kejiao li:hover::after {
        width: 100%;
    }
    .home-kejiao .logo:hover img {
        transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
    }
    @keyframes fadeInOut {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @keyframes shake {
        0% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-5px);
        }
        50% {
            transform: translateX(5px);
        }
        75% {
            transform: translateX(-5px);
        }
        100% {
            transform: translateX(5px);
        }
    }
    .home-quick .item:hover .icon img {
        /* transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg); */
        animation: fadeInOut 2s 1;
    }
    .home-quick .item:hover .icon {
        animation: shake 0.5s 1;
    }
    .home-quick .item:hover .tit {
        color: #025496;
    }
    .home-teacher .swiper-button-next:hover,
    .home-teacher .swiper-button-prev:hover {
        background-image: url(../images/prev3.png);
        border-color: #0062B2;
    }
		
		
}

@media (max-width: 1399px) {
    
    .home-teacher .gallery-thumbs .swiper-slide-active {
        margin-top: -.4rem;
    }
    .home-teacher .gallery-thumbs .swiper-slide-next {
        margin-top: -1rem;
    }
    .header{
        padding-left: .7rem;
        padding-right: .7rem;
    }
    .nav li>a {
        font-size: 18px;
        padding: 0 12px;
    }
    .header .top a,
    .home-news .pic-con .text-con .date,
    .home-news .fir .des,
    .home-news .fir .date,
    .home-title .more,
    .home-media .pic-con .des,
    .home-notice li .des,
    .home-notice li .date,
    .home-kuaixun li .des,
    .home-kuaixun li .date,
    .home-kejiao li .des,
    .home-kejiao li .date,
    .home-teacher .gallery-top .des {
        font-size: 0.16rem;
        background-size: 0.12rem;
    }
    .home-news .pic-con .text-con .tit,
		.home-news .item .tit{
        font-size: 0.18rem;
    }
		
		.home-news .fir .tit{
			font-size: 0.2rem
		}
    
    .home-media li {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media (max-width:1199px) {
    .container,
    .header {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .header {
        height: 1.2rem;
        align-items: center;
        padding-top: 0;
    }
    .header::after {
        height: 1.4rem;
    }
    .header.on {
        background-color: #0062B2;
    }
    .header.on::after {
        display: none;
    }
    .header .logo img {
        margin-left: 0;
        margin-right: 0;
    }
    .menu-btn,
    .m-search {
        display: block;
    }
    .header .top {
        justify-content: flex-start;
    }
    .header .search-btn {
        display: none;
    }
    .nav-con {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        overflow-y: scroll!important;
        overflow-x: hidden;
        display: none;
        background-color: #0062B2;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: .2rem .3rem;
    }
    .nav {
        display: block;
    }
    .nav .drop,
    .nav .drop a {
        padding-left: 0;
    }
    .nav .drop::after {
        background: rgba(255,255,255,.15);
    }
    .nav>li {
        border-bottom: 1px solid rgba(255,255,255,.15);
    }
    .nav li>a {
        padding: 0;
        font-size: 16px;
        line-height: .9rem;
        height: auto;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: .9rem;
        width: .6rem;
    }
    .nav .arrow::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100vw;
        width: 200vw;
        height: 100%;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: .32rem;
        height: .32rem;
        position: absolute;
        left: .1rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop{
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        background: none;
        padding-left: .2rem;
        padding: .2rem 0 .2rem .2rem;
    }
    .header .top li .drop{
        position: absolute;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        display: none;
        text-align: left;
        background: none;
        background: #0062b2;
        padding: .1rem 0;
        margin-top: .1rem;
    }
    .header .top li.right .drop {
        left: unset;
        right: 0;
    }
    .header .top li .drop::after {
        height: 1px;
        background: rgba(255, 255, 255, .15);
    }
    .header .top li .drop a {
        color: #ffffff;
        margin-right: 0;
        padding: .1rem .2rem;
    }
		
    .nav .drop a {
        color: #FFF;
    }
    .header .top a,
    .footer .tit,
    .nav .drop a {
        font-size: 14px;
    }
    .footer .us .txt,
    .footer .erwma-con .erwma .text,
    .copyright {
        font-size: 12px;
    }
    .home-huoli .swiper-button-next {
        right: .2rem;
        margin-top: -.8rem;
    }
    .home-huoli .swiper-button-prev {
        left: .2rem;
        margin-top: -.8rem;
    }
    .header .top li .arrow {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }
    .home-teacher .thumbs {
        width: 9.3rem;
    }
    .home-teacher .gallery-thumbs {
        /* width: 100%; */
        /* margin-left: 0; */
    }
    .home-huoli .tit>div {
        height: 42px;
    }
}

@media (max-width:950px) {
    .banner {
        height: auto;
    }
    .footer .logo {
        order: 1;
        width: 100%;
    }
    .footer .us {
        order: 2;
    }
    .footer .erwma-info {
        order: 3;
    }
    .footer .erwma-con .erwma {
        width: 1.2rem;
    }
    .footer .erwma-con .erwma .pic {
        height: 1.2rem;
    }
    .home-huoli {
        padding-top: 2.8rem;
    }
    .home-teacher .gallery-thumbs .swiper-slide {
        margin-right: .5rem;
    }
}

@media (max-width:767px) {
    .banner {
        height: auto;
    }
    .header .logo img {
        /* margin-left: -25px; */
    }
    .footer .us,
    .footer .erwma-info {
        width: 100%;
        margin-top: .3rem;
    }
    .home-title span {
        font-size: 20px;
    }
    .home-title .more,
    .home-news .fir .tit,
    .home-news .pic-con .tit,
    .home-news .item .tit,
    .home-media .pic-con .tit,
    .home-kejiao li .tit,
    .home-notice li .tit,
    .home-kuaixun li .tit,
    .home-media li .tit,
    .home-teacher .gallery-thumbs .name {
        font-size: 14px;
    }
    .home-news .fir .des,
    .home-news .fir .date,
    .home-news .pic-con .date,
    .home-news .item .date,
    .home-kuaixun li .date,
    .home-notice li .des,
    .home-kuaixun li .des,
    .home-notice li .date,
    .home-media li span,
    .home-media li .date,
    .home-media .pic-con .date,
    .home-media .pic-con .des,
    .home-kejiao li .date,
    .home-kejiao li .des,
    .home-teacher .gallery-top .des,
    .home-teacher .gallery-thumbs .text {
        font-size: 12px;
    }
    .home-news .fir,
    .home-news .pic-con,
    .home-notice,
    .home-kuaixun {
        width: 100%;
        margin-right: 0;
    }
    .home-news .pic-con {
        margin-top: .3rem;
        margin-bottom: .3rem;
    }
    .home-notice,
    .home-kuaixun,
    .home-media{
        margin-top: .5rem;
    }
	.home-media .content {
        flex-direction: column-reverse;
    }
    .home-media .pic-con {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        /* margin-top: -15rem; */
    }
    /* .home-media .content ul:first-of-type{
        margin-top: 7rem;
    } */
    .home-media .pic-con .text-con {
        height: auto;
    }
    .home-kejiao .quan,
    .home-kejiao .logo {
        display: none;
    }
    .home-kejiao ul {
        margin-right: 0;
    }
    .home-kejiao .pic-con {
        width: 100%;
        height: auto;
    }
    .home-quick .item {
        width: 33.33%;
    }
    .home-quick .item .icon {
        width: 1.2rem;
        height: 1.2rem;
    }
    .home-quick .item .icon img {
        width: .8rem;
    }
    .home-sp .home-title {
        justify-content: flex-start;
    }
    .home-teacher .thumbs {
        position: inherit;
        width: 100%;
    }
    .home-teacher .gallery-top .swiper-slide>div {
        display: block;
    }
    .home-teacher .gallery-top .pic-con {
        margin-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .home-teacher .gallery-top .name,
    .home-teacher .gallery-top .tit {
        font-size: 16px;
    }
    .home-teacher .swiper-button-next,
    .home-teacher .swiper-button-prev {
        bottom: auto;
        top: 2.2rem;
        width: .6rem;
        height: .6rem;
    }
    .home-teacher .swiper-button-prev {
        left: 0;
    }
    .home-teacher .swiper-button-next {
        right: 0;
        left: auto;
    }
    .home-teacher .gallery-thumbs {
        width: 100%;
        margin-left: 0;
        padding-top: 0;
    }
    .home-teacher .gallery-thumbs .swiper-slide-next,
    .home-teacher .gallery-thumbs .swiper-slide-prev,
    .home-teacher .gallery-thumbs .swiper-slide-active,
    .home-teacher .gallery-thumbs .swiper-slide {
        margin-top: 0;
    }
    .home-teacher .gallery-thumbs .swiper-slide {
        opacity: 1 !important;
        margin-top: 0 !important;
    }
    .home-teacher .gallery-thumbs .text {
        height: auto;
    }
		
    .home-news .fir,
    .home-news .pic-con,
    .home-news .text-con .des{
        display: none;
    }
    .home-news .swiper-slide .img{
            width: 100%;
            height: 5rem;
            object-fit: cover;
    }
    .home-news .news-swiper{
        display: block;
        margin-bottom: .1rem;
    }
    .home-news .news-swiper .text-con .tit{
        margin-top: .1rem;
    }
    .home-news .news-swiper .text-con .date{
        margin-top: .1rem;
        font-size: 12px;
    }
    .home-title .more{
        padding-right: 0.3rem;
        background-size: 0.18rem;
    }
    .previous .content .td{
        flex-direction: column;
    }
    .header {
        /* padding-left: .6rem;
        padding-right: .6rem; */
    }
    .nav .drop::after{
        /* background: #fff; */
    }
    /* .nav .drop a:nth-child(1){
        padding-left: 0.3rem;
    } */
    .nav .drop a{
        padding-top: 0.12rem;
        padding-bottom: 0.12rem;
        color: rgba(255,255,255,.6);
    }
    .nav .drop{
        padding-left: 0;
    }
    .home-notice li .des,
    .home-kuaixun li .des,
    .home-kejiao li .des{
        display: none !important;
    }
    .home-kejiao li.on .date::after{
        height: 0;
    }
    .home-notice li div{
        flex-direction: column;
    }
    .home-notice li .date{
        margin-top: 0.15rem;
    }
    .home-notice li:nth-last-child(-n+2),
    .home-kuaixun li:nth-last-child(-n+2){
        display: none;
    }
    .home-media .content ul:last-of-type{
        display: none;
    }
    .home-kuaixun ul:first-of-type{
        display: block;
    }
    .home-kuaixun ul:last-of-type{
        display: none;
    }
    .home-kuaixun li .column{
        width: 100%;
        margin-bottom: 0.2rem;
    }
    .home-kuaixun li .column::after{
        width: 0;
    }
    .home-huoli .home-title{
        margin-top: -.5rem;
    }
    .home-huoli .content{
        margin-top: .1rem;
    }
    .home-huoli .pic{
        overflow: visible;
        padding-top: 0;
        width: 84%;
        height: 4rem;
        margin: 0 auto;
    }
    .home-huoli .pic img{
        object-fit: cover;
    }
    .home-huoli .tit{
        padding-bottom: 0;
        margin-top: 0.2rem;
        padding: 0 8%;
    }
    .home-huoli .tit>div {
        height: auto;
    }
    .home-huoli .swiper-button-prev{
        left: .1rem;
    }
    .home-huoli .swiper-button-next{
        right: .1rem;
    }
    .home-kejiao .content {
        flex-direction: column-reverse;
    }
    .home-kejiao ul{
        margin-top: .3rem;
    }
    .home-kejiao .pic-con{
        /* margin-top: -11rem; */
    }
    .copyright .phone{
        display: none;
    }
    .copyright .component{
        display: block;
    }

    .home-huoli {
        /* background-size: 160% 100%; */
        padding-top: 2rem;
        background-image: url(../images/bg1_mb.png);
    }
    .home-huoli .home-title span {
        position: relative;
        top: -.5rem;
    }
    .home-huoli .mask-box {
        /* -webkit-mask-size: 160% 100%; */
        /* background-image: url(../images/bg1_mb.png); */
        -webkit-mask: url(../images/bg1_mb.png) no-repeat center 56%;
        -webkit-mask-size: 100% 100%;
    }
   

		
}

.n-banner {
    overflow: hidden;
}

.n-banner img {
    width: 100%;
}

.n-banner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
}

.n-banner .text-con {
    position: absolute;
    left: 0;
    bottom: .8rem;
    width: 100%;
    z-index: 3;
}

.n-banner .text-con .title {
    font-size: .48rem;
    color: #FFF;
}

.n-banner .crumbs {
    margin-top: .3rem;
    font-size: .16rem;
    color: #FFF;
    background: url(../images/crumbs.svg)no-repeat left center;
    background-size: .16rem;
    padding-left: .25rem;
}

.n-banner .crumbs a {
    color: #FFF;
}

@media (max-width:1199px) {
    .n-banner .crumbs {
        font-size: 12px;
    }
}

@media (max-width:767px) {
    .n-banner::after {
        height: 50%;
    }
    .n-banner .text-con {
        bottom: .15rem;
    }
    .n-banner .crumbs {
        margin-top: .1rem;
    }
    .n-banner .text-con .title {
        font-size: 24px;
    }
    .subnav {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .subnav a {
        display: inline-block;
    }
}


/* 列表 */

.image-text {
    margin-top: .7rem;
}

.image-text .item {
    background-color: #F7F8F9;
    overflow: hidden;
    border-radius: 0 .2rem 0 .2rem;
    -webkit-border-radius: 0 .2rem 0 .2rem;
    -moz-border-radius: 0 .2rem 0 .2rem;
    -ms-border-radius: 0 .2rem 0 .2rem;
    -o-border-radius: 0 .2rem 0 .2rem;
    padding: .2rem;
    padding-right: 0;
    margin-top: .25rem;
}

.image-text .pic {
    width: 2.8rem;
    height: 2rem;
    overflow: hidden;
    margin-right: .3rem;
}

.image-text .text-con {
    margin-right: .9rem;
}

.image-text .tit {
    font-size: .2rem;
    margin-top: .3rem;
    padding-bottom: .3rem;
}

.image-text .tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: .4rem;
    background-color: #0062B2;
}

.image-text .des {
    font-size: .16rem;
    line-height: 1.8;
    color: #898989;
    margin-top: .2rem;
}

.image-text .date {
    width: 1.5rem;
    color: #9B9B9B;
}

.image-text .date span {
    color: #0062B2;
    font-weight: bold;
    font-size: .3rem;
    margin-top: .1rem;
}

.image-text .date::after {
    content: '';
    position: absolute;
    left: 0;
    height: 70%;
    width: 1px;
    background-color: #BFD4F4;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.page {
    margin-top: .7rem;
}

.page a {
    border: 1px #CECECE solid;
    width: .38rem;
    border-radius: .05rem;
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    -ms-border-radius: .05rem;
    -o-border-radius: .05rem;
    overflow: hidden;
    line-height: .38rem;
    margin: 0 .05rem;
}

.page span {
    margin: 0 .05rem;
}

.page .prev,
.page .next {
    background: url(../images/arrow3.svg)no-repeat center;
    background-size: .1rem;
}

.page .next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.page a.on {
    background-color: #0062B2;
    color: #FFF;
    border-color: #0062B2;
}

.text-list {
    margin-top: .9rem;
}

.text-list .item {
    margin-top: .4rem;
    background-color: #EDF6FF;
    padding: .3rem .9rem .3rem 0;
}

.text-list .item .date {
    width: 1.2rem;
    color: #666;
    margin-right: .2rem;
}

.text-list .item .date span {
    font-weight: bold;
    color: #0062B2;
    font-size: .36rem;
}

.text-list .item .date::after {
    content: '';
    position: absolute;
    right: 0;
    height: 90%;
    width: 1px;
    background-color: #0062B2;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.text-list .item .tit {
    font-size: .2rem;
}

.text-list .item .des {
    color: #666;
    font-size: .16rem;
    margin-top: .2rem;word-break:break-all; 
}

.teacher-list {
    margin-top: .3rem;
}

.teacher-list .item {
    margin-top: .8rem;
    overflow: hidden;
    box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .1);
    width: 21.1%;
    margin-right: 5.2%;
}

.teacher-list .item:nth-of-type(4n) {
    margin-right: 0;
}

.teacher-list .item .pic {
    width: 100%;
    padding-top: 51.1%;
    overflow: hidden;
}

.teacher-list .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.teacher-list .item .text-con {
    padding: .2rem .4rem;
}

.teacher-list .item .text-con .tit {
    font-size: .2rem;
    border-bottom: 2px #D8D8D8 solid;
    padding-bottom: .35rem;
}

.teacher-list .item .text-con .tit::after {
    content: '';
    position: absolute;
    left: -.4rem;
    top: 0;
    width: 4px;
    height: .35rem;
    background-color: #0062B2;
}

.teacher-list .item .text-con .more {
    color: #666;
    font-size: .14rem;
    padding-top: .1rem;
    text-align: right;
}

.teacher-list .item .text-con .more span::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: -.12rem;
    height: 2px;
    background-color: #D12228;
}

.news-details {
    margin-top: .7rem;
}

.news-details h1 {
    font-size: .28rem;
    color: #036DD2;
}

.news-details .info {
    font-size: .14rem;
    color: #A2A2A2;
    border-bottom: 1px #E1E1E1 solid;
    line-height: 3;
    margin-top: .35rem;
}

.news-details .info span {
    margin: 0 .1rem;
}

.news-details .body {
    line-height: 1.8;
    margin-top: .4rem;
}

.news-details .body p {
    font-family: 楷体, 楷体_GB2312, SimKai;

    font-size: 20px !important;
    text-indent: 2em;
}
.news-details .body iframe{
    max-width: 100%;display:block; margin:0 auto;
}
.news-details .body img {
    max-width: 100%;
    margin: .2rem auto;display:block; height:auto !important;
}

.news-details .prev-next {
    margin-top: .7rem;
    padding-top: .3rem;
    border-top: 1px #E1E1E1 solid;
    line-height: 2;
}

.news-details ul{
	font-size: 0.16rem;
}
.news-details ul li a{
	color: #0000ee;
}
.news-details p a{
	color: #0000ee;
}

.ziyuan {
    margin-top: .85rem;
    background: url(../images/bg4.png)no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 2.4rem;
    margin-bottom: -.8rem;
}

.ziyuan .title span {
    font-size: .28rem;
}

.ziyuan .title span::after {
    content: '';
    position: absolute;
    width: .95rem;
    height: .12rem;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: url(../images/line1.png)no-repeat center;
    background-size: 100%;
}

.ziyuan .title span::before {
    content: '';
    position: absolute;
    width: .95rem;
    height: .12rem;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: url(../images/line2.png)no-repeat center;
    background-size: 100%;
}

.ziyuan .title .en {
    color: #999;
    text-transform: uppercase;
    margin-top: .15rem;
}

.ziyuan .content {
    margin-top: .5rem;
}

.ziyuan .pic {
    width: 6.4rem;
    overflow: hidden;
    float: left;
    margin-right: .5rem;
    margin-bottom: .3rem;
}

.ziyuan .pic img {
    width: 100%;
}

.ziyuan .text {
    font-size: .18rem;
    line-height: 2.6;
}

.ziyuan .text p {
    text-indent: .4rem;
}

.ziyuan a {
    margin-top: .4rem;
    color: #0062B2;
    font-weight: bold;
    font-size: .2rem;
    text-decoration: underline;
}

.keyan {
    margin-top: .2rem;
    background: url(../images/bg6.png)no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 1.6rem;
    margin-bottom: -.8rem;
}

.keyan .item {
    padding: .8rem .3rem .5rem .3rem;
    overflow: hidden;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    border: 1px #D4D4D4 solid;
    width: 32%;
    height: 2.9rem;
    background-color: #FFF;
    margin-top: .6rem;
    margin-right: 2%;
}

.keyan .item:nth-of-type(3n) {
    margin-right: 0;
}

.keyan .item .column {
    width: 1.4rem;
    line-height: .34rem;
    background-color: #DDF0FF;
    color: #0062B2;
    font-size: .14rem;
    padding-left: .2rem;
    position: absolute;
    left: 0;
    top: .3rem;
    border-radius: 0 .17rem .17rem 0;
    -webkit-border-radius: 0 .17rem .17rem 0;
    -moz-border-radius: 0 .17rem .17rem 0;
    -ms-border-radius: 0 .17rem .17rem 0;
    -o-border-radius: 0 .17rem .17rem 0;
}

.keyan .item .tit {
    font-size: .2rem;
    font-family: 'SourceHanSans-Bold';
    border-bottom: 1px #E8E8E8 dashed;
    padding-bottom: .15rem;
}

.keyan .item .des {
    color: #666;
    line-height: 2;
    margin-top: .1rem;
}

.keyan .item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: .2rem;
    width: .81rem;
    height: .12rem;
    background: url(../images/line3.png)no-repeat left center;
    background-size: 100%;
}

.hezuo,.new-hezuo {
    margin-top: .8rem;
    background: url(../images/bg6.png)no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 3.2rem;
    margin-bottom: -.8rem;
}

.new-hezuo{
	padding-bottom: 1rem;
}

.hezuo .title {
    font-weight: bold;
    color: #0062B2;
    font-size: .28rem;
    border-bottom: 1px rgba(0, 97, 178, .2) solid;
    padding-bottom: .3rem;
}

.hezuo .title span::after {
    content: '';
    position: absolute;
    width: .95rem;
    height: .12rem;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: url(../images/line1.png)no-repeat center;
    background-size: 100%;
}

.hezuo .title span::before {
    content: '';
    position: absolute;
    width: .95rem;
    height: .12rem;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: url(../images/line2.png)no-repeat center;
    background-size: 100%;
}

.hezuo .item, 
.new-hezuo .item{
    font-size: .22rem;
    height: 1rem;
    width: 23.5%;
    margin-right: 2%;
    border: 1px #ADCFEB solid;
    margin-top: .45rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    overflow: hidden;
}

.new-hezuo .item{
	width: 31%;
	height: 1.6rem;
	font-size: 0.2rem;
	border-radius: .15rem;
	-webkit-border-radius: .15rem;
	-moz-border-radius: .15rem;
	-ms-border-radius: .15rem;
	-o-border-radius: .15rem;
	margin-right: 3.5%;
	font-weight: 500;
	background: #FFF;
}
.new-hezuo .item:nth-of-type(3n){
	margin-right: 0;
}
.new-hezuo .item .tag{
	border-radius: 0 0.6rem 0.6rem 0;
	background: linear-gradient(90deg, #F3F4F7 0%, rgba(242, 246, 247, 0) 100%);
	color: #0062B2;
	width: 2.6rem;
	margin-top: 0.23rem;
	font-size: 0.16rem;
	padding: 0.12rem 0 0.12rem 0.12rem;
}

.new-hezuo .item .name{
	margin-left: 0.3rem;
	margin-right: 0.3rem;
	color: #333333;
	margin-top: 0.1rem;
}

.hezuo .item:nth-of-type(4n) {
    margin-right: 0;
}

.hezuo .item::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: .15rem;
    width: 1.4rem;
    height: .11rem;
    background: url(../images/line5.png)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%);
}

.new-hezuo .item::after{
	content: '';
	position: absolute;
	left: 0.3rem;
	bottom: .3rem;
	width: 1.4rem;
	height: .11rem;
	background: url(../images/new_hezuo_line.png)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%); */
}

.zuzhi {
    margin-top: .9rem;
    margin-bottom: 1.8rem;
}

.zuzhi .pic {
    width: 7.4rem;
    margin-left: .6rem;
    margin-bottom: .3rem;
    float: right;
}

.zuzhi .pic img {
    width: 100%;
}

.zuzhi .text {
    line-height: 2.6;
    font-size: .2rem;
}

.zuzhi .text p {
    text-indent: .4rem;
    font-size: .18rem !important;
    line-height: 2.6 !important;
}

.zuzhi a {
    color: #0062B2;
    font-weight: bold;
    font-size: .2rem;
    text-decoration: underline;
    text-indent: .4rem;
    margin-top: .2rem;
}

.bumen {
    background: url(../images/bg7.png)no-repeat center bottom;
    background-size: 100%;
    padding-bottom: .9rem;
    margin-bottom: -.8rem;
}

.bumen .content {
    margin-top: .8rem;
}

.bumen .content .title {
    font-size: .28rem;
    font-weight: bold;
    color: #0062B2;
    border-bottom: 4px #0062B2 solid;
    padding-bottom: .2rem;
    margin-bottom: .4rem;
}

.bumen .content .department {
    width: 32%;
    border-bottom: 1px rgba(0, 97, 178, .2) solid;
    margin-right: 2%;
    padding-left: .4rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: .18rem;
    color: #333;
    text-decoration: none !important;
}

.bumen .content .department:not(.no-hover){
	cursor: pointer;
}

.bumen .content .no-hover a{
    cursor: auto;
}

.bumen .content .department:nth-of-type(3n) {
    margin-right: 0;
}

.bumen .content .department::before {
    content: '';
    position: absolute;
    left: 0;
    top: .38rem;
    width: 0;
    width: .15rem;
    height: .15rem;
    background: url(../images/icon10.png)no-repeat center;
    background-size: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.photo {
    margin-top: 1.4rem;
    background: url(../images/bg8.png)no-repeat center bottom;
    background-size: 100%;
    padding-bottom: .8rem;
}

.photo .content {
    padding-left: 1rem;
    padding-right: 1rem;
}

.photo .gallery-top .swiper-slide {
    height: 6.7rem;
    overflow: hidden;
}

.photo .gallery-top .swiper-slide::after,
.photo .gallery-thumbs .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
}

.photo .gallery-top .tit {
    font-size: .22rem;
    color: #FFF;
    position: absolute;
    left: 0;
    bottom: .3rem;
    z-index: 10;
    width: 100%;
}

.photo .swiper-button-next,
.photo .swiper-button-prev {
    width: .51rem;
    height: .51rem;
    background: url(../images/next.png)no-repeat center;
    background-size: 100%;
}

.photo .swiper-button-prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    left: -1rem;
}

.photo .swiper-button-next {
    right: -1rem;
}

.photo .gallery-thumbs {
    margin-top: .4rem;
}

.photo .gallery-thumbs .swiper-slide {
    height: 1.4rem;
    overflow: hidden;
    cursor: pointer;
}

.photo .gallery-thumbs .tit {
    color: #FFF;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: .2rem;
}

.photo .gallery-thumbs .swiper-slide-active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 14;
    border: 3px #0062B2 solid;
}

.submenu {
    margin-top: .2rem;
    line-height: .65rem;
    padding-left: .25rem;
    padding-right: .25rem;
    border-bottom: 1px dashed rgba(0, 97, 178, .3);
}

.submenu::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(0, 97, 178, .3);
}

.submenu::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(0, 97, 178, .3);
}

.submenu a {
    padding: 0 .35rem;
}

.submenu a.on {
    font-weight: bold;
    color: #0062B2;
}

.submenu a.on span {
    position: absolute;
    left: 50%;
    bottom: -.1rem;
    width: .2rem;
    height: .2rem;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(0, 97, 178, .3);
    z-index: 2;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.submenu a.on span::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: .08rem;
    height: .08rem;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-color: #0062B2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.subnav {
    width: 100%;
    height: .8rem;
    background-color: #FFF;
    line-height: .8rem;
    box-shadow: 0 .1rem .15rem rgba(0, 0, 0, .1);
}

.subnav a {
    padding: 0 .35rem;
}

.subnav a.on {
    background-color: #0062B2;
    color: #FFF;
}

.subnav a.on::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -.09rem;
    border-left: .2rem transparent solid;
    border-right: .2rem transparent solid;
    border-top: .1rem #0062B2 solid;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.histroy {
    background: url(../images/bg9.png)no-repeat center bottom;
    padding-bottom: 1.7rem;
    margin-bottom: -.8rem;
    margin-top: .7rem;
    background-size: 100%;
}

.histroy .title,
.linian .title,
.Introduction .title,
.previous .title,
.school-song .title {
    color: #0062B2;
    font-weight: bold;
    font-size: .28rem;
}

.previous .title,
.Introduction .title {
    font-size: .28rem;
}

.histroy .content {
    margin-top: .7rem;
}

.histroy .content .item {
    width: 2.88rem;
}

.histroy .content .pic {
    overflow: hidden;
    height: 3.78rem;
}

.histroy .content .tit {
    margin-top: .25rem;
}

.linian {
    background: url(../images/bg10.png)no-repeat center bottom;
    padding-bottom: 1.7rem;
    margin-bottom: -.8rem;
    margin-top: .7rem;
    background-size: 100%;
}

.linian li {
    width: 45%;
    margin-top: .6rem;
}

.linian li .tit {
    width: 4.3rem;
    line-height: 1rem;
    border-radius: 0 .15rem 0 .15rem;
    -webkit-border-radius: 0 .15rem 0 .15rem;
    -moz-border-radius: 0 .15rem 0 .15rem;
    -ms-border-radius: 0 .15rem 0 .15rem;
    -o-border-radius: 0 .15rem 0 .15rem;
    background-color: #0062B2;
    color: #FFF;
    font-weight: bold;
    font-size: .23rem;
    padding-left: .5rem;
    margin-bottom: .2rem;
}

.linian li .text {
    line-height: 3;
}

.timeline {
    margin-top: 1rem;
    height: 2.2rem;
    z-index: 10;
    margin-right: .5rem;
    padding-right: .4rem;
}

.timeline::after {
    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%);
    height: 1px;
    width: 100%;
    background-color: #0062B2;
    z-index: -1;
}

.timeline .tit {
    font-size: .3rem;
    color: #0062B2;
    font-weight: bold;
    padding-bottom: .5rem;
    border-bottom: 1px #0062B2 solid;
    padding-left: .5rem;
    padding-right: .5rem;
}

.timeline .item:first-child .tit {
    padding-left: 0;
    padding-right: 0;
}

.timeline .year-con {
    transform: translateY(.5rem);
    -webkit-transform: translateY(.5rem);
    -moz-transform: translateY(.5rem);
    -ms-transform: translateY(.5rem);
    -o-transform: translateY(.5rem);
}

.timeline .year-con .year {
    color: #0062B2;
    font-size: .3rem;
    font-family: 'SourceHanSerifCN-Bold';
}

.timeline .year-con .year span {
    font-size: .2rem;
}

.timeline .item .dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: -.43rem;
    width: .28rem;
    height: .28rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #FFF;
    border: 1px #0062B2 dashed;
    z-index: 11;
}

.timeline .item .dot::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #0062B2;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.timeline .item .year-con .year:last-child {
    margin-right: -.6rem;
}

.timeline .item .year-con .year:first-child {
    margin-left: -.6rem;
}

.timeline .item:last-child .year-con .year:last-child {
    margin-right: -.8rem;
}

.Introduction {
    background: url(../images/bg11.jpg)no-repeat center bottom;
    padding-bottom: 5.9rem;
    margin-bottom: -.8rem;
    margin-top: .5rem;
    background-size: 100%;
}

.Introduction .text-con {
    margin-top: .5rem;
}

.Introduction .text-con .pic {
    width: 5rem;
}

.Introduction .text {
    font-size: .18rem;
    line-height: 2.8;
    text-indent:2em;
}

.Introduction .text-con .text {
    color: #FFF;
    background: url(../images/tbg8.jpg)no-repeat center;
    padding: .7rem;
    background-size: cover;
}

.Introduction .text1 {
    margin-top: .5rem;
}

.Introduction .text-con1 {
    margin-top: .9rem;
}

.Introduction .text-con1 .pic {
    width: 6.4rem;
    height: 11.35rem;
}

.Introduction .text-con1 .con1 {
    width: 100%;
    background: url(../images/tbg9.jpg)no-repeat center;
    padding: .7rem;
    color: #FFF;
    background-size: cover;
}

.Introduction .text-con1 .t1 {
    padding: .7rem;
    padding-bottom: 0;
    padding-top: .4rem;
}

.Introduction .t2 {
    color: #0062B2;
    font-size: .19rem;
    margin-top: .8rem;
    padding-left: .7rem;
}

.Introduction .line {
    margin-top: .4rem;
    height: 3.9rem;
    background: url(../images/line6.png)no-repeat center .5rem;
    background-size: 100%;
}

.Introduction .line .logo {
    position: absolute;
    left: 50%;
    top: 0;
    width: 3.05rem;
    height: 3.05rem;
    margin-left: -1.525rem;
}

.Introduction .line .logo img {
    width: 100%;
}

.Introduction .line .year {
    width: 1.65rem;
    height: 1.65rem;
    background: url(../images/tbg11.png)no-repeat center;
    background-size: cover;
    color: #FFF;
    font-size: .2rem;
    margin-top: 2.2rem;
    margin-right: .85rem;
}

.Introduction .line .year span {
    font-size: .34rem;
    font-family: 'SourceHanSerifCN-Bold';
}

.Introduction .line .dot {
    background-color: #E4F3FF;
    width: .42rem;
    height: .42rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.Introduction .line .dot::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-color: rgba(0, 97, 178, .65);
    width: .15rem;
    height: .15rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.Introduction .line .item:nth-child(1) {
    margin-top: 1.55rem;
    margin-left: .6rem;
    margin-right: 1.2rem;
}

.Introduction .line .txt {
    color: #0062B2;
    font-size: 12px;
}

.Introduction .line .txt span {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: .28rem;
    margin-right: .1rem;
}

.Introduction .line .tit {
    color: #0062B2;
    font-size: .16rem;
}

.Introduction .line .item:nth-child(3) {
    margin-top: 1.8rem;
    margin-right: 4rem;
}

.Introduction .line .item:nth-child(4) {
    /* transform: translateY(.4rem);
    -webkit-transform: translateY(.4rem);
    -moz-transform: translateY(.4rem);
    -ms-transform: translateY(.4rem);
    -o-transform: translateY(.4rem); */
		margin-top: .4rem;
    margin-right: .5rem;
}

.Introduction .line .item:nth-child(5) {
    margin-top: 1.8rem;
    margin-right: 0.5rem;
}

.Introduction .line .item:nth-child(6) {
    margin-top: .65rem;
}

.leader {
    background: url(../images/bg12.png)no-repeat center bottom;
    padding-bottom: .9rem;
    margin-bottom: -.8rem;
    margin-top: .9rem;
    background-size: 100%;
}

.leader .content {
    width: 9.7rem;
    margin-left: auto;
    margin-right: auto;
}

.leader .content .item {
    width: 100%;
    line-height: .9rem;
    height: .9rem;
    background: url(../images/tbg10.png) center;
    background-size: 100% 100%;
    padding-left: 1.7rem;
    font-size: .2rem;
}

.leader .content .item:nth-child(even) {
    background: none;
}

.leader .content .tit {
    width: 3rem;
    font-weight: bold;
    color: #0062B2;
    padding-left: .4rem;
}

.leader .content .tit::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: .22rem;
    background-color: #0062B2;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.leader .content .name {
    padding-left: .7rem;
}

.leader .content .name::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: .4rem;
    background-color: rgba(0, 97, 178, .2);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.previous {
    background: url(../images/bg13.png)no-repeat center bottom;
    padding-bottom: 1.5rem;
    margin-bottom: -.8rem;
    margin-top: .6rem;
    background-size: 100%;
}

.previous .title {
    margin-top: .8rem;
}

.previous .content {
    margin-top: .4rem;
}

.previous .content .tit {
    width: 100%;
    background-color: #F2F7FB;
    line-height: .75rem;
    color: #0062B2;
    font-weight: bold;
    font-size: .2rem;
}

.previous .content .width {
	text-align: center;
  width: 6.3rem;
}

.previous .content .w1 {
    width: 3rem;
		text-align: center;
}

.previous .content .w2 {
    width: 2.5rem;
}

.previous .content .w3 {
    width: 3.2rem;
}

.previous .content .td .time-list{
	text-align: center;
}

.previous .content .td .time-list .time-range{
	min-width: 1.55rem;
	text-align: left;
	display: inline-block;
}

.previous .content .mt20 {
    margin-top: .2rem;
}

.previous .content .td,
.previous .content .th {
    border-bottom: 1px #E5EFF7 solid;
    padding: .25rem 0;
}

.previous .content .th {
    font-size: .2rem;
    color: #0062B2;
    font-weight: bold;
}

.previous .content .td {
    font-size: .18rem;
}

.previous .roll {
    height: 2.55rem;
    background-color: #f2f7fb;
    width: 100%;
}

.previous .roll .tit-con {
    background-color: #0062B2;
    color: #FFF;
    width: 1.25rem;
    font-weight: bold;
}

.previous .roll .tit-con>div:first-child {
    border-bottom: 1px rgba(255, 255, 255, .5) solid;
}

.previous .roll .t1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.45rem;
    font-size: .2rem;
}

.previous .roll .tit-con>div:last-child,
.previous .roll .t2 {
    line-height: 1.1rem;
    font-weight: bold;
    font-size: .2rem;
}

.previous .roll .flex-1 {
    background: url(../images/line7.png)repeat-x left bottom;
    min-width: 0;
}

.previous .roll .con::before {
    content: '';
    position: absolute;
    left: 0;
    right: .2rem;
    top: 1.45rem;
    height: 1px;
    background-color: #0062B2;
}

.previous .roll .swiper-slide .t2 {
    color: #0062B2;
}

.previous .swiper-button-next {
    background-size: .11rem;
    margin-top: 0;
    top: 1.33rem;
    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'%230062B2'%2F%3E%3C%2Fsvg%3E");
    width: .24rem;
    height: .24rem;
}

.school-song {
    background: url(../images/bg14.jpg)no-repeat center bottom;
    padding-bottom: 1.45rem;
    margin-bottom: -.8rem;
    margin-top: .8rem;
    background-size: 100%;
}

.school-song .content {
    width: 11rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: .35rem;
}

.school-song .lyric {
    line-height: 2.4;
}

.school-song .lyric #vsb_content_4 .vsbcontent_start{
	text-indent: 0 !important;
}

.school-song .lyric #vsb_content_4 P{
	text-indent: 0 !important;
}

.school-song .down {
    font-size: .24rem;
    text-align: right;
    margin-top: .5rem;
}

.school-song .down a {
    color: #0062B2;
    text-decoration: underline;
}

.school-song .player {
    width: 100%;
    background-color: #F1F3F4;
    height: .84rem;
    border-radius: .42rem;
    -webkit-border-radius: .42rem;
    -moz-border-radius: .42rem;
    -ms-border-radius: .42rem;
    -o-border-radius: .42rem;
    margin-top: .5rem;
    padding: 0 .3rem;
    overflow: hidden;
}

.school-song audio {
    width: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.footer-box {
    margin-top: auto;
}

@media (min-width:1025px) {
    .image-text .item:hover {
        background-color: #0062B2;
        box-shadow: 0 0 .2rem rgba(0, 97, 178, .6);
    }
    .image-text .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);
    }
    .image-text .item:hover .tit,
    .image-text .item:hover .des,
    .image-text .item:hover .date,
    .image-text .item:hover .date span,
    .text-list .item:hover .tit,
    .text-list .item:hover .des,
    .text-list .item:hover .date,
    .text-list .item:hover .date span,
    .teacher-list .item:hover .tit,
    .teacher-list .item:hover .more,
    .keyan .item:hover .tit,
    .keyan .item:hover .des {
        color: #FFF;
    }
    .image-text .item:hover .tit::after,
    .text-list .item:hover .date::after,
    .teacher-list .item:hover .more span::after {
        background-color: #FFF;
    }
    .page a:hover {
        background-color: #0062B2;
        color: #FFF;
        border-color: #0062B2;
    }
    .text-list .item:hover {
        background: url(../images/tbg5.jpg)no-repeat center;
        background-size: cover;
    }
    .text-list .item:hover .tit {
        font-weight: bold;
    }
    .teacher-list .item:hover {
        background-color: #0062B2;
    }
    .teacher-list .item:hover .tit::after {
        background-color: #D12228;
    }
    .teacher-list .item:hover .tit {
        border-bottom-color: rgba(255, 255, 255, .3);
    }
    .teacher-list .item:hover .more,
    .keyan .item:hover .des {
        opacity: .5;
    }
    .news-details .prev-next a:hover {
        color: #0062B2;
    }
    .ziyuan a:hover {
        text-decoration: dashed;
    }
    .keyan .item:hover {
        background: url(../images/tbg5.png)no-repeat right center;
        background-size: cover;
    }
    .keyan .item:hover::before {
        background-image: url(../images/line4.png);
    }
    .keyan .item:hover .column {
        background-color: #FFF;
        color: #333;
    }
    .keyan .item:hover .tit {
        border-bottom-color: rgba(255, 255, 255, .3);
    }
    .hezuo .item:hover{
        background: url(../images/tbg6.png)no-repeat center;
        background-size: cover;
        color: #FFF;
        font-weight: bold;
    }
		
		.new-hezuo .item:hover{
		    background: url(../images/new_hezuo_active_bg.png)no-repeat center;
		    background-size: cover;
		}
		
		.new-hezuo .item:hover .tag{
			background: #FFF;
		}
		
		.new-hezuo .item:hover .name{
			color: #FFF;
		}
		.new-hezuo .item:hover::after{
			content: '';
			position: absolute;
			left: 0.3rem;
			bottom: .3rem;
			width: 1.4rem;
			height: .11rem;
			background: url(../images/new_hezuo_active_line.png)no-repeat center;
			background-size: 100%;
		}
		
    .hezuo .item:hover::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 6px;
        background-color: #E1A853;
    }
    .bumen .content .department:not(.no-hover):hover {
        background: url(../images/tbg7.png)no-repeat center;
        background-size: 100% 100%;
        overflow: hidden;
        border-radius: 0 .2rem 0 .2rem;
        -webkit-border-radius: 0 .2rem 0 .2rem;
        -moz-border-radius: 0 .2rem 0 .2rem;
        -ms-border-radius: 0 .2rem 0 .2rem;
        -o-border-radius: 0 .2rem 0 .2rem;
        
        border-bottom: 0;
        padding-left: .7rem;
        padding-right: .5rem;
    }
		.bumen .content .department:not(.no-hover):hover a{
			color: #FFF;
		}
    .bumen .content .department:not(.no-hover):hover::before {
        left: .3rem;
        background-image: url(../images/icon11.png);
    }
}

@media (max-width:1199px) {
    .header .top li {
        height: auto;
        line-height: .4rem;
    }
    .image-text .tit {
        margin-top: .1rem;
    }
		.new-hezuo .item::after{
			bottom:0.3rem;
		}
		.new-hezuo .item{
			height: 1.8rem;
		}
		.new-hezuo .item .name{
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 1;
			-webkit-box-orient: vertical;
		}
    .image-text .tit,
    .text-list .item .tit,
    .teacher-list .item .text-con .tit,
    .ziyuan .text,
    .ziyuan a,
    .keyan .item .tit,
    .hezuo .item,
		.new-hezuo .item .name,
		.new-hezuo .item .tag,
    .zuzhi .text,
    .zuzhi a,
    .bumen .content a,
		.bumen .content .department,
    .photo .gallery-top .tit,
    .Introduction .line .year,
    .Introduction .text,
    .Introduction .t2,
    .leader .content .item {
        font-size: 14px;
    }
    .image-text .des,
    .text-list .item .des,
    .text-list .item .date,
    .image-text .date span,
    .teacher-list .item .text-con .more,
    .news-details .info,
    .keyan .item .column,
    .keyan .item .des,
    .photo .gallery-thumbs .tit,
    .Introduction .line .tit,
    .previous .content .tit,
    .previous .content .th,
    .previous .content .td {
        font-size: 12px;
    }
    .image-text .date span,
    .text-list .item .date span,
    .timeline .tit,
    .timeline .year-con .year,
    .Introduction .line .txt span {
        font-size: 18px;
    }
    .news-details h1 {
        font-size: 20px;
    }
    .histroy .title,
    .linian .title,
    .Introduction .title,
    .Introduction .line .year span,
    .previous .title,
    .school-song .title {
        font-size: 24px;
    }
    .text-list .item .date {
        width: 80px;
    }
    .teacher-list .item {
        width: 23.5%;
        margin-right: 2%;
    }
    .keyan .item .column {
        width: 115px;
        line-height: .45rem;
    }
    .linian li .tit {
        width: 100%;
        font-size: 16px;
    }
    .Introduction .line .logo {
        display: none;
    }
    /* .Introduction .line .item:nth-child(1) {
        transform: translateY(1.4rem);
        -webkit-transform: translateY(1.4rem);
        -moz-transform: translateY(1.4rem);
        -ms-transform: translateY(1.4rem);
        -o-transform: translateY(1.4rem);
    }
    .Introduction .line .year {
        transform: translateY(1.5rem);
        -webkit-transform: translateY(1.5rem);
        -moz-transform: translateY(1.5rem);
        -ms-transform: translateY(1.5rem);
        -o-transform: translateY(1.5rem);
    }
    .Introduction .line .item:nth-child(3) {
        transform: translateY(1.3rem);
        -webkit-transform: translateY(1.3rem);
        -moz-transform: translateY(1.3rem);
        -ms-transform: translateY(1.3rem);
        -o-transform: translateY(1.3rem);
        margin-right: 1.5rem;
    }
    .Introduction .line .item:nth-child(4) {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        margin-right: 1.6rem;
    }
    .Introduction .line .item:nth-child(5) {
        transform: translateY(1.4rem);
        -webkit-transform: translateY(1.4rem);
        -moz-transform: translateY(1.4rem);
        -ms-transform: translateY(1.4rem);
        -o-transform: translateY(1.4rem);
    }
    .Introduction .line .item:nth-child(6) {
        transform: translateY(.2rem);
        -webkit-transform: translateY(.2rem);
        -moz-transform: translateY(.2rem);
        -ms-transform: translateY(.2rem);
        -o-transform: translateY(.2rem);
    } */
    .leader .content .tit {
        width: 3.4rem;
    }
    .zuzhi .text p {
        font-size: 14px !important;
    }
    .Introduction .text-con1 .pic {
        height: auto;
    }
		
		.previous .content .td .time-list .time-range{
			min-width: 1.35rem;
		}
}

@media (max-width:1099px) {
	.previous .content .td .time-list .time-range{
		min-width: 1.45rem;
	}
}
@media (max-width:1069px) {
	.previous .content .td .time-list .time-range{
		min-width: 1.5rem;
	}
}

@media (max-width:950px) {
    .keyan .item {
        padding-top: 1rem;
        width: 49%;
        height: auto;
        padding-bottom: .4rem;
    }
    .keyan .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .keyan .item:nth-child(even) {
        margin-right: 0;
    }
    .hezuo .item {
        width: 32%;
    }
    .hezuo .item:nth-of-type(4n) {
        margin-right: 2%;
    }
    .hezuo .item:nth-of-type(3n) {
        margin-right: 0;
    }
		
		.new-hezuo .item{
			width: 48%;
		}
		
		.new-hezuo .item:nth-of-type(3n){
			margin-right: 3%;
		}
		.new-hezuo .item:nth-of-type(2n) {
		    margin-right: 0;
		}
    .hezuo .title {
        font-size: 18px;
    }
    .bumen .content .department {
        width: 49%;
    }
    .bumen .content .department:nth-of-type(3n) {
        margin-right: 2%;
    }
    .bumen .content .department:nth-child(even) {
        margin-right: 0;
    }
    .bumen .content .department::before {
        top: .45rem;
    }
    .timeline .tit {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .timeline .tit {
        font-size: 16px;
    }
    .timeline .tit span {
        font-size: 12px;
    }
    /* .Introduction .line .item:nth-child(3) {
        margin-right: .8rem;
        transform: translateY(.9rem);
        -webkit-transform: translateY(.9rem);
        -moz-transform: translateY(.9rem);
        -ms-transform: translateY(.9rem);
        -o-transform: translateY(.9rem);
    }
    .Introduction .line .item:nth-child(4) {
        margin-right: .6rem;
        transform: translateY(-.3rem);
        -webkit-transform: translateY(-.3rem);
        -moz-transform: translateY(-.3rem);
        -ms-transform: translateY(-.3rem);
        -o-transform: translateY(-.3rem);
    } */
    .Introduction .line .year span {
        font-size: 20px;
    }
		
		.previous .content .td .time-list .time-range{
			min-width: 1.65rem;
		}
}

@media (max-width:767px) {
	.new-hezuo .item::after{
		bottom:0.2rem;
	}
	
    .image-text .item {
        padding: .2rem;
    }
    .image-text .pic {
        width: 100%;
        margin-right: 0;
        height: 3.4rem;
    }
    .image-text .text-con {
        margin-right: .2rem;
        margin-top: .2rem;
    }
    .text-list .item {
        padding-right: .3rem;
    }
    .teacher-list .item {
        width: 49%;
        margin-top: .3rem;
    }
    .teacher-list .item:nth-child(even) {
        margin-right: 0;
    }
    .news-details h1 {
        font-size: 18px;
    }
    .ziyuan .title span,
    .histroy .title,
    .linian .title,
    .Introduction .title,
    .previous .title,
    .school-song .title {
        font-size: 20px;
    }
    .ziyuan .pic,
    .keyan .item,
    .linian li,
    .bumen .content .department {
        width: 100%;
        margin-right: 0;
				font-size: 0.28rem;
    }
    .bumen .content .department {
        margin-right: 0 !important;
    }
    .hezuo .item {
        width: 49%;
    }
    .hezuo .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .hezuo .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .zuzhi .pic {
        width: 100%;
        margin-left: 0;
    }
    .photo .content {
        padding-left: 0;
        padding-right: 0;
    }
    .photo .swiper-button-prev {
        left: .2rem;
    }
    .photo .swiper-button-next {
        right: .2rem;
    }
    .photo .gallery-top .swiper-slide {
        height: 5.2rem;
    }
    .submenu {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        border-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .submenu a {
        display: inline-block;
    }
    .submenu a span,
    .submenu::before,
    .submenu::after {
        display: none;
    }
    .histroy .content {
        margin-top: .3rem;
    }
    .histroy .content .item {
        width: 49%;
        margin-top: .3rem;
    }
    .timeline {
        margin-right: 0;
        padding-right: .5rem;
        padding-left: .5rem;
        flex-wrap: wrap;
        margin-bottom: 1rem;
        margin-top: .6rem;
    }
    .timeline::after {
        display: none;
    }
    .timeline .item {
        width: 40%;
        margin-top: .5rem;
    }
    .timeline .tit {
        font-size: 14px;
    }
    .timeline .year-con .year {
        font-size: 16px;
    }
    .timeline .item:last-child .year-con .year:last-child {
        margin-right: -.6rem;
    }
    /* .timeline .year-con {
        transform: translateY(.32rem);
        -webkit-transform: translateY(.32rem);
        -moz-transform: translateY(.32rem);
        -ms-transform: translateY(.32rem);
        -o-transform: translateY(.32rem);
    } */
    .Introduction .line {
        background: none;
        height: auto;
    }
    /* .Introduction .line>div:last-child {
        align-items: flex-start;
        justify-content: space-between;
    } */
    /* .Introduction .line .item {
        transform: translate(0) !important;
        -webkit-transform: translate(0) !important;
        -moz-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
        -o-transform: translate(0) !important;
        width: 35%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: .3rem;
    } */
    .Introduction .line .dot {
        display: none;
    }
    .Introduction .line .item:nth-child(4) {
        margin-right: 1.2rem;
    }
    .Introduction .line .item:nth-child(5) {
        margin-right: .8rem;
        margin-top: 2rem;
    }
    .Introduction .line .item:nth-child(6){
        margin-top: -0.8rem;
    }
    /* .Introduction .line .year {
        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%);
        margin-right: 0;
    } */
    .Introduction .text-con .pic,
    .Introduction .text-con1 .pic {
        order: 1;
        width: 100%;
        height: auto;
    }
    .Introduction .text-con .text,
    .Introduction .text-con1 .content {
        order: 2;
    }
    .Introduction {
        padding-bottom: 1.8rem;
    }
    .Introduction .t2 {
        margin-top: 0;
    }
    .Introduction .text-con1 .con1,
    .Introduction .text-con1 .t1,
    .Introduction .text-con .text {
        padding: .3rem;
    }
    .Introduction .t2 {
        padding-left: .3rem;
    }
    .leader .content {
        width: 100%;
    }
    .leader .content .item {
        padding-left: 0;
    }
    .previous .content .w1,
    .previous .content .w2 {
        width: 1.2rem;
    }
    .previous .content .width {
        width: 100%;
        margin-top: .2rem;
    }
    .previous .content .width>div:first-child {
        text-align: left;
    }
    .previous .content .td .flex-1 div:first-child{
        text-align: left;
    }
    .previous .content .width>div:last-child,
    .previous .content .td .flex-1>div:last-child,
    .previous .content .w3 {
        text-align: right;
    }
    /* .previous .content .th, */
    .previous .content .tit {
        display: none;
    }
    .previous .content .th {
        padding-left: .2rem;
        padding-right: .2rem;
        background: #F2F7FB;
    }
    .previous .content .th>div {
        width: 50%;
        margin: 0;
    }
    .previous .content .th>div>div {
        display: none;
    }
    .previous .content .th .w1 {
        display: block;
        text-align: left;
    }
    .previous .content .th .w3 {
        display: block;
        text-align: right;
    }
    .previous .content .td {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .previous .content .td .w1 {
        text-align: left;
        width: auto;
    }
    .previous .content .td .time-list {
        display: block;
    }
    .previous .content .td .time-list>div {
        margin-top: .2rem;
    }
    .previous .roll .con::before {
        right: .25rem;
    }
    .school-song .content {
        width: 100%;
    }
    
    .Introduction .line>div {
        align-items: center;
        justify-content: center;
        height: 4rem;
    }
    .Introduction .line .item:nth-child(1) {
        position: absolute;
        left: .8rem;
        margin: 0;
        top: .1rem;
    }
    .Introduction .line .year {
        margin: 0 auto;
        flex-direction: column-reverse;
    }
    .Introduction .line .item:nth-child(3) {
        position: absolute;
        right: .6rem;
        margin: 0;
        top: .6rem;
    }
    .Introduction .line .item:nth-child(4) {
        position: absolute;
        left: .4rem;
        margin: 0;
        top: 1.5rem;
    }
    .Introduction .line .item:nth-child(5) {
        position: absolute;
        left: .6rem;
        margin: 0;
        top: 2.8rem;
    }
    .Introduction .line .item:nth-child(6) {
        position: absolute;
        right: .4rem;
        margin: 0;
        top: 2.4rem;
    }
    .Introduction .text-con1 {
        margin-top: .4rem;
    }

    .v_news_content {
        word-break: break-all;
    }
    .v_news_content video {
        display: block;
        max-width: 100%;
        height: auto;
    }
    .v_news_content img {
        max-width: 100%;
        height: auto;
    }
    .home-news .item:nth-of-type(n + 5) {
        display: none !important;
    }
    .home-notice li:nth-of-type(n + 6),
    .home-kuaixun li:nth-of-type(n + 6) {
        display: none !important;
    }
    .home-kejiao .content {
        margin-top: .3rem;
    }
    .home-kejiao ul {
        margin-top: 0;
    }
    .home-kejiao .pic-con {
        display: none !important;
    }
    .home-kejiao .title-img-box {
        margin-left: 0;
    }
    .home-kejiao li .tit {
        margin-left: 0;
    }
    .leader {
        margin-top: .3rem;
    }
    .home-huoli .swiper-slide {
        border: 0;
    }
}


@media (max-width:767px) and (orientation: landscape) {
    .nav li>a {
        line-height: .6rem;
    }
    .nav .arrow {
        height: .6rem;
    }
}



/* ie兼容 */
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
    .home-news .fir .tit {
        max-height: 24px;
    }
    .home-news .item .tit {
        max-height: 0.22rem;
    }
    .home-news .pic-con .text-con .tit {
        max-height: .45rem;
    }
    .home-notice li .tit div,
    .home-kuaixun li .tit {
        max-height: .34rem;
    }
    .home-notice li .des div, 
    .home-kuaixun li .des div {
        max-height: .504rem;
    }

    .keyan .item .tit>div {
        max-height: .46rem;
    }
    .keyan .item .des {
        max-height: .72rem;
    }

    .home-news .content>.flex-1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .home-news .fir .des {
        max-height: .448rem;
    }
		
    .home-news .item {
        padding-bottom: 0.18rem;
        margin-bottom: 0.18rem;
    }
    
    .home-teacher .gallery-top .pic,
    .home-teacher .gallery-thumbs .pic{
        position: relative;
    }
    .home-teacher .gallery-top .pic img{
        font-family: 'object-fit: cover;';
    }
    .home-teacher .gallery-thumbs .pic img{
        font-family: 'object-fit: cover;';
    }

    .home-huoli .mask-box {
        display: none;
    }
}