@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.otf');
}

@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: url(../images/bg.jpg);
    font: .2rem 'SourceHanSerifCN-SemiBold', '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-bg {
    background: url(../images/header-bg.png);
    background-size: 100%;
}

.header {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 100;
    padding-left: .6rem;
    padding-right: 1.2rem;
    width: 100%;
}

.header.fixed {
    background: url(../images/header-bg.png);
    background-size: 100%;
    position: fixed;
}

.header .logo {
    height: 1.2rem;
}

.header .logo img {
    height: .73rem;
}
.header .head-rg{
   overflow:hidden;
}
.header .lang {
    text-align: right;
    margin-top: .22rem;
  float: right;
}

.header .lang>a {
    background: url(../images/lang.png)no-repeat left center;
    font-size: .18rem;
    font-family: 'SourceHanSerifCN-Medium';
    padding-left: .25rem;
    color: #FFF;
    line-height: 1;
    background-size: .16rem;
  margin-left: 0.15rem;
}
.header .lang>a:first-of-type{
    background: url(../images/ic_xxsy.png)no-repeat left center;
    background-size: auto 13px;
}

.header .search-btn {
    width: .22rem;
    height: .22rem;
    background: url(../images/search.png)no-repeat center;
    background-size: 100%;
    cursor: pointer;
  float: right;
      margin-top: .25rem;
    margin-left: 0.15rem;
}


.menu-btn {
    background: #FFE797 url(../images/menu.png)no-repeat center;
    width: .9rem;
    height: .4rem;
    background-size: .28rem;
    position: absolute;
    bottom: .25rem;
    right: 0;
    border-radius: .2rem 0 0 .2rem;
    -webkit-border-radius: .2rem 0 0 .2rem;
    -moz-border-radius: .2rem 0 0 .2rem;
    -ms-border-radius: .2rem 0 0 .2rem;
    -o-border-radius: .2rem 0 0 .2rem;
}

.menu-btn.close {
    background-image: url(../images/close.png);
}

.nav li {
    margin-right: .3rem;
    white-space: nowrap;
}

.nav li:nth-last-of-type(1) {
    margin-right: 0;
}

.nav li>a {
    line-height: .6rem;
    color: #FFF;
  font-family: 'AlibabaPuHuiTi-2-55-Regular';
}

.nav .drop {
    width: 1.4rem;
    left: 50%;
    top: .6rem;
    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;
}

.m-nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(131, 198, 205, 1);
    z-index: 101;
    padding: 1rem 2.4rem .6rem 2.4rem;
}

.m-nav .logo img {
    height: .73rem;
}

.m-nav .close {
    width: .35rem;
    height: .35rem;
    position: absolute;
    right: .6rem;
    top: .5rem;
    background: url(../images/close.png)no-repeat center;
    background-size: 100%;
}

.m-nav ul {
    margin-top: .6rem;
}

.m-nav li {
    white-space: nowrap;
    font-family: "AlibabaPuHuiTi-2-55-Regular";
}

.m-nav li>a {
    color: #FFF;
}

.m-nav .drop {
    margin-top: .3rem;
    line-height: 2.4;
}

.m-nav .drop>a {
    line-height: 2.4;
    color: #FFF;
    font-size: .16rem;
}

.footer {
    border-top: .1rem #FFE797 solid;
    background: url(../images/f-bg.png);
    padding-top: .6rem;
    color: #FFF;
    font-size: .18rem;
    line-height: 1.5;
    padding-bottom: .45rem;
}

.footer a {
    color: #FFF;
}

.footer .logo img {
    height: .73rem;
}
.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 .con {
    margin-top: .25rem;
    border-top: 1px rgba(255, 255, 255, .3) solid;
    padding-top: .3rem;
}

.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);
    margin-left: 0;
}

.footer .text .code {
    background-image: url(../images/code.png);
}

.footer .copyright {
    margin-top: .15rem;
}

.footer .copyright a {
    margin: 0 .1rem;
}

.footer .erwma-con {
    margin-top: .2rem;
}

.footer .erwma {
    margin-right: .2rem;
}

.footer .erwma:nth-last-of-type(1) {
    margin-right: 0;
}

.footer .erwma>img {
    width: .6rem;
}

.footer .erwma .erwma-img {
    position: absolute;
    left: 50%;
    bottom: .6rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    background-color: #FFF;
    display: none;
    padding: .05rem;
}

.footer .erwma .erwma-img img {
    width: 100%;
}

.table-scroll {
    overflow-x: auto;
}

 .mb-show {
        display: none;
    }

@media (min-width:1025px) {
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .header .lang>a:hover,
    .nav li:hover>a,
    .m-nav li:hover>a,
    .m-nav .drop>a:hover {
        opacity: .7;
    }
    .footer .erwma:hover .erwma-img {
        display: block;
    }
}

