@keyframes grow {
    0% {
      transform: scale(1);
    }
    40% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1.1);
    }
  }
/* pc样式 */
@media screen and (min-width: 1024px){

    .swiper-slide-img
    .banner {
        height: 8rem;
        /* width: 1920px; */
        margin: 0 auto;
    }

    /* 轮播 */
    .swiper .swiper-slide {
        /* width: 1920px; */
        height: 8rem;
    }

    .suoxiao {
        transition: all 1s ease;
        animation: grow 20s infinite;

    }
    .swiper-slide-img {
        /* width: 1920px; */
        height: 8rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        /* transition: all 1s ease; */
    }

    .swiper .swiper-pagination {
        z-index: 999;
        right: 2rem;
        bottom: 0.3rem;
    }

    .swiper-pagination>.swiper-pagination-bullet {
        cursor: pointer;
        margin-right: 0.3rem;
        background-color: #ffffff;
       /* background-color: transparent;
        background-image: url(../imgs/banner_bottom_item.png);*/
        background-size: auto 0.38rem;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.6;
       /* width: 0.38rem;
        height: 0.38rem;*/
        width: 0.2rem;
        height: 0.2rem;
    }

    .swiper-pagination>.swiper-pagination-bullet-active {
        opacity: 1;
    }

    .swiper-button-prev {
        left: 0.5rem;
    }

    .swiper-button-next {
        right: 0.5rem;
    }

    /* 内容 */
    .content {
        min-height: 800px;
    }  

    .content-bj1 {
        background: url(../imgs/bj1.png) no-repeat bottom center;
        background-size: cover;
        padding: .65rem 0;
    }
    .content-box1 {
        display: flex;
        justify-content: space-between;
    }
    /* 新闻动态 */
    .xwdt {
        width: 66%;
    }

    .xwdt-box-top {
        margin-top: 0.3rem;
        width: 100%;
        height: 4.4rem;
        background-image: linear-gradient(120deg, 
		#298657 0%, 
		#00b9cf 100%);
    }
    /* 新闻动态轮播 */
    .swiper2 {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
    }

    .swiper2 .swiper-slide {
        display: flex;
    }

    .swiper2-slide-img {
        width: 63%;
        height: 4.4rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .swiper2-slide-bj {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 63%;
    }
    .swiper2-slide-text {
        position: relative;
        box-sizing: border-box;
        padding: 0.4rem 0.3rem 0 0.3rem;
        width: 37%;
        background-image: url(../imgs/xwdt_text_bj.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .swiper2-slide-text>h2{
        color: #ffffff;
        font-size: 0.18rem;
    }
    .swiper2-slide-text>h2>span{
        font-size: 0.36rem;
        font-weight: 700;
        letter-spacing: 0px;
    }
    .swiper2-slide-text>h2>b{
        font-size: 0.24rem;
        margin: 0 0.1rem;
    }
    .swiper2-slide-text>h3{
        margin-top: 0.2rem;
        font-size: 0.2rem;
        line-height: 0.3rem;
        font-weight: 700;
        color: #ffffff;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .swiper2-slide-text>p{
        margin-top: 0.2rem;
        font-size: 0.16rem;
        line-height: 0.3rem;
        color: #ffffff;
        opacity: 0.6;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    .swiper2-slide-text>a{
        position: absolute;
        right: 0.3rem;
        bottom: 0.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0.8rem;
        height: 0.3rem;
        font-size: 0.16rem;
        color: #ffffff;
        border-bottom: 0.01rem solid #ffffff;
    }

    .swiper2 .swiper2-pagination {
        width: auto;
        position: absolute;
        z-index: 999;
        left: 3rem;
        bottom: 0.3rem;
    }

    .swiper2-pagination>.swiper-pagination-bullet {
        cursor: pointer;
        margin-right: 0.3rem;
        background-color: transparent;
        background-image: url(../icon/xwdt_bottom_item.png);
        background-size: auto 0.3rem;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.6;
        width: 0.4rem;
        height: 0.4rem;
    }
    .swiper2-pagination>.swiper-pagination-bullet-active {
        opacity: 1;
    }

    .xwdt-box-bottom {
        margin-top: 0.3rem;
    }
    .xwdt-box-bottom>ul {
        display: flex;
        justify-content: space-between;
    }
    .xwdt-box-bottom>ul>li {
        width: 48.5%;
    }
    .xwdt-box-bottom>ul>li>a {
        display: block;
        box-sizing: border-box;
        padding: 0 0.3rem;
        width: 100%;
        height: 2.7rem;
        background-color: #ffffff;
        box-shadow: 0px 0px 0.3rem 0px 
            rgba(69, 69, 69, 0.14);
    }
    .xwdt-box-bottom>ul>li>a>span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.3rem;
	    height: 0.5rem;
	    background-color: var(--zt_color--);
        font-size: 0.18rem;
	    color: #ffffff;
    }
    .xwdt-box-bottom>ul>li>a>h2 {
        margin-top: 0.1rem;
        font-size: 0.2rem;
        line-height: 0.32rem;
        color: #333333;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xwdt-box-bottom>ul>li>a>img {
        margin-top: 0.2rem;
        width: 100%;
    }
    .xwdt-box-bottom>ul>li>a>p {
        margin-top: 0.2rem;
        font-size: 0.16rem;
        line-height: 0.3rem;
        color: #aaaaaa;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }




    /* 通知公告 */
    .tzgg {
        width: calc(34% - .4rem);
    }

    .tzgg-box {
        margin-top: 0.3rem;
    }
    .tzgg-box>ul {
        box-sizing: border-box;
        padding: 0 0.3rem;
        border-top: 0.04rem solid var(--zt_color--);
        background-color: #ffffff;
	    box-shadow: 0px 0px 16px 0px 
		rgba(41, 134, 87, 0.16);
    }
    .tzgg-box>ul>li {}
    .tzgg-box>ul>li:last-child>a {
        background-image: none;
    }
    .tzgg-box>ul>li>a {
        display: flex;
        align-items: center;
        height: 1.23rem;
        background-image: url(../imgs/tzgg_item_img.png);
        background-position: left bottom;
        background-size: 100% 0.05rem;
        background-repeat: no-repeat;
    }
    .tzgg-date {
        width: 0.7rem;
        height: 0.8rem;
        background-image: url(../imgs/tzgg_item_datebj.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        color: var(--zt_color--);
    }
    .tzgg-date>h2{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50%;
        border-bottom: 0.01rem solid #d9e5df;
        font-size: 0.24rem;
        font-weight: 700;
    }
    .tzgg-date>p{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50%;
        font-size: 0.14rem;
    }
    .tzgg-text {
        padding-left: 0.2rem;
        line-height: 0.32rem;
        flex: 1;
        font-size: 0.18rem;
        color: #333333;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


    .content-bj2 {
        padding: 0.8rem 0;
    }

    .content-bj3 {
        height: 7.8rem;
        background: url(../imgs/bj3.png) no-repeat bottom center;
        background-size: cover;
        padding-top: .7rem;
    }

    /* 学术交流 */
    .xsjl {
        margin-top: 0.4rem;
    }
    .xsjl>ul {
        display: flex;
        justify-content: space-between;
    }
    .xsjl>ul>li {
        width: 31%;
    }

    .xsjl-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 0.08rem solid var(--zt_color--);
        height: 0.6rem;
        background-image: linear-gradient(90deg, 
		#ffffff 0%, 
		#b8ecd2 100%);
    }
    .xsjl-top-text {
        padding: 0.2rem 0.3rem;
        background-color: var(--zt_color--);
        border-radius: 0px 0.2rem 0px 0px;
        font-size: 0.22rem;
        color: #ffffff;
    }
    .xsjl-top>img {
        margin-right: 0.2rem;
        height: 0.4rem;
    }

    .xsjl-center {
        display: flex;
        padding: 0.2rem;
        background-image: url(../imgs/xsjl_bj.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .xsjl-center-left {
        width: 1.65rem;
	    height: 2.2rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 2.2rem;
    }
    .xsjl-center-right {
        padding-left: 0.2rem;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .xsjl-center-right>h2 {
        font-size: 0.18rem;
        line-height: 0.3rem;
        color: #ffffff;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .xsjl-center-right>p {
        font-size: 0.16rem;
        color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }
    .xsjl-center-right-js {
        box-sizing: border-box;
        padding: 0.1rem;
        display: flex;
        align-items: center;
        width: 100%;
        color: #ffffff;
        background-color: rgba(41, 134, 87,.6);
        border-radius: 0.1rem 0px 0.1rem 0px;
    }
    .xsjl-center-right-js>p {
        font-size: 0.16rem;
        color: #ffffff;
    }
    .xsjl-center-right-js>p>span {
        font-size: 0.18rem;
        font-weight: 700;
        margin-right: 0.2rem;
    }

    .xsjl-bottom {
        height: 1.1rem;
        background-color: #ffffff;
    }
    .xsjl-bottom>p{
        display: flex;
        align-items: center;
        font-size: 0.16rem;
        padding: 0.2rem 0 0 0.2rem;
    }
    .xsjl-bottom>p>img{
        margin-right: 0.05rem;
        height: 0.18rem;
    }
}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .banner {
        width: 100%;
    }
    .swiper .swiper-slide {
        height: 8rem;
    }
    .suoxiao {
        transition: all 1s ease;
        animation: grow 20s infinite;

    }
    .swiper-slide-img {
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .swiper-pagination {
        z-index: 999;
        right: 2rem;
        bottom: 0.8rem;
    }

    .swiper-pagination>.swiper-pagination-bullet {
        cursor: pointer;
        margin-right: 0.3rem;
        background-color: #ffffff;
       /* background-color: transparent;
        background-image: url(../imgs/banner_bottom_item.png);*/
        background-size: auto 0.38rem;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.6;
       /* width: 0.38rem;
        height: 0.38rem;*/
        width: 0.2rem;
        height: 0.2rem;
    }
    .swiper-pagination>.swiper-pagination-bullet-active {
        opacity: 1;
    }
    .banner {
        width: 100%;
        margin: 0 auto;
    }


    .content-bj1 {
        background: url(../imgs/bj1.png) no-repeat bottom center;
        background-size: cover;
        padding: .65rem 0;
    }
    .content-box1 {
        display: flex;
        justify-content: space-between;
    }
    /* 新闻动态 */
    .xwdt {
        width: 66%;
    }

    .xwdt-box-top {
        margin-top: 0.3rem;
        width: 100%;
        height: 4.4rem;
        background-image: linear-gradient(120deg, 
		#298657 0%, 
		#00b9cf 100%);
    }
    /* 新闻动态轮播 */
    .swiper2 {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
    }

    .swiper2 .swiper-slide {
        display: flex;
    }

    .swiper2-slide-img {
        width: 63%;
        height: 4.4rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .swiper2-slide-bj {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 63%;
    }
    .swiper2-slide-text {
        position: relative;
        box-sizing: border-box;
        padding: 0.4rem 0.3rem 0 0.3rem;
        width: 37%;
        background-image: url(../imgs/xwdt_text_bj.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .swiper2-slide-text>h2{
        color: #ffffff;
        font-size: 0.18rem;
    }
    .swiper2-slide-text>h2>span{
        font-size: 0.36rem;
        font-weight: 700;
        letter-spacing: 0px;
    }
    .swiper2-slide-text>h2>b{
        font-size: 0.24rem;
        margin: 0 0.1rem;
    }
    .swiper2-slide-text>h3{
        margin-top: 0.2rem;
        font-size: 0.2rem;
        line-height: 0.3rem;
        font-weight: 700;
        color: #ffffff;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .swiper2-slide-text>p{
        margin-top: 0.2rem;
        font-size: 0.16rem;
        line-height: 0.3rem;
        color: #ffffff;
        opacity: 0.6;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    .swiper2-slide-text>a{
        position: absolute;
        right: 0.3rem;
        bottom: 0.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 0.8rem;
        height: 0.3rem;
        font-size: 0.16rem;
        color: #ffffff;
        border-bottom: 0.01rem solid #ffffff;
    }

    .swiper2 .swiper2-pagination {
        width: auto;
        position: absolute;
        z-index: 999;
        left: 3rem;
        bottom: 0.3rem;
    }

    .swiper2-pagination>.swiper-pagination-bullet {
        cursor: pointer;
        margin-right: 0.3rem;
        background-color: transparent;
        background-image: url(../icon/xwdt_bottom_item.png);
        background-size: auto 0.3rem;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.6;
        width: 0.4rem;
        height: 0.4rem;
    }
    .swiper2-pagination>.swiper-pagination-bullet-active {
        opacity: 1;
    }

    .xwdt-box-bottom {
        margin-top: 0.3rem;
    }
    .xwdt-box-bottom>ul {
        display: flex;
        justify-content: space-between;
    }
    .xwdt-box-bottom>ul>li {
        width: 48.5%;
    }
    .xwdt-box-bottom>ul>li>a {
        display: block;
        box-sizing: border-box;
        padding: 0 0.3rem;
        width: 100%;
        height: 2.7rem;
        background-color: #ffffff;
        box-shadow: 0px 0px 0.3rem 0px 
            rgba(69, 69, 69, 0.14);
    }
    .xwdt-box-bottom>ul>li>a>span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.3rem;
	    height: 0.5rem;
	    background-color: var(--zt_color--);
        font-size: 0.18rem;
	    color: #ffffff;
    }
    .xwdt-box-bottom>ul>li>a>h2 {
        margin-top: 0.1rem;
        font-size: 0.2rem;
        line-height: 0.32rem;
        color: #333333;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xwdt-box-bottom>ul>li>a>img {
        margin-top: 0.2rem;
        width: 100%;
    }
    .xwdt-box-bottom>ul>li>a>p {
        margin-top: 0.2rem;
        font-size: 0.16rem;
        line-height: 0.3rem;
        color: #aaaaaa;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }




    /* 通知公告 */
    .tzgg {
        width: calc(34% - .4rem);
    }

    .tzgg-box {
        margin-top: 0.3rem;
    }
    .tzgg-box>ul {
        box-sizing: border-box;
        padding: 0 0.3rem;
        border-top: 0.04rem solid var(--zt_color--);
        background-color: #ffffff;
	    box-shadow: 0px 0px 16px 0px 
		rgba(41, 134, 87, 0.16);
    }
    .tzgg-box>ul>li {}
    .tzgg-box>ul>li:last-child>a {
        background-image: none;
    }
    .tzgg-box>ul>li>a {
        display: flex;
        align-items: center;
        height: 1.23rem;
        background-image: url(../imgs/tzgg_item_img.png);
        background-position: left bottom;
        background-size: 100% 0.05rem;
        background-repeat: no-repeat;
    }
    .tzgg-date {
        width: 0.7rem;
        height: 0.8rem;
        background-image: url(../imgs/tzgg_item_datebj.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        color: var(--zt_color--);
    }
    .tzgg-date>h2{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50%;
        border-bottom: 0.01rem solid #d9e5df;
        font-size: 0.24rem;
        font-weight: 700;
    }
    .tzgg-date>p{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50%;
        font-size: 0.14rem;
    }
    .tzgg-text {
        padding-left: 0.2rem;
        line-height: 0.32rem;
        flex: 1;
        font-size: 0.18rem;
        color: #333333;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }


    .content-bj2 {
        padding: 0.8rem 0;
    }

    .content-bj3 {
        height: 7.8rem;
        background: url(../imgs/bj3.png) no-repeat bottom center;
        background-size: cover;
        padding-top: .7rem;
    }

    /* 学术交流 */
    .xsjl {
        margin-top: 0.4rem;
    }
    .xsjl>ul {
        display: flex;
        justify-content: space-between;
    }
    .xsjl>ul>li {
        width: 31%;
    }

    .xsjl-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 0.08rem solid var(--zt_color--);
        height: 0.6rem;
        background-image: linear-gradient(90deg, 
		#ffffff 0%, 
		#b8ecd2 100%);
    }
    .xsjl-top-text {
        padding: 0.2rem 0.3rem;
        background-color: var(--zt_color--);
        border-radius: 0px 0.2rem 0px 0px;
        font-size: 0.22rem;
        color: #ffffff;
    }
    .xsjl-top>img {
        margin-right: 0.2rem;
        height: 0.4rem;
    }

    .xsjl-center {
        display: flex;
        padding: 0.2rem;
        background-image: url(../imgs/xsjl_bj.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .xsjl-center-left {
        width: 1.65rem;
	    height: 2.2rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 2.2rem;
    }
    .xsjl-center-right {
        padding-left: 0.2rem;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .xsjl-center-right>h2 {
        font-size: 0.2rem;
        line-height: 0.3rem;
        color: #ffffff;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .xsjl-center-right>p {
        font-size: 0.16rem;
        color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }
    .xsjl-center-right-js {
        box-sizing: border-box;
        padding: 0.1rem;
        display: flex;
        align-items: center;
        width: 100%;
        color: #ffffff;
        background-color: rgba(41, 134, 87,.6);
        border-radius: 0.1rem 0px 0.1rem 0px;
    }
    .xsjl-center-right-js>p {
        font-size: 0.16rem;
    }
    .xsjl-center-right-js>p>span {
        font-size: 0.18rem;
        font-weight: 700;
        margin-right: 0.2rem;
    }

    .xsjl-bottom {
        height: 1.1rem;
        background-color: #ffffff;
    }
    .xsjl-bottom>p{
        display: flex;
        align-items: center;
        font-size: 0.16rem;
        padding: 0.2rem 0 0 0.2rem;
    }
    .xsjl-bottom>p>img{
        margin-right: 0.05rem;
        height: 0.18rem;
    }
}

@media screen and (max-width: 800px) {
    .swiper .swiper-slide {
        height: 4rem;
    }
    .swiper-pagination {
        z-index: 999;
        right: 0.5rem;
        bottom: 0.2rem;
    }
    .content-box1 {
        flex-direction: column;
    }
    .xwdt {
        width: 100%;
    }
    .tzgg {
        margin-top: 0.5rem;
        width: 100%;
    }
    .content-bj3 {
        height: auto;
    }
    .xsjl>ul {
        flex-direction: column;
    }
    .xsjl>ul>li {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}
@media screen and (max-width: 600px) {
    .swiper2 .swiper2-pagination {
       left: 2rem;
    }
    .content-bj1 {
        padding: .2rem 0;
    }
    .content-bj2 {
        padding: .2rem 0;
    }
    .content-bj3 {
        padding-top: .2rem;
    }
}

