@charset "utf-8";
	body {
	margin:0px auto;
	padding:0px;
	color:#5b5a5a;
	min-width:1200px;
	font-size:12px;
	font-family:Arial, "宋体", sans-serif;
	background:#ffffff;
}
a:link {
	color:#5b5a5a;
	cursor:pointer;
	text-decoration:none;
}
a:visited {
	color:#5b5a5a;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	color:#8cb16a;
	text-decoration:none;
}
a:active {
	color:#5b5a5a;
	text-decoration:none;
}
img {
	border:none;
}
dl {
	margin:0px;
	padding:0px;
}
.fn-clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.fn-clear {
	zoom: 1;
	/* for IE6 IE7*/
	
}
/* 隐藏, 通常用来与 JS 配合*/
	body .fn-hide {
	display: none;
}
/* 设置内联, 减少浮动带来的bug*/
	.fn-left, .fn-right {
	display: inline;
}
.fn-left {
	float: left;
}
.fn-right {
	float: right;
}
.hidden {
	display:none;
}
dl {
	margin: 0px;
	padding: 0px;
}
dt {
	margin: 0px;
	padding: 0px;
}
dd {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
ol {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
}
h5 {
	margin: 0px;
	padding: 0px;
}
h6 {
	margin: 0px;
	padding: 0px;
}
pre {
	margin: 0px;
	padding: 0px;
}
code {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	margin: 0px;
	padding: 0px;
}
legend {
	margin: 0px;
	padding: 0px;
}
input {
	margin: 0px;
	padding: 0px;
}
textarea {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
blockquote {
	margin: 0px;
	padding: 0px;
}
th {
	margin: 0px;
	padding: 0px;
}
td {
	margin: 0px;
	padding: 0px;
}
hr {
	margin: 0px;
	padding: 0px;
}
button {
	margin: 0px;
	padding: 0px;
}
/*布局专用*/
	.layout {
	width:1200px;
	margin:0 auto;
	padding:0px;
	zoom: 1;
	overflow:hidden;
}
.layout:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.positRelative {
	position:relative;
}
/**---导航浮动--**/
	.menu_fixed {
	POSITION: fixed;
	LEFT: 0px;
	top:0px;
	MARGIN: 0px auto;
	padding:0px;
	Z-INDEX: 99999;
	WIDTH: 100%;
}
/*----head---*/
	.headWrap {
	width:100%;
	height:100px;
	border-top:#42b129 solid 5px;
	border-bottom:#ababab solid 1px;
}
.head {
	width:1200px;
	height:100px;
	margin:0px auto;
}
.head .headright {
	width:850px;
	text-align:right;
}
.head .headright .yuyan {
	height:21px;
	line-height:21px;
	padding:10px 17px 10px 0px;
}
.head .headright .tel{
	float:right;
	padding-right:17px;
	background:url(../images/icontel.png) no-repeat left center;
	padding-left:22px;
	line-height:20px;
}
.head .headright .tel span{
	color:#f00;
	font-weight:bold;
	font-size:14px;
}
.ml10 {
	margin-left:10px;
}
/*--导航--*/
	.menu {
	width:850px;
	height:45px;
	margin:0px;
	margin-top:10px;
}
.menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#dropmenu {
	margin: 0px;
	padding: 0px;
	height:45px;
	list-style:none;
	float:right;
}
#dropmenu li {
	float: left;
	list-style: none;
	font: 14px/45px 'microsoft yahei',Verdana,Arial;
	width:84px;
	float:left;
	text-align:center;
	margin:0px 0px 0px 22px;
	position:relative;
	z-index:9999;
}
#dropmenu li a {
	display: block;
	padding: 0px;
	text-align:center;
	text-decoration: none;
	width: 84px;
	height:45px;
	white-space: nowrap;
	font: 14px/45px 'microsoft yahei',Verdana,Arial;
	font-weight:bold;
}
#dropmenu li a:hover {
	color: #42b129;
}
#dropmenu li:hover {
	color: #42b129;
}
#dropmenu li ul {
	margin: 0px auto;
	padding:10px 0px 10px 0px;
	width: 84px;
	visibility: hidden;
	z-index:9999;
	background:url(../images/xialabg.png) repeat left top;
	float:left;
	border-top:#42b129 solid 4px;
	position:absolute;
}
#dropmenu li ul li {
	float: none;
	display: inline;
	height:24px;
	margin:0px auto;
}
#dropmenu li ul li a {
	text-align:left;
	font: 12px/24px 'microsoft yahei',Verdana,Arial;
	height:24px;
	display:block;
	width:74px;
	margin:0px auto;
	border-bottom:#ffffff dashed 1px;
	background:url(../images/xl_jt.png) no-repeat 3px center;
	text-indent:13px;
}
#dropmenu li ul li a:hover {
	background:url(../images/xl_jt.png) no-repeat 3px center;
	color:#42b129;
}
/*--banner background:url(../images/loading.gif) no-repeat center 200px;
	--*/
	/*--banner--*/
