/* pc布局 */

.container {
    width: 100%;
    position: relative;
    background: url('../images/zhuanti_bg.png') no-repeat center;
    background-size: 100% 100%;
}


/* banner */

.bannerBox {
    width: 100%;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}


/* banner下方导航 */

.navWrap {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.navTab {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.navFix {
    position: absolute;
    z-index: 10000;
    bottom: -54px;
}

.navTab li {
    transition: all 0.2s linear;
    background-color: #003d4f;
    border: 2px solid #00ff83;
}

.navTab li a {
    width: 102px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    font-weight: 500;
    color: #d1d7d9;
}


/* 论坛介绍 */

.forwardBox {
    width: 100%;
}

.forwardInfo {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.forwardInfo img {}


/* 论坛模块 */

.hotTopicBox {
    width: 100%;
    margin-top: 200px;
}

.hotTopic {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.hotTopic img {}

.topicTitle {
    width: 100%;
    text-align: center;
}

.topicContent {
    background: url(../images/six_bg.png) no-repeat center;
    background-size: cover;
    width: 100%;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    padding-top: 140px;
    justify-content: center;
}

.topicContent li {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topicContent li img {
    max-width: 100%;
    height: auto;
}


/* 鼠标悬浮效果 */

.topicContent li {
    transition: transform 0.4s;
}

.topicContent li:hover {
    transform: translateY(-10px);
}


/* 嘉宾阵容 */

.guestBox {
    width: 100%;
    background: rgb(0, 20, 81);
}

.guestLineup {
    width: 1000px;
    margin: 0 auto;
}

.guestsTitle {
    text-align: center;
    padding: 100px 0 70px;
}

.guestsTitle img {
    /* width: 100%; */
}

.reviewGuest {
    padding: 0 15px;
    padding-bottom: 125px;
}

.reviewGuest li {
    width: 100%;
    margin-bottom: 25px;
}

.reviewGuest li img {
    width: 100%;
}


/* 嘉宾轮播 */

.forumGuest {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
}

.swiperBox {
    width: 1000px;
    margin: 0 auto;
}

.forumGuest .swiper-container {
    width: 100%;
    /* overflow: hidden; */
    height: auto;
    padding: 90px 0px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.forumGuest .swiper-wrapper {
    width: 100%;
    margin-left: 1300px;
}

.forumGuest .swiper-slide {
    text-align: center;
    font-size: 14px;
    height: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition-property: all;
}

.forumGuest .swiper-slide img {
    height: 345px;
}

.swiper-button-next,
.swiper-button-prev {
    /* margin-top: -60px !important; */
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}

.forumGuest li p {
    font-size: 17px;
    color: #dde0e1;
    margin-bottom: 6px;
}

.topGuest {
    margin-bottom: 80px;
    height: 360px;
}

.bottomGuest {
    height: 370px;
}


/* 参会群体 */

.viewBox {
    width: 1000px;
    margin: 0 auto;
}

.viewTitle {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.viewCont {
    width: 100%;
}

.viewCont li {}

.viewCont li img {
    max-width: 100%;
    height: auto;
    margin: 10px;
}


/* 鼠标悬停效果 */

.viewCont li {
    transition: transform 0.4s;
}

.viewCont li:hover {
    transform: translateY(-10px);
}


/* 热点话题 */

.pointsBox {
    width: 100%;
    color: #ffffff;
    margin-top: 200px;
}

.pointsCont {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.pointsCont img {}


/* 论坛日程 */

.meetingBox {
    width: 100%;
    margin: 100px auto;
}

.meetingAgenda {
    width: 1200px;
    margin: 0 auto;
}

.agendaTitle {
    width: 100%;
    text-align: center;
}

.agendaTitle img {
    /* width: 100%; */
}

.agendaCont {
    width: 100%;
    text-align: center;
}

.agendaCont img {
    /* width: 100%; */
}

.agendaBtn {
    text-align: center;
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
}

.agendaBtn a {
    display: block;
    width: 185px;
    height: 40px;
    border-radius: 20px;
}

.agendaBtn img {
    /* width: 100%; */
}

.meetingReview {
    width: 100%;
}


/* 历届回顾 */

.reviewBox {
    width: 100%;
}

.reviewPast {}

.reviewTitle {
    text-align: center;
}

.reviewContent {
    width: 1000px;
    margin: 0 auto;
    padding: 45px 0;
    position: relative;
}

.reviewPic {
    width: 1000px;
    margin: 0 auto;
    height: 450px;
    text-align: center;
    position: relative;
    display: flex;
    overflow: hidden;
}

.reviewPic li a {
    display: block;
    width: 100%;
    height: 450px;
}

.reviewPic li img {
    border: none;
    width: 100%;
}

.reviewPic li a p {
    font-size: 24px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 5px;
}

.reviewPic li {
    display: none;
    position: absolute;
    left: 0;
    cursor: pointer;
}


/* 左右箭头hover时，旋转图片变色 */

.prevBtn {
    width: 60px;
    height: 60px;
    display: block;
    background: url('../images/forumReview/prev.png') no-repeat center;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -73px;
}

.prevBtn:hover {
    background: url('../images/forumReview/next.png') no-repeat center;
    transform: rotate(180deg);
}

.nextBtn {
    width: 60px;
    height: 60px;
    display: block;
    background: url('../images/forumReview/prev.png') no-repeat center;
    transform: rotate(180deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -73px;
}

.nextBtn:hover {
    background: url('../images/forumReview/next.png') no-repeat center;
    transform: rotate(360deg);
}


/* 下方tab导航 */

.reviewNav {
    width: 220px;
    margin: 0 auto 25px;
    display: flex;
    justify-content: space-between;
}

.reviewNav li {
    /* width: 20%; */
    padding: 5px 35px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

.reviewNav .reviewActive {
    background: rgb(41, 141, 55);
}


/* 合作伙伴 */

.partnerBox {
    width: 100%;
}

.partner {
    width: 1000px;
    margin: 0 auto;
}

.partnerTitle {
    text-align: center;
    padding-top: 20px;
}

.partnerLogo {
    width: 100%;
    padding: 80px 0 150px;
}


/* 手机端 */

@media screen and (min-width:320px) and (max-width: 768px) {
    .container {
        width: 1000px;
    }
    .navR {
        margin-right: 40px;
    }
}