@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw;
    }
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: .18rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #0497b5;
}


/*块级转化*/

.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;
    max-width: 100%;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

@media (max-width:1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding-left: .7rem;
    padding-right: .8rem;
    padding-top: .3rem;
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
  height: 1.6rem;
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  
    z-index: -1;
   background:none;

}
.fixed{ background:#0497b5;}
.header .logo {
    align-items: flex-end;
}

.header .logo img {
    height: .56rem;
}

.header .nav-con {
    font-size: .22rem;
    color: #FFF;
}

.header .nav-con a {
    color: #FFF;
}

.header .top {
    justify-content: flex-end;
    padding-right: .2rem;
}

.header .top span {
    margin: 0 .15rem;
}

.menu-btn {
    display: none;
    background: url(../images/menu.svg)no-repeat center;
    width: .5rem;
    height: .5rem;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.menu-btn.close {
    background-image: url(../images/close.svg);
}

.nav {
    margin-top: .1rem;
}

.nav li>a {
    line-height: 2;
    padding: 0 .2rem;
}

.nav .drop {
    width: 100%;
width:220px;
    left: 0;
margin-left:-.4rem;
    top: .5rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
background-color:rgb(255,255,255,0.7);
    line-height: 2;
}

.nav .drop a {
    color: #333;
    font-size: .16rem;
}

.nav .drop::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 8px transparent solid;
    border-right: 8px transparent solid;
    border-bottom: 8px #FFF solid;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.banner,
.banner .swiper-slide {
    overflow: hidden;
    height: 9.6rem;
}

.banner img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 3s;
    -webkit-transition: all 3s;
    -moz-transition: all 3s;
    -ms-transition: all 3s;
    -o-transition: all 3s;
    width: 100%;
height:100%;
}

.banner .swiper-slide-active img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.banner .swiper-pagination {
    text-align: right;
    padding-right: 1.6rem;
    bottom: .4rem;
}

.banner .swiper-pagination-bullet {
    width: auto;
    height: auto;
    
    background-size: 100%;
    opacity: 1;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #FFF;
    font-size: .24rem;
    margin: 0 .3rem !important;
    position: relative;
}

.banner .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.banner .swiper-pagination-bullet-active {
    padding-right: 1.05rem;
}

.banner .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    right: -.1rem;
    width: 1rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 1px;
    background-color: #FFF;
}

.footer {
    height: 3.7rem;
    background: url(../images/f-bg.png)no-repeat center top;
    background-size: cover;
    padding-top: 2.15rem;
}

.footer .logo {
    margin-right: 1.2rem;
}

.footer .logo img {
    height: .56rem;
}

.footer .text-con>div {
    width: 50%;
    color: #FFF;
    font-size: .16rem;
    margin-bottom: .2rem;
}

.footer .text-con img {
    width: .32rem;
    margin-right: .15rem;
}

.home-title .title-con {
    width: 3.5rem;
}

.home-title .title-con .cn {
    font-size: .32rem;
    font-weight: bold;
}

.home-title .title-con .en {
    font-size: .12rem;
    color: #0497b5;
    text-transform: uppercase;
    border-bottom: 1px #ccd7df solid;
    line-height: 2;
}

.home-title .title-con .en::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: .44rem;
    height: 3px;
    background-color: #0497b5;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.home-title .title-con .txt {
    font-size: .14rem;
    color: #0497b5;
    line-height: 2;
    margin-top: .05rem;
}

.home-title .more {
    position: absolute;
    right: .1rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    line-height: .32rem;
    background-color: #0497b5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: .14rem;
    color: #FFF;
    z-index: 10;
    width: 1.2rem;
}

.home-title .more::after {
    content: '';
    width: .15rem;
    height: .07rem;
    background: url(../images/arrow1.png)no-repeat right center;
    background-size: 100%;
    display: block;
    margin-left: .05rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-title .more::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    left: .02rem;
    top: .02rem;
    border: 1px #0497b5 dashed;
    z-index: -1;
}

