.box-title-wrap {
  width: fit-content;
  position: relative;
  margin: 0 auto 40px;
  padding: 0 26px;
  text-align: center;
  font-family: SourceHanSansCN-Bold;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 2px;
  color: #000000;
  pointer-events: none;
}

.box-title-wrap::before {
  position: absolute;
  left: -120px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 115px;
	height: 24px;
  background: url(../images/title-blue-left.png) no-repeat center center / contain;
}

.box-title-wrap::after {
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 115px;
	height: 24px;
  background: url(../images/title-blue-right.png) no-repeat center center / contain;
}

.box-title-wrap.white{
  color: #fff;
}

.box-title-wrap.white::before {
  background: url(../images/title-white-left.png) no-repeat center center / contain;
}

.box-title-wrap.white::after {
  background: url(../images/title-white-right.png) no-repeat center center / contain;
}

/* 导航 */
.nav-wrap {
  position: relative;
  width: 100%;
  height: 80px;
}

.nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 80px;
  background: #fff;
}

.nav.fixed-nav {
  position: fixed;
  left: 0;
  top: 0;
}

.nav .logo {
  display: block;
  margin-top: 9px;
  width: 58px;
  height: 62px;
  object-fit: contain;
}

.nav-list {
  height: 80px;
}

.nav-list .nav-item {
  margin: 0 10px;
  height: 80px;
  cursor: pointer;
}

.nav-list .nav-item a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  font-family: SourceHanSansCN-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
  line-height: 80px;
	letter-spacing: 0px;
  color: #000000;
  text-align: center;
}

/* .nav-list .nav-item.active {
    background: #bc202e;
} */

.nav-list .nav-item.active a {
  font-weight: bold;
}

/* .nav-list .nav-item.nav-light {
  background: #fbaa03;
} */

.join-btn-wrap{
  display: flex;
  align-items: center;
  margin-left: 20px;
  height: 80px;
}

.join-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 138px;
	height: 35px;
	font-size: 20px;
	background-color: #ff0072;
	border-radius: 10px;
  color: #fff;
  cursor: pointer;
}

.icon-join{
  display: block;
  margin-left: 5px;
  width: 20px;
	height: 19px;
  background: url("../images/icon-join.png") no-repeat center center / contain;
}

.banner-img {
  width: 100%;
  height: 700px;
  background: url("../images/bg-banner.png?v=5345fsdafdas") no-repeat center center / cover;
}

/* 展会介绍 */
.introduce-wrap{
  padding-top: 90px;
  padding-bottom: 70px;
}

.introduce-wrap .box-title-wrap{
  margin-bottom: 71px;
}

.img-introduce{
  width: 515px;
	height: 447px;
  position: absolute;
  top: -25px;
  left: 26px;
}

.introduce-content {
  position: relative;
}

.introduce-text{
  box-sizing: border-box;
  width: 100%;
  padding: 40px 33px 33px 568px;
  background-color: #f7f7f7;
  text-indent: 32px;
}

.introduce-text p{
  margin-bottom: 10px;
  font-family: PingFang-SC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000000;
}

.introduce-text p:last-child{
  margin-bottom: 0;
}

/* 为何参展 */
.participate-wrap {
  box-sizing: border-box;
  padding: 94px 0 90px;
  height: 672px;
  background: #f4f7f9;
}

.participate-swiper-wrap{
  margin: 0 auto;
  width: 1200px;
  height: 404px;
  position: relative;
  overflow: hidden;
}

.participate-swiper{
  padding-left: 192px;
  height: 404px;
}

.participate-swiper .swiper-pagination{
  left: 0;
  right: initial;
}

.participate-swiper .swiper-slide{
  display: flex;
}

.participate-swiper .swiper-slide img{
  margin-right: 54px;
  width: 581px;
	height: 386px;
  border: 8px solid #eeeeee;
}

.participate-text{
  flex: 1;
}

.participate-title{
  margin-top: 61px;
  margin-bottom: 44px;
  font-family: PingFang-SC-Bold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #000000;
  font-weight: bold;
}

.participate-content{
  margin-bottom: 52px;
  font-family: PingFang-SC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #000000;
}

.participate-num{
  position: relative;
  font-family: SourceHanSerifCN-Bold;
	font-size: 74px;
  font-weight: bold;
  line-height: 1;
	letter-spacing: 0px;
	color: #1a0f0d;
  text-align: right;
}

.participate-num:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 199px;
	height: 3px;
	background-color: #eeeeee;
}

