.GZmain {

  width: 100%;
  /* overflow: hidden; */
}

.GZcard {
    position: relative;
    /* margin-top: -100px; */
    top: -340px;
    z-index: 4;

  /* width: 1367px;
  height: 588px; */
  width: 70%;

  border: 1px solid rgb(112, 112, 112);
  border-radius: 32px;
  background: rgb(255, 255, 255);
  margin: 0 auto;
  margin-top: 200px;
  ;
  padding: 64px 78px;
}

.GZmain>.GZcard>h1 {
  height: 36px;
  color: #666;
  font-size: 36px;
  line-height: 36px;
}

.GZmain>.GZcard>h2 {
  /* height: 60px; */
  color: #1B1C80;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
  margin-top: 30px;
  margin-bottom: 30px;


}

.GZmain>.GZcard>p {
  font-size: 24px;
  color: #666;
  line-height: 30px;
}

.GZmain>.GZcard>p>span {
  color: #1B1C80;
  font-weight: 900;
}

.GZpolygon {
  width: 70%;
  /* height: 308px; */
  margin: 0 auto;
  margin-top: -250px;
  display: flex;
  justify-content: space-between;
  ;
}

.GZpolygon>.GZbox {
    display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
  width: 268px;
  height: 308px;
  text-align: center;
  /* padding-top: 40px; */
}

.GZpolygon>.GZbox img {
   width: 100px;
   height: 100px;
}

.GZpolygon .GZbox:hover {
  background-image: url('/Content/MarchSevenTh/home/iconImg/6f1da7691106f67cece5fefdafd9eae.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}

.GZpolygon>.GZbox>h1 {
  color: rgb(60, 61, 131);

  font-size: 48px;
  font-weight: 900;
  text-align: center;
  display: flex;
  justify-content: center;
}

.GZpolygon>.GZbox>h1>span {
  display: inline-block;
  font-size: 20px;
  vertical-align: top;
  line-height: 2;
  font-weight: 900;

}

.GZpolygon>.GZbox>p {
  color: rgb(102, 102, 102);
  font-size: 23px;
  text-align: center;
  line-height: 24px;
}

.GZacceessBnt {
  position: relative;
  width: 1367px;
  height: 56px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  ;
  font-weight: 400;
  margin-bottom: 60px;

}


.GZacceessBnt>span {
  position: absolute;
  left: 477px;

  cursor: pointer;
  display: inline-block;
  width: 413px;
  height: 56px;
  border: 2px solid rgb(230, 0, 18);
  border-radius: 28.5px;
  text-align: left;
  padding-left: 30px;
  line-height: 52px;
  color: rgb(230, 0, 18);
  font-size: 26px;
  transform-origin: left center;
  transition: all 0.3s ease-out;
}

.GZacceessBnt>span>.GZarrowhead {
  transition: all 0.3s ease-out;
  margin-left: 20px;
}

.GZacceessBnt>span:hover {
  width: 430px;
  color: #fff;
  background-color: #ce0013;

}

.GZacceessBnt>span:hover .GZarrowhead {
  margin-left: 40px;

}

 .GZacceessBnt .GZreportllink .arrow {
  margin-left: 10px;
  transition: all 0.3s ease-out;
}

.GZacceessBnt .GZreportllink:hover .arrow {
  margin-left: 20px;
}
.gz-explore-section {
  width: 100%;
  background-color: #f3f3f9;
  padding-top: 100px;
}

.gz-explore-section>.gz-explore-grid {
  width: 1367px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  /* 添加这行允许flex项目换行 */
}

.gz-explore-section>.gz-explore-grid>.gz-explore-card {
  position: relative;
  cursor: pointer;
  width: 436px;
  height: 390px;
  border-radius: 30px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background: rgb(255, 255, 255);
  margin-bottom: 50px;
  /* padding-top: 170px; */
  padding-top: 200px;
  transition: all 0.2s ease-out;
}


.gz-explore-section .gz-card-image {
  /* 1-1 (组件集 81) */
  transition: all 0.2s ease-out;
  position: absolute;
  display: block;
  width: 377px;
  height: 192px;
  left: 29px;
  top: 20px;
  margin: 0 auto;
  border-radius: 16px;
}

.gz-explore-section .gz-card-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.gz-explore-section .card-content {
  padding: 25px;
}

.gz-explore-section .card-content h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.gz-explore-grid h2 {
    margin-top: 0px;
  color: rgb(27, 28, 128);
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}

.gz-explore-grid p {
  color: rgb(102, 102, 102);
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 26px;
    margin: 15px 0 0 0;
}

.gz-explore-grid .gz-card-link {
  display: none;
  margin-top: 10px;
  color: rgb(27, 28, 128);
  font-size: 26px;
  text-decoration: none;
  font-weight: 400;
  align-items: center;
  transition: all 0.2s ease-out;

}

.gz-explore-grid>.gz-explore-card:hover .gz-card-image {
  top: -20px;
}

.gz-explore-grid>.gz-explore-card:hover {
  padding-top: 170px;
}

.gz-explore-grid :hover .gz-card-link {
  display: block;

}

.gz-explore-section .gz-explore-text {
  width: 436px;
  height: 404px;
  padding-left: 20px;
}

.gz-explore-section .gz-explore-text h1 {
  color: rgb(27, 28, 128);
  font-size: 72px;
  font-weight: 700;
  text-align: left;
  line-height: 90px;
  margin-top: 20px;
}

.gz-explore-section .gz-explore-text p {
  color: rgb(102, 102, 102);
  width: 330px;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  line-height: 30px;
  margin-top: 20px;

}

.GZmain .swiper {
  width: 100%;
  /* height: 760px; */
  overflow: none !important;
}

.GZmain .gzBananSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;

}

.GZmain .gzBananSwiper .swiper-slide img {
  display: block;
  width: 80%;
  height: 470px;
  vertical-align: top;
  object-fit: fill;
}


.gzBananSwiper .mySwiper {
  position: relative;
}

.gzBananSwiper .swiper-pagination {
  position: absolute;
  bottom: 0px !important;

}

.gzBananSwiper .swiper-pagination-bullet {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background-color: #fff !important;
  border: 1px solid rgb(112, 112, 112);
  transform: scale(1) !important;
}

.gzBananSwiper .swiper-pagination-bullet-active {
  width: 30px !important;
  height: 30px !important;
  border: 1px solid rgb(112, 112, 112) !important;
  background: rgb(102, 102, 102) !important;
  transform: scale(1) !important;
}

.gzConcurrent {
  width: 1367px;
  height: 100px;
  margin: 0 auto;
  text-align: left;
  color: rgb(27, 28, 128);
  font-size: 56px;
  font-weight: 700;
  margin-top: 50px;
}

.gzLoopSwiper {
  position: relative;
  width: 1367px;
  height: 478px;
  margin: 0 auto;
  transition: all 0.2s ease-out !important;

}

.gzLoopSwiper .swiper-wrapper {
  background-color: #fff;
  min-width: 3000px;
}

.gzLoopSwiper .swiper-slide {

  width: 419px;
  height: 478px;
  box-sizing: border-box;
  border: 1px solid rgb(198, 198, 198);
  border-radius: 25px;
  top: 0px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background: rgb(255, 255, 255);
  /* display: none; */
  flex-wrap: wrap;
  transition: all 0.2s ease-out !important;
}

.gzLoopSwiper .gzImgBox {
  width: 100%;
  height: 259px;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  /* border-radius-top-right-radius: 25px; */
}

.gzLoopSwiper .gzImgBox img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: contain
}

