@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: #007E8C;
}


/*块级转化*/

.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 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
}

@media (max-width:1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

@font-face {
    font-family: 'SourceHanSans-Bold';
    src: url(../fonts/SourceHanSans-Bold.otf);
}

@font-face {
    font-family: 'SourceHanSans-Mediumr';
    src: url(../fonts/SourceHanSans-Medium.otf);
}

@font-face {
    font-family: 'SourceHanSans-Regular';
    src: url(../fonts/SourceHanSans-Regular.otf);
}

@font-face {
    font-family: 'SourceHanSans-Heavy';
    src: url(../fonts/SourceHanSans-Heavy.otf);
}

@font-face {
    font-family: 'alimamashuheiti';
    src: url(../fonts/alimamashuheiti.ttf);
}

@font-face {
    font-family: 'Birthland';
    src: url(../fonts/Birthland.otf);
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    align-items: flex-end;
}

.header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    background-image: linear-gradient(rgba(0, 64, 71, 1), rgba(0, 64, 71, 0));
    height: 4rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.header .logo {
    margin-right: .4rem;
}

.header .logo img {
    height: .95rem;
}

.header .top {
    justify-content: flex-end;
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    margin-top: .3rem;
    line-height: 2;
}

.header .top a {
    color: rgba(255, 255, 255, .7);
    margin-right: .2rem;
}

.header .top .lang {
    background: url(../images/lang.svg)no-repeat left center;
    padding-left: .3rem;
    margin-left: .2rem;
    margin-right: .2rem;
    background-size: .2rem;
}

.header .top .search-btn {
    background: url(../images/search.svg)no-repeat left center;
    padding-left: .25rem;
    margin-right: .2rem;
    background-size: .2rem;
    cursor: pointer;
}

.fixed::after {
    height: 1.5rem;
}

.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-bottom: .25rem;
    margin-top: .05rem;
}

.nav li {
    font-family: 'SourceHanSans-Bold';
}

.nav li>a {
    line-height: .4rem;
    padding: 0 .12rem;
    font-size: .19rem;
    color: #FFF;
}

.nav .drop {
    font-family: 'SourceHanSans-Regular';
    width: 100%;
    left:0px;
    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;
    padding: .1rem 0;
}

.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 #FFFFFF solid;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.search-content {
    background: #007E8C;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10001;
    display: none;
    width: 100%;
    height: 100%;
}

.search-content .close {
    position: absolute;
    right: .6rem;
    top: .6rem;
    width: .6rem;
    height: .6rem;
    background: url(../images/close.svg)no-repeat center;
    background-size: .4rem;
    cursor: pointer;
    z-index: 10;
}

.search-content .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 8rem;
    height: .8rem;
    border-bottom: 1px #FFF solid;
}

.search-content .content input[type='text'] {
    color: #FFF;
    font-size: .18rem;
    background: none;
}

.search-content .content input[type='text']::placeholder {
    color: #FFF;
}

.search-content .content input[type='submit'] {
    width: .6rem;
    background: url(../images/search.svg)no-repeat center;
    background-size: .3rem;
}

.m-search {
    display: none;
    border-bottom: 1px #FFF solid;
}

.m-search input[type='text'] {
    height: .7rem;
    color: #FFF;
    background: none;
}

.m-search input[type='text']::placeholder {
    color: #FFF;
}

.m-search input[type='submit'] {
    background: url(../images/search.svg)no-repeat center;
    width: .8rem;
    background-size: .24rem;
}

.footer {
    background: url(../images/f-bg.png)no-repeat center top;
    padding-top: 2rem;
    background-size: 100% 100%;
    font-family: 'SourceHanSans-Mediumr';
    color: #FFF;
    font-size: .16rem;
    padding-bottom: .3rem;
}

.footer a {
    color: #FFF;
}

.footer .link {
    line-height: 1.8;
}

.footer .link label {
    margin-right: .2rem;
}

.footer .link a {
    margin-right: .2rem;
}

.footer .copyright {
    border-top: 1px #2D7052 solid;
    margin-top: .2rem;
    padding-top: .3rem;
}

.footer .copyright .logo {
    margin-right: 1.8rem;
}

.footer .copyright .logo img {
    height: .9rem;
}

.footer .copyright .info {
    font-size: .14rem;
    line-height: 2;
}

