@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:25px;
	color:#000;
	}
	
div,ul,li{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
img {
	border:0px;
	}	
	
	body a {
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }
	
a{
	text-decoration:none;
	color:#000;
	}
	
	
a:hover{
	text-decoration:none;
	color:#487a00;
	}		
	
.clear{
	clear:both;
	}
	
.w12{
	font-size:12px;
	color:#fff;
	}
	
.font16w{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	}	
	
.font16{
	font-size:16px;
	font-weight:bold;
	}
	
.isyouhuo{
	margin:0 auto;
	width:980px;
	height:30px;
	}	
	
.isyouhuo li{
	float:left;
	}	
	
.isyouhuo li a{
	color:#fff;
	}
	
.isyouhuo li a:hover{
	color:#fff;
	display:block;
	}					
	
.lvse{
	width:325px;
	height:30px;
	line-height:30px;
	color:#fff;
	text-align:center;
	background:#03b102;
	}	
	
.hongse{
	margin-left:1px;
	width:326px;
	height:30px;
	line-height:30px;
	color:#fff;
	text-align:center;
	background:#ff0000;
	}
	
.huise{
	margin-left:1px;
	width:326px;
	height:30px;
	line-height:30px;
	color:#fff;
	text-align:center;
	background:#ccc;
	}		

.hongse-border{
	height:5px;
	line-height:5px;
	background:#ff0000;
	}
	
.lvse-border{
	height:5px;
	line-height:5px;
	background:#03b102;
	}
	
.huise-border{
	height:5px;
	line-height:5px;
	background:#ccc;
	}	
	
.postion{
	margin:5px auto;
	width:980px;
	border:1px solid #ccc;
	text-indent:20px;
	height:35px;
	line-height:35px;
	}			
	
#top-menu{
	margin:0 auto;
	width:1260px;
	height:38px;
	background:#0181B2;
	overflow:hidden;
	}
	
#top-menu .menu li{
	float:left;
	line-height:38px;
	color:#fff;
	background:#0181B2;
	border-right:1px solid #379ac3;
	}
	
#top-menu .menu li a{
	padding:0 35px;
	display:block;
	color:#fff;
	}
	
#top-menu .menu a:hover{
	display:block;
	color:#fff;
	background:#595959;
	}	
	
#top-menu .search{
	float:right;
	margin-top:5px;
	margin-right:5px;
	height:28px;
	}
	
#top-menu .search li{
	float:left;
	}					
	
#left-menu{
	padding:1px;
	width:256px;
	border:1px solid #ccc;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.23);
	}
	
#left-menu .first{
	margin-top:1px;
	text-indent:20px;
	line-height:35px;
	background-image:url(../images/left-menu-bg.png);
	background-repeat:no-repeat;
	}
	
#left-menu .first a{
	color:#fff;
	display:block;
	}
	

	
#left-menu .first a:hover{
	color:#497a00;
	background-image:url(../images/left-menu-bg-over.png);
	background-repeat:no-repeat;
	}	
	
#left-menu .first a.selected{
	color:#497a00;
	background-image:url(../images/left-menu-bg-over.png);
	background-repeat:no-repeat;
	}	
	
#left-menu .second{
	border-top:2px solid #487a00;
	line-height:40px;
	text-indent:5px;
	background:#eee;
	display:none;
	}
	
#left-menu .second li a{
	color:#000;
	font-weight:normal;
	font-size:12px;
	border-bottom:1px solid #ccc;
	
	}	
	
#left-menu .second li a:hover{
	color:#7cb200;
	font-weight:normal;
	font-size:12px;
	background:none;
	}	
	
#left-menu .three{
	display:none;
	line-height:40px;
	text-indent:25px;
	background:#f7f7f7;
	}
	
#left-menu .three li a{
	color:#000;
	font-weight:normal;
	border-bottom:1px solid #ccc;
	
	}	
	
#left-menu .three li a:hover{
	color:#7cb200;
	font-weight:normal;
	color:#333;
	}
	
#left-menu .cross li a{
	text-indent:15px;
	line-height:35px;
	color:#000;
	font-weight:normal;
	display:block;
	border-bottom:1px solid #ccc;
	}
	
#left-menu .cross li a:hover{
	color:#7cb200;
	font-weight:normal;
	color:#333;
	background:#eee;
	}		
	