.gzLoopSwiper .gzImgBoxContent {
  width: 100%;
  height: 219px;
  padding: 20px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #3c3d83;
  transition: all 0.2s ease-out;
}

.gzLoopSwiper .gzImgBoxContent p {
  color: #fff;
  text-align: left;
  font-size: 21px;
  font-weight: 400;
}

.gzLoopSwiper .gzImgBoxContent .gzBotmLine {
  height: 76px;
  border-bottom: 1px solid #fff;
}

.gzLoopSwiper .swiper-slide:hover .gzImgBoxContent {
  background-color: #1a1471;
}

.gzLoopSwiper .swiper-slide:hover {
  top: -20px;

}

.gzLoopSwiper .swiper-button-prev {
  position: absolute !important;
  left: -4% !important;
  color: #656565 !important;
  z-index: 0;
}

.gzLoopSwiper .swiper-button-next {
  position: absolute !important;
  right: -5% !important;
  color: #656565 !important;
  z-index: 0;
}



.gzSession {
  height: 940px;
  width: 100%;
  background-image: url('/Content/MarchSevenTh/home/5. Sessions in the Spotlight_background.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  color: white;
  margin-top: 120px;


}

.gzSession>.gzSession-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(35, 35, 90);
  opacity: 0.9;
}

.gzSession-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  /* max-width: 1200px; */
  max-width: 75%;
  margin: 0 auto;
  padding: 80px 20px;
  display: flex;
  justify-content: space-between;
  height: 100%;

}

.gzSession-left {
  flex: 0 0 54%;
  padding-right: 10%;

}

.gzSession-left h1 {
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
}

.gzSession-left p {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 50px;
}

.gzSession-description {
  opacity: 0.9;
  margin-bottom: 40px;
  font-size: 24px !important;
}

