.g-aboutUs{
	overflow: hidden;
}
.g-aboutUs .m-header{
	background: url(../images/0-guanyuwomenxinbeijing.jpg) no-repeat center;
	background-size: cover;
	background-position: 48% 0;
}
.g-aboutUs .m-header .u-ps-pc .u-tp {
    margin-top: 15px;
}
.g-aboutUs .m-about{
	margin-top: 120px;
}
.g-aboutUs .m-about .u-title{
	color: #004B77;
    font-size: 28px;
    margin-bottom: 40px;
}
.g-aboutUs .m-about .u-content{
	color:#004B77;
	font-size: 12px;
}
.g-aboutUs .u-target-img{
	width:100%;
	background: url(../images/target.jpg) no-repeat center;
	background-size: cover;
	background-position: 30% 0;
	height: 440px;
	color: #fff;
	display: flex;
    align-items: center;
    margin:120px 0 150px 0;
    overflow: hidden;
}
.g-aboutUs .u-target-img .target-title{
	font-size: 28px;
	margin-bottom: 40px;
}
@media (min-width: 768px){
	.g-aboutUs .m-header{
		background-position: center 0;
		height: 600px;
	}
	.g-aboutUs .m-crumb{
		display: block;
	}
	.g-aboutUs .m-about .u-content{
		font-size: 18px;
	}
}
@media (min-width: 1025px){
	.g-aboutUs .m-header .u-ps {
	    margin: 0 auto;
	}
}