@media (max-width:1199px) {
    body,
    .m-nav .drop>a,
.search-content .content input[type='text'] {
        font-size: 14px;
    }


    .container {
        padding-left: .2rem;
        padding-right: .2rem; width: 100%;
        box-sizing: border-box;
    }
    .header .lang,
    .footer .erwma-con,
    .nav,
    .m-nav .logo,
    .m-nav .close {
        display: none;
    }
.mb-show {
    display: block;
}
    .header {
        padding-left: .2rem;
    }
.header  .head-rg  .search-btn {
     margin-top: .45rem;
    margin-left: 0;
}
    .menu-btn {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        width: 60px;
        height: 28px;
        border-radius: 14px 0 0 14px;
        -webkit-border-radius: 14px 0 0 14px;
        -moz-border-radius: 14px 0 0 14px;
        -ms-border-radius: 14px 0 0 14px;
        -o-border-radius: 14px 0 0 14px;
        background-size: 20px;
    }
    .m-nav {
        width: 100%;
        left: 0;
        overflow-y: scroll!important;
        z-index: 999;
        padding: .2rem .3rem;
        top: 0.95rem;
        height: calc(100vh - 1.2rem);
        background-color: #FFF;
    }
    .m-nav ul {
        margin-top: 0;
    }
    .m-nav li {
        width: 100%;
    }
    .m-nav li>a {
        line-height: 60px;
        font-size: 16px;
        color: #333;
    }
    .m-nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 60px;
        width: 20px;
    }
    .m-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%);
    }
    .m-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);
    }
    .m-nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        background: none;
        margin-top: 0;
    }
    .m-nav .drop>a {
        color: #333;
        padding-left: 20px;
    }
    .footer {
        font-size: 12px;
        padding-top: .3rem;
    }
}

@media (max-width:767px) {
    .header .logo {
        height: 65px;
    }
    .header .logo img {
        height: 38px;
    }
    .footer .logo img {
        height: 45px;
    }


}

.banner {
    margin-top: .1rem;
    padding-bottom: .5rem;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .swiper-container {
    padding-bottom: .5rem;
}

.banner .swiper-slide {
    height: 7.3rem;
    width: 15.5rem;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: .44rem;
    height: .64rem;
    background: url(../images/prev.png)no-repeat center;
    background-size: 100%;
    margin-top: -.32rem;
}

.banner .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.banner .swiper-pagination {
    bottom: 0;
    align-items: flex-end;
}

.banner .swiper-pagination-bullet {
    width: .5rem;
    height: 2px;
    background-color: #FFF;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: .6;
    margin: 0 .12rem !important;
}

.banner .swiper-pagination-bullet-active {
    background: url(../images/banner-cur.png)no-repeat center bottom;
    opacity: 1;
    height: 8px;
    width: .65rem;
    background-size: 100%;
    margin-top: 0;
}

.pic:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.pub-bg {
    background: url(../images/pub-bg.png)no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 1.1rem;
  width:100%;
}

.home-title .cn {
    font-size: .42rem;
    line-height: 1;
}
.home-title .cn b{
   color: #004071;
  font-weight: normal;
}
.home-title .cn::after {
    content: '';
    position: absolute;
    right: -2.5rem;
    bottom: -.25rem;
    width: 2.8rem;
    height: .4rem;
    background: url(../images/line1.png)no-repeat left bottom;
    background-size: auto 100%;
}

.home-title .en {
    font-size: .16rem;
    color: #83C6CD;
    line-height: 1;
    margin-top: .1rem;
    text-transform: uppercase;
}

.home-title .more {
    position: absolute;
    right: 0;
    bottom: .1rem;
    width: 1.3rem;
    background: url(../images/more.png)no-repeat center;
    background-size: 100% 100%;
    line-height: .36rem;
    color: #7CBFC6;
    font-size: .16rem;
}

.home-news-box {
    width: 100%;
    background: url(../images/bg1.png)no-repeat center bottom;
    background-size: 100%;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.home-news {
    margin-right: .7rem;
    min-width: 0;
}

.home-news .focus {
    margin-top: .4rem;
}

.home-news .focus .swiper-slide {
    padding-top: 57.5%;
    overflow: hidden;
}

.home-news .focus .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-news .focus .date {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFE797;
    color: #004071;
    font-size: .16rem;
    line-height: 1;
    width: 1rem;
    height: 1.2rem;
    z-index: 2;
    padding-top: .1rem;
}

.home-news .focus .date span {
    font-size: .3rem;
    margin-bottom: .4rem;
}

.home-news .focus .date span::after {
    content: '/';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -.25rem;
    font-size: .2rem;
}

.home-news .focus .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    color: #FFF;
    line-height: .7rem;
    font-size: .22rem;
    z-index: 2;
    padding-right: .7rem;
    padding-left: .3rem;
}

.home-news .focus .swiper-button-next,
.home-news .focus .swiper-button-prev {
    width: .6rem;
    height: .35rem;
    margin-top: 0;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    background: #004071 url(../images/prev2.png)no-repeat center;
    background-size: .3rem;
}

.home-news .focus .swiper-button-prev {
    bottom: .35rem;
    background-color: #83C6CD;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.home-news .item {
    width: 32%;
    margin-right: 2%;
    height: 1.6rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    padding: .2rem;
    margin-top: .3rem;
}

.home-news .item:nth-last-of-type(1) {
    margin-right: 0;
}

.home-news .item .tit {
    line-height: 1.6;
}

.home-news .item .date {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: .4rem;
    background-color: #FFE797;
    right: .4rem;
    padding-left: .2rem;
    font-size: .16rem;
    color: #004071;
}

.home-news .item .date::before {
    content: '';
    display: block;
    width: .16rem;
    height: .16rem;
    background: url(../images/date1.png)no-repeat center;
    background-size: 100%;
    margin-right: .1rem;
}

.home-news .item .arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: .4rem;
    height: .4rem;
    background: url(../images/arrow1.png)no-repeat center;
}

.home-notice {
    width: 4.9rem;
}

