@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw;
    }
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .16rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #4346D0;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis; display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

@media (max-width:1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 102;
    width: 100%;
    height: 1.3rem;
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 2rem;
    width: 100%;
    z-index: -1;
    opacity: 0.7;
    background: linear-gradient(#000000 0%, rgba(0, 0, 0, 0) 99%);
}

.header.fixed {
    background: linear-gradient(270deg, #059CD8 0%, #4E16A7 98%);
}

.header.fixed::after {
    display: none;
}

.header .logo img {
    height: .77rem;
}

.header .top {
    justify-content: flex-end;
    font-size: .14rem;
    color: #FFF;
    margin-top: .25rem;
}

.header .top span {
    font-size: .12rem;
    margin: 0 .15rem;
}

.header .top a {
    color: #FFF;
}

.header .top .search {
    width: 1.7rem;
    height: .3rem;
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
    background-color: rgba(255, 255, 255, .2);
    border: 1px rgba(255, 255, 255, .1) solid;
    overflow: hidden;
    margin-left: .2rem;
}

.header .top .search input[type='text'] {
    background: none;
    padding-left: .2rem;
    width: 100%;
    color: #FFF;
    font-size: .16rem;
}

.header .top .search input[type='submit'] {
    width: .4rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: .15rem;
}

.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 {
    line-height: .5rem;
    padding: 0 .15rem;
    color: #FFF;
    font-weight: bold;
    font-size: .18rem;
}

.nav li:last-child>a {
    padding-right: 0;
}

.nav .drop {
    left: -.1rem;
    right: -.1rem;
    top: .5rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    line-height: 2.4;
    padding: .05rem 0;
    font-size: .14rem;
}

.banner .swiper-container::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3rem;
    z-index: 1;
    opacity: 0.7;
    background: linear-gradient( rgba(0, 0, 0, 0), #000000 90%);
}

.banner img {
    width: 100%;
    transition: all 5s;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-slide-active img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.banner .swiper-pagination {
    justify-content: flex-end;
    padding-right: 1.6rem;
    bottom: .9rem;
}

.banner .swiper-pagination-bullet {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    height: 3px;
    width: .7rem;
    background-color: #FFF;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: linear-gradient(270deg, #00C0FF 4%, #0B7BD1 97%);
}

.footer {
    background: url(../images/f-bg.png)no-repeat center;
    background-size: cover;
    padding-top: .5rem;
    padding-bottom: .4rem;
    color: #FFF;
    font-size: .18rem;
    margin-top: .7rem;
}

.footer .logo img {
    height: .77rem;
}

.footer .info {
    line-height: 2.4;
}

.footer .info span {
    margin-left: .2rem;
}

.footer .erwma-con {
    width: 3.6rem;
    margin-right: .7rem;
}

.footer .erwma-con .item {
    width: 1.55rem;
}

.footer .erwma-con .item .pic {
    width: 100%;
    height: 1.55rem;
    overflow: hidden;
}

.footer .erwma-con .item .pic img {
    width: 100%;
}

.footer .erwma-con .tit {
    margin-top: .05rem;
}

.footer .link {
    width: 2rem;
}

/*师资横板开始*/

.hd {
    background: #F4F4F4;
    padding: 0 0.25rem;
}

.hd ul li {
    position: relative;
    display: inline-block;
    height: 0.64rem;
    line-height: 0.64rem;
    cursor: pointer;
}

.hd ul li::after {
    content: "";
    position: absolute;
    left: -15px;
    right: -25px;
    top: 0;
    bottom: 0;
    background: url(../images/main-bt-bg.png) no-repeat center center;
    background-size: 100% 100%;
    opacity: 0;
    z-index: -1;
}

.hd ul li.on::after {
    opacity: 1;
    z-index: 1;
}

.hd ul li span {
    position: relative;
    display: inline-block;
    padding: 0 0.28rem;
    font-size: 0.18rem;
    color: #333;
    z-index: 9;
}

.hd ul li.on span {
    font-size: 0.18rem;
    font-weight: bold;
    color: #fff;
}

.hd ul li::before {
    content: "";
    position: absolute;
    left: -15px;
    width: 0.22rem;
    height: 1px;
    background: rgba(0, 0, 0, .2);
    top: 50%;
    transform: translateY(-50%) rotate(60deg);
}

.hd ul li.on span::after+li {
    display: none;
}

.hd ul li:first-child::before {
    display: none;
}

.bd {
    position: relative;
    border-left: 1px solid rgba(3, 78, 161, 0.1);
    padding-bottom: 0.90rem;
min-height: 2rem;
}

/*师资横板结束*/


.select-wrapper {
    width: 100%;
    height: 0.5rem;
    position: relative;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    background-color: rgba(255, 255, 255, .05);
    color: #FFF;
    font-size: .16rem;
    padding: 0 0.3rem 0 0.1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.select-wrapper option{
	color: #000000;
}
.select-box{
	margin-bottom: 0.2rem;
}
.select-box:last-of-type{
	margin-bottom: 0;
}
.select-box::after {
		content: '';
    position: absolute;
    top: 50%;
    right: .2rem;
    height: 0;
    width: 0;
    overflow: hidden;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid;
    border-top: 6px #FFF solid;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.footer .link .select-wrapper:nth-child(2) {
    z-index: 11 !important;
}

.footer .link .select-wrapper:nth-child(3) {
    z-index: 12 !important;
}

.select-wrapper:last-child {
    margin-bottom: 0;
}

.select-button {
    width: 100%;
    height: .45rem;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    padding: 0 .3rem 0 .1rem;
    overflow: hidden;
    text-align: left;
    outline: none;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    background-color: rgba(255, 255, 255, .05);
    color: #FFF;
    line-height: .4rem;
    font-size: .16rem;
}

.select-down {
    position: absolute;
    top: 50%;
    right: .2rem;
    height: 0;
    width: 0;
    overflow: hidden;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid;
    border-top: 6px #FFF solid;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.select-list {
    width: 100%;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 3px #ddd;
    border-radius: 3px;
    display: none;
    z-index: 2;
    position: absolute;
    left: -1px;
    bottom: .4rem;
    overflow: hidden;
    z-index: 10;
}

.select-list ul {
    overflow-x: hidden;
    overflow-y: auto;
    line-height: .4rem;
    max-height: 240px;
}

.select-list ul li {
    width: auto;
    padding-left: .1rem;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    line-height: .4rem;
    color: #333;
    font-size: .14rem;
}

@keyframes mouse {
    0% {
        transform: translateY(-.1rem);
        -webkit-transform: translateY(-.1rem);
        -moz-transform: translateY(-.1rem);
        -ms-transform: translateY(-.1rem);
        -o-transform: translateY(-.1rem);
    }
    25% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    50% {
        transform: translateY(.1rem);
        -webkit-transform: translateY(.1rem);
        -moz-transform: translateY(.1rem);
        -ms-transform: translateY(.1rem);
        -o-transform: translateY(.1rem);
    }
    75% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    100% {
        transform: translateY(-.1rem);
        -webkit-transform: translateY(-.1rem);
        -moz-transform: translateY(-.1rem);
        -ms-transform: translateY(-.1rem);
        -o-transform: translateY(-.1rem);
    }
}

.mouse {
    position: absolute;
    left: 50%;
    bottom: 1.15rem;
    z-index: 10;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    animation: 2s linear infinite mouse;
    -webkit-animation: 2s linear infinite mouse;
    margin-left: -.5rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #FFFFFF dashed;
}

.mouse img {
    width: .41rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.n-banner {
    overflow: hidden;
}

.n-banner .title {
    position: absolute;
    left: 2.7rem;
    bottom: 0;
    width: 3.3rem;
    height: 1rem;
    line-height: 1rem;
    color: #FFF;
    font-size: .34rem;
    font-weight: bold;
    -webkit-clip-path: polygon(80% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(80% 0, 100% 50%, 100% 100%, 0 100%, 0 0);
    background: linear-gradient(270deg, #059CD8 0%, #4E16A7 100%), #D8D8D8;
    z-index: 10;
}

.n-banner img {
    width: 100%;
}

.crumbs {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18rem;
    height: 1.6rem;
    background: url(../images/cru.png)no-repeat right bottom;
    background-size: cover;
    padding-right: 2.7rem;
    z-index: 1;
    color: #FFF;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: .2rem;
}

.crumbs a {
    color: #FFF;
}

.crumbs .home {
    background: url(../images/home.svg)no-repeat left center;
    padding-left: .2rem;
    background-size: .11rem;
}

.pub-menu {
    margin-top: .3rem;
    height: .62rem;
    min-width: 11.3rem;
    padding-right: .3rem;
    z-index: 101;
    display: inline-block;
}

.pub-menu::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    left: 0;
    z-index: 1;
    opacity: .2;
    background: linear-gradient(270deg, #059CD8 0%, #4E16A7 100%);
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.pub-menu::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    right: .15rem;
    left: 0;
    z-index: -1;
    opacity: .4;
    background: linear-gradient(270deg, #059CD8 0%, #4E16A7 100%);
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.pub-menu ul {
    padding-left: 2.7rem;
    width: 100%;
    height: 100%;
    z-index: 20;
    padding-right: 1.8rem;
}

.pub-menu ul::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #059CD8 0%, #4E16A7 100%);
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

.pub-menu li>a {
    font-size: .18rem;
    color: #FFF;
    line-height: .62rem;
    padding: 0 .25rem;
}

.pub-menu li:nth-child(1) {
    margin-left: .56rem;
}

.pub-menu li:nth-child(1):after {
    content: '';
    position: absolute;
    left: -.56rem;
    top: 0;
    background: url(../images/line.svg)no-repeat left center;
    background-size: .56rem;
    width: .56rem;
    height: 100%;
}

.pub-menu li.on>a {
    font-weight: bold;
}

.pub-menu .drop {
    left: 0;
    width: 100%;
    top: .58rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    line-height: 2.4;
    padding: .05rem .1rem;
    font-size: .14rem;
    box-shadow: 0px 4px .1rem 0px rgba(0, 0, 0, 0.2);
}

.pub-menu .drop::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -6px;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border-left: 6px transparent solid;
    border-right: 6px transparent solid;
    border-bottom: 6px #FFF solid;
}

.pub-menu .drop a {
    border-bottom: 1px dashed #D8D8D8;
    color: #3D3D3D;
}

.pub-menu .drop a:last-child {
    border-bottom: 0;
}

.pub-content {
    background-color: #FFF;
    box-shadow: 0px 4px .22rem 0px rgba(61, 103, 188, 0.15);
    margin-left: .2rem;
    margin-top: .5rem;
    padding: .4rem .9rem .9rem .9rem;
    z-index: 99;
}

.pub-content::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 100%;
    background-image: linear-gradient(270deg, #059CD8, #4E16A7);
    z-index: -2;
}

.news-menu {
    width: 14.85rem;
}

.mask {
    position: absolute;
    left: 0;
    top: .4rem;
    bottom: .75rem;
    width: 100%;
    background-color: #F2F5F6;
    z-index: -100;
}

.pub-content::before {
    content: '';
}

.sort a {
    line-height: .42rem;
    padding: 0 .25rem;
    font-size: .18rem;
    margin-right: .2rem;
    margin-bottom: .2rem;
}

.sort a.on {
    background: linear-gradient(270deg, #059CD8 0%, #4E16A7 100%);
    color: #FFF;
}

.screen {
    font-size: .18rem;
    line-height: .42rem;
}

.screen a {
    padding: 0 .15rem;
}

.txt-line {
    background: linear-gradient(270deg, #059CD8, #4E16A7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.svg{
	height: 0.2rem ;
}
.more .svg{
	overflow: unset;
}
.more .svg text{
	transform: translateX(90%) translateY(70%);
	-webkit-transform: translateX(90%) translateY(70%);
	-moz-transform: translateX(90%) translateY(70%);
	-ms-transform: translateX(90%) translateY(70%);
	-o-transform: translateX(90%) translateY(70%);
}

.teachers .item {
    width: 48%;
    border: 1px #C0C0C0 solid;
    padding: .2rem;
    overflow: hidden;
    margin-top: .55rem;
    z-index: 21;
    margin-right: 4%;
}

.teachers .item:nth-child(even) {
    margin-right: 0;
}

.teachers .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2.9rem;
    background: rgba(7, 55, 141, 0.1);
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 50% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 50% 0%, 100% 100%, 0% 100%);
}

.teachers .item .pic {
    width: 2.65rem;
    height: 3.4rem;
    overflow: hidden;
    margin-right: .4rem;
    z-index: 10;
}

.teachers .item .name {
    font-size: .24rem;
    font-weight: bold;
    margin-top: .5rem;
}

.teachers .item .text {
    font-size: .16rem;
    color: #9E9E9E;
    line-height: 1.8;
    margin-top: .3rem;
}

.teachers .item .more {
    font-size: .14rem;
    color: #9E9E9E;
    margin-top: .35rem;
    border-top: 1px #D8D8D8 solid;
    line-height: .8rem;
    background: url(../images/arrow1.svg)no-repeat right center;
}

.page {
    margin-top: .7rem;
    color: #999;
}

.page a {
    border: 1px #DCDCDC solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    line-height: .3rem;
    padding: 0 .1rem;
    margin: 0 .05rem;
    color: #999;
}

.page .home,
.page .last {
    border: 0;
}

.page .prev,
.page .next {
    height: .3rem;
    width: .3rem;
    border: 0;
    background: url(../images/prev.svg)no-repeat center;
    margin: 0;
}

.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: linear-gradient(270deg, #059CD8 0%, #4E16A7 100%);
    color: #FFF;
}

.teachers-details .info-con {
    padding: 0 .3rem .3rem .3rem;
    z-index: 21;
}

.teachers-details .info-con::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.35rem;
    z-index: -1;
    background: linear-gradient(270deg, #059CD8 0%, #4E16A7 100%);
}

.teachers-details .info-con .pic {
    width: 4rem;
    height: 3.35rem;
    overflow: hidden;
}

.teachers-details .info-con .pic img {
    width: 100%;
		height: 100%;
}

.teachers-details .info-con .text-con {
    font-size: .18rem;
    padding: .4rem .7rem;
    background: linear-gradient(181deg, #FFFFFF -26%, rgba(255, 255, 255, 0.95) 96%);
}

.teachers-details .info-con .name span {
    font-size: .24rem;
    font-weight: bold;
    margin-right: .3rem;
}

.teachers-details .info-con .text {
    line-height: 2;
    color: #474747;
    margin-top: .35rem;
}

.teachers-details .info-con .text p:nth-child(5) {
    width: 100%;
    margin-top: .15rem;
}

.teachers-details .info-con .text p {
    width: 50%;
    margin-top: .15rem;
}

.teachers-details .body {
    margin-top: .3rem;
}

.teachers-details .body .title {
    margin-top: .5rem;
    height: .6rem;
    line-height: .6rem;
    background: #F2F4F7;
    font-size: .2rem;
    font-weight: bold;
    padding-left: .45rem;
}

.teachers-details .body .title::after {
    content: '';
    position: absolute;
    left: .2rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    width: .1rem;
    height: .1rem;
    background: linear-gradient(270deg, #059CD8 0%, #4E16A7 100%);
}

.teachers-details .body .con {
    padding: .2rem;
    line-height: 1.8;
    color: #666;
}

.teachers-details .body .con h4 {
    color: #333;
}

.teachers-details .body .con img {
    max-width: 100%;
}

.text-list .item {
    padding: .3rem 0;
    border-bottom: 1px dashed #E8E8E8;
}

.text-list .item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    background-color: #4E59BF;
    width: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.text-list .item .date {
    font-family: Arial;
    color: #C5C5C5;
    font-size: .18rem;
    margin-right: .5rem;
}

.text-list .item .date span {
    font-size: .28rem;
    font-weight: bold;
}

.text-list .item .tit {
    font-size: .18rem;
}

.text-list .item .des {
    font-size: .14rem;
    color: #C5C5C5;
    margin-top: .1rem;
}

.image-list .item {
    margin-top: .3rem;
}

.image-list .item .pic-con {
    width: 2.85rem;
    height: 2.2rem;
    overflow: hidden;
    padding: .1rem;
    margin-right: .3rem;
}

.image-list .item .pic-con::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    opacity: 0;
    background: linear-gradient(270deg, #059CD8 0%, #4E16A7 100%), linear-gradient(53deg, #096DBB 0%, #089352 99%);
}

.image-list .item .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image-list .item .text-con::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: .1rem;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgba(0, 0, 0, .16);
}

.image-list .item .tit {
    font-weight: bold;
    font-size: .2rem;
    margin-top: .3rem;
}

.image-list .item .des {
    color: #666;
    margin-top: .2rem;
    line-height: 1.8;
}

.image-list .item .date {
    font-size: .14rem;
    background: url(../images/date.svg)no-repeat left center;
    background-size: .16rem;
    padding-left: .25rem;
    color: #9D9D9D;
    position: absolute;
    left: 0;
    bottom: .4rem;
}

.news-details h1 {
    font-size: .24rem;
}

.news-details .info {
    background: rgba(0, 0, 0, 0.04);
    height: .48rem;
    line-height: .48rem;
    font-size: .14rem;
    color: #9E9E9E;
    margin-top: .3rem;
}

.news-details .info span {
    margin: 0 .1rem;
}

.news-details .body {
    color: #666;
    line-height: 2.2;
    margin-top: .4rem;
    border-bottom: 1px #BBCAE2 solid;
    padding-bottom: .5rem;
}

.news-details .body p {
    text-indent: .32rem;
   
    word-break: break-all;
}
.news-details .body table{margin:0 auto;}
.news-details .body table td{padding:5px;width:auto !important;}
.news-details .body table td p{text-indent:0;}

.news-details .body img {
    max-width: 100%;
height:auto !important;
}

.news-details .next-prev {
    font-size: .18rem;
    line-height: 2.2;
    margin-top: .3rem;
}

.news-details .next-prev span {
    font-weight: bold;
}

.leader .title {
    font-size: .36rem;
    margin-bottom: .6rem;
    margin-top: .1rem;
}

.leader .con {
    margin-bottom: .2rem;
}

.leader .con .item {
    margin-bottom: .4rem;
    background-color: #F4F7FF;
    padding: .35rem .5rem 0 .5rem;
    height: 1.8rem;
    width: 48%;
    margin-right: 4%;
}

.leader .con .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
    background: linear-gradient(270deg, #059CD8 0%, #4E16A7 100%);
}

.leader .con .item:nth-of-type(even) {
    margin-right: 0;
}

.leader .con .item .name {
    font-size: .28rem;
    margin-right: .2rem;
}

.leader .con .item .txt {
    line-height: 2;
    margin-top: .2rem;
}

@media (min-width:1025px) {
    .header .top a:hover {
        color: rgba(255, 255, 255, .8);
    }
    .nav li:hover .drop,
    .pub-menu li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .pub-menu .drop a:hover {
        font-weight: bold;
        color: #4346D0;
    }
    .teachers .item:hover .pic img,
    .image-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);
    }
    .page a:hover {
        background: linear-gradient(270deg, #059CD8 0%, #4E16A7 100%);
        color: #FFF;
    }
    .page .prev:hover,
    .page .next:hover {
        background: url(../images/prev.svg)no-repeat center;
    }
    .text-list .item:hover::before {
        width: 100%;
    }
    .text-list .item:hover .tit,
    .image-list .item:hover .tit,
    .news-details .next-prev a:hover {
        background: linear-gradient(270deg, #059CD8 0%, #4E16A7 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
background: transparent\0;
    color: #4E16A7\0;
    }
    .text-list .item:hover .des {
        background: linear-gradient(270deg, #059CD8 0%, #4E16A7 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
background: transparent\0;
    color: #4E16A7\0;
    }
    .text-list .item:hover .date {
        color: #4E59BF;
    }
    .image-list .item:hover .pic-con::after {
        opacity: 1;
    }
}

@media (max-width:1199px) {
    .header {
        height: 1.2rem;
    }
    .header::after {
        height: 100%;
    }
    .header.on {
        background-color: #0B7BD1;
    }
    .header.on::after {
        display: none;
    }
    .header .top {
        font-size: 14px;
        justify-content: center;
    }
    .header .top .search {
        width: 3.4rem;
        height: .48rem;
        border-radius: .24rem;
        -webkit-border-radius: .24rem;
        -moz-border-radius: .24rem;
        -ms-border-radius: .24rem;
        -o-border-radius: .24rem;
    }
    .menu-btn {
        display: block;
    }
    .nav-con {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #0B7BD1;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: .2rem .3rem;
        border-top: 1px rgba(255, 255, 255, .2) solid;
    }
    .nav {
        display: block;
    }
    .nav li>a {
        font-size: 16px;
        padding: 0;
        line-height: .9rem;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: .9rem;
        width: .6rem;
    }
    .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;
        padding-top: 0;
        background: none;
        padding-bottom: 0;
        font-size: 14px;
        padding-left: .4rem;
    }
    .nav .drop a {
        color: #FFF;
    }
    .mouse {
        display: none;
    }
    .banner .swiper-pagination {
        padding-right: .2rem;
    }
    .banner .swiper-container::after {
        height: 30%;
    }
    .footer .erwma-con {
        width: 3.4rem;
        margin-right: .4rem;
    }
    .teachers .item .name,
    .teachers-details .info-con .name span,
    .teachers-details .body .title {
        font-size: 16px;
    }
    .footer,
    .select-button,
    .pub-menu li>a,
    .sort a,
    .screen,
    .teachers-details .info-con .text-con,
    .text-list .item .tit,
    .image-list .item .tit,
    .news-details .next-prev {
        font-size: 14px;
    }
    .select-list ul li,
    .teachers .item .text,
    .teachers .item .more,
    .text-list .item .date,
    .text-list .item .des,
    .image-list .item .des,
    .image-list .item .date,
    .news-details .info {
        font-size: 12px;
    }
    .text-list .item .date span,
    .news-details h1,
    .leader .con .item .name {
        font-size: 18px;
    }
    .n-banner .title {
        left: .2rem;
        font-size: 24px;
    }
    .crumbs {
        display: none;
    }
    .pub-menu ul {
        padding-left: .2rem;
    }
    .teachers .item .name {
        margin-top: .2rem;
    }
    .teachers-details .info-con .text p:last-child {
        flex: 1;
    }
    .pub-menu {
        display: none;
    }
    .leader .con .item {
        width: 100%;
        margin-right: 0;
        padding-bottom: .4rem;
        height: auto;
    }
    .leader .title {
        font-size: 20px;
        margin-bottom: .3rem;
    }
}

@media (max-width:950px) {
    .footer .logo {
        order: 1;
        width: 100%;
        flex: none;
        margin-bottom: .3rem;
    }
    .footer .info {
        order: 2;
        flex: 1;
    }
    .footer .erwma-con {
        order: 3;
        width: 3.8rem;
    }
    .footer .link {
        order: 4;
        width: 2.8rem;
    }
    .footer .erwma-con .item {
        width: 1.7rem;
    }
    .footer .erwma-con .item .pic {
        height: 1.7rem;
    }
    .pub-content {
        padding-left: .3rem;
        padding-right: .3rem;
    }
    .teachers .item {
        width: 100%;
        margin-right: 0;
    }
    .page a {
        line-height: .4rem;
        padding: 0 .15rem;
    }
    .page .prev,
    .page .next {
        width: .4rem;
        height: .4rem;
    }
    .teachers-details .info-con .text-con {
        padding-top: .2rem;
    }
    .teachers-details .info-con .text {
        margin-top: .25rem;
    }
    .image-list .item .pic-con {
        width: 3.8rem;
        height: 3rem;
    }
}

@media (max-width:767px) {
    .header .top {
        flex-wrap: wrap;
    }
    .header .top .search {
        width: 100%;
        margin-left: 0;
        margin-top: .2rem;
        height: .6rem;
        border-radius: .3rem;
        -webkit-border-radius: .3rem;
        -moz-border-radius: .3rem;
        -ms-border-radius: .3rem;
        -o-border-radius: .3rem;
    }
    .header .top .search input[type='submit'] {
        width: .8rem;
        background-size: .3rem;
    }
    .banner .swiper-slide img {
        height: 4.8rem;
        width: auto;
    }
    .footer .erwma-con {
        width: 100%;
        margin-right: 0;
        justify-content: center;
        margin-top: .3rem;
    }
    .footer .erwma-con .item {
        margin: 0 .1rem;
    }
    .footer .link {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-top: .2rem;
        display: none;
    }
    .select-wrapper,
    .select-button {
        height: .6rem;
    }
    .select-list {
        bottom: .6rem;
    }
    .n-banner img {
        width: auto;
        height: 3.8rem;
    }
    .pub-menu {
        width: 100%;
    }
    .teachers .item .pic {
        margin-right: .3rem;
    }
    .teachers .item .name {
        margin-top: 0;
    }
    .teachers .item .text {
        margin-top: .1rem;
    }
    .teachers .item .more {
        line-height: .6rem;
        margin-top: .2rem;
    }
    .teachers-details .info-con {
        padding-left: 0;
        padding-right: 0;
        display: block;
        padding-bottom: 0;
    }
    .teachers-details .info-con::before {
        display: none;
    }
    .teachers-details .info-con .pic {
        margin-left: auto;
        margin-right: auto;
    }
    .teachers-details .info-con .text-con {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .teachers-details .info-con .name {
        text-align: center;
    }
    .teachers-details .info-con .text p {
        width: 100%;
        margin-top: .1rem;
    }
    .text-list .item .date {
        margin-right: .2rem;
    }
    .image-list .item .pic-con {
        width: 100%;
        margin-right: 0;
        padding: 0;
        height: 3.8rem;
    }
    .image-list .item .date {
        position: initial;
        margin-top: .3rem;
    }
    .image-list .item .text-con::after {
        bottom: 0;
    }
    .image-list .item .text-con {
        padding-bottom: .3rem;
    }
    .n-banner .title {
        font-size: 20px;
    }
}

.menu {
    width: 100%;
    z-index: 20;
    height: .92rem;
    background-color: #FFF;
    border-radius: .92rem;
    -webkit-border-radius: .92rem;
    -moz-border-radius: .92rem;
    -ms-border-radius: .92rem;
    -o-border-radius: .92rem;
    box-shadow: 0px 4px .2rem rgba(0, 0, 0, 0.1);
    margin-top: -.45rem;
    line-height: .92rem;
    font-size: .24rem;
}

.menu a {
    width: 16.6666%;
    z-index: 20;
}

.menu a::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: .4rem;
    background-color: #CCCCCC;
    margin-top: -.2rem;
}

.menu a:last-child::before {
    display: none;
}


/* 
.menu a.on {
    color: #FFF;
}

.menu a.on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: -6px;
    width: 100%;
    background: linear-gradient(270deg, #059DD8 0%, #4E15A7 100%);
    z-index: -1;
}

.menu a.on::before {
    content: '';
    position: absolute;
    right: -3px;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 6px solid #059DD8;
    margin-top: auto;
    background: none;
} */

.home-title .cn {
    font-weight: bold;
    font-size: .42rem;
}
.svg{
	height: 20px;
}
.home-title .en {
    font-size: .18rem;
    margin-top: .15rem;
    text-transform: capitalize;
}

.home-title .more {
    position: absolute;
    right: 0;
    top: 50%;
    background: url(../images/more.svg)no-repeat right center;
    background-size: .6rem;
    padding-right: .7rem;
    font-size: .2rem;
    text-transform: uppercase;
    line-height: .32rem;
}

.home-news {
    margin-top: .7rem;
    background: url(../images/bg1.png)no-repeat right bottom;
    background-size: 7rem;
}

.home-news .focus {
    width: 9.15rem;
    overflow: hidden;
    margin-right: .5rem;
    margin-top: .55rem;
}

.home-news .focus .swiper-slide {
    height: 6.36rem;
		overflow: hidden;
}

.home-news .focus .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1rem;
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.home-news .focus .text-con {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 1.5rem .3rem .4rem;
    color: #FFF;
    z-index: 10;
    width: 100%;
}

.home-news .focus .date,
.home-news .pic .date {
    background: url(../images/date1.svg)no-repeat left center;
    padding-left: .25rem;
    background-size: .14rem;
}

.home-news .focus .tit,
.home-news .pic .tit {
    font-size: .2rem;
    margin-top: .1rem;
}

.home-news .focus .swiper-pagination {
    left: auto;
    width: auto;
    right: .3rem;
    bottom: .3rem;
}

.home-news .focus .swiper-pagination-bullet {
    background-color: #FFFFFF;
    width: .1rem;
    height: .1rem;
    opacity: 1;
}

.home-news .focus .swiper-pagination-bullet-active {
    width: .4rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}

.home-news .text-content {
    margin-top: .55rem;
}

.home-news .pic {
    height: 3.6rem;
    overflow: hidden;
}

.home-news .pic .text-con {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 .3rem .3rem .4rem;
    color: #FFF;
    z-index: 10;
    width: 100%;
}

.home-news .item {
    border-bottom: 1px #C5C5C5 dashed;
    padding-bottom: .2rem;
    padding-top: .2rem;
}

.home-news .item .date {
    padding-left: .25rem;
    background-size: .14rem;
}

.home-news .item .date::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .15rem;
    height: .15rem;
    background: url(../images/date2.svg)no-repeat center;
    background-size: 100%;
}

.home-news .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.home-news .item .tit {
    font-size: .2rem;
    margin-top: .1rem;
}

.home-notice {
    background: url(../images/bg2.png)no-repeat center top;
    background-size: 100% 100%;
    padding-top: .7rem;
    margin-top: .9rem;
    padding-bottom: 2.7rem;
}

.home-notice .swiper-container {
    padding-top: .6rem;
    padding-bottom: .2rem;
}

.home-notice .swiper-slide {
    width: 3.7rem;
    height: 2.6rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    margin-right: .3rem;
    background-color: #FFF;
    padding: .5rem .4rem .4rem .4rem;
}

.home-notice .date {
    position: absolute;
    width: .6rem;
    height: .6rem;
    background-color: #ECF4FD;
    top: -.3rem;
    left: .5rem;
    color: #8EB2ED;
    font-size: .12rem;
}

.home-notice .date span {
    font-size: .22rem;
    font-weight: bold;
    margin-top: .05rem;
}

.home-notice .tit {
    font-size: .2rem;
}

.home-notice .des {
    color: #AFAFAF;
    font-size: .16rem;
    line-height: 1.8;
    font-weight: normal;
    margin-top: .2rem;
}

.home-notice .line {
    width: 100%;
    height: 2px;
    background: radial-gradient(50% 50% at 50% 50%, #E2E2E2 0%, rgba(226, 226, 226, 0) 100%);
    margin-top: .25rem;
}

.home-notice .line::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: .12rem;
    height: .12rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #FFF;
    border: 1px #E2E2E2 solid;
}

.home-notice .swiper-button-prev,
.home-notice .swiper-button-next {
    width: .48rem;
    height: .48rem;
    background: url(../images/next1.svg)no-repeat center;
    background-size: cover;
}

.home-notice .swiper-button-next {
    right: -.6rem;
}

.home-notice .swiper-button-prev {
    left: -.6rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.home-xueshu {
    background: url(../images/bg3.png)no-repeat center top;
    background-size: cover;
    padding-bottom: 2.3rem;
    z-index: 10;
}

.home-xueshu .home-title {
    width: 48%;
    position: absolute;
    left: 0;
    top: .4rem;
    z-index: 21;
}

.home-xueshu .content {
    transform: translateY(-1.35rem);
    -webkit-transform: translateY(-1.35rem);
    -moz-transform: translateY(-1.35rem);
    -ms-transform: translateY(-1.35rem);
    -o-transform: translateY(-1.35rem);
}

.home-xueshu .swiper-slide .text-con {
    width: 50%;
}

.home-xueshu .swiper-slide .pic {
    width: 50%;
    height: 4.35rem;
    overflow: hidden;
}

.home-xueshu .swiper-slide .pic::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: .4rem;
    width: 0;
    height: 0;
    border-top: .3rem transparent solid;
    border-bottom: .3rem transparent solid;
    border-left: .3rem #FFF solid;
}

.home-xueshu .swiper-slide .text-con {
    background: url(../images/tbg1.png)no-repeat center;
    background-size: cover;
    height: 4.35rem;
    padding: 1.6rem .75rem 0 .75rem;
}

.home-xueshu .swiper-slide .date {
    background: url(../images/date2.svg)no-repeat left center;
    padding-left: .25rem;
    background-size: .14rem;
}

.home-xueshu .swiper-slide .tit {
    font-size: .2rem;
    font-weight: bold;
    margin-top: .15rem;
}

.home-xueshu .swiper-slide .text {
    margin-top: .2rem;
    line-height: 2;
    color: #9B9B9B;
    border-bottom: 1px dotted #DCDCDC;
    padding-bottom: .2rem;
}

.home-xueshu .swiper-slide .view {
    position: absolute;
    right: .8rem;
    bottom: .9rem;
}

.home-xueshu .swiper-pagination {
    width: 50%;
    bottom: .3rem;
    justify-content: flex-end;
    z-index: 10;
    padding-right: .2rem;
}

.home-xueshu .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    background-color: #C0C0C0;
    opacity: .5;
    margin: 0 .1rem !important;
}

.home-xueshu .swiper-pagination-bullet-active {
    opacity: 1;
}

.home-xueshu .item {
    width: 25%;
    height: 2.65rem;
    overflow: hidden;
    color: #FFF;
}

.home-xueshu .box1 {
    background-color: #5CBAC8;
    padding: .35rem .4rem;
}

.home-xueshu .box2 {
    background: url(../images/tbg2.png)no-repeat center;
    background-size: cover;
    padding: .35rem .4rem;
}

.home-xueshu .item .date {
    background: url(../images/date1.svg)no-repeat left center;
    padding-left: .25rem;
    background-size: .14rem;
}

.home-xueshu .item .tit {
    font-size: .18rem;
    font-weight: bold;
    margin-top: .15rem;
    line-height: 1.6;
}

.home-xueshu .item .text {
    margin-top: .2rem;
    line-height: 1.8;
    opacity: .8;
}

.home-keyan {
    background: url(../images/bg4.png)no-repeat center top;
    height: 10.7rem;
    background-size: cover;
    z-index: 21;
    margin-top: -2.5rem;
    padding-top: 1.4rem;
}

.home-keyan .home-title,
.home-keyan .home-title .more {
    color: #FFF;
}

.home-keyan .home-title .en {
    color: #7C6ACA;
}

.home-keyan .home-title .more {
    background-image: url(../images/more1.svg);
}

.home-keyan .title-con {
    color: #FFF;
    font-size: .22rem;
    margin-top: -.45rem;
}

.home-keyan .title-con span {
    margin: 0 .2rem;
    padding-bottom: .15rem;
    cursor: pointer;
}

.home-keyan .title-con span.on {
    font-weight: bold;
}

.home-keyan .title-con span.on::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #FFF;
}

.home-keyan .content {
    margin-top: .7rem;
}

.home-keyan .swiper-slide {
    color: #FFF;
}

.home-keyan .zhu .pic {
    width: 100%;
    height: 3rem;
    overflow: hidden;
}

.home-keyan .zhu .tit {
    height: .6rem;
    overflow: hidden;
    font-size: .18rem;
    margin-top: .3rem;
}

.home-keyan .zhu .text {
    opacity: .6;
    font-size: .14rem;
    margin-top: .1rem;
    line-height: 1.8;
}

.home-keyan .view .swiper-container {
    padding-top: .2rem;
}

.home-keyan .view .pic {
    width: 7.3rem;
    height: 5rem;
    overflow: hidden;
    border-radius: 0 .5rem 0 0;
    -webkit-border-radius: 0 .5rem 0 0;
    -moz-border-radius: 0 .5rem 0 0;
    -ms-border-radius: 0 .5rem 0 0;
    -o-border-radius: 0 .5rem 0 0;
}

.home-keyan .view .date {
    position: absolute;
    left: 0;
    top: -.2rem;
    background-color: #EA954A;
    width: 1rem;
    height: .9rem;
    font-size: .18rem;
}

.home-keyan .view .date span {
    font-size: .3rem;
    font-weight: bold;
    line-height: 1.6;
    margin-top: .1rem;
}

.home-keyan .view .text-con {
    width: 7.3rem;
    height: 3.5rem;
    background-color: rgba(255, 255, 255, .15);
    padding: .5rem;
    margin-top: .6rem;
}

.home-keyan .view .text-con .tit {
    font-size: .24rem;
    font-weight: bold;
    line-height: 1.6;
}

.home-keyan .view .text-con .text {
    margin-top: .3rem;
    line-height: 2;
    opacity: .8;
}

.home-keyan .arrow-left,
.home-keyan .arrow-right {
    position: absolute;
    bottom: -.5rem;
    left: 0;
    width: 1.15rem;
    height: .7rem;
    border: 1px #FFF solid;
    background: url(../images/next.svg)no-repeat center;
    background-size: .16rem;
    z-index: 21;
}

.home-keyan .arrow-left {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-color: #EA954A;
    border-color: #EA954A;
}

.home-keyan .arrow-right {
    left: 1.15rem;
    bottom: -.7rem;
}

.home-keyan .preview {
    position: absolute;
    right: 0;
    width: 9.1rem;
    bottom: -.5rem;
}

.home-keyan .preview .swiper-container {
    width: 100%;
}

.home-keyan .preview .swiper-slide {
    width: 2.6rem;
    margin-right: .65rem;
    cursor: pointer;
}

.home-keyan .preview .pic {
    width: 100%;
    height: 1.75rem;
    overflow: hidden;
}

.home-keyan .preview .tit {
    font-size: .18rem;
    margin-top: .2rem;
}

.home-keyan .preview .active-nav .tit {
    font-weight: bold;
}
.home-keyan .project-box{
	width: 100%;
	height: 5.8rem;
	padding: 0.2rem 0.23rem 0.5rem 0.23rem;
	background: url(../images/project_bg.png) no-repeat center;
	background-size: 100% 100%;
}
.home-keyan .project-second-bg{
	height: 5rem;
	width: 100%;
	padding: 0 0.25rem;
	background: url(../images/project_second_bg.png) no-repeat center;
	background-size: 100% 100%;
}
.home-keyan .project-content{
	height: 5.25rem;
	width: 100%;
	background: url(../images/project_content_bg.png) no-repeat center;
	background-size: 100% 100%;
	transform: translateY(-5%) ;
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%) ;
	-ms-transform: translateY(-5%) ;
	-o-transform: translateY(-5%) ;
}
.home-keyan .project-content .project-list{
	margin-top: 0.4rem;
	padding: 0 0.8rem 0 0.3rem;
}
.home-keyan .project-content .project-list:first-of-type{
	box-shadow: 20px 0 10px -10px #f7f7f7;
}
.home-keyan .project-content .project-list .project-item{
	padding-left: 0.25rem;
	color: #333333;
}
.home-keyan .project-content .project-list .project-item:hover{
	background: linear-gradient(270deg, #059CD8 0%, #4E16A7 100%), #049EF1;
	color: #ffffff;
}
.home-keyan .project-content .project-list .project-item .box{
	width: 100%;
	padding: 0.3rem 0;
	border-bottom: 0.01rem dashed #D8D8D8;
}
.home-keyan .project-content .project-list .project-item:hover .box{
	border-bottom: none;
}
.home-keyan .project-content .project-list .project-item .project-date{
	font-size: 0.2rem;
	padding-right: 0.28rem;
	border-right: 0.01rem solid #c2c2c2;
	line-height: 1;
	flex-shrink: 0;
}
.home-keyan .project-content .project-list .project-item .project-tit{
	margin-left: 0.18rem;
	font-size: 0.18rem;
}

.home-media .content {
    margin-top: .6rem;
}

.home-media .l-con {
    width: 48.6%;
}

.home-media .r-con {
    width: 50.6%;
}

.home-media .pic-con1 {
    justify-content: flex-end;
}

.home-media .pic-con1>a {
    height: 3.25rem;
    margin-right: .13rem;
    overflow: hidden;
}

.home-media .content a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(79, 79, 79, 0) 0%, #202020 100%);
    z-index: 1;
}

.home-media .content .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #FFF;
    font-size: .2rem;
    z-index: 10;
    padding: .25rem;
}

.home-media .content .text img {
    width: .3rem;
    margin-right: .1rem;
}

.home-media .pic-con1>a::after,
.home-media .pic-con2 .pic5::after {
    height: .8rem;
}

.home-media .pic-con1 .pic1 {
    width: 2.8rem;
}

.home-media .pic-con1 .pic2 {
    width: 4.45rem;
    margin-right: 0;
}

.home-media .pic3 {
    width: 100%;
    height: 3.95rem;
    margin-top: .13rem;
    overflow: hidden;
}

.home-media .pic4 {
    width: 7.5rem;
    height: 4.25rem;
    overflow: hidden;
}

.home-media .pic4 .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: .64rem;
    height: .64rem;
    background: url(../images/play.svg)no-repeat center;
    background-size: 100%;
    z-index: 21;
}

.home-media .pic5 {
    width: 3.15rem;
    height: 3.15rem;
    overflow: hidden;
}

.home-media .pic6 {
    width: 4.7rem;
    height: 3.42rem;
    overflow: hidden;
}

.home-media .pic-con2 {
    margin-top: .13rem;
}

.home-media .pic-con2 .pic6::after {
    height: 1.2rem;
}

.home-media .pic3::after,
.home-media .pic4::after {
    height: 1.4rem;
}

.maskBg {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 0
}

.videoShow {
    width: 12.8rem;
    height: 7.6rem;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.maskBg.active {
    opacity: 1;
}

.videoShow.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.videoShow .close {
    color: #FFF;
    position: absolute;
    right: 0;
    top: -.3rem;
    background: url(../images/close.svg)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
    cursor: pointer;
}

.home-tool {
    margin-top: 1.15rem;
}

.home-tool .item {
    width: 1.28rem;
    margin: 0 .85rem;
}

.home-tool .item .icon {
    width: 1.28rem;
    height: 1.28rem;
    z-index: 21;
    overflow: hidden;
    background: url(../images/q.svg)no-repeat center;
    background-size: cover;
    overflow: hidden;
    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;
}

.home-tool .item .icon span {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: .5rem;
}

.home-tool .item:nth-child(1) .icon span {
    background-image: url(../images/icon1.svg);
}

.home-tool .item:nth-child(2) .icon span {
    background-image: url(../images/icon2.svg);
}

.home-tool .item:nth-child(3) .icon span {
    background-image: url(../images/icon3.svg);
    background-size: .6rem;
}

.home-tool .item:nth-child(4) .icon span {
    background-image: url(../images/icon4.svg);
}

.home-tool .item:nth-child(5) .icon span {
    background-image: url(../images/icon5.svg);
}

.home-tool .item .tit {
    font-size: .2rem;
    font-weight: bold;
    margin-top: .2rem;
}

.home-tool .item::before {
    content: '';
    position: absolute;
    top: .64rem;
    width: 1rem;
    height: 1px;
    left: -1.3rem;
    background: linear-gradient(270deg, #059DD8 0%, #4E15A7 100%);
}

.home-tool .item:first-child::after {
    content: '';
    position: absolute;
    left: -1.3rem;
    top: .62rem;
    width: 4px;
    height: 4px;
    background-color: #FFF;
    border: 1px #4E15A7 solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.home-tool .item:last-child::after {
    content: '';
    position: absolute;
    top: .64rem;
    width: 1rem;
    height: 1px;
    right: -1.3rem;
    background: linear-gradient(270deg, #059DD8 0%, #4E15A7 100%);
}

.home-tool .item:last-child .tit::after {
    content: '';
    position: absolute;
    right: -1.3rem;
    top: .62rem;
    width: 4px;
    height: 4px;
    background-color: #FFF;
    border: 1px #059DD8 solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    z-index: 2;
}

@media (min-width:1025px) {
    .menu a:hover {
        color: #FFF;
    }
    .menu a:hover::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        top: -6px;
        width: 100%;
        background: linear-gradient(270deg, #059DD8 0%, #4E15A7 100%);
        z-index: -1;
    }
    .menu a:hover::before {
        content: '';
        position: absolute;
        right: -3px;
        top: -6px;
        width: 0;
        height: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-bottom: 6px solid #059DD8;
        margin-top: auto;
        background: none;
    }
    .menu a:nth-child(1):hover::after {
        border-radius: .92rem 0 0 .92rem;
        -webkit-border-radius: .92rem 0 0 .92rem;
        -moz-border-radius: .92rem 0 0 .92rem;
        -ms-border-radius: .92rem 0 0 .92rem;
        -o-border-radius: .92rem 0 0 .92rem;
    }
    .menu a:last-child:hover::after {
        border-radius: 0 .92rem .92rem 0;
        -webkit-border-radius: 0 .92rem .92rem 0;
        -moz-border-radius: 0 .92rem .92rem 0;
        -ms-border-radius: 0 .92rem .92rem 0;
        -o-border-radius: 0 .92rem .92rem 0;
    }
    .home-news .focus .swiper-slide:hover img,
    .home-news .pic:hover img,
    .home-keyan .zhu .swiper-slide:hover .pic img,
    .home-keyan .view .swiper-slide:hover .pic img,
    .home-media .pic1:hover>img,
    .home-media .pic2:hover>img,
    .home-media .pic3:hover>img,
    .home-media .pic4:hover>img,
    .home-media .pic5:hover>img,
    .home-media .pic6:hover>img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .home-news .pic:hover .tit,
    .home-news .focus .swiper-slide:hover .tit,
    .home-notice .swiper-slide:hover .tit,
    .home-media .content a:hover .tit {
        font-weight: bold;
    }
    .home-notice .swiper-slide:hover {
        background: linear-gradient(270deg, #059CD8 0%, #4E16A7 100%);
        box-shadow: 0px 2px .15rem 0px rgba(201, 216, 234, .5);
        width: 4.1rem;
        height: 3rem;
        margin-top: -.2rem;
        margin-bottom: -.2rem;
        padding-top: .65rem;
    }
    .home-notice .swiper-slide:hover .tit,
    .home-notice .swiper-slide:hover .des,
    .home-notice .swiper-slide:hover .date {
        color: #FFF;
    }
    .home-notice .swiper-slide:hover .date {
        background-color: #EA954A;
    }
    .home-xueshu .item:hover .tit,
    .home-keyan .view .swiper-slide:hover .tit {
        text-decoration: underline;
    }
    .home-tool .item:hover .icon {
        background: linear-gradient(270deg, #059CD8 0%, #4E16A7 100%);
    }
    .home-tool .item:nth-child(1):hover .icon span {
        background-image: url(../images/icon1-on.svg);
        background-size: .5rem;
    }
    .home-tool .item:nth-child(2):hover .icon span {
        background-image: url(../images/icon2-on.svg);
    }
    .home-tool .item:nth-child(3):hover .icon span {
        background-image: url(../images/icon3-on.svg);
    }
    .home-tool .item:nth-child(4):hover .icon span {
        background-image: url(../images/icon4-on.svg);
    }
    .home-tool .item:nth-child(5):hover .icon span {
        background-image: url(../images/icon5-on.svg);
    }
    .home-notice .swiper-button-prev:hover,
    .home-notice .swiper-button-next:hover {
        background-image: url(../images/next2.svg);
    }
}

@media (max-width:1199px) {
    .banner .swiper-slide-active img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .menu,
    .home-news .focus .tit,
    .home-news .pic .tit,
    .home-news .item .tit,
    .home-notice .tit,
    .home-xueshu .swiper-slide .tit,
    .home-xueshu .item .tit,
    .home-keyan .view .text-con .tit,
    .home-keyan .preview .tit,
    .home-media .content .text {
        font-size: 14px;
    }
    .home-news .focus .date,
    .home-news .pic .date,
    .home-news .item .date,
    .home-title .en,
    .home-title .more,
    .home-notice .date,
    .home-notice .des,
    .home-xueshu .swiper-slide .date,
    .home-xueshu .swiper-slide .text,
    .home-xueshu .item .date,
    .home-xueshu .item .text,
    .home-xueshu .swiper-slide .view,
    .home-keyan .view .text-con .text,
    .home-keyan .view .date {
        font-size: 12px;
    }
    .home-news .focus {
        width: 8.4rem;
    }
    .home-title .cn {
        font-size: 24px;
    }
    .home-notice .date {
        width: 60px;
        height: 50px;
    }
    .home-notice .date span,
    .home-keyan .view .date span {
        font-size: 18px;
    }
    .home-notice .swiper-slide {
        padding-top: 40px;
        height: auto;
    }
    .home-xueshu .box1,
    .home-xueshu .box2 {
        padding: .3rem .2rem;
    }
    .home-xueshu .item .text {
        margin-top: .1rem;
    }
    .home-xueshu .swiper-slide .text-con {
        padding-left: .5rem;
        padding-right: .5rem;
        padding-top: 1.4rem;
    }
    .home-keyan .view .text-con {
        flex: 1;
    }
    .home-keyan .title-con {
        font-size: 16px;
    }
    .home-media .pic-con1 .pic1 {
        width: 35%;
    }
    .home-media .pic-con1 .pic2 {
        width: 60%;
    }
    .home-media .pic5 {
        width: 36%;
    }
    .home-media .pic6 {
        width: 62%;
    }
    .home-tool .item::before,
    .home-tool .item:first-child::after,
    .home-tool .item:last-child .tit::after,
    .home-tool .item:last-child::after {
        display: none;
    }
    .home-tool .item {
        width: 20%;
        margin: 0;
    }
    .home-notice .swiper-button-prev {
				top: 65%;
        left: 0;
    }
    .home-notice .swiper-button-next {
				top: 65%;
        right: 0;
    }
}

@media (max-width:950px) {
    .home-news .focus {
        width: 100%;
        margin-right: 0;
    }
    .home-xueshu .item {
        width: 50%;
        height: 3.8rem;
    }
    .home-keyan .view .date {
        width: 60px;
        height: 60px;
    }
    .home-keyan .preview {
        bottom: -1rem;
    }
    .home-media .pic4 {
        width: 100%;
    }
}

@media (max-width:767px) {
    .home-notice {
        padding-bottom: 2rem;
    }
    .home-xueshu .swiper-slide .text-con,
    .home-xueshu .swiper-slide .pic,
    .home-xueshu .home-title,
    .home-xueshu .item,
    .home-keyan .view .pic {
        width: 100%;
    }
    .home-xueshu .swiper-slide .pic::after {
        display: none;
    }
    .home-xueshu .swiper-slide .text-con {
        height: auto;
        padding-bottom: .7rem;
				padding-top: 1.6rem;
    }
		.home-xueshu .swiper-slide .date{
			background-size: 12px;
			padding-left: 20px;
		}
    .home-xueshu {
        padding-bottom: 1.2rem;
    }
    .home-keyan {
        height: auto;
    }
    .home-keyan .view .swiper-slide {
        display: block;
    }
    .home-keyan .view .text-con {
        margin-top: .3rem;
        padding: .3rem;
    }
    .home-keyan .preview {
        position: initial;
    }
    .home-keyan .arrow-left {
        bottom: 0;
    }
    .home-keyan .arrow-right {
        bottom: 0;
    }
    .home-keyan .preview {
        width: 100%;
        margin-top: .2rem;
    }
    .home-keyan .preview .swiper-slide {
        width: 30%;
        margin-right: 5%;
    }
    .home-keyan .preview .tit {
        color: #333;
    }
    .home-keyan .content {
        margin-top: .3rem;
    }
    .home-media {
        margin-top: .6rem;
    }
    .home-media .l-con,
    .home-media .r-con {
        width: 100%;
    }
    .home-media .r-con {
        margin-top: .2rem;
    }
    .videoShow {
        width: 96%;
        height: 4.2rem;
    }
    .home-tool .item {
        width: 33.333%;
    }
}

/* 取消ie下拉框箭头 */
select::-ms-expand {display: none;}

/* ie兼容 */
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
	.txt-line{
		background: transparent;
		color: #000000;
	}
	.home-notice .tit{
		max-height: 0.5rem;
	}
	.home-notice .des{
		max-height: 0.55rem;
	}
	.ellipsis-1{
		white-space: nowrap;
	}
	.select-wrapper option{
		margin: 0.5rem 0;
	}
}