.footer .copyright .info>div {
    padding-left: .4rem;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: .25rem;
    margin-bottom: .1rem;
}

.footer .copyright .info>div:last-child {
    margin-bottom: 0;
}

.footer .copyright .info .text {
    background-image: url(../images/email.svg);
}

.footer .copyright .info .tel {
    background-image: url(../images/tel.svg);
}

.footer .copyright .info .address {
    background-image: url(../images/address.svg);
}

.footer .copyright .erwma-con .erwma .pic {
    width: .9rem;
    height: .9rem;
    overflow: hidden;
}

.footer .copyright .erwma-con .erwma .pic img {
    width: 100%;
}

.footer .copyright .erwma-con .erwma:first-child {
    margin-right: .2rem;
}

.footer .copyright .erwma-con .txt {
    font-family: 'SourceHanSans-Regular';
    margin-top: .1rem;
    font-size: .14rem;
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all 5s;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
    -o-transition: all 5s;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-slide-active img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.banner .swiper-pagination {
    bottom: .8rem;
}

.banner .swiper-pagination-bullet {
    background-color: #FFF;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 .2rem !important;
    position: relative;
}

.banner .swiper-pagination-bullet-active {
    background-color: #FFB92D;
}

.banner .swiper-pagination-bullet-active::after {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../images/banner-icon.svg)no-repeat center;
    background-size: 100%;
    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%);
}

.home {
    background: url(../images/bg1.png)no-repeat center top;
    background-size: 100%;
    overflow: hidden;
}

.home-title .title-con {
    padding-top: .65rem;
}

.home-title .cn {
    font-family: 'alimamashuheiti';
    font-size: .38rem;
    color: #4C4C4C;
}

.home-title .cn span {
    color: #007E8C;
}

.home-title .en {
    color: #007E8C;
    font-family: 'Birthland';
    font-size: .3rem;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    white-space: nowrap;
}

.home-title .en span {
    font-size: .72rem;
}

.home-title .en::after {
    content: '';
    position: absolute;
    top: .1rem;
    width: 7.05rem;
    height: .73rem;
    background: url(../images/line.svg)no-repeat left center;
    background-size: 100%;
    right: -7.05rem;
}

.home-title .more {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: 'SourceHanSans-Regular';
    font-size: .16rem;
    color: #007E8C;
}

.home-news {
    margin-top: .35rem;
}

.home-news .content {
    margin-top: .3rem;
}

.home-news .item {
    width: 23.5%;
    height: 5rem;
    background: url(../images/tbg1.png)no-repeat left top;
    background-size: 100% 100%;
    overflow: hidden;
    padding: .19rem .16rem 0 .16rem;
    margin-right: 2%;
    margin-top: .3rem;
    z-index: 9;
}

.home-news .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: url(../images/tbg1-on.png)no-repeat left top;
    background-size: 100% 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: -1;
}

.home-news .item:last-child {
    margin-right: 0;
}

.home-news .item .pic {
    width: 100%;
    overflow: hidden;
    height: 3.08rem;
}

.home-news .item .pic svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home-news .item .text-con {
    padding: .2rem .3rem 0 .3rem;
}

.home-news .item .des {
    color: #9EE1CF;
    margin-top: .1rem;
    display: none;
    font-size: .15rem;
}

.home-news .item .date {
    color: #589B4D;
    margin-top: .2rem;
}

.home-notice {
    margin-top: .7rem;
}

.home-notice .content {
    margin-top: .75rem;
}

.home-notice .item {
    background-color: #FFF;
    border: 1px #007E8C solid;
    height: 1.02rem;
    padding-left: .25rem;
    padding-right: 5.6rem;
    z-index: 1;
    margin-top: -.14rem;
    box-shadow: 0 .1rem .1rem rgba(214, 220, 205, .8);
}

.home-notice .item:nth-child(1) {
    margin-right: .55rem;
}

.home-notice .item:nth-child(2) {
    margin-left: .55rem;
}

.home-notice .item:nth-child(3) {
    margin-right: .8rem;
}

.home-notice .item:nth-child(4) {
    margin-left: 1.1rem;
}

.home-notice .item:nth-child(5) {
    margin-left: .35rem;
    margin-right: .3rem;
}