.home-notice .content {
    margin-top: .4rem;
}

.home-notice .item {
    overflow: hidden;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .1);
    height: 1.15rem;
    background-color: #FFF;
    margin-bottom: .28rem;
    padding: .25rem .25rem .25rem .2rem;
    border-left: 3px #83C6CD solid;
}

.home-notice .item:nth-last-of-type(1) {
    margin-bottom: 0;
}

.home-notice .item .date {
    z-index: 9;
    color: #83C6CD;
    font-size: .16rem;
    line-height: 1;
    margin-right: .2rem;
    padding-right: .2rem;
    z-index: 10;
}

.home-notice .item .date::before {
    content: '';
    position: absolute;
    left: -.05rem;
    bottom: 0;
    width: 100%;
    height: .1rem;
    z-index: -1;
    background-image: linear-gradient(to right, rgba(255, 231, 151, 1), rgba(255, 231, 151, 0));
}

.home-notice .item .date span {
    font-size: .3rem;
    margin-bottom: .05rem;
}

.home-notice .item .date::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: .5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: rgba(161, 161, 161, 0.2);
}

.home-notice .item .tit {
    line-height: 1.5;
}

.home-pagetwo {
    background: url(../images/bg2.png)no-repeat center top;
    background-size: 100%;
    height: 9.6rem;
    z-index: 9;
    margin-top: -1.3rem;
    padding-top: 1.9rem;
}

.home-party {
    margin-right: .8rem;
}

.home-party .content {
    margin-top: .45rem;
}

.home-party .first {
    border: 1px #83C6CD solid;
    background-image: linear-gradient(90deg, rgba(220, 240, 246, 1), rgba(220, 240, 246, 0));
    padding: .1rem;
    z-index: 10;
}

.home-party .first::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #83C6CD;
    transform: translate(5px, 5px);
    -webkit-transform: translate(5px, 5px);
    -moz-transform: translate(5px, 5px);
    -ms-transform: translate(5px, 5px);
    -o-transform: translate(5px, 5px);
    z-index: -1;
}

.home-party .first::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 100%;
    background-color: #83C6CD;
    transform: translate(5px, 5px);
    -webkit-transform: translate(5px, 5px);
    -moz-transform: translate(5px, 5px);
    -ms-transform: translate(5px, 5px);
    -o-transform: translate(5px, 5px);
    z-index: -1;
}

.home-party .first .pic {
    width: 3.25rem;
    overflow: hidden;
    padding-top: 28%;
    margin-right: .2rem;
}

.home-party .first .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-party .first .tit {
    line-height: 1.5;
    color: #004071;
}

.home-party .first .date {
    font-size: .16rem;
    padding-left: .25rem;
    background: url(../images/date1.png)no-repeat left center;
    background-size: .16rem;
    color: #004071;
    margin-top: .3rem;
}

.home-party .box {
    margin-top: .2rem;
}

.home-party .item {
    height: .8rem;
    border-bottom: 1px #EEEEEE solid;
}

.home-party .item .date {
    width: 1.5rem;
    line-height: .3rem;
    background-color: #DCF0F6;
    font-size: .16rem;
    margin-right: .2rem;
   color: #004071;
}

.home-party .item .date::before {
    content: '';
    display: block;
    width: .16rem;
    height: .16rem;
    background: url(../images/date2.png)no-repeat center;
    background-size: 100%;
    margin-right: .05rem;
}

.home-teaching {
    width: 6.8rem;
}

.home-teaching .content {
    margin-top: .45rem;
}

.home-teaching .item {
    width: 50%;
}

.home-teaching .item .pic {
    overflow: hidden;
    padding-top: 61.5%;
}

.home-teaching .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-teaching .item .tit {
    line-height: 1.5;
    color: #004071;
}

.home-teaching .item .des {
    font-size: .16rem;
    line-height: 1.7;
    margin-top: .2rem;
    opacity: .6;
    color: #004071;
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
}

.home-teaching .item .date {
    font-size: .16rem;
    background: url(../images/date1.png)no-repeat left center;
    background-size: .16rem;
    padding-left: .25rem;
    margin-top: .5rem;
}

.home-teaching .item .text-con {
    height: 3.28rem;
    padding: .4rem .3rem;
    overflow: hidden;
    background: url(../images/tbg2.png)no-repeat center bottom;
    background-size: cover;
}


.home-teaching .item:nth-last-of-type(1) .text-con {
    background-image: url(../images/tbg3.png);
}

.home-teaching .item:nth-last-of-type(1) .tit,
.home-teaching .item:nth-last-of-type(1) .des,
.home-teaching .item:nth-last-of-type(1) .date {
    color: #FFF;
}

.home-teaching .item:nth-last-of-type(1) .date {
    background-image: url(../images/date2.png);
}