.prolist-div{
	margin:0 auto;
	width:990px;
	}
	
.prolist-div ul{
	float:left;
	margin-top:23px;
	margin-left:35px;
	height:200px;
	border:1px solid #ccc;
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.23);
	overflow:hidden;
	}	
	
.prolist-div .title{
	margin-top:15px;
	width:198px;
	height:40px;
	line-height:20px;
	text-align:center;
	overflow:hidden;
	}
	
.prolist-div .pic{
	text-align:center;
	}		
	
.prolist-div .pic img{
	border:0px;
	vertical-align:middle;
	max-width:198px; 
    width:expression(this.width>198?"198px":this.width); 
    max-height:130px; 
    height:expression(this.height>130?"130px":this.height); 
	}
	
.prolist-list-div .pickj{
	border:1px solid #ccc;
	}	
	
.prolist-list-div .pic img{
	border:0px;
	vertical-align:middle;
	max-width:100px; 
    width:expression(this.width>100?"100px":this.width); 
    max-height:100px; 
    height:expression(this.height>100?"100px":this.height); 
	}	
	
#case-list{
	margin:0 auto;
	width:980px;
	}	
	
#case-list .list{
	margin:10px auto;
	width:980px;
	height:140px;
	}	
	
#case-list ul{
	float:left;
	}	
	
#case-list .pic-ul{
	margin-left:15px;
	padding:10px;
	width:734px;
	height:120px;
	border:1px solid #ccc;
	}	
	
#case-list .pro-ul{
	margin-left:15px;
	padding:10px;
	width:734px;
	height:120px;
	border:1px solid #ccc;
	background:#f7f7f7;
	}	
	
#case-list li img{
	border:0px;
	vertical-align:middle;
	max-width:200px; 
    width:expression(this.width>200?"200px":this.width); 
    max-height:133px; 
    height:expression(this.height>133?"133px":this.height); 
	}
	
#case-list .pic{
	padding:3px;
	width:200px;
	height:133px;
	text-align:center;
	border:1px solid #ccc;
	overflow:hidden;
	}
	
#case-list .title a{
	font-size:16px;
	font-weight:bold;
	}
	
#case-list .title a:hover{
	font-size:16px;
	font-weight:bold;
	color:#487a00;
	}
	
#case-list .pro-title a{
	font-size:14px;
	font-weight:bold;
	color:#ff6600;
	line-height:22px;
	}
	
#case-list .pro-title a:hover{
	color:#000;
	line-height:22px;
	}	

#case-list .pro-txt{
	width:730px;
	height:68px;
	font-size:12px;
	overflow:hidden;
	}
	
#case-list .txt{
	padding-top:10px;
	
	}
	
#case-list .tips-lvse{
	width:120px;
	padding:0 10px;
	color:#fff;
	font-size:10px;
	background:#03b102;
	border-radius:5px;
	
	}
	
#case-list .tips-hongse{
	width:60px;
	padding:0 10px;
	color:#fff;
	font-size:10px;
	background:#ff0000;
	border-radius:5px;
	}
	
#case-list .tips-huise{
	width:90px;
	padding:0 10px;
	color:#fff;
	font-size:10px;
	background:#ccc;
	border-radius:5px;
	}	
	
.big-pic {
	width:450px;
	height:450px;
	overflow:hidden;
	}
	
.big-pic img {
	vertical-align:middle;
	max-width:450px; 
    width:expression(this.width>450?"450px":this.width); 
    max-height:450px; 
    height:expression(this.height>450?"450px":this.height); 
	}	
		

#factoryList{
	width:860px;
	}	
	
#factoryList ul{
	margin-top:25px;
	margin-left:30px;
	float:left;
	}
	
#factoryList li{
	width:250px;
	text-align:center;
	}
	
#factoryList li .img{
	border:0px;
	vertical-align:middle;
	max-width:250px; 
    width:expression(this.width>250?"250px":this.width); 
    max-height:250px; 
    height:expression(this.height>250?"250px":this.height); 
	}

#factoryList li .txt{
	height:25px;
	line-height:25px;
	}	
	
