@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;}
.tr1 {
    background: linear-gradient(90deg, #1e73fa, #6abcfb);
}
.shedule tr th p{color: #fff;}
.logo_con .huoban{
	justify-content: space-between;
}
.huoban span{
	width: 20%;
}
.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: 1000px) {
    .title_img img {
        height: 100px;
    }
}
@media screen and (max-width: 900px) {
    .title_img img {
         height: 90px; 
    }
    .zb_logo{
    	flex-wrap: wrap;
    }
    .zb_item{
    	width: 100%;
    	margin-bottom: 40px;
    	text-align: center;
    }
}
@media screen and (max-width: 800px) {
    .title_img img {
        height: 80px;
    }

}
@media screen and (max-width: 640px) {
    .title_img img {
        height: 70px;
    }
    .logo_con .huoban{
    	justify-content: space-around;
    }
    .huoban span {
	    width: 40%;
	}
	.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: 26%;
    }
    .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;
    }
}
@media screen and (max-width: 500px) {
    .title_img, .title_txt {
        margin-bottom: 40px;
    }
    .title_img img {height: 60px;}
    .zb_item span{font-size: 16px;}
    .zb_qyw {width: 32%;}
    .zb_lm{width: 58%;}
    .zb_item{margin-bottom: 30px;}
    .huoban span {width: 45%;}
    
}