.bannerWrap {
	width:100%;
	height:450px;
	margin-bottom:30px;
}
/*--大事记--*/
.bitit {
	width:100%;
	height:46px;
	background:url(../images/line2.jpg) repeat-x left top;
	text-align:center;
	overflow:hidden;
}
.dsjList {
	width:1200px;
	margin:0px auto;
	background:url(../images/line3.jpg) repeat-x left top;
	height:78px;
	position:relative;
}
.dsjList ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.dsjList ul li {
	width:300px;
	float:left;
	background:url(../images/dian1.jpg) no-repeat center top;
}
.dsjList ul li .tits {
	height:38px;
}
.dsjList ul li:hover {
	background:url(../images/dian2.jpg) no-repeat center top;
	cursor:pointer;
}
.dsjList ul li .dates {
	height:30px;
	line-height:30px;
	text-align:center;
	color:#868585;
	font-size:18px;
}
.dsjList ul li .txts {
	position:absolute;
	top:68px;
	line-height:24px;
	left:0px;
	width:380px;
	height:100px;
	display:none;
}
/*--公司动态--*/
	.gsdtWrap {
	height:268px;
	margin-top:30px;
	margin-bottom:30px;
}
.ggdt {
	width:606px;
	height:268px;
}
.fwzx {
	width:594px;
	height:268px;
}
.fwzx .fwzxleft {
	width:297px;
}
.fwxzleft_cont {
	width:297px;
	height:134px;
	background:#f4a030;
	color:#ffffff;
}
.fwxzleft_cont_p {
	width:245px;
	margin:0px auto;
	padding:0px;
	line-height:22px;
	padding-top:8px;
}
.fwxzleft_cont_p h2 {
	text-align:center;
}
/*--公司动态效果--*/
	/* 多个左滚动 - 公用类*/
	.leftLoop {
	overflow:hidden;
	position:relative;
	background:#f2f2f2;
	border-bottom:#f4a63e solid 3px;
	height:265px;
}
.leftLoop .hd {
	overflow:hidden;
	height:40px;
}
.leftLoop .hd .tit {
	font-weight:bold;
	line-height:40px;
	margin-left:20px;
}
.leftLoop .hd .prev {
	display:block;
	width:21px;
	height:21px;
	float:right;
	margin-right:5px;
	margin-left:5px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	background:url("../images/jtleft.jpg") no-repeat;
}
.leftLoop .hd .next {
	display:block;
	width:21px;
	height:21px;
	float:right;
	margin-right:20px;
	margin-left:5px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	background:url("../images/jtright.jpg") no-repeat;
}
.leftLoop .hd ul {
	float:right;
	overflow:hidden;
	zoom:1;
	margin-top:10px;
	display:none;
}
.leftLoop .hd ul li {
	position:relative;
	_display:inline;
	float:left;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	margin-right:10px;
	text-indent:-999px;
	cursor:pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(PIE.htc);
}
.leftLoop .hd ul li.on {
	background:#f00;
}
.leftLoop .bd {
	width:566px;
	margin:0px auto;
}
.leftLoop .bd ul {
	overflow:hidden;
	zoom:1;
	margin:0px;
	padding:0px;
	list-style:none;
}
.leftLoop .bd ul li {
	float:left;
	display:_inline;
}
.leftLoop .bd ul li .pic {
	width:183px;
}
.leftLoop .bd ul li .title {
	width:383px;
	height:37px;
	font-weight:bold;
	font-size:14px;
}
.leftLoop .bd ul li .txts {
	width:383px;
	height:150px;
	line-height:22px;
}
.leftLoop .bd ul li .links {
	width:383px;
}
.leftLoop .bd ul li .links a {
	display:block;
	background:#fdaa38;
	color:#ffffff;
	width:50px;
	line-height:22px;
	text-align:center;
}
.leftLoop .bd ul li .links a:hover {
	background:#42b129;
}
/*--产品展示--*/
	.morePro {
	display:block;
	width:80px;
	height:22px;
	border:#d3d3d3 solid 1px;
	text-align:center;
	line-height:22px;
	color:#a7a7a7;
	margin:0px auto;
}
.morePro:hover {
	color:#ffffff;
	background:#42b129;
	border:#2a9512 solid 1px;
}
.productList {
	margin:30px auto;
}
.productList .list {
	clear: both;
	height: 229px;
	overflow: hidden;
	position: relative;
	width: 1200px;
}
.productList .list ul {
	position: absolute;
	top: 0;
	left: 0;
	height: 229px;
	margin:0px;
	padding:0px;
	list-style:none;
	width: 5000px;
	overflow: hidden;
}
.productList .list li {
	float: left;
	height: 229px;
	border-right: 1px solid #fff;
	position: relative;
	overflow: hidden;
}
.productList .list li img {
	display: block;
	width: 295px;
	height: 197px;
}
.productList .list li span {
	display: block;
	height: 26px;
	margin-top:2px;
	line-height: 26px;
	overflow: hidden;
	background: #dbdbdb;
	text-align: center;
	font-size: 14px;
	color: #5b5a5a;
}
.productList .list li.curr {
	width: 295px;
}
/*--新闻资讯--*/
	.hnewsList {
	padding-top:5px;
}
.hnewsList dl {
	margin:0px;
	padding:0px;
	width:580px;
	margin-top:35px;
}
.hnewsList dl dt {
	font-size:14px;
	line-height:40px;
	font-weight:bold;
	width:345px;
}
.hnewsList dl .dddate {
	color:#c6c6c6;
	padding:0px;
	height:25px;
	padding:0px;
	width:345px;
}
.hnewsList dl .ddtxts {
	margin:0px;
	padding:0px;
	line-height:22px;
	overflow:hidden;
	width:345px;
}
.hnewsList dl .ddPic {
	margin:0px;
	padding:0px;
	width:235px;
}
.hnewsList dl .ddPic img {
	border:#dfdfdf solid 3px;
	width:200px;
	height:134px;
}
.hnewsList dl .ddPic a:hover img {
	border:#42b129 solid 3px;
}
/*--底部导航--*/
	.footWrap {
	width:100%;
	background:#414141;
	color:#878787;
	margin-top:40px;
}
.footWrap a {
	color:#878787;
}
.footWrap a:hover {
	color:#c0bebe;
}
.footWrap .ftNav {
	height:48px;
	border-bottom:#515050 solid 1px;
	line-height:48px;
	text-align:center;
}
.footWrap .ftNav a {
	color:#878787;
	padding:0px 14px;
}
.footWrap .ftNav a:hover {
	color:#c0bebe;
}
.footContent {
	padding:30px 0px 15px 0px;
	line-height:24px;
}
.w275 {
	width:275px;
}
.w220 {
	width:220px;
}
.w240 {
	width:240px;
}
.copyright {
	width:100%;
	background:#292929;
	line-height:40px;
	text-align:center;
	color:#adadad;
}
.copyright a {
	color:#adadad;
}
/*--内页--*/
.subbannerWrap {
	width:100%;
	padding-top:202px;
}
.b_about {
	background:url(../images/b_about.jpg) no-repeat center top;
}
.b_cont {
	background:url(../images/b_cont.jpg) no-repeat center top;
}
.b_feed {
	background:url(../images/b_feed.jpg) no-repeat center top;
}
.b_news {
	background:url(../images/b_news.jpg) no-repeat center top;
}
.b_news {
	background:url(../images/b_news.jpg) no-repeat center top;
}
.b_pro {
	background:url(../images/b_pro.jpg) no-repeat center top;
}
.b_ser {
	background:url(../images/b_ser.jpg) no-repeat center top;
}
.b_tec {
	background:url(../images/b_tec.jpg) no-repeat center top;
}
/*--面包导航--*/
.submain {
	}
