body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, button, input, select, textarea, th, td, span,b { margin: 0; padding: 0; }
body, button, input, select, textarea { font:12px/1.5 Arial,'΢���ź�',sans-serif; }
h1, h2, h3, h4, h5, h6,b,th { font-size: 100%;font-weight:normal; }
small { font-size: 12px; }
ul, ol, li { list-style: none; }
table {border-collapse:collapse; border-spacing:0;border:0px;margin:0px;}
table th,table td{padding:0;}
caption{text-align:left; font-weight:normal;}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a { text-decoration: none; cursor: pointer;*color:#ffffff;color:#000000; }
a:hover { text-decoration: none;color:#7ED968; }
legend { color: #000; }
fieldset, img { border: 0; }
button, input, select, textarea { font-size: 100%; outline: none; }
img { vertical-align: top; display: inline-block; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { display: block; margin: 0; padding: 0; }
object, embed { outline: 0; }
*{padding:0;margin:0;}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear{clear:both;}
body{
 background: url(../images/body.jpg) no-repeat center center fixed;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}
.topnav{
	height:30px;
	background:#37A61C;
	line-height:30px;
	color:#fff;
}
.topnav a{
	color:#fff;
}
.topnav_l{
	width:500px;
	float:left;
	
}
.topnav_r{
	float:right;
	width:500px;
	text-align:right;
}
.header{
	height:50px;
	background:url(../images/menu.png) repeat;
	width:75%;	
	z-index:9999;	
	margin:50px auto;
}
.w{
	width:1200px;
	margin:0px auto;
}
.menu {
	float:left;
	width:850px;
	padding-top:10px;
	padding-left:20px;	
}
.menu ul li{
	float:left;
	margin:5px 15px;
	font-size:14px;	
	color:#fff;
	display: inline-block;
}
.menu ul li a{
	
	font-size:14px;	
	color:#fff;
	font-weight:900;
    text-align: center;	
}
.menu ul li a:hover{
	color:#7ED968;
	border-top:4px solid #7ED968;
	
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown1 {
    position: relative;
    display: inline-block;
}
.dropdown2 {
    position: relative;
    display: inline-block;
}
.menux {
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,0.2);
    min-width: 104px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	left:-23px;
}
.menux1 {
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,0.2);
    min-width: 104px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	left:-23px;
}
.menux2 {
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,0.2);
    min-width: 104px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	left:-23px;
}
.menux a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.menux1 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.menux2 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown:hover .menux {
    display: block!important;
}
.dropdown1:hover .menux1 {
    display: block!important;
}
.dropdown2:hover .menux2 {
    display: block!important;
}
.menu ul li a.act{
	color:#7ED968;
	border-top:4px solid #7ED968;
	
}
.seach{
	float:right;
	position:relative;
	width:250px;
	border: 1px solid #ededed;	
	margin-top:10px;
	margin-right:20px;	
}
.banner{
	width:100%;	
	height:650px;
	overflow:hidden;
}
.cpkey{
	outline: none;
	padding:6px 8px;
	background: none;
	width: 87%;
	border: none;
	font-size:1em;
	color:#fff;
	float: left;
}

.image {
  width: 33px;
  height: 22px;  
  padding: 0px 1px;
  border: none;
  cursor: pointer;
  position: absolute;
  outline: none;
  top: 4px;
  right: 4px;
 }
.logo{
	text-align:center;
}
.logo h1{	
	height:100px;
	line-height:100px;
	margin-bottom:400px;
	margin-top:20px;
}
.logo h2{	
	height:100px;
	line-height:100px;
	margin-bottom:150px;
	margin-top:10px;
}
.main{
	width:1200px;
	margin:50px auto;
 }
.ml{
	float:left;
	width:580px;
	margin:20px 10px;
 }
.mr{
	float:right;
	width:580px;
	margin:20px 10px;
 }
.about{
	
}
.about_nr{
	background:#fff;
	width:350px;
	*width:280px;
	float:left;	
	height:340px;
	padding:10px 30px; 
}
.about_nr h2{
	font-size:30px;
	color:#222222;
	font-weight:900;
	width:161px;
	margin:10px auto;
}
.about_nr p{
	font-size:12px;
	line-height:20px;
	color:#6E757C;
}
.about_lb{
	background:#CF4647;
	width:230px;
	*width:220px;
	float:right;
	text-align:center;
	padding:20px 10px;
	*padding-bottom:0px;
	height:340px;
}
.about_lb ul{
}
.about_lb ul li{
	width: auto;
	border-bottom: 1px dotted #e8e8e8;
	padding: 10px;
	margin-bottom: 10px;
}
.about_lb ul li a{
	color:#fff;
	font-size:14px;
}
.about_lb ul li a:hover{
	color:#7ED968;	
}
.news{
	
}
.news_nr{
	background:#fff;
	width:350px;
	*width:280px;
	float:right;	
	height:340px;
	padding:10px 30px; 
}
.news_nr h2{
	font-size:40px;
	color:#222222;
	font-weight:900;
	width:161px;
	margin:10px auto;
}
.news_nr ul li a{
	font-size:12px;
	line-height:20px;
	color:#6E757C;
}
.news_nr ul li a:hover{
	color:#7ED968;	
}
.news_nr ul li a span{
	float:right;
}
.news_nr p{
	font-size:12px;
	color:#6E757C;
}
.news_lb{
	background:#F7A541;
	width:230px;
	*width:220px;
	float:left;
	text-align:center;
	padding:20px 10px;
	*padding-bottom:0px;
	height:340px;
}
.news_lb ul li{
	width: auto;
	border-bottom: 1px dotted #e8e8e8;
	padding: 10px;
	margin-bottom: 10px;
}
.news_lb ul li a{
	color:#fff;
	font-size:14px;
}
.news_lb ul li a:hover{
	color:#7ED968;	
}
.product{	
	width:1180px;
	height:700px;
	margin:20px auto;
}
.pro_left{
	background:#3FB8AF;
	float:left;
	width:260px;
	text-align:center;
	height:700px;	
}
.pro_left h2{
	background:#fff;
	font-size:40px;
	color:#323A41;
	font-weight:900;
	width:260px;
	height:100px;
	line-height:100px;
	margin-bottom:20px;
}
.pro_left ul li{
	width: auto;
	border-bottom: 1px dotted #e8e8e8;
	padding: 10px;
	margin-bottom: 10px;
	margin-left:10px;
	margin-right:10px;
}
.pro_left ul li a{
	color:#fff;
	font-size:14px;
}
.pro_left ul li a:hover{
	color:#7ED968;	
}
.pro_right{
	float:right;
	width:900px;
}
#wrapper {
	width: 900px;
	height: 700px;
	margin:0 auto;
	overflow: hidden;
}
#carousel div {
	cursor: pointer;
	margin-right: -650px;
	float: left;
	position: relative;
	box-shadow: 0 0 10px #000;
}
#carousel div:last-child {
	cursor: default;
}
#carousel div span {
	background-color: #222;
	background-color: rgba(0,0,0, 0.8);
	color: #fff;
	font-size: 25px;
	text-align: center;
	display: inline-block;
	width: 700px;
	/* height: 25px; */
	padding: 20px 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
}