.home-news {
    padding-top: .4rem;
    padding-bottom: 1.05rem;
    background-color: #f9f9f9;
}

.home-news .content {
    margin-top: .5rem;
}


.home-news .focus {
    margin-right: .75rem;
    width: 10.55rem;
    overflow: hidden;
}

.home-news .focus .swiper-slide {
    background-color: #FFF;
}

.home-news .focus .pic {
    height: 3.5rem;
    overflow: hidden;
}

.home-news .focus .text-con {
    padding: .4rem;
}

.home-news .focus .date {
    position: absolute;
    left: .4rem;
    width: .7rem;
    height: .7rem;
    background-color: #0497b5;
    color: #FFF;
    font-size: .16rem;
    top: -.45rem;
}

.home-news .focus .date span {
    font-size: .3rem;
    font-weight: bold;
}

.home-news .focus .tit {
    line-height: 1.8;
}

.home-news .focus .des {
    font-size: .14rem;
    color: #888;
    text-indent: .28rem;
    line-height: 1.8;
    margin-top: .2rem;
}

.home-news .focus .txt {
    color: #0497b5;
    font-size: .14rem;
    margin-top: .15rem;
    text-align: right;
}

.home-news .focus .swiper-button-next,
.home-news .focus .swiper-button-prev {
    margin-top: 0;
    top: auto;
    bottom: -.25rem;
    width: .7rem;
    height: .7rem;
    background-color: #dee5eb;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-size: .18rem;
}

.home-news .focus .swiper-button-prev {
    left: -.25rem;
    background-position: .35rem .22rem;
}

.home-news .focus .swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    right: -.25rem;
    background-position: .38rem .4rem;
}

.home-news ul::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #dee4e9;
    z-index: 1;
}

.home-news li {
    padding-left: .45rem;
}

.home-news li a {
    border-bottom: 1px #b4c4d1 dashed;
    z-index: 9;
    padding: .21rem 0;
}

.home-news li .date {
    font-size: .16rem;
    color: #0497b5;
    margin-top: .1rem;
}

.home-notice {
    background: url(../images/bg1.jpg)no-repeat left top;
    background-size: cover;
    height: 7.9rem;
    padding-top: .55rem;
}

.home-notice .home-title .title-con {
    width: 3.6rem;
}

.home-notice .home-title .title-con .cn {
    margin-bottom: .05rem;
}

.home-notice .home-title .title-con .cn,
.home-notice .home-title .title-con .en {
    color: #FFF;
}

.home-notice .home-title .title-con .txt {
    margin-top: 0;
    color: #FFF;
}

.home-notice .home-title .title-con .en::after {
    background-color: #FFF;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.home-notice .content {
    width: 11rem;
    padding-bottom: .8rem;
}

