/* 导航 */
.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;
  padding: 0 10px;
  height: 80px;
  cursor: pointer;
}

.nav-list .nav-item a {
  font-size: 18px;
  color: #000000;
  line-height: 80px;
}

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

/* .nav-list .nav-item.active a {
  color: #fff;
} */

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

.nav-button-list {
  height: 80px;
  display: flex;
  align-items: center;
  margin-left: 6px;
}

.nav-button-list .nav-button-item {
  position: relative;
  margin-left: 10px;
}

.nav-button-list .nav-button-item button {
  width: 110px;
  line-height: 36px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
}

.nav-button1 {
  background-color: #1891ac;
}

.nav-button2 {
  background-color: #f67280;
}

.nav-button3 {
  background-color: #f23557;
}

.nav-button4 {
  background-color: #ff6f3c;
}

.banner-img {
  width: 100%;
  height: 705px;
  background: url("../images/bg-banner.png?v=65ds6f2sd3f2asd") no-repeat center top;
  background-size: cover;
}

/* 同期活动 */
.activity-wrap {
  position: relative;
  margin-top: 0px;
  z-index: 2;
}

.activity-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 84px;
}

.activity-btn {
  display: block;
  margin: 0 18px;
  width: 261px;
  height: 86px;
  border-radius: 10px;
  cursor: pointer;
  font-family: PingFang-SC-Medium;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.activity-btn i {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.activity-btn .icon-banner1 {
  width: 53px;
  height: 40px;
  background: url('../images/icon-banner1.png') no-repeat center center / contain;
}

.activity-btn .icon-banner2 {
  width: 43px;
  height: 40px;
  background: url('../images/icon-banner2.png') no-repeat center center / contain;
}

.activity-btn .icon-banner3 {
  width: 44px;
  height: 42px;
  background: url('../images/icon-banner3.png') no-repeat center center / contain;
}

.activity-btn:nth-child(1) {
  background-color: #009fcb;
}

.activity-btn:nth-child(2) {
  background-color: #f23557;
}

.activity-btn:nth-child(3) {
  background-color: #ffb400;
}

.box-title-wrap {
  width: 1200px;
  margin: auto;
  position: relative;
  text-align: center;
  font-family: PingFang-SC-Heavy;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 4px;
  color: #7b2977;
  background: url('../images/titleBg2.png') no-repeat center bottom;
  background-position-y: 40px;
}

.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;
}

.activity-list {
  margin: 0 auto;
  width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 360px);
  grid-column-gap: 60px;
  grid-row-gap: 40px;
}

.activity-item {
  padding-bottom: 24px;
  width: 360px;
  box-sizing: border-box;
  box-shadow: 0px 1px 5px #d8e0e5;
  object-fit: contain;
  cursor: pointer;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
}

.activity-item:hover {
  scale: 1.05;
  transition: .3s;
}

.activity-item .imgBox {
  width: 100%;
  height: 195px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 25px;
}

.activity-item-text {
  font-family: PingFang-SC-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  text-align: center;
}

.activity-item:hover .activity-item-text {
  font-size: 20px;
  color: #1f5f8b;
  font-weight: bold;
}

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