.submain .left {
	float:left;
	width:290px;
}
.submain .left .top {
	height:11px;
	background:url(../images/sub_rec_t.png) no-repeat left top;
}
.submain .left .lmtit {
	height:69px;
	background:#42b129;
	padding-left:50px;
	font-size:25px;
	color:#ffffff;
}
.submain .left .lmtit span {
	font-size:20px;
	color:#69cd53;
	text-transform:uppercase;
	font-family:Arial;
}
.submain .left .list {
	padding-top:1px;
}
.submain .left .list ul {
	margin:0px;
	padding:0px;
}
.submain .left .list ul li {
	clear:both;
}
.submain .left .list ul li a {
	display:block;
	height:40px;
	text-align:center;
	border:#dddddd solid 1px;
	border-top:none;
	color:#646464;
	font-size:14px;
	background:#f9f9f9;
	line-height:40px;
}
.submain .left .list ul li a:hover {
	color:#42b129;
}
.submain .left .list ul li .ano {
	display:block;
	height:40px;
	text-align:center;
	border:#42b129 solid 1px;
	border-top:none;
	border-bottom:#146e00 solid 1px;
	color:#ffffff;
	font-size:14px;
	background:#42b129;
	line-height:40px;
	font-weight:bold;
}
.submain .left .list ul li .ano:hover {
	color:#ffffff !important;
}
/*--新增二级分类--*/
.submain .left .list_pro{
	padding-top:1px;
}
.submain .left .list_pro ul {
	margin:0px;
	padding:0px;
}
.submain .left .list_pro ul li {
	clear:both;
}
.submain .left .list_pro ul li a {
	display:block;
	height:40px;
	text-indent:50px;
	border:#dddddd solid 1px;
	border-top:none;
	color:#646464;
	font-size:14px;
	background:#f9f9f9;
	line-height:40px;
	overflow:hidden;
}
.submain .left .list_pro ul li a:hover {
	color:#42b129;
}
.submain .left .list_pro ul li .ano {
	display:block;
	height:40px;
	text-indent:50px;
	border:#42b129 solid 1px;
	border-top:none;
	border-bottom:#146e00 solid 1px;
	color:#ffffff;
	font-size:14px;
	background:#42b129;
	line-height:40px;
	font-weight:bold;
}
.submain .left .list_pro ul li .ano:hover {
	color:#ffffff !important;
}
.submain .left .list_pro ul li ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
.submain .left .list_pro ul li ul li{
	position:relative;
	z-index:2 !important;z-index:2 ;
	}
