
@charset "utf-8";

html {
    min-width: 1120px;
}
/* 公共部分 */
.meeting_bg{
    background: linear-gradient(to right, #ecf4fe, #fff)
}
.marg1120{
    width: 1120px;
    margin: 0 auto;
}
.co_title{
    width: 1120px;
    height: 133px;
    margin: 0 auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.yearmeeting_title{
    width: 100%;
    height: 89px;
    /* background-size: 660px 180px; */
    background-position: center center;
    background-repeat: no-repeat;
}

/* 导航 */
.header_nav{
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 65px;
    z-index: 400;
    background: rgba(0,0,0,0.3);
}
.header_inner{
    width: 1120px;
    height: 65px;
    margin: 0 auto;
    background: url('../images/logo_info.png') no-repeat;
    background-size: 140px auto;
    background-position: 0 center;
}
.header_inner ul{
    display: block;
    margin-left: 240px;
    width: 960px;
    height: 65px;
}
.header_inner ul li{
    display: block;
    float: left;
    padding:0 35px;
    height: 65px;
    line-height: 65px;
}
.header_inner ul li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFF;
    font-size: 16px;
}
.header_inner ul li:hover a{
    color: #7efefa;
}


/* 头图 */
.headpic{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    /* width: 100%;
    height: 1104px;
    background-image: url('../images/headpic.png');
    background-size: 1920px 1104px;
    background-position: center; */
}

/* 主题阐述 */
#huiyijieshao {
    width: 100%;
    height: 600px;
    /* background-image: url('../images/jieshao_bg.png');
    background-size: 1920px 672px;
    background-position: center; */
}
.zhutititle {
    margin-bottom: 40px;
    background-image: url('../images/zhuti_title.png');
}
.over {
    min-width: 1120px;
    overflow: hidden;
    margin: 0 auto;
    height: calc(100% + 32px);
}
#zhutichanshu{
    position: relative;
    margin: 0 auto;
    width: 1120px;
    padding: 40px 0;
    background-image: url('../images/jieshao_text.png');
    background-size: 1120px 100%;
    background-position: center; 
}
#zhutichanshu .introduce_zone{
    width: 967px;
    overflow: hidden;
    margin: 0 auto;
}
#zhutichanshu .introduce_zone p{
    display: block;
    margin-bottom: 23px;
    color: #023caa;
    line-height: 40px;
    font-size: 21px;
    word-wrap: break-word;
    text-align: justify;
}
#zhutichanshu .introduce_zone p:nth-last-child(1) {
    margin-bottom: 0;
}
.icon1 {
    position: absolute;
    right: -50px;
    bottom: 50px;
}
.bg1{
    background: url('../images/bg1.png') no-repeat center center;
    height: 490px;
    width: 359px;
    position: absolute;
    left: -212px;
    top: -128px;
    z-index: -1;
}
.bg2{
    background: url('../images/bg2.png') no-repeat center center;
    height: 283px;
    width: 383px;
    position: absolute;
    right: -274px;
    bottom: -23px;
    z-index: -1;
}
.bg3{
    background: url('../images/bg3.png') no-repeat center center;
    height: 90px;
    width: 92px;
    position: absolute;
    right: 3px;
    bottom: -32px;
    z-index: -1;
}

/* 会议亮点 */
#fenghuiliangdian{
    margin: 95px auto 0;
    width: 100%;
    /* display: flex;
    display: -webkit-flex;
    justify-content: center;
    overflow: hidden; */
    /* background-image: url('../images/liangdian.png');
    background-size: 1920px 997px;
    background-position: center; */
}
.huiyiliangdian_title{
    background-image: url('../images/tit01.png');
}
.light_section{
    width: 1120px;
    margin: 0 auto 94px;
    position: relative;
    /* background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url('../images/light.png'); */
}
.cont1 {
    width: 295px;
    position: absolute;
    top: 250px;
    left: 126px;
    text-align: center;
}
.cont2 {
    width: 295px;
    position: absolute;
    top: 300px;
    left: 438px;
    text-align: center;
}
.cont3 {
    width: 295px;
    position: absolute;
    top: 250px;
    left: 721px;
    text-align: center;
}
.light_section .text {
    font-size: 25px;
    font-weight: 400;
    color: #085dc6;
}
.light_section .num {
    font-size: 50px;
    font-weight: 600;
    color: #085dc6;
}
.light_section .jia {
    position: relative;
    font-size: 38px;
    font-weight: 400;
    top: 2px;
}

/* 数说峰会 */
#shushuofenghui {
    margin-top: 80px;
}
.shushuo_title {
    background-image: url('../images/shushuo.png');
}

