@charset "utf-8";
/*----公司简介----*/
main {
	width: 100%;
	background: #efe9cf;
}
/*----公司简介----*/
#content .profile {
	min-height: 600px;
	height: auto !important;
	height: 600px;
	overflow: visible;
	padding: 20px 25px 30px 25px;
	margin: 0 auto;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 1.5em;
	line-height: 26px;
}
#content .profile img {
	max-width: 100%;
	float: right;
	clear: left;
	margin: 0 0 0 10px;
}
#content .profile h3 {
	font-weight: bold;
	margin-bottom: 5px;
}
#content .profile p {
	margin-bottom: 15px;
}
#content .profile p.cp {
	padding-left: 50px;
}
#content .profile p.p2 {
	padding-left: 2em;
}
/*----人才招聘----*/
#content .profile table {
	width: 100%;
	margin-bottom: 10px;
}
/*#content .profile table tr:nth-child(odd) {
	background-color:#f0f0f0;
}*/
#content .profile table td {
	border: 1px solid #b48f12;
	line-height: 24px;
	font-size: 14px;
	padding: 4px 0 4px 6px;
}
#content .profile table td.cred {
	font-size: 16px;
	padding-left: 12px;
	color: #b48f12;
}
/*----联系我们----*/
#content .contact {
	margin: 0 auto;
	font-size: 1.5em;
	padding: 20px 20px 30px 40px;
	line-height: 28px;
}
#content .contact>h3 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 400;
	color: #8e5325;
}
#content .contact p {
	margin-bottom: 10px;
}
#dituContent {
	height: 400px;
	border: #ccc solid 1px;
}
