.centerBox {
  width: 1336px;
  box-sizing: border-box;
  margin: auto;
}
.g-title{
  margin: 0 auto;
  padding-top: 62px;
  text-align: center;
  width: fit-content;
  min-width: 40%;
}
.g-title .title-cn{
  margin-bottom: 14px;
	font-family: SourceHanSansCN-Bold;
	/* font-size: 58.07px; */
	font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
  background-image: -webkit-linear-gradient(175deg, rgba(126, 22, 220, .95) 2%, rgba(0, 27, 194, .95));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g-title .title-en{
	font-family: SourceHanSansCN-Bold;
	/* font-size: 30px; */
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #e6e6e6;
}

.qrImg {
  width: 100%;
}
.qrImg img {
  width: 120px;
}
.shareBox .social-share .item {
  line-height: 2.5;
}
.shareBox .social-share .item a {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: unset;
  height: auto;
  background-color: unset;
  border: none;
}
.shareBox .social-share .item a::before {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: teal;
  border: 1px solid;
  border-radius: 100px;
  margin-right: 10px;
}
.shareBox .social-share .item .icon-weibo {
  color: #ff763b;
}
.shareBox .social-share .item .icon-weibo::before {
  background-color: #ff763b;
  color: #fff;
}
.shareBox .social-share .item .icon-qq {
  color: #56b6e7;
}
.shareBox .social-share .item .icon-qq::before {
  background-color: #56b6e7;
  color: #fff;
}
.shareBox .social-share .item .icon-wechat::before {
  background-color: #7bc549;
  color: #fff;
}
.shareBox .social-share .item .icon-wechat .share-n {
  color: #7bc549;
}
#app {
  width: 100%;
  box-sizing: border-box;
}
#app .right_gg {
  box-sizing: border-box;
  padding-top: 42px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 144px;
  height: 382px;
  z-index: 999;
  background: url('../images/rrbg.png') no-repeat center top;
}
#app .right_gg .right_gg-item {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  cursor: pointer;
  position: relative;
  /* background: url('../images/rrbtnbg.png') no-repeat center; */
  font-family: MiSans-Semibold;
	font-size: 19.77px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 16.025px;
	letter-spacing: 1.2px;
	color: #ffffff;
}
#app .right_gg .right_gg-item .textBox {
  z-index: 5;
  position: relative;
}
#app .right_gg .right_gg-item:hover::after {
  display: block;
}
#app .right_gg .goup:hover::after {
  display: none;
}
#app .header {
  width: 100%;
  height: 78px;
  box-sizing: border-box;
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999999;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
#app .header .centerBox {
  width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#app .header ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
#app .header ul li {
  cursor: pointer;
}
#app .header ul li a {
  color: #003764;
  font-size: 19px;
  cursor: pointer;
}
#app .header ul li .btn {
  width: 154px;
	height: 44px;
  line-height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: SourceHanSansCN-Regular;
	font-size: 22.4px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
  margin-left: 20px;
  border-radius: 6.181px;
}
#app .header ul li .btn img {
  margin-right: 5px;
}
#app .header ul .bar {
  height: 100%;
  width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: SourceHanSansCN-Bold;
	font-size: 22.4px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0.9px;
	color: #1b1b1b;
}
#app .header ul .bar:hover {
  /* color: #02986a; */
}
#app .titleCC {
  text-align: center;
}
.tongqi{
  margin: 0 auto;
  width: 1366px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tongqi-item{
  margin-right: 31px;
  margin-bottom: 58px;
  width: 319px;
	height: 136px;
}
.tongqi-item:hover img{
  transform: scale(1.1);
  transition: .3s;
}
.tongqi-item:nth-child(3){
  margin-right: 0;
}
.tongqi-item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#app .jieshao {
  padding-bottom: 19px;
}
#app .jieshao .g-title{
  padding-top: 36px;
  margin-bottom: 57px;
}
#app .jieshao .centerBox {
  display: flex;
  justify-content: space-between;
}
#app .jieshao .content-left {
  margin-right: 34px;
  width: 695px;
  height: 491px;
}
#app .jieshao .content-left video{
  width: 100%;
  height: 100%;
}
#app .jieshao .content-right {
  flex: 1;
  box-sizing: border-box;
  background-size: cover;
}
#app .jieshao .content-right .descBox p {
  /* margin-bottom: 5px; */
	font-family: SourceHanSansCN-Regular;
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0.1px;
	color: #595757;
  text-indent: 2em;
  text-align: justify;
}
#app .jieshao .content-right .icon-box {
  margin-top: 55px;
  width: 100%;
}
#app .jieshao .content-right .icon-box ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#app .jieshao .content-right .icon-box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#app .jieshao .content-right .icon-box ul li.line{
  width: 2px;
	height: 37px;
	background-color: #c1c1c1;
}
#app .jieshao .content-right .icon-box ul li .iconImg {
  margin-bottom: 15px;
  height: 47px;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .jieshao .content-right .icon-box ul li .number {
  margin-bottom: 7px;
	font-size: 24.57px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0.2px;
	color: #333333;
  text-align: center;
}
#app .jieshao .content-right .icon-box ul li .job {
  font-size: 11.5px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 1.2px;
	color: #333333;
  text-align: center;
}

