*{margin: 0px;padding: 0px;}
body{min-width: 1100px;background:#ffffff;background-image:;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; color:black;}
li{list-style-type:none;}
img{border:0px;display: block;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
.clear{clear:both;}

.main{
	width: 1100px;
	margin:0 auto;
}
.head{
	width: 100%;
	height:170px;
	overflow: hidden;
	background: no-repeat center;
	background-position: 0 0 ;
}
.head .top{
	width: 100%;
	height: 35px;
	background: #eeeeee;
}
.head .top p{
	font-size: 13px;
	color:#000000;
	line-height: 35px;
	float: left;
}
.head ul{
	float: right;
}
.head ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 35px;
	position: relative;
}
.head ul li a{
	font-size: 13px;
	color:#000;
}
.head ul li:after{
	content: "";
	width: 1px;
	height: 13px;
	position: absolute;
	top: 12px;
	right: 0;
	background: #000;
}
.head ul li:last-child:after{
	width: 0;
}
.head .name{
	float: left;
	margin-top: 25px;
}
.head .tel{
	float: right;
 
}
.nav{
	width: 100%;
	height:50px;
	background: #3b9909;
}
.nav ul{
	width: 1100px;
	margin:0 auto;
}
.nav ul li{
	float: left;
	height: 50px;
	line-height:50px;
	text-align: center;
	width: 137px;
	position: relative;
}
.nav ul li a{
	font-size: 16px;
	color:#fff;
	display: block;
}
.nav ul li:hover{
	background: #296b06;
}
.nav ul li:hover div{
	display: block;
}
.nav ul li div{
	position: absolute;
	top: 50px;
	z-index: 100;
	width: 137px;
	height: auto;
	overflow: hidden;
	display: none;
}
.nav ul li div ul {
	width: 137px;
}
.nav ul li div ul li{
	width: 137px;
	height: 50px;
	margin-bottom: 2px;
	background: #46b809;
}
.nav ul li div ul li a{
	color:#fff;
	font-size: 15px;
}
.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:10px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 border: 1px solid #333;
 
}
.banner .hd ul li.on{
 background:#1868ca; 
 border: 1px solid #1868ca;
}
.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;  
}
.banner .list{
	width: 100%;
	height: 144px;
	background: rgba(25,25,25,0.5);
	overflow: hidden;
	position: absolute;
	bottom: 0;
}
.banner .list ul{
	width: 1150px;
	margin:0 auto;
	margin-top: 13px;
}
.banner .list ul li{
	float: left;
	width: 160px;
	height: 120px;
	margin-left: 70px;
}
.banner .list ul li img{
	width: 160px;
	height: 120px;
}
.keywords{
	width: 100%;
	height: 50px;
	background: #eeeeee;
}
.keywords p{
	font-size: 16px;
	color:#000000;
	text-align: center;
	line-height: 50px;
	float: left;
	font-weight: bold;
}
.keywords ul li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
	color:#333;
	position: relative;
	font-size: 14px;
}
.keywords ul li:after{
	content: "";
	height: 14px;
	top: 18px;
	right: 0;
	width: 1px;
	position:absolute;
	background: #555555;
}
.keywords ul li:last-child:after{
	width: 0;
	height: 0;
}
.content{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.item{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.item .tit{
	width: 265px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
}
.item .tit p{
	font-size: 24px;
	color:#3b9909;
	font-weight: bold;
	text-align: center;
}
.item .tit span{
	display: block;
	text-align:center;
	font-size: 16px;
	color:#666666;
	position: relative;
}
.item .tit span:after{
	content: "";
	width: 55px;
	right: 0;
	position: absolute;
	top: 10px;
	background: #dcdcdc;
	height: 1px;
}
.item .tit span:before{
	content: "";
	width: 55px;
	left: 0;
	position: absolute;
	top: 10px;
	background: #dcdcdc;
	height: 1px;

}
.item  ul{
	margin-top: 30px;
	margin-left: -13px;
}
.item  ul li{
	float: left;
	width: 265px;
	height: 300px;
	background: #eeeeee;
	margin-left: 13px;
}
.item  ul li img{
	margin:0 auto;
	margin-top: 30px;
}
.item  ul li  p{
	font-size: 22px;
	color:#333333;
	text-align: center;
	font-weight: bold;
	margin-top:20px;
}
.item  ul li  span{
	display: block;
	text-align: center;
	font-size: 14px;
	text-align:center;
	color:#555555;
	margin-top: 2px;
}
.item  ul li a{
	display: block;
	width: 118px;
	height: 34px;
	border: 1px dashed #bfbfbf;
	background: #e9e9e9;
	margin:0 auto;
	margin-top: 20px;
	text-align:center;
	line-height: 34px;
	border-radius: 15px;
	color:#333;
	font-size: 14px;
}
.adv{
	width: 100%;
	height: auto;
	overflow:hidden;
	margin-top:60px;
}
.adv img{
	width: 100%;
}
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cases .title{
	width: 100%;
	height:73px;
	background: #f1f1f1;
}
.cases .title .bg01{
	width: 410px;
	height: 73px;
	background: #fff;
	float: left;
}
.cases .title .bg02{
	width: 136px;
	height: 73px;
	background: #3b9909;
	float: left;
}
.cases .title .bg02 p{
	font-size: 32px;
	color:#fff;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.cases .title .bg02 span{
	display: block;
	text-align: center;
	font-size: 13px;
	color:#fff;
}
.cases .title .bg03{
	width: 260px;
	float: left;
	background: #fff;
	height: 73px;
	margin-left:10px;
}
.cases .title .bg03 b{
	font-size: 24px;
	color:#000000;
	margin-top: 5px;
}
.cases .title .bg03 p{
	font-size: 12px;
	color:#666666;
	width: 257px;
}
.cases .title .bg03  span{
	font-size: 18px;
	color:#666666;
}
.cases .title  a{
	display: block;
	float: right;
	width: 33px;
	height: 33px;
	background: #3b9909;
	float: right;
	margin-right: 15px;
	text-align: center;
	color:#fff;
	font-size: 20px;
	padding-top: 30px;
}
.cases ul{
	margin-left: -10px;
}
.cases ul li{
	float: left;
	width: 360px;
	height: 260px;
	position: relative;
	margin-left: 10px;
	margin-top: 15px;

}
.cases ul li p{
	position: absolute;
	bottom: 0;
	width: 360px;
	height: 40px;
	background:rgba(25,25,25,0.5);
	text-align: center;
	line-height: 40px;
	color:#fff;
	font-size: 15px;
}
.qs{
	width: 420px;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	float: left;
}
.qs .title{
	width: 420px;
	height: 50px;
	box-shadow: 0 -5px 0 0 #e2e2e2 inset;
	background: #f1f1f1;
}
.qs .title p{
	font-size: 20px;
	color:#000000;
	width: 150px;
	box-shadow: 0 -5px 0 0 #3b9909 inset;
	height: 50px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 50px;
	float: left;
}
.qs .title a{
	float: right;
	color:#333333;
	font-size: 14px;
	line-height: 50px;
	margin-right: 5px;
}
.qs ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 2px;
}
.qs ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #c9c9c9;
	padding-bottom: 15px;
	margin-top: 15px;
}
.qs ul li img{
	float: left;

}
.qs ul li div{
	width: 100%;
	height:auto;
	overflow: hidden;
	margin-top: 7px;
}
.qs ul li .q p{
	font-size: 15px;
	color:#3b9909;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	line-height:25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.qs .q .index_list_news{
	float:right; 
	color:#333;
}
.qs ul li .a p{
	font-size: 15px;
	color:#666666;
	float: left;
	margin-left: 10px;
	width: 350px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 40px;
}
.news{
	width: 660px;
	float: right;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.news .title{
	width:660px;
	height: 50px;
	box-shadow: 0 -5px 0 0 #e2e2e2 inset;
	background: #f1f1f1;
}
.news .title p{
	font-size: 20px;
	color:#000000;
	width: 150px;
	box-shadow: 0 -5px 0 0 #3b9909 inset;
	height: 50px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 50px;
	float: left;
}
.news .title a{
	float: right;
	color:#333333;
	font-size: 14px;
	line-height: 50px;
	margin-right: 5px;
}
.news  .on{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 10px;
}
.news .pic{
	float: left;
	width: 192px;
	height: 137px;
}
.news .pic img{
	width: 190px;
	height: 135px;
	border: 1px solid #d2d2d2;
}
.news .info{
	float: right;
	width: 455px;
	height: 135px;
}
.news .info h4{
	font-size: 16px;
	color:#000000;
	margin-top: 8px;
}
.news .info span{
	font-size: 12px;
	display: block;
	color:#555;
	margin-top: 5px;
	margin-bottom: 5px;
}
.news .info p{
	font-size: 14px;
	color:#555555;
	height: 57px;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news .info a{
	display: block;
	margin-top: 5px;
	color:#3b9909;
	font-size: 12px;
}
.news ul {
	margin-top: 10px;
}
.news ul li{
	float: left;
	width: 275px;
	height: 25px;
	line-height:25px;
	border-bottom: 1px dashed #c9c9c9;
	position: relative;
	margin-top: 5px;
}
.news ul li:after{
	position: absolute;
	content: "※";
	font-size: 13px;
	color:#333333;
	position: absolute;
	left:0;
	top: 1px;
}
.news ul li:nth-child(2n){
	float: right;
}
.news ul li a{
	display: block;
	float: left;
	margin-left: 15px;
	color:#333;
	font-size: 15px;
	width: 175px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news ul li span{
	float: right;
	font-size: 12px;
	color:#333;
}
.news ul li:hover a{
	color:#3b9909;
}
.contact{
	width: 705px;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	float:left;
}
.contact .title{
	width: 100%;
	height:73px;
	background: #f1f1f1;
}
.contact .title .bg01{
	width: 400px;
	height: 73px;
	background: #fff;
	float: left;
}
.contact .title .bg02{
	width: 136px;
	height: 73px;
	background: #3b9909;
	float: left;
}
.contact .title .bg02 p{
	font-size: 32px;
	color:#fff;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.contact .title .bg02 span{
	display: block;
	text-align: center;
	font-size: 13px;
	color:#fff;
}
.contact .title .bg03{
	width: 252px;
	float: left;
	background: #fff;
	height: 73px;
	margin-left:10px;
}
.contact .title .bg03 b{
	font-size: 24px;
	color:#000000;
	margin-top: 5px;
}
.contact .title .bg03 p{
	font-size: 12px;
	color:#666666;
}
.contact .title .bg03  span{
	font-size: 18px;
	color:#666666;
}
.contact .title  a{
	display: block;
	float: right;
	width: 33px;
	height: 33px;
	background: #3b9909;
	float: right;
	margin-right: 15px;
	text-align: center;
	color:#fff;
	font-size: 20px;
	padding-top: 30px;
}
.contact  .map{
	margin-top: 10px;
	border: 3px solid #dcdcdc;
}
.contact  .map img{
	width: 699px;
	height: 239px;
}
.contact .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 35px;
}
.contact .info p{
	font-size: 18px;
	color:#333333;
	line-height: 35px;
}
.mssg{
	width: 370px;
	height: 438px;
	overflow: hidden;
	background: #3b9909;
	float: right;
	margin-top:30px;
}
.mssg .title{
	width: 330px;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-top: 20px;
}
.mssg .title p{
	text-align: center;
	font-size: 24px;
	color:#ffffff;
	font-weight: bold;
	position: relative;
}
.mssg .title p:after{
	content: "";
	width: 106px;
	right: 0;
	position: absolute;
	top:15px;
	background: #dcdcdc;
	height: 1px;
}
.mssg .title p:before{
	content: "";
	width: 106px;
	left: 0;
	position: absolute;
	top: 15px;
	background: #dcdcdc;
	height: 1px;

}
.mssg .title span{
	display: block;
	text-align: center;
	font-size: 15px;
	color:#ffffff;
	margin-top: 5px;
}
.mssg form{
	width: 330px;
	margin:0 auto;
	height:auto;
	overflow: hidden;
	margin-top:30px;
	margin-bottom: 15px;
}
.mssg form ul{
	width: 330px;
	height: auto;
	overflow: hidden;
}
.mssg form ul li{
	width: 330px;
	min-height:40px;
	margin-top: 10px;
}
.mssg form ul li p{
	float: left;
	font-size: 18px;
	color:#ffffff;
	line-height: 40px;
}
.mssg form ul li input{
	width: 240px;
	float: right;
	height: 40px;
	border: none;
	background: #7fcb56;
	border-radius: 5px;
}
.mssg form ul li textarea{
	width: 240px;
	height:110px;
	border: none;
	float: right;
	background: #7fcb56;
	resize: none;
	border-radius: 5px;
}
.mssg .btn{
	width: 330px;
	margin:0 auto;
	margin-top: 20px;
	height: 50px;
	background: #fff;
	border: none;
	border-radius: 5px;
	font-family: "微软雅黑";
	font-size: 18px;
}
.mssg  form span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 15px;
	color:#9eea75;
	margin-top: 10px;

}
.links{
	width: 100%;
	height: 118px;
	border-top: 1px solid #cccccc;
	border-bottom: 2px solid #3b9909;
	margin-top: 40px;
}
.links .tit{
	width: 210px;
	height:95px;
	background: url(/uploads/image/tdimages/links.png)0 20px no-repeat;
	padding-top: 25px;
	border-right: 1px solid #dcdcdc;
	overflow: hidden;
	float: left;
}
.links .tit p{
	font-size: 18px;
	color:#333333;
	font-weight: bold;
	margin-left:40px;
}
.links ul{
	float: right;
	width: 860px;
	height: 80px;
	margin-top:30px;
 
}
.links ul li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	height: 25px;
	line-height: 25px;
}