.home-notice .home-title .more {
    background-color: #d37c16;
    top: auto;
    right: auto;
    left: 4.5rem;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.home-notice .home-title .more::before {
    border-color: #d37c16;
}

.home-notice ul {
    margin-top: .75rem;
    padding-left: .05rem;
}

.home-notice li {
    width: 46.5%;
    margin-right: 4%;
    padding: .3rem 0;
    border-bottom: 1px #4a9ecd dotted;
}

.home-notice li:nth-child(even) {
    margin-right: 0;
}

.home-notice li .date {
    width: .6rem;
    border: 1px #FFF solid;
    height: .6rem;
    background-color: #FFF;
    font-size: .14rem;
    margin-right: .25rem;
}

.home-notice li .date span {
    background-color: #0497b5;
    color: #FFF;
    font-size: .24rem;
}

.home-notice li .tit {
    color: #FFF;
}

.home-bg {
    background: url(../images/bg2.jpg)no-repeat center bottom;
    background-size: cover;
}

.home-xueshu {
    width: 9.4rem;
    margin-top: .6rem;
}

.home-xueshu .home-title .more {
    right: .9rem;
}

.home-xueshu .content {
    margin-top: .5rem;
}

.home-xueshu .item .pic {
    width: 5.25rem;
    height: 3.42rem;
    overflow: hidden;
}

.home-xueshu .item .text-con {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
}

.home-xueshu .item:nth-child(1) .text-con {
    background-image: url(../images/tbg1.jpg);
    padding: .4rem .5rem .45rem .7rem;
}

.home-xueshu .item:nth-child(2) .text-con {
    background-image: url(../images/tbg2.jpg);
    padding: .5rem .5rem .45rem .6rem;
}

.home-xueshu .item .tit {
    font-size: .22rem;
    line-height: 1.6;
}

.home-xueshu .item .date {
    margin-top: .6rem;
}

.home-xueshu .item .arrow {
    width: 100%;
    height: .2rem;
    margin-top: .35rem;
}

.home-xueshu .item .arrow::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: .28rem;
    height: 100%;
    background: url(../images/arrow2.png)no-repeat left center;
    background-size: .28rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-xueshu .item:nth-child(2) .arrow::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.home-baogao {
    margin-top: -1.67rem;
    padding-bottom: .6rem;
}

.home-baogao .home-title {
    height: 1.67rem;
    background: url(../images/tbg3.jpg)no-repeat center;
    background-size: cover;
    color: #FFF;
    padding-top: .2rem;
}

.home-baogao .home-title .en,
.home-baogao .home-title .txt {
    color: #FFF;
}

.home-baogao .home-title .en {
    border-bottom: 0;
}

.home-baogao .home-title .en::after {
    background-color: #FFF;
}

.home-baogao .home-title .txt {
    margin-top: .15rem;
}

.home-baogao .home-title .more {
    top: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}

.home-baogao .item {
    background-color: #f2f2f2;
    padding: .4rem .6rem;
}

.home-baogao .item .pic {
    width: 1.75rem;
    height: 2.4rem;
    overflow: hidden;
    box-shadow: .1rem .1rem .1rem rgba(0, 0, 0, .1);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
    display: none;
}

.home-baogao .item .tit {
    font-size: .2rem;
}

.home-baogao .item .text {
    font-size: .15rem;
    color: #888;
    margin-top: .2rem;
    line-height: 2;
}

.home-baogao .item .text>div {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: .13rem;
    padding-left: .25rem;
}

.home-baogao .item .text>div:nth-child(1) {
    background-image: url(../images/icon1.png);
}

.home-baogao .item .text>div:nth-child(2) {
    background-image: url(../images/icon2.png);
}

.home-baogao .item .text>div:nth-child(3) {
    background-image: url(../images/icon3.png);
}

.home-baogao .item .text>div:nth-child(4) {
    background-image: url(../images/icon4.png);
}

.home-baogao .item .text>div:nth-child(5) {
    background-image: url(../images/icon5.png);
}

.home-stu {
    margin-top: 1.1rem;
    padding-bottom: 1.1rem;
}

.home-stu .content {
    margin-top: .35rem;
}

.home-stu .content .item::after,
.home-stu .content .play::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    height: 30%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.home-stu .content .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    padding: .2rem;
    color: #FFF;
}

.home-stu .content .play {
    height: 4.35rem;
    overflow: hidden;
    cursor: pointer;
}

.home-stu .content .play 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: .76rem;
    height: .76rem;
    background: url(../images/play.png)no-repeat center;
    background-size: cover;
    z-index: 10;
}

.home-stu .content .item {
    width: 4rem;
    overflow: hidden;
    height: 4.35rem;
    margin-left: .2rem;
}

.home-stu .home-title .more {
    top: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}

.maskBg {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 0
}

