@charset "gb2312";
/*reset*/
.cl{
	clear: both;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
.wrap_box {
	max-width: 640px;
	margin: 0 auto;
	height:auto;
	position:relative;
	overflow:hidden;
}
.logo{ 
	display:block;
    width:100%;
}
.logo img{ 
	display:block;
    width:100%;
}
#nav{
	height: 0.6rem;
	 box-shadow: 0 1px 4px #000;
	 margin-bottom: .08rem;
}
#nav ul li{
	width: 20%;
	height: 0.6rem;
	line-height: 0.63rem;
	float: left;
	text-align: center;
}
#nav ul li a{
	display: block;
	width: 100%;
	height: 0.6rem;
	background-color: #50a702;
	color: #ffffff;
	font-size:0.22rem;
}
.navbg{
	color: #fff!important;
	background-color: #336b00 !important;	
}
.copyright{
	background: #50a702 !important;
	text-align: center;
	margin-top:.1rem;
	padding-top: 0.3rem;
	padding-bottom: 0.2rem;
	margin-bottom: 1.1rem;
	color:#fff !important;
}


/*adv*/
.adv img{
	width: 100%;
}

/*about*/
.about_tit{
	margin:0.1rem auto;
}
.about_tit img{
	width: 100%;
}
.aboutn{
	padding: 0rem 0.2rem;
	font-size:0.23rem;
}
.aboutn p{
	margin-bottom: 0.1rem;
}
.about_more{
	width: 20%;
	font-size: 0.14rem;
	height: 0.4rem;
	line-height: 0.4rem;
	margin: 0 auto;
	background-color: #c43435;
	text-align: center;
}
.aboutn a{
	color: #c43435;
}


/*advan*/
.advan img{
	width: 100%;
}


/*product*/

#dl-menu{
	margin-right: 0.1rem;
}
.pron{
}
.pron ul{
	margin-top: 0.2rem;
}
.pron ul li{
	width: 46%;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}
.pron ul li:nth-child(odd){
	position: relative;
	left: 0;
	top: 0;
}
.pron ul li:nth-child(even){
	position: relative;
	right: 0;
	top: 0;
}
.pron ul li img{
	width: 100%;
	border: 1px solid #428600;
}
.pron ul li dl{
	height: 0.5rem;
	font-size: 0.16rem;
	line-height: 0.5rem;
	text-align: center;
}



/*news*/
.news_tit{
	margin: 0.1rem auto;
	position: relative;
	right: 0;
	top: 0;
}
.news_tit img{
	width: 100%;
}
.news ul li{
	margin: 0rem 0.2rem;
	height: 0.4rem;
	line-height: 0.4rem;
	border-bottom: 1px dashed #706a6e;
	font-size: 0.2rem;
	padding-top: 0.1rem;
	color: #706a6e;
}
.news ul li:nth-child(odd){
	position: relative;
	left: 0;
	top: 0;
}
.news ul li:nth-child(even){
	position: relative;
	right: 0;
	top: 0;
}
.news ul li a{
	color: #706a6e;
}
.news ul li span{
	float: right;
}




/*copyright*/

.copyright li{
	font-size: 0.2rem;
	color: #FFFFFF !important;
	line-height: 0.3rem;
	height: 0.3rem;
}

#footer{ 
	width:100%; 
	height:1rem;
	background:#090909; 
	max-width: 640px; 
	position:fixed; 
	bottom:0px;
	z-index: 999;
}
#footer li{
	 width:25%;
	text-align:center;
	float:left;
	background:url(../images/footbg.jpg) no-repeat right;
	padding-top:5px;
	}
#footer li img{
	display: inline-block;
}
#footer li a{ color:#fff;}

.top{
	width: 10%;
	opacity: 0.8;
	z-index: 998;
}
.top img{
	width: 100%;
}
