body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  /* padding-bottom: 100px; */
}
ul li {
  list-style: none;
}
ul {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.distribution_box {
  width: 100%;
}
.distribution_head {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 72px;
  background: #002a79;
  line-height: 72px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 999;
}
.distribution_head_l {
  display: flex;
  align-items: center;
  justify-content: center;
}
.distribution_head_l img {
  width: 183px;
  height: 41px;
}
.distribution_head_item {
  margin-left: 103px;
}
.distribution_head_item ul {
  color: #ffe089;
  height: 70px;
  width: 100%;
  overflow: hidden;
  padding-left: 1.13rem;
  padding-right: 1.13rem;
}
.distribution_head_item li {
  float: left;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  /* border-bottom: 2px solid #000262; */
  box-sizing: border-box;
  cursor: pointer;
  font-family: MicrosoftYaHei;
  margin-right: 12px;
}
.distribution_head_item li a {
  /* width: 100%; */
  height: 100%;
  display: inline-block;
  padding-bottom: 0.5rem;
}
.distribution_head_item li span {
  color: #fff;
}
.distribution_head_item .active a {
  color: #1f97d6;
}
.distribution_head_item .active span {
  color: #1f97d6;
}
.distribution_head_item li:hover a {
  color: #1f97d6;
}
.distribution_head_item li:hover span {
  color: #1f97d6;
}
/* banner图样式 */
.distributionBanner {
  width: 100%;
  height: 576px;
  background-image: url("../images/live2021/banner.png");
  background-size: 100% 100%;
  text-align: center;
  /* position: relative; */
  margin-top: 72px;
  padding-top: 437px;
  box-sizing: border-box;
}
.distributionBanner_box_p{
  display:flex;
  justify-content:space-around;
  width:800px;
  margin:0 auto;
}
.distributionBanner_box {
  width: 314px;
  height: 55px;
  /* position: absolute; */
  /* bottom:84px;
      left: 40%; */
  font-size: 20px;
  border: 3px solid #ddd;
  border-image: -webkit-linear-gradient(90deg, #1f97d6 0%, #2ca535 100%) 30 30;
  border-image: -moz-linear-gradient(90deg, #1f97d6 0%, #2ca535 100%) 30 30;
  border-image: linear-gradient(90deg, #1f97d6 0%, #2ca535 100%) 30 30;
  color: #fff;
  line-height: 50px;
  /* margin: 0 auto; */
  /* margin-top:437px; */
  
}
.distributionBanner_box_text {
  width: 64;
  padding-left: 5px;
  padding-right: 5px;
  background-image: linear-gradient(
    90deg,
    rgba(0, 162, 154, 0.2) 0%,
    rgba(44, 165, 53, 0.8) 100%
  );
  opacity: 0.9;
  background-color: rgba(0, 0, 0, 0.2);
}

/* 关于大会样式 */
.assembly {
  width: 100%;
  /* height: 256px; */
  background: linear-gradient(270deg, #010837 0%, #1d54be 50%, #010837 100%);
  /* padding-bottom: 109px; */
  /* margin-bottom:60px; */
}
.assembly_img {
  width: 1120px;

  margin: 0 auto;
}
.assembly_img img {
  width: 100%;
  height: 142px;
}
.assemblyId_box {
  /* width: 1120px; */
  margin: 0 auto;
  height: 332px;
  border-top: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
  border-image: linear-gradient(
      270deg,
      rgba(22, 255, 162, 0) 0%,
      #16ffa2 51%,
      rgba(22, 255, 162, 0) 100%
    )
    30 30;
  /* background: linear-gradient(270deg, rgba(22, 255, 162, 0) 0%, #16FFA2 51%, rgba(22, 255, 162, 0) 100%); */

  /* border-image: linear-gradient(270deg, rgba(22, 255, 162, 0) 0%, #16FFA2 51%, rgba(22, 255, 162, 0) 100%) 30 30;  */
  overflow: hidden;
  margin-top:56px;
}
.assemblyId_left {
  width: 50%;
  height: 100%;
  float: left;

}
.assemblyId_right {
  width: 50%;
  margin-top: 10px;
  /* margin-bottom: 10px; */
  padding: 30px 40px 30px 36px;
  box-sizing: border-box;

  background-color: rgba(0, 0, 0, 0.19);
  /* opacity: 0.19; */
  float: left;
  color: #fff;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 2px;
  height: 94%;
}
.assemblyId_right .text {
  text-indent: 36px;
}
/* 组织机构 */
.organization_box{
width:100%;
 background-color:#fff;

 
}
.organization_box_l{
  height: 824px;
  width: 100%;
  background: url(../images/live2021/blackLogo.png) no-repeat -950px -75px;
  position: absolute;
}

.organization_box_r{
  height: 824px;
  width: 100%;
  background: url(../images/live2021/blackLogo.png) no-repeat 1000px -272px;
  position: absolute;
  right:0;
}
.organization_content{
   padding:40px;
   box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.organization_content_l{
 width:48%;
 margin-right:4%;
 height:140px;
}
.organization_content_r{
  width:48%;
  height:140px;
}
.organization_text{
  padding: 0px 50px 0px 60px;
}
.organization_text_l{
  width:48%;
 margin-right:4%;
}
.organization_text_r{
  width:48%;
}
.organization_text_l {
  color: #0C3D96;
  font-size: 18px;
  line-height: 40px;
}
.organization_text_l span{
  font-weight: 700;
  display: inline-block;
    width: 20%;
}
.organization_text_r{
  color: #0C3D96;
  font-size: 18px;
  line-height: 40px;
}
.organization_text_r div{
  height:40px;
}
.organization_bottom{
  width:100%;
  padding: 0px 50px 40px 60px;
}
.organization_bottom_l{
  color: #0C3D96;
  font-size: 18px;
  line-height: 40px;
}
/* 新闻中心样式 */
.journalism_box{
  padding-top:50px;
  box-sizing: border-box;
}
.journalism_content{
  width:1120px;
  margin: 0 auto;
  display: flex;
  height: 420px;
  margin-top:80px;
  position: relative;
  margin-bottom:100px;
}
.journalism_content_l{
  width: 26%;
  height:100%;
  margin-right:2%;
}
.journalism_content_l img{
  width:100%;
  height:100%;
}
.journalism_content_r{
  width:70%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding:43px 10px 20px 30px;
  color:#fff;
  font-size: 16px;
  box-sizing: border-box;
}
.journalism_content_r li{
  line-height: 25px;
  margin-bottom:10px;
  position: relative;
  cursor: pointer;
  transition:all 0.6s;
  -webkit-transition:all 0.6s;
  -moz-transition:all 0.6s;
  -ms-transition:all 0.6s;
  -o-transition:all 0.6s;
}
.journalism_content_r li .title:hover{
  transform: translate(0,-5px);
  -webkit-transform: translate(0,-5px);
  -moz-transform: translate(0,-5px);
  -ms-transform: translate(0,-5px);
  -o-transform: translate(0,-5px);
}
.journalism_content_r .sanjiao{
  position: absolute;
  width:0px;
  height:0px;
  border:10px solid #ccc;
  border-style: dotted dotted solid dotted;
  border-color:transparent rgba(0, 0, 0, 0.3) transparent transparent;
  left: -50px;
  top: 15px;
}
.journalism_content_r1 .sanjiao1{
  position: absolute;
  width:0px;
  height:0px;
  border:10px solid #ccc;
  border-style: dotted dotted solid dotted;
  border-color:transparent rgba(0, 0, 0, 0.3) transparent transparent;
  left: -50px;
  top: 15px;
}
.journalism_content_r1:hover .title{
  transform: translate(0,-5px);
  -webkit-transform: translate(0,-5px);
  -moz-transform: translate(0,-5px);
  -ms-transform: translate(0,-5px);
  -o-transform: translate(0,-5px);
}
.journalism_content .cb{
  text-align: center;
  position: absolute;
  right:20px;
  bottom:20px;    
}
.imgB{
   display: block !important;
}

/* 演讲嘉宾 */
.speakerId_content{
  width:1120px;
  margin: 0 auto;

 
}
.speakerId_content ul{
  padding-top:80px;
  height: 850px;
  overflow: hidden;
}
.speakerId_content_item{
  width:18%;
  height:246px;
  margin-right:2%;
  background-color:#fff;
  padding:16px;
  box-sizing: border-box;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  display: inline-block;
  /* position: relative; */
  margin-bottom: 50px;
}
.speakerId_content_item:nth-child(5n){
  margin-right:0%;
}
.speakerId_content_item .img{
  width: 128px;
  margin: 0 auto;
  text-align: center;

  margin-bottom:18px;
}
.speakerId_content_item .img img{
  width: 128px;
height: 150px;
margin-top:-50px;

}
.speakerId_content_item .img .text{
  font-size: 18px;
  color:#09A0DC;
  font-weight: 700;
}
.speakerId_content_item .company{
  font-size: 14px;
  color: #0F364A;
  margin-bottom:5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.speakerId_content_item:hover{
/* box-shadow: 0px 0px 7px #f1f1f1; */
  cursor: pointer;
  transform: translate(0,-10px);
  -webkit-transform: translate(0,-10px);
  -moz-transform: translate(0,-10px);
  -ms-transform: translate(0,-10px);
  -o-transform: translate(0,-10px);
}
/* .speakerId_content_item:nth-child(1){
  box-shadow: 0px 0px 7px #f1f1f1;
    cursor: pointer;
    transform: translate(0,-10px);
    -webkit-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
  } */
.speakerId_content_item .jiantou{
  transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  color:#647D96;
  width: 13px;
  height: 8px;
  margin:0 auto;
  margin-top:17px;
}
.speakerId_content_box{
  width: 1120px;
  height:258px;
  background-color:#0C3D96;
  /* margin-top:30px; */
  position: relative;
  margin-bottom:55px;
}
/* .speakerId_content_box{
  width: 1120px;
  height: 258px;
  background-color: #0C3D96;
  margin-top: 30px;
  position: absolute;
  margin-bottom: 55px;
  top: 274px;
  left: -13px;
} */
.speakerId_content_box_sanjie{
  position: absolute;
  width:0px;
  height:0px;
  border:10px solid #ccc;
  border-style: dotted dotted solid dotted;
  border-color:  transparent  transparent #0C3D96 transparent;
  left: 84px;
  top: -20px;
}
.speakerId_content_box_item{
  display: flex;
  padding:58px 30px;
  box-sizing: border-box;

}
.speakerId_content_box_item_l{
  margin-right:66px;
}
.speakerId_content_box_item_l img{
  width: 128px;
  height: 150px;

}
.speakerId_content_box_item_r{
  color:#fff;
}
.speakerId_content_box_item_r .name{
  font-size: 18px;
 font-weight: 700;
 margin-bottom:11px;
}
.speakerId_content_box_item_r .com{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom:9px;
}
.speakerId_content_box_item_r .text{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.mzmoreShow{
  text-align: center;
  width:100%;
  
  font-size:16px;
  color:#fff;
  margin-top:60px;
  padding-bottom: 35px;
}
.mzmoreShow_text{
  padding: 10px;
  background-color: rgba(12, 61, 150, 0.3);
  width: 95px;
  margin: 0 auto;
  height: 13px;
  line-height: 13px;
  border-radius: 15px;
  opacity: 0.8;
}
/* 日程安排 */
.schedule_box_content{
  width:1120px;
  /* width:1004px; */
  margin: 0 auto;
  overflow: hidden;
  height:50px;

}
.schedule_box_content ul li{
   float:left;
   padding:0 12px;
   box-sizing: border;
   /* border-right: 1px solid rgba(31, 151, 214, 1); */
   font-size: 14px;
   height: 40px;
   line-height: 40px;
   position: relative;
cursor: pointer;
}
.schedule_box_content ul li:nth-child(1){
  /* padding-left:0px; */
}
.schedule_box_content ul  .schedule_box_content_active{
    background-color:rgba(31, 151, 214, 1);
    color:#fff;
    padding: 0 15px;
    margin-left: -3px;
    position: relative;
}
.schedule_box_content_active .schedule_box_content_active_sanjie{
  position: absolute;
  width:0px;
  height:0px;
  border:10px solid #ccc;
  border-style: dotted dotted solid dotted;
  border-color:  rgba(31, 151, 214, 1) transparent  transparent  transparent ; 
  left: 41%;
  bottom: -17px;
}
.schedule_box_content .shu{
  height: 21px;
  /* width: 1px; */
  position: absolute;
  right: 0;
  line-height: 40px;
  color:rgba(31, 151, 214, 1);
}
.schedule_box_content_table{
  margin-top:20px;
}
.schedule_box_content_table_title{
  font-size: 14px;
font-family: MicrosoftYaHei;
color: #333333;
color: #666;
/* font-weight: 700; */
}
.schedule_box_content_table_content{
   margin-top:20px;
   /* overflow-y: auto; */
   overflow-y: scroll;
   max-height: 1000px;
   overflow-x: hidden;
  
}
.schedule_box_content_table_content ul{
  /* width:100%;
  border: 1px solid #EEEEEE; */

}
.schedule_box_content_table_content li{
  width:100%;
  border: 1px solid #EEEEEE;
  border-top:0px;
  height:60px;
  /* line-height:60px; */
  display: flex;
    align-items: center;
    text-align: left;
}
.schedule_box_content_table_content li span{
  display: inline-block;
  font-size: 16px;
  color: #666666;
  /* text-align: center; */
  text-align: left; 
}
.schedule_box_content_table_content li span:nth-child(1){
   width:15%;
   text-align: center;
}
.schedule_box_content_table_content li span:nth-child(2){
  width:35%;
  text-align: left;
  margin-right:1%;
}
.schedule_box_content_table_content li span:nth-child(3){
  width:8%;
}
.schedule_box_content_table_content li span:nth-child(4){
  width:35%;
}
.schedule_box_content_table_content li:nth-child(1){
   border-top: 1px solid #EEEEEE;
}
.schedule_box_content_table_content li:nth-child(odd){
  background-color:#ECF4FF;
}
.schedule_box_content_table_bottom{
  width:100%;
  margin: 0 auto;
  color: #0C3D96;
  font-size: 17px;
  margin-top:30px;
  text-align: center;
  margin-bottom:59px;
}

/* 元展会 */
.exhibition_box_content{
   width:100%;
   height:448px;
   margin-bottom:100px;
   margin-top:60px;
}
.exhibition_box_content img{
  width:100%;
  height:100%;
}
/* 参与大会 */
.join_box{
 margin-bottom:130px;
}
.join_box_content{
    display: flex;
    justify-content: space-around;
    justify-items: center;
    text-align: center;
    margin-top:86px;
}
.join_box_content_l{

}
.join_box_content_l_t a{
   width:157px;
   background-color:rgba(255, 255, 255, 0.2);
   color: #16FFA2;
   font-size: 22px;
   display: inline-block;
   border-radius: 24px;
   padding:5px 0;
   box-sizing: border-box;
}
.join_box_content_l_img img{
   width:150px;
   height:150px;
   margin-top:30px;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
}
.join_box_content_l_img .name{
  font-size: 22px;
  color:#fff;
  margin-top:5px;
  margin-bottom:15px;
}
.join_box_content_l_img  .text{
  font-size: 20px;
  color: #FFFFFF;
  margin-top:2px;
}

/* 下载中心 */
.download_box_content{
  display: flex;
  justify-content:space-between;
  margin-bottom:100px;
}
 .download_box_content_l {
    width:32%;
    height:100px;
    margin-right:2%;
}
.download_box_content_l:nth-child(3){
  margin-right:0;
}
.download_box_content_l img{
  width:100%;
  height:100%;
}


/* 历届回顾 */
.dh ul{position: relative;overflow: hidden;width: 100%;height: 460px;margin-top: 60px;}
.dh ul li{float: left;width: 40px;overflow: hidden;height: 100%;position: relative;cursor: pointer;box-shadow: 0px 0px 8px 0px rgba(15, 0, 28, 0.48);}
.dh ul li img{
  width:100%;
  height:390px;
  object-fit: cover;
}
.dh ul li a{display: block;width: 100%;height: 100%;opacity: 0.6;}
.dh ul li .layer{position: absolute;bottom: 0;left: 0;width: 100%;background-color:#fff;height: 70px;border-left:0.1px solid rgba(126, 85, 161, 0.1);}
.dh ul li .layer .p1{position: absolute;bottom: 5px;left: 10px;z-index: 99;}
.dh ul li .layer .p2{position: absolute;bottom: 5px;right: -2000%;}
.dh ul li .layer .p2 b,.dh ul li .layer .p2 span{display: inline-block;font-weight: bold;font-size: 20px;}
.dh ul li .layer .p1 b,.dh ul li .layer .p1 span{display: inline-block;font-weight: bold;font-size: 14px;}

.dh ul li.curr{}
/* .dh ul li.curr .layer .p1{left: -200%;}
.dh ul li.curr .layer .p2{left: 10px;} */

.col1{color: rgba(0, 13, 88, 0.41);}
.col2{color: #fff;}
.curr .layer{
   background-color:#fff !important;
  
   border-left:4px solid #1E87F0 !important;
   /* width:8px;
   height:70px; */
   /* background: linear-gradient(180deg, #40BCF9 0%, #1E87F0 100%); */
}
.curr .col2{
  color:rgba(0, 3, 88, 1) !important;
  margin-right:19px !important;
  font-size: 20px !important;

}
.curr .col1{
  color: #333333 !important;
  font-weight: 400 !important;
  font-size: 18px !important;

}
.curr a{
  opacity: 1 !important; 
}
.curr .p2{
  left:15px !important; 
  opacity:1 !important;
}
#reviewId .swiper-slide {
  width: 40px !important;
}
#reviewId .swiper-slide-active {
  width: 89% !important
}
/* 合作伙伴 */
.cooperationId_box{
  margin-top:100px;
}
.cooperationId_box_content{
  width:100%;
  background-color:#fff;
  margin-top:50px;
  margin-bottom:64px;
}
.cooperationId_box_content ul {
  /* overflow: hidden; */
  width:100%;
}
.cooperationId_box_content ul li{
  float: left;
  /* display: inline-block; */
  border-right: 1px solid #EBECED;
  border-bottom: 1px solid #EBECED;
  height:94px;
  width: 16.56%;
  background: #fff;
  text-align: center;
  /* margin-left: -1px; */
  /* margin-top: -1px; */
}
.cooperationId_box_content ul li:nth-child(7n){
margin-left:0
}
.cooperationId_box_content ul li:nth-child(1){
  margin-left:0
  }
.cooperationId_box_content ul li:nth-child(6n){
  border-right:none;
}
.cooperationId_box_content ul li:hover{
  /* border: 1px solid #EBECED; */
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}
.cooperationId_box_content ul li  img{
  width:85%;
  height:90%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  
}
.cooperationId_box_dis{
  display: flex;
  
}
/* 底部样式 */
.distribution_bottom_box{
  background-color:rgba(0, 0, 0, 0.1);
  width:100%;
  height:256px;
  padding-top: 37px;
  padding-bottom: 37px;
  box-sizing: border-box;
}
.distribution_bottom{

  width:1120px;
  margin:0 auto;
  display: flex;
  
  color:#fff;


  
}
.distribution_bottom_l{
  border-right:1px solid rgba(255, 255, 255, 0.51);
 padding-right:33px;
 height: 182px;
}
.distribution_bottom_l .title{
  font-size: 16px;
  margin-bottom: 12px;
}
.distribution_bottom_l .text{
  font-size: 14px;
  margin-bottom:7px;
}
.distribution_bottom_l .text1{
  margin-left:-5px;
}
.distribution_bottom_m{
  padding-left:41px;
}
.distribution_bottom_r{
  padding-left:56px;
  border-right:none;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  padding-top:23px;
}
.distribution_bottom_r .img{
float: left;
}
.distribution_bottom_r .img_l{
  margin-right:62px;
  }
.distribution_bottom_r .img img{
   width:102px;
   height:102px;
}
.distribution_bottom_r .img .gtext{
  font-size: 16px;
  margin-top:10px;
}
/* 动画样式 */
#jigou{
  animation-duration:1.5s;
  /* animation-delay:1s; */
  /*animate-duration: 2s;
  //动画持续时间animate-delay: 1s;
  //动画延迟时间animate-iteration-count: 2;
       //动画执行次数，无限次数：infinite */
}
#jigou1{
  animation-duration:2s;
  animation-delay:0.2s;
}
#jigou2{
  animation-duration:2s;
  animation-delay:0.4s;
}
#jigou3{
  animation-duration:2s;
  animation-delay:1.5s;
}
#jigou4{
  animation-duration:2s;
  animation-delay:2s;
}
#jigou5{
  animation-duration:2s;
  animation-delay:2.5s;
}
#jigou6{
  animation-duration:2s;
  animation-delay:3s;
}
#jigou7{
  animation-duration:2s;
  animation-delay:1.6s;
}
#jigou8{
  animation-duration:2s;
  animation-delay:1.8s;
}
#jigou9{
  animation-duration:2s;
  animation-delay:2s;
}
#jigou10{
  animation-duration:2s;
  animation-delay:2.2s;
}