.home-pagethree {
    background-image: linear-gradient(#f9f8f5, rgba(255, 255, 255, 0));
    padding-top: .7rem;
}

.home-integration {
    width: 6.8rem;
    margin-right: .8rem;
}

.home-integration .content {
    margin-top: .45rem;
}

.home-integration .first {
    width: 3.3rem;
    background: #7CBFC6 url(../images/tbg4.png)no-repeat center bottom;
    background-size: 100%;
    height: 4.8rem;
    padding: .35rem .3rem;
    color: #FFF;
    margin-right: .2rem;
}

.home-integration .first .tit {
    line-height: 1.5;
}

.home-integration .first .des {
    font-size: .16rem;
    line-height: 1.7;
    margin-top: .5rem;
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    opacity: .6;
}

.home-integration .first .date {
    font-size: .16rem;
    line-height: 1;
    background: url(../images/date2.png)no-repeat left center;
    background-size: .16rem;
    padding-left: .25rem;
    margin-top: .5rem;
}

.home-integration .item {
    width: 100%;
    height: 2.3rem;
    background: #FFF url(../images/tbg5.png)no-repeat right center;
    background-size: cover;
    margin-bottom: .2rem;
    padding: .35rem .3rem;
    border-left: 3px #83c6cd solid;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
}

.home-integration .item:nth-last-of-type(1) {
    margin-bottom: 0;
}

.home-integration .item .tit {
    line-height: 1.5;
}

.home-integration .item .date {
    font-size: .16rem;
    background: url(../images/date2.png)no-repeat left center;
    background-size: .16rem;
    padding-left: .25rem;
    color: rgba(51, 51, 51, 0.6);
    position: absolute;
    left: .3rem;
    bottom: .3rem;
}

.home-evaluation .content {
    margin-top: .45rem;
}

.home-evaluation .item {
    margin-bottom: .3rem;
    background-color: #FFF;
    padding-right: .3rem;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .1);
}

.home-evaluation .item:nth-last-of-type(1) {
    margin-bottom: 0;
}

.home-evaluation .item .pic {
    width: 2.5rem;
    overflow: hidden;
    padding-top: 22.1%;
    margin-right: .3rem;
}

.home-evaluation .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.home-evaluation .item .tit {
    line-height: 1.5;
}

.home-evaluation .item .view {
    font-size: .16rem;
    line-height: 1.2;
    margin-top: .25rem;
    padding-right: .25rem;
    background: url(../images/arrow3.png)no-repeat right center;
    background-size: .17rem;
    padding-left: .1rem;
    z-index: 10;
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    color: #004071;
}

.home-evaluation .item .view::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #FFE797;
}

@media (min-width:1025px) {
    .home-title .more:hover {
        color: #004071;
        text-decoration: underline;
    }
    .pic:hover:before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }
    .home-news .focus .swiper-slide:hover img,
    .home-party .first:hover .pic img,
    .home-teaching .item:hover .pic img,
    .home-evaluation .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);
    }
    .home-news .item:hover .date {
        background-color: #7CBFC6;
        color: #FFF;
    }
    .home-news .item:hover .date::before {
        background-image: url(../images/date2.png);
    }
    .home-news .item:hover .arrow {
        background-image: url(../images/arrow2.png);
    }
    .home-notice .item:hover {
        background: url(../images/tbg1.png)no-repeat center;
        background-size: 100% 100%;
        color: #FFF;
    }
    .home-notice .item:hover .date {
        color: #FFF;
    }
    .home-integration .first:hover .tit,
    .home-teaching .item:hover .tit,
    .home-party .first:hover .tit {
        opacity: .8;
        text-decoration: underline;
    }
    .home-integration .item:hover {
        background-image: url(../images/tbg10.png);
        border-left-color: #ffe797;
    }
}

@media (max-width:1199px) {
    .banner .swiper-slide {
        height: auto;
    }
    .home-news-box {
        padding-top: .7rem;
    }
    .home-title .cn {
        font-size: 24px;
    }
    .home-title .en,
    .home-title .more,
    .home-news .focus .date,
    .home-news .item .date,
    .home-notice .item .date,
    .home-party .first .date,
    .home-party .item .date,
    .home-teaching .item .date,
    .home-teaching .item .des,
    .home-evaluation .item .view,
    .home-integration .item .date,
    .home-integration .first .des {
        font-size: 12px;
    }
    .home-title .more {
        width: 88px;
        line-height: 25px;
    }
    .home-title .cn::after {
        width: 190px;
        height: 28px;
        right: -160px;
        bottom: -20px;
    }
    .home-news,
    .home-party {
        margin-right: .4rem;
    }
    .home-news .focus .date {
        width: 67px;
        height: 80px;
    }
    .home-news .focus .date span,
    .home-notice .item .date span {
        font-size: 18px;
    }
    .home-news .focus .tit {
        font-size: 14px;
        line-height: 48px;
    }
    .home-news .focus .swiper-button-next,
    .home-news .focus .swiper-button-prev {
        height: 24px;
        width: 42px;
        background-size: 20px;
    }
    .home-news .item .date {
        line-height: 28px;
        right: 30px;
    }
    .home-news .item .arrow {
        width: 30px;
        height: 28px;
        background-size: 18px;
    }
    .home-party .item .date {
        line-height: 24px;
    }
}
@media (max-width:1025px) {
   .bg::after{
   display:none;
}
}

@media (max-width:950px) {
    .home-news-box {
        display: block;
    }
    .home-news,
    .home-party {
        margin-right: 0;
    }
    .home-news .item {
        height: 100px;
    }
    .home-notice,
    .home-teaching {
        width: 100%;
        margin-top: 30px;
    }
    .home-pagetwo {
        height: auto;
    }
    .home-party .item {
        height: 60px;
    }
    .home-party .first .pic {
        width: 50%;
    }
    .home-party .item .date {
        width: 85px;
    }
    .home-integration {
        width: 100%;
        margin-right: 0;
    }
    .home-evaluation {
        margin-top: 30px;
    }
    .home-evaluation .item .pic {
        width: 40%;
    }
    .home-integration .first {
        width: 235px;
        height: 300px;
    }
    .home-integration .item {
        margin-bottom: 20px;
        height: 140px;
    }

.home-teaching .item .des{
  margin-top: .12rem;
}
.home-teaching .item .date{
   margin-top: .1rem;
}


.header .head-rg .search-btn{
     margin-top: 0rem;
    position: absolute;
    right: 70px;
    z-index: 10;
    bottom: auto;
    top: 50%;
   transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
}



}






