@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw !important;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw !important;
    }
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

@font-face {
    font-family: 'SourceHanSerifCN-Bold';
    src: url('../fonts/SourceHanSerifCN-Bold.woff');
}

@font-face {
    font-family: 'SourceHanSerifCN-Regular';
    src: url('../fonts/SourceHanSerifCN-Regular.otf');
}

@font-face {
    font-family: 'SourceHanSerifCN-SemiBold';
    src: url('../fonts/SourceHanSerifCN-SemiBold.otf');
}

@font-face {
    font-family: 'SourceHanSerifCN-Medium';
    src: url('../fonts/SourceHanSerifCN-Medium.otf');
}

@font-face {
    font-family: 'SourceHanSerifCN-Heavy';
    src: url('../fonts/SourceHanSerifCN-Heavy.otf');
}

@font-face {
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    src: url('../fonts/AlibabaPuHuiTi-2-55-Regular.ttf');
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .2rem 'SourceHanSerifCN-Regular', 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #004071;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    max-width: 19.2rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3rem;
    background-image: linear-gradient(rgba(130, 198, 205, 1) 30%, rgba(130, 198, 205, 0));
    z-index: -1;
}

.header .head {
    height: 1.1rem;
    border-bottom: 1px rgba(255, 255, 255, .3) solid;
}
.header .en,
.header .lang {
    background: url(../images/lang.png)no-repeat left center;
    padding-left: .25rem;
    background-size: .16rem;
    font-family: 'SourceHanSerifCN-Medium';
    color: #FFF;
    margin-right: .3rem;
    font-size: .18rem;
}
.header .en{
    background: url(../images/ic_xxsy.png)no-repeat left center;
 background-size: auto 15px;
}
.header .search-btn {
    width: .22rem;
    height: .22rem;
    background: url(../images/search.png)no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

.header .logo img {
    height: .73rem;
}

.header.fixed {
    background-color: #5DA8B0;
}

.header.fixed::after {
    display: none;
}

.menu-btn {
    display: none;
    background: url(../images/menu.png)no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(../images/close.png);
}

.nav li>a {
    line-height: .7rem;
    color: #FFF;
    font-family: 'SourceHanSerifCN-Heavy';
}

.nav .drop {
    width: 1.4rem;
    left: 50%;
    top: .7rem;
    margin-left: -.7rem;
    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;
    font-size: .16rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
       padding: 0.05rem 0;
}
.nav .drop>a{
   line-height: 1.2;
  padding: 0.06rem 0.08rem;
}
.search-content {
    background: rgba(131, 198, 205, .9);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100001;
    display: none;
    width: 100%;
    height: 100%;
}

.search-content .close {
    position: absolute;
    right: .6rem;
    top: .6rem;
    width: .6rem;
    height: .6rem;
    background: url(../images/close.png)no-repeat center;
    background-size: .4rem;
    cursor: pointer;
    z-index: 10;
}

.search-content .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 7rem;
    height: .7rem;
    border-bottom: 1px #FFF solid;
}

.search-content .content input[type='text'] {
    color: #FFF;
    font-size: .18rem;
    background: none;
    padding-left: .15rem;
}

.search-content .content input[type='text']::placeholder {
    color: #FFF;
}

.search-content .content input[type='submit'] {
    width: .6rem;
    background: url(../images/search.png)no-repeat center;
    background-size: .3rem;
}

.footer {
    background: url(../images/f-bg.png)no-repeat center top;
    background-size: cover;
    padding-top: .95rem;
    color: #FFF;
    z-index: 9;
}

.footer a {
    color: #FFF;
}

.footer .copyright {
    background-color: #5DA8B0;
    font-size: .16rem;
    padding: .2rem;
    font-family: 'SourceHanSerifCN-SemiBold';
    line-height: 1.4;
    margin-top: .8rem;
}

.footer .container {
    align-items: flex-end;
}

.footer .erwma-con {
    background-color: rgba(255, 255, 255, .1);
    padding: .1rem;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    font-size: .16rem;
    font-family: 'SourceHanSerifCN-SemiBold';
    line-height: 1.6;
    width: 3rem;
}

.footer .erwma-con .erwma {
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    margin-right: .2rem;
}

.footer .erwma-con .erwma img {
    width: 100%;
}

.footer .logo img {
    height: .73rem;
}

.footer .text {
    font-size: .18rem;
    margin-top: .4rem;
}

.footer .text p {
    padding-left: .25rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: .18rem;
    margin-left: .7rem;
}

.footer .text .address {
    background-image: url(../images/address.png);
}

.footer .text .code {
    background-image: url(../images/code.png);
}