#jiabin{
  animation-duration:5s;
  /* animation-delay:4.5s;  */
}
#hezuo{
  animation-duration:8s;
}
#huigu{
  animation-duration:2s;
  animation-delay:0.5s;
}
#huigu1{
  animation-duration:2s;
  animation-delay:1s;
}
#huigu2{
  animation-duration:2s;
  animation-delay:1.5s;
}
#huigu3{
  animation-duration:2s;
  animation-delay:2s;
}
.jigou1{
  animation-duration:2s;
  animation-delay:0.5s;
}
.jigou2{
  animation-duration:2s;
  animation-delay:0.6s;
}
.jigou3{
  animation-duration:2s;
  animation-delay:0.8s;
}
.jigou4{
  animation-duration:2s;
  animation-delay:1s;
}
.jigou5{
  animation-duration:2s;
  animation-delay:1.2s;
}
.jigou6{
  animation-duration:2s;
  animation-delay:1.4s;
}
.jigou9{
  animation-duration:2s;
  animation-delay:2s;
}
#yuanzhanhui{
  animation-duration:5s;
}
.canyu{
  animation-duration:2s;
  animation-delay:0.5s;
}
.canyu1{
  animation-duration:2s;
  animation-delay:1s;
}
.canyu2{
  animation-duration:2s;
  animation-delay:1.5s;
}
.canyu3{
  animation-duration:2s;
  animation-delay:2s;
}