@charset 'utf-8';

/*
create by xjs 2020.09
*/


h1,h2,h3,h4,h5{
  font-weight: normal;
  line-height: 1;
} 
/*banner*/

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/*big title*/
.big-title{
  text-align: center;
    overflow: hidden;
    background: url("../images/icons/itit_bg.png") center no-repeat;
    margin-top: 60px;
}
.big-title h2{
  font-size: 30px;
    color: #151515;
    height: 45px;
    line-height: 45px;
}
.middle-title{
   margin-top: 30px;
   margin-bottom: 15px;  
   color: #151515;
  font-size: 20px;
  text-align: left; 
}
.middle-title h3{
  display: inline-block;
   padding-bottom: 12px;
   border-bottom: 3px solid #0078d7;
    color: #151515;
  font-size: 20px;
}
.seation{
  width: 1200px;
  margin: 0 auto;
  color: #151515;
  text-align: center;
  overflow: hidden;
}
/*banner nav #ea701b  #fcc295*/
.swiper-pagination-bullet{
  width: 35px;
  height: 5px;
   background: #fcc295; 
  border-radius: 0;
  opacity: 10;

}
.swiper-pagination-bullet-active{
    background-color: #ea701b;
}
/*pc  bannner*/
.big-pcbanner{
  width:100%; 
  height:600px; 
  margin:0 auto;
}
.big-pcbanner .swiper-slide{
  width: 100%;
  height: 600px;
}
.big-phonebanner{
  display: none;
}
.nav-botton{display: none;}
body{
  background: url(../images/img/body_bg.jpg) center no-repeat; 
  background-size: 100% 100%;
  text-align: center;    
}
/*top header*/
.top-container{
   position: absolute;
    left: 2%;
    top: 0;
    z-index: 999;
    width: 95%;
    margin: 0 auto;
    text-align: center;
}
 .header-container>ul>li{
    float: left;
    position: relative;
}
 .header-container>ul>li>a{
    display: block;
    float: left;
    /*width: 80px;*/
    padding: 0px 20px;
    font-size: 16px;
    color: #ffffff;

    height: 60px;
    line-height: 60px;
 }
 .header-container>ul>li.active>a{
    color: #ffffff;
    font-weight: bold;
  }

.phone-header{
  display: none;
}
 /*banner*/
 .banner1{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;

 } 
  .banner1 img{
 position: absolute;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    z-index: 999;
  
 } 
/*大会介绍*/
.introduce-container .intro-box{
      text-align: left;
    text-indent: 2em;
    line-height: 30px;
    margin-top: 50px;
    font-size: 16px;
     text-align: justify;
}


/*大会议题*/
.topic-container{}
.topic-title-box{
  margin-top: 2rem;
}
.topic-title-box a{
  display: block;
  float: left;
   padding-left: 20px;
    width: 300px;
     background: url(../images/icons/lunwen_6.png) left center no-repeat;
    text-align: left;
    font-size: 18px;
    color: #151515;   
    line-height: 36px;
    height: 36px;
    overflow: hidden;
}
.topic-title-box a img{
    width: 6px;
    height: 10px;
    margin-left: 5px
}
.topic-title-box a:first-child{
    width: 100%;
    margin-left: 400px;
    font-size: 20px;
    color: #ed7118;
    background: none;
    margin-bottom: 20px;
}
.topic-title-box a:first-child span {
    display: inline-block;
    width: 85px;
    height: 36px;
    font-size: 16px;
    color: #fff;
    background: url(../images/icons/nie_ico4.png) left center no-repeat;
    background-size: 84px 32px;
    margin-right: 10px;
    text-align: center;
    padding-left: 3px;
}

.topic-img-box{
  
}
.topic-img-box .one-topic{
    padding: 10px;
}

.topic-img-box .up{
    margin-top: 45px;
  background-color: #04a268;
}
.topic-img-box .under{
  margin-top: 85px;
  background-color: #98c630;
}