.submain .left .list_pro ul li ul li  a {
	display:block;
	height:40px;
	text-indent:70px;
	border:#dddddd solid 1px;
	border-top:none;
	color:#646464;
	font-size:14px;
	background:#f9f9f9;
	line-height:40px;
}
.submain .left .list_pro ul li ul li  a:hover {
	color:#42b129;
}
.submain .left .list_pro ul li ul li  .ano2 {
	display:block;
	height:40px;
	text-indent:70px;
	border:#42b129 solid 1px;
	border-top:none;
	border-bottom:#146e00 solid 1px;
	color:#ffffff;
	font-size:14px;
	background:#42b129;
	line-height:40px;
	font-weight:bold;
}
.submain .left .list_pro ul li ul li  .ano2:hover{
	color:#ffffff;
	}
.btc {
	border-bottom:#146e00 solid 1px;
}
.mt30 {
	margin-top:30px;
}
.submain .left .proRec {
	}
.submain .left .proRec ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.submain .left .proRec ul li {
	margin-top:10px;
}
.submain .left .proRec ul li img {
	width:290px;
	height:193px;
	margin-bottom:1px;
}
.submain .left .proRec ul li span {
	display:block;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#dbdbdb;
}
/*--右侧--*/
.submain .subright {
	width:910px;
}
.submain .subright .subnva {
	border:#dddddd solid 1px;
	border-left:none;
	background:#f2f2f2;
	height:78px;
}
.submain .subright .subnva a {
	display:blcok;
	height:40px;
	width:104px;
	background:url(../images/backsy.jpg) no-repeat left 6px;
	padding-left:24px;
	text-transform:uppercase;
	margin-top:20px;
}
/*--内页关于我们--*/
.subinfo {
	margin:0px auto;
	line-height:24px;
	padding:15px 0px 20px 0px;
	min-height:300px;
	/*高度最小值设置为：100px*/
	height:auto !important;
	/*兼容FF,IE7也支持 !important标签*/
	height:300px;
	/*兼容ie6*/
	overflow:visible;
	width:840px;
	font-size:14px;
}
.subcontact {
	padding:30px 0px 20px 0px;
	line-height:22px;
}
/*--荣誉资质--*/
.subhonor {
	margin: 0px auto;
	padding-top:20px;
	width:885px;
	min-height:300px;
	/*高度最小值设置为：100px*/
	height:auto !important;
	/*兼容FF,IE7也支持 !important标签*/
	height:300px;
	/*兼容ie6*/
	overflow:visible;
}
.subhonor ul {
	overflow: hidden;
	margin:0px;
	padding:0px;
	list-style:none;
}
.subhonor li {
	width: 285px;
	overflow: hidden;
	float: left;
	display: block;
	text-align:center;
	margin:0px 5px;
}
.subhonor li img {
	width: 275px;
	height: 190px;
	overflow: hidden;
	border:1px solid #fff;
}
.subhonor li .tit {
	line-height:50px;
	font-size:14px;
}
.subhonor li .honor_bd{
	border:1px solid #cccccc;
	padding:3px;
}
/*--内页新闻--*/
.subnews {
	width:865px;
	margin:0px auto;
	list-style:none;
	min-height:400px;
	/*高度最小值设置为：100px*/
	height:auto !important;
	/*兼容FF,IE7也支持 !important标签*/
	height:400px;
	/*兼容ie6*/
	overflow:visible;
	padding-top:30px;
	margin-bottom:30px;
	
}
.subnews dl {
	margin:0px;
	margin-bottom:20px;
	height:85px;
	border-bottom:#c6c6c6 dashed 1px;
}
.subnews dl .ddPic {
	width:30px;
	height:85px;
	margin:0px;
	padding:0px;
}
.subnews dl .ddTxts {
	width:835px;
	line-height:22px;
	margin:0px;
	padding:0px;
}
.subnews dl .ddTxts span {
	color:#000;
	font-size:14px;
}
.subnews dl .ddTxts span a {
	color:#000;
}
.subnews dl .ddTxts span a:hover {
	color:#42b129;
}
.subnews dl dt {
	width:835px;
	font-size:14px;
	margin:0px;
	padding:0px;
	height:24px;
	color:#000;
}
.subnews dl dt a {
	color:#000;
}
.subnews dl dt a:hover {
	color:#42b129;
}
.subnews dl dt span {
	color:#848585;
	font-size:12px;
}
/*--技术支持--*/
.support {
	width:865px;
	margin:0px auto;
	list-style:none;
	min-height:400px;
	/*高度最小值设置为：100px*/
	height:auto !important;
	/*兼容FF,IE7也支持 !important标签*/
	height:400px;
	/*兼容ie6*/
	overflow:visible;
	padding-top:20px;
	margin-bottom:30px;
}
.support ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.support ul li {
	line-height:34px;
	border-bottom:#ddd dashed 1px;
	background:url(../images/news_jt.jpg) no-repeat left center;
	color:#353736;
	text-indent:13px;
}
/*---产品展示--*/
.subpro {
	margin: 0px auto;
	padding-top:20px;
	width:885px;
}
.subpro ul {
	overflow: hidden;
	margin:0px;
	padding:0px;
	list-style:none;
}
.subpro li {
	width: 285px;
	overflow: hidden;
	float: left;
	display: block;
	text-align:center;
	margin:0px 5px;
}
.subpro li img {
	width: 285px;
	height: 190px;
	overflow: hidden;
}
.subpro li .tit {
	line-height:50px;
	font-size:14px;
}
/*--在线留言--*/
.feedTit {
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
}
.footForm {
	width:600px;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
}
.footForm .input {
	margin:0px;
	padding:0px;
	width:585px;
	height:40px;
	line-height:40px;
	background:#eaeaea;
	color:#8c8c8c;
	margin-bottom:15px;
	padding-left:15px;
	clear:both;
	border:none;
}
.footForm .content {
	height:70px;
	line-height:24px;
	background:#eaeaea;
	color:#8c8c8c;
	margin-bottom:15px;
	width:570px;
	padding:15px;
	border:none;
}
.footForm .btn {
	width:155px;
	height:30px;
	background:#42b129;
	color:#ffffff;
	border:none;
	cursor:pointer;
	text-align:center;
	line-height:30px;
	margin:0px 0px 0px 0px;
	padding:0px;
}
/*--分页--*/
.page {
	padding:20px 0px 30px 0px;
	text-align:center;
	clear:both;
	margin:0px auto;
}
.page A {
	BORDER-RIGHT: #c9c9c9 1px solid;
	PADDING-RIGHT: 6px;
	BORDER-TOP: #c9c9c9 1px solid;
	PADDING-LEFT: 6px;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #c9c9c9 1px solid;
	COLOR: #818181;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #c9c9c9 1px solid;
	TEXT-DECORATION: none;
	border-radius:3px;
	-moz-border-radius: 3px;
	/* Gecko browsers*/
	-webkit-border-radius: 3px;
	/* Webkit browsers*/
	border-radius:3px;
}
.page A:hover {
	BORDER-RIGHT: #c9c9c9 1px solid;
	BORDER-TOP: #c9c9c9 1px solid;
	BORDER-LEFT: #c9c9c9 1px solid;
	COLOR: #322516;
	BORDER-BOTTOM: #c9c9c9 1px solid
}
.page A:active {
	BORDER-RIGHT: #c9c9c9 1px solid;
	BORDER-TOP: #c9c9c9 1px solid;
	BORDER-LEFT: #c9c9c9 1px solid;
	COLOR: #818181;
	BORDER-BOTTOM: #c9c9c9 1px solid
}
.page SPAN.current {
	BORDER-RIGHT: #42b129 1px solid;
	PADDING-RIGHT: 6px;
	BORDER-TOP: #42b129 1px solid;
	PADDING-LEFT: 6px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #42b129 1px solid;
	COLOR: #42b129;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #42b129 1px solid;
	BACKGROUND-COLOR: #ffffff
}
.page SPAN.disabled {
	BORDER-RIGHT: #c9c9c9 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #c9c9c9 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #c9c9c9 1px solid;
	COLOR:#ababab;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #c9c9c9 1px solid
}
/*--详细页面--*/
.newsDe{
	width:860px;
	margin:0px auto;
	}
