@charset "utf-8";

/* banner头图 */
.bannerpic_zone{
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 50px;
    overflow: hidden;
}
.bannerpic_zone img{
    position: absolute;
    display: block;
    width: 1920px;
    height: 100%;
    left: 50%;
    margin-left:-960px;
}

/* 头部内容 */
.headcontent_zone {
    width: 1100px;
    height: 310px;
    margin: 20px auto 50px;
}
.headcontent_zone .left_swiper{
    float: left;
    width: 550px;
    height: 310px;
}
.live_banner_zone{
    width:100%;
    height: 310px;
}
.live_banner_zone .swiper-slide a{
    display: block;
    width: 100%;
    height: 310px;
}
.live_banner_zone .swiper-slide a img{
    display: block;
    width: 100%;
    height: 310px;
}
.live_banner_zone .swiper-pagination{
    text-align: left;
    text-indent: 30px;
}
.live_banner_zone .swiper-pagination .swiper-pagination-bullet{
    margin: 0 8px 0 0!important;
    width: 8px;
    height: 8px;
    border-radius: 0!important;
    margin: 0;
    background: rgba(255,255,255,0.3)!important;
    opacity: 1;
}
.live_banner_zone .swiper-pagination .swiper-pagination-bullet-active{
    margin: 0 8px 0 0!important;
    width: 8px;
    height: 8px;
    border-radius: 0!important;
    background: #009CFF!important;
    opacity: 1;
}
.swiper-container-horizontal >.swiper-pagination-bullets,.swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 15px;
}
.headcontent_zone .right_content{
    float: left;
    width: 530px;
    margin-left: 20px;
    height: 310px;
}
.right_content .line_gray{
    position: relative;
    float: left;
    width: 20px;
    height: 100%;
}
.right_content .line_gray .gray{
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: #EDEDED;
}
.right_content .line_gray ul{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
}
.right_content .line_gray ul li{
    position: absolute;
    display:block;
    width: 100%;
    height: 25px;
    background: none;
}
.right_content .line_gray ul li:nth-child(1){
    top: 24px;
    left: 0;
}
.right_content .line_gray ul li:nth-child(2){
    top: 109px;
    left: 0;
}
.right_content .line_gray ul li:nth-child(3){
    top: 194px;
    left: 0;
}
.right_content .line_gray ul li.active{
    background: #009CFF;
}
.right_content .content_list{
    float: left;
    display: block;
    width: 510px;
    height: 310px;
}
.right_content .content_list li{
    display: block;
    box-sizing: border-box;
    height: 75px;
    padding: 25px 30px;
    background: #F9F9F9;
    margin-bottom: 10px;
    cursor: pointer;
}
.right_content .content_list li a{
    display: block;
}
.right_content .content_list li h1{
    display: block;
    height: 25px;
    line-height: 25px;
    color: #232323;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.right_content .content_list li h2{
    display: none;
}
.right_content .content_list li.active{
    height: 140px;
}
.right_content .content_list li.active h2{
    display: block;
    margin-top: 15px;
    height: 50px;
    line-height: 25px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

/* 通用型标题 */
.common_live_title{
    width: 100%;
    height: 50px;
    margin-bottom: 40px;
    overflow: hidden;
}
.common_live_title h1{
    display:block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #232323;
}
.common_live_title .lines{
    position: relative;
    width: 400px;
    height: 10px;
    margin:0 auto;
}
.common_live_title .lines .line1{
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 1px;
    background: #a9a9a9;
}
.common_live_title .lines .line2{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    z-index: 10;
    width: 30px;
    height: 3px;
    background:#009CFF;
}
.common_live_title .lines .line3{
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    width: 30px;
    height: 3px;
    background:#232323;
}
/* 会议直播区 */
.meetinglive_zone{
    width: 1100px;
    margin: 0 auto;
}
.location_zone{
    display: block;
    margin-top: 20px;
}
.location_zone .session_title{
    display: block;
    height: 30px;
    line-height: 30px;
    color:#333;
    font-size: 18px;
}
.location_zone .table_title{
    display: block;
    height: 30px;
    line-height: 30px;
    color:#232323;
    font-size: 18px;
}


/* 观点类型直播 */
.guest_opinion_zone{
    display: block;
    padding-bottom: 40px;
}
.guest_opinion_zone .opinion_box{
    display: block;
    height: 230px;
    margin: 20px 0 0;
}
.guest_opinion_zone .opinion_box .picbox{
    position: relative;
    float: left;
    width: 400px;
    height: 230px;
    overflow: hidden;
    background:url('/images/default_cover.png') no-repeat;
    background-size: 100% 100%;
}
.guest_opinion_zone .opinion_box .picbox img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
}
.guest_opinion_zone .opinion_box .picbox:hover img{
    transform: scale(1.1); 
    -ms-transform:scale(1.1); 	/* IE 9 */
    -moz-transform:scale(1.1); 	/* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1); 	/* Opera */
}
.guest_opinion_zone .opinion_box .topic_content{
    float:left;
    width: 670px;
    height: 230px;
    margin-left: 30px;
}
.guest_opinion_zone .opinion_box .topic_content .ncp{
    padding:0 40px;
    height: 70px;
    box-sizing: border-box;
    line-height: 70px;
    background: #f9f9f9;
    color: #232323;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.guest_opinion_zone .opinion_box .topic_content .ncp span{
}
.guest_opinion_zone .opinion_box .topic_content .ncp .t1{
    font-size: 24px;
    font-weight: 700;
}
.guest_opinion_zone .opinion_box .topic_content .ncp .t2{
    position: relative;
    top: 3px;
    font-size: 32px;
}
.guest_opinion_zone .opinion_box .topic_content .ncp .t3{
    position: relative;
    top: -3px;
    font-size: 16px;
}
.guest_opinion_zone .opinion_box .topic_content .ncp .t4{
    position: relative;
    top: -3px;
    padding-left: 10px;
    font-size: 16px;
}
.title_desc{
    position: relative;
    width: 100%;
    height: 130px;
    margin-top: 30px;
}
.title_desc:hover h1{
    color: #009CFF;
}
.title_desc .yinhao_icon{
    width: 40px;
    height: 30px;
    background: url('/images/icon/yinhao_gray_icon.png') no-repeat;
    background-size: 20px;
    background-position: 4px center;
}
.title_desc h1{
    display:block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 40px;
    font-size: 18px;
    color: #232323;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.title_desc p{
    display:block;
    height: 48px;
    line-height: 24px;
    margin-top: 15px;
    padding: 0 10px 0 40px;
    color: #666;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* 圆桌类型直播 */
.circle_table_zone{
    display: block;
    padding-bottom: 30px;
}
.circle_table_zone .bigpic{
    position: relative;
    width: 100%;
    height: 400px;
    margin: 20px 0;
    overflow: hidden;
    background:url('/images/default_cover.png') no-repeat;
    background-size: 100% 100%;
}
.circle_table_zone .bigpic a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.circle_table_zone .bigpic img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
}
.circle_table_zone .bigpic:hover img{
    transform: scale(1.1); 
    -ms-transform:scale(1.1); 	/* IE 9 */
    -moz-transform:scale(1.1); 	/* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1); 	/* Opera */
}
.circle_table_zone .bigpic a h1{
    position: absolute;
    z-index: 90;
    left: 5%;
    bottom:15px;
    width: 90%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.circle_table_zone .bigpic a .meng_bg{
    position: absolute;
    z-index: 80;
    width: 100%;
    height: 60%;
    left:0;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* 标准的语法 */
}
.circle_table_list{
    display: block;
    width:100%;
    margin: 20px 0 0 0;
}
.circle_table_list li{
    display: block;
    float: left;
    width: 205px;
    height: 215px;
    margin: 0 18px 20px 0;
}
.circle_table_list li:nth-child(5n){
    float: right;
    margin: 0 0 20px 0;
}
.circle_table_list li a{
    display: block;
    width: 100%;
    height: 100%;
}
.circle_table_list li .img_topic_box{
    position: relative;
    width: 100%;
    height: 115px;
}
.circle_table_list li .img_topic_box .guestpic{
    width: 100%;
    height: 115px;
}
.circle_table_list li .img_topic_box .topic_box{
    display: none;
    position: absolute;
    width: 100%;
    height: 115px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background:rgba(42,42,42,0.8);
}
.circle_table_list li:hover .img_topic_box .topic_box{
    display: block;
}
.circle_table_list li .img_topic_box .topic_box .yinhao{
    position: absolute;
    left: 12px;
    top: 22px;
    display: block;
    width: 20px;
    height: 20px;
    background: url('/images/icon/yinhao_white_icon.png') no-repeat center;
    background-size: 14px;
}
.circle_table_list li .img_topic_box .topic_box p{
    position: absolute;
    display: block;
    left: 35px;
    top: 30px;
    width: 150px;
    height: 60px;
    line-height: 20px;
    color:#FFF;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.circle_table_list li .hignlight{
    width: 100%;
    height: 20px;
}
.circle_table_list li .hignlight .t1{
    display: block;
    width: 100%;
    height: 4px;
    background: #787878;
}
.circle_table_list li .hignlight .t2{
    display: block;
    margin-left: 145px;
    width: 0;
    height: 0;
    border-color: transparent #787878;
    border-width: 0 0 7px 12px;
    border-style: solid;
}
.circle_table_list li:hover .hignlight .t1{
    background: #009CFF;
}
.circle_table_list li:hover .hignlight .t2{
    border-color: transparent #009CFF;
}
.circle_table_list li .guest_name{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: center;
    color: #232323;
    font-weight: 700;
}
.company_position{
    width: 195px;
    height: 40px;
    margin: 3px auto 0;
    line-height: 20px;
    text-align: center;
    color:#666666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 会议日程 */
.meeting_calendar_zone{
    width: 100%;
}
.calendar_tab_zone{
    width: 1100px;
    margin: 50px auto 0;
}
.calendar_tab_zone ul{
    display: block;
    margin: 0 auto;
}
.calendar_tab_zone ul li{
    position: relative;
    display: block;
    float: left;
    width: 275px;
    height: 70px;
    padding: 10px 0 0;
    cursor: pointer;
}
.calendar_tab_zone ul li .inner{
    padding: 10px 0;
    height: 50px;
    background: none;
}
.calendar_tab_zone ul li.active .inner{
    padding: 10px 0;
    border-radius: 6px 6px 0 0;
    background: #F6F6F6;
}
.calendar_tab_zone ul li .inner p{
    display: block;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.calendar_tab_zone ul li.active .inner p{
    color: #009CFF;
}
.calendar_tab_zone ul li .inner p.t1{
    height: 30px;
    line-height: 30px;
}
.calendar_tab_zone ul li .inner p.t2{
    height: 20px;
    line-height: 20px;
}
.calendar_tab_zone ul li span.daily{
    display: none;
    width: 44px;
    height: 46px;
    position: absolute;
    top: 3px;
    left: 30px;
    background-size:100% 100%;
    background-repeat: no-repeat;
}
.calendar_tab_zone ul li.active span.daily{
    display: block;
}
.calendar_tab_zone ul li:nth-child(1) span.daily{
    background-image: url('/images/live_daily1.png');
}
.calendar_tab_zone ul li:nth-child(2) span.daily{
    background-image: url('/images/live_daily2.png');
}
.calendar_tab_zone ul li:nth-child(3) span.daily{
    background-image: url('/images/live_daily3.png');
}
.calendar_tab_zone ul li:nth-child(4) span.daily{
    background-image: url('/images/live_daily4.png');
}
.calendar_content_box{
    width: 100%;
    background: #f6f6f6;
}
.calendar_daily{
    display: none;
    width: 1100px;
    padding: 35px 0 10px 0;
    margin: 0 auto;
}
.calendar_daily.active{
    display: block;
}
.calendar_daily .blue_line{
    position: absolute;
    z-index: 9;
    width: 2px;
    top: 8px;
    bottom: 10px;
    left: 55px;
    background: #7bc9fa;
}
.calendar_group {
    position: relative;
    max-width: 1000px;
    margin-bottom: 40px;
}
.calendar_group .conference_hall{
    position: relative;
    padding-left: 90px;
    margin-bottom: 10px;
}
.calendar_group .conference_hall span.point{
    display: block;
    position: absolute;
    z-index: 20;
    top: 6px;
    left: 49px;
    width: 8px;
    height: 8px;
    background: #009CFF;
    border: 3px solid #d3e9f7;
    border-radius: 50%;
}
.calendar_group .conference_hall p{
    display: block;
    line-height: 26px;
    font-weight: 700;
    font-size: 18px;
    white-space: pre-wrap;
}
.calendar_group .theme{
    position: relative;
    padding-left: 90px;
    margin-bottom: 15px;
}
.calendar_group .theme span.point2{
    display: block;
    position: absolute;
    z-index: 20;
    top: 8px;
    left: 52px;
    width: 4px;
    height: 4px;
    background: rgb(255, 255, 255);
    border: 2px solid #009CFF;
    border-radius: 50%;
}
.calendar_group .theme p{
    display: block;
    line-height: 26px;
    font-weight: 700;
    font-size: 18px;
    white-space: pre-wrap;
}
.calendar_group ul{
    display: block;
}
.calendar_group ul li{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.calendar_group ul li:nth-last-child(1){
    padding-bottom: 10px;
}
.calendar_group ul li .time{
    position: relative;
    float: left;
    width: 120px;
    height: 26px;
    padding-left: 90px;
    line-height:26px;
    white-space: normal;
}
.calendar_group ul li .time .timeStr{
    color: #232323;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}
.calendar_group ul li .time .point3{
    position: absolute;
    z-index: 20;
    top: 8px;
    left: 52px;
    width: 4px;
    height: 4px;
    background: rgb(255, 255, 255);
    border: 2px solid #009CFF;
    border-radius: 50%;
}
.calendar_group ul li .detail{
    float: left;
    width: 700px;
    font-size: 0;
}
.calendar_group ul li .detail .issue{
    width: 100%;
    min-height: 26px;
    line-height: 26px;
    font-weight: 700;
    font-size: 16px;
    white-space: normal;
}
.calendar_group ul li .detail .item{
    margin-top: 2px;
    min-height: 22px;
}
.calendar_group ul li .detail .item h4{
    float: left;
    display: block;
    min-width: 71px;
    font-weight: 400;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #666;
    white-space: pre-wrap;
}
.calendar_group ul li .detail .item p{
    display: block;
    float: left;
    width: 600px;
    min-height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #666;
    white-space: pre-wrap;
}


/* 合作机构 */
.meeting_coperation_zone{
    width: 1100px;
    margin: 50px auto 0;
}
.coper_list_tree{
    width:100%;
}
.coperLv1{
    padding-bottom: 20px;
}
.coperLv1 h1{
    display: block;
    height: 26px;
    line-height: 26px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
}
.coperLv1 h2{
    display: block;
    height: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #009CFF;
    font-weight: 400;
}
.coper_list_tree .coperList{
    display: block;
}
.coper_list_tree .coperList li{
    display: block;
    float: left;
    width: 156px;
    height: 50px;
    border:1px solid #d3d3d3;
    margin: 0 30px 30px 0;
}
.coper_list_tree .coperList li:nth-child(6n){
    margin: 0 0 30px 0;
}
.coper_list_tree .coperList li a{
    display: block;
    width: 100%;
    height: 100%;
}
.coper_list_tree .coperList li a img{
    display: block;
    width: 100%;
    height: 100%;
}

/* 游标导航 */
.floating_nav{
    position: fixed;
    z-index: 100;
    left: 3px;
}
.floating_nav ul{
    display: block;
    width: 80px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(178,178,178,0.36);
}
.floating_nav ul li{
    display: block;
    width: 78px;
    height: 48px;
    border-left: 2px solid #FFF;
    border-bottom:2px solid #f7f7f7;
}
.floating_nav ul li:nth-last-child(1){
    border-bottom:none;
}
.floating_nav ul li:hover{
    border-left: 2px solid #009CFF;
    background-color: #f9f9f9;
    font-weight: 700; 
}
/* .floating_nav ul li.huichang{
    background-image: url('/images/icon/huichang_icon.png');
}
.floating_nav ul li.richeng{
    background-image: url('/images/icon/yicheng_icon.png');
}
.floating_nav ul li.hezuo{
    background-image: url('/images/icon/hezuo_icon.png');
} */
.floating_nav ul li a{
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-indent: 9px;
    overflow: hidden;
    color: #333;
    font-size: 12px;
}
.floating_nav ul li:hover a{
    color: #009CFF;
}





