#app .fixedBox {
  width: 106px;
  height: 341px;
  box-sizing: border-box;
  position: fixed;
  right: -106px;
  top: 30%;
  transition: all 0.5s;
}
#app .fixedBox .fixed {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: url('../images/侧导航.png') no-repeat center top;
  position: relative;
  z-index: 9999;
}
#app .fixedBox .fixed ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 85px;
  position: relative;
}
#app .fixedBox .fixed ul li {
  width: 96px;
  height: 28px;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 16px;
  transition: all 0.5s;
  background-color: #003ab7;
}
#app .fixedBox .fixed ul li a {
  color: #fff;
}
#app .fixedBox .fixed ul li:hover {
  font-weight: 600;
}
#app .fixedBox .fixed ul li:last-child {
  margin-bottom: 0;
}
#app .fixedBox .top {
  width: 100%;
  position: relative;
  z-index: 99999999;
  bottom: 21px;
  right: 0;
  text-align: right;
}
#app .isFixedBar {
  right: 0px;
  opacity: 1;
}
#app .topBar {
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99999;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
#app .topBar .content {
  width: 1200px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
#app .topBar .content ul {
  width: 1200px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .topBar .content ul li {
  font-size: 20px;
  color: #000;
  cursor: pointer;
}
#app .topBar .content ul .active {
  color: #0051ff;
  font-weight: 600;
}
#app .topBarHidden {
  height: 80px;
  width: 100%;
  box-sizing: border-box;
  visibility: hidden;
}
#app .banner {
  height: 700px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
#app .banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
#app .banner .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
}
#app .banner .swiper-slide .imgBox {
  width: 100%;
  height: 100%;
}
#app .banner .swiper-button-next,
#app .banner .swiper-button-prev {
  color: #fff;
}
#app .banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app .publicTitle {
  text-align: center;
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  font-size: 40px;
  color: #0051ff;
  font-weight: 600;
  background: url('../images/titleBg.png') no-repeat center bottom;
}
#app .publicTitle_W {
  color: #fff;
  background: url('../images/titleBg2.png') no-repeat center bottom;
  margin-bottom: 30px;
}
#app .huigu {
  height: 438px;
  width: 100%;
  box-sizing: border-box;
  background: url('../images/huiguBg.png') no-repeat center top;
  padding-top: 60px;
}
#app .huigu .content {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
#app .huigu .content .swiperBox {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
#app .huigu .content .swiperBox .swiper {
  width: 100%;
  height: 100%;
}
#app .huigu .content .swiperBox .swiper-slide {
  background: transparent;
}
#app .huigu .content .swiperBox .swiper-slide .imgBox {
  width: 380px;
  height: 225px;
  box-sizing: border-box;
  overflow: hidden;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
}
#app .huigu .content .swiperBox .swiper-slide .imgBox a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#app .huigu .content .swiperBox .swiper-button-next:after,
#app .huigu .content .swiperBox .swiper-rtl .swiper-button-prev:after,
#app .huigu .content .swiperBox .swiper-button-prev:after,
#app .huigu .content .swiperBox .swiper-rtl .swiper-button-next:after {
  font-size: 20px;
}
#app .huigu .content .swiperBox .swiper-button-prev,
#app .huigu .content .swiperBox .swiper-rtl .swiper-button-next {
  left: -70px;
  width: 44px;
  height: 72px;
  background-color: rgba(0, 0, 0, 0.5);
}
#app .huigu .content .swiperBox .swiper-button-next,
#app .huigu .content .swiperBox .swiper-rtl .swiper-button-prev {
  right: -70px;
  width: 44px;
  height: 72px;
  background-color: rgba(0, 0, 0, 0.5);
}
#app .richeng {
  width: 100%;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ebf4f2;
}
#app .richeng .content {
  width: 1200px;
  margin: 0 auto;
}
#app .richeng .content .tableBarBox {
  display: grid;
  justify-content: center;
  grid-template-columns: 200px 200px 200px 200px;
  grid-column-gap: 40px;
  margin: 40px 0;
}
#app .richeng .content .tableBarBox li {
  height: 70px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #0051ff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #0051ff;
  cursor: pointer;
  user-select: none;
  transition: all 0.4s;
}
#app .richeng .content .tableBarBox .active {
  background-color: #0051ff;
  color: #fff;
  position: relative;
}
#app .richeng .content .tableBarBox .active::before {
  content: '';
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  width: 0px;
  font-weight: bold;
  border: 13px solid transparent;
  border-top-color: #0051ff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
