
/* 综合 */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.m-width-content {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}
.ipd-20 {
  padding: 0 100px;
}
@font-face {
  /* font-family: 'iconfont'; */
  /* Project id 4743711 */
  /* src: url('./ali_font.css'); */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.m_show {
  display: none;
}
.pc_show{
  display: block;
}
.content_bottom{
  background-image: url("./images/all_con_bg.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .exhibition-title{
    margin: 30px 0!important;
  }
  .m_show {
    display: block;
  }
  .pc_show {
    display: none;
  }
  .ipd-20{
    padding: 20px;
  }
  .header .header-nav {
    display: none !important;
  }
}
/* 模块1 banner */
.exhibition-banner {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .exhibition-banner {
    margin-top: 106px;
  }
}
.exhibition-banner .b-content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  color: #000;
  padding-top: 8vw;
}
.banner_image{
  width: 100%;
  height: auto;
}
.pc_bg_text{
  width: 45%;
  min-width: 465px;
}
.m_banner{
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .exhibition-banner,
  .m_show {
    margin-top: 70px;
  }
}
/* 模块1 banner 结束 */

/* 模块2 导航开始 */
@media screen and (min-width: 1000px) {
  .exhibition-nav {
    width: 100%;
    height: 70px;
    background: #f8f8f8;
    border-radius: 0px 0px 0px 0px;
  }
  .exhibition-nav .exhibition_nav_box ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .exhibition-nav .exhibition_nav_box ul li {
    line-height: 70px;
    color: #83898F;
    padding: 0 10px;
  }
  .exhibition-nav .exhibition_nav_box ul .active_color {
    color: #468AFF !important;
    font-weight: 600;
  }
  .nav-item a {
    font-size: 12px;
  }
  .sticky-header {
    position: -webkit-sticky;
    position: sticky;
    top: 106px;
    background: #f7f7f7;
    z-index: 99;
  }
}

