@import '../css/reset.css';
@import '../css/base.css?v=2.0.0';

.whoWeAreInfo {
	/* text-align: center; */
	font-size: 26px;
	font-family: Helvetica;
	font-weight: 400;
	color: #555555;
	line-height: 36px;
	padding: 40px 60px
}

.whoWeAreInfo p {
	font-size: 26px;
	font-family: Helvetica;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
}

.infoImgBox {
	width: 700px;
	height: 466px;
	background: #FFFFFF;
	/*box-shadow: 0px 0px 6px 0px rgba(38, 40, 38, 0.3);*/
	position: relative;
	margin: 35px auto;
}

.infoImgBox img {
	max-width: 100%;
	display: inline-block;
	position: absolute;
	bottom: 24px;
	right: 24px;
}

/* 小分辨率 pad*/
@media screen and (min-width: 992px) {}

/* 手机 */
@media screen and (max-width: 768px) {
	.whoWeAreInfo {
		font-size: 12px !important;
		line-height: 18px;
		padding: 0 8px;
	}
	.infoImgBox {
		width: 360px;
		height: 246px;
		margin: 4px auto !important;
	}
	.infoImgBox img {
		bottom: 12px;
		right: 12px;
	}
	.whoWeAreInfo p {
		font-size: 12px !important;
		line-height: 18px !important;
	}

	.whoWeAreInfo p span {
		font-size: 12px !important;
		line-height: 18px !important;
	}

	.whoWeAreInfo img {
		padding: 0px;
	}
}