.about_body{ margin-top:90px; width:100%;}
.about_ban {
	width: 100%;
	height: 140px;
	overflow: hidden;
}

.about_ban img {
	position: relative;
	left: 50%;
	margin-left: -960px;
	z-index: 10;
}

.about_nav {
	width: 100%;
	height: 80px;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0 0 6px 0px #888;
	box-shadow: 0 0 6px 0px #888;
}

.about_list {
	width: 100%;
	display: none;
}
.jianjie {
	width: 100%;
	font-size: 30px;
	text-align: center;
	line-height: 90px;
	color: #323232;
}

.about_1 {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 60px;
	zoom: 1;
	overflow: auto;
}

.about_left {
	width: 50%;
	height: 360px;
	overflow: hidden;
	float: left;
}

.about_left img {
	width: 100%;
	height: 100%;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
}

.about_left img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
}

.about_right {
	width: 50%;
	height: 360px;
	float: right;
}

.abos {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0 60px;
	zoom: 1;
	overflow: auto;
}

.abo_left {
	width: 45%;
	border-right: dashed 1px #c6c6c6;
	float: left;
}

.abo_left>div {
	margin: 20px;
	text-align: right;
}

.abo_right {
	width: 50%;
	float: right;
}

.abo_right>div {
	margin: 20px;
	text-align: left;
}

.abo_left1 {
	color: #f42d06;
	font-size: 18px;
	line-height: 36px;
}

.zi_hui {
	color: #646464;
	font-size: 14px;
	line-height: 20px;
}

.lc_img {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 60px;
}

.input_left {
	float: left;
	height: 40px;
	width: 46%;
}

.input_right {
	float: right;
	height: 40px;
	width: 46%;
}

.xq_body {
	width: 680px;
	margin: 0 auto;
	padding: 20px 0 60px;
	zoom: 1;
	overflow: auto;
}

.xq_body input {
	margin: 20px 0;
	padding: 0 10px;
	color: #727272;
}



.xq_body textarea {
	width: 98%;
	margin-top: 20px;
	height: 200px;
	padding: 6px;
	color: #727272;
}

.submit_button {
	width: 160px;
	height: 40px;
	margin: 40px auto 20px;
	background: #f42d06;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
}