@charset "utf-8";
/*----公司简介----*/
#content .profile {
	height:auto !important;
	overflow:hidden;
	padding: 8px 10px 0px 16px;
	text-align: justify;
	text-justify: inter-ideograph;
	background:url(../images/about_bg.jpg) no-repeat center 410px;
}
#content .profile h3 {
	font-size: 14px;
	padding-bottom: 6px;
}
#content .profile p {
	font-size:13px;
	line-height:1.72em;
	text-indent:2em;
	padding-bottom:8px;
}
#content .profile strong {
	font-weight: normal;
}
/*------在线留言------*/
#content .feedback_info {
	min-height: 460px;
	height: auto !important;
	height: 460px;
	overflow: visible;
	padding: 15px 10px 0px 20px;
}
#content .feedback_info h2 {
	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;
}
#content .feedback_info span {
	font-size:13px;
	padding-top:5px;
	text-align:right;
	display:block;
	width:500px;
}
#content .feedback_info span a{
	color:#666;
}
#content form ul li {
	margin-bottom: 8px;/*	background-color:#5292BB;
*/
}
#content form ul li img {
	vertical-align: middle;
	cursor: pointer;
}
#content form ul li label {
	line-height: 26px;
	font-size: 1.3em;
	width: 80px;
	float: left;
	display: inline;
	text-align: right;
}
#content form input {
	border: 1px solid #CCC;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	width: 260px;
	height: 24px;
	line-height: 24px;
	font-size: 1.3em;
	padding-left: 3px;
}
#content 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;
}
#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 .button {
	width: 460px;
	text-align: center;
}
#content 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;
}
/*-----查看留言-----*/
#content .history {
	min-height: 460px;
	height: auto !important;
	height: 460px;
	overflow: visible;
	padding: 15px 10px 0px 20px;
}
#content .history h2{
	height: 32px;
	line-height: 32px;
	color: #ae2109;
	font-size:16px;
	padding-left:17px;
	border-bottom:1px solid #E3E3E3;
	margin-bottom:8px;
	background:url(../images/icon08.gif) no-repeat left;
}
#content .history h2 a {
	float:right;
	display:inline;
	color: #0099CC;
	text-align: right;
	font-size:13px;
}
.fd_content {
	height:auto !important;
	overflow:hidden;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	margin-bottom:10px;
	font-size:12px;
	line-height:23px;
}
.fd_user {
	height:24px;
	background-color:#f5f5f5;
}
.fd_admin {
	padding-left:8px;
	background-color:#f5f5f5;
}
.fd_admin span{
	float:right;
	display:inline;
	padding-right:5px;
}
.fd_message {
	padding-left:8px;
	background:#FFF;
}
.fd_message h3{
	font-size:12px;
	font-weight:normal;
}
.fd_user span {
	float:right;
	padding-right:8px;
	font-weight:normal;
}
.fd_uname {
	text-align:left;
	float:left;
	padding-left:8px;
	display:inline;
}
/*----联系我们----*/
#content .contact {
	clear: both;
	min-height: 380px;
	height: auto !important;
	height: 380px;
	overflow: visible;
	font-size: 14px;
	padding: 20px 0px 0px 30px;
	background: url(../images/contact_bg1.jpg) no-repeat bottom right;
}
#content .contact h1 {
	font-size: 16px;
	line-height: 50px;
	color: #024289;
}
#content .contact strong {
	font-weight: normal;
}
#content .contact p {
	line-height: 28px;
}