.shangmeng{
	background:url(../images/shangmeng.jpg);
	margin:20px 10px;
	height:90px;
}
.shangmeng h2{
	font-size:30px;
	line-height:35px;
	float:left;
	width:100px;
	*width:80px;
	color:#323A41;
	background:#fff;
	padding:10px 15px;
	text-align:center;	
	letter-spacing:2px;
	font-weight:900
}
.shangmeng ul{	
	width:auto;
	padding:10px 30px 10px 130px;
}
.shangmeng ul li{
	float:left;
}
.shangmeng ul li a{
	color:#fff;
	float:left;
	border:1px solid #fff;
	padding:2px 10px;
	margin-right:10px;	
	font-size:14px;
}
.shangmeng ul li a:hover{
	background:#fff;
	color:#323A41;
}

.footer{
	background:url(../images/footer.png) repeat;
	height:250px;
	margin:10px;
}
.footer_t{
	border-bottom:2px solid #7ED968;
	height:180px;
}
.footer_l{
	float:left;
	width:880px;
	margin:20px 20px 0px;
	text-align:center;
}
.foot_ll{
	float:left;
	width:200px;
	margin:0px 10px
}
.foot_ll h3{
	width:auto;
	margin-bottom:8px;
}
.foot_ll h3 a{
	color:#7ED968;
	font-size:16px;	
}
.foot_ll ul li{
	width:auto;
	margin-bottom:4px;
}
.foot_ll ul li a{
	color:#fff;
	font-size:12px;	
}
.foot_ll ul li a:hover{
	color:#7ED968;
	font-size:12px;	
}
.footer_r{
	float:right;
	width:220px;
	margin:20px 20px 0px;
	text-align:center;
}
.footer_b{
	color:#fff;
	margin:10px 100px;
}
.footer_b a{color:#fff;}
.cnzz{
	display:inline
}
.cityspread{
	display:inline
}
.main_left{
	float:left;
	width:760px;
	margin:0px 30px 50px 10px;	
}
.main_right{
	float:right;
	width:360px;
	margin:0px 10px 50px 30px;
}
.conttop{
	background:#CF4647;
	color:#fff;
	height:40px;
	line-height:40px;
	padding:0px 10px;
}
.conttop h2{
	font-size:25px;	
}
.conttop span{
	float:right;
	font-size:12px;
}
.conttop1{
	background:#F7A541;
	color:#fff;
	height:40px;
	line-height:40px;
	padding:0px 10px;
}
.conttop1 h2{
	font-size:25px;	
}
.conttop1 span{
	float:right;
	font-size:12px;
}
.conttop2{
	background:#3FB8AF;
	color:#fff;
	height:40px;
	line-height:40px;
	padding:0px 10px;
}
.conttop2 h2{
	font-size:25px;	
}
.conttop2 span{
	float:right;
	font-size:12px;
}
.conttop3{
	background:#56746C;
	color:#fff;
	height:40px;
	line-height:40px;
	padding:0px 10px;
}
.conttop3 h2{
	font-size:25px;	
}
.conttop3 span{
	float:right;
	font-size:12px;
}
.cont{
	padding:20px;
	background:#fff;
}
.contlb{
	margin:0px 20px 30px;
	border:3px solid #fff;
	text-align:center;
	background:url(../images/contlb.png);
	padding-bottom:20px;
}
.ej{
	*margin:0px 20px 10px;
	text-align:center;
	padding-bottom:10px;
	*border: 2px solid #fff;
	display:none;
}
.contlb img{
	padding-top:10px;
}
.contlb h2{
	font-size:30px;
	margin:10px;
	color:#fff;
}
.contlb ul li{
	margin:5px;
}
.contlb ul li:hover .ej{
	display:block;
}
.contlb ul li a{
	font-size:14px;
	*padding:3px 10px;
	border-bottom:2px solid #fff;
	color:#fff;
}
.contlb ul li a:hover{
	font-size:14px;
	*padding:3px 30px;
	border-bottom:2px solid #7ED968;
	color:#7ED968;
	display:block;

}
/*.contlb ul li a:hover .ej{
	display:block;
}*/

.contlb p{
	color:#fff;
}
.news_list{
}
.news_list ul li{
	margin:10px;
}
.news_list ul li div{
	padding:15px;
	height: 120px;
	border:2px solid #969696;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.news_list ul li div:hover{
	padding:15px;
	border:2px solid #0C924E;
}
.news_list ul li a{
	color:#222222;	
}
.news_list ul li a:hover{
	color:#0C924E;	
}
.news_list ul li span{
	float:right;
	font-size:16px;
}
.news_list ul li h3{
	float:left;
	font-size:16px;
}
.news_list ul li p{
	color:#666666;
}
.pages{
	margin:20px;
}
.pages ul li{
	float:left;
	margin:10px 10px;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.pages ul li:hover{
	float:left;
	margin:0px 10px;
}
.pages ul li a{
	border:2px solid #222222;
	float:left;
	color:#222222;
	padding:5px 10px;
}
.pages ul li a:hover{
	border:2px solid #0C924E;
	float:left;
	color:#0C924E;
	padding:5px 10px;
}
.pages_solid{
	border:2px solid #0C924E;
	float:left;
	color:#0C924E;
	padding:5px 10px;
	margin:0px 10px!important;
}
.previous_s{
	display:none;
}
.next{
	display:none;
}
.contnews{
}
.contnews h1{
	color:#222222;
	font-size:30px;
	text-align:center;
}
.contnews h6{
	color:#666666;
	text-align:center;
	margin:30px 0px;
}
.contnews h6 a{
	color:#666666;
}
.contsupply{
}
.conimg{
	text-align:center;
	margin-bottom:20px;
}
.contsupply h1{
	color:#222222;
	font-size:30px;
	text-align:center;
}
.contsupply h6{
	color:#666666;
	text-align:center;
	margin:30px 0px;
}
.contsupply h6 a{
	color:#666666;
}
.news_info{
	padding:20px;
}
.contnext{
	margin:10px;
	padding:10px;
	border-top:2px solid #0C924E;
	border-bottom:2px solid #0C924E;
}
.tag{
	padding-left:20px;
}
.tag a{
	color:#222222;
}
.contnext a{
	color:#222222;
}
.contnext a:hover{
	color:#0C924E;
}
.rel{
	color:#222222;
	font-size:20px;
	margin-bottom:20px;
}
.news_lt{
	margin-top:25px;
	background:#fff;
	padding:20px;
}
.news_lt ul{
	margin:0px 20px;		
}
.news_lt ul li{
	margin:5px 0px;		
}
.news_lt ul li span{
	float:right;
}
.news_lt ul li a{
	color:#4C4C4C;
}
.news_lt ul li a:hover{
	color:#0C924E;
}
.product_lt{
	margin-top:25px;
	background:#fff;
	padding:20px;
}
.product_lt ul li{
	float:left;
	margin:0px 20px;
}
.product_lt ul li h3{
	text-align:center;
	padding:5px 0px;
}
.product_lt ul li a{
	color:#4C4C4C;
}
.product_lt ul li a:hover{
	color:#0C924E;
}
.product_list{
	padding:20px;
}
.product_list ul li{
	float:left;
	margin:20px;
	width:300px;
	height:auto;
	display: inline-block;
}
.product_list ul li a{
	float:left;
	text-align:center;
	padding:10px;
	color:#222222;
	font-size:14px;
}
.product_list ul li a:hover{
	padding:10px;
	border-bottom:4px solid #0C924E;
	border-top:4px solid #0C924E;
	color:#0C924E;
}
.product_list ul li a img{
	width:260px;
	height:260px;
}
.product_list ul li a h4{
	padding-top:10px;	
}
.sitemap a{
	color:#222222;
}
.sitemap h3{
	font-size:20px;
	margin:5px 0px;
}
.sitemap a:hover{
	color:#0C924E;
}