.home-notice .item:nth-child(6) {
    margin-left: 1.3rem;
    margin-right: .3rem;
}

.home-notice .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: url(../images/tbg2.png)no-repeat left top;
    background-size: 100% 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: -1;
}

.home-notice .date {
    font-family: 'SourceHanSans-Heavy';
    font-size: .16rem;
    color: #007E8C;
    margin-right: .4rem;
    line-height: 2;
}

.home-notice .date span {
    font-size: .5rem;
    margin-right: .2rem;
    line-height: 1;
}

.home-notice .date span::after {
    content: '';
    position: absolute;
    right: -.1rem;
    width: 1px;
    height: .3rem;
    background-color: #007E8C;
    opacity: .8;
    top: .1rem;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

.home-notice .pic {
    width: 2.7rem;
    height: 1.5rem;
    overflow: hidden;
    position: absolute;
    position: absolute;
    right: 1.5rem;
    bottom: 0;
    box-shadow: 0 .05rem .1rem rgba(0, 126, 140, .5);
    z-index: 10;
    display: none;
}

.home-xueshu {
    margin-top: .8rem;
    background: url(../images/bg2.png)no-repeat center top;
    background-size: cover;
    padding-top: 1.15rem;
    padding-bottom: 1.45rem;
    height: 9.21rem;
}

.home-xueshu .home-title .en,
.home-xueshu .home-title .cn,
.home-xueshu .home-title .more {
    color: #FFF;
}

.home-xueshu .home-title .en::after {
    background-image: url(../images/line-w.svg);
    width: 6.5rem;
    right: -6.5rem;
}

.home-xueshu .home-title .more {
    bottom: 0;
    top: .35rem;
}

.home-xueshu .content {
    z-index: 2;
    padding-top: .5rem;
}

.home-xueshu .content::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.8rem;
    background: url(../images/line2.png)no-repeat center bottom;
    z-index: -1;
}

.home-xueshu .num {
    width: .53rem;
    height: .45rem;
    background: url(../images/num.png)no-repeat center;
    background-size: cover;
    font-family: 'SourceHanSans-Medium';
    color: #91C288;
    margin-left: auto;
    margin-right: auto;
}

.home-xueshu .con {
    margin-top: .1rem;
    height: 4.14rem;
}

.home-xueshu .con svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home-xueshu .con svg .img1 {
    z-index: 2;
    position: relative;
}

.home-xueshu .swiper-container {
    padding-bottom: 1rem;
}

