@charset "utf-8";
.pageWrap{
    background-color: #120746;
}
.pageHeadWrap{
    width: 100%;
    height: 100px;
    background-color: rgba(72, 2, 132, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.pageHeadWrap .headMain{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    font-size: 0;
    position: relative;
}
.headMenu{
    display: none;
}
.pageLogo{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.pageLogo img{
    width: 110px;
}
.pageNav{
    height: 100%;
    padding-left: 140px;
    display: inline-block;
    vertical-align: middle;
}
.pageNav li{
    font-size: 14px;
    color: #fff;
    padding: 38px 6px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    user-select: none;
}
.pageLangs,.wqhg{
    display: inline-block;
    vertical-align: middle;
    padding: 38px 6px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}
.pageLangs span,.wqhg span{
    color: #fff;
    font-size: 15px;
}
.pageLangs span.nowLang{
    color: #e53483;
}
.wqhgBox{
    position: absolute;
    top: 60%;
    width: 64px;
    border-radius: 5px;
    background: #fff;
    padding: 0 3px;
    display: none;
}
.wqhgBox p{
    padding: 3px 5px;
    font-size: 14px;
    color: #000;
    text-align: center;
}
.wqhgBox a:hover{
    text-decoration: none;
}
.wqhgBox a:hover p{
    color: #e53483;
}
.wqhgBox p.nowPage{
    color: #e53483;
    border-top: 1px solid #ceccdc;
}
.chBtn{
    display: inline-block;
    vertical-align: middle;
    padding: 3px 16px;
    /* background: #e53483; */
    border: 1px solid #fff;
    border-radius: 22px;
    margin-left: 5px;
}
.chBtn span{
    font-size: 16px;
    color: #fff;
}

.pageLogosBox{
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.pageLogosBox img{
    width: 100px;
    vertical-align: middle;
}
.pageLogos1{
    margin-right: 10px;
}
.pageLogos2{
    margin-left: 10px;
}
.pageLogosBox::before{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    border-right: 2px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}



.pageBanner{
    width: 100%;
    background: url(../images/banner_bg.png) no-repeat top center;
    overflow: hidden;
}
.banner_main{
    width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    overflow: hidden;
}
.banner_txt{
    width: 50%;
    margin: 140px 0;
}
.banner_txt img{
    width: 100%;
}
.banner_address{
    width: 100%;
    font-size: 14px;
    color: #fff;
    margin: 45px 0;
    text-align: center;
}
.chBox{
    position: relative;
    text-align: center;
    margin-top: 50px;
}
.chBox .chBtns{
    border: 1px solid #fff;
    color: #fff;
    border-radius: 60px;
    font-size: 20px;
    padding: 10px 40px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.chBox .chBtns.chBtns1{
    margin-right: 30px;
}
.banner_cont{
    width: 100%;
    font-size: 0;
}
.bannerContTit{
    width: 100%;
}
.bannerContTit h2{
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.bConntList{
    display: inline-block;
    vertical-align: top;
    width: 23.5%;
    margin: 0 1%;
    padding: 25px 18px;
    background: url(../images/cont_bg.png) no-repeat top center;
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 30px;
}
.bConntList:nth-child(1){
    margin-left: 0;
}
.bConntList:nth-child(4){
    margin-right: 0;
}
.bConntList .bConntTit{
    padding-bottom: 20px;
    font-size: 22px;
    color: #ff9601;
    font-weight: bold;
    position: relative;
}
.bConntList .bConntTit::after{
    content: '';
    display: block;
    width: 40%;
    height: 0;
    border-top: 2px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bConntList p{
    font-size: 16px;
    color: #fff;
    padding-top: 20px;
}
.bConntList img{
    width: 50px;
    position: absolute;
    top: 14px;
    right: 18px;
}
.circBox{
    width: 100%;
}
.circBox img{
    width: 100%;
}

.overview{
    width: 100%;
    margin-top: -100px;
    overflow: hidden;
}
.pageTit{
    width: 100%;
    position: relative;
    padding: 20px 0;
    margin: 80px 0;
}
.circTit{
    margin-top: -100px;
}
.pageTit h1{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.pageTit h1.tit_before{
    font-size: 36px;
    color: #fff;
    font-weight: lighter;
    z-index: 2;
}
.pageTit h1.tit_after{
    font-size: 44px;
    color: #0b39aa;
    z-index: 1;
    line-height: 1;
}
.overCont{
    width: 1200px;
    margin: 0 auto;
}
.overCont p{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 40px;
}
.overCont p:nth-child(3){
    margin-top: 20px;
}
.overCont a p{
    color: #d12f81;
    margin-top: 20px;
}

.advertisement{
    width: 100%;
    margin-top: 60px;
}
.advertisement .advertisementBox{
    width: 1200px;
    margin: 0 auto;
}
.advertisement .advertisementBox img{
    width: 100%;
}

.news{
    width: 100%;
    overflow: hidden;
}
.newsCont{
    width: 1200px;
    margin: 0 auto;
}
.newsMore{
    width: 100%;
    text-align: right;
    position: relative;
    margin-bottom: 30px;
}
.newsMore span{
    font-size: 14px;
    color: #fff;
}
.newsMore a:hover span{
    color: #e53483;
    border-bottom: 1px solid #e53483;
}
.newsMore a:hover{
    text-decoration: none;
}
.newsMore .newsLine{
    width: 235px;
    height: 0;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px solid #fff;
}
.newsBox{
    width: 100%;
}
.news_one{
    width: 100%;
    font-size: 0;
}
.newsOneList{
    display: inline-block;
    vertical-align: top;
    width: 49%;
    font-size: 0;
    margin-bottom: 30px;
}
.newsOneList:nth-child(odd){
    margin-right: 1%;
}
.newsOneList:nth-child(even){
    margin-left: 1%;
}
.newsOneList .newsOneImgBox{
    display: inline-block;
    vertical-align: top;
    width: 45%;
}
.newsOneList .newsOneImgBox img{
    width: 100%;
}
.newsOneList .newsOneBox{
    display: inline-block;
    vertical-align: top;
    width: 55%;
    padding-left: 15px;
}
.newsOneList .newsOneBox .newOneTit{
    font-size: 18px;
    color: #ff9601;
    margin-bottom: 10px;
    line-height: 1.5;
}
.newsOneList .newsOneBox .newsOneCont{
    font-size: 13px;
    color: #fff;
    line-height: 1.9;
}
.newsLine{
    width: 100%;
    height: 1px;
    background-color: #31285e;
}
.news_two{
    width: 100%;
    font-size: 0;
    margin-top: 30px;
}
.news_two li{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #fff;
    padding-left: 30px;
    position: relative;
    margin-bottom: 25px;
}
.news_two li a{
    text-decoration: none;
    color: #fff;
}
.news_two li:nth-child(odd){
    margin-right: 1%;
}
.news_two li:nth-child(even){
    margin-left: 1%;
}
.news_two li::before{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-color: #ff9601;
    position: absolute;
    top: 5px;
    left: 0;
}

/* 大会日程 */
.pageAgenda{
    width: 100%;
    overflow: hidden;
    margin-top: -100px;
}
/* 大会日程主体 */
.agendaBox{
    width: 1200px;
    margin: 0 auto;
}
.circTit p a{
    font-size: 15px;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -35px;
}
.circTit p a:hover{
    color: #e53483;
    text-decoration: none
    border-bottom: 1px solid #e53483;
}
/* 大会日程切换按钮盒子 */
.agendaSelectBox{
    width: 100%;
    font-size: 0;
    position: relative;
    margin-bottom: 20px;
}
.agendaSelectBox::before{
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: #1c0c86;
    position: absolute;
    bottom: 0;
    left: 0;
}
.agendaSelectBox .aSecectList{
    padding: 15px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.agendaSelectBox .aSecectList::before{
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: #1c0c86;
    position: absolute;
    bottom: 0;
    left: 0;
}
.agendaSelectBox .aSecectList.isSelect{
    color: #ff9601;
}
.agendaSelectBox .aSecectList.isSelect::before{
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: #ff9601;
    position: absolute;
    bottom: 0;
    left: 0;
}
/* 日程可切换的内容，带背景 */
.agendaCont{
    background: linear-gradient(to right, rgba(68,22,162,1), rgba(68,22,162,.5));
    padding: 65px 50px;
}
.agendaConts{
    display: none;
}
.agendaConts.isNowAgenda{
    display: block;
}
/* AM,PM标题 */
.agendaContAm{
    width: 100%;
}
.agendaTime h2{
    display: inline-block;
    vertical-align: bottom;
    font-size: 40px;
    color: #ff9601;
}
.agendaTime span{
    display: inline-block;
    vertical-align: bottom;
    font-size: 20px;
    color: #fff;
    margin-left: 15px;
}
/* 大会分段总盒子 */
.agendaContBox{
    width: 100%;
    font-size: 0;
}
/* 大会每个分段的盒子 */
.agendaContList{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 30px 0;
    position: relative;
}
.agendaContList .forumPopupBox{
    width: 90%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.forumPopup .close_forumPopup{
    color: #aaaaaa;
    float: right;
    font-size: 35px;
    line-height: 23px;
    font-weight: bold;
    position: absolute;
    top: 7px;
    right: 7px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
}
.close_forumPopup:hover, .close_forumPopup:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.agendaContList .forumPopupBox .forumPopup{
    width: 100%;
    padding: 35px 30px;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    bottom: 30px;
    left: 0;
    border-radius: 8px;
    border-bottom-left-radius: 0;
}
.agendaContList .forumPopupBox .forumPopup::before{
    width: 0;
    height: 0;
    display: block;
    content: '';
    border: 15px solid transparent;
    border-bottom: 15px solid rgba(255, 255, 255, .8);
    position: absolute;
    bottom: -14px;
    left: -15px;
    transform: rotateZ(-45deg);
}
.agendaContList .agendaTits{
    margin-bottom: 5px;
    font-size: 24px;
    color: #fff;
}
.agendaContList .agendAllTime{
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px;
}
.agenda_Img_Cont{
    width: 100%;
    font-size: 0;
    margin: 10px 0;
}
.agenda_Img_Cont img{
    width: 54px;
    vertical-align: middle;
    border-radius: 50%;
}
.agenda_Img_Cont .zcrInfo{
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
.agenda_Img_Cont .zcrInfo .zcrName{
    font-size: 16px;
    color: #fff;
}
.agenda_Img_Cont .zcrInfo .zcrJob{
    font-size: 14px;
    color: #fff;
    opacity: .8;
    font-weight: lighter;
}
.aICpadding{
    padding-left: 80px;
    position: relative;
    margin: 15px 0 !important;
}
.aICpadding::before{
    content: '主持人：';
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.agendaList{
    padding: 25px;
    border-left: 2px solid #4347f2;
}
.agendaList li{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.agendaList li::before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -30px;
    top: 10px;
    background: #ff9601;
    border-radius: 50%;
}
.agendaList li:last-child{
    margin-bottom: 0;
}
.agendaList li .aList18{
    font-size: 18px;
    color: #fff;
}
.agendaList li .aListYellow,.aListYellow1{
    font-size: 20px;
    color: #ff9601;
}
.agendaCont2 .agendaList li .aListYellow{
    color: #ff9601;
}
.agendaList li .aList20{
    font-size: 16px;
    color: #fff;
}

.guests{
    width: 100%;
}
.guestsBox{
    width: 1200px;
    margin: 0 auto;
}
.guestsCont{
    font-size: 0;
    width: 100%;
}
.guestsCont .guest_box{
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 4%;
    margin-bottom: 30px;
}
.guestsCont .guest_box .guest_imgBox{
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ff9601;
    background-color: #fff;
}
/* .guestsCont .guest_box:nth-child(4n+1){
    margin-left: 0;
}
.guestsCont .guest_box:nth-child(4n){
    margin-right: 0;
} */
.guestsCont .guest_box img{
    width: 100%;
    user-select: none;
}
.guestInfo{
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.guestInfo .guestName{
    font-size: 18px;
    color: #ff9601;
}
.guestInfo .guestJob{
    font-size: 14px;
    color: #fff;
}
.swiper-pagination{
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: -20px !important;
    left: 0;
    z-index: 5;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #8984a3;
}
.swiper-pagination-bullet-active{
    background: #e53483;
}
.seeAllGuestBox{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.seeAllGuest{
    display: inline-block;
    padding: 15px 30px;
    border-radius: 30px;
    border: 1px solid #fff;
}
.seeAllGuest span{
    font-size: 16px;
    color: #fff;
}

.partners{
    width: 100%;
    overflow: hidden;
    margin-top: -100px;
}
.zbCompany{
    width: 1200px;
    margin: 0 auto;
}
.zbCompany>div.zbCompanyList{
    width: 100%;
    font-size: 0;
    position: relative;
    margin-bottom: 30px;
}
.zbCompany>div.zbCompanyList .logoBoxs:last-child{
    margin-right: 0;
}
.zbCompanyList h4{
    font-size: 15px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.zbCompanyList>div{
    width: 20.6%;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #261398;
    margin-right: 20px;
    position: relative;
    padding: 15px;
}
.zbCompanyList>div img{
    width: 100%;
}
.zbCompanyList span{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #fff;
}
.zbCompanyList1{
    margin-bottom: 30px;
    position: relative;
    
}
.zbCompanyList1 div.logoBoxs{
    width: 18%;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #261398;
    margin-right: 2.5%;
    position: relative;
    padding: 15px;
    vertical-align: top;
    margin-bottom: 15px;
}
.zbCompanyList1 div.logoBoxs:nth-of-type(5n){
    margin-right: 0;
}
.zbCompanyListBox{
    display: inline-block;
    padding-left: 110px;
    font-size: 0;
}
.zbCompanyList1 h4{
    font-size: 15px;
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 40px;
}
.zbCompanyList1>div img{
    width: 100%;
}

.pageFooter{
    width: 100%;
    overflow: hidden;
    margin-top: -100px;
    position: relative;
}
.footerMain{
    width: 1200px;
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
}
.footList{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.footList1{
    left: 0;
}
.footList2{
    width: 50%;
    left: 20%;
}
.footList2 h4{
    font-size: 16px;
    color: #fff;
}
.footList2 p{
    margin-top: 8px;
    font-size: 12px;
    color: #fff;
}
.footList3{
    right: 0;
}
.footList3 p{
    font-size: 12px;
    color: #fff;
}
.pageBtn{
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.pageBtn span{
    position: relative;
    z-index: 2;
}

@media screen and (min-width:320px) and (max-width:960px){
    .pageHeadWrap{
        width: 100%;
        height: 60px;
        top: 0;
    }
    .pageHeadWrap .headMain{
        width: 100%;
        height: 100%;
    }
    .pageLogo{
        width: 20%;
        left: 15px;
    }
    .pageLogo img{
        width: 100%;
    }
    .headMenu{
        display: block;
        width: 30px;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }
    .headBox{
        background-color: rgba(72, 2, 132, 1);
        transform: translateY(60px);
        text-align: center;
        padding-bottom: 15px;
        display: none;
    }
    .pageNav{
        width: 100%;
        height: auto;
        padding: 0;
    }
    .pageNav li{
        width: 48%;
        padding: 5px;
        text-align: center;
    }
    .pageLangs, .wqhg{
        padding: 5px;
        width: 48%;
        text-align: center;
    }
    .pageLogosBox{
        position: relative;
        top: 0;
        transform: none;
    }
    .pageBtn{
        margin: 15px 0;
    }

    .banner_main{
        width: 100%;
        margin-top: 60px;
        padding: 0 15px;
    }
    .banner_txt{
        width: 90%;
        margin: 40px auto;
    }
    .banner_address{
        margin: 15px 0;
    }
    .chBox{
        margin: 0;
    }
    .chBox .chBtns{
        padding: 5px 15px;
        font-size: 14px;
    }
    .chBox .chBtns.chBtns1{
        margin-right: 15px;
    }
    .bannerContTit h2{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .bConntList{
        width: 100%;
        padding: 15px;
        margin: 0;
        margin-bottom: 15px;
    }
    .bConntList .bConntTit{
        font-size: 20px;
    }
    .bConntList p{
        font-size: 14px;
    }
    .overview{
        margin-top: 0;
    }
    .circBox{
        position: relative;
    }
    .circTit{
        margin-top: 0;
    }
    .pageTit{
        margin: 0 auto;
    }
    .pageTit h1.tit_before{
        font-size: 24px;
    }
    .pageTit h1.tit_after{
        font-size: 30px;
    }
    .overCont{
        width: 100%;
        padding: 0 15px;
    }
    .overCont p{
        font-size: 14px;
        margin-top: 15px;
    }

    .advertisement{
        margin-top: 30px;
        padding: 0 15px;
    }
    .advertisement .advertisementBox{
        width: 100%;
    }
    .advertisement .advertisementBox img{
        width: 100%;
    }
    

    .news{
        margin-top: 30px;
    }
    .newsCont{
        width: 100%;
        margin: 15px 0;
        padding: 15px;
    }
    .newsMore .newsLine{
        width: 65px;
    }
    .newsOneList{
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
    }
    .newsOneList .newsOneImgBox{
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .newsOneList .newsOneBox{
        width: 100%;
        padding-left: 0;
    }
    .newsOneList .newsOneBox .newsOneCont{
        text-align: justify;
    }
    .news_two{
        margin-top: 15px;
    }
    .news_two li{
        width: 100%;
        margin: 0 !important;
        margin-bottom: 15px !important;
        padding-left: 15px;
        text-align: justify;
    }
    .news_two li::before{
        width: 10px;
        height: 10px;
    }

    .pageAgenda{
        margin-top: 0;
    }
    .agendaBox{
        width: 100%;
        padding: 0 15px;
    }
    .pageAgenda .pageTit{
        margin-bottom: 40px;
    }
    .agendaSelectBox .aSecectList{
        font-size: 22px;
        padding: 10px;
    }
    .agendaSelectBox::before,.agendaSelectBox .aSecectList.isSelect::before,.agendaSelectBox .aSecectList::before{
        height: 5px;
    }
    .agendaCont{
        padding: 15px;
    }
    .agendaTime h2{
        font-size: 22px;
    }
    .agendaTime span{
        font-size: 16px;
    }
    .agendaContList{
        width: 100%;
    }
    .agendaContList .agendaTits,.agendaContList .agendAllTime,.aICpadding::before,.agendaList li .aListYellow, .aListYellow1{
        font-size: 18px;
    }

    .guestsBox{
        width: 100%;
        padding: 15px;
    }
    .guestsCont .guest_box{
        width: 50%;
    }
    .seeAllGuestBox{
        margin-top: 15px;
    }
    .seeAllGuest{
        padding: 5px 15px;
    }
    .pageBtn span{
        font-size: 14px;
    }

    .partners{
        width: 100%;
        margin-top: -30px;
    }
    .zbCompany{
        width: 100%;
        margin-top: 15px;
        padding: 0 15px;
    }
    .zbCompanyList h4,.zbCompanyList span,.zbCompanyList1 h4{
        display: block;
        font-size: 16px;
        text-align: center;
        margin: 15px 0;
        margin-bottom: 0;
    }
    .zbCompanyList>div{
        width: 32%;
        margin-right: 2%;
        margin-top: 10px;
    }
    .zbCompanyList>div:nth-of-type(3n){
        margin-right: 0;
    }
    .zbCompanyList1 div.logoBoxs{
        width: 32%;
        margin-right: 2%;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .zbCompanyList1 div.logoBoxs:nth-of-type(3n){
        margin-right: 0;
    }

    .pageFooter{
        margin-top: -60px;
        min-height: 280px;
        /* background: url(../images/circ5.png) no-repeat top center; */
        /* background-size: 100% auto; */
    }
    .footerMain{
        width: 100%;
        position: static;
        transform: none;
    }
    .pageFooter .circBox,.pageFooter .circBox img{
        display: none;
    }
    .footList2{
        left: 15px;
        padding-right: 15px;
    }
    .footList1{
        right: 35px;
        left: auto;
        transform: translateY(-90px);
    }
    .footList3{
        width: 50%;
        padding-left: 20px;
        right: 15px;
        transform: translateY(-10px);
    }
    .zbCompanyList1 h4{
        position: static;
    }
    .zbCompanyListBox{
        padding-left: 0;
    }
}