.gzSession-btn {
  width: 405px;
  background: transparent;
  border: 1px solid white;
  color: white;
  padding: 12px 24px;
  font-size: 26px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50px;
  transform-origin: left center;
  transition: all 0.3s ease-out;

}

.gzSession-btn:hover {
  background: #fff;
  color: rgb(35, 35, 90);
  width: 450px;
}

.gzSession-btn .arrow {
  margin-left: 10px;
  transition: all 0.3s ease-out;
}

.gzSession-btn:hover .arrow {
  margin-left: 40px;
}

.gzSession-right {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.gzSession-item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  /* width: 100%; */
  width: 674px;
  /* height: 205px; */
  padding: 30px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.gzSession-item:hover {
  background: rgba(255, 255, 255, 0.15);
}

.gzSession-text p {
  font-size: 26px;
  margin-bottom: 15px;
}

.gzSession-time {
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px !important;
}

.gzSession-register {
  background: transparent;
  border: none;
  color: white;
  padding: 0;
  font-size: 26px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.gzSession-register:hover {
  opacity: 0.8;

}

.gzSession-register:hover .gzSession-register-text {
  text-decoration: underline;
}

.gzSession-register .arrow {
  margin-left: 10px;
  transition: all 0.3s ease-out;
}

.gzSession-register:hover .arrow {
  margin-left: 24px;


}

/* Latest News 部分样式 */
.gzLatest {
  width: 1710px;
  height: 971px;
  margin: 0 auto;
  padding: 80px 140px;
  border-radius: 54px;

  background: rgb(243, 243, 249);
  margin-top: 120px;
}

.gzLatest-header {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-bottom: 40px;
}

.gzLatest-header h2 {
  color: #666;
  font-size: 56px;
  font-weight: 700;
  padding-left: 20px;
}

.gzLatest-header a {
  display: inline-block;
  width: 180px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  border: 2px solid rgb(27, 28, 128);
  border-radius: 28.5px;
  font-size: 26px;
  text-decoration: none;
  color: rgb(27, 28, 128);
  transform-origin: left center;
  transition: all 0.3s ease-out;
}

.gzLatest-header a .arrow {
  transition: all 0.3s ease-out;
}

.gzLatest-header a:hover {
  background: rgb(27, 28, 128);
  color: #fff;
  width: 200px;
}

.gzLatest-header a:hover .arrow {
  margin-left: 20px;
}

.gzLatest-swiper {
  position: relative;
  height: 100%;
  width: 1450px !important;
  overflow: hidden;
  margin: 0 auto;
}

.gzLatest-swiper .swiper-pagination {
  position: absolute;
  bottom: 100px !important;

}

.gzLatest-swiper .swiper-pagination-bullet {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  background-color: #fff !important;
  border: 1px solid rgb(112, 112, 112);
  transform: scale(1) !important;
}

.gzLatest-swiper .swiper-pagination-bullet-active {
  width: 30px !important;
  height: 30px !important;
  border: 1px solid rgb(112, 112, 112) !important;
  background: rgb(102, 102, 102) !important;
  transform: scale(1) !important;
}

.gzLatest-swiper .swiper-wrapper {
  width: 100%;

}

.gzLatest-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 450px !important;
  height: 619px !important;
  border-radius: 30px;
  margin:  0 7px;

  /* background: #fff; */
  margin-right: 10px
  /* overflow: hidden; */
}
.gzLatest-swiper  .divImg {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  overflow: hidden;
}

.gzLatest-swiper .swiper-wrapper .swiper-slide .gzTitleTip{
  position: absolute;
  left: -10px;
  top:  30px;
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  text-align: center;
  background-color: #5953a4;
  color: #fff;
  z-index:999;
  display:none;
  transition: all 0.3s ease-out;
}
.gzLatest-swiper .swiper-wrapper .swiper-slide:hover .gzTitleTip{  
  display:block  ; 
   transition: all 0.3s ease-out;
}

.gzLatest-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 341px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  transition: all 0.3s ease-out;
    object-fit: cover;
}

.gzLatest-swiper .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.05);
}

.gzLatest-swiper .swiper-wrapper .swiper-slide h1 {
  color: rgb(112, 112, 112);
  font-size: 22px;
  font-weight: 700;
  margin-top: 33px;
  padding: 0 40px;
line-height: 1.3;
}

.gzLatest-swiper .swiper-wrapper .swiper-slide .gzLearnMore {
  position: absolute;
  cursor: pointer;
  left: 40px;
  bottom: 33px;
  font-size: 25px;
  color: rgb(27, 28, 128);
  transition: all 0.3s ease-out;
}