.links ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:6px;
    height:14px;
    width:1px;
    background:#9a9a9a;
}
.links ul li:last-child:after{
    height:0px;
    width:0px;
}
.links ul li a{
	color:#555555;
	font-size: 15px;
}
.footer{
	width: 100%;
	height: 218px;
	background: #333333;
	float:left;
}
.footer .tel{
	width: 263px;
	min-height: 90px;
	overflow: hidden;
	background: url(/uploads/image/tdimages/tel02.png)no-repeat;
	margin-top:65px;
	float: left;
}
.footer .tel p{
	float: right;
	font-size: 30px;
	font-weight: bold;
	margin-top: 46px;
	color:#fff;

}
.footer .info{
	width: 450px;
	float: left;
	margin-top: 65px;
	margin-left:80px;
}
.footer .info p{
	color:#fff;
	line-height: 23px;
	font-size: 14px;

}
.footer .info p a{
	color:#fff;
}
.footer  .ewm{
	float: right;
	margin-top: 35px;

}

.footer  .ewm span{ display:block; float:right; margin-right:10px;}

.footer  .ewm img{
	width: 133px;
	height: 133px;
	border: 5px solid #fff;
	border-bottom: 0;
}
.footer .ewm p{
	width: 100%;
	height:30px;
	line-height: 25px;
	color:#333;
	font-size: 13px;
	background: #fff;
	text-align: center;
}