.home-xueshu .swiper-slide {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-xueshu .swiper-slide-active {
    transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
}

.home-xueshu .swiper-slide-prev,
.home-xueshu .swiper-slide-next {
    transform: translateY(.7rem);
    -webkit-transform: translateY(.7rem);
    -moz-transform: translateY(.7rem);
    -ms-transform: translateY(.7rem);
    -o-transform: translateY(.7rem);
}

.home-xueshu .swiper-button-prev,
.home-xueshu .swiper-button-next {
    width: .64rem;
    height: .48rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.home-xueshu .swiper-button-prev {
    background-image: url(../images/prev.svg);
    left: .7rem;
}

.home-xueshu .swiper-button-next {
    background-image: url(../images/next.svg);
    right: .7rem;
}

.home-xueshu .con {
    background: url(../images/tbg3.png)no-repeat left top;
    height: 4.1rem;
    background-size: 100% 100%;
    width: 100%;
    z-index: 2;
    padding: .35rem .1rem .15rem .1rem;
}

.home-xueshu .con:hover {
    background-image: url(../images/tbg3-on.png);
}

.home-xueshu .pic {
    width: 100%;
}

.home-xueshu .mask-inset-circle {
    mask: radial-gradient( circle at 100% 100%, transparent 0, transparent .2rem, #2179f5 .2rem), radial-gradient( circle at 0 0, transparent 0, transparent .2rem, #2179f5 .2rem), radial-gradient( circle at 100% 0, transparent 0, transparent .2rem, #2179f5 20px), radial-gradient( circle at 0 100%, transparent 0, transparent .2rem, #2179f5 .2rem);
    mask-repeat: no-repeat;
    mask-position: right bottom, left top, right top, left bottom;
    mask-size: 70% 70%;
    -webkit-mask: radial-gradient( circle at 100% 100%, transparent 0, transparent .2rem, #2179f5 .2rem), radial-gradient( circle at 0 0, transparent 0, transparent .2rem, #2179f5 .2rem), radial-gradient( circle at 100% 0, transparent 0, transparent .2rem, #2179f5 20px), radial-gradient( circle at 0 100%, transparent 0, transparent .2rem, #2179f5 .2rem);
    -webkit-mask-position: right bottom, left top, right top, left bottom;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 70% 70%;
    height: 3.4rem;
}

.home-xueshu .item .pic {
    height: 1.85rem;
}

.home-xueshu .item .text-con {
    padding: .1rem .2rem 0 .2rem;
}

.home-xueshu .item .tit {
    font-size: .2rem;
    font-family: 'SourceHanSans-Regular';
}

.home-xueshu .item .text {
    font-size: .16rem;
    margin-top: .2rem;
    line-height: 1.8;
    font-family: 'SourceHanSans-Mediumr';
}

.home-xueshu .item-on {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.home-xueshu .item-on .pic {
    height: 100%;
}

.home-xueshu .item-on .tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-image: linear-gradient(rgba(1, 103, 78, 0), rgba(1, 103, 78, .8));
    padding: .2rem;
    color: #FFF;
    font-size: .2rem;
}

.home-info-content {
    margin-top: .4rem;
}

.home-info-content .tabs .home-title .cn {
    color: #007E8C;
}

.home-info-content .tabs .home-title {
    opacity: .7;
}

.home-info-content .tabs .home-title:first-child {
    margin-right: .6rem;
}

.home-info-content .tabs .home-title:last-child .en::after {
    width: 4.8rem;
    right: -4.8rem;
}

.home-info-content .tabs .home-title .more,
.home-info-content .tabs .home-title .en::after {
    display: none;
}

.home-info-content .tabs .home-title.on,
.home-info-content .tabs .home-title.on .en::after,
.home-info-content .tabs .home-title.on .more {
    display: block;
}

.home-info-content .tabs .home-title.on .cn {
    color: #333;
}

.home-info-content .content {
    margin-top: .7rem;
}

.home-info-content li {
    margin-top: .3rem;
    padding: .1rem 0;
    width: 32%;
    margin-right: 2%;
    z-index: 1;
}

.home-info-content li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: url(../images/tbg4.png)no-repeat center;
    background-size: 100% 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    z-index: -1;
}

.home-info-content li:nth-of-type(3n) {
    margin-right: 0;
}

.home-info-content li a {
    background-color: #FFF;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .1);
    padding: .3rem .3rem .4rem .3rem;
    border-right: 2px #009BB0 solid;
}

.home-info-content li .text-con {
    color: #018795;
}

.home-info-content li .date {
    width: .96rem;
    height: .97rem;
    z-index: 10;
    margin-right: .35rem;
    color: #FFF;
    font-family: 'SourceHanSans-Regular';
}

.home-info-content li .date::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/date1.png)no-repeat left top;
    background-size: cover;
    z-index: -1;
    left: 0;
    top: 0;
}

.home-info-content li .date::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #CAEAC5;
    left: .1rem;
    top: .1rem;
    z-index: -1;
}

.home-info-content li .date span {
    font-size: .24rem;
    font-weight: bold;
}

.home-info-content li .tit {
    font-weight: bold;
    line-height: 1.8;
}

.home-info-content li .des {
    opacity: .6;
    margin-top: .1rem;
}

.home-online {
    margin-top: .8rem;
    background: url(../images/bg3.png)no-repeat center .4rem;
    background-size: cover;
    padding-bottom: 2rem;
}

.home-online .content {
    margin-top: .7rem;
}

.home-online .item {
    margin-top: .2rem;
    overflow: hidden;
    margin-right: .1rem;
}

.home-online .pic-con1 .item {
    height: 2.85rem;
}

.home-online .pic-con2 {
    padding-left: 2rem;
}

.home-online .pic-con2 .item {
    height: 2.5rem;
}

.home-online .item:last-child {
    margin-right: 0;
}

.home-online .pic-con1 .item:nth-child(1) {
    width: 3.65rem;
}

.home-online .pic-con1 .item:nth-child(2) {
    width: 4.2rem;
}

.home-online .pic-con2 .item:nth-child(2) {
    width: 4.25rem;
}

