
.step .table {
    margin-top: 30px;
    width: 100%;
    font-size: 14px;
    line-height: 40px;
    position: relative;
}

.step .table>div{
    position: relative;
}
.step .caption {
    position: relative;
    z-index: 1;
    text-align: left;
    font-size: 20px;
    background-color: #F97876;
    padding-left: 18px;
}
.step .caption .live {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    background-color: #E75A58;
}
.step .caption .live:hover{
    background:linear-gradient(to right,#FD7145 , #F75535);
}

.step .caption .live:hover {
    color: #fff;
    background-color: #5b2499;
}
.step .th {
    background: #241362;
}
.step .tr::after {
    content: "";
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    display: block;
}
.step .row1 .c1 {
    height: 80px;
    line-height: 80px;
}
.step .c2 {
    width: 480px ;
}
.step .c1, .step .c3, .step .c4 {
    width: 240px;
}
.step .c5 {
    width: 960px;
}
.prize_color{
    color:#FCF5A6;
}
.step .th,
.step .td {
    float: left;
    border: 1px solid #3E2698;
    text-align: center;
    box-sizing: border-box;

}
.step .td{
    background: #50439B;
    cursor:pointer;
}
.step .tr:hover .td{
/*background: #835ff6;*/
}
.color_grap{
    color: #BAB8C4;
}
.step .tab2 {
    margin: 38px 0 80px;
}
.step .tab2 .caption {
    background-color:#4142F6;
}
.step .tab2 .caption .live {
    background-color: #1C1DFC;
}
.step .tab2 .caption .live:hover {
    background:linear-gradient(to right , #2263E7,#4116AC);
}
.step .tab2 .caption .live::after {
    content: "";
    display: inline-block;
    vertical-align: -2px;
    margin-left: 8px;
    width: 14px;
    height: 14px;
    background: url('../img/live_bg.png') center center no-repeat;
}
.step .meeting_content .td.c1{
    line-height:140px;
}
.step .meeting_content  .td{
    height: 140px;
}
.step .meeting_content .td.c2{
    text-align: left;
}

.step .td .meeting {
    box-sizing: border-box;
}
.step .td .meeting span{
    display: block;
    line-height: 20px;
}
.step .td .meeting>div:nth-child(1){
    margin-right: 100px;
}
.step .td .meeting2{
    padding-top: 8px;
}
.step .td .meeting2 span{
    line-height: 25px;
}
.step .td .meeting span i{
    display: inline-block;
    font-style: normal;
    line-height: 20px;
}

/*.step .textCenter{
    text-align: center!important;
}*/
.border_left{
    border-left: 0px!important;
}
.step .td .meeting span i:nth-child(2),
.step .td .meeting span i:nth-child(3){
    text-indent: 5em;
}
/* 演讲嘉宾 */
.live_box{
    margin: 80px 0px;
    position:   relative;
}
.photo_list{
    padding: 40px 0!important;
    margin: 0 auto
    
}
.photo_list .img_box {
    width: 100%;
    height: 312px;
    overflow: hidden;
}
.photo_list .word {
    height: 94px;
    background-size: 250px 94px;
   background: linear-gradient(to right , #6802b0, #4408a6);
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    padding-top: 20px;
}
.photo_list .word p {
    padding: 0 20px;
}
.photo_list .word .t1 {
    font-size: 27px;
    font-weight: 400;
    color: #ffffff;
}
.photo_list .word .t2 {
    font-size: 14px;
    line-height: 26px;
}
.photo_list img{
    width: 274px;
    height: auto;
    cursor: pointer;
    vertical-align: middle;
}
.photo_list img:nth-child(4n+0){
    margin-right: 0;
}
.photo_list li {
    padding-top: 2px;
    box-sizing: border-box;
}
.ind_order_3 .swiper-container{
    padding-bottom: 115px !important;
}
.ind_order_3 .sec_tit {
    margin-bottom: 60px;
}
.photo_list .swiper-pagination {
    bottom: 0px !important;
}
.photo_list .swiper-pagination-bullet{
    margin: 0 10px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 4 !important;
    background-color: #203176;
    opacity:0.8;
}
.photo_list .swiper-pagination-bullet-active {
    background-color: #6703B0;
}
.live_box .swiper-button-prev {
    left: 45.5%;
    margin: 18px 0 0 -583px;
    background-image: url('../images/prev.png');
}
.live_box .swiper-button-next {
    left: 53.7%;
    margin: 18px 0 0 555px;
    background-image: url('../images/next.png');
}

.live_box .swiper-button-prev:hover, .live_box .swiper-button-next:hover{
    opacity: 0.6;   
}
.live_box .swiper-button-next, .live_box .swiper-button-prev {
    position: absolute;
    top:50%;
    width: 40px;
    height: 80px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