@media screen and (max-width: 1000px) {
  .exhibition-nav {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .nav-item a {
    font-size: 16px;
  }
}
/* 模块2 导航结束 */

/* 模块3 倒计时开始 */
.group-box{
  /* background: linear-gradient(180deg, #BCDFFE 0%, #FFFFFE 100%); */
}
.park12-arab-grid .arab-title {
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0px 0;
  color: #0C0F4D;
  text-align: center;
}

.park12-arab-grid ul {
  display: flex;
  justify-content: center;
  align-items: center;
}



.park12-arab-grid li.num .n-item {
  background: rgba(255, 255, 255, 0.60);
  width: 140px;
  height: 160px;
  border-radius: 20px;
  background-size: cover;
  text-align: center;
  position: relative;
}

.park12-arab-grid li.num .n-item span {
  font-size: 60px;
  color: #0C0F4D;
  font-weight: bold;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  line-height: 1;
  font-family: 'Orbitron';
}

.park12-arab-grid li.num .n-item span:before {
  left: 33px;
}

.park12-arab-grid li.num .n-item span:after {
  right: 33px;
}

.park12-arab-grid li.num .n-item p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 20%;
  font-weight: 600;
  text-transform: uppercase;
  color: #0C0F4D;
}
.park12-arab-grid li.num {
  width: 140px;
  height: 160px;
  margin: 0 30px 0px 30px;
  background: #F7F7F7;
  border-radius: 18px;
}
@media screen and (max-width: 1000px) {
  .park12-arab-grid li.num {
      width: calc(200px * 0.35);
      height: calc(250px * 0.35);
      margin: 0 10px;
      padding: 0;
      background: #F7F7F7;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .park12-arab-grid li.num .n-item {
      width: 100%;
      height: 100%;
      border-radius: 10px;
      background: rgba(255, 255, 255, 0.60);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .park12-arab-grid li.num .n-item span {
      font-size: 18px;
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      transform: none;
      margin-bottom: 5px;
    }

    .park12-arab-grid li.num .n-item:after {
      width: calc(110px * 0.35);
      display: none;
    }
    .park12-arab-grid li.num .n-item span:after,
    .park12-arab-grid li.num .n-item span:before {
      display: none;
    }
    .park12-arab-grid li.num .n-item p {
      font-size: 12px;
      position: relative;
      bottom: auto;
      left: auto;
      right: auto;
      padding-bottom: 0;
      margin-top: 0;
    }
    .park12-arab-grid {
      /* height: 150px; */
    }
    .park12-arab-grid .arab-title {
      padding-top: 20px;
      padding-bottom: 20px;
    }
}



/* 模块3 倒计时结束 */


/* 模块4 产品开始 */
.exhibition-title {
  color: #0C0F4D;
  text-align: center;
  margin: 60px 0 60px 0px;
}
.exhibition-title h2{
  display: inline-block;
  padding: 0 15px;
  background-image: url("./images/h2_bg.png");
  background-size: 46px 46px;
  background-repeat: no-repeat;
  background-position: right top;
}
.exhibition-tabitem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.exhibition-tabitem a {
  display: inline-block;
  color: #121212;
  border-radius: 8px;
  padding: 12px;
  min-width: 250px;
  text-align: center;
  transition: all 0.4s;
  background-image: url('./images/tab_text_bg.png');
  background-size: cover;
}
.exhibition-tabitem a:hover {
  border-color: #1657A1;
}
.exhibition-tabitem a.cur {
  color: #FFF;
  border: none;
  background-color: #0165B9;
  background-image: none;
}
.exhibition-title.t-left {
  text-align: left;
}
.exhibition-title.t-left h2:after {
  left: 0;
  transform: translate(0, -60%);
}
.exhibition-wehave-grid {
  padding: 2vw 0;
}
.product_img_bg{
  width: 100%;
}
.exhibition-tabbox .swiper-slide{
  overflow: hidden;
}
.exhibition-tabbox .swiper-slide:hover .product_img{
  /* transform: scale(1.1);
  transition: all 1s ease; */
}
.product_img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.long_pic_box{
  width: 100%;
  max-width: 1480px;
  position: relative;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.product_long_pic{
  width: 100%;
  max-width: 1480px;
}
.long_pic_con{
  position: absolute;
  top: 20%;
  left: 55%;
  color: #0C0F4D;
}
.product_long_btn{
  width: 40%;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.6s;
}
.product_long_btn:hover{
  transform: translateY(-5px);
}
.products_swiper {
  overflow: hidden;
  position: relative;
}
.products_swiper .t-tt{
  position: absolute;
  bottom: 0;
  text-align: center;
  display: block;
  width: 100%;
  color: #1A1A1A;
  background: rgba(255, 255, 255, 0.8);
  height: 50px;
  line-height: 50px;
  font-weight: 600;
}

.exhibition-tabbox .p2news-page {
  width: 100%;
  height: 50px;
  position: relative;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 55px 0 0;
}

.exhibition-tabbox .p2news-page .swiper-button-next,
.exhibition-tabbox .p2news-page .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-image: none;
  background-color: #BEBEBE;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}
.exhibition-tabbox .p2news-page .swiper-button-next .iconfont,
.exhibition-tabbox .p2news-page .swiper-button-prev .iconfont {
  color: #FFF;
}
.exhibition-tabbox .p2news-page .swiper-button-next:after,
.exhibition-tabbox .p2news-page .swiper-button-prev:after {
  display: none;
}
.exhibition-tabbox .p2news-page .swiper-button-next {
  right: 0;
}
.exhibition-tabbox .p2news-page .swiper-button-prev {
  left: 0;
}
.exhibition-tabbox .p2news-page .p-btns {
  position: relative;
  height: 40px;
  width: 100px;
}
.exhibition-tabbox .p2news-page .p-line {
  width: 50%;
  flex-shrink: 0;
}
.exhibition-tabbox .p2news-page .swiper-scrollbar {
  height: 2px;
  background-color: #DEDEDE;
}
.exhibition-tabbox .p2news-page .swiper-scrollbar-drag {
  background-color: #bebebe;
}
@media screen and (max-width: 1600px) {
  .exhibition-tabitem a {
    font-size: 14px;
    min-width: 220px;
  }
}
@media screen and (max-width: 1466px) {
  .exhibition-title h2 {
    background-size: 32px 32px;
  }
  .p2wehave-list .w-tt h3 {
    font-size: 24px;
  }
  .exhibition-tabitem a {
    margin-bottom: 10px;
    font-size: 14px;
    min-width: 220px;
  }
}

@media screen and (max-width: 1300px) {
  .exhibition-tabitem a {
    font-size: 13px;
    min-width: 175px;
  }
}

@media screen and (max-width: 1200px) {
  .exhibition-tabitem a {
    font-size: 12px;
    min-width: 140px;
  }
}
@media screen and (max-width: 1000px) {
    .exhibition-title h2 {
      background-size: 20px 20px;
    }
    .p2wehave-list li {
      width: 100%;
    }
    .p2wehave-list .w-tt {
      padding: 20px;
    }
    .product_long_pic{
      height: auto;
      width: 200%;
      margin-left: -80px;
    }
    .long_pic_con .f-50 {
      font-size: 32px;
    }
    .long_pic_con{
      top: 30%;
    }
    .product_long_btn {
      width: 40%;
    }
    .exhibition-tabbox .p2news-page {
      margin: 25px 0 0;
    }
    .long_pic_con {
      width: 50%;
      top: 30%;
      left: 55%;
    }
    .exhibition-tabitem {
      flex-wrap: nowrap;
      width: 100%;
      overflow-x: scroll;
    }
    .exhibition-tabitem a {
      margin-bottom: 10px;
      font-size: 12px;
      min-width: 140px;
      padding: 10px;
      margin-right: 10px;
    }
}
@media screen and (max-width: 700px) {
  .product_long_btn {
    width: 50%;
  }
  .long_pic_con .f-50 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .long_pic_con .f-50 {
    font-size: 18px;
  }
  .product_long_btn {
    width: 70%;
    margin-top: 12px;
  }
  .long_pic_con {
    top: 30%;
    left: 52%;
  }
}



/* 模块4 产品结束 */

/* 模块5 关于开始*/

.exhibition-about-grid {
  background: url("./images/about-bg.png") no-repeat;
  background-size: cover;
  background-color: #f3f3f3;
}

.exhibition-about-grid {
  padding: 5vw 0;
}

.exhibition-about-grid .left_pic {
  width: 60%;
  height: auto;
  position: relative;
}

.exhibition-about-grid .about-cont {
  display: flex;
  align-items: center;
}

.exhibition-about-grid .about-cont .text {
  position: relative;
  z-index: 2;
  flex: 1;
  background-color: #FFF;
  padding: 30px 50px;
  margin-left: -8vw;
  box-sizing: border-box;
  width: 48%;
  color: #585858;
}
.exhibition-about-grid .about-cont .exhibition-more {
  transition: all 0.6s;
  margin-top: 20px;
}

.exhibition-about-grid .about-cont .exhibition-more:hover {
  transform: translateY(-5px);
}

.exhibition-more .s-more {
  display: inline-block;
  background-color: #1657A1;
  color: #FFF;
  padding: 8px 12px;
  line-height: 1;
  border-radius: 20px;
}
.exhibition-about-grid .exhibition-title {
  margin: 0 0 20px 0px;
}
.exhibition-about-grid .text-p{
  color: #0C0F4D;
  font-size: 20px;
}
.exhibition-about-grid .img-box img{
  width: 60%;
}

.about_learn_btn {
  width: 30%;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.6s;
}

.about_learn_btn:hover {
  transform: translateY(-5px);
}

@media screen and (max-width: 1600px) {
  .exhibition-about-grid .text-p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .exhibition-about-grid .text-p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .exhibition-about-grid .text-p {
    font-size: 14px;
  }
  .exhibition-about-grid .about-cont .text {
    margin-left: -16vw;
  }
}

@media screen and (max-width: 1000px) {
  .exhibition-about-grid .about-cont {
    display: block;
  }
  .exhibition-about-grid .imgshow,
  .exhibition-about-grid .about-cont .text {
    width: 100%;
  }
  .exhibition-about-grid .about-cont .text {
    margin: 0;
    padding: 20px;
  }
  .exhibition-about-grid .left_pic {
    width: 100%;
  }
  .exhibition-about-grid .text-p{
    font-size: 12px;
  }
  .exhibition-about-grid .about-cont .exhibition-more{
    margin-top: 0px;
  }
  .about_learn_btn {
    width: 25%;
  }
  .exhibition-about-grid .exhibition-title {
    margin: 10px 0 !important;
  }
}    
@media screen and (max-width: 500px) {
  /* .exhibition-more{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  } */
  .about_learn_btn {
    width: 50%;
  }
}
/* 模块5 关于结束*/

/* 导航模块开始 */
.exhibition-floor-grid {
  padding: 1px 0 4vw;
}
.exhibition-title-floor {
  margin-top: 60px;
  /* margin-bottom: 0 !important; */
}
.exhibition-floor-grid .imgshow {
  text-align: center;
}
.exhibition-floor-grid .imgshow img {
  max-width: 70%;
  height: auto;
}
.guid_box{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.guid_left{
  max-width: calc(50% - 13px);
  border-radius: 10px;
}
.guid_right{
  max-width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.guid_right_top{
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.guid_right_bottom{
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 1600px) {
  .guid_box{
    /* width: 90%; */
  }
}
@media screen and (max-width: 1000px) {
  .guid_box {
    flex-direction: column;
  }
  .guid_left, .guid_right {
    width: 100%;
    max-width: 100%;
  }
  .guid_right{
    margin-top: 10px;
  }
  .guid_right_bottom{
    margin-top: 10px;
  }
}

/* 导航模块结束 */

/* 精彩时刻开始 */
.momentsSwiper{
  max-width: 100%;
  overflow: hidden;
}
.momentsSwiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 500px;
}
.momentsSwiper .swiper-slide img {
  display: block;
  width: 100%;
}
.moment_slide{
  position: relative;
  opacity: 0.7;
}
.swiper-slide-active{
  opacity: 1;
}
.momentsSwiper .moments_text{
  position: absolute;
  bottom: 0;
  color: #fff;
  background-color: rgba(2, 91, 169, 0.7);
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 5px 0;
}

.moment-page {
  position: relative;
  height: 40px;
  width: 100px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
}
.moment-page .swiper-button-next, .moment-page .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-image: none;
  background-color: rgb(190, 190, 190);
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}

.moment-page .swiper-button-next .iconfont,
.moment-page .swiper-button-prev .iconfont {
  color: #FFF;
}

.moment-page .swiper-button-next:after,
.moment-page .swiper-button-prev:after {
  display: none;
}

.moment-page .swiper-button-next {
  right: 0;
}

.moment-page .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 1000px) {
  .exhibition-moment-grid{
    padding: 0 20px;
  }
  .momentsSwiper {
    border-radius: 5px;
    overflow: hidden;
  }
}

/* 精彩时刻结束 */



/* 其他展会开始 */

.exhibitionnews-swiper .img-box img,
.exhibitionnews-swiper .img-box iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.exhibition-news-grid {
  padding: 1px 0 3vw;
}

@media screen and (max-width: 1000px) {
  .exhibition-news-grid {
    padding: 0 0 3vw;
  }
}

.exhibitionnews-swiper {
  position: relative;
}

.exhibitionnews-swiper .img-box {
  padding-bottom: 58.33333%;
}
.products_swiper .img-box {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.exhibitionnews-swiper .n-item {
  text-align: center;
  background-color: #F5F5F5;
  color: #fff;
}

.exhibitionnews-swiper .text {
  padding: 10px 18px 10px 18px;
}
.exhibitionnews-swiper .swiper-slide{
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  transform: all 0.6s;
}
.exhibition_text{
  transition: all 1s;
}
.exhibitionnews-swiper .swiper-slide:hover {
  border: 1px solid #468AFF;
  .exhibition_text{
   background-image: url('./images/text_bg.jpg');
   background-size: 100% 100%;
  }
  .swiper-slide .img-box img{
    transform: scale(1.2);
  }            
}

.exhibitionnews-swiper .text-p {
  margin: 20px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1A1A1A;
  font-size: 16px;
}

.exhibitionnews-swiper .s-more {
  text-transform: uppercase;
}

.exhibitionnews-swiper .p2news-page {
  position: relative;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 55px 0 0;
}

/* PC端当数量<=3时隐藏切换按钮 */
@media screen and (min-width: 1000px) {
  .exhibitionnews-swiper.hide-nav .p2news-page {
    display: none;
  }
}

.exhibitionnews-swiper .p2news-page .swiper-button-next,
.exhibitionnews-swiper .p2news-page .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-image: none;
  background-color: #BEBEBE;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}

.exhibitionnews-swiper .p2news-page .swiper-button-next .iconfont,
.exhibitionnews-swiper .p2news-page .swiper-button-prev .iconfont {
  color: #FFF;
}

.exhibitionnews-swiper .p2news-page .swiper-button-next:after,
.exhibitionnews-swiper .p2news-page .swiper-button-prev:after {
  display: none;
}

.exhibitionnews-swiper .p2news-page .swiper-button-next {
  right: 0;
}

.exhibitionnews-swiper .p2news-page .swiper-button-prev {
  left: 0;
}

.exhibitionnews-swiper .p2news-page .p-btns {
  position: relative;
  height: 40px;
  width: 100px;
}

.exhibitionnews-swiper .p2news-page .p-line {
  width: 50%;
  flex-shrink: 0;
}

.exhibitionnews-swiper .p2news-page .swiper-scrollbar {
  height: 2px;
  background-color: #DEDEDE;
}

.exhibitionnews-swiper .p2news-page .swiper-scrollbar-drag {
  background-color: #bebebe;
}

.exhibition_text{
  color: #1A1A1A;
  background-color: #fff;
}
.exhibition_text h3{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related_exhibitions{

}
@media screen and (max-width: 1000px) {
  .exhibitionnews-swiper .p2news-page {
    margin: 25px 0 0;
  }
  .related_exhibitions  .f-20, .f-22 {
    font-size: 18px;
  }
}

/* 其他展会结束 */


/* swiper 开始 */
body {
  padding: 0;
  margin: 0;
}

#carousel {
  position: relative;

}

#carousel .swiper {
  padding-bottom: 25px;
}

#carousel .swiper-slide {
  width: 400px;
  opacity: 0.8;
  filter: blur(5px);
}

#carousel .swiper-slide.swiper-slide-active {
  opacity: 1;
  filter: blur(0px);
}