.videoShow {
    width: 12.8rem;
    height: 7.6rem;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    opacity: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.maskBg.active {
    opacity: 1;
}

.videoShow.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.videoShow .close {
    color: #FFF;
    position: absolute;
    right: 0;
    top: -.3rem;
    background: url(../images/close.svg)no-repeat left center;
    background-size: .2rem;
    padding-left: .3rem;
    cursor: pointer;
}

.home-sp {
    margin-top: .9rem;
    background-color: #FFF;
    padding: .3rem .4rem .5rem .4rem;
    z-index: 11;
}

.home-sp .content {
    margin-top: .45rem;
}

.home-sp .swiper-slide {
    height: 1.9rem;
    overflow: hidden;
}

.home-sp .swiper-button-prev,
.home-sp .swiper-button-next {
    width: .27rem;
    height: .27rem;
    background: url(../images/next.png)no-repeat center;
    background-size: 100%;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home-sp .swiper-button-prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    left: -.34rem;
}

.home-sp .swiper-button-next {
    right: -.34rem;
}

.home-bg .footer {
    margin-top: -1.3rem;
}



.ipart1{ padding-top:0rem; }
.ipart1 .home-title{ margin-bottom:0.5rem; }
.ipart1  .content{ margin-top:0rem; }




.xyld{ padding-top:0.3rem; }
.xyld ul{display:flex;     flex-wrap: wrap;}
.xyld li{   width:50%;  margin-bottom:.25rem; }
.xyld_pic{ float:left; width:150px; height:200px;}
.xyld_pic a,.xyld_pic img{ display:block; width:100%; height:100%; }
.xyld_right{ float:right; width:calc(100% - 200px);  margin-right:3%; padding-top:.15rem; }
.xyld_rtitle{ font-weight:bold; font-size:.2rem;  line-height:.36rem; margin-bottom:.1rem; }
.xyld_rwz{   line-height:.3rem; }

@media (max-width:1439px) {
/*.nav .drop{ margin-left:-.9rem; }*/
}
@media (max-width:1399px) {
.xyld_right{   width:calc(100% - 170px); }

}
@media (max-width:999px) {
.xyld_right{ margin-right:0px; }
.xyld ul{ display:block; }
.xyld li{ width:100%; float: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);
    }
    .nav .drop a:hover {
        color: #0497b5;
    }
    .home-title .more:hover,
    .home-notice li:hover .tit,
    .home-xueshu .item:hover .tit {
        text-decoration: underline;
    }
    .home-title .more:hover:after {
        transform: translateX(.1rem);
        -webkit-transform: translateX(.1rem);
        -moz-transform: translateX(.1rem);
        -ms-transform: translateX(.1rem);
        -o-transform: translateX(.1rem);
    }
    .home-news .focus .swiper-slide:hover .pic img,
    .home-xueshu .item:hover img,
    .home-stu .content .item:hover img,
    .home-stu .content .play:hover img,
    .home-sp .swiper-slide:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .home-news .focus .swiper-button-prev:hover,
    .home-news .focus .swiper-button-next:hover {
        background-color: #0497b5;
        background-image: url(../images/prev-on.png);
    }
    .home-news li:hover::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: #FFF;
        border-left: 4px #0497b5 solid;
        box-shadow: .1rem .1rem .1rem rgba(4, 151, 181, .2);
    }
    .home-xueshu .item:hover .arrow::after {
        transform: translateX(-.1rem);
        -webkit-transform: translateX(-.1rem);
        -moz-transform: translateX(-.1rem);
        -ms-transform: translateX(-.1rem);
        -o-transform: translateX(-.1rem);
    }
    .home-xueshu .item:nth-child(2):hover .arrow::after {
        transform: translateX(.1rem) rotate(180deg);
        -webkit-transform: translateX(.1rem) rotate(180deg);
        -moz-transform: translateX(.1rem) rotate(180deg);
        -ms-transform: translateX(.1rem) rotate(180deg);
        -o-transform: translateX(.1rem) rotate(180deg);
    }
    .home-baogao .item:hover {
        background-color: #FFF;
        border-bottom: 1px #013866 solid;
    }
    .home-baogao .item:hover .pic {
        display: block;
    }
}

