@charset "utf-8";

* {
    font-family: "Microsoft Yahei", Arial, Helvetica, "PingFang SC", "PingFang SC-Regular"
}

html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    /*禁用浏览器自动调整文本大小的功能*/
    -ms-text-size-adjust: 100%
}

body {
    font-size: 16px;
    color: #333;
    position: relative;
    height: 100%;
    overflow-x: hidden;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #333;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img{max-width: 100%;}


@media(min-width: 1439px) {
    .container {
        width: 1400px;
        margin: 0 auto;
    }
}

@media(min-width: 1679px) {
    .container {
        width: 1600px;
        margin: 0 auto;
    }
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 0.2rem;
}

.font30 {
    font-size: .3rem;
}

.font36 {
    font-size: .36rem;
}

.font40 {
    font-size: 0.4rem;
}

.font48 {
    font-size: 0.48rem;
}

.font80 {
    font-size: 0.8rem;
    text-transform: uppercase;
}


.width30 {
    width: 30%
}

.width35 {
    width: 35%;
}

.width45 {
    width: 45%;
}

.width50 {
    width: 50%;
}

.width55 {
    width: 55%;
}

.width60 {
    width: 60%;
}

.width65 {
    width: 65%;
}

.width40 {
    width: 40%;
}

.textCenter {
    text-align: center;
}

.npl{
    padding-left:0 !important;
}
.p-tb80 {
    padding: 80px 0
}

.wl {
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.wl::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banner-box {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.text-c {
    font-size: 14px;
}

.text-c span {
    padding: 5px 10px;
    background: #245f63;
    color: #fff;
}

.text-c a {
    padding: 5px 10px;
    background: #eee;
}

.banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    overflow: hidden;
}

.banner .swiper-slide {
    display: flex;
}

.banner .swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner .swiper-slide.swiper-slide-active img {
    animation: scale1 5s linear forwards;
    /* -webkit-animation: scale1 linear 5s forwards;
    -moz-animation: scale1 linear 5s forwards;
    -o-animation: scale1 linear 5s forwards; */
}

.banner .bannerBtn {
    position: absolute;
    right: 12%;
    bottom: 30px;
    background: url(../../images/bannerBtn-bg.png) no-repeat center;
    width: 104px;
    height: 104px;
    z-index: 2;
    overflow: hidden;
    text-align: center;
}

.banner .bannerBtn img {
    width: auto;
    margin: 20px auto;
    /* 渐变显示效果 */
    -webkit-mask-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 20%,
            rgba(0, 0, 0, 1) 80%,
            rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 20%,
            rgba(0, 0, 0, 1) 80%,
            rgba(0, 0, 0, 0) 100%);

    /* 上下滑动动画 */
    animation: slideUpDown 3s linear infinite;
}




/* banner-c */
.banner-c {
    height: 60vh;
    position: relative;
    overflow: hidden;
}

.banner-c .banner-c-pic {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.banner-c .banner-c-pic img {
    width: 100%;
    object-fit: cover;
}

.banner-text {
    width: 100%;
    position: absolute;
    color: #fff;
    left: 40%;
    bottom: 100px;
    transform: translateX(-40%);
    padding-left: 12%;
}

.banner-text h1 {
    margin-bottom: 20px;
}

.banner-text a {
    color: #fff
}

.banner-text .location {
    color: #fff;
}

.banner-text .location a {
    color: #fff;
}



/* 面包屑导航 */
.subnav {
    box-shadow: 0px 0.16rem 0.29rem 0px rgba(36, 95, 99, 0.3);
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
}

.sub_nav ul {
    font-size: 0;
    width: 100%;
    margin: 0 auto;
}

.sub_nav li {
    display: inline-block;
    line-height: 80px;
}

.sub_nav li a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #555;
    position: relative;
    padding: 0px 30px;
}

.sub_nav li.cur a {
    color: #fff;
    background: #245f63;
}

.sub_nav li.cur a:after {
    left: 0;
    width: 100%;
}

.sub_nav li:hover a {
    color: #fff;
    background: #245f63;
}

.sub_nav li:hover a:after {
    left: 0;
    width: 100%;
}

main {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 20;
    margin-top: 100vh;
    background-color: #fff;
    background-image: url(../../images/bg.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
}

.main {
    margin-top: unset;
}

.title h1 {
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -o-transform: translateY(-60%);
}

.title .title-en {
    font-family: 'gloock';
    line-height: 80px;
    letter-spacing: 2px;
}

.title h1 span {
    color: #245f63;
}

.indexNews {
    width: 100%;
    overflow: hidden;
    height: 100vh;
    position: relative;
    margin-bottom: .8rem;
}

.indexNews-left {
    background-image: url(../../images/indexNews-left-bg.jpg);
    background-position: center bottom;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    padding-left: 25%;
    height: 100vh;
    padding-top: .8rem;
}

.indexNews-left-item {
    position: absolute;
    overflow: hidden;
    top: 25%;
    width: 40%;
}

.indexNews-left-item .indexNews-box {
    width: 100%;
}

.indexNews-left-item .indexNews-date {
    width: 120px;
    background: #d5b16c;
    transform: translate(20px, 30px);
    text-align: center;
    color: #fff;
    padding: 10px 0;
}

.indexNews-left-item .indexNews-date span {
    display: block;
    font-size: 0.24rem;
}

.indexNews-left-item .indexNews-date span {
    display: block;
}

.indexNews-left-item .indexNews-img {
    width: 100%;
    height: 4.5rem;
    display: flex;
}

.indexNews-left-item .indexNews-img img {
    width: 100%;
    object-fit: cover;
}

.indexNews-info {
    color: #fff;
    padding: 20px 0;
    overflow: hidden;
    line-height: 30px;
    width:90%;
}

.indexNews-info h4 {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.indexNews-info .indexNews-desc {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #ddd;
}

.indexNewsSwiper .swiper-pagination {
    text-align: left;
    bottom: 100px;
}

.indexNewsSwiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}


.indexNews-right {
    padding-top: 80px;
    padding-bottom: 80px;
}

.indexNews-r-item ul li {
    padding-left: 100px;
    padding-right: 25%;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.indexNews-r-item li:first-child::before {
    opacity: 1;
    transform: scale(1);
}

.indexNews-r-item li:first-child {
    background: url(../../images/indexNews-list-bg.png) no-repeat center;
    background-size: cover;
    position: relative;
    transition: all 0.3s ease;
}



.indexNews-r-item li a {
    display: block;
    padding: 30px 0;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    position: relative;
}

.indexNews-r-item li:first-child a {
    color: white;
}

.indexNews-r-item li:hover a {
    color: #333;
}

.indexNews-r-tit {
    font-size: .2rem;
    margin-bottom: 10px;
    color: #000;
    transition: all 0.3s ease;
    transform: translateY(0);
}

.indexNews-r-item li:first-child .indexNews-r-tit {
    color: white;
}

.indexNews-r-item li:hover .indexNews-r-tit {
    color: #000;
    transform: translateY(-5px);
    /* 标题轻微上移动画 */
}

.indexNews-r-desc {
    font-size: 0.16rem;
    color: #666;
    display: none;
    /* 默认隐藏所有描述 */
    transition: all 0.3s ease;
    line-height: 30px;
    height: 60px;
    max-height: 0;
    overflow: hidden;
    transform: translateY(10px);

}

.indexNews-r-item li:first-child .indexNews-r-desc {
    opacity: 1;
    visibility: visible;
    max-height: 200px;
    transform: translateY(0);
    color: rgba(255, 255, 255, 0.9);
    display: block;
}

.indexNews-r-item li:hover .indexNews-r-desc {
    display: block;
    opacity: 1;
    visibility: visible;
    max-height: 200px;
    transform: translateY(0);
    transition-delay: 0.1s;
    /* 延迟显示，增强层次感 */
}

.indexNews-r-date {
    color: #888;
    position: relative;
    text-align: right;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.indexNews-r-date::before {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #ddd;
    transition: all 0.3s ease;
}

.indexNews-r-item li:first-child .indexNews-r-date {
    color: #245f63;
}

.indexNews-r-item li:hover .indexNews-r-date {
    color: #245f63;
    font-weight: 400;
}

/* 悬停效果 - 当鼠标悬停在非第一条项目时，第一条项目恢复普通样式 */
.indexNews-r-item:hover li:first-child:not(:hover) {
    background: none;
}

.indexNews-r-item:hover li:first-child:not(:hover)::before {
    opacity: 0;
    transform: scale(1.2);
}

.indexNews-r-item:hover li:first-child:not(:hover) a {
    color: #333;
}

.indexNews-r-item:hover li:first-child:not(:hover) .indexNews-r-tit {
    color: #1a3c2b;
    transform: translateY(0);
}

.indexNews-r-item:hover li:first-child:not(:hover) .indexNews-r-desc {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transform: translateY(10px);
    color: #666;
}

.indexNews-r-item:hover li:first-child:not(:hover) .indexNews-r-date {
    color: #888;
}

/* 悬停项目变为绿色背景 */
.indexNews-r-item li:hover {
    background-image: none;
    /* 移除旧背景 */

}

.indexNews-r-item li:hover a {
    color: white;
}

.indexNews-r-item li:hover .indexNews-r-tit {
    color: white;
}

.indexNews-r-item li:hover .indexNews-r-desc {
    color: rgba(255, 255, 255, 0.9);
}

.indexNews-r-item li:hover .indexNews-r-date {
    color: #245f63;
}

/* 添加日期分隔线动画 */
.indexNews-r-item li:hover .indexNews-r-date::before {
    background: rgba(255, 255, 255, 0.3);
    width: 80%;
    /* 悬停时延长分隔线 */
}

/* 添加悬停时的整体微动效果 */
.indexNews-r-item li {
    transition: transform 0.3s ease;
}

.indexNews-r-item li:hover {
    background: url(../../images/indexNews-list-bg.png) no-repeat center;
    background-size: cover;
}


.indexNews-r-item:hover li:first-child:not(:hover) {
    transform: translateX(0);
}

.indexNews-r-item li:hover::before {
    opacity: 1;
    transform: scale(1);
}


.news-top {
    background: url(../../images/news-bg.jpg) no-repeat center top;
    background-size: 100%;
    padding: 200px 0 100px;
    overflow: hidden;
}

.news-top h1 {
    margin-bottom: 60px;
    color: #245f63;
}




.news-top .tab-container {
    display: flex;
    flex-direction: row;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 640px;
}

.news-top .vertical-tabs {
    width: 40%;
    height: 100%;
    position: relative;
    z-index: 1;
}


.news-top .content-section {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.news-top .tabs-navigation {
    background-color: #f8f9fa;
    width: 100%;
}

@media (min-width: 768px) {
    .news-top .tabs-navigation {
        width: 40%;
        height: 100%;
        position: relative;
        z-index: 1;
    }
}

.news-top .tab-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .news-top .tab-list {
        flex-direction: column;
        overflow-x: visible;
        height: 100%;
        padding: 0;
    }
}

.news-top .tab-item {
    cursor: pointer;
    transition: all 0.3s ease;
    height: 20%;

}
.news-top .tab-item a{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
}


.news-top .tab-item a:after {
    content: "";
    display: block;
    width: 110%;
    height: 110%;
    background: linear-gradient(135deg,
            transparent 25px,
            #245f63 0);
    position: absolute;
    left: -5%;
    top: -5%;
    z-index: -1;
    opacity: 0;
}

.news-top .tab-item .tab-title {
    width: 68%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-top .tab-item .tab-pic {
    width: 30%;
    height: 100%;
    overflow: hidden;
    display: flex;
}

.news-top .tab-item .tab-pic img {
    width: 100%;
    object-fit: cover;
}



@media (min-width: 768px) {
    .news-top .tab-item {
        margin-right: 0;
        flex-shrink: 1;
    }
}

.news-top .tab-item:hover {
    background: rgba(255, 255, 255, 0);
}

.news-top .tab-item:hover .tab-pic img {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.news-top .tab-item.active{
    background: rgba(255, 255, 255, 0);
    color: #fff;
}


.news-top .tab-item.active .tab-pic img {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.news-top .tab-item.active a::after {
    opacity: 1;
    transition: all 0.3s ease;
}


.news-top .tab-title {
    font-size: .18rem;
    line-height: 30px;
}

.news-top .tab-item.active .tab-title {
    color:#fff;
}

.slide-title {
    color: #2c3e50;
    font-size: 2rem;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f2f6;
}

.slide-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    position: relative;
}

.slide-content-pic {
    width: 100%;
    display: flex;
    height: 640px;
}

.slide-content-pic img {
    width: 100%;
    object-fit: cover;
}

.slide-content-text {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 0 40px;
    width: 100%;
    height: 20%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(36, 95, 99, 1) 100%);
}

.slide-content-text .slide-content-name {
    font-size: 18px;
    line-height: 50px;
    border-bottom: 1px solid #fff;
}

.slide-content-text p {
    font-size: 14px;
    color: #eee;
    padding-top: 10px;
    line-height: 24px;
}

.slide-content p {
    margin-bottom: 20px;
}

.slide-content ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.slide-content li {
    margin-bottom: 8px;
}

.main2 {
    background-image: url(../../images/bg.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    background-color: #f8f8f8;
    padding: 60px 0;
}



.news-main2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.news-main2 ul li {
    width: calc((100% - 90px) / 4);
    width: -webkit-calc((100% - 90px) / 4);
    width: -moz-calc((100% - 90px) / 4);
    width: -o-calc((100% - 90px) / 4);
    margin-right: 30px;
    margin-bottom: 30px;
    background: #fff;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    transition: all 0.3s ease;
    border-bottom: 3px solid #245f63
}

.news-main2 ul li:nth-child(4n) {
    margin-right: 0;
}

.news-main2 ul li .news-main2-pic {
    width: 100%;
    display: flex;
    height: 2.25rem;
    overflow: hidden;
}

.news-main2 ul li .news-main2-pic img {
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.news-main2 ul li:hover {
    box-shadow: unset;
}

.news-main2 ul li:hover .news-main2-pic img {
    transform: scale(1.1);
}

.news-main2-txt {
    padding: 20px 0 40px;
    overflow: hidden;
    position: relative;
}

.news-main2-txt h4 {
    line-height: 30px;
}

.news-main2-txt span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #777;
}

.news-main2 ul li:hover .news-main2-txt h4 {
    color: #245f63
}

.news-content {
    position: relative;
    display: flex;
    /* flex-wrap: wrap;
    justify-content: space-between; */
}

.news-content-left {
    width: 70%;
}

.news-content-left-con {
    background: #fff;
    box-shadow: 0 2px 5px rgba(36, 95, 99, 0.2);
    overflow: hidden;
    border-top: 6px solid #245f63;
    padding: 60px;
}

.news-content-right {
    width: 30%;
    padding-left: .6rem;
    position: sticky;
    top: 0;
    /* 距离顶部0px时固定 */
    align-self: flex-start;
    /* 防止被拉伸 */
    /* 如果需要距离顶部有一定间距，可以设置 top: 20px; */
}

.news-content-right-box {
    background: #fff;
}

.news-content-left-con h2 {
    line-height: .6rem;
    border-bottom: 1px solid #245f63;
    padding-bottom: .2rem;
}

.news-content-row-left {
    color: #777;
    line-height: 48px;
    font-size: 14px;
}

.news-content-row-left span {
    margin-right: 30px;
}

.news-content-con {
    margin-top: 40px;
    line-height: 30px;
    min-height: 300px;
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.news-content-right-box h3 {
    line-height: 80px;
    color: #245f63;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    padding: 0 30px;
    position: relative;
}

.news-content-right-box h3:after {
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    background: #245f63;
    position: absolute;
    left: 30px;
    bottom: -1px
}

.news-content-right-box h3 i.fa-history:before {
    font-size: 24px;
}

.news-content-item {
    overflow: hidden;
    padding: 30px 0;
}

.news-content-item ul li {
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    padding: 0 30px;
    border-bottom: 1px dotted #ddd;

}

.news-content-item ul li a {
    color: #555;
    display: block;
}


/* 通知公告 */
.notice {
    width: 100%;
    padding: .8rem 0;
    overflow: hidden;
    position: relative;
}

.notice-left {
    width: 70%;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    padding: 60px;
}

.notice-list li {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.notice-list li a {
    display: flex;
    justify-content: start;
    align-items: center;
}

.notice-list li a .notice-list-date {
    flex: 1;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    color: #245f63;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

.notice-list-date span {
    display: block;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    line-height: 30px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}

.notice-list-date span:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #ecbe63;
    position: absolute;
    left: 40px;
    top: 20px;
}

.notice-list-title {
    padding-left: .6rem;
}

.notice-list-title h3 {
    font-size: 20px;
    color: #245f63;
    line-height: 40px;
    font-weight: bold;
}

.notice-list-desc {
    color: #555;
    font-size: 14px;
    margin-top: 10px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
}

.notice-list li:hover .notice-list-title h3 {
    color: #ecbe63;
    transition: all .3s;
}

.notice-left h2 {
    line-height: 60px;
    border-bottom: 1px solid #245f63;
    padding-bottom: .2rem;
}




.notice-sub {
    width: 25%;
    /* padding-left: .8rem; */
    position: sticky;
    top: 80px;
    /* 距离顶部0px时固定 */
    align-self: flex-start;
    /* 防止被拉伸 */
}

.notice-sub-title {
    background: url(../../images/notice.jpg) no-repeat center;
    background-size: 100% 100%;
    height: 160px;
    color: #fff;
    text-align: right;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: right;
    padding: 20px 20px;
}

.notice-sub-title:after {
    position: absolute;
    opacity: .2;
    content: "NOTICE";
    display: block;
    right: 20px;
    line-height: 60px;
    bottom: 40px;
    font-size: 60px;
}

.notice-sub-box ul {
    font-size: 0;
    width: 100%;
    margin: 0 auto;
}

.notice-sub-box ul li {
    overflow: hidden;
    line-height: 80px;
    height: 80px;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
}

.notice-sub-box ul li:before {
    content: "";
    display: block;
    width: 90%;
    height: 60px;
    border: 1px solid #ddd;
    position: absolute;
    left: 5%;
    top: 10px;
}

.notice-sub-box li a {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #777;
    position: relative;
}

.notice-sub-box li.cur a {
    color: #fff;
    background: #245f63;
}

.notice-sub-box li.cur a:after {
    left: 0;
    width: 100%;
}

.notice-sub-box li:hover a {
    color: #fff;
    background: #245f63;
}

.notice-sub-box li:hover a:after {
    left: 0;
    width: 100%;
}





/* 271 */
.educate {
    width: 100%;
    overflow: hidden;
    background: url(../../images/271-bg.jpg) no-repeat center top;
    background-size: 100% 70%;
    background-attachment: fixed;
    padding: 80px 0;

}

.educate271 {
    padding-right: 80px;
    position: relative;
}

.educate271-title {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: calc((100% - 200px) / 2);
    transform: translateX(-50px);
    top: 35%;
    z-index: 3;
}

.educate271-title h1 {
    line-height: 48px;
    position: relative;
    padding-top: 52px
}

.educate271-title::before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    animation: scale271 2s linear forwards infinite;

}

.educate271-title::after {
    content: "";
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: -1;
}

.educate271-title span {
    display: block;
    color: #245f63;
}

.educate271-item {
    width: 100%;
    display: grid;
    gap: 40px;
    -webkit-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}

.educate271-item .educate271-item-li-info {
    display: none;
}

.educate271-item::before,
.educate271-item::after {
    content: unset;
}

.educate271-item .educate271-item-li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 260px;
}

.educate271-item .educate271-item-li:first-child {
    background: url(../../images/271-1.jpg) no-repeat center;
    border-radius: 0 80px 0 80px;
    overflow: hidden;
    padding: 40px;
}

.educate271-item .educate271-item-li-tit {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    display: flex;
    line-height: 80px;
}

.educate271-item .educate271-item-li-tit span {
    font-family: "aemstel line outside";
    font-size: 80px;
    line-height: 80px;
    display: block;
    margin-right: 20px
}

.educate271-item .educate271-item-li:nth-child(2) {
    background: url(../../images/271-2.jpg) no-repeat center;
    border-radius: 80px 0 80px 0;
    overflow: hidden;
    padding: 40px;
    color: #fff;
    transform: translateY(30px);
}

.educate271-item .educate271-item-li:nth-child(4) {
    background-color: #ecbe63;
    border-radius: 0 80px;
    overflow: hidden;
    padding: 40px;
    color: #fff;
    transform: translate(-30px, 30px);
}

.educate271-item .educate271-item-li:nth-child(3) {
    width: 80%;
    height: 200px;
    overflow: hidden;
    border-radius: 0 80px;
    transform: translateX(45px);
}

.principai {
    position: relative;
    padding-top:20%
}

.principai .title {
    text-align: right;
    border-bottom: 1px solid #245f63;
    margin-bottom: 1rem;
    margin-left: 100px;
}

.principai-pic {
    display: flex;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    height: 600px;
    margin-left: 100px;
}

.principai-pic img {
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.principai-info {
    width: 900px;
    position: absolute;
    bottom: 0;
    padding: 60px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    line-height: 30px;
    left: -100%;
    background-image: url(../../images/indexPrincipal-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.principai-info-desc{line-height: 40px;}

.principai-info h3 {
    margin-bottom: 30px;
    position: relative;
    font-size: 24px;

}

.principai-info h3:after {
    display: block;
    width: 40px;
    height: 1px;
    background: #245f63;
    position: absolute;
    left: 60px;
    top: 14px;
}



/* 四节一会 */
.section3 {
    background: url(../../images/indexSi-bg.png) no-repeat center bottom;
    background-size: 100%;
    padding: 1.2rem 0;
    overflow: hidden;
}

.section3 .title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.title-more {
    background: url(../../images/index-btn.png) no-repeat bottom;
    background-size: 100%;
    line-height: 40px;
}

.title-more a {
    color: #245f63;
}

.section3 .title::before,
.section3 .title::after {
    content: unset;
}

.section3-item {
    margin-top: 80px;
    position: relative;
}

.sec3-box {
    background: #f8f8f8;
    padding: 20px 20px 0 20px;
    overflow: hidden;
    transition: all .3s;
}

.sec3-pic {
    height: 222px;
    width: 100%;
    display: flex;
    overflow: hidden;
}

.sec3-pic img {
    width: 100%;
    object-fit: cover;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.sec3-txt {
    padding: 30px 0 120px;
    position: relative;
}

.sec3-txt h4 {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.sec3-txt-desc {
    color: #777;
    margin-top: 20px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

.sec3-txt-date {
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ddd;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    position: absolute;
    right: -20px;
    bottom: 0;
}

.sec3-box:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.sec3-box:hover .sec3-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.sec3-box:hover .sec3-txt h4 {
    color: #245f63;
}

.section3-item .swiper-button-next,
.section3-item .swiper-rtl .swiper-button-prev {
    width: 30px;
    height: 60px;
    background-color: #fff;
    border-radius: 0px 30px 30px 0px;
    right: -30px;
}

.section3-item .swiper-button-next:after,
.section3-item .swiper-rtl .swiper-button-prev:after,
.section3-item .swiper-button-prev:after,
.section3-item .swiper-rtl .swiper-button-next:after {
    font-size: 24px;
    color: #245f63;
}

.section3-item .swiper-button-prev,
.section3-item .swiper-rtl .swiper-button-next {
    width: 30px;
    height: 60px;
    background-color: #fff;
    border-radius: 30px 0px 0px 30px;
    left: -30px;
}


/* 育人成果 */
.section4 {
    padding: 80px 0;
    overflow: hidden;
    background: url(../../images/indexEducate-bg.png) no-repeat top/100%;

}

.section4 .title-en {
    color: rgba(255, 255, 255, 0.1)
}

.section4 .title-more {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

.section4 .title-more a {
    display: block;
    width: 40px;
    color: #fff;
    background: url(../../images/index-btn-white.png) no-repeat bottom;
    background-size: 100%;
    text-align: center;
}

.section4-item {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 40px;
}

.section4-item .section4-item-left {
    width: 30%;
    overflow: hidden;
    border-radius: 20px;
    margin-right: 30px
}

.section4-item-right {
    width: calc(70% - 30px);
    width: -webkit-calc(70% - 30px);
    width: -moz-calc(70% - 30px);
    width: -o-calc(70% - 30px);
}

.section4-item-box {
    position: relative;
    width: 100%;
    height: 100%;

}

.section4-item-box .section4-item-cover {
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: end;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    color: #fff;
}

.section4-item-pic {
    overflow: hidden;
    display: flex;
    height: 100%;
}

.section4-item-pic img {
    width: 100%;
    object-fit: cover;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.section4-item-box .section4-item-cover h4 {
    line-height: 30px;
    font-size: 18px;
}

.section4-item-right-item {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.section4-item-right-item .section4-item-right-li {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.section4-item-right-item .section4-item-right-li:nth-child(1),
.section4-item-right-item .section4-item-right-li:nth-child(4) {
    width: calc(60% - 30px);
    width: -webkit-calc(60% - 30px);
    width: -moz-calc(60% - 30px);
    width: -o-calc(60% - 30px);
}

.section4-item-right-item .section4-item-right-li:nth-child(1),
.section4-item-right-item .section4-item-right-li:nth-child(3) {
    margin-right: 30px;
}

.section4-item-right-item .section4-item-right-li:nth-child(2),
.section4-item-right-item .section4-item-right-li:nth-child(3) {
    width: 40%;
}

.section4-item-right-item .section4-item-right-li:nth-child(1),
.section4-item-right-item .section4-item-right-li:nth-child(2) {
    margin-bottom: 30px;
}

.section4-item-right-cover {
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: end;
    padding: 0 30px 30px 30px;
    color: #fff;
}

.section4-item-right-cover h4 {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
}

.section4-item-right-pic {
    width: 100%;
    display: flex;
    overflow: hidden;
    height: 3.5rem;
}

.section4-item-right-pic img {
    width: 100%;
    object-fit: cover;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.section4-item-box:hover .section4-item-pic img,
.section4-item-right-li:hover .section4-item-right-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

footer {
    background: url(../../images/ft-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 20;
    padding-top: 60px;
    color: #fff;
}

.footer-logo {
    text-align: center;
}

.footer-contact:after,
.footer-contact:before,
.footer-contact-txt::after,
.footer-contact-txt::before {
    content: unset;
}

.footer-contact {
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-contact-txt {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 40px;
}

.footer-ewm {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-ewm-li {
    width: 25%;
}

.footer-ewm-li img {
    width: 90px;
    margin: 0 auto;
    display: block;
}

.footer-ewm-li span {
    display: block;
    text-align: center;
    line-height: 40px;
}

.copyright {
    width: 100%;
    text-align: center;
    line-height: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.copyright span {
    display: block;
}
.copyright a{color:#fff;}

/* 介绍 */
.about {
    padding: 1.2rem 0 .8rem;
    overflow: hidden;
    line-height: 40px;
    font-size: 18px;
}

.about h1 {
    font-family: "华文行楷";
    text-align: center;
    font-size: 48px;
    color: #245f63;
    margin-bottom: 60px;
    line-height: 48px;
}

.about p {
    margin-bottom: 30px;
}

.about-sec2,
.about-sec3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.about-sec2 {
    margin: 40px 0;
}
.about-sec2 .about-sec2-right{
    padding-left:60px;
}

.about h4 {
    font-weight: bold;
    margin-top: 30px;
}

.about-sec2:after {
    content: "";
    width: 100%;
    height: 200px;
    background: rgba(36, 95, 99, 0.1);
    display: block;
    position: absolute;
    bottom: 0;
    left: -50%;
    z-index: -1;
}

.about-sec2-left p {
    margin-bottom: 0;
}

.about-sec3 .about-sec2-right {
    display: block;
    padding-left:60px;
}

.about-sec2-right img {
    width: 100%;
    object-fit: cover;
}

.about-sec3:after {
    content: "";
    width: 50%;
    height: 300px;
    background: rgba(36, 95, 99, 0.2);
    display: block;
    position: absolute;
    bottom: 0;
    right: -50%;
    z-index: -1;
}

.about-sec4 {
    margin-top: 40px;
}


/* 271 */
.c271 {
    padding: 1.2rem 0 .8rem;
    overflow: hidden;
    line-height: 40px;
    font-size: 18px;
}

.c271-sec1-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.c271-sec1-top:after {
    content: "";
    display: block;
    background-color: rgba(36, 95, 99, 0.2);
    background-image: url(../../images/c271-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100vw;
    height: 75%;
    position: absolute;
    bottom: 0;
    left: -35%;
    z-index: -1;
    border-radius: 0 0 400px 0;
}

.c271-sec1-top-two {
    margin-top: 80px;
    margin-bottom: 40px;

}

.c271-sec1-top-two h4 {
    margin: 20px 0 20px;
    font-size: 20px;
    font-weight: bold;
}

.c271-sec1-top-two p strong {
    display: block;
    font-weight: bold;
}

.c271-sec1-top-right {
    position: relative;
}

.c271-sec1-top-pic {
    width: 100%;
    display: flex;
    border-radius: 40px;
}

.c271-sec1-top-pic img {
    width: 100%;
    object-fit: cover;
}

.c271-sec1-top-right::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #245f63;
    left: -20px;
    top: 0px;
    position: absolute;
}

.c271-sec2-item {
    width: 100%;
    overflow: hidden;
    display: grid;
    gap: 40px;
    -webkit-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    padding: 80px 0;
}

.c271-sec2-li {
    padding: 30px;
    background: #f4f4f4;
    border-radius: 20px 0 80px 0;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.c271-sec2-li h3 {
    font-size: 20px;
    color: #245f63;
    line-height: 60px;
    font-weight: bold;
    border-bottom: 1px solid #245f63;
}

.c271-sec2-li-text {
    padding-top: 20px;
}

.c271-sec2-li:hover {
    box-shadow: 0 2px 5px rgba(36, 95, 99, 0.5);
    -webkit-box-shadow: 0 2px 5px rgba(36, 95, 99, 0.5);
    -moz-box-shadow: 0 2px 5px rgba(36, 95, 99, 0.5);
    -o-box-shadow: 0 2px 5px rgba(36, 95, 99, 0.5);
}

.c271-sec3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c271-sec3-pic {
    display: flex;
    position: relative;
}

.c271-sec3-pic img {
    width: 100%;
    object-fit: cover;
}

.c271-sec3-pic:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: rgba(36, 95, 99, 0.5);
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: -1;
}

.c271-sec3-pic:after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: #245f63;
    position: absolute;
    right: -30px;
    bottom: -30px;
    z-index: -1;
}

/* 历任领导 */
.leader {
    width: 100%;
    overflow: hidden;
}

.leader-layer {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(4,1fr);
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #245f63;
    margin-bottom: 40px;
}

.leader-layer:last-child {
    border-bottom: unset;
}

.leader-li {
    background: #f8f8f8;
    padding: 20px;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    margin-right:
}

.leader-li .leader-li-pic {
    overflow: hidden;
    width: 100%;
    height: 4.09rem;
    display: flex;
}

.leader-li .leader-li-pic img {
    width: 100%;
    object-fit: cover;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.leader-li-txt {
    padding-top: 20px;
}

.leader-li-txt h3 {
    font-size: 20px;
    color: #245f63;
}

.leader-li-time {
    color: #777;
}

.leader-li:hover {
    box-shadow: 0 2px 5px rgba(36, 95, 99, 0.5);
    -webkit-box-shadow: 0 2px 5px rgba(36, 95, 99, 0.5);
    -moz-box-shadow: 0 2px 5px rgba(36, 95, 99, 0.5);
    -o-box-shadow: 0 2px 5px rgba(36, 95, 99, 0.5);
}

.leader-li:hover .leader-li-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* 校园风貌 */
.style ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.style ul li {
    width: 39.5%;
    margin: 0 .4rem;
    margin-bottom: .8rem;
}

.style ul li a {
    display: block;
    position: relative;
}

.style ul li a .pic,
.style-list ul li a .pic {
    padding-top: 65%;
    position: relative;
    overflow: hidden;
}

.style ul li a .pic::before,
.style-list ul li a .pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .25;
    pointer-events: none;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3;
}

.style ul li a .pic img,
.style-list ul li a .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}


.style ul li a p {
    position: absolute;
    right: -.5rem;
    bottom: 0.36rem;
    background: #f4f4f4;
    z-index: 9;
    min-width: 50%;
    line-height: .63rem;
    padding-right: .7rem;
    font-size: 0.32rem;
    font-weight: normal;
    color: #333333;
    text-align: right;
    padding-left: .1rem;
    transition: all .5s;

}

.style ul li a p::before {
    content: "";
    position: absolute;
    right: calc(100% - 1px);
    top: 0;
    bottom: 0;
    width: 0.1rem;
    background: #f4f4f4;
    transform-origin: right bottom;
    transform: skewX(-8deg);
    transition: all .5s;
}

.style ul li a:hover p {
    background: #245f63;
    color: #fff;
}

.style ul li a:hover p::before {
    background: #245f63;
}

.style .pic div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    transition: all .8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.style ul li a:hover .pic img,
.style-list ul li a:hover .pic img {
    transform: scale(1.05);
}

.style ul li a:hover .pic:before,
.style-list ul li a:hover .pic:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

.style ul li a:hover .pic div,
.style-list ul li a:hover .pic div {
    width: 110%;
    height: 110%;
}







@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}


/* 图片列表 */

.style-list ul {
    margin: 0 -.31rem;
    display: flex;
    flex-wrap: wrap;
}

.style-list ul li {
    width: 33.33%;
    margin-bottom: .8rem;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.style-list ul li:nth-child(3n+1) {
    margin-left: 0;
}

.style-list ul li a:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
}

.style-list ul li:hover .info {
    background: #ac0000;
    padding: 0 .15rem;
}

.style-list ul li:hover .info p {
    color: #fff;
}

.style-list ul li a {
    display: block;
    margin: 0 .31rem;
    transition: all 0.5s;
}

.style-list ul li a .pic {
    padding-top: 56%;
}

.sygs .style-list ul li a .pic {
    padding-top: 34%;
}

.sygs .style-list ul li a .pic+.index_tdjz_biaoti {

    position: absolute;

    bottom: 0px;

    width: 88%;

    overflow: hidden;

    height: 25px;

    padding: 0 10px;

    line-height: 25px;

    z-index: 10;

    background: rgba(29, 29, 29, 0.6);

    font-size: 0.16rem;

    color: #fff;

    text-overflow: ellipsis;

    white-space: nowrap;

    text-align: center;
}


.style-list ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.style-list ul li a>div.info {
    /* display: none; */
    font-size: 0;
    background-position: left center;
    transition: all 0.5s;
    border-bottom: 2px solid #ac0000;
}

.style-list ul li a>div.info p {
    color: #1B1B1B;
    font-size: .18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .65rem;
    text-align: center;
}

.style-list ul li a>div.info img {
    height: 14px;
    vertical-align: middle;
}

.style-list ul li a>div.info span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #999;
    vertical-align: middle;
}


/* 党建 */
.banner-party {
    height: 35vh;
    position: relative;
    overflow: hidden;
}

.banner-party .banner-c-pic {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.banner-party .banner-c-pic img {
    width: 100%;
    object-fit: cover;
}

.banner-party .banner-text {
    padding-left: 0;
}

.main3 {
    margin-top: 0;
}

.party-top {
    background: #fff;
    padding: 80px 0;
    overflow: hidden;
}

.party-top-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.party-top-box .party-thumb {
    width: 50%;
}

.party-top-box .party-top-item {
    width: 50%;
}

.party-thumb-box {
    width: 100%;
    background: #f4f4f4;
    padding: 20px;
    overflow: hidden;
    border-bottom: 4px solid #245f63
}

.party-thumb-pic {
    width: 100%;
    height: 4.5rem;
    display: flex;
    overflow: hidden;
}

.party-thumb-pic img {
    width: 100%;
    object-fit: cover;
    transition: all .3s;
}

.party-thumb-txt {
    padding: 20px;
}

.party-thumb-title {
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 18px;
}

.party-thumb-date {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: italic;
}

.party-thumb .swiper-pagination {
    text-align: right;
}

.party-thumb-box:hover .party-thumb-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.party-thumb-box:hover .party-thumb-title {
    color: #245f63;
    transition: all .3s;
}

.party-top-item {
    padding-left: .8rem;
}

.party-top-item ul li {
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px dotted #ddd;
}

.party-top-li-date {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: italic;
    color: #245f63;
}

.party-top-item ul li:nth-child(1) h4 {
    margin: 10px 0 20px;
    font-size: 18px;
}

.party-top-li-desc {
    color: #999;
}

.party-top-item ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.party-top-item ul li:nth-child(1) a {
    display: block;
}

.party-top-item ul li:nth-child(1) a .party-top-li-date {
    width: 100%;
    text-align: left;
}

.party-top-item ul li a h4 {
    width: 80%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}

.party-top-item ul li a .party-top-li-date {
    width: 20%;
    text-align: right;
}

.party-top-item ul li:hover a h4 {
    color: #245f63;
    transition: all .3s;
}

.party-bottom {
    background-color: #f4f4f4;
    background-image: url(../../images/party-bg.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    padding: 80px 0;
    overflow: hidden;
}

.party-bottom-item {
    width: 80%;
}

.party-bottom-item ul li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    transition: all .3s;
}

.party-bottom-item ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.party-bottom-item ul li .party-bottom-li-pic {
    display: flex;
    height: 2.25rem;
    overflow: hidden;
}

.party-bottom-item ul li .party-bottom-li-pic img {
    width: 100%;
    object-fit: cover;
    transition: all .3s;
}

.party-bottom-li-date {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}

.party-bottom-li-txt h4 {
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    margin: 10px 0;
}

.party-bottom-li-desc {
    color: #777;
    line-height: 30px;
}

.party-bottom-item ul li:hover {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
}

.party-bottom-item ul li:hover .party-bottom-li-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.party-content {
    margin: 80px;
    background-color: #fff;
    padding: 60px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    border-radius: 20px;
}

.party-content h2 {
    text-align: center;
}

.party-content .news-content-row {
    text-align: center;
}


/* 招生招聘 */
.zszp {
    width: 100%;
}

.zszp-top {
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
}

.zszp-info {
    font-size: 18px;
    line-height: 40px;
}

.zszp-column {
    margin-top: 80px;
    overflow: hidden;
}

.zszp-column ul {
    margin: 0.5rem -0.2rem 0;
    display: flex;
    flex-wrap: wrap;
}

.zszp-column li {
    width: 33.3%;
    padding: 0 0.2rem;
    margin-bottom: 0.4rem;
}

.zszp-column li a {
    width: 100%;
    align-items: center;
    padding: 0.2rem 0.3rem;
    background: #fff;
    box-shadow: 0.968px 3.881px 0.13rem 0px rgba(22, 0, 21, 0.1);
}

.zszp-column li a:after {
    width: 0.03rem;
    height: 0.43rem;
    background: #245f63;
    bottom: auto;
    top: 30%;
    transition: all .3s;
}

.zs-l {
    width: calc(100% - 1.5rem);
    padding-right: 0.3rem;
    transition: 0.5s;
}

.zs-r {
    width: 1.5rem;
    height: 1.5rem;
    background: #f7f7f7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.zs-l h3 {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.36rem;
    margin-bottom: 0.2rem;
    transition: 0.5s;
}

.zs-r img {
    max-width: 0.79rem;
    display: block;
    transition: 0.5s;
}

.zs-r .zspic2 {
    display: none;
}

.zszp-column li a:hover h3 {
    color: #245f63;
}

.zszp-column li a:hover .zs-r {
    background: #245f63;
}

.zszp-column li a:hover .zspic1 {
    display: none;
}

.zszp-column li a:hover .zspic2 {
    display: block;
}

.zszp-column li a:hover::after {
    height: 100%;
    top: 0;
}

.zszp {
    background: url(../../images/bg.webp) no-repeat bottom center;
    background-size: 100%;
}

.zszp-item {
    width: 100%;
    padding: 80px 0;
}

.zszp-item ul {
    display: grid;
    gap: 60px;
    -webkit-gap: 60px;
    grid-template-columns: repeat(3, 1fr);

}

/* .zszp-item ul li {
    
} */


.zszp-item ul li a {
    display: block;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-left: 4px solid #ecbe63;
    padding: 30px 30px 32px 40px;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.zszp-item ul li a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background: rgba(242, 242, 242, 1);
    z-index: 2;
}

.zszp-item ul li a h4 {
    position: relative;
    z-index: 2;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.zszp-item ul li a .zszp-li-date {
    margin: 0 0 10px;
    color: #245f63;
    position: relative;
    z-index: 2;
}

.zszp-item ul li a:hover {
    border-left: 4px solid #245f63;
}

.zszp-item ul li a:hover h4,
.zszp-item ul li a:hover .zszp-li-date {
    color: #fff;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.zszp-item ul li a:hover .zszp-li-date {
    opacity: .6;
}

.zszp-item ul li a::after {
    content: '';
    width: 0;
    height: 100%;
    background-color: #245f63;
    transition: all .35s ease-out;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
}

.zszp-item ul li a:hover::after {
    width: 100%
}


.zszp-con {
    width: 70%;
    overflow: hidden;
    background-color: #fff;
    padding: 60px;
}

.zszp .notice-sub-title:after {
    content: "";
}

.zszp .notice-sub-title {
    justify-content: center;
    align-items: center;
}

.zszp-con h1 {
    line-height: .6rem;
}

.zszp-row {
    height: 60px;
    line-height: 60px;
    background: #eee;
    margin: 20px 0 60px;
}

.zszp-content {
    line-height: 30px;
    color: #555;
}

.zszp-row>span {
    margin-right: 60px;
    color: #777;
}

.fanye {
    color: #777;
    overflow: hidden;
}

.fanye a {
    color: #777;
    line-height: 30px;
}

.zszp-con .fanye {
    border-top: 1px solid #ddd;
    margin-top: 40px;
    padding-top: 10px;
}

.lqcx {
    width: 100%;
    background: #fff;
}

.lqcx-item {
    width: 100%;
    padding: 80px 0;
}

.lqcx-item ul {
    display: grid;
    gap: 60px;
    -webkit-gap: 60px;
    grid-template-columns: repeat(2, 1fr);
}

.lqcx-item ul li a {
    justify-content: start;
    align-items: center;
    overflow: hidden;
    background: #f4f4f4;
}

.lqcx-item ul li a .lqcx-li-date {
    width: 15%;
    padding: 20px;
    background: rgba(236, 190, 99, .5);
    text-align: right;
    color: #999;
}

.lqcx-item ul li a .lqcx-li-date span {
    font-size: 24px;
    line-height: 40px;
    color: #333;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    height: 104px;
}

.lqcx-item ul li a h4 {
    width: 85%;
    overflow: hidden;
    font-size: 18px;
    padding: 0 40px;
    position: relative;
    height: 104px;
    line-height: 104px;
    z-index: 1;
}

.lqcx-item ul li a h4:after {
    content: "";
    display: block;
    width: 100%;
    height: 0%;
    background: url(../../images/lqcx-bg.jpg) no-repeat center / cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.lqcx-item ul li:hover a h4 {
    color: #fff;
    transition: all .3s ease-in-out;
}

.lqcx-item ul li:hover a h4:after {
    height: 100%;
    transition: all .5s ease-in;
}

.lqcx-item ul li:hover a {
    box-shadow: 0 3px 10px rgba(36, 95, 99, 0.3);
    transition: all .3s;
}

.lqcx-item ul li:hover a .lqcx-li-date {
    color: #245f63;
    transition: all .3s ease;
}

.lqcx-item ul li:hover a .lqcx-li-date span {
    color: #245f63;
    transition: all .3s ease;
}


.alumnus-top {
    background: linear-gradient(to bottom, rgba(236, 190, 99, .1) 40%, #f4f4f4 40%);
    padding-top: 80px;
}

.alumnus-top-item {
    margin-top: 60px;
    margin-bottom: 60px;
}

.alumnus-top-item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.alumnus-top-item ul li {
    width: calc((100% - 80px) / 3);
    width: -webkit-calc((100% - 80px) / 3);
    width: -moz-calc((100% - 80px) / 3);
    width: -o-calc((100% - 80px) / 3);
    margin-right: 40px;
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;

}

.alumnus-top-item ul li:nth-child(3n) {
    margin-right: 0;
}

/* .alumnus-top-item ul li:nth-child(4),
.alumnus-top-item ul li:nth-child(5),
.alumnus-top-item ul li:nth-child(6) {
    margin-bottom: 0;
} */

.alumnus-top-item ul li {
    position: relative;
}

.alumnus-top-item ul li:after {
    content: "";
    width: 4px;
    height: 80px;
    background: #245f63;
    position: absolute;
    left: 0px;
    top: 20px;
}

.alumnus-top-item ul li:hover:after {
    height: 100%;
    top: 0;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.alumnus-top-pic {
    width: 100%;
    overflow: hidden;
    display: flex;
    height: 3.78rem;
}

.alumnus-top-pic img {
    width: 100%;
    object-fit: cover;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}

.alumnus-top-item ul li h4 {
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20px;
}

.alumnus-top-item ul li:hover .alumnus-top-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.alumnus-top-item ul li:hover {
    box-shadow: 0 2px 5px rgba(36, 95, 99, 0.3);
    -webkit-box-shadow: 0 2px 5px rgba(36, 95, 99, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(36, 95, 99, 0.3);
    -o-box-shadow: 0 2px 5px rgba(36, 95, 99, 0.3);
}

.alumnus-top-more {
    width: 160px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    margin: 0 auto;
    background-color: #245f63;
    margin-bottom: 80px;
}

.alumnus-top-more a {
    display: block;
    color: #fff;
}

.alumnus-top-more:hover {
    background-color: #d5b16c;
    transition: all ease .3s;
}

.alumnus-bottom-box {
    padding: 60px 0;
    overflow: hidden;
}

.alumnus-bottom h1 {
    line-height: 80px;
    border-bottom: 1px solid #ddd;
    color: #245f63;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.alumnus-bottom h1 span {
    font-size: 16px;
}

.alumnus-bottom-box ul {
    padding: 40px 0;
    overflow: hidden;
}

.alumnus-bottom-box ul li {
    margin-bottom: 40px;
    padding: 0 5px;
    transition: all 0.5s ease-in-out;
}

.alumnus-bottom-box ul li a {
    position: relative;
    padding: 20px;
    transition: all 0.35s ease;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    align-items: center;
}

.alumnus-bottom-pic {
    height: 1.74rem;
    overflow: hidden;
    display: block;
    width: 20%;
    flex-shrink: 0;
    align-content: center;
}

.alumnus-bottom-pic img {
    width: 100%;
    transition: all 0.5s ease-in-out;
    max-width: none;
}

.alumnus-bottom-txt {
    width: 70%;
    padding: 0px 30px;
    overflow: hidden;
}

.alumnus-bottom-txt h4 {
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;
}

.alumnus-bottom-desc {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #777;
}

.alumuns-bottom-date {
    width: 8%;
    position: relative;
    color: #245f63;
    text-align: center;
}

.alumuns-bottom-date:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 80px;
    background: #245f63;
    left: 0;
    top: calc((100% - 80px) / 2);
    top: -webkit-calc((100% - 80px) / 2);
    top: -moz-calc((100% - 80px) / 2);
    top: -o-calc((100% - 80px) / 2);
}

.alumuns-bottom-date span {
    font-size: 30px;
    font-weight: bold;
    display: block;
    line-height: 60px;
}

.alumnus-bottom-box ul li:hover {
    transform: translateY(-10px);
}

.alumnus-bottom-box ul li:hover .alumnus-bottom-txt h4 {
    color: #245f63;
}

.alumnus-bottom-box ul li:hover a .alumnus-bottom-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}



/* 学生 */
.student-sec1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 1rem;
}

.student-sec1-l {
    width: 58.55%;
    padding: 0.7rem 0.5rem 0.6rem 0.6rem;
    background-color: #f5f5f5;
    position: relative;
    z-index: 2;
}

.student-sec1-l p,
.student-sec3-l p {
    margin-top: 0.45rem;
    font-size: 0.18rem;
    line-height: 0.36rem;
    height: 1.08rem\0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 0.4rem;
}

.student-more a {
    color: #245f63
}

.student-sec1-r {
    width: 57.17%;
    margin-top: 0.38rem;
    margin-left: -15.72%;
    position: relative;
    z-index: 1;
}

.student-pic {
    padding-top: 74.1%;
    position: relative;
    overflow: hidden;
}

.student-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

.student-pic:hover img {
    transform: scale(1.05);
}

.student-sec2 {
    padding: 80px 0;
}

.student-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.student-sec2-li {
    width: 48%;
}

.student-sec2-li a {
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(36, 95, 99, 0.3);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    position: relative;
}

.student-sec2-li a:after {
    width: 0.03rem;
    height: 0.43rem;
    background: #245f63;
    bottom: auto;
    top: 30%;
    transition: all .3s;
}

.student-sec2-li .st-l {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    width: 50%;
}

.student-icon {
    width: 50%
}

.student-sec2-li .student-icon img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}

.student-sec2-li:hover .student-icon img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.student-sec2-li:hover .st-l h3 {
    color: #245f63;
    transition: all .3s ease-in-out;
}

.student-sec2-li .student-icon .zspic2 {
    display: none;
    transition: all .3s ease-in-out;
}

.student-sec2-li:hover .zspic1 {
    display: none;
    transition: all .5s ease-in-out;
}

.student-sec2-li:hover .zspic2 {
    display: block;
    transition: all .5s ease-in-out;
}

.student-sec2-li:hover a:after {
    height: 100%;
    top: 0;
}

.st-r .student-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #245f63
}

.st-r .student-btn img {
    margin-left: 10px;
}

.student-sec3 .student-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.7rem;
    position: relative;
    z-index: 1;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.student-sec3 .student-box::before {
    content: '';
    position: absolute;
    top: 0.88rem;
    bottom: -1.5rem;
    left: calc((-100vw + 15.2rem) / 2);
    width: 100vw;
    background: url(../../images/student2.jpg) no-repeat;
    background-size: cover;
    z-index: -1;
}


.student-sec3-l {
    width: 48%;
}

.student-sec3-l .pic {
    padding-top: 137.56%;
}

.student-sec3-r {
    flex: 1;
    min-width: 0;
    padding-left: 0.6rem;
    padding-top: 1.82rem;
}

.student-sec3-r a {
    width: 100%;
    display: block;
}

.student-sec3-r>a>p {
    margin-top: 0.45rem;
    font-size: 0.18rem;
    line-height: 0.36rem;
    height: 1.08rem \0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom: 0.6rem;
}

.student-inner {
    padding: .8rem 0;
    overflow: hidden;
}

.student-inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.student-inner ul li {
    width: 48%;
    padding-top: .3rem;
    margin-bottom: .4rem;
    margin-right: 4%;
}

.student-inner ul li:nth-child(2n) {
    margin-right: 0;
}

.student-inner ul li a {
    display: block;
    margin: 0 20px;
    padding: 40px 180px 40px 50px;
    box-sizing: border-box;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.35s ease;
    background-color: #fff;
}

.student-inner ul li a .student-inner-pic {
    width: 200px;
    height: 150px;
    position: absolute;
    right: 50px;
    top: -30px;
    display: flex;
    overflow: hidden;
}

.student-inner ul li a .student-inner-pic img {
    width: 100%;
    object-fit: cover;
    transition: all 0.35s ease;
}

.student-inner ul li a .title {
    width:70%;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    position: relative;
    transition: all 0.35s ease;
}

.student-inner ul li a .date {
    display: block;
    overflow: hidden;
    color: #245f63;
    margin-top: 20px;
    transition: all 0.35s ease;
}
.student-inner ul li a::before{
content: '';
    display: block;
    width: 4px;
    height: 50px;
    background: #245f63;
    position: absolute;
    left: 0px;
    top: 50px;
}
.student-inner ul li a:hover{
    background: #245f63;
}
.student-inner ul li a:hover .title{
    color: #fff;
}
.student-inner ul li a:hover .date{
    color:#fff;
}
.student-inner ul li a:hover .student-inner-pic img{
    transform: scale(1.1);
}


/* 教师 */
.teacher-sec1{
    padding:80px 0;
    overflow: hidden;
}
.teacher-sec1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.teacher-title .p{
    line-height: 30px;
    margin-top:.6rem;
    font-size: 0.2rem;
    font-family: "三极行楷简体-粗";
    color:#245f63;
    font-weight: bold;
}
.teacher-sec1 ul{
    overflow: hidden;
}
.teacher-sec1 ul li{
    display: inline-block;
    margin-right:.4rem;
    padding: 5px;
}
.teacher-sec1 ul li a{
    box-shadow: 0 2px 5px rgba(36, 95, 99, 0.3);
    position: relative;
    display: block;
    height: 2.5rem;
}
.teacher-sec1 ul li a::before{
    content: "";
    display: block;
    width: 4px;
    height: 40px;
    background: #245f63;
    position: absolute;
    left:0;
    top:.2rem;
    transition: all ease .5s;
}
.teacher-sec1 ul li a::after{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left:0;
    top:.2rem;
    transition: all ease .5s;
    background-image: url(../../images/indexPrincipal-icon.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 80%;
    opacity: 0;
}

.teacher-sec1 ul li:last-child{margin-right:0}

.teacher-sec1 ul li a span{
    display: block;
    padding:.2rem .4rem;
    width: 50%;
    font-size: 0.24rem;
}
.teacher-sec1 ul li:hover a:before{
    height: 100%;
    top:0;
}
.teacher-sec1 ul li:hover a:after{
    opacity: 1;
}
.teacher-sec{
    background-color:#f4f4f4;
    padding:80px 0;
    overflow: hidden;
}
.teacher-sec-box h2{
    line-height: 80px;
    border-bottom:1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.teacher-sec-box h2 span a{
    display: block;
    line-height: 30px;
    font-size: 16px;
    color:#245f63;
    background: url(../../images/index-btn.png) no-repeat center bottom / 100%;
}
.teacher-sec2-item ul{
    padding: 40px 0;
    overflow: hidden;
}

.teacher-sec2-item ul li {
    margin-bottom: 40px;
    padding: 0 5px;
    transition: all 0.5s ease-in-out;
}

.teacher-sec2-item ul li a {
    position: relative;
    padding: 20px;
    transition: all 0.35s ease;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    align-items: center;
}

.teacher-sec2-item .alumnus-bottom-pic {
    height: 2rem;
}

.teacher-sec-box ul li:hover {
    transform: translateY(-10px);
}

.teacher-sec-box ul li:hover .alumnus-bottom-txt h4 {
    color: #245f63;
}

.teacher-sec-box ul li:hover a .alumnus-bottom-pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.homeSchool-sec1{
    width:100%;
    overflow: hidden;
    padding:.8rem 0;
}
.homeSchool h1{
    line-height: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.homeSchool h1 span a{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #245f63;
    background: url(../../images/index-btn.png) no-repeat center bottom / 100%;
}
.homeSchool-sec1-item{margin-top:.4rem;}
.homeSchool-sec1-item .homeSchool-sec1-item-left{
    width:calc(67% - 40px);
    width:-webkit-calc(67% - 40px);
    width:-moz-calc(67% - 40px);
    width:-o-calc(67% - 40px);
}
.homeSchool-sec1-item .homeSchool-sec1-item-left ul li{
    width:48%;
    transition: all ease .5s;
}
.homeSchool-sec1-li-pic{
    width:100%;
    height: 3.3rem;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.homeSchool-sec1-li-pic img{
    width: 100%;
    object-fit: cover;
    transition: all .5s;
}
.homeSchool-sec1-li-txt{
    background: #f4f4f4;
    padding:20px 20px 40px 20px;
    overflow: hidden;
}
.homeSchool-sec1-date{
    color:#777;
}
.homeSchool-sec1-li-txt h4{
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin:10px 0 20px;
}
.homeSchool-sec1-desc{
    color:#777;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.homeSchool-sec1-item .homeSchool-sec1-item-left ul li:hover{
    box-shadow: 0 2px 5px rgba(36, 95, 99, 0.3);
    -webkit-box-shadow: 0 2px 5px rgba(36, 95, 99, 0.3);
    -moz-box-shadow: 0 2px 5px rgba(36, 95, 99, 0.3);
    -o-box-shadow: 0 2px 5px rgba(36, 95, 99, 0.3);
}
.homeSchool-sec1-item .homeSchool-sec1-item-left ul li:hover h4{
    color:#245f63;
    transition: all ease .5s;
}
.homeSchool-sec1-item .homeSchool-sec1-item-left ul li:hover .homeSchool-sec1-li-pic img{
    transform: scale(1.1);
}


.homeSchool-sec1-item-right{
    width:33%;
    background: #f4f4f4;
}
.homeSchool-sec1-item-right ul li{
    background: transparent;
    border-bottom:1px solid #fff;
}
.homeSchool-sec1-item-right .homeSchool-sec1-li-txt h4{
    margin: 0;
}
.homeSchool-sec1-item-right ul li:hover h4{
    color:#245f63;
    transition: all ease .5s;
}
.homeSchool-sec2{
    background: #f4f4f4;
    padding:.8rem 0;
    overflow: hidden;
}
.homeSchool-sec2-item{margin-top:40px;}
.homeSchool-sec2-item ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.homeSchool-sec2-item ul li{
    width:48%;
    margin-bottom:30px;
    overflow: hidden;
    transition: all ease .5s;
    margin-right:4%;
}
.homeSchool-sec2-item ul li:nth-child(2n){
    margin-right:0;
}
.homeSchool-sec2-item ul li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.homeSchool-sec2-li-pic{
    width: 60%;
    overflow: hidden;
    display: flex;
    height:240px;
}
.homeSchool-sec2-li-pic img{
    width: 100%;
    object-fit: cover;
}
.homeSchool-sec2-li-txt{
    width: 40%;
    background: #245f63;
    padding:40px;
    overflow: hidden;
    color:#fff;
}

.homeSchool-sec2-li-txt h4{
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin:10px 0 20px;
    font-size: 16px;
}
.homeSchool-sec2-btn{
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    display: flex;
    align-items: center;
}
.homeSchool-sec2-btn img{
    margin-left:10px;
}
.homeSchool-sec2-item ul li:hover{
    box-shadow: 0 2px 5px rgba(36, 95, 99, 0.5);

}
.homeSchool-box{
    padding:.8rem 0;
    overflow: hidden;
}
.homeSchool-box ul li{
    width: 30%;
    margin-bottom:.4rem;
    transition: all ease .5s;
}
.homeSchool-box ul li:hover{
    box-shadow: 0 2px 5px rgba(36, 95, 99, 0.5);
}

.homeSchool-box ul li:hover .homeSchool-sec1-li-pic img{
    transform: scale(1.1);
}
.homeSchool-box ul li:hover h4{
    color: #245f63;
    transition: all ease .5s;
}





@keyframes scale1 {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}

@keyframes slideUpDown {

    0% {
        transform: translateY(-30px);
        opacity: 0.2;
    }

    50% {
        transform: translateY(0px);
        opacity: 0.5;
    }

    100% {
        transform: translateY(30px);
        opacity: 1;
    }
}


@keyframes scale271 {
    0% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.5);
    }

}


@media(max-width:1679px) and (min-width:1439px){
    html{font-size: 90px;}
    .indexNews-left{padding-left:12%}
    .indexNews-r-item ul li{padding-right:12%}
    .principai-info{width: 850px;}
    .principai{padding-top: 10%;}
    .principai-pic{margin-left:150px;height: 750px;}
}



@media(max-width:1439px) and (min-width:1200px){
    html{
        font-size: 80px;
    }
    .banner,.banner .swiper-slide img{height: 60vh;}
    main{margin-top:60vh;}
    .indexNews-left{padding-left:13%}
    .indexNews-r-item ul li{padding-right:8%}
    .indexNews{height:90vh}
    .educate271{padding-right: 0px;}
    .educate271-item .educate271-item-li-tit{line-height: 40px;}
    .educate271-title{left: calc((100% - 100px) / 2);}
    .principai-info{width: 685px;}
    .educate271-item .educate271-item-li{height: 200px;}
    .principai-pic{height:700px}
    .educate271-item .educate271-item-li-tit{align-items: center;}
    .footer-ewm{width: 40%;}
    .homeSchool-sec1-li-txt{padding:20px;}
    .homeSchool-sec2-li-pic{height: 224px;}
}

@media(max-width:1200px){
    html{font-size: 60px};
    .indexNews-r-desc{
    line-height: 24px;
    height: 48px;
}
.indexNews-r-item li a{padding:15px 0;}
.leader-li{width:25%}
.indexNews-r-tit{font-size:16px}
.indexNews-info h4{font-size: 16px;}
}


@media(max-width:767px){
    html{font-size:50px}
    .banner{height:25vh}
    .banner .swiper-slide img{
        height:25vh;
    }
    .banner .bannerBtn{display:none}
    main{margin-top:25vh;}
    .indexNews{height:auto;}
    .width50{width:100%}
    .indexNews-left{height:auto;padding-left:10px;padding-right:10px;padding-top:20px}
    .indexNews-left-item .indexNews-date span{font-size: 20px;}
    .indexNews-left-item{position:unset; width:100%}
    .title .title-en{font-size:.8rem;line-height:.8rem;}
    .indexNews-right{padding-top:0px;padding-bottom:0px}
    .indexNews-r-item ul li{padding-left:10px;padding-right:10px;}
    .indexNews-r-date::before{width:70%}
    .indexNews-r-desc{font-size:14px}
    .educate{padding:40px 0}
    .educate271{padding-left:10px;padding-right:10px;}
    .educate271-item .educate271-item-li-tit{display: unset;line-height: 30px;font-size:18px}
    .educate271-item .educate271-item-li-tit span{font-size: 40px;line-height:48px}
    .educate271-item .educate271-item-li:first-child,.educate271-item .educate271-item-li:nth-child(2),.educate271-item .educate271-item-li:nth-child(4){padding:20px}
    .educate271-item .educate271-item-li{height:160px}
    .educate271-title::after{width:80px;height:80px;left:20px;top:20px}
    .educate271-title::before{width:120px;height:120px}
    .educate271-title{width:120px;height:120px;left: calc((100% - 120px) / 2);
    transform: translateX(-10px);}
    .educate271-title h1{
            line-height: 30px;
    padding-top: 30px;
    }
    .educate271-item .educate271-item-li:nth-child(4){transform:none}
    .educate271-item .educate271-item-li:nth-child(3){height:120px}
    .principai .title{margin-left:0;margin-bottom:40px;padding-left:10px;padding-right:10px}
    .principai-pic{margin-left:0;padding-left:10px;padding-right:10px;height: auto;}
    .principai-info{position: unset;width:100%;padding:20px;}
    .section4{padding:20px 0 30px;background: url(../../images/indexEducate-bg.png) no-repeat top / 100% 10%;}
    .section4 .title-more{width: 40px;}
    .section4 .title-more a{color:#245f63}
    .section4-item{padding-left:10px;padding-right:10px;}
    .section4-item .section4-item-left{width: 100%;margin-right:0;margin-bottom:30px}
    .section4-item-right{width: 100%;}
    .section3{padding:30px 10px;}
    .section3-item{margin-top:30px;}
    .section4-item-right-item .section4-item-right-li:nth-child(1), .section4-item-right-item .section4-item-right-li:nth-child(4),.section4-item-right-item .section4-item-right-li:nth-child(1), .section4-item-right-item .section4-item-right-li:nth-child(2){width: 100%;margin-right:0;}
    .section4-item-right-item .section4-item-right-li:nth-child(2), .section4-item-right-item .section4-item-right-li:nth-child(3){width: 100%;}
    .section4-item-right-item .section4-item-right-li:nth-child(1), .section4-item-right-item .section4-item-right-li:nth-child(3){margin-right:0;}
    .section4-item-right-item .section4-item-right-li:nth-child(3){margin-bottom:30px;}
    .section4-item-right-cover{height: 50%;}
    .section4-item-right-pic{height: 5rem;}
    footer{padding-top:40px;}
    .footer-logo img{width: 60%;}
    .footer-contact-txt,.footer-ewm{width: 100%;}
    .footer-contact-txt{line-height: 30px;}
    .footer-contact{padding:30px 10px;}
    .footer-ewm{margin-top:20px;}
    .footer-ewm-li{width: 22%;}
    .copyright{padding-left:10px;padding-right:10px;}
    .copyright span{display: block;line-height: 30px;text-align: center;width: 100%;}
    .banner-c{height:30vh}
    .banner-text{
    bottom: 20px;
    padding-left: 10px;
    }
    .subnav{display: none;}
    .inner{
        padding-left:10px;
        padding-right:10px;
    }
    .width65,.width30,.width45{width: 100%;}
    .c271{line-height: 30px;font-size: 16px;}
    .c271-sec1-top-two{
        margin-top: 20px;
    margin-bottom: 20px;
    }
    .c271-sec2-item{padding:30px 0;display: block;}
    .c271-sec2-li{margin-bottom:20px;}
    .c271-sec3-pic{margin-bottom:30px;}
    .banner-text .location{font-size: 14px;}
    .about h1{margin-bottom:30px;font-size: 30px;}
    .about-sec2{margin-top:0;}
    .leader-li{width: 49%;}
    .leader-li-txt h3{font-size: 16px;}
    .leader-li-time{font-size: 14px;line-height: 24px;}
    .leader-layer:last-child{margin-bottom:0;padding-bottom:0;}
    .style ul li{width: 100%;}
    .style-list ul li{width:49%}
    .news-top{padding: 100px 10px 40px;}
    .news-top h1{margin-bottom: 30px;}
    .news-top .tab-container{display: none;}
    .main2{padding-top:0;padding-left:10px;padding-right:10px;}
    .news-main2 ul li{width: 100%;margin-right:0;}
    .news-main2 ul li .news-main2-pic{height: 209px;}
    .news-content-left{width: 100%;}
    .news-content-right{display: none;}
    .news-content-left-con{padding:20px;}
    .news .inner{padding-left:0;padding-right:0;}
    .news-content-row-left{line-height: 30px;}
    .news-content-row-left>span:nth-child(1){display: none;}
    .fanye{font-size: 14px;}
    .p-tb80{padding:30px 0;}
    .zszp{padding-left:10px;padding-right:10px;}
    .notice-left{width: 100%;margin-right:0;padding:30px;}
    .notice-sub{display: none;}
    .notice-list-title h3{font-size: 16px;line-height: 30px;}
    .zszp-con{width: 100%;padding:10px}
    .zszp-row{font-size: 14px;margin:20px 0;}
    .zszp-row>span{display: block;line-height: 24px;width: 100%;text-align: center;}
    .zszp-top{padding:40px 0;}
    .zszp-item{padding:40px 0;}
    .zszp-item ul{display: block;}
    .zszp-item ul li{width: 100%;margin-bottom:20px;}
    .zszp-con h1{font-size: 20px !important;}
    .banner-party{height: 20vh;}
    .party-top-box .party-thumb,.party-top-item{width: 100%;}
    .party-top-box .party-top-item{width: 100%;}
    .party-top-item{padding-left: 0;}
    .party-top-li-desc{font-size: 14px;}
    .party-top{padding: 30px 0;}
    .party-bottom{padding: 10px;margin-bottom:30px;}
    .party-bottom-item{width: 100%;}
    .party-bottom-li-desc{font-size: 14px;line-height: 24px;}
    .party-bottom-item ul li .party-bottom-li-pic{height: 3.5rem;}
    .party-content{margin:20px 10px;padding:20px 10px;}
    .alumnus-top{padding-top:30px;}
    .alumnus-top-item{margin-top:0;margin-bottom:30px;padding-left:10px; padding-right:10px;}
    .alumnus-top-item ul li{width: 100%;margin-right: 0px;}
    .alumnus-top{padding-top: 40px;}
    .alumnus-top-box h1{font-size: 24px;margin-bottom:30px;}
    .alumnus-top-more{margin-bottom:30px;}
    .alumnus-bottom-box{padding:30px 10px;}
    .alumnus-bottom-pic{width: 100%;height: 180px;}
    .alumnus-bottom-txt{padding-left:0;padding-right:20px;}
    .alumuns-bottom-date{width:30%}
    .alumnus-bottom-desc{display: none;}
    .student-sec1{display:block;}
    .student-sec1-l,.student-sec1-r{width:100%}
    .student-sec1-r{margin-left:0;}
    .student-box{display:block}
    .student-sec2-li{width:100%;margin-bottom:30px}
    .student-sec2{padding:30px 0 0;}
    .st-r .student-btn{font-size:14px}
    .student-sec2-li .st-l h3{font-size:18px}
    .student-sec2-li .student-icon img{width:60px;height:60px}
    .student-sec3 .student-box{margin-top:0}
    .student-sec3-l,.student-sec3-r{width:100%}
    .student-sec3-r{padding-left:10px;padding-right:10px; padding-top:30px;}
    .student-tit h3{font-size:18px}
    .student-sec1-l p, .student-sec3-l p{font-size:14px}
    .student-sec3-r>a>p{font-size:14px;height:auto}
    .student-inner ul li{width:100%;margin-right:0}
    .student-inner ul li a{padding:10px}
    .student-inner ul li a .student-inner-pic{position:unset;width:100%;height:197px;margin-bottom:10px}
    .student-inner ul li a .title{width:100%;font-size:16px}
    .teacher-sec1{padding:30px 0}
    .teacher-title .p{margin-top:10px;}
    .teacher-sec{padding:20px 10px;}
    .teacher-sec-box h2{font-size:24px}
    .teacher-sec2-item .alumnus-bottom-pic{height:229px}
    .alumnus-bottom-txt h4{font-size:16px}
    .homeSchool-sec1-item .homeSchool-sec1-item-left,.homeSchool-sec1-item-right{width:100%}
    .homeSchool-sec1-item .homeSchool-sec1-item-left{margin-bottom:30px;}
    .homeSchool-sec1-desc{display:none;}
    .homeSchool-sec1-li-txt{padding:20px;}
    .homeSchool-sec2-item ul li{width:100%;margin-right:10px;}
    .homeSchool-sec2-li-pic,.homeSchool-sec2-li-txt{width:100%}
    .homeSchool-sec2-li-txt{padding:20px}
    .homeSchool-box ul li{width:100%}
    .homeSchool-sec1-li-pic{height:237px}
    .sec3-txt{padding:30px 0 60px}
    .title h1{transform: translateY(0);}
    .section4-item-box .section4-item-cover{padding-bottom: 20px;}
}