#app .richeng .content > table tr th {
  background-color: #0051ff;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-align: left;
  padding-left: 50px;
}
#app .richeng .content > table tr td {
  font-size: 16px;
  line-height: 50px;
  text-align: left;
}
#app .richeng .content > table tr td > table {
  background-color: #fff;
}
#app .richeng .content > table tr td > table td {
  line-height: 26px;
  padding: 10px 20px;
}
#app .richeng .content > table tr .bgColor {
  background-color: #f6fdfb;
  border-top: 1px dashed #a2eada;
  border-bottom: 1px dashed #a2eada;
}
#app .richeng .content > table tr .title {
  font-weight: 600;
  font-size: 20px;
}
#app .huiyijieshao {
  width: 100%;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 60px;
}
#app .huiyijieshao .content {
  width: 1200px;
  margin: 0 auto;
}
#app .huiyijieshao .content ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 45px;
  align-items: center;
}
#app .huiyijieshao .content ul li {
  font-size: 16px;
}
#app .huiyijieshao .content ul .pText {
  padding-left: 30px;
  box-sizing: border-box;
  padding-top: 22px;
  line-height: 24px;
}
#app .huiyijieshao .content ul .pText p {
  margin-bottom: 10px;
  text-indent: 2em;
  font-size: 16px;
  text-align: justify;
}
#app .wangjie,
#app .hezuomeiti {
  width: 100%;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 60px;
}
#app .wangjie .content,
#app .hezuomeiti .content {
  width: 1200px;
  margin: 0 auto;
}
#app .wangjie .content img,
#app .hezuomeiti .content img {
  margin-top: 40px;
}
#app .xuanchuan {
  width: 100%;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 110px;
}
#app .xuanchuan .content {
  width: 1200px;
  margin: 0 auto;
}
#app .xuanchuan .content ul {
  margin-top: 60px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 560px 560px;
  grid-row-gap: 50px;
}
#app .xuanchuan .content ul li {
  width: 560px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
#app .xuanchuan .content ul li .text {
  margin-left: 25px;
}
#app .xuanchuan .content ul li .text .top {
  font-size: 20px;
  color: #0051ff;
  font-weight: 600;
  margin-bottom: 15px;
}
#app .xuanchuan .content ul li .text .bottom {
  font-size: 16px;
  color: #666666;
  font-weight: 300;
}
#app .liangdian {
  height: 676px;
  width: 100%;
  box-sizing: border-box;
  background: url('../images/会议亮点.png') no-repeat center top;
  padding-top: 60px;
}
#app .liangdian .content {
  width: 1200px;
  margin: 0 auto;
}
#app .liangdian .content ul {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 590px 590px;
  justify-content: space-between;
  grid-row-gap: 15px;
}
#app .liangdian .content ul li {
  height: 145px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .liangdian .content ul li .left {
  margin-right: 20px;
}
#app .liangdian .content ul li .right {
  width: 435px;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
}
#app .liangdian .content ul li .right .smilltitle {
  font-size: 22px;
  margin-bottom: 10px;
}
#app .canhui {
  height: 535px;
  width: 100%;
  box-sizing: border-box;
  background: url('../images/参会对象.png?v=ssss') no-repeat center top;
  padding-top: 60px;
}
#app .canhui .content {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
#app .canhui .content ul {
  width: 100%;
}
#app .canhui .content ul li {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
#app .canhui .content ul li .desc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
#app .canhui .content ul li:nth-child(1) {
  text-align: center;
}
#app .canhui .content ul li:nth-child(2) {
  position: absolute;
  bottom: 130px;
  left: 130px;
}
#app .canhui .content ul li:nth-child(3) {
  position: absolute;
  bottom: 145px;
  right: 80px;
}
#app .zhanhuishifan {
  height: 681px;
  width: 100%;
  box-sizing: border-box;
  background: url('../images/展示范围.png') no-repeat center top;
}
#app .lianxi {
  height: 412px;
  width: 100%;
  box-sizing: border-box;
  background: url('../images/联系我们.png') no-repeat center top;
  padding-top: 60px;
}
#app .lianxi .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#app .lianxi .content .titleBox {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
#app .lianxi .content .titleBox .title {
  font-size: 40px;
}
#app .lianxi .content ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
#app .lianxi .content ul li div {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
#app .lianxi .content ul .qrBox {
  text-align: center;
}