.home-online .pic-con2 .item:nth-child(3) {
    width: 3.9rem;
}

.home-online .sns {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2rem;
}

.home-online .sns a {
    width: 50%;
    margin-bottom: .35rem;
}

.home-online .sns a>img {
    width: .7rem;
}

.home-online .sns .erwma {
    position: absolute;
    left: -.05rem;
    width: .8rem;
    height: .8rem;
    overflow: hidden;
    z-index: 2;
    display: none;
    background-color: #FFF;
    padding: 3px;
}

.home-online .sns .erwma img {
    width: 100%;
}

.home-online .sns a:hover .erwma {
    display: block;
}

.home .footer {
    margin-top: -1.4rem;
}

@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 {
        background-color: #e5e5e5;
    }
    .footer a:hover,
    .nav li:hover>a,
    .header .top a:hover,
    .home-news .item:hover .tit {
        text-decoration: underline;
    }
    .home-news .item:hover::after,
    .home-notice .item:hover::after,
    .home-info-content li:hover::after {
        width: 100%;
    }
    .home-news .item:hover .tit {
        color: #FFF;
        -webkit-line-clamp: 2
    }
    .home-news .item:hover .date,
    .home-notice .item:hover .date,
    .home-notice .item:hover .tit,
    .home-info-content li:hover .text-con {
        color: #FFF;
    }
    .home-news .item:hover .des,
    .home-notice .item:hover .pic {
        display: block;
    }
    .home-notice .item:hover {
        z-index: 9;
    }
    .home-notice .item:hover .date span::after {
        background-color: #FFF;
    }
    .home-info-content li:hover a {
        box-shadow: none;
        background: none;
        border-right: 0;
    }
    .home-info-content li:hover .date {
        color: #009169;
    }
    .home-info-content li:hover .date::after {
        background-image: url(../images/date-on.png);
    }
    .home-info-content li:hover .date::before {
        display: none;
    }
    .home-online .item: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-xueshu .swiper-slide:hover .item {
        opacity: 0;
    }
    .home-xueshu .swiper-slide:hover .item-on {
        opacity: 1;
    }
}

@media (max-width:1199px) {
    .header {
        height: 1.2rem;
        align-items: center;
    }
    .header::after {
        height: 2rem;
    }
    .header.on {
        background-color: #007E8C;
    }
    .header.on::after {
        display: none;
    }
    .header .top,
    .nav .drop::after {
        display: none;
    }
    .menu-btn,
    .m-search {
        display: block;
    }
    .nav-con {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #007E8C;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: .2rem .3rem;
    }
    .nav {
        margin-top: .2rem;
    }
    .nav li {
        width: 100%;
    }
    .nav li>a {
        line-height: 1rem;
        height: 1rem;
        padding: 0;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 1rem;
        width: .6rem;
        z-index: 10;
    }
    .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-bottom: 0;
        padding-top: 0;
        padding-left: .2rem;
    }
    .nav .drop a {
        color: #FFF;
    }
    .footer .copyright .logo {
        margin-right: .2rem;
    }
    .footer .copyright .info>div {
        background-size: .4rem;
        padding-left: .5rem;
        background-position: left 2px;
    }
    .search-content .content input[type='text'],
    .nav li>a,
    .footer,
    .home-news .item .tit,
    .home-xueshu .item .tit {
        font-size: 14px;
    }
    .nav .drop a {
        font-size: 13px;
    }
    .footer .copyright .info,
    .footer .copyright .erwma-con .txt,
    .home-news .item .date,
    .home-title .more,
    .home-notice .date,
    .home-info-content li .des,
    .home-xueshu .item .text {
        font-size: 12px;
    }
    .home-notice .date span {
        font-size: 24px;
    }
    .home-news .item {
        height: auto;
        padding-bottom: .4rem;
    }
    .home-title .cn {
        font-size: 24px;
    }
    .home-news .item .text-con {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .home-news .item .tit {
        -webkit-line-clamp: 2
    }
    .home-notice .content {
        margin-top: .4rem;
    }
    .home-notice .item {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: .3rem;
        padding-right: .3rem;
    }
    .home {
        background: none;
    }
}

