/*以下为banner图*/

.bg {
	max-width: 1920px;
	background: url("../images/bg_02.png") no-repeat center;
	height: 200px;
}
/*以下为地图*/



.adre {
	max-width: 1200px;
	margin: 30px auto;
}
/*引用百度地图API*/

.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}
.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}
/*以下为联系我们*/



.contact {
	max-width: 1200px;
	margin: 20px auto;
	text-align: center;
}
.contact h2 {
	color: #7e7e7e;
	font-size: 26px;
}
.contact .cyt {
	text-transform: uppercase;
	font-size: 26px;
	color: #7e7e7e;
	background: url("../images/liw.png") no-repeat bottom;
}
.contact ul li {
	float: left;
	margin: 60px 38px;
}
.contact_text {
	text-align: left;
	margin: 10px 17px;
}
.contact_text h3 {
	font-size: 18px;
	color: #7e7e7e;
}
.contact_text p {
	color: #7e7e7e;
	font-size: 18px;
}
/*以下为提交您的请求*/



.for {
	max-width: 1200px;
	margin: 30px auto;
	text-align: center;
}
.for h2 {
	color: #7e7e7e;
	font-size: 26px;
}
form {
	margin-top: 50px;
}
.for input {
	width: 490px;
	height: 40px;
	outline: medium;
	border: 2px solid #d5d5d5;
	margin-bottom: 40px;
	padding: 5px 10px;
}
textarea {
	border: 2px solid #d5d5d5;
	padding: 10px 10px;
	outline: medium;
	margin-bottom: 30px;
}
form button {
	padding: 15px 35px;
	background: #f3981b;
}
form button a {
	color: white;
	font-size: 16px;
}
form span {
	color: #737171;
	font-size: 20px;
}
form span i {
	color: #4c4c4c;
}
form .bt {
	background: #f3981b;
	border: none;
	font-size: 23px;
	color: white;
	width: 320px;
}
