@charset "utf-8";

/* 公共部分 */
.meeting_bg{
    background: #0b0f35;
}
.marg1120{
    width: 1120px;
    margin: 0 auto;
}
.co_title{
    width: 800px;
    height: 200px;
    margin: 0 auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.btn_style{
    width: 183px;
    height: 48px;
    padding: 5px;
    border: 4px solid #695c53;
}
.btn_style div{
    width: 180px;
    height: 46px;
    line-height: 46px;
    color:#ececec;
    text-align: center;
    font-size: 18px;
    border: 1px solid #695c53;
}
.btn_style:hover{
    border: 4px solid #af8f78;
}
.btn_style:hover div{
    border: 1px solid #af8f78;
    color: #FFF;
}

/* 导航 */
.header_nav{
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 80px;
    z-index: 400;
    background: rgba(0,0,0,0.3);
}
.header_inner{
    width: 1120px;
    height: 80px;
    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: 160px;
    width: 960px;
    height: 80px;
}
.header_inner ul li{
    display: block;
    float: left;
    padding:0 20px;
    height: 80px;
    line-height: 80px;
}
.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: #dfba83;
}


/* 头图 */
.headpic{
    width: 100%;
    margin-top: 80px;
    height: 850px;
    background: url('../images/headpic.png') no-repeat center;
}

/* 主题阐述 */
#zhutichanshu{
    position: relative;
    margin: 30px auto 0;
    width: 1300px;
    height: 520px;
    background: url('../images/chanshu_bg.png') no-repeat center;
    background-size: 100% 100%;
}
#zhutichanshu .introduce_zone{
    position: absolute;
    top: 80px;
    left: 400px;
    width: 510px;
    height: 250px;
    overflow: hidden;
}
#zhutichanshu .introduce_zone p{
    display: block;
    margin-bottom: 18px;
    color:#FFF;
    line-height: 30px;
    font-size: 14px;
    word-wrap: break-word;
}
#zhutichanshu .introduce_zone p:nth-last-child(1) {
    margin-bottom: 0;
}

/* 会议亮点 */
#huiyiliangdian{
    margin: 80px auto 0;
    width: 1120px;
}
.huiyiliangdian_title{
    background-image: url('../images/tit01.jpg');
}
.light_section{
    width: 1120px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.light_01{
    height: 382px;
    background-image: url('../images/light01.png');
}
.light_02{
    height: 472px;
    background-image: url('../images/light02.png');
}
.light_03{
    height: 382px;
    background-image: url('../images/light03.png');
}


/* 会议日程 */
#huiyiricheng{
    margin: 100px auto 0;
    width: 1120px;
}
.huiyiricheng_title{
    background-image: url('../images/tit02.jpg');
}
.calendar_tab_zone{
    display: block;
    width: 100%;
    margin:30px 0 90px;
}
.calendar_tab_zone li{
    float: left;
    display: block;
    box-sizing: border-box;
    width: 550px;
    height: 88px;
    line-height: 88px;
    border: 1px solid #777782;
    color: #777782;
    cursor: pointer;
    text-align: center;
    font-size: 0;
    vertical-align: top;
}
.calendar_tab_zone li span.day{
    font-size: 34px;
    font-weight: 700;
    vertical-align: top;
}
.calendar_tab_zone li span.week{
    font-size: 24px;
    font-weight: 700;
    vertical-align: top;
}
.calendar_tab_zone li.active{
    color: #FFF;
}
.calendar_tree_box{
    width: 100%;
}
.calendar_tree_daily{
    display: none;
    width: 100%;
}
.calendar_tree_place {
    margin-bottom: 30px;
}
.calendar_tree_box .placetitle{
    min-height: 40px;
    line-height: 40px;
    margin-bottom:15px;
    font-size: 22px;
    font-weight: 700;
    color: #FFF;
    white-space: pre-wrap;
}
.calendar_tree_box .themetitle{
    min-height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #d5ab7b;
    white-space: pre-wrap;
}
.calendar_tree_issue{
    position: relative;
    margin-bottom: 15px;
}
.calendar_tree_issue .issue_node{
    position: relative;
    min-height: 30px;
    line-height: 30px;
}
.calendar_tree_issue .issue_node .issue_time{
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #FFF;
}
.calendar_tree_issue .issue_node .issuetitle{
    width: 930px;
    margin-left: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #d5ab7b;
    white-space: pre-wrap;
}
.calendar_tree_item{
    width: 100%;
    margin-left: 150px;
}
.calendar_tree_item .item_tiao{
    min-height: 30px;
}
.calendar_tree_item h4{
    float: left;
    display: block;
    width: 80px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #FFF;
    white-space: pre-wrap;
}
.calendar_tree_item p{
    display: block;
    float: left;
    width: 700px;
    min-height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #FFF;
    white-space: pre-wrap;
}
.calendar_tree_issue .shuline{
    position: absolute;
    width: 1px;
    height: 100%;
    top: 5px;
    bottom: 5px;
    left: 120px;
    background: -webkit-linear-gradient(#ac8b6c, #fbdabb); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#ac8b6c, #fbdabb); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#ac8b6c, #fbdabb); /* Firefox 3.6 - 15 */
    background: linear-gradient(#ac8b6c, #fbdabb); /* 标准的语法 */
}

/* 往届嘉宾 */
#canhuijiabin{
    margin: 100px auto 0;
    width: 1120px;
}
.wangjiejiabin_title{
    background-image: url('../images/tit03.jpg');
}
.guest_list_zone{
    display: block;
    width: 100%;
    margin: 50px 0 30px;
}
.guest_list_zone li{
    float: left;
    display: none;
    width: 210px;
    height:380px;
    margin:0 93px 0 0;
    color: #FFF;
}
.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: 150px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.guest_list_zone li .company{
    width: 180px;
    min-height: 22px;
    margin: 0 0 0 30px;
    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;
}
.guest_list_zone li .position{
    width: 180px;
    min-height: 22px;
    margin: 0 0 0 30px;
    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;
}
.moreguest_btn{
    display: none;
    margin: 30px auto 0;
    cursor: pointer;
}

/* 榜单发布 */
#bangdanfabu{
    margin: 100px auto 0;
    width: 1120px;
}
.bangdanfabu_title{
    background-image: url('../images/tit04.jpg');
}
.ranklist_zone{
    color: #FFF;
    margin-top: 60px;
    background: url('../images/rank_bg.png') no-repeat right center;
    background-size: 1021px 855px;
}
.ranklv1{
    margin-bottom: 30px;
}
.ranklv1_title{
    min-height: 80px;
    line-height: 80px;
    margin-bottom: 10px;
    text-indent: 35px;
    background: url('../images/rank_title_bg.png') no-repeat left center;
    background-size: 357px 80px;
    font-weight: 700;
    font-size: 22px;
    white-space: pre-wrap;
}
.ranklv2{
    margin:0 0 25px 37px;
}
.ranklv2_title{
    min-height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    white-space: pre-wrap;
}
.ranklv3{
    margin-bottom: 25px;
}
.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;
    margin: 30px auto 0;
    cursor: pointer;
}

