@charset "utf-8";

/* 公共部分 */
.meeting_bg{
    background: -webkit-linear-gradient(left,#020411 0, #050a2b 40%,#050a2b 60%,#020411 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left,#020411 0, #050a2b 40%,#050a2b 60%,#020411 100%); /* Opera 11.05 - 12.0 */
    background: -moz-linear-gradient(left,#020411 0, #050a2b 40%,#050a2b 60%,#020411 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(left,#020411 0, #050a2b 40%,#050a2b 60%,#020411 100%); /* 标准的语法 */
}

.linear_title_box{
    width: 100%;
    min-width: 1120px;
    min-height: 300px;
    background-size: 1200px 300px;
    background-repeat: no-repeat;
    background-position: center 0;    
}
.linear_inner_content{
    width: 1120px;
    margin: 0 auto;
}


/* 导航 */
.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: 20px center;
}
.header_inner ul{
    display: block;
    margin-left: 210px;
    width: 920px;
    height: 80px;
}
.header_inner ul li{
    display: block;
    float: left;
    width:140px;
    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: #509ef1;
}


/* 头图 */
.headpic{
    position: relative;
    width: 100%;
    margin-top: 20px;
    height: 782px;
    background: url('../images/headpic202004_02.png') no-repeat center;
}
.labeltext{
    position: absolute;
    display: none;
    top: 644px;
    left: 50%;
    margin-left: -80px;
    width: 170px;
    height: 36px;
    line-height: 36px;
    font-size:18px;
    color: #FFF;
    text-align: center;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.labeltext_blink{
    position: absolute;
    display: none;
    top: 644px;
    left: 50%;
    margin-left: -80px;
    width: 170px;
    height: 36px;
    line-height: 36px;
    font-size:18px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    animation: changecolor 2s linear 0s infinite;
    -moz-animation: changecolor 2s linear 0s infinite;	/* Firefox */
    -webkit-animation: changecolor 2s linear 0s infinite;	/* Safari 和 Chrome */
    -o-animation: changecolor 2s linear 0s infinite;	/* Opera */
}

@keyframes changecolor {
    0% {
        font-size:18px;
        color: rgb(253, 255, 148);
    }
    50% {
        color: rgb(255, 255, 255);
        transform: scale(1.05); 
        -ms-transform:scale(1.05); 	/* IE 9 */
        -moz-transform:scale(1.05); 	/* Firefox */
        -webkit-transform:scale(1.05); /* Safari 和 Chrome */
        -o-transform:scale(1.05); 	/* Opera */
    }
    100% {
        font-size:18px;
        color: rgb(253, 255, 148);
    }
}

@-moz-keyframes changecolor {
    0% {
        font-size:18px;
        color: rgb(253, 255, 148);
    }
    50% {
        color: rgb(255, 255, 255);
        transform: scale(1.05); 
        -ms-transform:scale(1.05); 	/* IE 9 */
        -moz-transform:scale(1.05); 	/* Firefox */
        -webkit-transform:scale(1.05); /* Safari 和 Chrome */
        -o-transform:scale(1.05); 	/* Opera */
    }
    100% {
        font-size:18px;
        color: rgb(253, 255, 148);
    }
}

@-webkit-keyframes changecolor {
    0% {
        font-size:18px;
        color: rgb(253, 255, 148);
    }
    50% {
        color: rgb(255, 255, 255);
        transform: scale(1.05); 
        -ms-transform:scale(1.05); 	/* IE 9 */
        -moz-transform:scale(1.05); 	/* Firefox */
        -webkit-transform:scale(1.05); /* Safari 和 Chrome */
        -o-transform:scale(1.05); 	/* Opera */
    }
    100% {
        font-size:18px;
        color: rgb(253, 255, 148);
    }
}


/* 会议简介 */
.linear_title_box.jianjie{
    padding:220px 0 0 0;
    background-image: url('../images/jhtitle01.png');
}
.meeting_introduce{
    width: 100%;
}
.meeting_introduce p{
    display: block;
    line-height: 26px;
    margin: 0 0 25px 0;
    color: #FFF;
    font-size: 18px;
    white-space: pre-wrap;
}


/* 会议议程 */
.linear_title_box.yicheng{
    padding:220px 0 0 0;
    background-image: url('../images/jhtitle02.png');
}
.calendar_tree_box{
    width: 100%;
}
.calendar_tree_daily{
    display: block;
    width: 100%;
}
.calendar_tree_place {
    margin-bottom: 30px;
}
.calendar_tree_box .placetitle{
    min-height: 42px;
    line-height: 42px;
    margin-bottom:15px;
    font-size: 22px;
    font-weight: 700;
    color: #FFF;
    white-space: pre-wrap;
}
.calendar_tree_box .themetitle{
    min-height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    white-space: pre-wrap;
}
.calendar_tree_issue{
    position: relative;
    margin-bottom: 15px;
}
.calendar_tree_issue .issue_node{
    position: relative;
    min-height: 40px;
    line-height: 40px;
}
.calendar_tree_issue .issue_node .issue_time{
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #FFF;
}
.calendar_tree_issue .issue_node .issuetitle{
    width: 930px;
    margin-left: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    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: 95px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #FFF;
    white-space: pre-wrap;
}
.calendar_tree_item p{
    display: block;
    float: left;
    width: 700px;
    min-height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #FFF;
    white-space: pre-wrap;
}


/* 参会嘉宾 */
.linear_title_box.jiabin{
    padding:230px 0 0 0;
    margin-bottom: 30px;
    background-image: url('../images/jhtitle03.png');
}
.guest_list{
    display: block;
    width: 1120px;
    margin: 0 auto;
}
.guest_list li{
    position: relative;
    display: block;
    float: left;
    margin: 0 23px 25px 0;
    width: 205px;
    height: 210px;
}
.guest_list li:nth-child(5n){
    margin: 0 0 25px 0;
}
.guest_list li img{
    display: block;
    width: 100%;
    height: 100%;
}
.guest_list li .meng_bg{
    position: absolute;
    z-index: 90;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8px 20px 0;
    box-sizing: border-box;
    height: 70px;
    color: #FFF;
    background: rgba(0,0,0,0.5);
}
.guest_list li .meng_bg h2{
    display: block;
    height: 24px;
    line-height: 24px;
    margin-bottom: 3px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.guest_list li .meng_bg p{
    display: block;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 合作伙伴 */
.linear_title_box.huoban{
    padding:210px 0 0 0;
    background-image: url('../images/jhtitle04.png');
}
.coperlist_zone{
    width:1120px;
    margin: 0 auto;
    padding: 20px 0 30px;
    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: 20px;
    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;
}


/* 参会指南 */
.linear_title_box.zhinan{
    padding:230px 0 60px 0;
    margin-bottom: 30px;
    background-image: url('../images/jhtitle05.png');
}
.inner_zhinan{
    width: 1120px;
    margin: 0 auto;
}
.ercode_zone{
    position: relative;
    width: 190px;
    margin-right: 90px;
    height: 260px;
    float: left;
    background: url('../images/jiantou.png') no-repeat;
    background-size: 30px 30px;
    background-position: center 22px;
}
.ercode_zone div{
    font-size: 18px;
    color: #FFF;
    text-align: center;
}
.ercode_zone img{
    margin-top: 40px;
    display: block;
    width: 190px;
    height: 190px;
}
.connact_way{
    float: left;
    display: block;
    width: 840px;
    height: 200px;
    padding-top: 60px;
}
.oneperson{
    position: relative;
    float: left;
    width: 50%;
    position: relative;
    height: 260px;
    background-size:60px 60px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.oneperson span{
    position: absolute;
    height: 30px;
    line-height: 30px;
    top: 15px;
    left: 80px;
    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;
    width: 100%;
    top: 90px;
    color: #FFF;
    font-size: 18px;
    line-height: 28px;
    white-space: pre-wrap;
}









