/*侧边栏*/
.title {
  margin-bottom: 50px;
}

.title img {
  width: 64px;
  height: 64px;
  vertical-align: middle;
  margin-right: 16px;
}

.title .title_text1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.title .title_text2 {
  font-size: 14px;
  color: #DEE0E5;
  position: relative;
  top: 5px;
}

.index_banner {
  position: relative;
  height: 500px;
  background: url('../img/banner/banner_index_pc.png') center center no-repeat;
}

.index_banner>.wrap {
  position: relative;
  height: 100%;
}

.index_banner_text {
  position: absolute;
  left: 0;
  top: 70px;
  width: 634px;
  height: 177px;
  background: url('../img/banner/banner_index_text.png') center center no-repeat;
}

.index_banner_time {
  position: absolute;
  left: 0;
  top: 140px;
  font-size: 24px;
  color: #dee0e5;
}

.index_banner .enter {
  position: absolute;
  left: 0;
  bottom: 62px;
  width: 180px;
  height: 60px;
  font-size: 24px;
  font-weight: 700;
  line-height: 63px;
  text-align: center;
  background: linear-gradient(268deg, #08cbe9 17%, #00abb4 98%);
  border-radius: 10px;
}

.index_banner .enter:hover {
  background: linear-gradient(66deg, #20dcf9 13%, #00abb4 88%);
}

.ind_order {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}

/*ind_order_1*/

.activity_summary_text {
  width: 820px;
  margin-right: 60px;
}

.activity_summary_text p {
  font-size: 16px;
  color: rgba(222, 224, 229, 0.8);
  line-height: 1.8;
  margin-bottom: 20px;
}

.activity_summary_text p.mb0 {
  margin-bottom: 0;
}

.ind_order_1_1 {
  background: #171c21;
}

.bbottom_tip {
  text-align: right;
  opacity: 0.8;
  font-size: 14px;
  color: #dee0e5;
  line-height: 28px;
  padding-top: 30px;
}

.photo_list_box {
  margin: 0 auto;
}

.photo_list {
  padding: 30px 0 10px 0;
  width: 100%;
}

.photo_list .swiper-slide.item {
  /* padding:10px;*/
  box-sizing: border-box;
  position: relative;
  padding-bottom: 46px;
}

.photo_list .word {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 224px;
  height: 96px;
  color: #fff;
  line-height: 1;
  background: url(../img/jiabin/text_bg.png) center center no-repeat;
  padding-top: 25px;
}

.word_mark_box {
  height: 10px;
  width: 100%;
}

.photo_list .word p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.photo_list .word .t1 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  text-indent: 13px;
}

.photo_list .word .t2 {
  font-size: 12px;
  white-space: normal;
  padding-left: 12px;
  line-height: 1.5;
  padding-top: 6px;

}

.photo_list img {
  display: block;
  width: 224px;
  height: 260px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 0 10px 0 0;
  /*border-radius: 10px 10px  0 0;*/
}

.photo_list img:nth-child(4n+0) {
  margin-right: 0;
}

.photo_list li {
  padding-top: 2px;
  box-sizing: border-box;
}

.ind_order_3 {
  background: #171c21;
}

.ind_order_3 .swiper-container {
  padding-bottom: 28px !important;
}

.photo_list .swiper-pagination {
  bottom: 0 !important;
}

.photo_list .swiper-pagination-bullet {
  margin: 0 5px !important;
  width: 14px !important;
  height: 4px !important;
  border-radius: 2px !important;
  background-color: rgba(255, 255, 255, 0.2) !important;

}

.photo_list .swiper-pagination-bullet-active {
  background-color: #39fffe !important;
}

.ind_order_3 .swiper-button-prev {
  left: 92%;
  background-image: url('../img/prev.png');
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  top: 15%;
}

.ind_order_3 .swiper-button-prev:hover {
  background-image: url('../img/prev1.png');
}

.ind_order_3 .swiper-button-next {
  top: 15%;
  right: 0.7%;
  background-image: url('../img/next.png');
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
}

.ind_order_3 .swiper-button-next:hover {
  background-image: url('../img/next1.png');
}

.manu_list .swiper-slide img {
  width: 190px;
  height: 70px;
}

/*会议报名*/

.go_sign_form {
  display: block;
  width: 200px;
  height: 50px;
  margin: 50px auto 0;
  line-height: 50px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #1e5eca;
}

.go_sign_form:hover {
  background: #4e7cca;
}

.ind_order_5 {
  padding-bottom: 0;
}

.sign_tip {
  opacity: 0.8;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  color: #dee0e5;
  position: absolute;
  right: 0;
  top: 28px;
}

.apply_form {
  padding: 60px 180px 0;
  padding-bottom: 80px;
  padding-top: 0;
}

.ipt_box {
  width: 840px;
}

.apply_form .ipt_box {
  justify-content: space-between;
}

.apply_form .ipt_box>.flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

.apply_form .item {
  margin-bottom: 20px;
}

.apply_form .tag:before {
  margin-right: 5px;
  content: "*";
  color: #E50876;
}

.apply_form .ipt_text {
  width: 300px;
  height: 40px;
  border: none;
  text-indent: 10px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 16px;
}

.apply_form input::placeholder {
  color: rgba(222, 224, 229, 0.30);
}

.apply_form [type=checkbox] {
  margin-right: 5px;
  vertical-align: -2px;
  color: #fff;
}

.apply_form .tag {
  margin-right: 15px;
  font-size: 16px;
}

.apply_form label {
  margin-right: 100px;
}

.apply_form button {
  display: block;
  margin: 50px auto 0;
  width: 240px;
  text-align: center;
  line-height: 60px;
  border-radius: 30px;
  outline: none;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  background: linear-gradient(268deg, #08cbe9 17%, #00abb4 98%);
}

.apply_form button:hover {
  background: linear-gradient(66deg, #20dcf9 13%, #00abb4 88%);
}

.apply_form .addr_box {
  display: inline-flex;
  width: 299px;
  justify-content: space-between;
}

.apply_form .addr_box select {
  width: 145px;
}

.apply_form select {
  width: 300px;
  height: 40px;
  border: none;
  text-indent: 10px;
  color: #DEE0E5;
  background: rgba(255, 255, 255, 0.2);
  font-size: 16px;
}

.apply_form select option {
  color: #333;
}

.apply_text {
  font-size: 14px;
  color: #dee0e5;
  line-height: 24px;
  opacity: 0.8;
  padding-top: 20px;
}

/*ind_order_address*/


.ind_order_address {
  background: #171c21;
}

.ind_order_address .address_img {
  height: 665px;
  background: url(../img/address/address_pc.png) center center no-repeat;
}

.sponsors {
  padding-top: 80px;
  padding-bottom: 0;
}

/* ind_order_7 */
.ind_order_7 .partner_item {
  margin-bottom: 20px;
  border-radius: 10px;

}

.ind_order_7 .partner_item>p {
  margin-right: 20px;
  font-size: 18px;

}

.partner_images1, .partner_images {
  padding: 23px 0;
  width: 1060px;
}

.partner_images2 {
  padding: 23px 0;
}

.partner_images>img {
  width: 190px;
  margin-right: 16px;
  vertical-align: middle;
  margin-bottom: 16px;
}

.partner_images>img:nth-child(6n) {
  margin-right: 0;
}

.j-mqrquee {
  overflow: hidden;
  margin-top: 0;
  border-radius: 10px;
  padding: 17px 10px;
}

.j-marquee-box {
  display: block;
  zoom: 1;
}

.sponsors ul {
  margin: 0 auto;
}

.sponsors li {
  float: left;
  width: 180px;
  text-align: center;
  box-sizing: border-box;
}

.sponsors li img {
  width: 160px;
  height: 60px;
}


@media (max-width: 750px) {

  /*侧边栏*/
  .title {
    margin-bottom: 0.4rem;
  }

  .title img {
    width: 0.72rem;
    height: 0.72rem;
    vertical-align: middle;
    margin-right: 0.2rem;
  }

  .title .title_text1 {
    font-size: 0.36rem;
    line-height: 1;
  }

  .title .title_text2 {
    font-size: 0.24rem;
    top: 0.05rem;
  }

  .ind_order {
    padding: 0.8rem 0;
  }

  .index_banner {
    height: 3.75rem;
    background-image: url('../img/banner/banner_index_m.png');
    background-size: auto 100%;
  }

  .awards-bdshare-area {
    display: none;
  }

  .index_banner::after {
    display: none;
  }

  .pc_show_bg,
  .bdshare-area {
    display: none;
  }

  .index_banner .enter {
    left: 0;
    bottom: 0.6rem;
    width: 2rem;
    height: .6rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
    background: transparent;
  }

  .index_banner .enter:hover {
    background: transparent;
    background-size: cover;
  }

  .ind_order_1 {
    padding-top: 0.4rem;
  }

  .activity_summary_text {
    width: 100%;
    margin-right: 0;
  }

  .activity_summary_text p {
    font-size: 0.28rem;
    color: rgba(222, 224, 229, 0.8);
    line-height: 1.8;
    margin-bottom: 0.2rem;
  }

  .activity_summary {
    margin-bottom: 0rem;
    display: block;
  }

  .activity_img_m {
    width: 100%;
    margin-top: 0.4rem;
  }

  .space3 {
    width: 100% !important;
  }

  .bbottom_tip {
    text-align: left;
    opacity: 0.8;
    font-size: 0.24rem;
    color: #dee0e5;
    line-height: 28px;
    padding-top: 0.3rem;
  }

  .ind_order_3 .bbottom_tip {
    padding-left: 0.3rem;
  }


  .go_sign_form {
    width: 100%;
    height: 0.9rem;
    margin: 0.3rem auto 0;
    line-height: 0.9rem;
    font-size: 0.32rem;
  }

  .ind_order_3 {}

  .ind_order_3 .title {
    padding-left: 0.3.ind_order_3rem;
  }

  .photo_list .swiper-slide.item {
    padding: 0;
  }

  .photo_list .word .t2 {
    font-size: 0.24rem;
    line-height: 1.4;
    text-indent: 0;
    padding-left: 0;
  }

  .photo_list .word .t1 {
    margin-bottom: 0rem;
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 1;
    text-indent: 0;
    padding-top: 0.3rem;
  }

  .photo_list .word {
    width: 100%;
    padding: 0rem;
    padding-left: 0.2rem;
    margin-bottom: 0rem;
    height: 1.42rem;
    box-sizing: border-box;
    background-size: cover;
  }

  .ind_order_3 .swiper-container {
    padding: 0 0 0.8rem 0 !important;
    overflow: hidden;
  }

  .photo_list .swiper-pagination {
    bottom: 0 !important;
    display: block;
  }

  .ind_order_3 .wrap {
    overflow: hidden;
    margin: 0 0rem;
  }

  .photo_list img {
    width: 100%;
    height: 3.8rem;
  }

  .photo_list_box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.3rem;
  }

  /*.photo_list .swiper-pagination {
        display: none;
    }*/
  /*.photo_list .swiper-slide {
        transition: all .3s;
        transform: scale(.8);
    }*/
  /* .photo_list .swiper-slide-prev {
        transform: scale(.8) translateX(2rem);
    }
    .photo_list .swiper-slide-next {
        transform: scale(.8) translateX(-2rem);
    }
    .photo_list .swiper-slide-active {
        position: relative;
        z-index: 1;
        transform: scale(1);
    }*/

  .ind_order_3 .swiper-button-prev,
  .ind_order_3 .swiper-button-next {}

  .ind_order_3 .swiper-button-prev {
    left: 26%;
    background-image: url(../img/prev.png);
    width: 0.48rem;
    height: 0.48rem;
    background-size: 0.48rem 0.48rem;
    top: 88%;
  }

  .ind_order_3 .swiper-button-next {
    right: 26%;
    background-image: url(../img/next.png);
    width: 0.48rem;
    height: 0.48rem;
    background-size: 0.48rem 0.48rem;
    top: 88%;
  }

  /* .manu_list .swiper-slide {
        width: 1.9rem;
        height: .7rem;
    }
    .manu_list .swiper-slide img {
        width: 1.9rem;
        height: .7rem;
    }*/

  .sign_tip {
    font-size: 0.24rem;
    text-align: left;
    position: absolute;
    margin-bottom: 0.4rem;
    width: 3rem;
    top: 0rem;
    right: -0.3rem;
  }

  .ipt_box {
    width: 100%;
  }

  .apply_form {
    width: auto;
    font-size: .3rem;
    padding: 0;
    padding-bottom: 0;
    background: transparent;
  }

  .apply_form .ipt_box>.flex {
    display: block;
  }

  .apply_form .tag {
    white-space: nowrap;
  }

  .apply_form .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }

  .apply_form .department {
    width: 100%;
  }

  .apply_form .ipt_text {
    flex: 1;
  }

  .apply_form .addr_box {
    width: 100%;
  }

  .apply_form .addr_box select {
    width: 47%;
  }

  .apply_form label {
    margin-right: .3rem;
  }

  .apply_form button {
    width: 3.2rem;
    width: 100%;
    margin: .3rem auto .7rem;
    margin-bottom: 0;
    line-height: 1rem;
  }

  .write_tips {
    padding-top: 0.3rem;
    padding-left: 0;
  }

  .ind_order_address .address_img {
    height: 7.05rem;
    background-size: cover;
  }

  .ind_order_4 {
    padding-bottom: 0;
  }

  .ind_order_7 .partner_item {
    display: block;
    margin-bottom: 0.2rem;
    border-radius: 0.1rem;
  }

  .partner_item2 {
    margin-right: 0.04rem !important;
  }

  .ind_order_7 .partner_item>p {
    width: 100%;
    height: 0.4rem;
    border-radius: 0.1rem 0 0.1rem 0;
    margin-right: 0;
    font-size: 0.28rem;
  }

  .partner_images {
    padding: 0.2rem 0.12rem;
    width: 100%;
  }

  .partner_images>img {
    width: 1.5rem;
    margin-right: 0.1rem;
    vertical-align: middle;
    margin-bottom: 0.1rem;
  }

  .partner_images>img:nth-child(6n) {
    margin-right: 0.1rem;
  }

  .contact_foot {
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .sponsors li {
    width: 2.5rem;
  }

  .sponsors li img {
    width: 2.24rem;
    height: 0.81rem;
  }



}

.contact_foot .title {
  margin-bottom: 0;
}


.contact_foot {
  background: #171c21;
  padding-top: 80px;
  padding-bottom: 80px;
}

.contanct_box {
  box-sizing: border-box;
  padding: 0;
}

.emial-phone {
  display: flex;
  margin-top: 70px;
  font-size: 16px;
}

.emial-phone div>b {
  display: block;
  margin-bottom: 20px;
}

.emial-phone div>p {
  opacity: 0.8;
  font-size: 16px;
  color: #dee0e5;
  line-height: 28px;
}

.emial-phone div>p:first-child {
  opacity: 1;
  line-height: 24px;
  font-size: 16px;
  color: #dee0e5;
  margin-bottom: 20px;
}

.emial-phone div>p img {
  vertical-align: middle;
  margin-right: 14px;
}

.emial-phone div:nth-child(1) {
  margin-right: 125px;
}

.qr-code-box {
  display: flex;
  width: 370px;
  margin-left: auto;
  margin-top: 0;
  justify-content: space-between;
}

.qr-code-box>div>img {
  width: 160px;
  height: 160px;
}

.qr-code-box>div>p {
  color: #fff;
  text-align: center;
  margin-top: 2px;
  font-size: 16px;
  color: #cedae6;
  opacity: 0.8;
}

.m_show {
  display: none;
}


/*展台看点*/
.exhibitor_index_banner {
  height: 300px;
  background: url('../img/banner/banner_news_pc.png') center center no-repeat;
}

.exhibitor_index_banner .wrap {
  height: 100%;
  position: relative;
  padding-top: 50px;
}

.exhibitor_index_banner_text {
  width: 653px;
  height: 65px;
  background: url('../img/banner/banner_news_text.png') center center no-repeat;
}

.index_banner_local {
  top: 280px;
}

.exhibitor_index_banner a {
  position: absolute;
  top: 200px;
  left: 0;
  width: 180px;
  height: 60px;
  font-size: 24px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  background: linear-gradient(268deg, #08cbe9 17%, #00abb4 98%);
}

.exhibitor_index_banner a:hover {
  background: linear-gradient(66deg, #20dcf9 13%, #00abb4 88%);
}

.exhibitor {
  padding-top: 80px;
  background: #12284e;
}

.exhibitor_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 60px;
}

.exhibitor_list .exhibitor_item {
  flex: 1;
  height: 220px;
  background: #1e3661;
  border-radius: 8px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
  padding-top: 20px;
  cursor: pointer;
  padding-left: 20px;
}

.exhibitor_list .exhibitor_item:hover {
  background: #02435e;
}

.exhibitor_list .exhibitor_item:nth-child(2n) {
  margin-right: 0;
}

.exhibitor_img {
  width: 210px;
  height: 176px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 17px;
  background: #fff;
}

.exhibitor_img img {
  max-width: 100%;
}

.exhibitor_content {
  width: 340px;
  padding-right: 20px;
  box-sizing: border-box;
}

.exhibitor_content h3 {
  font-size: 16px;
  margin-bottom: 18px;
}

.exhibitor_content p {
  font-size: 14px;
  line-height: 24px;
  position: relative;
  margin-bottom: 31px;
}

.exhibitor_content p a {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #53A6FF;
}

.exhibitor_content p a:hover {
  color: #53E2FF;
}

.exhibitor_content>a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  background: #1ba1ea;
}

.exhibitor_content>a:hover {
  background: #0f83ff;
}

.exhibitor_list_box {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  margin-top: 45px;
}

.exhibitor_list_box>a {
  width: 145px;
  height: 40px;
  background: #042153;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}

.exhibitor_list_more {
  margin-right: 20px;
}

.exhibitor_list_more:hover {
  background: #082e70;
}

.exhibitor_list_close {
  background: #15244a;
  color: #999999;
}

.exhibitor_list_close:hover {
  background: #1b2c58;
}

.window_pop_box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.window_pop_box .window_pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 880px;
  height: 750px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 20px 30px;
}

.window_pop_box .window_pop_content.window_pop_content1 {
  height: 640px;
}

.window_pop_box .window_pop_content.window_pop_content7 {
  height: 540px;
}

.window_pop_box .window_pop_content.window_pop_content6 {
  height: 560px;
}

.window_pop_box .window_pop_content.window_pop_content1 .pop_content_box {
  height: 280px;
}

.pop_close {
  text-align: right;
}

.pop_close .close_img {
  cursor: pointer;
}

.pop_title {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  padding-bottom: 15px;
  border-bottom: 0 solid #e4e4e4;
  margin-bottom: 25px;
}

.pop_title img {
  width: 102px;
  height: auto;
}

.pop_title h3 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  line-height: 54px;
}

.pop_content_title {
  color: #333;
  font-weight: 700;
  font-size: 18px;
  padding-left: 0;
  margin-bottom: 15px;
}

.pop_content_title i {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 4px;
  height: 16px;
  background: #13C51B;
}

.pop_content_nav {
  padding-left: 0;
  display: flex;
  margin-bottom: 25px;
}

.pop_content_nav li {
  cursor: pointer;
  color: #666;
  padding: 5px 6px;
  border: 1px solid #dedede;
  border-radius: 4px;
  margin-right: 18px;
}

.pop_content_nav li.active {
  color: #fff;
  border: 1px solid #13C51B;
  background: #13C51B;

}

.pop_content_box {
  padding: 23px 40px;
  margin: 0 0;
  box-sizing: border-box;
  min-height: 242px;
  background: #f7f7f7;
  background-size: cover;
  color: #333;
}

.pop_content {
  height: calc(100% - 140px);
  overflow-y: auto;
}

.pop_content_nav_item {
  display: flex;
  justify-content: space-between;
}

.pop_content_nav_item_left {
  width: 427px;
  height: 240px;
  overflow: auto;
}

.window_pop_content7 .pop_content_nav_item_left {
  /* display: flex;
    align-items: center; */
}

.pop_content_nav_item_left h4 {
  font-size: 18px;
  font-weight: 400;
}

.pop_content_nav_item_left p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}

