/* pc布局 */

.container {
    width: 100%;
    position: relative;
    background: #000b5b;
}


/* 论坛背景 */

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

.forwardTitle {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.forwardTitle img {}

.forwardInfo {
    display: flex;
    justify-content: center;
}


/* 热点话题 */

.hotTopicBox {
    width: 1000px;
    margin: 68px auto 0;
}

.hotTopicTitle {
    text-align: center;
}

.hotTopic {
    margin-top: 20px;
}


/* 六大亮点 */

.sixHighlightsBox {
    width: 1000px;
    margin: -60px auto 0;
}

.sixHighlightsTitle {
    text-align: center;
}

.sixHighlights {
    /* margin-top: 20px; */
}


/* 论坛议程 */

.meetingAgenda {
    width: 1000px;
    margin: 68px auto 0;
}

.agendaTitle {
    text-align: center;
}

.agendaCont {
    margin-top: 20px;
}


/* 参会群体 */

.meetingGroup {
    width: 1000px;
    margin: 50px auto 0;
}

.groupTitle {
    text-align: center;
}

.attendeeGroup {
    /* margin-top: 30px; */
}

.attendeeGroupList {
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.attendeeGroupList li {
    cursor: pointer;
}

.attendeeGroupList li img {}

.attendeeGroupListTwo {
    display: flex;
    justify-content: space-between;
    padding: 0 200px;
    margin-top: 50px;
}

.attendeeGroupListTwo li {
    cursor: pointer;
}

.attendeeGroupListTwo li img {}

.attendeeGroup li img {
    transition: transform 0.5s;
}

.attendeeGroup li img:hover {
    transform: translateY(-20px);
}

.attendeeGroupCenter {
    margin-bottom: 25px;
}


/* 历届回顾 */

.reviewBox {
    width: 100%;
    margin-top: 60px;
}

.reviewPast {}

.reviewTitle {
    text-align: center;
}

.reviewContent {
    width: 1000px;
    /* height: 710px; */
    margin: 0 auto;
    /* padding: 60px 0 0; */
    position: relative;
    margin-top: 20px;
}

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

.reviewPic li {
    width: 100%;
    height: 100%;
    display: none;
}

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

.reviewPic li img {
    /* width: 100%;
    height: 450px; */
    border: none;
    margin-bottom: 15px;
    width: 100%;
    height: 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;
}

.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);
}

.reviewNav {
    width: 700px;
    margin: 40px auto 0;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #0082e6; */
    display: flex;
    justify-content: space-between;
    background: url('../images/reviewBottom.png') no-repeat;
    background-position: bottom;
    background-size: 100%;
}

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

.reviewNav .reviewActive {
    /* background: rgb(41, 141, 55); */
    /* background: url('../images/index/review/reviewTabBg.png') no-repeat center; */
    background: #406df0;
}


/* 合作伙伴 */

.partnerBox {
    width: 1000px;
    margin: 80px auto 110px;
}

.partnerTitle {
    text-align: center;
}

.partnerLogo {
    margin-top: 30px;
}