@charset "utf-8";
.sec_con{max-width: 1920px;margin: auto;}
.topbar,.footer,.layout-left-flyout{background-color: #146fee;}
.topbar_fixed{z-index: 99;}
.jiabin_swiper .swiper-slide-active:after,
.jiabin_swiper .swiper-slide-next:after{
    right: -17px;
}
.jiabin_txt{
    padding-bottom: 30px;
    text-align: center;
    margin-top: -1px;
    background-color: #def6fd;
}
.jiabin_name{
    display: block;
    background: linear-gradient(180deg,#175af4,#0ac8f8);
    padding: 10px 0;
    font-size: 26px;
    color: #fff;
}
.jiabin_zhiwei{
    margin-top: 10px;
    height: 39px;
    font-size: 16px;
    color: #333;
}
.jiabin_icon{
    display: block;
    margin: 15px auto;
}
.jiabin_title{
    height: 44px;
    font-size: 18px;
    color: #8e8e8e;
}
.news_item{
    padding-bottom: 0;
    border-bottom: none;
    padding:0 8px;
}
.news_item:hover{border-bottom: none;}
.news_Swiper .swiper-slide-active:after, .news_Swiper .swiper-slide-next:after {
    width: 0;
    height: 0;
}
.richeng_bg{
    background-color: #ffe9d6;
    padding-top: 1px;
    margin-top: 120px;
    padding-bottom: 60px;
}
.shedule{
    width: 100%;
}
.table_con{
    box-shadow: initial;
    padding-bottom: 0;
}
.tr1 {
    background: linear-gradient(180deg,#0052f5,#0da0fd);
}

.shedule tr th p{color: #fff;}
.shedule tr:nth-child(2) {
    border-top: none;
}
.shedule tr .td1{
    border-bottom: none;
    position: relative;
}
.shedule tr .td1::before{
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: 12px;
    top: 50%;
    border-left: 2px dashed #b4b4b4;
}
.data_icon{
    position: absolute;
    left: 8px;
    top:50%;
    transform: translateY(-50%);
    width: 10px;
}
.data_icon img{
    width: 100%;
}
.td1 p{
    display: inline-block;
    /*width: 100%;*/
    height: 100%;
    font-size: inherit;
    background-color: #aedeff;
    color: #333;
    padding: 3px 15px 3px 3px;
    clip-path: polygon(
      0% 100%, 
      0% 0%, 
      calc(100% - 10px) 0%, 
      100% 50%, 
      calc(100% - 10px) 100%
    );
}

.shedule tr:last-child .td1,.shedule tr td{
    border-bottom: none;
}
.shedule tr:last-child .td1::before{
    height: 0;
}

.shedule tr td:first-child, .shedule tr th:first-child{
    width: 18%;
}
.logo_con .huoban{
    justify-content: space-between;
}
.huoban span{
    width: 23%;
    margin-right: 0!important;
}
.zb_logo{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.zb_item span,
.zb_item img{
    display: inline-block;
    vertical-align:middle;
}
.zb_item span{
    margin-right: 40px;
    font-size: 30px;
    color: #0d2441;
}
.footer{margin-top: 0;}
.news_left, .news_right:active{
    border:none;
}
.bot_img{margin-top: -10%;}
.tuji_con{margin-bottom: -20px;}
@media screen and (max-width: 1000px) {
    .title_img img {
         height: auto; 
    }
    .section_mb {
        margin-bottom: 0%;
    }
    .bot_img{margin-top: 0;}
}
@media screen and (max-width: 900px) {  
    .zb_logo{
        flex-wrap: wrap;
    }
    .zb_item{
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
}
@media screen and (max-width: 800px) {
    .huoban span {
        width: 22%;
    }
}
@media screen and (max-width: 640px) {
    .title_img img {
        height: 36px;
    }
    .logo_con .huoban{
        justify-content: space-evenly;
    }
    .huoban span {
        width: 35%;
    }
    .hleft span:not(:nth-child(6n)), .hcenter span:not(:nth-child(6n)),
        .hleft span:not(:nth-child(3n)), .hcenter span:not(:nth-child(3n)) {
        margin-right: 0;
        margin-bottom: 5.5%;
    }
    .zb_item span{
        font-size: 24px;
        margin-right: 20px;
    }
    
    .jiabin_txt{
        padding-bottom: 8px;
    }
    .jiabin_name{font-size: 20px;padding: 7px 0;}
    .jiabin_zhiwei{
        height: 34px;
        font-size: 14px;
    }
    .jiabin_title {
        height: 40px;
        font-size: 16px;
    }
    .shedule tr .td1::before{
        border-left: 1px dashed #b4b4b4;
        left: 6px;
    }

    .data_icon{
        width: 6px;
        left: 3px;
        padding: 0;
    }
    .shedule tr .td1{
        padding-left: 15px!important;
    }
    .zb_qyw{
        width: 90%;
    }
    .news_left, .news_right {
        width: 50px;
    }
}
@media screen and (max-width: 500px) {
    .title_img, .title_txt {
        margin-bottom: 40px;
    }
    .zb_item span{font-size: 16px;}

    .zb_item{margin-bottom: 30px;}
    .huoban span {width: 40%;}
    .title_img img {
        height: 28px;
    }
}
@media screen and (max-width: 400px) {
    .title_img img {
        height: auto;
        width: 100%;
    }
}