.pop_content_nav_item_right {
  display: flex;
  align-items: center;
}

.mySwiperstyle {
  width: 215px;
  overflow: hidden;
  position: relative;
  padding-bottom: 25px;
}

.swiper-slide-item img {
  width: 215px;
  height: 135px;
  object-fit: cover;
}

.pop_content_nav_item_right .mySwiperstyle .swiper-pagination-bullet {
  width: 10px;
  height: 2px;
  background: #e3e3e3;
  border-radius: 1px;
  opacity: 1;
}

.pop_content_nav_item_right .mySwiperstyle .swiper-pagination-bullet-active {

  background: #0092dc;
}

.mySwiperstyle .swiper-slide {
  width: 215px;
}

.mySwiperstyle .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}

.mySwiperstyle .swiper-pagination-bullet-active {
  opacity: 1;
  background: #005aff;
}

.pop_content_video {
  padding: 0 0;
  position: relative;
  overflow: hidden;
}

.mySwiper_video1 {
  width: 100%;
  overflow: hidden;
}

.mySwiper_video5 {
  width: 100%;
  overflow: hidden;
}

.mySwiper_video4 {
  width: 361px;
  margin: 0 auto;
}

.mySwiper_video3 {
  overflow: hidden;
}

.mySwiper_video_box {
  /* width: auto;*/
}