.participate-pagination{
  box-sizing: border-box;
  padding: 22px 0 ;
  background: rgba(0, 0, 0, 0.2);
}

.participate-swiper .swiper-pagination-bullet {
  position: relative;
  height: auto;
  margin: 0 !important;
  padding: 24px 0;
  width: 91px;
  text-align: center;
  font-family: PingFang-SC-Regular;
	font-size: 16px;
	font-weight: normal;
  line-height: 1;
	letter-spacing: 0px;
  color: #1a0f0d;
  opacity: 1;
  background: none;
  border-radius: 0;
  
}

.participate-swiper .swiper-pagination-bullet-active:after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -80%;
  width: 92px;
	height: 2px;
	background-color: #000000;
}

.participate-swiper .swiper-pagination-bullet-active {
  color: #1f5f8b;
  font-weight: bold;
}

/* 展会亮点 */
.highlights-wrap{
  padding-top: 69px;
  padding-bottom: 70px;
  width: 100%;
	background-color: #f1f4fd;
}

.highlights-list{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.highlights-item{
  position: relative;
  width: 283px;
	height: 220px;
  border-bottom: 4px solid #fff;
  box-shadow: 0px 5px 10px 0px 
  rgba(1, 37, 39, 0.1);
  cursor: pointer;
}

.highlights-item:hover .highlights-item-img{
  display: none;
}

.highlights-item:hover .highlights-item-content{
  display: block;
}

.highlights-item-text{
  box-sizing: border-box;
  width: 211px;
  padding: 10px 0 4px 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: SourceHanSansCN-Medium;
	font-size: 22px;
	line-height: 1;
	color: #000000;
  background: url('../images/bg-highlights.png') no-repeat;
}

.highlights-item-content{
  display: none;
  box-sizing: border-box;
  width: 283px;
	height: 224px;
  padding: 23px 23px 0;
  background-color: #1844e1;
  font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 23px;
	letter-spacing: 0px;
	color: #ffffff;
}

/* 会议日程 */
.meeting-wrap{
  padding: 78px 0 78px;
  background: url('../images/bg-meeting.png') no-repeat center center / cover;
  color: #fff;
}

.meeting-wrap .meeting-table-title{
  height: 40px;
	background: #e7ecfc;
  font-family: SourceHanSansCN-Bold;
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #1844e1;
  text-align: center;
}

.meeting-table{
  width: 1200px;
  margin-bottom: 10px;
  border-top:1px solid #1f5f8b;
  border-left:1px solid #1f5f8b;
  border-right:1px solid #1f5f8b;
  border-bottom:1px solid #1f5f8b;
  box-shadow: 0px 5px 10px 0px rgba(1, 37, 39, 0.1);
}

.meeting-table-wrap{
  font-family: PingFang-SC-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #fff;
  background: #fff;
}

.meeting-table-date{
  /* vertical-align: baseline; */
  /* padding-top: 20px; */
}

.meeting-table-wrap.active{
  display: block;
}

.meeting-table-wrap tr{

}

.meeting-table-wrap td{
  padding-left: 31px;
  height: 40px;
  color: #000;
  border-top:1px dashed #1f5f8b;
}

.table-tip{
  font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 1px;
	color: #000000;
}

/* 参会对象 往届嘉宾 */
.person-wrap{
  width: 100%;
  background: url('../images/bg-person.png') no-repeat center center / cover;
  color: #ffffff;
}

.participants-wrap{
  padding-top: 66px;
  padding-bottom: 10px;
  background: url('../images/bg-participants.png') no-repeat;
  background-position: right 97px;
  background-size: 430px 455px;
}

.participants-title{
  margin-bottom: 17px;
  font-family: PingFang-SC-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #ffffff;
  font-weight: bold;
}

.participants-list{

}

.participants-item{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 110px 0 35px;
  margin-bottom: 19px;
  width: 855px;
  min-height: 100px;
  font-family: PingFang-SC-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	background-image: linear-gradient(90deg, 
  rgba(0, 45, 206, 0.5) 0%, 
		rgba(0, 45, 206, 0) 100%);
	border-radius: 10px;
}

/* 往届嘉宾 */
.guest-wrap{
  padding-top: 77px;
  padding-bottom: 69px;
}

.guest-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.guest-item{
  margin-bottom: 35px;
  position: relative;
  width: 222px;
  height: 250px;
  background: url('../images/bg-guest.png') no-repeat;
  background-position: center bottom;
}

.guest-item-name{
  writing-mode: tb-rl;
  width: 37px;
	height: 83px;
  position: absolute;
  top: 12px;
  left: 0;
  font-family: PingFang-SC-Bold;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 37px;
	letter-spacing: 4px;
	color: #ffffff;
	background-image: linear-gradient(0deg, 
		#002dce 0%, 
		#ff0072 100%);
  text-align: center;
}

.guest-item img{
  margin: 0 auto 15px;
  width: 177px;
	height: 176px;
	border-radius: 0px 40px 0px 0px;
}

.guest-item-text{
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 10px;
  font-family: PingFang-SC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.7;
	letter-spacing: -1px;
	color: #ffffff;
}

.guest-tip{
  font-family: PingFang-SC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.15rem;
	letter-spacing: 0rem;
	color: #ffffff;
}

/* 部分往届参会企业 拟邀合作媒体 */
.logo-wrap{
  padding-top: 78px;
}

.logo-wrap img{
  width: 1200px;
  height: 429px;
}

/* 部分往届回顾 */
.lookback-wrap{
  padding-top: 70px;
  background: url('../images/bg-lookback.png') no-repeat center center / cover;
}

.lookback-swiper-wrap{
}

#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 70px;
}

#certify  .swiper-slide {
  position: relative;
  padding-bottom: 30px;
  box-sizing: border-box;
	width: 440px;
	min-height: 488px;
	background: #fff;
	box-shadow: 0px 5px 10px 0px 
		rgba(1, 37, 39, 0.1);
}