.container{ width:1100px; margin:20px auto;}
.con_left{ width:230px; float:left; margin-right:20px; margin-bottom:20px;}
.con_right{ width:850px; float:left; margin-bottom:20px;}
.in_contact{ width:100%; float:left; margin-top:20px;}
.in_contact .tit{ width:220px;font-size:15px; font-weight:bold; line-height:40px; color:#fff; padding-left:10px; background:#3b9909; position:relative;}
.in_contactmid{ padding-left:10px;}
.in_contactmid h3{ font-size:16px; line-height:32px;}
.in_contactmid img{ margin-top:10px;}
.in_contactmid p{ line-height:20px;}
.in_contact .tit .position a{ color:#fff;}
.current{ background:#296b06;}
.in_casetit{ width:99%; padding-left:1%;font-weight:bold;  background:#eee; border-bottom:#3b9909 3px solid; height:45px; line-height:45px;font-size:18px; color:#333; text-align:left; position:relative;}
.in_casetit em{ display:block; width:5px; height:30px; background:#283039; float:left; margin-top:10px; margin-right:10px;}
.position{ position:absolute; right:5px; top:0px; font-size:14px; font-weight:100;}
.position a:link{ color:#000; font-size:12px;}
.position a:visited{ color:#000;font-size:12px;}
.position a:hover{ color:#3b9909;font-size:12px;}
.ul_news{ width:100%; margin:0px auto; float:left;}
.ul_news li{ width:98%; padding-left:2%; font-size:13px; height:32px; line-height:32px;  color:#1d1d1d; border-bottom:#999 1px dotted;}
.ul_news li span{ color:#f45531; margin-right:3px; font-weight:bold;}
.index_aboutcont p{ text-indent:2em; font-size:13px; color:#3e3e3e; font-weight:bold;}
.pro-list{
	width: 230px;
	height: auto;
	float: left;
}
 .pro-list .pro-tit{
	width: 230px;
	height: 75px;
	background:#3b9909;
	float: left;

}
.pro-list .pro-tit div{
	margin-left:70px;
	margin-top:15px;
	 
}
.pro-list .pro-tit span{
	font-size: 30px;
	color:#fff;
	display: block;
	width: 125px;
	height: 30px;
	 
}
.pro-list .pro-tit p{
	color:#fff;
	font-size: 16px;
	 width: 120px;
	 height: 20px;
	 margin-top:5px;
}
 .pro-list .box{
	width: 228px;
	height: auto;
	overflow: hidden;
}
.pro-list .box ul {
	margin: 0 auto;
	width: 258px;
}
.pro-list .box ul li{
	width: 226px;
	background-position: 30px 12px ;
	margin-top:5px;
	border:#ccc 1px solid;
	line-height: 40px;
	margin-bottom: 5px;
	border-radius:5px;
}

.pro-list .box ul li  a{
	display:block;
	width:186px;
	color:#333;
	font-size: 14px;
	padding-left:40px;
	background:#eee;
	border-radius:5px;
}

.pro-list .box ul li  a:hover{
	color:#fff;
	width:186px;
	height:40px;
	background:#3b9909;
	border-radius:5px;
}

.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:260px; height:230px; float:left; margin-top:10px; margin-right:30px;}
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{ width:258px; height:190px;  border:#dcdcdc 5px 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:#3b9909; text-decoration:none;}
.index_newscont h3,.main_right_product h3{text-align:center; line-height:40px; font-size:18px;}
.productimg{ text-align:center; margin:0px auto;}
.productimg img,.product_con img{ max-width:100%; margin:0px auto; text-align:center;}
.index_newscont{ width:100%; margin:0px auto;}
.index_newscont ul li{ height:32px; line-height:32px; border-bottom:#ccc 1px dashed; font-size:13px;  background:url(/uploads/image/tdimages/jiao_31.jpg) no-repeat 5px; padding-left:20px; 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:#3b9909;}

.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;}
.thisclass{ background:#333333; 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:#3b9909; text-decoration:none;}
/*留言*/
td{ font-size:14px;}
.coolbg{ width:60px; height:30px; line-height:30px; color:#fff; background:#f45531; border:none;}
.intxt{ height:28px; margin-top:10px;}


.map{
	width: 100%;
	height: 400px;
	margin-top: 20px;
}