.pop_content_video h3 {

  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 26px;
  padding-top: 35px;
  padding-bottom: 15px;
  margin-left: 0;
}

.pop_content_video h3 i {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 4px;
  height: 16px;
  background: #13C51B;
}

.mySwiper_video_box img {
  width: 100%;
  height: 244px;
  vertical-align: middle;
}

.mySwiper_video_box>div {
  position: relative;
  cursor: pointer;
}

.mySwiper_video_box>div:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: url(../img/video_icon.png) center center no-repeat;
  background-size: cover;
}

.mySwiper_video_box>div:hover:after {
  background: url(../img/video_icon1.png) center center no-repeat;
  background-size: cover;
}

/*.mySwiper_video_box>div:hover:before{
    opacity: 0.8;
}
.mySwiper_video_box>div:before{
    content:"";
    position: absolute;
    top:50%;
    left:calc(50% + 9px);
    transform: translate(-50%,-50%);
    border:16px solid #fff;
    border-color: transparent  transparent transparent rgba(255,255,255,0.5) ; 
    border-radius: 4px;
    z-index: 1; 

}*/
.mySwiper_video_box p {
  /* position: absolute;
    bottom:0px;
    left: 0;
    right: 0;*/
  height: 46px;
  line-height: 46px;
  padding-left: 10px;
  font-size: 14px;
  color: #000000;
  /* background: rgba(0,0,0,0.48);*/
}

