/* 轮播图箭头 */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url(../images/arr_prev.png) !important;
    width: 32px!important;
    height: 52px!important;
    
    background-size: 32px 52px !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: 52px!important;
    
    background-size: 32px 52px !important;
    transform: rotate(180deg);
}
.swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev:hover{
    background-image: url(../images/arr_prev_cu.png) !important;
}
/* 轮播图箭头 */
.banner{
    min-height: auto;
    margin-top: 90px;
}
.move_top{
    position: relative;
    top: -15px;
}
.weibo {
    margin: 0 20px;
}
.weixin_code {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    width: 130px;
    height: 130px;
}
.weixin_box:hover .weixin_code {
    display: block;
}
.data_box {
    background: #263142;
}
.data {
    padding: 30px;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}
.data p{
color: #c1c1d9;
}
.data .num {
    font-family:'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight:700;
    color:#3CE6DE;
    font-size:36px;
}
.data div {
    display:inline-block;
    text-align: left;
    padding-left: 85px;
    width:  auto;
}
.data div:nth-child(1){
    background:url(../images/data_iocn1.png) no-repeat left center;
}
.data div:nth-child(2){
    position:relative;
    background: url(../images/data_iocn2.png) no-repeat left center;
    margin-left: 20%;


}
.data div:nth-child(2):after {
    content: "";
    position: absolute;
    top: 8px;
    left: -103px;
    height: 52px;
    width: 1px;
    background: #ababab;
    transform: skewX(-27deg)

}
.activity_summary{
    background:url(../images/active_bg.png) center 136px no-repeat ;
    background-size: 2013px 515px;
}
.activity_bg{
    background: rgba(22,29,38,0.8);
    padding-bottom: 95px;
}
.reveiw_cotent>div:first-child{
    width:60%;
    background: #263142;
    border-radius: 10px 0px 0px 10px;
    padding-left:  50px;
    padding-right:  40px;
    padding-top:   63px;
    box-sizing: border-box;
    height:380px;
}
.reveiw_cotent>div:first-child p{
    width:  100%;
    line-height: 28px;
    margin-bottom:  30px; 
}
.reveiw_cotent>div:last-child{
    width:40%;
     border-radius:0px;
}
.reveiw_cotent>div:last-child img{
    width:  100%;
    height:380px;
}
.reveiw_cotent{

  /*  font-size:14px;
    color:#CCCCCC;
    line-height: 28px;*/
}

.live_box {
    text-align: center;
    padding: 30px 0 10px 0;
    box-sizing: border-box;
    background: #263142;
}
.live_box .title{
    text-align: left;
}
.live_box li {
    padding-top: 2px;
    box-sizing: border-box;
}
.live_box li>div{
    display:    inline-block;
    width:22%;
    overflow: hidden;
}
.live_box img {
    width: 100%;
    height:175px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.5s;
}

.live_box img:hover {
    border-radius: 3px;
    box-shadow: 0px 0px 0 2px #1E7CE7;
    transform: scale( 1.2);
}

.swiper-container {
    padding-bottom: 40px !important;
}
.swiper-pagination-bullet{
    background: #f7f7f7;
    opacity: .8;
}
.swiper-pagination-bullet {
    width: 24px !important;
    height: 4px !important;
    border-radius: 4px;
}
.swiper-pagination-bullet-active{
    background: #007aff;
}
.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 .arrow-left {
    left: -80px;
}
.big_watch .bigImg_box img {
    width: 100%;
}
.big_watch span {
    position: absolute;
    width: 48px;
    top: 50%;
    cursor: pointer;
}
.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;
}
.menu {
    margin: 0 auto;
    width: 100%;

}
.menu li {
    width: 238px;
    height: 70px;
    box-sizing: border-box;
    line-height: 70px;
    text-align: center;
    background: #263142;
    cursor: pointer;
    font-size: 14px;
    margin-right: 2px;
}
.menu li:first-child{
    border-radius:8px 0px   0px ;
}
.menu li:last-child{
    margin-right: 0px;
    border-radius: 0px 8px 8px 0px
}
.menu li:hover{
background: #173055;
}
.hover {
    background: #0049ff !important;
    color: #fff;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
}
.content li {
    margin-top: 30px;
    display: none;
}
.content li:first-child {
    display: block;
}
.item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 25px;
    width: 32.5%;
    vertical-align: text-top;
}
.mr0 {
    margin-right: 0;
}
.item>a {
    position: relative;
    display: block;
    width: 100%;
   /* height: 220px;*/
    cursor: pointer;
}
.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;
    background: #fff;
    color: #333;
}
.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: 20px;
    height: 36px;
    color: #999;
}
.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;
}
.item>a:hover span, .item>a:hover .play_icon {
    display: block;
}