@media (max-width:767px) {
    .banner {
        padding-bottom: 20px;
    }
    .banner .swiper-container {
        padding-bottom: 30px;
    }
    .home-news-box {
        padding-bottom: 1.5rem;
    }
    .home-notice .item {
        margin-bottom: .2rem;
        height: auto;
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .home-pagetwo {
        padding-top: .8rem;
    }
    .home-party .content,
    .home-teaching .content {
        margin-top: .3rem;
    }



}

@media (max-width:540px) {
    .home-news .item {
        width: 49%;
    }
    .home-news .item:nth-child(2) {
        margin-right: 0;
    }
    .home-news .item:nth-last-of-type(1) {
        display: none;
    }
    .home-teaching .item {
        width: 100%;
    }
    .home-teaching .item:nth-last-of-type(1) .pic {
        order: 1;
    }
    .home-teaching .item:nth-last-of-type(1) .text-con {
        order: 2;
    }
    .home-integration .first {
        width: 200px;
    }
.home-teaching .item .text-con{
  height:auto;
}
.home-teaching .item .date{
  margin-top:0.2rem;
}
.footer .logo img{
    height: 32px;
}
.home-evaluation .item .tit{
      line-height: 1.2;
}

}

@media (max-width: 420px){
  .header .logo img {
    height: 32px;
}
}

@media (max-width: 375px){
  .header .logo img {
    height: 26px;
}
}
.bg::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 12.7rem;
    background: url(../images/bg3.png)no-repeat center top;
    background-size: 100%;
    z-index: -1;
}

.n-banner {
    overflow: hidden;
    margin-top: .1rem;
}

.n-banner img {
    width: 100%;
}

.n-banner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    z-index: 1;
}

.crumbs {
    position: absolute;
    bottom: .2rem;
    color: #FFF;
    font-size: .16rem;
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    right: 2.4rem;
    background: url(../images/home1.png)no-repeat left center;
    background-size: .18rem;
    padding-left: .25rem;
    z-index: 9;
}

.crumbs a {
    color: #FFF;
    margin-right: .1rem;
}

.crumbs a::after {
    content: '-';
    margin-left: .1rem;
}
.crumbs a:nth-last-of-type(1):after{
    opacity: 0;
}
.crumbs.nry a:nth-last-of-type(1):after{
    opacity: 1;
}
.sidebar {
    width: 2.9rem;
    z-index: 20;
    transform: translateY(-1.3rem);
    -webkit-transform: translateY(-1.3rem);
    -moz-transform: translateY(-1.3rem);
    -ms-transform: translateY(-1.3rem);
    -o-transform: translateY(-1.3rem);
    margin-right: .6rem;
}

.sidebar .title {
    width: 3.32rem;
    height: 1.3rem;
    background: url(../images/titbg.png)no-repeat center top;
    background-size: 100% 100%;
    color: #FFF;
    font-size: .36rem;
    font-family: 'SourceHanSerifCN-Bold';
    padding-top: .6rem;
    line-height: 1;
    transform: translateX(-.2rem);
    -webkit-transform: translateX(-.2rem);
    -moz-transform: translateX(-.2rem);
    -ms-transform: translateX(-.2rem);
    -o-transform: translateX(-.2rem);
}

.sidebar ul {
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    min-height: 8rem;
    padding-top: .4rem;
    font-family: 'SourceHanSerifCN-Bold';
    z-index: 10;
}

.sidebar li .tit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: .7rem;
    line-height: 1.4;
    padding-left: .35rem;
    padding-right: .3rem;
}

.sidebar li .tit>a {
    flex: 1;
}

.sidebar li .tit i {
    width: 1.4em;
    height: 1.4em;
    background: url(../images/arrow4.png)no-repeat center;
    background-size: 80%;
    transition: all .3s;
    cursor: pointer;
}

.sidebar li.on .tit {
    background-color: #FFE697;
    color: #004071;
}
.sidebar li.on .tit a{
   color: #004071;
}
.sidebar li.on .tit i {
    background-image: url(../images/arrow5.png);
    transform: rotate(90deg);
}

.sidebar .submenu {
    font-family: 'SourceHanSerifCN-Medium';
    line-height: 2.2;
    font-size: .18rem;
    display: none;
}

.sidebar .submenu a {
    padding-left: .5rem;
}
.sidebar .submenu a.on{
   color: #004071;
}
.pub-content {
    margin-top: .8rem;
}

.pub-title .title {
    font-size: .42rem;
    line-height: 1;
    color: #004071;
    margin-right: .3rem;
}

.pub-title .line {
    height: .4rem;
    background: url(../images/line3.png)no-repeat left top;
    background-size: 100%;
}

.filter {
    font-size: .16rem;
    line-height: 2;
    margin-top: .4rem;
}

.filter dl {
    margin-top: .15rem;
}

.filter dt {
    width: .9rem;
    margin-right: .1rem;
}

.filter dd>a {
    margin-right: .22rem;
}

