.step_box{
    /*padding: 0;*/
}

.step{
    margin: 0 auto;
    border-bottom: 1px solid #15266a;
    border-top: 1px solid #15266a;
    padding-bottom: 70px;
    padding-top: 70px;
}
.step ul{
    border-top: none;
    background: #11205f;
    padding-bottom: 22px;
    border-radius: 11px;
}
li.pc_table_header {
    background: #16276f!important;
    border-radius: 0px!important;
    margin-bottom: 20px!important
}
li.pc_table_header:after,li.pc_table_header:before{
    display: none;
}
.step ul{
    margin-top:40px;
}
.step li{
    box-sizing: border-box;
    font-size: 16px;
    overflow:hidden;
    position:   relative;
    border-radius: 11px;
    margin:0px 15px 0px 29px;

}
.step li.table_header{

    margin:0px;

}
.step li:after{
    content:"";
    position:absolute;  
    top: -0px;
    left: 158px;
    bottom: 0px;
    width: 3px;
    background: #3946ae;
}
.step li:before{
    content:"";
    position:absolute;  
    top: 13px;
    left: 152px;
    width: 15px;
    height:   15px;
    border-radius: 50%;
    background: #253286;
}
.step ul:nth-of-type(1) li:nth-child(4)::after{
    top: 16px;
}

.step ul:nth-of-type(2)  li:nth-child(3)::after{
    top: 16px;
}
.step li.table_header::after{
    background: transparent;
}
.step li.table_header::before{
    background: transparent;
}
.step li:last-child::after{
    bottom: 24px;
}
.step li span>i{
    position: absolute;
    top: 16px;
    left: 155px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 2;
    background: #3946ae;
}
.step li span{
    float:left;
    line-height:40px;
    box-sizing: border-box;
    padding-left: 36px;
    font-size:12px;
    color: #DCDCED;
    display: inline-block;
}
.step li span:nth-child(1){
    width: 210px;
    color: #c0c7e3;
}
.step li span:nth-child(2){
    width: 410px;
    color:#bfc6e2;
}
.step li span:nth-child(3){
    width: 250px;
    color: #8f9bcb;
}
.step li span:nth-child(4){
    width: 250px; 
    color: #8f9bcb;
}
.step li.table_header span{
    width:100%;
    text-align: center;
    height: 45px;
    background: #2C3AA6;
    border: 1px solid #2c3aa6;
    line-height:45px;
    margin-bottom:  11px;
    font-size: 16px;
    color:#fff;
}
.step li.table_header span i{

    color: #8F9BCB;
    font-style:normal;  
    font-size: 16px;
    position: static;
}
.step .title{
    padding-top: 64px;
    margin-bottom: 40px !important;
}
.step .title i{
    top: 85px;
}
.step>p{
    font-weight: 400;
    font-style: normal;
    margin-bottom: 18px;
    font-size: 18px;
}
.step>p:before{
    content: "";
    width: 8px;
    height: 26px;
    display: inline-block;
    background: #cca54b;
    vertical-align: sub;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.step .apply{
    border-radius: 25px;
    margin-bottom: 30px;
}
.b{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
}


/* 演讲嘉宾 */
.live_box{
    padding:70px 0px;
    position:   relative;
}
.photo_list{
    padding: 40px 0!important;
    margin: 0 auto
    
}
.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{
    display: block;
    width: 100%;
    height: 290px;
    cursor: pointer;
    object-fit: cover;
}
.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: 44%;
    margin: 18px 0 0 -583px;
    background-image: url('../images/prev.png');
}
.live_box .swiper-button-next {
    left: 54%;
    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:59.5%;
    width: 62px;
    height: 62px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 62px 62px;
    background-position: center;
    background-repeat: no-repeat;
}