.introduce-content {
  padding-bottom: 93px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.introduce-left {
  /* width: 600px; */
  margin-right: 27px;
}

.topbg01 {
  width: 100%;
  box-sizing: border-box;
  background: url('../images/tognqiBg.png') no-repeat center;
  background-size: cover;
}

.introduce-text {
  font-family: PingFang-SC-Regular;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #000000;
}

.introduce-text p {
  margin-bottom: 20px;
  text-indent: 2em;
  text-align: justify;
}

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

.introduce-right {
  width: calc(100% - 600px - 27px);
  object-fit: contain;
  pointer-events: none;
}

.introduce-more {
  margin-bottom: 32px;
  width: 214px;
  height: 33px;
  background: url('../images/img-more.png') no-repeat center center / contain;
  cursor: pointer;
}

.introduce-data-wrap {
  padding: 23px 59px 24px 52px;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 1px 5px #d8e0e5;
}

.introduce-data-item {}

.introduce-data-item i {
  margin: 0 auto;
  display: block;
  width: 59px;
  height: 59px;
  background-color: #f7f7f7;
  border-radius: 50%;
}

.introduce-data-line {
  margin: 0 52px;
  width: 2px;
  height: 71px;
  background-color: #1f5f8b;
  opacity: 0.1;
}

.icon-introduce1 {
  background: url('../images/icon-introduce1.png') no-repeat center center / contain;
}

.icon-introduce2 {
  background: url('../images/icon-introduce2.png') no-repeat center center / contain;
}

.icon-introduce3 {
  background: url('../images/icon-introduce3.png') no-repeat center center / contain;
}

.introduce-data-title {
  margin-top: 26px;
  font-family: PingFang-SC-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
}

.introduce-data-num {
  display: flex;
  align-items: baseline;
  font-family: PingFang-SC-Heavy;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #000000;
}

.introduce-data-num span {
  font-family: PingFang-SC-Heavy;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #000000;
}

/* 为何参展 */
.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;
}

/* 展区规划 */
.plan-wrap {
  padding-top: 90px;
  width: 100%;
  box-sizing: border-box;
  background: url('../images/list/ldBg.png') no-repeat center;
  background-size: cover;
}

.plan-wrap .light-wrap {
  padding-bottom: 70px;
}

.swiper-tab {
  background-color: #6f317b;
}

.tabBar {
  display: flex;
  justify-content: space-evenly;
}

.tabBar li {
  width: 177px;
  height: 33px;
  background-color: #4350d4;
  border-radius: 100px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  line-height: 33px;
  color: #fff;
  cursor: pointer;
  margin-top: 30px;
}


.tableBox>table {
  display: none;
}

.tableBox .active {
  display: block;
}

.tabBar li.active {
  background-color: #bc202e;
}

.swiper-tab .wrap {
  box-sizing: border-box;
}

.swiper-tab ul {
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}

.swiper-tab ul li {
  display: inline-block;
  width: 150px;
  height: 65px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}

.swiper-tab ul li.on {
  background-color: #471748;
}

.swiper-tab ul li img {
  display: block;
  margin: 19px auto 8px;
  width: 41px;
  height: 41px;
  object-fit: none;
  pointer-events: none;
}

/* .swiper-tab ul li:nth-child(1) img{
  width: 38px;
  height: 38px;
}

.swiper-tab ul li:nth-child(2) img{
  width: 34px;
  height: 34px;
}

.swiper-tab ul li:nth-child(3) img{
  width: 41px;
	height: 38px;
}

.swiper-tab ul li:nth-child(4) img{
  width: 39px;
	height: 36px;
}

.swiper-tab ul li:nth-child(5) img{
  width: 37px;
	height: 40px;
}

.swiper-tab ul li:nth-child(6) img{
  width: 40px;
	height: 40px;
}

.swiper-tab ul li:nth-child(7) img{
  width: 35px;
	height: 29px;
}

.swiper-tab ul li:nth-child(8) img{
  width: 35px;
	height: 39px;
} */

.swiper-tab ul li span {
  font-size: 18px;
  color: #fff;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.light-swiper {
  width: 1000px;
  height: 456px;
  margin: 30px auto 0;
  overflow: hidden;
}

.light-swiper .swiper-slide {
  position: relative;
}

.light-swiper .swiper-slide .swiper-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 273px;
  /* background: url("../images/list/swiper.png") center bottom no-repeat; */
  background-size: contain;
}

.light-swiper .swiper-slide img {
  width: 100%;
  height: 456px;
  object-fit: cover;
}

.swiper-txt div {
  padding-top: 127px;
}

.swiper-txt div h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
}

.swiper-txt div p {
  font-size: 16px;
  color: #fff;
  padding: 0 50px;
}

.light-con {
  position: relative;
  max-width: 1366px;
  height: 450px;
}

.shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100%);
  height: 100%;
  opacity: 0;
  transition: opacity .5s;
}

.light-con .light-item {
  position: absolute;
  top: 0;
  width: 33.33%;
  height: 450px;
  border-left: 5px solid #ebebeb;
  border-right: 5px solid #ebebeb;
  z-index: 1;
  transition: all .3s;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 800px 450px;
  overflow: hidden;
}

.light-con .light-item.on {
  width: 800px;
  z-index: 3;
}

.light-con .light-item.dark .shadow {
  opacity: .7;
  z-index: 9;
}

.light-con .light-item1 {
  left: 0;
}

.light-con .light-item2 {
  position: relative;
  margin: 0 auto;
}

.light-con .light-item2::after {
  position: absolute;
  left: 50%;
  bottom: 10px;
  content: '';
  margin-left: -10px;
  width: 20px;
  height: 18px;
}

.light-con .light-item3 {
  right: 0;
}

.light-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 273px;
  overflow: hidden;
  background-image: linear-gradient(0deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 100%);
}

.light-txt-box {
  position: relative;
  top: 180px;
  left: 0;
}

.light-con .light-item.on .light-txt-box {
  top: 127px;
}

.light-txt .light-txt-box h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
}

.light-txt .light-txt-box p {
  opacity: 0;
  font-size: 16px;
  color: #fff;
  padding: 0 50px;
}

.light-con .light-item2 .light-txt .light-txt-box p {
  opacity: 1;
}

/* 同期会议 */
.meeting-wrap {
  padding: 95px 0 88px;
}