@media (max-width:950px) {
    .home-info-content li {
        width: 49%;
    }
    .home-info-content li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .home-info-content li:nth-child(even) {
        margin-right: 0;
    }
    .home-info-content li .date {
        width: 1.2rem;
        height: 1.2rem;
    }
    .home-info-content li .date span {
        font-size: 18px;
    }
    .home-xueshu .content {
        padding-top: .2rem;
    }
    .home-xueshu .con {
        height: auto;
        padding-top: .45rem;
    }
    .home-xueshu .mask-inset-circle {
        height: 4.8rem;
    }
}

@media (max-width:767px) {
    .search-content .content {
        width: 80%;
    }
    .footer {
        background: #007E8C;
        padding-top: .3rem;
    }
    .home .footer {
        margin-top: .3rem;
    }
    .footer .copyright .logo {
        margin-right: 0;
        width: 100%;
    }
    .footer .copyright .erwma-con {
        width: 100%;
        margin-top: .3rem;
    }
    .home-title .en::after {
        display: none;
    }
    .home-news .item {
        width: 49%;
    }
    .home-news .item:nth-child(even) {
        margin-right: 0;
    }
    .home-info-content li,
    .home-online .pic-con1 .item,
    .home-online .pic-con2 .item {
        width: 100% !important;
        margin-right: 0;
    }
    .home-online .pic-con1 {
        display: block;
        height: auto;
    }
    .home-online .item {
        display: block;
    }
    .home-online .pic-con2 {
        padding-left: 0;
        display: block;
    }
    .home-online .sns {
        display: none;
    }
    .home-online {
        padding-bottom: .4rem;
    }
    .home-xueshu .content::after {
        display: none;
    }
    .home-xueshu .swiper-container {
        padding-bottom: 0;
    }
    .home-xueshu .swiper-slide-active {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .home-xueshu .swiper-slide-prev,
    .home-xueshu .swiper-slide-next {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .home-xueshu .swiper-button-prev,
    .home-xueshu .swiper-button-next {
        top: auto;
        margin-top: 0;
        bottom: -.6rem;
    }
    .home-xueshu .swiper-button-prev {
        left: 2.8rem;
    }
    .home-xueshu .swiper-button-next {
        right: 2.8rem;
    }
    .home-xueshu .num {
        width: .7rem;
        height: .55rem;
        font-size: 14px;
    }
}

@font-face {
    font-family: 'sySong';
    src: url('../fonts/sySong.woff') format('woff');
}

.pub-wrap {
    padding-bottom: .7rem;
}

.leftNav {
    width: 2.8rem;
    margin-top: .3rem;
    margin-right: .4rem;
}

.leftNav h2 {
    line-height: 0.8rem;
    color: #fff;
    background: #007E8C;
    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 #007E8C;
    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: #007E8C;
    font-weight: 600;
}

.leftNav>ul>li.on>a::after,
.leftNav>ul>li:hover>a::after {
    display: block;
}

.leftNav>ul>li:hover>a {
    color: #007E8C;
    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: #007E8C;
}

.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 #009169 solid;
}

.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;
    font-size: .16rem;
}

.page a {
    /* line-height: .3rem; */
    /* border: 1px #c5b7b7 solid; */
    font-size: .16rem;
    /* padding: 0 .1rem; */
    /* margin-right: .1rem; */
}

.page .pb_sys_style1 .p_no_d {
    border: 1px solid #007E8C;
    color: #fff;
    background-color: #007E8C;
}
.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: #39a2b1;
    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: #39a2b1;
}

.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;
    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: #007E8C;
}

.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: #007E8C;
    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;
}
.about .body p img{
    width:100%;
}
.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;
}

.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: #007E8C;
}

.teacher-details .name {
    font-size: .24rem;
    font-weight: bold;
    color: #007E8C;
    margin-top: .3rem;
}

.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: #007E8C;
    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;
}
.teacher-details .body .text img{
    display:block;
    margin:10px auto;
}
@media (min-width:1025px) {
    .page a:hover {
        background-color: #007E8C;
        color: #FFF;
        border-color: #007E8C;
    }
    .news-list .item:hover {
        border-color: #007E8C;
    }
    .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:1024px) {
.ny_con{
    min-height:10rem;
}
}

@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;
    }
.ny_con{
    min-height: 11.5rem;
}
}

@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;
    }
}
@media (max-width:640px) {
.ny_con{
    min-height:5rem;
}
}