@charset "utf-8";
/*----公司简介----*/
#content .profile {
	margin:0 auto;
/*	text-align: justify;
	text-justify: inter-ideograph;
*/	font-size: 1.4em;
	line-height: 24px;
}

#content .profile h3{
	font-weight:bold;
	margin-bottom:5px;
}

#content .profile img {
	max-width:100%;
}
#content .profile p {
	margin-bottom:13px;
}
#content .profile p.cp{
	padding-left:50px;
}
#content .profile p.p2{
	padding-left:2em;
}

#content .profile ul.hr-list{
	width:100%;
	height:auto !important;
	overflow:hidden;
	margin-bottom:20px;
	border-bottom:2px solid #eee;
}
#content .profile ul.hr-list li{
	float:left;
	display:inline;
}
#content .profile ul.hr-list li.li1{
	width:30%;
}
#content .profile ul.hr-list li.li2{
	width:70%;
}
#content .profile ul.hr-list li h4{
	font-size:14px;
	line-height:24px;
}
/*----人才招聘----*/
#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 #ccc;
	padding-left:5px;
	line-height:1.8em;
}
#content .profile table td.cred{
	font-size:16px;
}
/*----联系我们----*/
#content .contact {
	margin:0 auto;
	font-size: 1.4em;
	padding: 20px 0px 0px 40px;
	line-height: 24px;
}
#content .contact img{
	max-width:100%;
	margin-bottom:10px;
}
#content .contact h3 {
	font-size: 18px;
	margin-bottom:10px;
	font-weight:400;
}
#content .contact p {
	line-height: 28px;
	margin-bottom:20px;
}
/*--------在线留言-------*/
#content .message {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 25px 30px 25px;
}
#content .message h2 {
	font-size: 15px;
	text-align: center;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 10px;
}
#content .message li {
	width: 100%;
	margin-bottom: 8px;
	list-style: none;
}
#content form input[type="text"],#content form input[type="tel"],#content form input[type="email"] {
	border: 1px solid #D7E6F1;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	width: 100%;
	font-size: 12px;
	text-indent: 10px;
	background: #F3F3F3;
	line-height: 30px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
#content form input:focus, #content form textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#content form textarea {
	font-size: 12px;
	width: 100%;
	border: 1px solid #D7E6F1;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	background: #F3F3F3;
	line-height: 24px;
	color: #999;
	text-indent: 10px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
#content form .button {
	margin:0 auto;
	text-align: center;
}
#content form input.button2 {
	background: url(../images/button_bg2.gif) repeat-x;
	border: 1px solid #799AE1;
	width:80px;
	height: 25px;
	line-height:25px;
	cursor: pointer;
	font-size: 13px;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	text-align: center;
	margin:0 6px;
}
/*------在线留言------*/
.feedback_info {
	padding: 15px 10px 0px 20px;
}
.feedback_info h3 {
	width: 583px;
	height: 60px;
	padding-top: 6px;
	font-weight: normal;
	color: #ae2109;
	padding-left: 15px;
	font-size: 1.4em;
	background: url(../images/message_top.gif) no-repeat bottom;
}
.feedback_info form ul li {
	clear:both;
	margin-bottom: 10px;
}
.feedback_info form ul li img {
	vertical-align: middle;
	cursor: pointer;
}
.feedback_info form ul li label {
	line-height: 26px;
	font-size: 1.3em;
	width: 80px;
	float: left;
	display: inline;
	text-align: right;
}
.feedback_info form input[type="text"],.feedback_info form input[type="tel"], .feedback_info form input[type="email"] {
	border: 1px solid #CCC;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	height: 24px;
	line-height: 24px;
	padding-left: 3px;
	font-size: 1.3em;
	width: 50%;
}
.feedback_info form textarea {
	border: 1px solid #CCC;
	width: 428px;
	height: 96px;
	font-size: 1.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding-left: 3px;
	padding-top: 2px;
}

.feedback_info form input:focus, .feedback_info form textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.feedback_info form .button {
	width: 460px;
	text-align: center;
}
.feedback_info form input.button {
	background: url(../images/button_bg2.gif) repeat-x;
	border: 1px solid #799AE1;
	height: 25px;
	width: 80px;
	cursor: pointer;
	font-size: 13px;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	margin-right: 10px;
	padding: 0;
}
