@charset "utf-8";
.topbar{background-color: #002871;}
.topbar_fixed{z-index: 99;}
.jiabin_swiper .swiper-slide-active:after,
.jiabin_swiper .swiper-slide-next:after{
	/*position: absolute;
	content: '';
	width: 0;
	height: 0;*/
	right: -17px;
}
.jiabin_txt{
	padding: 30px 0;
	text-align: center;
}
.jiabin_name{
	display: block;
	font-size: 26px;
	color: #005aff;
}
.jiabin_zhiwei{
	margin-top: 2px;
	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;
    background:url(/statics/images/special/95/jiabin_bg.png) no-repeat 100% 100%;
    background-size: cover;
    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;
}
.shedule{
    width: 100%;
}
.table_con{
    box-shadow: initial;
    padding-bottom: 0;
}
.tr1 {
    background: #0188f9;
    position: relative;
    padding-top: 2px;
}
.tr1:after{
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg,#0188f9,#6fffec,#ffde5e);
}
.shedule tr th p{color: #fff;}
.shedule tr:nth-child(2) {
    border-top: none;
}
.shedule tr:last-child td {
    border-bottom: 1px solid #eeeeee;
}
.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 #0188f9;
}
.data_icon{
    position: absolute;
    left: 8px;
    top:50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 5px 0;
    width: 12px;
}
.data_icon img{
    width: 100%;
}
.td1 p{
    width: 100%;
    height: 100%;
    font-size: inherit;
}
.shedule tr:last-child .td1{
    border-bottom: none;
}
.shedule tr:last-child .td1::before{
    height: 0;
}
.logo_con .huoban{
	/*justify-content: space-between;*/
    justify-content: center;
}
.huoban span{
	width: 15%;
}
.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;
}
.zb_lm{
	transform: translateY(-5px);
}

@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) {
    

}
@media screen and (max-width: 640px) {
    .title_img img {
        height: 40px;
    }
    .logo_con .huoban{
    	justify-content: space-around;
    }
    .huoban span {
	    width: 30%;
	}
	.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;
    }
    .zb_qyw{
    	width: 90%;
    }
    .zb_lm{
    	transform: translateY(0);
    	width: 46%;
    }
    .jiabin_txt{
    	padding: 15px 0 8px;
    }
    .jiabin_name{font-size: 22px;}
    .jiabin_zhiwei{
        height: 34px;
        font-size: 14px;
    }
    .jiabin_title {
        height: 40px;
        font-size: 16px;
    }
    .shedule tr .td1::before{
        border-left: 1px dashed #0188f9;
        left: 6px;
    }

    .data_icon{
        width: 8px;
        left: 3px;
        padding: 0;
    }
    .shedule tr .td1{
        padding-left: 15px!important;
    }
}
@media screen and (max-width: 500px) {
    .title_img, .title_txt {
        margin-bottom: 40px;
    }
    .zb_item span{font-size: 16px;}
    /*.zb_qyw {width: 32%;}
    .zb_lm{width: 58%;}*/
    .zb_item{margin-bottom: 30px;}
    /*.huoban span {width: 45%;}*/
    
}