@charset "utf-8";
/*----公司简介----*/
#content .profile {
	margin: 0 auto;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 1.5em;
	line-height: 26px;
	padding: 30px 0px 15px 0px;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	overflow: visible;
}
#content .profile img {
	max-width: 100%;
	vertical-align:middle;
}
#content .profile h3 {
	margin-bottom: 5px;
}
#content .profile p {
	margin-bottom: 15px;
}
/*----联系我们----*/
#content .contact {
	margin: 0 auto;
	font-size: 1.5em;
	padding: 20px 20px 30px 40px;
	line-height: 26px;
}
#content .contact>h3 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #004098;
}
#content .contact p {
	margin-bottom: 10px;
}