@media (max-width:1199px) {
    .hidden {
        overflow: hidden;
    }
    .header {
        height: 1.2rem;
        padding-top: 0;
        align-items: center;
        padding-left: .2rem;
    }
    .header.on {
        background-color: #0497b5;
    }
    .header.on::after {
        display: none;
    }
    .menu-btn {
        display: block;
    }
    .header .top {
        justify-content: center;
    }
    .nav-con {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #0497b5;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: .2rem .3rem;
    }
    .nav li {
        width: 100%;
    }
    .nav li>a {
        line-height: .9rem;
        font-size: 16px;
        padding: 0;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: .9rem;
        width: .6rem;
    }
    .nav .arrow::after {
        content: '';
        background: url(../images/arrow.svg)no-repeat center;
        background-size: 100%;
        width: .32rem;
        height: .32rem;
        position: absolute;
        left: .1rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        background: none;
        padding-left: .4rem;
    }
    .nav .drop::after {
        display: none;
    }
    .nav .drop a {
        color: #FFF;
    }
    .banner,
    .banner .swiper-slide {
        height: auto;
    }
    .home-title .title-con .cn {
        font-size: 24px;
    }
    .home-title .more {
        width: auto;
        padding: 0 .2rem;
    }
    .home-news .focus .date span,
    .home-notice li .date span {
        font-size: 18px;
    }
    .home-xueshu .item .tit,
    .home-baogao .item .tit,
    .nav .drop a {
        font-size: 14px;
    }
    .footer .text-con>div,
    .home-title .title-con .txt,
    .home-title .title-con .en,
    .home-title .more,
    .home-news .focus .des,
    .home-news li .date,
    .home-news .focus .date,
    .home-news .focus .txt,
    .home-notice li .date,
    .home-xueshu .item .date,
    .home-baogao .item .text {
        font-size: 12px;
    }
    .footer {
        height: auto;
        background-position: center bottom;
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .home-notice .home-title .title-con {
        width: 290px;
    }
    .home-news .focus .date {
        width: 50px;
        height: 45px;
    }
    .home-notice li .date {
        width: 50px;
        height: 50px;
    }
    .home-notice li .date span {
        margin-bottom: 5px;
    }
    .home-xueshu .item .text-con {
        padding: .4rem !important;
    }
    .home-xueshu .item .date {
        margin-top: .4rem;
    }
    .home-bg .footer {
        margin-top: .4rem;
    }
}
@media (max-width:1199px) {
    .footer .logo {
        margin-right: .3rem;
    }
    .home-news .focus,
    .home-notice .content {
        width: 100%;
        margin-right: 0;
    }
    .home-news ul {
        margin-top: .4rem;
    }
    .home-news ul::after {
        display: none;
    }
    .home-notice {
        height: auto;
        padding-bottom: .4rem;
    }
    .home-baogao .home-title {
        height: auto;
        padding-bottom: .2rem;
    }
.indexjj{ padding-top:1.05rem; }

}

@media (max-width:950px) {

}
@media (max-width:767px) {
    .footer .logo {
        width: 100%;
        margin-right: 0;
    }
    .footer .text-con {
        margin-top: .3rem;
    }
    .footer .text-con>div,
    .home-xueshu,
    .home-stu .content .item {
        width: 100%;
    }
    .home-title .title-con .cn {
        font-size: 20px;
    }
    .home-notice li {
        width: 100%;
        margin-right: 0;
    }
    .home-title .more {
        line-height: .4rem;
    }
    .home-baogao {
        margin-top: .4rem;
    }
    .home-xueshu .item .pic {
        width: 100%;
        order: 1 !important;
    }
    .home-xueshu .item .text-con {
        order: 2;
    }
    .home-stu .content {
        display: block;
    }
    .home-stu .content .item {
        margin-left: 0;
        margin-top: .3rem;
    }
    .home-sp {
        padding: .2rem;
    }
}

@font-face {
    font-family: 'sySong';
    src: url('../fonts/sySong.woff') format('woff');
}

.pub-wrap {
    padding-bottom: .7rem;
}

.pub-banner {
    overflow: hidden;
}

.pub-banner img {
    height: 4rem;
}

.leftNav {
    width: 2.8rem;
    margin-top: .3rem;
    margin-right: .4rem;
}

.leftNav h2 {
    line-height: 0.8rem;
    color: #fff;
    background: #0497b5;
    font-family: 'sySong';
    font-size: 0.26rem;
    font-weight: bold;
    overflow: hidden;
    padding-left: 0.4rem;
}

.leftNav>ul {
    background: #fff;
    box-shadow: 0px 0.02rem 0.05rem 0px rgba(0, 0, 0, 0.1);
}

.leftNav ul li a {
    display: block;
    line-height: 0.66rem;
    padding-left: 0.4rem;
    border-bottom: 1px solid #e5e5e5;
}

.leftNav>ul>li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 0.03rem solid #0497b5;
    transform: scaleY(0);
    z-index: 1;
    transition: all 0.3s;
}

