.banner {
    width: 100%;
    padding-bottom: 34.3%;
    position: relative;
    background: #000;
    margin-top: -84px;
}

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

.banner .swiper-slide {
    width: 72.9%;
    opacity: 0.6;
    transition: opacity 0.3s;
    position: relative;
}

.banner .bannerTxt {
    position: absolute;
    bottom: 30px;
    width: 80%;
    left: 70px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
    font-weight: bold;
    font-size: 29px;
    color: #FFFFFF;
    z-index: 10;
}

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

.banner .swiper-slide-active {
    opacity: 1;
    background: #fff;
    transition: opacity 0.3s;
}

.banner .swiper-slide-active>.blur img {
    filter: blur(20px);
}

.banner .swiper-slide-active i {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 3;
    filter: blur(0px) !important;
}

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

.banner .paginationCenter {
    position: relative;
    width: 72.9%;
}

.banner .paginationCenter .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    padding: 0 50px;
    bottom: 50px;
}

.banner .paginationCenter .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.8);
    transition: 0.3s;
}

.banner .paginationCenter .swiper-pagination .swiper-pagination-bullet-active {
    width: 50px;
    transition: 0.3s;
}

.part01 {
    padding: 50px 0;
    background: url(../images/en/part01.png) no-repeat center/cover;
}

.part01 .center {
    display: flex;
}

.newsBanner {
    width: 50%
}

.eventsBox {
    width: 50%;
    padding-left: 40px;
}

.indexTit {
    width: fit-content;
    display: flex;
    align-items: flex-end;
    margin-bottom: 16px;
}

.indexTit h1 {
    background: url(../images/en/news-tit.png) no-repeat bottom/contain;
    padding: 0 16px 4px 16px;
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    margin-right: 30px;
}

.eventsBox .indexTit h1 {
    background-image: url(../images/en/event-tit.png);
}

.admission .indexTit h1 {
    background-image: url(../images/en/admiss-tit.png);
}

.Video .indexTit h1 {
    background-image: url(../images/en/video-tit.png);
}

.Feature .indexTit h1 {
    background-image: url(../images/en/feature-tit.png);
}

.Research .indexTit h1 {
    background-image: url(../images/en/research-tit.png);
}

.indexTit a {
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    padding-right: 18px;
    background: url(../images/en/icon-more.png) no-repeat right center;
}

.newsImg {
    width: 100%;
    height: 480px;
    display: block;
    position: relative;
    background: #fff;
}

.newsImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.newsTxt {
    width: 90%;
    padding: 25px;
    position: absolute;
    bottom: 22px;
    z-index: 2;
}

.newsTxt::after {
    content: '';
    filter: blur(1px);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url(../images/en/new-conBg.png) no-repeat right top/cover;
    z-index: -1;
}

.newsTxtMin {
    display: flex;
}

.newsTxtMin span,
.newsTxtMin p {
    font-size: 14px;
    color: #FFFFFF;
    background: url(../images/en/icon-timeW.png) no-repeat left center;
    padding-left: 20px;
}