.item a span {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #000;
    opacity: 0.2;
}
.item>a:hover span, .item>a:hover .play_icon {
    display: block;
}
.cover {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}
.loading {
    display: none;
}
.speech_info a {
    color: #42D6FC;
    padding: 4px 10px;
    border-radius: 25px;
    font-size: 12px;
}
/*.speech_info a:hover{
    opacity: .8;
}*/
.download {
    background: url(../images/donwload.png)no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-color: #42D6FC;
    border-radius: 50%;
    margin-right:   5px;
}
.partner h6{
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 15px;
}
.partner img{
    margin-bottom: 50px;
}
.report {
    background: rgba(34, 34, 34, 1);
    padding-bottom: 100px;
}
.report_info{
    margin-bottom: 60px;
}
.report_info .more_report{
    width: 100px;
    height: 25px;
    background-color: rgba(35, 108, 255, 1);
    display: block;
    text-align: center;
    line-height: 25px;
    font-weight: normal;
    font-size: 14px;
    border-radius: 3px;
    color: #fff !important;
}
.more_report_box{
    position:   relative;
}
.more_report_box .more_report {
    display: inline-block;
    border-right: 3px solid #0049ff;
    padding-right: 10px;
    height: 17px;
    line-height: 17px;
    position: absolute;
    right: 0px;
    top: 72px;
}
.more_report_box .more_report:hover{
   color:#42d6fc;
}
.report_info>div{
    width:48%;
}
.report_info>div img{
    width: 100%;
}
.secord_report img{
    display: none;
}
.report  .report_text>div{
    width: 300px
}
.report  .report_text>div:last-child{
    width:  auto;
    border-right: 1px solid #1f5fff;
    height: 106px;
    margin-right:  22px;
    padding-right:  22px;
    box-sizing: border-box; 

}
.report  .report_text .year{

    font-size: 38px;
    font-weight:   700;
    margin-top:     10px;
}
.report .trport_title{

font-size: 16px;
font-weight:   700;
color: #fff;
margin-bottom:  15px;
}
.report .trport_sub_title{
    color: #c1c1d9;
    font-size: 12px;
    margin-top: 10px;
}
.report  .report_text .month{
    font-size: 26px;
    font-weight:   700;

}
.video_box{
    padding-bottom: 50px;
}
#live_box,
#video_box,
#report,
#exhibitors,
#partner{
    position: relative;
    top: -110px;
}


.exhibitors{
    background: rgba(25, 26, 30, 1);
    padding-bottom: 60px;
    background-image: url(../images/exhibitor_bg.png)
}
.company_list li{
    display: inline-block;
    border: 1px solid #000;
    background: #333;
    width: 33%;
    text-align: center;
    height: 50px;
    margin-left: -5px;
    line-height: 50px;
    margin-bottom: -1px;
}
.company_list li{

opacity: 0.6;
background: #2c394d;
}



