.g-classify{
	overflow: hidden;
}
.g-classify .m-header{
	background: url(../images/0-gsbeijing1.jpg) no-repeat center;
	background-size: cover;
	background-position: 55% 0;
}
@media (min-width: 768px){
	.g-classify .m-header{
		background-position: center 0;
		height: 600px;
	}
	.m-crumb{
		display: block;
	}
	.container .row.justify-content-center{
		justify-content:left !important;
	}
}
@media (min-width: 1025px) {
	.m-header .u-ps{
		display: block;
	}
	.m-header .u-ps-pc{
		display: none;
	}
	.container .row.justify-content-center{
		justify-content:left !important;
	}
}
.container .row.justify-content-center{
	justify-content:center;
}
.container form .row.justify-content-center{
	justify-content:center !important;
}

.no-padding-col img {
	max-width: 100%;
	max-height: 100%;
	width: 100%; 
	height: auto;
}