.banner {
    width: 100%;
    padding-bottom: 40.8%;
    position: relative;
}

.banner::after {
    content: "";
    width: 100%;
    height: 15.5%;
    background: url(../../images/MPA/banner-adv.png) no-repeat center/cover;
    position: absolute;
    bottom: -1px;
    z-index: 2;
}

.banner .swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner .swiper .swiper-slide {
    width: 100%;
    height: 100%;
    display: block;
}

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

.banner .swiper-pagination {
    bottom: 15%;
    z-index: 4;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #fff;
    opacity: 1;
    margin: 0 10px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #235EDE;
}


/* ä¸»ä½“å†…å®¹ */

.main {
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.part01 {
    width: 100%;
    background: url(../../images/MPA/bg.png) no-repeat left bottom/48%;
    padding-bottom: 80px;
}

.impNav {
    width: 62.5%;
    background: linear-gradient(to bottom, rgba(215, 215, 215, 1) 10%, rgba(241, 161, 131, 1) 66.66%, rgba(233, 107, 62, 1) 100%);
    padding: 5px;
    border-radius: 110px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-top: -80px;
    z-index: 10;
}

.impNavCon {
    background: #fff;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    border-radius: 110px;
}

.impNavCon a {
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    gap: 10px;
}

.impNavCon a+a {
    border-left: 1px solid #B9B9B9;
}

.impNavCon a::before {
    content: '';
    width: 34px;
    height: 34px;
    background: url(../../images/MPA/icon-sj.png) no-repeat center/contain;
}

.impNavCon a:hover {
    color: #2652B2;
}

.impNavCon a:hover::before {
    background-image: url(../../images/MPA/icon-sjOn.png);
}

.tabA a,
.tzzxContent {
    display: none;
}

.tabA a.active,
.tzzxContent.active {
    display: block;
}

.tzzxTit {
    width: 100%;
    padding: 22px 0;
    border-bottom: 1px solid #D0D0D0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tzzxTit h2,
.zyss {
    font-size: 34px;
    color: #333;
}

.tzzxTit h2::first-letter,
.zyss::first-letter {
    font-size: 45px;
    color: #2652B2;
}

.tabLi ul {
    display: flex;
    align-items: center;
    gap: 28px;
}

.tabLi ul li {
    width: 145px;
    height: 60px;
    background: #E6E6E6;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    cursor: pointer;
}

.tabLi ul li.active,
.tabLi ul li:hover {
    background: #2652B2;
    color: #fff;
    font-weight: bold;
}

.tabA a,
.indexMore {
    font-size: 16px;
    color: #666666;
    width: 137px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #8B8B8B;
    position: relative;
    text-align: center;
}

.indexMore {
    display: block;
}

.tabA a::after,
.indexMore::after {
    content: '';
    width: 137px;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #8B8B8B;
    position: absolute;
    bottom: -6px;
    right: -6px;
    z-index: -1;
    transition: 0.3s;
}

.tabA a p,
.indexMore p {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #666666;
}

.tabA a p::after,
.indexMore p::after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../../images/MPA/icon-triangle.png) no-repeat center/contain;
}

.tabA a:hover::after,
.indexMore:hover::after {
    background: #235EDE;
    transition: 0.3s;
}

.tzzxFlex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.tzzxFlex .tw {
    width: 54%;
    position: relative;
    overflow: hidden;
}

.tzzxFlex .tw i {
    width: 100%;
    height: 528px;
    overflow: hidden;
}

.tzzxFlex .tw i img {
    transition: 0.3s;
}

.tzzxFlex .tw:hover i img {
    transform: scale(1.05);
}

.tzzxFlex .tw .twTxt {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 30px 40px;
    width: 100%;
}

