.activity_agred {

    background-color:#100650;
}
.step_box{
    /*padding: 0;*/
}
.agenda_table{
    width: 100%;
    padding-top: 35px;
}
.agenda_table .agenda_time{
    font-size: 16px;
    color: #c0c7e3;
}
.agenda_table span{
    line-height: 24px;
    display: block;
}
.agenda_table .agenda_title{
    display: flex; 
    justify-content: center;
    flex-flow: column;
    margin-left: 27px;
}
.agenda_table .agenda_title i:nth-child(1){
    font-size:16px;
    font-style: normal;
    color: #bfc6e2;

}
.agenda_table .agenda_title i:nth-child(2){
    font-size:12px;
    font-style: normal;
    color: #8f9bcb;

}
.agenda_table li>div{
    float:left;
    width: 50%;
}
.agenda_table li>div:nth-child(2){
    border-left:1px solid #3e3b8a;
}
.agenda_table li>div div{
    width: 240px;
    height: 40px;
    background: linear-gradient(to right,#9c7957 ,#fad49c);
    border-radius: 0px 20px 20px 0px;
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
}
.agenda_table li>div div span{
    color: #12193a;
    display:inline-block;
}
.agenda_table li>div div span:nth-child(2){
    margin:0px 15px;
}
.agenda_table li>div div span:nth-child(3){

    display: inline-block;
    width: 38px;
    height: 1px;
    background:  #12193a;
    position: relative;
    top:-3px;
}
.agenda_table li.td{
    width: 100%;
}
.agenda_table li.td>div{
    height:90px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.agenda_table li.td{
    background-color: rgb(31,37,65);

}
.agenda_table li.td:nth-child(2n){
    background: #11205f;
}

.agenda_table li.td:nth-child(2n-1){
    background-color:rgba(57, 70, 174,0.4);
}

/* 演讲嘉宾 */
.live_box .user>div{
    text-align: center;
}
.live_box img{
    width: 250px;
    height: 340px;
}

.user{
    display: inline-block;
    width:250px;
    background: linear-gradient(#ff7200 0%, #f8634a 100%);
    height: auto;
    overflow: hidden;
    text-align: center;
    position:   relative;
    margin-right: 18px;
}
.live_box  .swiper-container1{
    width:  1054px;
    margin: 0 auto;
}
.live_box  .swiper-container1 .swiper-slide{
    display: flex;

  /*  padding: 0 68px;*/
}
.live_box .user{/*
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 90px;*/
}
.live_box .user:nth-child(4n+0){
    margin-right: 0;
}
.user p{ 
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    z-index: 1;
    height: 76px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 100%;
    transform: translate(-50%,0px);
    background: linear-gradient(#ff7200 0%, #f8634a 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.user b{
    font-size: 24px;
    display: block;
    /* color: rgb(250,212,156); */
    font-weight: 400;
}
.swiper-container1-box{
    padding-top: 35px;
    padding-bottom: 40px;
}
.swiper-container1-box .swiper-pagination{
    left: 50%;
    transform: translate(-50%,0);
    bottom: 0;
}
.swiper-container1-box .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fe7106!important;
}
.swiper-container1-box .swiper-button-next,.swiper-container1-box .swiper-button-prev{
    width: 54px;
    height: 54px;
}
.swiper-container1-box .swiper-button-prev {
    background: url(../images/left1.png) ;
}
.swiper-container1-box .swiper-button-prev:hover{
    opacity: 0.7;
}
.swiper-container1-box .swiper-button-next {
    background: url(../images/right1.png) ;
}
.swiper-container1-box .swiper-button-next:hover {
    opacity: 0.7;
}
.swiper-container1-box .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #203176;
    opacity: 1;
    margin-right: 5px;
}
.swiper-container1-box .swiper-pagination-bullet:last-child{
    margin-right: 0px;
}
.company_box{
    margin-top: 0px;
}