.footer .back-top {
    width: .7rem;
    height: .7rem;
    background: #FFF url(../images/backtop.png)no-repeat center;
    background-size: .35rem;
    box-shadow: 0 0 .1rem rgba(119, 186, 193, 1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    right: 1.1rem;
    top: .2rem;
    cursor: pointer;
}

@media (min-width:1025px) {
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .nav li:hover>a,
.header .en:hover,
    .header .lang:hover {
        color: rgba(255, 255, 255, .6);
    }
}

@media (max-width:1199px) {
    body,
    .search-content .content input[type='text'] {
        font-size: 14px;
    }
    .header.on {
        background-color: #5DA8B0;
    }
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
   .header .en,
    .header .lang {
        display: none;
    }
    .header .search-btn {
        width: 30px;
        height: 30px;
        background-size: 20px;
        margin-right: 40px;
    }
    .menu-btn {
        display: block;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.1rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1.1rem);
        padding: .2rem .3rem;
    }
    .nav li>a {
        color: #333;
        font-size: 16px;
        line-height: 60px;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 30px;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.png)no-repeat center;
        background-size: 100%;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        padding-top: 0;
        background: none;
        margin-left: 0;
        font-size: 14px;
        padding-left: 20px;
        box-shadow: none;
    }
    .footer .text,
    .footer .erwma-con,
    .footer .copyright {
        font-size: 12px;
    }
    .footer .text {
        margin-top: 1em;
    }
    .search-content .content {
        width: 90%;
        height: 40px;
    }
    .search-content .content input[type='submit'] {
        width: 40px;
        background-size: 20px;
    }
    .footer .erwma-con {
        width: 170px;
        padding: 10px;
    }
    .footer .erwma-con .erwma {
        width: 50px;
        height: 50px;
    }
    .footer .copyright {
        margin-top: .6rem;
    }
    .footer .back-top {
        right: 10px;
    }
}

@media (max-width:767px) {
    .header .head {
        height: 65px;
    }
    .header .logo img,
    .footer .logo img {
        height: 40px;
    }
    .footer .logo img {
        margin: 0 auto;
    }
    .header::after {
        height: 180%;
    }
    .nav {
        top: 65px;
        height: calc(100vh - 65px);
    }
    .footer {
        padding-top: .5rem;
    }
    .footer .container {
        align-items: center;
        flex-direction: column;
    }
    .footer .copyright {
        margin-top: .4rem;
    }
    .footer .text .address {
        margin-left: 0;
    }
    .footer .erwma-con {
        /* display: none; */
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1em;
    }
    .footer .erwma-con .flex-1 {
        flex: unset;
    }


}



@media (max-width:420px) {
    .header .logo img {
        height: 34px;
    }
}

@media (max-width:360px) {
    .header .logo img {
        height: 28px;
    }
}


.banner,
.n-banner {
    overflow: hidden;
}

.banner img,
.n-banner img {
    width: 100%;
    transition: all 5s;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
}

.banner img {
    transition: all 5s;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
}

.banner .swiper-slide-active img {
    transform: scale(1.1);
}

.banner .swiper-pagination {
    bottom: 1rem;
    z-index: 20;
}

.banner .swiper-pagination-bullet {
    margin: 0 .25rem !important;
    width: .14rem;
    height: .14rem;
    background-color: #FFF;
    opacity: 1;
    position: relative;
}

.banner .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #FFF solid;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.pub-bg {
    background: url(../images/pub-bg.png)no-repeat center top;
    width: 100%;
    display: inline-block;
    z-index: 9;
    margin-top: -.8rem;
    background-size: 100%;
}

.pub-bg::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2rem;
    width: 100%;
    height: 10.3rem;
    background: url(../images/pub-bg-bottom.png)no-repeat center bottom;
    background-size: 100%;
    z-index: -1;
}

.sidebar {
    width: 2.8rem;
    transform: translateY(-.5rem);
    -webkit-transform: translateY(-.5rem);
    -moz-transform: translateY(-.5rem);
    -ms-transform: translateY(-.5rem);
    -o-transform: translateY(-.5rem);
    margin-right: .7rem;
}

.sidebar .title {
    font-size: .36rem;
    font-family: 'SourceHanSerifCN-SemiBold';
    background: #83C6CD url(../images/tbg1.png)no-repeat center top;
    background-size: 100%;
    height: 1rem;
    color: #FFF;
    line-height: .8rem;
}

.sidebar .title .line {
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 90%;
    bottom: .2rem;
}

.sidebar .title .line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 40%;
    background-image: linear-gradient(90deg, rgba(225, 218, 166, 1), rgba(225, 218, 166, 0));
}

.sidebar .title .line::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 1px;
    width: 40%;
    background-image: linear-gradient(90deg, rgba(225, 218, 166, 1), rgba(225, 218, 166, 0));
}

.sidebar .title .line span {
    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: .1rem;
    height: .1rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #E1DAA6;
}

.sidebar ul {
    background-image: linear-gradient(rgba(230, 249, 252, 1)50%, rgba(230, 249, 252, 0));
    min-height: 5.9rem;
    padding-left: .2rem;
    padding-top: .2rem;
}

.sidebar li {
    font-family: 'SourceHanSerifCN-Medium';
}

.sidebar li>a {
    padding-left: .2rem;
    z-index: 3;
    line-height: .7rem;
}

.sidebar li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: .2rem;
    height: 1px;
    background-color: #D0DAE7;
}

.sidebar li>a::after {
    content: '';
    position: absolute;
    right: .3rem;
    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/arrow1.png)no-repeat center;
    background-size: 90%;
}
   .sidebar li.on>a{
  color: #50A8B0;
}
.sidebar li .drop {
    padding-left: .5rem;
    line-height: 2.2;
    font-size: .18rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.sidebar .on>a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: -1;
}

.crumbs {
    background: url(../images/home.png)no-repeat left center;
    padding-left: .3rem;
    background-size: .18rem;
    font-size: .16rem;
    line-height: .24rem;
}

.crumbs a {
    padding-right: .2rem;
    margin-right: .1rem;
}

.crumbs a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .1rem;
    height: .1rem;
    background: url(../images/arrow.png)no-repeat center;
    background-size: 100%;
}