/* <-------- 会议议程 --------> */
.huiyiyicheng {
    width: 100%;
    position: relative;
    min-width: 1120px;
    overflow: hidden;
    padding-bottom: 85px;
    border-top: 4px solid #f0f0f0;
}
.yihui_title {
    background-image: url('../images/tit02.png');
    min-width: 1120px;
    margin: 0 auto;
}
.huiyiyicheng_top {
    height: 246px;
    background-color: #fff;
    padding-top: 48px;
    box-shadow: 0px 2px 5px 5px #ececec;
    position: relative;
    z-index: 99;
}
.overflow-hide {
    overflow: hidden;
}
.calendar_tab_zone{
    display: block;
    width: 1120px;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
    height: 157px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calendar_tab_zone li{
    flex:1;
    margin: 0 auto;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    color: #95959b;
    cursor: pointer;
    font-size: 22px;
    height: 157px;
    position: relative;
    display: flex;
    align-items: center;
}
.calendar_tab_zone li.active .day span:first-child{
    background-color: #01b4b3;
    color: #fff;
}
.calendar_tab_zone li .day {
    display: inline-flex;
    color: #999999;
    line-height: 37px;
    height: 37px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 16px;
}
.calendar_tab_zone li .day span:first-child{
    width: 114px;
    text-align: center;
    background-color: #ededed;
    display: inline-block;
}
.calendar_tab_zone li .day span:last-child {
    background-color: #fff;
    border: 1px solid #ededed;
    width: 114px;
    box-sizing: border-box;
}
.calendar_tab_zone .time {
    color: #000;
    display: inline-flex;
    position: absolute;
    left: 290px;
    font-size: 24px;
    line-height: 37px;
    bottom: 16px;
}
.calendar_tab_zone .time span.active {
    color: #01b3b3;
    position: relative;
}
.calendar_tab_zone .time span.active::after {
    display: block;
    content: '';
    position: absolute;
    bottom: -16px;
    left: 1%;
    width: 98%;
    height: 3px;
    background-color: #01b4b3;
}
.calendar_tab_zone .time span:last-child{
    margin-left: 65px;
}
.calendar_tab_zone li:first-child::after {
    display: block;
    content: '';
    height: 25px;
    width: 3px;
    position: absolute;
    right: -70px;
    bottom: 21px;
    background-color: #01b4b3;
}
.calendar_tab_zone li:last-child {
    margin-left: 160px;
}

.calendar_bg {
    background-image: url(../images/richeng_bg.jpg);
    background-size: 23px 23px;
    background-repeat: repeat;
    padding-bottom: 100px;
    position: relative;
    margin-top: 3px;
}
.calendar_tree_place {
    display: flex;
}
.calendar_tree_daily{
    padding-top: 44px;
    display: none;
    width: 100%;
    position: relative;
}
.calendar_tree_box .placetitle{
    font-size: 19.5px;
    font-weight: 700;
    text-indent: 10px;
    color: #023caa;
    margin-bottom: 22px;
}
.calendar_tree_box .time_bg {
    background: url('../images/time_bg.jpg');
    background-position: 1px center;
    background-repeat: no-repeat;
    height: 56px;
    flex-shrink: 0;
    width: 129px;
    /* position: absolute; */
    text-align: center;
    line-height: 56px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    top: 0px;
    margin: 0 0 20px 0;
    z-index: 1;
}
.calendar_tree_box_line {
    height: 100%;
    position: absolute;
    left: 0;
    top: 44px;
    width: 1px;
    background-image: linear-gradient(#79c7ff, #fff);
}
.calendar_tree_box .themetitle{
    min-height: 40px;
    line-height: 40px;
    white-space: pre-wrap;
    color: #333;
    text-indent: 10px;
    font-size: 19.5px;
    font-weight: 700;
    text-indent: 10px;
    color: #023caa;
    margin-bottom: 22px;
}
.calendar_tree_issue{
    position: relative;
    padding-bottom: 22px;
}
.calendar_tree_theme .calendar_tree_issue:last-child {
    padding-bottom: 0;
}
.calendar_tree_issue .issue_node{
    position: absolute;
    min-height: 30px;
    line-height: 30px;
    left: 0;
    font-family: Helvetica, Arial;
    background-size: 155px 45px;
    background-position: center;
    width: 155px;
    height: 45px;
}
.calendar_tree_issue .issue_node .issue_time{
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    line-height: 33px;
    font-size: 18px;
    color: #2f2faa;
    
}
.calendar_tree_issue .issue_node .issuetitle{
    width: 930px;
    margin-left: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #3dc9cc;
    white-space: pre-wrap;
}
.calendar_tree_item{
    width: 100%;
    margin-left: 20px;
    /* text-indent: 177px; */
    margin-bottom: 12px;
    background: url('../images/calendar_tree_item.png') no-repeat left top;
}
.calendar_tree_item .issue_h4 {
    background-image: url('../images/time_bg.png');
    background-size: 604px 32px;
    background-position: 20px 0;
    background-repeat: repeat-y;
}
.calendar_tree_item:last-child {
    margin-bottom: 0;
}
.calendar_tree_item .item_tiao{
    min-height: 32px;
    margin-bottom: 4px;
}
.calendar_tree_item >.item_tiao:last-child {
    margin-bottom: 0;
}
.calendar_tree_item h4 {
    float: left;
    display: block;
    width: auto;
    font-weight: 400;
    line-height: 30px;
    font-size: 18px;
    color: #023caa;
    white-space: pre-wrap;
    padding-left: 177px;
}
.calendar_tree_item p{
    display: block;
    float: left;
    min-height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-indent: 0;
    color: #023caa;
    white-space: pre-wrap;
}
.icon1 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    overflow: hidden;
}
.time_right {
    margin-left: 71px;
    padding-top: 22px;
}
.calendar_tree_item .issue_h4 h4{
    width: auto;
    font-weight: 600;
}

/* 往届嘉宾 */
#canhuijiabin{
    margin: 0 auto;
    padding-bottom: 94px;
    width: 1120px;
}
.wangjiejiabin_title{
    height: 89px;
    background-image: url('../images/tit03.png');
}
.guest_list_zone{
    display: block;
    width: 100%;
    margin: 50px 0;
}
.guest_list_zone li{
    float: left;
    display: none;
    width: 210px;
    height:380px;
    margin:0 93px 0 0;
    color: #2f2faa;
}
.guest_list_zone li:nth-child(4n){
    margin:0 0 0 0;
}
.guest_list_zone li img{
    display: block;
    width: 100%;
    height: 245px;
    margin-bottom: 10px;
}
.guest_list_zone li .name{
    width: 90%;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-weight: 600;
}
.guest_list_zone li .company{
    min-height: 22px;
    width: 90%;
    margin: 0 auto;
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    font-size: 18px;
}
.guest_list_zone li .position{
    width: 90%;
    margin: 0 auto;
    min-height: 22px;
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    font-size: 18px;
}
.moreguest_btn{
    display: none;
    width: 222px;
    height: 61px;
    /* display: block; */
    cursor: pointer;
    margin: 0 auto;
    background: url('../images/more_guest.png');
}