.leftNav>ul>li>a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.2rem;
    background: url(../images/left-sj.png) no-repeat;
    background-size: cover;
    width: 0.16rem;
    height: 0.16rem;
    display: none;
}

.leftNav>ul>li:first-child {
    border-top: none;
}

.leftNav>ul>li>a {
    position: relative;
}

.leftNav>ul>li.on>a {
    color: #0497b5;
    font-weight: 600;
}

.leftNav>ul>li.on>a::after,
.leftNav>ul>li:hover>a::after {
    display: block;
}

.leftNav>ul>li:hover>a {
    color: #0497b5;
    font-weight: 600;
}

.leftNav>ul>li.on::before,
.leftNav>ul>li:hover::before {
    transform: none;
}

.leftNav ul li a:hover {
    background-position: 0.31rem center;
    color: #0497b5;
}

.leftNav>ul>li>ul {
    display: none;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-right: 0;
    border-bottom: 1px solid #e5e5e5;
}

.leftNav>ul>li>ul>li>a {
    font-size: 0.15rem;
    line-height: 0.46rem;
    padding-left: 0.6rem;
    color: #666666;
    border-bottom: none;
}

.pub-content {
    padding: .2rem .4rem .4rem .4rem;
    box-shadow: 0px 0.02rem 0.05rem 0px rgba(0, 0, 0, 0.1);
    margin-top: .3rem;
    border-top: 2px #0497b5 solid;
    min-height:800px;
}

.pub-title {
    line-height: 0.66rem;
    border-bottom: 1px solid #d2d2d2;
}

.pub-title h3 {
    font-size: 0.26rem;
    font-weight: bold;
}

.position {
    font-size: 0.14rem;
    color: #888;
}

.position a {
    color: #888;
    margin: 0 0.05rem;
    vertical-align: middle;
}

.page {
    margin-top: .4rem;
}

.page a {
    line-height: .3rem;
    border: 1px #c5b7b7 solid;
    font-size: .16rem;
    padding: 0 .1rem;
    margin-right: .1rem;
}

.page a:last-child {
    margin-right: 0;
}

.page a.on {
    background-color: #0497b5;
    color: #FFF;
    border-color: #0497b5;
}

.text-list .item {
    padding: .3rem 0;
    width: 100%;
    border-bottom: 1px dashed #ccc;
}

.text-list .item:first-child {
    margin-top: 0;
}

.text-list .item .date {
    width: 1.2rem;
    height: .8rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    margin-right: .3rem;
}

.text-list .item .date span {
    font-weight: bold;
    color: #0497b5;
    font-size: .36rem;
}

.text-list .item .date::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 70%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #0497b5;
}

.text-list .item .tit {
    font-size: .22rem;
    padding-left: 0;
}

.text-list .item .des {
    color: #666;
    margin-top: .15rem;
    font-size: .16rem;
}

.news-list .item {
    padding: .3rem 0;
    border-bottom: 1px #c5c5c5 dashed;
}

.news-list .item .pic {
    width: 2.6rem;
    height: 1.8rem;
    overflow: hidden;
    margin-right: .3rem;
}

