@charset "utf-8";
/*----公司简介----*/
#content .profile {
	margin: 0 auto;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 1.5em;
	line-height: 26px;
}
#content .profile h3 {
	font-weight: bold;
	margin-bottom: 5px;
}
#content .profile>p {
	margin-bottom: 15px;
}
#content .daili{
	font-size:14px;
	width:100%;
	height:auto !important;
	overflow:hidden;
/*	margin:0 auto;
	text-align:center;
	border-bottom:2px solid #E5E5E5;
*/	padding-bottom:12px;
	margin-bottom:12px;
}
#content .daili select{
	background-color: #fff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	height: 26px;
	line-height: 26px;
	border: 1px solid #ccc;
	padding-left:4px;
	font-size: 13px;
}
.btn {
	font-size: 14px;
	background: #EE484C;
	color: #FFF;
	cursor: pointer;
	border: none;
	margin: 0px 3px;
	height: 24px;
	padding: 0 0.6em;
	display: inline-block;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
}
.btn:hover {
	background: #B60017;
	color: #FFF;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.btn-primary {
	text-align: center;
	line-height: 24px;
}
.btn-primary:hover {
	text-decoration: none;
}
#content .daili-pic {
	text-align: center;
	margin:0 auto 12px;
}
#content .profile table {
	width: 100%;
	border-collapse: collapse;
}
#content .profile table, #content .profile table th, #content .profile table td {
	border: 1px solid #7C7C7C;
	margin-bottom: 5px;
}
#content .profile table td {
	padding-left: 5px;
	font-size: 14px;
}
.news-info table td p{
	margin-bottom:0;
}
/*------代理登录------*/
#content .feedback_info {
	min-height: 450px;
	height: auto !important;
	height: 450px;
	overflow: visible;
	padding: 30px 0 0 0;
}
#content .feedback_info form{
	max-width:400px;
	height:auto !important;
	overflow:hidden;
	margin:0 auto 20px;
}
#content .feedback_info form ul{
	width:100%;
	height:auto !important;
	overflow:hidden;
}
#content .feedback_info form ul li {
	clear:both;
	width: 100%;
	height:28px;
	line-height:28px;
	margin-bottom: 10px;
	list-style: none;
/*	background:#9E6162;
*/}
#content .feedback_info form ul li img {
	vertical-align: middle;
	cursor: pointer;
	margin-left:8px;
}
#content .feedback_info form ul li label {
	line-height: 26px;
	font-size: 1.4em;
	width: 22%;
	float: left;
	display: inline;
	text-align: right;
}
#content .feedback_info form input[type="text"],#content .feedback_info form input[type="password"] {
	border: 1px solid #CCC;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	width: 76%;
	height: 24px;
	line-height: 24px;
	font-size: 1.3em;
	padding-left: 3px;
	float: left;
	display: inline;
	background: #F3F3F3;
}
#content .feedback_info form input[type="text"]:focus,#content .feedback_info form input[type="password"]: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 .feedback_info form .button2 {
	clear:both;
	max-width:400px;
	margin:0 auto;
	text-align: center;
}
#content .feedback_info form input.button2 {
	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:0 auto;
	margin-right: 10px;
}
.feedback_info .member {
	font-size:14px;
	color:#62361d;
}
/*----人才招聘----*/
#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 .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: #8e5325;
}
#content .contact p {
	margin-bottom: 10px;
}

#content .contact ul.qr-code {
	width: 100%;
	height: auto !important;
	overflow: hidden;
	margin-bottom:10px;
}
#content .contact ul.qr-code li {
	float: left;
	display: inline;
	width: 158px;
	margin-right: 32px;
}
#content .contact ul.qr-code li img {
	vertical-align: middle;
}
#content .contact ul.qr-code li h3 {
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	color:#333;
}