body{
    background: #00016a;
}
/* 轮播图箭头 */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url(../images/arr_prev.png) !important;
    width: 32px!important;
    height: 32px!important;
    
    background-size: 32px 32px !important;
    
}
.swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover{
    background-image: url(../images/arr_prev_cu.png) !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/arr_prev.png) !important;
    width: 32px!important;
    height: 32px!important;
    
    background-size: 32px 32px !important;
    transform: rotate(180deg);
}
.swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover{
    background-image: url(../images/arr_prev_cu.png) !important;
}
/* 轮播图箭头 */
/*头部导航栏*/
header {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 9;
    height: 80px;
    background: #010266;
}
header>.wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
}
header .menu .on,
header .menu .on:hover {
    color: #F0535B;
}
header .menu>a,
header .menu .drop {
    padding: 0 15px;
}
header .menu>a:hover {
    color: #fff;
}
header .menu .drop {
    position: relative;
    line-height: 80px;
}
header .menu .drop::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    vertical-align: -2px;
    border-width: 5px;
    border-style: solid;
    height: 0;
    border-color: #fff transparent transparent transparent;
}
header .menu .drop:hover {
    background-color: #221188;
    color: #fff;
    cursor: pointer;
}
header .menu .drop .item {
    position: absolute;
    top: 80px;
    left: -9999999px;
    white-space: nowrap;
    line-height: 40px;
    background-color: #0e0f85;
}
header .menu .drop:hover .item {
    left: 0;
}
header .menu .drop .item>a {
    display: block;
    padding: 0 15px;
}
header .menu .drop .item>a:hover {
    background-color: #2b2c90;
    color: #fff;
}
header .menu .enter {
    margin-left: 30px;
    width: 120px;
    line-height: 40px;
    background:linear-gradient(to right, #f34244 , #ed626f);
    border-radius: 20px;
    text-align: center;
    border-radius: 20px;
    box-sizing: border-box;
    color:#fff;
}
header .menu .enter:hover {
    background: linear-gradient(to right, #ed626f, #f34244);

}
header .menu .enter:hover{
    color:#fff!important;
}
header .logo img:first-child {
    width: 275px;
}
/*头部导航栏*/
/*标题样式*/
.title .fl_img{
    margin-right: 17px;
}
.title .fl_img img{
    width: 98px;
}
.title .fl_title h2{
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
} 
.title .fl_title p{
    font-size: 16px;
    color:#9292C9;
    text-align: left;
}
/*标题样式*/
#banner{
    position: relative;
}
.banner_btn{
    position: absolute;
    width: 12%;
    height: 9%;
    top: 80%;
    left: 50%;
    transform: translate(-50%,0);/*
    background: rgba(0,0,0,0.5);*/
    border-radius: 30px;
}
/* 头部 */
.site_top{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
#live_box,
#speech_video,
#company_box,
#partner_box{
    position: relative;
    top: -120px;
    display: block;
}
/* 数据 */
.data_box{
    width: 1200px;
    height: 120px;
    box-sizing: border-box;
    margin:0 auto;
    background:url(../images/num_bg.png);
}
.data{
    padding: 30px;
    padding-left: 0;
    text-align: center;
    font-size: 14px;
}
.data div{
    display: inline-block; 
    margin-right: 310px;
}
.data div:nth-child(2){
    margin-right: 280px;
}
.data div:nth-child(3){
    margin-right: 0;
}
.data div p{
    font-size: 15px;
    color: #8d97f2;
    letter-spacing: 2px;

}
.data div p.num{
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    color: #fff; 
    font-size:24px;
}
.weixin_box{
}
.weixin_code{
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    width: 130px;
    height: 130px;
}
.weixin_box:hover .weixin_code{
    display: block;
}
/* 活动概要 */
.activity_box{
    padding-bottom: 100px;
}
.activity_box .activity_content{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.activity_box .activity_content_left{
      width: 805px;
      height: 258px;
      box-sizing: border-box;
      padding: 30px 34px;
    background:url(../images/ac_bg.png);
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
}
.dashed_bg{
    position: absolute;
    top: -76px;
    right: -46px;
    width: 238px;
    height: 142px;
    background:url(../images/dashed.png);

}
.activity_box .activity_content_right{
  width: 380px;
  height: 258px;
    background: #6567cd;
    border-radius: 3px;
}
.weibo{
    margin: 0 20px;
}
.activity_content{
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 30px;
}
.activity_content span{
    margin-top: 10px;
    display: inline-block;
}


#banner_video_box {
    position: relative;
}
#banner_video_box  .i_play{
    width: 56px;
    height:56px;
    position:  absolute;    
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);    
    background: url(../images/play.png) no-repeat   center center;
}
/* 现场照片 */
.live_box{
    text-align: center;
    padding: 30px 0 40px 0;
    box-sizing: border-box;
}
.live_box>div{
    padding-bottom: 10px;
}
.live_box img{
    width: 22%;
    height: 176px;
    object-fit: cover;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.live_box img:hover{
    border-radius: 3px;
    box-shadow: 0px 0px 0 2px #1E7CE7;
}
.search{
    content: "url('../images/search.png')";
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.live_box img:nth-child(4n+0){
    margin-right: 0;
}
.live_box li {
    padding-top: 2px;
    box-sizing: border-box;
}
.swiper-container{
    padding-bottom: 40px !important;
}
.live_box  .swiper-pagination-bullet{
   width: 30px !important;
    height: 4px!important;
    border-radius: 8px!important;
}
.live_box .swiper-pagination-bullet{
    background: #9e9fc2!important;
}
.live_box  .swiper-pagination-bullet-active{
    background: #2526bf!important;
}
.pop_up_box{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    z-index: 99999;
    display: none;
}
.big_watch{
    width: 900px;
    margin:120px auto;
    position: relative;
}
.big_watch .bigImg_box img{
    width: 100%;
}
.big_watch span{
    position: absolute;
    width: 48px;
    top: 50%;
    cursor: pointer;
}
.big_watch .arrow-left{
    left: -80px;
}
.big_watch .arrow-right{
    right: -80px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.big_watch .del{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0,0,0,.7);
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.big_watch .del img{
    width: 16px;
}


/* 演讲视频 */
.speech_video h2 span, 
.company_box h2 span{
    display: block;
    margin-top: 5px;
    margin-bottom: 30px;
    color: #7471FF;
    font-size: 14px;
    font-weight: normal;
}
/*.menu{
    margin: 0 auto;
    width: 85%;
}

.menu li{
    width: 236px;
    height: 40px;
    line-height: 40px;
    border: 1px dotted #4a96ec;
    text-align: center;
    background: #f4f9fe;
    cursor: pointer;
    font-size: 14px;
}
.menu li:nth-child(2n+0){
    border-left: none;
}
.menu li:nth-child(3){
    border-left: none;
}*/
.cover{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    object-fit: cover;
}
.speech_info{
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid #ececec;
    border-top: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.speech_info a{
    color: #4a96ec;
}
.speech_info a:hover{
    color: #125AAB;
}
.speech_info h3{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    margin: 0 0 20px 0;
    padding-top: 10px;
    box-sizing: border-box;
    height: 40px;
}
.speech_info p{
    margin-bottom: 5px;
    height: 36px;
}
.speech_video{
    padding-top: 40px;
    background:url(../images/video_bg.png) center center no-repeat;
    background-size: cover;
    padding-bottom: 35px;
} 
.content li{
    margin-top: 30px;
    display: none;
}
.content li:first-child{
    display: block;
}
.mr0{
    margin-right: 0;
}
.download{
    background: url('../images/donwload.png')no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}
.hover{
    background: #4a96ec !important;
    color: #fff;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
}

.speech_video .item{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 25px;
    width: 32.5%;
    vertical-align: text-top;
    background: #fff;
    color: #000;
}
.speech_video  .mr0 {
    margin-right: 0;
}

.item>a:hover span,
.item>a:hover .play_icon{
    display: block;
}
.speech_video .item>a {
    position: relative;
    display: block;
    width: 100%;
    height: 263px;
    cursor: pointer;
}
.speech_video .item a span {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #000;
    opacity: 0.2;
}
.speech_video .play_icon{
    background: url('../images/play.png')no-repeat;
    background-size: 100% 100%;
    width: 56px;
    height: 56px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    margin: 0 auto;
    z-index: 9;
    display: none;
}
.speech_video .item a span{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #000;
    opacity: 0.2;
}
#video_player{
    height: 100%;
}

/* 参展厂商 */
.other_bg{
    background: url(../images/other_bg.png) center center no-repeat;
    padding-top: 50px;
}
.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.company_box{
   /* background: #141337;*/
}
.company{
    width: 1080px;
    margin: 0 auto;
    margin-top: 20px;
    border-bottom: 1px solid #191a89;
    padding-bottom: 60px;
    margin-bottom:  60px;
}
.company li{
    width: 49.85%;
    display: inline-block;
    height: 52px;
    line-height:52px;
    text-align: center;
    float: left;
    clear: both;
    background: #03048a;
    border: 1px solid #1f20ad;
    font-size: 18px;
color: #cecffe;
}
.company li:nth-child(2n+0){
    border-left: none;
    float: none;
    border-right: 0px;
}
.company li:nth-child(2n-1){
    border-left: 0px;
    border-right: 1px solid #020268;
}
.blue{
   /*  background: #f4f9fe; */
    border-bottom: none !important;
    border-top: none !important;
}
.company ul{
    border-top: 1px solid #141337;
}
.j-mqrquee {
    overflow: hidden;
}
.j-marquee-box {
    display: block;
    zoom: 1;
}
.j-mqrquee {
    overflow: hidden;
}
.j-marquee-box {
    display: block;
    zoom: 1;
    width: 1000%;
}

.partner_box ul{
    margin: 0 auto;
}
.partner_box li{
    float: left;
    width: 205px;
    text-align: center;
    line-height: 80px;
    margin-right: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}
.partner_box li img{
    width: auto;
    height: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0;
    vertical-align: middle;
}
/* 合作伙伴 */
.partner_box{
    text-align: center;
}
.partner_box .wrap{

    border-bottom: 1px solid #191a89;
    padding-bottom: 60px;
    margin-bottom:  60px;
}
.partner_box p{/*
    padding-bottom: 10px;
    padding-top: 20px;
    font-size: 14px;*/
}
/*活动报道*/
.newReport_box .wrap{
    border-bottom: 1px solid #191a89;
    padding-bottom: 60px;
    margin-bottom:  60px;
}
.newReport_content{
    display: flex;
}
.newReport_content .newReport_img{
    width: 380px;
    margin-right: 51px;
}

.newReport_content .newReport_img img{
    width: 100%;
}
.newReport_content .newReport_content_info{
 width: calc(100% - 431px)
}
.newReport_content .newReport_content_info h2,.newReport_content .newReport_content_info h3{
    font-size: 18px;
    color: #fff;
    margin-bottom:  10px;
word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.newReport_content .newReport_content_info h2 a,.newReport_content .newReport_content_info h3 a{
    font-weight: 400;
    font-size: 18px;
}
.newReport_content .newReport_content_info h2 a:hover,.newReport_content .newReport_content_info h3 a:hover{
        color: #ed626f;
}
.newReport_content .newReport_content_info p{
    font-size: 12px;
    line-height: 20px;
    color: #9292c9;
    margin-bottom:  58px;

}
.newReport_content .newReport_content_info>a{
    display:    block;
    width: 120px;
    height: 40px;
    opacity: 1;
    background: #383ab8;
    border-radius: 20px;
    text-align: center;
    line-height:40px;
        color: #b8b9ec;
}
.report_lint1{
word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.report_lint2{
word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.newReport_content .newReport_content_info>a:hover{
background: #595bff;
color: #dbdbff;

}
.cooperative_info{
    padding-bottom: 30px;
    padding-top: 30px;
}
.cooperative_info p{
    margin-bottom: 18px;
    font-size: 16px;
}
.cooperative_info img{
    margin-bottom: 29px;
}
/* footer ------------*/
.footer {
    font: 12px/30px "微软雅黑";
    color: #fff;
    width: 100%;
    padding: 20px 0 20px;
    background: #333;
    text-align: center;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    text-decoration: underline;
}
.concat_box{
    background: #030457;
    color: #fff;
    vertical-align: bottom;
    padding-top: 55px;
    padding-bottom: 71px;
}
.concat_box h3{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    margin-bottom: 20px;
}
.concat_box h3 span{
    display:inline;
    font-size: 14px;
    margin-left: 5px;
    font-weight: normal;

}
.concat_box h4{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 20px;
}
.concat_box span{
    display: block;
    font-size: 14px;
    margin: 5px 0;
    color: #fff;
}
.concat>div{
    padding: 0 50px 0 0;
    box-sizing: border-box;
}
.concat>div:nth-child(2){
    padding: 0 50px;
    box-sizing: border-box;
    border-left: 1px solid #636363;
    border-right: 1px solid #636363;
    margin-right: 50px;
}
.qrcode{
    width: 160px;
    height: 160px;
   /*  float: left; */
    margin-bottom: 10px;
}
.concat>div:nth-child(3){
    width: 370px;
}
.ml108{
    margin-left: 108px;
    position: relative;
    top:60px;
}
.mr38{
    margin-right: 38px;
}
/* 侧边栏 */
aside {
    background: url('../images/aside.png')no-repeat;
    background-size: 100% 100%;
    width: 117px;
    height: 150px;
    position: fixed;
    top: 50%;
    right: 0;

    transform: translate(-50%,-50%);
}
aside a{
    width: 100%;
    display: block;
    height: 100%;
    cursor: pointer;
}
.summer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}



/* 新闻列表 */
.newListBox{
    padding: 10px 0;
}
.newListBox ul{
    overflow-y: hidden;
}
.newListBox li{
    margin: 20px 0;
    height: 126px;
}
.newListBox .imgBox{
    margin-right: 20px;
    width: 200px;
    height: 125px;
    float: left;
}
.newListBox .imgBox img{
    width: 100%;
}
.newListBox .msgContent h3{
    font-size: 16px;
    font-weight: normal;
}
.newListBox .msgContent p{
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    margin: 20px 0;
}
.newListBox .msgContent h5{
    font-size: 12px;
    color: #999;
    font-weight: normal;
}
.newListBox .msgContent p a{
    color: #1E7CE7;
    display: inline-block;
}
.btnBox{
    width: 160px;
    line-height: 35px;
    border:1px solid #e4e4e4;
    background: #f9f9f9;
    text-align: center;
    margin: 20px auto;
    color: #666666;
    cursor: pointer;
}
.btnBox:hover{
    background: #fff;
}


.bannerP{
    margin-top: 110px;
    vertical-align: middle;
}
.bannerM{
    display: none;
    width: 100%;
}
.bannerM img{
    width: 100%;
}

.footerNav{
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #3400BC;
    line-height: .96rem;
    z-index: 10;
}
.footerNav a{
    flex: 1;
    text-align: center;
}
.loading{
    display: none;
}
.logo_sup{
    padding-bottom: 60px;
}
.logo_sup li{
    float:left;
    width: 140px;
    height: 57px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.logo_sup li:nth-child(8n){
    margin-right: 0px;
}

.logo_sup li img{
    width: 140px;
    height:57px;
}
.live_box_m{
    display:none;
}
.coo_m{
    display: none;
}
@media (max-width: 1200px) {
    html {
        font-size: 13.333333vw;
    }
    a:hover, a:active{
        color:#fff;
    }
    .live_box_m{
        display: block;
    }
    .ac {
        font-weight: 100;
        color: #8582ff !important;
    }
    .coo_m{
        display: block;
    }
    .coo_p{
        display: none;
    }
    .bdsharebuttonbox ,
    .footer,
    .bannerP,
    .site_top,
    .header_menu a,
    .live_box_pc,
   /* .live_box,*/
    aside{
        display: none;
    }
    /*头部导航栏*/
 header {
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;
        right: 0;
        height: 0.88rem;
        margin-right: 0!important;
        background-color: #0f0850;
    }
    header .wrap {
        height: 1.2rem;
    }
    header .logo img:first-child {
        width: 3.76rem;
        padding-left: 0.2rem;
        position: relative;
        z-index: 1;
        top: -0.1rem;
    }
    header .menu {
        flex-direction: column;
        align-items: start;
        line-height: .88rem;
        justify-content: flex-start;
    }
    header .menu>a,
    header .menu>span {
        display: none;
    }
    header .menu {
        position: fixed;
        top: 0;
        right: 0;
        padding-right: calc(20px + .3rem);
        font-size: .32rem;
        height: 0.88rem;
        background: #010266;
    }
    header .menu .enter {
        display: block;
        order: -1;
        margin: 0 .3rem 0 -.6rem;
        width: 2.4rem !important;
        padding: 0;
        line-height: 0.88rem;
        text-align: center;
        border-radius: 0;
        text-indent: 0!important;
    }
    header .menu::after {
        position: absolute;
        top: .45rem;
        right: .3rem;
        content: "";
        margin-top: -10px;
        width: 20px;
        height: 14px;
        border-top: 2px solid #fff;
        background: linear-gradient(transparent 6px,#fff 6.1px,#fff 8px,transparent 8.1px,transparent);
        border-bottom: 2px solid #fff;
    }
    header .menu.active::after {
        border: none;
        content: "×";
        font-size: 34px;
        line-height: 1;
        margin-top: -17px;
        height: auto;
        width: auto;
        font-weight: 400;
        background: transparent;
    }
    header .menu.active {
        height: 100vh;
    }
    header .menu.active>a,
    header .menu.active>span {
        margin-right: calc(-20px - .3rem);
        padding: 0;
        display: block;
        width: 2.8rem;
        text-indent: .4rem;
        font-size:0.3rem;
        color: #b3b4db;
    }
    header .menu .drop {
        line-height: inherit;
    }
    header .menu .drop::after {
        display: none;
    }
    header .menu .drop::before {
        display: inline-block;
        content: "";
        width: 5px;
        height: 5px;
        vertical-align: middle;
        margin: 0 5px 0 -10px;
        transform: rotate(45deg);
        border-bottom: 1px solid #999;
        border-left: 1px solid #999;
    }
    
    header .menu .drop .item {
        left: 0;
        transform: translateX(100vw);
    }
    header .menu .drop.active .item {
        position: fixed;
        top: 0.88rem;
        right: 2.8rem;
        left: auto;
        height: 100vh;
        width: calc(100vw - 4rem);
        line-height: inherit;
        transform: translateX(0);
        background-color: inherit;
        font-size: 0.24rem;
    }
    header .menu .drop .item>a {
        padding: 0;
    }
    /*头部导航栏*/
    /*标题央视*/
    .title .fl_img img {
        width: 0.98rem;
        position: relative;
        top: -0.15rem;
        height: auto;
    }
    .title .fl_title h2{
        font-size: 0.3rem;
    }
    .title .fl_title p{
        font-size: 0.2rem;
    }
    /*标题央视*/
    .live_box{
        padding: 0px 0.3rem;
    }
    .footerNav{
        display: flex;
    }
    .bannerM{
        display: block;
        position: relative;
        margin-top: .8rem;
    }
    .bannerM i{
        right: 0;
        display: block;
        margin: 0;
        top: 60%;
        left: 80%;
    }
    .banner_btn {
        position: absolute;
        width: 24%;
        height: 15%;
        top: 75%;
        left: 50%;
        transform: translate(-50%,0);
        border-radius: 30px;
    }
    .big_watch {
        width: 100%;
        margin: 4rem auto;
        position: relative;
    }
    .header_menu a:last-child{
        display: inline-block;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        left:20%!important;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        right:20%!important;
    }
    .swiper-button-next, .swiper-button-prev {
        top:98%!important;
        display: none;
    }
    .live_box .swiper-pagination-bullet {
        width: 0.3rem !important;
        height: 0.04rem!important;
        border-radius: 8px!important;
    }
    .swiper-container {
        padding-bottom: 0.4rem !important;
    }
    .loading{
        color: #333;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next,.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-image: url(../images/arr_prev.png) !important;
        width: 0.32rem!important;
        height: 0.32rem!important;
        background-size: 0.32rem 0.32rem !important;
    }
    .live_box li img{
        width: 46%;
        height: auto;
        margin-right: 10px;
        margin-bottom: 10px;
        cursor: pointer;
    }
     .live_box li.swiper-slide img{
        height: 2.1rem;
    }
    .live_box li img:nth-child(2n){
        margin-right: 0px;
    }
    
    .wrap{
        width: 100%;
        position: relative;
    }
    .data_box{
        padding: 0px 0.3rem;
    }
    .data{
        padding: 0.2rem 0;
        font-size: 12px;
        display: flex;
        justify-content: space-around;
        background: #212d9d;
        height: 100%;
        box-sizing: border-box;
        align-items:    center;
    }
    .data div {
        display: inline-block;
        margin-right: 0px;
    }
    .data div:nth-child(2) {
        margin-right: 0px;
    }
    .data div:nth-child(3) {
        margin-right: 0px;
    }
    .data div p {
        font-size: 0.2rem;
        color: #8d97f2;
        letter-spacing: 2px;
    }
    .data div p.num{
        font-size: 0.4rem;
    }
    .data_box {
        width: 100%;
        height: 1.6rem;
        box-sizing: border-box;
        margin: 0 auto;
        background: transparent;
        margin-bottom: 0.4rem;
    }
    .num{
        font-size: 18px;
    }
    .activity_box {
        padding: 0px 0.3rem;
    }
    .activity>div:first-child{
      /*  display: none;*/
    }
    .activity{

    border-bottom: 1px solid #191a89;
    margin-bottom: 0.4rem;
    }
    .activity_box .activity_content{
        display: block;
    }
    .activity_box .activity_content_left{
        width: 100%;
        height: auto;
        background: #000190;
        border-radius: 20px 20px 0px 0px;
        padding: 0.4rem 0.3rem;
        font-size: 0.3rem;
        line-height: 0.44rem;
        letter-spacing: auto;
        color: #9292c9;
        margin-bottom: 0.24rem;
    }
    .activity_box .activity_content_right {
        width: 100%;
        height: auto;
        background: #6567cd;
        border-radius: 3px;
        margin-bottom: 0.5rem;/*;
        border-bottom: 1px solid #191a89;*/
    }
    .dashed_bg{
        display: none!important;
    }
    .newListBox{
        padding: .2rem;
    }

    .newListBox li{
        height: auto;
    }
    .newListBox .imgBox{
        width: 2rem;
        height: 1.25rem;
        border-radius: 5px;
        overflow: hidden;
        margin: 0 .2rem .2rem 0; 
    }
    .newListBox .msgContent h3{
        margin-bottom: 0.5rem;
    }
    .newListBox .msgContent p{
        margin: 0 0 .2rem 0;
    }
    .concat_box .flex{
        display: block;
    }
    .concat_box{
        padding:.4rem;
        box-sizing: border-box;

       padding-bottom: 70px;
    }
    .concat>div,
    .concat>div:nth-child(2){
        width: 100%;
        padding: 0;
        border: none;
        margin-bottom: .5rem;
        border-bottom: 1px dotted #e4e4e4;
        padding-bottom: .3rem;
    }
   /* .qrcode{
        float: right;
        margin-right: 1rem;
    }*/
    .mr70{
        margin-right: 1.0rem;
    }
    .qrcode{
        width: 2.5rem;
        height:2.5rem;
    }
    .concat>div:nth-child(3){
        border: none;
    }



    /* index */
    .activity_content{
     /*   padding: 0 0.38rem;*/
        box-sizing: border-box;
    }
    .content{
        padding: 0 0px;
        box-sizing: border-box;
    }
    .speech_video {
        padding: 0px 0.3rem;
        padding-top: 0.43rem;
        background: #000159;
    }
    .speech_info{
        border:none;
    }
    .content li{
        margin-top: 0.3rem;
    }
    /*.menu{
        width: 95%;
    }
    .menu li{
        width: 47%;
        margin: 3px;
        border: 1px solid #4a96ec !important;
        font-size: 0.25rem
    }*/
    .company{
        background: none;
        padding: 0 0px;
        padding-bottom: 0.5rem;
        width: 100%;
        margin-bottom: 0.6rem;
    }
    .company li{
        width: 49%;
        font-size: 0.28rem;
        height: 0.52rem;
        line-height: 0.52rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .partner_box{
        padding: 0;
        box-sizing: border-box;
    }
    .mobile1,
    .mobile2,
    .mobile3{
        width: 100%;
    }
    .company ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    
    .loading{
        width: 90%;
        display: block;
        height: 35px;
        text-align: center;
        background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%, rgba(242, 242, 242, 1) 100%);
        background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%, rgba(242, 242, 242, 1) 100%);
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%, rgba(242, 242, 242, 1) 100%);
        border: 1px solid #ececec;
        line-height: 35px;
        font-size: 14px;
        border-radius: 3px;
        position: absolute;
        bottom: -0.7rem;
        z-index: 9;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .backHeight{
        display: none;
    }
    .speech_info p{
       /* display: none;*/
    }
    .speech_info h3{
        margin: 0;
        text-align: center;
        font-weight: normal;
        overflow: hidden;
        white-space: nowrap;
        text-overflow:ellipsis;
        font-size: .3rem;
        margin-bottom:0rem;
    }
    header {
        top: 0;
        padding: 0;
    }
    .speech_video {
        margin-bottom: 0px;
    }
    .speech_video .item {
        width: 100%;
        background: #0a0b7b;
        color: #d0d0fa;
    }
    .logo_sup li {
        float: left;
        
        width: 1.6rem;
        height: 0.6rem;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .logo_sup li:nth-child(8n){
        margin-right:  5px;
    }
    .mobile0{
        width: 1.62rem;
    }

    .logo_sup li:nth-child(4n){
        margin-right:  0px;
    }
    .mt60rem {
        margin-top: 0.6rem;
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .logo_sup li img{
        width: 1.6rem;
        height: 0.6rem;
    }
    .other_bg {
        background:#00016a;
        padding: 0px 0.3rem;
        padding-top: 0.5rem;
    }
    .partner_box li {
        float: left;
        width: 2.5rem;
        line-height: 0.7rem;
        margin-right: 0px;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .partner_box .wrap {
        border-bottom: 1px solid #191a89;
        padding-bottom: 0.5rem;
        margin-bottom: 0.6rem;
    }
    .newReport_content{
        display:block;
    }
    .newReport_content .newReport_img{
        width: 100%;
    }
    .newReport_content .newReport_content_info{
        width: 100%;
    }
    .newReport_content .newReport_content_info>a{
        margin:0 auto;
        width: 2rem;
        height: 0.64rem;
        border-radius: 20px;
        line-height:0.64rem;
        font-size: 0.24rem;
        margin-top: 0.5rem;
    }
    .newReport_content .newReport_content_info p {
        font-size: 0.24rem;
        line-height: 0.36rem;
        color: #9292c9;
        margin-bottom: 0.37rem;
    }
    .newReport_content .newReport_content_info h2, .newReport_content .newReport_content_info h3{
        font-size: 0.3rem;
        margin-bottom: 0.1rem;
    }
    .newReport_box .wrap {
        border-bottom: 1px solid #191a89;
        padding-bottom: 0.5rem;
        margin-bottom: 0.6rem;
    }
    .cooperative_info p{
        font-size: 0.28rem;
        color: #c6c6f3;
    }
    .ml108 {
        margin-left: 0;
        position: relative;
        top: 0;
    }
    .mb48{
        margin-bottom: 0.48rem;
    }
    .live_box .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -2px;
    }
}