.company_list li.n2color{

opacity: 0.6;
background: #314667;
}
#video_player{
    height: 100%;
}
.pc_hide{
    display: none;
}
@media screen and (max-width: 800px){
    .pc_hide{
        display: block;
    }
    .wrap {
        width: 100%;
        position: relative;
    }
    .m_hide{
        display: none;
    }
    #header_apply_btn {
        float: right;
    }
    .banner{
        display: none;
    }
    .data {
        padding: 0.2rem 0;
        font-size: .3rem;
    }
    .data div {
        display: inline-block;
        width: 32%;
    }
    .num {
        font-size: .4rem;
        margin-top: .1rem;
    }
    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
    .reveiw_cotent>div:last-child img {
        width: 100%;
        height: auto;
    }
    .live_box li>div{
    width:48%;
    }
    .live_box{
        padding: 0 0.3rem;
    }
    .live_box img {
        width: 100%;
        height: 2.3rem;
        margin: 0 .05rem .05rem 0;
    }
    .live_box img:nth-child(4n+0){
        margin-right: 0;
    }
    .swiper-container {
        padding-bottom: 80px !important;
    }
    .menu {
        width: 100%;
    }
    .menu li {
        width:31%;
        margin-bottom: .2rem;
        margin-right:0.2rem;
        line-height:20px;
        font-size: 12px;
        height:50px;
    }
    .menu li:nth-child(3n){
        margin-right: 0rem;
    }
    .menu li{
        display:  flex; 
        justify-content:    center;
        align-items: center;
    }
    .item {
        margin-right: 0;
        margin-bottom: 25px;
        width: 100%;
    }
    .play_icon{
        display: block !important;
    }
    .loading,.report_info .more_report{
        width: 90%;
        display: block;
        height: 35px;
        text-align: center;
        background-color: rgba(81, 81, 81, 1);
        line-height: 35px;
        font-size: 14px;
        border-radius: 3px;
        position: absolute;
        bottom: -0.7rem;
        z-index: 9;
        margin: 0 auto;
        left: 0;
        right: 0;
        color: #CCCCCC;
    }
    .backHeight {
        display: none;
    }
    .company_list{
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }
    .company_list li{
        width: 50%;
        text-align: center;
        height: 1rem;
        font-size: .29rem;
        vertical-align: top;
        display: grid;
        padding: 0 10px;
        align-items: center;
        box-sizing: border-box;
        line-height: initial;
        margin: 0;
    }

    .report img{
        width: 3rem;
    }
    .m_partner{
        display: block;
    }
    .pc_partner{
        display: none;
    }
    .report {
        padding-bottom: 50px;
        background: #263142;
    }
    .big_watch {
        width: 100%;
    }
    .title{
        font-size: 0.36rem;
    }   
    .title b {
        font-size: 0.36rem;
        font-weight: 700;
    }
    .activity_bg{
        padding-left:0.3rem;
        padding-right: 0.3rem;
    }
    .reveiw_cotent>div:first-child {
        width: 100%;
        background: #263142;
        border-radius: 10px;
        padding-left: 0.5rem;
        padding-right: 0.4rem;
        padding-top: 0.5rem;
        box-sizing: border-box;
        height: auto;
    }
    .activity_summary {
        background: #263142;
        background-size: auto auto;
    }
    .reveiw_cotent>div:last-child {
        width: 100%;
        border-radius: 0px;
    }

    .video_box {
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }

    .menu li:first-child {
        border-radius: 0px 0px;
    }
    .menu li:last-child {
        margin-right: 0px;
        border-radius: 0px;
    }

    .exhibitors {
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
    .company_list li{
        opacity: 1;
        background: #253040;
    }
    .company_list li.n2color {
        opacity: 1;
        background: #253040;
    }
    .company_list li.n2color_m {
        background: #28384f;
    }
    .report{
        padding-left:0.3rem;
        padding-right:0.3rem;
    }
    .report_info_m{
        padding-bottom:30px;
        border-bottom:1px solid #535f72;
        margin-bottom: 40px;
    }
    .report_info_m .fl{
        width:30%;
    }
    .report_info_m .fl img{
        width:100%;
        height:1.1rem;
        margin-bottom:15px;
    }
    .report_info_m .fl  p{
        text-align:center;
    }
    .report_info_m .fr{
        width:60%;
    }
    .report_info_m .fl .year{
        font-weight:700;
        font-size:0.45rem;
    }
    .report_info_m .fl .month{
        font-size:0.34rem;
    }
    .report_info_m  .report_info_m_title{
        font-weight:700;
        font-size:15px;
        margin-bottom:15px;
        display:block;
    }
    .report_info_m  .report_info_m_title_sub{
        font-size: 12px;
        color:#C1C1D9;
    }
    .partner {
        padding-left: 0.3rem;
        padding-right: 0.3rem;
        box-sizing: border-box;
    }
    .contact{
        padding-right:0.3rem;
        padding-left: 0.3rem;
    }
    .qrcode_box {
        position: static;
        margin: 0 auto;
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    /*.more_report_box .more_report {
        right: 12px;
        top: 72px;
    }*/
}