.newsTxtMin p {
    background-image: url(../images/en/icon-edit.png);
    margin-left: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsTxt h1 {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsPage {
    width: 95%;
    padding: 20px 25px;
    background: url(../images/en/news-navgatBg.png) no-repeat right center/cover;
    position: relative;
    margin-top: -25px;
    z-index: 11;
}

.newsPage .swiper-pagination {
    display: flex;
    justify-content: flex-start;
    position: static;
}

.newsPage .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #698EEB;
    opacity: 1;
}

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

.eventsBox {
    position: relative;
}

.evetsTabBox {
    width: 100%;
}

.eventLI {
    position: absolute;
    right: 0;
    top: 14px;
}

.eventLI ul {
    display: flex;
}

.eventLI li {
    font-size: 20px;
    color: #333333;
    cursor: pointer;
}

.eventLI li::after {
    content: "";
    width: 100%;
    height: 9px;
    display: block;
    margin-top: -11px;
}

.eventLI li.active {
    color: #243DB8;
}

.eventLI li.active::after {
    background: #9EAFFF;
}

.eventLI li+li {
    margin-left: 40px;
}

.eventCon {
    display: none;
}

.bigEvent {
    width: 100%;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.bigEvent i {
    width: 275px;
    height: 184px;
    flex-shrink: 0;
    position: relative;
}

.bigEvent i>span {
    background: url(../images/en/icon-timeW.png) no-repeat 10px center #243DB8;
    padding: 4px 10px;
    padding-left: 28px;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    bottom: 0;
}

.bigEvent i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.bigEventCon {
    padding-left: 20px;
    flex: 1;
    overflow: hidden;
}

.bigEventCon h6 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bigEventCon p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    margin-bottom: 20px;
}

.bigEventCon span img {
    transition: 0.3s;
}

.bigEvent:hover .bigEventCon span img {
    transform: scale(1.05);
    transition: 0.3s;
}

.bigEvent:hover .bigEventCon h6 {
    color: #243DB8;
}

.bigEvent:hover i img {
    filter: brightness(1.1);
    transition: 0.3s;
}

.indexEve {
    margin-top: 16px;
}

.indexEve a {
    width: 100%;
    display: flex;
    padding: 16px 0;
    border-bottom: 1px dashed #dfdfdf;
    transition: 0.3s;
    align-items: center;
    min-height: 80px;
}

.indexEve a h6 {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    padding-left: 16px;
    position: relative;
    flex: 1;
    overflow: hidden;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.indexEve a h6::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
}

.indexEve a span {
    flex-shrink: 0;
    width: 110px;
    text-align: right;
    font-size: 14px;
    color: #666666;
}

.indexEve a:hover {
    border-bottom: 1px solid #243DB8;
}

.indexEve a:hover h6 {
    color: #243DB8;
}

.indexEve a:hover h6::before {
    background: #243DB8;
}

.indexEve a:last-child {
    border-bottom: none;
}

.part02 {
    padding: 50px 0;
    background: url(../images/en/part02.png) no-repeat center/cover;
}

.part02 .center {
    display: flex;
}

.indexTitW h1,
.indexTitW a {
    color: #fff;
}

.indexTitW a {
    background-image: url(../images/en/icon-moreW.png);
}

.admission {
    width: 50%;
}

.Video {
    width: 50%;
    padding-left: 40px;
}

.admMess {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 426px;
}

.admLi {
    height: 66px;
    border-bottom: 2px solid #B7C9FF;
}

.admLi ul {
    display: flex;
    padding: 20px 0;
}

.admLi ul li {
    flex: auto;
    text-align: center;
}

.admLi ul li+li {
    border-left: 1px solid #BABABA;
}

.admLi ul li {
    font-size: 20px;
    color: #666666;
    cursor: pointer;
}

.admLi ul li.active {
    color: #243DB8;
}

.admCon {
    padding: 30px;
    display: none;
    height: calc(100% - 68px);
}

.silk h6 {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
    text-align: center;
}

.silk p {
    font-size: 16px;
    color: #333333;
    margin: 10px 0;
    text-align: justify;
}

.silk>a,
.videoCon a .videoTxtCon span {
    font-size: 14px;
    color: #243DB8;
    padding-right: 18px;
    background: url(../images/en/icon-line3.png) no-repeat right center;
    text-transform: uppercase;
    text-align: right;
    display: block;
}

.silk>a:hover,
.videoCon a .videoTxtCon span:hover {
    color: #698EEB;
}

.videoBox {
    background: #fff;
    padding: 20px;
}

.videoCon {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.videoCon a {
    transition: 0.3s;
}

.videoCon a i {
    width: 100%;
    height: 228px;
    display: block;
}

.videoCon a i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videoCon a .videoTxtCon {
    background: #F3F3F3;
    padding: 16px;
    height: 158px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s;
}

.videoCon a .videoTxtCon h6 {
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.videoCon a:hover .videoTxtCon {
    background: #243DB8;
}

.videoCon a:hover .videoTxtCon h6,
.videoCon a:hover .videoTxtCon span {
    color: #fff;
}

.videoCon a:hover .videoTxtCon span {
    background-image: url(../images/en/icon-line3W.png);
}

.part03 {
    padding: 50px 0;
    background: url(../images/en/part03.png) no-repeat center bottom/cover;
}

.part03 .center {
    display: flex;
}

.Feature {
    width: 50%;
    position: relative;
}

.Research {
    width: 50%;
    padding-left: 40px;
}

.FeatureBanner {
    width: 100%;
    height: 540px;
    position: relative;
}

.FeatureBanner .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.FeatureBanner .swiper-slide {
    height: calc((100% - 20px) / 2) !important;
}

.FeatureBanner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.FeatureBanner .swiper-slide a i {
    display: block;
    width: 100%;
    height: 100%;
}

.FeatureBanner .swiper-slide a i img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.FeatureTxt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient( 180deg, rgba(39, 47, 60, 0) 0%, #071740 100%);
    padding: 70px 25px 18px 25px;
}

.FeatureTxt h6 {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    overflow: hidden;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.FeatureBtn {
    position: absolute;
    top: -20px;
    right: 0;
    width: 70px;
    display: flex;
    justify-content: space-between;
}

.FeatureBtn .swiper-button-prev,
.FeatureBtn .swiper-button-next {
    width: 30px;
    height: 30px;
    background: #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
}

.FeatureBtn .swiper-button-prev::after,
.FeatureBtn .swiper-button-next::after {
    font-size: 18px;
    font-weight: bold;
    color: #243DB8;
}

.FeatureBtn .swiper-button-prev:hover,
.FeatureBtn .swiper-button-next:hover {
    background: #243DB8;
}

.FeatureBtn .swiper-button-prev:hover::after,
.FeatureBtn .swiper-button-next:hover::after {
    color: #fff;
}

.researchItem+.researchItem {
    margin-top: 15px;
}

.researchItem {
    background: #F6F6F6;
    padding: 10px;
    display: flex;
    align-items: center;
}

.researchItem i {
    background: #fff;
    width: 127px;
    height: 153px;
    flex-shrink: 0;
}

.researchItem i img {
    max-width: 100%;
    max-height: 100%;
}

.researchCon {
    padding-left: 20px;
    flex: 1;
    overflow: hidden;
}

.researchCon h6 {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.researchCon span {
    font-size: 14px;
    color: #243DB8;
    padding-left: 20px;
    background: url(../images/en/icon-ym.png) no-repeat left center;
}

.researchCon p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.researchItem:hover {
    background: #243DB8;
}

.researchItem:hover .researchCon p,
.researchItem:hover .researchCon h6,
.researchItem:hover .researchCon span {
    color: #fff;
}

.researchItem:hover .researchCon span {
    background-image: url(../images/en/icon-ymW.png);
}

.sideTool {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    z-index: 99;
    transition: 0.3s;
    cursor: pointer;
}

.sideTool.active {
    opacity: 1;
    transition: 0.3s;
}

.social {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    border: 3px solid #243DB8;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
}

.social a {
    border-radius: 6px;
    overflow: hidden;
}

.social a+a {
    margin-top: 10px;
}

.social a img {
    width: 60px;
    height: 60px;
}

.social a:hover,
.topBtn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.topBtn {
    width: 60px;
    height: 60px;
    background: url(../images/en/icon-scroll.png) no-repeat center/contain;
    margin-top: 20px;
    border-radius: 50%;
    overflow: hidden;
}