#certify  .swiper-slide.swiper-slide-prev:after, #certify  .swiper-slide.swiper-slide-next:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: #000000;
	opacity: 0.3;
}

#certify  .swiper-slide img{
  margin-bottom: 15px;
	display:block;
  width: 100%;
  height: 269px;
  object-fit: cover;
}
#certify  .swiper-slide .lookback-item-title {
  margin-bottom: 15px;
	font-family: SourceHanSansCN-Bold;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: rgba(24, 68, 225, 1);
  text-align: center;
}

#certify  .swiper-slide .lookback-item-text {
  margin-bottom: 25px;
  font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: rgba(0, 0, 0, 1);
  text-align: center;
}

#certify  .swiper-slide .lookback-item-btn{
  display: block;
  margin: 0 auto;
  width: 136px;
	height: 46px;
	background-color: #1844e1;
  font-family: SourceHanSansCN-Bold;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
  text-align: center;
  line-height: 46px;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -64px;
  width: 55px;
	height: 102px;
	background-color: rgba(0, 45, 206, .1);
  font-size: 20px;
  transform: translateY(-50%);
}

#certify .swiper-button-prev:after{
  font-size: 24px;
  font-weight: bold;
  color: #1844e1;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -64px;
  width: 55px;
	height: 102px;
	background-color: rgba(0, 45, 206, .1);
  font-size: 20px;
  transform: translateY(-50%);
}

#certify .swiper-button-next:after{
  font-size: 24px;
  font-weight: bold;
  color: #1844e1;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

/* 宣传推广 */
.propagate-wrap{
  padding-top: 70px;
  padding-bottom: 70px;
}

.propagate-content-wrap{
  position: relative;
  width: 100%;
	height: 262px;
}

.propagate-content-wrap:after{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
	background-color: #e7e7e9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.propagate-list{
  display: flex;
}

.propagate-item{
  position: relative;
  flex: 1;
  cursor: pointer;
}

.icon-propagate{
  margin: 13px auto;
  width: 50px;
	height: 50px;
  object-fit: contain;
}

.propagate-title{
  margin-bottom: 21px;
  font-family: SourceHanSansCN-Regular;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #666666;
  text-align: center;
}

.round{
  position: relative;
  margin: 0 auto 27px;
  width: 20px;
	height: 20px;
	background-color: #ffffff;
	border: solid 2px #b7bcc9;
  border-radius: 50%;
  z-index: 3;
}

.icon-propagate-num{
  margin: 0 auto;
}

.propagate-item:hover .propagate-content{
  display: block;
}

.propagate-content{
  display: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 14px 20px;
  font-family: PingFang-SC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.4;
	letter-spacing: 0px;
	color: #ffffff;
  z-index: 4;
  background-color: #1844e1;
}

