@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: .16rem;
    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;
}

@media(min-width: 1920px) {
    .container {
        width: 1600px;
        margin: 0 auto;
    }
}

.font20 {
    font-size: 0.2rem;
}

.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;
}


.banner-box {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.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: #ccc;
}

.banner-text .location a {
    color: #ccc;
}



/* 面包屑导航 */
.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.png);
    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, 50px);
    text-align: center;
    color: #fff;
    padding: 20px 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%;
    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;
}

.indexNews-info h4 {
    height: 30px;
    overflow: hidden;
}

.indexNews-info .indexNews-desc {
    height: 30px;
    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: 20px;
    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: 15px;
    color: #666;
    display: none;
    /* 默认隐藏所有描述 */
    transition: all 0.3s ease;
    line-height: 30px;
    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;
}


.vertical-tabs-container {
    background-color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 641px;
}

@media (min-width: 768px) {
    .vertical-tabs-container {
        flex-direction: row;
    }
}

.tabs-navigation {
    background-color: #f8f9fa;
    width: 100%;
}

@media (min-width: 768px) {
    .tabs-navigation {
        width: 40%;
        height: 100%;
        position: relative;
        z-index: 1;
    }
}

.tab-list {
    list-style: none;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    padding: 0 15px;
}

@media (min-width: 768px) {
    .tab-list {
        flex-direction: column;
        overflow-x: visible;
        height: 100%;
        padding: 0;
    }
}

.tab-item {
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    height: 20%;
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;

}

.tab-item: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;
}

.tab-item .tab-title {
    width: 68%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tab-item .tab-pic {
    width: 30%;
    height: 100%;
    overflow: hidden;
    display: flex;
}

.tab-item .tab-pic img {
    width: 100%;
    object-fit: cover;
}



@media (min-width: 768px) {
    .tab-item {
        margin-right: 0;
        flex-shrink: 1;
    }
}

.tab-item:hover {
    background: rgba(255, 255, 255, 0);
}

.tab-item:hover .tab-pic img {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.tab-item.active {
    background: rgba(255, 255, 255, 0);
    color: #fff;
}

.tab-item.active .tab-pic img {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.tab-item.active::after {
    opacity: 1;
    transition: all 0.3s ease;
}

.tab-icon {
    font-size: 1.5rem;
    margin-right: 15px;
    width: 30px;
    text-align: center;
}

.tab-title {
    font-size: .18rem;
    line-height: 30px;
}

.tab-content-container {
    flex: 1;
    position: relative;
    overflow: hidden;
}


.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;
}

.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.png);
    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: 60px;
    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;
    display: flex;
    /* flex-wrap: wrap;
    justify-content: space-between; */
    position: relative;
}
.notice-left{
    width: 75%;
    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{
    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: 0; /* 距离顶部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:after{
    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;
    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;
}

.principai .title {
    text-align: right;
    border-bottom: 1px solid #245f63;
    margin-bottom: 60px;
    margin-left: 100px;
}

.principai-pic {
    display: flex;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    height: 800px;
    margin-left: 100px;
}

.principai-pic img {
    object-fit: cover;
    width: 100%;
}

.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 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;
}

.sec3-txt-desc {
    color: #777;
    margin-top: 20px;
    line-height: 30px;
}

.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: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: end;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    color: #fff;
}

.section4-item-pic {
    overflow: hidden;
    display: flex;

}

.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: 400px;
}

.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: 33.33%;
}

.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;
}


/* 介绍 */
.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 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-sec2-right {
    display: flex;
}

.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 span {
    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;
    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: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    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;
}

.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-top: 1.1rem;
}

.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-top: .97rem;
    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;
}





@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);
    }

}