.crumbs a:nth-last-of-type(1):after {
    opacity: 0;
}

.crumbs.nry a:nth-last-of-type(1):after {
    opacity: 1;
}
.pub-content {
    padding-top: .6rem;
      overflow: hidden;
}

.pub-title {
    margin-top: .35rem;
    font-size: .44rem;
    color: #68B7BF;
    font-family: 'SourceHanSerifCN-SemiBold';
    border-bottom: 1px #C8D5E5 solid;
    padding-bottom: .1rem;
}

.pub-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 6px;
    width: 1px;
    background-color: #C8D5E5;
}

.pub-title::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 6px;
    width: 1px;
    background-color: #C8D5E5;
}

.pub-title span {
    position: absolute;
    left: 50%;
    height: 2px;
    width: .8rem;
    bottom: -1px;
    background-color: #83C6CD;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.pub-content {
    padding-bottom: .9rem;
}

.img-list {
    margin-top: .5rem;
}

.img-list .item {
    background-color: #FFF;
    padding: .3rem;
    margin-bottom: .2rem;
}

.img-list .item .pic {
    overflow: hidden;
    width: 2.8rem;
    padding-top: 15.8%;
    margin-right: .3rem;
}

.img-list .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.img-list .item .tit {
    line-height: 1;
    font-family: 'SourceHanSerifCN-Medium';
    margin-right: .6rem;
    margin-top: .1rem;
}

.img-list .item .des {
    margin-right: .6rem;
    color: #999;
    font-size: .16rem;
    line-height: 1.6;
    margin-top: .2rem;
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
}

.img-list .item .info {
    margin-top: .2rem;
}

.img-list .item .date {
    color: #68B7BF;
    font-size: .16rem;
}

.img-list .item .arrow {
    width: .45rem;
    height: .45rem;
    background: url(../images/arrow3.png)no-repeat center;
    background-size: 100%;
}

.page {
    margin-top: .7rem;
    line-height: .3rem;
    font-size: .16rem;
}

.page a {
    border: 1px #DCDCDC solid;
    width: .3rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: .3rem;
    margin: 0 .05rem;
}

.page .idx,
.page .last {
    width: .48rem;
}

.page .prev,
.page .next {
    background: url(../images/arrow.png)no-repeat center;
    background-size: .1rem;
}

.page .prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.page .on {
    background-color: #BDE4E8;
    color: #FFF;
    border-color: #BDE4E8;
}

.details {
    margin-top: .45rem;
}

.details h1 {
    line-height: 1.4;
    font-size: .26rem;
    font-family: 'SourceHanSerifCN-Bold';
    color: #004071;
}

.details .info {
    margin-top: .25rem;
    height: .4rem;
    background: url(../images/line.png)no-repeat left top;
    background-size: 100% 100%;
    line-height: .4rem;
    font-size: .16rem;
    color: #68B7BF;
}

.details .info span {
    margin-right: .2rem;
}

.details .info span:last-child {
    margin-right: 0;
}

.details .body {
    font-size: .18rem;
    line-height: 1.9;
    font-family: 'SourceHanSerifCN-Medium';
   font-family: 'SourceHanSerifCN-Regular';
    margin-top: .3rem;
}

.details .body p {
    margin-bottom: .3rem;
    text-indent: .36rem;
}

.details .body img {
    max-width: 100% !important;
  height:auto!important;
}
.details .body p.vsbcontent_img{
      text-align: center;
    text-indent: 0rem;
}

.details .body table{
   margin:auto;
  border-spacing:1px;background:#e6e6e6;
  max-width:100%;
}
.details .body table td{
   box-sizing:border-box;padding:5px;background:#fff;
}
.details .body table td p{
    margin-bottom: 0;
    text-indent: 0rem;
}

.details .con {
    margin-top: .4rem;
    border-top: 1px #C8D5E5 solid;
    padding-top: .4rem;
}

.details .prev-next {
    font-family: 'SourceHanSerifCN-Medium';
    font-size: .18rem;
    line-height: 2.2;
}

.details .prev-next span {
    color: #50A8B0;
    z-index: 2;
}

.details .prev-next span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    z-index: -1;
    background-image: linear-gradient(90deg, rgba(225, 218, 166, 1), rgba(225, 218, 166, 0));
}

.details .back {
    color: #FFF;
    font-family: 'SourceHanSerifCN-Bold';
    width: 1.5rem;
    line-height: .38rem;
    border-radius: .22rem;
    -webkit-border-radius: .22rem;
    -moz-border-radius: .22rem;
    -ms-border-radius: .22rem;
    -o-border-radius: .22rem;
    font-size: .18rem;
    background: #50A8B0 url(../images/titbg.png)no-repeat center bottom;
    padding-left: .15rem;
}

.details .back::before {
    content: '';
    position: absolute;
    left: .2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .2rem;
    height: .2rem;
    background: url(../images/back.png)no-repeat center;
    background-size: 100%;
}

.txt-list {
    margin-top: .5rem;
   min-height: 6.5rem;
}

.txt-list .item {
    background-color: #FFF;
    line-height: .96rem;
    margin-bottom: .2rem;
    padding-right: .3rem;
    padding-left: .3rem;
    border-left: 4px #5DA8B0 solid;
}

.txt-list .item .date {
    color: #68B7BF;
    font-size: .16rem;
}