/* 联系我们 */
.address {
  box-sizing: border-box;
  height: 469px;
  padding: 80px 0 60px;
  background: url('../images/bg-footer.png') no-repeat center center / cover;
}
.address .address_title {
  text-align: center;
  color: #fff;
  padding-bottom: 65px;
}
.address .address_title h2 {
  margin-bottom: 12px;
  font-family: PingFang-SC-Heavy;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 8px;
	color: #ffffff;
}
.address .address_title p {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
}
.address .address_title p:before{
  content: '';
  position: absolute;
  top: 50%;
  left: -52%;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: #fff;
}

.address .address_title p:after{
  content: '';
  position: absolute;
  top: 50%;
  right: -48%;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: #fff;
}


.address .address_cont {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  font-size: 18px;
  color: #fff;
  line-height: 36px;
}

.address .address_cont .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.address .address_cont .item p{
  margin-bottom: 10px;
  font-family: PingFang-SC-Bold;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.address .address_cont .item img{
  margin: 0 auto 16px;
}

.address .address_cont .item .qrcode-title{
  font-family: SourceHanSansCN-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #ffffff;
}

/* 右侧浮动面板 */
.right-panel{
  display: none;
  box-sizing: border-box;
  padding-top: 87px;
  width: 106px;
  height: 275px;
  position: fixed;
  right: 48px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  color: #fff;
  background: url('../images/bg-panel.png?v=7g8fg45d1gf2df') no-repeat center center / contain;
  border-radius: 10px;
}

.right-panel-item{
  margin: 0 auto 4px;
  position: relative;
  cursor: pointer;
  width: 97px;
	height: 29px;
	background-color: #0a34ca;
  font-family: PingFang-SC-Medium;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #ffffff;
  text-align: center;
}

.right-panel-item a{
  display: block;
  width: 100%;
  height: 100%;
}

.top-btn{
  width: 62px;
  height: 31px;
  position: absolute;
  bottom: -8px;
  right: 0;
  background: url('../images/bg-top.png') no-repeat center center / contain;
  cursor: pointer;
}


/* 扫码入群 */
.jinqun_qr {
  position: relative;
}

.jinqun_qr .jinqun {
  display: none;
}

.jinqun_qr:hover .jinqun {
  padding: 10px 20px;
  background: #fff;
  position: absolute;
  left: -180px;
  display: inline-block;
  box-shadow: 0 0 5px #ccc;
  color: #000;
  font-size: 14px;
}

.jinqun_qr:hover .jinqun img{
  display: block;
  width: 142px;
  height: 142px;
  margin: 10px auto;
  border: 1px solid #ccc;
}

.jinqun_qr:hover .jinqun p{
  text-align:center;
  color: #7e7c7e;
  font-size: 14px;
}

@keyframes move
{
	0%, 65%{ 
	  -webkit-transform:rotate(0deg);
	  transform:rotate(0deg);
	}
	70% {  
	  -webkit-transform:rotate(6deg);
	  transform:rotate(6deg);
	}
	75% {  
	  -webkit-transform:rotate(-6deg);
	  transform:rotate(-6deg);
	}
	80% {  
	  -webkit-transform:rotate(6deg);
	  transform:rotate(6deg);
	}
	85% {  
	  -webkit-transform:rotate(-6deg);
	  transform:rotate(-6deg);
	}
	90% {  
	  -webkit-transform:rotate(6deg);
	  transform:rotate(6deg);
	}
	95% {  
	  -webkit-transform:rotate(-6deg);
	  transform:rotate(-6deg);
	}
	100% {  
	  -webkit-transform:rotate(0deg);
	  transform:rotate(0deg);
	}
}

@-webkit-keyframes move
{
	0%, 65%{ 
	  -webkit-transform:rotate(0deg);
	  transform:rotate(0deg);
	}
	70% {  
	  -webkit-transform:rotate(6deg);
	  transform:rotate(6deg);
	}
	75% {  
	  -webkit-transform:rotate(-6deg);
	  transform:rotate(-6deg);
	}
	80% {  
	  -webkit-transform:rotate(6deg);
	  transform:rotate(6deg);
	}
	85% {  
	  -webkit-transform:rotate(-6deg);
	  transform:rotate(-6deg);
	}
	90% {  
	  -webkit-transform:rotate(6deg);
	  transform:rotate(6deg);
	}
	95% {  
	  -webkit-transform:rotate(-6deg);
	  transform:rotate(-6deg);
	}
	100% {  
	  -webkit-transform:rotate(0deg);
	  transform:rotate(0deg);
	}
}