@charset "utf-8";
/*----公司简介----*/
#content .profile {
	height: auto !important;
	overflow:hidden;
	padding: 30px 25px 0px 25px;
	font-size: 1.5em;
}

#content .profile p>img{
	padding-right:20px;
}

#content .all-pic{
	clear:both;
	margin-left:40px;
	width:850px;
	height:auto !important;
	overflow:hidden;
}
#content .all-pic img {
	float: left;
	display:inline;
	margin:0px 40px 20px 0px;
	border:solid 1px #ccc;
}
#content .profile p {
	font-size: 1em;
	line-height: 25px;
	margin-bottom: 12px;
}
/*----联系我们----*/
#content .contact {
	margin: 0 auto;
	font-size: 1.5em;
	padding: 20px 40px 40px 40px;
	line-height: 24px;
}
#content .contact h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 400;
}
#content .contact p {
	line-height: 28px;
	margin-bottom: 20px;
}
#content .contact p strong{
	color:#1c62b0;
}
/*-----在线留言----*/
#content .contact .message {
	height: auto !important;
	overflow: hidden;
}
#content .contact .message li {
	height: auto !important;
	overflow: hidden;
	margin-bottom: 15px;
}
#content .contact .message li img {
	cursor: pointer;
	vertical-align: middle;
}
#content form input[type="text"] {
	border: 1px solid #208CC8;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	padding-left: 5px;
	float: left;
	display: inline;
}


#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 .inp1 {
	width: 252px;
	margin-right: 15px;
}
#content form .inp1:last-child {
	margin: 0;
}
#content form .inp2 {
	width: 800px;
}
#content form textarea {
	border: 1px solid #208CC8;
	width: 800px;
	height: 210px;
	font-size: 13px;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding-left: 5px;
	padding-top: 8px;
}
#content .contact .message li.button {
	height: auto !important;
	overflow: hidden;
	width: 800px;
	text-align: center;
}
input.button1 {
	background: #BE152C;
	border: 1px solid #BE152C;
	height: 33px;
	width: 103px;
	cursor: pointer;
	font-size: 15px;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	margin-right: 10px;
	padding: 0;
	color: #FFFFFF;
}
input.button2 {
	background: #fff;
	border: 1px solid #ccc;
	height: 33px;
	width: 103px;
	cursor: pointer;
	font-size: 15px;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	margin-right: 10px;
	padding: 0;
	color: #333;
}