.txt-list .item .tit {
    padding-left: .6rem;
    background: url(../images/arrow4.png)no-repeat left center;
    background-size: .29rem;
    font-family: 'SourceHanSerifCN-Medium';
}

.teacher-list {
    margin-top: .1rem;
}

.teacher-list .item {
    height: 2.72rem;
    border-bottom: 3px #81C2C9 solid;
    width: 48%;
    background-color: #FFF;
    padding: .2rem;
    margin-top: .4rem;
    box-shadow: 0 0 .1rem rgba(104, 183, 191, 0.1);
}

.teacher-list .item .pic {
    width: 1.8rem;
    height: 2.25rem;
    overflow: hidden;
    margin-right: .3rem;
}

.teacher-list .item .name {
    color: #50A8B0;
    font-size: .24rem;
    line-height: 1.2;
}

.teacher-list .item .txt {
    font-family: 'SourceHanSerifCN-SemiBold';
    border-bottom: 1px #D8D8D8 solid;
    margin-top: .1rem;
    padding-bottom: .15rem;
}

.teacher-list .item .des {
    font-size: .16rem;
    color: rgba(51, 51, 51, 0.6);
    line-height: 1.6;
    height: .84rem;
    margin-top: .15rem;
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
}

.teacher-list .item .more {
    font-size: .16rem;
    color: #50A8B0;
    font-family: 'SourceHanSerifCN-Medium';
    line-height: .24rem;
    background: url(../images/arrow5.png)no-repeat right center;
    background-size: .26rem;
    padding-right: .4rem;
    text-align: right;
    margin-top: .2rem;
}

@media (min-width:1025px) {
    .sidebar li:hover>a::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #FFF;
        z-index: -1;
    }
    .img-list .item:hover .pic img,
    .teacher-list .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .details .back:hover {
        color: rgba(255, 255, 255, .6);
    }
    .teacher-list .item:hover {
        background: url(../images/tbg.png)no-repeat center top;
    }
    .txt-list .item:hover {
        background: #84c7ce url(../images/tbg5.png)no-repeat right center;
        background-size: auto 100%;
        color: #FFF;
    }
    .txt-list .item:hover .tit {
        background-image: url(../images/arrow9.png);
    }
    .txt-list .item:hover .date,
    .img-list .item:hover .des,
    .img-list .item:hover .date,
    .teacher-list .item:hover,
    .teacher-list .item:hover .name,
    .teacher-list .item:hover .des,
    .teacher-list .item:hover .more {
        color: #FFF;
    }
    .img-list .item:hover {
        background: #84c7ce url(../images/tbg5.png)no-repeat right center;
        color: #FFF;
        background-size: auto 100%;
    }
    .img-list .item:hover .des {
        opacity: .7;
    }
    .img-list .item:hover .arrow {
        background-image: url(../images/arrow8.png);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .teacher-list .item:hover .more {
        background-image: url(../images/arrow6.png);
    }
}

@media (max-width:1199px) {
       .table-scroll {
    overflow-x: auto;
}
    .crumbs,
    .img-list .item .date,
    .img-list .item .des,
    .page,
    .details .info,
    .txt-list .item .date,
    .teacher-list .item .des,
    .teacher-list .item .more {
        font-size: 12px;
    }
    .img-list .item .arrow {
        width: 30px;
        height: 30px;
    }
    .pub-title{
        font-size: 28px;
    }
 .sidebar .title{
   font-size: 24px;
}
    .sidebar li {
        line-height: 50px;
    }
    .sidebar li>a::after {
        width: 12px;
        height: 12px;
    }
    .page {
        line-height: 22px;
        margin-top: .4rem;
    }
    .page a {
        width: 24px;
        height: 24px;
    }
    .page .idx,
    .page .last {
        width: 50px;
    }
    .details h1 {
        font-size: 18px;
    }
    .details .body,
    .details .back,
    .details .prev-next,
    .teacher-list .item .txt {
        font-size: 14px;
    }
    .details .back {
        width: 120px;
        line-height: 35px;
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
    }
    .details .back::before {
        width: 14px;
        height: 14px;
        left: 15px;
    }
    .details .info {
        line-height: 36px;
        height: 36px;
    }
    .crumbs {
        line-height: 24px;
    }
    .txt-list .item {
        line-height: 60px;
    }
    .teacher-list .item .name {
        font-size: 16px;
    }
    .teacher-list .item .des {
        height: 58px;
    }
}

@media (max-width:950px) {
    .sidebar {
        display: none;
    }
    .pub-title {
        font-size: 24px;
        padding-bottom: 15px;
    }
    .img-list .item .pic {
        width: 28%;
    }
    .teacher-list .item {
        height: auto;
        width: 49%;
    }
    .teacher-list .item .pic {
        width: 35%;
        height: auto;
        padding-top: 42%;
    }
    .teacher-list .item .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
}

@media (max-width:767px) {
    .pub-bg {
        margin-top: -.3rem;
    }
    .pub-content {
        padding-top: .2rem;
    }
    .pub-title {
        margin-top: .1rem;
    }
    .img-list {
        margin-top: .3rem;
    }
    .img-list .item {
        padding: .2rem;
        box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    }
    .img-list .item .pic {
        width: 34%;
        margin-right: .2rem;
    }
    .img-list .item .des,
    .img-list .item .tit {
        margin-right: .3rem;
    }
    .teacher-list .item {
        width: 100%;
    }
    .teacher-list .item .pic {
        width: 35%;
        height: auto;
        padding-top: 42%;
    }
}