.topic-img-box .one-topic img{
  width: 280px;
  height: 180px;
 
}
.topic-img-box .one-topic p{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*会议聚焦*/
.focus-container{}
.focus-left {
  width: 580px;
}
.focus-left .live-box{
    position: relative;
   height: 380px;
  background: url(../images/icons/icon5.png) center no-repeat;
  background-size: 100% 100%;
  text-align: left;
   
}
.focus-left .live-box .play-img{
  position: relative;
    width: 545px;
    height: 350px;
}
.focus-left .live-box .play-btn{
    position: absolute;
    left: 10px;
    bottom: 80px;
    z-index: 999;
       width: 60px; 
    height: 60px;

}
.focus-left .live-box p{
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 999;
    padding: 0 15px;
    width: 545px;
    height: 45px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 16px;
  line-height: 45px;
}

.focus-right{
  width: 580px;
  text-align: left;
}
.focus-right ul li{
      border-bottom: 1px dashed #ccc;
}
.focus-right ul li h4{
  margin-top: 15px;
   margin-bottom: 10px;
    height: 30px;
    color: #1677be;
    font-size: 18px;
  line-height: 30px;
    overflow: hidden;
}
.focus-right ul li h4 a{
  color: #1677be;
}
.focus-right ul li p{
  margin-bottom: 20px;
   height: 48px;
 
    color: #151515;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    text-indent: 2em;
     overflow: hidden;
    
}

/*组织机构*/
.organization-container{
   padding-top: 35px;
  width: 1200px;
  margin: 0 auto;

  
}
.organization-container .big-title{margin-bottom: 30px;}

.organization-container .company-box{
  padding-bottom: 30px;
  width: 1100px; 
    margin: 0 auto;
    /*background: url(../images/icons/company_bg.png) center no-repeat;*/
    text-align: left;
}
.company-box .company{    float: left;
  width: 50%;
    border-bottom: 1px dashed #ccc;
 }
.company-box .company span{
  height: 50px;
    line-height: 50px;
}
.company-box .company .title{
   display: inline-block;
    margin-left: 26px;
     width: 138px;
      color: #fff;
      font-size: 16px;     
      color: #2271b8;
   /* background-color: ##2271b8;*/
}

/*嘉宾*/
.guest-box ul{
     width: 1124px;
    margin: 0 auto;
    overflow: hidden;
    height: 572px;
    overflow-y: scroll;
    margin-top: 36px;

}
.guest-box ul li{
  position: relative;
  z-index: 1000;
    float: left;
     margin: 0px 10px 20px;
   width: 200px;
   height: 275px;
  background: rgba(152, 198, 48, 0.76);
    text-align: left;
    overflow: hidden;
    cursor: pointer;

}
.guest-box ul li .guest-details{
   
  position: absolute;
  left: 0;
  top: 202px;
  right: 0;
  z-index: 999;
  background: rgba(152, 198, 48, 0.76);
  transition: all 300ms cubic-bezier(0.25,0.1,0.25,1);
}
.guest-box ul li:hover .guest-details{
  top: 0;
  bottom: 0;
}
.guest-box ul li img{
  width: 100%;
  vertical-align: middle;
}
.guest-box ul li h5{
  padding: 0 10px;
  font-size: 18px;
    color: #1777be;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.guest-box ul li p{
  padding: 0 10px;
    margin-bottom: 6px;
  font-size: 14px;
    color: #fff;
    
    line-height: 20px;
    overflow: hidden;
    
}


/*日程安排*/
.schedule-container{}
.schedule-container .day{
    width: 854px;
    margin: 0 auto;
    margin-top: 30px;
    background-size: 100% 100%;
}

.schedule-container .day .one{
    clear:both;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 40px;
   
}
.schedule-container .day .one h5{
  width: 273px;
    float: left;
    font-size: 16px;
    background-color: #2271b8;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
}
.schedule-container .day .one p{
    float: right;
  width: 570px;
    font-size: 16px;
    color: #151515;
    text-align: left;
}
.schedule-container .day .one p a{
  color: #151515;
}
.schedule-container .day .one p a:hover{
  color: #2271b8;
}


/*forum video*/
.forum-container .swiper-wrapper{
  height: auto;
}
.forum-container .swiper-pagination-bullet{
   
       width: 8px; 
     height: 8px; 
     border-radius: 100%; 

}
.forum-container .swiper-container-horizontal>.swiper-pagination-bullets, .forum-container .swiper-pagination-custom,.forum-container .swiper-pagination-fraction{
  margin-top: 15px;
}
.forum-title{
  margin-top: 35px;
  margin-bottom: 20px;
  color: #151515;
  font-size: 20px;
   

}
.forum-box{
  float: left;
  width: 580px;
  overflow: hidden;
  
}
.main-forum{
    padding-bottom: 30px;
    width: 1200px;
    overflow: hidden;
    background: url(../images/icons/icon8.png) center no-repeat;
    background-size: 100% 100%;
   
}
.forum1 li{
  position: relative;
    float: left;
    margin-left: 20px;
    width: 373px;
    height: 252px;
    background: url(../images/icons/icon11.png) center no-repeat;
    background-size: 100% 100%;
    text-align: left;

}
.forum1 li img{
  position: relative;
    width: 363px;
    height: 242px;
    
}
.forum1 li p{
    position: relative;
    left: 0;
    bottom: 30px;
    padding: 0 15px;
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 14px;
    text-align: right;
    line-height: 30px;
    overflow: hidden;

}
.forum1 li .play-btn{
   position: absolute;
    left: 38px;
    bottom: 10px;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 999;
    width: 40px; 
    height: 40px;
}

.forum3,.forum5,.forum7{
   margin-left: 40px;
}

#forum2, #forum3, #forum4, #forum5, #forum6, #forum7{
     width: 580px;
     padding: 0 40px;
    height: 205px;
     background: url(../images/icons/icon9.png) center no-repeat;
    background-size: 100% 100%; 
   
}
.fenluntan-box{
    width: 230px;
    height: 153px;
  
      background: url(../images/icons/icon11.png) center no-repeat;
    background-size: 100% 100%;
    text-align: right;
}