.liangdian{

}

.liangdian .g-title{
  margin-bottom: 53px;
}

.liangdian-list{ display: flex; width:  1336px; height: 493px; margin:0 auto 107px; overflow: hidden;}
.liangdian-list .liangdian-item{ width: 243px; transition: all .3s;}
.liangdian-list:hover .liangdian-item{ width: 243px; cursor: pointer;}
.liangdian-list .liangdian-item.active{ width: 367px; }

.liangdian-list .liangdian-item:nth-child(1){
  background: url('../images/liangdian/1.png') no-repeat center center / contain;
}
.liangdian-list .liangdian-item:nth-child(1).active{
  background: url('../images/liangdian/1-1.png') no-repeat center center / contain;
}
.liangdian-list .liangdian-item:nth-child(2){
  background: url('../images/liangdian/2.png') no-repeat center center / contain;
}
.liangdian-list .liangdian-item:nth-child(2).active{
  background: url('../images/liangdian/2-2.png') no-repeat center center / contain;
}
.liangdian-list .liangdian-item:nth-child(3){
  background: url('../images/liangdian/3.png') no-repeat center center / contain;
}
.liangdian-list .liangdian-item:nth-child(3).active{
  background: url('../images/liangdian/3-3.png') no-repeat center center / contain;
}
.liangdian-list .liangdian-item:nth-child(4){
  background: url('../images/liangdian/4.png') no-repeat center center / contain;
}
.liangdian-list .liangdian-item:nth-child(4).active{
  background: url('../images/liangdian/4-4.png') no-repeat center center / contain;
}
.liangdian-list .liangdian-item:nth-child(5){
  background: url('../images/liangdian/5.png') no-repeat center center / contain;
}
.liangdian-list .liangdian-item:nth-child(5).active{
  background: url('../images/liangdian/5-5.jpg') no-repeat center center / contain;
}

.richeng{
  padding-bottom: 50px;
  background: url('../images/bg-richeng.png') no-repeat center center / cover;
}

.richeng .g-title{
  margin-bottom: 39px;
}

.richeng .g-title .title-cn{
  color: #fff;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.richeng .g-title .title-en{
  color: #fff;
}

.richeng-table {
  margin: 0 auto;
  width: 1200px;
  box-sizing: border-box;
}
.richeng-table tr th {
  height: 55px;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 16px;
}
.richeng-table tr td {
  font-size: 16px;
  background-color: #fff;
  padding: 15px 0;
  border-right: 1px solid #2250a5;
  border-top: 1px solid #2250a5;
  box-sizing: border-box;
  padding: 15px 20px;
}
.richeng-table tr:nth-child(2n) td:first-child{
  /* border-left: 1px solid #2250a5; */
}

.richeng-table tr td:first-child,
.richeng-table tr td:last-child {
  text-align: center;
}

.richeng-table tr:last-child td{
  border-bottom: 1px solid #2250a5;
}
.richeng-table tr:nth-child(2n) td {
  background-color: #fff;
}

.yicheng{
  padding-top: 50px;
  padding-bottom: 50px;
  background: url('../images/bg-yicheng.jpg') no-repeat center center / cover;
}

.yicheng .g-title{
  padding-top: 0;
  margin-bottom: 43px;
}

.yicheng .title-en{
  color: #cee0ef;
}

.yicheng-wrap{
  display: flex;
  align-items: center;
}

.yicheng-left{
  margin-right: 47px;
  width: 447px;
	height: 525px;
}

.yicheng-right{
  flex: 1;
}

.yicheng-tab{
  margin-bottom: 8px;
  display: flex;
  /* justify-content: space-between; */
  border-bottom: 6px solid #3b09be;
}

