@charset "utf-8";
.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}

a{
    -webkit-tap-highlight-color:rgba(255,0,0,0)
}
img a{
    -webkit-touch-callout:none;
}

.fl{
    float: left;
}
.fr{
    float: right;
}


#public-nav-index>a {
    color: #EC7E36 !important;
}
/*.bannerBgWrap.css start*/
.bannerBgWrap{
    height: 548px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1920px;
}
.bannerBgWrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: linear-gradient(180deg, rgba(2, 35, 120, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    /*background-color: rgba(2, 35, 120, 0.5);*/
    z-index: 2;
    pointer-events: none;
}
.bannerPoster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 1;
    transition: opacity 0.5s ease;
}
.bannerVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0; /* 初始隐藏视频，先显示封面 */
    transition: opacity 0.5s ease;
}
.bannerVideo.isPlaying {
    opacity: 1;
}
.bannerBgWrap .wrap {
    position: relative;
    z-index: 3;
}
.wrap{
    width: 1170px;
    margin: 0 auto;
}
.bannerContentWrap{
    /*padding-top: 60px;*/
    padding-top: 74px;
}
.bannerContentWrap h3{
    font-weight: bold;
    font-size: 36px;
    color: #EC7E36;
    text-align: left;
}
.bannerContentWrap p{
    margin-top: 25px;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 48px;
    margin-bottom: 36px;
}
.bannerContentWrap .dateAndTime{
    display: flex
}
.bannerContentWrap .dateAndTime span:first-child{
    margin-right: 37px;
}
.bannerContentWrap .dateAndTime span{
    font-size: 24px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.bannerContentWrap .dateAndTime span:before {
    display: inline-block;
    content: "";
    background: url("../img/rili.png") no-repeat 0 center;
    width: 26px;
    height: 27px;
    margin-right: 15px;
}
.bannerContentWrap .dateAndTime span:last-child:before{
    content: "";
    background: url("../img/didian.png") no-repeat 0 center;
    width: 24px;
    height: 30px;
}
.bannerContentWrap .linkWrap{
    margin-top: 80px;
}
.bannerContentWrap .linkWrap a{
    display: inline-block;
    width: 164px;
    height: 60px;
    background: #EC7E36;
    border-radius: 6px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #FFFFFF;
}
.bannerContentWrap .linkWrap a:first-child{
    margin-right: 20px;
}
.bannerContentWrap .linkWrap a:hover{
    background:#D46D2A;
    transition: background 0.3s ease;
}
/*.bannerBgWrap.css end*/

/* Common Styles */
.text-center {
    text-align: center;
}

.sectionLabel {
    color: #022378;
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 14px;
}

.sectionTitle {
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    line-height: 56px;
    margin-bottom: 32px;
}

.sectionDesc {
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    word-spacing: 5px;
}

.btnWhiteBorder {
    width: 146px;
    height: 46px;
    display: inline-block;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 46px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    margin-top: 3px;
}

.btnWhiteBorder:hover {
    color: #263F97 !important;
    background-color: #FFFFFF;
}

.btnBlackBorder {
    display: block;
    border: 1px solid #000000;
    border-radius: 6px;
    color: #000000;
    font-size: 12px;
    width: 146px;
    line-height: 46px;
    box-sizing: border-box;
    height: 46px;
    text-align: center;
    text-decoration: none;
}

.btnBlackBorder:hover {
    border: 1px solid #EC7E36;
    color: #000 !important;
}

/* This is CHCC Section */
.thisIsChccWrap {
    background-color: #FFFFFF;
    padding-top:32px;
    margin-bottom: 28px;
}

.thisIsChccContent {
    background-color: #FFFFFF;
    border: 2px solid #DEECFC;
    border-radius: 22px;
    padding: 50px 30px 66px 36px;
    margin-bottom: 28px;
}

.thisIsChccContent .sectionLabel {
    margin-bottom: 0;
}

.thisIsChccContent .sectionTitle {
    margin-top: 30px;
    margin-bottom: 16px;
}

/* Immersive Showcase Section */
.showcaseWrap {
    padding: 104px 0;
    background-color: #FFFFFF;
}

.showcaseTop {
    position: relative;
}

.showcaseTop .sectionTitle {
    margin-top: 2px;
}

.moreBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #010102;
    font-size: 12px;
    line-height: 48px;
}