.gzLatest-swiper .swiper-wrapper .swiper-slide .gzLearnMore .arrow {
  vertical-align: middle;
  transition: all 0.3s ease-out;
}

.gzLatest-swiper .swiper-wrapper .swiper-slide .gzLearnMore:hover .gzLearnMore-text {
  text-decoration: underline;
}

.gzLatest-swiper .swiper-wrapper .swiper-slide .gzLearnMore:hover .arrow {
  margin-left: 16px;
}

/* show gallery */
.GZshowGallery {
  width: 100%;
  background-color: #fff;
  padding-top: 120px;
  margin-bottom: 60px;
}

.GZshowGallery h1 {
  text-align: center;
  color: rgb(27, 28, 128);
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 20px;
}

.GZshowGallery p {
  color: rgb(102, 102, 102);
  font-size: 28px;
  font-weight: 400;
  text-align: center
}


.GZshowGallery .gzSwiperGallery {
  width: 100%;
  height: 100%;
}

.GZshowGallery .swiper-wrapper {
  position: relative;
}

.GZshowGallery .swiper-slide {
  width: 601px;
  height: 394px;
  text-align: center;
  font-size: 18px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}

.GZshowGallery .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}

.gzSwiperGallery1 {
  width: 100%;
  padding: 50px 0;
  /* margin-top: 50px; */
}

.gzSwiperGallery1 .gallery-swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.gzSwiperGallery1 .swiper-slide {
  background-position: center;
  background-size: cover;
  /* width: 477px !important; */
  height: 300px;
  transition: transform 0.3s ease;
}

.gzSwiperGallery1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 20px; */
}

.gzSwiperGallery1 .swiper-slide-active {
  transform: scale(1);
}

.gzSwiperGallery1 .swiper-slide-prev,
.gzSwiperGallery1 .swiper-slide-next {
  transform: scale(0.8);
}

.gzSwiperGallery1 .swiper-pagination {
  position: absolute;
  bottom: 0;
}

.gzSwiperGallery1 .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgb(112, 112, 112);
  opacity: 1;
}

.gzSwiperGallery1 .swiper-pagination-bullet-active {
  background: rgb(102, 102, 102);
  border: 1px solid rgb(112, 112, 112);
}

.GZshowGallery .gzPhotosBnt {
    margin-top:40px;
  text-align: left;
  width: 306px;
  height: 57px;
  margin: 0 auto;

}

.GZshowGallery .gzPhotosBnt-text {
  display: inline-block;
  width: 286px;
  height: 57px;
  border: 2px solid rgb(27, 28, 128);
  border-radius: 28.5px;
  color: rgb(27, 28, 128);
  font-size: 26px;
  /* margin: 0 auto; */
  text-align: center;
  line-height: 52px;
  cursor: pointer;
  transform-origin: left center;
  transition: all 0.3s ease-out;
}

.GZshowGallery .gzPhotosBnt-text:hover {
  width: 306px;
  background-color: rgb(27, 28, 128);
  color: #fff;
}

.GZshowGallery .gzPhotosBnt-text .arrow {
  transition: all 0.3s ease-out;
  vertical-align: middle;
  margin-left: 10px;
}

.GZshowGallery .gzPhotosBnt-text:hover .arrow {
  margin-left: 30px;
}

.gzHonoredExhibitors {
  height: 759px;
  width: 100%;
  background: rgb(243, 243, 249);
  padding-top: 100px;
}


/* Partners */
.GZshowPartners {
    height: 260px;
  width: 100%;
  background-color: #fff;
  padding-top: 60px;
  margin-bottom: 120px;
}
.GZshowPartners h1 {
    text-align: center;
    color: rgb(102, 102, 102);
    font-size: 56px;
    font-weight: 700;
    margin-bottom:  60px;
}

.GZshowPartners .swiper-slide .imgDiv {
    width: 250px;
    /* 容器宽度 */
    height: 200px;
    /* 容器高度 */
    overflow: hidden;
        display: flex;
            align-items: center;
            justify-content: center;
}
.GZshowPartners .swiper-slide .imgDiv img {
    max-width: 90%;
        /* 图片最大宽度为容器宽度 */
        max-height: 100%;
        /* 图片最大高度为容器高度 */
        width: auto;
        /* 保持图片宽高比 */
        height: auto;
        /* 保持图片宽高比 */
        object-fit: contain;
        /* 保持图片比例，完整显示 */
            transition: all 0.3s ease-out;
}

.GZshowPartners .swiper-slide img:hover {
    transform: scale(1.2);
    /* transition: all 0.3s ease-out;
      display: block;
    width:270px;
    height: 140px; */
  /* object-fit: cover; */
  /* border-radius: 20px; */
}








s