.meeting-table-wrap .table {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
.meeting-table-wrap .table > tbody tr td {
  font-size: 15px;
  padding: 20px 0;
  line-height: 28px;
}
.meeting-table-wrap .table > tbody tr td table tr td {
  padding: 0;
  border: none;
}
.meeting-table-wrap .table > tbody tr td table tr td div {
  text-align: left;
}
.meeting-table-wrap .table > tbody tr td table tr td:first-child {
  border: none;
}
.meeting-table-wrap .table > tbody tr td table tr td:last-child div {
  padding-left: 50px;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
}
.meeting-table-wrap .table > tbody tr .lhbg {
  font-size: 18px;
  font-weight: 600;
  background-color: #b4b5d2;
}
.meeting-table-wrap .table > tbody tr .tdbg {
  font-size: 18px;
  font-weight: 600;
  background-color: #bfc0dc;
}
.meeting-table-wrap .table > tbody tr > td:first-child {
  text-align: center;
  border-right: 1px solid #43488e;
}
.centerBox {
  width: 1200px;
  margin: auto;
  box-sizing: border-box;
}
.canhuirenqun {
  width: 100%;
  height: 638px;
  background: url('../images/renqun.png') no-repeat center;
  box-sizing: border-box;
}
.canhuiqiye {
  width: 100%;
  box-sizing: border-box;
  background-color: #e3e3e3;
  padding: 75px 0;
  padding-bottom: 150px;
}
.canhuiqiye .centerBox {
  position: relative;
}
.canhuiqiye .centerBox .swiper-pagination {
  transform: translate3d(0, 0, 0) translateX(-50%);
  left: 50%;
  bottom: -60px;
}
.canhuiqiye .centerBox .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  border-radius: 20px;
  margin: 0 5px;
  background-color: #fff;
  opacity: 1;
}
.canhuiqiye .centerBox .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #707070;
}
.canhuiqiye .centerBox .swiper-button-prev,
.canhuiqiye .centerBox .swiper-button-next {
  width: 55px;
  height: 55px;
  box-sizing: border-box;
  border: 5px solid #707070;
  border-radius: 100px;
}
.canhuiqiye .centerBox .swiper-button-prev::after,
.canhuiqiye .centerBox .swiper-button-next::after {
  font-size: 30px;
  font-weight: bold;
  color: #707070;
}
.canhuiqiye .centerBox .swiper-button-next {
  right: -70px;
}
.canhuiqiye .centerBox .swiper-button-prev {
  left: -70px;
}
.canhuiqiye .centerBox .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.canhuiqiye .centerBox .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fenxi {
  width: 100%;
  height: 463px;
  background: url('../images/fenxi.png') no-repeat center;
  box-sizing: border-box;
}
.zanzhu {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0;
}
.zanzhu .content {
  text-align: center;
}
.zhuanjia,
.jiabing {
  width: 100%;
  box-sizing: border-box;
  padding-top: 65px;
  background: url('../images/zhuanjia/zhuanjiabg.png') no-repeat center;
  background-size: cover;
  padding-bottom: 35px;
}
.zhuanjia .content .dataListBox,
.jiabing .content .dataListBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zhuanjia .content .dataListBox .guest-item,
.jiabing .content .dataListBox .guest-item {
  margin-bottom: 35px;
  height: 300px;
  width: 20%;
}
.zhuanjia .content .dataListBox .guest-item .name,
.jiabing .content .dataListBox .guest-item .name {
  color: #fff4ba;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
}
.zhuanjia .content .dataListBox .guest-item .pic,
.jiabing .content .dataListBox .guest-item .pic {
  width: 191px;
  height: 188px;
  margin: 0 auto;
  position: relative;
}
.zhuanjia .content .dataListBox .guest-item .pic::after,
.jiabing .content .dataListBox .guest-item .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;
  height: 190px;
  background: url("../images/jiabinBG.png") center no-repeat;
  background-size: 88%;
}
.zhuanjia .content .dataListBox .guest-item .pic img,
.jiabing .content .dataListBox .guest-item .pic img {
  border-radius: 75px;
  width: 127px;
  height: 127px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  z-index: 2;
}
.zhuanjia .content .dataListBox .guest-item .pic:hover::after,
.jiabing .content .dataListBox .guest-item .pic:hover::after {
  -webkit-animation: round 2.7s infinite linear;
  animation: round 2.7s infinite linear;
}
.zhuanjia .content .dataListBox .guest-item .info,
.jiabing .content .dataListBox .guest-item .info {
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  width: 85%;
  margin: 0 auto;
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.jiabing {
  background: #fff;
}
.jiabing .content .dataListBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jiabing .content .dataListBox .guest-item {
  margin-bottom: 35px;
  height: 300px;
  width: 20%;
}
.jiabing .content .dataListBox .guest-item .name {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
}
.jiabing .content .dataListBox .guest-item .pic {
  width: 191px;
  height: 188px;
  margin: 0 auto;
  position: relative;
}
.jiabing .content .dataListBox .guest-item .pic::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 190px;
  height: 190px;
  background: url("../images/jiabinBG2.png") center no-repeat;
  background-size: 88%;
}
.jiabing .content .dataListBox .guest-item .pic img {
  border-radius: 75px;
  width: 127px;
  height: 127px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  z-index: 2;
}
.jiabing .content .dataListBox .guest-item .pic:hover::after {
  -webkit-animation: round 2.7s infinite linear;
  animation: round 2.7s infinite linear;
}
.jiabing .content .dataListBox .guest-item .info {
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #000;
  width: 85%;
  margin: 0 auto;
}
.address {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}
.address .address_cont .info .title {
  font-size: 52px;
  font-weight: 900;
  color: #fff;
}
.address .address_cont .info .usT {
  display: inline-block;
  font-size: 35px;
  font-weight: 900;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 8px 20px;
  margin-top: 20px;
}
.address .address_cont .info .ustelBox {
  display: flex;
}
.address .address_cont .info .ustelBox li {
  position: relative;
  padding-bottom: 10px;
  margin-right: 30px;
  padding-top: 80px;
}
.address .address_cont .info .ustelBox li div {
  position: relative;
  z-index: 11;
  padding-left: 20px;
  font-size: 14px;
}
.address .address_cont .info .ustelBox li div i {
  font-style: normal;
  display: block;
  line-height: 25px;
}
.address .address_cont .info .ustelBox li .qrBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  padding-right: 14px;
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  transform: translateY(5px);
}
.address .address_cont .info .ustelBox li .qrBox img {
  margin-left: 20px;
}
.address .address_cont .info .ustelBox li::after {
  content: '';
  width: 100%;
  height: 125px;
  background-color: #1e2384;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.address .address_cont .qrBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 50px;
}
.wangjie {
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  padding-top: 70px;
}
.wangjie .centerBox {
  width: 1140px;
  box-sizing: border-box;
}
.wangjie .centerBox > ul {
  width: 100%;
  height: 370px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wangjie .centerBox > ul > li {
  height: 100%;
  box-sizing: border-box;
}
.wangjie .centerBox > ul > li .videoBox {
  width: 763px;
  height: 100%;
  box-sizing: border-box;
}
.wangjie .centerBox > ul > li .videoBox #video {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.wangjie .centerBox > ul .swiperLi {
  width: 368px;
  height: 100%;
  padding: 2px 0;
  position: relative;
}
.wangjie .centerBox > ul .swiperLi .swiper {
  width: 100%;
  height: 100%;
}
.wangjie .centerBox > ul .swiperLi .swiper-wrapper {
  flex-direction: column;
}
.wangjie .centerBox > ul .swiperLi .mask {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: default;
}
.wangjie .centerBox > ul .swiperLi .swiper-slide {
  box-sizing: border-box;
  border: 1px solid #4b4992;
  overflow: hidden;
  cursor: default;
}
.wangjie .centerBox > ul .swiperLi .swiper-slide img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}