.moreBtn a {
    color: #000000 !important;
}

.moreBtn:hover{
    border: 1px solid #EC7E36;
    transition: background 0.3s ease;
}


.showcaseBottom {
    position: relative;
}

.showcaseLeft {
    width: 504px;
    margin-top: 116px;
}

.showcaseText {
    margin-bottom: 135px;
}

.showcaseTitle {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    color: #000000;

}

.showcasedes{
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 32px;
    margin-top: 5px;
}

.showcaseRight {
    width: 686px;
    height: 688px;
    position: relative;
    background: url("../img/hallBG.png") no-repeat center;
    background-size: contain;
    position: absolute;
    right: -36px;
    top: -150px;
}

.hallsDiagram {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.flower-events {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: auto;
    cursor: pointer;
}

.hallItem {
    position: absolute;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    transition: transform 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.hallItemHover {
    transform: scale3d(1.06, 1.06, 1.06);
}


.hallCode {
    color: #002FA8;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 13px;
}

.hallName {
    color: #787878;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    word-spacing: 5px;
}

.hallS9 {
    top: 22px;
    left: 118px;
    width: 211px;
    height: 230px;
    background-image: url("../img/hallS9.png");
    padding-left: 40px;
}

.hallS9 .hallCode, .hallS16 .hallCode {
    margin-top: 48px;
}

.hallS16 {
    top: 22px;
    right: 133px;
    width: 213px;
    height: 229px;
    background-image: url("../img/hallS16.png");
    padding-right: 40px;
}

.hallS12 {
    bottom: 36px;
    left: 117px;
    width: 213px;
    height: 229px;
    background-image: url("../img/hallS12.png");
    padding-left: 38px;
}

.hallS12 .hallCode {
    margin-top: 98px;
}

.hallS13 {
    bottom: 36px;
    right: 133px;
    width: 213px;
    height: 228px;
    background-image: url("../img/hallS13.png");
    padding-right: 40px;
}

.hallS13 .hallCode {
    margin-top: 100px;
}

.hallS15 {
    top: 121px;
    left: 419px;
    width: 230px;
    height: 213px;
    background-image: url("../img/hallS15.png");
    padding-left: 62px;
}

.hallS15 .hallCode {
    margin-top: 78px;
}

.hallS10 {
    top: 122px;
    left: 20px;
    width: 228px;
    height: 211px;
    background-image: url("../img/hallS10.png");
    padding-right: 70px;
}

.hallS10 .hallCode {
    margin-top: 90px;
}

.hallS14 {
    top: 343px;
    left: 419px;
    width: 229px;
    height: 211px;
    background-image: url("../img/hallS14.png");
    padding-left: 38px;
}

.hallS14 .hallCode {
    margin-top: 40px;
}

.hallS11 {
    top: 342px;
    left: 20px;
    width: 228px;
    height: 211px;
    background-image: url("../img/hallS11.png");
    padding-right: 38px;
}

.hallS11 .hallCode {
    margin-top: 34px;
}

.hallsCenter {
    position: absolute;
    top: 251px;
    left: 247px;
    width: 176px;
    height: 176px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #030303;
    font-size: 30px;
    font-weight: bold;
    border: 10px solid #E0E8FD;
    line-height: 38px;
    box-sizing: border-box;
    word-spacing: -5px;
}

/* CHCC Conference Section */
.conferenceWrap {
    padding: 188px 0 0;
    background-color: #FFFFFF;
}

.conferenceWrap .sectionTitle {
    text-align: center;
    margin-bottom: 30px;
}

.conferenceWrap .sectionDesc {
    text-align: center;
    margin-bottom: 69px;
    word-spacing: 0;
}

.conferenceTopics {
    display: flex;
    flex-direction: column;
    gap: 23px;
    align-items: center;
}

.topicRow {
    display: flex;
    justify-content: center;
    gap: 23px;
    width: 100%;
}

.topicItem {
    background-color: #FFFFFF;
    border: 2px solid #ACBFEF;
    border-radius: 32px;
    padding: 0 53px;
    line-height: 64px;
    height: 64px;
    box-sizing: border-box;
    color: #022378;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.conferenceImage {
    width: 100%;
    background: url("../img/centerLineBg.png") no-repeat center 0;
    height: 312px;
    min-width: 1170px;
    margin-top: 64px;
}



/* Unmissable Experiences Section */
.experiencesWrap {
    padding-top: 95px;
    background-color: #FFFFFF;
}

.experiencesWrap .sectionTitle {
    margin-bottom: 26px;
}

.experiencesGrid {
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}

.experienceItem {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden;
    /*cursor: pointer;*/
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.experienceItem:hover {
    /*transform: translateY(-8px) scale(1.03);*/
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.4);
    transform: scale3d(1.01, 1.01, 1.01);
}

.experience-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: transform 0.4s ease;
}

.experienceItem:hover .experience-img {
    transform: scale(1.5);
}
.experience1 {
    height: 277px;
    width: 772px;
    margin-bottom: 23px;
}

.experience2 {
    height: 277px;
    width: 375px;
}

.experience3 {
    height: 375px;
    width: 375px;
    text-align: center;
}

.experience4 {
    height: 375px;
    width: 375px;
    text-align: center;
}

.experience5 {
    height: 375px;
    width: 375px;
    text-align: center;
}


.experienceTitle {
    color: #FEFEFE;
    position: relative;
    z-index: 1;
    font-size: 36px;
    font-weight: bold;
    line-height: 56px;
}

/* CHCC Enews Section */
.enewsWrap {
    background: linear-gradient(180deg, #263F97 100%, #3D67F3 100%);
    padding: 76px 0 91px;
    max-width: 1920px;
    margin: 70px auto 0;
}

.enewsHeader {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 53px;
}

.enewsTitleWrap {
    flex: 1;
}

.enewsTitleWrap .sectionLabel {
    color: #FDFDFC;
    margin-bottom: 18px;
}

.enewsTitle {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: bold;
    line-height: 56px;
    margin: 0;
}

/* CHCC Gallery Section */
.galleryWrap {
    padding-top: 94px;
    background-color: #FFFFFF;
}

.galleryHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.galleryHeader .btnBlackBorder {
    margin-left: auto;
}

.galleryDesc {
    color: #030202;
    font-size: 36px;
    font-weight: bold;
    line-height: 56px;
    margin: -2px 0 -7px;
}

.galleryDots {
    display: flex;
    justify-content: flex-end;
    top: 20px;
    height: 8px;
    bottom: unset;
}

.galleryDots .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #002FA8;
    box-sizing: border-box;
    background-color: transparent;
    opacity: 1;
    margin: 0 5px;
}

.galleryDots .swiper-pagination-bullet-active {
    background-color: #002FA8;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin: 0;
}

.galleryImages {
    display: flex;
    gap: 24px;
}

.galleryImages img {
    width: 274px;
    height: 158px;
    object-fit: cover;
}

/* Partners Section */
.partnersWrap {
    padding: 103px 0 93px;
    background-color: #FFFFFF;
}

.partnersTitle {
    color: #01154A;
    font-size: 24px;
    font-weight: bold;
    text-align: center;

}

.mediaPartners {
    margin-bottom: 89px;
    padding-top: 58px;
}

.swiper-container1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.partnerItem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 47px;
    column-gap: 27px;
}

.partnerItem a {
    display: flex;
    align-items: center;  /* 垂直居中图片 */
    justify-content: center;
    width: 212px;
    height: 90px;
    background-color: #FAFBFB;
    box-sizing: border-box;
    overflow: hidden;
}

.partnerItem img {
    max-width: 100%;
    max-height: 100%;
    width: auto;      /* 横向充满 */
    height: auto;     /* 按比例缩放高度 */
    display: block;
}

.partnerRow:last-child {
    margin-bottom: 0;
}

.partnerRow img {
    width: 212px;
    height: 90px;
    object-fit: contain;
    background-color: #FAFBFB;
    padding: 27px 42px;
}

.institutionalPartners {
    background: linear-gradient(to right, transparent 0%, #F5F5F5 50%, transparent 100%);
    padding: 18px 0 18px 247px;
    margin: 25px 0 21px;
    height: 345px;
    box-sizing: border-box;
}

.institutionalPartners ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.institutionalPartners li {
    color: #010101;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 4px;
}

.hallPopupContainer {
    position: relative;
    height: 100%;
    width: 100%;
    float: left;
}