.fenluntan-box img{
   position: relative;
   width: 230px;
    height: 153px;
   
}

.fenluntan-box p{
position: relative;
    left: 0;
    bottom: 30px;
    padding: 0 15px;
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
}
.fenluntan-box .play-btn{
   position: absolute;
        left: 20px;
    bottom: 0;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 999;
    width: 40px; 
    height: 40px;
}


/*花絮*/
.scenes-box{
  margin-top: 35px;

}
.scenes-box li{
  float: left;
  width: 240px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  height: 147px;
  overflow: hidden;
}
.scenes-box li img{

  width: 100%;
}

@-webkit-keyframes doudong {
    0% {
      -webkit-transform: translateX(3px) rotate(2deg);
    }
  
    100% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
    }

}
.play-btn:hover  {
    -webkit-animation-name: doudong;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;

}





.handan-swiper{
  width: 900px;
  height: 450px;
  
  margin: 30px auto;
}
.handan-swiper .swiper-slide{
    width: 900px;
  height: 450px;
  margin: 0 auto;
 
  background-color: transparent;
}
.handan2{display: none;}
 /*banner*/
 .banner4{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;

 } 
  .banner4 img{
    position: absolute;
    width: 800px;
     
    left: 50%;
    margin-left: -400px;
    z-index: 999;
  
 } 


/*media*/
.media-container ul{
  margin-top: 30px;
}
.media-container ul li{
  float: left;
  margin-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  width: 20%;
  text-align: center;
  height: 70px;
}
.media-container ul li img{
  width: 100%;
}




/*footer*/
.footer-container{
}

.footer-container .left{
  float: left;
    width: 580px;
    margin-top: 14px;
    margin-left: 120px;
    overflow: hidden;
}

/*底部*/
.footer-container{
  width: 1200px;
  margin: 20px auto 20px;
   
}

.footer-container .left p strong{
  display: inline-block;
  margin-right: 20px;
  width: 180px;
  line-height: 30px;
  font-size: 14px;
}
.footer-container .left p span{
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
}

.bottom-footer{
  margin-top: 15px;
  margin-bottom: 50px;
}
.bottom-footer p{
font-size: 14px;
    line-height: 30px;
}


/*二级页面*/
.s-schedule-banner{

    }
    .s-schedule-title{

    }
    .s-schedule-nav{
      width: 100%;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
        border-bottom: 1px solid #ccc;
    }
    .s-schedule-nav{
      width: 100%;
      border-bottom: 1px solid #dddddd;
      line-height: 70px;
    }
    .s-schedule-title .title{
        width: 180px;
        font-size: 24px;
        color: #2271b8;
        text-align: left
    }
    .s-schedule-title .title-nav a{color: #151515;}

    .s-schedule-left{
      width: 180px;
    }
    .s-schedule-left ul{width: 100%;}
    .s-schedule-left ul li{
      
       padding-left: 25px;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #ccc;
        color: #151515;
        font-size: 16px;
        text-align: left;
        overflow: hidden;
        cursor: pointer;  
    }
    .s-schedule-left ul li.active{
       background: url(../images/icons/s_icon1.png) left no-repeat;
       color: #2271b8;
    }
    .s-schedule-left ul li.active a{
       color: #2271b8;
    }

     .s-schedule-left ul li a{
       color: #151515;
     }
    .s-schedule-right{
        width: 980px;
        margin-bottom: 30px;
    }
    

    /*right*/
    .s-schedule-table{
      display: none;
    }
    .s-schedule-table h4{
      margin-top: 50px;
      margin-bottom: 30px;
      color: #2271b8;
      font-size: 20px;
      font-weight: bold;
    }

    .s-schedule-table .s-schedule-tt {
      width: 100%;
        height: 50px;
        background: #67a1d8;
        color: #fff;
        font-size: 18px;
        line-height: 50px;
    }
    
    .s-schedule-table .tr{
      padding: 15px 0;
      padding-left: 50px;
       margin-top: 20px;
      width: 100%;
        border-left: 4px solid #2271b8;
        background: #dee8f6;
        line-height: 30px;
        text-align: left;
    }
    .show{
      display: block;
    }