@media (max-width:540px) {
    .img-list .item .pic {
        width: 100%;
        padding-top: 55%;
        margin-right: 0;
        margin-bottom: .3rem;
    }
    .img-list .item .des,
    .img-list .item .tit {
        margin-right: 0;
    }
}

.home-title .more {
    position: absolute;
    right: 0;
    top: 50%;
    width: 1rem;
    line-height: .36rem;
    border: 1px #68B7BF solid;
    border-radius: .18rem;
    -webkit-border-radius: .18rem;
    -moz-border-radius: .18rem;
    -ms-border-radius: .18rem;
    -o-border-radius: .18rem;
    height: .36rem;
    font-size: .16rem;
    color: #68B7BF;
    font-family: 'SourceHanSerifCN-SemiBold';
    padding-left: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-title .more::after {
    content: '';
    position: absolute;
    right: 2px;
    top: 50%;
    width: .3rem;
    height: .3rem;
    background: #68B7BF url(../images/next3.png)no-repeat center;
    background-size: .12rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-title .icon {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px #83C6CD dashed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: .26rem;
    margin-right: .1rem;
}

.home-title .title {
    font-family: 'SourceHanSerifCN-SemiBold';
    line-height: 1;
}

.home-title .title span {
    color: #83C6CD;
    font-size: .44rem;
    margin-right: .1rem;
}

.home-title .en {
    color: #83C6CD;
    font-size: .16rem;
    text-transform: uppercase;
    font-family: 'SourceHanSerifCN-Regular';
}

.home-title .tit {
    font-size: .22rem;
}

.home-news {
    height: 12.3rem;
    background: url(../images/bg1.png)no-repeat center top;
    background-size: 100% 100%;
    z-index: 9;
    margin-top: -.75rem;
    padding-top: 1.45rem;
}

.home-news .home-title .icon {
    background-size: .25rem;
}

.home-news .content {
    margin-top: .4rem;
}

.home-news .first {
    overflow: hidden;
    width: 66.4%;
    padding-top: 38.3%;
}

.home-news .first img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.home-news .first::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    z-index: 2;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.home-news .first .text-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .2rem;
    z-index: 3;
    color: #FFF;
}

.home-news .first .date {
    width: .7rem;
    height: .7rem;
    background-color: #83C6CD;
    font-family: 'SourceHanSerifCN-SemiBold';
    font-size: .14rem;
    line-height: 1;
    margin-right: .2rem;
}

.home-news .first .date span {
    font-size: .24rem;
    font-family: 'SourceHanSerifCN-Heavy';
    margin-bottom: .1rem;
}

.home-news .first .tit {
    font-size: .22rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Bold';
}

.home-news .first .des {
    font-size: .16rem;
    margin-top: .1rem;
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
}

.home-news .card {
    width: 30.5%;
    background: #83C6CD url(../images/tbg2.png)no-repeat right top;
    background-size: 100%;
    padding-left: .35rem;
    padding-top: .45rem;
    padding-right: .35rem;
    color: #FFF;
}

.home-news .card .pic {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 59%;
    overflow: hidden;
}

.home-news .card .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .card .tit {
    font-size: .22rem;
    font-family: 'SourceHanSerifCN-Bold';
    line-height: 1.6;
    height: .72rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-news .card .des {
    font-size: .16rem;
    line-height: 1.6;
    margin-top: .2rem;
    height: .52rem;
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    opacity: .8;
}

.home-news .card .date {
    width: .7rem;
    height: .7rem;
    background-color: #E1DAA6;
    color: #004071;
    font-size: .14rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-Bold';
    position: absolute;
    left: 0;
    bottom: -1.35rem;
    z-index: 2;
}

.home-news .card .date span {
    font-family: 'SourceHanSerifCN-Heavy';
    margin-bottom: .1rem;
    font-size: .24rem;
}

.home-news .con {
    margin-top: .5rem;
}

.home-news .item {
    width: 31%;
    margin-right: 3.5%;
    background-color: #FFF;
    height: 2.1rem;
    box-shadow: 0 0 .15rem rgba(104, 183, 191, 0.1);
    padding: .4rem .3rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    border-top: 4px solid #E1DAA6;
}

.home-news .item:last-child {
    margin-right: 0;
}

.home-news .item .tit {
    line-height: 1.7;
    font-family: 'SourceHanSerifCN-Medium';
    height: .64rem;
}

.home-news .item .info {
    margin-top: .3rem;
}

.home-news .item .date {
    font-size: .16rem;
    color: #68B7BF;
}

.home-news .item .arrow {
    width: .45rem;
    height: .45rem;
    background: url(../images/arrow3.png)no-repeat center;
    background-size: 100%;
}

.home-notice {
    height: 9rem;
    background: url(../images/bg2.png)no-repeat center top;
    background-size: 100% 100%;
    z-index: 9;
    margin-top: -.7rem;
    padding-top: 1.6rem;
}

.home-notice .home-title {
    margin-left: 8.5rem;
}

.home-notice .home-title .icon {
    border-color: #004071;
}

.home-notice .home-title .title span,
.home-notice .home-title .en,
.home-notice .home-title .more {
    color: #004071;
}

.home-notice .home-title .more {
    border-color: #004071;
}

.home-notice .home-title .more::after {
    background-color: #004071;
}

.home-notice .swiper-container {
    margin-top: .6rem;
}

.home-notice .item {
    background-color: #FFF;
    height: 2.1rem;
    padding: .2rem .8rem 0 .3rem;
    box-shadow: 0 0 .15rem rgba(0, 0, 0, .1);
    width: 6.1rem;
    border-bottom: 4px #004071 solid;
}

.home-notice .item::after {
    content: '';
    position: absolute;
    right: .2rem;
    top: .2rem;
    width: .22rem;
    height: .22rem;
    border-top: 1px #004071 solid;
    border-right: 1px #004071 solid;
}

.home-notice .item:nth-child(1),
.home-notice .item:nth-child(2) {
    transform: translateX(1.6rem);
    -webkit-transform: translateX(1.6rem);
    -moz-transform: translateX(1.6rem);
    -ms-transform: translateX(1.6rem);
    -o-transform: translateX(1.6rem);
}

.home-notice .item:nth-child(1),
.home-notice .item:nth-child(3) {
    margin-right: .4rem;
}

.home-notice .item:nth-child(3),
.home-notice .item:nth-child(4) {
    margin-top: .4rem;
}

.home-notice .item .date {
    width: .96rem;
    height: .97rem;
    background: url(../images/date1.png)no-repeat center center;
    background-size: 100% 100%;
    font-size: .14rem;
    line-height: 1;
    font-family: 'SourceHanSerifCN-SemiBold';
    color: #FFF;
    margin-right: .35rem;
}

.home-notice .item .date span {
    font-size: .24rem;
    font-family: 'SourceHanSans-Heavy';
    margin-bottom: .05rem;
}

.home-notice .item .tit {
    font-family: 'SourceHanSerifCN-Medium';
    line-height: 1.6;
}

.home-notice .item .des {
    font-size: .16rem;
    line-height: 1.7;
    color: rgba(51, 51, 51, 0.6);
    margin-top: .2rem;
}

.home-notice .swiper-button-prev,
.home-notice .swiper-button-next {
    width: .8rem;
    height: .34rem;
    border: 1px #FFF solid;
    border-radius: .17rem 0 .17rem 0;
    -webkit-border-radius: .17rem 0 .17rem 0;
    -moz-border-radius: .17rem 0 .17rem 0;
    -ms-border-radius: .17rem 0 .17rem 0;
    -o-border-radius: .17rem 0 .17rem 0;
    background: url(../images/next.png)no-repeat center;
    background-size: .22rem;
    margin-top: 0;
    top: auto;
    right: .35rem;
    left: auto;
}

.home-notice .swiper-button-next {
    bottom: .6rem;
}

.home-notice .swiper-button-prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    bottom: 1.1rem;
}

.home-notice .swiper-pagination {
    display: none;
}

.home-notice .swiper-pagination-bullet-active {
    background-color: #004071;
}

.home-teacher {
    width: 100%;
    background: url(../images/bg3.png)no-repeat center top;
    background-size: 100% 100%;
    z-index: 9;
    margin-top: -1rem;
    padding-top: 1.85rem;
    padding-bottom: 2rem;
    margin-bottom: -1rem;
    height: 9.7rem;
}

.home-teacher .home-title {
    margin-right: 5.9rem;
}

.home-teacher .home-title .icon {
    background-size: .31rem;
}

.home-teacher .view .pic-con {
    width: 4.9rem;
    height: 4.9rem;
    margin-right: .4rem;
}

.home-teacher .view .pic-con::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-teacher .view .pic-con::after {
    content: '';
    position: absolute;
    left: .8rem;
    top: 50%;
    width: 4.5rem;
    padding-top: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #83C6CD;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: -1;
}

.home-teacher .view .pic-con .pic {
    width: 4.5rem;
    padding-top: 92%;
    overflow: hidden;
    z-index: 10;
  border-radius: 50%;
}

.home-teacher .view .pic-con .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-teacher .preview .pic img,
.home-teacher .view .pic-con .pic img {
    object-position: top;
}

.home-teacher .view .text-con {
    margin-right: .9rem;
}

.home-teacher .view .name {
    font-size: .28rem;
    color: #004071;
    line-height: .8rem;
  height:0.8rem;
    background-image: linear-gradient(to right, rgba(186, 237, 243, .6), rgba(186, 237, 243, 0));
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    padding-left: .85rem;
    margin-top: .6rem;
    font-family: 'SourceHanSerifCN-SemiBold';
}

.home-teacher .view .name::before {
    content: '';
    position: absolute;
    left: .6rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 6px;
    height: .26rem;
    background-color: #004071;
}

.home-teacher .view .name::after {
    content: '';
    position: absolute;
    left: .6rem;
    right: 0;
    bottom: .1rem;
    height: 1px;
    background-color: #E1DAA6;
}

.home-teacher .view .des {
    font-size: .18rem;
    line-height: 1.7;
    color: rgba(51, 51, 51, 0.6);
    padding-left: .6rem;
    margin-top: .2rem;
}

.home-teacher .view .arrow-left,
.home-teacher .view .arrow-right {
    width: .45rem;
    height: .45rem;
    position: absolute;
    top: 2.9rem;
    background: #5DA8B0 url(../images/next3.png)no-repeat center;
    background-size: .22rem;
    z-index: 10;
    left: .6rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-teacher .view .arrow-left {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.home-teacher .view .arrow-right {
    left: 1.2rem;
}

.home-teacher .preview {
    width: 9.6rem;
    height: 1.1rem;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -.4rem;
}

.home-teacher .preview .swiper-slide {
    width: 3rem;
    box-shadow: 0 0 .1rem rgba(104, 183, 191, 0.1);
    height: 1.1rem;
    overflow: hidden;
    border-radius: .55rem;
    -webkit-border-radius: .55rem;
    -moz-border-radius: .55rem;
    -ms-border-radius: .55rem;
    -o-border-radius: .55rem;
    background-color: #FFF;
    border: 1px #F3F3F3 solid;
    padding-left: .15rem;
    padding-right: .15rem;
    margin-right: .3rem;
    cursor: pointer;
}

.home-teacher .preview .pic {
    width: .88rem;
    height: .88rem;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: .2rem;
}

.home-teacher .preview .name {
    line-height: 1.6;
    font-family: 'SourceHanSerifCN-SemiBold';
}

.home-teacher .preview .swiper-slide-active {
    border-color: #004071;
}

.mb-show {
    display: none;
}

@media (min-width:1025px) {
    .home-title .more:hover {
        text-decoration: underline;
        border-color: #004071;
        color: #004071;
    }
    .home-title .more:hover::after {
        background-color: #004071;
    }
    .home-news .first:hover img,
    .home-news .card: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 {
        background: url(../images/tbg3.png)no-repeat right bottom;
        background-size: cover;
        transform: translateY(-.15rem);
        -webkit-transform: translateY(-.15rem);
        -moz-transform: translateY(-.15rem);
        -ms-transform: translateY(-.15rem);
        -o-transform: translateY(-.15rem);
        border-top-color: #004071;
    }
    .home-news .card:hover .tit {
        text-decoration: underline;
    }
    .home-news .item:hover .arrow {
        background-image: url(../images/arrow7.png);
    }
    .home-notice .swiper-button-prev:hover,
    .home-notice .swiper-button-next:hover {
        background: #E1DAA6 url(../images/next2.png)no-repeat center;
        border-color: #E1DAA6;
    }
    .home-notice .item:hover {
        border-bottom-color: #E1DAA6;
    }
    .home-notice .item:hover .date {
        background-image: url(../images/date2.png);
        color: #004071;
    }
    .home-teacher .view .arrow-left:hover,
    .home-teacher .view .arrow-right:hover {
        background-image: url(../images/next1.png);
        background-color: #E1DAA6;
    }
}

@media (max-width:1199px) {
    .mb-show {
        display: block;
    }
    .home-news .item .date,
    .home-news .card .des,
    .home-news .card .date,
    .home-news .first .date,
    .home-news .first .des,
    .home-title .more,
    .home-title .en,
    .home-notice .item .date,
    .home-notice .item .des,
    .home-teacher .view .des {
        font-size: 12px;
    }
    .home-news .card .des {
        height: auto;
    }
    .home-news .card .date,
    .home-news .first .date {
        width: 54px;
        height: 54px;
    }
    .home-news .card .date span,
    .home-news .first .date span,
    .home-notice .item .date span {
        font-size: 18px;
    }
    .home-news .card .tit,
    .home-news .first .tit,
    .home-title .tit {
        font-size: 14px;
    }
    .home-news .card .tit,
    .home-news .item .tit {
        height: 48px;
    }
    .home-news .item .info {
        margin-top: .2rem;
    }
    .home-title .more {
        width: 80px;
        line-height: 28px;
        height: 30px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
        padding-left: 10px;
    }
    .home-title .more::after {
        width: 26px;
        height: 26px;
    }
    .home-title .title span {
        font-size: 24px;
    }
    .home-news {
        padding-top: 1rem;
    }
    .home-notice .item .date {
        width: 64px;
        height: 65px;
    }
    .home-notice .item .tit {
        height: 44px;
    }
    .home-notice .item:nth-child(1),
    .home-notice .item:nth-child(3) {
        margin-right: .3rem;
    }
    .home-notice .item:nth-child(3),
    .home-notice .item:nth-child(4) {
        margin-top: .3rem;
    }
    .home-notice .swiper-button-prev,
    .home-notice .swiper-button-next {
        width: 55px;
        height: 23px;
        background-size: 14px;
    }
    .home-notice .swiper-button-next {
        bottom: 40px;
    }
    .home-notice .swiper-button-prev {
        bottom: 70px;
    }
    .home-notice .home-title {
        margin-left: 7.5rem;
    }
    .home-teacher .view .name {
        font-size: 20px;
    }
}

@media (max-width:950px) {
    .banner .swiper-pagination {
        bottom: .3rem;
    }
    .home-news {
        height: auto;
        background: none;
        padding-top: 0;
        margin-top: .3rem;
    }
    .home-news .first {
        width: 100%;
        padding-top: 55%;
    }
    .home-news .card {
        width: 100%;
        padding: 0;
        margin-top: .3rem;
    }
    .home-news .card .pic {
        position: inherit;
    }
    .home-news .card .text-con {
        padding: .2rem;
        padding-right: 80px;
    }
    .home-news .card .tit {
        height: auto;
    }
    .home-news .card .date {
        bottom: auto;
        left: auto;
        right: .2rem;
        top: .25rem;
    }
    .home-news .item {
        width: 48.5%;
        margin-right: 3%;
    }
    .home-news .item:last-child {
        display: none;
    }
    .home-news .item:nth-child(2) {
        margin-right: 0;
    }
    .home-notice {
        margin-top: .4rem;
        background: none;
        padding-top: 0;
        height: auto;
    }
    .home-notice .home-title {
        margin-left: 0;
    }
    .home-notice .swiper-container {
        margin-top: 0;
        margin-left: -.2rem;
        margin-right: -.2rem;
    }
    .home-notice .swiper-slide {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .home-notice .item {
        height: 120px;
        width: 49%;
        margin-top: .2rem !important;
        margin-right: 2% !important;
        padding-left: .2rem;
        padding-right: .5rem;
    }
    .home-notice .item:nth-child(even) {
        margin-right: 0 !important;
    }
    .home-notice .item:nth-child(1),
    .home-notice .item:nth-child(2) {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .home-notice .swiper-button-prev,
    .home-notice .swiper-button-next {
        display: none;
    }
    .home-notice .swiper-pagination {
        display: block;
    }
    .home-notice .swiper-container {
        margin-top: .2rem;
        padding-bottom: 40px;
    }
    .home-teacher {
        padding-top: 1.4rem;
    }
.home-teacher .view .arrow-left, .home-teacher .view .arrow-right{
  top:3.4rem;
}
}



@media (max-width:767px) {
    .home-teacher {
        height: auto;
        padding-bottom: 1.2rem;
    }
    .home-teacher .view .swiper-container {
        margin: 0 -.2rem;
        padding: 0 .2rem;
    } 
    .home-teacher .home-title {
        margin-right: 0;
    }
    .home-teacher .view .swiper-slide>a {
        flex-flow: column;
    }
    .home-teacher .view .pic-con {
        order: 1;
        margin-left: auto;
        margin-right: auto;
    }
.home-teacher .view .des{
  padding-left:0.15rem;
  padding-right:0.1rem;
}
    .home-teacher .view .text-con {
        margin-right: 0;
        order: 2;
        margin: 0 7px;
    padding-right: 3px;
    }
    .home-teacher .view .name {
        font-size: 18px;
        line-height: 60px;
        padding-left: 60px;
        height: 60px;
    }
    .home-teacher .view .name::before {
        left: 40px;
    }
    .home-teacher .view .arrow-left,
    .home-teacher .view .arrow-right {
        width: 40px;
        height: 40px;
    }
    .home-teacher .view .arrow-left {
        left: 0.05rem;
    }
    .home-teacher .view .arrow-right {
        left: auto;
        right: 0.05rem;
    }
    .home-teacher .preview {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: .3rem;
        width: 100%;
    }
    .home-teacher .preview .swiper-slide {
        width: 32%;
        margin-right: 2%;
        height: .76rem;
        padding-left: 10px;
        padding-right: 10px;
    }
    .home-teacher .preview .pic {
        width: .5rem;
        height: .5rem;
    }

.home-notice .item .des{
  margin-top: .05rem;
}

}

@media (max-width:540px) {
    .home-news .con {
        margin-top: .1rem;
    }
    .home-news .item {
        width: 100%;
        margin-right: 0;
        margin-top: .2rem;
    }
    .home-news .item:last-child {
        display: block;
    }
    .home-notice .item {
        width: 100%;
        margin-right: 0 !important;
        height: auto;
        padding-bottom: .2rem;
    }
    .home-notice .swiper-container {
        margin-top: .2rem;
    }
    .home-notice .item .date {
        margin-right: .2rem;
    }
    .home-teacher .preview .name {
        line-height: 1.4;
    }
    .home-teacher .preview .swiper-slide {
        width: 49%;
        height: .76rem;
    }
}



.pb_sys_style1 .p_no_d {
    border: 1px solid #BDE4E8!important;
    background-color: #BDE4E8!important;
}



.ie-tip{
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  background-color: #fff;
  z-index:999998;
  display: none;
}
.ie-tip .i-cont{
  width:600px;
  height:300px;
  position:fixed;
  top:50%;
  left:50%;
  margin:-150px 0 0 -300px;
  line-height: 1.8;
  color:#000;
  z-index:999999;
  text-align:center;
}
.ie-tip p{
  padding-top:10px;
  color:#000;
  width: 420px;
  margin:10px auto;
  font-size: 14px;
  line-height: 1.8;
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
  .home-news .first .tit {
    max-height: 1.2em;
    line-height: 1.2;
    overflow: hidden;
  }
  .home-news .first .des {
    max-height: .2rem;
    overflow: hidden;
  }
  .home-news .card .tit {
    max-height: .704rem;
    overflow: hidden;
  }
  .home-news .item .tit,
  .home-notice .item .tit {
    max-height: .64rem;
    overflow: hidden;
  }
  .home-notice .item .des {
    max-height: 0.544rem;
    overflow: hidden;
  }
.home-teacher .view .des{
    max-height: .868rem;
    overflow: hidden;
}
  .img-list .item .tit {
    max-height: 1.3em;
    line-height: 1.3;
    overflow: hidden;
  }
  .teacher-list .item .des {
    max-height: .768rem;
    overflow: hidden;
  }

  .home-news .first img,
  .home-news .card .pic img,
  .home-teacher .view .pic-con .pic img,
  .home-teacher .preview .pic img,
  .img-list .item .pic img,
  .teacher-list .item .pic img {
    font-family: 'object-fit: cover;';
  }
}