.pop_content_video .swiper-button-next, .pop_content_video .swiper-button-prev {
  width: 16px;
  height: 28px;
  top: 18%;
  background-size: 16px 28px;
}

/*
.pop_content_video .swiper-button-next{
    left: 97%;
}*/
.pop_content_video .swiper-button-next {
  left: 96.6%;
}

.pop_content_video .swiper-button-prev {
  left: 91.5%;
}

.pop_content_video .swiper-button-next, .pop_content_video .swiper-button-prev {
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
}

.pop_content_video .swiper-button-next, .pop_content_video .swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/left1_1.png);
  transform: rotate(180deg);
}

.pop_content_video .swiper-button-prev, .pop_content_video .swiper-container-rtl .swiper-button-next {
  background-image: url('../img/left1_1.png');
}

.pop_content_video .swiper-button-next:hover, .pop_content_video .swiper-container-rtl .swiper-button-prev:hover {
  background-image: url(../img/left1_2.png);
  transform: rotate(0deg);
  cursor: pointer;
}

.pop_content_video .swiper-button-prev:hover, .pop_content_video .swiper-container-rtl .swiper-button-next:hover {
  background-image: url(../img/left1_2.png);
  cursor: pointer;
  transform: rotate(180deg);
}

.pop_content_video .swiper-button-next.swiper-button-disabled, .pop_content_video .swiper-button-prev.swiper-button-disabled {
  pointer-events: inherit;
}

