@media screen and (max-width: 750px){
	.banner{
		width: 100%;
		height: 150px;
               margin: 0;
	}
	.banner .swiper-slide{
		background-size: 100% 120px;
	}
	.container{
		width: 100%;
		height: 100%;
		position: relative;
	}
	#nav{
		padding-top: 20px;
	}
	.nav-bg{
		padding-bottom: 20px;
	}
	.nav-left,.nav-box,.nav-left-list,.nav-banner,.nav-right{
		width: 100%;
	}
	.nav-left-list,.nav-list-li,.recruit-students,.resources{
		padding: 0 8px;
		box-sizing: border-box;
	}
	.nav-banner{
		margin: 20px 0;
	}
	.recruit-students-box{
		width: 100%;
	}
	.jump{
		margin-top: 20px;
		padding: 0 8px;
		box-sizing: border-box;
	}
	.nav-news-ul{
		padding: 15px 0;
	}
}