.pro-deail-txt table{border-collapse:collapse;border-spacing:0;}
.pro-deail-txt th{font-size:14px; color:#C01010; height:30px; line-height:30px; text-align:left; text-indent:10px; background:#FFFCEB; border:1px solid #EED97C;}
.pro-deail-txt td{padding-left:10px; height:25px; line-height:25px; border:1px solid #569c46;}	

	
	
/* banner */
.banner{ min-width:1260px;  position:relative;  height:251px; overflow:hidden;  }
.banner .bd{ position:relative; z-index:0;  }
.banner .bd ul{ width:100% !important; }
.banner .bd li{ width:100% !important;  height:299px; }
.banner .bd li .siteWidth{ width:1260px; position:relative;  margin:0 auto;  height:299px;  }
.banner .bd li a{ height:240px; display:block;  }
.banner .bd .txt{ position:absolute; width:415px; top:100px; left:22px;   font:normal 18px/30px "Microsoft YaHei";    }
.banner .bd .btn{ display:block; zoom:1; margin-top:8px;  width:72px; padding-right:10px;  height:31px; line-height:31px; text-align:center; color:#fff; font-size:12px; background:url(../images/banner-btn.png) 0 0 no-repeat;
_background:url(../images/banner-btn-ie6.png) 0 0 no-repeat;
}
.banner .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; text-align:center; }
.banner .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:11px; height:11px; margin:4px; background:url(../images/dot-black.png) 0 0; overflow:hidden; 
	line-height:9999px; filter:alpha(opacity=40);opacity:0.4; 
}
.banner .hd ul .on{ filter:alpha(opacity=100);opacity:1;  }		

	
.qqkefu{
	width:138px;
	}
	
	

.qqkefu .kefu_bg{
	width:138px;
	background:url(/images/kefu_bg.png);
	display:block;
	}	
	
.qqkefu .top{
	width:138px;
	height:26px;
	cursor:pointer;
	overflow:hidden;
	}
	
.qqkefu .mid{
	width:138px;
	height:270px;
	display:block;
	overflow:hidden;
	}		
	
.qqkefu .dibu{
	width:138px;
	height:20px;
	text-align:left;
	display:block;
	overflow:hidden;
	}	
	
.qqkefu .qqtx{
	margin-left:18px;
	width:100px;
	height:35px;
	line-height:25px;
	text-indent:30px;
	background:url(/images/qqtx.png);
	background-repeat:no-repeat;
	overflow:hidden;
	}
	
.qqkefu .qqtx a{
	display:block;
	font-size:10px;
	}
										
	
	
.qqkefu .skype{
	margin-left:18px;
	width:100px;
	height:35px;
	line-height:25px;
	text-indent:30px;
	background:url(/images/skype.png);
	background-repeat:no-repeat;
	overflow:hidden;
	}	
	
.qqkefu .skype a{
	display:block;
	font-size:9pt;
	}	
	
.qqkefu .mail{
	margin-left:18px;
	width:100px;
	height:35px;
	line-height:25px;
	text-indent:30px;
	background:url(/images/mail.png);
	background-repeat:no-repeat;
	overflow:hidden;
	}	
	
.qqkefu .mail a{
	display:block;
	font-size:10px;
	}
	
.qqkefu .msn{
	margin-left:18px;
	width:100px;
	height:35px;
	line-height:25px;
	text-indent:30px;
	background:url(/images/msn.png);
	background-repeat:no-repeat;
	overflow:hidden;
	}	
	
.qqkefu .msn a{
	display:block;
	font-size:9pt;
	}
	

.adSlide2{ width:100%;  height:251px;overflow:hidden; position:relative; clear:both; margin-bottom:10px;    }
.adSlide2 .hd{ position:absolute; z-index:1; right:5px; bottom:5px; }
.adSlide2 .hd ul{ overflow:hidden; zoom:1; float:left;  }
.adSlide2 .hd ul li{ float:left; margin-right:2px;  width:16px; height:16px; line-height:16px; text-align:center; background:#fff; cursor:pointer;  filter:alpha(opacity=60);opacity:0.6;   }
.adSlide2 .hd ul li.on{ background:#f60;   font-weight:bold; filter:alpha(opacity=100);opacity:1; color:#fff;   }
.adSlide2 .bd{ position:relative;  z-index:0; }
.adSlide2 .bd img{ width:1260; height:251px;  }
</style>					