.bg_section, .exhibitor, .exhibitor .wrap {
  position: relative;
}

.pop_content_video .swiper-button-next.swiper-button-disabled, .pop_content_video .swiper-button-prev.swiper-button-disabled {
  opacity: 0.8;
}

.contact_foot.exhibitor_bg {
  background: transparent;

}

.contact_foot.exhibitor_bg .contanct_box {
  background-color: rgb(3, 29, 77, 0.78);
}

/*展台看点*/
@media (max-width: 750px) {
  .exhibitor_index_banner {
    height: 5rem;
    background: url(../img/exhibitor_index_banner_m.png?v=20251224) center center no-repeat;
    background-size: 100%;
  }

  .m_show {
    display: block;
  }

  .pc_show {
    display: none;
  }

  .apply_form select {
    width: 100%;
  }

  .photo_list .swiper-pagination-bullet {
    margin: 0 4px !important;
    width: 0.3rem !important;
    height: 2px !important;
  }

  .contact_foot {
    height: auto;
    padding-top: .7rem;
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .contanct_box {
    box-sizing: border-box;
    padding: 0;
    margin-top: 0rem;
  }

  .contact_foot>.flex {
    display: block;
  }

  .emial-phone {
    display: block;
    margin-top: .3rem;
    font-size: .28rem;
  }

  .emial-phone div:nth-child(1) {
    margin-right: 0;
  }

  .emial-phone>div {
    display: block;
  }

  .emial-phone>div>div:first-child {
    margin-bottom: 0.4rem;
  }

  .emial-phone>div>b {
    font-size: .3rem;
    margin: .3rem 0 .03rem;
  }

  .emial-phone>div>p {
    line-height: 1.4;
  }

  .emial-phone div>p img {
    vertical-align: middle;
    margin-right: 0.15rem;
    width: 0.46rem;
  }

  .emial-phone div>p {
    line-height: 0.46rem;
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }

  .qr-code-box {
    width: auto;
    margin: .5rem 0 .7rem;
    margin-right: 0;
  }

  .qr-code-box>div {
    text-align: center;
  }

  .qr-code-box>div>p {
    margin-top: .1rem;
    text-align: center;
  }

  .qr-code-box>div>img {
    width: 2.6rem;
    height: auto;
  }

  .partner_images1 {
    width: 100%;
  }

  .partner_images1 img {
    width: 100%;
  }

  .partner_images1, .partner_images2, .partner_images {
    padding: 0.2rem 0;
  }

  .partner_images2 img {
    width: 1.7rem;
  }

  .j-mqrquee {
    margin-top: 0.4rem;
    width: calc(100% + 0.3rem);
  }

  /*展台看点*/
  .exhibitor {
    padding-top: 0.65rem;
  }

  .exhibitor_list .exhibitor_item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
    padding: 0.3rem;
    display: inline-flex;
  }

  .exhibitor_list {
    padding: 0.35rem 0rem 0 0rem;
    box-sizing: border-box;
  }

  .exhibitor_img {

    width: 2.6rem;
    height: 2.18rem;
    margin-right: 0.2rem;
    background: #fff;
  }

  .exhibitor_content h3 {
    height: 2.18rem;
    display: flex;
    align-items: center;
  }

  .exhibitor_content>a,
  .exhibitor_content p {
    margin-left: -2.6rem;
    margin-bottom: 0;
    margin-top: 0.2rem;
  }

  .exhibitor_content p a {
    position: relative;
    margin-top: 0.1rem;
    display: inline;
  }

  .exhibitor_img img {
    width: 1.2rem;
  }

  .exhibitor_content {
    width: calc(100% - 2.6rem);
    padding-right: 0;
  }

  .exhibitor_content h3 {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }

  .exhibitor_bg1, .exhibitor_bg2, .exhibitor_bg3, .exhibitor_bg4, .exhibitor_bg5 {
    display: none !important;
  }

  /*展台看点*/
  /*弹框*/

  .window_pop_box .window_pop_content {
    width: 92%;
    height: 90% !important;
    padding: 0.2rem 0.3rem;
  }

  .window_pop_commom_title {
    font-size: 0.32rem;
    border-bottom: 1px solid rgba(0, 20, 48, 0.05);
    color: #333;
    padding-bottom: 0.2rem;
    text-align: center;
    margin-top: -0.2rem;
    margin-left: -0.3rem;
    width: calc(100% + 0.6rem);
  }

  .pop_title {
    padding: 10px 0;
  }

  .pop_title img {
    /* width: 1.2rem;*/
  }

  .pop_content_title {
    font-size: 0.24rem;
    font-weight: 700;
    padding-left: 0;
    margin-bottom: 0.15rem;
  }

  .pop_content_nav {
    padding-left: 0;
    display: block;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .pop_content_nav li {
    width: auto;
    padding: 0 0.1rem;
    height: 0.57rem;
    text-align: center;
    line-height: 0.57rem;
    margin-bottom: 0.2rem;
    margin-right: 0;
    border: 0;
    background: #EFEFEF;
  }

  .pop_content_nav li.active {}

  .pop_content_nav_item {
    display: flex;
    justify-content: space-between;
    flex-flow: column-reverse;
  }

  .mySwiperstyle {
    width: 3.4rem;
    margin: 0 auto;
  }

  .swiper-slide-item {
    background: #fff;
  }

  .mySwiperstyle .swiper-slide {
    width: 100%;
  }

  .swiper-slide-item img {
    max-width: auto;
    height: auto;
    display: block;
    margin: 0 auto;

    /* width: 100%;
        height: 2.2rem;
        object-fit: contain; */
  }

  .pop_content_nav_item_left {
    width: 100%;
  }

  .pop_content_box {
    padding: 0.3rem;
    box-sizing: border-box;
    margin: 0;
    height: auto !important;
    background-size: cover;
    color: #333;
  }

  .window_pop_box .window_pop_content2 .swiper-slide-item {
    width: 170px;
    margin: 0 auto;
  }

  .window_pop_content3 .swiper-slide-item {
    width: 170px;
    margin: 0 auto;
  }

  .window_pop_content4 .swiper-slide-item {
    width: 170px;
    margin: 0 auto;
  }

  .window_pop_content5 .swiper-slide-item {
    width: 170px;
    margin: 0 auto;
  }

  .window_pop_content6 .swiper-slide-item {
    width: 170px;
    margin: 0 auto;
  }

  .mySwiper_video4 {
    width: auto;
  }

  .pop_content {
    height: 76%;
  }

  .pop_content_nav_item_left h4 {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
  }

  .pop_content_nav_item_left p {
    font-size: 0.2rem;
    line-height: 0.32rem;
    margin-bottom: 0.1rem;
  }

  .pop_content_video {
    padding: 0;
    position: relative;
    overflow: visible;
    padding-bottom: 0.8rem;
  }

  .mySwiper_video1 .swiper-slide,
  .mySwiper_video2 .swiper-slide {
    width: 100%;
  }

  .pop_content_video .swiper-button-prev, .pop_content_video .swiper-container-rtl .swiper-button-next {}

  .pop_content_video .swiper-button-next, .pop_content_video .swiper-container-rtl .swiper-button-next {}

  .pop_content_video h3 {
    font-size: 0.24rem;
    /* color: #23217f; */
    font-weight: 700;
    line-height: 26px;
    padding-top: 0.35rem;
    padding-bottom: 0.15rem;
    margin-left: 0;
  }

  .mySwiper_video1 .swiper-slide {
    width: 100%;
  }

  /*  .mySwiper_video3 {
        overflow: hidden;
        height:4.26rem;
    }*/
  .mySwiper_video_box>div {
    position: relative;
    cursor: pointer;
    /*  height: 3.46rem;*/
  }

  .mySwiper_video_box {
    width: 100%;
    /* height:4.26rem;*/
  }

  .mySwiper_video_box p {
    height: 0.88rem;
    padding-left: 10px;
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 0.24rem;
    line-height: 1.2;
    width: 100%;
    background: #f9f9f9;
    margin-bottom: 0.3rem;
  }

  .mySwiper_video_box img {
    width: 100%;
    height: 3.46rem;
    object-fit: cover;
    vertical-align: middle;
  }

  .mySwiper_video2 {
    overflow: hidden;
    overflow: hidden;
    padding-bottom: 0.3rem;
  }

  .pop_content_video .swiper-button-next, .pop_content_video .swiper-button-prev {
    top: 100%;
    display: none;
  }

  .pop_content_video .swiper-button-prev, .pop_content_video .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    left: 40%;
    right: auto;
  }

  .pop_content_video .swiper-button-next, .pop_content_video .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right: 40%;
    left: auto;
  }

  .pop_content_video .swiper-wrapper {
    display: block;
  }

  /*å¼¹æ¡†*/
  .later_meeting_box {
    width: 93%;
    padding: 0.3rem;
  }

  .later_meeting_box h3 {
    font-size: 0.3rem;
    text-align: center;
  }

  .later_meeting_box p {
    font-size: 0.2rem;
    line-height: 1.7;
  }

  .later_meeting_close {
    right: 2px;
    top: -3px;
    font-size: 2em;
  }

  .later_meeting_button a {
    margin: 0.1rem auto 0 auto;
    padding: 0.1rem 0;
    width: 1.4rem;
    font-size: 0.2rem;
  }

  .exhibitor_item.m_hide {
    display: none !important;
  }

  .exhibitor_list_more {
    display: none;
  }

  /*展台看点*/
}

