body,h1,h2,h3,ul,li,p{margin:0;padding:0;font-family:微软雅黑}
h1,h2,h3{font:bold 36px/2 "\5fae\8f6f\96c5\9ed1";}
h1{padding:0 20px;background:#333;color:#fff;}
h2{font-size:20px;}
h3{font-size:16px;}
ul,li{list-style-type:none;}
a{
	color:#333;
	text-decoration:none
}
.cl{
	height:0px;
	line-height:0px;
	clear:both;
}
.fl{float:left;}
.fr{float:right;}
.he5{
	width:100%;
	height:5px;
	line-height:5px;
	clear:both;
	overflow:hidden;
}
.he10{
	width:100%;
	height:10px;
	line-height:10px;
	clear:both;
	overflow:hidden;
}
.he13{
	width:100%;
	height:13px;
	line-height:13px;
	clear:both;
	overflow:hidden;
}
.he20{
	width:100%;
	height:20px;
	line-height:20px;
	clear:both;
	overflow:hidden;
}
.he25{
	width:100%;
	height:25px;
	line-height:25px;
	clear:both;
	overflow:hidden;
}
.he15{
	width:100%;
	height:15px;
	line-height:15px;
	clear:both;
	overflow:hidden;
}
.he30{
	width:100%;
	height:30px;
	line-height:30px;
	clear:both;
	overflow:hidden;
}
.he35{
	width:100%;
	height:35px;
	line-height:35px;
	clear:both;
	overflow:hidden;
}
.he38{
	width:100%;
	height:38px;
	line-height:38px;
	clear:both;
	overflow:hidden;
}
.he40{
	width:100%;
	height:40px;
	line-height:40px;
	clear:both;
	overflow:hidden;
}
.he45{
	width:100%;
	height:45px;
	line-height:45px;
	clear:both;
	overflow:hidden;
}
.he50{
	width:100%;
	height:50px;
	line-height:50px;
	clear:both;
	overflow:hidden;
}
.he55{
	width:100%;
	height:55px;
	line-height:55px;
	clear:both;
	overflow:hidden;
}
.he300{
	width:100%;
	height:100px;
	line-height:100px;
	clear:both;
	overflow:hidden;
}
.he60{
	width:100%;
	height:60px;
	line-height:60px;
	clear:both;
	overflow:hidden;
}
.he70{
	width:100%;
	height:70px;
	line-height:70px;
	clear:both;
	overflow:hidden;
}
.he80{
	width:100%;
	height:80px;
	line-height:80px;
	clear:both;
	overflow:hidden;
}


/*两边的向两边靠*/
.flex_space-between{display: flex;display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-justify-content:space-between;-moz-box-pack:space-between;-webkit--moz-box-pack:space-between;box-pack:space-between;}
/*水平居中*/
.flex_justify-content{display: flex;display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-justify-content:center;-moz-box-pack:center;-webkit--moz-box-pack:center;box-pack:center;}
/*完美的平均分配*/
.flex_justify-content-around{display: flex;display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;-webkit-box-pack:space-around;-ms-flex-pack:space-around;justify-content:space-around;-webkit-justify-content:space-around;-moz-box-pack:space-around;-webkit--moz-box-pack:space-around;box-pack:space-around;}
/*垂直居中*/
.flex_align-items{display: flex;display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;-ms-flex-align:center;align-items:center;box-align:center;-moz-box-align:center;-webkit-box-align:center;}


.a_top1{max-width:1200px;margin:0 auto;color:#666;font-size: 14px}
.abj{background: #f2f2f3;height:50px;line-height:50px;}
.a_right a{margin-left:7px;}
.z_top2{background: #00923f;}
.a_lanmu{width:1200px;margin:0 auto;}
.a_ul{height:85px;line-height: 85px}
.a_ul .ytid{width:14%;text-align: center;color:#fff;font-size: 16px;float: left;background: url(../images/images/xx_03.png)no-repeat center left}
.a_ul .ytid:first-child{
	background: none;
}
.lm_left{height:85px;width:250px;line-height: 85px;text-align: center;}
.lm_left a img{vertical-align: middle;width:100%;}
.a_ul li a{display: block;color:#fff;}
.lm_right{width:850px;}
/* 本例子css */
.slideBox{ width:100%; height:auto; overflow:hidden; position:relative;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:48%; bottom:10px; z-index:1;margin-left:-30px; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:10px;  width:15px; height:15px; line-height:15px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#debe73; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:auto; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5; z-index: 999;  }
.slideBox .next{ left:auto; right:-3%; background-position:8px 5px;width: 10px;height: 10px;background: red; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
.b_left{width:59%;}
.b_right{background: #fff;width:460px;box-shadow: 1px 1px 20px 1px #eee;padding:60px;position:absolute;top:80px;left:50%;}
.b_zong{position: relative;margin:110px auto;}
.b_zwt{color:#b58254;font-size:18px;text-align: right;padding:10px 0;}
.b_ywt{color:#b58254;text-align: right;margin-top:15px;}
.b_xhx{background:#b58254;width:23px;text-align: right;height:2px;float:right;}
.b_con{color:#666;font-size: 14px;line-height: 30px;text-align: right;margin-top:50px}
.b_jia{margin-left:-110px;margin-top:50px;margin-bottom:20px;display: inline-block}
.fu_zong{background: #e6e6e6;padding:80px 0;}
.fu_top{background: url(../images/hk.png)no-repeat center center/auto 100%;width:450px;height:70px;margin:0 auto;}
.fu_t1{width:50%;float:left;background: #b58254;font-size: 24px;color:#fff;height:60px;margin-top:5px;text-align: center;line-height: 60px}
.fu_t2{width:38%;float:left;font-size: 18px;color:#000;text-transform: uppercase;height:60px;margin-top:5px;text-align: center;line-height: 60px}
.fu_ul li{width:30%;margin:1.5%;float:left;}
.fu_con{margin-top:70px;}











.head_top{height:28px;line-height: 28px;background: #363636}
.head_top_z{width:1200px;max-width: 1200px;margin:0 auto;}
.head_top_y{float: left;padding:0px 15px;color:#fff;font-size: 14px;line-height: 28px;height:28px;width:200px;}
.head_top_zl{color:#fff;float:right;width:200px;}
.head_top_zl a{color:#fff;font-size: 12px}

/*首页广告图*/
.ss_ggt{padding:30px 0px;background-color:#fff: }
.ss_ggt_top{width:700px;margin:0 auto;}
.ss_ggt_cont{width:1200px;margin:0 auto;position: relative;height:270px;}
.ss_ggt_left{width:200px;margin-top:50px;}
.ss_ggt_right{width:1000px;}

/*产品展示*/
.sy_pros_top{background: #00923f;height:60px;line-height: 60px;padding:20px 0px;text-align: center;}
.sy_pros_bj{width:500px;margin:0 auto;}
.sy_pros_yw{color:#369f5c;font-family: Impact;font-size:50px;font-weight: bold}
.sy_pros_zw{color:#fff;background: url(../images/hx_03.jpg)no-repeat center bottom;font-size: 30px;margin-top:-60px;}
.sy_pros_fenlie{text-align: center;width:1200px;margin:20px auto;}
.sy_pros_fenlie li{width:10%;display: inline-block;background: url(../images/images/sx_03.jpg)no-repeat center left;text-align: center;color:#444;font-size: 14px;height:30px;line-height: 30px }
.sy_pros_fenlie li:first-child{
	background: none;
}
.sy_pros_ul{width:1200px;margin:0 auto;}
.sy_cpul li{width:280px;margin-bottom: 15px}
.sy_cp_top{width:100%;transition: all 0.6s; }
.sy_cp_top:hover{  
   transform: scaleX(1.05) scaleY(1.05);
} 
.sy_cp_wz{
	width:100%;
	height:35px;line-height: 35px;border-bottom:1px dashed #b9b9b9;
}
.sy_cpz_left{
	color:#818181;font-size: 14px;width:65%;
}
.sy_cpy{color:#818181;font-size: 14px;width:35%;}
.sy_cp_tit{color:#444;font-size: 16px;line-height:30px;height:30px;overflow: hidden}
.sy_ckgd{margin:30px auto;width:200px;height:50px;line-height: 50px;border:1px solid #bfbfbf;}
.sy_ckgd a {color:#888;font-size: 16px;text-align: center;width:100%;display: block;}

/*广告图*/
.sy_ggt1_a{position: relative;}
.sy_ggt1_bj{width:100%;}
.yie{position: absolute;bottom:7px;left:0px;height:60px;line-height: 60px;width:100%;}
.sy_ggt1_bt{width:1200px;margin:0 auto;}
.sy_zing{line-height: 50px;text-align: center;margin-right:10px;}
.sy_zing img{
	vertical-align: middle
}
.sy_ggt1_left{width:45%;}
.sy_ggt1_right{width:52%;}
.sy_zi{width:125px;height:35px;line-height: 35px;border-radius:3px;background: #00923f;font-size: 14px;color:#fff;text-align: center;margin-top:10px;}

/*案例展示*/
.sy_pro1{
	background: #f7f7f7
}
.sy_pros_top1{
	padding:56px 0px;height:60px;line-height: 60px;text-align: center;
}
.sy_pros_zw1{color:#fff;background: url(../images/images/lx_03.jpg)no-repeat center bottom;font-size: 30px;margin-top:-60px;}
.sy_cpul1 li{width:260px;margin-bottom: 15px;background: #fff;padding:10px;}

/*广告图*/
.sjg_t2{background: url(../images/bj1.jpg)no-repeat center center/100% 100%;padding:50px 0px;}
.sjgg_zt{width:1200px;margin:0 auto;}
.syg_yy{width:280px;margin:130px auto;}
.syg_gr{width:550px;margin:0 auto;border-radius: 50%;position:relative;}
.yqdw1{position:absolute;top:-49%;left:39%;}
.yqdw2{position:absolute;top:-22%;left:69%;}
.yqdw3{position:absolute;top:33%;left:80%;}
.yqdw4{position:absolute;top:87%;left:69%;}
.yqdw5{position:absolute;bottom:-54%;left:40%;}
.yqdw6{position:absolute;bottom:-28%;left:10%;}
.yqdw7{position:absolute;bottom:25%;left:0%;}
.yqdw8{position:absolute;bottom:80%;left:10%;}

.sjg_t1 img{display: block}

/*关于我们*/
.sygywm{
	background: url(../images/abj.jpg)no-repeat center center/100% 100%
}
.sygy_top{padding:30px 0px;}
.sygy_bot{width:1140px;margin:0 auto;padding:30px ;background: #fff}
.sygy_left{width:28%;margin-top:50px;}
.sygy_right{width:70%;}

.sygy_ck{margin-top:30px}
.ay_ggt{
	background:url(../images/gg1.jpg)no-repeat center center/100%;padding:50px 0px
	;
}
.ay_gg_zt{width:1200px;margin:0 auto;}

/*新闻*/
.syxw{background: url(../images/bj5.png)no-repeat center center/100% 100%;padding:0px 0px 50px 0px;}
.syxw_bot{width:1200px;margin:0 auto;}
.syxw_left{
	width:60%;background: #fff;padding:15px 2%;
}
.syxw_right{width:31%;background: #fff;padding:15px 2%;}
.syxw_z{width:10%;}
.syxw_r{width:85%;}
.syxe_liz{width:80%;}
.syxe_liy{width:20%;}
.syxw_left_bot{
	margin-top:20px;
}
.syxw_img{height:160px;overflow: hidden}
.syxw_tit{line-height: 30px;color:#444;font-size:16px;overflow: hidden;margin-top:10px;}
.syxw_da{
	color:#666;font-size: 14px;
}
.syxw_cont1{color:#919191;font-size: 14px;margin-top:10px;line-height: 26px}

/*底部*/
.foot{background: url(../images/images/bt_03.jpg)repeat center center}
.foot_zt{width:1200px;margin:0 auto;}
.foot_cont{padding:20px 0px;border-top:1px solid #098a50;border-bottom:1px solid #098a50;}
.fot_left{width:15%;margin-top:20px;}
.fot_z{width:40%;margin-left:18%;margin-top:20px;}
.fot_right{width:12%;}
.fot_z{line-height: 25px;font-size: 14px;color:#fff;}
.fot_ewm{background: #ff9600;font-size: 12px;color:#fff;height:25px;line-height:25px;text-align: center;}
.fot_er{width:93px;}
.foot_bot{text-align: center;color:#fff;height:50px;line-height: 50px;font-size:14px;}


/*二级*/
/*关于我们*/
.ab_top1{padding:15px 0px;}
.ab_gy_left{width:30%;border-radius:3px;overflow: hidden}
.ab_gy_right{width:65%;}
.ab_top2{width:1200px;margin:0 auto;min-height:50px;line-height: 50px;border-bottom:1px solid #dcdcdc;}
.ab_gywm{width:1200px;margin:60px auto;}
.absy{width:20%;}
.ab_fl{text-align: right}
.ab_fen li{margin-left:15px;float:left;color:#333;font-size:14px;text-align: center;}
.ab_fen li a{color:#333}
.ab_gy_jj{margin-top:30px;line-height: 28px}
.ab_qywh{background: #f7f7f7;padding:60px 0px;}
.ab_qy{width:1200px;margin:0 auto;}
.qy_top{background: url(../images/slx.png)no-repeat center left;padding-left:15px;}
.qy_cont{margin:50px 0px;}
.qy_bot{position: relative;right:0px;}
.ab_qywh_left{width:30%;}
.ab_qywh_right{width:68%;position: relative;}
.qywh_dt{width:530px;float:right;}
.qywh_pt{
	width:400px;padding:50px 35px;background: #00923f;position: absolute;z-index:1;left:0px;top:100px;color:#fff;line-height: 30px;font-size: 14px
}
.ab_qyry{background: #fff;padding: 50px 0px}
.ryhd_img{width:100px;margin:68px auto;text-align: center;color:#fff;font-size:14px;height:60px;}
.ryul{margin:50px 0px;}
.ryul ul li{position: relative;float:left;width:23%;margin-left:2%;}
.ryhd{position: absolute;top:0px;left:0px;width:100%;background: rgba(0,0,0,0.5);display: none;height:100%;}

/*案例*/
.cp_ul{width:1200px;margin:30px auto;}
.cpul li{
	width:23%;
}
.page{text-align: center;border-top:1px dashed #b9b9b9;padding:25px 0px;width:1200px;margin:0 auto;}
.page a{
	color:#333;font-size: 14px;width:30px;
}
.page a:first-child{
	border:1px solid #bfbfbf;padding:2px 5px;text-align: center;display:inline-block;margin:0px 5px;width:50px;
}
.page a:last-child{
	border:1px solid #bfbfbf;padding:2px 5px;text-align: center;display:inline-block;margin:0px 5px;width:50px;
}
.cplc{width:1200px;margin:20px auto;}
.cps_zt{width:1200px;margin:0 auto;}
.cps_tit{color:#444;font-size: 18px;text-align: center;line-height: 60px}
.cps_img{width:70%;margin:15px auto;}
.new_fy{color:#555;font-size: 14px;border-top:1px dashed #b9b9b9;padding:30px 0px;}
.proy{
	line-height: 30px
}

/*新闻*/
.news_li1{background: #f7f7f7;}
.news_left{width:23%;}
.news_right{width:70%;padding:20px 2.5%;}
.news_jin{color:#989898;font-size: 14px;line-height: 25px;margin-top:20px;}
.news_ul{margin:30px 0px;}
.news_zt{width:1200px;margin:0 auto;}
.sy_cpula li{
width: 260px;margin-top: 15px;
}
.sy_cp_wz2{color:#333;font-size: 14px;line-height: 35px;text-align:center;}
.xwc{font-size: 14px;padding:10px 0px;}


/*留言*/
.gbk_zt{background: url(../images/images/ly1_02.png)no-repeat center top/100%;position: relative;top:-92px;padding-top:100px;}
.ly_zt{margin:30px auto;width:1200px;padding:25px 0px;}
.ly_left{width:50%;padding-left:10%;}
.ly_right{width: 40%}
.ly_left li{margin-top:15px;}
.ly_left li span{
	width:100px;text-align: right;display: inline-block;
}
.ly_left li input{
	width:300px;border:none;border:1px solid #c7c7c7;border-radius:3px;height:30px;line-height: 30px;background: none;padding-left:5px;
}
.main_bd1{width:300px;height:100px;border:none;border:1px solid #c7c7c7;border-radius:3px;background: none;padding-left:5px;}
.btns{background: #00923f;text-align: center;color:#fff;border-radius:3px;height:30px;line-height: 30px;margin-right:20px;width:100px;border:none;font-size:14px;}
.btns1{background: #8b8b8b;text-align: center;color:#fff;border-radius:3px;height:30px;line-height: 30px;margin-right:20px;border:none;font-size:14px;width:100px;}
.main_but{margin-top:20px;margin-left:100px;}

.gylx_from li{width:28%;float:left;border:1px solid #bfbfbf;height:30px;line-height: 30px;margin:15px 4.5% 15px 0px;padding:0px 1%;}
.gylx_from li input{
	width:100%;border:none;height:87%;
}
.main_bd12{
	width:98%;border:1px solid #bfbfbf;height:100px;padding:10px 1%;
}
.gylx_zt{width:90%;padding:50px 5%;}

/*搜索*/
.yca{width:100%;height:30px;line-height: 30px;overflow: hidden;background: #fff;margin-top:7px;}
.ss{width:81%;line-height: 28px;background: none;border:none;float:left;padding:0px 4%;border:1px solid #fff;color:#fff;}
.gb{width:10%;float:right;color:#fff;font-size: 12px;text-align: center;cursor: pointer;}
.bansou{position: absolute;background: rgba(0,0,0,0.4);height:30px;line-height: 30px;padding:10px 0px;z-index: 33;width:100%;}
.bansou_left{width:75%;color:#fff;font-size: 14px;overflow: hidden}
.bansou_right{width:25%;}
.yqr{width:1200px;margin:0 auto;}
.bansou_left a{color:#fff;margin:0px 7px;}

/*修改提示文字的颜色*/
.bansou_right input::-webkit-input-placeholder { /* WebKit browsers */ 
color: #fff; 
} 
.bansou_right input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #fff; 
} 
.bansou_right input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #fff; 
} 
.bansou_right input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #fff; 
} 
.xdnsn li{
	color:#333;line-height: 40px;border-bottom:1px dashed #b9b9b9;padding:5px 0px;
}