*{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; color:black;}
a{text-decoration: none; color:black;}
img{
    max-width: 100% !important;
}
li{list-style-type:none;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
 

.main{
	width: 1200px;
	margin:0 auto;
}
.top{
	width: 100%;
	height: 40px;
	background: #eeeeee;
}
.top .toptips{
	float: left;
	font-size: 14px;
	color:#3c3c3c;
	line-height: 40px;
}
.top .toptips p{
   display: inline-block;
    font-size: 14px;
}
.top ul{
	float: right;
	height: 40px;
	overflow: hidden;
}
.top ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 40px;
	position: relative;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #6d6d6d;
}
.top ul li a{
	color:#3c3c3c;
	font-size: 14px;
}
.top ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.head{
	width: 100%;
	height:110px;
	overflow: hidden;
}
.head .name{
 	position: relative;
 	top: 50%;
 	float: left;
 	transform: translateY(-50%);
}
.head img{
	display: block;
}
.head  .tel{
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);

}
.head .main{
	height: 110px;
	overflow: hidden;
}
.nav{
	width: 100%;
	height: 50px;
	background:#32b16c;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
	height: 50px;
 
}
.nav ul li{
	float: left;
	width: 171px;
	height: 50px;
	text-align: center;
	position: relative;
	line-height: 50px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover{
	background: #009944;
}
.nav ul li:hover ul{
	display: block;
}
.nav ul li ul {
	position: absolute;
	left: 0;
	top: 50px;
	background: #32b16c;
	display: none;
	height: auto;
	overflow: hidden;
	z-index: 100;
	width:100%;
}
.nav ul li ul li{
	float: inherit;
	width: 100%;
	height: 33px;
	border-bottom: 1px dashed #fff;
	
	line-height: 33px;

}
.nav ul li ul li a{
	font-size: 13px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
}
.nav ul li ul li:last-child{
	margin-bottom: 10px;
}
.banner{ 
	max-width: 1920px;
	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:10px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #fff;
 
}
.banner .hd ul li.on{
 background:#00a0e9; 
  
}
.banner .bd{
 position:relative; 
  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;
	margin-top: 60px;
}


.product .list{
	float: left;
	width: 280px;
	height: auto;
	min-height: 550px;
	overflow: hidden;
	background: #eeeeee;
}

.product .list .tit{
	width: 100%;
	height: 75px;
	background: #009944;
	overflow: hidden;
}

.product .list .tit p{
	text-align: center;
	color:#fff;
	font-weight: bold;
	margin-top: 5px;
	font-size: 30px;
}

.product .list .tit span{
	display: block;
	color:#fff;
	text-align: center;
}


.product .list  ul li{
	width: 270px;
	height: 40px;
 
	line-height: 40px;
	border-bottom: 1px solid #fff;
	position: relative;
 	padding-left: 10px;
}
.product .list  ul li:after{
	content: ">";
	position: absolute;
	right: 20px;
	top: 0;
	opacity: 0;
	color:#fff;
	font-size: 16px;
}

.product .list  ul li a{
	color:#32b16c;
	font-size: 16px;
	margin-left: 55px;
}
.product .list  ul li:hover{
	margin-left: 10px;
	background: #32b16c
}
.product .list  ul li:hover:after{
	opacity: 1;
}

.product .list  ul li:hover a{
	color:#fff;
}

.product .pic{
	float: right;
	width:890px;
	height: auto;
	overflow: hidden;
}

.product .pic ul li{
	float: left;
	width: 283px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 13px;
	margin-left: 15px;
	border: 1px solid #dcdcdc;
}
.product .pic ul li:nth-child(3n-2){
	margin-left: 0;
}
.product .pic ul li img{
	display: block;
	width: 283px;
	height: 266px;
}
.product .pic ul li  p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,0.5);
	text-align: center;
	position: absolute;
	bottom: 0;
	color:#fff;
	font-size: 16px;
}
.product .pic ul li:hover{
	border: 1px solid #009944;
}

.product .pic ul li:hover p{
	background: #009944;
}

.gg{
	width: 100%;
	height: 214px;
	margin-top: 60px;
}
.gg img{
	max-width: 100%;
}