.news-list .item .tit {
    font-size: .22rem;
    line-height: 1.8;
}

.news-list .item .des {
    color: #666;
    line-height: 1.8;
    margin-top: .1rem;
    font-size: .16rem;
}

.news-list .item .date {
    position: absolute;
    left: 0;
    bottom: .1rem;
    font-size: .18rem;
    color: #9E9E9E;
    font-family: Arial, Helvetica, sans-serif;
}

.details {
    padding-top: .5rem;
    padding-bottom: 1rem;
}

.details h1 {
    font-weight: normal;
    font-size: .26rem;
}

.details .info {
    color: #A8A8A8;
    font-size: .14rem;
    line-height: 2;
    border-bottom: 1px rgba(141, 141, 141, .3) solid;
    margin-top: .2rem;
    padding-bottom: .1rem;
}

.details .body {
    line-height: 2;
padding-top:.3rem;
   /* font-size: .16rem;*/
    color: #2C2C2C;
}

.details .body p {
   /* margin-top: .3rem;*/
    text-indent: .32rem;
}

.details .body img {
    max-width: 100%;
    margin-top: .3rem;
    height: auto !important;
}

.details .prev-next {
    line-height: 2;
    margin-top: .6rem;
    font-size: .16rem;
}

.details .prev-next span {
    color: #0497b5;
}

.about {
    margin-top: .4rem;
}

.about .con {
    align-items: flex-end;
}

.about .pic {
    width: 5.3rem;
    height: 3.4rem;
    overflow: hidden;
}

.about .con .text-con {
    background-color: #0497b5;
    color: #FFF;
    padding: .6rem .3rem;
    font-size: .16rem;
    line-height: 1.8;
    text-indent: .28rem;
    clip-path: polygon(95% 0%, 100% 20px, 100% 100%, 0% 100%, 0% 0%);
}

.about .body {
   /* font-size: .16rem;*/
    line-height: 1.8;
}

.about .body p {
    margin-top: .3rem;
    text-indent: .28rem;
}

.teacher .item {
    margin-top: .6rem;
    width: 23%;
    margin-right: 2.5%;
}

.teacher .item:nth-of-type(4n) {
    margin-right: 0;
}

.teacher .item .pic {
    width: 100%;
    overflow: hidden;
    height: 3.4rem;
}

.teacher .item .name {
    font-size: .24rem;
    font-weight: bold;
    margin-top: .2rem;
}

.teacher .item .des {
    margin-top: .15rem;
    color: #666;
    line-height: 1.6;
}

.teacher-details .content {
    margin-top: 50px;
}

.teacher-details .pic-con {
    width: 2.8rem;
    margin-left: .2rem;
    margin-top: .2rem;
    z-index: 2;
    margin-right: .6rem;
    float: left;
}

.teacher-details .pic img {
    width: 100%;
}

.teacher-details .pic::after {
    content: '';
    position: absolute;
    left: -.2rem;
    top: -.2rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 0 100%);
    width: 2.3rem;
    height: 3rem;
    z-index: -1;
    background-color: #0497b5;
}

.teacher-details .name {
    font-size: .24rem;
    font-weight: bold;
    color: #0497b5;
    margin-top: .3rem;
    padding: 0px 30px;
}

.teacher-details .des {
    margin-top: .2rem;
    color: #666;
}

.teacher-details .body {
    border-left: 1px #dcdcdc solid;
    padding-left: .3rem;
    padding-top: .2rem;
}

.teacher-details .body .item {
    margin-bottom: .6rem;
}

.teacher-details .body .item:last-child {
    margin-bottom: 0;
}

.teacher-details .body .title {
    line-height: .6rem;
    font-size: .26rem;
    color: #0497b5;
    font-family: 'sySong';
}

.teacher-details .body .title::after {
    content: '';
    position: absolute;
    left: -.45rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: .3rem;
    height: .3rem;
    background: url(../images/sz-dot.png)no-repeat center;
    background-size: 100%;
}

