*{margin: 0px;padding: 0px;}
body{min-width:1200px;background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
 

.main{
	width: 1200px;
	margin:0 auto;
}
.head{
	width: 100%;
	height:140px;
	overflow: hidden;
}
.top{
	width: 100%;
	height: 30px;
	background: #f4f4f4;
 
}
.top p{
	font-size: 13px;
	color:#000000;
	line-height: 30px;
	float: left;
}
.top ul{
	float: right;

}
.top ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	position: relative;
}
.top ul li a{
	font-size: 13px;
	color:#333333;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 13px;
	position: absolute;
	top:9px;
	right: 0;
	background: #333333;
}
.top ul li:last-child:after{
	width: 0;
}
.head .main{
	display: flex;
	align-items:center;
	height: 140px;
	justify-content: space-between;
}
.nav{
	width: 100%;
	height: 50px;
	background:#32b16c;
}
.nav ul{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin:0 auto;
	height: 50px;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 157px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover{
	background:#097c25;
}
.banner{ 
	width:100%;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:45%; 
 bottom:10px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin-right:25px;  
 width:50px; 
 height:5px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #fff;
}
.banner .hd ul li.on{
 background:#32b16c; 
}
.banner .bd{
 position:relative; 
 height:100%;
  z-index:0; 
  width: 100%; 
}
.banner .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.banner .bd img{
	width:100%; 
	display:block; 
}
.banner .prev,
.banner .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.banner .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.banner .next {
	font-size: 
	58px;color:#fff;
}
.banner .prev{
	font-size: 
	58px;color:#fff;
}
.banner .prev:hover,
.banner .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.banner .prevStop{ 
	display:none;  
}
.banner .nextStop{ display:none;  
}
.product{
	width: 1200px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}
.title{
	width: 100%;
	height:55px;
	margin-top: 60px;
	background: url(../images/title.png)no-repeat center bottom;
}
.title p{
	color:#097c25;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.title b{
	color:#000000;
}
.product .list{
	float: left;
	width: 210px;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.product .list .tit{
	width: 100%;
	height: 40px;
	background: #32b16c;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product .list .tit p{
	color:#fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
}
.product .list .tit  a{
	color:#fff;
}
.product .list ul{
	width: 208px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.product .list ul li{
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #ccc;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 35px;
}
.product .list ul li:after{
	content: '◎';
	color:#1a1a1a;
	font-size: 14px;
	top: 0;
	left: 9px;
	position: absolute;
}
.product .list ul li a{
	display: block;
	color:#1a1a1a;
	line-height: 35px;
	margin-left: 20px;
	font-size: 15px;
}
.product .list ul li:last-child{
	border-bottom: none;
}
.product .list .tel{
	width: 208px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	height: auto;
	overflow: hidden;
}
.product .list .tel img{
	display: block;
}
.product .pic{
	float: right;
	width: 940px;
	margin-top: 50px;
	height: auto;
	overflow: hidden;
}
.product .pic .item{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.product .pic .item .tit{
	width: 100%;
	height: auto;
	line-height: 30px;
	overflow: hidden;
}
.product .pic .item .tit p{
	color:#333333;
	font-size: 16px;
	float: left;
}
.product .pic .item .tit  a{
	display: block;
	float: right;
	color:#097c25;
	font-size: 12px;
}
.product .pic .item ul {
	margin-left:-10px;
}
.product .pic .item ul li{
	float: left;
	width: 304px;
	height: auto;
	margin-left: 10px;
	position: relative;
	margin-bottom:25px;
	border: 1px solid #eeeeee;
}
.product .pic .item ul li img{
	display: block;
	width: 304px;
	height: 238px;
}
.product .pic .item ul li p{
	width: 100%;
	height: 30px;
	background: #666666;
	text-align: center;
	line-height: 30px;
	position: absolute;
	bottom: 0;
	color:#fff;
	font-size: 14px;
}
.product .pic .item ul li:hover p {
	background: #32b16c;
}
.adv{
	width: 100%;
	height: 840px;
	background: url(../images/bg01.png);
	margin-top: 50px;
	overflow: hidden;
}
.adv .tit{
	margin-top:60px;
}
.adv .tit img{
	display: block;
}
.adv .item{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:30px;
}
.adv .item .pic{
	width: 483px;
	height: 290px;
}
.adv .item .pic img{
	display: block;
	width: 483px;
	height: 290px;
}
.adv .item ul{
	width: 630px;
}
.adv .item ul  li{
	width: 100%;
	height: auto;
	min-height: 120px;
	overflow: hidden;
	margin-bottom: 20px;

}
.adv .item ul .t{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	flex-direction: row;
	overflow: hidden;
}
.adv .item ul .t img{
	display: block;
	float: left;
}
.adv .item ul .t div{
	float: left;
	margin-left:10px;
}
.adv .item ul .t div p{
	color:#097c25;
	font-size: 26px;

}
.adv .item ul .t div  span{
	display: block;
	color:#1a1a1a;
	font-size: 12px;
}
.adv .item ul .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
 
}
.adv .item ul .info p{
	color:#1a1a1a;
	font-size: 18px;
	position: relative;
	padding-left: 20px;
	line-height:30px;
	margin-top: 10px;
}
.adv .item ul .info p:after{
	content: "";
	width: 15px;
	height: 16px;
	background: url(../images/icon01.png)no-repeat center;
	position: absolute;
	left: 0;

	top: 5px;
}
.adv .item:last-child{
	flex-direction: row-reverse;
}
.cases{
	width: 1200px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases .bd{
	margin-top: 30px;
	height: auto;
	overflow: hidden;
}
.cases .bd ul li{
	float: left;
	width: 392px;
	height: 332px;
	margin-left: 12px;
	position: relative;
}
.cases .bd ul li img{
	display: block;
	width: 392px;
	height: 332px;
}
.cases .bd ul li p{
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	text-align: center;
	line-height: 40px;
	color:#fff;
	font-size: 14px;
	background: rgba(0,0,0,.5);
}
.cases .bd ul li:hover p{
	background: #32b16c;
}
.cases .next ,.cases .prev{
	display: block;
	width: 40px;
	height: 40px;
	background: #999999;
	display: flex;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	align-items: center;
	justify-content: center;
}
.cases  .btn{
	width: 720px;
	margin:0 auto;
	margin-top: 20px;
 	display: flex;
	justify-content: center;
	position: relative;
}
.cases .next:hover ,.cases .prev:hover{
	background: #32b16c;
}
.cases  .btn:after{
	content: "";
	width: 280px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #32b16c;
}
.cases  .btn:before{
	content: "";
	width: 280px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	background: #32b16c;
}
.section{
	width: 100%;
	height: 530px;
	overflow: hidden;
	background: url(../images/about.png)no-repeat center;
	margin-top: 100px;
}
.about{
	width: 800px;
	height: auto;
	overflow: hidden;
	float: left;
}
.about .tit {
	margin-top: 30px;
}
.about .tit p{
	color:#fff;
	font-size: 24px;
}
.about .info{
	width: 740px;
	height: 120px;
	margin-top: 180px;
	background: #fff;
	padding: 25px 30px;
}
.about .info p{
	color:#1a1a1a;
	font-size: 15px;
	line-height: 28px;
	text-indent: 
}
.about   a{
	display: block;
	width: 200px;
	height: auto;
	overflow: hidden;
	
	
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	line-height: 40px;
	float: left;
}
.about   a p{
	float: left;
	width: 100px;
	float: left;
	text-align: center;
	color:#009022;
	font-size: 14px;
	background: #fff;
	line-height: 40px;
}
.about   a img{
	display: block;
	float: right;
}
.cont{
	width: 400px;
	float: right;
	height: 530px;
	background: #fff;
}
.cont .tit{
	margin-top: 25px;
}
.cont .tit p{
	text-align: center;
	color:#097c25;
	font-size: 24px;
}
.cont .tit b{
	font-weight: normal;
	color:#1b1b1b;
}
.cont .tit span{
	display: block;
	color:#097c25;
	font-size: 16px;
	text-align: center;
}
.cont ul{
	width: 340px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
 
}
.cont ul li {
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cont ul li img{
	display: block;
	float: left;
}
.cont ul li  p{
	color:#1a1a1a;
	font-size: 16px;
	margin-left: 5px;
	float: left;
	width: 310px;
}
.cont .ewm{
	margin-top:20px;
}
.cont .ewm img{
	display: block;
	width: 164px;
	height: 164px;
	margin:0 auto;
}
.cont .ewm p{
	color:#1a1a1a;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.news{
	width: 780px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 80px;
}
.news .menu{
	width: 780px;
	height: 50px;
}
.news .menu ul li{
	float: left;
	width: 120px;
	height:40px;
	line-height: 40px;
	background: #999999;
	text-align: center;
	border-radius: 5px;
}
.news .menu ul .on{
	height: 50px;
	background: url(../images/title02.png)no-repeat;
}
.news .menu ul li a{
	color:#1a1a1a;
	font-size: 16px;
	color:#fff;
}
.news .menu .more{
	display: block;
	float: right;
	width: 120px;
	height: 30px;
	background: #ffffff;
	text-align: center;
	line-height: 30px;
	color:#fff;
	margin-top:5px;
	font-size: 14px;
	border-radius: 5px;
	background: #32b16c;
}
.news .focus{
	margin-top: 10px;
	width: 300px;
	float: left;
}
.news .focus img{
	margin:0 auto;
	width: 300px;
	height: 200px;
}
.news .focus .tit{
	width: 100%;
	height: 30px;
	margin-top: 10px;
}
.news .focus .tit  h4{
	font-size: 16px;
	color:#1a1a1a;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .focus .tit span{
	float: right;
	margin-top: 5px;
	color:#666666;
}
.news .focus p{
	font-size: 14px;
	color:#666666;
	text-indent: 1em;
}
.news .focus a{
	display: block;
	float: right;
	width: 120px;
	height: 30px;
	background: #32b16c;
	text-align:center;
	line-height: 30px;
	color:#fff;
	border-radius: 3px;
	margin-top: 20px;
}
.news .list{
	float: right;
	width: 460px;
	margin-top:10px;
}
.news .list li{
	width: 100%;
	height: 40px;
	background: #fff;
	margin-bottom: 10px;
	line-height: 40px;
	box-shadow:5px 0 0 0 #999999 inset;
}
.news .list li:hover{
	box-shadow:5px 0 0 0 #32b16c inset;
}
.news .list li a{
	display: block;
	margin-left: 25px;
	float: left;
	font-size: 16px;
	color:#1a1a1a;
	width: 245px;
}
.news .list li span{
	float: right;
	font-size: 14px;
	color:#666666;
	margin-right: 3px;
}
.mssg{
	width: 400px;
	height: 460px;
	background: #32b16c;
	float: right;
	margin-top: 80px;
}
.mssg .tit{
	width: 225px;
	height: 80px;
	background: url(../images/tit03.png)no-repeat center;
	margin:0 auto;
	margin-top: 20px;
	overflow: hidden;
}
.mssg .tit p{
	color:#fff;
	font-size: 24px;
	text-align: center;
	margin-top:10px;
}
.mssg .tit span{
	display: block;
	color:#fff;
	font-size: 16px;
	text-align: center;
	margin-top: 0;
}
.mssg form{
	width: 360px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-top: 30px;
}
.mssg form ul li{
	height: auto;
	line-height: 40px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}
.mssg form ul li p{
	color:#1a1a1a;
	font-size: 16px;
	float: left;
	margin-left: 10px;
}
.mssg form ul li input{
	width: 255px;
	height: 20px;
	outline: none;
	border: none;
}
.mssg form ul li textarea{
	width: 255px;
	height: 120px;
	outline: none;
	border: none;
	margin-top: 15px;
}
.mssg form .btn{
	width: 100%;
	height: 40px;
	background: #097c25;
	border: none;
	color:#fff;
	font-size: 16px;
	margin-top: 10px;

}
.column{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.links{
	width: 100%;
	height: 60px;
	background: #32b16c;
}
.links .tit{
	height: 60px;
	display: flex;
	align-items: center;
	float: left;
	width: 160px;
	justify-content: center;

}
.links .tit span{
	color:#fff;
	font-size: 26px;
	float: left;
}
.links .tit b{
	font-size: 26px;
	color:#32b16c;
	background: #fff;
	float: left;
}
.links .tit p{
	color:#fff;
	font-size: 18px;
	margin-left: 10px;
}
.links ul{
	width: 1020px;
	float: left;
	height: 60px;
}
.links ul li{
	float: left;
	line-height: 60px;
	padding-right: 10px;
	padding-left: 10px;
}
.links ul li a{
	color:#fff;
	font-size: 14px;
}
.footer{
	width: 100%;
	height: 255px;
	background: #333333;
	position: relative;
	float:left;
}
.footer .main{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 225px;
}
.footer .main .left img{
	display: block;
}
.footer .main .left .tel{
	margin-top: 15px;
}
.footer .main .right{
	width: 420px;
	height: auto;
	overflow: hidden;
	margin-left: 50px;
}
.footer .main .right p{
	color:#fff;
	font-size: 14px;
	line-height: 18px;
}
.footer .cp{
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	background: #1f1f1f;
	text-align: center;
	line-height: 30px;
}
.footer .cp p{
	color:#fff;
	font-size: 12px;
}
.footer .cp a{
	color:#fff;
}

.container{ width:1200px; margin:20px auto; }
.con_left{ width:210px; float:left; margin-right:20px; margin-bottom:50px; }
.con_right{ width:970px; float:left; margin-bottom:30px; margin-top:20px;}
.l_about{ width:100%; float:left;}
.in_prokind{ width:198px; padding-left:10px; height:40px;line-height:40px; color:#333; font-size:18px; background:#e9e9e9; font-weight:bold; border-bottom:1px solid #ccc;  position:relative;}
.in_prokind span{ position:absolute; right:12px; top:0px; font-size:13px; font-weight:normal;}
.in_prokind span a:link{ color:#333;}
.in_prokind span a:visited{ color:#333;}
.in_prokind span a:hover{ color:#000;}
.in_casetit{ width:98%; padding-left:2%; height:57px;  line-height:57px;font-size:21px; font-weight:bold; color:#333; text-align:left; position:relative; border-bottom:#097c25 1px solid;}
.position{ position:absolute; right:5px; top:10px; font-size:14px; font-weight:normal;}
.position a:link{ color:#333;}
.position a:visited{ color:#333;}
.position a:hover{ color:#135ba2;}
.ul_news{ width:100%; margin:0px auto; background:#f0f0f0; padding-bottom:10px; border-bottom:#e9e9e9 2px solid; }
.ul_news li{ width:90%; padding-left:8%; margin-left:2%; font-size:13px; height:32px; line-height:32px; border-bottom:#bfbfbf 1px dotted; color:#1d1d1d; background:url(../images/icon01.png) no-repeat 5px; padding-left:25px;}
.in_contact{width:208px; margin-top:10px; float:left; color:#333; border:#097c25 1px solid;}
.in_contact p{ width:98%; font-size:12px; line-height:24px; padding-left:5px; padding-right:5px;}
.in_contactmid{ background:#f0f0f0;padding-bottom:10px;border-bottom:#e9e9e9 2px solid;  }
.in_contactmid h3{line-height:28px; font-size:15px;padding-left:5px;color:#1b242d;}
.in_contactmid img{ margin-top:10px; width:100%;}
.clear{ clear:both;}
.index_aboutcont p{ text-indent:2em; font-size:13px; color:#3e3e3e; font-weight:bold;}
.main_right_product{ width:100%; margin:0px auto;}
.main_right_product ul{ margin:0px; padding:0px; width:110%; }
.main_right_product ul li{ list-style:none; width:310px; height:250px;  float:left; margin-top:10px; margin-right:18px; }
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{width:287px; height:200px; padding:10px;border:#eee 1px solid;}
.main_right_product ul li a:link{ color:#444; text-decoration:none;}
.main_right_product ul li a:visited{ color:#444; text-decoration:none;}
.main_right_product ul li a:hover{ color:#097c25; text-decoration:none;}
.product_con{ width:100%;} 
.product_con img,.productimg img{ text-align:center; margin:0px auto;}
.index_newscont{ width:100%; margin:10px auto;}
.index_newscont a{color: #000;}
.index_newscont ul li{ height:42px; line-height:42px; border-bottom:#097c25 1px dotted; font-size:13px;  background:url(../images/icon01.png) no-repeat 5px; padding-left:25px; position:relative;}
.news_time{ position:absolute; right:0px; top:0px;}
.index_newscont ul li a:link,.ul_news li a:link{ color:#3e3e3e;;}
.index_newscont ul li a:visited,.ul_news li a:visited{ color:#3e3e3e;}
.index_newscont ul li a:hover,.ul_news li a:hover{ color:#097c25;}
.nav ul li.current {background: #097c25;}
.index_newscont h4,.main_right_product h4{ font-size:16px; text-align:center; line-height:50px;}


/*分页*/
.xlr_pages,.fy{width:100%; height:24px; line-height:24px; font-size:12px;text-align:center; float:left; margin-top:10px; margin-bottom:10px;}
.xlr_pages ul{ width:100%; margin:0px auto; height:24px;text-align:center;}
.pagelist li{  text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px; border-radius:3px;}
.thisclass{ background:#097c25; color:#FFF;}
.pagelist li select{ margin:3px;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#097c25; text-decoration:none;}
.footer .right .info a{ color:#FFF;}
.p_c{ text-align:center; line-height:30px; border-bottom:#CCC 1px dotted; margin-bottom:10px;}

/*留言*/
.message{width:100%; height:600px; /*background:#eee;*/ margin-left:50px;}
.message  span{ width:100%; height:60px; line-height:60px;float:left; color:#000; text-align:center; font-size:30px;}
.message p{font-size:15px; color:#999; text-align:center;}
   
 .message_left{float:left;width:40%;height:34px;line-height:34px;font-size:14px;color:#777777;text-align:left;border-color:#333333;border-style:none;clear:both; margin-top:8px; }
.message_right{float:left;width:90%;height:24px;line-height:24px;background-color:#eee;font-size:14px;color:#777777;text-align:left;padding:4px;border:1px;border-color:#aaa;border-style:dashed;}
   
   .area_message{float:left;width:90%;height:122px;line-height:24px;background-color:#eeeeee;background-image:none;font-size:14px;color:#777777;text-align:left;padding:4px;font-family:Microsoft YaHei;border:1px;border-color:#aaa;border-style:dashed;}
   
   .sub_message{float:left; width:92%;height:40px;line-height:40px;background-color:#333333;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}