/* 合作伙伴 */
#hezuohuoban{
    margin: 110px auto 0;
    width: 1120px;
}
.hezuohuoban_title{
    background-image: url('../images/tit05.jpg');
}
.coperlist_zone{
    width:100%;
    padding: 30px 0;
    color: #FFF;
}
.coperlevel1{
    margin-bottom: 25px;
}
.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: 10px;
}
.coperlevel2_title{
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    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: 0 27px 27px 0;
}
.coperlevel3_logo li:nth-child(6n){
    margin: 0 0 27px 0;
}
.coperlevel3_logo li img{
    display: block;
    width: 164px;
    height: 52px;
}


/* 参会报名 */
#canhuibaoming{
    margin: 70px auto 0;
    width: 1120px;
}
.canhuibaoming_title{
    background-image: url('../images/tit06.jpg');
}
.ticket_bg{
    margin-top: 40px;
    width: 1120px;
    height: 183px;
    background:url('../images/gasdas_37.png') no-repeat center;
    background-size: 100% 100%;
}
.qyzc{
    margin-top: 30px;
    color:#FFF;
}
.qyzc p.t1{
    line-height: 40px;
    font-size: 18px;
}
.qyzc p.t2{
    line-height: 30px;
    font-size: 14px;
}
.code_box{
    position: relative;
    margin-top: 30px;
    height: 185px;
    color: #FFF;
}
.code_box .title{
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    font-size: 18px;
}
.code_box img{
    position: absolute;
    left: 0;
    top: 50px;
    display: block;
    width: 120px;
    height: 120px;
}
.code_box .sp1{
    position: absolute;
    left: 160px;
    top: 55px;
    width: 260px;
    height: 104px;
    line-height: 26px;
    font-size: 16px;
}
.code_box .sp2{
    position: absolute;
    left: 465px;
    top: 55px;
    width: 1px;
    height: 120px;
    background:#FFF;
}
.code_box .sp3{
    position: absolute;
    left: 515px;
    top: 55px;
    width: 400px;
    font-size: 18px;
    line-height: 36px;
}

/* 参会指南 */
#canhuizhinan{
    width:100%;
    height: 878px;
    margin:100px 0 0 0;
    background: url('../images/zhinan_bg.png') no-repeat;
    background-size: 100% 100%;
}
.zhinan_inner{
    width: 1120px;
    padding-top: 30px;
    margin: 0 auto;
    height: 100%;
}
.canhuizhinan_title{
    background-image: url('../images/tit07.png');
}
.zhinan_box{
    position: relative;
    width: 1120px;
    height: 550px;
    margin: 50px auto 0;
    background: url('../images/zhinaninn_04.png') no-repeat;
    background-size: 100% 100%;
}

.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: 80px auto 0;
    width: 1120px;
    padding-bottom: 60px;
}
.wangjiehuigu_title{
    background-image: url('../images/tit08.jpg');
}
#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);
}



