*{
	padding: 0px;
	margin: 0px;
}
.img_w100{
	float: left;
	width: 100%;	
}
.div{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-indent: 2em;
}
.div p{
	float:left;
	width:100%;
}
.div img{
	float: left;
	width:100%;
}
.webtit .left{
	widht:50px;position:relative;top:10px;left:2px;cursor:pointer;
}
.webtit .right{
position:absolute;cursor:pointer;line-height:22px;right:0px;top:10px;width:100px;
}
.webtit .right img{
	border-right:1px solid white;
}
.webtit .right span{
	width:30px;position:relative;top:-5px;left:10px;color:white;
}
/** header **/
.logo_down{
	background-color: #157A1C;
	cursor: pointer;
}
.logo{
	margin-top: 10px;
}
#menu {
	background: url('../images/nav_bg.png') repeat 0px 0px;

}
#menu ul li:hover{
	background: url("../images/f_bg.jpg") repeat-x scroll right center;
}
#menu ul li{
	background: url('../images/nav_bd.png') no-repeat scroll right center;
	border-bottom: 1px dashed #aaa;
	border-top: 0px;
	border-left: 0px;
	width: 33.33%;
	color:#555;
}
.navSlide .i_point{
	border: 5px;
	width: 10px;
	height: 10px;
}
#menu ul li a{
	color:#6D6D6D;
}
#language{
	color: white;
}
/** 首页 **/

/** 产品图片无缝滚动**/
.pi_top{
	width: 100%;
	overflow: hidden;
}

.pi_top ul{
	list-style: none;
	overflow: hidden;
	height:105px;
}
.pi_top li{
	float: left;
	width:33.33%;
	border: 1px solid #ccc;
	margin-right: 14px;
}
.pi_top li img{
	width:100%;
}
/** index 产品类型**/
.pro_type{
	padding-top:20px;
	background-color: #F5F5F5;
	position: relative;
	padding-bottom: 5px;
	height: 53px;
	overflow: hidden;
}
.pro_type .bd{
	width: 87%;
	margin:0px auto;
	overflow: hidden;
}
.pro_type_slides li{
	float: left;
	width: 192px;
	height: 43px;
	border-right:2px solid #177819;
	margin:5px 0px;
	background-color: #F5F5F5;
	position: relative;
}
.pro_type_slides li img{
	bottom: 0px;
	width:90%;
	max-width: 131px;
	
	display: block;
	margin: 0px auto;
}
.pro_type_slides{
	width:100%;
	margin:0px auto;
	overflow: hidden;
}
.pro_type_slides ul{
	overflow: hidden;
}
.pro_type .prev,.pro_type .next{
	z-index:1;
	display: block;
	width:0px;
	height: 0px;
	position: absolute;
	top:25px;
	cursor:pointer;
}
.pro_type .prev{
	border: 20px solid #F5F5F5;
	border-right:20px solid #ddd;
	left: -20px;
}
.pro_type .next{
	border: 20px solid #F5F5F5;
	border-left:20px solid #ddd;
	left: auto;
	right: -20px;
}
/** 荣誉资质 **/
.honor{
	width:30%;
	height: auto;
	overflow: hidden;
	margin: 1%;
	text-align: center;
}
.honor a{
	display: block;
	width: 100%;
	height: auto;
}
/** 联系我们 **/
.contact{
	padding: 20px 0px;
}
.contact p{
	line-height: 25px;
}
/** 在线留言 **/
.message{
	padding: 20px 0px;
}
.message table{
	width:90%;
}
.message table .title{
	width:90px;
	text-align: right;
	padding-right: 10px;
}
.message td{
	line-height: 40px;
}
input[type=text]{
	border: 1px solid #ddd;
	height: 20px;
	width: 50%;
	min-width: 200px;
}
textarea{
	width: 70%;
	min-width: 200px;
	border:1px solid #ddd;
	height: 60px;
}
input[type=submit]{
	width: 80px;
	height: 25px;
	border-radius: 4px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
}
/** 产品中心 **/
.tow_menu {
	width: 100%;
	height: 145px;
	background-color: #eee;
}
.tow_menu ul li:hover{
	/*background: url("../images/f_bg.jpg") repeat-x scroll right center;*/
	background: none #6DC972;
	color: white;
}
.tow_menu ul li{
	background: url('../images/nav_bd.png') no-repeat scroll right center;
	/*border-bottom: 1px dashed #aaa;*/
	border-bottom: 1px solid white;
	border-top: 0px;
	border-left: 0px;
	width: 33.33%;
	color:#555;
	cursor: pointer;
  float: left;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 11px;
}
.tow_menu ul li a{
	color:#6D6D6D;
}