.meeting-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.meeting-btn {
  margin: 0 14px 40px;
  width: 250px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  border: solid 1px #ffffff;
  cursor: pointer;
  font-family: PingFang-SC-Heavy;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.meeting-btn.active {
  background-image: linear-gradient(90deg,
      #1f5f8b 0%,
      #4c91c0 100%);
}

.meeting-table {
  margin-bottom: 27px;
  border-right: 1px solid #1f5f8b;
  border-bottom: 1px solid #1f5f8b
}

.meeting-table-title {
  height: 40px;
  line-height: 40px;
  background-image: linear-gradient(90deg,
      #1f5f8b 0%,
      #4c91c0 100%);
  text-align: center;
  font-family: PingFang-SC-Heavy;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.metting-list-title {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  position: relative;
  width: 1200px;
  height: 44px;
  color: #fff;
}

.metting-list-title-line {
  width: 8px;
  height: 44px;
  background-image: linear-gradient(90deg,
      #113d5a 0%,
      #1f5f8b 100%);
}

.metting-list-title-content {
  margin-right: 35px;
  padding-left: 22px;
  height: 100%;
  background-image: linear-gradient(90deg,
      rgba(255, 255, 255, .1) 0%,
      rgba(255, 255, 255, 0) 100%);
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
}

.icon-date {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url('../images/icon-date.png') no-repeat center center / contain;
  vertical-align: middle;
}

.metting-list-title-date {
  font-family: PingFang-SC-Medium;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

.metting-list-wrap {
  display: flex;
}

.metting-item {
  margin-right: 2px;
  margin-bottom: 17px;
  width: 246px;
  height: 208px;
  background: url("../images/bg-meeting-item.png") no-repeat center center / contain;
  color: #000;
  pointer-events: none;
}

.metting-item-step {
  margin: 33px 0 29px;
  text-align: center;
  line-height: 1;
  font-family: Arial-Black;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 4px;
  color: #ffffff;
  text-shadow: 1px 1px 5px #1f5f8b;
}

.metting-item-title {
  margin-bottom: 21px;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #000000;
}

.metting-item-text {
  margin-bottom: 5px;
  text-align: center;
  line-height: 1;
}

.icon-next {
  margin-top: 88px;
  margin-right: 16px;
  display: block;
  width: 53px;
  height: 47px;
  background: url("../images/icon-next.png") no-repeat center center / contain;
}

.metting-tip {
  text-align: right;
  font-family: PingFang-SC-Regular;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0px;
  color: #eeeeee;
}

/* 展会亮点 */
.highlights {
  box-sizing: border-box;
  padding-top: 92px;
  width: 100%;
  height: 843px;
  background: url("../images/bg-highlights.png") no-repeat center center / cover;
}

.highlights-box {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  height: 609px;
  background: url("../images/bg-highlights2.png") no-repeat center center / contain;
  background-size: 301px 272px;
}

.highlights-item {
  position: absolute;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 25px 22px 23px 20px;
  width: 417px;
  background-color: #ffffff;
  box-shadow: 0 0 5px #ccc;
}


.highlights-item::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -19px;
  right: 117px;
  margin-right: 0px;
  border-top-width: 0;
  border-bottom: 24px solid #ddd;
  border-left: 34px solid transparent;
  border-right: 24px solid transparent;
  filter: drop-shadow(10px 4px 3px rgba(0, 0, 0, .04));
  /* 作用就是让小三角形看起来有阴影的效果 */
  transform: rotate(34deg);
}

.highlights-item::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -17px;
  right: 117px;
  border-bottom: 24px solid #fff;
  border-left: 34px solid transparent;
  border-right: 24px solid transparent;
  z-index: 2;
  transform: rotate(34deg);
}


.highlights-item:nth-child(1) {
  width: 480px;
  height: 157px;
  left: 197px;
  top: 0;
}

.highlights-item:nth-child(2) {
  left: 0;
  top: 199px;
}

.highlights-item:nth-child(2):after {
  top: 56px;
  right: -41px;
  bottom: auto;
  left: auto;
  transform: rotate(225deg);
}

.highlights-item:nth-child(2):before {
  top: 57px;
  right: -43px;
  bottom: auto;
  left: auto;
  transform: rotate(225deg);
  filter: drop-shadow(-10px 4px 3px rgba(0, 0, 0, .04));
}

.highlights-item:nth-child(3) {
  left: 61px;
  top: 401px;
}

.highlights-item:nth-child(3):after {
  top: 38px;
  right: -35px;
  bottom: auto;
  left: auto;
  transform: rotate(304deg);
}

.highlights-item:nth-child(3):before {
  top: 38px;
  right: -36px;
  bottom: auto;
  left: auto;
  transform: rotate(304deg);
}

.highlights-item:nth-child(4) {
  top: 119px;
  right: 0;
}

.highlights-item:nth-child(4):after {
  top: 55px;
  right: auto;
  bottom: auto;
  left: -35px;
  transform: rotate(125deg);
}

.highlights-item:nth-child(4):before {
  top: 56px;
  right: auto;
  bottom: auto;
  left: -36px;
  transform: rotate(125deg);
}

.highlights-item:nth-child(5) {
  top: 337px;
  right: 40px;
}

.highlights-item:nth-child(5):after {
  top: 73px;
  right: auto;
  bottom: auto;
  left: -41px;
  transform: rotate(45deg);
}

.highlights-item:nth-child(5):before {
  top: 71px;
  right: auto;
  bottom: auto;
  left: -44px;
  transform: rotate(45deg);
  filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, .04));
}

.highlights-item .icon-highlights {
  margin-right: 20px;
  width: 95px;
  height: 101px;
}

.highlights-title {
  margin-bottom: 13px;
  font-family: PingFang-SC-Heavy;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #000000;
}

.highlights-text {
  font-family: PingFang-SC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000000;
}

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

.con-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.con-wrap-06 .wrap {
  padding-top: 90px;
}

.con-wrap-06 .word-con {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  margin-top: 45px;
}

.con-wrap-06 .word-con {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  margin-top: 45px;
}

.lunbo {
  position: absolute;
  width: 100%;
  left: 0;
  top: 330px;
  height: 300px;
  padding-bottom: 30px;
  /* background: url(../images/shijainxian.png?v=11111) no-repeat -18px bottom;
  background-size: 400px 23px; */
  border-bottom: 1px dotted #ccc;

}

.lunbo>ul {
  width: 5800px;
  position: relative;
  left: 50%;
  margin-left: -1620px;
  height: 300px;
}

.lunbo li {
  overflow: hidden;
  margin-left: 37.5px;
  margin-right: 37.5px;
  width: 287px;
  padding-bottom: 50px;
  float: left;
  background: url(../images/shijainxian.png?v=111112) no-repeat -19px bottom;
  background-size: 1500px 23px;
  position: relative;
  z-index: 2;
  top: 1px;
}

.lunbo li:last-child {
  display: none;
}

.lunbo .on .time {
  opacity: 1;
}

.lunbo li .time {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  opacity: .5;
}

.lunbo li>div {
  padding-top: 20px;
  width: 100%;
  height: 260px;
  margin: 0 auto;
  position: relative;
  background-color: #1f5f8b;
}

.lunbo li>div>a {
  margin: 0 auto 25px;
  display: block;
  width: 246px;
  height: 172px;
  object-fit: cover;
  color: #fff;
}

.lunbo li>div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.lunbo li>div>i {
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-left: -20px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
}

.lunbo li>div p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 104px;
  padding: 26px 0 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: #fff;
  z-index: 2;
  background-size: 100% auto;
}

.lunbo li.on>div p {
  opacity: 1;
}

.lunbo li>div a {
  color: #fff;
}

/* 宣传推广 */
.propaganda-wrap {
  padding: 90px 0 9px;
  background: #f4f7f9;
}

.propaganda-list {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.propaganda-item {
  margin-bottom: 82px;
  box-sizing: border-box;
  padding: 0 35px;
  width: 377px;
  height: 190px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  cursor: pointer;
}

.propaganda-item:hover .propaganda-title {
  color: #1f5f8b;
}

.icon-propaganda {
  margin: -49px auto 15px;
  width: 98px;
  height: 99px;
  object-fit: contain;
  border-radius: 50%;
  pointer-events: none;
}

.propaganda-title {
  margin-bottom: 6px;
  text-align: center;
  font-family: PingFang-SC-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: bold;
}

.propaganda-text {
  font-family: PingFang-SC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
}

/* 往届合作企业 */
.enterprise-wrap {
  overflow: hidden;
  background: url('../images/bg-enterprise.png') no-repeat center center / cover;
  box-sizing: border-box;
  height: 886px;
  padding: 90px 0 85px;
}

.logo-list-wrap {
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  position: relative;
}

.logo-list-swiper {
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  overflow: hidden;
}

.logo-list-wrap .swiper-button-next,
.logo-list-wrap .swiper-button-prev {
  color: #fff;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 66px;
  height: 66px;
}

.logo-list-wrap .swiper-button-next,
.logo-list-wrap .swiper-button-prev {
  top: 40%;
}

.logo-list-wrap .swiper-button-next,
.logo-list-wrap .swiper-container-rtl .swiper-button-prev {
  right: -100px;
}

.logo-list-wrap .swiper-button-prev,
.logo-list-wrap .swiper-container-rtl .swiper-button-next {
  left: -100px;
}

.logo-list-wrap .swiper-pagination-bullet {
  width: 16px;
  height: 17px;
  background: #fff;
}

.enterprise-wrap .swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.logo-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-content: flex-start;
}

.logo-item {
  margin-bottom: 23px;
  display: block;
  width: 180px;
  height: 100px;
  background-color: #ffffff;
  border: solid 1px #c9c9c9;
}

.logo-list-pagination {
  bottom: 60px !important;
}



/* 组织架构 */
.organizational-wrap {
  padding: 89px 0 75px;
}

.organizational-title {
  margin-bottom: 50px;
  position: relative;
  font-family: SourceHanSansCN-Bold;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

.organizational-title::before {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 6px;
  background-image: linear-gradient(90deg,
      #1f5f8b 0%,
      #113c59 100%);
}

.organizational-logo {
  width: fit-content;
  margin: 0 auto;
  display: flex;
}

.organizational-logo img {
  margin: 0 11px;
}

/* 合作媒体 */
.media-wrap {
  overflow: hidden;
  background: url('../images/bg-media.png') no-repeat center center / cover;
  box-sizing: border-box;
  height: 646px;
  padding: 95px 0 90px;
}

.media-swiper-button-next,
.logo-list-wrap .swiper-button-prev {
  top: 35% !important;
}

/* 联系我们 */
.address {
  box-sizing: border-box;
  height: 469px;
  padding: 50px 0 60px;
  background: url('../images/bg-footer.png') no-repeat center center / cover;
}

.address .address_title {
  text-align: center;
  color: #fff;
  padding-bottom: 40px;
}

.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;
  flex-direction: row;
  justify-content: space-between;
  font-size: 18px;
  color: #fff;
  line-height: 36px;
}

.address .address_cont div:nth-child(3),
.address .address_cont div:nth-child(4),
.address .address_cont div:nth-child(5) {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}

.address .address_cont div:nth-child(3) p,
.address .address_cont div:nth-child(4) p,
.address .address_cont div:nth-child(5) p {
  padding-top: 14px;
}

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

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

.contact-title {
  font-family: PingFang-SC-Heavy;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}

/* 右侧浮动面板 */
.right-panel {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  color: #fff;
  display: none;
}

.right-panel-item {
  position: relative;
  padding: 10px 7px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  background-color: #824a87;
  margin-bottom: 10px;
  font-weight: 600;
}

.right-panel-item::after {
  content: '';
  width: 100%;
  height: 10px;
  background: url('../images/ricon.png') no-repeat center;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.right-panel-item:last-child::after {
  display: none;
}

.right-panel-totop {
  cursor: pointer;
  padding: 19px 0 8px;
}

.right-panel-totop p {
  line-height: 1;
  text-align: center;
  font-size: 18px;
}

.icon-top {
  margin: 0 auto 12px;
  display: block;
  width: 24px;
  height: 29px;
  background: url('../images/icon-top.png') no-repeat center center / contain;
  cursor: pointer;
}

/* 我要参会 */
.participate-box {
  box-shadow: 0 0 5px #ccc;
  z-index: 9999;
  text-align: center;
}

.participate-box a {
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.participate-box a:last-child {
  border: 0;
}

.nav-participate-wrap .participate-box {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  text-align: center;
}

.nav-participate-wrap:hover .participate-box {
  display: block;
}

.participate-btn-wrap:hover .participate-box {
  display: block;
}

.participate-box {
  display: none;
  padding: 0 20px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: -185px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 48px;
  border-radius: 10px;
}

.participate-box a {
  display: block;
  color: #000;
}

/* 一键分享 */
.share-wrap:hover .share-component {
  display: block;
}

.social-share {
  display: none;
  position: absolute;
  top: 0px;
  left: -122px;
  width: 120px;
  border: 1px solid #ccc;
  background: #fff;
}

.right_fx {
  position: relative;
}

.right_fx:hover .social-share {
  display: block;
}

.social-share .item {
  width: 50%;
}

.social-share .item a .share-n {
  position: absolute;
  left: 32px;
  top: 0;
  width: 50px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  -webkit-text-stroke-width: 0;
  padding-left: 10px;
}

.social-share .item a:hover .share-n {
  color: black;
}

/* 热线 */
.line_we_box {
  position: relative;
}

.line_we_box .line_we {
  display: none;
  padding: 0 15px;
  background-color: #fff;
  position: absolute;
  left: -182px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 48px;
  border-radius: 5px;
  color: #56A5FC;
}

.line_we_box img {
  width: 30px;
  animation: move 1s 0s infinite;
}

.line_we_box .line_we span {
  display: inline-block;
}

.line_we_box:hover .line_we {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px #ccc;
}

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

.jinqun_qr .jinqun {
  text-align: center;
}

.jinqun_qr .jinqun img {
  margin: auto;
}

@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);
  }
}