#carousel .swiper-slide.swiper-slide-next,
#carousel .swiper-slide.swiper-slide-prev {

  filter: blur(0px);
}

#carousel .swiper-slide img {
  display: block;
  width: 100%;
}

#carousel .swiper-slide p {
  line-height: 44px;
  text-align: center;
  color: #fff;
  height: 44px;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(2, 91, 169, 0.7);
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#carousel .swiper-slide .m-item {
  position: relative;
  display: block;
  transition: all 0.4s;
  box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.22);
}

#carousel .swiper-slide .m-item:hover {
  transform: translateY(-5px);
}
/* swiper 结束 */

/* 其他 */
.right-fix {
  z-index: 9999!important;
}
div[aria-hidden=true] {
  display: none !important;
}

/* 联系我们模块开始 */
.index-message-grid {
  padding: 5vw 0;
}

.msg-grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px;
}

/* 左侧图片区域 */
.msg-grid > .imgshow {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  width: calc(50% - 20px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.msg-grid > .imgshow .img-box {
  width: 100%;
  padding-bottom: 0;
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.msg-grid > .imgshow .img-box img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 右侧文本和表单区域 */
.msg-grid > .text {
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
  width: calc(50% - 20px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.msg-grid > .text .msg-title {
  margin-bottom: 30px;
}

.msg-grid > .text .msg-title h2 {
  color: #0C0F4D;
  margin-bottom: 15px;
}

.msg-grid > .text .msg-title p {
  color: #468AFF;
}

.msg-grid > .text .hs-form-frame {
  width: 100%;
}

/* 响应式设计 */
@media screen and (max-width: 1200px) {
  .msg-grid {
    gap: 30px;
  }
  
  .msg-grid > .text .msg-title h2 {
    font-size: 36px;
  }
  
  .msg-grid > .text .msg-title p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .msg-grid {
    flex-direction: column;
    gap: 30px;
  }
  
  .msg-grid > .imgshow,
  .msg-grid > .text {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
  
  .msg-grid > .imgshow .img-box {
    height: auto;
  }
  
  .msg-grid > .imgshow .img-box img {
    height: auto;
    object-fit: contain;
  }
  
  .msg-grid > .text .msg-title h2 {
    font-size: 32px;
    text-align: center;
  }
  
  .msg-grid > .text .msg-title p {
    font-size: 16px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .index-message-grid {
    padding: 40px 0;
  }
  
  .msg-grid {
    gap: 20px;
  }
  
  .msg-grid > .text .msg-title {
    margin-bottom: 20px;
  }
  
  .msg-grid > .text .msg-title h2 {
    font-size: 28px;
  }
  
  .msg-grid > .text .msg-title p {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .index-message-grid {
    padding: 30px 0;
  }
  
  .msg-grid > .text .msg-title h2 {
    font-size: 24px;
  }
  
  .msg-grid > .text .msg-title p {
    font-size: 12px;
  }
}
/* 联系我们模块结束 */

/* FAQ模块开始 */
.exhibition-faq-grid {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 5vw 0;
  background-color: transparent;
  min-height: 600px;
}

.faq-left {
  flex: 0 0 45%;
  position: sticky;
  top: 60px;
  padding-top: 60px;
  align-self: flex-start;
}

.faq-title {
  font-size: 120px;
  font-weight: 700;
  color: #468AFF;
  margin: 0 0 30px 0;
  line-height: 1;
  font-family: sans-serif;
}

.faq-illustration {
  width: 100%;
  height: auto;
  max-width: 500px;
}

.faq-right {
  flex: 1;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.faq-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0px 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-question:hover {
  opacity: 0.8;
}

.faq-question-text {
  font-size: 20px;
  font-weight: 600;
  color: #1A1A1A;
  margin: 0;
  flex: 1;
  padding-right: 20px;
  line-height: 1.5;
}

.faq-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
}

.faq-icon-img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-icon {
  background-color: transparent;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: none;
  padding: 0;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 8px 0 0 0;
  transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1), padding 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer p {
  font-size: 18px;
  color: #585858;
  line-height: 1.8;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .faq-title {
    font-size: 80px;
  }
  
  .faq-question-text {
    font-size: 18px;
  }
  
  .faq-answer p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  .exhibition-faq-grid {
    flex-direction: column;
    gap: 30px;
    padding: 40px 0 0px 0;
    min-height: auto;
  }
  
  .faq-left {
    flex: 1;
    text-align: center;
    position: relative;
    top: auto;
    padding-top: 0;
  }
  
  .faq-title {
    font-size: 60px;
    margin-bottom: 20px;
  }
  
  .faq-illustration {
    max-width: 70%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  
  .faq-right {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  
  .faq-question-text {
    font-size: 16px;
    padding-right: 15px;
  }
  
  .faq-answer p {
    font-size: 14px;
  }
  
  .faq-icon {
    width: 50px;
    height: 50px;
  }
  
  .faq-icon-img {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 600px) {
  .exhibition-faq-grid {
    padding: 30px 0 0px 0;
  }
  
  .faq-title {
    font-size: 40px;
  }
  
  .faq-right {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  
  .faq-question-text {
    font-size: 14px;
  }
  
  .faq-answer p {
    font-size: 13px;
  }
}
/* FAQ模块结束 */