.center {
    width: 1200px;
    margin: 0 auto;
}

.title {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 38px;
}

.topbanner img {
    width: 100%;
}

.liveSetion {
    margin-top: -250px;
}

/* 往期回顾 */
.line_top1 {
    margin-top: 34px;
}
.title_jiabin {
    display: none;
}

.huiG {
    margin-top: -300px;
}

.pepole_intr img {
    cursor: pointer;
}

.intr_jiabin {
    width: 98%;
    float: left;
    margin-top: 35px;
}

.next_img {
    float: right;
    margin-top: 4px;
    width: 10%;
    cursor: pointer;
}

.next_img img {
    float: right;
}

.prev_img {
    width: 10%;
    float: left;
    margin-top: 4px;
    cursor: pointer;
}

.pepole_intr {
    width: 931px;
    float: left;
    margin-bottom: 88px;
}

.pepole_intr ul li {
    float: left;
    font-size: 16px;
    line-height: 38px;
    padding: 0 43px;
    color: #333;
    background: #d5d5d5;
    margin-right: 5px;
    width: 128px;
    cursor: pointer
}

.huiG .top {
    margin-top: 50px;
}

.rightIntro p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.rightIntro p span {
    margin-right: 20px;
}

.signWeizi {
    margin-left: 74px;
}

.line_top1 {
    margin-bottom: 15px;
}

.bg_huaxu {
    margin-top: 62px;
    width: 100%;
}

.line_bottom1 {
    margin-top: 20px;
}

.huiGContent ul li {
    float: left;
    position: relative;
    width: 33.2%;
}

.huiGContent ul li p {
    font-size: 16px;
    padding-top: 10px;
    color: #333;
    font-family: "yuanrun";
    margin-bottom: 0px;
    text-align: center;
}

.playBtn {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 75px;
}

.secondLi {
    margin: 0 2px;
}

.ItroSetion {
    position: relative;
}

.live_pepoleIntr {
    position: absolute;
    left: 120px;
    top: 50px;
    padding: 0 80px;
    width: 1012px;
}

.live_pepoleIntr h3 {
    font-size: 24px;
    color: #333;
    line-height: 24px;
    font-family: "Microsoft YaHei";
    padding-bottom: 25px;
}

.live_pepoleIntr .col-md-9 {
    padding-top: 90px;
}

.live_pepoleIntr p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-family: "Microsoft YaHei";
}

.mobiletopBanner {
    display: none;
}

.activeSelf {
    color: #fff;
    background: #d13939;
}

.hide {
    display: none;
}
.huigu_pic1{width: 100%;}
/* 8.26更 */

.jiabinItr {
    position: absolute;
    left: -15px;
    top: 7px;
    width: 103%;
}

.live_pepoleIntr:nth-child(1) {
    display: none;
}

.box {
    width: 66px;
    float: left;
    position: relative;
    overflow: hidden;
}

.box .buttonImg {
    width: 66px;
}

.baodaoContent h3 {
    padding-bottom: 10px;
}

.baodaoContent p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.baodaoContent .oneP {
    margin-bottom: 30px;
}
.ItroSetionPc {
    display: block;
}
.ItroSetionMobile {
    display: none;
}



/* 轮播图 */

.pepole_intr {
    overflow: hidden;
}

.pepole_intr ul {
    width: 1263px;
}

.lunbo #swiper2 .activeSelf {
    color: #fff;
    background: #d13939;
}

.hide {
    display: none;
}

.lunbo {
    margin-top: 50px;
}

.line_top1 {
    margin-top: 34px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    padding: 0 45px;
}

.swiper-wrapper {
    transform: translate3d(0px, 0px, 0px);
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    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;
}

.review_list {
    padding: 0 40px;
}
.swiper-slide {
    cursor: pointer;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: #fff url(http://res.alioss.bjcipt.com/jds/images/left_btn.png) no-repeat center 30%;
    width: 35px;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 35px 35px;
    margin-top: 0;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: #fff url(http://res.alioss.bjcipt.com/jds/images/right_btn.png) no-repeat center 30%;
    width: 35px;
    height: 100%;
    top: 0;
    right: 0;
    background-size: 35px 35px;
    margin-top: 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
    line-height: 38px;
    font-size: 16px;
    color: #333;
    background-color: #d5d5d5;
    font-family: "Microsoft YaHei";
}

@media (min-width: 1200px) {
    .review_list {
        padding: 0 100px;
    }
}

@media only screen and (max-width:740px) {
    .center {
        width: 100%;
    }
}

@media only screen and (max-width:480px) {
    .title_jiabin {
        display: block;
    }
    .huiG {
        margin-top: -80px;
    }
    .live_into {
        display: none;
    }
    .live_pepoleIntr {
        position: relative;
        left: 0px;
        top: 0;
        /* padding: 0 80px; */
    }
    .live_pepoleIntr .col-md-9 {
        padding-top: 25px;
    }
    .live_pepoleIntr {
        padding: 0 15px;
        text-align: center;
    }
    .live_pepoleIntr .col-md-9 p {
        text-align: left;
        text-indent: 2em;
    }
    .huiGContent ul li {
        margin-bottom: 30px;
        width: 100%;
    }
    .title_jiabin {
        height: 75px;
        background: url('http://res.alioss.bjcipt.com/jds/images/title_jiabin.png') no-repeat;
        background-size: 100% 100%;
        font-size: 24px;
        color: #fff;
        line-height: 75px;
        font-family: "Microsoft YaHei";
        margin-bottom: 50px;
    }
    .huiGContent ul {
        padding: 0 15px;
    }
    .huigu_pic1 {
        width: 100%;
    }
    .ItroSetion {
        position: relative;
        margin-top: 30px;
    }
    .prev_img {
        display: none;
    }
    .next_img {
        display: none;
    }
    .pepole_intr {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    .pepole_intr ul {
        width: 100%!important;
    }
    .pepole_intr ul li {
        width: 31.5%;
        float: left;
        margin-bottom: 20px;
        padding: 0 33px;
    }
    .bodyAll {
        background: #fff url(http://res.alioss.bjcipt.com/jds/images/222.png) no-repeat top center;
    }
    .pctopBanner {
        display: none;
    }
    .mobiletopBanner {
        display: block;
    }
    .bodyAll {
        margin-top: 20px;
    }

     /* 8.26 */
     .ItroSetionPc {
        display: none;
    }
    .ItroSetionMobile {
        display: block;
    }
    .title_jiabin {
        text-align: center;
    }
    .title_jiabin2 {
        height: 75px;
        background: url('../images/huigu2.png') no-repeat;
        background-size: 100% 100%;
        font-size: 24px;
        color: #fff;
        line-height: 75px;
        font-family: "Microsoft YaHei";
        margin-bottom: 50px;
        text-align: center;
    }
    .contentMobile {
        text-align: center;
    }
    .pepoleIntro h3 {
        margin: 20px 0;
        text-align: center;
    }
    .pepoleIntro p {
        text-align: left;
        margin-bottom: 40px;
    }
    .titleMobile .baodaoContent {
        margin-top: 30px;
    }
    .baodaoContent h3 {
        font-size: 20px;
        color: #333;
        line-height: 24px;
        font-family: "Microsoft YaHei";
    }
    .baodaoContent h3 {
        padding-bottom: 0px;
    }
}