.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;
}

.nav_list {
	width: 600px;
	margin: 0 auto;
}

.nav_list>span {
	display: block;
	float: left;
	width: 100px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	color: #646464;
	cursor: pointer;
	font-size: 16px;
	margin: 0 10px;
}

.nav_list>span.about_current {
	color: #f42d06;
	box-sizing: border-box;
	border-bottom: 4px solid #f42d06;
}

.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: 546px;
	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: 634px;
	height: 360px;
	float: right;
}

.gupiao {
	font-size: 26px;
	margin: 20px 0;
	color: #323232;
}

.red_xian {
	width: 40px;
	height: 4px;
	background: #f42d06;
	margin-bottom: 10px;
}

.hhjs {
	font-size: 14px;
	color: #646464;
}

.hhjs>div {
	margin: 10px 0;
}

.about_news {
	width: 1100px;
	margin: 0 auto;
	padding: 30px 0 60px;
}

.news_lists {
	border-bottom: solid 1px #989898;
	padding: 20px 0;
	zoom: 1;
	overflow: auto;
}

.news_img {
	width: 280px;
	height: 180px;
	background: #494949;
	float: left;
	overflow: hidden;
	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;
}

.news_img img {
	width: 100%;
	height: 100%;
	transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
}

.news_img 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;
}

.news_body {
	width: 780px;
	height: 180px;
	float: right;
	position: relative;
}

.newstitle {
	height: 36px;
	font-size: 18px;
	color: #262626;
	line-height: 36px;
	cursor: pointer;
}

.newstitle:hover {
	color: red;
}

.news_neirong {
	color: #8c8c8c;
	font-size: 14px;
}

.news_more {
	color: #ff1100;
	font-size: 14px;
}

.news_time {
	height: 24px;
	font-size: 14px;
	color: #555555;
	position: absolute;
	bottom: 0;
	right: 0;
}

.abos {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 0 60px;
	zoom: 1;
	overflow: auto;
}

.abo_left {
	width: 600px;
	border-right: dashed 1px #c6c6c6;
	float: left;
}

.abo_left>div {
	margin: 20px;
	text-align: right;
}

.abo_right {
	width: 600px;
	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;
}

.xq_body {
	width: 680px;
	margin: 0 auto;
	padding: 20px 0 60px;
	zoom: 1;
	overflow: auto;
}

.xq_body input {
	margin: 20px 0;
	border: none;
	outline: none;
	padding: 0 10px;
	color: #727272;
}

.input_left {
	float: left;
	height: 40px;
	width: 46%;
}

.input_right {
	float: right;
	height: 40px;
	width: 46%;
}

.xq_body textarea {
	width: 100%;
	margin-top: 20px;
	height: 200px;
	border: none;
	padding: 6px;
	outline: none;
	color: #727272;
}

/* .newtitle {*/
 .about_button { width:160px;
	height: 40px;
	margin: 40px auto 20px;
	background: #f42d06;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
} 