@media (max-width: 320px) {
  .ind_order_1 .cont .cont_bg2, .ind_order_1 .cont .cont_bg1 {
    height: 10.7rem;
  }

  .ind_order_1 .cont .cont_bg2 p {
    line-height: 0.45rem;
  }
}



/* 大会报道 */
.news_box {

  padding-bottom: 80px;
}

.list_padding {
  padding-top: 80px;
}

.news-list {
  position: relative;
  margin: 32px 0 32px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-item {
  width: 49.1%;
  background: #242e37;
  border-radius: 4px;
  height: 175px;
  margin-bottom: 20px;
}

.news-item a {
  display: flex;
}

.news-item img {
  margin: 25px;
  width: 200px;
  height: 125px;
  background: #fff;
}

.news-text {
  width: 330px;
  position: relative;
  margin-top: 25px;
}

.news-text>h1 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* .news-text>h1:hover {
        color: #00abff;
    }
    .news-text>h2:hover {
        color: #ccc;
    }*/
.news-text>h2 {
  height: 50px;
  line-height: 25px;
  color: #d5e1df;
  margin-top: 0;
  font-weight: 400;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;

}

.news-item:hover {
  background: #35404a;
}

.news-text .more_text {

  color: #39FFFE;
  text-align: left !important;
  position: absolute;
  right: 0;
  bottom: 32px;
}


.hand-box {
  visibility: hidden;
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
  margin-bottom: 0;

}

.hand-box>div {
  width: 145px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
}

.load-more-btn {

  background: #242e37;
  color: #cecece;
  margin-right: 10px;
}

.load-more-btn:hover {
  background: #35404A;
}

.load-more-btn[disabled] {
  background-color: #888;
  color: #eee;
  cursor: not-allowed;
}

.load-more-btn img, .pack-up-btn img {
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.pack-up-btn {
  display: none;
  background: #242e37;
  margin-left: 10px;
}

.pack-up-btn:hover {
  background: #35404A;
}

.is_pc {
  display: block;
}

.is_pc_flex {
  display: flex;
}

.is_mobile, .is_mobile_flex {
  display: none !important;
}

@media (max-width: 750px) {

  /* 移动端隐藏 end*/
  .is_pc,
  .is_pc_flex {
    display: none !important;
  }

  .is_mobile {
    display: block !important;
  }

  .is_mobile_flex {
    display: flex !important;
  }

  .pc_show_bg {
    display: none;
  }

  .list_padding {
    padding-top: 0.6rem;
  }

  .news_box {
    padding-bottom: 0.8rem;
  }

  .awards-bdshare-area {
    display: none;
  }

  .page-title>h1,
  .page-title>h2 {
    font-size: .3rem;
  }

  .page-title>h2 {
    font-size: .3rem;
  }

  .news-list {
    margin: .3rem 0;
    margin-bottom: 0;
  }

  .news-item {
    border-top: 1px solid rgba(49, 62, 74, 0.5);
    padding: 0.4rem;
    background: transparent;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .news-item:last-child {
    margin-bottom: 0.4rem;
    border-bottom: 1px solid rgba(49, 62, 74, 0.5);
  }

  .news-item a {
    flex-direction: row-reverse;
  }

  .news-item img {
    width: 2rem;
    height: 1.25rem;
    border-radius: 0rem;
    margin-right: 0.3rem;
    margin: 0;
  }

  .news-text {
    width: auto;
    position: static;

  }

  .news-text>h1 {
    position: absolute;
    top: 0.4rem;
    left: 0rem;
    font-size: 0.3rem;
    width: calc(100% - 2.6rem);
    margin-top: 0rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .news-text>h2 {
    margin: .3rem 0 .15rem;
    height: auto;
    font-size: .24rem;
    margin-top: 0;
    display: none;
  }

  .news-text>p {
    color: #333;
    opacity: .5;
    line-height: 1;
  }

  .news-text>p.time_text {
    position: absolute;
    bottom: 0.3rem;
    left: 0rem;
  }

  .news-text>p.time_text span {
    display: none;
  }

  .news-text .more_text {
    opacity: 1;
    border: 0 solid #ffffff !important;
    color: #00FFEC !important;
    text-align: left !important;
    position: absolute;
    right: 0;
    bottom: 0.3rem;
    display: none;
  }

  .hand-box {
    margin: 0;
    padding: 0;
    border-top: 0 solid #3e4190;
  }

  .hand-box>div {
    width: 2.8rem;
    height: .72rem;
    line-height: .72rem;
    font-size: .24rem;
  }
}