.teacher-details .body .text {
    margin-top: .1rem;
    line-height: 1.8;
    opacity: .8;
}


/* .fixed {
    top: 0;
} */

@media (min-width:1025px) {
    .page a:hover {
        background-color: #0497b5;
        color: #FFF;
        border-color: #0497b5;
    }
    .news-list .item:hover {
        border-color: #0497b5;
    }
    .news-list .item:hover .pic img,
    .teacher .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);
    }
}

@media (max-width:1199px) {
    .leftNav {
        width: 3.2rem;
    }
    .leftNav>ul>li>a,
    .text-list .item .tit,
    .news-list .item .tit,
    .about .body,
    .about .con .text-con {
        font-size: 14px;
    }
    .leftNav>ul>li>ul>li>a {
        font-size: 13px;
    }
    .leftNav>h2 {
        font-size: 16px;
        line-height: .9rem;
        height: .9rem;
    }
    .leftNav ul li a {
        line-height: .8rem;
    }
    .text-list .item .date span {
        font-size: 20px;
    }
    .text-list .item .des,
    .news-list .item .date,
    .news-list .item .des,
    .details .info,
    .details .body,
    .details .prev-next,
    .page a {
        font-size: 12px;
    }
    .pub-title h3,
    .details h1,
    .teacher .item .name,
    .teacher-details .body .title,
    .teacher-details .name {
        font-size: 18px;
    }
    .position {
        display: none;
    }
    .about {
        padding: 0 .2rem;
    }
    .about .con .text-con {
        padding: .2rem;
    }
    .page a {
        line-height: .6rem;
        padding: 0 .2rem;
    }

}

@media (max-width:950px) {
    .news-list .item .pic {
        width: 3.4rem;
        height: 2.2rem;
    }
    .about {
        padding: 0;
    }
    .about .pic {
        width: 6.5rem;
        height: auto;
    }
    .about .pic {
        width: 100%;
        margin-right: 0;
    }
    .about .con .text-con {
        clip-path: none;
        padding: .2rem;
        line-height: 2;
    }
}

@media (max-width:767px) {
    .leftNav {
        width: 100%;
        margin-right: 0;
    }
    .leftNav>ul {
        display: none;
    }
    .leftNav>h2 {
        text-align: left;
        padding-left: 0.15rem;
        font-weight: 600;
    }
    .leftNav>h2::before,
    .leftNav>h2::after {
        display: none;
    }
    .leftNav>h2 span {
        width: 0.7rem;
        height: 0.7rem;
        background: url(../images/sub_left_down2.png) no-repeat center center;
        background-size: .2rem;
        cursor: pointer;
        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%);
    }
    .pub-content {
        padding: .2rem;
    }
    .news-list .item .pic {
        width: 100%;
        margin-right: 0;
        height: 3.8rem;
    }
    .news-list .item .tit {
        margin-top: .2rem;
    }
    .news-list .item .date {
        position: inherit;
        left: auto;
        bottom: auto;
        margin-top: .15rem;
        background-size: .24rem;
    }
    .about .body {
        line-height: 2;
    }
    .teacher .item {
        width: 49%;
        margin-right: 2%;
    }
    .teacher .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .teacher-details {
        display: block;
        margin-top: .6rem;
    }
    .teacher-details .pic-con {
        margin-right: 0;
        margin-left: auto;
        margin-right: auto;
        float: none;
        width: 100%;
    }
}


/* 7-5 */

.m-search {
    display: none;
    border-bottom: 1px #FFF solid;
}

.m-search input[type='text'] {
    height: .9rem;
    color: #FFF;
    background: none;
    font-size: 16px;
}

.m-search input[type='text']::placeholder {
    color: #FFF;
}

.m-search input[type='submit'] {
    background: url(../images/search.svg)no-repeat center;
    width: 40px;
    background-size: .34rem;
}

@media (max-width:1199px) {
    .header .top {
        display: none;
    }
    .m-search {
        display: block;
    }
}