.yicheng-tab-item{
  margin-right: 100px;
  box-sizing: border-box;
  position: relative;
  padding: 27px 40px;
  font-family: SourceHanSansCN-Bold;
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	/* color: #595757; */
  cursor: pointer;
  background-image: -webkit-linear-gradient(175deg, rgba(126, 22, 220, .95) 2%, rgba(0, 27, 194, .95));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.yicheng-tab-item.active:after{
  content: '';
  display: block;
  width: 18px;
	height: 24px;
	background: url('../images/icon-01.png') no-repeat center center / contain;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}

.yicheng-tab-content{
  height: 688px;
	background-color: #f9fbff;
}

.yicheng-table{
  display: none;
}

.yicheng-table tbody{
  display: block;
  width: 842px;
  height: 688px;
  overflow: auto;
}

.yicheng-table tr{
}

.yicheng-table th{
  padding-top: 31px;
  padding-left: 12px;
  font-family: SourceHanSansCN-Bold;
	font-size: 23px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #595757;
  text-align: left;
}

.yicheng-table tr td{
  padding-top: 26px;
}

.yicheng-table tr td{
  vertical-align: top;
  font-family: SourceHanSansCN-Medium;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.8;
	letter-spacing: 0px;
	color: #595757;
}

.yicheng-table tr td:nth-child(1){
  padding-right: 30px;
  padding-left: 30px;
  font-family: SourceHanSansCN-Bold;
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #181182;
  text-align: center;
}

.yicheng-table tr td:nth-child(2){
  width: 86%;
}

/* .yicheng-table tr td:nth-child(3){
  padding-top: 42px;
} */

.yicheng-table .p1{
  font-family: SourceHanSansCN-Medium;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #131212;
}

.yicheng-table .p2{
  margin-bottom: 8px;
  font-family: SourceHanSansCN-Regular;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #181182;
}

.talte-section{
  box-sizing: border-box;
  padding-left: 8px;
  width: 100%;
  margin-bottom: 18px;
  line-height: 30px;
  background-color: #e6e8f8;
  font-family: SourceHanSansCN-Medium;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #131212;
}

.expert{
  overflow: hidden;
  background-color: #036eb9;
}

.expert .g-title .title-cn{
  color: #fff;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.expert .g-title .title-en{
  color: #0363a7;
}

.expert-swiper{
  overflow: hidden;
  height: 100%;
}

.expert-list-wrap{
  position: relative;
  /* width: 80%; */
  /* max-width: 1263px; */
  height: 300px;
  margin: 60px auto 70px;
}

.expert-list-wrap .swiper-slide{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.expert-list-wrap .swiper-item-flex{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.expert-list-wrap .expert-swiper-button-next{
  top: auto;
  bottom: -20px;
  right: 0;
  width: 39px;
	height: 39px;
}

.expert-list-wrap .expert-swiper-button-prev{
  top: -15px;
  right: 0;
  left: auto;
  width: 39px;
	height: 39px;
}

.expert-list-wrap .expert-swiper-button-next:after{
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: url('../images/icon-right.png') no-repeat center center / contain;
}

.expert-list-wrap .expert-swiper-button-prev:after{
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: url('../images/icon-left.png') no-repeat center center / contain;
}

.expert-list-wrap .expert-item{
  width: 240px;
  margin-bottom: 33px;
}

.expert-list-wrap .expert-item:nth-child(5n){
  margin-right: 0;
}

.expert-list-wrap .pic{
  width: 175px;
  height: 175px;
  margin:  0 auto 13px;
  position: relative;
}

.expert-list-wrap .name{
  margin-bottom: 11px;
  font-family: MiSans-Semibold;
	font-size: 20.79px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 66px;
	letter-spacing: 0.8px;
	color: #ffffff;
  text-align: center;
  line-height: 1;
}

.expert-list-wrap .info{
  font-family: MiSans-Medium;
	font-size: 13.54px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14.383px;
	letter-spacing: 0.5px;
	color: #ffffff;
  text-align: center;
}

.expert-list-wrap .info div:first-child{
  margin-bottom: 5px;
}

.expert-list-wrap .pic::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 175px;
  height: 175px;
  background: url("../images/50+特邀嘉宾/bg-border.png") center no-repeat;
}

.expert-list-wrap .pic:hover::after {
  -webkit-animation: round 2.7s infinite linear;
  animation: round 2.7s infinite linear;
}

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

.expert-list-wrap .pic img {
  border-radius: 75px;
  width: 138px;
  height: 138px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto;
  z-index: 2;
}

.expert-tip{
  padding-bottom: 59px;
  width: 1210px;
  margin: 0 auto;
  text-align: right;
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #ffffff;
	opacity: 0.5;
}

.bg-renqu{
  width: 100%;
  height: 1289px;
  background: url('../images/参会人群2.png') no-repeat center center / cover;
}

.renqun{
  padding-top: 75px;
  padding-bottom: 111px;
}

.renqun .g-title{
  margin-bottom: 103px;
}

.wangjie{
}

.wangjie .g-title{
  padding-top: 74px;
  margin-bottom: 102px;
}

.wangjie .g-title .title-cn{
  color: #fff;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wangjie .g-title .title-en{
  color: #0363a7;
}

.wangjie-top{
  background: #0067b5;
  padding-bottom: 277px;
}

.wangjie-tab{
  display: flex;
  justify-content: center;
}

.wangjie-tab-item{
  flex: 1;
  text-align: center;
  cursor: pointer;
}

.wangjie-tab-item p:nth-child(1){
  margin-bottom: 7px;
	font-family: SourceHanSansCN-Bold;
	font-size: 33.54px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #ffffff;
}

.wangjie-tab-item p:nth-child(2){
  font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #ffffff;
}

.wangjie-tab-content{
  margin-top: -278px;
  height: 659px;
	background-color: #ffffff;
	box-shadow: 0px 0px 14.4px 0.6px rgba(67, 67, 67, 0.3);
	border: solid 1px #eeeeee;
}

.triangle{
  width: 0;
  height: 0;
  border: 30px solid transparent;
  border-bottom-color: #fff;
  margin: auto;
}

.wangjie .name, .wangjie .info{
  color: #191919;
}

.wangjie .expert-list-wrap{
  margin-top: 33px;
  margin-bottom: 0;
  height: 600px;
}

.wangjie .qiye-img{
  display: block;
  width: 100%;
  height: 100%;
}

.wangjie .qiye-list-wrap{
  padding: 0 60px;
  margin: 30px 0;
}

.zanzhu{
  position: relative;
  padding-top: 44px;
  margin-bottom: 57px;
}
.zanzhu .g-title{
  margin-bottom: 46px;
}
.zanzhu-btn{
  position: absolute;
  left: 0;
  bottom: 10px;
  display: flex;
  width: 100%;
  height: 50px;
}

.zanzhu-btn a{
  flex: 1;
  font-family: MiSans-Medium;
	font-size: 26.12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 51px;
	letter-spacing: 0px;
	color: #3d3cc9;
  text-align: center;
}

.huigu{
  padding-top: 57px;
  padding-bottom: 112px;
}

.huigu .g-title{
  padding-top: 0;
}

.t{
  margin-top: 20px; margin-bottom: 67px;text-align: center;font-family: SourceHanSansCN-Normal;font-size: 25px;font-weight: normal;font-stretch: normal;line-height: 1;letter-spacing: 0px;color: #161bc6;
}

.huigu-swiper{
  margin: 0 auto 69px;
  width: 85vw;
}

.huigu-swiper .swiper-slide{
  display: flex;
  justify-content: space-between;
}

.huigu-item{
  position: relative;
}

.huigu-item:after{
  content: '';
  width: 5px;
	height: 168px;
  position: absolute;
  top: 45px;
  left: 13px;
  background: url('../images/bg-line.png') no-repeat center center / contain;
}

.huigu-item-title{
  margin-bottom: 19px;
  display: flex;
  align-items: center;
  font-family: MiSans-Demibold;
	font-size: 19.49px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #2aa0df;
}

.huigu-item-title img{
  margin-right: 10px;
	width: 29px;
	height: 24px;
}

.huigu-item-img{
  margin-left: 28px;
  width: 24.6vw;
	height: 276px;
	border-radius: 18px;
  object-fit: cover;
}

.swiper-line{
  width: 100%;
  height: 17px;
  background: url('../images/bg-line-02.png') repeat-x center center / contain;
}

.bg-footer{
  width: 100%;
  height: 500px;
  background: url('../images/联系我们.png') no-repeat center center / cover;
}

.el-popover{
  min-width: 120px !important;
}
.bannerBox{
  margin-bottom: 95px;
}

#app .banner {
  width: 100%;
  height: 660px;
  background: no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
}
#app .banner .centerBox {
  height: 100%;
  box-sizing: border-box;
  position: relative;
}