/* pc布局 */

.container {
    width: 100%;
    position: relative;
    background: #0f025c;
}


/* 论坛背景 */

.forwardBox {
    width: 1000px;
    margin: 70px auto 100px;
}

.forwardTitle {
    text-align: center;
}

.forwardTitle img {}

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

.forwardInfo img {
    width: 100%;
}

.forwardInfo li {
    /* width: 560px; */
    width: 100%;
}

.forwardInfo li:last-child {
    /* margin-left: 24px; */
}

.zhiLiangTitle {
    text-align: center;
}

.zhiLiangTitle img {
    margin-left: -220.5px;
}

.zhiLiangCont {
    /* width: 100%; */
    height: 134px;
    padding: 37px 72px;
    margin-top: 11px;
    /* opacity: 0.6; */
    background: url('../images/title/zhiliangBg.png') no-repeat center;
    background-size: 100% 100%;
    /* margin-left: 210px; */
}

.zhiLiangCont p {
    font-size: 16px;
    font-weight: 400;
    color: #dee5e4;
    /* line-height: 24px; */
    text-align: center;
    margin-bottom: 20px;
    opacity: 0.8;
    line-height: 24px;
}

.jiyuTitle {
    text-align: right;
}

.jiyuTitle img {
    /* margin-right: 50px; */
}

.jiyuCont {
    height: 170px;
    padding: 37px 72px;
    margin-top: 11px;
    /* opacity: 0.6; */
    background: url('../images/title/jiyuBg.png') no-repeat center;
    background-size: cover;
    width: 413px;
}

.jiyuCont p {
    font-size: 16px;
    font-weight: 400;
    color: #dee5e4;
    /* line-height: 24px; */
    text-align: center;
    margin-bottom: 20px;
    opacity: 0.8;
    line-height: 24px;
}

.tiaoZhan {
    /* width: 1360px; */
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: -36px;
    width: 1138px;
    /* padding-left: 210px; */
}

.tiaoZhan li {
    width: 560px;
}

.tiaozhanTitle {
    text-align: center;
}

.tiaozhanTitle img {}

.tiaozhanCont {
    height: 206px;
    padding: 37px 72px;
    margin-top: 11px;
    /* opacity: 0.6; */
    background: url('../images/title/tiaozhanBg.png') no-repeat center;
    background-size: cover;
    /* width: 1150px;
    padding-left: 210px; */
    /* width: 1360px; */
}

.tiaozhanCont p {
    font-size: 16px;
    font-weight: 400;
    color: #dee5e4;
    /* line-height: 24px; */
    text-align: center;
    margin-bottom: 20px;
    opacity: 0.8;
    line-height: 24px;
}


/* 热点话题 */

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

.hotTopic {
    margin-top: 10px;
}

.hotTopic img {
    width: 100%;
}

.topicTitle {
    text-align: center;
}

.topicTitle img {}

.topicContent {}

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

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


/* 六大亮点 */

.pointsBox {
    width: 100%;
    color: #ffffff;
    background: rgb(3, 23, 102);
    padding-top: 30px;
}

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

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

.pointsList {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pointsList li {
    width: 310px;
    height: 325px;
    margin-bottom: 10px;
    text-align: center;
}

.pointsList li img {
    width: 100%;
}

.pointsList li p {
    color: #e9e9ea;
    font-size: 18px;
    margin-bottom: 5px;
}


/* 论坛议程 */

.meetingAgenda {
    width: 1000px;
    margin: 110px auto;
}

.agendaTitle {
    text-align: center;
}

.agendaTitle img {}

.agendaCont {
    width: 100%;
    margin-top: 10px;
}

.agendaCont img {
    width: 100%;
}

.agendaBtn {
    /* width: 100%; */
    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%;
}


/* 参会群体 */

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

.meetingGroup {}

.attendeeGroup {
    width: 1000px;
    margin: 0 auto 100px;
}

.groupTitle {
    text-align: center;
}

.groupTitle img {}

.groupList {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.groupList li {
    cursor: pointer;
}

.groupList li img {
    transition: transform 0.3s;
}

.groupList li img:hover {
    transform: translateY(-15px);
}


/* 水司名单 */

.companyWaterList {
    width: 100%;
    background: url('../images/index/waterList/listBg.png') no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 35px;
    margin-top: 80px;
}

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

.waterList img {
    margin-top: -35px;
}


/* 历届回顾 */

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

.reviewPast {
    /* width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
    background: #04053b; */
}

.reviewTitle {
    text-align: center;
}

.reviewContent {
    width: 1000px;
    margin: 10px auto 120px;
    /* padding: 60px 0; */
    position: relative;
}

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

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

.reviewPic li img {
    /* width: 100%;
    height: 450px; */
    border: none;
    margin-bottom: 15px;
}

.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: 600px;
    margin: 40px auto 0;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    /* background: url('../images/reviewBottom.png') no-repeat; */
    background: url('../images/index/review/solid.png') no-repeat;
    background-position: bottom;
}

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

.reviewNav .reviewActive {
    background: #416df0;
}


/* 合作伙伴 */

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

.partnerTitle {
    text-align: center;
}

.partnerTitle img {}

.partnerLogo {
    text-align: center;
    margin-top: 10px;
}

.partnerLogo img {
    width: 100%;
}


/* 手机端 */

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