.cases{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.title p{
	color:#009944;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}

.title span{
	display: block;
	color:#009944;
	font-size: 14px;
	text-align: center;
}

.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases .show .box{
	width: 800%;
}
.cases .pic{
	float: left;
	width: 1800px;
}
.cases .pic ul li{
	float: left;
	width: 290px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
	margin-top: 13px;
}
.cases .pic ul li img{
	display: block;
	width: 290px;
	height: 226px;
}
.cases .pic ul li p{
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,.5);
	text-align: center;
	line-height: 40px;
	color:#fff;
	font-size: 16px;
}
.cases .pic ul li:hover p{
	background:rgba(33,148,105,0.8);
}


.about{
	width: 100%;
	height: 434px;
	/*background: #009944;*/
    background: #e1e2e1;
	margin-top: 60px;
}


.about .pic{
	float: left;
	width: 50%;
	height: 434px;
	overflow: hidden;
	background:url(../images/about01.png)no-repeat center;
}

.about .intro{
	width: 500px;
	height: auto;
	overflow: hidden;
	float: left;
	height: 434px;
	padding-left: 100px;
	background: url(../images/bg01.png)no-repeat left center;
}
.about .intro .tit {
	margin-top: 20px;
}
.about .intro .tit p{
	color:#333;
	font-size: 30px;
	height: 45px;
	display: table;

	border-bottom: 3px solid #09793c;
}

.about .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.about .intro .info {
	width: 100%;
	height:230px;
	overflow: hidden;
	margin-top: 30px;
}
.about .intro .info *{
    color:#333 !important;
    font-size: 15px !important;
    line-height: 23px !important;
}

.about .intro a{
	display: block;
	width: 138px;
	height: 38px;
	border: 1px solid #333;
	text-align: center;
	line-height: 38px;
	color:#333;
	margin-top:30px;
	float: right;
	font-size: 18px;
}


.adv{
	width: 1200px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 55px;
}
.adv .tit{
	width: 620px;
	margin: 0 auto;
	background: url(../images/icon01.png)no-repeat 30px 10px;
	margin-bottom: 60px;
}
.adv .tit h4{
	color:#009944;
	font-size: 44px;
	text-align: center;
}

.adv .tit p{
	color:#009944;
	font-size: 28px;
	text-align: center;
}

.adv .tit  span{
	display: block;
	width: 607px;
	height: 28px;
	background: url(../images/tit01.png)no-repeat center;
	text-align: center;
	font-size: 14px;
	color:#fff;
	line-height: 28px;
	margin-top: 5px;
}


.adv .part{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.adv .part .pic{
	float: left;
}

.adv .part ul{
	width: 595px;
	height: auto;
	overflow: hidden;
	float: right;
}

.adv .part ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom:60px;
}
.adv .part ul li .t {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.adv .part ul li .t span{
	display: block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	/*border: 5px solid #009944;*/
	text-align: center;
	line-height:70px;
	color:#009944;
	float: left;
	font-size: 55px;
	font-family: 'Vani Regular';
}
.adv .part ul li .t h4{
	color:#5e5e5e;
	font-size: 24px;
	float: left;
	line-height: 55px;
	margin-left: 10px;
}

.adv .part ul li .info{
	width: 528px;
	margin-left: 60px;
}

.adv .part ul li .info p{
	color:#6e6e6e;
	font-size: 16px;
	line-height: 26px;
}
.adv .part:last-child ul{
	float: left;
}
.adv .part:last-child  .pic{
	float: right;
}


.news{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.news ul li{
	float: left;
	width: 585px;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.news ul li .time{
	width: 80px;
	height: 80px;
	float: left;
	background: #009944;
}
.news ul li:hover .info {
	border-bottom: 1px solid #009944;
}
.news ul li:nth-child(2n){
	float: right;
}
.news ul li .time p{
	text-align: center;
	font-size: 32px;
	line-height: 49px;
	border-bottom: 1px dashed #fff;
	color:#fff;
	font-weight: bold;
}
.news ul li .time span{
	display: block;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color:#fff;
}
.news ul li  .info{
	width: 488px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
	float: left;
	padding: 8px 0;
	margin-left: 15px;
}

.news ul li  .info  p{
	color:#1a1a1a;
	font-size: 18px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.news ul li  .info  span{
	display: block;
	color:#666666;
	font-size: 14px;
	margin-top: 5px;
	width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.contact{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.contact .bd{
	width: 100%;

	background: #efefef;
	margin-top: 30px;
	overflow: hidden;
}
.contact .bd .left{
	width: 50%;
	height: auto;
	float: left;
	overflow: hidden;
}

.contact .bd .left .intro{
	margin-right: 100px;
	float: right;
	width: 500px;
	margin-top: 25px;
}
.contact .bd .left .intro .name img{
	display: block;
}
.contact .bd .left .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.contact .bd .left .intro .info img{
 	width: 23px;
 	display: inline-block;
 	vertical-align:middle;
 	margin-right: 10px;
}

.contact .bd .left .intro .info p{
	height:30px;
	line-height: 30px;
	font-size: 18px;
	display:inline-block;
	
	width: 100%;
	overflow: hidden;

}

.contact .bd .map{
	float: right;
	width: 50%;
	height: 316px;
	/*background: url(../images/map.png)no-repeat center;*/
}


.links{
	width: 100%;
	height: 98px;
	background: #eeeeee;
	border-top: 2px solid #009944;
}
.links .tit{
	margin-top: 18px;
	float: left;
}
.links  .tit img{
	display: block;
}
.links  ul{
	width:1030px;
	float:right;
	height: 60px;
	margin-top: 18px;

}
.links  ul li{
	padding:0 10px;
	line-height: 60px;
    float:left;}

.links  ul li a{
	color:#565656;
	font-size: 18px;
}


.footer{
	width: 100%;
	padding-bottom: 30px;
	background: #009944;
	overflow: hidden;
}

.footer .fn{
	display: table;
	margin: 0 auto;
	height:40px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	margin-top: 25px;
}
.footer .fn ul li{
	float: left;
	padding: 0 20px;
	line-height: 30px;
	position: relative;
}
.footer .fn ul li:after{
	content: "";
	width: 1px;
	height:20px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	background: #fff;
}

.footer .fn ul li a{
	color:#ffffff;
	font-size: 18px;
}
.footer .fn ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}

.footer .intro{
	display: table;
	margin: 0 auto;
	margin-top: 30px;
}
.footer .intro p{
	color:#fff;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
}
.footer .intro a{
	color:#fff;
}

.container{ width:1200px; margin:0px auto; }
.con_left{ width:280px; float:left; margin-right:20px; margin-bottom:50px; margin-top:20px;}
.con_right{ width:900px; float:left; margin-bottom:30px;margin-top:40px;}
.l_about{ width:100%; float:left;}
.in_prokind{ width:270px; padding-left:10px; height:40px;line-height:40px; color:#fff; font-size:18px; background:#009944; font-weight:bold; border-bottom:1px solid #ccc;  position:relative;}
.in_prokind span{ position:absolute; right:12px; top:0px; font-size:13px;}
.in_prokind span a:link{ color:#fff;}
.in_prokind span a:visited{ color:#fff;}
.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:#009944; text-align:left; position:relative; border-bottom:#ccc 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:260px; padding-left:20px; font-size:13px; height:36px; line-height:36px; border-bottom:#bfbfbf 1px dotted; color:#1d1d1d; background:url(../images/jt.gif) no-repeat 5px;}
.in_contact{width:100%; margin-top:10px; float:left; color:#333;}
.in_contact p{ width:270px; font-size:14px; 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:16px;padding-left:5px;color:#1b242d;}
.in_contactmid img{ margin-top:10px; width:100%;}
.clear{ clear:both;}
.index_aboutimg{ width:193px; margin:10px; float:left;}
.index_aboutcont{ width:422px;float:left; margin-top:10px; line-height:24px; }
.index_aboutcont p{ text-indent:2em; font-size:13px; color:#3e3e3e; font-weight:bold;}
.main_right_product,.main_case{ width:100%; margin:0px auto;}
.main_right_product ul,.main_case ul{ margin:0px; padding:0px; width:110%; }
.main_right_product ul li{ list-style:none; width:290px; height:300px;  float:left; margin-top:10px; margin-right:15px; }
.main_case ul li{ list-style:none; width:290px; height:260px;  float:left; margin-top:10px; margin-right:15px; }
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{width:280px; height:260px; padding:5px;border:#eee 1px solid;}
.main_case ul li img{width:280px; height:220px; padding:5px;border:#eee 1px solid;}
.main_right_product ul li a:link,.main_case ul li a:link{ color:#444; text-decoration:none;}
.main_right_product ul li a:visited,.main_case ul li a:visited{ color:#444; text-decoration:none;}
.main_right_product ul li a:hover,.main_case ul li a:hover{ color:#009944; text-decoration:none;}
.product_con{ width:100%;} 
.product_con img,.productimg img,.index_newscont img{ text-align:center; margin:0px auto;}
.index_newscont{ width:100%; margin:10px auto;}
.index_newscont ul li{ height:42px; line-height:42px; border-bottom:#CCC 1px dotted; font-size:13px;  background:url(../images/jt.gif) 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:#009944;}
.nav ul li.current {background: #2e90fa;}
.index_newscont h4,.main_right_product h4{ font-size:16px; text-align:center; line-height:50px;}


/*分页*/
.dede_pages,.fy{width:100%; height:24px; line-height:24px; font-size:12px;text-align:center; float:left; margin-top:10px; margin-bottom:10px;}
.dede_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:#009944; 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:#009944; text-decoration:none;}
.footer .right .info a{ color:#FFF;}
.newscontent{ font-size:16px; line-height:24px;}

/*留言*/
.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:#009944;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}
   .fenye{
       text-align: center;
       padding-top: 30px;
   }
.fenye li{
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #ddd;
    line-height: 28px;
    margin: 0 5px;
    padding: 0 10px;
}
.fenye li a.sel{
    font-weight: bold;
    color: #094;
}