@charset "utf-8";

/* **** Banner **** */
.banner {
    background: url(img/banners/exhibitionbg.jpg) center center/auto 100% no-repeat;
}
/* **** 三大会议整合解释 **** */
.integrate {
    width: 900px;
    margin: 45px auto;
    overflow: hidden;
}
.integrateDesc {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 40px;
    color: #252525;
}
.integrateDesc:last-child {
    margin-bottom: 0;
}

/* **** 与会群体 & 名录 **** */
/* .conventionerBox {
    width: 900px;
} */
.conventionerLinks {
    margin-top: 30px;
}
.seriesItemDevide {
    display: block;
    width: 80px;
    height: 1px;
    margin: 30px auto;
    background-color: #E5E5E5;
}

/* **** 参展赞助形式 **** */
.sponsorMode {
    background: url(img/sponsorModeBg.jpg) top center/100% auto no-repeat;
    overflow: hidden;
}
.sponsorModeTitle {
    margin-bottom: 30px;
    color: #fff;
}
.sponsorModeTitleDivide {
    width: 90px;
    height: 1px;
    margin: 0 auto 30px;
    background-color: #fff;
}
.sponsorModeDesc {
    width: 1100px;
    margin: 0 auto 50px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.comboBox {
    position: relative;
    box-sizing: border-box;
    width: 1100px;
    margin: 0 auto 40px;
    padding: 40px 38px;
    background-color: #fff;
    box-shadow:0px 15px 20px rgba(0,0,0,0.16);
    overflow: hidden;
}
.comboTitle {    
    margin: 0 auto 40px;
    font-size: 0px;
    text-align: center;
}
.comboTitleTxt {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-size: 20px;
    line-height: 40px;
    color: #3F3F3F;
}
.comboTitleTxt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border: 4px solid;
    border-color: #B90F19 transparent transparent #B90F19;
}
.comboTitleTxt::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    border: 4px solid;
    border-color: transparent #B90F19 #B90F19 transparent;
}
.comboDesc {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 30px;
    min-height: 50px;
    color: #3F3F3F;
}
.comboCon {
    position: relative;
    height: 588px;
}
.mobComboImg {
    display: none;
}
.comboArrow {
    position: absolute;
    width: 34px;
    height: 68px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.comboLeft {
    left: 0;
    background: url(img/leftArrow.png) center no-repeat;
}
.comboRight {
    right: 0;
    background: url(img/rightArrow.png) center no-repeat;
}
.comboSlide {
    display: none;
}
.comboSlide.active {
    display: block;
}
.comboImg {
    width: auto;
    max-width: 100%;
    background-color: #f0f1f2;
}
.comboLoad {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}
.comboLoadRadius {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    border: 5px solid;
    border-color: #fff #fff #fff transparent;
    border-radius: 100%;
    animation: rotateRadius 500ms ease infinite;
    z-index: 300;
}
@keyframes rotateRadius {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.comboThumbBox {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.5);
}
.comboThumbs {
    width: 100%;
    font-size: 0px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
}
.comboThumbs::-webkit-scrollbar {
    display: none;
}
.comboThumb {
    display: inline-block;
    margin-right: 10px;
    padding: 1px;
    border: 2px solid transparent;
}
.comboThumb.active {
    border-color: #B90F19;
}
.comboThumbImg {
    width: 68px;
}
.comboTabs {
    width: 100%;
    margin-bottom: 25px;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
    border-bottom: 1px solid #B90F19;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.comboTabs::-webkit-scrollbar {
    display: none;
}
.comboTab {
    display: inline-block;
    width: 190px;
    margin-right: 18px;
    font-size: 16px;
    line-height: 45px;
    background-color: #F0F1F2;
    cursor: pointer;
}
.comboTab:last-child {
    margin-right: 0;
}
.comboTab.active {
    font-weight: bold;
    background-color: #B90F19;
    color: #fff;    
}
.combo {
    position: relative;
    display: none;
}
.combo.active {
    display: block;
}
.boothLink {
    display: inline-block;
    color: #B90F19;
}
.moreSponsorInfoBtn {
    display: block;
    width: 200px;
    height: 45px;
    margin: 0 auto 60px;
    font-size: 14px;
    line-height: 45px;
    background-color: #B90F19;
    color: #fff;
    cursor: pointer;
}

/* **** 评价 **** */
.evaluatePaginations {
    display: block;
    text-align: center;
}
.evaluatePagination {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 100%;
    background-color: #898888;
}
.evaluatePagination.active {
    background-color: #B90F19;
}

/* **** 合作伙伴 **** */
.partnerLink {
    cursor: initial;
}

/* **** 了解更多帮助信息（参展赞助登记） **** */
.sponsorRegister {
    border-top: 1px solid #F1F1F1;
    overflow: hidden;
}
.sponsorRegisterBox {
    width: 940px;
    margin: 0 auto 60px;
}
.sponsorRegisterSuggest {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 32px;
    color: #767676;
}
.sponsorRegisterContact {
    color: #B90F19;
}
.formItem {
    width: 300px;
    height: 60px;
}
.sponsorMiddleItem {
    margin: 0 20px;
}
.formTip {
    position: static;
}
.submitSponsorBtn {
    display: block;
    width: 300px;
    height: 50px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    background-color: #B90F19;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    /* **** 三大会议整合解释 **** */
    .integrate {
        width: 90%;
        margin: 0.45rem auto;
    }
    .integrateDesc {
        margin-bottom: 0.4rem;
        font-size: 0.28rem;
        line-height: 0.5rem;
    }
    /* **** 与会群体 & 名录 **** */
    .conventionerBox {
        width: 100%;
    }
    .conventionerLinks {
        margin-top: 0.6rem;
    }
    .seriesItemDevide {
        display: block;
        width: 1.6rem;
        height: 1px;
        margin: 0.6rem auto;
        background-color: #E5E5E5;
    }
    /* **** 参展赞助形式 **** */
    .sponsorMode {
        background: url(img/mSonsorModeBg.png) top left/auto 5.62rem no-repeat;
    }
    .sponsorModeTitleDivide {
        width: 1.6rem;
        height: 0.02rem;
        margin: 0 auto 0.4rem;
    }
    .sponsorModeDesc {
        width: 92%;
        margin: 0 auto 0.6rem;
        font-size: 0.28rem;
    }
    .comboBox {
        width: 92%;
        margin: 0 auto 0.3rem;
        padding: 0 0.2rem 0.4rem;
    }
    .comboTitle {
        margin: 0.5rem auto 0.4rem;        
    }
    .comboTitleTxt {
        padding: 0 0.3rem;
        font-size: 0.32rem;
        line-height: 0.6rem;
    }
    .comboTitleTxt::before {
        width: 0.12rem;
        height: 0.12rem;
        border: 0.08rem solid;
        border-color: #B90F19 transparent transparent #B90F19;
    }
    .comboTitleTxt::after {
        width: 0.12rem;
        height: 0.12rem;
        border: 0.08rem solid;
        border-color: transparent #B90F19 #B90F19 transparent;
    }
    .combo {
        width: 100%;
    }
    .comboTabs {
        margin-bottom: 0.4rem;
    }
    .comboTab {
        box-sizing: border-box;
        width: 2.2rem;
        margin: 0 0.2rem 0 0;
        padding: 0;
        font-size: 0.24rem;
        line-height: 0.6rem;
    }
    .comboCon {
        height: auto;
    }
    .comboDesc {
        width: 100%;
        margin: 0.3rem 0;
        font-size: 0.24rem;
        line-height: 0.5rem;
        min-height: auto;
    }
    .comboArrow {
        /* display: none; */
        width: 0.6rem;
        height: 1rem;
    }
    .comboImg {
        display: none;
    }
    .mobComboImg {
        display: block;
        width: 100%;
    }
    .comboThumbBox {
        position: static;
        height: auto;
        padding: 0.1rem;
        background-color: #000000;
    }
    .comboThumb {
        width: 0.7rem;
        margin-right: 0.2rem;
        padding: 0.02rem;
        border: 0.04rem solid transparent;
    }
    .comboThumbImg {
        width: 100%;
    }
    .moreSponsorInfoBtn {
        width: 4rem;
        height: 0.9rem;
        margin: 0 auto 0.6rem;
        font-size: 0.28rem;
        font-weight: normal;
        line-height: 0.9rem;
    }
    /* **** 了解更多帮助信息（参展赞助登记） **** */
    .sponsorRegisterBox {
        width: 90%;
        margin: 0 auto 0.6rem;
    }
    .sponsorRegisterSuggest {
        margin-bottom: 0.6rem;
        font-size: 0.28rem;
        line-height: 0.4rem;
    }
    .formItem {
        width: 100%;
        height: 1.2rem;
        margin: 0;
        float: none;
    }
    .submitSponsorBtn {
        width: 100%;
        height: 0.8rem;
        margin: 0.2rem 0 0;
        font-size: 0.28rem;
        line-height: 0.8rem;
    }
    .partnerLink{
        height: 1rem;
    }
    .partnerItem {
        margin: 0 0 0;
    }
}