.tzzxFlex .tw .twTxt h6 {
    font-size: 24px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tzzxR {
    width: calc(46% - 30px);
}

.tzzxR .first {
    display: flex;
    width: 100%;
    height: 170px;
    background: #F4F4F4;
    border-radius: 10px;
    position: relative;
    padding: 25px 16px 25px 30px;
}

.tzzxR .first .btzy {
    width: calc(100% - 88px);
    padding-right: 22px;
}

.tzzxR .first .btzy h6 {
    font-size: 22px;
    color: #333333;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
}

.tzzxR .first .btzy p {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tzzxR .first .time {
    width: 88px;
    height: 150px;
    position: absolute;
    top: -10px;
    right: 16px;
    background: url(../../images/MPA/timeBg.png) no-repeat top center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-right: 10px;
}

.tzzxR .first .time p {
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px 0;
}

.tzzxR .first .time p b {
    font-weight: bold;
    font-size: 28px;
}

.tzzxR .first .time p:first-child {
    border-bottom: 1px solid #fff;
}

.tzzxR .first:hover .btzy h6 {
    color: #2652B2;
}

.tzzxR ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.tzzxR ul li {
    width: calc(50% - 10px);
    border-radius: 10px;
    background: #F4F4F4;
    height: 160px;
    padding: 30px 25px;
}

.tzzxR ul li span {
    font-weight: 500;
    font-size: 18px;
    color: #2652B2;
}

.tzzxR ul li h6 {
    font-size: 20px;
    color: #333333;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tzzxR ul li:hover {
    background: #2652B2;
}

.tzzxR ul li:hover h6,
.tzzxR ul li:hover span {
    color: #fff;
}

.part02 {
    width: 100%;
    background: url(../../images/MPA/bg2.png) no-repeat center bottom/cover;
    padding: 50px 0;
}

.zyss {
    text-align: center;
}

.event {
    margin-top: 44px;
    width: 100%;
    margin-bottom: 20px;
}

.event ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.event ul li {
    width: calc(25% - 26px);
    transition: 0.3s;
}

.event ul li a {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.event ul li a i {
    width: 100%;
    height: 294px;
}

.event ul li a .evetTxt {
    width: 100%;
    background: url(../../images/MPA/eventTxtBg.png) no-repeat center top/cover;
    position: relative;
    margin-top: -50px;
    height: 200px;
    padding: 30px;
    padding-top: 54px;
    transition: 0.3s;
}

.event ul li a .evetTxt h6 {
    font-size: 28px;
    color: #333333;
}

.event ul li a .evetTxt h6::after {
    content: "";
    width: 96px;
    height: 8px;
    background: url(../../images/MPA/eventLine.png) no-repeat right center/contain;
    display: block;
    margin-top: 13px;
}

.event ul li a .evetTxt span {
    font-size: 18px;
    color: #666666;
    background: url(../../images/MPA/icon-more.png) no-repeat right center/14px;
    padding-right: 22px;
    margin-top: 22px;
    display: inline-block;
}

.event ul li:hover {
    transform: translateY(-20px);
}

.event ul li:hover .evetTxt h6,
.event ul li:hover .evetTxt span {
    color: #fff;
}

.event ul li:hover .evetTxt h6::after {
    background-image: url(../../images/MPA/eventLineOn.png);
}

.event ul li:hover .evetTxt {
    background-image: url(../../images/MPA/eventTxtBgOn.png);
}

.event ul li:hover .evetTxt span {
    background-image: url(../../images/MPA/icon-moreOn.png);
}

.videoTit {
    font-size: 45px;
    color: #2652B2;
    text-align: center;
    margin: 30px 0;
}

.part03 {
    width: 100%;
    background: url(../../images/MPA/bg3.png) no-repeat center bottom/cover;
    padding: 40px 0;
}

.videoCon {
    width: 93.7%;
    background: url(../../images/MPA/bg3Bot.png) no-repeat center bottom/contain;
    margin: 0 auto;
    padding-bottom: 3.8%;
}

.video-swiper {
    width: 100%;
    position: relative;
    padding: 0 7%;
}

.video-swiper .swiper {
    padding-top: 30px;
}

.videoItem {
    width: 100%;
}

.videoItem i {
    width: 100%;
    padding-bottom: 74.8%;
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.videoItem>i>img {
    position: absolute;
    top: 0;
    left: 0;
}

.videoItem i .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
}

.videoItem i .shadow a {
    display: none;
}

.videoTxt {
    width: 100%;
    padding: 20px;
    height: 130px;
}

.videoTxt h6 {
    font-size: 28px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}

.videoItem:hover .videoTxt h6,
.video-swiper .swiper-slide-active .videoItem .videoTxt h6 {
    color: #2652B2;
}

.video-swiper .swiper-slide-active .videoItem i .shadow a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.video-swiper .swiper-slide-active .videoItem i .shadow a img {
    width: 66px;
    height: 66px;
}

.videoBtn .swiper-button-next:after,
.videoBtn .swiper-button-prev:after {
    content: none;
}

.videoBtn .swiper-button-next,
.videoBtn .swiper-button-prev {
    width: 36px;
    height: 70px;
    background: url(../../images/MPA/swiperL.png) no-repeat center/contain;
}

.videoBtn .swiper-button-next {
    background-image: url(../../images/MPA/swiperR.png);
    right: 40px;
}

.videoBtn .swiper-button-prev {
    left: 40px;
}

.part04 {
    padding: 125px 0;
    background: url(../../images/MPA/bg4.png) no-repeat left center/cover;
    position: relative;
    z-index: 0;
}

.stuLife {
    width: 50%;
}

.stuIntro {
    width: 100%;
    margin-bottom: 50px;
}

.stuIntro h2 {
    font-size: 34px;
    color: #FFFFFF;
}

.stuIntro h2::first-letter {
    font-size: 45px;
}

.stuIntro p {
    font-size: 18px;
    color: #FFFFFF;
}