/* 榜单发布 */
.bangdan {
    margin-top: 72px;
    margin-bottom: 111px;
}
.meeting_rank_zone{
    margin: 70px auto;
}
.ranktitle{
    background-image: url('../images/tit04.png');
    min-width: 1120px;
}
.ranklist_zone{
    color: #FFF;
    margin-top: 60px;
    /* background: url('../images/nianhui_24.png') no-repeat right center; */
    background-size: 367px 550px;
}
.rank_bg {
    height: 100%;
    position: relative;
}
.rank_bg_left {
    text-align: center;
    width: 290px;
    position: absolute;
    height: 100%;
    left: 0;
    background-image: url('../images/rank_left_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* background: linear-gradient(#2085a1, #121660); */
}
.rank_bg_left span {
    display: inline-block;
    height: 50%;
}
.rank_bg_left img {
    width: 178px;
    height: 178px;
    vertical-align: middle;
}
.rank_bg_right {
    padding: 40px 0;
    background: #7525e2;
    margin-left: 290px;
    min-height: 120px;
}
.rank_bg_right_line {
    height: 100%;
    width: 9px;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(#814cdf, #7525e2);
}
.ranklv1{
    margin-bottom: 65px;
    position: relative;
}
.ranklv1_title{
    height: 67px;
    line-height: 76px;
    margin-bottom: 10px;
    text-indent: 35px;
    background: url('../images/bangdan_h.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 382px 67px;
    font-size: 22px;
    font-weight: 700;
    white-space: pre-wrap;
}
.ranklv2{
    margin:0 0 25px 37px;
}
.ranklv2_title{
    min-height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 16px;
    white-space: pre-wrap;
    /* margin-left: 358px; */
}
.ranklv3{
    margin-bottom: 25px;
    /* margin-left: 358px; */
}
.ranklv3_title{
    min-height: 30px;
    line-height: 30px;
    font-size: 16px;
    white-space: pre-wrap;
}
.ranklv4_title{
    min-height: 30px;
    line-height: 30px;
    font-size: 16px;
    white-space: pre-wrap;
}
.morerank_btn{
    display: block;
    width:222px;
    height: 75px;
    margin: 0 auto;
    background: url('../images/more1.png') no-repeat center;
    cursor: pointer;
}

/* 合作伙伴 */
#hezuohuoban{
    margin: 0 auto;
    padding-top: 32px;
    width: 1120px;
    position: relative;
}
.hezuohuoban_title{
    background-image: url('../images/tit05.png');
    height: 171px;   
}
.coperlist_zone{
    width:100%;
    min-height: 667px;
    color: #FFF;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
.hzhb_img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.coperlevel1{
    margin-bottom: 25px;
}
.coperlevel1:first-child {
    padding-top: 30px;
}
.coperlevel1:last-child {
    margin-bottom: 0;
}
.coperlevel1 .coperlevel2:last-child  {
    margin-bottom: 0;
}
.coperlevel1_title{
    width: 100%;
    height: 30px;
    /* margin-bottom: 25px; */
    font-size: 22px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.coperlevel2{
    margin-bottom: 30px;
}
.coperlevel2_title{
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.coperlevel3_logo{
    display: block;
}
.coperlevel3_logo li{
    display: block;
    float: left;
    width: 164px;
    height: 52px;
    margin: 27px 27px 0 0;
}
.coperlevel3_logo li:nth-child(6n){
    margin: 27px 0 0 0;
}
.coperlevel3_logo li img{
    display: block;
    width: 164px;
    height: 52px;
}

/* 参会指南 */
.zhinan {
    padding-bottom: 80px;
}
.zhinan_title {
    background-image: url('../images/tit06.png');
    height: 89px;
}
.zhinanbox {
    width: 1120px;
    margin: 80px auto 0;
    position: relative;
}
.code {
    position: absolute;
    right: 151px;
    top: 18px;
    width: 128px;
    height: 128px;
}


.connact_way{
    position: absolute;
    top:220px;
    left: 610px;
    width: 490px;
    height: 350px;
}
.oneperson{
    position: relative;
    width: 100%;
    height: 100px;
    background-size:60px 60px;
    background-position: 30px 0;
    background-repeat: no-repeat;
}
.oneperson:nth-child(2){
    margin-top: 70px;
}
.oneperson span{
    position: absolute;
    bottom: 5px;
    left: 20px;
    display: block;
    color: #FFF;
    font-size: 20px;
}
.oneperson.bgm1{
    background-image: url('../images/2020上海年会_32.png');
}
.oneperson.bgm2{
    background-image: url('../images/2020上海年会_34.png');
}
.oneperson p{
    position: absolute;
    display: block;
    left: 150px;
    top: 8px;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    white-space: pre-wrap;
}

/* 往期回顾 */
#wangjiehuigu{
    margin: 10px auto 0;
    width: 1120px;
    padding-bottom: 60px;
}
.wangjiehuigu_title{
    background-image: url('../images/tit08.png');
    height: 176px;
    width: 1120px;
}
#wangqihuigu .swiper-wrapper {
    margin-top: 40px;
    width: 1120px;
}
#wangqihuigu .swiper-slide {
    float: left;
    width: 348px;
    height:208px;
    box-sizing: border-box;
    border:1px solid #02474c;
}
#wangqihuigu .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
#wangqihuigu .swiper-slide a img {
    width: 100%;
    height: 100%;
}
#wangqihuigu .swiper-slide a .meng_bg {
    position: absolute;
    z-index: 400;
    width: 100%;
    height: 70px;
    left: 0;
    bottom:0;
    background: rgba(0,0,0,0.5);
}
#wangqihuigu .swipershow_content {
    z-index: 500;
    position: absolute;
    padding-top: 10px;
    width: 100%;
    height: 70px;
    left: 0;
    bottom:0;
    color: #fff;
    box-sizing: border-box;
}
#wangqihuigu .swipershow_content p {
    display: block;
    width: 100%;
    line-height:24px;
    font-size: 16px;
    font-weight:400;
    text-align: center;
}
#wangqihuigu .swiper-pagination{
    bottom:20px!important;
}
#wangqihuigu .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    margin: 0 10px!important;
    background: rgba(255,255,255,1)!important;
}
#wangqihuigu .swiper-pagination-bullet-active{
    width: 6px;
    height: 6px;
    margin: 0 10px!important;
    background: rgba(255,255,255,1)!important;
}
#wangqihuigu .swiper-button-prev{
    width: 36px;
    height:50px;
    left: 2px;
    top: 55%;
    background-color:rgba(0,0,0,0.3);
    background-image: url('/images/icon/arrow_left.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
#wangqihuigu .swiper-button-prev:hover{
    background-color:rgba(0,0,0,0.5);
}
#wangqihuigu .swiper-button-next{
    width: 36px;
    height: 50px;
    right: 2px;
    top: 55%;
    background-color:rgba(0,0,0,0.3);
    background-image: url('/images/icon/arrow_right.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
#wangqihuigu .swiper-button-next:hover{
    background-color:rgba(0,0,0,0.5);
}


.footer_pc {
    margin-top: 0;
}