.filter dd>a>:nth-last-of-type(1) {
    margin-right: 0;
}

.filter .on {
    color: #004071;
}

.page {
    margin-top: .7rem;
    line-height: .3rem;
    font-size: .16rem;
}

.page a {
    border: 1px #83C6CD 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: #004071;
    color: #FFF;
    border-color: #004071;
}
.filter,
.teacher-list,
.img-list,
.txt-list,
.details,
.teacher-details{
  min-height:6.5rem;
}




.xi-list .item {
    width: 1.8rem;
    margin-right: 1.1rem;
    margin-top: .45rem;
}

.xi-list .item:nth-of-type(4n) {
    margin-right: 0;
}

.xi-list .item .pic-con {
    z-index: 2;
}

.xi-list .item .pic-con::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #EBE6BC;
    z-index: -1;
    transform: translate(.1rem, .1rem);
    -webkit-transform: translate(.1rem, .1rem);
    -moz-transform: translate(.1rem, .1rem);
    -ms-transform: translate(.1rem, .1rem);
    -o-transform: translate(.1rem, .1rem);
}

.xi-list .item .pic-con::before {
    content: '';
    position: absolute;
    right: .2rem;
    bottom: -.2rem;
    width: 0;
    height: 0;
    border-left: .1rem solid transparent;
    border-right: .1rem solid transparent;
    border-top: .1rem solid #EBE6BC;
    z-index: 3;
}

.xi-list .item .pic {
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
    z-index: 2;
}

.xi-list .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.xi-list .item .name {
    font-size: .24rem;
    line-height: 1;
    margin-top: .3rem;
    font-family: 'SourceHanSerifCN-Bold';
}

.xi-list .item .txt {
    font-size: .18rem;
    line-height: 1;
    color: #666;
    margin-top: .1rem;
}

.xi-list .item .more {
    font-size: .14rem;
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    color: #666;
    margin-top: .2rem;
}

.teacher-details {
    margin-top: .5rem;
}

.teacher-details .info-con {
    background: #FFF url(../images/tbg6.png)no-repeat right bottom;
    background-size: cover;
    padding: .5rem .5rem .5rem .5rem;
    box-shadow: 0 .05rem .3rem rgba(104, 183, 191, 0.1);
}

.teacher-details .info-con .pic {
    background-color: #FFF;
    width: 2.2rem;
    height: 2.75rem;
    z-index: 20;
    margin-right: .5rem;
}

.teacher-details .info-con .pic::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translate(-.2rem, .2rem);
    -webkit-transform: translate(-.2rem, .2rem);
    -moz-transform: translate(-.2rem, .2rem);
    -ms-transform: translate(-.2rem, .2rem);
    -o-transform: translate(-.2rem, .2rem);
    background-image: linear-gradient(160deg, rgba(131, 198, 205, 0), rgba(131, 198, 205, 1));
}

.teacher-details .info-con .name {
    font-size: .24rem;
    color: #004071;
    font-family: 'SourceHanSerifCN-Bold';
    line-height: 1.5;
    padding-bottom: .15rem;
}

.teacher-details .info-con .name::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, rgba(131, 198, 205, .7), rgba(131, 198, 205, 0));
}

.teacher-details .info-con .des {
    font-size: .18rem;
    line-height: 1.7;
    margin-top: .1rem;
}

.teacher-details .body .card {
    margin-top: .5rem;
}

.teacher-details .body .card .tit {
    font-size: .22rem;
    font-family: 'SourceHanSerifCN-Bold';
    line-height: 1;
    color: #68B7BF;
    padding-left: .25rem;
}

.teacher-details .body .card .tit::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: .06rem;
    height: .2rem;
    background-color: #68B7BF;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.teacher-details .body .card .tit::after {
    content: '';
    position: absolute;
    left: .07rem;
    top: 50%;
    width: .06rem;
    height: .2rem;
    background-color: #FFE797;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.teacher-details .body .card .text {
    font-size: .18rem;
    font-family: 'SourceHanSerifCN-Medium';
    line-height: 1.7;
    margin-top: .25rem;
    text-indent: .36rem;
}
.teacher-details .body .card .text img {
    max-width: 100%;
    height: auto!important;
}
.teacher-details .body .card .text p.vsbcontent_img{
  text-align: center;
    text-indent: 0rem;
}

.teacher-list {
    margin-top: .5rem;
}

.teacher-list .item {
    width: 33.333%;
    overflow: hidden;
    background-color: #ECF2F3;
}

.teacher-list .item .pic {
    width: 50%;
    padding-top: 50%;
    overflow: hidden;
}

.teacher-list .item .pic img {
    position: absolute;
    left: 0;
    top: 0;
}

.teacher-list .item .name {
    font-size: .24rem;
    font-family: 'SourceHanSerifCN-Bold';
    border-bottom: 1px #FFF solid;
    padding-bottom: .15rem;
    width: 1rem;
}

.teacher-list .item .text {
    color: #666;
    font-size: .18rem;
    margin-top: .1rem;
    line-height: 1;
}

.img-list,
.txt-list {
    margin-top: .5rem;
}

.img-list .item {
    width: 100%;
    margin-bottom: .2rem;
    height: 2.3rem;
    background: url(../images/tbg7.png)no-repeat center;
    background-size: 100% 100%;
    padding: .3rem .4rem;
}

.img-list .item:nth-last-of-type(1) {
    margin-bottom: 0;
}

