@charset "utf-8";
/*----公司简介----*/
main {
	width: 1134px;
	height: auto !important;
	overflow: hidden;
	margin: 0px auto;
	background: #fff url(../images/main-bg.jpg) repeat-x top;
}
main .profile {
	height: auto !important;
	overflow:hidden;
	padding: 40px 25px 80px 100px;
	font-size: 1.2em;
}
main .profile h2 {
	font-weight: normal;
	font-size: 38px;
	color: #E38C2D;
	font-family: myFirstFont;
	text-transform: uppercase;
}
main .profile h2 span {
	color: #222;
}
main .profile h3 {
	font-weight: normal;
	font-size: 24px;
	margin-top: -12px;
	margin-bottom: 20px;
}
main .profile h3 span {
	color: #B5B5B5;
	font-size: 12px;
	font-weight: normal;
}
main .profile p {
	font-size: 1em;
	line-height: 24px;
	margin-bottom: 8px;
}
main .profile .aboutb {
	font-size:18px;
	font-weight:bold;
	padding-top:10px;
}
/*--------人才招聘-------------*/
#content .resouce_info {
	min-height:450px;
	height:auto !important;
	height:450px;
	overflow:visible;
	padding:15px 15px 0px 15px;
}
#content .resouce_info table {
	width: 100%;
	margin-bottom:10px;
}
#content .resouce_info table tr:nth-child(odd) {
	background-color:#f0f0f0;
}
#content .resouce_info table td {
	border: 1px solid #ccc;
	padding-left:5px;
	font-size: 12px;
	line-height:1.8em;
}
#content .resouce_info table td.cred{
	color:#F00;
}