.table_style{    
    margin-top: 39px;
    border: 1px solid #4153a9;
}
.table_style li{
    min-height: 68px;
    height: 68px;
    line-height: 68px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background: #1C2650;
    padding-left: 30px;
    border-bottom: 1px solid #4153A9;
}
.table_style li:nth-child(1) {
    background: #3548A0;
}
.table_style li:last-child{
    border-bottom: 0;
}
.table_style li span{
    display: block;
    height:100%;
    font-size: 16px;
}
.table_style li .table-cell_1{
    width: 20%;
}
.table_style li .table-cell_2{
    width: 40%;
}
.table_style li .table-cell_3{
    width: 20%;
}
.table_style li .table-cell_4{
    width: 20%;
}
/* 演讲嘉宾 */
.live_box{
    position: relative;
}
.live_box .wrap{
    position: relative;
}
.photo_list{
    padding: 40px 0;
    margin: 0 auto
    
}
.photo_list .word {
    height: 82px;
    background: #4B6CFF;
}
.photo_list .word p {
    padding: 0 20px;
}
.photo_list .word .t1 {
    padding-top: 13px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}
.photo_list .word .t2 {
    color: #D2D9F6;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}
.photo_list img{
    display: block;
    width: 100%;
    height: 368px;
    cursor: pointer;
    object-fit: cover;
}
.photo_list img:nth-child(4n+0){
    margin-right: 0;
}
.photo_list li {
    padding-top: 2px;
    box-sizing: border-box;
}
.ind_order_3 .swiper-container{
    padding-bottom: 115px !important;
}
.ind_order_3 .sec_tit {
    margin-bottom: 60px;
}
.photo_list .swiper-pagination {
    bottom: 0px !important;
}
.photo_list .swiper-pagination-bullet {
    margin: 0 5px !important;
    width: 14px !important;
    height: 4px !important;
    background-color: #11232e;
    opacity: 0.8;
    border-radius: 2px;
}
.photo_list .swiper-pagination-bullet-active {
    background-color: #7cc88a;
}
.live_box .swiper-button-prev {
    left: 93%;
    margin: 0;
    background:#11232E;
}
.live_box .swiper-button-prev:after{
    content:"<";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: serif;
    font-size: 28px;
    font-weight: 700;
}
.live_box .swiper-button-next {
    right: 0%;
    margin:0;
    background:#11232E;
}

.live_box .swiper-button-next:after{
    content: ">";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: serif;
    font-size: 28px;
    font-weight: 700;
}
.live_box .swiper-button-prev:hover, .live_box .swiper-button-next:hover{
    background: #4B6CFF;
}
.live_box .swiper-button-next, .live_box .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 68px;
    transform: translateY(-50%);
    background: #223171;
    border-radius: 2px;
    margin-top:0px;
    z-index: 10;
    cursor: pointer;
    background-size: 62px 62px;
    background-position: center;
    background-repeat: no-repeat;
}
.live_box .swiper-button-prev {
    left: -60px;
}
.live_box .swiper-button-next {
    right: -60px;
}
/*展台页面*/
.exhibitor_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 30px;
}
.exhibitor_list .exhibitor_item{
    flex: 1;
    height: 170px;
    background:#3548A0;
    border-radius: 8px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    padding-top: 24px;
    padding-left: 25px;
}
.exhibitor_list .exhibitor_item:nth-child(2n){
    margin-right: 0px;
}
.exhibitor_img{
    width: 136px;
    height: 110px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-right: 17px;
    background: #fff;
}
.exhibitor_content{
    width: 382px;
}
.exhibitor_content h3{
    font-size: 18px;
    margin-bottom: 7px;
}
.exhibitor_content p{
    font-size: 14px;
    line-height: 24px;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.exhibitor_content p a{
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #3F60FF;
}
.exhibitor_content>a{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;   
    width: 90px;
    height: 32px;
    border-radius: 8px;
    color: #ffffff;
    background: linear-gradient(#395aff 0%, #7293ff 100%);
}
.exhibitor_content>a:hover{
    background: linear-gradient(#3151f8 0%, #6487fa 100%);
}
.window_pop_box{
    position: fixed;
    top:0px;
    bottom: 0px;
    left:0px;
    right:0px;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
}
.window_pop_box .window_pop_content{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 880px;
    height: 750px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 20px 30px;
}
.window_pop_box .window_pop_content.window_pop_content1 {
    height: 775px;
}
.window_pop_box .window_pop_content.window_pop_content6 {
    height: 560px;
}
.pop_close{
    text-align: right;
}
.pop_close .close_img{
    cursor: pointer;
}
.pop_title{
    display: flex;
    justify-content: space-between;
    padding: 10px 30px ;
    padding-bottom: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;  
}
.pop_title h3{
    font-size: 22px;
    font-weight: 700;
    color: #333;
    line-height: 26px;
}
.pop_content_title{
    color:#333;
    font-weight: 700;
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 15px;
}
.pop_content_nav{
    padding-left: 30px;
    display: flex;
}
.pop_content_nav li{
    position: relative;
    cursor: pointer;
    padding: 5px 6px;
    font-size: 16px;
    border-radius: 4px;
    margin-right: 20px;
    color:#333;
}
.pop_content_nav li.active{
    color: #3F60FF;
}
.pop_content_nav li.active::after{
    content: "";
    position: absolute;
    height: 2px;
    width: 80%;
    left: 10%;
    bottom: -5px;
    background: #3F60FF;
}
.pop_content_box{
    padding: 20px;
    margin: 0px 30px;
    margin-top: 20px;
    box-sizing: border-box;
    min-height: 220px;
    background: #f5f5f5;
    background-size: cover;
    color: #333;

}
.pop_content{
    height: calc(100% - 110px);
    overflow-y: auto;
}
.pop_content_nav_item{
    display: flex;
    justify-content: space-between;
}
.pop_content_nav_item_left{
   min-height: 160px;
   width: 427px; 
   overflow: auto;
}
.pop_content_nav_item_left h4{
    font-size: 18px;
    font-weight: 700;
}
.pop_content_nav_item_left p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.pop_content_nav_item_left p a {
    color: rgb(30 124 231);
}
.mySwiperstyle{
    width: 215px;
    overflow: hidden;
    position: relative;
    padding-bottom: 25px;
}
.swiper-slide-item img{
    width: 100%;
}
.mySwiperstyle .swiper-slide{
    width: 215px;
}
.mySwiperstyle .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}
.mySwiperstyle .swiper-pagination-bullet-active {
    opacity: 1;
    background: #7E94FF;
}
.pop_content_video {
    padding:0px 30px;
    position: relative;
    overflow: hidden;
}
.pop_content_video .swiper{
    overflow: hidden;
}
.mySwiper_video1{
    width: 100%;
    overflow: hidden;
}
.mySwiper_video_box{
    width: auto;
}
.pop_content_video h3{
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 26px;
    padding: 15px 0;
}
.mySwiper_video_box img{
    width: 100%;
    height: 202px;
    vertical-align: middle;
}
.mySwiper_video_box>div{
    position: relative;
    cursor: pointer;
}
.mySwiper_video_box>div:after{
    content:"";
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: url(../images/video1.png);
    background-size: cover;
}
.mySwiper_video_box p{
    height: 46px;
    line-height: 46px;
    padding-left: 10px;
    text-align: center;
    font-size: 12px;
    background: linear-gradient(#395aff 0%, #7293ff 100%);
}
.pop_content_video .swiper-button-next, .pop_content_video .swiper-button-prev{
    width: 28px;
    height: 28px;
    top: 13%;
}

.pop_content_video .swiper-button-next, .pop_content_video .swiper-container-rtl .swiper-button-prev {
    background:#7cc88a;
    position:absolute;
    right: 29px;
}
.pop_content_video  .swiper-button-prev:after{
    content:"<";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: serif;
    font-size: 28px;
    font-weight: 700;
    color:#fff;
}
.pop_content_video  .swiper-button-next:after{
    content: ">";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: serif;
    font-size: 28px;
    font-weight: 700;
}
.window_pop_box .pop_content_video  .swiper-button-prev,.window_pop_box .pop_content_video  .swiper-container-rtl .swiper-button-next{
    background:#7cc88a;
    position:absolute;
    opacity: 1;
    left: 88%;
}

.window_pop_box  .pop_content_video .swiper-button-next:hover,.window_pop_box  .pop_content_video .swiper-container-rtl .swiper-button-prev:hover {
    opacity: 0.7;
}
.window_pop_box  .pop_content_video  .swiper-button-prev:hover,.window_pop_box  .pop_content_video  .swiper-container-rtl .swiper-button-next:hover{
    opacity: 0.7;
    cursor: pointer;
}
.pop_content_video  .swiper-button-next.swiper-button-disabled, .pop_content_video  .swiper-button-prev.swiper-button-disabled{
    pointer-events: inherit;
}
/*展台页面*/

@media screen and (max-width: 800px) {
    /*展台页面*/
    .exhibitor {
        padding-top: 0.6rem;
        background: transparent;
    }
    /*展台界面*/
    .exhibitor_list .exhibitor_item {
        width: 100%;
        height: 2.3rem;
        margin-right: 0px;
        margin-bottom: 0.3rem;
        padding: 0.3rem;
        display: inherit;
    }
    .exhibitor_content p {
        font-size: .24rem;
    }
    .exhibitor_content h3 {
        font-size: .26rem;
    }
    .exhibitor_list{
        padding: 0.35rem 0.3rem 0 0.3rem;
        box-sizing: border-box;
    }
    .exhibitor_img {
        width: 1.6rem;
        height: 1.28rem;
        margin-right: 0.2rem;
        background: #fff;
    }
    .exhibitor_img img{
        width:  1.2rem;
    }
    .exhibitor_content{
        width: calc(100% - 1.5rem);
    }
    /*展台界面*/
    /*弹框*/
    .window_pop_box .window_pop_content {
        width: 92%;
        height: 80vh !important;
        padding: 0.2rem 0.3rem;
    }
    .pop_title {
        padding: 10px 0px;
    }
    .pop_content_title {
        font-size: 0.24rem;
        font-weight: 700;
        padding-left: 0px;
        margin-bottom: 0.15rem;
    }
    .pop_content_nav{
        padding-left: 0px;
        display: block;
    }
    .pop_title h3 {
        font-size: .4rem;
    }
    .pop_content_nav li{
        font-size: .3rem;
        width: 100%;
        height: 0.57rem;
        padding: 0px;
        text-align: center;
        line-height: 0.57rem;
        border: 0px solid #dedede;
        background: #B8B8B8;
        margin-right: 0;
        border-radius: 0;
        border: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .pop_content_nav li.active::after {
        background: #fff;
    }
    .pop_content_nav li.active {
        color: #fff;
        background: linear-gradient(#395aff 0%, #7293ff 100%);
    }
    .pop_content_nav_item {
        display: flex;
        justify-content: space-between;
        flex-flow: column-reverse;
    }
    .mySwiperstyle{
        width: 3.4rem;
        margin:0 auto;
    }
    .swiper-slide-item{
        background: #fff;
    }
    .mySwiperstyle .swiper-slide {
        width: 100%;
    }
    .swiper-slide-item img{
        max-width: auto;
        height: auto;
        display: block;
        margin: 0 auto;

        /* width: 100%;
        height: 2.2rem;
        object-fit: contain; */
    }
    .pop_content_nav_item_left{
        width: 100%;
    }
    .pop_content_box {
        padding: 0.3rem;
        box-sizing: border-box;
        margin: 0px ;
        height: auto !important;
        background: url(../images/pop_bg_m.png) no-repeat;
        background-size: cover;
        color: #333;
    }
    .window_pop_box .window_pop_content2 .swiper-slide-item{
        width: 170px;
        margin: 0 auto;
    }

     .window_pop_content3 .swiper-slide-item{
        width: 170px;
        margin: 0 auto;
    }
     .window_pop_content4 .swiper-slide-item{
        width: 170px;
        margin: 0 auto;
    }
     .window_pop_content5 .swiper-slide-item{
        width: 170px;
        margin: 0 auto;
    }
     .window_pop_content6 .swiper-slide-item{
        width: 170px;
        margin: 0 auto;
    }
    .pop_content {
        height: 75%;
    }
    .pop_content_nav_item_left h4 {
        font-size: 0.24rem;
        margin-bottom: 0.1rem;
    }
    .pop_content_nav_item_left p {
        font-size: 0.2rem;
        line-height: 0.32rem;
        margin-bottom: 0.1rem;
    }
    .pop_content_video {
        padding: 0;
        position: relative;
    }
    .mySwiper_video1 .swiper-slide,
    .mySwiper_video2 .swiper-slide{
        width: 100%;
    }
    .window_pop_box  .pop_content_video .swiper-button-next,.window_pop_box  .pop_content_video .swiper-button-prev {
        top: 96%;
    }
    .window_pop_box .pop_content_video .swiper-button-next,.window_pop_box  .pop_content_video .swiper-container-rtl .swiper-button-prev{
        right: 42%;
    }
    .window_pop_box .pop_content_video .swiper-button-prev,.window_pop_box  .pop_content_video .swiper-container-rtl .swiper-button-next{
        left:39%;
    }
    .pop_content_video h3 {
        font-size: 0.24rem;
        font-weight: 700;
        line-height: .26rem;
        padding: 0.15rem 0;
    }
    .mySwiper_video1 .swiper-slide{
        width: 100%;
    }
    .mySwiper_video_box>div:after{
        width: 0.84rem;
        height: 0.84rem;
    }
    .mySwiper_video_box{
        width: 100%;
    }
    .mySwiper_video_box p {
        height: 0.88rem;
        padding-left: 10px;
        display: flex;
        align-items: center;
        justify-content: start;
        text-align: left;
        font-size: 0.24rem;
    }
    .mySwiper_video_box img {
        width: 100%;
        height:auto;
        object-fit: cover;
        vertical-align: middle;
    }
    .pop_content_video .swiper-button-next, .pop_content_video .swiper-button-prev {
        display: none;
    }
    /*弹框*/
/*展台页面*/
}