.img-list .item .date {
    font-size: .16rem;
    color: #83C6CD;
    line-height: 1;
    z-index: 20;
    white-space: nowrap;
    margin-right: .3rem;
}

.img-list .item .date span {
    font-size: .3rem;
    margin-bottom: .15rem;
}

.img-list .item .date::before {
    content: '';
    position: absolute;
    left: -.05rem;
    bottom: 0;
    width: 100%;
    height: .1rem;
    z-index: -1;
    background-image: linear-gradient(to right, rgba(255, 231, 151, 1), rgba(255, 231, 151, 0));
}

.img-list .item .pic {
    width: 2.8rem;
    height: 1.6rem;
    overflow: hidden;
    margin-right: .35rem;
}

.img-list .item .tit {
    line-height: 1;
    padding-bottom: .15rem;
    font-family: 'SourceHanSerifCN-Medium';
}

.img-list .item .tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: .24rem;
    height: 3px;
    background-color: #83C6CD;
}

.img-list .item .des {
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    font-size: .16rem;
    line-height: 1.7;
    margin-top: .15rem;
    opacity: .6;
}

.txt-list .item {
    height: 1rem;
    padding: .3rem 1.3rem .3rem .3rem;
    background: #FFF;
    margin-bottom: .2rem;
       width: 100%;
    float: left;
}

.txt-list .item:nth-last-of-type(1) {
    margin-bottom: 0;
}

.txt-list .item .date {
    font-size: .16rem;
    color: #83C6CD;
    line-height: 1;
    z-index: 20;
    white-space: nowrap;
    margin-right: .3rem;
}

.txt-list .item .date span {
    font-size: .3rem;
    margin-bottom: .1rem;
}

.txt-list .item .date::before {
    content: '';
    position: absolute;
    left: -.05rem;
    bottom: 0;
    width: 100%;
    height: .1rem;
    z-index: -1;
    background-image: linear-gradient(to right, rgba(255, 231, 151, 1), rgba(255, 231, 151, 0));
}

.txt-list .item .tit {
    line-height: 1;
    font-family: 'SourceHanSerifCN-Medium';
}

.txt-list .item::after {
    content: '';
    position: absolute;
    right: .4rem;
    top: 50%;
    width: .24rem;
    height: .24rem;
    background: url(../images/arrow2.png)no-repeat center;
    background-size: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.details {
    margin-top: .5rem;
   overflow: hidden;
}

.details .con {
    padding: .3rem .5rem;
    background-image: linear-gradient(rgba(255, 230, 151, 0.28), rgba(255, 230, 151, 0));
}

.details h1 {
    font-size: .26rem;
    font-family: 'SourceHanSerifCN-Bold';
    line-height: 1.5;
    color: #004071;
}

.details .info {
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    font-size: .16rem;
    line-height: 1;
    margin-top: .2rem;
    color: #68B7BF;
}

.details .body {
    margin-top: .4rem;
    font-size: .18rem;
    line-height: 1.9;
    font-family: 'SourceHanSerifCN-Medium';
  
}
.details .body p{
   font-size: .18rem!important;
   line-height: 0.34rem!important;
     text-indent: .36rem;
}
.details .body p span{
  font-size: .18rem!important;
   line-height: 0.34rem!important;
  background:none!important;
}
.details .body img {
    max-width: 100%;
    height: auto!important;
}

.details .body img {
    max-width: 100%;
    height: auto!important;
}
.details .body p.vsbcontent_img {
    text-align: center;
    text-indent: 0rem;
}

.details .body table{
   margin:auto;
  border-spacing:1px;background:#e6e6e6;
}
.details .body table td{
   box-sizing:border-box;padding:5px;background:#f8f8f8;
}
.details .body table td p{
    margin-bottom: 0;
    text-indent: 0rem;
}
.details .body p.vsbcontent_img{
      text-align: center;
    text-indent: 0rem;
}

.details .prev-next {
    margin-top: .5rem;
    padding-top: .3rem;
    border-top: 1px #83C6CD solid;
    font-size: .18rem;
    font-family: 'SourceHanSerifCN-Medium';
    line-height: 2;
}

.details .prev-next span {
    margin-right: .2rem;
}

@media (min-width: 1025px) {
    .teacher-list .item:hover {
        background-color: #FFE697;
        color: #004071;
    }
    .img-list .item:hover {
        background-image: url(../images/tbg8.png);
    }
    .img-list .item:hover .date,
    .img-list .item:hover .des,
    .img-list .item:hover .tit,
    .txt-list .item:hover .date,
    .txt-list .item:hover .tit {
        color: #FFF;
    }
    .img-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);
    }
    .txt-list .item:hover {
        background: url(../images/tbg9.png)no-repeat center;
        background-size: 100% 100%;
    }
    .txt-list .item:hover::after {
        background-image: url(../images/arrow6.png);
    }
    .sidebar li .tit:hover {
        background-color: #FFE697;
        color: #004071;
    }
    .sidebar li .tit:hover i {
        background-image: url(../images/arrow5.png);
    }
    .xi-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);
    }
    .teacher-list .item:hover {
        background-color: #83C6CD;
    }
    .teacher-list .item:hover .pic {
        opacity: .5;
    }
    .teacher-list .item:hover .name,
    .teacher-list .item:hover .text {
        color: #FFF;
    }
}