.gylfw_titInfo{
	text-align:center;
	font-weight:bold;
	color:#3f3f3f;
	font-size:16px;
	line-height:60px;
	}
.viewsleft{
	text-align:center; 
	overflow:hidden;
	line-height:18px;
	color:#949292;
	font-size:14px;
	padding-left:15px;
	}
.views{ 
	background:url(../images/views.jpg) no-repeat left center; 
	}
.bdshare{
	}
.pt4{ padding-top:4px;}
.pl10{ padding-left:10px !IMPORTANT;padding-left:10px;}
.preNexst{ padding:0px 30px; width:740px; margin:0px auto;}
.preNexst span{ padding:7px 12px; border:#ddd solid 1px;}
.preNexst span a { color:#42b129;}
/*返回顶部*/
.sroll_top {
	right: 0.5%;
	bottom: 35.7%;
	position: fixed;
	display:none;
	cursor:pointer;
}
/**---导航浮动--**/
.menu_fixed {
	POSITION: fixed; 
	LEFT: 0px; 
	MARGIN: 0px; 
	Z-INDEX: 99999; 
	WIDTH: 100%; 
	background:#ffffff;
}
/**---底部浮动qq--**/
#leftsead{width:161px;height:150px;position:fixed;top:500px;right:0px; z-index:100;}
*html #leftsead{margin-top:258px;position:absolute;top:expression(eval(document.documentElement.scrollTop));}
#leftsead ul{ margin:0px; padding:0px; list-style:none;}
#leftsead li{width:161px;height:42px; cursor:pointer;}
#leftsead li img{float:right;}
#leftsead li a{}
#leftsead li a .shows{display:block;}
#leftsead li a .hides{margin-right:-143px;cursor:pointer;cursor:hand;}
#leftsead li a.youhui .hides{display:none;position:absolute;right:143px;}
#p2{width:112px;background-color:#f6ab00;height:40px;margin-left:50px;text-align:center;line-height:40px}
#p3{width:112px;background-color:#EC9890;height:38px;margin-left:50px;border:1px solid #E6776C;text-align:center;line-height:38px}
#p1{width:50px;height:40px;float:left}
/*---banner--*/
/* slide */
.slide-main{height:450px;position:relative;}
.slide-main .prev, .slide-main .next{display:block;width:44px;height:44px;position:absolute;z-index:222;top:207px;overflow:hidden;cursor:pointer;opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);_border:1px solid none;}
.prev{left:70px;}
.next{right:70px;}
.prev:hover,.next:hover,.nav-main a:hover,.nav-main a.cur{opacity:1;-moz-opacity:1;filter:alpha(opacity=100);}
.item{display:block;width:100%;height:5px;position:absolute;z-index:124;top:440px;left:0;text-align:center;}
.item a{display:inline-block;width:24px;height:5px;margin-right:11px;background:#333;opacity:0.6;-moz-opacity:0.6;filter:alpha(opacity=60);overflow:hidden;}
.item a.cur{background:#fff;}
.slide-box,.slide{display:block;width:100%;height:450px;overflow:hidden;}
.slide-box{position:relative;}
.slide{display:none;height:450px;background:#ff6900;position:relative;position:absolute;z-index:8;}
#bgstylea{background:url(../images/banner_03.jpg) no-repeat center top;}
#bgstyleb{background:url(../images/banner_02.jpg) no-repeat center top;}
#bgstylec{background:url(../images/banner.jpg) no-repeat center top;}
.slide a{display:block;width:100%;height:450px;cursor:pointer;}
.obj-a,.obj-b,.obj-c,.obj-d,.obj-e,.obj-f{position:absolute;z-index:9;left:50%;}
.obj-a,.obj-b{width:952px;margin-left:-476px;text-align:center;}
.obj-a{display:block;height:352px;top:10px;}
.obj-b{top:336px;height:100px;}
.obj-c{display:block;height:582px;top:0;margin-left:-540px;}
.obj-d{top:168px;height:164px;}
.obj-d p{display:block;padding-top:20px;font-size:16px;color:#fff;clear:both;}
.obj-e{width:366px;height:170px;margin-left:-330px;top:253px;z-index:12;}
.obj-f{width:692px;height:394px;top:38px;margin-left:-180px;}
.banAnimate .obj-a{display:block;animation-name:baoAni;-webkit-animation:baoAni 0.4s linear 0s normal none;-moz-animation:baoAni 0.4s linear 0s normal none;animation:baoAni 0.4s linear 0s normal none;}
@-webkit-keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
@-moz-keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
@keyframes baoAni{from{opacity:0;left:60%;} to{opacity:1;left:50%;} }
.banAnimate .obj-b{display:block;animation-name:saAni;-webkit-animation:saAni 0.4s linear 0s normal none;-moz-animation:saAni 0.4s linear 0s normal none;animation:saAni 0.4s linear 0s normal none;}
@-webkit-keyframes saAni{from{opacity:0;-webkit-transform:scale(0,0);} to{opacity:1;-webkit-transform:scale(1,1);} }
@-moz-keyframes saAni{from{opacity:0;-moz-transform:scale(0,0);} to{opacity:1;-moz-transform:scale(1,1);} }
@keyframes saAni{from{opacity:0;transform:scale(0,0);} to{opacity:1;transform:scale(1,1);} }
.watch-code.code-show{display:block;animation-name:scode;-webkit-animation:scode 0.3s linear 0s normal none;-moz-animation:scode 0.3s linear 0s normal none;animation:scode 0.3s linear 0s normal none;}
@-webkit-keyframes scode{from{opacity:0;-webkit-transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;-webkit-transform:scale(1,1); transform-origin: left bottom;} }
@-moz-keyframes scode{from{opacity:0;-moz-transform:scale(1,0); transform-origin:left bottom;} to{opacity:1;-moz-transform:scale(1,1);transform-origin:bottom bottom;} }
@keyframes scode{from{opacity:0;transform:scale(1,0);transform-origin:left bottom;} to{opacity:1;transform:scale(1,1);transform-origin: left bottom;} }
.banAnimate .obj-c,.banAnimate .obj-e{display:block;animation-name:saAnic;-webkit-animation:saAnic 0.3s linear 0s normal none;-moz-animation:saAnic 0.3s linear 0s normal none;animation:saAnic 0.3s linear 0s normal none;}
@-webkit-keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
@keyframes saAnic{from{opacity:0;left:47%;} to{opacity:1;left:50%;} }
.banAnimate .obj-d,.banAnimate .obj-f{display:block;animation-name:saAnid;-webkit-animation:saAnid 0.3s linear 0s normal none;-moz-animation:saAnid 0.3s linear 0s normal none;animation:saAnid 0.3s linear 0s normal none;}
@-webkit-keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
@-moz-keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }
@keyframes saAnid{from{opacity:0;left:53%;} to{opacity:1;left:50%;} }

/*--三级分类--*/
.list_pro ul li ul .leftprohover .nav_right{
	width:220px;
	height:auto;
	overflow:hidden;
	position:absolute;
	left:290px;
	top:-0px;
	padding:10px 20px;
	background:#ffffff;
	z-index:999 !important;z-index:999;
	border-radius: 3px; 
	border: 1px solid #42B129; 
	min-height:150px;
	display:none;
}
.list_pro ul li ul .leftprohover .nav_right a{
	height:24px !important;	height:24px;
	display:block;
	width:220px;
	line-height:24px !important;line-height:24px;
	text-align:left !important;	text-align:left;
	color:#666;
	clear:both;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow: hidden;
	-moz-border-radius: 3px;      /* Gecko browsers */
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	text-indent:0px;
	margin:0px;
	padding:0px;
	border:none !important;	border:none;
	text-indent:0px!important;text-indent:0px;
	background:none !important; background:none;
	}
.leftprohover .nav_right a:hover{
	height:24px;
	line-height:24px;
	color:#42B129 !important;color:#42B129;
	background:#52AFEA;
	text-decoration:none;
	}
/*--三级分类end--*/