@media (max-width:1199px) {
    .pub-content {
        margin-top: .5rem;
    }
    .pub-title .title,
    .sidebar .title {
        font-size: 24px;
    }
    .filter,
    .xi-list .item .txt,
    .xi-list .item .more,
    .page,
    .teacher-details .info-con .des,
    .teacher-list .item .text,
    .img-list .item .date,
    .img-list .item .des,
    .txt-list .item .date,
    .details .info,
    .crumbs,
    .sidebar .submenu a {
        font-size: 12px;
    }
    .xi-list .item .name,
    .teacher-list .item .name {
        font-size: 15px;
    }
    .filter dt {
        width: 70px;
    }
    .page {
        line-height: 22px;
    }
    .page a {
        width: 24px;
        height: 24px;
    }
    .page .idx,
    .page .last {
        width: 50px;
    }
    .teacher-details .info-con .name,
    .teacher-details .body .card .tit {
        font-size: 16px;
    }
    .teacher-details .body .card .text,
    .details .body,
    .details .prev-next {
        font-size: 14px;
    }
    .teacher-list .item .name {
        width: 70px;
    }
    .img-list .item .date span,
    .txt-list .item .date span,
    .details h1 {
        font-size: 18px;
    }
    .img-list .item {
        height: auto;
    }
    .txt-list .item {
        height: 70px;
        padding-right: 70px;
    }
    .txt-list .item::after {
        width: 24px;
        height: 24px;
    }
    .details .prev-next {
        margin-top: 30px;
        padding-top: 20px;
    }
}

@media (max-width:950px) {
   .pub-content {
    width: 100%;
  }
    .crumbs {
        display: none;
    }
    .sidebar {
        width: 100%;
        margin-right: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .sidebar .title {
        background: #83C6CD;
        line-height: 60px;
        width: 100%;
        height: 60px;
        margin-left: 0;
        padding-top: 0;
        padding-left: .2rem;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        text-align: left;
    }
    .sidebar .title::after {
        content: '';
        position: absolute;
        right: .2rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url(../images/prev2.png)no-repeat right center;
        background-size: 100%;
    }
    .sidebar ul {
        display: none;
        min-height: 0;
    }
    .xi-list .item {
        width: 22%;
        margin-right: 4%;
    }
}

@media (max-width:767px) {
    .pub-title .title,
    .sidebar .title {
        font-size: 20px;
    }
    .xi-list .item {
        width: 30%;
        margin-right: 4%;
    }
    .xi-list .item:nth-of-type(4n) {
        margin-right: 4%;
    }
    .xi-list .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .teacher-details,
    .teacher-list,
    .details {
        margin-top: 30px;
    }
    .teacher-list .item {
        width: 50%;
    }
    .teacher-list .item .pic {
        order: 1;
    }
    .teacher-list .item .text-con {
        order: 2;
    }
    .img-list .item {
        padding: 20px;
    }
    .txt-list .item {
        padding-right: 50px;
    }
    .details .con {
        padding: 20px 30px;
    }
    .sidebar li .tit i {
        width: 2em;
        height: 2em;
        background-size: 60%;
    }

 .home-title .cn::after{
      right: -190px;
    background-size: auto 22px;
}

}

@media (max-width:540px) {
    .xi-list .item {
        width: 48%;
    }
    .xi-list .item:nth-of-type(3n) {
        margin-right: 4%;
    }
    .xi-list .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .teacher-list .item {
        width: 100%;
        margin-bottom: .1rem;
    }
    .img-list .item .date {
        width: 45px;
        margin-right: 20px;
    }
    .img-list .item .pic {
        width: calc(100% - 45px - 20px);
        margin-right: 0;
        height: auto;
        padding-top: 50%;
    }
    .img-list .item .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .img-list .item .text-con {
        padding-left: 65px;
        margin-top: 20px;
    }
    .details .con {
        padding: 10px 20px;
    }
}

@media (max-width:359px) {
   .home-title .cn::after{
  display:none;
}
}




.pb_sys_style1 .p_no_d {
    border: 1px solid #004071!important;
    background-color: #004071!important;
}
.pb_sys_common .p_t{
  margin-bottom:5px!important;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a,
.pb_sys_common .p_goto input, .pb_sys_common .p_search input,
.pb_sys_common .p_goto a, .pb_sys_common .p_search a{
  border: 1px solid #83C6CD!important;
  margin-bottom:5px!important;
}

.ie-tip{
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  background-color: #121212;
  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:#fff;
  z-index:999999;
  text-align:center;
}
.ie-tip p{
  padding-top:10px;
  color:#fff;
  width: 420px;
  margin:10px auto;
  font-size: 14px;
  line-height: 1.8;
}

@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
  .header {
    position: relative;
  }
  .home-news .focus .tit {
    max-height: .7rem;
  }
  .home-news .item .tit {
    max-height: 0.64rem;
    overflow: hidden;
  }
  .home-integration .first .tit,
  .home-integration .item .tit,
  .home-evaluation .item .tit {
    max-height: 0.6rem;
    overflow: hidden;
  }
  .home-integration .first .des {
    max-height: .816rem;
    overflow: hidden;
  }
  .sidebar li .tit {
    padding-top: 1em;
    padding-bottom: 1em;
    min-height: unset;
  }
  .home-news .focus .swiper-slide img,
  .home-party .first .pic img,
  .home-teaching .item .pic img,
  .home-evaluation .item .pic img,
  .img-list .item .pic img {
    font-family: 'object-fit: cover;';
  }
}